@charset "UTF-8";
/* ---------------------------
result
--------------------------- */

main{
    background: url(../img/top/bg.png);
}

.visual{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    background: url("../img/result/bg01.png") no-repeat center top;
}

.visual .ttl01 img{
    margin: 0 auto 32px;
    padding-top: 70px;
}

.visual .ttl02{
    font-size: 29px;
    font-weight: 500;
    line-height: 1.6474;
    margin: 0 auto 11px;
    text-align: center;
}

.visual .ttl02 strong{
    color: #eb7f83;
    font-weight: 500;
}

.visual .txt01{
    font-size: 24px;
    line-height: 1.6474;
    text-align: center;
    margin-bottom: 50px;
}

.toc{
    width: 510px;
    margin: 0 auto;
    position: relative;
}

.toc ul{
    position: absolute;
    top: 85px;
    left: 60px;
}

.toc ul li a{
    font-size: 26px;
    line-height: 2.45;
    font-weight: 500;
    position: relative;
    padding-left: 50px;
    color: #383838;
}

.toc ul li a::before{
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    color: #c2c2c2;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    padding-bottom: 4px;
}

.toc ul li a::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #383838;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.toc ul li:nth-child(1) a::before{
    content: "1";
}

.toc ul li:nth-child(2) a::before{
    content: "2";
}

.toc ul li:nth-child(3) a::before{
    content: "3";
}

.meigen{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
}

.meigen h2{
    width: 100%;
    background: #1a79da;
    padding: 46px 0;
    margin-bottom: 70px;
    position: relative;
}

.meigen h2::before{
    content: "";
    width: 85px;
    height: 52px;
    background: url("../img/result/crown01.png");
    background-size: cover;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.meigen h2 img{
    margin: 0 auto;
    width: 435px;
}

.meigen ul{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.meigen > ul > li{
    margin-bottom: 60px;
    padding-bottom: 62px;
    border-bottom: 2px solid #000;
}

.meigen > ul > li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.meigen > ul > li > img{
    margin: 0 auto 60px;
    width: 142px;
}

.meigen > ul > li:nth-child(1) > img{
    width: 212px;
}

.meigen > ul > li h3{
    font-size: 39px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
}

.meigen > ul > li p{
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 32px;
}

.meigen > ul > li p small{
    font-size: 19px;
}

.meigen > ul > li dl dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
}

.meigen > ul > li dl dd{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 32px;
}

.meigen > ul > li dl dd > ul > li{
    font-size: 15px;
    line-height: 2;
    list-style: disc;
}

.meigen > ul > li dl dd > ul > li + li{
    margin-top: 5px;
}

.profile{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
}

.profile h2{
    width: 100%;
    background: #1a79da;
    padding: 46px 0;
    margin-bottom: 70px;
    position: relative;
}

.profile h2::before{
    content: "";
    width: 85px;
    height: 52px;
    background: url("../img/result/crown01.png");
    background-size: cover;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.profile h2 img{
    margin: 0 auto;
    width: 660px;
}

.profile ul{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.profile ul li{
    width: 100%;
    margin-bottom: 78px;
}

.profile ul li:last-child{
    margin-bottom: 0;
}

.profile ul li h3{
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #0057b8;
    margin-bottom: 25px;
}

.profile ul li .flexbox{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.profile ul li .flexbox .imgArea{
    width: 21.25%;
}

.profile ul li .flexbox .txtArea{
    width: 75%;
    font-size: 15px;
    line-height: 1.8;
}

.idea{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
}

.idea h2{
    width: 100%;
    background: #1a79da;
    padding: 46px 0;
    margin-bottom: 70px;
    position: relative;
}

.idea h2::before{
    content: "";
    width: 85px;
    height: 52px;
    background: url("../img/result/crown01.png");
    background-size: cover;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.idea h2 img{
    margin: 0 auto;
    width: 532px;
}

.idea ul{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.idea > ul > li{
    margin-bottom: 60px;
    padding-bottom: 62px;
    border-bottom: 2px solid #000;
}

.idea > ul > li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.idea > ul > li > img{
    margin: 0 auto 60px;
    width: 165px;
}

.idea > ul > li h3{
    font-size: 39px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
}

.idea > ul > li p{
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 32px;
}

.idea > ul > li p small{
    font-size: 19px;
}

.idea > ul > li dl dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
}

.idea > ul > li dl dd{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 32px;
}

.idea > ul > li dl dd img{
    margin-top: 52px;
    padding-bottom: 38px
}



@media screen and (max-width: 768px) {

.visual{
    padding-bottom: 13.33vw;
    background: url("../img/result/sp/bg01.png") no-repeat center top;
    background-size: 100% auto;
}

.visual .ttl01 img{
    margin: 0 auto 6.133vw;
    padding-top: 8.533vw;
    width: 86.267vw;
}

.visual .ttl02{
    font-size: 4.98533vw;
    margin: 0 auto 1.867vw;
}

.visual .txt01{
    font-size: 4.08vw;
    margin-bottom: 6.533vw;
}

.toc{
    width: 78.67vw;
}

.toc ul{
    top: 14.4vw;
    left: 7.33vw;
}

.toc ul li a{
    font-size: 4.267vw;
    padding-left: 8vw;
}

.toc ul li a::before{
    font-size: 4.267vw;
    left: 3.33vw;
    padding-bottom: 0;
}

.toc ul li a::after{
    border-width: 1.4vw 0 1.4vw 2.2vw;
    top: 54%;
}

.meigen{
    padding-bottom: 20.267vw;
}

.meigen h2{
    padding: 8vw 0;
    margin-bottom: 8vw;
}

.meigen h2::before{
    width: 14vw;
    height: 8.8vw;
    top: -6.267vw;
}

.meigen h2 img{
    width: 75.067vw;
}

.meigen ul{
    max-width: 92vw;
}

.meigen > ul > li{
    margin-bottom: 8.8vw;
    padding-bottom: 20.8vw;
    border-bottom: 0.533vw solid #000;
}

.meigen > ul > li > img{
    margin: 0 auto 8vw;
    width: 24.67vw;
}

.meigen > ul > li:nth-child(1) > img{
    width: 35.33vw;
}

.meigen > ul > li h3{
    font-size: 6.67vw;
    margin-bottom: 7.33vw;
}

.meigen > ul > li p{
    font-size: 5.33vw;
    margin-bottom: 8vw;
}

.meigen > ul > li p small{
    font-size: 4vw;
}

.meigen > ul > li dl dt{
    font-size: 4.267vw;
    margin-bottom: 4vw;
}

.meigen > ul > li dl dd{
    font-size: 4vw;
    margin-bottom: 5.867vw;
}

.meigen > ul > li dl dd > ul > li{
    font-size: 4vw;
    margin-left: 1.5em;
}

.meigen > ul > li dl dd > ul > li + li{
    margin-top: 1.33vw;
}

.profile{
    padding-bottom: 20.267vw;
}

.profile h2{
    padding: 8vw 0;
    margin-bottom: 8vw;
}

.profile h2::before{
    width: 14vw;
    height: 8.8vw;
    top: -6.267vw;
}

.profile h2 img{
    width: 74.67vw;
}

.profile ul{
    width: 92vw;
}

.profile ul li{
    margin-bottom: 12vw;
}

.profile ul li h3{
    font-size: 4.8vw;
    margin-bottom: 5.6vw;
}

.profile ul li .flexbox{
    display: block;
}

.profile ul li .flexbox .imgArea{
    width: 100%;
    margin-bottom: 4vw;
}

.profile ul li .flexbox .imgArea img{
    width: 42.67vw;
    margin: 0 auto;
}

.profile ul li .flexbox .txtArea{
    width: 100%;
    font-size: 3.733vw;
}

.idea{
    padding-bottom: 20.267vw;
}

.idea h2{
    padding: 8vw 0;
    margin-bottom: 8vw;
}

.idea h2::before{
    width: 14vw;
    height: 8.8vw;
    top: -6.267vw;
}

.idea h2 img{
    width: 92.133vw;
}

.idea ul{
    width: 92vw;
}

.idea > ul > li{
    margin-bottom: 8.8vw;
    padding-bottom: 20.8vw;
    border-bottom: 0.533vw solid #000;
}

.idea > ul > li > img{
    margin: 0 auto 8vw;
    width: 28.67vw;
}

.idea > ul > li h3{
    font-size: 6.67vw;
    margin-bottom: 5.867vw;
}

.idea > ul > li p{
    font-size: 5.33vw;
    margin-bottom: 6vw;
    line-height: 1.2;
}

.idea > ul > li p small{
    font-size: 4vw;
}

.idea > ul > li dl dt{
    font-size: 4.267vw;
    margin-bottom: 4vw;
}

.idea > ul > li dl dd{
    font-size: 4vw;
    margin-bottom: 5.867vw;
}

.idea > ul > li dl dd img{
    margin: 5.33vw auto 0;
    padding-bottom: 2vw;
    width: 59.6vw;
}

}