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

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

@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 {
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background: #f1f5f9;
	margin-bottom: 70px;
	padding: 45px 20px 20px;
	text-align: center;
	letter-spacing: .08em;
}

.top-cont .item-staff > dt {
    width: 100%;
	color: #0b4ea2;
	margin-bottom: 25px;
	font-size: 2.7rem;
	font-weight: 900;
	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;
}

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

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

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

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

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


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

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

@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 {
		margin: 0 15px 20px;
		font-size: 1.9rem;
	}
	.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 {
		margin-bottom: 10px;
		font-size: 1.7rem;
	}
	
	.top-cont .item-staff .staff-box.estimate a {
		font-size: 1.9rem;
	}
	.top-cont .item-staff .staff-box.estimate a span:after {
		font-size: 1.0rem;
	}
	
	.top-cont .item-staff .staff-box.tel dd .day {
		margin-top: 5px;
		font-size: 1.2rem;
	}

}


/*------------------------------------------------------
　サイズについて
------------------------------------------------------*/
.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;
	margin-bottom: 30px;
	position: relative;
}
.top-cont .make-cont .make-kiji .kiji-list div.embroidery:after {
	content: "";
	display: block;
	width: 70px;
	height: 75px;
	background-image: url(../../../../_images/sozai/icon-point-embroidery.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
}

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

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

.top-cont .make-cont .make-kiji .kiji-list dt > span:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 10px 0 15px;
}

.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;
}


@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;
	}
	
}

@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 {
		padding: 8px 25px;
		font-size: 15px;
	}
	
	.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 .make-shitate{
	margin: 30px auto;
}

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

.top-cont .make-shitate .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 .make-shitate .list-set > li > div.img{
	width: 100%;
	height: auto;
	position: relative;
}
.top-cont .make-shitate .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 .make-shitate .list-set > li > div.img.standard:before{
	background-image: url(../../../../_images/sozai/icon-point-standard.webp);
}
.top-cont .make-shitate .list-set > li > div.img.long:before{
	background-image: url(../../../../_images/sozai/icon-point-long.webp);
}
.top-cont .make-shitate .list-set > li > div.img.handflagonly:before{
	background-image: url(../../../../_images/sozai/icon-point-paperonly.webp);
}

.top-cont .make-shitate .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 .make-shitate .list-set > li > p {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.7em;
}

.top-cont .make-shitate > p{
	margin: 20px auto 30px;
}

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

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

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

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

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



/*------------------------------------------------------
	製作方法
*/

/*----タブ切り替え----*/
/*フェードイン*/
@keyframes fade-in {
    0% { }
    100% { opacity: 1; }
}

/**/
.making-type .tab-box {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    gap: 0;
	margin: 30px auto;
}
.making-type .tab-box input {
    display: none;
}

/*ボタン*/
.making-type .tab-box > label {
	display: flex;
	flex-wrap: wrap;
    flex: 1 1 1;
    order: -1;
	justify-content: center;
	align-items: center;
    width: calc(100% / 3);
	background-color: #f1f5f9;
    color: #fff;
    font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3em;
    text-align: center;
	transition: all .3s ease;
    cursor: pointer;
	position: relative;
}
.making-type .tab-box > label:first-of-type {
	border-radius: 30px 0 0 30px;
}
.making-type .tab-box > label:last-of-type {
	border-radius: 0 30px 30px 0;
}

/**/
.making-type .tab-box > label > span{
	display: block;
	width: 100%;
	color: #95abc0;
    padding: 15px 10px;
	line-height: 1.3em;
	border-radius: 30px;
	transition: all .3s ease;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.making-type .tab-box > label > span:before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: var(--main-color);
	transition: all .3s ease;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.making-type .tab-box > label:hover span {
	color: var(--main-color);
}

.making-type .tab-box > label > span br{
	display: none;
}

.making-type .tab-box > section {
    display: none;
    width: 100%;
	margin: 0;
    padding: 50px 0;
    background-color: #fff;
}


.making-type .tab-box label:has(:checked) span{
	color: #fff;
}
.making-type .tab-box label:has(:checked) span:before{
    width: 100%;
	background-color: var(--main-color);
}

/**/
.making-type .tab-box > section > *{
	opacity: 0;
}
.making-type .tab-box label:has(:checked) + section {
    display: block;
}
.making-type .tab-box label:has(:checked) + section > * {
	animation: fade-in .5s ease forwards;
	animation-delay: .2s;
}


/*----コンテンツ----*/
.making-type .tab-box .feature-box{
	background-color: #f0f0f0;
	margin: 30px auto;
	padding: 30px 40px;
}
.making-type .tab-box .feature-box dl dt{
	color: #0b4ea2;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
}
.making-type .tab-box .feature-box dl dd ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 15px auto;
}
.making-type .tab-box .feature-box dl dd ul > li{
	background-color: #fff;
	color: #6a6a6a;
	padding: 10px 20px 10px 40px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-radius: 30px;
	position: relative;
}
.making-type .tab-box .feature-box dl dd ul > li:before{
	content: "\f00c";
	display: block;
	width: 20px;
	height: 20px;
	color: var(--main-color);
	font: var(--fa-font-solid);
	font-size: 16px;
	line-height: 20px;
	border: 2px solid var(--main-color);
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 786px) {
	/**/
	.making-type .tab-box {
		margin: 30px 3%;
	}
	.making-type .tab-box input {
		display: none;
	}

	/*ボタン*/
	.making-type .tab-box > label {
		font-size: 1.9rem;
	}

	/**/
	.making-type .tab-box > label > span{
		padding: 8% 2%;
	}

	/*----コンテンツ----*/
	.making-type .tab-box .feature-box{
		padding: 7% 5%;
	}
	.making-type .tab-box .feature-box dl dt{
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	/*ボタン*/
	.making-type .tab-box > label {
		font-size: 1.8rem;
	}
	/**/
	.making-type .tab-box > label > span{
		padding: 13px 5px
	}
	.making-type .tab-box > label:nth-last-of-type(2){
		font-size: 1.7rem;
	}
	.making-type .tab-box > label:nth-last-of-type(2) span{
		padding: 5px 5px
	}
	.making-type .tab-box > label > span br{
		display: inline-block;
	}

	/*----コンテンツ----*/
	.making-type .tab-box .feature-box dl dt{
		font-size: 18px;
	}
	.making-type .tab-box .feature-box dl dd ul > li{
		font-size: 15px;
	}
	.making-type .tab-box .feature-box dl dd ul > li:before{
		width: 18px;
		height: 18px;
		font-size: 15px;
		line-height: 18px;
	}
}


/*------------------------------------------------------
　仕立て方法
*/
.top-cont .option-cont{
	margin: 30px auto 80px;
}

.top-cont .option-cont .option-list {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 25px;
	margin: 0 auto 20px;
}
.top-cont .option-cont .option-list > li{
	width: calc((100% - 25px) / 2);
}

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

.top-cont .option-cont .option-list > li > div.img{
	width: 100%;
	height: auto;
	position: relative;
}
.top-cont .option-cont .option-list > 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 .option-cont .option-list > li > div.img p{
	margin: auto;
	color: #fff;
	background-color: #8292a1;
	padding: 5px 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.top-cont .option-cont .option-list > li > p {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.7em;
}

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

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

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

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

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

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



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

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


@media screen and (max-width: 520px) {
    .top-cont .day-cont .inner {
        margin: 0 3%;
    }
	
}


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

.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;
	width: 90px;
	background: linear-gradient(-10deg, #ff8227 50%, #fc6827 50%);
	color: #FFF;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .08em;
	text-align: center;
	border: 2px solid #ffb595;
	border-radius: 100px;
	transition: all 0.2s ease-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	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 {
	content: "";
	width: 100%;
	height: 60px; /* グラデーションで隠す高さ */
	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;
	position: absolute;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
	bottom: 0;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show:after {
	content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text:before {
	display: none;
}








