@charset "utf-8";
/* CSS Document */

/*-------------------- 背景色 --------------------*/
.bg_blue01 {background: #f5f8fc;}
.bg_blue02 {background: #e6eef7;}

/*-------------------- MV --------------------*/
.mv_business {
	background-color: #3f6a9e;
	background-repeat: no-repeat;
	background-image: url("/content/dam/jretravel/site/page/feature/business/images/bg_mv_sp.jpg");
	background-size: 100%;
}
/* エリア別テキスト */
.box_tx_mv {
	background: rgba(255,255,255,.85);
	margin: 0 10px 10px;
	padding: 4px 10px 6px;
	border-radius: 8px;
}
.ttl_tx_mv {
	font-weight: bold;
	color: #285285;
	margin-right: 10px;
}
.tx_mv {
	flex: 1;
	padding-top: 4px;
	border-top: 1px solid #79818a;
	line-height: 1.5;
	font-size: 1.3rem;
}

/*-------------------- ナビ --------------------*/
.nav_page {
	padding: 0 8px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.nav_page li {
	height: auto;
	border: none;
	position: relative;
}
.nav_page li, .nav_page li:nth-child(1), .nav_page li:nth-child(even) {
	width: calc(50% - 5px);
}
.naviArea3 .nav_page li:nth-last-child(1),
.naviArea3 .nav_page li:nth-last-child(2),
.naviArea .nav_page li:nth-last-child(1),
.naviArea .nav_page li:nth-last-child(2) {
	height: auto;
}
.naviArea .nav_page li:nth-last-child(1) {
	width: 100%;
	margin-left: 0;
}
.nav_page li:nth-of-type(n+3) {margin-top: 10px;}

.nav_page li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	right: 8px;
	top: 50%;
	margin-top: -8px;
	border-bottom: 2px solid #4d73a1;
	border-right: 2px solid #4d73a1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav_page li + li {
	margin-left: 10px;
}
.nav_page li a {
	color: #265080;
	background: #fff3c7;
	border: 2px solid #4d73a1;
	padding: 8px 22px 8px 5px;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.nav_page li:hover {opacity: 1;}
.nav_page li a:hover {
	background: #ffe793;
	color: #265080;
	opacity: 1;
}
.nav_page li a span {
	padding: 0;
	line-height: 1.5;
	display: inline-block;
}
.naviArea .nav_page li span:after,
.naviArea3 .nav_page li span:after {display: none;}

/* エリアのナビ */
.nav_area {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 8px;
}
.nav_area li {
	width: 20%;
	padding: 0 4px;
	position: relative;
}
.nav_area li:nth-of-type(n+6) {margin-top: 8px;}

.nav_area li::before,
.nav_area li:nth-of-type(5n+1)::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #b3b3b3;
	top: 0;
	right: 0;
}
.nav_area li:nth-of-type(5n+1)::after {left: 0;}

.bg_blue01 .nav_area li,
.bg_blue02 .nav_area li {
	padding: 7px 4px;
	background: #fff;
}
.bg_blue01 .nav_area li:nth-of-type(5n), 
.bg_blue02 .nav_area li:nth-of-type(5n) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.bg_blue01 .nav_area li:nth-of-type(5n+1), 
.bg_blue02 .nav_area li:nth-of-type(5n+1) {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.bg_blue01 .nav_area li:nth-of-type(n+6), 
.bg_blue02 .nav_area li:nth-of-type(n+6) {
	margin-top: 10px;
}
.bg_blue01 .nav_area li::before,
.bg_blue02 .nav_area li::before {
	height: calc(100% - 16px);
	top: 8px;
}
.bg_blue01 .nav_area li:nth-of-type(5n)::before,
.bg_blue01 .nav_area li:nth-of-type(5n+1)::after,
.bg_blue02 .nav_area li:nth-of-type(5n)::before,
.bg_blue02 .nav_area li:nth-of-type(5n+1)::after {display: none;}

.nav_area li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	font-size: 1.5rem;
	text-align: center;
	border: 2px solid #fff;
	transition: .1s;
	padding: 2px 1px;
}
.nav_area li a.current {pointer-events: none;}
.nav_area li a:hover, .nav_area li a.current {
	color: #265080;
	background: #fff1bd;
	border: 2px solid #5a80ad;
	border-radius: 3px;
	opacity: 1;
}
.nav_area li a.current .nav_tx {
	position: relative;
	padding-left: 12px;
}
.nav_area li a.current .nav_tx::before,
.nav_area li a.current .nav_tx::after {
	position: absolute;
	content: "";
	border-radius: 50%;
}
.nav_area li a.current .nav_tx::before{
	width: 9px;
	height: 9px;
	border-bottom-right-radius: 0;
	background: #7a9ac2;
	top: 4px;
	left: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav_area li a.current .nav_tx::after {
	width: 3px;
	height: 3px;
	background: #fff1bd;
	top: 7px;
	left: 4px;
}

/*-------------------- タイトル --------------------*/
.top .section.ttl_marker {
	text-align: center;
	margin: 15px auto 20px;
}
.top .section.ttl_marker h2 {
	color: #213c5c;
	font-size: 2.2rem;
	background: linear-gradient(transparent 0%, transparent 62%, #fff1bd 62%, #fff1bd 100%);
	padding: 0 5px;
	display: inline;
}

.w_ttl_line {text-align: center;}
.ttl_line {
	color: #265080;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.ttl_line::before,
.ttl_line::after {
	position: absolute;
	content: "";
	width: 20px;
	border-top: 1px solid #4d73a1;
	top: 50%;
}
.ttl_line::before {left: -30px;}
.ttl_line::after {right: -30px;}

/*-------------------- ボタンのリスト --------------------*/
.list_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 10px;
}
.list_btn li {
	/*width: calc(50% - 5px);
	margin: 10px 10px 0 0;*/
	width: 48%;
	margin: 4.5% 4% 0 0;
	text-align: center;
}
.list_btn li:nth-of-type(2n) {
	margin-right: 0;
}
.list_btn li:nth-last-child(2n+1):nth-last-child(2n+1):first-child ~ li:nth-last-of-type(1) {
	width: 100%;
	margin-right: 0;
}

.list_btn li a {
	color: #4d4d4d;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	background: #fff;
	/*padding: 4px 2px;*/
	padding: 0.6rem 0.3rem;
	border: 2px solid #4d73a1;
	border-radius: 3px;
	box-shadow: 3px 3px #a6c1e3;
	transition: .1s;
}
.list_btn li a,
.list_btn li:nth-last-child(5n):nth-last-child(5n):first-child ~ li a[href*="%E6%96%B0%E5%87%BD%E9%A4%A8%E5%8C%97%E6%96%97"] {
	font-size: 1.4rem;
}
.list_btn li .ic_arrow {
	width: 15px;
	vertical-align: middle;
	margin: -3px 2px 0;
}

/*-------------------- ボタン --------------------*/
.btn_yellow {
	text-align: center;
	margin: 20px auto 30px;
	padding: 0 10px;
}
.btn_yellow a {
	display: inline-block;
	min-width: 250px;
	font-weight: bold;
	font-size: 1.5rem;
	text-decoration: none;
	color: #265080;
	background-color: #ffe793;
	border: 2px solid #4d73a1;
	border-radius: 30px;
	padding: 6px 30px 6px 15px;
	box-shadow: 3px 3px #1e4675;
	position: relative;
	transition: .1s;
}
.btn_yellow a.outside_icon {
	padding: 8px 40px 8px 35px;
	background-position: 20px 16px;
}
.btn_yellow a:hover {
	margin: 2px -2px -2px 2px;
	box-shadow: 1px 1px #1e4675;
	opacity: 1;
}
.btn_yellow a::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	border-top: 2px solid #4d73a1;
	border-right: 2px solid #4d73a1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*-------------------- 商品コンポーネント --------------------*/
.codeitem .listitem li {background-color: #fff;}

/*-------------------- バナー --------------------*/
.banner.tyo_otherarea_banner .bnr_txt {
	height: auto;
}
.tyo_otherarea_banner .textitem {
	padding-left: 18px;
	position: relative;
}
.tyo_otherarea_banner .textitem::before,
.tyo_otherarea_banner .textitem::after {
	position: absolute;
	content: "";
}
.tyo_otherarea_banner .textitem::before {
	width: 14px;
	height: 14px;
	top: 3px;
	left: 0;
	background: #265080;
	border-radius: 50%;
}
.tyo_otherarea_banner .textitem::after {
	width: 6px;
	height: 6px;
	top: 7px;
	left: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tyo_otherarea_banner .listitem2 a:hover img {opacity: .8;}
.tyo_otherarea_banner .listitem2 a:hover .textitem {text-decoration: underline;}

/*-------------------- こだわりの条件で探す --------------------*/
.list_img {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.list_img > li {
	margin: 20px 7% 0;
}
.list_img > li:nth-of-type(1) {margin-top: 0;}
.list_img > li > a {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.list_img > li > a:hover {opacity: .8;}
.list_img > li > a > img {border-radius: 5px;}
.tx_black {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: rgba(28,33,38,.75);
	text-align: center;
	padding: 4px 8px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.tx_black .tx_small {font-size: 1.2rem;}

/*-------------------- おすすめ記事 --------------------*/
.article_contens>ul>li,
.article_contens>ul>li:nth-child(odd) {margin: 2% 3% 4%;}

/*-------------------- よくある質問 --------------------*/
.list_question,.acc_question {
	padding: 0 10px;
}
.list_question li,
.acc_question .info_box_list li {
	position: relative;
}
.list_question li + li {margin-top: 15px;}
/* Q/Aマーク */
.list_question li::before,
.acc_question .info_box_component h2.info_box_ttl.text::before,
.acc_question .info_box_list li::before {
	position: absolute;
	top: 0.9rem;
	width: 2.5rem;
	height: 2.5rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: "Hiragino Sans", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
	border-radius: 50%;
	text-align: center;
	line-height: 2.5rem;
}
.list_question li::before,
.acc_question .info_box_component h2.info_box_ttl.text::before {
	content: "Q";
	left: 1.4rem;
	background: #4d73a1;
}
.acc_question .info_box_list li::before {
	content: "A";
	left: 0.6rem;
	background: #82a5cf;
}
.list_question li::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #4d73a1;
	border-right: 2px solid #4d73a1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 14px;
	margin-top: -4px;
}

.list_question li a,
.acc_question .info_box_component h2.info_box_ttl.text {
	display: block;
	background-color: #fff;
	color: #4d4d4d;
	border-radius: 20px;
	padding: 1rem 2.8rem 1rem 4.6rem;
	text-decoration: none;
	font-size: 1.4rem;
	transition: .1s;
}
.list_question li a.outside_icon {
	background-position: 45px 15px;
	text-indent: 1.1em;
}
/* アコーディオン */
.acc_question .info_box_component {
	border: none;
	border-radius: 20px;
	background: #fff;
}
.acc_question .info_box_component h2.info_box_ttl.text {
	position: relative;
	font-weight: normal;
	margin-bottom: 0;
}
.acc_question .info_box_component h2.info_box_ttl.text .pm_icon {
	margin: -8px -8px 0 0;
	background: none;
	position: absolute;
	top: 50%;
	left: auto;
	right: 15px;
}
.acc_question .info_box_component h2.info_box_ttl.text .pm_icon::before,
.acc_question .info_box_component h2.info_box_ttl.text .pm_icon::after {
	border-color: #4d73a1;
}
.acc_question .info_box_list {padding: 0 8px 8px;}
.acc_question .info_box_list li {
	background: #f0f3f7;
	border-radius: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.acc_question .info_box_list li a {
	font-size: 1.3rem;
	padding: 8px 10px 8px 37px;
	pointer-events: none;
}
.acc_question .info_box_list a[href] {pointer-events: auto;}
.acc_question .info_box_list a::after {display: none;}

@media screen and (min-width: 768px) {
	/*-------------------- MV --------------------*/
	.mv_business {
		background-image: url("/content/dam/jretravel/site/page/feature/business/images/bg_mv_pc.jpg");
	}
	/* エリア別テキスト */
	.box_tx_mv {
		padding: 8px 10px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.ttl_tx_mv {
		font-size: 2rem;
		width: 110px;
		text-align: center;
	}
	.tx_mv {
		padding: 0 0 0 15px;
		border-left: 1px solid #79818a;
		border-top: none;
		line-height: 1.7;
		font-size: 1.4rem;
	}
	
	/*-------------------- ナビ --------------------*/
	.nav_page {flex-wrap: nowrap;}
	.nav_page li, .nav_page li:nth-child(1), .nav_page li:nth-child(even) {width: 100%;}
	.nav_page li:nth-of-type(n+3) {margin-top: 0;}
	.naviArea .nav_page li:nth-last-child(1) {margin-left: 10px;}
	
	.nav_page li::before {
		width: 10px;
		height: 10px;
		right: 25px;
	}
	.nav_page li a {
		font-size: 1.6rem;
		padding: 9px 50px 9px 10px;
		display: block;
	}
	
	/* エリアのナビ */
	.nav_area {
		padding: 0;
	}
	.nav_area li {
		padding: 0 7px;
	}
	.bg_blue01 .nav_area li,
	.bg_blue02 .nav_area li {
		padding: 8px 10px;
	}
	.nav_area li:nth-of-type(n+6) {
		margin-top: 12px;
	}
	.nav_area li a {
		font-size: 1.7rem;
		padding: 0;
	}
	.nav_area li a.current .nav_tx {padding-left: 20px;}
	.nav_area li a.current .nav_tx::before {
		width: 12px;
		height: 12px;
		top: 3px;
	}
	.nav_area li a.current .nav_tx::after {
		width: 4px;
		height: 4px;
		left: 5px;
	}
	
	/*-------------------- タイトル --------------------*/
	.top .section.ttl_marker {margin: 30px auto;}
	.top .section.ttl_marker h2 {font-size: 3rem;}
	
	.ttl_line {font-size: 2.2rem;}
	.ttl_line::before, .ttl_line::after {width: 40px;}
	.ttl_line::before {left: -50px;}
	.ttl_line::after {right: -50px;}
	
	/*-------------------- ボタンのリスト --------------------*/
	.list_btn {padding: 0;}
	.list_btn li {
		width: 240px;
		margin: 12px 12px 0 0;
	}
	.list_btn li:nth-of-type(2n) {margin-right: 12px;}
	/*---------- 2つの時 ----------*/
	.list_btn li:nth-last-child(2):nth-last-child(2):first-child ~ li:nth-of-type(2) {margin-right: 0;}
	/*---------- 3の倍数 ----------*/
	.list_btn li:nth-last-child(3n):nth-last-child(3n):first-child,
	.list_btn li:nth-last-child(3n):nth-last-child(3n):first-child ~ li {width: 325px !important;}
	.list_btn li:nth-last-child(3n):nth-last-child(3n):first-child ~ li:nth-of-type(3n) {margin-right: 0;}
	/*---------- 4の倍数 ----------*/
	.list_btn li:nth-last-child(4n):nth-last-child(4n):first-child ~ li:nth-of-type(4n) {margin-right: 0;}
	/*---------- 5の倍数 ----------*/
	.list_btn li:nth-last-child(5n):nth-last-child(5n):first-child,
	.list_btn li:nth-last-child(5n):nth-last-child(5n):first-child ~ li {width: 190px !important;}
	.list_btn li:nth-last-child(5n):nth-last-child(5n):first-child ~ li:nth-of-type(5n) {margin-right: 0;}
	/* 新函館北斗駅 文字サイズ調整 */
	.list_btn li:nth-last-child(5n):nth-last-child(5n):first-child ~ li a[href*="%E6%96%B0%E5%87%BD%E9%A4%A8%E5%8C%97%E6%96%97"] {
		font-size: 1.6rem;
		padding: 7px 3px;
	}
	
	.list_btn li a {
		font-size: 1.7rem;
		padding: 6px 3px;
	}
	.list_btn li a {
		font-size: 1.7rem;
	}
	.list_btn li a:hover {
		margin: 2px -2px -2px 2px;
		box-shadow: 1px 1px #a6c1e3;
		opacity: 1;
	}
	
	.list_btn li .ic_arrow {
		width: 20px;
		margin: -3px 3px 0;
	}
	
	/*-------------------- ボタン --------------------*/
	.btn_yellow {padding: 0;}
	.btn_yellow a {
		font-size: 1.7rem;
		padding: 8px 40px 8px 20px;
	}
	
	/*-------------------- バナー --------------------*/
	.tyo_otherarea_banner .textitem {
		padding-left: 20px;
	}
	.tyo_otherarea_banner .textitem::before {
		width: 16px;
		height: 16px;
		top: 4px;
	}
	.tyo_otherarea_banner .textitem::after {
		top: 9px;
		left: 4px;
	}
	
	/*-------------------- こだわりの条件で探す --------------------*/
	.list_img > li {
		width: 320px;
		margin: 0;
	}
	.list_img > li:nth-of-type(n+4) {
		margin-top: 20px;
	}
	.list_img > li > a {font-size: 1.7rem;}
	.tx_black .tx_small {font-size: 1.3rem;}
	
	/*-------------------- おすすめ記事 --------------------*/
	.article_contens>ul>li {margin: 0 0 4.5% 0;}
	.article_contens>ul>li:nth-child(odd) {margin: 0 2.5% 4.5% 0;}
	
	/*-------------------- よくある質問 --------------------*/
	.list_question li::after {
		right: 28px;
		width: 8px;
		height: 8px;
	}
	/* Q/Aマーク */
	.list_question li::before,
	.acc_question .info_box_component h2.info_box_ttl.text::before,
	.acc_question .info_box_list li::before {
		width: 26px;
		height: 26px;
		font-size: 1.6rem;
		/*margin-top: -13px;*/
		line-height: 26px;
	}
	.list_question li::before,
	.acc_question .info_box_component h2.info_box_ttl.text::before {left: 20px;}
	.acc_question .info_box_list li::before {top: 12px; left: 10px;}
	
	.list_question li + li {
		margin-top: 20px;
	}
	.list_question li a,
	.acc_question .info_box_component h2.info_box_ttl.text {
		border-radius: 30px;
		padding: 10px 50px 10px 58px;
		font-size: 1.5rem;
	}
	.list_question li a.outside_icon {
		background-position: 58px 17px;
	}
	.list_question li a:hover {text-decoration: underline; opacity: 1;}
	
	/* アコーディオン */
	.accordionLink + div {margin-top: 20px;}
	
	.acc_question .info_box_component h2.info_box_ttl.text .pm_icon {right: 30px;}
	.acc_question .info_box_component h2.info_box_ttl.text .pm_icon::before,
	.acc_question .info_box_component h2.info_box_ttl.text .pm_icon::after {width: 11px;}
	.acc_question .info_box_component h2.info_box_ttl.text .pm_icon::after {margin-left: -1px;}
	.acc_question .info_box_component h2.info_box_ttl.text .pm_icon.on::after {margin-left: -2px;}
	
	.acc_question .info_box_list {padding: 0 10px 10px;}
	.acc_question .info_box_list li {padding: 0;}
	.acc_question .info_box_list li a {
		font-size: 1.4rem;
		padding: 14px 25px 14px 48px;
		display: block;
	}
	.acc_question .info_box_list a:hover {
		color: #222;
		text-decoration: none;
	}
	.acc_question .info_box_list a[href]:hover {
		color: #06c;
		text-decoration: underline;
	}
}


@media screen and (max-width: 375px) {
	/* 名古屋 改行しないよう調整 */
	.nav_area li a.current[href*="business08"] .nav_tx {padding-left: 0;}
	.nav_area li a.current[href*="business08"] .nav_tx::before,
	.nav_area li a.current[href*="business08"] .nav_tx::after {display: none;}
}
@media screen and (max-width: 350px) {
	/* 文字サイズ調整 新函館北斗 */
	.list_btn li a[href*="%E6%96%B0%E5%87%BD%E9%A4%A8%E5%8C%97%E6%96%97"] {
		font-size: 3.8vw;
		padding: 5px 2px;
	}
	.list_btn li a[href*="%E6%96%B0%E5%87%BD%E9%A4%A8%E5%8C%97%E6%96%97"] .ic_arrow {
		width: 14px;
	}
	.list_btn li:nth-last-child(2n+1):nth-last-child(2n+1):first-child ~ li:nth-last-of-type(1) a[href*="%E6%96%B0%E5%87%BD%E9%A4%A8%E5%8C%97%E6%96%97"] {
		font-size: 1.4rem;
		padding: 4px 2px;
	}
	.list_btn li:nth-last-child(2n+1):nth-last-child(2n+1):first-child ~ li:nth-last-of-type(1) a[href*="%E6%96%B0%E5%87%BD%E9%A4%A8%E5%8C%97%E6%96%97"] .ic_arrow {width: 15px;}
}

/*---------------------------------------------------------------------------
		追記：よくあるご質問
---------------------------------------------------------------------------*/
.accordionLink > .acc_question {margin-bottom: 15px;}
.acc_question > .info_box_component > .info_box_list > li {
	/*padding: 8px 10px 8px 37px;*/
	padding: 1rem 1rem 1rem 3.8rem;
}
.acc_question > .info_box_component > .info_box_list > li > a {
	position: relative;
	margin: 6px 0 0 15px;
	padding: 0;
	color: #213c5c;
}
.acc_question > .info_box_component > .info_box_list > li > a::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	left: -14px;
	border-top: 2px solid #4d73a1;
	border-right: 2px solid #4d73a1;
	transform: rotate(45deg);
	margin-top: -2px;
}
.acc_question > .info_box_component > .info_box_list > li > a.outside_icon {
	padding-left: 15px;
}

@media screen and (min-width: 768px) {
	.acc_question .info_box_component > h2:hover {
		text-decoration: underline !important;
	}
	.acc_question > .info_box_component > .info_box_list > li {
		padding: 14px 25px 14px 48px;
	}
}


/*---------------------------------------------------------------------------
		追記：リード文
---------------------------------------------------------------------------*/
.wrap_tx_cl .cmp-text > p,
.wrap_tx_cl.cmp-text > p {
	text-align: left !important;
}
@media screen and (min-width: 768px) {
	.wrap_tx_cl .cmp-text > p,
	.wrap_tx_cl.cmp-text > p {
		text-align: center !important;
	}
}

/*---------------------------------------------------------------------------
		配布用検索パネル
---------------------------------------------------------------------------*/
.top .section.ttl_marker h2 {font-weight: bold;}