@charset "utf-8";
/* 共通部分 */
body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, sans-serif;
	font-size: 15px;
	color: #333;
	min-width: /*1200px*/900px;
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 100%;
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
	outline: none;
}
a:hover img {
	opacity: 0.8;
}
*:focus {
	outline: none;
}
.accordion,
.accordion-child {
	cursor: pointer;
}
input.styleReset,
button.styleReset,
textarea.styleReset,
select.styleReset {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	/*outline: none;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	display: block;
	width: 100%;
	max-width: 100%;
}
textarea.styleReset {
	font-family: Arial;
}
.ib {
	display: inline-block;
	line-height: inherit;
	font-weight: inherit;
}
.bold {
	font-weight: bold;
}
.sp_only {
	display: none;
}
.sps_only {
	display: none;
}
.tbsp_only {
	display: none;
}
.pc_only_wide {
	display: none;
}
.d_block {
	display: block;
}
.pc_d_block {
	display: block;
}
.clear_both {
	clear: both;
}
.t_left {
	text-align: left;
}
.t_center {
	text-align: center;
}
.pc_t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}
.m0 {
	margin: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.p0 {
	padding: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pc_mt10 {
	margin-top: 10px;
}
.pc_mt20 {
	margin-top: 20px;
}
.vm {
	vertical-align: middle;
}
@media (max-width: 767px) {
	body {
		min-width: inherit;
		margin: auto;
		-webkit-text-size-adjust: 100%;
	}
	input,
	textarea,
	select {
		font-size: 16px;
	}
	.sp_only {
		display: block;
	}
	.tbsp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.pc_d_block {
		display: inline;
	}
	.sp_d_block {
		display: block;
	}
	.sp_clear_both {
		clear: both;
	}
	.pc_t_center {
		text-align: left;
	}
	.sp_t_left {
		text-align: left;
	}
	.sp_t_center {
		text-align: center;
	}
	.sp_t_right {
		text-align: right;
	}
	.pc_mt10,
	.pc_mt20 {
		margin-top: 0;
	}
	.sp_pl5 {
		padding-left: 5em;
	}
	.sp_pb20 {
		padding-bottom: 20px;
	}
}
@media (max-width: 430px) {
	.sps_only {
		display: block;
	}
}
@media (min-width: 1200px) {
	.pc_only_wide {
		display: block;
	}	
}
/* デフォルトリンク系 */
a,
a:visited {
	color: #0850d5;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #3399ff;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.tellink,
a.tellink:hover,
a.tellink:visited {
	cursor: default;
	color: #333;
	text-decoration: none;
}
.mover {
	transition: opacity 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	zoom: 1;
}
.mover:hover {
	opacity: 0.8;
}
@media (max-width: 767px) {
	a.tellink,
	a.tellink:hover,
	a.tellink:visited {
		cursor: pointer;
		color: #0570da;
		font-size: 150%;
		background-image: url(../img/common/icon_tel.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 28px;
		padding: 4px 0 4px 31px;
	}
}
/* ヘッダー */
header a,
header a:visited {
	text-decoration: none;
	color: #000;
}
header a:hover {
	text-decoration: none;
	color: #0570da;
}
#pc_header {
	width: 100%;
	background-color: #fff;
}
#pc_header .header_inner {
	position: relative;
	height: 80px;
	max-width: 1400px;
	width: auto;
	margin: auto;
	display: flex;
	align-items: center;
}
#pc_header .header_logo {
	margin-left: 1.5%;
	width: 16%;
}
#pc_header .header_logo img {
	width: 100%;
	max-width: 230px;
}
#pc_header .header_logo a {
	display: block;
}
#globalnav {
	position: absolute;
	padding: 0;
	right: 15px;
	top: 22px;
	margin: auto;
	font-size: 0;
	width: 81%;
	text-align: right;
}
#globalnav ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: -6px;
	border-top: none;
}
#globalnav li {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: opacity 0.2s ease-out;
	border-left: 1px solid #004995;
}
#globalnav li:first-child {
	border-left: 0px;
}
#globalnav li a {
	text-decoration: none;
	padding: 0 5px 25px 5px;
	/*margin: 0 0.7vw;*/
	margin: 0 0.3vw;
	font-weight: 500;
	color: #004995;
	font-size: 15px;
}
#globalnav li.current a {
	border-bottom: 5px solid #0099e2;
}
#globalnav li#hnavi00.current a {
	border-bottom: none;
}
#globalnav li a:hover,
#globalnav li#hnavi00.current a:hover {
	color: #0099e2;
	border-bottom: 5px solid #0099e2;
}
.grad_btn {
	position: relative;
	display: inline-block;
	left: auto;
	top: 5px;
	/*margin: 0 0 0 0.7vw;*/
	margin: 0 0 0 0.4vw;
	min-width: 110px;
	background: linear-gradient(to left, #004995, #0085cf);
	border: none;
	border-radius: 25px;
}
#globalnav .grad_btn:nth-child(2) {
	margin: 0;
}
.grad_btn p,
.grad_btn span {
	padding: 5px 0 7px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.15em;
}
.grad_btn a > span {
	display: block;
}
.btn-mover:hover a p,
.btn-mover:hover a p > span {
	z-index: 100;
	position: relative;
	color: #004995;
}
.btn-mover:hover a > span {
	z-index: 100;
	display: block;
	position: relative;
	color: #004995;
}
.btn-mover a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	width: 72px;
	height: 13px;
	margin: auto;
	padding: 4px 16px 2px 14px;
	display: block;
	background: #fff;
	opacity: 0;
	border: 1px solid #fff;
	border-radius: 25px;
	transition: .4s ease;
}
.btn-mover:nth-child(3) a::before {
	width: 72px;
}
.btn-mover a:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}
#globalnav ul.line-none {
	padding-top: 5px;
}
#globalnav ul.line-none li {
	border-left: 0;
}
#globalnav ul.line-none li a {
	margin-right: 0;
}
#globalnav ul.line-none li a:hover {
	color: #0099e2;
	border-bottom: 0;
}
#globalnav ul.line-none li.current a {
	border-bottom: 0;
}
header span.icon-link {
	background-image: url("../img/common/icon-link-blue.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px 12px;
	padding-right: 16px;
	letter-spacing: normal;
	font-size: 90%;
}
#sp_header {
	display: none;
}
@media (max-width: 767px) {
	#pc_header {
		display: none;
	}
	header span.icon-link {
		background-image: url("../img/common/icon-link.svg");
		padding-right: 20px;
		letter-spacing: inherit;
		font-size: 100%;
	}
	header {
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 1000;
		width: 100%;
	}
	.header_height {
		height: 100%;/*jsで使用*/
	}
	#sp_header {
		display: block;
		overflow: auto;
		height: 100%;
		width: 100%;
		background-color: rgba(255,255,255,0.7);
	}
	#sp_header_block {
		background-color: #fff;
		height: 60px;
	}
	#sp_header .header_logo {
		position: relative;
		left: 0;
		top: 0;
		height: 28px;/*高さいれないとAndroidブラウザ崩れる*/
		padding: 17px 0 10px 3%;
	}
	#sp_header .header_logo img {
		width: 50%;
		max-width: 230px;
	}
	#sp_header .header_nav_area {
		position: absolute;
		right: 15px;
		top: 0;
		padding-top: 20px;
	}
	/*toggle_button*/
	#sp_header .toggle_button,
	#sp_header .toggle_button span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#sp_header .toggle_button {
		position: relative;
		width: 26px;
		height: 38px;
	}
	#sp_header .toggle_button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3.2px;
		background-color: #009ee7;
	}
	#sp_header .toggle_button span:nth-of-type(1) {
		top: 0;
	}
	#sp_header .toggle_button span:nth-of-type(2) {
		top: 9px;
	}
	#sp_header .toggle_button span:nth-of-type(3) {
		bottom: 15px;
	}
	#sp_header .toggle_button.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
		background-color: #009ee7;
	}
	#sp_header .toggle_button.active span:nth-of-type(2) {
		opacity: 0;
	}
	#sp_header .toggle_button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
		background-color: #009ee7;
	}
	/*toggle_menu*/
	#sp_header .toggle_menu {
		text-align: center;
		display: none;
		position: relative;
		left: 0;
	}
	#sp_header .toggle_menu .tit {
		cursor: pointer;
		border-bottom: 1px solid #ffffff;
		background-color: #0a51a1;
		color: #ffffff;
		padding: 0;
		text-align: left;
		font-size: 14px;
	}
	#sp_header .toggle_menu {
		color: #fff;
	}
	#sp_header .toggle_menu .tit a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 20px 0 20px 7%;
	}
	#sp_header .toggle_menu p {
		text-align: left;
		border-bottom: 1px solid #0a51a1;
		padding: 5% 0 5% 10%;
		color: #0570da;
	}
	#sp_header_block {
		background-color: #fff;
	}
}
/* フッター */
footer {
	z-index: 11;
	position: relative;
	width: 100%;
	padding-top: 114px;
	padding-bottom: 70px;
	text-align: left;
	background-color: #004f9b;
}
body footer::after {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(10,80,153,0.7);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
#footer_info {
	margin: auto;
	max-width: 1260px;
	padding: 0 52.5px 0;
	color: #ffffff;
}
footer .content {
	transition: transform 1.5s ease, opacity 1.5s ease;
	transform: translateY(30px);
	transition-delay: 0.1s;
	opacity: 0;
}
footer .current {
	transform: translateY(0);
	opacity: 1;
}
#footer_info .left_contents {
	float: left;
	width: 44%;
}
#footer_info .footer_logo img {
	width: 100%;
	max-width: 310px;
}
#footer_info .address {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	padding: 40px 0 1em 0;
	overflow: hidden;
	position: relative;
	display: flex;
}
#footer_info .address p:first-child {
	padding: 0 0 10px;
}
#footer_info .btn a {
	display: inline;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: 200;
	line-height: 1px;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#footer_info .footer_links {
	float: right;
	width: 55%;
	text-align: right;
}
#footer_info .footer_links div,
#footer_info .footer_links ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#footer_info .footer_links ul:first-child {
	/*padding: 0 2vw 0 0;*/
	padding-right: 30px;
}
#footer_info .footer_links ul li {
	padding-bottom: 30px;
}
#footer_info .footer_links ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
#footer_info .footer_links ul li::before {
	content: '';
	position: relative;
	display: inline-block;
	width: 10px;
	height: 1px;
	margin: auto;
	right: 10%;
	border-top: 1px solid;
	color: #fff;
	vertical-align: middle;
}
#footer_info .footer_links ul:last-child li::before {
	right: 2%;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	#footer_info .footer_links ul li a {
		padding: 0 0 0 10px;
	}
	#footer_info .footer_links ul li::before {
		right: 0;
	}
	#footer_info .footer_links ul:last-child li::before {
		right: 0;
	}
}
#footer_info .footer_links ul.other_links {
	display: flex;
	padding: 0;
}
#footer_info .footer_links ul.other_links li {
	padding-right: 23px;
	margin-right: 20px;
}
#footer_info .footer_links ul.other_links li::before {
	content: none;
}
#footer_info .footer_links ul.other_links li a {
	background-image: url("../img/common/icon-link.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px 12px;
	padding-right: 20px;
}
.copyright {
	font-size: 14px;
	text-align: center;
	padding: 32px 0 34px;
	border-top: 1px solid #009ee7;
	color: #fff;
	font-weight: 300;
}
/* PAGE TOP */
#page_top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 100;
	cursor: pointer;
}
#page_top a {
	display: block;
	cursor: pointer;
}
#page_top::before {
	content: "";
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	opacity: 0.8;
}
#page_top::after {
	left: 10px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #009ee7;
	border-right: 2px solid #009ee7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -22px;
	margin-left: 10px;
}
@media (max-width: 767px) {
	footer {
		padding: 10vw 0;
	}
	#footer_info {
		width: 90%;
		padding: 0;
	}
	#footer_info .left_contents {
		float: none;
		width: 100%;
	}
	#footer_info .btn a {
		font-weight: 600;
	}
	#footer_info .footer_logo img {
		width: 61%;
	}
	#footer_info .address {
		font-size: 14px;
		letter-spacing: normal;
		padding-top: 4vw;
	}
	#footer_info .address p {
		font-weight: normal;
	}
	#footer_info .address p:first-child {
		padding: 0 0 20px 0;
	}
	#footer_info .address .btn a {
		margin: 10px 0 0 0;
	}
	.copyright {
		font-size: 13px;
		text-align: center;
		padding: 15px 0;
		font-weight: normal;
	}
	#page_top {
		bottom: 12px;
	}
}
@media (max-width: 430px) {
	#footer_info .address {
		display: block;
	}
}
@media (max-width: 320px) {
	#footer_menu .copyright {
		font-size: 70%;
		letter-spacing: 0.05em;
	}
}
/* 404ページ */
#nf404 section.contents {
	padding: 100px 0;
	background-color: #f0f0f0;
	text-align: center;
	border-top: 3px solid #0099e2;
}
#nf404 .contents .contentInner {
	max-width: 880px;
	background-color: #fff;
	margin: 0 auto;
	padding: 60px 60px;
	line-height: 2;
}
#nf404 .contents h1 {
	font-size: 200%;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #333;
}
#nf404 .contents h1 span {
	position: relative;
	display: inline-block;
}
#nf404 .contents h1 span::before {
	content: ' ';
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 3px;
	left: 50%;
	bottom: -16px;
	transform: translateX(-50%);
	background-color: #0a51a1;
}
#nf404 .contents .contentInner .t_center p {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#nf404 section.contents {
		padding: 10vw 10%;
		background-color: #fff;
		margin-top: 60px;
	}
	#nf404 .contents .contentInner {
		width: 100%;
		padding: 0;
		line-height: 1.5;
	}
	#nf404 .contents h1 {
		font-size: 160%;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 5px;
	}
	#nf404 .contents h1 span::before {
		bottom: -10px;
		width: 40px;
	}
	#nf404 .contents .contentInner .t_center p {
		margin-bottom: 15px;
	}
}
@media (max-width: 414px) {
	#nf404 footer {
		position: absolute;
		bottom: 0;
	}
}
/* タイトル */
h2 {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 2.5;
	padding: 20px 0 7px;
}
.titleType01 h2 > span {
	display: inline-block;
	position: relative;
	font-size: 32px;
	margin-left: 6px;
	font-weight: 500;
	line-height: 2.5;
	color: #0099e2;
	letter-spacing: 0.2em;
}
.titleType02 h2 {
	position: relative;
	text-align: center;
	margin: 0 0 15px;
	padding: 24.5px 0;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.20em;
	line-height: 1.5;
}
h2::after {
	content: " ";
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0px;
	width: 54px;
	height: 2px;
	margin: auto;
	background-color: #0099e2;
	border: solid 0px;
	border-radius: 26px;
}
@media (max-width: 767px) {
	h2 {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0.25em;
		padding: 0;
	}
	.titleType01 h2 > span,
	.titleType02 h2 {
		font-size: 20px;
		padding: 11.5px 0;
		margin-left: 0;
		line-height: 1.5;
		letter-spacing: 0.25em;
	}
}
/* 下層コンテンツ */
#contents.security_contents,
#contents.tokusho_contents {
	background-color: #f3f9fc;
	border-top: 3px solid #0099e2;
}
#contents.company_contents {
	background-color: #fff;
}
.UnderPage {
	transition: transform 1.0s ease, opacity 2.5s ease;
	opacity: 0;
}
.UnderPage.current {
	opacity: 1;
}
@media (max-width: 767px) {
	#contents {
		padding-bottom: 0;
		margin-top: 60px;
	}
	#contents.company_contents,
	#contents.price_contents,
	#contents.faq_contents {
		margin-top: 0;
	}
}
/* パンくず */
#pankuzu {
	position: relative;
	width: 90%;
	max-width: 1360px;
	margin: auto;
	font-size: 13px;
	box-sizing: border-box;
}
#pankuzu .pankuzuList {
	padding: 19px 0;
	overflow: hidden;
}
#pankuzu .pankuzuList li {
	display: inline;
}
#pankuzu .pankuzuList li:last-child {
	padding: 0 16px;
}
#pankuzu .pankuzuList li:last-child::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: solid 1.5px #004995;
	border-right: solid 1.5px #004995;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 3px 0 0 -17px;
}
/* 下層メインビジュアル */
#mv_area {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 300px;
	background-image: url(../img/company/mv_company.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	color: #ffffff;
}
#mv_area.price {
	background-image: url(../img/price/mv_price.jpg);
}
#mv_area.citygas {
	background-image: url(../img/citygas/mv_citygas.jpg);
}
#mv_area.faq {
	background-image: url(../img/faq/mv_faq.jpg);
}
#mv_area.blue {
	background-image: none;
	background-color: #0099e2;
}
#mv_area h1 {
	margin: 141px 0px 0 5px;
	font-size: 40px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#mv_area.faq h1 {
	font-family: 'Lexend Exa', sans-serif;
}
.index #mv_area h1 {
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 266%;
}
@media (max-width: 767px) {
	#mv_area {
		height: 174px;
		margin-top: 60px;
	}
	#mv_area h1 {
		font-size: 160%;
		margin-top: 70px;
		max-width: inherit;
		letter-spacing: 0.05em;
		line-height: 1.2em;
		font-weight: 500;
		margin: 70px 0 0;
	}
	.index #mv_area h1 {
		letter-spacing: 0.1em;
		font-size: 160%;
		margin-left: 0;
	}
}
@media (max-width: 320px) {
	#mv_area h1 {
		font-size: 145%;
	}
	.messenger #mv_area h1 {
		font-size: 128%;
	}
}
/* 罫線リスト */
.line_list {
	margin: 50px auto;
	max-width: 1180px;
	background-color: #fff;
	border-top: 3px solid #0099e2;
}
.line_list dl {
	border-top: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	display: table;
}
.line_list dl:first-child {
	padding-top: 40px;
	border-top: none;
}
.line_list dt,
.line_list dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	line-height: 2.0;
}
.line_list dt {
	width: 30%;
	padding: 0 70px 0 45px;
	font-size: 16px;
	font-weight: 600;
}
.line_list dd {
	padding-right: 2%;
}
.line_list dl dd a {
	color: #111;
}
@media (max-width: 767px) {
	.line_list {
		border-bottom: none;
	}
	.line_list dl {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.line_list dt,
	.line_list dd {
		display: block;
		width: auto;
		padding: 0;
	}
	.line_list dt {
		margin-bottom: 8px;
	}
}
/* PDF,矢印のアイコン */
#kiyaku .listInner ul li p::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 27px;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	background-image: url(../img/common/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 0 top;
}
.icon_arrow {
	position: relative;
	display: inline-block;
}
.icon_arrow::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #0850d5;
	border-right: solid 2px #0850d5;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	margin: auto;
}
a:hover .icon_arrow::before {
	border-top: solid 1px #3399ff;
	border-right: solid 1px #3399ff;
}
@media (max-width: 767px) {
	.icon_arrow::after {
		right: 15px;
	}
	#kiyaku .listInner ul li p::before {
		left: 5px;
	}
}
/* line */
.listTitle {
	background-color: #0099e2;
	padding: 7px 0 5px;
}
.listTitle p {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 3;
	margin-left: 7px;
}
@media (max-width: 767px) {
	.listTitle {
		padding: 20px 0;
	}
	.listTitle p {
		font-size: 20px;
		line-height: 1.5;
		margin-left: 0;
	}
}
/* clearfix */
/* For modern browsers */
.cf::before,.cf::after,
header::before,header::after,
footer::before,footer::after,
nav::before,nav::after,
section::before,section::after,
article::before,article::after,
div::before,div::after,
dl::before,dl::after,
ul::before,ul::after {
	content:"";
	display:table;
}
.cf::after,
header::after,footer::after,
nav::after,section::after,
article::after,
div::after,
dl::after,ul::after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
header,footer,nav,section,article,
div,dl,ul {
	zoom:1;
}
/* 案内ページ用スタイル */
.infoBox {
	padding: 6em 8%;
	background-color: #f4f9fd;
	text-align: center;
	border-top: 3px solid #0099e2;
}
.infoBox .inner {
	max-width: 880px;
	border: 5px solid #f4f9fd;
	background-color: #fff;
	margin: 0 auto;
	padding: 7% 5%;
	line-height: 2;
}
.infoBox .tit {
	font-size: min(5vw,25px);
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #333;
}
.infoBox .tit a {
	font-weight: inherit;
}
.infoBox .tit a:hover {
	text-decoration: underline;
}
.infoBox p {
	font-size: min(3.5vw,15px);
	line-height: 1.7;
}

@media (max-width: 767px) {
	.infoBox {
		margin-top: 60px;
		background-color: #ffffff;
	}
}