@charset "utf-8";

/* duediligence
--------------------------------------------------------------------*/
#stage .fontsize_118 {
    font-size: 118% !important;
}

#stage .risks {
    margin-top: 1em;
    padding: 1.5em 2em;
    background: #def1f7;
    border-radius: 5px;
    text-indent: 0;
}
#stage .risks_t {
    color: #33a2ba;
    font-weight: bold;
}

#stage .risks li::before {
    color: #33a2ba !important;
}

#stage .box-col2 {
    display: flex;
}
#stage .box-col2-item {
    display: block;
    width: calc((100% - 1.5em) / 2);
}
#stage .box-col2-item + .box-col2-item {
    margin-left: 1.5em;
}
#stage .member {
    margin: 20px 0 30px;
    padding: 5px 25px 0;
    border: 5px solid #e1e1e1;
}
#stage .namelist {
    margin-top: 15px;
    overflow: hidden;
}
#stage .namelist dt.nowrap {
    display: inline;
}
#stage .namelist dt.nowrap + dd {
    display: inline-block;
    margin-top: 0;
}
#stage .namelist dt:not(.nowrap) + dd {
    margin-top: 5px;
}
#stage .namelist + .namelist {
    margin-top: 10px;
}

#maincts .ctsblk .sectit {
    margin-top: 0;
    margin-bottom: 20px;
}

#maincts .ctsblk .ctit {
    margin-bottom: 20px;
}

/* table */
#stage .sheet01 td .listblk {
    padding: 4px 8px 4px 10px;
}

/* grid */
#stage .gridblk .griditems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 17px;
}
.griditems li:first-child { grid-area: 1 / 1 / 3 / 2; }
.griditems li:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.griditems li:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
.griditems li:last-child { grid-area: 1 / 3 / 3 / 4; }

/* bnr */
#stage .bnr_area {
    display: flex;
    gap: 20px;
}
#stage .bnr_area li{
    width: calc((100% - 20px) / 2);
}

#maincts .ctsblk .exp.bnr_area a {
    background: none;
    padding-left: 0;
}

#maincts .bnr_area p.exp {
    background:url('/common/img/arrow_1.gif') no-repeat 0 15px;
    padding-left:16px;
}

#stage .bnr_area a:hover img {
    opacity: 0.8;
}

#stage .tx-center {
    text-align: center !important;
}

#maincts .ctsblk .cts03 .imgblk p.imgw.img_border img{
    /*border: solid #5b5ab5;*/
    padding: 5px;
    margin-bottom: 10px;
    border-width: 1px;
}

#maincts .ctsblk .list_indent1 .noindent {
    text-indent: 0;
}

#maincts .ctsblk .list_indent1 .imgw {
    margin-top: 15px;
}

#maincts .ctsblk .deco_step1 {
    display: inline-flex;
    align-items: center;
    padding: 7px 5px 7px 12px;
    margin-right: 5px;
    border-radius: 4px;
    background: #def1f7;
    color: #32a1bb;
}
#maincts .ctsblk .deco_step2 {
    display: inline-flex;
    align-items: center;
    padding: 7px 5px 7px 12px;
    margin-right: 5px;
    border-radius: 4px;
    background: #faf2cb;
    color: #d59d13;
}
#maincts .ctsblk .deco_step1 strong,
#maincts .ctsblk .deco_step2 strong {
    color: #333;
    font-size: 112% !important;
}

#maincts .ctsblk .decotit {
    display: flex;
    align-items: center;
    padding: 7px 5px 7px 12px;
    margin-right: 5px;
    border-radius: 4px;
    color: #333;
    font-size: 112% !important;
}
#maincts .ctsblk .decotit::before {
    display: inline-block;
    content:'';
    width: .62em;
    height: .62em;
    margin-right: 8px;
    background: #ddd;
    border-radius: 50%;
}
#maincts .ctsblk .decotit_step1 {
    background: #def1f7;
    color: #32a1bb;
}
#maincts .ctsblk .decotit_step2 {
    background: #faf2cb;
}
#maincts .ctsblk .decotit_step2::before {
    background-color: #d59d13;
}
#maincts .ctsblk .decotit_step3 {
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 16px;
}

#maincts .ctsblk .decotit_step3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d59d13;
}