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

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 40px;
    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;
}

.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.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: 399px;
}

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

.overview h2 + p img{
    margin: 22px auto 16px;
}

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

.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 .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/idea/icon03.png");
    background-size: cover;
}

.overview .information ul li:nth-child(2)::before{
    background: url("../img/oubo/idea/icon04.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 h4 img{
    width: 28px;
    display: inline;
    vertical-align: middle;
    top: 6px;
    position: relative;
}

.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 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 .tab{
    width: 672px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.method .tab li{
    width: 328px;
    height: 78px;
    border-radius: 30px 30px 0 0;
    background: #b1b1b1;
    cursor: pointer;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    line-height: 1;
}

.method .tab li.active{
    background: #1a79da;
    cursor: default;
}

.method .tabCnt{
    width: 672px;
    margin: 0 auto;
    border: 5px solid #1a79da;
    border-radius: 0 0 30px 30px;
    background: #fff;
    padding: 30px 35px 55px;
    display: none;
}

.method .tabCnt.active{
    display: block;
}

.method .step{
    width: 100%;
    margin: 0 auto;
}

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

.method .step li:last-child{
    margin-bottom: 0;
}

.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 .image{
    width: 532px;
    margin: 80px auto 0;
}

.method .image ul{
    width: 516px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.method .image ul li{
    width: 243px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.method .image ul li a{
    display: block;
    margin-top: 13px;
}

.method .image p{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.75;
    width: 458px;
    margin: 22px auto 0;
}

.method .ng{
    width: 538px;
    margin: 70px auto 31px;
}

.method .ng .nglist{
    width: 492px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.method .ng .nglist li{
    width: 149px;
}

.method .ng .note{
    width: 100%;
    margin: 21px auto 0;
}

.method .ng .note li{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.75;
    padding-left:1em;
	text-indent:-1em;
}

.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;
}

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

.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 .note{
    font-size: 18px;
    line-height: 1.7857;
    font-weight: 500;
    margin-top: 1.5em;
    display: block;
}

.method .post dl dd .note li{
    padding-left: 1em;
	text-indent: -1em;
}

.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{
    margin: 0 auto 11.33vw;
    padding-top: 5.33vw;
    width: 90.8vw;
}

.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;
}

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

.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: 68.933vw;
}

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

.overview h2 + p img{
    margin: 3.733vw auto;
    width: 89.33vw;
}

.overview .award{
    width: 89.33vw;
    margin-bottom: 8vw;
}

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

.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.5vw;
    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 .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 h4 img{
    width: 4.8vw;
    top: 1vw;
}

.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 .tab{
    width: 89.33vw;
}

.method .tab li{
    width: 44vw;
    height: 13.33vw;
    border-radius: 4vw 4vw 0 0;
    font-size: 4vw;
    line-height: 1.2;
    padding-top: 2.133vw;
}

.method .tabCnt{
    width: 89.33vw;
    border: 0.67vw solid #1a79da;
    border-radius: 0 0 4vw 4vw;
    padding: 5.33vw 4.67vw 10vw;
}

.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: 100%;
}

.method .image{
    width: 89.33vw;
    margin: 10.67vw auto 0;
}

.method .image h3 img{
    width: 57.467vw;
    margin: 0 auto;
}

.method .image ul{
    width: 100%;
    margin: 2.67vw auto 0;
}

.method .image ul li{
    width: 42vw;
    font-size: 3.733vw;
}

.method .image ul li a{
    margin-top: 1.733vw;
}

.method .image p{
    font-size: 3.733vw;
    width: 78.67vw;
    margin: 3.733vw auto 0;
}

.method .ng{
    width: 85.33vw;
    margin: 9.2vw auto 3.733vw;
}

.method .ng h3 img{
    width: 65.33vw;
    margin: 0 auto;
}

.method .ng .nglist{
    width: 100%;
    margin: 5.067vw auto 0;
}

.method .ng .nglist li{
    width: 25.867vw;
}

.method .ng .note{
    width: 78.67vw;
    margin: 3.733vw auto 0;
}

.method .ng .note li{
    font-size: 3.733vw;
}

.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;
}

.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 .note{
    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;
}

}