

html{
	font-size: 10px;
	scroll-behavior: smooth;
	scroll-padding-top: 0px;
	margin: 0 !important;
}

#wpadminbar{
	display: none;
}

html.pc .sp{ display: none !important; }
html.sp .pc{ display: none !important; }

body{
	padding: 0.1px 0 0;
	margin: 0;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
	/*letter-spacing: 1.5px;*/
	overflow-x: hidden;
	color: #000;
	background-color: transparent;
	scroll-behavior: smooth;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	/*font-feature-settings: "palt";*/ /* 文字詰め（フォントにカーニング情報が含まれる場合） */

	 /* iPhoneで上下のバーを抜いた高さ */
	height: -webkit-fill-available;
	height: -moz-available;
}

::-webkit-input-placeholder{ color: #bbb; }
:-moz-placeholder          { color: #bbb; }
:-ms-input-placeholder     { color: #bbb; }

/* iPhoneのボタン表示対策 */
input[type="button"],
input[type="reset"],
input[type="submit"]{
	appearance: none;
	-webkit-appearance: none;
}

h1{
	font-size: 3rem;
	font-weight: normal;
	margin: 50px 0;
}

h2{
	font-size: 3rem;
	margin: 30px min(5%, 30px);
}

h3{
	font-size: 3rem;
	font-weight: normal;
	margin: 20px min(5%, 30px);
}

h4{
	font-size: 1.2rem;
	font-weight: normal;
	margin: 15px 0;
}

p{
	word-break: break-all;
	line-height: 2em;
	margin: 20px min(5%, 30px);
}

img{
	vertical-align: middle;
	max-width: 100%;
}

iframe{
	vertical-align: bottom;
	max-width: 100%;
}

a,
a:link,
a:visited{
	color: inherit;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

/* IE6,7 対策 */
a img{
	border-style: none;
}

hr{
	border: 0;
	border-top: 1px solid #ccc;
	margin: 50px 0;
	height: auto;
	background-color: transparent;
}

#main,
#wrapper{
	width: auto;
	padding: 0;
	margin: 0;
}

#primary{
	width: auto;
	float: none;
}

#header,
#footer,
.widget-area{
	display: none;
}

.entry-content{
	margin: 30px 0;
}

.page_width1{
	max-width: 94%;
	width: 1000px;
	margin: 0 auto;
}
.page_width2{
	max-width: 94%;
	width: 940px;
	margin: 0 auto;
}

.site-main{
	padding: 0 0 100px;
}




table.type_cf7,
#wpcf7cpcnf table{
	border-collapse: collapse;
	width: 100%;
}
table.type_cf7 th,
table.type_cf7 td,
#wpcf7cpcnf table th,
#wpcf7cpcnf table td{
	text-align: left;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 15px 30px 15px 0;
	background-clip: padding-box; /* Firefox対策。border が表示されるようにする。 */
}
table.type_cf7 th,
#wpcf7cpcnf table th{
	position: relative;
	white-space: nowrap;
	min-width: 200px;
	letter-spacing: 0.1em;
}
html.sp table.type_cf7 th{
	min-width: 160px;
}
table.type_cf7 th.hissu:after{
	content: "※";
	color: #db4646;
}
table.type_cf7 td,
#wpcf7cpcnf table td{
	background-color: #fff;
	width: 750px;
}
table.type_cf7 .td_p{
	padding: 15px 0;
}
table.type_cf7 p,
#wpcf7cpcnf table p{
	margin: 0;
}

@media (max-width: 500px) {
	#wpcf7cpcnf table,
	#wpcf7cpcnf table tbody,
	#wpcf7cpcnf table tr,
	#wpcf7cpcnf table th,
	#wpcf7cpcnf table td{
/*		display: block;*/
/*		padding: 0;*/
	}
	#wpcf7cpcnf table th{
		letter-spacing: 0;
		min-width: 0;
	}
	#wpcf7cpcnf table td{
		word-break: break-all;
		width: auto;
		padding-right: 0;
	}
}


.wpcf7-spinner{
	position: absolute;
	top: calc(50% - 12px);
}

#main .wpcf7-submit,
#main .wpcf7cp-cfm-edit-btn,
#main .confirm_button,
#main .back_button{
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #ea6068;
	border-radius: 8px;
	border: 0;
	padding: 25px 60px;
	transition: 0.2s linear;
}
#main .wpcf7-submit:hover,
#main .wpcf7cp-cfm-edit-btn:hover,
#main .confirm_button:hover,
#main .back_button:hover{
	filter: brightness(1.1);
}
html.sp #main .wpcf7-submit,
html.sp #main .wpcf7cp-cfm-edit-btn,
html.sp #main .confirm_button,
html.sp #main .back_button{
	padding: 15px 30px;
}

#main .wpcf7-submit,
#main .back_button{
/*	display: none;*/
}

.wpcf7cp-btns{
	text-align: center;
}


input[name="confirm1"]{
	display: none;
}


input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="search"],
textarea,
select{
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	padding: 10px;
	margin: 0;
	width: 100%;
	-webkit-appearance: none; /* iPhone の入力欄へのエフェクトを消す */
}

input[name="your-nenrei"]{
	width: 100px;
	text-align: center;
}

input[name="yubin"]{
	width: 150px;
}

select{
	padding: 10px 50px 10px 10px;
	width: auto;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
}

.privacy_policy_area,
.submit_area{
	text-align: center;
}
.submit_area{
	position: relative;
	margin: 40px 0 0;
}
.privacy_policy_area label{
	display: inline-block;
	margin: 0 0 15px;
}

.wpcf7-not-valid-tip{
	position: absolute;
	white-space: nowrap;
}
.privacy_policy_area .wpcf7-not-valid-tip{
	position: static;
}

div#wpcf7cpcnf{
	max-width: 90%;
	width: 940px;
	margin: 0 0 0 5%;
}
#wpcf7cpcnf:before{
	content: "入力内容の確認";
	display: block;
	font-size: 3rem;
	margin: 0 0 20px;
}


