/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フォーム
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.form-only-pc {
	display: block;
}

.form-only-sp {
	display: none;
}

.form {
	margin-bottom: 100px;
}

.form header {
	background: url("/images/company/h1.jpg") center center no-repeat;
}

.form h2 {
	padding: 2rem 0.5rem;
	background: url("/images/common/heading.png") center 75% / 10rem no-repeat #c7f1ef !important;
}

.form table {
	margin: 2rem auto;
}

.form .access {
	border-top: 2px solid #e2e2e2;
}

.form .access h2 {
	background: url("/images/common/heading.png") center 75% / 10rem no-repeat !important;
}

.form .access iframe {
	width: 100%;
	max-width: 700px;
	height: 400px;
}

.form .access .address {
	margin-top: 1rem;
	text-align: left;
}

.form .access p {
	max-width: 400px;
}

.form .access dl {
	line-height: 1;
}

.form .access dl dt {
	float: left;
	font-weight: normal;
}

.form .access dl dd {
	margin-left: 7rem;
}

.form .vision {
	margin: 2rem auto;
	padding-bottom: 5rem;
	background: url("/images/company/vision.jpg") center center no-repeat;
	background-size: cover;
}

.form .vision h3 {
	margin-bottom: 0;
	border: none;
	background: url("/images/common/heading.png") center bottom / 10rem no-repeat;
}

.form .vision p {
	text-align: left;
}

.form .vision p:nth-of-type(1) {
	color: #000;
	font-weight: bold;
}

.form .vision img.ceo {
	float: right;
	margin: 1rem 0 3rem;
}

.form .vision p:nth-of-type(2) {
	clear: both;
	color: #1d2b80;
	font-weight: bold;
	font-size: 1.5rem;
	font-family: "A-OTF 新ゴ Pro", "A-OTF Shin Go Pro", "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, arial, sans-serif;
	line-height: 1.2;
}

.form .form_p {
	max-width: 1016px;
	margin: 50px auto;
	font-size: 1rem;
	text-align: justify;
	line-height: 1.5rem;
	background: url(/images/form/form_pamphlet.jpg) no-repeat right top;
}

.form .form_msg {
	padding: 1.5rem 0.5rem;
	margin: 0 auto;
	background: #F6CECE;
	color: #FA5858;
	font-weight: bold;
	font-size: 1.2rem;
	font-family: "A-OTF 新ゴ Pro", "A-OTF Shin Go Pro", "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, arial, sans-serif;
	line-height: 1.2;
}

.form .hissu {
	font-size: 0.5rem;
	font-weight: normal;
	color: #fff;
	padding: 0.3rem 0.5rem;
	background: #FE9A2E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 10px;
}

.form .nini {
	font-size: 0.5rem;
	font-weight: normal;
	color: #0404B4;
	padding: 0.3rem 0.5rem;
	background: #A9D0F5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 10px;
}

.form .btn {
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	padding: 0.5rem 1.5rem;
	background: #FE9A2E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form .btn.mini {
	font-size: 0.8rem;
	padding: 0.5rem 0.7rem;
}

.form .btn.gray {
	background: #6E6E6E;
}

.form .inline input.zip {
	width: 20%;
}

.form .inline .btn {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}

.form .inner i {
	font-size: 0.8rem;
	color: #A4A4A4;
	display: block;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.form .inner i.red {
	color: #F78181;
}

.form .inner textarea {
	resize: none;
	height: 100px;
}

.form .inner .submit {
	display: inline-block;
	margin: 30px auto 0;
}

.form .iframearea {
	width: 100%;
	margin: 0 auto;
}

.form .iframearea iframe {
	width: 100%;
	height: 450px;
	margin: 0 auto;
}

.form .onlinecheckarea {
	width: 100%;
	margin: 0 auto;
}

.form .onlinecheckarea input[type=checkbox] {
	margin: 20px auto;
}

.form .onlinecheckarea .senderror,
.form .onlinecheckarea .senderror2 {
	padding: 1.5rem 0.5rem;
	margin: 0 auto;
	background: #F6CECE;
	color: #FA5858;
	font-weight: bold;
	font-size: 1rem;
	font-family: "A-OTF 新ゴ Pro", "A-OTF Shin Go Pro", "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, arial, sans-serif;
	line-height: 1.2;
}

.form .online_p {
	background: none;
	margin: 50px auto 0;
}

.form .inner label {
	cursor: pointer;
	margin: 0 15px 0 5px;
}

.form .inner .inline_birth input {
	display: inline-block;
	width: 15%;
}

.form input.number,
.form input.mail,
.form input.tel {
	ime-mode: disabled !important;
}

.form .inner .error {
	font-size: 0.8rem;
	color: #f00;
}

@media screen and (min-width: 769px) {
.form .access .address {
	display: flex;
	justify-content: space-between;
}
}

@media screen and (max-width: 768px) {
.form-only-pc {
	display: none;
}

.form-only-sp {
	display: block;
}

.form header h1 {
	font-size: 2.4rem;
}

.form .vision p:nth-of-type(2) {
	font-size: 1.2rem;
}
.form .form_p {
	max-width: 100%;
	margin: 50px auto 0;
	background: none;
}
.form .form_msg {
	padding: 1rem 0.5rem;
	font-size: 0.8rem;
	line-height: 1.2;
}
.form .inner table tr,
.form .inner table th,
.form .inner table td {
	display: block !important;
	width: 100% !important;
}
.form .inner table td input,
.form .inner table td textarea {
	width: 100%;
}
.form .inline input.zip {
	width: 40%;
}
.form .inner .inline_birth input {
	width: 20%;
}
.form .inner input[type=radio],
.form .inner input[type=checkbox] {
	width: auto;
}
}

.inputselect {
	margin: 0;
    padding: 8px 4px;
    max-width: 100%;
    width: 80%;
    outline: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    vertical-align: bottom;
    font-size: 13px;
    background-color: #F7F7F7;
}