@charset 'UTF-8';

/*---------------------------------------------
INPUT BUTTON
----------------------------------------------*/
body{
	margin:0;
	padding:0;
	font-size: 16px;
}

textarea, select, input, button, .btn {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
textarea, input[type="text"], input[type="email"], input[type="tel"] {
    width:98%;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    padding: 6px 3px;
    border: 1px solid #D9C9B9;
    border-radius: 3px;
    background:#F5F1ED;
	-webkit-appearance: none;

}

select{
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    padding: 6px 3px;
    border: 1px solid #D9C9B9;
    border-radius: 3px;
    background: #EFF1EC;

}


textarea.dim, input.dim {
    color: #76AB5D;
    border: 1px dotted #cfd5dd;
}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    outline: none;
	-webkit-appearance: none;
}
textarea {
    min-height:5em;
    resize: vertical;
    overflow: auto;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
    font-size: 15px;
    /* font-weight:bold; */

    text-align: center;
    padding: 8px 30px;
    color: #003366;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	-webkit-appearance: none;
}
input:hover[type="submit"], input:hover[type="reset"], input:hover[type="button"], button:hover, .btn:hover {
    color: #003366;
    background-color:#EFF1EC;
    text-decoration: none!important;

    box-shadow: none;
    -webkit-box-shadow: none;
}

input[type="submit"].chk {
    color: #fff;
    background-color: #003366;
}
input[type="submit"].chk:hover {
    color: #fff;
    background-color:#003366;
}
input[type="checkbox"], input[type="radio"] {
    border: none;
    top: -2px;
    top: 0\9;
    margin-right: 6px;
    margin-right: 0\9;
}
label {
    padding-right: 1em;
}
label.ckbox {
    padding-right: 20px!important;
}


/*a[href^="tel:"] {
    pointer-events: none;
}*/

input.wS {
    width: 200px;
    padding: 8px 0;
    text-indent: 3px;

}



/* --------------------------------

-------------------------------- */

#contactform {
    position: relative;
    width: auto;
    margin: 20px 10px 60px;
}

#contactform #stepbox {
    position: relative;
}
#stepbox ul {
    width: 100%;
    letter-spacing: -0.4em;
    margin: 0 0 6px 0;
    overflow: hidden;
	padding: 0;
}
#stepbox ul li {
    position: relative;
    display: inline-block;
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #ddd;
    color: #333;
    letter-spacing: normal;
    margin-right: 1%;
}
#stepbox ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #ddd;
    background-color: #fff;
}
#stepbox ul li:last-child {
    width: 30%;
    margin-right: 0;
}
#stepbox ul li:last-child:after {
    content: none;
}
#stepbox ul li.current {
    background-color: #222;
    color: #fff;
}
#stepbox ul li.current:after {
    border-left-color: #222;
}



/* --------------------------------
-------------------------------- */

#contactform table {
    position: relative;
 
    border: none;
    width: 90%;
    margin: 20px 5% 30px;
}


.ie8 #contactform table {
    width: 96%;
    margin: 0 2%;
}
#contactform table tr {
    width: 100%;
}
#contactform table th, #contactform table td {
    display: table-cell;
    padding: 10px 10px;
    text-align: left;

    color: #333;
    vertical-align: center;
	border-bottom:#ccc solid 1px;

}
#contactform table th {

    color: #333;
	border-bottom:#003366 solid 1px;


        line-height: 1.5;
        margin: 0 auto;
        padding: 10px;
		font-weight:normal;
	width: 30%;
	color: #000;

    }
	
    #contactform table td {

 
        padding: 6px 0 12px;
		border-bottom:none;
		margin-bottom:10px;
    }
    #contactform table td.ajst {
        padding-top: 16px;

    }
	
	    #contactform table td.ajst label {
			margin-bottom:1em;
			
		}

#contactform table td.ajst {
    padding-top: 8px;
}

#contactform table th label span {
    color: #f00;
    font-size: 18px;
    line-height: 1;
    /**/

    vertical-align: middle;
    margin-left: 5px;
    padding: 0;
}
/* req btn*/

#contactform table th .req {
    background-color: #E97669;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    /**/

    vertical-align: middle;
    margin-right: 6px;
    padding: 1px 3px;
}
#contactform table th .opt {
    background-color: #9bc415;
    color: #fff;
    font-size: 10px;
    margin-right: 6px;
    padding: 1px 3px;
}
/* ex btn*/

#contactform table td .ex {
    font-size: 11px;
    color: #555;
    margin-top: 4px;
    margin-left: 4px;
}
#contactform table td .ex .lbl {
    display: inline-block;
    background-color: #eee;
    color: #333;
    font-size: 10px;
    margin-right: 6px;
    margin-top: 4px;
    padding: 0 2px;
}
#submit, #reset {
    margin: 10px 10px 10px;
}

    #contactform table td {
		border-bottom: #ccc solid 1px;


        padding: 10px;
    }
    #contactform table td.ajst {
        padding-top: 16px;
    }
    input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
        font-size: 15px;
        padding: 12px 20px;
        margin: 0 6px;
    }
	
#contactform table th label span {
    font-size:24px;

}

.txreq{
	color:#f00;
	margin-bottom:0;
}

#btnbox {
    margin: 20px 0;
    text-align: center;
}
#msgbox {
    position: relative;
    margin: 10px 0;
    padding: 10px 3%;
    border: 1px solid #333;
    color: #872D36;
}
#msgbox p.error_messe {
    line-height: 1.3;
}
#contactform h2 {
    font-size: 18px;
}
#contactform p {
    font-size: 14px;
    border-bottom: none;
}


		
    input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
        font-size: 15px;
        padding: 12px 10px;
        margin: 0 20px;
		width:25%;
    }
	
textarea, input[type="text"], input[type="email"], input[type="tel"] {

}


input.wS{
	width:50%;
}


.wSs{
	width:50%;
}



/* タイトル */
#titBox {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align:center;
}

#titBox h1 {
	margin: 0;
	padding: 5px 0;
}

	#flowNav ul {
		width: 100%;
		padding: 0 ;
	}

/* 進行ナビ */
#flowNav {
	background-color: #ECECF0;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align:center;
}

#flowNav ul {
	display: table;
	table-layout: fixed;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width:700px;
}

#flowNav ul li {
	display: table-cell;
	font-size: 12px;
	margin: 0;
	padding: 8px 0;
}

#flowNav ul li span {
	color: #333;
	background-color:#CBD1D8;
	display: block;
	margin: 5px;
	padding: 5px;
}


#flowNav ul li.set {
	background: url(../img/flow_arw.png) no-repeat right center;

}
#flowNav ul li.set span {
	color: #999;
	background:#FFF;
	margin-right: 12px;
}

#flowNav ul li.cur {
	background: url(../img/flow_arw.png) no-repeat right center;
}
#flowNav ul li.cur span {
	color: #FFF;
	background: #003366;
	margin-right: 12px;
	border:#fff solid 1px;
}

#flowNav ul li span b {
	font-size: 14px;
	display: block;
	margin: 0;
}


#wrap{
	width: 800px;
	margin: 0 auto;
}

header{
	text-align: center;
	margin-bottom: 2em;
}

header h1{
	color: #ffffff;
	font-size: 160%;
	margin: 0;
	padding: 1em 0;
	line-height: 1.6;
background-image: url(../../../img_common/titlebg.jpg);
}

.txbx{
	width: 94%;
	margin: 0 auto 1.5em;
}

.txbx p{
	padding-left: 1em; 
    text-indent: -1em;
}

.thtx{
	text-align: center;
}

@media screen and (max-width:767px){
	
#wrap {
    width: 100%;
    margin: 0 auto;
}
	
	header img{
		width: 100%;
	}
	
	header h1{
		font-size: 120%;
	}
	
#contactform table {
 
    margin: 20px 0 30px;
}	
	
	#contactform table th,
	#contactform table td{
		width: 100%;
		display: block;
	}
	
#flowNav ul {
    width: 100%;
}
	
input[type="submit"], input[type="reset"],input[type="button"] {

    width: 35%;
}
	
	#titBox img{
		width: 100%;
	}
	
#contactform table td {
    border-bottom: none;

}
	
}


/*------------------------------------------------
表示・非表示・改行
------------------------------------------------*/
.spOn { display: none !important;}

@media screen and (max-width:640px){
	.spOn { display: block !important;}/*スマホ版のみ表示*/
	.pcOn { display: none !important;}/*PC版のみ表示*/


}
