@charset "utf-8";
/* CSS Document */
.top-cont * {box-sizing: border-box;}

.top-cont .h-itemmain {
	font-weight: 900;
	font-size: 43px;
	letter-spacing: .1em;
	text-align: center;
	border-top: 10px solid #1fd8ff;
	padding: 30px 20px 15px;
	line-height: 1em;
}

@media screen and (max-width: 480px) {
	
	.top-cont {
		font-size: 13px;
	}
	
	.top-cont .h-itemmain {
		font-size: 30px;
		padding: 20px 20px 15px;
	}
}


/*------------------------------------------------------
　メイン画像
------------------------------------------------------*/

.top-cont .main-img {
	margin-bottom: 65px;
}
.top-cont .main-img dt {
	margin-bottom: 35px;
}

@media screen and (max-width: 786px) {
	
	.top-cont .main-img dt img {
		width: 100%;
	}
	
	.top-cont .main-img dd {
		margin: 0 3%;
	}
	
}

@media screen and (max-width: 480px) {
	
	.top-cont .main-img {
		margin-bottom: 40px;
	}
	.top-cont .main-img dt {
		margin-bottom: 25px;
	}
	
	.top-cont .main-img dd {
		margin: 0 5%;
	}
}


/*------------------------------------------------------
　当店のスタッフがご要望にお応えします！
------------------------------------------------------*/

.top-cont .item-staff {
	background: #f1f5f9;
	margin-bottom: 70px;
	padding: 45px 20px 20px;
	text-align: center;
	letter-spacing: .08em;
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.top-cont .item-staff > dt {
	font-weight: 900;
	color: #0b4ea2;
	font-size: 27px;
	margin-bottom: 25px;
	text-shadow: 
	#FFF 2px 0px,  #FFF -2px 0px,
	#FFF 0px -2px, #FFF 0px 2px,
	#FFF 2px 2px , #FFF -2px 2px,
	#FFF 2px -2px, #FFF -2px -2px,
	#FFF 1px 2px,  #FFF -1px 2px,
	#FFF 1px -2px, #FFF -1px -2px,
	#FFF 2px 1px,  #FFF -2px 1px,
	#FFF 2px -1px, #FFF -2px -1px;
    width: 100%;
}

.top-cont .item-staff .staff-box {
	width: 340px;
	border: 1px solid #143c6e;
	box-sizing: border-box;
	background: #FFF;
	position: relative;
	padding: 35px;
	display: flex;
	justify-content:center;
	flex-direction: column;
}
.top-cont .item-staff .staff-box:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 50px;
	border-color: transparent transparent #143c6e transparent;
}

.top-cont .item-staff .staff-box dt {
	font-weight: bold;
	color: #0b4ea2;
}

/*お見積りフォーム*/
.top-cont .item-staff .staff-box.estimate dt {
	font-size: 21px;
	margin-bottom: 15px;
}

.top-cont .item-staff .staff-box.estimate a {
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	border-radius: 5px;
	border: 2px solid #ff9ba7;
	padding: 20px 25px;
	background:linear-gradient(-25deg, #ff3d54 50%, #f91f39 50%);
}

.top-cont .item-staff .staff-box.estimate a span {
	z-index: 2;
	position: relative;
	display: block;
	line-height: 1em;
}
.top-cont .item-staff .staff-box.estimate a span:before {
	content: '\f1ec';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 35px;
	display: block;
	margin-bottom: 8px;
	color: #FFF;
	line-height: 1em;
}
.top-cont .item-staff .staff-box.estimate a span:after {
	 content: attr(data-text)"";
	font-size: 12px;
	font-weight: normal;
	display: block;
}


/*お電話*/
.top-cont .item-staff .staff-box.tel dt {
	font-size: 19px;
	margin-bottom: 10px;
}

.top-cont .item-staff .staff-box.tel dd .day {
	font-size: 13px;
	color: #666666;
	line-height: 1.4em;
	margin-top: 10px;
}

@media screen and (max-width: 786px) {
	.top-cont .item-staff .staff-box {
		width: 48%;
		padding: 20px 30px;
	}
	.top-cont .item-staff .staff-box dt br {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	
	.top-cont .item-staff {
		padding-top: 30px;
	}
	
	.top-cont .item-staff > dt {
		font-size: 19px;
		margin: 0 15px 20px;
	}
	.top-cont .item-staff .staff-box {
		width: 100%;
	}
	
	.top-cont .item-staff .staff-box.estimate {
		margin-bottom: 10px;
	}
	
	.top-cont .item-staff .staff-box.estimate dt,
	.top-cont .item-staff .staff-box.tel dt {
		font-size: 17px;
		margin-bottom: 10px;
	}
	
	.top-cont .item-staff .staff-box.estimate a {
		font-size: 19px;
	}
	.top-cont .item-staff .staff-box.estimate a span:after {
		font-size: 10px;
	}
	
	.top-cont .item-staff .staff-box.tel dd .day {
		font-size: 12px;
		margin-top: 5px;
	}

}


/*------------------------------------------------------
　サイズについて
------------------------------------------------------*/
.top-cont .size-cont {
	margin-bottom: 50px;
}

/**/
.top-cont .size-cont .size-about {
	margin: 30px auto;
}
.top-cont .size-cont .size-about > p {
	margin: 20px auto;
}


@media screen and (max-width: 786px) {
	/**/
	.top-cont .size-cont .size-about {
		padding: 0 3%;
	}
}


/*------------------------------------------------------
　生地と仕立て・加工について
------------------------------------------------------*/
.top-cont .make-cont div.img{
	text-align: center;
}

/*-----------------------------
　生地の種類
*/
.top-cont .make-cont .make-kiji{
	margin: 40px auto;
}
.top-cont .make-cont .make-kiji .kiji-list {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.top-cont .make-cont .make-kiji .kiji-list div {
	width: 355px;
	position: relative;
	margin-bottom: 30px;
}

.top-cont .make-cont .make-kiji .kiji-list dt {
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	background: rgba(0,0,0,0.6);
	padding: 10px 25px;
	position: absolute;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
}

.top-cont .make-cont .make-kiji .kiji-list dt > span {
	display: block;
	position: relative;
	padding-left: 20px;
}

.top-cont .make-cont .make-kiji .kiji-list dt > span:before,
.top-cont .make-cont .make-kiji .kiji-list dt > span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 8px;
}

.top-cont .make-cont .make-kiji .kiji-list dt > span:before {
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #ffffff;
	left: 0;
}
.top-cont .make-cont .make-kiji .kiji-list dt > span:after {
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #4d4d4d;
	left: -4px;
}

.top-cont .make-cont .make-kiji .kiji-list dt > span > span{
	margin-left: 10px;
	padding-left: 10px;
	font-size: 16px;
	border-left: 1px solid #fff;
}

.top-cont .make-cont .make-kiji .kiji-list dd > img {
	z-index: 1;
    position: relative;
}

.top-cont .make-cont .make-kiji .kiji-list dd .icon {
	padding: 10px 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.top-cont .make-cont .make-kiji .kiji-list dd .icon li:not(:last-child) {
	margin-right: 7px;
}

.top-cont .make-cont .make-kiji .kiji-list dd .icon li  img {
	height: 48px;
	width: auto;
}

.top-cont .make-cont .make-kiji .kiji-list dd p {
	font-size: 13px;
	line-height: 1.7em;
}

.top-cont .bottom-text {
	padding-top: 35px;
	border-top: 1px dotted #6a7881;
	margin-bottom: 40px;
}

/*------*/
.top-cont .make-cont .bouen-box {
    align-items: center;
    margin-bottom: 70px;
}
.top-cont .make-cont .bouen-box dl {
    width: 370px;
}
.top-cont .make-cont .bouen-box dl dt {
    font-weight: bold;
    border-left: 5px solid #00285a;
    color: #00285a;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 20px;
}



@media screen and (max-width: 786px) {
	/**/
	.top-cont .make-cont h2 + p {
		padding: 0 3%;
	}
	.top-cont .make-cont .make-kiji .kiji-list {
		padding: 0 3%;
	}

	.top-cont .make-cont .make-kiji .kiji-list div {
		width: 48%;
	}
	
	.top-cont .make-cont .make-kiji .kiji-list dd > img {
		width: 100%;
	}
	
	.top-cont .make-cont .make-kiji .kiji-list dd .icon li  img {
		height: 40px;
	}
	
	.top-cont .bottom-text {
		padding: 35px 3% 0;
	}

	
	/*------*/
    .top-cont .make-cont .bouen-box {
        width: 94%;
        margin: 0 auto 50px;
    }
    
    .top-cont .make-cont .bouen-box .img,
    .top-cont .make-cont .bouen-box dl {
        width: 47%;
    }
}

@media screen and (max-width: 520px) {
	.top-cont .make-cont .make-kiji .kiji-list {
		padding: 0 5%;
	}

	.top-cont .make-cont .make-kiji .kiji-list div {
		width: 100%;
	}
	
	.top-cont .make-cont .make-kiji .kiji-list dt {
		font-size: 15px;
		padding: 8px 25px;
	}
	
	.top-cont .make-cont .make-kiji .kiji-list dt span:before,
	.top-cont .make-cont .make-kiji .kiji-list dt span:after {
		top: 6px;
	}
	
	
	.top-cont .make-cont .make-kiji .kiji-list dd .icon {
		padding: 10px 0;
	}
	
	.top-cont .make-cont .make-kiji .kiji-list dd p {
		font-size: 12px;
	}
	
	
	.top-cont .bottom-text {
		padding: 30px 5% 0;
	}
	
	/*------*/
    .top-cont .make-cont .bouen-box {
        width: 90%;
    }  
    .top-cont .make-cont .bouen-box .img,
    .top-cont .make-cont .bouen-box dl {
        width: 100%;
    }
    
    .top-cont .make-cont .bouen-box .img {
        margin-bottom: 15px;
    }
    
    .top-cont .make-cont .bouen-box dl dt {
        margin-bottom: 15px;
    }
}


/*-----------------------------
　仕立て方法
*/
.top-cont .make-shitate{
	margin: 30px auto;
}
.top-cont .list-set {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 25px;
}
.top-cont .list-set > li{
	width: calc((100% - 25px) / 2);
}

.top-cont .list-set > li .title {
	padding-bottom: 5px;
	margin-bottom: 7px;
	color: #414141;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #191919;
}

.top-cont .list-set > li > div.img{
	width: 100%;
	height: auto;
	position: relative;
}
.top-cont .list-set > li > div.img:before{
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 5px;
	top: 5px;
}
.top-cont .list-set > li > div.img.standard:before{
	background-image: url(../../../../_images/sozai/icon-point-standard.webp);
}

.top-cont .list-set > li > div.img p{
	margin: auto;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	padding: 10px 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.top-cont .list-set > li > p {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.7em;
}

.top-cont .make-shitate .read-text{
	margin: 20px auto 30px;
}

@media screen and (max-width: 786px) {
	.top-cont .list-set {
		margin: 0 3% 40px;
	}

	.top-cont .list-set > li .title {
		font-size: 18px;
	}
	.top-cont .list-set > li div.img:before{
		width: 80px;
		height: 80px;
		background-size: 100% auto;
	}

	.top-cont .list-set > li div.img p{
		font-size: 15px;
	}

	.top-cont .make-shitate .read-text{
		margin: 0 3% 30px;
	}
}

@media screen and (max-width: 480px) {
	
	.top-cont .list-set {
		margin: 0 3% 20px;
	}
	.top-cont .list-set > li {
		width: 100%;
	}

}



/*------------------------------------------------------
　製作実績
*/

.top-cont .record-cont{
	margin: 30px auto 70px;
}
.top-cont .record-cont .record-list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	margin-bottom: 30px;
}
.top-cont .record-cont .record-list > li{
	width: calc((100% - 30px) / 2);
}

.top-cont .record-cont .record-list > li img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.top-cont .record-cont .record-list > li .title{
	color: #0b4ea2;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.top-cont .record-cont .record-list > li dl{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 15px;
}
.top-cont .record-cont .record-list > li dl > div{
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.top-cont .record-cont .record-list > li dl > div > dt{
	flex-shrink: 0;
	width: 80px;
	background-color: #ebeff3;
	color: #2585fd;
	padding: 3px 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	border-left: 2px solid #2585fd;
}


.top-cont .record-cont .link-btn{
	margin-top: 30px;
}


@media screen and (max-width: 786px) {
	.top-cont .record-cont .record-list{
		margin: 0 3% 30px;
	}

	.top-cont .record-cont .record-list > li .title{
		font-size: 20px;
	}
	
	.top-cont .record-cont .record-list + p{
		margin: 0 3%;
	}
}

@media screen and (max-width: 480px) {
	.top-cont .record-cont .record-list{
		gap: 30px;
	}
	.top-cont .record-cont .record-list > li{
		width: 100%;
	}
}



/*------------------------------------------------------
　納期について
------------------------------------------------------*/

.top-cont .day-cont {
	margin-bottom: 90px;
}

/*----------------------------------------
　通常納期について
*/

.top-cont .day-normal{
	margin-bottom: 50px;
}
.top-cont .day-normal .day-inner {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	line-height: 1;
	margin-bottom: 20px;
}

.top-cont .day-normal .day-inner .normal-cont,
.top-cont .day-normal .day-inner .express-cont {
	display: flex;
	justify-content:center;
	flex-direction: column;
	position: relative;
	padding: 55px 45px;
	box-sizing: border-box;
	z-index: 0;
	text-align: center;
	font-weight: 900;
}

.top-cont .day-normal .day-inner .normal-cont {
	background: #143c6e;
	width: 42%;
}
.top-cont .day-normal .day-inner .express-cont {
	background: #ffdc18;
	width: 56%;
}

.top-cont .day-normal .day-inner .normal-cont:before,
.top-cont .day-normal .day-inner .express-cont:before {
	content: "";
    position: absolute;
    inset: 12px;
    background: #FFF;
    z-index: -1;
    border-radius: 10px;
}


/*納期*/
.top-cont .day-normal .day-inner .normal-cont > div {
	color: #143c6e;
	font-size: 21px;
	margin-bottom: 15px;
}

.top-cont .day-normal .day-inner .normal-cont > div em {
	font-size: 40px;
	font-weight: 900;
	display: block;
	color: #191919;
}
.top-cont .day-normal .day-inner .normal-cont > div em:first-letter {
	font-size: 115px;
	color: #f91f39;
}

.top-cont .day-normal .day-inner .normal-cont p small {
	font-size: 15px;
	color: #393939;
	background: #edff9b;
	line-height: 1.8;
	font-weight: bold;
}



/*特急*/
.top-cont .day-normal .day-inner .express-cont dt {
	font-size: 21px;
	margin-bottom: 15px;
}

.top-cont .day-normal .day-inner .express-cont dt span {
	font-size: 37px;
}

.top-cont .day-normal .day-inner .express-cont dt em {
	font-size: 48px;
	font-style: italic;
	font-weight: 900;
	color: #f91f39;
}

.top-cont .day-normal .day-inner .express-cont dd p {
	background: url("../../../_images/common/nouki-express-arrow.gif") no-repeat;
	background-position: 30px -7px;
	width: calc( 100% + 66px );
	margin-left: -33px;
	text-align: right;
	margin-bottom: 10px;
}

.top-cont .day-normal .day-inner .express-cont dd .day {
	font-weight: normal;
	color: #666666;
	font-size: 13px;
	margin-top: 5px;
	line-height: 1.4;
}
	
/**/
.top-cont .day-normal .red {
	text-indent: -1em;
	padding-left: 1em;
}
.top-cont .day-normal .red:before {
	content: "※";
}

@media screen and (max-width: 786px) {
	
	.top-cont .day-normal .h-day-normal {
		padding: 0 20px;
	}
	
	.top-cont .day-normal .day-inner {
		margin: 0 3% 20px;
	}
	
	.top-cont .day-normal .day-inner .normal-cont > div em {
		font-size: 30px;
	}
	
	.top-cont .day-normal .day-inner .normal-cont p small br {
		display: none;
	}
	
	/**/
	.top-cont .day-normal .red {
		margin: 0 3%;
	}
}

@media screen and (max-width: 520px) {
	.top-cont .day-normal .h-day-normal {
		font-size: 19px;
		margin-bottom: 20px;
	}
	
	.top-cont .day-normal .day-inner {
		margin: 0 7% 20px;
	}
	
	.top-cont .day-normal .day-inner .normal-cont,
	.top-cont .day-normal .day-inner .express-cont {
		width: 100%;
		padding: 30px;
	}
	.top-cont .day-normal .day-inner .normal-cont:before,
	.top-cont .day-normal .day-inner .express-cont:before {
		inset: 8px;
		border-radius: 5px;
	}
	
	
	/*納期*/
	.top-cont .day-normal .day-inner .normal-cont {
		margin-bottom: 15px;
	}
	.top-cont .day-normal .day-inner .normal-cont > div {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.top-cont .day-normal .day-inner .normal-cont > div em {
		font-size: 25px;
	}
	.top-cont .day-normal .day-inner .normal-cont > div em:first-letter {
		font-size: 65px;
	}

	.top-cont .day-normal .day-inner .normal-cont p small {
		font-size: 13px;
	}
	
	
	/*特急*/
	.top-cont .day-normal .day-inner .express-cont dt {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.top-cont .day-normal .day-inner .express-cont dt span {
		font-size: 20px;
	}

	.top-cont .day-normal .day-inner .express-cont dt em {
		font-size: 28px;
	}

	.top-cont .day-normal .day-inner .express-cont dd p {
		width: calc( 100% + 44px );
		margin-left: -22px;
	}

	.top-cont .day-normal .day-inner .express-cont dd .day {
		font-size: 11px;
	}
	
	/**/
	.top-cont .day-normal .red {
		margin: 0 5%;
	}
	
}

/*----------------------------------------
	ご相談ください
*/

.top-cont .day-cont {
	margin-bottom: 90px;
}

.top-cont .day-text {
	margin-bottom: 70px;
}

.top-cont .day-text .consultation {
	width: 94%;
	background: #f2f3f9 url("../../../../_images/common/nouki-about.jpg") no-repeat;
	background-position: center left;
	background-size: auto 100%;
	color: #143c6e;
	margin: 0 auto 30px;
	padding: 40px 55px 35px 300px;
	font-weight: 900;
	font-size: 31px;
	line-height: 1.5em;
	letter-spacing: .08em;
	text-align: center;
	text-shadow: 
	#FFF 2px 0px,  #FFF -2px 0px,
	#FFF 0px -2px, #FFF 0px 2px,
	#FFF 2px 2px , #FFF -2px 2px,
	#FFF 2px -2px, #FFF -2px -2px,
	#FFF 1px 2px,  #FFF -1px 2px,
	#FFF 1px -2px, #FFF -1px -2px,
	#FFF 2px 1px,  #FFF -2px 1px,
	#FFF 2px -1px, #FFF -2px -1px;
	border: 1px solid #d2d4e2;
	border-radius: 5px;
}

.top-cont .day-text .consultation span {
	display: block;
	width: fit-content;
	font-size: 22px;
	background: #FFF;
	border: 3px solid #143c6e;
	padding: 5px 35px;
	margin: 0 auto 15px;
	border-radius: 100px;
	line-height: 1.3em;
}

.top-cont .day-text .consultation em {
	font-size: 51px;
	color: #ff1864;
	font-weight: 900;
}


@media screen and (max-width: 786px) {
	.top-cont .day-text .consultation {
		font-size: 25px;
		padding: 35px 55px 30px 250px;
	}

	.top-cont .day-text .consultation span {
		font-size: 20px;
		margin-bottom: 10px;
		padding: 5px 35px;
	}

	.top-cont .day-text .consultation em {
		font-size: 34px;
	}
}

@media screen and (max-width: 520px) {
	.top-cont .day-text .consultation {
		font-size: 21px;
		padding: 50% 30px 30px;
		width: 90%;
	}
	
	.top-cont .day-text .consultation span {
		font-size: 18px;
	}
}



/*------------------------------------------------------
　お見積りから製作納品
------------------------------------------------------*/
.top-cont .flow-cont {
	margin-bottom: 80px;
}

.top-cont .flow-cont > .inner{
	margin: 0 auto;
}

.top-cont .flow-cont > .inner > p{
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.top-cont .flow-cont {
		margin-bottom: 80px;
	}

	.top-cont .flow-cont > .inner{
		margin: 0 3%;
	}
}


/*------------------------------------------------------
　よくある質問
------------------------------------------------------*/
.top-cont .faq-cont {
	margin-bottom: 80px;
}

.top-cont .faq-cont > dl,
.top-cont .faq-cont > details{
	margin: 30px auto;
	padding: 20px;
	border: 2px solid #dce2e8;
	border-radius: 15px;
}
.top-cont .faq-cont > dl > dt,
.top-cont .faq-cont > details summary{
	background-image: radial-gradient(circle, #a5b8cb 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 10px 4px;
	color: #4b8ed1;
	padding: 5px 5px 10px 45px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6em;
	position: relative;
}
.top-cont .faq-cont > dl > dt:before,
.top-cont .faq-cont > details summary:before{
	content: "Ｑ";
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.top-cont .faq-cont > dl > dd,
.top-cont .faq-cont > details > div{
	padding: 10px 0 0 45px;
	position: relative;
}
.top-cont .faq-cont > dl > dd:before,
.top-cont .faq-cont > details > div:before{
	content: "A";
	color: #ff5959;
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 0;
	margin: auto;
}
.top-cont .faq-cont > dl > dd p,
.top-cont .faq-cont > details > div p{
	color: #4a4a4a;
}

@media screen and (max-width: 786px) {
	.top-cont .faq-cont > dl,
	.top-cont .faq-cont > details{
		margin: 30px 3%;
		padding: 20px;
	}
	.top-cont .faq-cont > dl > dt,
	.top-cont .faq-cont > details summary{
		font-size: 17px;
	}
	.top-cont .faq-cont > dl > dt:before,
	.top-cont .faq-cont > details summary:before{
		font-size: 22px;
	}

	.top-cont .faq-cont > dl > dd:before,
	.top-cont .faq-cont > details > div:before{
		font-size: 22px;
	}
}

@media screen and (max-width: 480px) {
	.top-cont .faq-cont > dl,
	.top-cont .faq-cont > details{
		margin: 30px 3%;
		padding: 15px;
	}
	.top-cont .faq-cont > dl > dt,
	.top-cont .faq-cont > details summary{
		font-size: 17px;
	}
	.top-cont .faq-cont > dl > dt:before,
	.top-cont .faq-cont > details summary:before{
		font-size: 22px;
	}

	.top-cont .faq-cont > dl > dd:before,
	.top-cont .faq-cont > details > div:before{
		font-size: 22px;
	}
}



/*------------------------------------------------------
　続きを読む
------------------------------------------------------*/
.accordion {
	position: relative;
}
/* ボタン */
.accordion-btn {
	display: block;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	letter-spacing: .08em;
	padding: 10px 40px;
	border-radius: 100px;
	border: 2px solid #ffb595;
	background: linear-gradient(-10deg, #ff8227 50%, #fc6827 50%);
	transition: all 0.2s ease-out;
	width: 90px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	line-height: 1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	cursor: pointer;
}

/* 続きを読むボタンの表記 */
.accordion-btn:after {
	content: "続きを読む";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
    opacity: .6;
	color: #FFF;
}
.accordion-text {
	overflow: hidden; /* テキストを隠す */
	position: relative;
	padding-bottom: 55px;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
	height: 100px;
}
/* テキストをグラデーションで隠す */
.accordion-text:before {
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	bottom: 0;
	content: "";
	height: 60px; /* グラデーションで隠す高さ */
	position: absolute;
	width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
	bottom: 0;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show:after {
	content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text:before {
	display: none;
}








