@charset "utf-8";
/*==================================================
	設定部
----------------------------------------------------
  WEBフォント指定
--------------------------------------------------*/
#top_main_menu, #container h3.sub,#container h3.info_sub
#tbs_contact .mail,
#tbs_contact .line,
#tbs_contact .tel,
#container h3.sub02,
#container h3.sub03,
#container .sub02_memo,
.box_pickup .fm,
.mp2 { font-family: "M PLUS 2", sans-serif; }
.sans { font-family: 'Noto Sans JP', sans-serif; }
#container h3.sub02.under::before,
.mp {  font-family: "M PLUS 1p", sans-serif; }
.serif {  font-family: "Noto Serif JP", serif; }
/*--------------------------------------------------
  フォント色指定
--------------------------------------------------*/
.red { color: #FF6575; }	/* 赤 */
.green { color: #06c355; }	/* 緑 */
.pick { color: #3F53D5; }	/* 注目色 */
.thin { color: #666666; }	/* 薄い色 */
/* リンク */
a:link, a:visited {
	color: #050038;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.green:link,
a.green:visited { color: #06c355; }	/* 緑 */
/*--------------------------------------------------
  タブレット・スマホに適応
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
	/* ハンバーガーメニュー */
	#switchBtnArea #switchBtn { background: #050038; }
	#header .contact .tel a { background: #FF6575; }
	#header .contact .btn a { background: #3F53D5; }
}
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	height: 50px;
	padding: 15px;
	text-align: left;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -30px;
}
#header h1.title img{
	width: 300px;
}
/* 住所 */
#header .header_address {
	position: absolute;
	left: 10px;
	bottom: 10px;
	line-height: 1.3;
	font-size: 13px;
}
#header .header_address .area {
	margin-left: -5px;
}
#header .header_address span {
	position: relative;
	margin-left: 10px;
	font-size: 10px;
	height: 18px;
	background: #3F53D5;
	color: #FFF;
}
#header .header_address b {
	display: block;
}
#header .header_address span:before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: -5px;
	height: 16px;
	/* width: 5px; */
	border-bottom: 16px solid #3F53D5;
	border-left: 5px solid transparent;
}
#header .header_address span:after {
	position: absolute;
	content: "";
	top: 0px;
	right: -5px;
	height: 16px;
	/* width: 5px; */
	border-top: 16px solid #3F53D5;
	border-right: 5px solid transparent;
}
/* お問い合わせ */
#header .contact a {
	display: block;
}
#header .contact a img {
	vertical-align: middle;
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu li {
	display: inline-block;
}
#menu li a {
	display: block;
	padding: 0 30px;
	color: #333333;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
}
#menu li.on a,
#menu li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#page_title #contact_ttl {
	background: url("../img/contact/bg-title.jpg") center / cover no-repeat;
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#container {
	overflow: hidden;
	text-align: left;
	line-height: 1.8;
}
#container p {
	margin-bottom: 1em;
}
#container p.nm {
	margin-bottom: 0;
}
#container h3.sub {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 5px;
	font-weight : bold;
	font-size : 31px;
	line-height : 42px;
	color : #050038;
	text-align: center;
}
#container h3.info_sub {
	font-size : 21px;
	color : #FFFFFF;
	background: #050038;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	line-height: 120px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#container h3.info_sub::before {
	content: "";
	width: 15px;
	height: 15px;
	background: #FFCC2F;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#container h3.sub02 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 5px;
	font-weight : 800;
	font-size : 34px;
	line-height : 42px;
	color : #050038;
}
#container h3.sub02 span {
	font-weight: bold;
	font-size : 50px;
	line-height : 131.42px;
	color : rgba(163,173,235,0.3);
	padding-left: 20px;
}
#container h3.sub02.under {
	text-align: center;
}
#container h3.sub02.under::before {
	content: "";
	color : rgba(163,173,235,0.3);
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	font-weight : bold;
	font-size : 92px;
	line-height : 42px;
}
#container h3.sub02.under::after {
	content: "";
	width: 70px;
	height: 7px;
	background: #3F53D5;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#container .sub02_memo {
	padding: 5px;
	text-align: center;
	font-size: 20px;
	border-radius: 10px;
	background: #FF6575;
	color: #FFF;
}
#container h3.sub03 {
	position: relative;
	padding-bottom: 5px;
	font-weight : 800;
	font-size : 45px;
	line-height : 91px;
	color : #050038;
	text-align: center;
}
#container h3.sub03 span {
	color: #FF6575;
}
#container h3.sub03 span b {
	font-size: 96px;
	padding: 0 10px;
}
#container h3.sub03.under::before {
	content: "";
	width: 642px;
	height: 10px;
	background: #3F53D5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	clear: both;
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	color: #FFF;
	font-size: 14px;
	line-height: 1.6;
}
#footer p {
	text-align: center;
}
#footer .box {
	padding: 30px 0;
	color: #050038;
	position: relative;
}
#footer .box::after {
	content: "";
	background: #fff url("../img/bg_line.png") no-repeat bottom center;
	background-size: 150%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#footer .box dd.flex {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin-bottom: 35px;
}
#footer .box dd.flex p a {
	display: inline-block;
	width: 330px;
	background: #FF6575;
	border-radius: 30px;
	color: #fff;
	font-size: 25px;
	line-height: 60px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	font-weight: bold;
}
#footer .box dd.flex p.tel {
	font-size: 33px;
}
#footer .box dd.flex p.line a {
	background: #06C355;
}
#footer .box dd.flex p a img {
	vertical-align: middle;
	margin-right: 10px;
}
#footer .box dd.flex p.tel a img {
	width: 40px;
}
#footer .box dd.flex p.mail a img {
	width: 29px;
}
#footer .box dd.flex p.line a img {
	width: 34px;
}
#footer .box dt {
	margin-bottom: 40px;
}
#footer .box dt img {
	width: 350px;
}
#tbs_contact {
	display: none;
}
/* リンク */
#footer ul {
	background: #050038;
	height: 56px;
	border-bottom: 1px solid #999;
	padding: 10px 0 34px;
	box-sizing: border-box;
}
#footer ul:first-of-type {
	border-bottom: none;
	padding: 30px 0 10px;
}
#footer ul li {
	display: inline;
	margin-right: 20px;
	padding-left: 20px;
	list-style: none;
	z-index: 0
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	background: #050038;
	height: 52px;
	font-size: 12px;
	line-height: 52px;
	color: #999;
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	clear: both;
	margin-bottom: 40px;
	padding-top: 30px;
	color: #999;
	font-size: 0;
	line-height: 1;
}
#page_navi li { display: inline; font-size: 12px; }
#page_navi li+li { margin-left: 8px; }
#page_navi li+li:before {
	content: ">";
	margin-right: 8px;
}
#page_navi a { text-decoration: none; color: #888888; }
/* テーブル */
.tbl { width: 100%; }
.tbl th,
.tbl td {
	padding: 10px;
	border: 1px solid #BBBBBB;
}
.tbl th {
	white-space: nowrap;
	background: #EEEEEE;
}
/* 注意書き */
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/* 横100％背景 */
.bg_wide {
	position: relative;
}
.bg_wide::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 1150px) {
	.bg_wide::before {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: 0;
	}
}
/* フレックスボックス */
.box_pad {
	padding: 15px;
	box-sizing: border-box;
}
.box_flex_sp {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.box_flex_sp.rev { flex-direction: row-reverse; }
.box_flex_sp.vcen { align-items: center; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_pad { padding: 30px; }
	.box_flex {
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vcen { align-items: center; }
}