@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */


/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section,main {
	display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main,
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
	max-height: 999999px;
}
body {
	font: 100%/1 'Noto Sans Japanese', sans-serif;
}
h1,h2,h3,h4,h5,h6,b {
	font-weight: 600;
}
ol,ul,li {
	list-style: none;
}
ul,ol {
	letter-spacing: -.40em;
}
ul > li,ol > li {
	letter-spacing: normal;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
label:before,label:after {
	content: "";
	display: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
}
.hiddenPc,
.brkSp {
	display: none;
}
.brkPc {
	display: block;
}
/* .product_select_sp {
} */
input[type="text"],input[type="tel"],input[type="number"],input[type="store"],input[type="submit"],button,select {
	border: none;
	background: none;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="store"] {
	-webkit-appearance: none;
	appearance: none;
}

/*===================================
	font link
=====================================*/

body,
a,a:visited {
	color: #313131;
}
body {
	font-size: 16px;
}
a,
a.underline:hover {
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}

.form-info a,a:visited {
	color: #a20d33;
}
.form-info a {
	text-decoration: underline;
}
.form-info a:hover {
	text-decoration: none;
}


/*===================================
	layout
=====================================*/

body.form_format {
	padding: 30px 0 67px;
	background: #fff url(../images/bg_form_format.jpg) repeat 0 0;
}

.form_format main {
	width: 1000px;
	margin: auto;
	padding: 30px 80px 70px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}
footer {
	text-align: center;
	margin-top: 50px;
	color: #cccbb2;
	font-size: 75%;
}
.tex-in {
	padding-left: 1em;
	text-indent: -1em;
}

/*  opacity
---------------------------------*/
.mode__pc button,.mode__pc input[type="submit"],.mode_pc input[type="button"] {
	transition: .7s;
}
.mode__pc button:hover,
.mode__pc input[type="submit"]:hover,
.mode__pc input[type="button"]:hover {
	opacity: .7;
}

/*===================================
	テーマカラー
=====================================*/
/*  ワインレッド
---------------------------------*/
/*ヘッダーのリボンの色、ベース色と上下の濃色、リボンの文字の色*/
.theme__winered .title_head {
	/*background: #a20d33;
	border-top: #a57816 10px solid;
	border-bottom: #a57816 10px solid;
	color: #c29e55;*/
	border: 0;
}
/*破線の色*/
.theme__winered .main__form dl:before,
.theme__winered .main__form dd:after {
	border-color: #e8e7d6;
}
/*設問の丸の色 */
.theme__winered .main__form dt:before {
	border-color: #7e0d0d;
}
/*確認ボタン*/
.theme__winered input[type="submit"].submitBtn,
.theme__winered input[type="button"].submitBtn {
	background: #e60012;
}
.theme__winered input[type="submit"].submitBtnGray,
.theme__winered input[type="button"].submitBtnGray {
	color: #e60012;
	background: #eee;
}
/*サンクスリード文*/
.theme__winered  .lead {
	color: #650a0a;
}

/*  必須文字のカラー
---------------------------------*/
.required.red {
	color: #ff0000;
}

/*===================================
	title_head
=====================================*/

.title_head {
	margin: 0 -90px;
	padding: 20px;
	border-top: solid 5px;
	border-bottom: solid 5px;
	line-height: 1.2;
	text-align: center;
}
.title_head h1 {
	font-size: 36px;
}
.title_head p {
	margin-top: 1em;
	font-weight: 600;
}
/* No image title */
.title_head sub,
sub {
	font-size: 90%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.5em;
}
.title_head .w-100 {
	width: 100%;
}
.title_head .font-size {
	font-size: 1.1em;
	font-weight: bold;
}
.title_head .m {
	margin: 10px 0 20px 0;
}
.title_head .bg-color {
	background-color: #f3dddc;
}

.title_head .flx, .title_head .flx-title {
	display: flex;
}
/* fixed title for logo bottom */
.title_head .fixed-title {
	position: relative;
}
.title_head .flx .l {
	width: 10%;
}
.title_head .flx .r {
	width: auto;
}
.title_head .fl-l {
	float: left;
	clear: left;
}
.title_head .fl-r {
	float: left;
}
.title_head ul {
	margin: 0;
	list-style: none;
}
.title_head ul li {
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;
}
.title_head ul li:before {
	content: "＊";
}
.title_head .r ul li:before {
	content: "※";
}

.title_head .upper {
	border: 1px solid #bcb69b;
	margin-bottom: -1px;
}
/* logo if flexbox */
.title_head .upper .logo {
	width: 15%;
	padding: 15px;
}
/* logo if absolute */
.title_head .fixed-title .logo {
	width: 15%;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
}
.title_head .upper .title {
	width: 80%;
	padding: 20px 0 0 0;
}
/* title if fixed */
.title_head .fixed-title .title {
	width: 100%;
	padding: 20px 0 0 0;
}
.title_head .upper .title .top-title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.title_head .upper .title .sub-title,
.title_head .upper .title .sub-title-r2 {
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.title_head .upper .upper-block {
	text-align: center;
	padding: 20px 50px 10px 50px;
	line-height: 1.4em;
}
.title_head .upper-block ul,
.title_head .upper-block .tex-in {
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.2em;
}
.title_head .upper .upper-block .flx .l {
	width: 11%;
}
.title_head .upper .div-campaign-info {
	font-size: 1.1em;
	padding: 0 0 20px 0;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
}
.title_head .upper .div-campaign-info .ci-ind {
	font-weight: normal;
	font-size: 0.8em;
	clear: both;
}
.title_head .upper .div-campaign-info .ci-l {
	clear: both;
	float: left;
	font-size: 1.1em;
}
.title_head .upper .div-campaign-info .ci-r {
	float: left;
	font-size: 1.1em;
}
.title_head .upper .div-campaign-info .ci-a {
	float: left;
	clear: both;
	width: 20em;
	margin-right: 1.5em;
}
.title_head .upper .div-campaign-info .ci-b {
	float: left;
	width: 3.1em;
	font-weight: normal;
}
.title_head .upper .div-campaign-info .ci-c {
	float: left;
	width: 5.1em;
	text-align: right;
	font-size: 1em;
}

.title_head .lower {
	font-size: 90%;
	text-align: left;
	border: 1px solid #bcb69b;
	background-color: #fff;
}
/* alt: .tex-in */
.title_head .lower ul {
	margin: 0;
	list-style: none;
	line-height: 1.6em;
	font-weight: bold;
}
.title_head .lower ul li {
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;
}
.title_head .lower ul li:before {
	content: "＊";
}
.title_head .lower .r ul li:before {
	content: "※";
}
.title_head .lower .lower-block {
	line-height: 1.4em;
	padding: 10px 50px 10px 50px;
	display: inline-block;
}
.title_head .lower .font-size-info {
	font-size: 0.7em;
	padding: 0px 50px 10px 50px;
}
.title_head .lower .div-store-info {
	padding: 0 10px 10px 10px;
	text-align: right;
	display: inline-block;
	width: 100%;
}
.title_head .lower .div-store-info .store-info {
	border: 1px solid black;
	font-size: 0.8em;
	padding: 2px;
	right: 0;
	font-weight: bold;
	float: right;
}

/*===================================
	content
=====================================*/

.title_head + p {
	margin: 2em 0;
	text-align: center;
	line-height: 1.6;
}

.main_title {
	margin: 0 0 0.6em 37px;
	font-size: 137.5%;
	font-weight: 600;
}
.main_title:before {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: -2px 5px 0 0;
	border-radius: 50%;
	border: solid 5px;
	border-color: #7e0d0d;
}
.main__form {
	line-height: 1.6;
}
.main__form dl,.main__form dd {
	overflow: hidden;
	position: relative;
}
.main__form dl:before,
.main__form dd:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: dashed 3px;
}
.main__form dl:before {
	top: -2px;
}
.main__form dd:after {
	bottom: -2px;
}

.main__form dl {
	padding-top: 10px;
}
.main__form dt {
	margin: 0 0 0.6em 37px;
	font-size: 137.5%;
	font-weight: 600;
}
.main__form dt:before {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: -2px 5px 0 0;
	border-radius: 50%;
	border: solid 5px;
}
.main__form dt .required {
	padding-left: 0.5em;
	font-size: 72.7%;
	font-weight: normal;
}
.main__form dd {
	padding: 0 0 50px 68px;
}
.main__form dd .question {
	margin-bottom: 0.4em;
	color: #e60012;
	font-size: 125%;
}
.main__form dd .notes {
	display: block;
	font-size: 87.5%;
}
.main__form dd .block-indent {
	padding-left: 1em;
}
.main__form dd input + .notes,
.addressSearch + .notes {
	margin-top: 1em;
}
.main__form dd input[type="text"] + br + br + label {
	margin-left: 2em;
}
.main__form dd .inputDescription {
	margin-bottom: 0.4em;
	font-size: 112.5%;
}
.main__form dd label.radio {
	margin-right: 2em;
}
.main__form fieldset > p {
	margin-top: 1em;
	text-align: center;
}
.main__form fieldset > p a {
	color: #0068b7;
}
.checkbocUnit {
	margin-bottom: 46px;
}
label.agree {
	font-size: 150%;
	line-height: 300%;
	font-weight: bold;
}

/*  form parts
---------------------------------*/
input[type="text"],input[type="tel"],input[type="number"],input[type="store"],.selectUnit {
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border: solid 1px #d2d2d2;
	background: #fff;
	text-indent: 10px;
}
input[type="submit"],button {
	cursor: pointer;
}
button.addressSearch {
	margin-left: 17px;
	padding: 0.4em 1em;
	border-radius: 2em;
	background: #898989;
	color: #fff;
	font-size: 112.5%;
}
select {
	width: 277px;
	font-size: 112.5%;
}
.txt1 {
	width: 188px;
}
.txt2 {
	width: 250px;
}
.txt3 {
	width: 690px;
}
.txt1::-ms-clear, .txt2::-ms-clear, .txt3::-ms-clear {
	display: none;
}
input[type="submit"].submitBtn,
input[type="button"].submitBtn,
input[type="submit"].submitBtnGray,
input[type="button"].submitBtnGray {
	width: 240px;
	height: 60px;
	margin: 10px 5px 5px;
	line-height: 60px;
	border-radius: 5px;
	box-shadow: 0 0 3px 2px rgba(0,0,0,.2);
	color: #fff;
	font-size: 137.5%;
	font-weight: 600;
	transition: .7s;
}
.mode_pc .submitBtn:hover,
.mode_pc .submitBtnGray:hover {
	opacity: .7;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
}
.selectUnit {
	position: relative;
	display: block;
	width: 277px;
}
.selectUnit:after {
	content: "▼";
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	color: #d2d2d2;
	pointer-events: none;
}
.selectUnit > select {
	position: relative;
	width: 130%;
}
select::-ms-expand {
	display: none;
}

input[type=radio], input[type=checkbox] {
	display: none;
}
.radio-n:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 4px 3px 0 0;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	border: solid 0.3em #d2d2d2;
	background: #d2d2d2;
}
input[type=radio]:checked + .radio-n:before,
input[type=radio]:checked + label > .radio-n:before {
	background: #666;
}
/* deprecated */
.radio-n-flx-b {
	width: 100%;
}
/* for special complex sub listings, different in */
.radio-m {
	clear: both;
}
.radio-m:before {
	margin: 4px 3px 0 0;
}
/* radio-n extended set */
.radio-n-flx {
	display: flex;
	justify-content: left;
}
.radio-n-w {
	width: 100%;
}
.radio-n-l {
	width: 3em;
}
.radio-n-r {
	width: 90%;
}
.radio-s {
	margin: 0 10px 0 5px;
}
.radio-s:before {
	margin: 0 5px 2px 0;
}
/* radion-n float type */
.radio-fl-b::before{
	float: left;
	clear: left;
}
.radio-fl-l {
	float: left;
	width: 3em;
}
.radio-fl-r {
	float: left;
}
.checkbocUnit {
	position: relative;
}
.checkbox-n:before {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
	width: 1em;
	height: 1em;
	border-radius: 5px;
	background: #d2d2d2;
}
input[type=checkbox]:checked + .checkbox-n:after {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	margin: 25px 0 0 -19.2em;
	width: 23px;
	height: 10px;
	border-left: solid 3px #000;
	border-bottom: solid 3px #000;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mt_20 {margin-top: 20px;}
.mb_10 {margin-bottom: 10px;}
button.file_selection {
	padding: 0.4em 1em;
	border-radius: 2em;
	background: #a20d33;
	color: #fff;
	font-size: 112.5%;
	padding-left: 40px;
	position: relative;
}

.file_selection:before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 16px;
	height: 2px;
	background: white;
	transform: rotate(90deg);
	top: 49%;
	left: 17px;
}
.file_selection:after{
	display: inline-block;
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: white;
	transform: rotate(0deg);
	top: 49%;
	left: 17px;
}
.photo {
	margin-top: 15px;
}
.close {
	position: relative;
	width: 26px;
	height: 26px;
	background: #898989;
	border-radius: 25px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.photo .close:before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 16px;
	height: 2px;
	background: white;
	transform: rotate(60deg);
	top: 12px;
	left: 5px;
}
.photo .close:after{
	display: inline-block;
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: white;
	transform: rotate(-60deg);
	top: 12px;
	left: 5px;
}

.main__form dd.contact {
	margin: 0 0 2em 60px;
	padding: 0;
}

.legal {
	list-style-type: square;
	margin: 0 0 0.6em 83px;
}
.legal ol,ul,li {
	list-style-type: square;
}
.main__form .legal-title-sub {
	font-size: 125%;
}
.legal-sub {
	list-style-type: square;
	margin: -1px 0 0.6em 83px;
	padding-left: 4px;
}
/*  thanks
---------------------------------*/

.thanks main > p.lead {
	margin: 140px 0 30px;
	font-size: 137%;
}
.thanks main {
	padding-bottom: 180px;
}
.thanks main > p {
	text-align: center;
	line-height: 1.6;
}

/************************************************************************************
smaller than 1000px
*************************************************************************************/
@media screen and (max-width: 1000px) {
	body {
		width: 100%;
		margin: auto;
	}
	.form_format main {
		width: auto;
		margin: auto 20px;
		padding: 30px 20px 70px;
		border-radius: 3px;
	}
	.title_head {
		margin: 0 -20px;
	}
	/* no image title */
	.title_head .flx .l {
		width: 14%;
	}
	.title_head .flx .r {
		width: 86%;
	}
	.title_head .fixed-title .title {
		padding: 30px 0 0 0;
	}
	.title_head .upper .upper-block {
		padding: 20px 3% 10px 3%;
	}
	.title_head .lower .font-size-info {
		padding-bottom: 15px;
	}
	.txt3 {
		width: 90%;
	}
	.main__form dd .notes {
		width: 90%;
	}
	.legal {
		margin: 0 50px 0.6em 73px;
	}
	.legal-sub {
		margin: -1px 50px 0.6em 73px;
	}
	.radio-n-l {
		width: 12%;
	}
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {

	.hiddenPc,
	.brkSp {
		display: block;
	}
	.hiddenSp,
	.brkPc {
		display: none;
	}
	.product_select_sp {
		margin-left: 1em;
	}

	/*===================================
		font
	=====================================*/

	body {
		font-size: 15px;
	}

	/*===================================
		layout
	=====================================*/
	body {
		width: 100%;
		margin: auto;
	}
	body.form_format {
		padding: 0 0 67px;
	}
	.form_format main {
		width: auto;
		margin: auto 10px;
		padding: 30px 20px 70px;
		border-radius: 3px;
	}
	.main__form dd {
		padding: 0 0 40px 0;
	}
	.main__form dd .notes {
		width: 100%;
		margin-top: 10px;
	}
	.legal {
		margin: 0 0 0.6em 23px;
	}
	.legal-sub {
		margin: -1px 0 0.6em 23px;
	}

	/*===================================
		title_head
	=====================================*/

	.title_head {
		margin: -30px -30px;
		/* padding: 10px 10px 20px 10px; */
	}
	.title_head h1 {
		font-size: 20px;
	}
	/* no image title */
	.title_head .flx .l,
	.title_head .upper .upper-block .flx .l {
		width: 18%;
	}
	.title_head .flx .r {
		width: 82%;
	}
	.title_head .flx-title {
		display: block;
	}
	.title_head .upper .logo {
		width: 100%;
		padding: 5px;
		position: relative;
	}
	.title_head .upper .logo img {
		width: 50%;
		margin: auto;
	}
	.title_head .upper .title {
		width: 100%;
		padding-top: 10px;
	}
	.title_head .upper .title .top-title {
		font-size: 1.3em;
		padding: 0 5px 0 5px;
	}
	.title_head .upper .title .sub-title {
		font-size: 1.1em;
		padding: 5px 5px 0 5px;
	}
	.title_head .upper .title .sub-title-r2 {
		font-size: 1.1em;
		padding: 15px 0 15px 0;
		width: 80%;
		margin: 0 auto;
		text-align: left;
	}
	.title_head .upper .upper-block {
		padding: 10px 5px 10px 5px !important;
		font-size: 0.8em;
		text-align: left;
	}
	.title_head .upper-block ul {
		font-size: 1em;
	}
	.title_head .upper-block .tex-in {
		padding-top: 0.4em;
	}
	.title_head .upper .div-campaign-info {
		font-size: 0.7em;
		padding: 0 5px 10px 5px;
	}
	.title_head .upper .div-campaign-info .ci-a {
		width: 17em;
	}
	.title_head .upper .div-campaign-info .ci-a .indent {
		margin-left:3em;
	}
	.title_head .lower .lower-block {
		padding: 10px 5px 10px 5px;
		font-size: 0.8em;
	}
	.title_head .lower .font-size-info {
		padding: 0 5px 20px 5px;
	}

	.form-info {
		font-size: 80%;
	}

	/*===================================
		content
	=====================================*/
	.main_title {
		margin-left: 20px;
	}
	.main_title:before {
		width: 15px;
		height: 15px;
		border-width: 8px;
		margin: -4px 9px 0 0;
	}
	.main__form dt {
		margin-left: 0;
	}
	.main__form dt:before {
		width: 15px;
		height: 15px;
		margin-top: -4px;
		border-width: 8px;
	}
	.main__form dd input[type="text"] + br + br + label {
		margin-left: 0em;
	}

	/*  form parts
	---------------------------------*/
	input[type="text"],
	selectUnit,select,
	input[type="tel"],
	input[type="number"],
	input[type="store"] {
		font-size: 16px !important;
	}
	.txt1.sps {
		width: 170px;
	}
	.txt3 {
		width: 100%;
	}
	.selectUnit {
		width: 100%;
	}
	input[type="submit"].submitBtn,
	input[type="button"].submitBtn,
	input[type="button"].submitBtnGray,
	input[type="submit"].submitBtnGray {
		width: 280px;
		height: 80px;
		line-height: 80px;
	}
	button.addressSearch {
		margin-top: 10px;
	}
	.radio-n-l {
		width: 14%;
	}
	.radio-n-r {
		width: 80%;
	}
	.checkbox:before {
		margin: -4px 5px 0 0;
	}
	input[type=checkbox]:checked + .checkbox:after {
		margin: 25px 0 0 -19.1em;
		width: 20px;
		height: 10px;
		border-width: 4px;
	}
	input[type=checkbox]:checked + .checkbox-n:after {
		margin: -30px 0 0 -9.6em;
	}
	button.file_selection {
		padding-left: 54px;
	}
	.file_selection:before {
		width: 25px;
		height: 5px;
	}
	.file_selection:after{
		width: 25px;
		height: 5px;
	}
	.close {
		width: 30px;
		height: 30px;
	}
	.photo .close:before {
		width: 22px;
		height: 3px;
		top: 13px;
		left: 4px;
	}
	.photo .close:after {
		width: 22px;
		height: 3px;
		top: 13px;
		left: 4px;
	}
	.main__form dd.contact {
		margin: 0 0 2em 2px;
		padding: 0;
	}
	.main__form fieldset > p {
		margin-top: 40px;
	}
	label.agree {
		font-size: 150%;
		line-height: 180%;
	}
	/*  thanks
	---------------------------------*/
	.thanks main {
		padding-bottom: 180px;
	}
	.thanks .lead {
		text-align: center;
	}
	.thanks main > p {
		text-align: left;
	}
}
