@charset "utf-8";
/* CSS Document */

.fs-l-main{
	padding: 0;
}
.fs-l-pageMain{
	width: 30rem;
	margin: 1rem auto 0;
	padding-bottom: 4rem;
	color: #737373;
}
.info *::before,
.info *::after{
	box-sizing: border-box;
}
@media screen and (min-width:641px) {
	.fs-l-main{
		width:100%;
	}
	.fs-l-pageMain{
		width: 50rem;
		margin: 0 auto;
	}
}
/********************タイトル********************/
/********メインタイトル********/
.fs-c-heading--page{
	position: relative;
	margin: 0 0 1.9rem;
	padding: 0;
	border: none;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.1;
	color: #737373;
}
.fs-c-heading--page::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 3rem;
	height: 1px;
	margin-left: -1.5rem;
	background-color: #737373;
}
/********／メインタイトル********/
.fs-l-pageMain .title01{
	margin: 0 0 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #2157aa;
}
.fs-l-pageMain .titleG01{
	margin: 0 0 1rem;
	padding: 0.5em 1rem;
	background-color: #f3f3f3;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #737373;
}
@media screen and (min-width:641px) {
	.fs-l-pageMain .title01{
		margin: 0 0 0.5rem;
		font-size: 1.3rem;
	}
	.fs-l-pageMain .titleG01{
		margin: 0 0 0.5rem;
		font-size: 1.2rem;
	}
}
/********************／タイトル********************/
/********************コンテンツ********************/
.infoCont01{
	padding-bottom: 2rem;
}
@media screen and (min-width:641px) {
	.infoCont01{
		padding-bottom: 2.5rem;
	}
}
/********************／コンテンツ********************/
/********************テキスト********************/
.fs-l-pageMain div,
.fs-l-pageMain p,
.fs-l-pageMain li,
.fs-l-pageMain dd,
.fs-l-pageMain dt,
.fs-l-pageMain th,
.fs-l-pageMain td{
	margin: 0;
	font-size: 1rem;
	line-height: 1.8;
}
.fs-l-pageMain .textR{
	text-align: right;
}
@media screen and (min-width:641px) {
	.fs-l-pageMain div,
	.fs-l-pageMain p,
	.fs-l-pageMain li,
	.fs-l-pageMain dd,
	.fs-l-pageMain dt,
	.fs-l-pageMain th,
	.fs-l-pageMain td{
		font-size: 0.8rem;
		line-height: 2.25;
	}
}
/********************／テキスト********************/
/********************テーブル********************/
.fs-l-pageMain .table01 dd{
	margin: 0;
	font-size: 1rem;
}
.fs-l-pageMain .table01 > dt{
	display: block;
	width:100%;
	height: 3.2rem;
	background-color: #f3f3f3;
	text-align: center;
	font-size: 1.4rem;
	line-height: 3.2rem;
	letter-spacing: 0.2em;
}
.fs-l-pageMain .table01 > dd{
	display: block;
	width:100%;
	padding: 1rem;
	border: solid 1px #e1e1e1;
}
.fs-l-pageMain .table01 dd dd{
	padding-bottom: 1rem;
}
.fs-l-pageMain .table01 dd dd:last-of-type{
	padding-bottom: 0;
}
@media screen and (min-width:641px) {
	.fs-l-pageMain .table01{
		display: grid;
		grid-template-columns: 16rem auto;
	}
	.fs-l-pageMain .table01 dd{
		font-size: 0.8rem;
	}
	.fs-l-pageMain .table01 > dt{
		display: grid;
		align-items: center;
		height: auto;
		font-size: 0.8rem;
		line-height: 1.5;
		border-bottom: solid 1px #e1e1e1;
	}
	.fs-l-pageMain .table01 > dd{
		padding: 1rem 2rem;
		border-top:none;
		border-left: none;
		border-right: none;
	}
	.fs-l-pageMain .table01 dl{
		display: grid;
		grid-template-columns: 6.5rem auto;
	}
}
.fs-l-pageMain .table02{
	border-collapse: collapse;
	border: solid 1px #e1e1e1;
	border-bottom: none;
	font-size: 1rem;
}
.fs-l-pageMain .table02 td,
.fs-l-pageMain .table02 th{
	padding: 0.5rem 1rem;
	border-bottom: solid 1px #e1e1e1;
}
.fs-l-pageMain .table02 th{
	font-weight: normal;
	background-color: #f9f9f9;
	border-right: solid 1px #e1e1e1;
}
.fs-l-pageMain .table02 .th01{
	background-color:#737373;
	text-align: center;
	color: #ffffff;
}
@media screen and (min-width:641px) {
	.fs-l-pageMain .table02{
		font-size: 0.8rem;
	}
}
/********************／テーブル********************/
/********************リスト********************/
.fs-l-pageMain ol,
.fs-l-pageMain ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.fs-l-pageMain ol.numPar,
.fs-l-pageMain ol.numCir{
	margin: 0;
	padding: 0;
}
.fs-l-pageMain ol.numPar li{
	position: relative;
	padding: 0 0 0 2em;
}
.fs-l-pageMain ol.numCir li{
	position: relative;
	padding: 0 0 0 1.2em;
}
.fs-l-pageMain ol.numPar li::before,
.fs-l-pageMain ol.numCir li::before{
	position: absolute;
	top: 0;
	left: 0;
}
.fs-l-pageMain ol.numPar li:nth-of-type(1)::before{content: '(1)';}
.fs-l-pageMain ol.numPar li:nth-of-type(2)::before{content: '(2)';}
.fs-l-pageMain ol.numPar li:nth-of-type(3)::before{content: '(3)';}
.fs-l-pageMain ol.numPar li:nth-of-type(4)::before{content: '(4)';}
.fs-l-pageMain ol.numPar li:nth-of-type(5)::before{content: '(5)';}
.fs-l-pageMain ol.numPar li:nth-of-type(6)::before{content: '(6)';}
.fs-l-pageMain ol.numPar li:nth-of-type(7)::before{content: '(7)';}
.fs-l-pageMain ol.numPar li:nth-of-type(8)::before{content: '(8)';}
.fs-l-pageMain ol.numPar li:nth-of-type(9)::before{content: '(9)';}
.fs-l-pageMain ol.numCir li:nth-of-type(1)::before{content: '\02460';}
.fs-l-pageMain ol.numCir li:nth-of-type(2)::before{content: '\02461';}
.fs-l-pageMain ol.numCir li:nth-of-type(3)::before{content: '\02462';}
.fs-l-pageMain ol.numCir li:nth-of-type(4)::before{content: '\02463';}
.fs-l-pageMain ol.numCir li:nth-of-type(5)::before{content: '\02464';}
.fs-l-pageMain ol.numCir li:nth-of-type(6)::before{content: '\02465';}
.fs-l-pageMain ol.numCir li:nth-of-type(7)::before{content: '\02466';}
.fs-l-pageMain ol.numCir li:nth-of-type(8)::before{content: '\02468';}
.fs-l-pageMain ol.numCir li:nth-of-type(9)::before{content: '\02469';}

.fs-l-pageMain ul.dot{
	margin: 0;
	padding: 0;
	list-style: none;
}
.fs-l-pageMain ul.dot li{
	position: relative;
	padding: 0 0 0 1.2em;
}
.fs-l-pageMain ul.dot li::before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.fs-l-pageMain ul.dot li span.indent {
	display: inline-block;
	padding: 0 0 0 1em;
}
/********************／リスト********************/
/********************共通リンク********************/
.fs-l-pageMain .btn01{
	width: 24rem;
	height: 3rem;
	margin:1.5rem auto 0;
}
.fs-l-pageMain .btn01 a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2157aa;
	border-radius: 1.5rem;
	text-align: center;
	line-height: 3rem;
	font-size: 1.2rem;
	color: #ffffff;
}
.fs-l-pageMain .btn01 a:hover{
	opacity: 0.6;
	text-decoration: none;
}
@media screen and (min-width:641px){
	.fs-l-pageMain .btn01{
		margin:6rem auto 0;
	}
}
/********************／共通リンク********************/
.taL{text-align: left;}
.taR{text-align: right;}
.taC{text-align: center;}
.mb20{margin-bottom: 1rem !important;}


/********************個人情報取り扱いについて********************/
/********************／個人情報取り扱いについて********************/

/********************特定商取引法の表示本文********************/
.terCont01{
	padding-bottom: 3rem;
}
@media screen and (min-width:641px) {
	.terCont01{
		padding-bottom: 3.5rem;
	}
}
.fs-body-about-terms .covid19{
	margin: 0.5rem 0 2rem;
	padding: 1rem;
	border: solid 3px #e1e1e1;
}
.fs-body-about-terms .covid19 h2{
	margin: 0 0 1.2rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
}
.fs-body-about-terms .covid19 p{
	margin-bottom: 1rem;
}
.fs-body-about-terms .covid19 p a{
	text-decoration: underline;
}
/********************／特定商取引法の表示本文********************/

/********************ご利用ガイド********************/
/**ナビ**/
.guide .list_pagemenu{
	display: none;
}
@media screen and (min-width:641px) {
	.guide .list_pagemenu{
		display:-webkit-flex; display:flex;
		-webkit-flex-wrap:wrap; flex-wrap:wrap;
		-webkit-justify-content:center; justify-content:center;
		margin-bottom: 4rem;
		padding: 0.6rem 0.4rem;
		border: solid 1px #f3f3f3;
	}
	.guide .item_pagemenu{
		width: 33.33333%;
		width: calc(100%/3);
		padding: 1rem 0.4rem;
	}
	.guide .item_pagemenu::before{
		content: none;
	}
	.guide .item_pagemenu h2.menutitle{
		font-size: 0.8rem;
	}
	.guide .item_pagemenu .item_second{
		padding-left: 0;
	}
	.guide .item_pagemenu .item_second::before{
		content: none;
	}
	.guide .item_pagemenu a{
		position: relative;
		padding-left: 1.2em;
	}
	.guide .item_pagemenu a::before{
		content: '';
		position: absolute;
		top: 0.2em;
		left: 0;
		display: block;
		width: 0.5em;
		height: 0.5em;
		border-bottom: solid 2px #737373;
		border-left: solid 2px #737373;
		transform: rotate(-45deg);
	}
	.guide .item_pagemenu h2 a::before{
		top: 0.2em;
		border-width: 3px;
	}
	.guide .item_pagemenu a:hover::before{
		border-color: #b2b2b2;
	}
	.guide .item_pagemenu .list_second{
		padding-left: 0.5rem;
	}
}
/**／ナビ**/
.guide .guiCont01{
	padding-bottom: 2rem;
}
.guide .infoCont01{
	padding-bottom: 2px;
}
.guide .infoCont01.active{
	padding-bottom: 2rem;
}
.guide .infoCont01 h3{
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}
.guide .infoCont01.active h3{
	margin-bottom: 1rem;
}
.guide .infoCont01 h3::after{
	content: '';
	position: absolute;
	top: 1em;
	right: 1rem;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-bottom: solid 2px #737373;
	border-left: solid 2px #737373;
	transform: rotate(-45deg);
	transition: 0.5s;
}
.guide .infoCont01.active h3::after{
	transform: rotate(-225deg);
}
.guide .infoCont01 > *:not(h3){
	max-height: 0;
	overflow: hidden;
	transition: 1s;
}
.guide .infoCont01.active > *:not(h3){
	max-height: 9999px;
}
.guide .returnInfo a{
	text-decoration: underline;
}
.guide .returnInfo li{
	position: relative;
	padding-left: 1rem;
}
.guide .returnInfo .returnEx li{
	margin-bottom: 1rem;
}
.guide .returnInfo li::before{
	content: '・';
	position: absolute;
	left: 0;
}
.guide .returnInfo .returnEx li::before{
	font-weight: bold;
}
.guide .returnInfo h4{
	margin: 0;
	line-height: 1.8;
	font-weight: bold;
}
.guide .returnInfo .notReturn{
	position: relative;
	margin: 1rem 0;
	padding: 0.5rem 0;
	border-top: solid 2px #737373;
	border-bottom: solid 2px #737373;
}
.guide .returnInfo .notReturn ul, 
.guide .returnInfo .refund ul{
	padding-left: 1rem;
}
.guide .returnInfo .returnBtn{
	margin-top: 2rem;
}
.guide .returnInfo .returnBtn a{
	display: block;
	width: 80%;
	max-width: 480px;
	height: 3rem;
	margin: 0 auto;
	background-color: #2157aa;
	border-radius: 1.5rem;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 3rem;
	font-weight: 500;
	color: #ffffff;
}
.guide .returnInfo .returnBtn a:hover{
	opacity: 0.5;
}
@media screen and (min-width:641px) {
	.guide .guiCont01{
		padding-top: 2rem;
		margin-top: -2rem;
	}
	.guide .infoCont01{
		padding-top: 2rem;
		margin-top: -2rem;
	}
	.guide .infoCont01,
	.guide .infoCont01.active{
		padding-bottom: 2.5rem;
	}
	.guide .infoCont01 h3, 
	.guide .infoCont01.active h3{
		margin-bottom: 0.5rem;
		cursor: auto;
	}
	.guide .infoCont01 h3::after{
		content: none;
	}
	.guide .infoCont01 > *:not(h3){
		max-height: 9999px !important;
	}
}

.guiCont01 .numCir li{
	margin-top: 0.5rem;
}
/********************／ご利用ガイド********************/

/********************お知らせ********************/
.infoList{
	margin: 0;
	padding: 0;
	list-style: none;
}
.infoList li{
	margin-bottom: 1rem;
	padding: 0 0 1.85rem;
	background-image: linear-gradient(90deg, #646464, #646464 25%, transparent 25%, transparent 100%);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.infoList li:last-of-type{
	margin-bottom: 0;
}
.infoList li a{
	font-size: 1rem;
	line-height: 1.5rem;
}
.infoList li time{
	display: block;
	padding-bottom: 0.1rem;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #2157aa;
}

.infoContent{
	padding: 0 0.5rem;
}
.fs-l-pageMain .infoContent > *{
	margin-bottom: 1rem;
}
.infoContent img{
	width: auto;
	max-width: 100%;
}
.infoContent .infoTable01{
	width: 100%;
	border: solid 1px #e1e1e1;
	padding: 0.5rem;
}
.infoContent .infoTable01 table{
	width: 100%;
	border-collapse:collapse;
}
.infoContent .infoTable01 tr:nth-of-type(odd){
	background-color: #e1e1e1;
}
.infoContent .infoTable01 tr:nth-of-type(even){
	background-color: #f3f3f3;
}
.infoContent .infoTable01 th{
	padding: 0 0.5rem;
	text-align: left;
	font-weight: 400;
}
.infoContent .infoTable01 tr:first-of-type th{
	padding: 0.5rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
.infoContent .infoTable01 td{
	padding: 0 0.5rem;
	text-align: center;
}
.infoContent .annotation{
	position: relative;
	padding-left: 1.3em;
	font-size: 87.5%;
}
.infoContent .annotation::before{
	content: '※';
	position: absolute;
	left: 0;
}
.infoContent .annotation.ann01,
.infoContent .annotation.ann02, 
.infoContent .annotation.ann03, 
.infoContent .annotation.ann04, 
.infoContent .annotation.ann05{
	padding-left: 2.2em;
}
.infoContent .annotation.ann01::before{content: '※1';}
.infoContent .annotation.ann02::before{content: '※2';}
.infoContent .annotation.ann03::before{content: '※3';}
.infoContent .annotation.ann04::before{content: '※4';}
.infoContent .annotation.ann05::before{content: '※5';}

.infoContent .mb0{margin-bottom: 0 !important;}

@media screen and (min-width:641px){
	.infoList li{
		margin-bottom: 2rem;
		padding: 0 0 0.85rem;
	}
	.infoList li a{
		font-size: 0.9rem;
	}
	.infoList li time{
		font-size: 0.8rem;
	}
	.fs-l-pageMain .infoContent p,
	.fs-l-pageMain .infoContent li,
	.fs-l-pageMain .infoContent dd,
	.fs-l-pageMain .infoContent dt,
	.fs-l-pageMain .infoContent th,
	.fs-l-pageMain .infoContent td{
		line-height: 1.85;
	}
}
/********************／お知らせ********************/

/********************取扱店********************/
/**セレクトボックス**/
.shops .shopBrand{
	display:-webkit-flex; display:flex;
	-webkit-justify-content:space-between; justify-content:space-between;
	-webkit-align-items:flex-start; align-items:flex-start;
	margin-bottom: 1rem;
}
.shops .shopBrand h2{
	width: 35%;
	height: 3rem;
	margin: 0;
	background-color: #737373;
	border: solid 2px #737373;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 2.8rem;
	color: #ffffff;
}
.shops .shopBrand > div{
	position: relative;
	width: 62%;
}
.shops .shopBrand .display_box{
	position: relative;
	padding: 0 1rem;
	border: solid 2px #737373;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 2.8rem;
	cursor: pointer;
}
.shops .shopBrand .display_box::before{
	content: '';
	position: absolute;
	top: 1.2rem;
	right: 1rem;
	display: block;
	width: 0.8rem;
	height: 0.6rem;
	border-top: solid 0.6rem #737373;
	border-left: solid 0.4rem #ffffff;
	border-right: solid 0.4rem #ffffff;
}
.shops .shopBrand .display_box:hover{
	background-color: #e1e1e1;
}
.shops .shopBrand .display_box:hover::before{
	border-left: solid 0.4rem #e1e1e1;
	border-right: solid 0.4rem #e1e1e1;
}
.shops .shopBrand .active .display_box::before{
	border-top: none;
	border-bottom: solid 0.6rem #737373;
}

.shops .shopBrand .select_box{
	position: absolute;
	top: 100%;
	z-index: 10;
	display: none;
	width: 100%;
	background-color: #ffffff;
	border: solid 1px #737373;
	border-radius: 0.3rem;
}
.shops .shopBrand .select_box li{
	padding: 0 1rem;
	font-size: 0.9rem;
	line-height: 2.8rem;
	cursor: pointer;
}
.shops .shopBrand .select_box li.selected{
	background-color: #e1e1e1;
}
.shops .shopBrand .select_box li:hover{
	background-color: #cccccc;
}
@media screen and (min-width:641px){
	.shops .shopBrand h2{
		width: 10rem;
	}
	.shops .shopBrand > div{
		width: 39.5rem;
	}
	.shops .shopBrand .display_box{
		padding: 0 2rem;
	}
	.shops .shopBrand .select_box li{
		padding: 0 2rem;
	}
}
/**／セレクトボックス**/
/**ショップリスト**/
.shops .list ul{
	display: none;
}
.shops .region h2{
	position: relative;
	margin: 0;
	padding: 0.7rem 0.4rem 0;
	border-bottom: solid 2px #737373;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.8rem;
	cursor: pointer;
}
.shops .region h2::before,
.shops .region h2::after{
	content: '';
	position: absolute;
	bottom: 1.2rem;
	right: 0.5rem;
	display: block;
	width: 1rem;
	height: 2px;
	background-color: #737373;
	transition: 1s;
}
.shops .region h2::after{
	transform: rotate(90deg);
}
.shops .region .active h2::after{
	transform: rotate(0deg);
}
.shops .prefecture{
	margin-bottom: 0.5rem;
}
.shops .prefecture h3{
	position: relative;
	margin: 0;
	padding: 0 0.4rem;
	border-bottom: solid 2px #f3f3f3;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2.5rem;
	cursor: pointer;
}
.shops .prefecture .active > h3{
	color: #2157aa;
}
.shops .region h2:hover, 
.shops .prefecture h3:hover{
	opacity: 0.6;
}

.shops .shop{
	margin-left: 1.5rem;
}
.shops .online .shop{
	margin: 0;
}
.shops .shop > li{
	padding: 0.75rem 0;
	border-bottom: solid 2px #f3f3f3;
	font-size: 1rem;
	line-height: 1.875;
}
.shops .online .shop > li{
	padding: 0.75rem 0.4rem;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.875;
}
.shops .shop > li h4{
	margin: 0 0 0.4rem;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.875;
}
.shops .shop > li p{
	line-height: 1.875;
}

@media screen and (min-width:641px){
	.shops .region h2{
		padding: 0.6rem 0.5rem 0;
		font-size: 1.2rem;
	}
	.shops .region h2::before,
	.shops .region h2::after{
		right: 0;
	}
	.shops .prefecture h3{
		padding: 0 0.5rem;
		font-size: 0.9rem;
	}
	.shops .shop{
		margin-left: 6rem;
	}
	.shops .shop > li{
		display:-webkit-flex; display:flex;
		-webkit-justify-content:space-between; justify-content:space-between;
		font-size: 0.8rem;
	}
	.shops .online .shop > li{
		padding: 0.75rem 0.5rem;
		font-size: 0.8rem;
	}
	.shops .shop > li h4{
		width:17rem;
		margin: 0;
		font-size: 100%;
	}
	.shops .shop > li .address{
		width:16rem;
	}
}
/**／ショップリスト**/
/********************／取扱店********************/
/********************お問い合わせ********************/
.contact.info{
	width: 28rem;
	margin: 0 auto;
}
.contact.info .required{
	color: #b02318;
}
.contact.info input, 
.contact.info textarea{
	border: solid 1px #737373;
	border-radius: 0;
}
.contact.info dl{
	margin: 0;
}
.contact.info dt{
	margin-top: 1rem;
	font-size: 1.1rem;
	font-weight: bold;
}
.contact.info .nameArea input{
	width: 8rem;
}
.contact.info .nameArea input:first-of-type{
	margin-right: 0.8rem;
}
.contact.info .telArea input{
	width: 5rem;
}
.contact.info .mailArea input:first-of-type{
	margin-bottom: 0.8rem;
}
.contact.info .mailArea input:last-of-type{
	margin-bottom: 0.3rem;
}
.contact.info .mailArea p{
	position: relative;
	padding-left:1rem;
	line-height: 1.5;
}
.contact.info .mailArea p::before{
	content:'※';
	position: absolute;
	top:0;
	left:0;
}
.contact.info .text02{
	position: relative;
	margin-top: 1rem;
	padding-left:1rem;
}
.contact.info .text02::before{
	content:'※';
	position: absolute;
	top:0;
	left:0;
}
.contact.info .submitArea{
	width:20rem;
	margin: 1.5rem auto;
}
.contact.info .submitArea input{
	width: 100%;
	height: 3rem;
	background-color: #2157aa;
	border: none;
	text-align: center;
	line-height: 3rem;
	font-size: 1.5rem;
	color: #ffffff;
}
.contact.info .submitArea input:hover{
	opacity: 0.6;
}
.returnContact a{
	text-decoration: underline;
}
@media screen and (min-width:641px){
	.contact.info{
		width: 100%;
	}
	.contact.info dl{
		display:-webkit-inline-flex; display:inline-flex;
		-webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.contact.info dt{
		width: 20%;
		font-size: 0.9rem;
	}
	.contact.info dd{
		width: 80%;
		margin-top: 1rem;
	}
	.contact.info.returnContact dt{
		width: 25%;
		line-height: 1.6;
	}
	.contact.info.returnContact dd{
		width: 75%;
	}
	.contact.info .mailArea input{
		width: 25rem;
	}
	.contact.info .mailArea input:nth-of-type(2){
		margin-right: 0.5rem;
	}
	.contact.info .submitArea input{
		font-size: 1.2rem;
	}
}
/********************／お問い合わせ********************/
