@charset "utf-8";

input,textarea {
  -webkit-appearance: none;
}

@media(min-width: 769px) {
body {
	background: url(../images/body_info_bg_pc.png) repeat-x 0 280px;
}
}

.second_hdr {
	background-image: url(../images/terms_hdr_bg_pc.jpg);	
}

.contact_hdr {
	position: relative;	
}

.contact_hdr_inner {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 90px 20px 0;
	position: relative;
	z-index: 5;
	text-align: center;
}
.contact_hdr_inner p {
	text-align: center;
	line-height: 1.8;	
}

.contact_wrap {
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	
}
.contact_wrap_inner {
	padding: 35px 45px 80px;	
}

.contact_lead {
	display: flex;
	margin-bottom: 25px;
}

table.contactform {
	width: 100%;
	border-top: 1px solid #CDD0D3;
}
.contactform th,
.contactform td {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #CDD0D3;
	padding: 30px 20px;
}
.contactform td {
	padding-left: 30px;
	padding-right: 30px;	
}
.contactform th {
	background: #EDEFF2;
	width: 1%;
	white-space: nowrap;
}
.must_flex {
	min-width: 190px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactform th p,
.must_flex p {
	margin: 0!important;
	padding: 0!important;
}
.must {
	background: #fff;
	color: #C11F24;
	font-size: 12px;
	padding: 2px 8px 3px;
	border: 1px solid #C11F24;
}
.contact_lead .must {
	margin-right: 10px;	
}

td input[type="text"],
td input[type="email"],
td textarea {
    padding: 10px;
    width: 100%;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #CDD0D3;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	outline: none;
}
td textarea {
	height: 200px;	
}

::placeholder {
  color: ＃333;
  font-size: 13px;
}

.input_flex {
	display: flex;
	align-items: center;
}
.input_flex input {
	width: 40%;	
}
.input_flex div.first {
	margin-right: 20px;
}
.input_flex div {
	flex: 1;	
}

.input_flex p {
	margin: 0;
	width: 2.5em;
	padding: 0;
	line-height: 1;
	font-size: 13px;
}


.send_btn_flex {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}

input.btn_confirm,
button.btn_edit,
button.btn_send {
	text-align: center;
	width: 300px;
	padding: 15px 10px;
	box-sizing: border-box;
	border: none;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	margin: 0 10px;
	cursor: pointer;
}
input.btn_confirm {
    background: #C11F24;
    color: #FFF;
}
button.btn_edit {
    background: #CCC;
    color: #000;
	width: 200px;
}
button.btn_send {
    background: #C11F24;
    color: #fff;
	width: 200px;
}

@media(max-width: 1023px) {
.second_hdr {
	background-image: url(../images/terms_hdr_bg_sp.jpg);
	background-size: cover;
	background-position: left bottom;
}
}

@media(max-width: 768px) {
.second_hdr {
	background-image: url(../images/terms_hdr_bg_sp.jpg);
	background-size: cover;
	background-position: left bottom;
}

.contact_hdr_inner {
    padding: 30px 20px 0;
	margin: 0 auto 30px;
}
.contact_hdr_inner p {
	text-align: center;	
}
.contact_wrap_inner {
    padding: 30px 20px 40px;
}
.contactform th,
.contactform td {
	padding: 0;
	width: auto;
	border: none;
	background: none;
	display: block;
	white-space: inherit;
}
.contactform th {
	padding: 15px 0 10px;	
}
.contactform td {
	padding: 0px 0 20px;
	border-bottom: 1px solid #CDD0D3;
}
.input_flex div.first {
    margin-right: 10px;
}
.input_flex p {
	width: 2.5em;
	font-size: 11px;
}

.send_btn_flex {
    margin-top: 40px;
}
input.btn_confirm {
    width: 200px;
    padding: 10px;
    font-size: 15px;
}

}