@charset "UTF-8";
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}
/* =====================================
	全体設定
===================================== */
@media screen and (min-width: 768px) {
header .entry a {
	background: #828282;
}
}
@media screen and (max-width: 767px) {
}
/* =====================================
	header
===================================== */
@media screen and (min-width: 1441px) {
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
	

}

@media screen and (max-width: 767px) {
	
	
}

@media (min-width: 768px) {

#contents {
	width: 100%;
	padding: 100px 0 160px 0;
	
}
#contents h2 {
	text-align: center;
}
#contents h2 .en {
	display: block;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 50px;
	letter-spacing: 0.04em;
	line-height: 1.0;
	color: #ed171f;
}
#contents h2 .jp {
	display: block;
	margin-bottom: 110px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1;
}

.contact {
	width: 880px;
	margin: 0 auto;
	padding: 0 0 0 0;	
}

.contact table{
    width: 100%;
	border-collapse: collapse;
    vertical-align: middle;
	font-weight: 600;
}
.contact th,
.contact td{
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 60px;
}
.contact .name_box th,
.contact .name_box td,
.contact .mail_box th,
.contact .mail_box td
{
	padding-bottom: 20px;
}

.contact th{
	width: 260px;
	padding-top: 25px;
	font-size: 16px;
	letter-spacing: 1.25;
}
.contact td{
	width: 620px;
	font-size: 16px;
}
.contact th span{
	margin: -2px 0 0 20px;
	padding: 0 6px;
    color:#de1122;
	border: 1px solid #ed171f;
	font-size: 12px;
	font-weight: 600;
}
.contact .mail_box02 th span{
	margin: -2px 0 0 0;
}

.contact textarea{
	box-sizing: border-box;
    width: 100%;
	height: 260px;
	margin: 0;
	padding: 25px 30px;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
	background: #f0f0f0;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #282828;
}
.contact input[type="text"]{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 25px 30px;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
	background: #f0f0f0;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #282828;
}
.contact input[type="text"].err{
    border: 1px solid #ed171f;
}
.contact input[type="text"].err{
    border: 1px solid #ed171f;
}

.contact input[type="text"].year{
    width: 180px;
}
.contact input[type="text"].month{
    width: 130px;
}
.contact input[type="text"].day{
    width: 130px;
}
.contact input[type="email"]{
	box-sizing: border-box;
    width: 100%;
	margin: 0;
	padding: 25px 30px;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
	background: #f0f0f0;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #282828;
}
.contact select{
	box-sizing: border-box;
    width: 100%;
	margin: 0;
	padding: 25px 30px;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
	background: #f0f0f0;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #282828;
}
.contact .check{
	margin-bottom: 90px;
	font-size: 16px;
	text-align: center;
}
.contact .check a{
	color: #ed171f;
	text-decoration: underline;
}
.contact .check .txt01{
	margin-bottom: 20px;
}
.contact input[type="checkbox"]{
	box-sizing: border-box;
    width: 30px;
	height: 30px;
	margin: 0 20px 0 0;
    border-radius: 2px;
    border: 2px solid #282828;
	vertical-align: middle;
}

.contact .btn{
    width:100%;
    text-align: center;
}
.contact .btn input[type="submit"]{
	font-family:  "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-size: 26px;
    width: 100%;
    height: 120px;
	border: none;
	color: #cdcdcd;
	background: url(../images/icon_arrow_gray.png) 850px center no-repeat #f0f0f0;
	background-size: 13px auto;
}
.contact .btn input[type="submit"].on{
	color: #ffffff;
	background: url(../images/icon_arrow_white.png) 850px center no-repeat #ed171f;
	background-size: 13px auto;
	cursor: pointer;
}

.contact .error{
	box-sizing: border-box;
	height: 72px;
	line-height: 70px;
	margin: 0 0 60px 0;
	padding: 0;
	text-align: center;
    background: #fde8e9;
    font-size: 20px;
	color: #ed171f;
	
}
.contact input[type="text"].err{
    border: 1px solid #ed171f;
}
.contact .err_txt{
	margin-top: 5px;
    color: #ed171f;
	font-size: 13px;
}
.contact .err_txt img{
	margin-top: -3px;
	vertical-align: middle;
}

::placeholder {
  color: #cdcdcd;
}

}

@media (max-width: 767px) {
	#contents {
		margin: 0 auto;
		padding: calc(80/750*100%) calc(60/750*100%) calc(300/750*100%);
		
	}
	#contents h2 {
		text-align: center;
	}
	#contents h2 .en {
		display: block;
		margin-bottom: calc(20/750*100vw);
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-style: normal;
		font-size: calc(75/750*100vw);
		letter-spacing: 0.04em;
		line-height: 1.0;
		color: #ed171f;
	}
	#contents h2 .jp {
		display: block;
		margin-bottom: calc(130/750*100vw);
		font-weight: 500;
		font-size: calc(30/750*100vw);
		letter-spacing: 0.1;
	}
	
	input {
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: normal;
		font-size: calc(27/750*100vw);
	}
	textarea {
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: normal;
		font-size: calc(27/750*100vw);
	}
	
	.contact table{
		width: 100%;
		margin: 0 auto;
		border-collapse: collapse;
		vertical-align: top;
		font-size: calc(27/750*100vw);
	}
	.contact table tbody,
	.contact table tr,
	.contact table th,
	.contact table td{
		display: block;
	}
	
	.contact th span{
		color: #de1122;
	}
	.contact th,
	.contact td{
		width: 100%;
		box-sizing: border-box;
		vertical-align: top;
	}
	.contact th{
		padding: 0 0 calc(10/750*100vw);
		font-weight: normal;
		vertical-align: middle;
	}
	.contact th span{
		margin: 0 0 0 calc(20/750*100vw);
		padding: 0 6px;
		color:#de1122;
		border: 1px solid #ed171f;
		font-size: calc(18/750*100vw);
		font-weight: 600;
		vertical-align: middle;
	}
	.contact td{
		padding: 0 0 calc(90/750*100vw);
	}
	.contact .name_box td,
	.contact .mail_box td
	{
		padding-bottom: calc(45/750*100vw);
	}

	.contact textarea{
		box-sizing: border-box;
		width: 100%;
		height: calc(600/750*100vw);
		padding: calc(35/750*100vw) calc(45/750*100vw);
		border: 1px solid #f0f0f0;
		background: #f0f0f0;
		border-radius: calc(3/750*100vw);
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: normal;
		font-size: calc(24/750*100vw);
	}
	.contact select{
		box-sizing: border-box;
		width: 100%;
		padding: calc(35/750*100vw) calc(45/750*100vw);
		border: 1px solid #f0f0f0;
		background: #f0f0f0;
		border-radius: calc(3/750*100vw);
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: normal;
		font-size: calc(24/750*100vw);
	}
	.contact input[type="text"]{
		box-sizing: border-box;
		width: 100%;
		height: calc(105/750*100vw);
		padding: calc(35/750*100vw) calc(45/750*100vw);
		border: 1px solid #f0f0f0;
		background: #f0f0f0;
		border-radius: calc(3/750*100vw);
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: normal;
		font-size: calc(24/750*100vw);
	}
	.contact input[type="text"].year{
		width: calc(160/630*100%);
	}
	.contact input[type="text"].month{
		width: calc(130/630*100%);
	}
	.contact input[type="text"].day{
		width: calc(130/630*100%);
	}
	.contact input[type="email"]{
		box-sizing: border-box;
		width: 100%;
		height: calc(105/750*100vw);
		padding: calc(35/750*100vw) calc(45/750*100vw);
		border: 1px solid #f0f0f0;
		background: #f0f0f0;
		border-radius: calc(3/750*100vw);
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: normal;
		font-size: calc(24/750*100vw);
	}

	.contact .check{
		margin-bottom: calc(100/750*100vw);
		font-size: calc(24/750*100vw);
		text-align: center;
	}
	.contact .check a{
		color: #ed171f;
		text-decoration: underline;
	}
	.contact .check .txt01{
		margin-bottom: calc(50/750*100vw);
		line-height: 1.8;
	}
	.contact input[type="checkbox"]{
		box-sizing: border-box;
		width: calc(45/750*100vw);
		height: calc(45/750*100vw);
		margin: 0 calc(30/750*100vw) 0 0;
		border-radius: calc(3/750*100vw);
		border: calc(3/750*100vw) solid #282828;
		vertical-align: middle;
	}
	
	.contact .btn{
		width:100%;
		text-align: center;
	}
	.contact .btn input[type="submit"]{
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 600;
		font-size: calc(42/750*100vw);
		width: 100%;
		height: calc(180/750*100vw);
		border: none;
		color: #cdcdcd;
		background: url(../images/icon_arrow_gray.png) calc(585/630*100%) center no-repeat #f0f0f0;
		background-size: calc(15/750*100vw) auto;
	}
	.contact .btn input[type="submit"].on{
		color: #ffffff;
		background: url(../images/icon_arrow_white.png) calc(585/630*100%) center no-repeat #ed171f;
		background-size: calc(15/750*100vw) auto;
		cursor: pointer;
	}
	
	.contact .error{
		box-sizing: border-box;
		height: calc(140/750*100vw);
		line-height: calc(136/750*100vw);
		margin: 0 0 calc(70/750*100vw) 0;
		padding: 0;
		text-align: center;
		background: #fde8e9;
		font-size: calc(30/750*100vw);
		color: #ed171f;
		
	}
	.contact input[type="text"].err{
		border: 1px solid #ed171f;
	}
	.contact .err_txt{
		margin-top: 5px;
		color: #ed171f;
		font-size: calc(18/750*100vw);
	}
	.contact .err_txt img{
		width: calc(20/750*100vw)!important;
		margin-top: calc(-3/750*100vw);
		vertical-align: middle;
	}
	::placeholder {
	  color: #cdcdcd;
	}
}
/*----------------------------
確認画面
-----------------------------*/

@media (min-width: 768px) {

.confirm {
	padding: 45px 0 75px;
	background: #e0e0e0;
	
}	
.confirm h3 {
	margin-bottom: 45px;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	
}
.confirm .contact {
	padding: 50px 50px 0 50px;
	background: #ffffff;
}
.confirm .contact th,
.confirm .contact td{
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 60px;
}
.confirm .contact .name_box th,
.confirm .contact .name_box td,
.confirm .contact .mail_box th,
.confirm .contact .mail_box td
{
	padding-bottom: 60px;
}

.confirm .contact th{
	width: 260px;
	padding-top: 0;
	font-size: 16px;
	letter-spacing: 1.25;
}
.confirm .contact td{
	width: 620px;
	font-size: 18px;
	font-weight: 400;
}

.confirm_btn {
	display: flex;
	justify-content: space-between;
	width: 820px;
	margin: 50px auto 0;
}	
.confirm_btn li {
	width: 390px;
}	

.confirm_btn li:first-child input[type="submit"]{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-size: 26px;
    width: 100%;
    height: 120px;
	border: none;
	color: #ffffff;
	background: url(../images/icon_arrow02_white.png) 30px center no-repeat #828282;
	background-size: 13px auto;
	cursor: pointer;
}
.confirm_btn li:last-child input[type="submit"]{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-size: 26px;
    width: 100%;
    height: 120px;
	border: none;
	color: #ffffff;
	background: url(../images/icon_arrow_white.png) 350px center no-repeat #ed171f;
	
	background-size: 13px auto;
	cursor: pointer;
}


}

@media (max-width: 767px) {
	.confirm {
		padding: calc(50/750*100vw) 0 calc(90/750*100vw);
		background: #e0e0e0;
		
	}	
	.confirm h3 {
		margin-bottom: calc(50/750*100vw);
		font-size: calc(42/750*100vw);
		font-weight: 600;
		text-align: center;
		
	}
	.confirm .contact {
		box-sizing: border-box;
		width: calc(630/750*100%);
		margin: 0 auto;
		padding: calc(70/750*100vw) calc(50/750*100vw);
		background: #ffffff;
	}

	.confirm .contact th,
	.confirm .contact td{
		width: 100%;
		box-sizing: border-box;
		vertical-align: top;
	}
	.confirm .contact th{
		padding: 0 0 calc(30/750*100vw);
		font-weight: 600;
	}
	.confirm .contact td{
		font-size: calc(30/750*100vw);
		padding: 0 0 calc(80/750*100vw);
	}
	
	.confirm_btn {
		display: flex;
		justify-content: space-between;
		width: calc(630/750*100vw);
		margin: calc(90/750*100vw) auto 0;
	}	
	.confirm_btn li {
		width: calc(300/750*100vw);
	}	
	
	.confirm_btn li:first-child input[type="submit"]{
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 600;
		font-size: calc(42/750*100vw);
		width: 100%;
		height: calc(180/750*100vw);
		border: none;
		color: #ffffff;
		background: url(../images/icon_arrow02_white.png) calc(23/750*100vw) center no-repeat #828282;
		background-size: calc(15/750*100vw) auto;
		cursor: pointer;
	}
	.confirm_btn li:last-child input[type="submit"]{
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 600;
		font-size: calc(42/750*100vw);
		width: 100%;
		height: calc(180/750*100vw);
		border: none;
		color: #ffffff;
		background: url(../images/icon_arrow_white.png) calc(260/750*100vw) center no-repeat #ed171f;
		
		background-size: calc(15/750*100vw) auto;
		cursor: pointer;
	}
	
}

/*----------------------------
サンクス画面
-----------------------------*/
@media (min-width: 768px) {
.thx {
	text-align: center;
}
.thx .img {
	margin-bottom: 70px;
}
.thx p.txt01 {
	margin-bottom: 50px;
	line-height: 2.15;
	font-weight: 600;
	font-size: 26px;
}
.thx p.txt02 {
	margin-bottom: 90px;
	line-height: 1.8;
	font-weight: 400;
	font-size: 16px;
}
.thx .btn a{
	display: block;
	width: 390px;
	height: 120px;
	margin: 0 auto;
	line-height: 120px;
	border: none;
	color: #ffffff;
	background: url(../images/icon_arrow02_white.png) 30px center no-repeat #828282;
	background-size: 13px auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-size: 26px;
}
	
}
@media (max-width: 767px) {
	.thx {
		text-align: center;
	}
	.thx .img {
		width: calc(150/750*100vw);
		margin: 0 auto calc(50/750*100vw);
	}
	.thx p.txt01 {
		margin-bottom: calc(70/750*100vw);
		line-height: 2.15;
		font-weight: 600;
		font-size: calc(34/750*100vw);
	}
	.thx p.txt02 {
		margin-bottom: calc(100/750*100vw);
		line-height: 1.8;
		font-weight: 400;
		font-size: calc(24/750*100vw);
	}
	.thx .btn a{
		display: block;
		width: calc(630/750*100vw);
		height: calc(180/750*100vw);
		margin: 0 auto;
		line-height: calc(180/750*100vw);
		border: none;
		color: #ffffff;
		background: url(../images/icon_arrow02_white.png) calc(40/750*100vw) center no-repeat #828282;
		background-size: calc(15/750*100vw) auto;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 600;
		font-size: calc(42/750*100vw);
	}

}

/* =====================================
	footer
===================================== */
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}
