@charset "UTF-8";
/* CSS Document */

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

.topimg-carousel {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.topimg-mds-area {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 2%;
	z-index: 10;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 12px #252525;
}

.topimg-mds-area .maincatch {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 1.6em;
	line-height: 180%;
}

.topimg-mds-area .subcatch {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 1.0em;
	line-height: 180%;
}

/***WHO WE ARE***/

.who-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: unset;
}

.who-area .who-left {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

h2.ind-left-hd {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 230%;
	line-height: 180%;
	color: #065C44;
}

.who-area .who-left .who-img-main {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.who-area .who-right {
	width: 100%;
}

.who-area .who-right .who-txt {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 240%;
}

.who-area .who-right .who-btn-area {
	width: 80%;
	margin: 0 auto 40px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.who-btn-area .who-btn {
	border: solid 1px #707070;
	border-radius: 50px;
	text-align: center;
	font-size: 110%;
}

.who-btn-area .who-btn a {
	width: 100%;
	display: block;
	padding: 10px 0;
	color: #000000;
	text-decoration: none;
}

.who-btn-area .who-more-btn {
	width: 75%;
}

.who-btn-area .who-en-btn {
	width: 18%;
}

.who-right .who-img-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
 }
 
 .who-right .who-img-area .who-img {
	width: 50%;
}

/***WHAT WE DO***/

ul.what-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: block;
	justify-content: unset;
}

ul.what-list li.what-item {
	width: 90%;
	margin: 0 auto 30px;
	padding: 30px 0;
	background-color: #FFFFFF;
	border-radius: 10px;
}

ul.what-list li.what-item .wi-wrap {
	width: 90%;
	margin: 0 auto;
}

ul.what-list li.what-item .what-num {
	width: 25%;
	margin: 0 auto;
	padding: 0;
}

ul.what-list li.what-item h3.what-mds {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #065C44;
}

ul.what-list li.what-item .what-txt {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 90%;
}

/***NEWS LIST***/

ul.news-list {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.news-list li.news-item {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #CAD0D0;
	font-size: 90%;
}

ul.news-list li.news-item a {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content:unset;
	align-items: center;
	color: #000000;
}

ul.news-list li.news-item a:after {
	content: "";
	width: 20px;
	height: 10px;
	background-image: url("../img/news_afterarr.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

ul.news-list li.news-item a .news-date {
	width: 8%;
}

ul.news-list li.news-item a .news-type {
	width: 30%;
	padding: 2px 0;
	text-align: center;
	font-size: 70%;
	line-height: 180%;
	color: #FFFFFF;
}

ul.news-list li.news-item a .nt-oshirase {
	background-color: #00A25E;
}

ul.news-list li.news-item a .nt-event {
	background-color: #FFB01A;
}

ul.news-list li.news-item a .news-title {
	width: 100%;
	font-weight: bold;
} 

.news-seemore-btn {
	float: right;
}

.news-seemore-btn a {
	color: #000000;
	opacity: 1.0;
	transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
}

.news-seemore-btn a:hover {
	opacity: 0.5;
}

/***KOCHI and SHIKOKU intro***/

.box-wrap {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
	padding: 50px 5%;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

.shikoku-top {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: unset;
}

.shikoku-top .st-left {
	width: 100%;
}

.shikoku-top .st-left h4.sub-mds {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	line-height: 180%;
}

.shikoku-top .st-right {
	width: 100%;
}

.shikoku-mid {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.shikoku-mid .sm-img-l {
	width: 48%;
}

.shikoku-mid .sm-img-r {
	width: 48%;
}

.shikoku-bot {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-image: url("../img/index/shikoku_kochi.png");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}

.shikoku-bot .sb-txt {
	width: 100%;
	font-size: 100%;
	line-height: 240%;
}

}