@charset "utf-8";
/* 
 * @Style Name: Responsive Simple
 * @Version: 1.0
 * Author: webourgeon
 */


/* ======================================

	 Reset 

====================================== */
#trust-form{
    width:100%;
    height: auto;
}
#trust-form table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#trust-form table,
#trust-form table th,
#trust-form table td {
    border: none;  
}
/* reset form element style*/
.contact-form input, 
.contact-formbutton, 
.contact-formselect, 
.contact-formtextarea {
    margin: 0;
    outline: none;  
}

@media screen and (max-width: 420px){
	#frmbtn input {
	    margin: 0;
	}
}
@media screen and (min-width: 421px){
/*
	#frmbtn input {
	    margin: 10px 0px;
	}
*/	#frmbtn .sendbtm{
		margin: 10px 0 10px 0px;
	}
	#frmbtn .backbtm{
		margin: 10px 0 10px 20px;
	}

}

@media screen and (max-width: 38.75em) {
	#frmbtn input {
	    margin: 10px 0px;
	}
}

#trust-form input,
#trust-form select {
    vertical-align:middle;
}


#trust-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#trust-form ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ======================================

	 Trust Form Style

====================================== */
div#trust-form.contact-form table{
	margin-bottom: 2em;
	text-align: center;
	border-top: dashed 1px #CCCCCC;
}
div#trust-form.contact-form table th {
    padding: 14px 24px;
    border-bottom: dashed 1px #CCCCCC;
    background-color: #F8F5F0;
    text-align: left;
    vertical-align: middle; /*top;*/
    font-weight: bold;

}
div#trust-form.contact-form table td {
	padding: 14px 24px;
   border-bottom: dashed 1px #CCCCCC;
    background-color: #fff;
	text-align: left;
    vertical-align: middle;   
}
div#trust-form.contact-form table tr:hover{
	background: #f4f4f4;
}
div#trust-form.contact-form table div{
	padding: 0;
}

div#trust-form.contact-form p.submit-container {
	text-align: center;
}

div#trust-form.contact-form div.submessage {
    font-size: 80%;
    font-weight: normal;
    padding-top:6px;;
}

div#trust-form.contact-form span.require {
    margin-left:10px;
    font-family: TsukuGoPr5-M;
    font-size: 10px;
    background-color: #e87272;
    color: #fff;
    border-radius: 4px;
    padding: 5px 6px;
    line-height: 1;
    display: inline-block;
    float: right;
}

div#trust-form.contact-form div.error {
    color: #e55a3b;
}


div#trust-form.contact-form input[type="checkbox"],
div#trust-form.contact-form input[type="radio"] {
    margin-right: 3px;
}
div#trust-form.contact-form label{
	display: block;
	width: 100%;
}

div#trust-form #confirm-button{
	text-align: center;
}

/* split css in input confirm finish  */
div.contact-form-input {}
div.contact-form-confirm {}
div.contact-form-finish {}

div.contact-form-input table {}
div.contact-form-confirm table  {}
div.contact-form-finish table {}

div.contact-form-input table th {}
div.contact-form-confirm table th {}
div.contact-form-finish table th {}

div.contact-form-input table td {}
div.contact-form-confirm table td {}
div.contact-form-finish table td {}


@media only screen and (max-width:600px){
	div#trust-form table{
		margin: 2em auto;
		border: 1px solid #ccc;
		border-bottom-width: 0;	
    margin-bottom: 1.5em;		
	}
	div#trust-form table th,
	div#trust-form table td{
		padding: 0;
		float: left;
		clear: both;
		width: 100%;
	}
	div#trust-form table th{
		background-color: #f4f4f4;
	}
	div#trust-form table ul li{
/* nl.2015.09.15
		line-height: 3.5em;
*/
		line-height: 1.2em;
	}
	div#trust-form.contact-form table tr:hover{
	background: #fff;
}
.lead {
    clear: both;
    padding-bottom: 0px;
}
.lead p { width: 100%; margin-bottom: 0; }
.lead img{padding-bottom:20px;
}
.miryoku_txt {
    width: 100%;
    float: none;
}
.miryoku_right{
    float: none;
    width: 100%;
    padding-bottom: 0;
}
.miryoku_left {
    float: none;
    width: 100%;
}
.miryoku_right img, .miryoku_left img {
    float: none;
    margin-right: 0;
    width: 100%;
}
.miryoku{ padding: 20px 0 10px 0;}
.miryoku .pb30 {
    display: none;
}

.miryoku br{display:none;}
.miryoku h3{margin: 15px 0 15px 0;}
.mr140 {
    margin-right: 0;
}
.num {
    width: 100%;
    float: none;
    padding-top: 0px;
    line-height: 1.5em;
    font-size: 14px;
}
.ml170{
    display: none;
}
.alignright {
    display: block;
    float: none;
    margin: 0 auto;
    width: 80%;
}
.ptb40 {
    padding: 20px 0;
}
.image_box img{width:100%;}
}
