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

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

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

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

input[type=text],
input[type=tel],
input[type=email],
select{
    padding: 5px 10px;
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 46px;
    background-color: #F7F7F7
}

textarea{
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
    background-color: #F7F7F7;
    resize: none;
}

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

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

/**/
.bread-box{
    font-size: 16px;
}

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

.bread-box a:hover{
    text-decoration: none;
    opacity: .7;
}

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

.result .search-box ul{
    float: left;
    display: block;
    width: calc( 50% - 10px );
}

.result .search-box ul:nth-of-type(2n){
    float: right;
}

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

.result .search-box ul 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: 20px 0;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 700;
    position: relative;
}

.rb-descbox .rb-st:before{
    content: "";
    
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    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;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 5px;
    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{
    float: left;
    width: 300px;
}

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

.rb-descbox ul li:last-of-type{
    float: right;
    width: calc( 100% - 320px );
}

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

/**/
.detail-about .twin-box li{
    vertical-align: top !important;
}

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

.da-st:before{
    content: "";
    
    display: inline-block;
    width: 25px;
    height: 25px;
    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;
    text-align: center;
    font-size: 0;
}

.detail .features ul li{
    text-align: left;
    display: inline-block;
    width: calc( 50% - 10px );
    background: #FFFFFF;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
	vertical-align: top;
	min-height: 200px;
}

.detail .features ul li:nth-of-type(2n){
    margin-right: 0;
}

.detail .features ul li .features-st{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	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: 18px;
	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: 30px;
    text-align: center;
}

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

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

.form-box .form-btnbox .submit-btn{
    display: inline-block;
    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: flex;
    flex-wrap: wrap;
    gap: 1rem;
    overflow: hidden;
}

.desc-link ul li {
    /* float: left; */
    /* width: calc(50% - 10px); */
    /* margin-bottom: 20px; */
    flex: 0 0 calc(50% - .5rem);
}

.desc-link ul li:nth-of-type(2n){
    float: right;
}

.desc-link ul li:last-of-type,
.desc-link ul li:nth-last-of-type(2){
    margin-bottom: 0;
}

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

.desc-link ul li dl {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    background: #FFFFFF;
}

.desc-link ul li dl dt{
    display: table-cell;
    width: 200px;
    vertical-align: top;
}

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

.desc-link ul li dl dd{
    display: table-cell;
    vertical-align: top;
    line-height: 150%;
    padding-left: 20px;
}

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