﻿@charset "utf-8";

/* =======================================
	Reset CSS
========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html,body {background: #FFF; color: #2a2a2a;}

body {font:14px/1.6 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;}


* html body {font-size: small;}
*:first-child+html body {font-size: small;}

img {border: 0; vertical-align: top;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top; font-weight: normal;}
caption {text-align: left;}
address {font-style: normal;}

/* ====================================================
		基本レイアウト
==================================================== */
* {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
img {
	max-width : 100%;
	height : auto;
}
.pc {
	display: none;
}
.red {
	color: #FF0000;
}

/* リンク
---------------------------------------------------- */
a {
	color: #38681F;
	text-decoration: none;
	/*transition: .3s ;*/
}
a:hover {
	text-decoration: none;
	opacity: 0.6;
}

/* ヘッダー
---------------------------------------------------- */
#header {
	margin: 15px auto 0;
	overflow: hidden;
}
.logo {
	color: #74AD24;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin: 0 10px;
}
.logo a {
	color: #74AD24;
}
.logo .inc {
	font-size: 12px;
	padding-right: .5em;
	vertical-align: middle;
}
#g_nav {
	/*font-size: 0;*/
	margin: 15px 10px;
	text-align: center;

	display: flex;
	flex-wrap: wrap;
}
#g_nav li {
	font-size: 14px;
	padding: 4px 0;
	min-width: 33%;
	/*display: inline;*/
	/*padding-left: 1em;*/
}
/*#g_nav li:first-child {
	padding-left: 0;
}*/
#g_nav li a {
	color: #2a2a2a;
	/*padding: 0 0 5px 0;*/
}
#g_nav li a:hover, #g_nav .now a {
	border-bottom: 1px solid #74AD24;
}

/* フッター
---------------------------------------------------- */
#footer {
	overflow: hidden;
	width: 100%;
}
#footer a:hover {
	text-decoration: underline;
}
.f_nav {
	background: #74AD24;
	color: #FFF;
	font-size: 0;
	padding: 15px 0;
	line-height: 1;
	text-align: center;
}
.f_nav li {
	display: inline-block;
	font-size: 14px;
	margin: 10px 0;
}
.f_nav li a {
	color: #FFF;
	display: block;
	padding: 0 25px;
}
.f_box01 {
	/*display: none;*/
}
.f_sitemap {
	margin: 20px 10px;
}
.f_sitemap li {
	padding: 3px 0;
}
.f_sitemap .f01 .corpo_name {
   margin-bottom: 5px;
}
.corpo_dept {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #38681F;
	padding-bottom: 5px;
}
.corpo_dept li {
	width: 48%;
}
.f02 {
	border-bottom: 1px solid #38681F;
	padding: 5px 0;
}
.f03 {
	padding: 5px 0;
}

.f_box02 {
	background: #E7F4DF;
	font-size: 12px;
	padding: 8px 0;
}
.f_bottom {
	overflow: hidden;
}
.copyright {
	text-align: center;
	margin: .5em 0;
}
.f_sub_nav {
	overflow: hidden;
	margin: 1em 10px;
	text-align: center;
	line-height: 1.6rem;
}
.f_sub_nav li {
	display: inline;
	margin-left: 1em;
}

/* トップに戻る
---------------------------------------------------- */
.pagetop {
	clear: both;
	text-align: right;
	font-size: 12px;
	margin: 0 0 5px 0;
}

/* パンくずリスト
---------------------------------------------------- */
.topicPath {
	font-size: 12px;
	overflow: hidden;
	margin: 15px auto;
}
.topicPath li {
	float: left;
	background: url(../img/arrow_black.png) no-repeat center right;
	padding: 0 2em 0 1em;
}
.topicPath li:last-child {
	background: none;
}
.topicPath li a:hover {
	text-decoration: underline;
}

/* ページタイトル */
.page_title {
    height: 0;
    padding-top: 24.615%;
    background: url(../img/title.jpg) 0 0 no-repeat;
    background-size: contain;
	margin-bottom: 70px;
}
.page_title h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 15px 10px;
}
.h2_top {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 15px;
	text-align: center;
}
.h3_top {
	font-size: 28px;
	line-height: 1;
	text-align: center;
}
.h4_top {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
/* 文字間調整（2文字のテキストの間にスペース） */
.text_adjust {
	letter-spacing: .5em;
	text-indent: .5em;
}

/* ====================================================
		トップページ
==================================================== */
.mainImg {
	margin: 15px 0;
}
.business_list {
	/*font-size: 0;*/ /* inline-blockの隙間防止 */
	margin: 0 10px 30px;
	text-align: center;
	/*width: 260px;*/
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.business_list li {
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px;
	text-align: center;
	height: 240px;
	/*width: 260px;*/
	width: 49%;
}
.business_list li a {
	color: #fff;
	display: block;
	height: 240px;
	/*padding-top: 56px;
	width: 260px;*/
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.business_list li a:hover {
	background-color: rgba(255,255,255,0.3);
}
.business_01 { background: url(../img/top/business_bg01.jpg) no-repeat 0 0; }
.business_02 { background: url(../img/top/business_bg02.jpg) no-repeat 0 0; }
.business_03 { background: url(../img/top/business_bg03.jpg) no-repeat 0 0; }
.business_04 { background: url(../img/top/business_bg04.jpg) no-repeat 0 0; }
.business_05 { background: url(../img/top/business_bg05.jpg) no-repeat 0 0; }

/*.icon_wheel {
	width: 70%;
	height: auto;
	margin: 0 0 20px;
}*/
.business_06 {
	border: 1px solid #009EDB;
}
.business_list .business_06 a {
	color: #009EDB;
	line-height: 1.4;
	padding-top: 10px;
}
.business_06 .sdgs_icon_set {
	display: flex;
	justify-content: center;
	white-space: nowrap;
	align-items: center;
	margin-right: 5px;
}
.sdgs_icon01 {
	width: 92px;
	height: auto;
	margin: 0 5px;
}
.sdgs_icon02 {
	width: 60px;
	height: auto;
}

.bnr_fudosan {
	margin: 30px 10px;
	text-align: center;
}

.top_box {
	margin-bottom: 60px;
	overflow: hidden;
}
.news {
	margin: 0 10px 30px 10px;
}
.news dt {
	clear: both;
	float: left;
	margin: 0 0 1em 0;
	width: 100px;
}
.news dd {
	margin: 0 0 1em 100px;
}
.profile {
	background: #E7F4DF;
	padding: 30px;
	margin: 0 10px;
}
.profile h2 {
	color: #74AD24;
}
.profile_img {
	margin-bottom: 20px;
	text-align: center;
}
.more {
	background: #74AD24;
	color: #fff;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	width: 160px;
}
.more a {
	background: url(../img/arrow_white.png) no-repeat 80% 50%;
	color: #fff;
	display: block;
	padding-left: 36px;
	margin-top: 20px;
}
.bnr_top {
	/*margin-bottom: 15px;*/
	margin: 0 10px 40px;
	text-align: center;
}

/* ====================================================
		事業のご案内
==================================================== */
.concept {
	font-size: 26px;
	line-height: 1.2;
	padding: 30px 0;
	text-align: center;
}
.business01 .concept {	background: #e3eef3; color: #408bb0; }
.business02 .concept {	background: #e3eee5; color: #758e4f; }
.business03 .concept {	background: #f7ebeb; color: #c47776; }
.business04 .concept {	background: #e8e6ed; color: #675584; }
.business05 .concept {	background: #faeddf; color: #de8929; }

.concept_inner {
	margin: 0 auto;
	overflow: hidden;
}
.concept_img {
	margin: 0 0 20px 0;
}
.concept_text {
}
.department {
	padding-top: 30px;
	margin-bottom: 30px;
	padding: 30px 10px 0;
}
.department h3 {
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
}
.department .en {
	font-size: 10px;
	text-align: center;
}
.business01 .en { color: #408bb0; }
.business02 .en { color: #758e4f; }
.business03 .en { color: #c47776; }
.business04 .en { color: #675584; }
.business05 .en { color: #de8929; }

.dept_img {
	margin-top: 15px;
	overflow: hidden;
}
.dept_img li {
	margin-bottom: 20px;
}
.dept_text01 {
	margin: 0 auto 20px;
}
.dept_text01 p {
	text-indent: 1em;
}
/* 航空 */
.dept_text02 {
	margin: 0 auto 20px;
}
/* アド */
.dept_text03 {
	margin: 0 auto 20px;
}
.site_link {
	background: #74AD24;
	color: #fff;
	/*height: 44px;
	line-height: 44px;*/
	padding: 10px 1em;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	/*width: 300px;*/
}
.site_link img {
	margin: 0 0 0 7px;
	vertical-align: middle;
}
.site_link a {
	color: #fff;
	display: block;
}
.f_business_list {
	overflow: hidden;
	margin: 60px 0 0;
}
.f_business_list li {
	text-align: center;
}
.b_01 { background: #408bb0;}
.b_02 { background: #758e4f;}
.b_03 { background: #c47776;}
.b_04 { background: #675584;}
.b_05 { background: #de8929;}

.f_business_list li li {
	background: #fff;
	border: 1px solid #bfbfbf;
	border-bottom: none;
	float: none;
	height: 44px;
	line-height: 44px;
	margin-left: 0;
	text-align: left;
}
.f_business_list li li:last-child {
	border-bottom: 1px solid #bfbfbf;
}
.f_business_list li a {
	color: #fff;
	display: block;
	padding: 13px;
}
.f_business_list li li a {
	background: url(../img/arrow_black.png) no-repeat 96% 50%;
	color: #2a2a2a;
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 1.5em;
	position: relative;
}

/* ====================================================
		事業部案内
==================================================== */
.division {
	margin: 0 10px 40px;
}
.division h3 {
	font-size: 24px;
	text-align: center;
}

/* ====================================================
		会社概要
==================================================== */
.profile_table {
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	font-size: 13px;
	margin: 30px 10px 60px;
}
.profile_table th {
	border-bottom: 1px solid #bfbfbf;
	padding: 6px 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #E7F4DF;
}
.profile_table td {
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
	display: block;
}
.jigyo_naiyo_list {
	margin-top: 1em;
}
.chart_img {
	margin: 30px 10px 90px;
}

/* ====================================================
		財務情報
==================================================== */
.kessan_sec {
	margin: 30px auto 60px;
}
.kessan_pdf {
	font-size: 16px;
	margin-top: 1em;
}
.kessan_pdf li {
	border-bottom: 1px solid #bfbfbf;
}
.kessan_pdf li:first-child {
	border-top: 1px solid #bfbfbf;
}
.kessan_pdf a {
	background: url(../img/pdf.png) no-repeat left center;
	display: block;
	margin: 0 auto;
	padding: 1em 0 1em 20px;
	text-align: center;
	width: 220px;
}

/* ====================================================
		個人情報保護ポリシー
==================================================== */
.policy {
	margin: 0 10px;
}
.policy h4 {
	color: #74AD24;
	font-size: 16px;
	font-weight: bold;
}
.policy p {
	margin-bottom: 2em;
	text-indent: 1rem;
	text-align: justify;
}
.help_desk {
	border: 1px solid #74AD24;
	padding: 1em;
	margin-bottom: 60px;
}
.policy .help_desk p {
	margin-bottom: 0;
}

.li_1>li {
	list-style-type: none;
	counter-increment: cnt;
	margin-top: 10px;
	/*改行時文頭揃える*/
	margin-left: 1.88em;
  text-indent: -1.88em;
}
.li_f>li{
	margin-top: auto;
}
 .li_1>li:nth-of-type(1){
	margin-top: -1rem;
}
.li_1>li:before {
	 content: '';
	content: "(" counter(cnt) ") ";
	display: inline;
}
.li_2>li{
	list-style-type: none;
counter-reset: number;/* カウンターを初期化 */

}

/* beforeでカウンターを作成 */
.li_2>li::before {
	content: '';
content:none;
	display: inline;
}
.li_dod{
	margin-left:1rem;
}
.li_dod>li{
	list-style: disc;
}
.policy table{
	border: 1 #000;
	width: 100%;
}
.policy th{
	font-weight: bold
}
.policy th,td{
	padding: 5px;
}

/* ====================================================
		採用情報
==================================================== */
.recruit_link {
	overflow: hidden;
	margin: 20px 10px;
	padding-bottom: 30px;
}
.recruit_link li {
    margin: 0 0 20px 0;
}
.recruit_link li p {
	text-align: center;
	margin-top: 5px;
}
.recruit_link li a {
    background: #74ad24 url(../img/arrow_white.png) no-repeat scroll 80% 50%;
    color: #fff;
    display: block;
	font-size: 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.recruit_title {
	margin: 0 0 30px;
	text-align: center;
}
.exciting {
	margin: 0 10px 30px;
	text-align: center;
}
.greeting {
	margin: 0 10px 30px;
	overflow: hidden;
}
.greeting_img {
	font-size: 18px;
	margin-bottom: 1em;
	text-align: center;
}
.greeting_img img {
	margin-bottom: .5em;
	text-align: center;
}
.greeting_text {
}
.greeting_text p {
	margin-bottom: 1em;
	text-indent: 1em;
}
.consulting {
	margin: 0 10px 60px;
	text-align: center;
}
.entry_link {
	background: #df0056;
	color: #fff;
	height: 44px;
	line-height: 44px;
	margin: 1em auto;
	text-align: center;
	width: 90%;
}
.entry_link a {
	color: #fff;
	display: block;
}
.entry_link img {
	margin: 0 0 0 7px;
	vertical-align: middle;
}
.rec_sec {
	margin: 30px auto;
}
.rec_sec h3 {
    font-size: 28px;
    text-align: center;
}
.rec_sec .pay {
	margin: 1em 20px;
}
.rec_list {
	overflow: hidden;
	margin: 30px 0;
}
.rec_list li {
	background: #e7f4e0;
	margin: 0 20px 20px 20px;
	padding: 15px 20px;
}
.rec_list h4 {
    font-size: 20px;
}
.rec_list .point {
	color: #74ad24;
	margin: .5em 0;
}
.rec_list dl {
	line-height: 1.4;
}
.rec_list dt {
	clear: both;
	float: left;
	width: 5em;
}
.rec_list dd {
	margin: 0 0 .5em 5em;
}
.rec_contact_sec {
	text-align: center;
}
.rec_contact_sec h4 {
	font-size: 18px;
	text-align: center;
}
.rec_contact_sec .tel {
	color: #74ad24;
	font-weight: bold;
	font-size: 24px;
}

.recruit_text {
    margin: 30px 10px;
}
.recruit_info {
	/*margin: 50px 10px 80px;*/
	border: 1px solid #74AD24;
	padding: 20px 10px 10px;
	margin: 20px 10px;
    /*box-shadow: 3px 3px 12px #00000029;*/
}
.recruit_info .h4_top {
    font-size: 16px;
}
.recruit_info p {
	margin: 0 0 1em;
}
.uij_tour .f_right {
	width: 200px;
	margin: 0 auto;
	font-size: 12px;
}


/* ====================================================
		お問合せ
==================================================== */
.contact {
	margin: 0 10px 60px;
	text-align: center;
}
.contact_tel {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 5px 0;
}
.contact_tel b {
	color: #74AD24;
}

/* ====================================================
		サイトマップ
==================================================== */
.sitemap {
	margin: 30px 1em 60px 0;
	overflow: hidden;
}
.sitemap li a {
	display: block;
	font-size: 16px;
	margin: 0 0 1em 0;
	padding-left: 2em;
	position: relative;
}
.sitemap li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 16px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.no-link {
	margin: .5em 0 0 0;
	font-size: 16px;
	padding-left: 1em;
}
.sitemap ul ul {
	margin-top: .5em;
}

/* ====================================================
		404エラー
==================================================== */
.error {
	margin: 0 10px;
}
.error p {
	margin-bottom: 2em;
}
.page_title .error_title {
	font-size: 20px;
}


/* ====================================================
		改正女性活躍推進法
==================================================== */
.actplan {
	margin: 0 10px 50px;
}
.actplan .h3_top {
	margin: 80px 0 30px;
	font-size: 24px;
	line-height: 1.5;
}
.actplan .h4_top {
	margin: 30px 0 0;
	text-align: left;
	font-size: 16px;
}
.actplan p {
	font-size: 14px;
	margin: 0 0 1em;;
}
/* 目標 */
.actplan .target {
	background: #e7f4e0;
	text-align: center;
	padding: 10px;
	margin: 20px 0;
}
.actplan .target p {
	margin: 0;
}
.actplan .profile_table {
	font-size: 14px;
	margin: 0 0 50px;
	width: 100%;
}
.actplan .info_woman {
	color: #74ad24;
	font-size: 18px;
	margin: .5em 0 .5em 1em;
}
.page_title .actplan_page_title {
	font-size: 22px;
}

/* ====================================================
		Payキャンペーン
==================================================== */

.pay {
	font-size: 16px;
	margin: 0 10px;
}
.pay_desc01 p {
	text-indent: 1em;
	margin-bottom: 1em;
}
.pay_desc02 {
	margin: 20px auto;
	width: 70%;
}
.pay_sec {
	margin: 50px 0;
}
.pay_sec p {
	margin-bottom: 2em;
	/*text-align: center;*/
}
.pay_sec .pay_caution {
	margin-bottom: 2em;
}
.pay_sec .pay_caution li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
}
.pay_store {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pay_store li {
	margin: 30px 1%;
	text-align: center;
	width: 23%;
}
.pay_store img {
}
.pay_sec .title {
	background: #d12c2c;
	border-radius: 20px;
	margin-bottom: 30px;
	text-align: center;
	
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
}
.pay_sec .title img {
	width: 160px;
	height: 38px;
	margin: 0 auto;
}
.pay_small {
	font-size: 12px;
	margin-bottom: 20px;
	width: 100%;
}
.pay_small th, .pay_small td {
	border: 1px solid #bfbfbf;
	padding: 5px 10px;
	vertical-align: middle;
}
.pay_small thead th {
	background: #e7f4e0;
	text-align: center;
}
.pay_small tr:hover {
	background: #e7f4e0;
}
.pay_sec .t_center {
	text-align: center;
}
.pay_small caption {
	font-size: 14px;
}

/* 中途採用比率の公表 */
.table01 {
	margin: 30px auto 20px;
	width: 100%;
}
.table01 th {
	background-color: #E7F4DF;
	border: 1px solid #bfbfbf;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}
.table01 td {
	border: 1px solid #bfbfbf;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}
.t_left { text-align: left; }
.t_center { text-align: center; }
.t_right { text-align: right; }


/* トップページ外部リンク */
.top_ex_bnr {
	width: 280px;
	margin: 0 auto;
}
.top_ex_bnr li {
	margin: 15px 0;
}

/* ====================================================
		SDGsへの取り組み
==================================================== */
.sdgs {
	margin: 0 10px 80px;
}
.sdgs_lead {
	text-indent: 1em;
}
.sdgs_sec {
	margin: 30px 0 40px;
}
.sdgs_sec .h3_top {
	color: #009EDB;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.sdgs_sec .logo_list {
	display: flex;
	margin: 10px 0 15px 1em;
}
.sdgs_sec .logo_list li {
	margin-right: 10px;
	width: 100px;
}
.sdgs_sec .logo_list img {
	width: 100%;
	height: auto;
}
.sdgs_sec_lead {
	text-indent: 1em;
}
.segs_box {
	margin: 10px 0;
}
.segs_box h4 {
	font-weight: bold;
}
.segs_box p {
	margin-left: 1em;
}
.page_title.sdgs_title {
	height: auto;
	margin-bottom: 0;
}
.page_title.sdgs_title h2 {
	font-size: 26px;
	text-align: center;
}
.sdgs_logo {
	margin: 20px 10px 30px;
	text-align: center;
}
.tsuruoka_sdgs {
	margin: 50px 0 30px;
}
.tsuruoka_sdgs .h3_top {
	color: #009EDB;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px;
	text-align: left;
}
.sdgs_link li {
	margin: 20px 0;
	text-align: center;
}
.sdgs_link li a {
	color: #0056aa;
	text-decoration: underline;
}
.sdgs_link li a:hover {
	text-decoration: none;
}
.tsuruoka_sdgs_icon {
	width: 60%;
	margin: 0 auto;
}

/* フッターリンク */
.ex_link a {
	position: relative;
}
.ex_link a:after {
	content: "";
	background: url(../img/f_link.png) no-repeat 0 0;
	width: 14px;
	height: 14px;
	position: relative;
	top: 1px;
	right: 0;
	display: inline-block;
	margin-left: 4px;
	vertical-align: text-top;
}


/* ====================================================
		道の駅関連情報　　2025/03/01
==================================================== */
.michinoeki {
    padding: 0 20px;
}
.michinoeki_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 50px auto 30px;
    text-align: center;
}
.michinoeki_title span {
    display: block;
    font-size: 0.8em;
}
.michinoeki_catch {
    background: #faeddf;
    color: #e97132;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto 30px;
    padding: 20px 10px;
    text-align: center;
}
.michinoeki .department {
    padding: 0;
}
.michinoeki .dept_img {
    font-size: 11px;
    margin: 0 0 30px;
    text-align: center;
}
.michinoeki .dept_img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 3px;
}
.michinoeki .dept_text01 {
    font-size: 15px;
    line-height: 1.8;
}
.michinoeki .dept_text01 p:not(:last-child) {
    margin-bottom: 1em;
}
.michinoeki .link_btn_wrap {
    margin: 30px 0;
}
.michinoeki .link_btn_wrap li {
    margin: 0 0 25px;
    text-align: center;
}
.michinoeki .link_btn {
	background: #74AD24;
	color: #fff;
    font-size: 15px;
	text-align: center;
    border-radius: 4px;
}
.michinoeki .link_btn a {
    color: #fff;
    display: block;
    position: relative;
    padding: 12px 0;
}
.michinoeki .link_btn a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}
.michinoeki .link_btn img {
    vertical-align: middle;
    width: 20px;
}
/* あつみイメージ写真 */
.image_pic_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5px;
    margin: 0 10px 30px;
}
.image_pic_list li {
    width: 49%;
    margin-bottom: 5px;
}
/* 説明会の案内 */
.meeting_info {
    border: 1px solid #222;
    padding: 15px;
    margin-bottom: 50px;
}
.meeting_info h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}
.meeting_info p {
    font-size: 14px;
    margin-bottom: 1em;
}
.meeting_info .pdf_thumb {
    font-size: 12px;
    text-align: center;
    margin: 30px 0 10px;
}
.meeting_info .pdf_thumb img {
    width: 70%;
    height: auto;
    margin-bottom: 4px;
}
/*あつみの海と森の自然循環*/
.michinoeki_theme{
	text-align: center;
}
.michinoeki_theme h4{
	font-size: 20px;
  font-weight: bold;
	margin: 0 0 20px 0;
}
.michinoeki_theme h4 span{
	font-weight: normal;
}
.update{
	font-size: 14px;
}
.atsumi_img_box{
	text-align: center;
	position: relative;
}
.asobiba{
	display: flex;
}
#asobiba_text{
margin-bottom: 0.5rem;
}
.icon_l{
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 20%;
}
.icon_r{
	position: absolute;
	right: 0;
	width: 20%;
}
#icon_sakana{
	bottom: -50px;
}
#icon_wakame{
	position: absolute;
	right: 0;
	width: 13%;
}
#icon_kabu{
	width: 45px;
bottom: -101px;
  left: -16px;
}
#icon_dadacha{
position: absolute;
	left: 0;
	top: 0;
 width: 45px;
}
.snslink{
	display: block;
	gap:0rem;
}

#sns_text{
	font-size: 1rem;
	line-height: 1;
}
#opencyatto_sp{
	margin: 1rem auto 2rem;
}
#SNS_link2 img{
	margin-bottom: 2rem;
}