@charset "UTF-8";

body{line-height: 1.7;}

.sp { display: none;}
.pc { display: block;}

@media(max-width:768px) {
	.sp { display: block;}
	.pc { display: none !important;}
}




.column_idx { color: #777; padding: clamp( 1em, 4vw, 4em ) 0;}
.column_idx > .inner { width: 94vw; max-width: calc( 1600px + 16em );}
.column_idx h1 { color: #d80c18; font-size: clamp( 24px, 3.5vw, 32px ); font-weight: bold; text-align: center;}
.column_idx h2 { border-bottom: 2px solid #d80c18; font-size: clamp( 21px, 3.5vw, 24px ); font-weight: bold; text-align: center; margin-block: 1em;}
.column_idx h2.cate_hdr { border: none; background: #d80c18; color: #fff;}
.column_list { display: flex; flex-wrap: wrap; justify-content: center;}
.column_list > li { width: clamp( 300px, 33% - 4vw, 400px ); margin: clamp( 1em, 2vw, 2em );}
.column_list > li a { background: #f5f5f5; display: block; height: 100%; color: inherit;position: relative;}
.column_list > li .txt_area { padding: clamp( 0.5em, 3vw, 1.5em );}
.column_list > li .txt_area h3 { font-weight: bold; font-size: clamp( 16px, 2.5vw, 21px ); color: #333; margin-bottom: 0.5em;}
.column_list > li .excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-bottom: 1em;}
.column_list > li .btn_more { text-align: right; font-weight: bold;}
.column_list > li .btn_more span::after { content: "»"; margin-left: 0.5em; display: inline-block;}
.column_list > li .cate{position: absolute;top: 0;left: 0;color: #fff;padding: 0.25em;line-height: 1;}
.column_list > li .cate.koumuin{background: #009f5d;}
.column_list > li .cate.boki{background: #c91a1d;}
.column_list > li .cate.takken{background: #e69400;}
.time_area { display: flex; flex-wrap: wrap; column-gap: 1em; justify-content: flex-end; border-top: solid 1px currentColor; margin-bottom: 0.8em; font-size: clamp( 10px, 90%, 14px ); padding-top: 0.5em;}
.date_update { display: flex; flex-wrap: wrap;}
.date_update dt::before { content:"\f2f9"; font-family:'FAsolid'; font-weight: 900; margin-right: 0.25em;}

@media(max-width:1099px) {
	.column_idx > .inner { width: 100%;}
	.column_list > li { width: clamp( 250px, 50% - 4vw, 450px ); margin: 2vw;}
}

@media(max-width:599px) {
	.column_list > li { width: 100%; max-width: 400px; margin: 1em auto;}
	.subNavi li a{font-size: 12px;}
}

@media(max-width:360px) {
	.subNavi li a{font-size: 11px;}
}


.breadcrumb { max-width: 1000px; margin: 0 auto 2em; font-size: 12px;}
.breadcrumb li { display: inline-block;}
.breadcrumb li:first-of-type { background: url(../images/common/bc_icon.png) no-repeat; padding-left: 21px;}
.breadcrumb li:not(:last-of-type) { margin-right: 0.5em;}
.breadcrumb li:not(:last-of-type):after { content: "\03e"; padding-left:0.5em;}


.column_content { background: #f5f5f5; color: #777; padding-top: clamp( 1em, 4vw, 4em );}
.column_content > .inner { background: #fff; width: 1000px; max-width: calc( 100% - 1em ); padding: clamp( 1em, 4vw, 4em ); margin-bottom: clamp( 1em, 4vw, 4em );}
.clmn_sctn { margin-bottom: clamp( 1em, 4vw, 4em );}
.clmn_sctn h2, .clmn_sctn h3, .clmn_sctn h4 { color: #333; font-weight: bold; margin: 0.8em 0;}
.clmn_sctn h2 { border-bottom: 2px solid #d80c18; font-size: clamp( 21px, 3.5vw, 24px );}
.clmn_sctn h3 { border-left: 5px solid #d80c18; padding-left: 0.5em; font-size: clamp( 18px, 3vw, 21px );margin-bottom:0.3em;}
.clmn_sctn h4 { font-size: clamp( 16px, 3vw, 19px );margin-bottom:0;}
.clmn_sctn a { color: #d80c18; text-decoration: underline;}
.clmn_sctn p { font-size: clamp( 14px, 3vw, 16px ); margin-bottom: 0.8em;}
.clmn_sctn table { font-size: clamp( 14px, 3vw, 16px ); margin-bottom: 0.8em;}
.clmn_sctn thead { background: #f5f5f5;}
.clmn_sctn th, .clmn_sctn td { border: solid 1px currentColor; padding: 0.5em 0.8em;}
.clmn_sctn th { font-weight: bold;}
.horizontal_scrl table { width: 100%; margin-bottom: 1em;}
.horizontal_scrl { overflow: auto; white-space: nowrap; margin-bottom: 1em;}
.horizontal_scrl::-webkit-scrollbar { height: 5px;}
.horizontal_scrl::-webkit-scrollbar-track { background: #F1F1F1;}
.horizontal_scrl::-webkit-scrollbar-thumb { background: #BCBCBC;}
.clmn_sctn .list_count { list-style-type: decimal; margin-bottom: 0.8em;}
.clmn_sctn .list_count > li { margin-left: 1.5em;}
.clmn_sctn .list_count > dt { padding-left: 1em; text-indent: -1em; font-weight: bold;}
.clmn_sctn .list_count > dd { padding-left: 1em;}
.clmn_sctn .list_dot { margin-bottom: 0.8em;}
.clmn_sctn .list_dot > li, .clmn_sctn .list_dot > dt { padding-left: 1.3em; position: relative;}
.clmn_sctn .list_dot > li::before, .clmn_sctn .list_dot > dt::before { content: "・"; position: absolute; left: 0; top: 0;}
.clmn_sctn .list_dot > dt { color: #333; font-weight: bold; margin-bottom: 0.3em;}
.clmn_sctn .list_dot > dd { padding-left: 1.3em;}
.kakomi { border: 1px #ccc solid; padding: 3%; margin-top: 1em;}





.article_hdr h1 { font-size: clamp( 24px, 3.5vw, 32px ); margin-bottom: 0.8em;}
.article_hdr .main_visual { position: relative; margin-bottom: 1em;}
.article_hdr .main_visual .img_area { width: 100%; max-height: 50vw; overflow: hidden;}
.article_hdr .main_visual .img_area img { width: 100%; height: auto;}
.article_hdr .main_visual .category_tag { display: inline-block; position: absolute; top: 1em; left: 1em; line-height: 1; padding: 0.3em 0.8em; color: #fff; background: rgba(0,0,0,0.4);}





.cta_area { margin: clamp( 1em, 4vw, 4em ) auto; width: clamp( 240px, 80vw, 800px );line-height: 1.6;}
.cta_area a { display: flex; flex-wrap: wrap; align-items: center; padding: 0; background: #fbfbd6; border: solid 1px #777;}
.cta_area .img_area { width: 30%;}
.cta_area .txt_area { position: relative; width: 70%; display: flex; flex-wrap: wrap; align-content: center; padding: clamp( 0.5em, 3vw, 2em );}
.cta_area .txt_area::after { content: ""; display: block; width: 0; height: 0; position: absolute; top: calc( 50% - 1em ); right: 0; border: solid 1em transparent; border-left: solid clamp( 0.2em, 2vw, 1em ) orange;}
.cta_area .txt_area p { font-size: clamp( 21px, 2.5vw, 24px ); font-weight: bold;}

@media(max-width:999px) {
	.cta_area .img_area { width: 25%;}
	.cta_area .txt_area { width: 75%; padding: 0 clamp( 1em, 3.5vw, 3em ) 0 clamp( 0.5em, 2vw, 1em );}
	.cta_area .txt_area p { font-size: clamp( 14px, 2.5vw, 18px );}
}

@media(max-width:599px) {
	.cta_area .txt_area::after { right: -0.7em;}
	.article_hdr h1, .clmn_sctn h2{line-height: 1.4;}
	.clmn_sctn h2{padding-bottom: 0.2em;}
}

@media(max-width:499px) {
	.cta_area .img_area { width: 100%; height: 50vw; display: flex; flex-wrap: wrap; align-content: center; overflow: hidden;}
	.cta_area .txt_area { width: 100%; padding: 1em 2em 1em 1em;}
	.cta_area .txt_area::after { right: 0;}
}



.sem_bnr_area { width: 1000px; max-width: calc( 100% - 1em ); display: flex; column-gap: 1em; margin: clamp( 1em, 4vw, 4em ) auto;}
.sem_bnr_area a { display: block; border: solid 1px #777;}



#related_post { background: #fff; padding: clamp( 1em, 4vw, 4em );}
#related_post > .inner { width: 1000px; max-width: 100%;}
#related_post h2 { text-align: center; font-weight: bold; font-size: clamp( 18px, 3vw, 21px );  border-bottom: 2px solid #d80c18; margin-bottom: 0.8em;}
#related_post ul { display: flex; flex-wrap: wrap; justify-content: center;}
#related_post li { width: calc( 50% - 2em ); margin: 0.5em;min-height: 106px;}
#related_post li a { background: #f5f5f5; display: block; height: 100%;}
#related_post li .img_area { width: 30%;height: 100%;overflow: hidden;}
#related_post li .txt_area { width: 70%; padding: clamp( 0.3em, 2vw, 1em ) clamp( 0.5em, 1.5vw, 2em );}
#related_post li .txt_area h3 { font-size: clamp( 14px, 2.2vw, 16px );}
#related_post li a { display: flex; flex-wrap: wrap; align-items: center;}
#related_post li .img_area img{width: 100%;height: 100%;object-fit: cover;}

@media(max-width:999px) {
	#related_post li { width: 100%; margin: 0 0 1em;min-height: 90px;}
	#related_post li .img_area { width: 120px;}
	#related_post li .txt_area { width: calc(100% - 120px); padding: clamp( 0.3em, 2vw, 1em ) clamp( 0.5em, 3vw, 2em );}
}

@media(max-width:499px) {
	#related_post li {min-height: 76px;}
	#related_post li .img_area { width:30%;}
	#related_post li .txt_area { width: calc(100% - 30%);}
}





footer { width: 100%; background-color: #F2F2F2; position: relative;}
footer .in { width: 1180px; max-width: calc( 100% - 1em ); margin: 0 auto 0; position: relative; padding: 72px 0 40px;}
footer .in .f_tit { font-size: 32px; font-weight: 700; color: #000; text-align: center; line-height: 1.0; margin-bottom: 32px;}
footer .in .tel_num { text-align: center;}
footer .in .tel_num span { font-size: 54px; font-weight: 700; color: #C12E29; position: relative; background-image: url("../images/common/ico_free.png"); background-repeat: no-repeat; background-size: 60px auto; background-position: left 25px; margin: 0; padding: 0 0 0 80px; line-height: 1.0;}
footer .in .tel_time { font-size: 19px; font-weight: 500; margin: 0 auto 40px; text-align: center;}
footer .in .f_nav ul { display: flex; justify-content: center;}
footer .in .f_nav ul li { margin-right: 40px;}
footer .in .f_nav ul li:last-child { margin-right: 0;}
footer .in .f_nav ul li a { font-size: 16px; font-weight: 700; position: relative; padding-right: 32px;}
footer .in .f_nav ul li a:before { position: absolute; top: 0; bottom: 0; right: 0; margin: auto; content: ""; vertical-align: middle; width: 8px; height: 8px; border-top: 2px solid #000; border-right: 2px solid #000; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
footer .in .f_logo { width: 157px; position: absolute; left: 0; top:calc(50% - 45px);}
footer .copy { width: 100%; height: 60px; text-align: center; background-color: #FFF; font-size: 12px; box-sizing: border-box; padding: 18px 0;}
footer .page_top { width: 60px; height: 60px; position: fixed; right: 0; bottom: 0;}
footer .page_top a { width: 100%; height: 100%; display: block; position: relative; background-color: #DAD6CB;}
footer .page_top a:before { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; content: ""; vertical-align: middle; width: 16px; height: 16px; border-top: 4px solid #000; border-right: 4px solid #000; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
footer .page_top a span { display: none;}

@media(max-width:899px) {
	footer .in .f_logo { display: none;}
}
@media(max-width:768px) {
	footer { padding-bottom: 50px;}
	footer .in { width: 90%; margin: 0 auto 0; position: relative; padding:9% 0 5%;}
	footer .in .f_tit { font-size: 4.8vw; font-weight: 700; color: #000; text-align: center; line-height: 1.0; margin-bottom: 4%;}
	footer .in .tel_num { text-align: center;}
	footer .in .tel_num span { font-size: 6.4vw; font-weight: 700; color: #C12E29; position: relative; background-image: url("../images/common/ico_free.png"); background-repeat: no-repeat; background-size: 7vw auto; background-position: left 45%; margin: 0; padding: 0 0 0 4rem; line-height: 1.0;}
	footer .in .tel_time { font-size: 2.8vw; font-weight: 500; margin: 0 auto 8%; text-align: center;}
	footer .in .f_nav ul { display: flex; justify-content: center;}
	footer .in .f_nav ul li { margin-right: 5%;}
	footer .in .f_nav ul li:last-child { margin-right: 0;}
	footer .in .f_nav ul li a { font-size: 3vw; font-weight: 700; position: relative; padding-right:16px; white-space: nowrap;}
	footer .in .f_nav ul li a:before { position: absolute; top: 0; bottom: 0; right: 0; margin: auto; content: ""; vertical-align: middle; width: 5px; height: 5px; border-top: 2px solid #000; border-right: 2px solid #000; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
	footer .copy { width: 100%; height: 50px; text-align: center; background-color: #FFF; font-size: 2.8vw; box-sizing: border-box; padding: 2.5% 0;}
	footer .page_top { width: 50px; height: 50px; position: fixed; right: 0; bottom: 50px;}
	footer .page_top a { width: 100%; height: 100%; display: block; position: relative; background-color: #DAD6CB;}
	footer .page_top a:before { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; content: ""; vertical-align: middle; width: 16px; height: 16px; border-top: 4px solid #000; border-right: 4px solid #000; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
}

@media(max-width:499px) {
	footer .in .tel_num span {padding: 0 0 0 2rem;}

}


.right_banner { width: 159px; height: 264px; position: fixed; right: 0; bottom: 80px; z-index: 10;}
.right_banner .banner { width: 100%; margin-bottom: 12px;}
.right_banner .banner a { display: block;}
.right_banner .banner a img { width: 100%; height: auto;}
.f_search { position: fixed; width: 0%; height: 0; left: 0; bottom: 0;}

@media(max-width:768px) {
	.f_search { position: fixed; width: 100%; height: auto; left: 0; bottom: 0;}
	.f_search .col2 { width: 100%; display: flex; justify-content: space-between;}
	.f_search .col2 a { width: 49.5%; display: block;}
}






.cta_line { background: #06c755; color: #fff; padding: 2em; margin-bottom: clamp( 1em, 4vw, 4em );}
.cta_line h1 { text-align: center; color: yellow; font-weight: bold; font-size: clamp( 18px, 4vw, 36px ); text-shadow: 2px 2px 1px #0f8841;}
.cta_line h1 > span { display: inline-block; position: relative;}
.cta_line h1 + p.f_large { text-align: center; font-weight: bold; font-size: clamp( 16px, 2.5vw, 24px );}
.cta_line h1 + p.f_large > span { padding: 0 1.2em; position: relative;}
.cta_line h1 + p.f_large > span::before, .cta_line h1 + p.f_large > span::after { position: absolute; bottom: -0.3em;}
.cta_line h1 + p.f_large > span::before { content: "＼"; left: 0;}
.cta_line h1 + p.f_large > span::after { content: "／"; right: 0;}
.cta_line .bg_white { position: relative; background: #fff; color: #333; margin: 1em auto 1.5em; padding: clamp( 1em, 3vw, 2em ); border-radius: 1em;}
.cta_line .tokuten02 { flex-direction: row-reverse;}
.cta_line .bg_white .img_area { width: 18%; position: absolute; top: 50%; z-index: 1;}
.cta_line .tokuten01 .img_area { right: 1em; transform: translateY(-55%) rotate(15deg);}
.cta_line .tokuten02 .img_area { left: 1em; transform: translateY(-55%) rotate(-15deg);}
.cta_line .bg_white .txt_area { width: calc( 82% - 3em );}
.cta_line .tokuten01 .txt_area { margin-right: auto;}
.cta_line .tokuten02 .txt_area { margin-left: auto;}
.cta_line .bg_white .txt_area h2 { color: #fff; background: #ff5f5f; font-weight: bold; line-height: 1.2; font-size: clamp( 16px, 2.5vw, 24px ); padding: 0.3em 1em; border-radius: 1em; margin-bottom: 0.8em;}
.cta_line .tokuten02 .txt_area ul li { padding-left: 1.3em; font-weight: bold; position: relative; margin-bottom: 0.3em;}
.cta_line .tokuten02 .txt_area ul li::before { content: "\025c6"; color: #06c755; position: absolute; left: 0; top: 0;}
.cta_line .tokuten02 + p { text-align: center; font-weight: bold; font-size: clamp( 16px, 2.5vw, 24px );}
.cta_line .bnr_line { text-align: center;}
.cta_line .bnr_line a { display: inline-block; line-height: 1.2; font-weight: bold; font-size: clamp( 18px, 4vw, 36px ); background: yellow; padding: 0.3em 1em; border-radius: 0.3em; border-bottom: solid 3px #d5d550;}
@media(max-width:1099px) {
	.cta_line .bg_white .img_area { width: 15%;}
	.cta_line .bg_white .txt_area { width: calc( 85% - 1em );}
	.cta_line .tokuten01 .img_area { right: 0;}
	.cta_line .tokuten02 .img_area { left: 0;}
}
@media(max-width:599px) {
	.cta_line { padding: clamp( 1em, 4vw, 2em );}
	.cta_line .bg_white .img_area { width: 40%; min-width: 100px; transform: rotate(15deg); position: static; margin: auto auto 1em;}
	.cta_line .bg_white .txt_area { width: 100%; margin-bottom: 1em;}
}
@media(max-width:499px) {
	.cta_line .bg_white .txt_area h2 { border-radius: 0; padding: 0.3em;}
	.cta_line h1 + p.f_large > span { position: static; padding: 0;}
	.cta_line h1 + p.f_large > span::before, .cta_line h1 + p.f_large > span::after { display: none;}
	.cta_line h1 + p.f_large > span > span:first-of-type { display: block; text-align: center;}
	.cta_line h1 + p.f_large > span > span:last-of-type { display: inline-block; position: relative; padding: 0 1.2em;}
	.cta_line h1 + p.f_large > span > span:last-of-type::before, .cta_line h1 + p.f_large > span > span:last-of-type::after { position: absolute; bottom: -0.3em;}
	.cta_line h1 + p.f_large > span > span:last-of-type::before { content: "＼"; left: 0;}
	.cta_line h1 + p.f_large > span > span:last-of-type::after { content: "／"; right: 0;}
}

.article_hdr .right {
	text-align: right;
	font-size: clamp( 10px, 2vw, 14px );
}

.article_hdr .right > span { display: inline-block;}


.date{
	text-align: right;
}
.date:before{
	content:"\f017";
	color:#bcbcbc;
	font-family:"FAsolid";
	font-weight: 900;
	margin-right: 0.25em;
}

.update::before{
	content:"\f2f9";
	color:#bcbcbc;
	font-family:"FAsolid";
	font-weight: 900;
	margin-right: 0.25em;
}



.faq dt{
	font-size: 110%;
    font-weight: bold;
    color: #565656;
    margin-bottom: 0.25em;
    text-indent: -2em;
    padding-left: 2em;
}
.faq dt .icon{
    margin-right: 0.5em;
     color: #d80c18;
}
.faq dd{
    margin-bottom: 1em;
    position: relative;
    background: #f0f0f0;
    padding: 1em 1em 1em 2.5em;
}
.faq dd .icon{
	font-size: 110%;
    font-weight: bold;
    position: absolute;
    left: 0.5em;
}




/* サイトリニューアル後追加 */

.column-main { text-align: center;}
.column-main .circle-ttl { margin-left: auto; margin-right: auto;}
.column_list { grid-gap: clamp( 1em, 3vw, 2em ); padding: clamp( 2em, 4vw, 4em ) 1em;}
.column_list > li { margin: 0; text-align: left;}
.breadcrumb li:not(:last-of-type):after { content: ""; padding: 0;}
.column_content { background: none; padding-top: 0; text-align: left;}
.column_content .bold { font-weight: bold;}
footer { background: none;}
@media(max-width: 768px) {
  .column-main .circle-ttl { margin-left: 5.333vw; margin-right: 5.333vw;}
  footer { padding-bottom: 0;}
}

