@charset "utf-8";

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

h2 {
	line-height: 1.3;
}

.page .site-body {
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: inherit;
}
.page .site-body {
    padding: 0;
}
.site-body .container {
	max-width: inherit;
	padding-right: 0;
  padding-left: 0;
}


/*******************************************/
.ttl_contact .border_l {
	border-left: 1px solid #e40012;
}

.con_title {
    background-color: #fff8f8;
    width: 100%;
    margin: 36px 0 16px;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 600;
    border-left: 6px solid #e40012 !important;
    text-align: left;
}

.con_priv_det p {
	font-size: 14px;
}

.btn_privpage {
	background: #000;
	padding: 1px 6px 0;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	line-height: 1.8;
}
.btn_privpage:hover {
	color: #ccc;
}

.con_priv_accept {
  text-align: center;
}

.con_priv_accept label {
	font-size: 15px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　　Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*――――「表」デザイン――――*/
.cform th {
  font-size: 15px;
  width: 25%;
  border: solid 1px #ccc;
  padding: 20px 0px 20px 15px;
  font-weight: 300;
}
.cform td {
  font-size: 15px;
  line-height: 200%;
  border: solid 1px #ccc;
  padding: 20px 20px;
}
/*―――――表示―――――*/
.cform {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
@media only screen and (max-width:767px) {
  .cform th, .cform td {
    width: 100%;
    border: 1px solid #999;
    display: block;
    border-top: none;
  }
	
	.cform th {
    padding: .5em 1em .4em;
  }
		.cform td {
    padding: 1.2em .8em;
  }
}
.cform {
  border-top: 1px solid #999;
}
/*――「送信ボタン」デザイン――*/
.submit-btn input {
  background-color: #e40012;
  color: #fff;
  margin: 0 auto;
  padding: 8px 32px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  border: #cb5716 1px solid;
}
.submit-btn {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.submit-btn input:hover {
  background: #fff;
  color: #e40012;
  cursor: pointer;
}
/*―――「必須」デザイン―――*/
.required-srt {
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
  margin-right: 10px;
  background: #e40012;
  color: #fff;
	margin-left: 6px;
}
/*枠と文字大きさ*/
.cform input[type=date], .cform input[type=email], .cform input[type=number], .cform input[type=password], .cform input[type=tel], .cform input[type=text], .cform input[type=url], .cform select, .cform textarea {
    border: 2px solid #000c27;
	font-size: 16px;
}

/*送信ボタン中央に*/

.submit-btn .wpcf7-spinner {
    display: block;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　　Formカスタマイズここまで　　*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/




/*****thanks page*****************/
.contact_note p {
	line-height:1.6em;
	margin-top: 20px;
}

/*****thanks page*****************/





/****************************************************/
/****************** media queries *******************/
/****************************************************/

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

}
/********************************************/
/************ max-width: 1200px *************/
/********************************************/
@media screen and (max-width: 1200px) {

}

/********************************************/
/************ max-width: 1120px *************/
/********************************************/
@media screen and (max-width: 1120px) {
	
}

/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1000px) {
	

}


/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 834px) {
	
}


/********************************************/
/************ max-width: 640px *************/
/********************************************/
/*スマホ*/
@media screen and (max-width: 640px) {
		

}



