@charset "utf-8";

/*-------------------index-------------------*/

.input .box{
    max-width: 760px;
    margin: 0 auto;
    background: url("../img/common/bg-header.png") repeat 0 0;
    padding: 50px 60px 30px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input .box dl+dl{
    margin-top: 30px;
}
.input .box dt{
    font-size: 24px;
    margin-bottom: 15px;
}
.input .box dd input{
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-size: 24px;
    color: #4c4c4c;
    border: 1px solid #d5d5d5;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 6px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input .box dd.last{
    margin-top: 10px;
    font-size: 18px;
    color: #de6969;
}
.submit-btn{
    margin-top: 40px;
    text-align: center;
}
.submit-btn span{
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    color: #de6969;
}
.submit-btn input[type=submit]{
    display: block;
    width: 480px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #4987c6;
    border-bottom: 11px solid #4987c6;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    color: #4987c6;
    font-family: 'Noto Sans JP', sans-serif;
    background: url("../img/top/ico-submit01.png") no-repeat right 50px center #ecf3f9;
}
.submit-btn input[type=submit]:hover{
    background: url("../img/top/ico-submit01.png") no-repeat right 50px center #fff;
}
.submit-btn input[type=button]{
    display: block;
    width: 480px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #4987c6;
    border-bottom: 11px solid #4987c6;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    color: #4987c6;
    font-family: 'Noto Sans JP', sans-serif;
    background: url("../img/top/ico-submit01.png") no-repeat right 50px center #ecf3f9;
}
.submit-btn input[type=submit]:button{
    background: url("../img/top/ico-submit01.png") no-repeat right 50px center #fff;
}
.input-txt{
    margin-top: 33px;
    text-align: left;
    padding-left: 115px;
}
.input-txt .txt a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: #4987c6;
    padding-left: 16px;
    background: url("../img/top/ico-top01.png") no-repeat left top 4px;
}
.info{
    background: #fff;
    border-radius: 15px;
    background: url("../img/top/bg-info.png") no-repeat 0 0;
    width: 576px;
    height: 90px;
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.info dl{
    height: 90px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.info dt{
    width: 176px;
    color: #fff;
    text-align: center;
}
.info .dt-tit{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.info .dt-tit img{
    margin-right: 6px;
}
.info .dt-txt{
    font-size: 16px;
    color: #fff;
}
.info .dt-txt span{
    font-size: 23px;
    color: #fff;
}
.info dd{
    width: calc(100% - 176px);
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #606060;
    text-align: center;
}
.info dd .dd-flex{
    display: flex;
    justify-content: left;
    align-items: center;
}
.info dd .dd-flex .num{
    width: 120px;
    padding-right: 15px;
    text-align: center;
    border-right: 2px solid #4987c6;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info dd .dd-flex .num-tit{
    font-size: 14px;
    font-weight: 700;
}
.info dd .dd-flex .num-des{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.info dd .dd-flex .num-des span{
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #4987c6;
}
.info dd .dd-flex .time{
    width: calc(100% - 120px);
    padding-left: 15px;
}
.info dd .dd-flex .time-tit{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 6px;
    border-bottom: 1px dotted #4c4c4c;
}
.info dd .dd-flex .left{
    font-size: 12px;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
}
.info dd .dd-flex .right{
    font-size: 12px;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
}
.info dd .dd-flex .left span{
    font-size: 28px;
    font-weight: 700;
    color: #4987c6;
    margin-left: 3px;
    line-height: 0.9;
}
.info dd .dd-flex .time-tit .right{
    font-size: 12px;
}
.info dd .dd-flex .time-tit .right span{
    font-size: 24px;
    line-height: 0.9;
    margin-right: 3px;
}
.info dd .dd-flex .time-tit .right p:first-child{
    margin-right: 3px;
}
.info dd .dd-flex .time-tit .left p:first-child{
    margin-right: 3px;
}
.info dd .dd-flex .time-des{
    font-size: 12px;
    font-weight: 700;
    padding-top: 3px;
    text-align: left;
}
.info dd .dd-flex .time-des .color01{
    color: #4987c6;
}
.info dd .dd-flex .time-des span{
    font-size: 18px;
    font-weight: 700;
}
.sp-info{
    padding: 0 10px;
    max-width: 576px;
    margin: 120px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-info-box dl+dl{
    margin-top: 20px;
}
.sp-info-box dl{
    position: relative;
    z-index: 9;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.14);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-info-box dt{
	text-align:right;
    background: #4987c6;
    padding: 5px 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-info-box dt .dt-tit{
    display: flex;
    align-items: center;
}
.sp-info-box dt .dt-tit img{
    margin-right: 5px;
}
.sp-info-box dd .time-tit br{
	display:none;
}
.sp-info-box dd .dd-flex{
    background: #fff;
    padding: 12px 6px 5px 20px;
    font-size: 12px;
    color: #000;
    height: 52px;
	max-width:450px;
	margin:0 auto;
    border-radius: 0 0 8px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-info-box dd .time-tit{
    display: flex;
    justify-content: left;
    align-items: center;
}
.sp-info-box dd .time-tit .left{
    display: flex;
    justify-content: left;
    align-items: flex-end;
    width: 148px;
    border-right: 1px solid #4987c6;
    padding-right: 10px;
	padding-top:2px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-info-box dd .time-tit .left p{
	line-height:1;
}
.sp-info-box dd .time-tit .left p:first-child{
	line-height:1;
}
.sp-info-box dd .time-tit .left span{
    font-size: 16px;
    color: #4987c6;
    margin-left: 10px;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
}
.sp-info-box dd .time-tit .right{
    width: calc(100% - 108px);
    padding-left: 10px;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-info-box dd .time-tit .right p:nth-child(2){
    font-size: 16px;
    font-weight: 700;
    margin: 0 8px;
    line-height: 1;
}
.sp-info-box dd .time-tit .right p:nth-child(1){
    font-weight: 400;
}
.sp-info-box dd .time-tit .right p:nth-child(1) span{
    font-size: 16px;
}
.sp-info-box dd .time-tit .right p:nth-child(2) span{
    font-size: 22px;
    color: #4987c6;
}
.sp-info-box dd .time-tit .right-time{
    font-size: 12px;
    font-weight: 700 !important;
}
.sp-info-box dd .time-tit .right-time .color01{
    color: #4987c6;
    font-size: 12px !important;
}
.sp-info-box dd .time-tit .right-time .fsz01{
    font-size: 20px !important;
}
.sp-info-box dd .time-tit .right p:nth-child(2).last{
    margin: 0 4px 0 4px;
}
@media screen and (max-width: 767px) {
    .input{
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .input .box{
        max-width: 760px;
        margin: 0 auto;
        background: url("../img/common/bg-header.png") repeat 0 0;
        padding: 20px 20px 25px;
        border-radius: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .input .box dl+dl{
        margin-top: 15px;
    }
    .input .box dt{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .input .box dd input{
        display: block;
        width: 100%;
        padding: 14px 10px;
        font-size: 16px;
        color: #4c4c4c;
        border: 1px solid #d5d5d5;
        border-radius: 6px;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .input .box dd.last{
        margin-top: 10px;
        font-size: 14px;
        color: #de6969;
    }
    .submit-btn{
        margin-top: 20px;
        text-align: center;
    }
    .submit-btn span{
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
        color: #de6969;
    }
    .submit-btn input[type=submit]{
        display: inline-block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        border: 2px solid #4987c6;
        border-bottom: 6px solid #4987c6;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        color: #4987c6;
        font-family: 'Noto Sans JP', sans-serif;
        background: url("../img/top/ico-submit01.png") no-repeat right 20px center #ecf3f9;
        -webkit-background-size: 8px;
        background-size: 8px;
    }
    .submit-btn input[type=submit]:hover{
        background: url("../img/top/ico-submit01.png") no-repeat right 20px center #fff;
        -webkit-background-size: 8px;
        background-size: 8px;
    }
    .submit-btn input[type=button]{
        display: inline-block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        border: 2px solid #4987c6;
        border-bottom: 6px solid #4987c6;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        color: #4987c6;
        font-family: 'Noto Sans JP', sans-serif;
        background: url("../img/top/ico-submit01.png") no-repeat right 20px center #ecf3f9;
        -webkit-background-size: 8px;
        background-size: 8px;
    }
    .submit-btn input[type=button]:hover{
        background: url("../img/top/ico-submit01.png") no-repeat right 20px center #fff;
        -webkit-background-size: 8px;
        background-size: 8px;
    }    .input-txt{
        margin-top: 20px;
        text-align: left;
        padding-left: 0;
    }
    .input-txt .txt a{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        text-align: left;
        font-size: 14px;
        color: #4987c6;
        padding-left: 16px;
        background: url("../img/top/ico-top01.png") no-repeat left top 4px;
        -webkit-background-size: 10px;
        background-size: 10px;
    }
    .info{
        display: none;
        background: #fff;
        border-radius: 15px;
        background: url("../img/top/bg-info.png") no-repeat 0 0;
        width: 576px;
        height: 90px;
        position: fixed;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }
    .info dl{
        height: 90px;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .info dt{
        width: 176px;
        color: #fff;
        text-align: center;
    }
    .info .dt-tit{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }
    .info .dt-tit img{
        margin-right: 6px;
    }
    .info .dt-txt{
        font-size: 16px;
        color: #fff;
    }
    .info .dt-txt span{
        font-size: 23px;
        color: #fff;
    }
    .info dd{
        width: calc(100% - 176px);
        padding: 0 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #606060;
        text-align: center;
    }
    .info dd .dd-flex{
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .info dd .dd-flex .num{
        width: 120px;
        padding-right: 15px;
        text-align: center;
        border-right: 2px solid #4987c6;
        font-weight: 700;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .info dd .dd-flex .num-tit{
        font-size: 14px;
        font-weight: 700;
    }
    .info dd .dd-flex .num-des{
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
    }
    .info dd .dd-flex .num-des span{
        font-size: 42px;
        font-weight: 700;
        line-height: 1;
        color: #4987c6;
    }
    .info dd .dd-flex .time{
        width: calc(100% - 120px);
        padding-left: 15px;
    }
    .info dd .dd-flex .time-tit{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-bottom: 6px;
        border-bottom: 1px dotted #4c4c4c;
    }
    .info dd .dd-flex .left{
        font-size: 12px;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        text-align: left;
    }
    .info dd .dd-flex .right{
        font-size: 12px;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        text-align: left;
    }
    .info dd .dd-flex .left span{
        font-size: 28px;
        font-weight: 700;
        color: #4987c6;
        margin-left: 3px;
        line-height: 0.9;
    }
    .info dd .dd-flex .time-tit .right{
        font-size: 12px;
    }
    .info dd .dd-flex .time-tit .right span{
        font-size: 24px;
        line-height: 0.9;
        margin-right: 3px;
    }
    .info dd .dd-flex .time-tit .right p:first-child{
        margin-right: 3px;
    }
    .info dd .dd-flex .time-tit .left p:first-child{
        margin-right: 3px;
    }
    .info dd .dd-flex .time-des{
        font-size: 12px;
        font-weight: 700;
        padding-top: 3px;
        text-align: left;
    }
    .info dd .dd-flex .time-des .color01{
        color: #4987c6;
    }
    .info dd .dd-flex .time-des span{
        font-size: 18px;
        font-weight: 700;
    }
    .sp-info{
        margin-top: 60px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp-info-box dl+dl{
        margin-top: 20px;
    }
    .sp-info-box dl{
        position: relative;
        z-index: 9;
        box-shadow: 0 0 5px rgba(0,0,0,0.14);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp-info-box dt{
		text-align:right;
        background: #4987c6;
        padding: 5px 20px;
        font-size: 12px;
        color: #fff;
        border-radius: 8px 8px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp-info-box dt .dt-tit{
        display: flex;
        align-items: center;
    }
    .sp-info-box dt .dt-tit img{
        margin-right: 5px;
    }
    .sp-info-box dd .time-tit br{
		display:block;
    }
    .sp-info-box dd .dd-flex{
        background: #fff;
        padding: 5px 6px 5px 20px;
        font-size: 12px;
        color: #000;
        height: 52px;
	    max-width:375px;
	    margin:0 auto;
        border-radius: 0 0 8px 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp-info-box dd .time-tit{
        display: flex;
		padding-top:10px;
        justify-content: left;
        align-items: center;
    }
    .sp-info-box dd .time-tit .left{
        display: flex;
        justify-content: left;
        align-items: flex-end;
        width: 108px;
        border-right: 1px solid #4987c6;
        padding-right: 10px;
		padding-top:0;
        font-size: 11px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp-info-box dd .time-tit .left span{
        font-size: 16px;
        color: #4987c6;
        margin-left: 10px;
        line-height: 1;
        display: inline-block;
        font-weight: 700;
    }
    .sp-info-box dd .time-tit .right{
        width: calc(100% - 108px);
        padding-left: 10px;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        font-weight: 700;
        font-size: 12px;
        line-height: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp-info-box dd .time-tit .right p:nth-child(2){
        font-size: 16px;
        font-weight: 700;
        margin: 0 8px;
        line-height: 1;
    }
    .sp-info-box dd .time-tit .right p:nth-child(1){
        font-weight: 400;
    }
    .sp-info-box dd .time-tit .right p:nth-child(1) span{
        font-size: 16px;
    }
    .sp-info-box dd .time-tit .right p:nth-child(2) span{
        font-size: 22px;
        color: #4987c6;
    }
    .sp-info-box dd .time-tit .right-time{
        font-size: 12px;
        font-weight: 700 !important;
    }
    .sp-info-box dd .time-tit .right-time .color01{
        color: #4987c6;
        font-size: 12px !important;
    }
    .sp-info-box dd .time-tit .right-time .fsz01{
        font-size: 20px !important;
    }
    .sp-info-box dd .time-tit .right p:nth-child(2).last{
        margin: 0 4px 0 4px;
    }
}
/*-------------------contact-------------------*/
.contact .list ul{
    display: flex;
    justify-content: center;
	margin-bottom:40px;
}
.contact .list li{
    width: 70px;
    margin: 0 70px;
    position: relative;
}
.contact .list .listnum{
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    background: #808080;
    line-height: 70px;
    border-radius: 35px;
    text-align: center;
}
.contact .list .listtit{
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: 4px;
    font-weight: 400;
}
.contact .list .on .listnum{
	background: #4987c6;
}
.contact .list .on .listtit{
    font-weight: 700;
}
.contact .list li:nth-child(2):before{
    background: #c0c0c0;
    width: 140px;
    height: 8px;
    left: -140px;
    top: 31px;
    content: '';
    z-index: 2;
    position: absolute;
}
.contact .list li:nth-child(2):after{
    background: #c0c0c0;
    width: 140px;
    height: 8px;
    right: -140px;
    top: 31px;
    content: '';
    z-index: 2;
    position: absolute;
}
.contact-txt{
    text-align: center;
    font-size: 18px;
    margin: 40px 0 50px;
}
.contact-box{
    max-width: 1200px;
    margin: 0 auto;
    background: url("../img/common/bg-header.png") repeat 0 0;
    padding: 50px 60px 80px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-tit{
    font-size: 32px;
    font-weight: 700;
    color: #4c4c4c;
    margin-bottom: 35px;
    text-align: center;
}
.contact-box dl{
    display: flex;
    justify-content: left;
    align-items: flex-start;
}
.contact-box dl+dl{
    margin-top: 35px;
}
.contact-box dt{
    padding-top: 15px;
    width: 300px;
    display: flex;
    font-size: 24px;
    justify-content: left;
    align-items: center;
}
.contact-box dt span{
    width: 60px;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    background: #de6969;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}
.contact-box dd{
    width: calc(100% - 300px);
}
.contact-box dd input[type=text]{
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    font-size: 18px;
    outline: none;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-box .zy{
    font-size: 18px;
    color: #de6969;
    margin-top: 8px;
}
.contact-box .dd-flex{
    display: flex;
    justify-content: left;
}
.contact-box .dd-flex>p{
    width: 180px;
    margin-right: 20px;
}
.contact-box .dd-flex01>p{
    width: 240px;
    margin-right: 20px;
}
.contact-box .dd-flex input{
    display: none;
}
.contact-box .dd-flex label{
    display: block;
}
.contact-box .dd-flex input+span{
    display: inline-block;
    width: 100%;
    padding: 20px 20px 20px 60px;
    font-size: 18px;
    color: #4c4c4c;
    height: 70px;
    border-radius: 4px;
    border: 1px solid #c0c0c0;
    background: url("../img/contact/ico-radio01.png") no-repeat left 20px center #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-box .dd-flex input:checked+span{
    border: 1px solid #c0c0c0;
    background: url("../img/contact/ico-radio02.png") no-repeat left 20px center #fcf0d2;
}
.contact-box dd .box{
    margin-top: 40px;
}
.contact-box dd .age-tit{
    font-size: 18px;
    margin-bottom: 5px;
}
.contact-box dd .age-input{
    display: flex;
    justify-content: left;
    align-items: flex-end;
    font-size: 18px;
}
.contact-box dd .age-input input[type=text]{
    display: inline-block;
    width: 90px;
    margin-right: 10px;
    padding: 20px;
    border-radius: 4px;
    font-size: 18px;
    outline: none;
    background: #fff;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-box dd .age-input input[type=number]{
    display: inline-block;
    width: 90px;
    margin-right: 10px;
    padding: 20px;
    border-radius: 4px;
    font-size: 18px;
    outline: none;
    background: #fff;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selectWrap {
    position: relative;
    height: 60px;
    width: 130px !important;
    margin-right: 10px;
}
.selectWrap span.customSelect {
    width: 120px;
}
.wh01{
    width: 90px !important;
}
span.customSelect {
    display: inline-block;
    font-size: 18px;
    background-color: #F8F8F8;
    color: #333;
    padding: 0 20px 0 15px;
    border: 1px solid #c0c0c0;
    line-height: 60px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.customSelectInner {
    background: url(../img/contact/customselect_arrow.png) no-repeat center right;
    padding: 0 15px 0 0;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.age-change{
    display: flex;
    justify-content: left;
}
.age-change .right{
    margin-left: 60px;
}
.age-change ul{
    display: flex;
    justify-content: left;
}
.age-change ul li{
    font-size: 18px;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    margin-right: 20px;
}

.contact-box dd .frequency-tit{
    font-size: 18px;
    margin-bottom: 35px;
}
.contact-box dd .frequency-txt{
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}
.contact-box dd .frequency-box ul{
    display: flex;
    justify-content: left;
}
.contact-box dd .frequency-box li{
    width: 200px;
    font-size: 18px;
}
.contact-box dd .frequency-box li+li{
    border-left: 2px solid #c0c0c0;
}
.contact-box dd .frequency-box li .listtit{
    margin-bottom: 5px;
}
.contact-box dd .frequency-box li .listbox{
    display: flex;
    justify-content: left;
    align-items: flex-end;
}
.contact-box dd .frequency-box li:nth-child(2){
    padding-left: 55px;
}
.submit-btn input.reset{
    display: block;
    width: 480px;
    padding: 20px 0;
    margin: 0 auto 30px;
    text-align: center;
    border: 3px solid #c0c0c0;
    border-bottom: 3px solid #c0c0c0;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    background:#c0c0c0;
}
@media screen and (max-width: 767px) {
    .contact{
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .contact .list ul{
        display: flex;
		margin-bottom:40px;
        justify-content: center;
    }
    .contact .list li{
        width: 50px;
        margin: 0 35px;
        position: relative;
    }
    .contact .list .listnum{
        display: block;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        background: #808080;
        line-height: 50px;
        border-radius: 35px;
        text-align: center;
    }
    .contact .list .listtit{
        display: block;
        font-size: 18px;
        text-align: center;
        margin-top: 4px;
        font-weight: 400;
    }
    .contact .list .on .listnum{
        background: #4987c6;
    }
    .contact .list .on .listtit{
        font-weight: 700;
    }
    .contact .list li:nth-child(2):before{
        background: #c0c0c0;
        width: 70px;
        height: 4px;
        left: -70px;
        top: 24px;
        content: '';
        z-index: 2;
        position: absolute;
    }
    .contact .list li:nth-child(2):after{
        background: #c0c0c0;
        width: 70px;
        height: 4px;
        right: -70px;
        top: 24px;
        content: '';
        z-index: 2;
        position: absolute;
    }
    .contact-txt{
        text-align: center;
        font-size: 15px;
        margin: 20px 0 25px;
    }
    .contact-box{
        max-width: 100%;
        margin: 0 auto;
        background: url(../img/common/bg-header.png) repeat 0 0;
        padding: 20px 20px 25px;
        border-radius: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .contact-tit{
        font-size: 20px;
        font-weight: 700;
        color: #4c4c4c;
        margin-bottom: 20px;
        text-align: center;
    }
    .contact-box dl{
        display: block;
        justify-content: left;
        align-items: flex-start;
    }
    .contact-box dl+dl{
        margin-top: 20px;
    }
    .contact-box dt{
        padding-top: 0;
        width: 100%;
        display: flex;
        font-size: 18px;
        margin-bottom: 10px;
        justify-content: left;
        align-items: center;
    }
    .contact-box dt span{
        width: 60px;
        line-height: 30px;
        height: 30px;
        font-size: 16px;
        background: #de6969;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        margin-right: 10px;
    }
    .contact-box dd{
        width: 100%;
    }
    .contact-box dd .age-change li{
        margin-right: 10px;
    }
    .contact-box dd .age-change .selectWrap{
        width: 70px !important;
    }
    .contact-box dd input[type=text]{
        display: inline-block;
        width: 100%;
        padding: 15px;
        border-radius: 4px;
        font-size: 16px;
        outline: none;
        border: 1px solid #c0c0c0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .contact-box .zy{
        font-size: 16px;
        color: #de6969;
        margin-top: 8px;
    }
    .contact-box .dd-flex{
        display: flex;
        justify-content: left;
    }
    .contact-box .dd-flex>p{
        width: 120px;
        margin-right: 10px;
    }
    .contact-box .dd-flex01>p{
        width: 240px;
        margin-right: 10px;
    }
    .contact-box .dd-flex input{
        display: none;
    }
    .contact-box .dd-flex label{
        display: block;
    }
    .contact-box .dd-flex input+span{
        display: inline-block;
        width: 100%;
        padding: 13px 15px 13px 30px;
        font-size: 14px;
        color: #4c4c4c;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #c0c0c0;
        background: url("../img/contact/ico-radio01.png") no-repeat left 6px center #fff;
        -webkit-background-size: 20px;
        background-size: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .contact-box .dd-flex input:checked+span{
        border: 1px solid #c0c0c0;
        background: url("../img/contact/ico-radio02.png") no-repeat left 6px center #fcf0d2;
        -webkit-background-size: 20px;
        background-size: 20px;
    }
    .contact-box dd .box{
        margin-top: 20px;
    }
    .contact-box dd .age-tit{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contact-box dd .age-input{
        display: flex;
        justify-content: left;
        align-items: flex-end;
        font-size: 16px;
    }
    .contact-box dd .age-input input[type=text]{
        display: inline-block;
        width: 90px;
        margin-right: 10px;
        padding: 15px;
        border-radius: 4px;
        font-size: 16px;
        outline: none;
        border: 1px solid #c0c0c0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .selectWrap {
        position: relative;
        height: 50px;
        margin-right: 10px;
    }
    .selectWrap span.customSelect {
        width: 90px !important;
    }
    .wh01{
        width: 90px !important;
    }
    span.customSelect {
        display: inline-block;
        font-size: 16px;
        background-color: #F8F8F8;
        color: #333;
        padding: 0 10px 0 15px;
        border: 1px solid #c0c0c0;
        line-height: 50px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .customSelectInner {
        background: url(../img/contact/customselect_arrow.png) no-repeat center right;
        padding: 0 10px 0 0;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .age-change{
        display: block;
        justify-content: left;
    }
    .age-change .right{
        margin-left: 0;
        margin-top: 10px;
    }
    .age-change ul{
        display: flex;
        justify-content: left;
    }
    .age-change ul li{
        font-size: 16px;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        margin-right: 0;
        margin-top: 10px;
    }
    .contact-box dd .frequency-tit{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .contact-box dd .frequency-txt{
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .contact-box dd .frequency-box .selectWrap{
        width: 95px!important;
    }
    .contact-box dd .frequency-box ul{
        display: flex;
        justify-content: left;
    }
    .contact-box dd .frequency-box li{
        width: 50%;
        font-size: 16px;
    }
    .contact-box dd .frequency-box li+li{
        border-left: 2px solid #c0c0c0;
    }
    .contact-box dd .frequency-box li .listtit{
        margin-bottom: 5px;
    }
    .contact-box dd .frequency-box li .listbox{
        display: flex;
        justify-content: left;
        align-items: flex-end;
    }
    .contact-box dd .frequency-box li:nth-child(2){
        padding-left: 40px;
    }
    .submit-btn input.reset{
        padding: 15px 0;
        text-align: center;
        width: 100%;
        margin: 0 auto 15px;
        border: 2px solid #c0c0c0;
        border-bottom: 2px solid #c0c0c0;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }
}
/*-------------------confirm-------------------*/
.confirm.contact .list.contactpage li:nth-child(2):before {
    background: #c0c0c0;
    width: 140px;
    height: 8px;
    left: -140px;
    top: 31px;
    content: '';
    z-index: 2;
    position: absolute;
}
.confirm.contact .list li:nth-child(2):before {
	/* background: #c0c0c0; */
    background: #4987c6;
    width: 140px;
    height: 8px;
    left: -140px;
    top: 31px;
    content: '';
    z-index: 2;
    position: absolute;
}
.confirm .dd-txt{
    display: inline-block;
    width: 100%;
    padding: 10px 20px 26px 20px;
    border-radius: 4px;
    font-size: 28px;
    outline: none;
    background: #F1F1F1;
    height: 63px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-box dd .age-input>p{
    width: 90px;
    margin-right: 10px;
}
.confirm .contact-box dd .box{
    margin-top: 0;
    margin-bottom: 30px;
}
.confirm .contact-box dd .age-change li .dd-txt{
    width: 90px;
    margin-right: 10px;
}
.confirm .contact-box dd .age-change li:nth-child(1) .dd-txt{
    width: 120px;
}
.confirm .contact-box dd .frequency-box .dd-txt{
    width: 120px;
    margin-right: 10px;
}
.confirm-submit-btn span{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
}
.confirm-submit-btn input[type=submit]{
    width: 580px;
    margin: 0 auto 30px;
}
.confirm-submit-btn input[type=button]{
    width: 580px;
    margin: 0 auto 30px;
}
.confirm-submit-btn{
    margin-top: 80px;
}
.confirm-submit-btn input.reset {
    display: block;
    width: 360px;
    padding: 16px 0;
    margin: 0 auto 0;
    text-align: center;
    border: 3px solid #c0c0c0;
    border-bottom: 3px solid #c0c0c0;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    background: url("../img/contact/ico-btn01.png") no-repeat left 34px center #c0c0c0;
    font-family: 'Noto Sans JP', sans-serif;
}
.confirm .contact-box dd .age-change .age-input{
    font-size: 16px;
    display: flex;
    justify-content: left;
    align-items: flex-end;
}
.confirm .contact-box dd .age-change .age-input.age-calculation .dd-txt{
    background: #f8f8f8;
}
@media screen and (max-width: 767px) {
    .confirm.contact .list.contactpage li:nth-child(2):before {
        background: #c0c0c0;
        width: 70px;
        height: 4px;
        left: -70px;
        top: 24px;
        content: '';
        z-index: 2;
        position: absolute;
    }
    .confirm.contact .list li:nth-child(2):before {
        /* background: #c0c0c0; */
        background: #4987c6;
        width: 70px;
        height: 4px;
        left: -70px;
        top: 24px;
        content: '';
        z-index: 2;
        position: absolute;
    }
    .confirm .dd-txt{
        display: inline-block;
        width: 100%;
        padding: 10px;
        border-radius: 4px;
        font-size: 24px;
        outline: none;
        height: auto;
        background: #F1F1F1;
        border: 1px solid #c0c0c0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .contact-box dd .age-input>p{
        width: 90px;
        margin-right: 10px;
    }
    .confirm .contact-box dd .box{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .confirm .contact-box dd .age-change li .dd-txt{
        width: 70px;
        margin-right: 10px;
    }
    .confirm .contact-box dd .age-change .right{
        font-size: 16px;
        display: flex;
        justify-content: left;
        align-items: flex-end;
    }
    .confirm .contact-box dd .age-change .right .dd-txt{
        width: 70px;
        font-size: 24px;
        margin-right: 10px;
    }
    .confirm .contact-box dd .age-change li:nth-child(1) .dd-txt{
        width: 80px;
    }
    .confirm .contact-box dd .frequency-box .dd-txt{
        width: 90px;
        margin-right: 10px;
    }
    .confirm-submit-btn span{
        display: block;
        text-align: center;
        font-size: 18px;
        color: #4c4c4c;
    }
    .confirm-submit-btn input[type=button]{
        width: 100%;
        margin: 0 auto 20px;
        font-size: 14px;
    }
    .confirm-submit-btn input[type=submit]{
        width: 100%;
        margin: 0 auto 20px;
        font-size: 14px;
    }
    .confirm-submit-btn{
        margin-top: 40px;
    }
    .confirm-submit-btn input.reset {
        display: block;
        width: 100%;
        padding: 15px 0;
        margin: 0 auto 0;
        text-align: center;
        border: 3px solid #c0c0c0;
        border-bottom: 3px solid #c0c0c0;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        color: #fff;
        background: url("../img/contact/ico-btn01.png") no-repeat left 20px center #c0c0c0;
        font-family: 'Noto Sans JP', sans-serif;
    }
}
/*-------------------confirm-------------------*/
.result.contact .list li:nth-child(2):after {
    background: #4987c6;
    width: 140px;
    height: 8px;
    right: -140px;
    top: 31px;
    content: '';
    z-index: 2;
    position: absolute;
}
.result-box{
    max-width: 1200px;
    margin: 75px auto 0;
}
.result-tit{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
}
.result-box .list-wrapper{
    position: relative;
}
.result-box .list-wrapper .add_btn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.result-box .list-wrapper .add_btn a{
    display: inline-block;
    width: 220px;
    border-radius: 10px;
    border: 2px solid #41B8AA;
    line-height: 40px;
    font-size: 16px;
    padding-left: 50px;
    color: #41B8AA;
    background: url("../img/result/add_btn01.png") no-repeat left 15px center #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.result-box .list-wrapper .add_btn a:hover{
    color: #fff;
    background: url("../img/result/add_btn02.png") no-repeat left 15px center #41B8AA;
}
.result-box .tabList{
    display: flex;
    justify-content: left;
    align-items: flex-start;
}
.result-box .tabList li{
    margin-left: 20px;
    width: 420px;
}
.result-box .tabList li a{
    display: block;
    padding: 25px 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #808080;
    border-radius: 14px 14px 0 0;
}
.result-box .tabList li a.on{
    background: #4987c6;
    padding: 28px 0;
}
.tabBox{
    margin: 0 auto;
    border-top: 6px solid #4987c6;
    background: url(../img/common/bg-header.png) repeat 0 0;
    padding: 50px 60px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabBox-tit{
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #4987c6;
}
.tabBox .flex-box{
    display: flex;
    justify-content: left;
}
.tabBox .flex-box>div{
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabBox .flex-box .left{
    padding-right: 36px;
}
.tabBox .flex-box .right{
    padding-left: 36px;
    border-left: 2px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabBox .flex-tit{
    font-size: 24px;
    font-weight: 700;
    color: #eda601;
    margin-bottom: 30px;
}
.tabBox .flex-tit span{
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-left: 20px;
    color: #4c4c4c;
}
.tabBox .right .flex-tit{
    color: #de6969;
}
.tabBox dl{
    display: flex;
    width: 502px;
    justify-content: space-between;
}
.tabBox dt{
    width: 224px;
    background: url("../img/result/bg01.png") no-repeat 0 0;
    height: 60px;
    display: flex;
    justify-content: left;
}
.tabBox dd{
    width: 224px;
    background: url("../img/result/bg02.png") no-repeat 0 0;
    height: 60px;
    display: flex;
    justify-content: left;
}
.tabBox .right dd{
    background: url("../img/result/bg03.png") no-repeat 0 0;
}
.tabBox dl .ja{
    width: 50%;
    padding-left: 16px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:hover{
    text-decoration: none;
}
.tabBox dl .en{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 18px;
    font-size: 20px;
    font-weight: 400;
    color: #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabBox dd{
    position: relative;
}
.tabBox dd:before{
    background: url("../img/result/ico03.png") no-repeat 0 0;
    width: 25px;
    height: 29px;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    z-index: 2;
    position: absolute;
}
.tabBox-box{
    margin-top: 40px;
    background: #fff;
    height: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.tabBox-box .img{
    background: #fff;
    margin-bottom: 20px;
}
.tabBox-box .img img{
    width: 100%;
}
.tabBox-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    position: static;
}
.tabBox-right img{
    margin-right: 10px;
}
#tab02 .flex-box{
    display: block;
}
#tab02 .flex-box>div{
    width: 100%;
    padding: 0 !important;
}
#tab02 .flex-box .right{
    margin-top: 80px;
    border-left: none;
}
#tab02 .tabBox-box{
    height: auto;
}
.result-link{
    margin: 60px 0 20px;
    text-align: right;
}
.result-link a{
    font-size: 21px;
    font-weight: 700;
    color: #4987c6;
    text-decoration: underline;
}
.result-table{
    max-width: 1200px;
    margin: 0 auto 30px;
}
.result-table table{
    width: 100%;
}
.result-table thead th{
    background: #4987c6;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 8.33%;
}
.result-table tbody th{
    background: #fcf0d2;
    padding: 23px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #e6a000;
    width: 8.33%;
}
.result-table tbody td{
    background: #fefcf6;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    width: 8.33%;
    color: #4c4c4c;
}
.result-table tbody .last td{
    background: #fdf6f6;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    width: 8.33%;
    color: #4c4c4c;
}
.result-table tbody td:nth-child(2n+1){
    background: #fef9ed;
}
.result-table tbody .last td:nth-child(2n+1){
    background: #ffefef;
}
.result-table tbody .last th{
    background: #fae9e9;
    color: #de6969;
}
.result-table thead th span{
    font-size: 24px;
}
.result-txt{
    font-size: 17px;
    line-height: 2;
    padding-left: 20px;
    background: url("../img/result/ico04.png") no-repeat left top 8px;
}
.result-txt img{
    vertical-align: middle;
    margin-left: 10px;
}
.result-btn{
    margin-top: 80px;
    text-align: center;
}
.result-btn a{
    display: block;
    width: 580px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #4987c6;
    border-bottom: 11px solid #4987c6;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    color: #4987c6;
    font-family: 'Noto Sans JP', sans-serif;
    background: url(../img/top/ico-submit01.png) no-repeat right 50px center #ecf3f9;
}
.result-btn a:hover{
    background: url(../img/top/ico-submit01.png) no-repeat right 50px center #fff;
}
a:hover{
    text-decoration: none !important;
}
a{
    text-decoration: none;
}
@media screen and (max-width: 767px) {
#graph_right_min{max-width:294px;}
#graph_left_min{max-width:294px;}
    .result.contact .list li:nth-child(2):after {
        background: #4987c6;
        width: 70px;
        height: 4px;
        right: -70px;
        top: 24px;
        content: '';
        z-index: 2;
        position: absolute;
    }
    .result-box{
        max-width: 100%;
        margin: 35px auto 0;
    }
    .result-tit{
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: left;
    }
    .result-box .list-wrapper{
        position: relative;
        margin-top: 60px;
    }
    .result-box .list-wrapper .add_btn{
        position: absolute;
        right: 0;
        top: -60px;
        transform: translateY(0);
        z-index: 2;
    }
    #pop .selectWrap{
        margin: 0 4px;
        width: 70px !important;
    }
    .result-box .list-wrapper .add_btn a{
        display: inline-block;
        width: 200px;
        border-radius: 10px;
        border: 2px solid #41B8AA;
        line-height: 35px;
        font-size: 14px;
        padding-left: 50px;
        color: #41B8AA;
        background: url("../img/result/add_btn01.png") no-repeat left 15px center #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .result-box .list-wrapper .add_btn a:hover{
        color: #fff;
        background: url("../img/result/add_btn02.png") no-repeat left 15px center #41B8AA;
    }
    .result-box .tabList{
        display: flex;
        justify-content: left;
        align-items: flex-start;
    }
    .result-box .tabList li{
        margin-left: 0;
        margin-right: 10px;
        width: 210px;
    }
    .result-box .tabList li a{
        display: block;
        padding: 15px 0;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        background: #808080;
        border-radius: 14px 14px 0 0;
    }
    .result-box .tabList li a.on{
        background: #4987c6;
        padding: 16px 0;
    }
    .tabBox{
        margin: 0 auto;
        border-top: 3px solid #4987c6;
        background: url(../img/common/bg-header.png) repeat 0 0;
        padding: 20px 10px 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tabBox-tit{
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: 2px solid #4987c6;
    }
    .tabBox .flex-box{
        display: flex;
        justify-content: left;
        width: 710px;
    }
    .tabBox .flex-box>div{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tabBox .flex-box .left{
        padding-right: 20px;
    }
    .tabBox .flex-box .right{
        padding-left: 20px;
        margin-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tabBox .flex-tit{
        font-size: 20px;
        font-weight: 700;
        color: #eda601;
        margin-bottom: 15px;
    }
    .tabBox .flex-tit span{
        font-size: 15px;
        font-weight: 400;
        display: inline-block;
        margin-left: 10px;
        color: #4c4c4c;
    }
    .tabBox .right .flex-tit{
        color: #de6969;
    }
    .tabBox dl{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    #tab02.tabBox dl{
        display: flex;
        width: 100%;
        justify-content: left;
    }
    #tab02.tabBox dd{
        margin-left: 20px;
    }
    .tabBox dt{
        width: 157px;
        background: url("../img/result/bg01.png") no-repeat 0 0;
        -webkit-background-size: contain;
        background-size: contain;
        height: 42px;
        display: flex;
        justify-content: left;
    }
    .tabBox dd{
        width: 157px;
        background: url("../img/result/bg02.png") no-repeat 0 0;
        height: 42px;
        -webkit-background-size: contain;
        background-size: contain;
        margin-top: 0;
        display: flex;
        justify-content: left;
    }
    .tabBox .right dd{
        background: url("../img/result/bg03.png") no-repeat 0 0;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .tabBox dl .ja{
        width: 50%;
        padding-left: 8px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    a:hover{
        text-decoration: none;
    }
    .tabBox dl .en{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding-left: 18px;
        font-size: 14px;
        font-weight: 400;
        color: #4c4c4c;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tabBox dd{
        position: relative;
    }
    .tabBox dd:before{
        background: url("../img/result/ico03.png") no-repeat 0 0;
        -webkit-background-size: contain;
        background-size: contain;
        width: 13px;
        height: 15px;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        z-index: 2;
        position: absolute;
    }
    .tabBox-box{
        margin-top: 20px;
        background: #fff;
        height: auto;
        position: relative;
    }
    .tabBox-right{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 14px;
        position: static;
        right: 10px;
        bottom: 10px;
    }
    .tabBox-right img{
        margin-right: 10px;
    }
    #tab02 .flex-box{
        display: block;
        width: 100%;
    }
    #tab02 .flex-box>div{
        width: 100%;
        padding: 0 !important;
    }
    #tab02 .flex-box .right{
        margin-top: 40px;
        border-left: none;
    }
    #tab02 .tabBox-box{
        height: auto;
    }
    .result-link{
        margin: 30px 0 10px;
        text-align: right;
    }
    .result-link a{
        font-size: 16px;
        font-weight: 700;
        color: #4987c6;
        text-decoration: underline;
    }
    .result-table{
        max-width: 1200px;
        overflow-x: auto;
        margin: 0 auto 15px;
    }
    .result-table table{
        width: 800px;
    }
    .result-table thead th{
        background: #4987c6;
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        width: 8.33%;
    }
    .result-table tbody th{
        background: #fcf0d2;
        padding: 16px 0;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: #e6a000;
        width: 8.33%;
    }
    .result-table tbody td{
        background: #fefcf6;
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        width: 8.33%;
        color: #4c4c4c;
    }
    .result-table tbody .last td{
        background: #fdf6f6;
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        width: 8.33%;
        color: #4c4c4c;
    }
    .result-table tbody td:nth-child(2n+1){
        background: #fef9ed;
    }
    .result-table tbody .last td:nth-child(2n+1){
        background: #ffefef;
    }
    .result-table tbody .last th{
        background: #fae9e9;
        color: #de6969;
    }
    .result-table thead th span{
        font-size: 18px;
    }
    .result-txt{
        font-size: 16px;
        line-height: 2;
        padding-left: 20px;
        background: url("../img/result/ico04.png") no-repeat left top 8px;
    }
    .result-txt img{
        vertical-align: middle;
        margin-left: 10px;
    }
    .result-btn{
        margin-top: 40px;
        text-align: center;
    }
    .result-btn a{    display: inline-block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        border: 2px solid #4987c6;
        border-bottom: 6px solid #4987c6;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        color: #4987c6;
        font-family: 'Noto Sans JP', sans-serif;
        background: url(../img/top/ico-submit01.png) no-repeat right 20px center #ecf3f9;
        -webkit-background-size: 8px;
        background-size: 8px;
    }
    .result-btn a:hover{
        background: url(../img/top/ico-submit01.png) no-repeat right 20px center #fff;
        -webkit-background-size: 8px;
        background-size: 8px;
    }
}

#pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(219,219,219,0.84);
    z-index: 99999;
    display: none;
}
.pop-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 1080px;
    height: 710px;
    background: #fff;
    border-radius: 25px;
    padding: 80px 0 55px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pop-box-tit{
    font-size: 32px;
    font-weight: 700;
}
.pop-box-txt{
    font-size: 17px;
    font-weight: 400;
    margin: 12px 0 45px;
}
.pop-box-flex{
    display: flex;
    justify-content: center;
}
.pop-box-flex>div{
    width: 300px;
    background: #fcf0d2;
    margin: 0 15px;
    border-radius: 14px;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pop-box-flex>div.right{
    background: #fae9e9;
}
.pop-box-flex>div.right .left-tit{
    color: #DE6969 !important;
}
.pop-box-flex .left-tit{
    font-size: 24px;
    font-weight: 700;
    color: #E6A000;
    margin-bottom: 20px;
}
.pop-box-flex .left-flex{
    display: flex;
    justify-content: left;
    font-size: 17px;
    align-items: flex-end;
}
.pop-box-flex .left-flex input{
    display: inline-block;
    width: 110px;
    margin: 0 10px;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    font-size: 18px;
    outline: none;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pop-box-flex .left-flex select{
    display: inline-block;
    width: 110px;
    margin: 0 10px;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    font-size: 18px;
    outline: none;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pop-box-flex .error{
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
    color: #DE6969;
}
.pop-box-flex .box+.box{
    margin-top: 25px;
}
.pop-box-btn{
    margin-top: 40PX;
    text-align: center;
}
.pop-box-btn a{
    display: inline-block;
    width: 220px;
    line-height: 50px;
    border: 3px solid #41b8aa;
    border-radius: 8px;
    font-size: 20px;
    color: #41b8aa;
}
.pop-box-reset-btn{
    margin-top: 20PX;
    text-align: center;
}
.pop-box-reset-btn input{
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    width: 200px;
    line-height: 34px;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    background: #808080;
    text-align: center;
}
.pop-box-btn a:hover{
    background: #41b8aa;
    color: #fff;
}
.pop-box-close{
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 2;
    cursor: pointer;
}
.confirm-submit-btn-link{
    display: block;
    width: 580px;
    padding: 20px 0;
    margin: 0 auto 30px;
    text-align: center;
    border: 3px solid #4987c6;
    border-bottom: 11px solid #4987c6;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    color: #4987c6;
    font-family: 'Noto Sans JP', sans-serif;
    background: url("../img/top/ico-submit01.png") no-repeat right 50px center #ecf3f9;
}
.confirm-submit-btn-link:hover{
    background: url("../img/top/ico-submit01.png") no-repeat right 50px center #fff;
}
@media screen and (max-width: 767px) {
    #pop{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(219,219,219,0.84);
        z-index: 99999;
        display: none;
    }
    .pop-box{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        width: 90%;
        height: 540px;
        background: #fff;
        border-radius: 25px;
        padding: 30px 10px 20px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pop-box-tit{
        font-size: 24px;
        font-weight: 700;
    }
    .pop-box-txt{
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0 20px;
    }
    .pop-box-flex{
        display: flex;
        justify-content: center;
    }
    .pop-box-flex>div{
        width: 100%;
        background: #fcf0d2;
        margin: 0 5px 0;
        border-radius: 10px;
        padding: 15px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pop-box-flex>div.right{
        background: #fae9e9;
    }
    .pop-box-flex>div.right .left-tit{
        color: #DE6969 !important;
    }
    .pop-box-flex .left-tit{
        font-size: 18px;
        font-weight: 700;
        color: #E6A000;
        margin-bottom: 15px;
    }
    .pop-box-flex .left-flex{
        display: flex;
        justify-content: left;
        font-size: 14px;
        align-items: flex-end;
    }
    .pop-box-flex .left-flex input{
        display: inline-block;
        width: 70px;
        padding: 15px 5px;
        margin: 0 0;
        border-radius: 4px;
        font-size: 16px;
        outline: none;
        border: 1px solid #c0c0c0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pop-box-flex .left-flex select{
        display: inline-block;
        width: 70px;
        padding: 15px 5px;
        margin: 0 0;
        border-radius: 4px;
        font-size: 16px;
        outline: none;
        border: 1px solid #c0c0c0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pop-box-flex .error{
        margin-top: 8px;
        font-size: 12px;
        text-align: left;
        color: #DE6969;
    }
    .pop-box-flex .box+.box{
        margin-top: 15px;
    }
    .pop-box-btn{
        margin-top: 20PX;
        text-align: center;
    }
    .pop-box-btn a{
        display: inline-block;
        width: 180px;
        line-height: 40px;
        border: 2px solid #41b8aa;
        border-radius: 8px;
        font-size: 16px;
        color: #41b8aa;
    }
    .pop-box-btn a:hover{
        background: #41b8aa;
        color: #fff;
    }
    .pop-box-close{
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        cursor: pointer;
    }
    .pop-box-close img{
        width: 30px;
    }
    .confirm-submit-btn-link{
        display: inline-block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        border: 2px solid #4987c6;
        border-bottom: 6px solid #4987c6;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        color: #4987c6;
        font-family: 'Noto Sans JP', sans-serif;
        background: url(../img/top/ico-submit01.png) no-repeat right 15px center #ecf3f9;
        -webkit-background-size: 8px;
        background-size: 8px;
    }
    .confirm-submit-btn-link:hover{
        background: url("../img/top/ico-submit01.png") no-repeat right 15px center #fff;
        -webkit-background-size: 8px;
        background-size: 8px;
    }
    .pop-box-reset-btn{
        margin-top: 10PX;
        text-align: center;
    }
    .pop-box-reset-btn input{
        display: inline-block;
        border: none;
        outline: none;
        cursor: pointer;
        width: 184px;
        line-height: 30px;
        border-radius: 18px;
        font-size: 13px;
        color: #fff;
        font-family: 'Noto Sans JP', sans-serif;
        background: #808080;
        text-align: center;
    }
}
.result-logo{
    display: none;
}
.confirm-pop .pop-box{
    height: 510px;
    background: #fff;
    border-radius: 25px;
    padding: 130px 0 90px;
}
.confirm-pop .pop-box .pop-box-txt{
    margin: 30px 0 50px;
}
@media screen and (max-width: 767px) {
    .confirm-pop .pop-box{
        height: 300px;
        background: #fff;
        border-radius: 25px;
        padding: 40px 10px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .confirm-pop .pop-box .pop-box-txt{
        margin: 20px 0 30px;
    }
}






