@charset "UTF-8";
#form {
	padding-top: 100px;
}
#form_member {
	padding-top: 20px;
}
#form h2.mgb30{
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #2163d2;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 0;

	&:before{
		display: none;
	}
}
.summary{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;

	dt{
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
		box-sizing: border-box;
		font-size: 14px;
		width: 20%;
		padding: 10px 5px;
	}
	dd{
		border-bottom:1px solid #ccc;
		box-sizing: border-box;
		font-size: 14px;
		width: 80%;
		padding: 10px 5px;
	}
}
.form {
	width: 100%;
	font-size: 16px;
}
.form .satei {
	text-align: 2em;
}
.form table {
	margin-top: 10px;
	width: 100%;
}
.form table tr {
	display: block;
	width: 100%;
	text-align: left;
	/* font-size: 0.7rem; */
	line-height: 2em;
}
.form table th {
	display: block;
	width: 90%;
	background-color: #E5E5E5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 10px;
}
.form table th.hiss {
	background-image: url("https://www.kokuei.jp/sp/images/hiss.png");
	background-repeat: no-repeat;
	background-position: 85% center;
	background-size: 15%
}
.form table td {
	display: block;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5%;
	background-color: #FFF;
	padding-right: 5%;
}
form .title2 {/*帯タイトル*/
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #ddd;
	color: #000000;
	font-size: 16px;
	vertical-align: central;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
	font-weight: bold;
}
#form p,#form .cap,#form .cap2{
	line-height: 1.5em;
}
#form p.red{
	color: #f00;
}
#form th.must{
	position: relative;

	&:after{
		content: "必須";
        background: #fff;
        color: #F00;
        font-size: 10px;
        width: fit-content;
        height: fit-content;
        max-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0 3px;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translate(0, -50%);
	}
}
#form td.td_flex{
	display: flex;
	flex-wrap: wrap;

	p{
		width: 100%;

		span{
			display: block;
			font-size: 12px;
		}
	}
	label{
		width: 25%;
		margin: 0 0 10px;
	}
	select{
		width: 75%;
		margin: 0 0 10px;
	}
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=tel] {
	width: 93%;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

/*　セレクトボックス */
label.select {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	margin-bottom: 0px;
}
.ipselect select::-ms-expand {
    display: none;
}
.ipselect.cpsl {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.ipselect.cpsl::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.ipselect.cpsl select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

textarea {
	width: 97%;
	height: 10%;
	font-size: 16px;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
input[type=radio],  input[type=checkbox] {
	margin-right: 5px;
	-moz-transform-origin: right center;
	-moz-transform: scale( 1.5, 1.5 );
	-webkit-transform-origin: right center;
	-webkit-transform: scale( 1.5, 1.5 );
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*radio,checkbox　横並び*/
.choose_f {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5%;
	margin-top: 5px;
}
.choose_f li {
	width: 45%;
	background-color: #EEE;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	font-size: 14px;
	float: left;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 15px;
	vertical-align: center;
}
/*radio,checkbox　100%*/
.choose {
	width: 100%;
	margin-bottom: 3%;
	margin-top: 10px;
}
.choose li {
	background-color: #EEE;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: center;
}
.submit {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 10%;
	font-size: 20px;
	margin-bottom: 50px;
}
input[type="submit"] {
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 0.8em;
	/* border-radius: 5px; */
	text-decoration: none;
	background-color: #CC0033;
	color: #fff;
	display: inline-block;
	border: none;
	font-weight: bold;
	padding-top: 0px;
	-webkit-appearance: none;/*スマホsubmitデザインデフォルト解除*/
}
input.check {
	background: #2b5fb7;
}
input[type="button"] {
	width: 38%;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	line-height: 1em;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-appearance: none;/*スマホsubmitデザインデフォルト解除*/
	border: 1px solid #d7dada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
	color: #000000;
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
.bt_set {
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	padding-top: 10px;
	padding-right: 4%;
	padding-bottom: 10px;
	padding-left: 4%;
	position: fixed;
	bottom: 0px;
	z-index: 500;
	font-size: 1.0rem;
	width: 92%;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
}
/************
ボタン
*************/
.bt_set {
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	padding-top: 10px;
	padding-right: 4%;
	padding-bottom: 10px;
	padding-left: 4%;
	position: fixed;
	bottom: 0px;
	z-index: 500;
	font-size: 1.0rem;
	width: 92%;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
}
.bt_set ul {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.bt_set li {
	float: left;
	width: 52%;
	margin-right: 1%;
	margin-left: 1%;
	background-image:-moz-linear-gradient(  top,  #FF550B 0%,  #ED290D);
	background-image:-webkit-gradient(  linear, left top, left bottom,  from(#FF550B),  to(#ED290D));
	color: #FFF;
	font-size: 0.75rem;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.bt_set li.return {
	width: 30%;
	background-image:-moz-linear-gradient(  top,  #EAEAEA 0%,  #CCC);
	background-image:-webkit-gradient(  linear, left top, left bottom,  from(#EAEAEA),  to(#CCC));
	color: #666;
}

/*=========================
Chromeでinputがオートフィルされてると背景色が黄色になるのを回避
=========================*/

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*=========================
プライバシーポリシー
=========================*/

.form-pv {
	margin:20px 5px 15px;
	border:1px solid #ededed
}
.form-pv-label {
	position:relative;
	margin:0;
	font-size:15px;
	background-color:#999999;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.form-pv-toggle {
	position:absolute;
	top:1px;
	right:5px;
	display:block;
	width:23px;
	height:23px;
	background-color:#999;
	background-size:contain;
	font-size:0px
}
.form-pv-toggle.active {
	background-image:url("../images/form_toggle-close.png")
}
.form-pv-text {
	display:none;
	width:95%;
	max-height:120px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.form-pv-text p, .form-pv-text ul, .form-pv-text ol {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height: 150%;
	text-align: left;
}
.form-pv-text a {
	color:#262626;
	text-decoration:underline
}
.form-pv .form-pv-text ol li dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}
.form-pv .form-pv-text ol li dl dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	color: #333;
}
.form-pv .form-pv-text ol li dl dd {
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.form-pv .form-pv-text ol li p strong {
	font-size: 15px;
	font-weight: bold;
}
/*=========================
物件お問い合わせ・資料請求
=========================*/
table.bukken {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	border-collapse:collapse;
	font-size: 14px;
}
.bukken tr th {
	padding: 10px;
	background-color: #eee;
	text-align: left;
	width: 30%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.bukken tr td {
	padding: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#demand th {
	background-color: #eeeeee;
	text-align: left;
	padding: 3px;
}
#demand td {
	padding: 3px;
}
section .box .cap {
	margin-bottom: 20px;
}

/*
=========================
サンクスページ
=========================
*/

#thanks {
	padding: 100px 10px 50px;
	overflow: hidden;
}
#thanks .section_title {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	margin-bottom: 20px;
}
#thanks p {
	text-align: left;
	font-size: 100%;
	line-height: 150%;
	color: #666;
	margin-bottom: 30px;
}
#thanks address {
	font-style: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: left;
	line-height: 130%;
	padding-top: 20px;
	font-size: 85%;
}
#form .inner form .cap {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
#form .inner form .login {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#form .inner form .login tr th {
	font-weight: normal;
	font-size: 13px;
}
#form .inner .pass,
#form .inner .link {
	font-size: 16px;
	text-align: center;
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}
#form .inner .wrap_form,
#form .inner .wrap2_form{
	margin-bottom: 20px;
}
