@charset "utf-8";

/*背景カラー*/
body {
	background: #fff;
}
/* リセット */
input, button, textarea, select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
label{
	border: none;
}
label:hover {
	cursor:pointer;
}
button{
	border:none;
	background:none;
	padding:0;
	outline: none;
}
legend{
	display: none;
}
fieldset{
	border: none;
	padding-left: 0;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}
select::-ms-expand{
	display: none;
}

/* 必須・任意 */
.field::after {
	display: inline-block;
	margin-left: 0.7rem;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	color: #fff;
	font-size: 1.4rem;
}
.required::after {
	background: var(--color-ruby);
	content: '必須';
}
.optional::after {
	background: #646464;
	content: '任意';
}

/*------------------------------------

	ヘッダー

------------------------------------*/
.topCon {
	border-bottom: 3px solid #596281;
	margin-bottom: 30px;
}
/*食器用ヘッダー*/
.tableware .headh1 {
	padding: 6px 0 2px;
	border-bottom: 1px dotted #7c7c7c;
	margin-bottom: 4px;
}
.tableware h1 {
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	color: #7c7c7c;
	font-weight: normal;
	}
.tableware .logoH {
	width: 1200px;
	margin: 10px auto;
}
.tableware .logoH a {
	width: 264px;
	display: block;
}

/* 電話番号表示
--------------------------- */
#keyvisual{
	position: relative;
}
#keyvisual img{
	width: 100%;
}
.tel-area{
	position: absolute;
	bottom: 4%;
	left: 21.2%;
}
.tel-area__txt{
	font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.tel-box{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.tel-box__txt-left{
	font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.tel-area__btn{
	background: no-repeat left 4px / 23px url(../webp/icon_tel_blue.webp);
	text-decoration: none;
	pointer-events: none;
	padding: 3px 0 0 30px;
}
.tel-area__btn .tel-number__txt{
	color: #505c82;
	font-size: 29px;
	font-family: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 4px;
}

/* フローステップ
--------------------------- */
#mailF .active-step {
	margin-bottom: 30px;
}
#mailF .active-step ol {
	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;
}
#mailF .active-step ol li {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 18%;
	text-align: center;
	position: relative;
}

/*矢印*/
#mailF .active-step ol li::after {
	content: url(../svg/arrow-2.svg);
	position: absolute; right: -90%; top: 50%;
	z-index: 1;
	box-sizing: border-box;
}
/*打消し*/
#mailF .active-step ol li:last-child::after {
	display: none;
}
#mailF .active-step ol li > *:not(svg) {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	color: #8c8d95;
}

#mailF .active-step ol li .step-num {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	background: #8c8d95;
	font-weight: bold;
	padding: 18px 0 16px;
	}


/* アクティブページ */
#mailF:not(.check-page):not(.completion-page) .active-step ol li:nth-child(1) p,
#mailF.check-page .active-step ol li:nth-child(2) p,
#mailF.completion-page .active-step ol li:nth-child(3) p {
	color: #505c82;
}
/*吹き出し背景色*/
#mailF:not(.check-page):not(.completion-page) .active-step ol li:nth-child(1) .step-num,
#mailF.check-page .active-step ol li:nth-child(2) .step-num,
#mailF.completion-page .active-step ol li:nth-child(3) .step-num{
	background: #505c82;
}
/*吹き出し*/
#mailF:not(.check-page):not(.completion-page) .active-step ol li:nth-child(1) .step-num:before,
#mailF.check-page .active-step ol li:nth-child(2) .step-num:before,
#mailF.completion-page .active-step ol li:nth-child(3) .step-num:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #505c82;
}
#mailF .active-step ol li b {
	margin-bottom: .4rem;
	font-size: 20px;
	height: 1em;
}
#mailF .active-step ol li .icon {
	box-sizing: border-box;
	display: block;
	width: 24%;
	height: 2.4rem;
}
#mailF .active-step ol li p {
	align-self: stretch;
	margin-top: 40px;
	color: #8c8d95;
	font-size: 18px;
	height: 2.4em;
	line-height: 26px;
}
/* アイコン色変え */
#mailF .active-step ol li path {
	fill:#8c8d95;
}
#mailF:not(.check-page):not(.completion-page) .active-step ol li:nth-child(1) path,
#mailF.check-page .active-step ol li:nth-child(2) path,
#mailF.completion-page .active-step ol li:nth-child(3) path{
	fill:#505c82;
}

/*------------------------------------

	フォームデザイン

------------------------------------*/
#mailF {
	width: 1200px;
	padding: 0 0 30px;
	margin: 40px auto 40px;
}


/*共通
------------------------------------*/
/* 注意書き */
#mailF .caution,
#mailF .example{
	padding-left: 1em;
	width: 100%;
	font-size: .8em;
	line-height: 1.2em;
	position: relative;
}
#mailF .caution:first-child{
	margin-top: .6em;
}
#mailF .caution:not(:last-of-type){
	margin-bottom: .4em;
}
#mailF .caution::before{
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* 記述例 */
#mailF .example::before{
	content: '例：';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#mailF .example {
	display: block;
	padding-left: 1.8em;
	font-weight: normal;
}
/* 枠 */
#mailF .inner{
	box-sizing: border-box;
	margin-bottom: 40px;
	background: url(../png/pt3.png);
}
#mailF.check-page .inner,
#mailF.completion-page .inner{
	padding: 12px 0;
}


/*メールフォーム概要
------------------------------------*/
#mailF .fontBlack {
	text-align: center;
}
#mailF .fontBlack .photo {
	background: url(../png/arrow.png) no-repeat,#3b4061;
	background-position: 660px center;
	width: 700px;
	padding: 14px 0;
	border-radius: 6px;
	margin: 10px auto 0;
}
#mailF .fontBlack .photo a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.annotation {
	margin-bottom: 10px;
	color: var(--color-ruby);
	font-size: 14px;
	text-align: center;
}
.annotation li::before {
	content: '※';
}
.annotation.fcon {
	margin-top: 20px;
	line-height: 20px;
}

/* 項目見出し
--------------------------- */
#sateiForm .inner .title {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}
#sateiForm .inner .title .note {
	color: #fff;
}
#sateiForm .required-info .title {
	background: #505c82;
}
#sateiForm .other-info .title {
	background: #957556;
}
#sateiForm .inner .title h3 {
	margin-right: 1em;
	color: #fff;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .08em;
}
/* タグ */
#sateiForm .inner .title .title-tag {
	border: solid 3px #fff;
	margin-right: 1em;
	padding: .3em .5em;
	font-weight: bold;
	color: #fff;
	font-size: 19px;
	line-height: 1em;
}
.title-tag--required{
	background: var(--color-ruby);
}
/* アコーディオンボタン */
#sateiForm .inner .title.acBtn{
	position: relative;
}
#sateiForm .inner .title.acBtn .acBtn-open{
	box-sizing: border-box;
	display: block;
	border: 1px solid #fff;
	background: url(../svg/triangle.svg) no-repeat TOP .5em center;
	padding: 2em 0 1em;
	width: 4.2em;
	height: 90%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 4px;
	right: 4px;
}

/* 項目
--------------------------- */
#sateiForm .inner {
	margin-bottom: 40px;
}
#sateiForm .inner .input-area {
	background: url(../png/pt3.png);
	padding: 10px 0;
}

#sateiForm .inner dl {
	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-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 12px;
	padding: 16px 20px;
	background: #fff;
}
#sateiForm .inner dl:not(:last-child) {
	margin-bottom: 2px;
}
#sateiForm .inner dl > *{
	box-sizing: border-box;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* 左 */
#sateiForm .inner dl dt {
	margin-right: 20px;
	padding-right: 20px;
	width: 16.5em;
	border-right: solid 2px #e6e4db;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
}
#sateiForm .inner dl dt .caution {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
/* 右 */
#sateiForm .inner dl dd {
	width: calc(100% - 20px - 16.5em);
	font-size: 16px;
}

/* フォーム 入力欄
--------------------------- */
/* placeholder */
::-webkit-input-placeholder {
	color: #999;
	font-size: .9em;
}
:-ms-input-placeholder {
	color: #999;
	font-size: .9em;
}
::-ms-input-placeholder {
	color: #999;
	font-size: .9em;
}
::placeholder {
	color: #999;
	font-size: .9em;
}

/* input ------------------------- */
#sateiForm input[type="text"],
#sateiForm input[type="email"],
#sateiForm input[type="tel"],
#sateiForm select,
#sateiForm textarea{
	box-sizing: border-box;
	border: solid 1px #c8c8c8;
	border-radius: .3em;
	padding: .5em 1em;
	color: #545142;
	font-size: 18px;
	background: #f3f3f3;
}
#sateiForm option {
	outline: none;
	font-size: 18px;
}
#sateiForm input:not([type="file"]):focus,
#sateiForm select:focus,
#sateiForm textarea:focus {
	outline: none;
	box-shadow: 2px 2px 4px #e9dfc5,
		-2px 2px 4px #e9dfc5,
		2px -2px 4px #e9dfc5,
		-2px -2px 4px #e9dfc5;
}

/* 名前 */
#sateiForm input#shimei,
#sateiForm input#email {
	width: 70%;
}
/* tel */
#sateiForm input#tel {
	width: 14em;
}
/* 住所 */
#sateiForm input#zip {
	width: 12em;
}
#sateiForm input#address1 {
	display: inline-block;
	width: 80%;
	margin-top: 0.5rem;
}
#sateiForm input#address2 {
	display: inline-block;
	width: 80%;
	margin-top: 0.5rem;
}
#sateiForm .addTxt {
	font-size: 14px;
}
#sateiForm .addTxt.mg {
	margin-top: 8px;
}
/* お品物の数 */
#sateiForm input#itemnumber {
	width: 6em;
}
/* ご質問ご要望 */
#sateiForm textarea#message {
	width: 70%;
	height: 10em;
	resize: vertical;
}


/* select(年齢) ------------------- */
#sateiForm select {
	background-image: url(../svg/select_arrow.svg);
	background-repeat: no-repeat;
	background-position: center right .5em;
	background-size: 1em auto;
	width: 12em;
	font-size: inherit;
	position: relative;
}


/* チェックボックス ------------------- */
#sateiForm .inner .checkbox-area {
	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;
	width: 100%;
}
#sateiForm .inner .checkbox-area .item {
	min-width: 25%;
	font-size: 16px;
}
#sateiForm input[type="checkbox"] {
	display: none;
}
#sateiForm .checkbox-area label {
	display: inline-block;
	position: relative;
	padding: .6em 0 .6em 1.8em;
	line-height: 1em;
}
#sateiForm .checkbox-area .item label {
	padding-right: 3em;
}
/* チェックマーク */
#sateiForm .checkbox-area label::before {
	content: '';
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: solid 2px #c8c8c8;
	border-radius: .3em;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: .3s;
}
#sateiForm .checkbox-area label::after {
	content: "";
	display: block;
	margin-top: -7px;
	width: .5em;
	height: .8em;
	border-right: 4px solid #505c82;
	border-bottom: 4px solid #505c82;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg) translateY(-50%);
	opacity: 0;
	transition: .3s;
}
/* チェック状態 */
#sateiForm .checkbox-area input[type="checkbox"]:checked + label::before {
	border: solid 2px #505c82;
}
#sateiForm .checkbox-area input[type="checkbox"]:checked + label::after {
	opacity: 1;
}


/* 写真添付 ----------------------------- */
#sateiForm .gazou .gazou-box{
	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;
	width: 100%;
}
#sateiForm .gazou .gazou-box .item{
	margin-bottom: .5em;
	width: 49%;
	font-size: .8rem;
}
#sateiForm .gazou .gazou-box .item:nth-child(odd){
	margin-right: 2%;
}
#sateiForm .gazou .gazou-box .item > span{
	display: inline;
}
#sateiForm input[type="file"]{
	padding: .5em 1em;
	width: calc(100% - 2em);
}
/* 添付箇所追加ボタン */
#sateiForm .gazou #tenpu{
	margin: .8em 0;
}
#sateiForm .gazou #tenpu a {
	display: block;
	padding: .8em;
	width: 12em;
	background: #505c82;
	border-radius: .5em;
	color: #fff;
	font-size: .8em;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
}
#sateiForm .gazou #tenpu a:hover,
#sateiForm .gazou #tenpu a:active{
	background: #65729c;
}

/* 規約
--------------------------- */
/* 個人情報規約確認ボタン */
#sateiForm .terms-area .tarms-btnbox {
	display: flex;
	width: 80%;
	margin: 0 auto;
	gap: 2rem;
}
#sateiForm .terms-area .tarms-check-btn {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 1em 0;
	border: solid 2px #957556;
	border-radius: 1rem;
	color: #957556;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
#sateiForm .terms-area .terms-checkbox {
	margin-top: 30px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* ボタン
--------------------------- */
#sateiForm .submitBtn{
	margin: 0 auto;
	width: 60%;
	height: 4em;
	font-size: 20px;
	position:relative;
}
#sateiForm .submitBtn > button,
#sateiForm .submitBtn::after{
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 1.5em 1em;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
}
/* 偽ボタン */
#sateiForm .submitBtn::after {
	content:'上記2項目のご同意の上、チェックが必要です';
	background: #b3b0b0;
	position:absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: -1;
}
/* 青のボタン */
#sateiForm .submitBtn > button{
	background: #505c82;
	letter-spacing:0.2em;
}
#sateiForm .submitBtn > button:hover,
#sateiForm .submitBtn > button:active{
	background: #65729c;
}
/* ボタン上エラーメッセージ */
#alert {
	text-align: center;
	color: #900;
	font-size: 1rem;
	font-weight: bold;
	margin: 1em 0;
}
/*青枠消し*/
*:focus {
outline: none;
}


/* -------------------------------------------------------------------

	確認画面

--------------------------------------------------------------------- */
/* まだ完了していません */
#form .guide-text {
	margin-bottom: 1em;
	font-size: 1rem;
	text-align: center;
}
#form .guide-text .caution{
	display: inline;
}
#form .check-attention {
	width: 600px;
	margin: auto;
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding: 12px 30px 10px;
	border: solid 2px #505c82;
	text-align: center;
}
#form .check-attention span {
	display: inline-block;
	margin-left: .7em;
	padding: .4em 0 .2em 2em;
	background: url(../svg/caution.svg) no-repeat center left;
	color: #505c82;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}


/* ボタンエリア ---------------- */
#sateiForm .checkBox .btn-area{
	margin: 0 auto;
	width: 60%;
}

#sateiForm .checkBox .btn-area button[id=myreset],
#sateiForm .checkBox .btn-area button[id=submit] {
	display:block;
	padding: 1em;
	width: calc(50% - 10px);
	border-radius: 1em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	letter-spacing:0.2em;
	border: none;
}
/* 「戻る」ボタン */
#sateiForm .checkBox .btn-area button[id=myreset] {
	float: left;
	margin-right: 20px;
	background: #b3b0b0;
}
/* 「送信」ボタン */
#sateiForm .checkBox .btn-area button[id=submit] {
	float: right;
	background: #505c82;
}


/* -------------------------------------------------------------------

	完了画面

--------------------------------------------------------------------- */
#mailF .inner .box {
	background: #fff;
	margin: 10px 20px;
	padding: 60px 0;
}
#mailF .inner .box p {
	width: 820px;
	margin: auto;
}
#mailF .inner .box p span {
	color: #505c82;
	font-weight: bold;
}
#mailF .inner .box .result {
	text-align: center;
}
#mailF .inner .box .ttl {
	text-align: center;
	font-size: 24px;
	color: #505c82;
	margin-bottom: 20px;
	font-weight: bold;
}
#mailF .inner .box .attention {
	padding-left: 1em;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	margin-top: 20px;
}
#mailF .inner .box .attention:first-child{
	margin-top: .6em;
}
#mailF .inner .box .attention:not(:last-of-type){
	margin-bottom: .4em;
}
#mailF .inner .box .attention::before{
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/*  完了画面下部追加
--------------------------------------------------------------------*/
.form-wrap--bottom{
	width: 1200px;
	margin: 0 auto 40px;
}
.campaign__img-larger{
	width: 100%;
}
.campaign-case{
	margin: 50px auto;
}
.campaign-case__list{
	width: 100%;
	display: flex;
	gap: 15px;
}
.campaign-case__item{
	height: 100%;
	border: solid 1px #4C5161;
}
.campaign-case__item-wrap{
	flex: 0 0 390px;
}
.campaign-case__img-area{
	position: relative;
}
.campaign-case__img{
	width: 100%;
	aspect-ratio: 390 / 285;
	object-fit: cover;
}
.campaign-case__tag{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #212C55;
	color: #fff;
	font-size: 1.8rem;
	padding: 5px 15px;
}
.campaign-case__txt-area{
	padding: 10px 15px;
}
.campaign-case__txt-ttl{
	border-bottom: dashed 1px #4C5161;
	font-size: 1.8rem;
	line-height: 1.5;
	padding-bottom: 3px;
	margin-bottom: 13px;
}
.campaign-case__txt-ttl .bolder{
	font-weight: bold;
}
.campaign-case__price-wrap{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.campaign-case__price-wrap .flex{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 10px;
	margin-bottom: 5px;
}
.campaign-price{
	font-weight: 600;
	line-height: 1;
	text-align: right;
}
.campaign-price--main{
	background: linear-gradient(transparent 30%, #EBE556 30%);
	color: #882339;
	font-size: 1.8rem;
}
.campaign-case__price-wrap .up{
	background: no-repeat calc(100% - 5px) center/40px url(../icon_up.html);
	border: solid 1px #882339;
	color: #882339;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 8px 45px 8px 5px;
	margin-bottom: 6px;
	line-height: 1;
}
.campaign-price--main em{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 4.8rem;
	font-style: normal;
	margin-right: 3px;
}
.regular-price{
	font-size: 1.8rem;
}
.regular-price em{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.0rem;
	font-style: normal;
	margin-left: 5px;
}
.form-bottom-itemList ul{
	width:1125px;
}


/* -------------------------------------------------------------------

	エラー画面

--------------------------------------------------------------------- */
#mailF .errorMs {
	margin-top: 100px;
}
#mailF .errorMs b {
	display: inline-block;
	font-size: 20px;
	padding-bottom: 20px;
}
.footerM {
	width: 100%;
	position: fixed;
	bottom: 0;
}


/*------------------------------------

	フッター

------------------------------------*/
/*食器用フッター*/
.tablewareF {
	width: 100%;
	background: #12476b;
	padding-top: 30px;
}


/*ロゴ
------------------------------------*/
.tablewareF .logo {
	width: 220px;
	margin: 0 auto 20px;
}
.tablewareF img {
	width: 220px;
}


/*会社案内
------------------------------------*/
.tablewareF .company {
	width: 700px;
	margin: 0 auto;
	padding: 30px 0 10px;
	text-align: center;
}
.tablewareF .company li {
	display: inline-block;
	border-right: 1px solid  #5b6384;
	padding: 0 25px;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
.tablewareF .company li:nth-of-type(4),
.tablewareF .company li:last-child {
	border-right: none;
}

.tablewareF .company li a {
	color: #fff;
	text-decoration: none;
}


/*コピーライト
------------------------------------*/
.tablewareF .copyWrite {
	background: #12476b;
	text-align: center;
	padding: 6px 0;
	color: #fff;
}
.tablewareF .copyWrite a {
	color: #fff;
	text-decoration: none;
}


/*障害メッセージ
------------------------------------*/
.error-message {
	margin: 10px auto 30px;
  }
.error-message__head {
	position: relative;
	width: 25%;
	margin: 0 auto;
	padding: 0.4rem;
	background: #446C90;
	text-align: center;
	border-radius: 30px;
	cursor: pointer;
	color: #fff;
	font-size: 1.4rem;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
}
.error-message__head:hover {
	opacity: 0.8;
}
.error-message__body {
	width: 70%;
	margin: 0 auto;
	position: relative;
	border: transparent;
	line-height: 0;
	opacity: 0;
	transition: line-height 0.2s, padding 0.2s, opacity 0.2s;
	font-size: 1.5rem;
}
.error-message__body p:not(:last-child) {
	margin-bottom: 1rem;
}
.error-message__body.is-open {
	padding: 10px;
	line-height: 1.5;
	opacity: 1;
}
.error-message__head.is-open::after {
	transform: rotate(45deg) translateY(-10px);
}

/*------------------------------------
	form indexのみ
------------------------------------*/
#mailF.form-top {
	width: 780px;
	.required-info{
		margin-bottom: 30px;
	}
	.inner {
		background: none;
		.input-area{
			background: none;
		}
	}
	dl {
		margin: 0;
		padding: 10px 1rem;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
	}
	dd {
		.example {
			margin-top: 0.8rem;
		}
		#shimei {
			width: 70%;
		}
		#email,#tel,#message {
			width: 100%;
		}
		#message {
			height: 8em;
		}
	}
	 #sateiForm .submitBtn {
		width: 90%;
	 }
	.terms-area {
		.tarms-btnbox {
			justify-content: center;
			gap: 1rem;
		}
		.terms-checkbox {
			margin-top: 0;
		}
		.tarms-check-btn {
			display: inline;
			width: auto;
			border: none;
			border-radius: 1rem;
			color: #0044CC;
			font-weight: normal;
			font-size: 16px;
			text-decoration: underline;
		}
	}
}