@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}

hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* ------------------------------
 サイト全体
------------------------------ */
html,
body {
	margin: 0 auto;
	color: #000;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	overflow: hidden;
	width: 100%;
	min-width: 1240px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.6rem;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}
.vtb {
	vertical-align: text-bottom;
}
strong,
.bold {
	font-weight: bold;
}
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none {
	display: none;
}
.hidden {
	display: none;
}
/* 行スペース */
.t1 {
	margin-top: 1.5em;
}
.t2 {
	margin-top: 3em;
}
.t3 {
	margin-top: 4.5em;
}
.b1 {
	margin-bottom: 1.5em;
}
.b2 {
	margin-bottom: 3em;
}
.b3 {
	margin-bottom: 4.5em;
}
/* スペース */
.mt10 {
	margin-top: 10px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.ml8 {
	margin-left: 8px;
}
.mr8 {
	margin-right: 8px;
}
.mlr8 {
	margin-left: 8px;
	margin-right: 8px;
}
/* リンク */
a {
	color: #000;
	text-decoration: none;
}
a.uline {
	text-decoration: underline;
}
a img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	background: url(../img/icon_blank.png) no-repeat 0 0 / cover;
}
/* カラー */
.red {
	color: #d64b4b;
}
.pink {
	color: #e5738a !important;
}
.light-blue {
	color: #18A1CC !important;
}
/* フォントサイズ */
.f10 {
	font-size: 1rem;
}
.f11 {
	font-size: 1.1rem;
}
.f12 {
	font-size: 1.2rem;
}
.f13 {
	font-size: 1.3rem;
}
.f14 {
	font-size: 1.4rem;
}
.f15 {
	font-size: 1.5rem;
}
.f18 {
	font-size: 1.8rem;
}
.f20 {
	font-size: 2rem;
}
.f24 {
	font-size: 2.4rem;
}
sup {
	font-size: 80%;
	vertical-align:top;
}
/* インデント */
.ti1c {
	padding-left: 1em;
	text-indent: -1em;
}
.ti2hc {
	padding-left: 2.7em;
	text-indent: -2.7em;
}
.ti4c {
	padding-left: 4em;
	text-indent: -4em;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc_tal {
		text-align:left;
	}
	.pc_tac {
		text-align:center;
	}
	.pc_tar {
		text-align:right;
	}
	.pc_mb5 {
		margin-bottom: 5px;
	}
	a:hover img {
		opacity: .85;
	}
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.site {
		font-size: 1.5rem;
		min-width: 320px;
	}
	.pc {
		display: none;
	}
	.sp_tac {
		text-align: center;
	}
	.sp_tal {
		text-align: left;
	}
	.fl,
	.fr {
		float: none;
	}
	.site {
		min-width: 0;
	}
	/* 行スペース */
	.t1 {
		margin-top: 1.2em;
	}
	.t2 {
		margin-top: 2.1em;
	}
	.t3 {
		margin-top: 3.3em;
	}
	.b1 {
		margin-bottom: 1.2em;
	}
	.b2 {
		margin-bottom: 2.1em;
	}
	.b3 {
		margin-bottom: 3.3em;
	}
	/* スペース */
	.mb15 {
		margin-bottom: 10px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb25 {
		margin-bottom: 15px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb35 {
		margin-bottom: 20px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.mb70 {
		margin-bottom: 50px !important;
	}
	.mb80 {
		margin-bottom: 50px !important;
	}
	.mb90 {
		margin-bottom: 60px !important;
	}
	.mb100 {
		margin-bottom: 60px !important;
	}
	/* フォントサイズ */
	.f13 {
		font-size: 1.2rem;
	}
	.f14 {
		font-size: 1.3rem;
	}
	.f15 {
		font-size: 1.4rem;
	}
	.f18 {
		font-size: 1.7rem;
	}
	.f20 {
		font-size: 1.8rem;
	}
	.f24 {
		font-size: 2.2rem;
	}
}

/* ------------------------------
 ヘッダー（PC）
------------------------------ */
.header {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	min-width: 1240px;
	height: 156px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: center;
}
.header::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 188px;
	height: 188px;
	margin: 0 auto;
	border-radius: 100%;
	background-color: #fff;
}
.headerBlock {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.headerBlockIn {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	width: 1140px;
	height: 156px;
	margin-left: -570px;
	background: #fff;
	font-size: 1.4rem;
}
.headerBlockIn a:hover {
	text-decoration: none;
}
.headerBlockIn a:hover img {
	opacity: 1;
}

/* ロゴ */
.headerBlockLogo {
	width: 100%;
	padding-top: 32px;
}
.headerBlockLogo img {
	width: 297px;
	height: 124px;
}
/* ログイン */
.headerLogin {
	position: absolute;
	top: 45px;
	right: 45px;
	z-index: 10;
}
.headerLogin img {
	width: 47px;
	height: 48px;
}
.headerLogin .text {
	font-size: 1.2rem;
	font-weight: bold;
}
.headerLogin .text strong {
	font-size: 116.666%;
}
/* --- グローバルナビ --- */
/* 開閉メニューボタン */
.slidemenu-btn {
	display: block;
	position: absolute;
	top: 26px;
	right: 0;
	width: 104px;
	height: 104px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after {
	display: block;
	position: absolute;
	width: 44px;
	height: 4px;
	border-radius: 2px;
	background-color: #e5738a;
}
.menu-icon::before,
.menu-icon::after {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
/* .page-open-slidemenu {
	overflow: hidden;
} */
.page-open-slidemenu .site {
	overflow: hidden;
}
.page-open-slidemenu .menu-icon::before,
.page-open-slidemenu .menu-icon::after {
	background-color: #e5738a;
}
.menu-icon::before,
.menu-icon::after {
	content: "";
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.menu-icon {
	top: 36px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menu-icon:before {
	top: -12px;
	-webkit-transition: -webkit-transform .1s ease-out;
	transition: -webkit-transform .1s ease-out;
	transition: transform .1s ease-out;
	transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}
.menu-icon:after {
	bottom: -12px;
	-webkit-transition: -webkit-transform .1s ease-out;
	transition: -webkit-transform .1s ease-out;
	transition: transform .1s ease-out;
	transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}
.page-open-slidemenu .menu-icon {
	background-color: transparent;
}
.page-open-slidemenu .menu-icon:before {
	-webkit-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
	-webkit-transition: -webkit-transform .1s ease-out .3s;
	transition: -webkit-transform .1s ease-out .3s;
	transition: transform .1s ease-out .3s;
	transition: transform .1s ease-out .3s, -webkit-transform .1s ease-out .3s;
}
.page-open-slidemenu .menu-icon:after {
	-webkit-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
	-webkit-transition: -webkit-transform .1s ease-out .3s;
	transition: -webkit-transform .1s ease-out .3s;
	transition: transform .1s ease-out .3s;
	transition: transform .1s ease-out .3s, -webkit-transform .1s ease-out .3s;
}
.slidemenu-btn span {
	display: block;
	padding-top: 70px;
}
/* 開閉ナビゲーション */
.headerBlock .gnav {
	position: absolute;
	top: 156px;
	right: 0;
	width: 320px;
	height: 1000vh;
	background: #e5738a;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.page-open-slidemenu .headerBlock .gnav {
	overflow-y: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-overflow-scrolling: touch;
}
.headerBlock .gnav .headerMenu {
	padding: 40px;
}
.headerBlock .gnav .headerMenu > li > p {
	font-size: 2rem;
	position: relative;
}
.headerBlock .gnav .headerMenu > li > p a,
.headerBlock .gnav .headerMenu > li > ul > li a {
	color: #fff;
}
.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #f2b9c5;
	text-align: left;
}
/* 開閉ボタン 開く処理 */
.headerBlock .gnav .headerMenu > li > ul {
	position: relative;
	overflow: hidden;
	display: none;
	padding-bottom: 10px;
}
/* リンク矢印 */
.headerBlock .gnav .headerMenu > li a:not(.btn-submenu-toggle) {
	display: block;
	opacity: 1;
	position: relative;
	width: 100%;
	padding: 22px 0;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.headerBlock .gnav .headerMenu > li:not(.btn-entry) p:not(.row) a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	border-radius: 2px;
	transform: rotate(45deg);
}
.headerBlock .gnav .headerMenu > li:not(.btn-entry):last-child p:not(.row) a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 36px;
	height: 26px;
	margin: auto;
	border: none;
	border-radius: 0;
	background: url(../img/icon_logout.png) no-repeat 0 0 / cover;
	transform: none;
}
/* --- プルダウンメニュー部分 --- */
.headerBlock .gnav .headerMenu > li > ul > li > a {
	padding: 10px 20px !important;
	border: none !important;
	font-size: 1.8rem;
}
.headerBlock .gnav .headerMenu > li > ul > li:first-child > a {
	padding: 0 20px 10px !important;
}
.headerBlock .gnav .headerMenu > li > ul > li > a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 2px;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.headerBlock .gnav .headerMenu > li > ul > li:first-child > a:before {
	top: .4em;
}
/* トグルボタン */
.btn-submenu-toggle {
	display: block;
	width: 29px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 10;
}
.btn-submenu-toggle:before,
.btn-submenu-toggle:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.btn-submenu-toggle:before {
	width: 3px;
	height: 21px;
	border-radius: 2px;
}
.btn-submenu-toggle:after {
	width: 21px;
	height: 3px;
	border-radius: 2px;
}
.is-open .btn-submenu-toggle:before {
	background-color: transparent;
}
/* メニューオーバーレイ */
.menu-layer {
	display: none;
	top: 0;
	left: 0;
	z-index: 50;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(000,000,000,.5);
}
.page-open-slidemenu .menu-layer {
	display: block;
}
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav .headerMenu > li a:hover:not(.btn-submenu-toggle) {
		opacity: .85;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		min-width: 100%;
		height: 78px;
	}
	.header::after {
		width: 102px;
		height: 102px;
	}
	.headerBlockIn {
		left: 0;
		width: 100%;
		height: 78px;
		margin-left: 0;
		font-size: 1.1rem;
	}
	
	/* ロゴ */
	.headerBlockLogo {
		width: 100%;
		padding-top: 8px;
	}
	.headerBlockLogo img {
		width: 180px;
		height: 78px;
	}
	/* ログイン */
	.headerLogin {
		top: 10%;
		right: 3%;
	}
	.headerLogin img {
		width: 30px;
		height: 31px;
	}
	.headerLogin .text {
		font-size: 1rem;
	}

	/* --- グローバルナビ --- */
	/* 開閉メニューボタン */
	.slidemenu-btn {
		top: 8px;
		width: 62px;
		height: 62px;
	}
	.menu-icon,
	.menu-icon::before,
	.menu-icon::after {
		width: 32px;
		height: 3px;
	}
	.menu-icon {
		top: 21px;
	}
	.menu-icon:before {
		top: -8px;
	}
	.menu-icon:after {
		bottom: -8px;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	.slidemenu-btn span {
		padding-top: 41px;
	}
	/* 開閉ナビゲーション */
	.headerBlock .gnav {
		top: 78px;
		width: 76%;
	}
	.headerBlock .gnav .headerMenu {
		padding: 45px 30px;
	}
	.headerBlock .gnav .headerMenu > li > p {
		font-size: 1.8rem;
	}
	/* 開閉ボタン 開く処理 */
	.headerBlock .gnav .headerMenu > li > ul {
		padding-bottom: 10px;
	}
	/* リンク矢印 */
	.headerBlock .gnav .headerMenu > li a:not(.btn-submenu-toggle) {
		padding: 20px 0;
	}
	.headerBlock .gnav .headerMenu > li:not(.btn-entry) p:not(.row) a::after {
		right: 10px;
		width: 10px;
		height: 10px;
	}
	/* --- プルダウンメニュー部分 --- */
	.headerBlock .gnav .headerMenu > li > ul > li > a {
		padding: 10px 18px !important;
		font-size: 1.6rem;
	}
	.headerBlock .gnav .headerMenu > li > ul > li:first-child > a {
		padding: 0 18px 10px !important;
	}
	.headerBlock .gnav .headerMenu > li > ul > li > a:before {
		top: 1.1em;
		width: 9px;
	}
	.headerBlock .gnav .headerMenu > li > ul > li:first-child > a:before {
		top: .4em;
		width: 9px;
	}
	/* トグルボタン */
	.btn-submenu-toggle {
		width: 27px;
	}
	.btn-submenu-toggle:before {
		width: 3px;
		height: 19px;
	}
	.btn-submenu-toggle:after {
		width: 19px;
		height: 3px;
	}
}

/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
}
.contentsHome {
	padding-bottom: 80px;
}
.contents {
	padding-bottom: 120px;
}
/* -- 横幅980px -- */
.inBlock {
	text-align: left;
}
.contents .inBlock:not(:last-child) {
	margin-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
	.contentsHome,
	.contents {
		min-width: 1240px;
	}
	/* -- 横幅980px -- */
	.inBlock {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#bggr {
		position: relative;
		z-index: 1;
	}
	.contentsHome,
	.contents {
		min-width: 320px;
	}
	.contentsHome {
		padding-bottom: 40px;
	}
	.contents {
		padding-bottom: 50px;
	}
	.inBlock {
		margin-left: 5%;
		margin-right: 5%;
	}
	.contents .inBlock:not(:last-child) {
		margin-bottom: 40px;
	}
}
/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	position: relative;
	padding: 80px 0;
	background-color: #204166;
	color: #fff;
}

/* フッターロゴ*/
.footerBlockLogo img {
	width: 204px;
	height: 88px;
}
/* フッターメニュー */
.footerMenu {
	padding: 40px 0 35px;
}
.footerMenu a {
	opacity: 1;
	font-size: 1.4rem;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/* コピーライト */
.copyright {
	font-family: 'Arial', sans-serif;
	font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
	.footerBlock {
		width: 1140px;
		margin: 0 auto;
	}
	/* フッターメニュー */
	.footerMenu a:hover {
		opacity: .85;
		text-decoration: none;
	}
	.footerMenu ul {
		display: flex;
		justify-content: center;
	}
	.footerMenu li {
		line-height: 1;
	}
	.footerMenu li:not(:first-child)::before {
		content: "|";
		padding: 0 .75em;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding: 20px 0;
	}
	/* フッターロゴ */
	.footerBlockLogo img {
		width: 138px;
		height: 61px;
	}
	/* フッターメニュー */
	.footerMenu {
		padding: 20px 0 15px;
	}
	.footerMenu li:first-child {
		margin-bottom: 3px;
	}
	.footerMenu a {
		font-size: 1.3rem;
	}
	/* コピーライト */
	.copyright {
		font-size: 1rem;
	}
	.copyright span {
		display: inline-block;
	}
	
}
/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1005;
	width: 44px;
	height: 36px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	background: rgba(255,255,255,.9);
	cursor: pointer;
	transition: none;
}
.js-btn-pagetop::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 7px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-top: solid 3px #18A1CC;
	border-right: solid 3px #18A1CC;
	transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
	a.js-btn-pagetop.is-show:hover {
		opacity: 1;
	}
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		width: 32px;
		height: 32px;
		bottom: 40px;
    	right: 3%;
		padding: 2px 5px 5px;
	}
	.js-btn-pagetop::before {
		width: 10px;
		height: 10px;
	}
}
/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #18A1CC;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}
.alert-old-android-browser {
    display: none;
}
/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html,
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.contents {
		margin-top: 0;
	}
}
 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}
