@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;
}
/* changed from * to label only */
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,
.brkSpIB {
	display: none;
}
.hiddenSp,
.brkPc {
	display: block;
}
.brkPcIB {
	display: inline-block;
}
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 p.lead {
	font-size: 137%;
	font-weight: 600;
	color: #000;
	margin-bottom: 40px;
}
.form-info p.leadP {
	line-height: 2em;
}
.form-info .block-link {
	display: flex;
	justify-content: center;
}
.form-info .block-link div.block-link-element {
	padding: 20px;
	width: 90%;
	margin: auto;
}
.form-info a {
	text-decoration: underline;
	appearance: button;
	display: inline-block;
	color: #0068b7;
}
.form-info a:vistied {
	color: #032c66;
}
/* general buttons */
.form-info a.generalButton {
	width: 100%;
	/* height: 60px; */
	border-radius: 5px;
	box-shadow: 2px 2px 1px 1px #c33d31;
	color: #fff;
	font-size: 1.2em;
	line-height: 2.2em;
	padding: 10px 2px;
	transition: .4s;
	cursor: pointer;
}
.form-info a.generalButton:hover {
	box-shadow: 0 0 1px 1px #650a0a;
	padding: 8px 2px 10px 2px;
	margin: 0 2px;
}
/* colors for buttons/a href */
.form-info a.submitButton {
	background-color: #c33d31;
}
.form-info a.linkButton {
	background-color: #c33d31;
}

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

body.form_format {
	padding: 30px 0 67px;
	background: #fff5f0;
}

.form_format main {
	width: 1000px;
	margin: auto;
	padding: 0 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%;
}

/*  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: .9;
}

/*===================================
	テーマカラー
=====================================*/
/*  ワインレッド
---------------------------------*/
/*ヘッダーのリボンの色、ベース色と上下の濃色、リボンの文字の色*/
.theme__winered .title_head {
	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: 0 10px 10px 10px;
	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;
}

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

.title_head + p {
	margin: 3em 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: #650a0a;
}
.main__form {
	line-height: 1.6;
}
/* first error is centered */
.main__form > p.SubError {
	text-align: left;
}
.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 p.block-title {
	margin: 40px 0 0.6em -10px;
	font-size: 137.5%;
	font-weight: 600;
}

.main__form dl {
	padding-top: 38px;
}
.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 {
	margin-bottom: 38px;
	padding: 0 0 20px 68px;
}
.main__form dd .tex-in {
	font-size: 100%;
}
.main__form dd .question {
	margin-bottom: 0.4em;
	color: #e60012;
	font-size: 125%;
}
.main__form dd .notes {
	display: block;
	font-size: 87.5%;
	padding-top: 10px;
}
.main__form dd input + .notes,
.addressSearch + .notes {
	margin-top: 1em;
}
.main__form dd .notesDescription {
	padding-bottom: 10px;
}
.main__form dd .imageNotes {
	text-align: center;
}
.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 .inputDescriptionConfirm {
	margin-top: 0.4em;
}
.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%;
}
.txt0 {
	width: 65px;
}
.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 {
	border: 0px;
	width: 240px;
	height: 60px;
	border-radius: 5px;
	box-shadow: 2px 2px 1px 1px #032c66;
	color: #fff;
	font-size: 1.2em;
	padding: 10px 2px;
	margin: 10px 5px 5px;
	/* line-height: 60px; */
	transition: .4s;
}
.mode__pc .submitBtn:hover,
.mode__pc .submitBtnGray:hover {
	/* opacity: .7; */
	box-shadow: 0 0 1px 1px #032c66;
	padding: 8px 2px 10px 2px;
	margin: 10px 5px 5px;
}
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%;
}

.mt_20 {margin-top: 20px;}
.mb_10 {margin-bottom: 10px;}

select::-ms-expand {
	display: none;
}

input[type=radio], input[type=checkbox] {
	display: none;
}
.radio-n:before {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 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 {
	background: #666;
}
.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);
}

/* survey */
.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 12px 12px 12px 42px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
}
.radio:hover, .checkbox:hover {
	background-color: #e60012;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #a20d33;
}
.radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #a20d33;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #a20d33;
	border-bottom: 3px solid #a20d33;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

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 .legal {
	list-style-type: square;
	margin: 0 0 0 2em;
	text-align: left;
}
.main__form .legal ol,ul,li {
	list-style-type: square;
}
.main__form .legal-title-sub {
	font-size: 125%;
}
.main__form .legal-sub {
	list-style-type: square;
	margin: -1px 0 0.6em 70px;
	padding-left: 4px;
	text-align: left;
}
/*  thanks
---------------------------------*/

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

/* .error */
.error {
	border: 2px solid red !important;
	padding: 5px 0 5px 0;
}

/************************************************************************************
smaller than 1000px
*************************************************************************************/
@media screen and (max-width: 1000px) {
	body {
		width: 100%;
		margin: auto;
	}
	.form_format main {
		width: auto;
		margin: auto 20px;
		padding: 0 10px 70px;
		border-radius: 3px;
	}
	.title_head {
		margin: 0 -20px;
	}
	.txt3 {
		width: 90%;
	}
	.main__form dd .notes {
		width: 90%;
	}
	.main__form .legal {
		margin: 0 50px 1.6em 73px;
	}
	.main__form .legal-sub {
		margin: -1px 50px 0.6em 73px;
	}
}

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

	.hiddenPc,
	.brkSp {
		display: block;
	}
	.brkSpIB {
		display: inline-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: 10px 0 67px;
	}
	.form_format main {
		width: auto;
		margin: auto 10px;
		padding: 20px 20px 70px;
		border-radius: 3px;
	}
	.main__form dd {
		margin-bottom: 38px;
		padding: 0 0 40px 0;
	}
	.main__form dd .notes {
		width: 100%;
		margin-top: 10px;
	}
	.main__form .legal {
		margin: 0 0 0 1em;
	}
	.main__form .legal-sub {
		margin: -1px 0 0.6em 0;
	}

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

	.title_head {
		margin: -20px -30px;
	}
	.title_head + p {
		margin: 3em 0 0 0;
	}
	.title_head h1 {
		font-size: 20px;
	}
	.form-info {
		font-size: 100%;
	}
	.form-info a.generalButton {
		font-size: 1.1em;
		padding: 15px 2px;
		width: 95%;
	}
	.form-info a.generalButton:hover {
		padding: 15px 0;
		/* padding: 20px 7px 22px 0; */
		/* margin: 0 7px 22px 0; */
	}
	.form-info .block-link {
		display: inline-block;
		width: 100%;
		padding-top: 20px;
	}
	.form-info .block-link div.block-link-element {
		margin-bottom: 20px;
		padding: 0;
		width: auto;
	}

	/*===================================
		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;
	}
	.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 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;
	}
}
