@charset "utf-8";

/* ==================================================================
	reservation.css
	
=================================================================== */

/* --------------------------------
   □ common
-------------------------------- */

.contents > main section {
    margin-bottom: 0;
	padding-bottom:60px;
}

input.text, textarea, select {
	width:100%;
}
	
	/* ◆ タイトル
	-------------------------------- */

	.contents h3.title{
		background:url(../../images/common/h3_border_top.png) 0 0 no-repeat;
	}
	
	.contents h3.title.center{
		text-align:center;
		font-size:214%;
		padding-bottom:25px;
		background:url(../../images/common/h3_border_bottom.png) 50% 100% no-repeat;
		margin-bottom:50px;
	}
	
		.contents .complete h2{

            font-size:214%;
			margin-bottom:25px;
			font-weight:700;
            text-decoration: none;
			text-align:center;
		}


/* --------------------------------
   □ コンテンツ
-------------------------------- */
p.txt{
	font-size:121%;
	margin-bottom:50px;
}

p.error{
	font-size:121%;
	margin-bottom:25px;
}

p.bold{
	font-weight: 700;
}

div.area{
	background:#fff;
	overflow: hidden;
	padding:40px 35px;
	box-sizing:border-box;
}

div.area.intro{
	padding-bottom: 0;
}

.division .area{
    padding: 0 0 40px;
}

div.area p{
	font-size: 114.94%;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.75;
}

.division{
	clear:both;
	background:#fff;
	padding: 50px 60px;
}

.division ul.flow{
	overflow:hidden;
	margin-bottom: 60px;
}

.division ul.flow li{
    color: #fff;
    background: #bbbbbb;
    width: 253px;
    float: left;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    margin-right: 60px;
    font-size: 114%;
    font-weight: 700;
    position: relative;
}

.division ul.flow li.select{
	border: 1px solid #023793;
    color: #023793;
    background: #fff;
}

.division ul.flow li:last-child{
	margin-right:0;
}

.division ul.flow li:last-child:after{
	background:none;
}

.division ul.flow li:after{
	position: absolute;
    top: 50%;
    right: -14%;
    margin-top: -4px;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #929292;
    border-right: 1px solid #929292;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

table{
	width:100%;
	margin-bottom: 34px;
}

table tr {
    border-bottom: 1px solid #E8E8E8;
}

table th,
table td {
    padding: 15px 0;
}

table th{
	font-size:114%;
	width: 27%;
}

table td input {
	border:1px solid #d3cdbe;
}

label{
	display: inline-block;
    vertical-align: middle;
	float: left;
    padding: 5px 7px;
}

table th span.em{
	color:#d93737;
	border:1px solid #d93737;
	padding:5px 7px;
	float: right;
	margin-right:20px;
	font-size: 81%;
}


.submitArea {
	padding: 0;
	margin-top: 0;
}

.contents .buttonStyle button{
	color: #fff;
    width: 40%;
    border-radius: 50px;
	background-color:#023793;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
}

.contents .buttonStyle button.submitStyle span{
	background:url(../../images/common/icon/arrow/arrow_white.png) 0 50% no-repeat;
    padding-left: 23px;
}

.contents .buttonStyle.gray a {
	border-radius: 50px;
    font-size: 128%;
    font-weight: 700;
}

.contents .buttonStyle.gray a span{
	background:url(../../images/common/icon/arrow/arrow_white.png) 0 50% no-repeat;
}

.contents .buttonStyle.green a{
	background: #008c44;
    border-radius: 50px;
    font-size: 128%;
    width: 35%;
}

.contents .buttonStyle.center{
	text-align:center;
}

.submitArea.btnlist{
	overflow:hidden;
}

.submitArea.btnlist li{
	width: 50%;
    float: left;
}

.submitArea.btnlist li a{
	width: 50%;
}

.submitArea.btnlist li button{
	width: 70%;
}


.contents .division.complete h3 {
    padding: 20px;
    text-align: center;
}

.contents h4{
    background:#eeeeee;
    padding:20px;
    color:#292929;
    font-size:122.12%;
    border-left: 4px solid #023793;
    margin-bottom: 30px;
}

.contents .subsection dl{
    font-size: 114.94%;
    margin-bottom: 37px;
    line-height: 1.75;
}
.contents .subsection dl dt{
    font-weight: 700;

}
.contents .subsection dl strong{
    color: #E24848;
    font-weight: 700;
}

.contents .text._privacy {
    font-size: 107.75%;
    text-align: center;
    margin-bottom: 37px;
}
.contents .text._privacy a {
    text-decoration: underline;
}
.contents .text._privacy a[target="_blank"]:after {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 0.05em;
    background: url(../../images/real-estate/blank.png) no-repeat center;
    background-size: contain;
    padding-left: 0.5em;
}

@media only screen and
(max-width : 767px) {

.contents section.wide{
	margin:auto;
	padding: 7% 3%;
}

.contents main > section{
	padding:7% 0;
}

/* --------------------------------
   □ accentArea
-------------------------------- */ 
p.txt {
    margin-bottom: 30px;
}

div.area {
    padding: 40px 0;
}

div.area.intro {
    padding-top: 15px;
}

.division .area {
    padding-bottom: 25px;
}
.division .area p {
    padding: 0;
}

div.area p {
    font-size: 107.75%;
	padding: 4%;
    text-align: left;
}

.division {
    padding:4%;
}

.division ul.flow {
    margin-bottom: 0px;
}

.division ul.flow li{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
	padding: 4%;
}

.division ul.flow li:after {
    position: absolute;
    top: inherit;
    bottom: -30%;
	right: 46%;
    margin-top: -4px;
    display: block;
    border-top: 1px solid #929292;
    border-right: 1px solid #929292;
	border: 1px solid;
	border-color:  transparent transparent #565656 #565656;
	transform: rotate(-45deg);
}

.division ul.flow li:last-child:after{
	display:none;
}

table th,
table td{
    width: 100%;
	display:block;
	box-sizing:border-box;
	overflow: hidden;
}

.contents .buttonStyle button {
    width: auto;
}

.submitArea.btnlist li {
    width: auto;
    float: none;
    margin-bottom: 20px;
}

.submitArea.btnlist li button {
    width: 74%;
}

.contents .buttonStyle.green a {
    width: auto;
}


}

	
