@charset "utf-8";
/* CSS Document */

.subpage-st{
    padding: 20px 0;
    background: rgba(0,146,219,.1);
}

.subpage-st h1{
    font-family: 'Noto sasn japanese', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.subpage-st p{
    font-family: 'Noto sasn japanese', sans-serif;
    font-weight: 500;
}

input[type=text],
input[type=tel],
input[type=email],
select{
    padding: 5px 8px;
    height: 36px;
    width: 100%;
    background-color: #F7F7F7
}

textarea{
    padding: 5px 8px;
    width: 100%;
    background-color: #F7F7F7;
    resize: none;
}

.pager-btn{
    width: 100%;
    border:1px solid #EEEEEE;
    padding: 10px;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    color: #0092DB;
    font-size: 16px;
    font-weight: 600;
    background: #FFFFFF;
}

.pager-btn:hover{
    background: #0092DB;
    color: #FFFFFF;
}

/**/
.bread-box{}

.bread-box a{
    text-decoration: underline;
    color: #0092DB;
}

.detail-table{
    width: 100%;
    border-top: 1px solid #E7E7E7;
}

.detail-table tr{
    border-bottom: 1px solid #E7E7E7;
}

.detail-table th{
    width: 30%;
    padding: 10px;
    background: rgba(0,146,219,.1);
}

.detail-table td{
    width: 70%;
    padding: 10px;
}

/**/
.result{}

.result .search-box .content{
    border: 1px solid #E7E7E7;
    padding: 10px;
}

.result .search-box ul{}

.result .search-box ul li{
    margin-bottom: 10px;
}

.result .search-box ul:last-of-type li:last-of-type{
    margin-bottom: 0;
}

.result .search-box ul li .blue-btn{
    width: 100%;
    box-shadow: none;
}

.result .result-box{}

.result .result-box .rb-descbox{
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 20px;
}

.result .result-box .rb-descbox:last-of-type{
    border-bottom: none;
    margin-botom: 0;
    padding-bottom: 0;
}

.rb-descbox .rb-st{
    margin: 10px 0;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	font-weight: 700;
    position: relative;
    padding-left: 30px;
    padding-bottom: 23px;
}

.rb-descbox .rb-st:before{
    content: "";
    
    position: absolute;
    left: 0;
    top: 4px;
    
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../img/common/icon-result.png) no-repeat center;
    background-size: contain;
}

.rb-descbox .rb-st .type-label{
    position: absolute;
    right: 0;
    bottom: 0;
    
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 110%;
}

.rb-descbox .rb-st .tl-part{
    background: #FFBE00;
}

.rb-descbox ul{
    display: block;
    overflow: hidden;
}

.rb-descbox ul li:first-of-type img{
    width: 100%;
    height: 72.52vw;
}

.rb-descbox ul li:last-of-type{
    margin-top: 10px;
}

.rb-descbox ul li .btn-box{}


/**/
.da-st{
    margin: 10px 0;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 700;
    color: #0092DB;
}

.da-st:before{
    content: "";
    
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../img/common/icon-info.png) no-repeat center;
    background-size: contain;
}

.detail .features{}

.detail .features ul{
    display: block;
    overflow: hidden;
}

.detail .features ul li{
    background: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
}

.detail .features ul li:last-of-type{
    margin-bottom: 0;
}

.detail .features ul li .features-st{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 700;
    color: #0092DB;
    padding-left: 30px;
    position: relative;
}

.detail .features ul li .features-st:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../img/common/icon-check.png) no-repeat center;
    background-size: contain;
}

.detail .features ul li dl{}

.detail .features ul li dl dt{
    margin: 10px 0;
}

.detail .features ul li dl dt img{
    width: 100%;
}

.detail .features ul li dl dd{
    line-height: 150%;
}

.form-box{}


.form-box dl{
    margin: 20px 0;
}

.form-box dl dt{
	font-size: 16px;
	font-weight: bold;
    margin-bottom: 10px;
}

.form-box .hissu{
    color: #FF0004;
    font-weight: normal;
}

.form-box dl dd{}

.form-box .form-btnbox{
    background: #0092DB;
    color: #FFFFFF;
    padding: 20px 10px;
    text-align: center;
}

.form-box .form-btnbox .t-link{
    color: #FFFFFF;
}

.form-box .form-btnbox p{
    margin-top: 10px;
}

.form-box .form-btnbox .submit-btn{
    display: inlin-block;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.form-box .form-btnbox .submit-btn:after{
    content: "→";
    
    display: inline-block;
    margin-left: 10px;
    color: #0092DB;
}

.form-box .form-btnbox .submit-btn:disabled{
    background: rgba(255,255,255, .7);
}


.desc-link{}

.desc-link .st{
    color: #000000;
}

.desc-link ul{
    display: block;
    overflow: hidden;
}

.desc-link ul li{
    margin-bottom: 10px;
}

.desc-link ul li:last-of-type{
    margin-bottom: 0;
}

.desc-link ul li a{
    display: block;
}

.desc-link ul li dl{
    padding: 20px;
    background: #FFFFFF;
}

.desc-link ul li dl dt{
    margin-bottom: 5px;
}

.desc-link ul li dl dt img{
    width: 100%;
}

.desc-link ul li dl dd{
    line-height: 150%;
}

.desc-link ul li dl dd p{
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #0092DB;
    margin-bottom: 5px;
}
