@charset "utf-8";
/* =======
 bootstrap打ち消し
========================== */
h1, .h1 {
	font-size: 12px!important;
}


/* =======
 /コンテンツ部分のcss
========================== */

/* フォント */
.gothic_normal,. main {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.gothic_bold {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .2rem;
}
.check {
	width: 30rem;
    margin: 1rem auto 3rem;
    font-size: 1.2rem;
}
.main-contact-btn {
	bottom: 5%;
	width: 30%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}


/* コンテンツ */
#project, #about_online {
	background: #f8f8f8;
}
.contact_link {
	background: #fac600;
}
.contact_link p {
	width: 350px;
}
.contact_link_under p {
	width: 500px;
	position: relative;
	z-index: 3;
}
.contact_bk1 {
	width: 40%;
	top: 0;
	right: 0;
}
.contact_bk2 {
	width: 40%;
	bottom: 0;
	left: 0;
}
#main_img i {
    color: #fac600;
}

#project .project_content_ttile {
    background: #fac600;
    width: 50%;
	top: -1.6rem;
	font-weight: bold;
	height: 5rem;
	font-size: 1.4rem;
	letter-spacing: .2rem;
}
#project .project_content_ttile.jyutaku_plan {
	line-height: 5rem;
}
#project .project_content_text {
	right: 5%;
	bottom: 0;
  width: 333px;
}
.white_line {
	background: rgba(255, 255, 255, 0.9);;
	padding: 2px 5px;
	font-size:.9rem;
}
.about_inner {
	background: #fff;
}
.about_online_menu p {
	font-weight: bold;
}
.about_online_menu p span {
	color: #999;
}
.about_online_menu div {
	border-bottom: solid #ddd 1px;
}
.about_online_menu a {
	color: #000;
    text-decoration: none;
}
#nice_online {
	background: #fac600;
}
.nice_point {
	background: #009a44;
    color: #fdf004;
    width: 6rem;
    letter-spacing: .2rem;
	font-weight: bold;
	font-size: .8rem;
}
.nice_title {
    letter-spacing: .2rem;
	font-weight: bold;
	font-size: 1.2rem;
}
.iitokoro {
	font-weight: bold;
    font-size: 2.5rem;
}
.nice_img {
	top: -42px;
	right: 26%;
	width: 15%;
}
/*.nice_online_cont > div {
	background: #fbeab9;
	border-radius: 90%;
}*/
.nice_explanation {
	bottom: 0;
}
.frow_online_cont div:first-child {
	margin-top: 6rem;
}
.frow_online_cont div:nth-child(2) {
	margin-top: 3rem;
}


#online_step {
	background: #fbebb9;
}
#online_step h3 span{
	font-weight: bold;
	letter-spacing: .3rem;
}
.hukidashi_img {
    top: -42px;
    left: 4%;
    width: 27%;
}
.step3 {
	color: #009a44;
	font-weight: bold;
}
.step3 > span {
	font-size: 4rem;
}
.dot-text {
    padding-top: .4em;
    background-position: top left -6px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.14em .14em at center center,#21262a 100%,transparent);
}
.kantan {
	width: 65%;
	margin-left: 10%;
}
.bg_sulashi {
	right: 0;
	width: 22%;
}

/* 問い合わせ */
.p-contact {
	background: #f8f8f8;
}
form {
	width: 720px;
}
.c-form1__col {
	letter-spacing: .2rem;
}
.p-contact input, .p-contact textarea {
	padding: .4rem;
	border: solid #ddd 1px;
}
.p-contact button {
	/*background: #fac600;
    padding: 1rem;
    border: solid #000 2px;
    letter-spacing: .2rem;
    font-weight: bold;
    display: block;
	margin: auto;
	border: none;*/
	background: #f8f8f8;
	border: none;
	width: 350px;
}


#online_faq {
	background: #fac600;
}
/**:::**/

.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
  }
  .tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	/*background: #325A8C;*/
	display: block;
	order: -1;
  }
  .tab-label {
	color: #000;
	/*background: LightGray;*/
	font-weight: bold;
	white-space: nowrap;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
  }
  .tab-label:not(:last-of-type) {
	margin-right: 5px;
  }
  .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: #fff;
  }
  .tab-switch:checked+.tab-label {
	background: #009a44;
  }
  .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .tab-switch {
	display: none;
  }
  .tab-switch:checked+.tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #009a44;
    border-width: 14px;
    margin-left: -14px;
}
.tab-switch:checked+.tab-label {
    background: #009a44;
	position: relative;
	color: #fff;
}

.tab-content a {
	color: #009a44;
	text-decoration: underline;
}
/**:::**/

.nice_online_cont, .nice_inner {
	min-width: 900px;
}
.complete_link p {
	border: solid #fac501 1px;
}
.complete_link a {
	text-decoration: none!important;
	display: block;
}

/* formのcss */
.row.form-group {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

.control-label {
	padding-top: 11px;
}

.form-group .required {
	background: #af2d32;
	color: #fff;
	margin-left: 5px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: text-bottom;
}

.form-control {
	font-family: "st","Yu Gothic", Arial, sans-serif;
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0,0,0,0.1);
	height: 54px;
	font-size: 18px;
}

.form-control.preview {
	height: auto;
	border-color: transparent;
	font-weight: bold;
	border-bottom: 1px solid #4D4D4D;
}

.form-control.w-auto {
	width: auto;
}

input[type="checkbox"].readonly,
input[type="radio"].readonly {
	opacity: 0.4;
}

input[type="text"].readonly,
input[type="date"].readonly,
input[type="email"].readonly,
input[type="tel"].readonly,
textarea.readonly,
select.readonly {
	border-color: transparent;
	background-color: transparent;
	outline: none;
	font-weight: bold;
}
select.readonly {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.readonly::-ms-expand {
	display: none;
}
.control-label.readonly {
	opacity: 0.4;
}

.chk-wrap .control-label {
	font-size: 18px;
}

.hide {
	display: none !important;
}

.error_message {
	color: #e00000;
	font-weight: bold;
	margin-top: 0.5em;
}

.link-button {
	color: #fff;
	background-color: #000;
	padding: 12px;
}

.block-contact form > button {
	margin-top: .5rem!important;
}

.form-group {
	margin-bottom: 80px;
}
/* formのcss */





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

	#main_img > div {
		width: 100%;
	}
	.check {
		width: auto;
		letter-spacing: 0;
		font-size: .9rem;
	}
	h3 {
		font-size: 1rem!important;
	}
	.nice_online_cont, .nice_inner {
		min-width: auto;
		width: 100%;
	}
	.main-contact-btn {
		bottom: 8%;
		width: 60%;
	}
	#project .project_content_ttile {
		height: 4rem;
		top: 0;
	}
	#project .project_content_ttile.jyutaku_plan {
		line-height: 4rem;
	}
	.white_line {
		padding: 1px 5px;
		font-size: .8rem;
	}
	#project .project_content_text {
		line-height: 1.2rem;
	}
	.contact_link p {
		width: 80%;
	}
	.about_online {
		font-size: .9rem;
	}
	.kantan {
		width: 100%;
		margin: auto;
	}
	.frow_online_cont div:first-child,
	.frow_online_cont div:nth-child(2) {
		margin: 0 auto;
	}
	h2 {
		font-size: 1.1rem!important;
	}
	form {
		width: 100%;
	}
	.nice_img {
		display: none;
	}
	.iitokoro {
		font-size: 1.4rem;
	}
	.fooder_under p {
		text-align: center;
	}
	.fooder_bar li {
		text-align: center;
	}

	.block-contact__body p {
		text-align: left!important;
	}
	#project .project_content_text {
		width: 70%;
	}

}


.g-recaptcha {
	margin-top: 1rem;
}

.g-recaptcha > div {
	margin: auto;
}

.g-recaptcha > div > div {
	height: 100%;
}

.g-recaptcha iframe {
	height: 100%;
}

#g-recaptcha-response,
.g-recaptcha .preview.form-control {
	display: none !important;
}
