@charset "utf-8";
.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.ec-headerRole .ec-headerRole__title {
	width: 40%;
}
.ec-headerRole__text {
	width: 60%;
}
.ec-categoryNaviRole {
	display: none;
}
.mid_text {
    width: 100%;
    margin: auto;
    padding: 0 10%;
}
.mid_text h1,.main_text_index h1 {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 5%;
}
.mid_img_left {
    width: 62%;
    margin-right: 1%;
}
.mid_img_right {
	width: 30%;
}
.withmb {
	margin-bottom: 5%;
}
.img_rounder {
	justify-content: center;
}
.titleTopic {
	background-image: url(/html/template/default/assets/img/custom/bg_title.png);
	background-size: cover;
}
.ec-eyecatchRole {
	background-image: url(/html/template/default/assets/img/custom/bg_raku_2.png);
	background-repeat: no-repeat;
	
}
.titleTopic h2 {
    color: #fff;
    padding: 30px 0;
    font-family: 'Noto Serif JP', serif;
}
.ec-topicRole {
	background-color: #fff;
	padding: 0;
	margin: 20px 0;
}
.titleTopic--BLK {
	background-color: #333;
	color: #fff;
}
.titleTopic--BLK h2 {
	margin: 0;
	padding: 30px 0;
	font-family: 'Noto Serif JP', serif;
}
.customedFooter__left,.customedFooter__right {
	width: 49%;
}
.customedFooter__left {
	margin-right: 2%;
}
.ec-footerRole__inner section {
	width: 100%;
}
.ec-footerRole {
	background-color: #fff;
}
.ec-footerRole__inner section h4 {
    background-color: #333;
    color: #fff;
    padding: 2% 0 2% 2%;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
}
.mapImage {
	margin-top: 5%;
}
.ec-footerTitle {
    padding: 30px 0 30px;
    text-align: center;
    color: #333;
}
.bottomOfTpic {
    width: 100%;
    padding: 3% 10%;
    margin-top: 3%;
    background: url(/html/template/default/assets/img/custom/blash_1.png);
    background-repeat: no-repeat;
    background-position: 106% 89%;
    background-size: 47%;
}
.bottomOfTpic__left {
	width: 40%;
	margin-right: 2%;
	font-family: 'Noto Serif JP', serif;
}
.bottomOfTpic__left p:nth-child(2) {
    margin: 10% 0 0;
    line-height: 2;
}
.bottomOfTpic__left p:nth-child(3) {
    margin: 7% 0 0;
    line-height: 2;
}
.bottomOfTpic__left p:nth-child(4) {
    margin: 4% 0 0;
}
.bottomOfTpic__right {
    width: 58%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottomOfTpic__right p {
    margin-top: 28px;
    padding-left: 20px;
}
.BOT__under {
    background: url(/html/template/default/assets/img/custom/bg_under.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 88px 0;
}
.BOT__under--text {
    color: #fff;
    width: 30%;
    position: relative;
    display: block;
    margin-left: 60%;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.8;
}
.link__btn_1 {
	width: 70%;
	margin-top: 10%;
}
.ec-newItemRole,.ec-categoryRole,.ec-newsRole {
	display: none;
}
.link__btn_1 a {
	display: block;
}
.titleTopic h2 {
	margin-bottom: 0;
}
.f__menuItem--m {
  padding: 0;
  margin-bottom: 50px;
}
.f__menuItem__item {
  list-style: none;
  width: 25%;
  text-align: center;
}
.f__menuItem__item:not(:last-child) {
  border-right: 1px solid #000;
}
.f__menuItem__item a{
  color: #000;
  display: block;
}
@media(max-width: 767px) {
	.ec-headerRole .ec-headerRole__title {
	    width: 20%;
	}
	.ec-headerRole__text {
	    width: 80%;
	}
	.ec-headerRole__text h1 {
		margin-top: 0;
	}
	.mid_text h1, .main_text_index h1 {
	    font-size: 25px;
	    margin-top: 0;
	}
	.mid_text {
		padding: 0;
	}
	.mid_img_left {
	    width: 92%;
	    margin-right: auto;
	    margin-left: auto;
	}
	.mid_img_right {
    	width: 92%;
    	margin: 2% auto;
    	display: flex;
	}
	.mid_img_right p {
		width: 49%;
		margin-right: 2%;
	}
	.mid_img_right p:last-child {
		margin-right: 0;
	}
	.titleTopic h2 {
	    font-size: 18px;
	}
	.titleTopic--BLK h2 {
	    font-size: 20px;
	    line-height: 1.5;
	}
	.bottomOfTpic {
		padding: 0;
		margin-bottom: 7%;
	}
	.BOT__under--text {
	    color: #fff;
	    width: 100%;
	    margin-left: 0;
	    font-size: 16px;
	    letter-spacing: 5px;
	    line-height: 1.5;
	}
	.BOT__under--text p {
		padding-left: 37vw;
    	font-size: 3vw;
	}
	.BOT__under {
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    background-size: cover;
	    padding: 4% 0;
	}
	.link__btn_1 {
	    width: 70%;
	    padding: 4%;
	    margin: auto;
	}
	.sp-btnArea {
		background-color: #000;
	}
	.customedFooter__left, .customedFooter__right {
	    width: 96%;
	    margin: 0 2%;
	}
	.mapImage img {
		width: 100%;
	}
}