.footer *,
.footer *:after,
.footer *:before{
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

.sample5_btn{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

@media screen and (max-width: 768px){
	.footer *,
	/* .footer *:after, */
	.footer *:before
	{
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		line-height: 2;
		font-size: 14.4px;
	}
	.sample4_btn{
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.footer .footer-fb-btn {
		line-height: 1;
		font-size: 16px;
	}
	.footer .copyright p{
		font-size: 8px;
	}
	.footer .footer-inner ul *{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1;
	}
	.footer-inner ul{
		margin: 0;
	}
	.footer-company{
		margin-top: 30px;
	}
}

div.wpcf7 {
	margin: 0;
	padding: 0;
	position: relative;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 span.ajax-loader{
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
.wpcf7c-elm-step2 {}
.wpcf7c-elm-step3 {}
.wpcf7 .ajax-loader{}

.wpcf7c-hide {display: none;}
.wpcf7c-force-hide {display: none !important;}
.wpcf7c-conf {background-color: #999999; color: black; border: 1px solid #333333;}



dl, dt, dd {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* font-size: 62.5%; */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

button,
input,
select,
textarea {
	background-color: #f7f7f7!important;
	border-radius: 0;
	font-size: 16px;
	/* font-size: 1.6rem; */
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))!important; /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea!important;
	border: 1px solid rgba(51, 51, 51, 0.1)!important;
	color: #707070!important;
	color: rgba(51, 51, 51, 0.7)!important;
	margin: 0!important;
}

input:focus,
textarea:focus {
	background-color: #fff!important;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3)!important;
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

select:focus{
	background: #f7f7f7!important;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0!important;
	color: #fff!important;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070!important;
	background-color: rgba(51, 51, 51, 0.7)!important;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

.hentry {
	background-color: #fff;
	margin: 0 7.6923%;
	margin-top: 7.6923%;
	padding-top: 5%;
}

@media screen and (max-width: 767px){
	.hentry {
		margin: 0;
	}
}

@media screen and (min-width: 38.75em){
	.hentry{
		border: 1px solid rgba(0, 0, 0, 0.15);
		margin: 0 7.6923% 50px;
	}
}

@media screen and (min-width: 59.6875em){
	.hentry{
		margin: 0;
		margin-bottom: 50px;
	}
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/* 表示先でのスクロールバー非表示 */
.no-scroll{
	overflow:hidden;
}
/* お問い合わせページ */
.none{display:none;}
.contact-main .entry-content, .contact-main .entry-summary {
    padding: 0 20px;
    margin-bottom: 50px;
}

.contact-tel {
    width: 40%;
    margin-bottom: 20px;
}


/* メールフォーム */
.contact-form {
    margin-bottom: 100px;
}
.contact-form-inner{
	position: relative;
}
.contact-form-title {
    position: absolute;
    width: 27%;
    padding: 30px 12% 30px 0;
    font-size: 16px;
    line-height: 2;
}
.contact-form-title02 {
    position: absolute;
    width: 28%;
    padding: 30px 7% 30px 0;
    font-size: 16px;
    line-height: 2;
}
.contact-form-input {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 0 30px 30%;
    margin: 0;
    border-bottom: 1px dotted #CCC;
}
.contact-form-box
 {
    width: 49%;
		margin-right:1%;
}
.contact-form-box2 {
    width: 70px;
    float: left;
    margin-right: 10px;
}
.contact-form-box3
 {
    width: 90%;
    float: left;
		margin-right:1%;
		overflow:hidden;
		margin-bottom: 15px;
}
.contact-form-box4
 {
    width: 90%;
    float: left;
		margin-right:1%;
		overflow:hidden;
		margin-bottom: 50px;
}
.form-input-label-01,
.form-input-label-02,
.form-input-label-03,
.form-input-label-04,
.form-input-label-01-plus,
.form-input-label-02-plus
{
    float: left;
    font-size: 14px;
    line-height: 2.5;
    margin-right: 5px;
    padding: 0 0%;
    text-align: left;
}
.form-input-label-01 {
    width: 30%;
}
.form-input-label-01-plus {
    width: 10%;
}
.form-input-label-02 {
    width: 30%;
}
.form-input-label-02-plus {
    width: 20%;
}
.form-input-label-03 {
    width: 5%;
}
.form-input-label-04 {
    /* width: 40%; */
    width: 100%;
	margin-bottom: 10px;
}
.form-input-label-05 {
    width: 80%;
    display: inline-block;
    margin: 5px;
}
.form-input-label-06 {
	margin-top: 20px;
}

.form-name,
.form-furigana
 {
    float: left;
		width: 78%!important;
}
.form-email
 {
    float: left;
		width: 88%!important;
}
.form-tel
 {
    float: left;
		width: 78%!important;
}
.form-fax
 {
    float: left;
		width: 78%!important;
}
.hissu {
    margin: 0px;
    width: 60px;
    text-align: center;
    position: absolute;
    top: 32px;
    right: 0;
    background: #D63333;
    font-size: 0.8em;
    color: #FFF;
}
.contact-form .wpcf7c-conf{
    border:0;
    padding:0;
    background-color:#fff!important;
}

.contact-form-privacy {
    height: 200px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
    overflow: auto;
    border: 1px solid #CCC;
    margin: 10px 0 30px;
}


.contact-main .confirm {
    width: 50%;
    margin: 0 25%!important;
    line-height: 2;
    font-size: 1.2em;
    font-weight: normal;
    background: #1C65B2!important;
}
.contact-main .back {
    width: 100%;
    line-height: 2;
    font-size: 1.2em;
    font-weight: normal;
    background: #1C65B2!important;
}
.contact-main .submit {
    width: 100%;
    line-height: 2;
    font-size: 1.2em;
    font-weight: normal;
    background: #00B4C7!important;
}
.contact-main .confirm:hover {
    background: #323232!important;
}
.contact-form-btn{
    width: 80%;
    margin: 40px 10%　0;
    list-style-type: none;
		overflow: hidden;
}
.contact-form-btn02{
    width: 50%;
    margin: 40px auto 0;
    list-style-type: none;
		overflow: hidden;
}
.contact-form-btn02 li {
    width: 100%;
}

/* clearfix */
.contact-form-btn:before,
.contact-form-btn:after {
    content: "";
    display: table;
}
.contact-form-btn:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.contact-form-btn {
    zoom: 1;
}
.contact-form-btn{
    width: 60%;
    margin: 0 20%;
    list-style-type: none;
		overflow: hidden;
}

.contact-form-btn li {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.contact-form-btn li:last-child{
		margin-right:0;
}

/* 退去申請フォーム */
.contact-main p,
.contact-main span,
.contact-main a {
    font-size: 14px;
}

.contact-main span {
	margin-right:10px;
	line-height:170%;
	z-index: 1;
}

.contact-form p{
    margin: 0;
}

.form-caution
 {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 5px 0;
}
.kitsuen {
    line-height: 2.5;
}

/* メールフォーム確認画面 */
.contact-form .wpcf7c-conf{
    border:0!important;
    padding:0;
    background-color:#fff!important;
}
.fukidashi-heading {
    position: relative;
    padding: 18px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    background-color: #1c61a4;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.fukidashi-heading:before {
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 22px transparent solid;
    border-right-width: 0;
    border-left-color: #1c61a4;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
}
/* メールフォーム スマホ */
@media (max-width: 767px) {
	.contact-form{
		margin-bottom: 50px;
	}
	.contact-tel {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.contact-form-title, .contact-form-title02 {
	    position: relative;
	    width: 100%;
	    padding: 10px 0 10px 0;
	    font-size: 16px;
	    line-height: 2;
	}
	.contact-form-input {
	    position: relative;
	    display: block;
	    overflow: hidden;
	    padding: 0 0 30px;
	    margin: 0;
	    border-bottom: 1px dotted #CCC;
	}
.contact-form-box {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
}
.form-input-label-01 {
    float: left;
    font-size: 14px;
    line-height: 2.5;
    margin-right: 5px;
    padding: 0 0%;
    width: 50%;
    text-align: left;
}
.form-email {
    float: left;
    width: 100%!important;
    margin-bottom: 20px;
}

.contact-main .confirm {
    width: 80%;
    margin: 0 10%!important;
    line-height: 2;
    font-size: 1em;
    font-weight: normal;
    background: #1C65B2;
}
.contact-form-btn {
    width: 90%;
    margin: 0 5%;
    list-style-type: none;
    overflow: hidden;
}
.contact-form-btn li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
}
.contact-main .back{
	/* width: 80%; */
	margin:0 10%;
	line-height: 1.5em;
	font-size: 1em;
}
.contact-main .submit{
	width: 100%;
	font-size: 1em;
}
.form-input-label-01,
.form-input-label-02,
.form-input-label-04,
.form-input-label-05,
.form-input-label-01-plus,
.form-input-label-02-plus {
    width: 100%;
    display: block;
}

.contact-form-box3 {
    width: 100%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 15px;
}
.hissu {
    margin: 0px;
    width: 60px;
    text-align: center;
    position: relative;
    top: 0px;
    right: 0;
    background: #D63333;
    font-size: 0.8em;
    color: #FFF;
}
.fukidashi-heading {
    position: relative;
    padding: 18px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #1c61a4;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.bank-shubetsu .wpcf7-select{
    margin-bottom: 10px;
}
}

.chu_text {
	display: block;
	color: red;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 150%;
}

.chu_text2 {
	color: red;
	font-weight: bold;
	line-height: 150%;
}
.chu_text3 {
	color: red;
	font-weight: bold;
	padding-top: 15px;
}

.kaiyaku_div {
	margin-bottom: 40px;
	padding: 40px;
	line-height: 180%;
	border: 1px solid #ccc;
	background-color: #FFEEFF;
}
.kaiyaku_div strong {
	display: block;
	text-align: center;
	font-weight: bold;
}
.kaiyaku_div .center {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}

.ParkDirect_div {
	margin: 20px 0;
	padding: 20px;
	line-height: 180%;
	border: 0;
	background-color: #fbf7fc;
}
.ParkDirect_div strong {
	display: block;
	text-align: center;
	font-weight: bold;
}
.ParkDirect_div .center {
	text-align: center;
	font-weight: bold;
}

/* 選択肢1の画像 */
span.gyosya .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
    content: url(../../img-contact/01_logo_min_2.jpg);
	display: block;
	margin-top: 8px;
	margin-right: 30px;
}
 
/* 選択肢2の画像 */
span.gyosya .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
    content: url(../../img-contact/02_logo_min_2.jpg);
	display: block;
	margin-top: 8px;
}

/* 水平ボタン */
.el_btn {
    /* display: inline-block; */
    /* width: 300px; */
    /* max-width: 100%; */
    padding: 20px 10px;
    background-color: #1C65B2;
    border: 2px solid transparent;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    color: #fff;
    font-size: 1.2em;
    /* text-align: center; */
    text-decoration: none;
    transition: .25s;
    box-sizing: border-box;
  }
  .el_btn:focus,
  .el_btn:hover {
    background-color: #323232;
    border-color: currentColor;
    color: #fff;
}
.el_btn.el_btn__skyblue {
	background-color: #00B4C7;
	/* color: #222; */
}

.el_btn.el_btn__skyblue:focus,
.el_btn.el_btn__skyblue:hover {
	border-color: #323232;
	background-color: #323232;
	color: #fff;
}
  
  .bl_horizBtnList {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style-type: none;
}

.bl_horizBtnList > *:last-child {
  margin-right: 0;
}

.bl_horizBtnList > li {
  flex: 1 1 0;
  max-width: 300px;
  margin-right: 20px;
}

.bl_horizBtnList .el_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

