@charset "utf-8";

.row.form-group {
	border-bottom: 1px solid #ddd;
	border-left: #448296 2px solid;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.control-label {
	padding-top: 11px;
}

.form-group .required {
	background: #af2d32;
	color: #fff;
	margin-left: 5px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: text-bottom;
}

.form-control {
	font-family: "st","Yu Gothic", Arial, sans-serif;
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0,0,0,0.1);
	height: 54px;
	font-size: 18px;
}

.form-control.preview {
	height: auto;
	border-color: transparent;
	font-weight: bold;
	border-bottom: 1px solid #4D4D4D;
}
.form-control.w-auto {
	width: auto;
}

input[type="checkbox"].readonly,
input[type="radio"].readonly {
	opacity: 0.4;
}

input[type="text"].readonly,
input[type="date"].readonly,
input[type="email"].readonly,
input[type="tel"].readonly,
textarea.readonly,
select.readonly {
	border-color: transparent;
	background-color: transparent;
	outline: none;
	font-weight: bold;
}
select.readonly {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.readonly::-ms-expand {
	display: none;
}
.control-label.readonly {
	opacity: 0.4;
}

.chk-wrap .control-label {
	font-size: 18px;
}

.hide {
	display: none !important;
}

.error_message {
	color: #e00000;
	font-weight: bold;
	margin-top: 0.5em;
}

.link-button {
	color: #fff;
	background-color: #000;
	padding: 12px;
}

.block-contact form > button {
	margin-top: .5rem!important;
}

h1 {
	font-size: 2rem;
}
table {
	width: 100%;
}
tr {
	background: #efefef;
}
tr:first-child {
	border-top: solid 1px #ddd;
}
td {
	padding: 1rem;
	border-left: solid #ddd 1px;
	border-right: solid #ddd 1px;
	background: #fff;
}
.__required {
	color: #fff;
	padding: 0px;
	font-size: 0.7rem;
	border: solid 1px #ddd;
	background: #448296;
	display: block;
	letter-spacing: 0.2rem;
	text-align: center;
	width: 3.5rem;
}
label {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100%;
}
.radio input {
	margin: 0 1rem;
}
textarea, input {
	width: 85%;
	border: solid #ddd 1px;
	display: block;
}
.radio input {
	width: 1%;
	display: inline-block;
}
#zip {
	width: 7rem;
}
#tel {
	width: 10rem;
}

.btn-send {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #448296;
	border: solid 1px #6d6b6b;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	margin: auto;
	display: block;
	margin: 2rem auto!important;
	padding: .5rem;
	font-size: .8rem;
	width: 50%;
}

.btn-send:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}


@media screen and (max-width: 415px) {
	table, tr, th, td {
		display: block;
	  width: 100%;
	}
	textarea, input, #zip, #tel {
		width: 85%;
		border: solid #ddd 1px;
		margin: auto;
		display: block;
		line-height: 2rem;
	}
	tr span {
		width: 85%;
		margin: auto;
		display: block;
	}
	.radio input {
		width: 10%;
		display: inline-block;
	}
	label, th {
	display: block;
	text-align: center;
	}
	.btn-send {
		width: 80%;
	}
}
