@charset "utf-8";
/*============================
Reset CSS
============================*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	letter-spacing: 0.5px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,aside,details,figcaption,figure,
footer,header,menu,nav,section {display: block;}
nav,
ul {
	list-style: none;
}
a {
	color: #333;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	transition: .3s;
}
del {
	text-decoration: line-through;
} 
table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	border: 0;   
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
ul { 
	letter-spacing: -0.5em;
	list-style-type: none;
}
li { 
	letter-spacing: normal;
	list-style-type: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: normal; 
}
figure {
	margin: 0!important;
}
img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
.grecaptcha-badge { visibility: hidden; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
/*============================
共通スタイル
============================*/
html,body {
	color: #333;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	letter-spacing: .05em;
}
/* ----- コンテンツ幅 -----*/
.ly_wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 30px;
}
@media screen and (max-width: 767px) {
	.ly_wrap {
		padding: 0 15px;
	}
}
/* ----- 改行 -----*/
.p_br {
	display: block;
}
.m_br {
	display: inline;
}
.pad_br {
	display: inline;
}
@media screen and (max-width: 1023px) {
	.pad_br {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p_br {
		display: inline;
	}	
	.m_br {
		display: block;
	}
}
br.pad_br,
br.m_br{
	display: none;
}

@media screen and (max-width: 1023px) {
	br.pad_br {
		display: block;
	}
	br.p_br1023 {
		display: none;
	}		
}
@media screen and (max-width: 767px) {
	br.p_br {
		display: none;
	}	
	br.m_br {
		display: block;
	}
}
/* ----- PC/MO　表示切替え -----*/
.m_block {
	display: none;
}
@media screen and (max-width: 767px) {
	.m_block {
		display: block;
	}	
	.p_block {
		display: none;
	}
}
/* ----- コンテンツのpadding -----*/
.bl_sect {
    padding: 100px 0;
}

.bl_sect__top {
    padding: 100px 0 0;
}

.bl_sect__bottom {
    padding:0 0 100px;
}
@media screen and (max-width: 1023px){
	.bl_sect {
    	padding: 60px 0;
	}	
	.bl_sect__top {
    	padding: 60px 0 0;
	}	
	.bl_sect__bottom {
    	padding: 0 0 60px;
	}
}
@media screen and (max-width: 767px){
	.bl_sect {
    	padding: 40px 0;
	}	
	.bl_sect__top {
    	padding: 40px 0 0;
	}	
	.bl_sect__bottom {
    	padding: 0 0 40px;
	}
}
.el_color__red {
	color: red;
}
.el_paragraph {
	margin: 10px; 0 0;
	font-size: .9375rem;
}
.post-password-form {
	padding: 100px 15px;
	text-align: center;
}
.post-password-form input[name="post_password"] {
	margin: 10px;
	padding: 8px 8px;
    font-size: 1rem;
	
}
.bl_iy_mv_cont img.hp_mo {
	display: none;
}
.bl_iy_form_note {
	padding: 40px;
	border: 1px solid #2096d5;
	border-radius: 10px;
	margin: 0 0 30px;
}
.bl_iy_form_note ul {
	margin: 10px 0 0;
}
@media screen and (max-width: 1023px){
	.bl_iy_mv_cont img.hp_pc {
		display: none;
	}
	.bl_iy_mv_cont img.hp_mo {
		display: block;
	}
}
@media screen and (max-width: 767px){
	.bl_iy_form_note {
    	padding: 16px;
	}
}
/*============================
フォーム
============================*/
input[type="button"],
input[type="email"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="tel"],
textarea,
select,
input[type="number"] {
	outline: none;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
}
.bl_contact_cont {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 0 30px;
}

.bl_contact_txt,
.bl_contact_select {
    width: 100%;
    padding: 8px 8px;
    font-size: 1rem;
    border: 1px solid#555 !important;
	letter-spacing: .1em;
}
.bl_contact_txt__50 {
    width: 50%;
    padding: 8px 8px;
    font-size: 1rem;
    border: 1px solid#555 !important;
	letter-spacing: .1em;
}

.bl_contact_box {
	margin: 0 0 20px;
}

.bl_contact_ttl span {
	display: inline-block;
	vertical-align: middle;
}

.bl_contact_ttl .title-contactform7 {
	font-weight: 600;
    line-height: 1;
}
.bl_contact_ttl.hp_adj {
	margin: 0 0 18px;
 } 

.bl_contact_input {
	margin: 10px 0 0;
}

.bl_contact_input .hp_unit {
	display: inline-block;
	margin: 0 0 0 10px;
}

.bl_contact_box input[type="checkbox"] {
    transform: scale(1.5);
    margin: 0 7px 3px 0;
}

.bl_contact_box.hp_pp .bl_contact_input {
	text-align: center;
}

.wpcf7-form label span {
    font-size: .9375rem;
    font-weight: 500;
}

.bl_contact_box.hp_pp .wpcf7-list-item-label:hover {
	color: #005bac;
}

.bl_contact_input label {
    border: none !important;
    display: inline-block;
    cursor: pointer;
    margin: 0 12px 0 0;
}

.bl_contact_his,
.bl_contact_any {
	background: #ff6347;
    padding: 2px 5px 3px 5px;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px 0 0;
    font-size: .875rem;
    line-height: 1;
    letter-spacing: .1em;
}

.bl_contact_any {
	background: #ddd;
}

.bl_contact_box.hp_pp {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 40px;
}
.bl_contact_box.hp_pp .bl_contact_note {
	margin: 20px 0 30px;
}

.bl_recaptcha {
	text-align: center;
	font-size: .875rem !important;
	margin: 10px 0 0;
}

.bl_recaptcha span {
	display: block;
}

.bl_recaptcha a {
	margin: 0 5px;
	border-bottom: 1px solid #00a1e9;
	color: #00a1e9;
	padding-bottom: 2px;
}

.bl_recaptcha a:hover {
	border-bottom: 1px solid #005bac;
	color: #005bac;
}

.bl_contact_submit {
    text-align: center;
    margin: 50px auto 0;
}

.bl_contact_btn,
div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #2c4fac;
    display: inline-block;
    width: 42%;
    outline: none;
    border-radius: 5px;
    font-size: 1.0625rem;
	font-weight: bold;
    border: none;
    padding: 12px 0;
    margin: 0 1%;
    letter-spacing: .2em;
    transition: .5s;
    color: #fff;
}

.bl_contact_btn:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
    background: #00a1e9;
}

.wpcf7-spinner {
	display: block !important;
}

.wpcf7-list-item {
	margin: 0 16px 10px 0!important;
}

div#wpcf7cpcnf table {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	border: 2px solid #ddd;
	border-bottom: none;
}

div#wpcf7cpcnf table tr {
	border-bottom: 2px solid #ddd;
}

div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
	padding: 12px;
}
div#wpcf7cpcnf table th {
	width: 50%;
	border-right: 2px solid #ddd;
	background: #f0f8ff;
}

div#wpcf7cpcnf table tr:first-of-type td {
    border-top: 2px solid #ddd !important;
}
div#wpcf7cpcnf table td {
	background: #fff;
	font-weight: 400 !important;
    border-bottom: 2px solid #185abc !important;
}
div.wpcf7cp-btns {
	margin: 50px 0 0 !important;
	text-align: center;
}
.apply-title {
	margin: 0 0 30px;
}

.apply-title span {
	font-weight: bold;
}

.apply-title input[type="text"] {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #fff;
    border: none;
	padding: 4px 10px;
    font-size: 1rem;
    width: 50%;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
	.bl_contact_cont {
    	display: block;
	}
	.bl_contact_box.hp_pp,
	.bl_recaptcha {
    	text-align: left;
	}
	div#wpcf7cpcnf table th,
	div#wpcf7cpcnf table td {
    	width: 100%;
    	display: block;
	}
	
	div#wpcf7cpcnf table th {
    	border-right: none;
	}
	.bl_contact_ttl .title-contactform7.hp_adj {
		display: block;
		margin: 6px 0 0;
	    line-height: 1.4;
	}
}
/*============================
送信完了
============================*/
.bl_iy_thanks_cont {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width:767px){

}
/*============================
フッター
============================*/
.ly_footer {
    text-align: center;
    padding: 10px;
    background-color: #949494;
}
.ly_footer p {
    color: #fff;
    font-size: 0.75rem;
}