@charset "utf-8";

/*モーダル使用時　スクロールバー分のずれをなくす*/
html{
	overflow: auto !important;
}

/* 非表示設定 ------------------ */
.noneSP {
	display: none;
}

/* リセット */
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-sp::before {
	display: inline-block;
	margin-right: 0.8rem;
	padding: 0.3rem 1rem;
	border-radius: 6px;
	color: #fff;
	font-size: 1.4rem;
}
.required-sp::before {
	background: var(--color-ruby);
	content: '必須';
}
.optional-sp::before {
	background: #646464;
	content: '任意';
}

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

全体レイアウト

--------------------------------------------------------------------- */
body {
	min-width: 100%;
}

#container{
	margin: 0 auto 60px;
	padding: 0 10px;
	width: calc(100% - 20px);
}


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

	ヘッダー

------------------------------------*/
#form-head {
	padding-bottom: 10px;
	border-bottom: 3px solid #596281;
	margin-bottom: 20px;
}
.form-head__logo {
	width: 11rem;
}
.form-head__h1 {
	background-color: #382d2d;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	h1 {
		font-weight: normal;
	}
}


/*トップイメージ*/
#keyvisual.top {
	margin-bottom: 20px;
}
/*　タブレット用　*/
@media screen and (min-width:599px) and ( max-width:960px) {
.tableware .logoH {
	margin-bottom: 10px;
}
.tableware img {
	width: 200px;
}
}
/* 電話表示 */
.tel-area{
	background: #F3F3F3;
	padding: 10px 0 12px;
	text-align: center;
}
.tel-area__txt{
	font-size: 13px;
	margin-bottom: 10px;
}
.tel-box{
	max-width: 500px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 0 auto;
}
.tel-box__txt-left{
	font-size: 12px;
	line-height: 1.25;
}
.tel-area__btn{
	display: block;
	background: no-repeat .54em center/.82em url(../webp/icon_tel.webp), no-repeat calc(100% - .41em) center/.36em url(../webp/arrow3_right.webp),var(--color-ruby);
	border-radius: .9em;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: min(5.86vw,36px);
	padding: .25em 1.1em .25em 1.64em;
	text-decoration: none;
}

/* フローステップ
--------------------------- */
#mailF .active-step{
	padding: 0 6px;
	margin: 0 auto 20px;
	position: relative;
}

#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: 24%;
	background: #fff;
	text-align: center;
}

/*矢印*/
#mailF .active-step ol li::after {
	content: url(../svg/arrow2.svg);
	z-index: 1;
	position: absolute;
	box-sizing: border-box;
	top: 56%;

}
#mailF .active-step ol li:nth-child(1)::after {
	right: 24%;
}
#mailF .active-step ol li:nth-child(2)::after {
	left: 24%;
}

@media screen and (min-width:599px) and ( max-width:960px) {
#mailF .active-step ol li:nth-child(1)::after {
	right: 28%;
}
#mailF .active-step ol li:nth-child(2)::after {
	left: 28%;
}
}
/*打消し*/
#mailF .active-step ol li:last-child::after {
	display: none;
}


#mailF .active-step ol li .step-num {
	position: relative;
	display: inline-block;
	margin: 1em 0 0.5em;
	padding: 6px 0 6px;
	background: #8c8d95;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
#mailF .active-step ol li > *:not(svg){
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	color: #c8c8c8;
}


/* アクティブページ */
#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: -8px;
	border: 6px solid transparent;
	border-top: 6px solid #505c82;
}
#mailF .active-step ol li b{
	margin-bottom: .4rem;
	font-size: 1.2rem;
	height: 1em;
}
#mailF .active-step ol li .icon{
	display: block;
	box-sizing: border-box;
	width: 40%;
}
#mailF .active-step ol li p{
	margin-top: 6px;
	height: 2.4em;
	color: #b3b0b0;
	font-size: 1.4rem;
}
/* アイコン色変え */
#mailF .active-step ol li path{
	fill:#c8c8c8;
}
#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 .caution,
#mailF .example,
#mailF .inner .attention {
	padding-left: 1em;
	font-size: .8em;
	line-height: 1.2em;
	position: relative;
	color: #545454;
}
#mailF .caution:first-child,
#mailF .inner .attention:first-child {
	margin-top: .6em;
}
#mailF .caution:not(:last-of-type),
#mailF .inner .attention::not(:last-of-type) {
	margin-bottom: .4em;
}
#mailF .caution::before,
#mailF .inner .attention::before {
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* フォーム上のテキスト */
#mailF .fontBlack {
	margin: 0 2%;
	font-size: 1.4rem;
	text-align: center;
}
/* 注釈 */
.annotation {
	margin: 0 2% 10px;
	color: var(--color-ruby);
	line-height: 1.6rem;
}
/* 記述例 */
#mailF .example::before{
	content: '例：';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
#mailF .example {
	margin-left: 1em;
	padding-left: 1.8em;
	font-weight: normal;
}
#mailF .ex__sp-layout {
	margin-left: 0;
	display: block;
}

.annotation li {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 6px;
	padding-left: 1em;
	text-indent: -1em;
}
.annotation li::before{
	content: '※';
}
#mailF ul.annotation.fcon {
	width: 86%;
	margin: 0 auto;
}
#mailF ul.annotation.fcon li {
	text-align: left;
}
@media screen and (min-width:820px) {
.annotation{
	text-align: center;
}
}
/* ボタン */
#mailF .fontBlack .photo {
	text-align: center;
	background: url(../png/arrow.png) no-repeat 95% center,#3b4061;
	width: 80%;
	margin: 10px auto 0;
	padding: 10px 0;
	border-radius: 6px;
}
#mailF .fontBlack .photo a {
	display: block;
	color: #fff;
	text-decoration: none;
}




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

フォーム入力画面～確認画面

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

/* 項目見出し
--------------------------- */
#sateiForm .inner .title{
	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;
	padding: 10px;
	font-size: 6.2vw;
}
#sateiForm .required-info .title{
	background: #505c82;
}
#sateiForm .other-info .title{
	background: #957556;
}

#sateiForm .inner .title h3{
	color: #fff;
	font-size: inherit;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .04em;
}
/* タグ */
#sateiForm .inner .title .title-tag{
	border: solid 2px #fff;
	margin-right: .8em;
	padding: .2em .4em;
	color: #fff;
	font-size: .7em;
	font-weight: bold;
	line-height: 1em;
}
.title-tag--required{
	background: var(--color-ruby);
}
/* 補足 */
#sateiForm .inner .title .note{
	margin: .6em 0 0;
	color: #faf4e4;
	font-weight: bold;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: .04em;
	line-height: 1.3em;
}

/* アコーディオンボタン */
#sateiForm .inner .title.acBtn{
	border-top: solid 2px #957556;
	border-right: solid 2px #957556;
	border-bottom: solid 2px #957556;
	position: relative;
	padding-right: 17%;
	overflow: hidden;
}
#sateiForm .inner .title.acBtn .acBtn-open{
	box-sizing: border-box;
	display: block;
	padding: .4em 0 1.5em;
	width: 14%;
	color: #fff;
	font-size: 3.6vw;
	font-weight: bold;
	text-align: center;
	position: relative;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#sateiForm .inner .title.acBtn .acBtn-open::before{
	content: '';
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 160%;
	font-size: 3vw;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
	border: 1px solid #fff;
}
#sateiForm .inner .title.acBtn .acBtn-open::after{
	content: '';
	display: block;
	width: 100%;
	height: 1em;
	background: url(../svg/triangle.svg) no-repeat bottom center / 2em auto;
	position: absolute;
	top: 2.4em;
	left: 0;
}


@media screen and (min-width: 768px){
	#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;
		font-size: 2.6rem;
	}
	/* アコーディオンボタン */
	#sateiForm .inner .title.acBtn{
		padding-right: 4em;
	}
	#sateiForm .inner .title.acBtn .acBtn-open{
		padding: .5em 0 1.5em;
		width: 4em;
		font-size: 1.6rem;
	}
	#sateiForm .inner .title.acBtn .acBtn-open::before{
		height: 88%;
	}
	#sateiForm .inner .title.acBtn .acBtn-open::after{
		top: 1.9em;
	}

	#sateiForm .inner .title h3{
		margin-right: 1em;
		letter-spacing: 0;
	}

	/* 補足 */
	#sateiForm .inner .title .note{
		-ms-flex-item-align: end;
		align-self: flex-end;
		margin: 0;
	}

	#sateiForm .inner .input-area{
		padding-bottom: 12px;
	}

}



/* 項目
--------------------------- */
#sateiForm .inner .input-area {
	background: url(../png/pt3.png);
	padding: 20px 0 10px;
	margin-bottom: 30px;
}
#sateiForm .inner dl {
	margin: 0 14px 10px;
}
#sateiForm .inner dl:last-child {
	margin-bottom: 10px;
}

#sateiForm .inner dl dt {
	margin-bottom: 1px;
	padding: .4rem 10px;
	font-size: 1.5rem;
	background: #fff;
	color: #505c82;
	background: #d7ddea;
	font-weight: bold;
}
#sateiForm .inner dl dt .caution {
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: normal;
	margin-left: 6px;
}

#sateiForm .inner dl dd {
	font-size: 1.5rem;
	line-height: 1.6em;
	background: #fff;
	padding: 10px;
}

/* 郵便番号横 */
#sateiForm .inner dl.address dd .caution {
	margin: 0;
	display: inline-block;
	font-size: .8em;
}

/* input横の文字 */
#sateiForm .side-text {
	margin: .5em 0 0 .5em;
}

/* フォーム 入力欄
--------------------------- */
/* 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 ------------------------- */
input{ font-size:16px; }
#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;
	color: #545142;
	font-size: 1.6rem;
	line-height: 1em;
	height: 48px;
}

#sateiForm input::-webkit-input-placeholder {
    padding-top: 0.4em;
}
#sateiForm select{
	line-height: 1.6em;
}
#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,
#sateiForm input#tel {
	width: 100%;
}
/* 住所 */
/* #sateiForm input#zip {
	width: 8.4em;
} */
#sateiForm input#address1 {
	display: block;
	margin-top: .5em;
	width: 100%;
}
#sateiForm input#address2 {
	display: block;
	margin-top: .5em;
	width: 100%;
}
/* お品物の数 */
#sateiForm input#itemnumber {
	width: 6em;
}
/* ご質問ご要望 */
#sateiForm textarea#message {
	width: 100%;
	height: 11em;
	resize: vertical;
	line-height: 1.6em;
}

/* select ------------------- */
#sateiForm select {
	background-image: url(../svg/select_arrow.svg);
	background-repeat: no-repeat;
	background-position: center right .5em;
	background-size: .8em auto;
	width: 10em;
	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 {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	min-width: 49%;
	font-size: 1.1rem;
}
#sateiForm input[type="checkbox"]{
	display: none;
}
#sateiForm .checkbox-area label{
	display: inline-block;
	position: relative;
	padding: .8em 0 .8em 1.8em;
	font-size: 1.6rem;
	line-height: 1em;
}

/* チェックマーク */
#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: 100%;
	font-size: 1.4rem;
}

#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 1em;
	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{
	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;
	padding: 0 2%;
}
/* 横テキスト */
#sateiForm .terms-area .note-text{
	width: 100%;
	margin-bottom: 20px;
}
#sateiForm .terms-area .note-text .caution{
	font-size: 1.4rem;
	line-height: 1.3em;
	color: #ce2828;
}

/* 個人情報規約確認ボタン */
.tarms-btnbox{
	width: 100%;
}
#sateiForm .terms-area .tarms-check-btn{
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 10px;
	width: 90%;
	border: solid 2px #8d8974;
	border-radius: 1rem;
	color: #8d8974;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
}
#sateiForm .terms-area .terms-checkbox{
	margin-top: 20px;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}


/* ボタン
--------------------------- */
#sateiForm .submitBtn{
	margin: 0 auto 20px;
	width: 96%;
	height: 3.8em;
	font-size: 3.5vw;
	position:relative;
}
#sateiForm .terms-area .mt10 {
	margin-top: 10px;
}
#sateiForm .submitBtn > button,
#sateiForm .submitBtn::after{
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 1.5em 10px;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	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;
	box-shadow:0 1px 1px rgba(50,50,50,0.4);
	letter-spacing:0.2em;
}
#sateiForm .submitBtn > button:hover,
#sateiForm .submitBtn > button:active{
	background: #65729c;
}

/* ボタン下エラーメッセージ */
#alert {
	text-align: center;
	color: #900;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 1em 0;
}

@media screen and (min-width: 768px){
	#sateiForm .submitBtn{
		width: 70%;
		font-size: 1.4rem;
	}
	#sateiForm .submitBtn > button,
	#sateiForm .submitBtn::after{
		letter-spacing: .2em;
	}
}




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

確認画面

--------------------------------------------------------------------- */
/* まだ完了していません */
#sateiForm .check-attention {
	width: 90%;
	box-sizing: border-box;
	padding: 12px 10px 10px;
	border: solid 2px #505c82;
	text-align: center;
	margin: 0 auto 20px;
}
#sateiForm .check-attention span{
	display: inline-block;
	padding: .3em 0 .2em 1.3em;
	background: url(../svg/caution.svg) no-repeat center left / 1.2em auto;
	color: #505c82;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1em;
}
@media screen and (min-width: 768px){
	#sateiForm .check-attention span{
		margin-left: .6em;
		padding-left: 1.5em;
	}
}
@media screen and (max-width: 340px){
	#sateiForm .check-attention span{
		margin-left: 0;
		font-size: 1.1rem;
	}

}
/* 入力内容をご確認ください */
#sateiForm .guide-text {
	text-align: center;
	margin-bottom: 30px;
}




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

#sateiForm .btn-area button[id=myreset],
#sateiForm .btn-area button[id=submit] {
	box-sizing: border-box;
	display:block;
	padding: 18px 0;
	width: 90%;
	border-radius: 6px;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	letter-spacing:0.2em;
	margin: auto;
}

/* 「戻る」ボタン */
#sateiForm .btn-area button[id=myreset] {
	margin-bottom: 20px;
	background: #b3b0b0;
}

/* 「送信」ボタン */
#sateiForm .btn-area button[id=submit] {
	background: #505c82;
}

@media screen and (min-width: 768px){
	#sateiForm .btn-area{
		margin: 0 auto;
		width: 80%;
	}
	#sateiForm .btn-area button[id=myreset],
	#sateiForm .btn-area button[id=submit] {
		display:block;
		padding: 1em;
		width: calc(50% - 10px);
		font-size: 1.5rem;
	}
	/* 「戻る」ボタン */
	#sateiForm .btn-area button[id=myreset] {
		float: left;
		margin-right: 20px;
	}
	#sateiForm .btn-area button[id=submit] {
		float: right;
	}

}



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

完了画面

--------------------------------------------------------------------- */
#mailF.completion-page .inner {
	background: url(../png/pt3.png);
	padding: 10px;
	margin-bottom: 20px;
}
#mailF.completion-page .inner .box{
	background: #fff;
	padding: 20px 10px;
}
#mailF.completion-page .inner .ttl{
	margin-bottom: 20px;
	color: #505c82;
	font-size: 5.5vw;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	letter-spacing: .14rem;
}
#mailF.completion-page .inner .result {
	margin-bottom: 20px;
	font-size: 1.5rem;
}
#mailF.completion-page .inner .result span {
	color: #505c82;
	font-weight: bold;
	font-size: 1.6rem;
}

#mailF.completion-page .inner .attention {
	line-height: 1.6em;
}
@media screen and (min-width: 768px){
	#mailF.completion-page .inner .ttl{
		font-size: 3.2vw;
	}
	#mailF.completion-page .inner .result {
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	#mailF.completion-page .inner .result .sphNon {
		display: none;
	}

}

/*  完了画面下部追加
--------------------------------------------------------------------*/
.campaign-case__list{
	margin-bottom: 20px;
}
.campaign-case__item{
	display: flex;
	border: solid 1px #4C5161;
	margin: 10px;
}
.campaign-case__item *{
	box-sizing: border-box;
}
.campaign-case__img-area{
	flex: 0 0 min(49%,200px);
}
.campaign-case__img{
	height: calc(100% - 32px);
	aspect-ratio: 174 / 124;
	object-fit: cover;
}
.campaign-case__tag{
	display: block;
	width: 100%;
	background: #212C55;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 4px 0;
}
.campaign-case__txt-area{
	flex: 0 0 calc(100% - min(49%,200px));
	padding: 8px 10px 0 10px;
}
.campaign-case__txt-ttl{
	border-bottom: dashed 1px #4C5161;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.campaign-case__txt-ttl .bolder{
	font-weight: bold;
}
.campaign-price{
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.07;
	text-align: right;
}
.campaign-case__price-wrap .flex{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 5px;
}
.campaign-price--main{
	background: linear-gradient(transparent 10%, #EBE556 10%);
	color: #882339;
	font-size: 1.4rem;
}
.campaign-case__price-wrap .up{
	background: no-repeat calc(100% - 5px) center/25px url(../icon_up.html);
	border: solid 1px #882339;
	color: #882339;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 5px 35px 5px 10px;
	margin-bottom: 8px;
	line-height: 1;
}
.campaign-price--main em{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.6rem;
	font-style: normal;
	margin-right: 2px;
}
.regular-price{
	font-size: 1.2rem;
	line-height: 1.25;
	text-align: right;
}
.regular-price em{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.0rem;
	font-style: normal;
	margin-right: 3px;
}
.regular-price em:last-child{
	font-size: 1.4rem;
}
.form-wrap--bottom{
	margin: 0 auto 40px;
}
@media screen and (min-width:599px) and ( max-width:960px) {
	.campaign-case__list{
		width: 100%;
		display: flex;
		gap: 10px;
	}
	.campaign-case__item-wrap{
		flex: 0 0 calc((100% - 20px) / 3);
	}
	.campaign-case__item {
		flex-direction: column;
		margin: 0;
	}
	.campaign-case__img-area{
		position: relative;
	}
	.campaign-case__img{
		aspect-ratio: 390 / 285;
	}
	.campaign-case__tag{
		width: fit-content;
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 3px 8px;
	}
	.campaign-case__txt-area{
		padding-bottom: 5px;
	}
	.campaign-price{
		margin-left: 8px;
	}
	.campaign-case__price-wrap .flex {
        flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}


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

	エラー画面

--------------------------------------------------------------------- */
#mailF .errorMs {
	text-align: center;
	margin-top: 60px;
}
#mailF .errorMs b {
	display: inline-block;
	font-size: 18px;
	padding-bottom: 20px;
}








/* フッター
--------------------------- */
.tablewareF,
footer {
	margin-top: 30px;
	padding-bottom: 0;
}

/*会社概要*/
.tablewareF {
	background: #196090;
	font-size: 1.4rem;
}

.tablewareF .company {
	margin-bottom: 30px;
	box-sizing: border-box;
}
.tablewareF .company li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.tablewareF .company li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.tablewareF .company li{
	border-bottom: 1px solid #fff;
}
.tablewareF .company li:nth-child(1){
	border-top: 1px solid #fff;
}


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

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

/*　タブレット用　*/
@media screen and (min-width:599px) and ( max-width:960px) {
.tablewareF {
	padding-bottom: 65px;
}
.tablewareF .logo {
	width: 22%;
}
}

/*障害メッセージ
------------------------------------*/
.error-message {
	margin: 10px auto;
}
.error-message__head {
	position: relative;
	width: 80%;
	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 {
	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);
}
@media screen and (min-width:768px) {
	.error-message__head {
		width: 60%;
	}
	.error-message__body {
		width: 90%;
		margin: 0 auto;
	}
}
/*------------------------------------
	form indexのみ
------------------------------------*/
.tel-area.form-top {
	margin: 2rem;
}
#mailF.form-top {
	.fontBlack {
		margin-bottom: 0.4rem;
	}
	.inner {
		background: none;
		.input-area{
			background: none;
			margin-bottom: 0;
		}
	}
	dl {
		margin: 0 0 20px 0;
	}
	.inner dl dt {
		padding: 1.4rem 1em;
		background: var(--color-secondary);
		color: var(--color-neutral-white);
	}
	.inner dl dd {
		padding: 1rem 2rem 0 2rem;
	}
	dd .example {
		margin: 8px 0 0 0;
	}
	.terms-area {
		.tarms-btnbox {
			display: flex;
			justify-content: center;
			gap: 1rem;
		}
		.terms-checkbox {
			margin-top: 0;
		}
		.tarms-check-btn {
			display: inline;
			width: auto;
			margin: 0;
			padding: 0;
			border: none;
			border-radius: 1rem;
			color: #0044CC;
			font-weight: normal;
			text-decoration: underline;
		}
	}
}