@charset "utf-8";

@import url("reset.css");

/* -----------------------------------------------------------
共通パーツ
------------------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px*/
	/* font-size:75%; */
}

* {
	box-sizing: border-box;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
	/*font-size: 1.4rem;*/
	font-size: 1.7rem;
	line-height: 160%;
}

@media (max-width: 768px) {
	body {
		font-size: 1.8rem;
		/*font-size: 2.2rem;*/
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ol,
ul {
	list-style: none;
}

.underline_none {
	text-decoration: none !important;
}

.container {
	margin: auto;
	padding: 60px 0;
}

@media(max-width:768px) {
	.container {
		padding: 20px 15px;
	}
}

section {
	width: 96%;
	max-width: 1169px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

@media(max-width:768px) {
	.sp_none {
		display: none !important;
	}
}

@media(min-width:769px) {
	.pc_none {
		display: none !important;
	}
}

.f-arial {
	font-family: arial;
}

.center {
	text-align: center;
}

.txtR {
	text-align: right;
}

.txtL {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.center img {
	display: inline-block;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.w100 {
	width: 100%;
}

/*_____フレックス_____*/
.flex {
	display: -ms-flexbox;
	display: flex;
}

.justC {
	justify-content: center;
}

.justB {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justA {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexW {
	flex-wrap: wrap;
}

.alignC {
	align-items: center;
}

.alignB {
	align-items: baseline;
}

@media (max-width: 768px) {
	.sp_flclear {
		display: block;
	}
}

/*_____余白_____*/
.m0auto {
	margin: 0 auto
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt0 {
	margin-top: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mar10 {
	margin: 10px;
}

.mar15 {
	margin: 15px;
}

.mar20 {
	margin: 20px;
}

.mar30 {
	margin: 30px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

@media (max-width: 768px) {
	.sp_mb0 {
		margin-bottom: 0;
	}

	.sp_mb10 {
		margin-bottom: 10px;
	}

	.sp_mb15 {
		margin-bottom: 15px;
	}

	.sp_mb20 {
		margin-bottom: 20px;
	}

	.sp_mb30 {
		margin-bottom: 30px;
	}

	.sp_mb0 {
		margin-top: 0;
	}

	.sp_mt10 {
		margin-top: 10px;
	}

	.sp_mt15 {
		margin-top: 15px;
	}

	.sp_mt20 {
		margin-top: 20px;
	}

	.sp_mt30 {
		margin-top: 30px;
	}

	.sp_pl0 {
		padding-left: 0
	}
}

/*_____テキスト_____*/
.tx7 {
	font-size: 7px;
}

.tx9 {
	font-size: 9px;
	line-height: 170%;
}

.tx10 {
	font-size: 10px;
	line-height: 170%;
}

.tx11 {
	font-size: 11px;
	line-height: 170%;
}

.tx12 {
	font-size: 12px;
	line-height: 170%;
}

.tx13 {
	font-size: 13px;
	line-height: 170%;
}

.tx14 {
	font-size: 14px;
	line-height: 170%;
}

.tx15 {
	font-size: 15px;
	line-height: 150%;
}

.tx16 {
	font-size: 16px;
	line-height: 170%;
}

.tx17 {
	font-size: 17px;
	line-height: 170%;
}

.tx18 {
	font-size: 18px;
	line-height: 130%;
}

.tx19 {
	font-size: 19px;
	line-height: 130%;
}

.tx20 {
	font-size: 20px;
	line-height: 130%;
}

.tx22 {
	font-size: 22px;
	line-height: 130%;
}

.tx24 {
	font-size: 24px;
	line-height: 130%;
}

.tx10h {
	font-size: 10px;
	line-height: 200%;
}

.tx11h {
	font-size: 11px;
	line-height: 200%;
}

.tx12h {
	font-size: 12px;
	line-height: 200%;
}

.tx13h {
	font-size: 13px;
	line-height: 200%;
}

.tx14h {
	font-size: 14px;
	line-height: 190%;
}

.tx15h {
	font-size: 15px;
	line-height: 180%;
}

.tx17h {
	font-size: 17px;
	line-height: 200%;
}

.tx22h {
	font-size: 22px;
	line-height: 180%;
}

.tx24h {
	font-size: 24px;
	line-height: 200%;
}


/*_____リンク_____*/
a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
	opacity: 0.8;
}

/*_____背景_____*/
.bg_light {
	background: #f0efed;
}

.bg_shadow {
	background: #f5f4f2;
	box-shadow: 1px 1px 5px 1px rgba(147, 147, 147, 0.4);
}

.bg_gradient {
	background: no-repeat 95% center, linear-gradient(90deg, #30cfd0, #330867);
}

/*_____見出し_____*/
.ttl_main {
	/*font-size: 2.4rem;*/
	font-size: 2.9rem;
	line-height: 1.4;
	text-align: center;
	position: relative;
	padding-top: 15px;
	/*margin-top: 60px;*/
	font-weight: bold;
}

.ttl_border {
	margin: 10px auto 40px;
	border: 0;
	font-size: 0;
	line-height: 0;
	height: 4px;
	max-width: 100px;
	width: 100%;
	background: no-repeat 95% center,
		linear-gradient(90deg, #30cfd0, #330867);

}

.sub_ttl {
	/*font-size: 1.6rem;*/
	font-size: 1.9rem;
	font-weight: bold;
	color: #2b2320;
	padding-top: 30px;
	padding-bottom: 20px;
}

.sub_ttl span {
	color: #c8c3b8;
	/*font-size: 1.4rem;*/
	font-size: 1.7rem;
	font-weight: normal;
	padding-left: 20px;
}

.sub_ttl2 {
	/*font-size: 1.6rem;*/
	font-size: 1.9rem;
	font-weight: bold;
	padding-top: 20px;
}

@media (max-width: 768px) {
	.ttl_main {
		font-size: 2.5rem;
		/*font-size: 3rem;*/
		padding-top: 10px;
		margin: 20px auto 15px;
	}

	.sub_ttl {
		font-size: 2.0rem;
		/*font-size: 2.4rem;*/
	}

	/*
 .sub_ttl span{
	 font-size: 2.0rem;		20210702追加
 }*/

}

/*_____くの字のリンク_____*/
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	/*font-size: 1.6rem;*/
	font-size: 1.9rem;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before {
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #30cfd0;
	border-right: 2px solid #330867;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 768px) {
	.arrow {
		font-size: 2.0rem;
		/*font-size:2.4rem;*/
	}
}

/* -----------------------------------------------------------
ヘッダー
------------------------------------------------------------- */
.haeder_top {
	padding: 20px 50px;
	color: #595959;
}

.header_top_lang {
	white-space: nowrap;
}

.header_top_lang a:first-child {
	border-right: 1px solid #bababa;
}

.header_top_lang a {
	padding: 0 10px;
	color: #595959;
	font-weight: bold;
}

/* ハンバーガーボタン */
button#btn_gnav {
	display: none;
}

@media (max-width: 768px) {
	button#btn_gnav {
		display: block;
		line-height: 1;
		position: absolute;
		top: 0;
		right: 0;
		background: linear-gradient(90deg, #30cfd0, #330867);
		color: #fff;
		border: none;
		width: 52px;
		height: 52px;
		cursor: pointer;
	}

	button#btn_gnav .line {
		display: block;
		height: 2px;
		width: 18px;
		margin: 4px auto;
		background: #fff;
		transition: 0.1s;
	}

	button#btn_gnav.btn_open {
		background: #fff;
	}

	button#btn_gnav.btn_open .line {
		background: #383385;
	}

	button#btn_gnav .txt {
		font-size: 0.9rem;
		/*font-size: 1.1rem;*/
	}

	button#btn_gnav.btn_open .line {
		transition: 0.2s;
		width: 23px;
		margin: auto;
		transform-origin: center;
	}

	button#btn_gnav.btn_open .line:nth-child(1) {
		transform: rotate(45deg) translate(0, 0);
	}

	button#btn_gnav.btn_open .line:nth-child(2) {
		display: none;
	}

	button#btn_gnav.btn_open .line:nth-child(3) {
		transform: rotate(-45deg) translate(1px, -1px);
	}
}

header {
	/* height: 68px; */
	background: #fff;
	z-index: 10;
	left: 0;
	right: 0;
}

header .header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1170px;
	margin: 0 auto;
	padding: 4px 0;
}

header h1 img {
	margin-right: 10px;
	vertical-align: middle;
	display: block;
	width: min(20vw, 256px);
}

header h1 a img {
	transition: none;
}

header nav {
	display: block;
	line-height: 1.4;
	text-align: center;
	width: calc(1000px + 5vw - 270px);
}

header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: min(.8vw, 10px);
}

header nav li {
	flex-grow: 1;
	position: relative;
	font-weight: bold;
	/*font-size: 1.5rem; */
	font-size: min(1.5vw, 1.6rem);
}

header nav li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #000;
}

header nav li.header_contact {
	text-align: center;
	color: #fff;
	padding: 8px 0;
	background: linear-gradient(90deg, #30cfd0, #330867);
	height: stretch;
	display: grid;
	place-items: center;
}

header nav li.header_contact a {
	color: #FFF;
	/*font-size:1.4rem;*/
	font-size: 1.5rem;
}

header nav li.header_dl {
	flex-grow: 0;

	a {
		color: #4793ca;
		display: flex;
		gap: 4px;
		align-items: center;
		border: #4793ca 1px solid;
		padding: .4em;
		font-size: .9em;
		line-height: 1.1em;
		text-align: left;

		span {
			height: 1.5em;
			display: block;

			img {
				height: 100%;
			}
		}
	}
}


@media (max-width: 768px) {
	header {
		height: auto;
	}

	#toppage header {
		position: relative;
	}

	header .header_wrap {
		display: block;
		/* height: 45px; */
		overflow: auto;
		padding: 0;
	}

	header h1 {
		img {
			width: 256px;
		}

		span {
			display: inline;
		}
	}

	header nav {
		display: none;
		padding: 35px 0;
		width: 100%
			/*calc(100% - 20px)*/
		;
		position: absolute;
		background: #fff;
		right: 0;
		top: 45px;
		text-align: left;
		z-index: 15;
		/*overflow: auto;*/
		/*スマホの時スクロールする*/
		overflow-x: auto;
		overflow-y: scroll;
		height: 95%;
		/*********************/
		text-align: center;
		font-weight: bold;
	}

	header nav ul {
		display: block;
		width: 86%;
		margin: 0 auto;
		padding: 0;
	}

	header nav li {
		display: block;
		border-left: 0;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.8rem;
		/*font-size: 2.2rem;*/
	}

	header nav li a {
		padding: 20px 0;
		line-height: 1;
	}

	header nav li.header_contact {
		padding: 0;
	}

	header nav li.header_dl {
		margin-top: 20px;

		a {
			gap: 8px;
			justify-content: center;
			padding: 14px 0;
		}
	}

	.header_top_lang {
		margin-top: 40px;
	}
}

/* -----------------------------------------------------------
フッター
------------------------------------------------------------- */
.footer_wrap {
	color: #334054;
	padding: 20px 0;
}

footer section {
	padding: 10px 0;
}

.copyright p {
	color: #2a2a2a;
	/*font-size: 1.2rem;*/
	font-size: 1.5rem;
}

@media (max-width: 1100px) {
	footer .sp_flclear {
		display: block;
	}

	.footer_wrap {
		text-align: center;
	}

	.footer_wrap div {
		margin-bottom: 20px;
	}

	.copyright p {
		text-align: left;
	}
}


/* -----------------------------------------------------------
 トップページ
 ------------------------------------------------------------- */
.tp_mainimg1 {
	background: linear-gradient(180deg, rgba(240, 240, 240, 0) 45%, rgba(51, 51, 51, 0.9)), url(../imgs/tp_mainimage01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.tp_mainimg1_outer {
	background-size: cover;
	background-repeat: no-repeat;
}

.tp_mainimg1_inner {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(240, 240, 240, 0) 45%, rgba(51, 51, 51, 0.9));
}

/* メインイメージ */
.tp_mainimg_wrap {
	max-height: 600px;
	overflow: hidden;
}

.tp_mainimg_left {
	width: 65%;
}

.tp_mainimg_right {
	width: 35%;
}

.tp_mainimg_right a {
	display: block;
}

.tp_mainimg_right img {
	width: 100%;
}

.tp_mainimg {
	position: relative;
}

.tp_gradi::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(51, 51, 51, 1));
}

.tp_mainimg p {
	position: absolute;
	color: #fff;
	bottom: 25%;
	left: 5%;
}

.tp_mainimg_title {
	/*font-size:3.0rem;*/
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 2;
}

.tp_mainimg_title2 {
	/*font-size:1.6rem;*/
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 2;
}

@media (min-width: 1700px) {
	.tp_mainimg_tiiki {
		bottom: 45% !important;
	}
}

@media (min-width: 1599px) {
	.tp_mainimg_blog {
		bottom: 10% !important;
	}
}

@media (max-width: 1600px) {
	.tp_mainimg p {
		bottom: 15%;
	}
}

@media (max-width: 1200px) {
	.tp_mainimg p {
		bottom: 10%;
	}
}

@media (max-width: 768px) {
	.tp_mainimg_wrap {
		max-height: none;
		overflow: auto;
	}

	.tp_mainimg1 {
		height: 400px;
	}

	.tp_mainimg1_outer {
		height: 400px;
	}

	.tp_mainimg_left,
	.tp_mainimg_right {
		width: 100%;
	}

	.tp_mainimg_title2 {
		font-size: 2.0rem;
		/*font-size:2.4rem;*/
	}

	.tp_mainimg_title {
		font-size: 2.4rem;
		/*font-size:2.9rem;*/
	}
}

.tp_partner_midasi {
	min-width: 242px;
	background: #8e8e8e;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.tp_partner h1 {
	margin: 10px;
}

.tp_partner {
	padding: 10px 20px;
}

@media (max-width: 768px) {
	.tp_partner_wrap {
		margin: 20px;
		text-align: center;
	}
}

/* ブログ */
.tp_blog_wrap a {
	cursor: pointer;
}

.tp_blog_kiji {
	width: 25%;
	padding: 16px;
	border-left: 1px solid #bababa;
}

.tp_blog_kiji:last-child {
	border-right: 1px solid #bababa;
}

.tp_blog_day {
	color: #316c9c;
	font-weight: bold;
	margin-bottom: 1rem;
}

.tp_blog_youbi {
	color: #c8c3b8;
	margin-left: 1rem;
	font-family: "arial";
}

/*20210705追加*/
.tp_blog_kiji p {
	font-size: 1.4rem;
}

.tp_blog_kiji .tp_blog_text {
	font-size: 1.7rem;
	line-height: 140%;
}

/**********************/

@media (max-width: 768px) {
	.tp_blog_kiji {
		width: 100%;
		border-bottom: 1px solid #bababa;
		border-left: none;
		border-right: none !important;
	}

	.tp_blog_kiji:first-child {
		border-top: 1px solid #bababa;
	}

	.tp_blog_kiji p {
		font-size: 1.8rem !important;
		/*font-size:2.2rem!important;*/
	}

	/*20210705追加**/
	.tp_blog_kiji .tp_blog_text {
		font-size: 1.8rem;
	}

	/***************/

}

/* 業務内容 */
.gyoumu_width {
	padding: 0 15px;
	flex-basis: 33.3%;
}

@media (max-width: 768px) {
	.gyoumu_width {
		padding-bottom: 50px;
	}
}

/* 中日コプロを詳しく知る*/
.detail_width {
	flex-basis: 45%;
}

.detail_width img {
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.detail_width {
		padding-bottom: 35px;
	}
}


/* お問い合わせ */
.tp_contact {
	color: #fff;
}

.tp_contact a,
.tp_contact a:visited {
	color: #fff;
}

.tp_contact_detail {
	max-width: 799px;
	margin: 0 auto;
}

.tp_contact .arrow::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*20210705追加*/
.tp_contact_detail p {
	font-size: 1.5rem;
}

/*************/

.tp_contact_btn a {
	width: 90%;
	max-width: 799px;
	margin: auto;
	margin-bottom: 30px;
	background: #fff;
	display: block;
	color: #4793ca !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 18px;
	/*font-size: 1.6rem;*/
	font-size: 1.9rem;
}


/*お問い合わせ先一覧*/
.tp_contact_detail {
	margin-bottom: 30px;

	.arrow {
		font-size: 1.6rem;
	}

}

/*20210705*/
.tp_contact_detail .tp_telno {
	/*font-size: 2.6rem;*/
	font-size: 2.4rem;
	border-right: solid 1px #fff;
	padding-right: 20px;
}

.tp_contact p {
	white-space: nowrap;
}

.tp_dl_btn a {
	width: 90%;
	max-width: 400px;
	margin: auto;
	margin-bottom: 30px;
	background: #fff;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	color: #4793ca !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 18px;
	/*font-size: 1.6rem;*/
	font-size: 1.9rem;

	img {
		height: 1.5em;
	}
}

@media (max-width: 768px) {
	.tp_contact_detail {
		text-align: center;
	}

	.tp_contact_detail p {
		padding-bottom: 10px;
	}

	/*20210705*/
	.tp_contact_detail .tp_telno {
		border-right: none;
		border-bottom: solid 1px #fff;
		padding-bottom: 20px !important;
		margin-bottom: 20px;
	}
}

/* -----------------------------------------------------------
地域貢献活動
------------------------------------------------------------- */

/*共通*/

/* main {
	font-size: 1.4rem;
} */
.chiiki_mb65 {
	margin-bottom: 65px;
}

.chiiki_wrapper {
	max-width: 1169px;
	width: 93.7%;
	margin: 70px auto 50px;
	text-align: center;
}

/*メイン写真*/
#chiiki_top_ph {
	margin-top: 12px;
}

/*上のリンク*/
#chiiki_nav {
	font-size: 0;
}

/*
#chiiki_nav a li {
	font-family: "小塚ゴシック";
	font-weight: bold;
	display: inline-block;
	padding: 8px 30px;
	border: 2pt solid #316c9c;
	border-radius: 20px;
	margin: 0 10px;
	font-size: 1.4rem;
	color: #316c9c;
}
#chiiki_nav a li:hover {
	background: #316c9c;
	color: #fff;
}
*/
#chiiki_nav a {
	display: inline-block;
	margin: 0 10px;
}

#chiiki_nav a span {
	font-family: "小塚ゴシック";
	font-weight: bold;
	display: inline-block;
	padding: 8px 30px;
	border: 2pt solid #316c9c;
	border-radius: 20px;
	font-size: 1.4rem;
	color: #316c9c;
}

#chiiki_nav a span:hover {
	background: #316c9c;
	color: #fff;
}

/*メインコンテンツ*/
.chiiki_main_box img {
	margin-bottom: 28px;
}

.chiiki_main_day {
	font-family: "arial";
	color: #C0C0C0;
	margin-bottom: 20px;
	display: inline-block;
}

.chiiki_category_name {
	display: inline-block;
	font-family: "小塚ゴシック";
	font-weight: bold;
	position: absolute;
	padding: 0 8px;
	background: #FDD000;
	color: #fff;
	top: 0px;
	right: 0px;
}

.chiiki_main_box p {
	font-family: "小塚ゴシック";
	padding-left: 30px;
	border-left: 1px solid #C0C0C0;
	position: relative;
}

.chiiki_main_flex {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: start;
}

.chiiki_main_flex div {
	width: 31.5%;
	text-align: left;
	text-align: justify;
	margin-right: 2.7%;
}

.chiiki_main_flex div:nth-child(3n) {
	margin-right: 0;
}

.chiiki_main_flex div.contribution_img {
	width: 100%;
	height: 0;
	margin-bottom: 28px;
	padding-bottom: 56.25%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/*下のリンク*/
/*
#chiiki_rink {
	font-family: "arial";
	font-weight: bold;
	font-size: 0;
}
#chiiki_rink a li {
	display: inline-block;
	padding: 3px 10px;
	border: 1.5pt solid #316c9c;
	margin: 0 5px;
	font-size: 1.4rem;
	color: #316c9c;
}
#chiiki_rink a li:hover {
	background: #316c9c;
	color: #fff;
}
*/
#chiiki_rink li {
	display: inline-block;
}

#chiiki_rink li a {
	display: inline-block;
	padding: 3px 10px;
	border: 1.5pt solid #316c9c;
	margin: 0 5px;
	font-size: 1.4rem;
	color: #316c9c;
}

#chiiki_rink li a:hover {
	background: #316c9c;
	color: #fff;
	text-decoration: none;
}


@media (max-width: 768px) {

	/*共通*/
	.sp_mb65 {
		margin-bottom: 65px;
	}

	.chiiki_wrapper {
		margin: 40px auto 20PX;
		width: 90%;
	}

	/*トップ写真*/
	#chiiki_top_ph img {
		object-fit: cover;
		font-family: 'object-fit: cover;';
		/* IEのobject-fit対応 */
		width: 100%;
		height: 200px;
	}

	/*上のリンク*/
	/*
	#chiiki_nav a li {
		width: 44%;
		margin-bottom: 20px;
	}
	#chiiki_nav a {
		white-space: nowrap;
	}
  */
	#chiiki_nav a {
		width: 44%;
		margin-bottom: 20px;
	}

	#chiiki_nav a span {
		width: 100%;
	}

	/*メインコンテンツ*/
	.chiiki_main_flex div {
		width: 100%;
		margin-right: 0;
	}
}