@charset "UTF-8";

/*-----------------------------------------*/
/*よくある質問*/
/*-----------------------------------------*/

p.cts_p{
    text-align: left;
}
.cts_p+.cts_p{
    margin-top: 10px;
}
[class*="ti"] + .cts_p{
    margin-top: 15px;
}
.contents_ti02{
    text-align: left;
    color: #003da6;
    font-weight: bold;
    border-left: 5px solid #003da6;
    padding: 2px 0 2px 10px;
    color: #111;
    position: relative;
    font-size: 16px;
}
@media print, screen and (min-width:768px) {
    .contents_ti02{
        font-size:20px;
    }
}

.contents_list{
    list-style-type: disc;
    margin: 0 0 0 25px;
}
.contents_list li{
    text-align: left;
}
.contents_list li:not(:first-child){
    margin-top: 10px;
}


.contents_dl dt{
    font-weight: bold;
    text-align: left;
}
.contents_dl dd{
    text-align: left;
    margin-top: 5px;
}
.contents_dl dd + dt{
    margin-top: 10px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
/*accordion------------------*/
.acbox label{
    width: auto;
    font-size: 16px; 
    font-weight: bold;
    text-align: center;
    background:#003da6; 
    position: relative;
    display: block;
    padding:8px;
    border-radius: 4px; /* ラベルの角の丸み */
    cursor: pointer;
    color: #fff;
}

.acbox input{
    display: none;
}
.acbox label:after{
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content:"\f0ab"; /* ラベルのアイコン */
    font-weight: bold;
    font-size:15px;
    line-height: 1;
    position: absolute;
    top:65%;
    right: 15px;
    margin-top: -14px;
}
.acbox input:checked ~ label::after {
    content:"\f0aa"; /* ラベルをクリックした後のアイコン */
}

@media print, screen and (min-width:768px) {
    .acbox label{
        font-size: 18px; 
        padding:12px;
    }
    .acbox label:after{
        font-size:17px;
        top:60%;
    }
}


.acbox{
    width: auto;
    text-align: left;
}

.acbox div.acbox_under{
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s; /* 開閉スピードの設定 */
    text-align: left;
}

.acbox input:checked ~ div.acbox_under{
    height: auto;
    border-radius: 0px;
    padding: 15px 0;
    background: #fff; /* 開いた部分の背景色 */
    opacity: 1;
}

.acbox input:checked ~ label {
    background:#3193cc; /* クリック後のラベルの背景色 */
}

.acbox + .acbox{
    margin-top:20px;
}

/*faq_list------------------*/
.faq_list{
    
}
.faq_list dt{
    color: #003da6;
    font-weight: bold;
    text-align: left;
    position: relative;
    font-size: 16px;
    padding: 0 0 8px 25px;
    border-bottom: 1px solid #003da6;
    line-height: 1.4;
    margin-top: 20px;
}
.faq_list dt::before{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f059";
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    top:2px;
}

.faq_list dd{
    text-align: left;
    margin-top: 15px;
}
.faq_list dd+dt{
    margin-top:40px;
}
@media print, screen and (min-width:768px) {
    .faq_list dt{
        font-size: 18px;
    }
    .faq_list dt::before{
        font-size: 18px;
    }
}


/**/
.tx_box_color{
    background:#f6f6f6;
    padding: 10px;
}

/**/
.contents_link li{
    text-align: left;
    position: relative;
    padding: 0 0 0 20px;
}
.contents_link li::before{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f0c6";
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 0;
    top:3px;
    color: #3193cc;
}
.contents_link li a{
    text-decoration: underline;   
}

.contents_link li+ li{
    margin-top: 10px;
}

/**/
hr.line01{
    height: 0;
    border: 0;
    border-top:1px dotted #ccc;
    padding: 0;
    margin: 30px 0;
}


