@charset "utf-8";
/* CSS Document */
.mb_m {
	margin-bottom:40px;
}
.mb_l {
	margin-bottom:80px;
}
/*
-----------------------------------*/
/*.contents{
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}*/

/*メールフォーム・メイン（入力・確認）
-----------------------------------*/
.mail_main {
	padding: 30px 0 60px;
}
.mail_main dl,
.mail_main dt,
.mail_main dd {
	box-sizing: border-box;
	color:#333;
}
.mail_main dl {
	background: #fad8d0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:100%;
	line-height: 1.5em;
}
.mail_main dt,
.mail_main dd {
	padding: 20px 10px;
	border-top: 1px solid #ccc;
	display:block;
	font-size:medium;
}
.mail_main dt {
	width: 100%;
}
.mail_main dd {
	background: #fff;
	margin-left: 0;
	border-left: 1px solid #ccc;
	word-wrap: break-word;
}
.mail_main dd:after {
	content: '';
	display: block;
	clear: both;
}
.mail_main li{
	list-style-type:none;
}
.mail_main input,
.mail_main select,
.mail_main textarea{
	padding:10px;
	font-size:medium;
}
.mail_main textarea{
	line-height:1.5em;
	height:80px;
}


/*ステップナビ
-----------------------------*/
.step_navi {
	list-style : none;
	overflow : hidden;
	margin-bottom:30px;
}
.step_navi ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-flow: nowrap;
	-webkit-justify-content:center;
	justify-content: center;
	-webkit-align-items:center;
	align-items: center;
}
.step_navi li {
	display : block;
	width:30%;
	line-height : 60px;
	padding: 0 10px 0 25px;
	text-align:center;
	font-size:medium;
	color : #333;
	text-decoration : none;
	background-color : #ddd;
}
.step_navi li::before {
  	display : block;
  	width : 20px;
  	height : 30px;
	content : " ";
  	border-right : 2px solid #FFFFFF;
  	margin : 0 -22px -31px auto;
  	background-color : #ddd;
  	-webkit-transform : skew(30deg);
  	-moz-transform : skew(30deg);
  	transform : skew(30deg);
}
.step_navi li::after {
  	display : block;
  	width : 20px;
  	height : 30px;
	content : " ";
  	border-right : 2px solid #FFFFFF;
  	margin : -30px -22px 0 auto;
  	background-color : #ddd;
  	-webkit-transform : skew(-30deg);
  	-moz-transform : skew(-30deg);
  	transform : skew(-30deg);           
}
/*現在の状態*/
.step_navi li.current{
  	color : #FFFFFF;
  	background-color : #a25554;
}
.step_navi li.current::after,
.step_navi li.current::before {
  	background-color : #a25554;
}
/*終端部の処理*/
.step_navi li.en::before,
.step_navi li.en::after{
	width:0;
  	border-right :none;
}


/*必須表示
--------------------------------------------*/
.hisu {
	/*display: block;*/
    width: 30px;
    background-color: #dc5a5a;
    text-align: center;
    padding: 2px 5px;
    font-size: small;
    color: #fff;
    border: none;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* 古いFirefox */
  	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
}


/*	ボタン設定
--------------------------------------------*/
#btn_kakunin,
#btn_sousin,
#btn-back,
#btn-home {
	position: relative;
    display: block;
    width: 260px;
    padding: 10px 0 15px;
    margin: 40px auto 30px;
    font-size: xx-large;
    color: #fff;
    background-color: #a25554;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1.2em;
}

#btn_kakunin span{
   	font-size:small;
	display:block;
}
#btn_sousin{
	padding: 10px 0;
}
#btn-back{
	background-color: #ccc;
    width: 150px;
    font-size: 20px;
    padding: 15px 0 10px;
    margin: 20px 0px 20px 0px;
}
#btn-home {
    margin-bottom: 60px;
    text-align: center;
    font-size: x-large;
}
a#btn-home {
	text-decoration: none;	
}
#btn_kakunin:after,
#btn_sousin:after,
#btn-back:after,
#btn-home:after  {
	position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 5%;
    margin-top: auto;
    margin-bottom: auto;
    background: url(../images/arrow.png) no-repeat center center;
    background-size: 100%;
}
#btn-back:after {
	left:5%;
	background: url(../images/arrowLeft.png) no-repeat center center; 
	background-size:100%;
}

/*チェックボタン・ラジオボタンのサイズ設定
-----------------------------------------------------*/
input[type="checkbox"] {
    font-size: large;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
input[type="radio"] {
    font-size: large;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
input, select {
    vertical-align: middle;
}
/* 
---------------------------------------------*/
.thanks_text{
	margin-top:10px;
	text-align:center;
	line-height:1.5em;
}
.thanks_text p{
	margin-bottom:10px;
}


@media all and (min-width: 769px) {
.mail_main dt {
    width: 30%;
    float: left;
}
.mail_main dd {
	background: #fff;
	margin-left: 30%;
	padding-bottom: 10px;
	border-left: 1px solid #ccc;
	word-wrap: break-word;
}

.mail_main {
	margin-left:auto;
	margin-right:auto;
	width:100%;
    padding-top: 10px;
}
.mail_main dt,
.mail_main dd {
	font-size:medium;
}
.mail_main dt{
    padding-top: 15px;
}

/*ステップナビ
-----------------------------*/
.step_navi ul{
	display: block;
}
.step_navi li {
	width: 30.5%;
    display: block;
    float: left;
    padding: 0 10px;
    line-height: 60px;
    text-align: center;
    font-size:large;
}
/*チェックボタン・ラジオボタンのサイズ設定
-----------------------------------------------------*/
input[type="checkbox"] {
    font-size: large;
    height: auto;
    width: auto;
}
input[type="radio"] {
    font-size: large;
    height: auto;
    width: auto;
}

/*必須表示
--------------------------------------------*/
.hisu {
	display: block;
    /*width: 30px;
    background-color: #dc5a5a;
    text-align: center;
    padding: 2px 5px;
    font-size: small;
    color: #fff;
    border: none;
	border-radius: 5px;     
	-moz-border-radius: 5px;   
  	-webkit-border-radius: 5px; */
}

/*	ボタン設定
--------------------------------------------*/
#btn_kakunin,
#btn_sousin,
#btn-home {
	width:350px;
    font-size: 40px;
}
#btn-home {
	margin: 80px auto 100px;
	padding: 10px 30px;
    font-size: 40px;
}
a#btn-home {
	display:block;
	text-align:center;
	color: #fff;
	text-decoration: none;		
}
#btn-back {
	width: inherit;
    padding: 15px 70px;
    font-size: 21px;
}	
#btn_kakunin span{
	display: block;
	font-size:20px;
}
#btn_kakunin:after,
#btn_sousinafter,
#btn-back2:after,
#btn-home:after {
	position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 28px;
    top: 0;
	bottom:0;
    right: 3%;
	margin-top:auto;
	margin-bottom:auto;
    background-size: 12px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#btn-back:after {
	left: 5%;
	background: url(../images/arrowLeft.png) no-repeat center center;
	background-size: 100%;
}
#btn_kakunin:hover,
#btn_sousin:hover,
#btn-home:hover {
	background-color: #db9aa9;
}
#btn-back:hover {
	background-color: #ddd;
}
/* 
---------------------------------------------*/
.thanks_text{
	margin-top:50px;
	font-size:large;
}
.thanks_text p{
	margin-bottom:20px;
}

/*
-------------------------------------------------*/
.retrun_message {
	 margin-top:50px;
	 text-align:center;
	 line-height:1.5em;
	 font-size:medium;
}
}
