@charset "UTF-8";
/* ---------------------------
oubo-meigen
--------------------------- */

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

.visual{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.visual .ttl01 img{
    margin: 0 auto 53px;
    padding-top: 38px;
}

.visual .ttl02{
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 22px;
    padding-bottom: 8px;
    display: table;
    background: linear-gradient(transparent 70%, #ffdcdd 70%);
}

.visual .txt01{
    font-size: 28px;
    line-height: 1.57;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
}

.visual .txt01 strong{
    font-weight: bold;
    color: #eb7f83;
}

.visual .schedule {
    position: absolute;
    top: 4rem;
    right: 22rem;
    width: 12rem;
    height: 12rem;
    padding: 1.4rem 0 0;
    background: #e71d76;
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.visual .group{
    margin-top: 30px;
}
.visual .group p{
    font-size: 22px;
    line-height: 1.7856;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.visual .group p > a{
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #383838;
    padding-bottom: 8px;
}

.visual .group p > a::before{
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #383838;
}


.btn01{
    width: 512px;
    height: 84px;
    margin: 0 auto 9px;
    background: #559ae1;
    border-radius: 42px;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    display: table;
    line-height: 1;
    padding: 21px 0 0;
    box-shadow: 0px 10px 0px 0px rgba(46, 120, 196, 1);
    position: relative;
}

.btn01.green{
    background: #6dc8b9;
    box-shadow: 0px 10px 0px 0px #29aa95;
}
.btn01.close{
    background: #999;
    box-shadow: 0px 10px 0px 0px #7a7a7a;
}

.btn01::before{
    content: "";
    width: 19px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 45px;
    right: 26px;
    transform: rotate(135deg);
}

.btn01::after{
    content: "";
    width: 19px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 34px;
    right: 26px;
    transform: rotate(45deg);
}

.btn01 + .btn01{
    margin-top: 30px;
}

.note01{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.note01.red{
    color: #F00;
}

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

.overview h2{
    width: 100%;
    background: #1a79da;
    padding: 46px 0;
    margin-bottom: 50px;
}

.overview h2 img{
    margin: 0 auto;
    width: 314px;
}

.overview h2 + p{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 1.7857;
    margin-bottom: 20px;
}

.overview .award{
    width: 672px;
    margin: 0 auto;
}

.overview .award ul li{
    width: 100%;
    padding: 31px 0 34px 106px;
    border-bottom: 2px solid #c4c4c4;
    display: flex;
    justify-content: flex-start;
}

.overview .award ul li:last-child{
    border-bottom: none;
}

.overview .award ul li .imgArea{
    margin-right: 25px;
}

.overview .award ul li .imgArea img{
    width: 142px;
}

.overview .award ul li .txtArea{
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
    padding-top: 8px;
}

.overview .award ul li .txtArea small{
    font-size: 23px;
    display: block;
    margin-bottom: 7px;
}

.overview .more{
    font-size: 43px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    position: relative;
    padding-top: 60px;
    margin-bottom: 23px;
}

.overview .more::before{
    content: "";
    background: url("../img/oubo/meigen/plus.png");
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.overview .privilege{
    width: 672px;
    border: 3px solid #c4c4c4;
    border-radius: 30px;
    background: #fff;
    padding: 44px 75px 37px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 80px;
}

.overview .privilege .imgArea img{
    width: 163px;
}

.overview .privilege .txtArea{
    width: 330px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.64;
}

.overview .privilege .note{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
    padding-left: 15px;
}

.overview .privilege a.link{
    position: relative;
    width: 60%;
    border: solid 1px #0033a1;
    border-radius: 3rem;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    margin: 20px auto 0;
    padding: 0.5rem 3rem 0.5rem 1rem;
}
.overview .privilege a.link::before{
    position: absolute;
    top: 28%;
    right: 1.8rem;
    content: '\03e';
    font-size: 1.8rem;
    font-weight: bold;
}
.overview .privilege a.link:hover{
    background: #0033a1;
    color: #FFF;
    opacity: 1;
}

.overview .information h3 img{
    margin: 0 auto 46px;
}

.overview .information ul{
    width: 672px;
    margin: 0 auto;
}

.overview .information ul li{
    width: 100%;
    border: 3px solid #c4c4c4;
    border-radius: 30px;
    background: #fff;
    padding: 56px 0 37px;
    margin-bottom: 46px;
    position: relative;
}

.overview .information ul li::before{
    content: "";
    width: 66px;
    height: 66px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.overview .information ul li:nth-child(1)::before{
    background: url("../img/oubo/meigen/icon04.png");
    background-size: cover;
}

.overview .information ul li:nth-child(2)::before{
    background: url("../img/oubo/meigen/icon05.png");
    background-size: cover;
}

.overview .information ul li:nth-child(3)::before{
    background: url("../img/oubo/meigen/icon06.png");
    background-size: cover;
}

.overview .information ul li:nth-child(4)::before{
    background: url("../img/oubo/meigen/icon07.png");
    background-size: cover;
}

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

.overview .information ul li h4{
    font-size: 28px;
    line-height: 1.278;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.overview .information ul li p{
    font-size: 22px;
    line-height: 1.7857;
    text-align: center;
}

.overview .information ul li p small{
    font-size: 18px;
    line-height: 1.5;
    display: block;
    margin-top: 5px;
}

.overview .information ul li:nth-child(1) h4 span{
    background: linear-gradient(transparent 70%, #c2f2e8 70%);
}

.overview .information ul li:nth-child(2) h4 span{
    background: linear-gradient(transparent 70%, #ffdcdd 70%);
}

.overview .information ul li:nth-child(3) h4 span{
    background: linear-gradient(transparent 70%, #ffecd3 70%);
}

.overview .information ul li img{
    margin: 4px auto 21px;
    width: 342px;
}

.method{
    width: 100%;
    padding-bottom: 100px;
}

.method h2{
    width: 100%;
    background: #1a79da;
    padding: 46px 0;
    margin-bottom: 50px;
}

.method h2 img{
    margin: 0 auto;
    width: 211px;
}

.method h2 + p{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 1.786;
    margin-bottom: 36px;
}

.method .step{
    width: 672px;
    margin: 0 auto;
}

.method .step li{
    margin-bottom: 45px;
}

.method .step li h3{
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}

.method .step li h3 img{
    margin: 0 auto 15px;
    width: 162px;
}

.method .step li h3 + picture img{
    margin: 0 auto;
}

.method .step li .ng{
    margin: 47px auto 0;
}

.method .step li .ng h4 img{
    margin: 0 auto 27px;
}

.method .step li .ng h4 + p{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(transparent 70%, #e9dfd9 70%);
    padding-bottom: 8px;
    margin: 0 auto 30px;
    display: table;
}

.method .step li .ng ul{
    width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.method .step li .ng ul li{
    width: 149px;
    overflow: visible;
    margin: 0 26px 0 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.2857;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    padding-bottom: 68px;
}

.method .step li .ng ul li:nth-child(3){
    margin: 0;
}

.method .step li .ng ul li img{
    width: 100%;
}

.method .step li .ng ul li span{
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
}

.method .post{
    width: 672px;
    margin: 68px auto 0;
}

.method .post h3{
    text-align: center;
    font-size: 39px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 23px;
}

.method .post h3 + p{
    font-size: 22px;
    line-height: 1.7856;
    font-weight: 500;
    margin-bottom: 31px;
}

.green + .note01{
    line-height: 1.3;
    padding-top: 10px;
    text-align: left;
    display: table;
    margin: 0 auto;
}

.method .post h4{
    text-align: center;
    font-size: 39px;
    line-height: 1;
    font-weight: 500;
    margin: 76px 0 23px;
}

.method .post .group{
    margin-top: 30px;
}
.method .post .group p{
    font-size: 22px;
    line-height: 1.7856;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.method .post .group p > a{
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #383838;
    padding-bottom: 8px;
}

.method .post .group p > a::before{
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #383838;
}


.method .post h4 + p{
    font-size: 22px;
    line-height: 1.7856;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}

.method .post dl{
    width: 672px;
    margin: 0 auto;
    border: 3px solid #c4c4c4;
    border-radius: 10px;
}

.method .post dl dt{
    width: 100%;
    padding: 26px 0;
    margin: 0 auto;
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.method .post dl dt span{
    position: absolute;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
    width: 29px;
    height: 16px;
    transition: 0.3s all ease;
}

.method .post dl dt.active span{
    transform: translateY(-50%) rotate(180deg);
}

.method .post dl dt span::before{
    content: "";
    width: 24px;
    height: 5px;
    background: #7a7a7a;
    border-radius: 2.5px;
    position: absolute;
    top: 5px;
    right: -4px;
    transform: rotate(135deg);
}

.method .post dl dt span::after{
    content: "";
    width: 24px;
    height: 5px;
    background: #7a7a7a;
    border-radius: 2.5px;
    position: absolute;
    top: 5px;
    right: 10px;
    transform: rotate(45deg);
}

.method .post dl dd{
    width: 605px;
    padding: 46px 0 67px;
    margin: 0 auto;
    border-top: 2px solid #c4c4c4;
    display: none;
}

.method .post dl dd h5{
    font-size: 25px;
    line-height: 1.5625;
    font-weight: bold;
    margin-bottom: 14px;
}

.method .post dl dd ul li{
    font-size: 18px;
    line-height: 1.9167;
    font-weight: 500;
    padding-left: 1em;
	text-indent: -1em;
}

.method .post dl dd ul + h5, .method .post dl dd p + h5{
    margin-top: 30px;
}

.method .post dl dd p{
    font-size: 22px;
    line-height: 1.7857;
    font-weight: 500;
}

.method .post dl dd small{
    font-size: 18px;
    line-height: 1.7857;
    font-weight: 500;
    margin-top: 1.5em;
    display: block;
}

.result{
    width: 100%;
    padding-bottom: 100px;
}

.result h2{
    width: 100%;
    background: #1a79da;
    padding: 46px 0;
    margin-bottom: 50px;
}

.result h2 img{
    margin: 0 auto;
    width: 212px;
}

.result ul{
    width: 672px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 36px;
}

.result ul li{
    margin-bottom: 21px;
    padding-left: 1em;
	text-indent: -1em;
}

.result ul li small{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    padding-left: 0;
    text-indent: 0;
}

.result > a{
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    display: table;
    margin: 0 auto;
    color: #383838;
    position: relative;
    padding-bottom: 8px;
}

.result > a::before{
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #383838;
}

.result dl{
    width: 672px;
    margin: 60px auto 0;
    border-top: 2px solid #c4c4c4;
    padding-top: 46px;
}

.result dl dt{
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}

.result dl dd a{
    display: table;
    margin: 0 auto 20px;
}

.result dl dd:last-child a{
    margin: 0 auto;
}


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

.visual{
    padding-bottom: 10.67vw;
}

.visual .ttl01 img{
    position: relative;
    z-index: 1;

    margin: 0 auto 8vw;
    padding-top: 5.33vw;
    width: 79.733vw;
}

.visual .ttl01 img{
    margin: 0 auto 8vw;
    padding-top: 5.33vw;
    width: 79.733vw;
}

.visual .ttl02{
    font-size: 6.67vw;
    margin: 0 auto 4vw;
    padding-bottom: 1.067vw;
}

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

.visual .schedule {
    top: 1vw;
    right: 1vw;
    width: 18.6vw;
    height: 18.6vw;
    padding: 2.4vw 0 0;
    font-size: 3.4vw;
}

.visual .group{
    margin-top: 6.67vw;
}
.visual .group p{
    font-size: 3.733vw;
    margin-bottom: 6.133vw;
}
.visual .group p > a{
    font-size: 3.733vw;
    padding-bottom: 1.067vw;
}

.btn01{
    width: 78.4vw;
    height: 16vw;
    margin: 0 auto 3.733vw;
    border-radius: 8vw;
    font-size: 6.67vw;
    padding: 4vw 0 0;
    box-shadow: 0px 1.33vw 0px 0px rgba(46, 120, 196, 1);
}

.btn01.web{
    padding: 4vw 4vw 0 0;
}

.btn01.green{
    box-shadow: 0px 1.33vw 0px 0px #29aa95;
}

.btn01.close{
    background: #999;
    box-shadow: 0px 10px 0px 0px #7a7a7a;
}

.btn01::before{
    width: 3.6vw;
    height: 0.8vw;
    border-radius: 0.4vw;
    top: 8.6vw;
    right: 6.133vw;
}

.btn01::after{
    width: 3.6vw;
    height: 0.8vw;
    border-radius: 0.4vw;
    top: 6.533vw;
    right: 6.133vw;
}

.btn01 + .btn01{
    margin-top: 5.33vw;
}

.note01{
    font-size: 3.733vw;
}

.overview{
    padding-bottom: 10.67vw;
}

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

.overview h2 img{
    width: 55.6vw;
}

.overview h2 + p{
    font-size: 3.733vw;
    margin-bottom: 3.867vw;
}

.overview .award{
    width: 89.33vw;
}

.overview .award ul li{
    padding: 5.33vw 0 5.6vw 4.4vw;
}

.overview .award ul li .imgArea{
    margin-right: 4.267vw;
}

.overview .award ul li .imgArea img{
    width: 24.67vw;
}

.overview .award ul li .txtArea{
    font-size: 6.533vw;
    padding-top: 1.4vw;
}

.overview .award ul li .txtArea small{
    font-size: 4vw;
    margin-bottom: 1.2vw;
}

.overview .more{
    font-size: 7.5267vw;
    padding-top: 10.67vw;
    margin-bottom: 4vw;
}

.overview .more::before{
    width: 8.67vw;
    height: 8.67vw;
}

.overview .privilege{
    width: 89.33vw;
    padding: 7.33vw 5.33vw 6vw;
    margin: 0 auto 10.67vw;
    border-radius: 4vw;
}

.overview .privilege .imgArea img{
    width: 27.867vw;
}

.overview .privilege .txtArea{
    width: 44.533vw;
    font-size: 3.733vw;
}

.overview .privilege .note{
    font-size: 2.67vw;
    margin-top: 2.4vw;
    padding-left: 1em;
	text-indent: -1em;
}
.overview .privilege a.link{
    width: 100%;
    font-size: 1.6rem;
}
.overview .privilege a.link::before{
}
.overview .information h3 img{
    margin: 0 auto 8vw;
    width: 89.33vw;
}

.overview .information ul{
    width: 89.33vw;
}

.overview .information ul li{
    border-radius: 4vw;
    padding: 9.867vw 0 6.133vw;
    margin-bottom: 8vw;
}

.overview .information ul li::before{
    width: 11.467vw;
    height: 11.467vw;
    top: -4.267vw;
}

.overview .information ul li h4{
    font-size: 4.8vw;
    margin-bottom: 2.67vw;
}

.overview .information ul li p{
    font-size: 3.733vw;
}

.overview .information ul li p small{
    font-size: 3.2vw;
    margin-top: 0.7vw;
}

.overview .information ul li img{
    margin: 0.6vw auto 3.467vw;
    width: 59.2vw;
}

.method{
    padding-bottom: 10.67vw;
}

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

.method h2 img{
    width: 37.33vw;
}

.method h2 + p{
    font-size: 3.733vw;
    margin-bottom: 3.867vw;
}

.method .step{
    width: 89.33vw;
}

.method .step li{
    margin-bottom: 7.2vw;
}

.method .step li h3{
    font-size: 4.8533vw;
    margin-bottom: 2.67vw;
}

.method .step li h3 img{
    margin: 0 auto 2.67vw;
    width: 28.133vw;
}

.method .step li > picture img{
    margin: 0 auto;
    width: 87.733vw;
}

.method .step li .ng{
    margin: 8vw auto 0;
}

.method .step li .ng h4 img{
    margin: 0 auto 4.67vw;
    width: 73.33vw;
}

.method .step li .ng h4 + p{
    font-size: 4.1067vw;
    padding-bottom: 1.067vw;
    margin: 0 auto 5.067vw;
}

.method .step li .ng ul{
    width: 86.67vw;
}

.method .step li .ng ul li{
    width: 25.733vw;
    margin: 0 4.67vw 0 0;
    font-size: 3.733vw;
    padding-bottom: 11.467vw;
}

.method .step li .ng ul li span{
    top: 27.467vw;
}

.method .post{
    width: 89.33vw;
    margin: 13.33vw auto 0;
}

.method .post h3{
    font-size: 6.67vw;
    margin-bottom: 4.267vw;
}

.method .post h3 + p{
    font-size: 3.733vw;
    margin-bottom: 6.67vw;
}

.green + .note01{
    padding-top: 1.6vw;
}

.method .post .group{
    margin-top: 6.67vw;
}
.method .post .group p{
    font-size: 3.733vw;
    margin-bottom: 6.133vw;
}
.method .post .group p > a{
    font-size: 3.733vw;
    padding-bottom: 1.067vw;
}

.method .post h4{
    font-size: 6.67vw;
    margin: 12.267vw 0 4.133vw;
}

.method .post h4 + p{
    font-size: 3.733vw;
    margin-bottom: 6.133vw;
}

.method .post dl{
    width: 91.733vw;
    border-radius: 1.33vw;
}

.method .post dl dt{
    padding: 4.67vw 0 6vw;
    font-size: 6.133vw;
}

.method .post dl dt span{
    right: 5.067vw;
    width: 5.067vw;
    height: 2.8vw;
}

.method .post dl dt span::before{
    width: 3.733vw;
    height: 0.8vw;
    border-radius: 0.4vw;
    top: 0.8vw;
    right: -0.5vw;
}

.method .post dl dt span::after{
    width: 3.733vw;
    height: 0.8vw;
    border-radius: 0.4vw;
    top: 0.8vw;
    right: 1.5vw;
}

.method .post dl dd{
    width: 84vw;
    padding: 8.267vw 0 8.67vw;
}

.method .post dl dd h5{
    font-size: 4.267vw;
    margin-bottom: 2.4vw;
}

.method .post dl dd ul li{
    font-size: 3.2vw;
}

.method .post dl dd ul + h5, .method .post dl dd p + h5{
    margin-top: 5.067vw;
}

.method .post dl dd p{
    font-size: 3.733vw;
}

.method .post dl dd small{
    font-size: 3.2vw;
}

.result{
    padding-bottom: 14.67vw;
}

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

.result h2 img{
    width: 37.6vw;
}

.result ul{
    width: 89.33vw;
    font-size: 3.733vw;
    margin: 0 auto 5.6vw;
}

.result ul li{
    margin-bottom: 2.133vw;
}

.result ul li small{
    font-size: 3.2vw;
}

.result > a{
    font-size: 3.733vw;
    padding-bottom: 1.067vw;
}

.result dl{
    width: 89.33vw;
    margin: 10.67vw auto 0;
    padding-top: 8vw;
}

.result dl dt{
    font-size: 3.733vw;
    margin-bottom: 5.33vw;
}

.result dl dd a{
    margin: 0 auto 4vw;
}

.result dl dd a img{
    width: 66.67vw;
}

}