@charset "utf-8";


form#mail_form{
	width : auto;
	margin : auto;
	padding : 10px 0;
}

form#mail_form dl{
	width : 100%;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form dl dt{
	font-size: 100%;
	clear : both;
	width : 22%;
	float : left;
	/*border-top : 1px solid #cccccc;*/
	padding : 30px 0;
	text-align : left;
	overflow : hidden;
}

form#mail_form dl dd{
	width : 77%;
	float : right;
	/*border-top : 1px solid #cccccc;*/
	padding : 20px 0;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}

form#mail_form dl dt span{
	display : none;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required{
	display : inline-block;
	float : left;
	color : #ffffff;
    padding : 5px;
	border-radius : 3px;
    margin-right:5px;
    font-size:0.75em;
}

form#mail_form dl dt span.optional{
	display : none;
}

form#mail_form dl dt span.required{
	background : #d50000;
}

form#mail_form dl dt span.optional{
	background : rgba(0, 0, 255, 0.8);
}

form#mail_form dl dd span{
	display : block;
	color : #ff0000;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input{
	height : 3em;
	border : 1px solid #cccccc;
	background : #fafafa;
    margin-bottom:5px;
}

form#mail_form textarea{
	width : 100%;
	height : 100px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form input:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form input#name{width : 100%;}
form#mail_form input#read{width : 100%;}
form#mail_form input#company{width : 100%;}
form#mail_form input#department{width : 100%;}
form#mail_form input#mail_address{width : 100%;}

form#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}

form#mail_form input#phone_1,
form#mail_form input#fax_1,
form#mail_form input#postal_1{
	width : 20%;
}

form#mail_form input#phone_2,
form#mail_form input#fax_2,
form#mail_form input#postal_2{
	width : 30%;
}
form#mail_form input#phone_3,
form#mail_form input#fax_3{
	width : 30%;
}

form#mail_form input#address{
	width : 100%;
}

form#mail_form input#phone{
	width : 30%;
}

form#mail_form dl+p{
	width : 100%;
	margin : 0 auto;
	padding : 15px 0;
	font-size:16px;
}

/*form#mail_form input#mail_submit_button{
    border: 0px;
    width: 230px;
    height: 51px;
    background: url(../../shared/img/form/btn_input_off.jpg) left top no-repeat;
}

form#mail_form input#mail_submit_button:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
    background: url(../../shared/img/form/btn_input_off.jpg) left top no-repeat;
}*/




/* --responsive------------------------------------------- */

/* 768pixel start */
@media screen and (max-width : 768px){

form#mail_form{
	width : 100%;
}

form#mail_form dl{
}

form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 1.5em 0 5px;
	/*font-weight : bold;*/
}

form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0 0 1.5em 0;
    border-bottom: solid 1px #ccc;
}

form#mail_form dl dt span{
	font-weight : normal;
    font-size: 0.75em;
}
    
form#mail_form dl+p {
    font-size:1em;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	margin-right : 1em;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input#name,
form#mail_form input#read,
form#mail_form input#company,
form#mail_form input#department,
form#mail_form input#phone_1,
form#mail_form input#phone_2,
form#mail_form input#phone_3,
form#mail_form input#fax_1,
form#mail_form input#fax_2,
form#mail_form input#fax_3,
form#mail_form input#mail_address,
form#mail_form input#postal_1,
form#mail_form input#postal_2,
form#mail_form input#address,
form#mail_form textarea{
	max-width : 100%;
	-webkit-appearance : none;
}
/*form#mail_form input#mail_submit_button{
	padding : 7px 15px;
	margin-left : 0;
	-webkit-appearance : none;
}*/


}
/* 768pixel end */

#main_d p {
	margin-bottom: 0;
    font-size:16px;
    text-align:left;
}
.private {
    color:#0087b6;
    font-weight:bold;
    text-decoration:underline;
    transition:0.3s;
}
.private:hover {
    text-decoration:none;
    opacity:0.7;
}
#main_d h2 {
    color: #0087b6;
	border-bottom: 1px solid #0087b6;
    font-size:2rem;
    clear:both;
}
@media (max-width: 768px) {
    #main_d h2 {
        padding:3vw 8vw!important;
    }
}
#main_d dl {
	margin-bottom: 10px;
}
#main_d dt {
	margin-bottom: 3px;
	font-size: 1.2em;
}
#main_d dd ol li {
	line-height: 2;
}

