@charset "UTF-8"; /* CSS Document */



/*フォーム*/

.area-form { background: #f7f7f7; border: solid 1px #e7e7e7; border-radius: 5px; margin-top: 20px; }

.area-form .inr { padding: 36px 40px 60px; }

.area-form .titlearea.second { margin-top: 30px; }

.area-form .title-section2 { font-size: 18px; font-weight: 500; padding: 0 0 18px 15px; margin-bottom: 20px; }

.area-form .title-section2:before { top: 13px; }

.area-form-box { padding-bottom: 20px; }

.area-form-title { padding-bottom: 8px; font-weight: 600; position: relative; font-size: 13px; }

.page-form-check .area-form-box { padding-bottom: 10px; }

.page-form-check .area-form-title { padding-bottom: 0px; }

.page-form-check .btn-submit { margin-top: 40px; }

.required { position: relative; }

.required:after { display: block; position: absolute; font-weight: 500; background: #e13949; color: white; font-size: 8px; text-align: center; padding-top: 1px; border-radius: 3px; top:4px; right:-36px;; content: "必須";  height: 14px; width:26px; letter-spacing: 1px; }

.area-form-input textarea ,

.area-form-input input { border: solid 1px #d9d9d9; background: white; font-size: 13px; font-weight: 300; border-radius: 5px; padding: 10px 11px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; }

.input-radio-label { border:solid 1px #D9D9D9;  padding: 6px 17px 6px 13px; border-radius: 5px; margin-right: 8px; display: inline-block; font-size: 12px; }

.input-radio-label input { position:relative; top: -2px; left: -2px; padding-right: 4px; line-height: 0; }

.input-radio-label select { outline:solid 1px red; padding:8px 10px; }

.btn-submit { margin-top: 20px; text-align: center; }

.btn-submit #submit01 { color: white; display:block; background: rgba(0,0,0,0); font-size: 16px; letter-spacing: 2px; cursor: pointer; border: none; display: block; width: 100%; height: 100%; font-weight: 500; }

.input-sizes { width: 100%; max-width: 200px; }

.input-sizem { width: 100%; max-width: 260px; }

.input-sizel { width: 100%; max-width: 600px; }

.input-sizefull { width: 100%; }

.page-form-send .contents-main { min-height: 500px; }

.page-send-contents a { color:#1c7cb1; }



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

	.area-form .inr { padding: 30px 30px 50px; }

	.area-form .title-section2 { padding: 0 0 10px 15px; margin-bottom: 13px; }

}

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

	.area-form { margin-top: 10px; }

	.area-form-box { padding-bottom: 14px; }

	.area-form .title-section2 { font-size: 15px; }

	.area-form .title-section2:before { top: 9px; }

	.area-form-title { padding-bottom: 6px; font-size: 12px; }

	.page-form-check .area-form-input { font-size: 12px; }

	.required:after { font-size: 7px; padding-top: 1px; top:2px; right:-30px; height: 12px; width:23px; }

	.area-form .inr { padding: 15px 18px 30px; }

	.area-form-input input { padding: 8px 6px; font-size: 11px; }

	.input-radio-label { padding: 5px 13px 4px 10px; font-size: 11px; }

	.btn-submit { margin-top: 10px; }

	.btn-submit #submit01 { font-size: 13px; }

	.page-form-send .contents-main { min-height: 300px; }

}



/*資料請求*/

.form-panf .contents-main {float: none; max-width: 876px; width: 96%; margin: 0 auto; }

.form-panf .contents-sidemenu { width: 0; }

.form-panf .checkbox1 { display: inline-block; width: 48%; margin:2px 0; font-size: 13px; }



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

	.form-panf .checkbox1 { width: 100%; }

}	

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

	.form-panf .contents-main { width: 100%; }

	.form-panf .checkbox1 { font-size: 12px; }

}

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

	.form-panf .checkbox1 { font-size: 10px; }

}



/*input-select*/

.select-dropdown { display: inline-block; position: relative; overflow: hidden; height: 32px; width: 220px; background: #fff; border: 1px solid; border-color: white #fff #fafafa; border-radius: 3px; background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.02)); background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.02)); background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.02)); background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02)); -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5); box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5); outline: none; }

.select-dropdown:before, .select-dropdown:after { content: ''; position: absolute; z-index: 2; top: 10px; right: 10px; width: 0; height: 0; border: 4px dashed; border-color: #888 transparent; pointer-events: none; }

.select-dropdown:before { border-bottom-style: solid; border-top: none; }

.select-dropdown:after { margin-top: 7px; border-top-style: solid; border-bottom: none; }

.select-dropdown-select { position: relative; width: 130%; margin: 0; padding: 5px 8px 5px 8px; height: 32px; line-height: 14px; font-size: 12px; color: #333; text-shadow: 0 1px white; /* Fallback for IE 8 */

background: #fff; /* "transparent" doesn't work with Opera */

background: rgba(0, 0, 0, 0) !important; border: 0; border-radius: 0; -webkit-appearance: none; }

.select-dropdown-select:focus { z-index: 3; width: 100%; color: #333; outline: 2px solid #fff; outline: 2px solid -webkit-focus-ring-color; outline-offset: -2px; }

.select-dropdown-select > option { margin: 3px; padding: 5px 8px; text-shadow: none; background: #fff; border-radius: 3px; cursor: pointer; }



/*common*/

.focus { background: #FFEFF0 !important; color:#333; }

input.myError { border:solid 2px red; }

label.myError { color:#FF0000; display:block; padding:2px 0 0 2px; }

textarea.myError { background-color:#CCFFFF; }

#form_type1 input[type=text].myError {border:solid 2px red!important; }

input[type="image"][disabled] { opacity:0.4; cursor: default; }

input[type="image"][disabled]:hover { opacity:0.4; cursor: default; }

input[type="image"]:hover { opacity:0.8; }

.txt_1byte,.numonly  {ime-mode:disabled!important; }

.lt-ie9 .select-dropdown { z-index: 1; }

.lt-ie9 .select-dropdown-select { z-index: -1; }

.lt-ie9 .select-dropdown-select:focus { z-index: 3; }



@-moz-document url-prefix() { 

	.select-dropdown-select { padding-left: 5px 8px; }

}