﻿@charset "utf-8";

/**** content ****/
.wrapper #contact_form div {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contact_form div {
    height: auto;
    width: 900px;
    border-bottom: 2px solid;
    border-color: rgba(20, 85, 159, 0.8);
    margin-bottom: 20px;
}

#contact_form .submit_btn_table {
    height: auto;
    width: 900px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#contact_form .contact_text {
    height: auto;
}

#contact_form .contact_check {
    text-align: center;
    height: auto;
}

#contact_form .contact_button {
    height: 150px;
}

#contact_form table
{
    width: 900px;
    margin: 0px;
    padding: 0px;
}

#contact_form .errorText
{
    text-align: right;
    vertical-align:top;
    color: red;
    padding: 0px;
    margin: 0px;
    max-height: 40px;
    font-size: 9pt;

}
#contact_form .errorTextP
{
    padding: 0px;
    margin: 0px;
}

.button_fraim {
    width: 900px;
}

#doq_input1,
#doq_input2 {
    margin-top: 3%;
    margin-left: 10%;
}

#submit_before,
#submit_confirm,
#submit_fin,
#contact_form .contact_button input {
    font-weight: bold;
    height: 60px;
    width: 290px;
    border-radius: 10px;
    text-align: center;
    border: none;
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
}

/**** reaflet selected ***/
#contact_form .contact_button input.active {
    background-color: rgba(20, 85, 159, 1);
	color: rgba(255, 255, 255, 1);
}

#contact_form div.contact_input:active > label span input{
    display:block;
}

#contact_form .contact_label {
	height: 50px;
    width: 900px;
	font-size: 20px;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
    border: none;
}
#companyName_input,
#divisionName_input,
#name_input,
#namef_input,
#tel_input,
#mail_input{
	height: 50px;
    width: 100%;
	font-size: 20px;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#doq_input1,
#doq_input2
{
	height: 50px;
    width: 100%;
	font-size: 20px;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
    border: none;
}
#personalInfo{
	font-size: 20px;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
    border: none;
    transform: scale( 3 , 3 );
    /*FireFox用*/
    -moz-transform: scale( 3 , 3 );
    -webkit-transform: scale(3, 3);
    -ms-transform: scale(3, 3);

}

#chkPL,
#chkFA,
#chkEA,
#chkEM,
#chkFC,
#chkRM,
#chkBC,
#chkAll{
    transform: scale(2, 2);
    -moz-transform:scale(2, 2);
    -webkit-transform : scale(2, 2);
    margin-right:12px;
}

.lblTitle{
    color:rgba(20, 85, 159, 1);
    font-weight:bold;
    font-size:20px;
    font-family:Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
}
.lblSubTitle{
    color:rgba(20, 85, 159, 0.8);
    font-size:16px;
    font-family:Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
}


/*#contact_form input{
	height: 50px;
    width: 900px;
	font-size: 20px;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
    border: none;
}*/

#contact_form .contact_label {
    color: rgba(20, 85, 159, 1);
    font-weight:bold;
    font-size:20px;
}

#contact_form textarea {
	height: 450px;
    width: 100%;
	font-size: 20px;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
    max-height:100%;
}

.alert_st {
	color: red;
    font-size: 10px;
}

#contact_form div:hover {
    border-color: rgba(20, 85, 159, 1);
}

#contact_form div:hover > label .contact_label {
    color: rgba(20, 85, 159, 1);
}

/*#contact_form div.contact_input:hover > label span input,
#contact_form div.contact_text:hover > label span textarea {
    border: 0.5px solid;
    border-color: rgba(0, 34, 255, 0.3);
    background-color: rgba(0, 34, 255, 0.03);
}*/


#submit_before,
#submit_confirm,
#submit_fin,
#doq_input1,
#doq_input2{
    background-color: rgba(0, 0, 0, 0.3);
    cursor: default;
}


.button input.check {
	cursor: pointer;
    background-color: rgba(0, 24, 179, 0.3);
	color: rgba(255, 255, 255, 1);
}

.button input.check:hover {
	background-color: rgba(0, 24, 179, 1);
	color: rgba(255, 255, 255, 1);
}

#approval {
    margin-left: auto;
    margin-right: auto;
}

/*カスタムチェックボックス*/

/*Radio Check*/
label.radio, label.radio_text, label.checkbox, label.checkbox_text {
	position      : relative;
	cursor        : pointer;
	display       : inline-block;
	overflow      : hidden;
	box-sizing    : border-box;
}
label.radio {
	width         : 18px;
	height        : 18px;
	border        : 1px solid #666666;
	border-radius : 100%;
}
label.radio_text {
	min-height   : calc(18px + 5px);
	margin-right : calc(18px + 5px);
	padding-left : calc(18px + 5px);
	line-height  : calc(18px + 5px);
}
label.checkbox {
	width      : 25px;
	height     : 25px;
	border     : 1px solid #B3B3B3;
	background : #fff;
}
label.checkbox_text {
	padding-left : calc(25px + 5px);
	line-height  : 25px;
    cursor: pointer;
}
/** before after **/
label.radio:before, label.radio_text:before, label.checkbox_text:before,
label.checkbox:after, label.radio_text:after, label.checkbox_text:after{
	content  : '';
	position : absolute;
	box-sizing : border-box;
}
label.radio:before, label.radio_text:before{
	border-radius    : 100%;
}
label.radio:before, label.checkbox:after{
	top              : 0px;
	bottom           : 0px;
	left             : 0px;
	right            : 0px;
	margin           : auto;
}
label.checkbox:after, label.checkbox_text:after{
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	border-right      : 3px solid #14559F;
	border-bottom     : 3px solid #14559F;
	top               : calc(50% - (((20px / 12 ) * 5) / 2));
	display           : block;
	margin-top        : calc(((20px / 12 ) * 5) * -1);
	width             : calc(((20px / 12 ) * 5));
	height            : 20px;
	z-index           : 1;
}
label.radio_text:before, label.radio_text:after{
	top              : 0px;
	bottom           : 0px;
	margin-top       : auto;
	margin-bottom    : auto;
}
label.radio:before {
	display          : block;
	width            : 10px;
	height           : 10px;
	z-index          : 1;
	background-color : #DD6655; 
}
label.radio_text:before {
	width         : 18px;
	height        : 18px;
	border        : 1px solid #666666;
	left          : 0px;
	z-index       : 3;
}
label.checkbox_text:before {
	width    : 25px;
	height   : 25px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
	box-sizing: border-box;
}
label.radio_text:after {
	width            : 10px;
	height           : 10px;
	border-radius    : 100%;
	left             : calc(((18px/2) - (10px) / 2));
	background-color : #DD6655;
	z-index          : 1;
}
label.checkbox_text:after {
	left : calc((25px / 2) - (((20px / 12 ) * 5) / 2));
}
/** input **/
label.radio input[type="radio"], label.radio_text input[type="radio"], label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	margin     : 0px;
	width      : 25px;
	height     : 25px;
	box-sizing    : border-box;
	outline       : none;
    
}
label.radio input[type="radio"], label.radio_text input[type="radio"]{
	left       : calc(18px * -1);
	width      : 18px;
	height     : 18px;
	top           : 0px;
	bottom        : 0px;
	margin-top    : auto;
	margin-bottom : auto;
	border-radius : 100%;
}
label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
	left       : calc(62px * -1);
	padding    : 0;
}
label.radio input[type="radio"] {
	display    : block;
	box-shadow : 18px 0px #FFF;
}
label.radio_text input[type="radio"] {
	box-shadow : 18px 0px #FFF;
}
label.checkbox input[type="checkbox"] {
	box-shadow : 25px 0px #FFF;
}
label.checkbox_text input[type="checkbox"] {
	display    : block;
	box-shadow : 25px 0px #FFF;
}
/** checked forcus */
label.checkbox_text input[type="checkbox"]:checked,
label.checkbox input[type="checkbox"]:checked,
label.radio_text input[type="radio"]:checked,
label.radio input[type="radio"]:checked{
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus,
label.checkbox input[type="checkbox"]:checked:focus{
	opacity: 0.1;
}
label.radio_text input[type="radio"]:focus,
label.radio input[type="radio"]:focus{
	opacity: 0.2;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 25px 0px #666;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 25px 0px #EEE;
}
label.checkbox input[type="checkbox"]:checked:focus {
	box-shadow : 25px 0px #666;
}
label.checkbox input[type="checkbox"]:focus {
	box-shadow : 25px 0px #EEE;
}
label.radio_text input[type="radio"]:focus {
	box-shadow : 18px 0px #FFF;
}
label.radio input[type="radio"]:focus {
	box-shadow : 18px 0px #FFF;
}

body{
    -webkit-text-size-adjust:100%;
}















