@charset "utf-8";
/* CSS Document */


.inner_box p {text-align: justify;}

a {color: #127f3b;}

.sub_ttl,
.main_ttl {
	font-weight: bold;
	color: #127f3b;
}

.sub_ttl {
	font-size: 24px;
	margin-bottom: 28px;
}

.main_ttl {
	font-size: 24px;
	margin-bottom: 50px;
}

.inner_box .green_button {
	box-sizing: border-box;
	border: 2px solid #127f3b;
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 10px;
	font-size: 15px;
	color: #127f3b;
	text-decoration: none;
	padding: 12px 10px;
	background: #ffffff;
}

.main_txt {margin-bottom: 50px;}
.body_txt {margin-bottom: 20px;}

textarea{
	font-family: "Zen Maru Gothic", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-weight: 500;
}

@media screen and (max-width: 768px) {

	.main_txt {margin-bottom: 30px;}
	.main_ttl {
		font-size: 18px;
		margin: 15px auto 30px;
	}
	.sub_ttl {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.inner_box .green_button {
		border-radius: 5px;
		border: 1px solid #127f3b;
	}

}


/*================================================
**************************************************

#form

**************************************************
=================================================*/

#form{
	background: #ffffff;
	border-radius: 20px;
	padding: 50px;
}

@media screen and (max-width: 768px){
	#form {
		border-radius: 10px;
		padding: 30px 20px;
	}
}



.jigyousya_box table,
.kakunin_box table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: white;
	border-collapse: collapse;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.kakunin_box table{margin-bottom: 36px;}

.jigyousya_box th, .jigyousya_box td,
.kakunin_box th, .kakunin_box td{
	padding: 12px 15px;
	border: none;
	border-bottom: 1px solid #c0c0c0;
	text-align: left;
}
.jigyousya_box th,
.kakunin_box th {
	background-color: #f8f9fa;
	font-weight: bold;
	width: 35%;
}
.jigyousya_box td,
.kakunin_box td{
	background-color: white;
	width: 65%;
}

@media screen and (max-width: 600px){
	.jigyousya_box th, .jigyousya_box td,
	.kakunin_box th, .kakunin_box td{display: block!important; width: 100%;}
}


/*================================================
**************************************************

kari_torokuページ

**************************************************
=================================================*/

.email_box {
	display: block;
	margin-bottom: 20px;
}

.email_box input {
	width: 100%;
	max-width: 100%;
	display: block;
	padding: 6px 10px;
	height: 48px;
}

.riyou_kiyaku {
	display: inline-flex;
	justify-content: center;
	margin-bottom: 30px;
}

.riyou_kiyaku #agree {
	margin-right: 6px;
	cursor: pointer;
}

.kari_submit label {
	width: 200px;
	display: block;
	margin: 0 auto;
}

.kari_submit input {
	background: #127f3b;
	width: 100%;
	display: block;
	border-radius: 10px;
	height: 60px;
	font-size: 15px;
	border: none;
	color: #ffffff;
}

.kari_submit input:hover {opacity: 0.6;}

@media screen and (max-width: 768px) {

	.riyou_kiyaku {margin-bottom: 16px;}
	.kari_submit input {
		border-radius: 5px;
		height: 50px;
	}
	.email_box input {height: 36px;}
}


/*================================================
**************************************************

体験活動情報 登録一覧ページ

**************************************************
=================================================*/
.taiken_kanri {
	margin-bottom: 40px;
}

.taiken_kanri em {
	border-radius: 5px;
	font-size: 14px;
	width: 100px;
	max-width: 100%;
	padding: 4px 6px 6px;
	display: inline-block;
	text-align: center;
}

.taiken_kanri span {
	flex: 1;
	line-height: 1.6;
}

.taiken_kanri .shonin {
	background: #127f3b;
	color: #ffffff;
}

.taiken_kanri .omodoshi {
	border: 1px solid #000000;
	box-sizing: border-box;
	color: #000000;
}

.taiken_kanri .shitagaki {
	background: #cdcdcd;
	color: #000000;
}

.taiken_kanri .shiseichu {
	border: 1px solid #127f3b;
	box-sizing: border-box;
	color: #127f3b;
}

.taiken_kanri .sashimodoshi {
	color: #ffffff;
	background: #f65a52;
}

.taiken_kanri .shisei_box {
	background-image: repeating-linear-gradient(90deg, #127f3b, #127f3b 6px, transparent 6px, transparent 12px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 100% 2px;
	padding-top: 20px;
}

/*.taiken_kanri li {
	display: flex;
	align-items: flex-start;
}*/

.taiken_kanri li p {
	width: 74%;
	display: flex;
	align-items: flex-start;
	gap: 0.6em;
	/*width: calc(100% - (30% + 4%));*/
	width: 100%;
}
.taiken_kanri li:not(:last-child) {margin-bottom: 40px;}
.taiken_kanri li div {
	font-size: 0;
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.taiken_kanri li div a {
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 5px;
	font-size: 14px;
	margin: 14px 6px 0 0;
}

.taiken_kanri .henshu {
	background: #cedaa7;
	color: #127f3b;
}

.taiken_kanri .sakuzyo {
	background: #cedaa7;
	color: #127f3b;
}

.taiken_kanri .mitaiken_btn{
	background: #ffdfd4;
	color: #f36938;
	font-weight: bold;
}

.taiken_kanri .kokishin_btn{
	background: #e9f0ff;
	color: #365cb2;
	font-weight: bold;
}

.shinki_toroku {
	border: 1px solid #127f3b;
	position: relative;
	border-radius: 5px;
	width: 180px;
	margin-left: auto;
}

.shinki_toroku::before {
	content: "";
	display: inline-block;
	width: 6px;
	background: #127f3b;
	height: 52px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 3px 3px 0;
}

.shinki_toroku a {
	padding: 14px 16px;
	display: block;
	text-decoration: none;
}

.shinki_toroku a:before,
.shinki_toroku a:after {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: -120px;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #127f3b;
	border-radius: 10px;
}

.shinki_toroku a:before {
	width: 2px;
	height: 12px;
}

.shinki_toroku a:after {
	width: 12px;
	height: 2px;
}

@media screen and (max-width: 1000px) {
	/*.taiken_kanri li p {width: 70%;}*/
}

@media screen and (max-width: 880px) {

	.taiken_kanri li {display: block;}
	.taiken_kanri li p {
		display: block;
		width: 100%;
		margin-bottom: 8px;
	}
	.taiken_kanri li span {display: block;}
	.taiken_kanri em {margin: 0 0 10px 0;}
	.taiken_kanri li div a {margin: 3px;}
	.taiken_kanri li:not(:last-child) {margin-bottom: 26px;}
	.taiken_kanri .shitagaki {display: block;}
	.shinki_toroku::before {
		content: "";
		height: 49px;
	}

}
/*================================================
**************************************************

退会ページ

**************************************************
=================================================*/
.text_box p {margin-bottom: 14px;}
.text_box textarea {
	width: 100%;
	padding: 6px 10px;
}
.inner_box .txt_center {
	text-align: center;
	font-size: 18px;
	margin: 38px 0 30px;
}

@media screen and (max-width: 768px) {
	.inner_box .txt_center {
		font-size: 16px;
		margin: 22px 0 20px;
	}
}

/*================================================
**************************************************

年度別実績報告書への出力ページ

**************************************************
=================================================*/

.select_box {
	margin-bottom: 40px;
	font-size: 20px;
}

.select_box select {
	background: #ffffff;
	border: 1px solid #000;
	padding: 7px 10px;
	width: 200px;
	max-width: 48%;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.inner_box .txt_center {
		font-size: 16px;
		margin: 22px 0 20px;
	}

	.select_box {
		margin-bottom: 30px;
		font-size: 18px;
	}

	.select_box select {
		padding: 5px 10px;
		height: 34px;
	}
}


/*================================================
**************************************************

2026.01.15 追記

**************************************************
=================================================*/
.acf-field .acf-label label{text-align: left;}

ul.acf-radio-list,
ul.acf-checkbox-list{text-align: left;}

ul.acf-radio-list li,
ul.acf-checkbox-list li{
	display: inline-block;
	margin-right: 10px!important;
}

.acf-field p.description{font-size: 14px;}

/*フォームチェックボックス 一行*/
.acf-field-true-false{display: flex;}
.acf-field-true-false .acf-label{order: 2;}
.acf-field-true-false .acf-input{
	margin-right: 12px;
	order: 1;
	margin-top: 7px;
}

/*送信ボタン*/
.acf-form-submit .acf-button,
#form form button{
	box-sizing: border-box;
	border: 2px solid #127f3b;
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 10px;
	font-size: 15px;
	color: #127f3b;
	text-decoration: none;
	padding: 12px 10px;
	background: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
}
.acf-form-submit .acf-button:hover,
#form form button:hover{opacity:0.6;}

#form form{
	display: inline-block;
	margin: 0 5px;
}
#form form button {display: inline-block;}

.acf-form-submit{margin-top: 20px;}

.acf-form-submit #btn-draft,
.acf-form-submit #btn-publish{margin: 0 5px;}

.select_box input{
	text-align: center;
	margin: 16px auto 0;
	background: #127f3b;
	width: 180px;
	display: block;
	border-radius: 10px;
	font-size: 15px;
	border: none;
	color: #fff;
	padding: 12px 10px;
}

#form #acf-form{
	display: block;
	margin: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	text-align: left;
}

.hide-if-value{text-align: left;}

@media screen and (max-width: 500px) {
	.acf-form-submit #btn-draft,
	.acf-form-submit #btn-publish {
		margin: 5px 0;
	}

	.acf-form-submit .acf-button,
	#form form button {
		border-radius: 5px;
		border: 1px solid #127f3b;
	}

	.select_box input {border-radius: 5px;}
}


/*================================================
**************************************************

pagination

**************************************************
=================================================*/

.pagination{
	width: 1000px;
	max-width: 90%;
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
}

.pagination li{
	background: #ffffff;
	color: #127f3b;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #127f3b;
}
.pagination li:not(:last-child){margin-right: 10px;}

.pagination .current{
	background: #127f3b;
	color: #ffffff;
}

.pagination a{
	color: #127f3b;
	text-decoration: none;
	width: 100%;
	height: 50px;
	line-height: 46px;
}
.pagination .current a{color: #ffffff;}


@media screen and (max-width: 500px) {
	.pagination{margin: 20px auto 0;}
	.pagination li{
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.pagination a{
		height: 40px;
		line-height: 38px;
	}
}



