@charset "UTF-8";


/* エントリーフォーム
---------------------------------------------------------*/
.attention{
    font-size:120%;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
    text-align: right;
    color:#ac4f4e;
}
span.red{
    color:#ac4f4e;
}
.tbl_form {
	width: 100%;
}
.tbl_form,
.tbl_form tr{
    border-top:rgba(125,118,118,0.70) 1px solid;
    border-bottom:rgba(125,118,118,0.70) 1px solid;
}
.entry .tbl_form tr:nth-child(odd) th,
.entry .tbl_form tr:nth-child(odd) td {
	background:#f0f4f9;
}
.contact .tbl_form tr:nth-child(even) th,
.contact .tbl_form tr:nth-child(even) td {
	background:#f0f4f9;
}
.tbl_form th,
.tbl_form td {
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.tbl_form .no_mid th,
.tbl_form .no_mid td{
    vertical-align: top;
}
.tbl_form th,
.tbl_form td > div{
	padding: 2.3em 0;
    letter-spacing: .1em;
	box-sizing: border-box;
}
.tbl_form th {
	width: 14em;
	font-size: 115%;
	line-height: 1.6em;
	padding-left: 2.9em;
    font-weight: normal;
}
.tbl_form th span{
    color: #ac4f4e;
}
.form .tbl_form td {
	width: calc(100% - 14em);
}
.tbl_form td > div,
.kakunin_box td {
	font-size: 110%;
    line-height: 1.6em;
    letter-spacing: 0.2em;
	padding-left: 4em;
	padding-right: 2.5em;
}
.tbl_form td .other_txt{
    font-size: 95%;
    letter-spacing: 0.1em;
    color: #ac4f4e;
    margin-top: 1em;
}
.kakunin {
    margin: .5em 0;
}
.txt_sub {
	margin-bottom: .5em;
}

/*確認画面*/
.kakunin_box .tbl_form{
    max-width: 1100px;
    margin: 0 auto;
}
.kakunin_box .tbl_form th,
.kakunin_box .tbl_form td{
    padding-top: 1.8em;
    padding-bottom: 1.8em;
}

/* ボタンレイアウト */
.submit_box {
	width: 100%;
	margin: 90px auto 0;
	text-align: center;
}
.submit_box > p {
    font-size:105%;
    letter-spacing: 0.15em;
    line-height: 2.3em;
	margin-bottom: 60px;
}
.submit_box ul {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
	text-align: center;
    display: flex;
    justify-content: center;
}
.submit_box li {
	display: inline-block;
    width: 62%;
}
.submit_box li:nth-child(2){
    width: 36.5%;
    margin-left: 2.5%;
}
.submit_box li span {
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.attention{
    font-size:100%;
    letter-spacing: 0.01em;
    margin-bottom: 1em;
}
.tbl_form th,
.tbl_form td > div,
.kakunin_box td {
	padding: 1.5em 0;
}
.tbl_form th {
	width: 12em;
    font-size: 100%;
	letter-spacing: .1em;
	padding-left: 1.3em;
}
.tbl_form td {
	width: calc(100% - 12em);
}
.tbl_form td > div,
.kakunin_box td {
	font-size: 100%;
	letter-spacing: .1em;
	padding-left: 0;
	padding-right: 1.5em;
}
.tbl_form td .other_txt{
    letter-spacing: 0.01em;
    margin-top: .8em;
}
    
/* ボタンレイアウト */
.submit_box {
	margin-top: 4%;
}
.submit_box > p {
    font-size: 105%;
    letter-spacing: 0.15em;
    line-height: 2.3em;
    margin-bottom: 60px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.attention{
    font-size:100%;
    letter-spacing: 0.01em;
    margin-bottom: .8em;
}
.tbl_form tr,
.tbl_form th,
.tbl_form td {
    letter-spacing: normal;
}
.tbl_form th,
.tbl_form td{
    display: block;
    width: 100%!important;
}
.tbl_form th {
	padding: 1em 5% .6em;
}
.tbl_form td > div{
	padding: 0 5% 1.2em;
}
.tbl_form th,
.tbl_form td > div,
.kakunin_box td {
	font-size: 100%;
    letter-spacing: .01em;
}
.tbl_form td .other_txt{
    font-size:100%;
    letter-spacing: 0.01em;
    margin-top: .6em;
}
.form .kakunin {
	line-height: 1.6em;
}
    
/*確認画面*/
.kakunin_box .tbl_form th,
.kakunin_box .tbl_form td{
    display: table-cell;
    vertical-align: top;
    font-size: 95%;
}
.kakunin_box .tbl_form th {
	width: 9em!important;
    padding: .8em 0 .8em 1em;
}
.kakunin_box .tbl_form td {
	width: calc(100% - 9em)!important;
    padding: .8em 1em;
}
	
/* ボタンレイアウト */
.submit_box {
	margin-top: 8%;
}
.submit_box > p {
	margin-bottom: 6%;
	text-align: left;
    font-size: 100%;
	letter-spacing: .01em;
	line-height: 1.6em;
}
.submit_box ul {
	display: block;
}
.submit_box li:first-child,
.submit_box li:last-child {
	width: 100%;
	margin-bottom: 10px;
}
.submit_box li:nth-child(2){
    margin-left: auto;
}
}



/* 入力項目デザイン
-----------------------------------------------------------------------------*/
.valid_box {
	position: relative;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-form-control-wrap {
	position: static;
}
.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
	display: block;
	margin-top: 1.6em;
}
.wpcf7-not-valid-tip {
	position: absolute;
	display: inline-block;
	color: #FFF;
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4em;
	background-color: #ac4f4e;
	padding: .2em .5em;
	border-radius: 2px;
	left: 0;
	top: 100%;
	z-index: 1;
	white-space: nowrap;
}
.wpcf7-radio.job_radio {
	justify-content: space-between;
}
.wpcf7-radio.job_radio .wpcf7-list-item{
	width: calc(50% - 2em);
	box-sizing: border-box;
}
.tbl_form .name_list li {
    float: left;
}
.tbl_form .name_list li:first-child{
    width: 48%;
    margin-right: 4%;
}
.tbl_form .name_list li:last-child{
    width: 48%;
}
.tbl_form .name_list input[type="text"] {
    max-width: 330px;
	margin-left: .7em;
}
.tbl_form .name_list li input[type="text"] {
    width: calc(100% - 2em);
}
.tbl_form .name_list.type2 li input[type="text"] {
    width: calc(100% - 3.2em);
}
.tbl_form .age_txt {
	width: 30%;
	max-width: 80px;
	margin-right: .8em;
}
/********************/
/* テキストボックス */
/********************/
input[type="text"],
input[type="tel"],
input[type="email"] {
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: .05em;
	outline: none;
	border: solid 1px #c7c4c4;
	border-radius: 0;
	background: #fff;
	-webkit-appearance: none;
	width: 100%;
	
}
textarea {
	height: 8em;
	padding: 14px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	outline: none;
	border: solid 1px #c7c4c4;
	-webkit-appearance: none;
	font-size: 16px;
	letter-spacing: .05em;
	width: 100%;
}

/****************/
/* ラジオボタン */
/****************/
.wpcf7-radio,
.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 2em;
}
form input[type=radio],
form input[type=checkbox] {
    display: inline-block;
}
form label:has(input[type=radio]),
form label:has(input[type=checkbox]) {
    position: relative;     
    display: inline-block;
	white-space: nowrap;
    cursor: pointer;
	margin-right: 0;
	line-height: 1.6em;
}
 
@media (min-width: 1px) {
    form input[type=radio],
    form input[type=checkbox] {
		position: absolute;		/* 上に別の要素が乗るようにする */
		z-index: -1;			/* 最背面にする */
		pointer-events: none;	/* クリック無効 */
		opacity: 0;
        margin: 0;
    }
    form label:has(input[type=radio]),
    form label:has(input[type=checkbox]) {
		display: flex;
		align-items: center;
		padding-left: 2em;
		vertical-align: top;
    }
    form label:has(input[type=radio])::before,
    form label:has(input[type=checkbox])::before {
        content: "";
        position: absolute;
        top: .2em;
        left: 0;
        display: block;
		background-color: #FFF;
		border: 1px solid #c7c4c4;
        width: 1.3em;
        height: 1.3em;
    }
    form label:has(input[type=radio])::before {
        border-radius: 50%;
		top: .1em;
    }
    form label:has(input[type=radio]:checked):after,
    form label:has(input[type=checkbox]:checked):after {
        content: "";
        position: absolute;
        top: .8rem;
        display: block;
    }
    form label:has(input[type=radio]:checked):after {
        width: 0.66em;
        height: 0.66em;
        background: #82a6b8;
        border-radius: 50%;
        left: 0.365em;
		top: 0.5em;
    }
    form label:has(input[type=checkbox]:checked):after {
        left: .2em;
		top: .2em;
        width: 1.3em;
        height: .7em;
        border-left: 4px solid #82a6b8;
        border-bottom: 4px solid ##82a6b8;   
        rotate: -45deg;
    }
/****************/
/* セレクトボックス */
/****************/
select {
  /* デフォルトのスタイルを解除 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* スタイル */
  display: inline-block;
  width: 100%; /* 幅 */
  max-width: 300px; /* 最大幅 */
  /*margin: 1em 0;  前後の余白 */
  padding: 0.6em 1.5em 0.6em .8em; /* 文字周りの余白 */
  cursor: pointer; /* カーソルを指に */
  line-height: 1.4; /* 行高 */
  font-size: 100%;  /*フォントサイズ */
  /*color: #333;  文字色 */
  border-radius: 5px; /* 角丸 */
  background-color: #f7f9fb; /* 背景色 */
  border: solid 1px #ccc; /* 枠線 */
  /*box-shadow: 0 3px 3px -2px rgba(3, 29, 41, 0.15 影 */
  /* 三角マークを作る */
  background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%),  linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
/* フォーカス時 */
select:focus {
  outline: 0;
  border-color: #b0c5ff; /* 枠線色を変更 */
}
/* IEでデフォルトの矢印を消す */
select::-ms-expand {
  display: none;
}
/**********/
/* ボタン */
/**********/
input[type="submit"], input[type="button"], input[type="reset"] {
	-webkit-appearance: none;
	width: 100%;
	height: 3.45em;
	border: none;
	cursor: pointer;
	font-size: 130%;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .1em;
    line-height: 1.0em;
	background-color: #3e738d;
	background-image: url("https://www.ikeda-dc.info/images/btn_blue2.svg");
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size: 1.49em 1.49em;
}
input[type="submit"] {
	color: #fff;
}
input[type="button"], input[type="reset"] {
	color: #3e738d;
	background-color: #e7e6e6;
	background-image: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 804px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 480px) {
.wpcf7-radio.job_radio {
	display: block;
}
.wpcf7-radio.job_radio .wpcf7-list-item{
	width: 100%;
	margin-top: 0.8em;
}
.wpcf7-radio.job_radio .wpcf7-list-item:first-child{
	margin-top: 0;
}
.tbl_form .name_list li {
    float: none;
}
.tbl_form .name_list li:first-child{
    width: 100%;
    margin-right: 0;
    margin-bottom: .5em;
}
.tbl_form .name_list li:last-child{
    width: 100%;
}
.tbl_form,
input,
label,
select {
	font-size: 16px !important;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	height: 3.6em;
	background-position: 90% center;
}
}
	
	

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.spam .wpcf7-response-output{
	border-color:  #ac4f4e;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}
	
/* Cloudflare TurnstileのUIを非表示 */
.cf-turnstile,
.cf-turnstile iframe {
display: none !important;
}



/* ドメイン設定
-----------------------------------------------------------------*/
.form .mobile_attention {
	margin-top: 35px;
	width: 100%;
	max-width: 752px;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.8em;
    background: #fff;
    padding: 35px 55px;
    box-sizing: border-box;
}
.form .mobile_attention dt {
	font-size: 120%;
	letter-spacing: 0.2em;
    text-align: center;
}
.form .mobile_attention dd{
    padding-top: 2em;
}
.form .mobile_attention dd p{
    font-size:95%;
    letter-spacing: 0.1em;
}
.form .mobile_attention ul {
	margin-top: 1.0em;
}
.form .mobile_attention li {
	margin-top: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
	position: relative;
	vertical-align: middle;
	line-height: 1.2em;
}
.form .mobile_attention li::before {
	position: absolute;
	left: 0;
	top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form .mobile_attention a:hover {
	text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.form .mobile_attention {
	padding: 4.5% 5%;
    margin-top: 4%;
}
.form .mobile_attention dd{
    padding-top: 1.2em;
}
.form .mobile_attention dd p{
    font-size: 100%;
    letter-spacing: 0.01em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.form .mobile_attention {
	margin-top: 5%;
	font-size: 100%;
	letter-spacing: .01em;
	line-height: 1.6em;
    padding: 5%;
}
.form .mobile_attention dt {
	font-size: 100%;
	letter-spacing: 0.01em;
}
.form .mobile_attention dd{
    padding-top: .8em;
}
.form .mobile_attention dd p{
    font-size: 105%;
    letter-spacing: 0.05em;
}
}


    
/* アコーディオン
----------------------------------------------------------------*/
.open_trigger span{
    position: relative;
    display: inline-block;
    font-size: 110%;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    padding-right: 2.3em;
	cursor: pointer;
    color: #195877;
}
.open_trigger span::after {
    position: absolute;
	font-family: 'fontello';
	content: '\e803';
	top: 0;
	right: 0;
    color: #195877;
    font-size:155%!important;
}
.open_trigger.active span::after {
	content: '\e804';
}
.open_box {
	display: none;
}
    
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.open_trigger span{
    font-size: 100%;
    letter-spacing: 0.01em;
    padding-right: 2.1em;
}
.open_trigger span::after{
    font-size:140%!important;
    top: 0.02em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.open_trigger span{
    font-size:100%;
    letter-spacing: 0.01em;
    padding-right: 1.5em;
}
.open_trigger span::after{
	top: .01em;
	right: 0;
    font-size:115%!important;
}
}
    
    
     
    
/* 個人情報
-----------------------------------------------------------------*/
.form .privacy {
	margin-top: 100px;
	background: #f5f4f4;
	padding: 45px 4.7%;
}
.form .privacy .open_trigger {
	font-size: 125%;
    font-weight: 300;
	letter-spacing: .15em;
	line-height: 1.2em;
	text-align: center;
}
.form .privacy .open_box {
	padding-top: 30px;
}
.form .privacy .txt_list > li {
    float: left;
    width: 50%;
	margin-top: 25px;
    box-sizing: border-box;
}
.form .privacy .txt_list > li:first-child{
    padding-right: 2em;
}
.form .privacy .txt_list > li:last-child{
    border-left:rgba(150,150,150,0.50) 1px solid;
    padding-left: 2.5em;
}
.form .privacy dt {
	color: #195877;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.form .privacy p,
.form .privacy dd,
.form .privacy .hogo li{
	font-size:95%;
    line-height: 2em;
    letter-spacing: 0.05em;
}
.form .privacy .hogo li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
    
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.form .privacy {
	margin-top: 8%;
	padding: 4% 5%;
}
.form .privacy .open_box {
	padding-top: 2.5%;
}
.form .privacy dl {
	margin-top: 3%;
}
.form .privacy .txt_list > li:first-child{
    padding-right: 1.5em;
}
.form .privacy .txt_list > li:last-child{
    padding-left: 1.5em;
}
.form .privacy p,
.form .privacy dd,
.form .privacy .hogo li{
	font-size: 100%;
    line-height: 1.8em;
    letter-spacing: 0.01em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.form .privacy {
	margin-top: 10%;
	padding: 5%;
    letter-spacing: normal;
}
.form .privacy .open_trigger {
	font-size: 100%;
	letter-spacing: .01em;
	line-height: 1.6em;
}
.form .privacy .open_box {
	padding-top: 4%;
}
.form .privacy dl {
	margin-top: 1.5em;
}
.form .privacy dt {
	font-size: 105%;
	letter-spacing: .01em;
}
.form .privacy dd {
	letter-spacing: normal;
    padding-left: 0;
}
.form .privacy .txt_list > li {
    float: none;
    width: 100%;
	margin-top: 5%;
}
.form .privacy .txt_list > li:first-child{
    padding-right: 0;
}
.form .privacy .txt_list > li:last-child{
    padding-left: 0;
    border-left:none;
}
.form .privacy .hogo li {
	text-indent: -1.7em;
	margin-left: 1.7em;
}
.form .privacy p,
.form .privacy dd,
.form .privacy .hogo li{
	font-size: 100%;
    line-height:1.6em;
    letter-spacing: 0.01em;
}
}



/* 完了ページ
-----------------------------------------------------------------*/
.end_txt {
	margin-bottom: 100px;
}
.end_txt dl{
    text-align: center;
}
.end_txt dl dt{
    font-size:180%;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin-bottom: .8em;
    color:#195877;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.end_txt {
	margin-bottom: 7%;
}
.end_txt dl dt{
    font-size:3.5vw;
    margin-bottom: .5em;
}
.end_txt dl dd .com_teltxt{
    text-decoration-line: underline;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.end_txt {
    margin-top: 7%;
	margin-bottom: 8%;
}
.end_txt dl dt{
    font-size: 5vw;
    margin-bottom: .6em;
}
.end_txt dl dd{
    text-align: left;
}
.end_txt dl dd .com_teltxt{
    text-decoration-line: underline;
}
}