@charset "UTF-8";

* {
    box-sizing: border-box;
}

/*-------------------
見出し
-------------------*/
/* 大見出し */
.c-green-line {
	width: 100%;
	padding-top: 6px;
	border-top: #E2F6E7 solid 2px;
	font-size: 1.750rem;
	margin-bottom: 40px;
	position: relative;
}

.c-green-line::before {
	content: '';
	width: calc((500 / 700) * 100%);
	height: 2px;
	position: absolute;
	left: 0;
	top: -2px;
	background-color: #01a369;
}

/* 中見出し */
.c-title-greenBar {
	padding: 13px 30px;
	background: #01a369;
	color: #fff;
	font-weight: bold;
	font-size: 1.000rem;
}

/* 小見出し */
.c-title-greeTxt {
	color: #01a369;
	font-weight: 700;
	font-size: 1.125rem;
}

.c-title-greeTxt span {
	font-weight: normal;
	font-size: 0.938rem;
}

.c-title-greenBorder {
	color: #01a369;
	margin-top: 20px;
	padding: 0 0 0 10px;
	border-left: 5px solid #01a369;
	font-size: 1.125rem;
}

/* 特殊見出し */
.c-title-Bdisc-greeBlk {
	background: #e2f6e7;
	padding: 20px 20px 20px 70px;
	position: relative;
	margin-bottom: 20px;
}

.c-title-Bdisc-greeBlk span {
	height: 40px;
	width: 40px;
	font-size: 24px;
	line-height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	background: #333333;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.c-green-line {
		font-size: 1.50rem;
	}

	.c-c-news_tab {
		padding: 13px 20px;
	}
}


/*-------------------
テキスト
-------------------*/
/* 太字 */
.c-bold {
	font-weight: bold;
}

/* 赤字 */
.c-red {
	color: #cc0000;
}

/* 太字赤字 */
.c-bolder {
	color: #cc0000;
    font-weight: bold;
}

/* 下線 */
.c-line {
	text-decoration: underline;
}

/* 注釈 */
.c-notice-small {
	/* ※ */
	font-size: 0.813rem;
	text-indent: -1em;
	margin: 0 0 0 1em;
	display: block;
}

.c-notice-small-b {
	/* ※n */
	font-size: 0.813rem;
	text-indent: -2em;
	margin: 0 0 0 2em;
	display: block;
}

/* テキスト / テーブル */
.c-textTable {
	display: table;
}

.c-textTable dt,
.c-textTable dt {
	display: table-cell;
}

.c-textTable dt {
	padding-right: 25px;
}


/*-------------------
リスト
-------------------*/
/* リスト */
.c-ulList {
	margin-left: 22px;
	list-style-type: disc;
}

.c-ulList li {
	margin-bottom: 10px;
}

.c-ulList li:last-child {
	margin-bottom: 0;
}

.c-ulList li strong {
	font-weight: bold;
}

.c-olList {
	list-style-type: none;
}

.c-olList li {
	font-size: 0.938rem;
	margin-left: 1.5em;
	margin: 1em 0 0 1.5em;
	position: relative;
	list-style-type: decimal;
}

/* 注釈リスト */
/*---------- 注釈リスト ----------*/
.c-noteList {
	text-indent: -1em;
	margin: 0 0 0 1em;
	margin-bottom: 20px;
	list-style-type: none;
}

.c-noteList li {
	margin-bottom: 5px;
}

.c-noteList--b {
	text-indent: -3.5em;
	margin: 0 0 0 3.5em;
}

/* 背景色付きボックス */
.c-notice {
	background: #eeeeee;
	padding: 20px 10px;
	margin-bottom: 20px;
}

.c-notice_title {
	margin-bottom: 20px;
	padding: 0 0 0 60px;
	font-size: 1.125rem;
	line-height: 50px;
	background: url(/common/img/icon_note.png) no-repeat left center;
}

.c-notice_list li {
	font-size: 0.938rem;
	margin-left: 1.5em;
	margin: 1em 0 0 1.5em;
	position: relative;
	list-style-type: none;
}

.c-notice_list li:before {
	background: url(/common/img/icon_list_disc.png) no-repeat left center;
	content: "";
	display: block;
	width: 9px;
	height: 20px;
	position: absolute;
	left: -20px;
}

.c-notice strong {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.c-notice_title {
		padding-left: 50px;
		background-size: 40px;
	}
}

/* qa */
.c-qa {
	margin-bottom: 20px;
	width: 100%;
}

.c-qa dt {
	background: url(/trade/img/icon_q.png) no-repeat;
	padding: 9px 0 9px 50px;
	font-weight: 700;
	margin-bottom: 20px;
}

.c-qa dd {
	background: url(/trade/img/icon_a.png) no-repeat;
	padding: 9px 0 9px 50px;
}


/*-------------------
テキストボックス
-------------------*/
/* テキストボックス（緑） */
.c-textbox {
	background: #e2f6e7;
	padding: 20px;
	margin-bottom: 20px;
}

.c-textbox p.indent {
	margin-bottom: 10px;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

/* テキストボックス（グレー） */
.c-textbox--gray {
	background: #eeeeee;
	padding: 20px;
	margin-bottom: 20px;
}

/* テキストボックス（白） */
.c-textbox--wh {
	background: #ffffff;
    border: 3px solid #cfedd6;
	margin-bottom: 20px;
    border-radius: 8px;
	overflow: hidden;
}

.c-textbox--wh .c-textbox_link {
	display: block;
	color: #333333;
}

.c-textbox--wh .c-textbox_link:hover {
	background-color: rgba(255, 255, 153, .15);
	text-decoration: none;
}

.c-textbox--wh .c-textbox_link:hover .c-textbox_title {
	color: rgba(1, 163, 105, 0.15);
}

.c-textbox--wh .c-textbox_title {
	color: #01a369;
	border-bottom: 2px solid #cfedd6;
	padding: 10px;
	font-size: 1.5625rem;
}

.c-textbox--wh .c-textbox_text {
	padding: 10px;
}

/* テキストボックス（帯） */
.c-textbox--band {
	margin-bottom: 20px;
}

.c-textbox--band .c-textbox_link {
	display: block;
	color: #333333;
}

.c-textbox--band .c-textbox_box {
	padding: 15px 5px 5px;
}

.c-textbox--band .c-textbox_title {
	padding: 10px 20px;
	border-bottom: 2px solid #cfedd6;
	text-shadow: 0px 0px;
	background-color: #01A369;
	color: #FFFFFF;
	font-size: 1.25rem;
}

.c-textbox--band .c-textbox_link:hover {
	text-decoration: none;
}

.c-textbox--band .c-textbox_link:hover .c-textbox_title {
	color: rgba(0, 0, 0, 0.15);
}

.c-textbox--band .c-textbox_link:hover .c-textbox_box {
	background-color: rgba(255, 255, 153, .15);
}

@media screen and (max-width: 767px) {
	.c-textbox--band .c-textbox_title {
		font-size: 1.125rem;
	}
}

/* テキストボックス　注意 */
.c-warning {
	padding: 3px 0 3px 60px;
	background: url(/common/img/icon_note.png) no-repeat left top;
	margin: 0;
	list-style-type: disc;
}

.c-warning li {
	margin: 1em 0 0 1.5em;
}

@media screen and (max-width: 767px) {
	.c-warning {
		padding: 3px 0 3px 50px;
		background-size: 40px;
	}
}


/*-------------------
テーブル
-------------------*/
/* テーブル */
.c-table {
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 20px;
}

.c-table th,
.c-table td {
	color: #333;
	vertical-align: middle;
	padding: 10px 9px 10px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.c-table thead th,
.c-table tbody th {
	background: #e2f6e7;
}

.c-table thead th,
.c-table.text-c th,
.c-table.text-c td {
	text-align: center;
}

.c-table ul,
.c-table p {
	margin-bottom: 0;
}

.c-table--bg tr:nth-child(2n) {
	background-color: #ffffe0;
}

.c-table--bg tr:nth-child(2n+1) {
	background-color: #fff;
}

/*---------- border ----------*/
.bd-top-dotted {
	border-top: 1px dotted #ccc !important;
}

.bd-btm-dotted {
	border-bottom: 1px dotted #ccc !important;
}

/*---------- vertical-align ----------*/
.valign-t td {
	vertical-align: top;
}

.valign-m td {
	vertical-align: middle;
}

.valign-b td {
	vertical-align: bottom;
}


/*-------------------
リンク
-------------------*/
/* ボタン */
.c-btn,
.c-btn--gr {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 100%;
	padding: 15px 15px 14px;
	background-color: #fff;
	color: #333;
	text-align: center;
	background: #fff url(/common/img/arrow_green.png) no-repeat right center;
	box-shadow: 0 1px 0 0 #ccc;
	box-sizing: border-box;
	border-radius: 3px;
	transition: 0.1s;
}

.c-btn:hover,
.c-btn--gr:hover {
	text-decoration: none;
	background-color: #01a369;
	background-image: url(/common/img/arrow_white.png);
	color: #fff;
}

.c-btn--gr {
	background-color: #eeeeee;
	box-shadow: 0 1px 0 0 #ccc;
}

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

	.c-btn,
	.c-btn--gr {
		width: 100% !important;
		min-height: 48px;
		padding: 5px 15px;
	}
}

/* ボタンコンテナー */
.c-btnList {
	display: grid;
	gap: 10px;
}

.c-btnList--col3 {
	grid-template-columns: repeat(3, 1fr);
}

.c-btnList--col4 {
	grid-template-columns: repeat(4, 1fr);
}

.c-btnList--col5 {
	grid-template-columns: repeat(5, 1fr);
}

.c-btnList .c-btn,
.c-btnList .c-btn--gr {
	width: 100%;
	min-width: 0;
	margin: 0;
}

.c-btnList--row2 .c-btn,
.c-btnList--row2 .c-btn--gr {
	padding: 5px 15px;
	min-height: 48px;
}

.c-btnList--inline {
	display: flex;
	flex-wrap: wrap;
}

.c-btnList--inline .c-btn,
.c-btnList--inline .c-btn--gr {
	width: auto;
	min-width: 80px
}

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

	.c-btnList--col3,
	.c-btnList--col4,
	.c-btnList--col5 {
		grid-template-columns: repeat(2, 1fr);
	}

	.c-btnList--row2 .c-btn,
	.c-btnList--row2 .c-btn--gr {
		height: 100%;
	}
}

/* アンカー */
.c-pageNavi {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.c-pageNavi li {
	text-indent: 0;
	margin-left: 0;
}

.c-pageNavi .c-btn {
	min-width: 132px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url(/common/img/arrow_white_down.png);
	color: #fff;
	box-sizing: border-box;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.c-pageNavi .c-btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
	background-image: url(/common/img/arrow_white_down.png);
}

.c-pageNavi--col3 li {
	width: calc((100% - 20px) / 3);
}

.c-pageNavi--col4 li {
	width: calc((100% - 30px) / 4);
}

.c-pageNavi--col5 li {
	width: calc((100% - 40px) / 5);
}

@media screen and (max-width: 767px) {
	.c-pageNavi li {
		width: calc((100% - 10px) / 2);
	}

	.c-pageNavi--col3 li,
	.c-pageNavi--col4 li,
	.c-pageNavi--col5 li {
		width: calc((100% - 10px) / 2);
	}
}

/* テキストリンク */
.c-iconPdf {
	display: inline-block;
}

.c-linkList li a {
	display: inline-block;
	background: url(/common/img/arrow_gray.png) left 4px no-repeat;
	color: #333;
	font-size: 0.813rem;
	padding-left: 13px;
}

.c-linkList li a.icon_PDF:after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	background: url(/common/img/icon_PDF.png) left center no-repeat;
	margin-left: 5px;
}


/*-------------------
コンテンツ
-------------------*/
/* パネル */
.c-panelList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	list-style-type: none !important;
	margin-left: 0 !important;
}

.c-panelList li {
	width: 340px;
	padding: 15px 15px 15px 45px;
	box-sizing: border-box;
	position: relative;
	background: #fffbcc;
	border: 2px solid #ffe100;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.c-panelList li span {
	height: 24px;
	width: 24px;
	font-size: 18px;
	line-height: 24px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
	background: #cc0000;
	color: #fff;
	text-align: center;
}

.c-panelList li small {
	font-size: 13px;
	line-height: 20px;
	display: block;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.c-panelList {
		display: block;
	}

	.c-panelList li {
		width: 100%;
	}

	.c-panelList li + li {
		margin-top: 20px;
	}
}

/* カラム */
.c-column {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.c-column li {
	text-align: center;
}

.c-column img {
	max-width: 100%;
	max-height: 100%;
}

/*---------- 2カラム ----------*/
.c-column--col2 li {
	width: calc((100% - 20px) / 2);
}

/*---------- 3カラム ----------*/
.c-column--col3 li {
	width: calc((100% - 40px) / 3);
}

/*---------- 4カラム ----------*/
.c-column--col4 li {
	width: calc((100% - 60px) / 4);
}

@media screen and (max-width: 767px) {
	.c-column {
		display: block;
	}

	.c-column li {
		width: 100%;
	}

	.c-column li + li {
		margin-top: 20px;
	}

	.c-column--col2 li,
	.c-column--col3 li,
	.c-column--col4 li {
		width: 100%;
	}

	.c-column--colSp2 {
		display: flex;
		gap: 10px 15px;
	}

	.c-column--colSp2 li {
		width: calc((100% - 20px) / 2);
		margin: 0;
	}
	.c-column--colSp2 li + li {
		margin: 0;
	}
}


/*-------------------
組合わせ
-------------------*/
/* 図版＋テキスト */
.c-separetImage {
	margin-top: 20px;
}

.c-separetImage dl {
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-separetImage dt {
	width: 100px;
}

.c-separetImage dt img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
}

.c-separetImage dd {
	width: calc(100% - 120px);
}

.c-separetImage dd p {
	margin-bottom: 0;
}

/*---------- パターン2 ----------*/
.c-separetImage--2 dt {
	width: 60px;
	padding: 5px 0;
}

.c-separetImage--2 dd {
	width: calc(100% - 80px);
}

/*---------- パターン3 ----------*/
.c-separetImage--3 dt {
	width: 200px;
}

.c-separetImage--3 dd {
	width: calc(100% - 230px);
}

/*---------- リバース ----------*/
.c-separetImage--rv dl {
	flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
	.c-separetImage dt {
		width: 80px;
	}

	.c-separetImage dd {
		width: calc(100% - 100px);
	}

	.c-separetImage--2 dt {
		width: 40px;
	}

	.c-separetImage--2 dd {
		width: calc(100% - 60px);
	}

	.c-separetImage--3 dl {
		flex-direction: column;
		gap: 20px;
	}

	.c-separetImage--3 dt {
		width: 150px;
		margin: 0 auto;
	}

	.c-separetImage--3 dd {
		width: 100%;
	}
}

/* 図版＋テキスト（左画像） / 図版＋テキスト（右画像） */
.c-imgPanel_item {
	width: 700px;
	height: 200px;
	margin-bottom: 40px;
}

.c-imgPanel_text {
	color: #fff;
	width: 400px;
	padding: 20px;
	box-sizing: border-box;
}

.c-imgPanel_item:nth-child(odd) .c-imgPanel_text {
	margin-left: auto;
}

.c-imgPanel_text span {
	display: block;
	color: #fff;
	margin-bottom: 20px;
}

.c-imgPanel_item:nth-child(1) {
	background: url(/trade/img/bg_trade_01.png) no-repeat;
}

.c-imgPanel_item:nth-child(2) {
	background: url(/trade/img/bg_trade_02.png) no-repeat;
}

.c-imgPanel_item:nth-child(3) {
	background: url(/trade/img/bg_trade_03.png) no-repeat;
}

.c-imgPanel_item:nth-child(4) {
	background: url(/trade/img/bg_trade_04.png) no-repeat;
}

.c-imgPanel_item:nth-child(5) {
	background: url(/trade/img/bg_trade_05.png) no-repeat;
}

@media screen and (max-width: 767px) {
	.c-imgPanel_item {
		width: 100%;
		height: auto;
		min-height: 200px;
	}

	.c-imgPanel_text {
		width: 100%;
	}

	.c-imgPanel_item {
		background-image: none;
	}

	.c-imgPanel_item:nth-child(odd) .c-imgPanel_text {
		margin-left: 0;
	}

	.c-imgPanel_item:nth-child(1) {
		background: linear-gradient(-90deg, rgba(104,197,63,1) 0%, rgba(104,197,63,1) 50%, rgba(104,197,63,0.7) 100%);
	}
	
	.c-imgPanel_item:nth-child(2) {
		background: linear-gradient(90deg, rgba(238,166,41,1) 0%, rgba(238,166,41,1) 50%, rgba(238,166,41,0.7) 100%);
	}
	
	.c-imgPanel_item:nth-child(3) {
		background: linear-gradient(-90deg, rgba(249,125,131,1) 0%, rgba(249,125,131,1) 50%, rgba(249,125,131,0.7) 100%);
	}
	
	.c-imgPanel_item:nth-child(4) {
		background: linear-gradient(90deg, rgba(63,154,225,1) 0%, rgba(63,154,225,1) 50%, rgba(63,154,225,0.7) 100%);
	}
	
	.c-imgPanel_item:nth-child(5) {
		background: linear-gradient(-90deg, rgba(215,109,227,1) 0%, rgba(215,109,227,1) 50%, rgba(215,109,227,0.7) 100%);

	}
}


/*-------------------
ステップボックス
-------------------*/
/* ステップボックス */
.c-stepbox_item {
	margin-bottom: 40px;
}

.c-stepbox_title {
	padding: 13px 30px;
	background: #01a369;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.c-stepbox_step {
	font-size: 0.8125rem;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 2px 8px;
}

.c-stepbox_flow {
	padding-left: 50px;
	position: relative;
}

.c-stepbox_flow::before {
	content: "";
	display: block;
	width: 30px;
	height: calc(100% - 10px);
	background: #ffe100;
	background: -moz-linear-gradient(top, #fffce4 0%, #ffe100 100%);
	background: -webkit-linear-gradient(top, #fffce4 0%, #ffe100 100%);
	background: linear-gradient(to bottom, #fffce4 0%, #ffe100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffce4', endColorstr='#ffe100', GradientType=0);
	position: absolute;
	left: 0;
	top: 0;
}

.c-stepbox_flow::after {
	content: "";
	display: block;
	width: 0;
	height: 10px;
	border: 15px solid transparent;
	border-top: 10px solid #ffe100;
	position: absolute;
	left: 0;
	bottom: -25px;
}

.c-stepbox_item:last-child .c-stepbox_flow {
	padding-left: 0;
}

.c-stepbox_item:last-child .c-stepbox_flow::before,
.c-stepbox_item:last-child .c-stepbox_flow::after {
	display: none;
}

@media screen and (max-width: 767px) {
	.c-stepbox_title {
		padding: 13px 20px;
	}

	.c-stepbox_flow_list a:nth-child(n+2) {
		margin-top: 10px;
	}
}

/*-------------------
地図
-------------------*/
.c-map_title {
	padding: 13px 30px;
    background: #01a369;
    color: #fff;
    font-weight: bold;
    font-size: 1.000rem;
	margin: 0;
}
.c-map_box {
	padding: 20px;
	background: #eee;
}

.c-map_box table {
	width: 100%;
	margin-bottom: 20px;
}

.c-map_box table tr {
	border-bottom: 1px solid #eee;
}

.c-map_box table tr:last-child {
	border-bottom: 0;
}

.c-map_box table th {
	width: 120px;
	padding: 5px 0;
	background: #555;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.c-map_box table td {
	padding: 5px 10px;
	background: #fff;
	color: #333;
	font-size: 0.875rem;
	vertical-align: middle;
}

.c-map_item {
	width: 100%;
	height: 356px;
	border: 2px solid #fff;
}

.c-map_item iframe {
	display: block;
}

@media screen and (max-width: 767px) {
	.c-map_box table th {
		width: 80px;
	}

	.c-map_item {
		height: 300px;
	}
}


/*-------------------
お知らせ
-------------------*/
.c-news {
	position: relative;
}

.c-news_head {
	padding: 13px 30px;
	background: #01a369;
	color: #fff;
	font-size: 1.000rem;
	font-weight: bold;
}

.c-news_lead {
	font-size: 0.84375rem;
	padding: 10px;
}

.c-news--tab .c-news_head {
	padding: 13px 30px 0;
}

.c-news_tab {
	display: flex;
	
	margin: 0;
}
.c-news_tab li + li {
	margin-left: 2px;
}

.c-news_tab li a {
	display: block;
	height: 100%;
	text-align: left;
	color: #fff;
	border: 1px solid #e2f6e7;
	border-radius: 3px 3px 0px 0px;
	padding: 10px 15px;
	transition: 0.1s;
}

.c-news_tab li.active a,
.c-news_tab li:hover a {
	background: #e2f6e7;
	color: #01a369;
	text-decoration: none;
}

.c-news_btn a {
	color: #fff;
	padding-right: 15px;
	background: url(/common/img/arrow_white.png) right center no-repeat;
}

.c-news_body {
	padding: 0 30px 20px;
	background: #e2f6e7;
}

.c-news_list {
	margin: 0;
}

.c-news_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 24px;
	border-bottom: 1px solid #bfcfc3;
	padding: 20px 0;
}

.c-news_text {
	width: calc(100% - (220px + 25px));
	font-size: 0.84375rem;
	flex: 1;
	margin: 0;
}

.c-news_text a {
	color: #333;
}

.c-news_text a.icon_PDF:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/common/img/icon_PDF.png) left center no-repeat;
    margin-left: 5px;
	vertical-align: middle;
}

.c-news_label {
	display: flex;
	font-size: 0.750rem;
	font-weight: bold;
}

.c-news_date,
.c-news_category {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 20px;
	background: #333;
	color: #fff;
}

.cat1 .c-news_category {
	background: #e14141;
}

.cat2 .c-news_category {
	background: #3f9ae1;
}

.cat3 .c-news_category {
	background: #9969df;
}

.cat4 .c-news_category {
	background: #fd6102;
}

@media screen and (min-width: 768px) {
	.c-news_btn {
		position: absolute;
		top: 15px;
		right: 30px;
	}
}

@media screen and (max-width: 767px) {
	.c-news_head {
		text-align: center;
	}

	.c-news--tab .c-news_head {
		padding: 10px 15px 0;
	}

	.c-news_body {
		padding: 0 20px 20px;
	 }

	.c-news_item {
		flex-direction: column;
	}

	.c-news_text {
		width: 100%;
	}

	.c-news_btn {
		margin-top: 20px;
	}

	.c-news_btn a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 15px 15px 14px;
		text-align: center;
		background: rgba(0,0,0,0.6) url(/common/img/arrow_white.png) no-repeat right center;
		box-sizing: border-box;
		border-radius: 3px;
		transition: 0.1s;
	}
}


/*-------------------
その他
-------------------*/
/* パンくず */
.c-pnkz {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-right: 20px;
	box-sizing: border-box;
}

.c-pnkz_item {
	display: inline-block;
	font-size: 0.813rem;
	margin-right: 5px;
}

.c-pnkz_item a {
	font-size: 0.813rem;
}

.c-pnkz_item a::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 8px;
	background: url(/common/img/arrow_bread-crumb.png) right top no-repeat;
}

@media screen and (max-width: 767px) {
	.c-pnkz {
		padding-left: 10px;
	}
}

/* サイドナビ */
/*---------- 共通 ----------*/
.c-sideNavi {
	width: 240px;
	border-top: 2px solid #01a369;
	border-bottom: 2px solid #eee;
}

.c-sideNavi p a,
.c-sideNavi ul a {
	display: block;
	background: url(/common/img/arrow_green.png) right center no-repeat;
	color: #333;
	transition: 0.1s;
}

.c-sideNavi li > a:hover,
.c-sideNavi p > a:hover,
.c-sideNavi .current > a {
	background: #01a369 url(/common/img/arrow_white.png) right center no-repeat;
	color: #fff;
	text-decoration: none;
}

.c-sideNavi a.arrow_green_down {
	background: url(/common/img/arrow_green_down.png) right center no-repeat !important;
}

.c-sideNavi li > a.arrow_green_down:hover,
.c-sideNavi p > a.arrow_green_down:hover,
.c-sideNavi .current a.arrow_green_down {
	background: #01a369 url(/common/img/arrow_white_down.png) right center no-repeat !important;
}

/*---------- 第ニ階層 ----------*/
.c-sideNavi p {
	background: #eee;
	border-right: 2px solid #eee;
	border-left: 2px solid #eee;
	margin: 0;
}

.c-sideNavi ul {
	margin: 0;
}

.c-sideNavi p:hover,
.c-sideNavi p.current {
	border-right: 2px solid #01a369;
	border-left: 2px solid #01a369;
}

.c-sideNavi p a {
	padding: 20px 10px;
}

/*---------- 第三階層 ----------*/
.c-sideNavi > ul > li {
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	border-left: 2px solid #eee;
}

.c-sideNavi > ul > li > a {
	padding: 20px 10px;
}

/*---------- 第四階層 ----------*/
.c-sideNavi > ul > li > ul {
	margin-left: 5px;
}

.c-sideNavi > ul > li > ul > li {
	margin-top: 1px;
}

.c-sideNavi > ul > li > ul > li > a {
	padding: 10px;
	background: #e2f6e7 url(/common/img/arrow_green.png) right center no-repeat;
}

@media screen and (max-width: 767px) {
	.c-sideNavi {
		display: none;
	}
}

/* サイトマップ */
.c-sitemap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 40px;
}

.c-sitemap > ul {
	width: calc((100% - 50px) / 3);
}

.c-sitemap > ul:last-child {
	margin-right: 0;
}

.c-sitemap > ul.group1 {
	width: 330px;
	margin: 0;
}

.c-sitemap > ul.group2 {
	width: 330px;
	margin: 0;
}

.c-sitemap > ul > li > ul {
	margin: 10px 0 20px 15px;
}
.c-sitemap > ul > li > ul > li > ul {
	margin: 20px 0 20px 15px;
}

.c-sitemap ul li + li {
	margin-top: 10px;
}

.c-sitemap ul li a {
	background-position: left 6px;
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.c-sitemap {
		display: block;
	}

	.c-sitemap > ul.group1 {
		width: 100%;
	}

	.c-sitemap > ul.group2 {
		width: 100%;
		margin-top: 10px;
	}
}

/* レイアウト用 */

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

/* タイトル */

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