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

  fonts

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

@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

.webfont {
	font-family: 'Oswald', sans-serif;
}


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

  共通スタイル

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

/* body */

html,body{
	color : #333 ;
    width : 100% ;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif ;
	background: #f9f8f8 ;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

p {
	font-size   : 1.05em ;
	line-height : 200% ;
}

/* cleatfix */

.clearfix {zoom:1;}
.clearfix:after {
	content : ""    ;
	display : block ;
	clear   : both  ;
}

/* link */

a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #8b0635;
}

a:hover {
	text-decoration: none;
	color: #0882c8;
}

/* h1-h7 */

h1 {
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #444;
}

h1#logo {
	text-align: left;
	margin-bottom: 20px;
	border-bottom: none;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 20px;
	padding: 8px 0 8px 10px;
	border-left: 8px solid #444;
}

/* list */


/* margin_auto */

.m_center {
	width   : 680px ;
	margin  : 0 auto ;
	padding : 100px 0 ;
}

/* margin-bottom:0; */

.mb_off {
	margin-bottom:0 !important;
}

/* text */

.red {
	color: #bc3030;	
}

.error {
	color: #F00;	
}

/* flow */

#flow {
	margin: 0 auto 20px;
	display: table;
}

#flow li {
	float: left;
	margin-right: 20px;
	padding-right: 40px;
	background: url(../img/arrow_gray.png) no-repeat right center;
}

#flow li#step_C {
	margin-right: 0;
	padding-right: 0;	
}

#flow li span {
	width: 86px;
	height: 86px;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #d1d1d1;
}

#flow li span.flow_on {
	color: #fff;
	background: #444;
}

/* info */

#info {
	margin-bottom: 40px;	
}

#info .left {
	width: 200px;
	float: left;
	display: inline;
}

#info .right {
	width: 450px;
	float: right;
	display: inline;
}

#info .right li {
	text-indent: -1em;
	margin-left: 1em;
}

/* form */

.form {
	margin-bottom: 40px;	
}

.form table {
	width: 100%;
}

	.form table th ,
	.form table td {
		padding: 16px;
		border-bottom: 5px solid #f9f8f8 ;
	}
	
	.form table th {
		width: 30%;
		background: #e8e7e7;
		text-align: left;
		vertical-align: top;
		padding-top: 22px;
	}
	
	.form table td {
		width: 70%;
		background: #fff;
	}

#enquete li {
	margin-right: 15px;
	margin-bottom: 4px;
	line-height: 180%;
	float: left;
	display: inline;	
}

/* input */

.form td p {
	font-size: 0.9em;
	margin-bottom: 8px;	
}

.form .name dt {
	width: 10%;
	float: left;
	display: inline;
	padding-top: 7px;
}

.form .name dd {
	width: 35%;
	float: left;
	display: inline;
	margin-right: 5%;
}

.form .address {
	margin-bottom: 5px;
}

.form .address dt {
	width: 15%;
	float: left;
	display: inline;
	padding-top: 7px;
}

.form .address dd {
	width: 85%;
	float: left;
	display: inline;
}

.form input ,
.form select {
	padding: 8px;
	border: 1px solid #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #fcfcfc;
}

#name_1,
#name_2,
#kana_1,
#kana_2,
#address,
#mail_1 ,
#mail_2 {
	width: 100%;	
}

#zip_1,
#tel_1,
#tel_2,
#old ,
#sanka ,
#yotei {
	width: 18%;	
}

#zip_2,
#tel_3 {
	width: 24%;	
}


#address {
	margin-top: 8px;
}


/* privacy */

#privacy {
	margin-bottom: 20px;	
}

#privacy div {
	border: 10px solid #e8e7e7;
	padding: 20px;
	background: #fff;
}

#privacy div p {
	margin-bottom: 15px;
	line-height: 180%;
}

#privacy div ol {
	margin-bottom: 15px;
	line-height: 180%;
}

	#privacy div ol li {
		list-style:decimal;
		margin-left: 16px;
	}

#privacy .center {
	margin-bottom: 0 ;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

#privacy .center label {
	font-weight: bold;
}

/* formbtn */

#form_btn {
	margin-bottom: 30px;
	text-align: center;
}

input.link_btn ,
a.link_btn {
	color: #fff;
	font-weight: normal;
	text-align: left;
	text-decoration:none ;
	
	margin: 0 auto 20px;

	-webkit-transition : 0.3s ;
	-moz-transition    : 0.3s ;
	-o-transition      : 0.3s ;
	-ms-transition     : 0.3s ;
	
	background: url(../img/arrow_white.png) no-repeat;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	
	display: block;
}

input.link_btn {
	font-size: 1.3em;
	width: 240px;
	padding: 20px 40px;
	border: none;
	cursor:pointer;
	background-color: #444; 
	background-position: 85% center;
}

input.link_btn:hover {
	background-color: #222; 
	background-position: 80% center;
}


a.link_btn {
	font-size: 1em;
	width: 200px;
	padding: 12px 15px 12px 35px;
	background-color: #aaa; 
	background-position: 90% center;
}

a.link_btn:hover {
	background-color: #777; 
	background-position: 85% center;
}




input.link_btn_s ,
a.link_btn_s {
	color: #fff;
	font-weight: normal;
	text-align: left;
	text-decoration:none ;
	
	margin: 0 auto 20px;

	-webkit-transition : 0.3s ;
	-moz-transition    : 0.3s ;
	-o-transition      : 0.3s ;
	-ms-transition     : 0.3s ;
	
	background: url(../img/arrow_white.png) no-repeat;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}

input.link_btn_s {
	font-size: 1.3em;
	width: 180px;
	padding: 20px 40px 20px 65px;
	border: none;
	cursor:pointer;
	background-color: #444; 
	background-position: 85% center;
}

input.link_btn_s:hover {
	background-color: #222; 
	background-position: 80% center;
}


input.btn_back {
	margin-right: 20px;
}

input.btn_send {
	background-color: #E0751D; 
}
input.btn_send:hover {
	background-color: #B75C12;
}





/* copyright */

#copyright {
	font-size: 0.85em;
	text-align: center;	
}


