/* common  */
#good01, #good02, #good03, #good04 {
    position: relative;
    margin: 10px auto;
    max-width: 900px;
    background: #fff;
    padding: 50px 30px 30px;
    box-sizing: border-box;
}
a.scroll span {
    top: 0px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}

.br-sp,
.span-sp,
.only-pc { display:none; }
.br-pc{ display:inline; }
.only-sp{ display:block; }

.mb0{
    margin-bottom: 0 !important;
}

/* main */
#main ul{
    display: block;
    padding: 40px 20px 60px;
}
#main li:first-child {
    font-weight: bold;
}
#main li:first-child .title{
    font-size: 1rem;
}
#main li:first-child h2{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1.65rem;
    text-align: left;
    line-height: 1.2;
    margin-bottom: .5rem;
}
#main li:first-child .by{
    font-size: 0.875rem;
    font-weight: normal;
    padding-bottom: 20px;
}
#main li:last-child img{
    width: 25%;
}
#main li:last-child .mainCopy{
    padding-bottom: 1.5rem;
}
#main li:last-child a.kensyu{
    display: flex;
    align-items: center;
    padding: 10px;
    border: 2px dashed #ccc;
    cursor: pointer;
    margin-bottom: 1rem;
}
#main li:last-child a.kensyu:hover{
    opacity: 0.7;
}
#main li:last-child dl{
    padding-left: 15px;
    width: 80%;
}
#main li:last-child dt{
    font-weight: bold;
    text-decoration: underline;
}
/* kenyu_menu */
#kenyu_menu ul{
    display: table;
    width: 100%;
    border-spacing: 5px;
}
#kenyu_menu li{
    display: table-cell;
    text-align: center;
    background-color: #333;
    color: #fff;
    width: 25%;
    cursor: pointer;
    transition: all 100ms 0s ease;
    position: relative;
}
#kenyu_menu li a{
    padding: 1rem 0;
    display: block;
    width: 100%;
    height: 100%;
}
#kenyu_menu li a:link,
#kenyu_menu li a:visited{
    color: #fff;
}
#kenyu_menu li.on a:link,
#kenyu_menu li.on a:visited{
    color: #000;
    font-weight: bold;
}
#kenyu_menu li:hover{
    opacity: 0.8;
}
#kenyu_menu li.on{
    background-color: #f8f7f8;
}
#kenyu_menu li.on:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    height: 10px;
    background: #f8f7f8;
}

/* kenyu_contents */
#kenyu_contents{
    background: #f8f7f8;
    padding: 0 20px;
}
#kenyu_contents h3{
    font-weight: bold;
    font-size: 1.25rem;
    padding-bottom: 20px;
}
#kenyu_contents h3 span{
    border-bottom:2px solid #000;
}
#kenyu_contents .contentsCopy{
    text-align: left;
    padding-bottom: 20px;
}

/*  */
#good01 h3, #good02 h3, #good03 h3{
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    padding-bottom: 1.5rem;
}
#good01 h4, #good02 h4, #good03 h4{
    font-weight: bold;
    font-size: 1.1rem;
}
#good01 h4 + p, #good02 h4 + p, #good03 h4 + p{
    margin-bottom: 1.5rem;
}
#good01 h3 img, #good02 h3 img, #good03 h3 img{
    width: 100%;
}
.good_inner .pic_accent{
    width: 100%;
}

#contens01,#contens02,#contens03,#contens04{
    border: 5px solid #f8f7f8;
    padding: 15px 0 40px;
    box-sizing: border-box;
    display:none;
}

/* contents01 */
#contens01{
    display:block;
    background: url(../img/bg_kensyu01.png) top center / 60% auto no-repeat;
}
#contens01 ul{
    padding-bottom: 10px;
}
#contens01 li{
    width: 100%;
    text-align: center;
}
#contens01 dl{
    border:2px solid;
    padding: 10px 20px 30px;
    font-weight: bold;
    background: rgba(255,255,255,0.9);
    margin-bottom: 20px;
}
#contens01 dt{
    font-size: 2.75rem;
    font-family: 'Dancing Script', cursive;
    padding-bottom: 5px;
}
#contens01 dd:first-of-type{
    padding-bottom: 20px;
    font-size: 1.25rem;
}


/* contents02 */
#contens02 .chart .only-sp{
    background: #fff;
    padding: 20px;
    text-align: center;
}
#contens02 .chart .only-sp p{
    text-align: left;
}
#contens02 .chart .only-sp h4{
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    margin-top: 20px;
}
#contens02 .chart .only-sp h4:before {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-top: -8px;
}
#contens02 .chart .only-sp h4:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    background-color: #000;
    margin-top: -10px;
}
#contens02 .chart .only-sp h4.open:before {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-top: -3px;
}
#contens02 .chart .only-sp h4.open:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    background-color: #000;
    margin-top: -1px;
}
#contens02 .chart .only-sp dl{
    padding-top: 10px;
}
#contens02 .chart .only-sp dt{
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
}
#contens02 .chart .only-sp dd a{
    display: block;
    border:1px solid #000;
    padding: 10px;
    border-radius: 8px;
}
#contens02 .chart .only-sp div{
    padding: 0 10px;
    display: none;
}
#contens02 .chart .only-sp dl dt,
#contens02 .chart .only-sp dl dd{
    margin-bottom: 5px;
}
#contens02 .chart .only-sp dl.color01 dt{
    color:#538234;
}
#contens02 .chart .only-sp dl.color01 dd a{
    background: #e2f0d9;
}
#contens02 .chart .only-sp dl.color02 dt{
    color:#bf9100;
}
#contens02 .chart .only-sp dl.color02 dd a{
    background: #fff2cd;
}
#contens02 .chart .only-sp dl.color03 dt{
    color:#c55b11;
}
#contens02 .chart .only-sp dl.color03 dd a{
    background: #fbe5d7;
}
#contens02 .chart .only-sp dl.color04 dt{
    color:#2e75b5;
}
#contens02 .chart .only-sp dl.color04 dd a{
    background: #deeaf6;
}

/* contents03 */
#contens03{
    background: url(../img/bg_kensyu02.png) top center / 60% auto no-repeat;
}
#contens03 li{
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 12px #ccc;
}
#contens03 li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}
#contens03 li a:hover{
    opacity: 0.9;
}
#contens03 li img{
    width: 100%;
}
#contens03 li h4{
    font-weight: bold;
    font-size: 1.25rem;
    padding-top: 10px;
    position: relative;
    text-align: center;
}
#contens03 li h4:before {
    display: inline-block;
    position: absolute;
    right: 1.25rem;
    top: 63%;
    margin-top: -4px;
    vertical-align: middle;
    content: "";
    width: 8px;
    height: 8px;
    margin: -5px 0 0 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 200ms 0s ease;
}
#contens03 li:nth-child(1) h4 span{
    border-bottom: 2px dotted #67D5B5;
}
#contens03 li:nth-child(2) h4 span{
    border-bottom: 2px dotted #EE7785;
}
#contens03 li:nth-child(3) h4 span{
    border-bottom: 2px dotted #C89EC4;
}
#contens03 li:nth-child(4) h4 span{
    border-bottom: 2px dotted #84B1ED;
}
#contens03 dd p{
    padding: 10px 20px;
}
#contens03 dd:last-of-type{
    color: #888;
    font-size: 0.875rem;
    padding-bottom: 16px;
    padding-left: 20px;
}

/* contents04 */
#contens04{
    background: url(../img/bg_kensyu03.png) top center / 60% auto no-repeat;
    text-align: center;
}
#contens04 h3{
    text-align: left;
}
#contens04 .numbers .numberList01,
#contens04 .numbers .numberList02{
    width:100%;
}
#contens04 .numbers .numberList01 > div,
#contens04 .numbers .numberList02 > div{
    border:2px solid #aaa;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(255,255,255,0.95);
}
#contens04 .numbers h5{
    font-weight: bold;
    font-size: 1.1rem;
}
#contens04 .numbers h5 span,
#contens04 .numbers p{
    font-weight: normal;
    font-size: 0.75rem;
}
#contens04 .numbers ul{
    display: table;
    margin: 0 auto;
}
#contens04 .numbers li{
    display: table-cell;
    vertical-align: bottom;
}
#contens04 .numbers li img{
    width: 85px;
}
#contens04 .numbers li:first-child{
    color: #B53723;
    font-weight: bold;
}
#contens04 .numbers li:first-child .num{
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
}
#contens04 .numbers ul.theme_inner{
    text-align: left;
    padding: 10px 0;
}
#contens04 .numbers ul.theme_inner li{
    vertical-align: middle;
    font-size: 1.2rem;
}
#contens04 .numbers ul.theme_inner li img{
    width: 110px;
}
#contens04 .numbers ul.theme_inner ul li{
    display: block;
}
#contens04 .numbers .numberList02 > div:last-child{
    margin-bottom: 23px;
}

#contens04 .companyList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contens04 .companyList li{
    margin:0 0 10px 0;
    width: 48%;
}
#contens04 .companyList li img{
    width: 100%;
}

#contens04 .transaction p{
    font-weight: bold;
    font-size: 1rem;
}
#contens04 .transaction p span{
    color: #B53723;
}


.benri{
    display: none;
}

/* contents02 */
#contens02 .chart img{
    width: 100%;
}


/***  PC  ***/
@media all and (min-width: 768px) {

    /* common */
    .br-sp,
    .span-sp { 
        display: inline; 
    }
    .br-pc,
    .only-sp{ 
        display: none; 
    }
    .only-pc{ display: block; }

    #good01, #good02, #good03, #good04 {
        padding: 60px 80px 70px;
    }
    a.scroll span {
        top:40px;
    }

    /* main */
    #main ul{
        display: flex;
        justify-content:space-between;
        padding: 80px 0 120px;
    }
    #main li:first-child .title{
        font-size: 1.2rem;
    }
    #main li:first-child h2{
        font-size: 2.4rem;
        margin: .15rem 0 1.25rem;
    }
    #main li:first-child .by{
        font-size: 0.9rem;
        padding-bottom: 0;
    }
    #main li:last-child{
        width: 50%;
    }
    #main li:last-child img{
        width: 15%;
    }
    #main li:last-child a.kensyu{
        align-items: flex-start;
        padding: 20px;
    }
    #main li:last-child dl{
        padding-left: 20px;
    }

    /* kenyu_contents */
    #kenyu_contents{
        background: #f8f7f8;
    }
    #kenyu_contents h3{
        font-weight: bold;
        font-size: 2rem;
        text-align: center;
        padding-bottom: 40px;
    }
    #kenyu_contents h3 span{
        border-bottom:2px solid #000;
    }
    #kenyu_contents .contentsCopy{
        text-align: center;
        padding-bottom: 60px;
    }

    /*  */
    #good01 h3, #good02 h3, #good03 h3{
        font-size: 1.5rem;
        padding-bottom: 2.5rem;
    }
    #good01 h3 img, #good02 h3 img, #good03 h3 img{
        width:80%;
    }
    .good_inner{
        display: table;
    }
    .good_inner > div{
        display: table-cell;
    }
    .good_inner > div:first-child{
        width:80%;
    }
    .good_inner > div:last-child{
        vertical-align: bottom;
    }
    .good_inner .pic_accent{
        width: 230px;
    }


    #contens01,#contens02,#contens03,#contens04{
        border: 5px solid #f8f7f8;
        padding: 60px 0 80px;
        box-sizing: border-box;
        display:none;
    }

    /* contents01 */
    #contens01{
        display:block;
        background: url(../img/bg_kensyu01.png) center center / 60% auto no-repeat;
    }
    #contens01 ul{
        display: flex;
        justify-content: space-between;
        padding-bottom: 120px;
    }
    #contens01 li{
        width:32%;
    }
    #contens01 dl{
        padding: 40px 40px 0px;
        margin-bottom: 0;
        height: 100%;
    }
    #contens01 dt{
        font-size: 3.25rem;
        line-height: 1;
    }
    #contens01 dd:first-of-type{
        font-size: 1.25rem;
        padding: 46px 0;
    }
    #contens01 .details{
        width: 67%;
        margin: 0 auto;
    }

    /* contents03 */
    #contens03{
        background: url(../img/bg_kensyu02.png) center center / 60% auto no-repeat;
    }
    #contens03 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #contens03 li{
        width: 42%;
        margin: 15px;
    }
    #contens03 li a{
        text-align: center;
    }
    #contens03 li:before{
        right: 1rem;
        margin-top: -6px;
        width: 12px;
        height: 12px;
    }
    #contens03 li img{
        width: 100%;
    }
    #contens03 li h4{
        font-size: 1.5rem;
        padding-top: 20px;   
    }
    #contens03 li h4:before {
        top: 70%;
    }
    #contens03 li:nth-child(1) h4 span{
        border-bottom: 4px dotted #67D5B5;
    }
    #contens03 li:nth-child(2) h4 span{
        border-bottom: 4px dotted #EE7785;
    }
    #contens03 li:nth-child(3) h4 span{
        border-bottom: 4px dotted #C89EC4;
    }
    #contens03 li:nth-child(4) h4 span{
        border-bottom: 4px dotted #84B1ED;
    }
    #contens03 dd p{
        padding: 20px 0;
    }
    #contens03 dd:last-of-type{
        padding-bottom: 26px;
    }


    /* contents04 */
    #contens04 {
        background: none;
    }
    #contens04 .numbers{
        background: url(../img/bg_kensyu03.png) center center / 60% auto no-repeat;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-bottom: 60px;
    }
    #contens04 .numbers .numberList01,
    #contens04 .numbers .numberList02{
        width:calc(50% - 20px);
        margin: 0 10px;
    }
    #contens04 .numbers .numberList01 > div,
    #contens04 .numbers .numberList02 > div{
        border:3px solid #aaa;
        margin-bottom: 20px;
    }
    #contens04 .numbers .numberList01 > div:last-child{
        margin-bottom: 0;
    }
    #contens04 .numbers li:first-child{
        padding-right: 1rem;
    }
    #contens04 .numbers ul.theme_inner li img{
        width: 130px;
    }
    #contens04 .companyList{
        justify-content: flex-start;
    }
    #contens04 .companyList li{
        margin:0 0 20px 20px;
        width: calc(25% - 20px);
    }

    .benri{
        display: block;
        position: fixed;
        right: -100px;
        top:29%;
        transition: all 400ms 0s ease;
        background: #fff;
        border: 4px solid #23b574;
    }
    .benri a{
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .benri.active{
        right: 0;
        z-index: 100;
    }
    .benri img{
        width:69px;
    }
    .benri p {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding: 10px 0;
        height: 261px;
    }
    .benri:hover{
        opacity: 0.75;
    }

}

