@charset "UTF-8";
@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/* common class
--------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}

#feature {
	margin: 5% auto 15.5%;
	background: #fff;
	font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05rem;
	font-feature-settings: 'palt';
}

#feature .imgWidthFull {
	width:100%;
	display: block;
}
#feature a {
	-webkit-touch-callout : none !important;
	-webkit-tap-highlight-color : rgba(0,0,215,0.40) !important;
}
#feature a.dpBlock {
	display: block;
}
#feature .btn_simple > span:after {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid #1b1b1b 1px;
	border-right: solid #1b1b1b 1px;
	transform: rotate(45deg);
	content: "";
	margin-left: 1%;
	vertical-align: top;
	margin-top: 0.8%;
}
#feature .txtCenter {
	text-align: center!important;
}
#feature .flexWrapCenter {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
#feature .flexSpacearound {
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
#feature .flexStart {
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
#feature .alias-view {
	background: #fff;
}
#feature .addColor {
	color: #f00;
}


/* info
---------------------------------------------------*/
#feature .prefectures + .info {
	margin-top: 15%;
}
#feature .info {
	font-size: 14px;
	font-size: 3.73vw;
	line-height: 1.45;
	margin: 0 4%;
}
#feature .info p {
	margin-bottom:5%;
	padding-left: 1.1em;
    text-indent: -1.1em;
}

/* ttl
---------------------------------------------------*/
#feature .ttl {
	font-size: 18px;
	font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
    margin: 10% 0 0;
	line-height: 1.45;
}
#feature .ttl span {
	font-size: 14px;
	font-size: 3.73vw;;
    font-weight: 700;
    text-align: center;
    margin: 10% 0 0;
}

/* prefectures
---------------------------------------------------*/
#feature .prefectures {
	font-size: 14px;
	font-size: 3.73vw;
	margin: 4%;
}
#feature .prefectures:not(:first-of-type) {
	margin-top: 7%;
}
#feature .prefectures .title {
	font-weight: 700;
	margin-bottom: 3%;
}
#feature .prefectures .subTitle {
	border: 1px solid #000;
	background: #e7e7e7;
	margin-top: 2%;
	margin-bottom: 0;
}
#feature .prefectures .subTitle a {
	position: relative;
	display: block;
	padding: 4% 3%;
	text-align: center;
	color: #1b1b1b;
}
#feature .prefectures .subTitle a:after {
	content: '';
    width: 14px;
    width: 2vw;
    height: 14px;
    height: 2vw;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
	right: 3%;
	top: 42%;
}
#feature .prefectures ul {
	list-style-type: none;
	border: 1px solid #000;
	border-top: none;
	padding: 0;
	margin: 0;
}
#feature .prefectures ul li {
	padding: 2% 3%;
	line-height: 1.45;
}
#feature .prefectures ul li:not(:last-of-type) {
	border-bottom: 1px dotted #000;
}

.display_pc {
	display: none;
}