﻿@charset "utf-8";

a{color:unset;}

.no-links {
    pointer-events: none;
    cursor: default;
}

.u-show_sp {
	display: none;
}

.u-hide-media {
	display: block;
}

.show-pc {
    display: inline-block;
}

.u-show-media {
	display: none;
}

.media_1023 {
	display: none;
}

.featurePage.wfix1{
	width: 100vw;
	font-weight: 400;
  --accent-green: #fff364;
  --light-gray: #878787;

}

@media (max-width: 1023px){
	.featurePage.wfix1{
		font-size: 14px;
	}
}
@media (max-width: 767px){
	.featurePage.wfix1{
		font-size: 14px;
	}
}

@media (max-width: 1023px){
	.contents_wrapper{		
    width: 95%;
    margin: 0 auto;
	}
}
.max900 {
	max-width: 750px;
	margin: 0 auto;
}

.mb30{
	margin-bottom:30px;
}

.hacobune-unit-video{
	margin:0 auto;
}

.hacobune-unit-video-outline{
	display: none;
}

.hacobune-app-container{
	margin:0;
	width:100%;
}
.h2_txt{
	color: #FFF;
}
.h2_info{
	color: #000;
	margin-top: 30px;
}

.h2_txt .h2_logo{
		height: 2.8rem;
		width: auto;
		position: relative;
		top: -0.4em;
		padding-right: 0.5rem;
	}
h3{
	font-size: 2rem;
	font-weight: 500;
	margin: 30px 0;
}
.lp-attention{
	color: var(--light-gray);
	line-height: 1.1;
	margin-top: 0.5em;
}
.font90{
	font-size: 90%;
}
.font80{
	font-size: 80%;
}
.font70{
	font-size: 70%;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.mt-16{
	margin-top: 4rem!important;
}
.mt-32{
	margin-top: 8rem!important;
}
.mb-16{
	margin-bottom: 4rem!important;
}
.mb-32{
	margin-bottom: 8rem!important
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.fw-500{
	font-weight: 500;
}

/*-------------------------------------
ここまでbase
------------------------------------- */
@media (max-width: 767px){
	.c-breadcrumb{
		padding:0 0.7rem;
	}
}

.c-breadcrumb ol{
width:100%!important;
}

.linktxt a {
    color: #cc8855 !important;
}


.linktxt a:hover {
    opacity: 0.5;
}

.marker {
    background: linear-gradient(transparent 60%, #ebd2d6 60%);
}

.heading_txt {
	position: relative;
	padding: 30px 0 6px;
	text-align: center;
  }
  
  .heading_txt:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 48px);
    width: 94px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #a0868b;
  }

  .section_txt table {
	border-collapse: collapse;
	border: solid 2px #333;/*表全体を線で囲う*/
	width: 100%;
  }

  .section_txt table th,.section_txt table td {
    border: solid 1px #333;
    text-align: left;
    vertical-align: middle;
    padding-left: 6px;
  }

  .short_td {
	  width: 36%;
  }

/*-------------------------------------
nav
------------------------------------- */

/* カード全体 */
.l-section-nav {
    list-style: none;
    margin: 60px auto;
    padding: 30px 50px;
    max-width:700px;

    background-color: ##fbfbfb;

    /* 方眼紙 */
    background-image:
        linear-gradient(to right, rgba(0,0,0,.08) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0,0,0,.08) 1px, transparent 1px);
    background-size: 20px 20px;

    border: 1px solid #bfbfbf;
    border-radius: 0;
    text-align: center;

    counter-reset: num;
}

@media (max-width: 767px) {
    .l-section-nav {
        width: 90%;
        padding: 20px 30px;
        background-size: 15px 15px;
    }
}

/* タイトルエリア */
.section_title {
    margin-bottom: 50px;
}

/* INDEX */
.h2_intro_info {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .12em;
    color: #3e3a39;
    display: inline-block;
}

@media (max-width: 767px) {
    .h2_intro_info {
        font-size: 24px;
    }
}

/* リスト */
.l-section-nav li {
    font-size: 18px;
    margin: 8px 0;
    max-width: 700px;	
    display: flex;
    align-items: baseline;

}

/* 番号 */
.l-section-nav li::before {
    counter-increment: num;
    content: counter(num) ".";
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: #222;
    margin-right: 10px;
	flex-shrink: 0
}

/* リンク */
.l-section-nav a {
    text-decoration: none;
    color: #222;
    font-size: 18px;
    line-height: 1.8;
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;
    letter-spacing: 0.03em;
    transition: opacity .3s;
}

.l-section-nav a:hover {
    opacity: .6;
}

@media (max-width: 767px) {
    .l-section-nav a {
        font-size: 14px;
        line-height: 1.7;
		text-align: left;
    }

    .l-section-nav li::before {
        font-size: 16px;
    }
}

/*------------------------
point
------------------------ */
.points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
	font-size: 16px;
}
@media (max-width: 1023px) {
	.points{
		font-size: 14px;
	}	
}
@media (max-width: 767px) {
	.points{
		font-size: 14px;
    	gap: 10px;
	}	
}

.points div {
    background-color: var(--accent-green); 
    padding: 1.5rem 1rem;
    text-align: center;
    line-height: 1.3;
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
	border-radius: 10px;
}

/*------------------------
link_box
------------------------ */

.l-section-item__link-center {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #333;
	background-color: #333 !important;
	color: #fff !important;
}

.l-section-item__link-center a {
	width: 100%;
}


.l-section-item__link-center a:link,
.l-section-item__link-center a:visited {
	color: #333;
}

.l-section-item__link-center a:hover,
.l-section-item__link-center a:active {
	background-color: #fff !important;
	color: #333 !important;
	border: 1px solid #333;
}

.l-section-item__link-center2 {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center2 a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
    border: 1px solid #333;
    background-color: #fff !important;
    color: #333 !important;
}

.l-section-item__link-center2 a {
	width: 100%;
}


.l-section-item__link-center2 a:link,
.l-section-item__link-center2 a:visited {
	color: #333;
}

.l-section-item__link-center2 a:hover,
.l-section-item__link-center2 a:active {
	background-color: #333 !important;
	color: #fff !important;
	border: 1px solid #fff;
}



@media (max-width: 767px) {
	.l-section-item__link-center {
		width: 100%;
		margin-top: 10px;
	}


	.l-section-item__link-center a {
		font-size: 14px;
	}



	.l-section-item__link-center2 {
		width: 100%;
		margin-top: 30px;
	}
	
}


/*------------------------
fadein
------------------------ */


  /*アニメーション要素のスタイル*/
  .animation{
	opacity : 0;
	visibility: hidden;
	transition: 2.5s;
	transform: translateY(30px);
  }
  /*アニメーション要素までスクロールした時のスタイル*/
  .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }

  .fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 2s;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fade-in-bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
 }

 @keyframes fadein-bottom {
	0% {
	   opacity: 0;
	   transform: translateY(20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }

/*------------------------
section
------------------------ */

.item_name {
    font-size: 16px;
    text-align: center;
    margin: 10px auto 0;
}

.bg_gray {
    background: #f3f3f3;
    padding: 10px 0px;
    margin: 0 calc(50% - 50vw);
}


.main-mv {
	margin-bottom: 40px;
}

.section_txt_main {
	font-size:16px;
	line-height: 2;
	text-align: left;
	margin: 0px 0 30px;
}

.section_txt_underline{
	background: linear-gradient(transparent 60%, #fff364 30%);
}


.h2_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    font-size: 3.2rem !important;
    text-align: center;
    margin: 30px auto 30px;
    font-weight: normal;
	color: #000;
}
.h2_num{
    width: 60px;
    height: auto;
    flex-shrink: 0;
}

.h2_txt .title{
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .03em;
    color: #111;
}

.h3_txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    margin: 20px 0;
	text-align: left;
}
.h4_txt {
    font-size: 24px;
    text-align: center;
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    line-height: 1.6;
    margin: 20px 0;
}

.h4_txt span{
    font-size: 20px;
}

.h4_txt_left{
	text-align: left !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
}

.text_link{
	color: #a97;
    text-decoration: 1px underline;
    margin: 20px auto 0;
	text-align: center;
}

.text_link a{
	transition: all 0.35s;
}

.text_link a:hover{
	opacity: 0.7;
}

.feature_linkBtn{
	margin: 30px auto 30px;
}

.feature_linkBtn.grn{
	background: #5fb7ae;
	border: 1px solid #fff;
	color: #fff;
	max-width: 500px;
	width: 95%;
	transition: all 0.35s;
	font-size: 18px;
}

.feature_linkBtn.grn:hover{
	opacity: 0.7;
	background:#5fb7ae;
	color:#fff;
}

.feature_linkBtn.grn a{
	display: block;
    padding: 18px 0;
    margin: 0 auto;
    text-align: center;;
    background-color: #5fb7ae !important;
    color: #fff !important;
}

.feature_linkBtn.gry{
	background: #fff;
	border: 1px solid #888;
	color: #888;
	padding: 1rem;
	max-width: 500px;
	width: 95%;
	transition: all 0.35s;
	font-size: 14px;
}

.feature_linkBtn.gry:hover{
	opacity: 0.7;
	background:#888;
	color:#fff;
}

.feature_linkBtn.gry2{
	background: #888;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 0;
	max-width: 500px;
	transition: all 0.35s;
}

.feature_linkBtn.gry2:hover{
	opacity: 0.7;
}

.flexbox {
    display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
    margin: 30px auto 60px;
    align-items: center;
}

.linkarea_title {
	text-align: center;
}

.sectiontext{
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	padding-top: 10px;
	font-weight: 400;
}

.item_linktxt{
	font-size: 16px;
	text-align: center;
}

.item_txt{
	font-size: 16px;
	text-align: left;
	margin-bottom:20px;
}

.item_linktxt a{
	text-decoration: 1px underline #a97;
	color:#a97;
	transition: all 0.35s;
}

.item_linktxt a:hover{
	opacity: 0.7;
}

.small_txt{
	text-align: left;
	font-size: 12px;
	margin-top:10px;
}

.mt30{
	margin-top:30px !important;
}

.title_font{
	font-family: 'Segoe Script', sans-serif;
}

.mt10{
	margin-top:10px;
}

.item_centerbox {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 1.6;
    flex-direction: column;
    margin: 30px auto 60px;
    align-items: center;
	gap: 30px;
	max-width: 750px;
}
.icon_txt {
    position: relative;
    line-height: 2em;
    padding-left: 1.2em;
}

.icon_txt:before {
	position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/Contents/default/img/special/insulation_habit/img/check_icon.png) no-repeat;
    background-size: contain;
}
/*------------------------
機能アイコン
------------------------ */

  .icon_box{
	display: flex;
	flex-wrap: wrap;
    margin: 20px auto;
    width: 90%;
    gap: 10px;
	justify-content:center;
  }

    .icon_box img{
		max-height: 50px;
		width: auto;
	}

	.icon_box p{
		width: 50px;
		height: 50px;
		background-color: #878787;
		border-radius: 7%;
		font-size: 10px;
		color: #FFF;
		text-align: center;
		align-content:center;
		line-height:1.2;
		padding: 0.2em;
	}

	/* @media */
	@media (max-width: 767px) {
		.icon_box {
		margin: 5px auto 10px;
    	gap: 5px;
	}
		.icon_box img {
		max-height: 3.3rem;
	}
	.icon_box p{
		width:40px;
		height: 40px;
		font-size: 8px;
	}
	}

/*------------------------
swiper
------------------------ */
.swiper-slide{
	display: block;
}

/*------------------------
商品リスト
------------------------ */
.flexbox-col2{
	display:flex;
	flex-wrap:wrap;
	margin:30px auto 60px;
	column-gap:20px;

}
.flexbox-col2-item{
	width: 50px;
	width: calc(50% - 10px);
}


/*------------------------
遮光比較エリア
------------------------ */
/*-- トグル　--*/
.detail_toggle{
	margin-bottom: 60px;
}
/* 初期非表示 */
.detail_contents{
	display: none;
}
/* ボタン */
.js-detail-btn{
    display: block;
    margin: 0 auto;
	width: 400px;
    min-width: 210px;
    padding: 12px 30px;

    background: #fff;
    border: 1px solid #9d9d9d;
    border-radius: 999px;

    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;

    cursor: pointer;
    transition: .3s;
}

.js-detail-btn span::after{
    content: " ＋";
}

.js-detail-btn.is-open span::after{
    content: " －";
}

@media screen and (max-width: 767px){

    .content_3grid{
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .js-detail-btn{
        width: 220px;
        font-size: 16px;
    }

}


/*-------------------------------------
media
------------------------------------- */

/* 1023 */

@media (max-width: 1023px) {

	.h2_txt {
		font-size: 1.8rem;
	}

	.pagetop {
		bottom: 2%;
		right: 3%;
	}

	.pagetop a {
		width: 35px;
		height: 35px;
	}

	.pagetop a::after {
		bottom: 10px;
		width: 10px;
		height: 10px;
	}

	.linkarea_title {
		padding: 0px 0 20px;
	}

	.linkarea {
		order: 2;
		width: 50%;
		padding: 0px 0 0 20px;
	}

	.h3_txt {
		font-size: 18px;
		line-height: 1.4;
	}
	.h4_txt {
		font-size: 18px;
		line-height: 1.4;
	}

	.section_txt {
	    margin: 30px 0;
		font-size: 16px;
		text-align: left;
	}
}


/* 1023 */




/* @media */
@media (max-width: 767px) {
	.mt30{
		margin-top:20px !important;
	}

	.item_linktxt {
		font-size: 14px;
		text-align: center;
		margin: 10px auto;
	}

	.item_txt {
		font-size: 14px;
	}

	.linkarea_title .h3_txt{
		margin-bottom:10px;
	}

	.u-show_sp {
		display: block;
	}

	.section_txt_main {
		font-size: 14px;
		line-height: 2;
		margin: 10px 0 0px;
	}


	.section_txt {
		font-size: 14px;
		line-height: 2;
		margin: 20px 0;
		text-align: left;
	}


	.main-mv {
		margin-bottom: 30px;
	}


	.flexbox {
		display: flex;
		margin-bottom: 40px;
	}

	.l-colom_tumb , .l-colom_tumb_invert {
    	width: 100%;
    	display: block;
    	padding: 0%;
    	margin: 0 auto;
    	line-height: 0;
	}

	.linkarea , .linkarea_invert {
		order: 2;
		width: 100%;
		padding: 0px;
	}


	.linkarea_title {
		padding: 20px 0 0;
		text-align: left;
		font-size: 14px;
	}


	.l-colom_sectiontext {
		font-size: 14px;
		display: block; 
		line-height: 2;
		padding-top: 0px;
	}

	.sectiontext {
		font-size: 12px;
		display: block; 
		line-height: 2;
		padding-top: 0px;
	}


	.h2_txt {
		font-size: 20px !important;
		margin:20px 0;
        align-items: flex-start;
        gap: 10px;
    }

    .h2_num{
        width: 42px;
        margin-top: 2px;
    }

    .h2_txt .title{
        font-size: 24px;
        line-height: 1.6;
	}
	
	.h2_info {
		font-size: 17px !important;
		margin:20px 0;
	}

	.h2_txt .h2_logo{
		height: 20px;
		}
	.section_title {
		margin: 40px auto 0px;
	}

	.h2_txt_sub {
		font-size: 19px !important;
		margin:10px 0;
	}


	.sp_sub {
		font-size: 19px;
		margin: 30px 0 -30px;
	}

	.h4_txt {
		font-size: 19px;
		margin: 30px 0 -10px;
	}
	.h2-shoulder {
		font-size: 16px !important;
	}

	.h3_txt {
		font-size: px !important;
		margin-bottom: 10px;
		line-height: 1.6;
	}

	.h3_txt span{
		font-size: 14px;
	}

	.h3_txt_left{
		text-align: left;
		margin-bottom: 0px;
		font-size: 30px !important;
		line-height: 1;
	}
	
	.h4_txt {
		font-size: 16px !important;
		margin-bottom: 10px;
		line-height: 1.6;
		padding: 4px 0;
	}

	.h4_txt span{
		font-size: 14px;
	}

	.h4_txt_left{
		text-align: left;
		margin-bottom: 0px;
		font-size: 30px !important;
		line-height: 1;
	}

	.icon_title img {
		max-width: 50px;
		width: 100%;
	}

	.wide_width {
		margin: 0 calc(50% - 50vw) 30px;
		width: 100vw;
	}

	.show-pc {
		display: none;
	}

	.text_right {
		display: block;
		float: right;
		margin-right: 50px;
	}


	.flexbox_item {
		justify-content: space-between;
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
	}

	.flexbox_item2 {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	
	.item_3column {
		margin: 0 0;
	}
	
	.item_name {
		font-size: 12px;
		text-align: center;
		margin: 8px 0px 10px;
		width: 100%;
	}
	
	.kinds_txt {
		line-height: 2;
		text-align: left;
	}

	.kinds_txt_r {
		line-height: 2;
		text-align: left;
	}
	.oneArea {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		max-width: 1024px;
		margin: 50px auto;
		padding: 0 0px;
	}


.mt10{
	margin-top:0px;
}

	/* @media */
}

.cutain-link-area {
	padding-top: 0px; }
  
  .cutain-link-area-wrap {
	width: 100%;
	margin: auto; }
  
  .cutain-link-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
  
  .cutain-link-flex-item {
	border: 1px solid #b8b8b8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	display: block; }
  
  .cutain-link-flex-item-lft {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	margin-right: 0; }
  
	.cutain-link-flex-item-lft-01 {
		background-image: url(https://www.keyuca.com/shopping/user_data/packages/default/img/special/made_in_japan_curtain/img/cutain-link-img01-sp.jpg); }
	  .cutain-link-flex-item-lft-02 {
		background-image: url(https://www.keyuca.com/shopping/order-curtain/assets/img/cutain-top/cutain-link-img02-sp.jpg); }
  
  .cutain-link-flex-item-rig-wrap {
	padding: 20px 10px; }
  
  .cutain-link-flex-item-rig-ttl {
	color: #323333;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	color: #323333;
	padding-bottom: 15px; }
  
  .cutain-link-flex-item-rig-subttl {
	font-size: 16px;
	padding-bottom: 30px; }
  
  .cutain-link-flex-item-rig-txt li {
	font-size: 14px; }
  
  .cutain-link-flex-item-rig-txt-br {
	display: inline-block;
	margin-left: 67px; }
  
.cutain-link-flex_rightbox,
.cutain-link-flex_leftbox{
	width:49%;
}

.cutain-link-flex-item-rig{
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1024px) {
	.cutain-link-flex-item-rig-subttl {
		font-size: 15px;
	}
	  
	.cutain-link-flex-item-rig-txt li {
		font-size: 13px; 
	}
}

  @media screen and (max-width: 767px) {
	.cutain-link-flex {
	  display: block; }
	.cutain-link-flex-item-lft {
	  height: 169px; }
	.cutain-link-flex-item-rig-ttl {
	  font-size: 18px; }
	.cutain-link-flex-item-rig-subttl {
	  font-size: 14px; }
	.cutain-link-flex-item-rig-txt li {
	  font-size: 12px; }
	.cutain-link-flex-item-first {
	  margin-bottom: 20px; }
	.cutain-link-flex-item-rig-wrap {
	  padding: 20px; } 
	
	  .cutain-link-flex_rightbox,
	  .cutain-link-flex_leftbox{
		  width:100%;
	  }
	}

	/*-------------------------------------
	遮光3カラム
	------------------------------------- */
	.content_3grid{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin: 30px auto;
		gap: 5px;
	}

	.bg1{
		background: #c3c3c3;
	}

	.bg2{
		background: #e7e7e7;
	}

	.bg3{
		background: #f3f3f3;
	}

	.content_2colbox{
		display: flex;
		flex-direction: column;
		padding: 15px;
		position: relative;
	}

	.content_2colbox_in_l{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:10px;
	}

	.content_2colbox_in_l h4{
		font-size: 20px;
		text-align: center;
		line-height: 1.6;
	}

	.content_2colbox_in_l p{
		font-size: 18px;
	}

	.content_2colbox_in_l h4 span{
		font-size: 14px;
	}

	.content_2colbox_in_r{
		display: flex;
		flex-direction: column;
		gap:10px;
		width: 100%;
	}

	.content_2colbox_in_r p{
		font-size: 16px;
	}

	.content_2colbox_in_r p span{
		text-decoration: underline;
		text-underline-offset: 3px;
		text-decoration-color: #333333;
	}

	.absolute_link{
		position: absolute;
		width: 100%;
		height: 100%;
		top:0;
		left:0;
	}
	.link_box{
		text-align: center;
		border: 1px solid #333333;
		position: relative;
		background: #ffffff;
		line-height: 1.6;
		padding: 10px;
		font-size: 16px;
		width:100%;
	}

	.link_box::after {
		position: absolute;
		display: block;
		content: '';
		top: -2px;
		bottom: 0;
		margin: auto;
		right: 4%;
		width: 7px;
		height: 7px;
		border-top: 1px solid;
		border-right: 1px solid;
		border-color: #333333;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
@media (max-width: 767px) {

	.content_3grid {
        grid-template-columns: 1fr;
        margin: 20px auto;
	}

	.question_box{
        margin: 20px auto;
        font-size: 14px;
	}
	
	.last_bgbox{
        padding: 10px;
        font-size: 14px;
        margin: 40px auto;
    }

	.content_2colbox {
    flex-direction: row;
    padding: 7px;
    align-items: center;
    gap: 7px;
}

.content_2colbox_in_l h4 span {
    font-size: 11px;
}

.content_2colbox_in_l {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 50%;
}

.content_2colbox_in_l p {
    font-size: 14px;
}

.content_2colbox_in_r p {
    font-size: 12px;
}

.link_box {
    text-align: center;
    border: 1px solid #333333;
    position: relative;
    background: #ffffff;
    line-height: 1.6;
    padding: 5px;
    font-size: 14px;
	width: 100%;
}

.section_icon {
    width: 15% !important;
}

.content_2grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 20px auto;
}

.grid_innnerbox p {
    background: #ffffff70;
    top: 5px;
    font-size: 12px;
    padding: 5px 5px;
    width: 95%;
}

.grid_innnerbox span {
    font-size: 16px;
}

.grid_txtbox {
    font-size: 12px;
	letter-spacing: -0.01px;
}
.grid_txtbox a {
    font-size: 10px;
}

.link_3col {
    gap: 20px;
    grid-template-columns: 1fr;
    margin: 20px auto;
}
}

/*-------------------------------------
インフォメーションエリア
------------------------------------- */
/* INFORMATION */
#curtain_information{
	display: flex;
	display: -webkit-flex;/* 古いSafariやChrome用 */
	margin: 30px 0 60px;
}
@media screen and (min-width: 768px){
	#curtain_information{
	display:flex;
	margin: 30px 0 60px;
}}
/* INFORMATION end */