/*---------------parts.css ---------------*/

/* padding */
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}
.pt-80{
    padding-top: 80px;
}
.pt-90{
    padding-top: 90px;
}
.pt-100{
    padding-top: 100px;
}
/* padding PCのみ */
.pt-40-pc{
    padding-top: 40px;
}
.pt-50-pc{
    padding-top: 50px;
}
.pt-60-pc{
    padding-top: 60px;
}
.pt-70-pc{
    padding-top: 70px;
}
.pt-80-pc{
    padding-top: 80px;
}
.pt-90-pc{
    padding-top: 90px;
}
.pt-100-pc{
    padding-top: 100px;
}
/* padding SPのみ */
/* .pt-10-sp{
    margin-top: 0;
}
.pt-20-sp{
    margin-top: 0;
}
.pt-30-sp{
    margin-top: 0;
}
.pt-40-sp{
    margin-top: 0;
}
.pt-50-sp{
    margin-top: 0;
}
.pt-60-sp{
    margin-top: 0;
} */
/* margin */
.mt-0{
    margin-top: 0px !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mt-60{
    margin-top: 60px;
}
.mt-70{
    margin-top: 70px;
}
.mt-80{
    margin-top: 80px;
}
.mt-90{
    margin-top: 90px;
}
.mt-100{
    margin-top: 100px;
}
/* margin PCのみ */
.mt-40-pc{
    margin-top: 40px;
}
.mt-50-pc{
    margin-top: 50px;
}
.mt-60-pc{
    margin-top: 60px;
}
.mt-70-pc{
    margin-top: 70px;
}
.mt-80-pc{
    margin-top: 80px;
}
.mt-90-pc{
    margin-top: 90px;
}
.mt-100-pc{
    margin-top: 100px;
}
/* margin SPのみ */
/* .mt-10-sp{
    margin-top: 0;
}
.mt-20-sp{
    margin-top: 0;
}
.mt-30-sp{
    margin-top: 0;
}
.mt-40-sp{
    margin-top: 0;
}
.mt-50-sp{
    margin-top: 0;
}
.mt-60-sp{
    margin-top: 0;
} */
@media screen and (max-width: 640px) {
    /* padding PCのみ */
    .pt-40-pc{
        padding-top: 0;
    }
    .pt-50-pc{
        padding-top: 0;
    }
    .pt-60-pc{
         padding-top: 0;
    }
    .pt-70-pc{
         padding-top: 0;
    }
    .pt-80-pc{
         padding-top: 0;
    }
    .pt-90-pc{
         padding-top: 0;
    }
    .pt-100-pc{
         padding-top: 0;
    }
    /* padding SPのみ */
    .pt-10-sp{
        margin-top: 10px;
    }
    .pt-20-sp{
        margin-top: 20px;
    }
    .pt-30-sp{
        margin-top: 30px;
    }
    .pt-40-sp{
        margin-top: 40px;
    }
    .pt-50-sp{
        margin-top: 50px;
    }
    .pt-60-sp{
        margin-top: 60px;
    }
    /* margin PCのみ */
    .mt-40-pc{
        margin-top: 0;
    }
    .mt-50-pc{
        margin-top: 0;
    }
    .mt-60-pc{
        margin-top: 0;
    }
    .mt-70-pc{
        margin-top: 0;
    }
    .mt-80-pc{
        margin-top: 0;
    }
    .mt-90-pc{
        margin-top: 0;
    }
    .mt-100-pc{
        margin-top: 0;
    }
    /* margin SPのみ */
    .mt-10-sp{
        margin-top: 10px;
    }
    .mt-20-sp{
        margin-top: 20px;
    }
    .mt-30-sp{
        margin-top: 30px;
    }
    .mt-40-sp{
        margin-top: 40px;
    }
    .mt-50-sp{
        margin-top: 50px;
    }
    .mt-60-sp{
        margin-top: 60px;
    }
}
/* fontsize */
.fz-10{
    font-size: 10px;
}
.fz-11{
    font-size: 11px;
}
.fz-12{
    font-size: 12px;
}
.fz-13{
    font-size: 13px;
}
.fz-14{
    font-size: 14px;
}
.fz-15{
    font-size: 15px;
}
.fz-16{
    font-size: 16px;
}
.fz-17{
    font-size: 17px;
}
.fz-18{
    font-size: 18px;
}
@media screen and (max-width: 640px) {
    .fz-14{
        font-size: 13px;
    }
}
/* ul */
.ulStyle01{

}
.ulStyle01 li{
    text-indent: -1em;
    padding-left: 1em;
}

/* ol */
.olStyle01{

}
.olStyle01 li{
    text-indent: -1em;
    padding-left: 1em;
}
/*  aタグ  */
a:link{
    text-decoration: none;
}
/* btn */
.btnStyle01{
    max-width: 350px;
    width: 100%;
    margin: 30px auto 0;
    display: block;
}
.btnStyle01 a{
    color: #fff;
    background-color: #1D1D1D;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    padding: 23px 0;
    position: relative;
}
.btnStyle01 a::after{
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url("/air/kanki/kichofan/img/index/icon_btn_01.png");
}
.btnStyle02{
    max-width: 186px;
    width: 100%;
    margin: 25px auto 0;
    display: block;
    writing-mode:horizontal-tb;
}
.btnStyle02 a{
    color: #fff;
    background-color: #1D1D1D;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    position: relative;
}
.btnStyle02 a::after{
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url("/air/kanki/kichofan/img/index/icon_btn_01.png");
}
.btnStyle01 a:hover,.btnStyle02 a:hover{
    opacity: .7;
}
@media screen and (max-width: 640px) {
    .btnStyle02{
        max-width: 110px;
        margin-top: 0;
    }
    .btnStyle02 a::after{
        right: 5px;
    }
    .btnStyle02 a{
        line-height: 1.1;
        font-size: 14px;
    }
}
@media screen and (max-width: 320px) {
    .btnStyle02{
        max-width: 100px;
    }
}

/* border */
.border-t-red{
    border-top: 4px solid #D01414 !important ;
}
.border-l-red{
    border-left: 4px solid #D01414 !important;
}
.border-r-red{
    border-right: 4px solid #D01414 !important;
}
.border-b-red{
    border-bottom: 4px solid #D01414 !important;
}
/* bg */
.bg-blue01{
    background-color: #006FB4 !important;
    color: #fff;
}
.bg-blue02{
    background-color: #32A0DB !important;
    color: #fff;
}
/* flex */

.flex__justify--center{
    justify-content: center;
}
.flex__justify--spween{
    justify-content: space-between;
}
.flex__justify--around{
    justify-content: space-around;
}
.flex__align--center{
    align-items: center;
}
.flex__gap5{
    gap:5px;
}
.flex__gap25{
    gap:0 25px;
}
.flex__gap60{
    gap:0 60px;
}
@media screen and (max-width: 640px) {
    .flex__block--sp{
        display: flex;
    }
}
/* 画像 */
figure{
    width: 100%;
}
figure img{
    width: 100%;
    object-fit: contain;
}

/* 画像サイズ */
.max-w-476{
    max-width: 476px;
}
.max-w-217{
    max-width: 217px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.max-w-283{
    max-width: 283px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.max-w-192{
    max-width: 192px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.max-w-240{
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.max-w-70{
    max-width: 70px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.max-w-114{
    max-width: 114px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.max-w-96{
    max-width: 96px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
/* 固定header時のアンカーリンク調整 */
html{
	scroll-behavior: smooth;
}
.anchor-point {
    opacity: 0;
    position: relative;
    top: -70px;
}

/* pc sp 切り替え */
.pcOnly{
    display: block;
}
.spOnly{
    display: none;
}
.spOnly-table{
    display: none;
}
@media screen and (max-width: 640px) {
    .pcOnly{
        display: none;
    }
    .spOnly{
        display: block;
    }
    .spOnly-table{
        display: table;
    }

    .spOnly-table__td-head--01{
        background-color: #006FB4;
        color: #fff;
    }

    .spOnly-table__td-head--02{
        background-color: #32A0DB;
        color: #fff;
    }
}








/* ----------   main   ----------  */
/* FV */
.body-kanki.page-kanki-kichofan .kanki-hero__block .kanki-hero__inner-text .kanki-hero__inner-text--image{
    width: 214px;
}
@media screen and (max-width: 640px) {
    .body-kanki.page-kanki-kichofan .kanki-hero__block .kanki-hero__inner-text .kanki-hero__inner-text--image{
        width: 165px;
        top: 7%;
    }
    .page-kanki-kichofan .kanki-kichofan-custom-dl dl dt{
        font-size: 18px;
    }
    .body-kanki .custom-h4{
        font-size: 18px;
    }
    .body-kanki .kanki-content__container{
        font-size: 16px;
    }
}


/* アンカーリンク */
.section_anchorlink {
    max-width: 976px;
    width: 100%;
    margin: 80px auto 50px;
}
.section_anchorlink li a{
    display: block;
    color: #fff;
    background-color: #F2B445;
    font-size: 18px;
    min-width: 324px;
    width: fit-content;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    border-right: 1px solid #fff;
    transition: all 0.3s;
}
.section_anchorlink li a:hover{
    opacity: 0.7;
}
.section_anchorlink li a::before{
    content: "";
    background-image: url(/air/kanki/kichofan/img/index/icon_anchorlink_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}
@media screen and (max-width: 640px) {
    .section_anchorlink{
        margin: 40px auto;
    }
    .section_anchorlink ul li{
        width: 48%;
    }
    .section_anchorlink li a{
        min-width: 100%;
    }
    .flex-wr-sp{
        flex-wrap: wrap;
    }
}
/* table pc */
.body-kanki .table__block .kanki-table-td--wide td{
    text-align: center;
}
/* table sp */
@media screen and (max-width: 640px) {
    .th-sp-fz{
        font-size: 10px;
    }
    .table__block{
        font-size: 12px;
    }
    .tbl-r01 tr td, 
    .tbl-r01 tr th {
        writing-mode: vertical-rl;
        text-orientation: upright;
        text-align: center;
    }
    .tbl-r01 tr:nth-child(2){
        height: 220px;
    }
    .tbl-r01 tr:nth-child(2) td:last-child img{
        max-width: 30px;
    }
    .tbl-r01 tr:nth-child(3){
        height: 150px;
    }
    .tbl-r01 tr:nth-child(4){
        height: 340px;
    }
    .upright{
        text-combine-upright: all;
        writing-mode: horizontal-tb;  /* 横向きのまま */
        font-size: 12px;             /* 通常文字よりやや大きく調整 */
        text-combine-upright: none;   /* 縮小せず通常の横並び表示 */
        display: inline-block;         /* ブロック要素のように扱う */
    }
}
@media screen and (max-width: 370px) {
    .tbl-r01{
        margin-bottom: 20px;
    }
    .body-kanki .js-scroll-area{
		width: 100%;
		overflow-x: scroll;
	}
    .body-kanki .js-scroll-area .table__block{
        min-width: 120vw;   
    }
    .c-ap-scroll-area-box::-webkit-scrollbar {
		background: #DCDCDC;
		width: 14px;
		height: 14px;
		border-radius: 16px;
	}
	.c-ap-scroll-area-box::-webkit-scrollbar-thumb {
		background-color: #AAAAAA;
		border-radius: 16px;
	}
}
/* 打消し */
.body-kanki .kanki-content__inner .kanki-content__inner--block, .body-kanki .kanki-content__inner--wide .kanki-content__inner--block, .body-kanki .kanki-content__inner--middle .kanki-content__inner--block{
    padding-bottom: 0;
}
.body-kanki .kanki-content__inner{
    padding-bottom: 50px;
}

/* afterservice bnr */
.kanki-after-service__list{
    width: 380px;
    text-align: center;
}
.kanki-after-service__list img{
    width: 100%;
}
@media screen and (max-width: 640px) {
    .kanki-after-service__list{
        width: 100%;
    }
}