@charset "UTF-8";

/* Don't edit this file common.css for NewLifeSupport */


/* ----------------------------------------------------
basic style of NewLifeSupport2022
author: HPG_ebina
version: jun 11 2019
----------------------------------------------------- */


/* 新入生サポート2022 基本ページ 全体構造
---------------------------------------------------- */
@font-face {
	font-family: 'JapanSans70';
	src: url('/css/JapanSansFont/JapanSans70.eot');
	src: url('/css/JapanSansFont/JapanSans70.eot?#iefix') format('embedded-opentype')
	, url('/css/JapanSansFont/JapanSans70.woff') format('woff')
	, url('/css/JapanSansFont/JapanSans70.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'JapanSans80';
	src: url('/css/JapanSansFont/JapanSans80.eot');
	src: url('/css/JapanSansFont/JapanSans80.eot?#iefix') format('embedded-opentype')
	, url('/css/JapanSansFont/JapanSans80.woff') format('woff')
	, url('/css/JapanSansFont/JapanSans80.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'JapanSans90';
	src: url('/css/JapanSansFont/JapanSans90.eot');
	src: url('/css/JapanSansFont/JapanSans90.eot?#iefix') format('embedded-opentype')
	, url('/css/JapanSansFont/JapanSans90.woff') format('woff')
	, url('/css/JapanSansFont/JapanSans90.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'newlife';
	src:url('/css/font_newlife/fonts/newlife.eot?ppr6or');
	src:url('/css/font_newlife/fonts/newlife.eot?#iefixppr6or') format('embedded-opentype'),
		url('/css/font_newlife/fonts/newlife.woff?ppr6or') format('woff'),
		url('/css/font_newlife/fonts/newlife.ttf?ppr6or') format('truetype'),
		url('/css/font_newlife/fonts/newlife.svg?ppr6or#newlife') format('svg');
	font-weight: normal;
	font-style: normal;
}




html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 14.5px;
	background-color: #f1f1f1;
}

#wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100%;
	height: 100%;
	min-height: 100%;
	/*overflow:hidden;*/
	padding-bottom: 50px;
}

@media (max-width: 768px) {
	#wrapper {
	padding-bottom: 70px;
}
}


@media (min-width: 769px) {
	.container {
		width: 900px;
	}

}

@media (min-width: 930px) {
	.container {
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 900px;
	}
}

body > #wrapper { 
	height: auto;
}

#global_header {
	clear: both;
	position:fixed;
	width: 100%;
	background: #FFFFFF;
	z-index:99;
	box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

#global_header.rltv {
	position: relative;
}

/*
bootstrap loading
*/

#bootstrap_loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}

#header {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 65px;
	line-height: 1.0;
	position: relative;
	font-family: "newlife","JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ","Meiryo";
	background: #FFFFFF;
}

#header_inner {
	clear: both;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

#container {
	margin: 0 auto;
	padding: 0;
	padding-top: 120px;
}

#container.pdng {
	padding-top: 5px;
}

#pagebody {
	position: relative;
	padding: 0;
	padding-top: 0px;
	text-align: left;
	background: #FFFFFF;
	border-radius: 5px;
	float: none;
	margin-bottom: 20px;
}

#content {
	float: left;
	margin: 0;
	padding: 10px;
	padding-left: 10px;
	width: 75%;
	text-align: left;
	overflow: visible;
	position: relative;
	background: transparent;
}

@media (max-width: 991px) {
#content {
  width: 100%;
}
}

#content.full .noframe {
	margin-left: -10px;
	margin-right: -10px;
}

#wp_content {
	float: left;
	margin: 0;
	padding: 10px;
	padding-left: 10px;
	width: 685px;
	text-align: left;
	position: relative;
	background: transparent;
}

#content.full {
	float: none;
	margin: 0 auto;
	width: 100%;
	padding:10px;
	margin-bottom: 10px;
	text-align: left;
	overflow: visible;
	position: relative;
}

@media (max-width: 768px) {
	#content {
		padding: 15px;
		width: 100%;
	}
}

#main {
	position: relative;
}

#rightside {
	float: right;
	padding: 10px;
	padding-bottom: 5em;
	width: 25%;
	overflow: hidden;
}

@media (max-width: 991px) {
	#rightside {
		display: none;
	}
}

#rightside dl {
	margin-bottom: 0.75rem;
}

#rightside dl dt {
	margin-bottom: 0.25rem;
}

#rightside dl dd {
	margin-bottom: 0.15rem;
	font-size: 0.75rem;
}

#global_footer {
	position: absolute;
	/*height: 40px;*/
	width: 100%;
	bottom:0;
	margin:0 auto;
	z-index:1;
}



/* FOOTER
---------------------------------------------------- */
#footer {
	position: relative;
	margin: 0 auto;
	/*padding: 5px 10px;*/
	font-family: "Lucida Grande";
	background: transparent;
	text-transform: uppercase;
}

#footer p {
	margin-bottom: 0;
}

#footer #copyright {
	text-align: left;
	font-size: 11px;
	margin: 1rem 0 1rem;
}

#footer #footer_coop {
	text-align: right;
	font-size: 11px;
	margin: 1rem 0 1rem;
}

#footer #footer_coop a {
	text-decoration: none;
}

#footer #footer_coop a:hover {
	text-decoration: none;
	color:#6a6a6a;
}

@media (max-width: 768px) {
	#footer #copyright {
		text-align: left;
		font-size: 11px;
	}
	
	#footer #footer_coop {
		text-align: left;
		font-size: 11px;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
	}
#footer #copyright {
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
}

}






/* BREAD CRUMB
---------------------------------------------------- */
#breadcrumb {
	position: relative;
	font-size: 10px;
	padding: 1px 2px 2px;
}

#breadcrumb a,
#breadcrumb_bottom a {
	font-weight: normal;
	background: none;
}

@media all and (max-width: 768px) {
	#breadcrumb {
		padding: 1px 10px 2px;
	}
}





/* HEADER
---------------------------------------------------- */
#header h1 { 				/* ヘッダータイトル */
	position: absolute;
	z-index: 90;
	line-height: 1.0;
	top: 8px;
	width: 350px;
	height: 65px;
	margin: 0;
	padding: 0;
	background-image: url(/images/common/logo_newlife@2x.svg);
	background-size: 350px 40px;
	background-repeat: no-repeat;
}

.head_bar { 				/* ヘッダーバー */
	padding: 5px 15px;
	font-size: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2),
	(min-resolution: 2dppx) {
	#header h1 {			/* ヘッダータイトル */
		background-image: url(/images/common/logo_newlife@2x.svg);
	}
}

#header h1 a {			/* ヘッダータイトル */
	display: block;
	width: 350px;
	height: 40px;
	text-indent: -9999px;
}

#header h1 a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
/*	#header {
		height: 40px;
		overflow: hidden;
	}*/
	
	#header h1 {
		position: absolute;
		left: 10px;
		width: auto;
		height: 50px;
		background: url(/images/common/logo_newlife@2x.svg);
		background-size: auto 50px;
		background-repeat: no-repeat;
	}
	
	#header h1 a {			/* ヘッダータイトル */
		display: block;
		height:50px;
		text-indent: -9999px;
	}

	#container {
		margin: 0 auto;
		/*	padding: 0;*/
		padding-top: 42px;
	}
}

@media (max-width: 480px){
#header {
    height: 50px;
    overflow: hidden;
}

#header h1 {
	background-size: auto 45px;
	width: 250px;
	height:45px;
}

}



h4, .h4 {
	font-size: 16.5px;
}

h5, .h5 {
	font-size: 14.5px;
}

pre {
	white-space: pre-wrap;
	border: none;
}

#header_inner #status_header ul.status {
	position: absolute;
	top: 0;
	right: 10px;
	width: 100%;
	z-index: 999;
}

#status_header ul.status p.welcome_username {
	line-height: 1.0;
	padding: 0;
	position: absolute;
	top: 28px;
	right: 0px;
	font-size: 90%;
	text-align: right;
	z-index: 99;
}

#status_header ul.status p.welcome_username a {
	font-weight: normal;
}

#status_header ul li {
	list-style: none;
	float: right;
}

#status_header ul li a {
	display: inline;
	padding: 6px 10px;
	margin-left:2px;
	border: none;
	background: #7f8c8d;
	color: white;
	font-size: 12.5px;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	-webkit-border-radius-bottom-right: 6px;
	-webkit-border-radius-bottom-left: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	float: right;
}

#status_header ul li a:hover {
	background-color: #545B5B;
	color: white;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}

#status_header ul li a:active {
	background: #ccc;
	padding: 7px 13px 5px;
}

#status_header ul li.navy a {
	background: #3b536b;
}

#status_header ul li.navy a:hover {
	background: #4a6886;
}

#status_header ul li.green a {
	background: #24a35a;
}

#status_header ul li.green a:hover {
	background: #27bf65;
}



/*** 各種設定 ***/

#status_header .status ul {
	position: absolute;
	top: -999em;
	width: 180px; /* left offset of submenus need to match (see below) */
	max-width: 180px;
	background-color: #34495e;
	line-height: 1.0;
	padding: 2px;
	text-align: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#status_header .status ul li {
	list-style: none;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	position: relative;
}

#status_header .status ul li a {
	width: 174px;
	text-align: left;
	display: block;
	padding: 6px 14px;
	position: relative;
	line-height: 18px;
	background-color: #34495e !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

#status_header .status ul li a:hover {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	background-color: #293a4a !important;
	position: relative;
}

#status_header .status ul .arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #34495e;
	border-width: 0 10px 10px;
	right: 7px;
	top: -10px;
}

#status_header .status li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#status_header .status li ul.over {
	right: 0px;
	top: 56px; /* match top ul list item height */
	z-index: 999;
	border:1px solid #333;
}

#header span.cart_content {
	color:#fff ;
	background:#E60000 ;
	padding:3px ;
	margin: -10px -5px 0 0 ;
	font-weight:normal ;
	cursor:pointer ;
	-webkit-border-radius: 8px ;
	-moz-border-radius: 8px ;
	border-radius: 8px;
	font-size: 9px;
	line-height:1.0;
	display: inline-block;
	overflow: hidden;
}

#tab {
	margin: 0 auto;
	width: 900px;
	height: 33px;
	top: 0;
	left: 0;
	z-index: 20;
	position: relative;
}

#tab p.welcome_username {
	display: none;
}



/* tabsubArea*** */
#tabsubarea {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	text-align: left;
	line-height: 1.0;
	background-color: #FFFFFF;
	z-index: 1;
	position: relative;
	overflow: visible;
}

#tab li.ui-user {
	display: none;
}

#tab li#menu_privacypolicy {
	display: none;
}

#tab li#menu_membership {
	display: none;
}

@media all and (max-width: 768px) {
	#global_tab {
		width:100%;
		background: #FFFFFF;
		height:auto;
		max-height: 2000px;
		float: none;
	}
	
	#status_header {
		display: none;
	}

	#tab {
		margin: 0 auto;
		width: 100%;
		height: auto;
		z-index: 20;
	}
	
	#tab li.ui-user {
		display: block;
	}
	
	#tabsubarea {
		display: none;
	}
}





/* 初期popup
---------------------------------------------------- */

#about_newlife span.l1 {
	font-weight: normal;
	font-size: 15px;
	display: block;
	letter-spacing: 2px;
	padding-top:1em;
}

#about_newlife span.l2 {
	font-family: Arial;
	font-weight: normal;
	font-size: 20px;
	color: #E73552;
	letter-spacing: 3px;
	display: block;
}

#about_newlife span.l3 {
	font-weight: normal;
	font-size: 12px;
	display: block;
	font-family: Arial;
	letter-spacing: 1px;
/*	display:none;*/
}



/* CHARACTOR
---------------------------------------------------- */

/* BASIC*** */
.none {
	display: none;
}

div.clear {
	clear: both;
}

#content p {
	line-height: 1.75;
}

#content p.justify {
	text-align: justify;
	line-height: 1.75;
}

#content p.no_justify {
	text-align: left;
}

.pad_l {
	padding-left: 0.5em;
}

.pad_l2 {
	padding-left: 1em;
}



/* indent
---------------------------------------------------- */
p.ind {
	text-indent: 1em;
}

.rev_ind {					/* 段落の頭 1文字分マイナス ※マーク使用時など */
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
}

span.rev_ind {
	display: block;
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
}

span.rev_ind i {
	text-indent: 0;
}

span[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}

span[class*="ind"] a.btn { /* セレクタ名の部分一致 */
	text-indent: 0;
}

span.ind_005 {					/* spanブロック化 */
	display: block;
	padding-left: 0.5em;
	text-indent: -0.5em;
}

span.ind_01 {					/* spanブロック化 */
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

span.ind_012 {					/* spanブロック化 */
	display: block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

span.ind_015 {					/* spanブロック化 */
	display: block;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

span.ind_02 {					/* spanブロック化 */
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}

span.ind_025 {					/* spanブロック化 */
	display: block;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

span.ind_03 {					/* spanブロック化 */
	display: block;
	padding-left: 3em;
	text-indent: -3em;
}

span.ind_04 {					/* spanブロック化 */
	display: block;
	padding-left: 4em;
	text-indent: -4em;
}

span.ind_05 {					/* spanブロック化 */
	display: block;
	padding-left: 5em;
	text-indent: -5em;
}

span.ind_06 {					/* spanブロック化 */
	display: block;
	padding-left: 6em;
	text-indent: -6em;
}

[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}

[class*="ind"] a.btn { /* セレクタ名の部分一致 */
	text-indent: 0;
}

.ind_005 {
	display: block;
	padding-left: 0.5em;
	text-indent: -0.5em;
}

.ind_01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.ind_012 {
	display: block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.ind_015 {
	display: block;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.ind_02 {
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}

.ind_025 {
	display: block;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.ind_03 {
	display: block;
	padding-left: 3em;
	text-indent: -3em;
}

.ind_04 {
	display: block;
	padding-left: 4em;
	text-indent: -4em;
}

.ind_05 {
	display: block;
	padding-left: 5em;
	text-indent: -5em;
}

.ind_06 {
	display: block;
	padding-left: 6em;
	text-indent: -6em;
}







/* HEADLINE
---------------------------------------------------- */
#content h2:before {			/* コンテンツタイトル用 */
	font-family: 'newlife';
	font-weight: normal;
	font-size: 160%;
	content: "\e600\2006";
	color: #FBB4AB;
	vertical-align: -0.2em;
}

#content h2 {			/* コンテンツタイトル用 */
	padding:0;
	padding-top:6px;
	margin: 0.3em 0 0.5em;
	text-indent: 0;
	font-size: 200%;
	line-height: 1.0;
	color: #333333;
}

/** 00. h2のインデント追加
**************************************************************** **/
#content h2 {
		padding: 0;
		padding-top: 6px;
		margin: 0.3em 0 0.5em;
		font-size: 200%;
		line-height: 1.0;
		color: #333333;
		text-indent: -1.8em;
		padding-left: 1.8em;
}
@media (max-width: 768px) {
		#content h2 {
				padding: 0;
				padding-top: 6px;
				margin: 0.3em 0 0.5em;
				font-size: 180%;
				line-height: 1.0;
				color: #333333;
				text-indent: -1.8em;
				padding-left: 1.8em;
		}
}
#content h2 span {
		text-indent: 0em;
		padding-left: 0.5em;
}
@media (max-width: 768px) {
		#content h2 span {
				text-indent: 0em;
				padding-left: 0.5em;
		}
}




.top {
	margin: 5px 0 7px 0;
}

sup {
	font-size: 9px;
}

.clear {			/* 回り込み(float)の解除用 */
	clear: both;
	text-indent: -9998px;
}

div.clear {
	line-height: 0;
}



/* page2top
---------------------------------------------------- */

#page2top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-size: 22px;
	z-index:98;
}

#page2top a {
	background: #222;
	text-decoration: none;
	color: #fff;
	width: 2em;
	height: 2em;
	line-height: 0;
	padding: 0.4em 0;
	text-align: center;
	display: block;
	font-weight: normal !important;
	border-radius: 2em;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#page2top a:hover {
	text-decoration: none;
	background: #999;
}



/* page2top
---------------------------------------------------- */
#page2top{
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    position:fixed;
    bottom:40px;
    right:0px;
    z-index: 999999;
    display:none;
}
#page2top a {
	background: #25CBF5;
	text-decoration: none;
	color: #fff;
    width:40px;
    height: 40px;
	line-height: 0;
	padding: 0.4em 0;
	text-align: center;
	display: block;
	font-weight: normal !important;
	border-radius: 0em;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity: 0.5;
    transition: all 0.3s;
}
#page2top a:hover{
    text-decoration:none;
    opacity: 1;
    color:#fff;
	background: #25CBF5;
}
p#page2top{
    margin: 0 0 0px;
}
@media all and (max-width: 768px) {
#page2top{
    bottom:60px;
}
}





/* noscroll
---------------------------------------------------- */

.noscroll {
	position: relative;
	overflow: hidden;
}



/* ブロックレベル要素内テキストの行揃え用
---------------------------------------------------- */

.center {
	text-align: center;
}

.center img, .center table {
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}



/*** 以下 % 指定 ***/
.em01 {
	font-size: 10%;		/* フォントサイズ 10% */
}

.em02 {
	font-size: 20%;		/* フォントサイズ 20% */
}

.em03 {
	font-size: 30%;		/* フォントサイズ 30% */
}

.em04 {
	font-size: 40%;		/* フォントサイズ 40% */
}

.em05 {
	font-size: 50%;		/* フォントサイズ 50% */
}

.em06 {
	font-size: 60%;		/* フォントサイズ 60% */
}

.em07 {
	font-size: 70%;		/* フォントサイズ 70% */
}

.em08 {
	font-size: 80%;		/* フォントサイズ 80% */
}

.em09 {
	font-size: 90%;		/* フォントサイズ 90% */
}

.em10 {
	font-size: 100%;	/* フォントサイズ 100% */
}

.em11 {
	font-size: 110%;	/* フォントサイズ 110% */
}

.em12 {
	font-size: 120%;	/* フォントサイズ 120% */
}

.em13 {
	font-size: 130%;	/* フォントサイズ 130% */
}

.em14 {
	font-size: 140%;	/* フォントサイズ 140% */
}

.em15 {
	font-size: 150%;	/* フォントサイズ 150% */
}

.em16 {
	font-size: 160%;	/* フォントサイズ 160% */
}
.em17 {
	font-size: 170%;	/* フォントサイズ 170% */
}

.em18 {
	font-size: 180%;	/* フォントサイズ 180% */
}

.em19 {
	font-size: 190%;	/* フォントサイズ 190% */
}

.em20 {
	font-size: 200%;	/* フォントサイズ 200% */
}

.em21 {
	font-size: 210%;	/* フォントサイズ 210% */
}

.em22 {
	font-size: 220%;	/* フォントサイズ 220% */
}

.em23 {
	font-size: 230%;	/* フォントサイズ 230% */
}

.em24 {
	font-size: 240%;	/* フォントサイズ 240% */
}



/*** 以下 pixel 指定（使う時は最大限注意） ***/
.px10 {
	font-size: 10px;	/* フォントサイズ 10px */
}

.px11 {
	font-size: 11px;	/* フォントサイズ 11px */
}

.px12 {
	font-size: 12px;	/* フォントサイズ 12px */
}

.px13 {
	font-size: 13px;	/* フォントサイズ 13px */
}

.px14 {
	font-size: 14px;	/* フォントサイズ 14px */
}

.px15 {
	font-size: 15px;	/* フォントサイズ 15px */
}

.px16 {
	font-size: 16px;	/* フォントサイズ 16px */
}

.px17 {
	font-size: 17px;	/* フォントサイズ 17px */
}

.px18 {
	font-size: 18px;	/* フォントサイズ 18px */
}

.px19 {
	font-size: 19px;	/* フォントサイズ 19px */
}

.px20 {
	font-size: 20px;	/* フォントサイズ 20px */
}



/* フォント太さ（weight）
---------------------------------------------------- */
.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}



/* カラー
---------------------------------------------------- */
.red, .red a { color: #e74c3c; } 			/* レッド系 */
.lightred, .lightred a { color: #F75445; }
.deepred, .deepred a { color: #c0392b; }

.pink,.pink a {color:#FF457B;}

.blue, .blue a { color: #3498db; } 			/* ブルー系 */
.lightblue, .lightblue a { color: #52A7E0; }
.deepblue, .deepblue a { color: #2E88C4; }

.green, .green a { color: #27AE60; } 		/* グリーン系 */
.lightgreen, .lightgreen a { color: #2ECC71; }
.deepgreen, .deepgreen a { color: #27AE60; }

.orange, .orange a { color: #E67E22; } 			/* オレンジ系 */
.lightorange, .lightorange a { color: #F39C12; }
.deeporange, .deeporange a { color: #D35400; }

.purple, .purple a { color: #7E50DB; } 			/* パープル系 */
.lightpurple, .lightpurple a { color: #956FE8; }
.deeppurple, .deeppurple a { color: #5221BC; }

.black, .black a { color: #222222; } 			/* ブラック系 */
.lightblack, .lightblack a { color: #333333; }
.deepblack, .deepblack a { color: #000000; }

.gray, .gray a { color: #aaaaaa; } 			/* グレー系 */
.lightgray, .lightgray a { color: #cccccc; }
.deepgray, .deepgray a { color: #888888; }

.white, .white a { color: #ffffff; } 			/* ホワイト系 */

.aplblue, .aplblue a { color: #08c } 			/* APLブルー */
.aplred, .aplred a { color: #c21c40 } 			/* APLレッド */

p.navy, p.navy a,
span.navy,
h1.navy,h2.navy,
h3.navy,h4.navy,
h5.navy,h6.navy {
	color: #3b536b 
 } 			/* APLブルー */



/* LIST
---------------------------------------------------- */
/* リスト系リセット
---------------------------------------------------- */

#content ul {
	margin: 0;
	padding-left: 1.4em;
}

#content ul > li {
	margin: 0;
	padding-left: 0em;
}

#content ul, #content ol {
	margin:0;
	margin-bottom: 16px;
}

#content ul ul, #content ol ol {
	margin:0;
	margin-top: 6px;
	margin-bottom: 6px;
}

#content ul li, #content ol li {
	line-height: 1.8;
}



/* DL extra
---------------------------------------------------- */

#content dl {
	margin: 1em 0;
}

#content dl.top {
	margin: 0;
}

#content dl dt {
	padding-left: 0;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	line-height: 1.5;
}

#content dl.top dt {
	margin-top: 0;
}

#content dl dd {
	padding-left: 2em;
	margin-bottom: 0.6em;
	line-height: 1.5;
}

#content dl.caption {
	margin: 0;
	padding-right: 0.8em;
	float: left;
	width: 215px;
}

#content dl.caption_r {
	margin: 0;
	padding-left: 0.8em;
	float: right;
	width: 215px;
}

#content dl.caption dt,#content dl.caption_r dt {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 5px;
}

#content dl.caption dd,#content dl.caption_r dd {
	font-size: 100%;
	line-height: 1.0;
	padding: 0;
	font-weight: normal;
}



/* img, movie etc.
---------------------------------------------------- */

.img {
	padding: 2px;
	border: 1px solid #e0d8cb;
	vertical-align: bottom;
}

img.center {
	display: block;
	margin: 0 auto;
}

img.shadow {
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.6);
	margin-top:20px;
	margin-bottom:20px;
}

img.gallery {
	margin-bottom:10px;
}

/*** PHOTOS float: right ***/
.photo_r {
	float: right;
	margin: 0.5em 0 0.5em 1em;
	padding: 2px;
	width: autopx;
	text-align: center;
}

/*** PHOTOS float: left ***/
.photo_l {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	padding: 2px;
	width: auto;
	text-align: center;
}



/* 緊急告知・終了の表示など
---------------------------------------------------- */

p.error,div.error {
	color: #E74C34;
	border-radius: 4px;
	background-color: #FFFFFF;
	border: 2px solid #E74C34;
	padding:0.5em 1em;
	margin: 1em 0;
}

p.success,div.success {
	color: #24a35a;
  border-radius: 4px;
	background-color: #FFFFFF;
	border: 2px solid #24a35a;
	padding:0.5em 1em;
	margin: 1em 0;
}

p.note.inline,div.note.inline {
	position: relative;
	background: #3498db;
	color: #FFFFFF;
	top: 0;
	left: 0;
	display: inline-block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border:none;
}

p.error.inline,div.error.inline {
	position: relative;
	background: #E74C34;
	color: #FFFFFF;
	top: 0;
	left: 0;
	display: inline-block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border:none;
}

p.success.inline,div.success.inline {
	position: relative;
	background: #24a35a;
	color: #FFFFFF;
	top: 0;
	left: 0;
	display: inline-block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border:none;
}

.contact {
	border:solid #D6DBDF 2px;
	padding: 0.8em 1em;
	margin: 0.8em 0 1em;
	font-weight: normal;
	color: #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.contact.blue {
	border:solid #3498db 2px;
}

.contact.pink {
	border:solid #F22B67 2px;
}

.contact.gray {
	border:solid #ecf0f1 2px;
	background-color: #ecf0f1;
	color: inherit;
}

.contact.gray a {
	color: inherit;
}

.contact.gray a.btn.btn-primary,
.contact.gray a.btn.btn-success,
.contact.gray a.btn.btn-info,
.contact.gray a.btn.btn-danger,
.contact.gray a.btn.btn-warning {
	color: #FFFFFF;
}

.contact h3.top,
.contact h4.top,
.contact h5.top {
	margin-top: 0.2em;
}

#content .contact ul,
#content .contact ol {
	margin-bottom: 0px;
}



/* whats new
---------------------------------------------------- */
/* リスト用アイコン指定 */

.ic_list p {
	padding-left: 24px;
	line-height: 1.4;
	font-size: 95%;
}

.ic_list h5.list-group-item-heading {
	padding-left: 24px;
	min-height: 20px;
}

.ic_list .ic_info h5 {
	background: url(/c/images/icon/info.gif) no-repeat 0 0;
}

.ic_list .ic_store h5 {
	background: url(/c/images/icon/store.gif) no-repeat 0 0;
}

.ic_list .ic_shopping h5 {
	background: url(/c/images/icon/shopping.gif) no-repeat 0 0;
}

.ic_list .ic_foodservice h5 {
	background: url(/c/images/icon/foodservice.gif) no-repeat 0 0;
}

.ic_list .ic_travel h5 {
	background: url(/c/images/icon/travel.gif) no-repeat 0 0;
}

.ic_list .ic_book h5 {
	background: url(/c/images/icon/book.gif) no-repeat 0 0;
}

.ic_list .ic_event h5 {
	background: url(/c/images/icon/event.gif) no-repeat 0 0;
}

.ic_list .ic_career h5 {
	background: url(/c/images/icon/career.gif) no-repeat 0 0;
}

.ic_list .ic_pay h5 {
	background: url(/c/images/icon/pay.gif) no-repeat 0 0;
}

.ic_list .ic_important h5 {
	background: url(/c/images/icon/important.gif) no-repeat 0 0;
}

.ic_list .ic_newlife h5 {
	background: url(/c/images/icon/newlife.gif) no-repeat 0 0;
}

.ic_list .ic_document h5 {
	background: url(/c/images/icon/blog_tohoku.png) no-repeat 0 0;
	background-size: 20px 20px;
}



/* TABLE
---------------------------------------------------- */

#content table {
	font-size: inherit;
	text-align:left;
	vertical-align: top;
	margin-bottom: 12px;
}

#content table td,
#content table th {
	padding: 4px;
	line-height: 1.5;
	vertical-align: top;
}

#content table.tbl {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 1px 0 0 0;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 3px double #dcdcdc;
	font-size: 100%;
	line-height: 1.6;
}

#content table.tbl.condensed {
	font-family: "JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ","Meiryo";
}

#content table.tbl th,
#content table.tbl td {
	margin: 0;
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #dcdcdc;
	line-height: 1.4;
}

#content table.tbl.r {
	text-align: right;
}

#content table.tbl > *.top {
	border-top: 3px double #dcdcdc;
}

#content table.tbl *.c {
	text-align: center;
}

#content table.tbl *.r {
	text-align: right;
}

#content table.tbl *.l {
	text-align: left;
	font-size: inherit;
}

#content table.tbl th {
	white-space: nowrap;
	text-align: left;
	background-color: #f4f4f4;
}

@media (max-width: 768px) {
	#content table.tbl th {
		white-space: normal;
	}
}

#content table.tbl .hd {
	background-color: #fafafa;
}

#content table.tbl .hd2 {
	background-color: #e8e8e8;
}

#content table.tbl td.vmid {
	vertical-align: middle;
}

/*** TABLE Full Line ***/
#content table.tblFull {
	margin: 10px auto;
	padding: 1px 0 0 0;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 3px double #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

#content table.tblFull.condensed {
	font-family: "JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ","Meiryo";
}

@media (max-width: 768px) {
	#content table.tblFull.condensed {
		font-family: "JapanSans70","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ","Meiryo";
	}
}

#content table.tblFull.em09 {
	font-size: 90%;
}

#content table.tblFull.em08 {
	font-size: 85%;
}

#content table.tblFull.vmid td,
#content table.tblFull.vmid th {
	vertical-align: middle;
}

#content table.tblFull.r {
	text-align: right;
}

#content table.tblFull th,
#content table.tblFull td {
	margin: 0;
	padding: 4px;
	vertical-align: top;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	line-height: 1.4;
}

#content table.tblFull *.top {
	border-top: 3px double #dcdcdc;
}

#content table.tblFull th {
	white-space: nowrap;
	text-align: left;
	background-color: #f4f4f4;
}

@media (max-width: 768px) {
	#content table.tblFull th {
		white-space: normal;
	}
	
	#content table.tblFull th.nowrap {
		white-space: nowrap;
	}
}

#content table.tblFull th.center {
	text-align: center;
}

#content table.tblFull th.bl,
table.tblFull td.bl {
	margin: 0;
	padding: 4px;
	vertical-align: top;
	border-top: 1px solid #dcdcdc;
	border-right: none;
	line-height: 1.4;
}

#content table.tblFull .hd {
	background-color: #fafafa;
}

#content table.tblFull .hd2 {
	background-color: #e8e8e8;
}

#content table.tblFull *.vmid {
	vertical-align: middle;
}

#content table.tblFull *.center,
#content table.tblFull.center {
	text-align: center;
}

#content table.tblFull *.odd {
	background-color: #E3EEF7;
}

#content table.tblFull *.c {
	text-align: center;
}

#content table.tblFull *.r {
	text-align: right;
}

#content table.tblFull *.l {
	text-align: left;
	font-size: inherit;
}

.nowrap {
	white-space: nowrap;
}

.table-responsive {
	margin-top: 10px;
}

#content .table-responsive table.tblFull {
	margin: 0 auto;
}



/* box
---------------------------------------------------- */
.box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #cccccc;
}

.box_bb {
	margin: 10px 0;
	padding: 10px;
	border: 5px solid #D1E5EF;
}

.box_c {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #cccccc;
	text-align: center;
}

.box_inline {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #cccccc;
	display: inline-block;
}



/* 汎用ボタン
---------------------------------------------------- */

.btn {
	margin: 0;
}

.btn > a {
	display: inline;
	padding: 9px 17px;
	margin-left:0px;
	border: none;
	text-decoration: none;
	background: #3b536b;
	color: white !important;
	font-size: 14.5px;
	font-weight: normal;
	cursor: pointer;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn a:hover {
	background-color: #4a6886;
	text-decoration: none;
	color: white;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}

.btn a:active {
	background: #253443;
	padding: 10px 16px 8px;
}

.btn.block {
	width: 100%;
}

.btn.block a {
	display: block;
	margin: 0.2em 0;
}

.btn.min a {
	padding: 6px 10px;
	font-size: 12.5px;
}

.btn.micro a {
	padding: 4px 7px;
	font-size: 10.5px;
}

.btn.big a {
	padding: 10px 18px;
	font-size: 18px;
	line-height:1.8;
}

.btn.huge a {
	padding: 14px 25px;
	font-size: 22px;
	line-height:2.0;
}

.btn.right a {
	float: right;
}

.btn.left {
	float: left;
	overflow: hidden;
}

.btn.left a {
	float: left;
	margin: 0;
	margin-right: 1.1em;
}

.btn.center a {
	margin: 1em auto;
}

#content div.btn,
#content p.btn {
	margin: 1em 0;
}

#content .btn.top {
	margin: 1em 0 1.8em;
}

#content table .btn {
	margin: 0.8em 0;
}

#content .btn a {
	font-weight: normal;
	text-decoration: none;
}

#content .btn.disabled a {
	background-color: #D0D5D7;
}

.btn.navy a {
	background-color: #3b536b;
}

.btn.navy a:hover,
.btn.navy a:focus {
	background-color: #4a6886;
}

.btn.navy a:active,
.btn.navy a.active {
	background-color: #253443;
}

.btn.aqua a {
	background-color: #1abc9c;
}

.btn.aqua a:hover, .btn.aqua a:focus {
	background-color: #2fe2bf;
}

.btn.aqua a:active, .btn.aqua a.active {
background-color: #16a085;
}

.btn.gray a {
	background-color: #7f8c8d;
}

.btn.gray a:hover, .btn.gray a:focus {
	background-color: #95a5a6;
}

.btn.gray a:active, .btn.gray a.active {
	background-color: #95a5a6;
}

.btn.blue a {
	background-color: #3498db;
}

.btn.blue a:hover, .btn.blue a:focus {
	background-color: #5dade2;
}

.btn.blue a:active, .btn.blue a.active {
	background-color: #2383c4;
}

.btn.red a {
	background-color: #e74c3c;
}

.btn.red a:hover, .btn.red a:focus {
	background-color: #ec7063;
}

.btn.red a:active, .btn.red a.active {
	background-color: #dc2d1b;
}

.btn.green a {
	background-color: #24a35a;
}

.btn.green a:hover, .btn.green a:focus {
	background-color: #27bf65;
}

.btn.green a:active, .btn.green a.active {
	background-color: #2ecc71;
}

.btn.yellow a {
	color: #333 !important;
	background-color: #f1c40f;
}

.btn.yellow a:hover, .btn.yellow a:focus {
	color: #333 !important;
	background-color: #f4d03f;
}

.btn.yellow a:active, .btn.yellow a.active {
	color: #333 !important;
	background-color: #cea70c;
}

.btn.orange a {
	background-color: #F46600;
}

.btn.orange a:hover, .btn.orange a:focus {
	background-color: #FF9933;
}

.btn.orange a:active, .btn.orange a.active {
	background-color: #f39c12;
}

.btn.pink a {
background-color: #FF637A;
}

.btn.pink a:hover, .btn.pink a:focus {
background-color: #FF8797;
}

.btn.pink a:active, .btn.pink a.active {
background-color: #FFB2BD;
}

.btn.black a {
background-color: #555555;
}

.btn.black a:hover, .btn.black a:focus {
background-color: #777777;
}

.btn.black a:active, .btn.black a.active {
background-color: #666666;
}

.btn.white a {
background-color: #EFEFEF;
color: #333333 !important;
}

.btn.white a:hover, .btn.white a:focus {
background-color: #CFCFCF;
}

.btn.white a:active, .btn.white a.active {
background-color: #DBCEC3;
}

.btn.disabled a {
	cursor: default;
	background-color: #D0D5D7;
	color: #FFFFFF !important;
}

.btn.disabled a:hover, .btn.disabled a:focus {
	background-color: #D0D5D7;
}

.btn.disabled a:active, .btn.disabled a.active {
	background-color: #D0D5D7;
}



/* back to home botton */
#content a.btn_home {
	display:inline-block; 
	min-width:120px;
	padding:8px 24px;
	margin: 10px 0;
	text-align: center;
	text-decoration: none;
	background:transparent;
	border-color:rgba(66,172,194,0.90);
	border-style:solid;
	border-width:1px;
	color:rgba(66,172,194,0.90);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}

#content a.btn_home:hover {
	background-color:rgba(66,172,194,0.90); 
	color:#fff; 
	cursor:pointer;
}




/* page_select
---------------------------------------------------- */

.page_select table {
	margin: 0 auto;
}

.page_select .btn a {
	font-family: 'Font Awesome 5 Free';
}

.page_select .btn.current a {
	border: 2px solid #34495e;
	padding: 7px 15px;
	background-color: #FFFFFF;
	color:#34495e !important;
}

.pagination a {
	padding: 9px 17px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #666666;
	background-color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	border-radius: 6px;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}

.pagination a:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.pagination span {
	padding: 5px 10px;
	display: inline-block;
}

.pagination span.current {
	padding: 9px 17px;
	border-radius: 6px;
	color: #fff;
	background-color: #3498db;
	border-color: #2b94d9;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}

.pagination {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color: transparent;
}

#content .pagination a {
	text-decoration: none;
}

@media (max-width: 768px) {
	.pagination .page-numbers {
		display: none;
	}
	
	.pagination .page-numbers.prev,.pagination .page-numbers.next {
		display: inline-block;
	}
}



/* 汎用タグ
---------------------------------------------------- */

.tag {
	display: inline-block;
	padding: 0.4em 1em;
	margin-right:3px;
	line-height:1.9;
	border: none;
	background: #3498db;
	color: white !important;
	font-size: inherit;
	text-decoration: none;
	font-weight: normal;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.tag.block {
	display: block;
}

.tag.none {
	display: none;
}

.tag a {
	color: white !important;
	font-size: inherit;
	text-decoration: none;
	font-weight: normal;
}

.tag a:hover {
	text-decoration: none;
}

.tag.navy {
	background-color: #34495e;
}

.tag.aqua {
	background-color: #1abc9c;
}

tag.aqua a {
	background-color: #1abc9c;
}

.tag.aqua a:hover, .tag.aqua a:focus {
	background-color: #2fe2bf;
}

.tag.aqua a:active, .tag.aqua a.active {
	background-color: #16a085;
}

.tag.gray {
	background-color: #7f8c8d;
}

.tag.blue {
	background-color: #3498db;
}

.tag.red {
	background-color: #e74c3c;
}

.tag.green {
	background-color: #24a35a;
}

.tag.yellow {
	color: #333 !important;
	background-color: #f1c40f;
}

.tag.black {
	background-color: #4A5151;
}

.tag.orange {
	background-color: #F46600;
}

.tag.big {
	font-size: 120%;
	padding: 0.3em 0.6em;
}

.tag.min {
	font-size: 80%;
	padding: 0.3em 0.6em;
}

.tag.micro {
	font-size: 70%;
	padding: 0.2em 0.6em;
}

dl .tag {
	line-height: 2.5;
}



/* 蛍光マーカー風
---------------------------------------------------- */

.marker.yellow {
	padding: 0.2em;
	color: inherit;
	background: linear-gradient(transparent 0%, #ffff66 0%);
}

.marker.yellow.thin {
	color: inherit;
	background: linear-gradient(transparent 70%, #ffff66 70%);
}

.marker.aqua {
	padding:0.2em;
	color: inherit;
	background: linear-gradient(transparent 0%, #1abc9c 0%);
}

.marker.aqua.thin {
	color: inherit;
	background: linear-gradient(transparent 70%, #1abc9c 70%);
}

.marker.blue {
	padding:0.2em;
	color: inherit;
	background: linear-gradient(transparent 0%, #3498db 0%);
}

.marker.blue.thin {
	color: inherit;
	background: linear-gradient(transparent 70%, #3498db 70%);
}

.marker.pink {
	padding:0.2em;
	color: inherit;
	background: linear-gradient(transparent 0%, #FFA0AD 0%);
}

.marker.pink.thin {
	color: inherit;
	background: linear-gradient(transparent 70%, #FFA0AD 70%);
}

.marker.orange {
	padding:0.2em;
	color: inherit;
	background: linear-gradient(transparent 0%, #FF9B24 0%);
}

.marker.orange.thin {
	color: inherit;
	background: linear-gradient(transparent 70%, #FF9B24 70%);
}



/* サインイン系
---------------------------------------------------- */
#username {
	width: 100%;
	max-width: 380px;
}

#password {
	width: 100%;
	max-width: 380px;
}

iframe {
	border: none;
}



/* サインインスプラッシュ系
---------------------------------------------------- */
#loading {
	align-self: center;
	text-align: center;
	font-size: 2em;
	width: 100%;
	color: #FFFFFF;
}

#loader-flex {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#loader-bg {
	height: 100%;
	width: 100%;
	opacity: 0.55;
	background-color: #FA676B;
	z-index: 12;
}







/* メンテナンス
---------------------------------------------------- */
.maintenance {
}

.maintenance .maintenance-inner {
	padding: 20px;
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
	border: 1px solid rgba(0,0,0,0.3);
	margin: 20% 0 20% auto;
	width: 500px;
	min-height: 150px
}

.maintenance .maintenance-inner h1 {
	font-size: 22px;
	margin: 0;
	padding: 5px;
}

.maintenance .maintenance-inner img.icon {
	float: left;
	padding-right:10px;
}

.maintenance .maintenance-inner h5.right {
	padding-top: 1em;
	padding-right: 0px;
	text-align: right;
}



/* bannerbox
---------------------------------------------------- */
.bannerbox {
	width: 100%;
	padding: 10px 10px;
	position: relative;
}

.bannerbox-inner {
	padding: 5px 4px;
	background-color: #ecf0f1;
	border-radius: 6px;
}

.bannerbox .bannerbox-inner .module-sm {
	overflow: hidden;
	position: relative;
}

.bannerbox-inner-xxs {
	float: left;
	padding: 0;
	width: 100%;
}

.bannerbox-inner-xxs img {
	display: block;
	float: none;
	margin: 0px auto;
	padding: 0 4px;
}

@media (max-width: 768px) {

.bannerbox-inner {
	padding: 4px;
}
}


/* bootstrap additon
---------------------------------------------------- */

.badge {
	font-weight: normal;
	white-space: normal;
}

/*p span.badge.label-outline {
	line-height: 2.2;
}
*/
/* ラベル */
.bg-default.label-outline {
	background-color:#fff !important;
	border: solid 1.3px #666666;
	color : #404040;
}

.bg-default[href]:hover, .bg-default[href]:focus {
	color: #fff !important;
}

.bg-primary.label-outline {
	background-color:#fff !important;
	border: solid 1.3px  #1d3967;
	color : #1d3967;
}

.bg-primary[href]:hover, .bg-primary[href]:focus {
	color: #fff;
}

.bg-success.label-outline {
	background-color:#fff !important;
	border: solid 1.3px  #24a35a;
	color : #24a35a;
}

.bg-success[href]:hover, .bg-success[href]:focus {
	color: #fff;
}

.bg-info.label-outline {
	background-color:#fff !important;
	border: solid 1.3px  #3498db;
	color : #3498db;
}

.bg-info[href]:hover, .bg-info[href]:focus {
	color: #fff;
}

.bg-warning.label-outline {
	background-color:#fff !important;
	border:solid 1.3px  #f46600;
	color :  #f46600;
}

.bg-warning[href]:hover, .bg-warning[href]:focus {
	color: #fff;
}

.bg-danger.label-outline {
	background-color:#fff !important;
	border:solid 1.3px #f44336;
	color : #f44336;
}

.bg-danger.label-outline[href]:hover, .bg-dangerr.label-outline[href]:focus {
	color: #fff;
}



/* サムネイルリンク */
a.thumbnail {
	margin-bottom: 15px;
}

a:hover.thumbnail {
	text-decoration: none;
}

a.thumbnail h4 {
	color: #333;
}

a.thumbnail p {
	color: #333;
}


a.thumbnail img.photo_l {
	padding-right: 10px;
	padding-bottom: 10px;
}

#content table p a.btn {
	margin-bottom:0;
}

#content ul.list-group {
	padding-left:0;
}

#content ul.list-group li.list-group-item {
	padding:10px;
}

.list-group-item-cancel {
	color: #555;
	background-color: #cccccc;
}

a.list-group-item-cancel,
button.list-group-item-cancel {
	color: #555;
}

a.list-group-item-cancel .list-group-item-heading,
button.list-group-item-cancel .list-group-item-heading {
	color: inherit;
}

a.list-group-item-cancel:hover, a.list-group-item-cancel:focus,
button.list-group-item-cancel:hover,
button.list-group-item-cancel:focus {
	color: #555;
	background-color: #DEDEDE;
}

a.list-group-item-cancel.active, a.list-group-item-cancel.active:hover, a.list-group-item-cancel.active:focus,
button.list-group-item-cancel.active,
button.list-group-item-cancel.active:hover,
button.list-group-item-cancel.active:focus {
	color: #fff;
	background-color: #DEDEDE;
	border-color: #999;
}

.list-group-item span.date {
	font-size: 90%;
	font-weight: normal;
	color: #555;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e1F0FA;
}

/*.btn {
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}

.btn:hover, .btn:focus, .btn.focus {
	-webkit-box-shadow:  0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}*/

div.btn,p.btn {
	box-shadow: none;
}

div.btn:hover,p.btn:hover,
div.btn:focus,p.btn:focus,
div.btn.focus,p.btn.focus {
	box-shadow: none;
}



/** 03. bootstrap機能拡張
**************************************************************** **/
 /* outline button style */
.btn-outline{}
.btn-outline.btn-default       {background:none;border:2px solid #ccc;color:#333;    background-color: #fff;}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:active{color:#333;background:#ccc;border-color:#ccc;}
.btn-outline.btn-primary       {background:none;border:2px solid #428bca;color:#428bca;background-color: #fff;}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:active{color:#FFF;background:#428bca;border-color:#428bca;}
.btn-outline.btn-success       {background:none;border:2px solid #5cb85c;color:#5cb85c;background-color: #fff;}
.btn-outline.btn-success:hover,
.btn-outline.btn-success:active{color:#FFF;background:#5cb85c;border-color:#5cb85c;}
.btn-outline.btn-info          {background:none;border:2px solid #5bc0de;color:#5bc0de;background-color: #fff;}
.btn-outline.btn-info:hover,
.btn-outline.btn-info:active   {color:#FFF;background:#5bc0de;border-color:#5bc0de;}
.btn-outline.btn-warning       {background:none;border:2px solid #f0ad4e;color:#f0ad4e;background-color: #fff;}
.btn-outline.btn-warning:hover,
.btn-outline.btn-warning:active{color:#FFF;background:#f0ad4e;border-color:#f0ad4e;}
.btn-outline.btn-danger        {background:none;border:2px solid #d9534f;color:#d9534f;background-color: #fff;}
.btn-outline.btn-danger:hover,
.btn-outline.btn-danger:active {color:#FFF;background:#d9534f;border-color:#d9534f;}
.btn-outline.btn-aqua        {background:none;border:2px solid #2f98b7;color:#2f98b7;background-color: #fff;}
.btn-outline.btn-aqua:hover,
.btn-outline.btn-aqua:active {color:#FFF;background:#197f9e;border-color:#197f9e;}
.btn-outline.btn-rose        {background:none;border:2px solid #F56883;color:#F56883;background-color: #fff;}
.btn-outline.btn-rose:hover,
.btn-outline.btn-rose:active {color:#FFF;background:#D24A64;border:2px solid #D24A64;}


/* border button style */
.btn-border       {padding:4px 10px;}
.btn-border.btn-xs{padding:0 3px;}
.btn-border.btn-sm{padding:3px 8px;}
.btn-border.btn-lg{padding:8px 14px;}
.btn-border.btn-default       {border:3px solid #ccc;}
.btn-border.btn-default:hover,
.btn-border.btn-default:active{background:#ccc;border-color:#ccc;}
.btn-border.btn-primary       {background:none;border:3px solid #428bca;color:#428bca;}
.btn-border.btn-primary:hover,
.btn-border.btn-primary:active{color:#FFF;background:#428bca;border-color:#428bca;}
.btn-border.btn-success       {background:none;border:3px solid #5cb85c;color:#5cb85c;}
.btn-border.btn-success:hover,
.btn-border.btn-success:active{color:#FFF;background:#5cb85c;}
.btn-border.btn-info          {background:none;border:3px solid #5bc0de;color:#5bc0de;}
.btn-border.btn-info:hover,
.btn-border.btn-info:active   {color:#FFF;background:#5bc0de;}
.btn-border.btn-warning       {background:none;border:3px solid #f0ad4e;color:#f0ad4e;}
.btn-border.btn-warning:hover,
.btn-border.btn-warning:active{color:#FFF;background:#f0ad4e;}
.btn-border.btn-danger        {background:none;border:3px solid #d9534f;color:#d9534f;}
.btn-border.btn-danger:hover,
.btn-border.btn-danger:active {color:#FFF;background:#d9534f;}
.btn-border.btn-aqua        {background:none;border:3px solid #2f98b7;color:#2f98b7;}
.btn-border.btn-aqua:hover,
.btn-border.btn-aqua:active {color:#FFF;background:#197f9e;}
.btn-border.btn-rose        {background:none;border:3px solid #F56883;color:#F56883;}
.btn-border.btn-rose:hover,
.btn-border.btn-rose:active {color:#FFF;background:#D24A64;}

/* square button style */
.btn-square{border-radius:0;}
.btn-square.btn-xs{padding:0 3px;}
.btn-square.btn-sm{padding:3px 8px;}
.btn-square.btn-lg{padding:8px 14px;}

.btn-navy       {background-color:#3C7EB7;border:3px solid #3C7EB7;color:#FFF;}
.btn-navy:hover,
.btn-navy:active{color:#FFF;background:#3B7DB5;border-color:#3B7DB5;}

.btn-rose        {background-color:#F56883;border:3px solid #F56883;color:#FFF;}
.btn-rose:hover,
.btn-rose:active {color:#FFF;background:#D24A64;border:3px solid #D24A64;}

.btn-square.btn-aqua        {background-color:#2f98b7;border:3px solid #2f98b7;color:#FFF;}
.btn-square.btn-aqua:hover,
.btn-square.btn-aqua:active {color:#FFF;background:#197f9e;border:3px solid #197f9e;}

/* circle button style */
.btn-circle.btn-xs{width:22px;height:22px;font-size:10px;border-radius:11px;line-height:1.6;padding:3px 0;}
.btn-circle.btn-sm{width:30px;height:30px;font-size:12px;border-radius:15px;line-height:1.6;padding:6px 0;}
.btn-circle       {width:34px;height:34px;font-size:16px;border-radius:17px;line-height:1.33;padding:6px 4px;text-align:center;}
.btn-circle.btn-lg{width:46px;height:46px;font-size:22px;border-radius:23px;line-height:1.2;}

/* round button style */
.btn-round.btn-xs{border-radius:11px;}
.btn-round.btn-sm{border-radius:22.5px;}
.btn-round       {border-radius:17px;}
.btn-round.btn-lg{border-radius:23px;}

/* -------------------------------------------------- *
 * row関連
 * -------------------------------------------------- */



.row-center{
	letter-spacing: -0.4em;
}
.row-center > [class*='col-'] {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	float: none !important;
}
.row-center.va-middle > [class*='col-'] {
	vertical-align: middle;
}
.row-center.va-bottom > [class*='col-'] {
	vertical-align: bottom;
}


/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}   






/* navigation nav-primary add
---------------------------------------------------- */

#content .nav {
	margin: 10px 0;
	padding-left: 0;
}

#content .nav > li > a {
	text-decoration: none;
}

.nav > li > a {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #EFEFEF;
}

.nav > li:first-child > a {
	margin-left: 0px;
}

.nav > li:last-child > a {
	margin-right: 0px;
}

.nav.nav-primary > li > a {
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.nav.nav-primary > li > a {
	background-color: #3b536b;
	border-color: #374e64;
}

.nav.nav-primary > li > a:hover, .nav.nav-primary > li > a:focus {
	background-color: #293a4a;
	border-color: #222f3d;
}

.nav.nav-primary > li.disabled > a {
	color: #DEDEDE;
	background-color: #555555;
}

.nav.nav-primary > li.disabled > a:hover, .nav.nav-primary > li.disabled > a:focus {
	color: #AAA;
	background-color: #555555;
}

.nav.nav-primary .open > a, .nav.nav-primary .open > a:hover, .nav.nav-primary .open > a:focus {
	background-color: #1c2833;
	border-color: #0a0e12;
}

.nav.nav-primary .nav-divider {
}

.nav-tabs > li.current-cat > a {
	color: #FFF;
	cursor: default;
	background-color: #3b536b;
	border: 1px solid #374e64;
	border-bottom-color: transparent;
}
/*
 .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #FFF;
  cursor: default;
  background-color: #293a4a;
  border: 1px solid #222f3d;
  border-bottom-color: transparent;
}
*/



/* pagination adjustment
---------------------------------------------------- */

.pagination.navigation {
	margin-top:4px;
	margin-bottom:19px;
}



/* FAQ accordion
---------------------------------------------------- */

/*accordion-toggle icon*/
.accordion-toggle a:after {
	font-family: 'Font Awesome 5 Free';
	content: " \f078";
	content: " \f068";
	margin-top: -12px;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 22px;
	text-indent: 1em;
	font-weight: 600;
}
.accordion-toggle a.collapsed:after {
	font-family: 'Font Awesome 5 Free';
	/*content: " \f077";*/
	content: " \f067";
	/*     color: blue; */
	margin-top: -12px;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 22px;
	text-indent: 1em;
	font-weight: 600;
}
/*項目が多い場合のCSS*/
.faq_list {
	/*line-height: 4em;*/
	font-weight: 600;
	margin-top: -1px;
	text-indent: -2em;
	padding: 10px 60px 10px 3em;
}
.faq_list:before {
	content: "Q";/*Qアイコン*/
	color: #3498DB;
	padding-right: 0.5em;
	/*   line-height: 2em; */
	font-size: 1.5em;
}
.faq_list.car{ 
	text-indent: -2.2em;
	padding: 15px 60px 20px 3.2em;
}
.faq_list.car:before {
	content: "\f1b9";/*車アイコン*/
	font-family:  'Font Awesome 5 Free';
	font-weight: 600;
}
.faq_comment {
	margin-bottom: 0;
	/*     background-color: #fff; */
	margin-top: -1px;
	padding: 30px;
	/*   padding-left: 1em;
	padding-top: 0.4em; */
}
.faq_comment:before {
	/*     content: "A"; */
	color: #E74C3C;
	font-size: 2em;
	padding-left: 0.1em;
}
.faq_comment p {
	text-align: justify;
}
a.list-group-item.faq_list:hover {
	background-color: #E1F0FA;
}
@media (max-width: 768px) {
	.faq_comment {
		padding: 30px 20px;
	}
	#content .list-group p.panel-title {
		line-height: 1.5;
	}
	.faq_list {
		/*line-height: 4em;*/
		font-weight: 600;
		margin-top: -1px;
		text-indent: -2em;
		padding: 10px 40px 10px 3em;
	}
	.faq_list.car {
		text-indent: -2.7em;
		padding: 10px 40px 10px 3.5em;
	}
}
/*アコーディオンを四角にする*/
a.list-group-item.square, .well.square {
	border-radius: 0 0 0 0;
}
/*stay point btn*/
a.list-group-item.point_list {
	/* line-height: 5em; */
	background-color: #fdd9d5;
	border: solid 2px #fdd9d5;
	text-decoration: none !important;
	padding: 15px 70px 15px 15px;
}
/* a.list-group-item.point_list:first-letter {
    font-size: 1em;
} */
a.list-group-item.point_list:hover {
	color: inherit;
	border: solid 2px #fbb4ab;
	background-color: #fbb4ab;
}
.well.point_comment {
	padding-left: 1em;
	padding-top: 0.4em;
	background-color: #F5F5F5;
}



/* fontawesome adjustment
---------------------------------------------------- */

.fa-li{
	position: absolute;
	left: -1.2em;
	width: 1.2em;
	top: .32em;
	text-align: top;
}



/* anchor link
---------------------------------------------------- */

#content a {
	text-decoration: underline;
}
#content .card a {
	text-decoration: none;
}
#content a.card {
	text-decoration: none;
}
#content a.btn {
	text-decoration: none;
}
#content a.thumbnail {
	text-decoration: none;
}
#content .list-group a {
	text-decoration: none;
}
#content .list-group a:hover {
	text-decoration: none;
}
div.caption h4 {
	margin-bottom:5px;
}
.ic_newlife h5 {
	border:none;
	padding-left: 25px;
}
#content a.externallink:after {
	content: " \f35d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}
@media (max-width: 768px) {
	.ic_list h5 {
		padding-left: 25px;
		min-height: 22px;
	}
}



/* list checkbox
---------------------------------------------------- */

.checkbox li {
	list-style:none;
}
.checkbox li:before {
	content: "\f14a \a0";
	font-family: 'Font Awesome 5 Free';
}



/* 追加　背景
---------------------------------------------------- */


/* 枠のradius指定 */
.module.r5 {
	border-radius: 5px;
}
.module.r6 {
	border-radius: 6px;
}
.module.r7 {
	border-radius: 7px;
}
.module.r8 {
	border-radius: 8px;
}
.module.r9 {
	border-radius: 9px;
}
.module.r10 {
	border-radius: 10px;
}





.module-gray {
	background-color: #EEEEEE;
}
.module-pink {
	background-color: #fae6ee;
}
.module-white {
	background-color: #fff;
}
.module-green {
	background-color: #d9eadd;
}
.module-purple {
	background-color: #ecdeec;
}
.module-yellow {
	background-color: #fce7bb;
}
.module-orange {
	background-color: #fed2b0;
}
.module-navy {
	background-color: #d0d6db;
}
.module-blue {
	background: #e1f0fa;
}
.module-beige {
	background: #EEE9DC;
}
.content_full {
	margin: 20px -10px;
}
.content_normal {
	margin: 10px 10px;
}
.module_inner {
	padding: 20px 20px;
}
@media screen and (max-width: 768px){
	.module_inner {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 480px){
.content_normal {
	margin: 10px 3px;
	padding: 10px;
}
}





/* ----------------------------------------
 * Bootstrap機能拡張
 * ---------------------------------------- */
 
/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

/* Bootstrapの5等分のレイアウト汎用CSS */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 7px;
}
.col-xs-1-5 {
	width: 20%;
	float: left;
}
.col-xs-2-5 {
	width: 40%;
	float: left;
}
.col-xs-3-5 {
	width: 60%;
	float: left;
}
.col-xs-4-5 {
	width: 80%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
	.col-sm-2-5 {
		width: 40%;
		float: left;
	}
	.col-sm-3-5 {
		width: 60%;
		float: left;
	}
	.col-sm-4-5 {
		width: 80%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
	.col-md-2-5 {
		width: 40%;
		float: left;
	}
	.col-md-3-5 {
		width: 60%;
		float: left;
	}
	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
	.col-lg-2-5 {
		width: 40%;
		float: left;
	}
	.col-lg-3-5 {
		width: 60%;
		float: left;
	}
	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}


/* -------------------------------------------------- *
 * menu-button
 * -------------------------------------------------- */
.menu-button {
	display: none;
}

@media all and (max-width: 768px) {
#header .menu-button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	z-index: 100;
}
.menu-button_wrap {
	width: 50px;
	height: 50px;
	display: block;
	background: #0097cf;
	cursor: pointer;
	z-index: 999;
	text-align: center;
	line-height: 0.7;
	font-size: 8px;
}
 
.menu-button * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}

.menu-button {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	padding: 0;
	width: 30px;
	height: 20px;
	background: none;
	border: none;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
	outline: none;
	color:#fff;
}

.menu-button .menu-button_bar {
	display: block;
	width: 30px;
	height: 3px;
	transition: all 0.2s;
	transform-origin: 0% 0%;
	transform: translateY(-50%);
	position: absolute;
	left: 20%;
}

.menu-button_wrap .menu-button_bar1 {
	top: 20%;
}

.menu-button_wrap .menu-button_bar2 {
	top: 40%;
}

.menu-button_wrap .menu-button_bar3 {
	top: 60%;
}

.menu-button.active .menu-button_bar {
	width: 36.77px;
	left: 20%;
}

.menu-button.active .menu-button_bar1 {
	transform: rotate(0.5973981634rad) translateY(-50%);
	top: 20%;
}

.menu-button.active .menu-button_bar2 {
	opacity: 0;
}

.menu-button.active .menu-button_bar3 {
	transform: rotate(-0.5973981634rad) translateY(-50%);
	top: calc(60% - 0px);
}


.menu-button.active .menu-button_menu_text {
	display: none;
}

.menu-button.active .menu-button_close {
	display: block;
}
.menu-button_text {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	font-size: 10px;
}
}

.menu-button_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.menu-button {
  color: #fff;
}

.menu-button .menu-button_bar {
  background-color: #fff;
}



/* === Hambuerger Button's Style End === */
.menu-button_menu .menu-button_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1001;
}
.menu-button_menu a {
  color: inherit;
  text-decoration: none;
}
.menu-button_menu a:visited {
  color: inherit;
}
.menu-button_menu .menu-button_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.menu-button_menu .menu-button_nav_wrapper {
  width: 400px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(400px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
@media all and (max-width: 768px) {
.menu-button_menu .menu-button_nav_wrapper {
  width: 312px;
    height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
}
.menu-button_menu .menu-button_nav_wrapper.open {
  transform: translate(0);
}
.menu-button_menu.left .menu-button_button {
  right: auto;
  left: 32px;
}
.menu-button_menu.left .menu-button_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.menu-button_menu.left .menu-button_nav_wrapper.open {
  transform: translate(0);
}


/* -------------------------------------------------- *
 * ショピングページ関係
 * -------------------------------------------------- */

@media all and (max-width: 768px) {

#global_header .menu-button span.icon {
	font-size: 32px;
	display:block;
}
#global_header .menu-button .touch-button {
	display: none;
}
}

/*===== ローディングを非表示 =====*/
#fancybox-loading {
	display: none;
}

#fancybox-loading div {
	display: none;
}

/*===== google map adjustment =====*/
.gm-style-mtc img {
	vertical-align: baseline;
}

/* -------------------------------------------------- *
* ドロワーメニュー
 * -------------------------------------------------- */
#overheader {
	display: block;
}


.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	opacity: 0;
	transition: opacity .5s;
}

.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.menu-trigger {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 55px;
	height: 65px;
	padding: 19px 17px 0;
	background: #0097cf;
	cursor: pointer;
	z-index: 103;
}

@media (max-width: 480px){
.menu-trigger {
	width: 55px;
	height: 50px;
}
}

.menu-trigger {
	position: fixed;
	transform: translateX(0);
	transition: all .5s;
}

.menu-trigger.active {
	position: fixed;
	transform: translateX(-300px);
	transition: all .5s;
}

@media (max-width: 768px){
	.menu-trigger.active {
		transform: translateX(-300px);
	}
}

@media (max-width: 350px){
	.menu-trigger.active {
		transform: translateX(-250px);
	}
}

.menu-trigger > div {
	position: relative;
}

.menu-trigger span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	transition: 0.35s ease-in-out;
}

.menu-trigger.active span {
	background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 7px;
}

.menu-trigger.active span:nth-of-type(2) {
	width: 0;
	left: 50%;
}

.menu-trigger span:nth-of-type(3) {
	top: 14px;
}

.menu-trigger.active span:nth-of-type(3) {
	top: 7px;
	transform: rotate(-45deg);
}

.menu-trigger_text {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.menu-trigger.active .menu-trigger_close {
	display: block;
}

.menu-trigger.active .menu-trigger_menu {
	display: none;
}

.menu-trigger .menu-trigger_close {
	display: none;
}

.menu-trigger .menu-trigger_menu {
	display: block;
}

@media (max-width: 480px){
	.menu-trigger {
	padding: 15px 17px 0;
	}

	.menu-trigger_text {
	bottom: -8px;
	}
}

nav.globalnav {
	width: 300px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 102;
	transform: translate(300px);
	transition: all .5s;
	list-style: none;
	overflow-y: scroll;
	overflow-x: hidden;
}


nav.globalnav > .globalnav_bg a {
	display: block;
	width: 300px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(/images/common/logo_newlife@2x.svg);
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}


@media (max-width: 768px) {
	nav.globalnav {
		width: 300px;
		transform: translate(300px);
	}
}

@media (max-width: 350px) {
	nav.globalnav {
		width: 250px;
		transform: translate(250px);
	}
	.globalnav h1 { 				/* ヘッダータイトル */
	background-size: 225px auto;
}
}



nav.globalnav ul {
	list-style: none;
	padding-left: 0;
}

nav.globalnav.open {
	transform: translateZ(0);
}

nav.globalnav li {
	color: #333;
	text-align: center;
	padding: 10px 0;
}

nav.globalnav li:last-child {
	margin-bottom: 40px;
}

nav.globalnav li a {
	color: #333;
}

nav.globalnav li a:hover,
nav.globalnav li a:active,
nav.globalnav li a:focus {
	color: #333;
}

#overheader .flexnav li a {
	background-color:#ffffff;

}

#overheader .flexnav li.header {
	font-size: 100%;
	position: relative;
	overflow: hidden;
	background-color: #00a2d7;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0.2em 10px;
	font-weight: 600;
}

#overheader .flexnav.opacity {
	opacity: 0;
	display: none;
}

#overheader .flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
}

#overheader .flexnav li a,#overheader .flexnav .focus > a,#overheader .flexnav li a:hover{
/*  background-color: #E62D8B; */
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		color: #333;
}

#overheader .flexnav > li {
	position: relative;
	overflow: hidden;
	float: none;
}

#overheader .flexnav .touch-button {
	display: block;
	color: #333;
}

#overheader .flexnav li a:hover,#overheader .flexnav li.focus a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #333
}

#overheader .flexnav li > ul {
	position: relative;
	top: 0;
	padding-top:0px;
	left: 0;
	width:100%;
}

#overheader .flexnav li > ul li {
	width: 100%;
	position: relative;
	overflow: hidden;
	float: none;
}

#overheader .flexnav li ul li a {
	display: block;
	background: #FFFFFF;
	color: #333333;
}

#overheader .flexnav li>ul li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	background: #FFFFFF;
	color: #333333;
	font-size:13px;
	padding: 2px 8px 8px;
	border-left: none;
}



/* スマホ用メニュー*/
#overheader .flexnav > li > a .icon:after {
	content:"\a0";
}
#overheader .flexnav > li > a .icon {
	font-size: 16px;
	display: inline-block;
	_display: inline;
}
#overheader .flexnav li ul li a,#overheader .flexnav li > ul li a.btn {
	display: block;
	border-radius:0;
	padding: 8px 10px 10px;
	height: auto;
	min-height: 35px;
	background-color: #EEEEEE;
}

#overheader .flexnav li ul li a:hover, #overheader .flexnav li > ul li a.btn.btn-primary:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #333;
}
#overheader .flexnav li > ul li a.btn.btn-block {
	text-align: left;
}
#overheader .flexnav li > ul li a.btn {
	border-right: none;
	border-left: none;
	border-top:none;
}

#overheader .flexnav li > ul li.focus a {
	color: inherit;
}

#overheader #menu_home,
#overheader #menu_ready,
#overheader #menu_entrance,
#overheader #menu_standby,
#overheader #menu_campuslife
{
	display:none;
}
#sitemap [id^="dropdown_"] {
	display:none;
}

#tab li.ui-user {
	display: block;
}

#lobal_tab {
	position: relative;
}

#tab {
	height: 0;
	width: 100%;
}

/** TOPアイコン
 **************************************************************** **/

#global_header .menu-button span.icon {
	font-size: 32px;
	display:block;
}
#global_header .menu-button .touch-button {
	display: none;
}

#header ul.m-header a {
	color: #212F7C;
	text-decoration: none;
}
#header ul.m-header li {
	list-style: none;
	float:right;
	height: 40px;
	text-align: center;
	min-width: 55px;
}
#header ul.m-header li p {
	line-height: 1.0;
}

#header #header_additional {
	position: fixed;
	right: 65px;
	top: 0;
	z-index: 1000;
	padding-top: 10px;
	height: 75px;
}

#header_additional ul {
	margin-bottom: auto;
	margin-top: auto;
}

@media (max-width: 1200px) {

#header #header_additional {
	right: 65px;
}
}

@media (max-width: 768px) {
	#global_header .menu-button span.icon {
		font-size: 32px;
	}

	#header ul.m-header li {
	min-width: 50px;
	}
	#global_header ul.m-header li p {
	bottom: 0;
	}
}

@media (max-width: 480px) {
	#header #header_additional {
	right: 55px;
	padding-top: 5px;
	}

#header ul.m-header li {
	list-style: none;
	height: 40px;
	text-align: center;
	min-width: 42px;
}

	#global_header .menu-button span.icon {
	font-size: 28px;
	}
	#header #header_additional ul.m-header li p {
	line-height: 1.1;
	letter-spacing: -1px;
	position: relative;
	}

}

.m-header-link a.m-header-link-anchor {
	position: relative;
}

.m-header-link .m-header-link-icon {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('/images/icon/header/icon_1.svg');
}


.m-header-link a.m-header-link-anchor .badge {
	position: absolute;
	bottom: 20px;
	border-radius: 4rem;
	font-weight: normal;
	right: 0.25rem;
	height: 1.25rem;
	min-width: 1rem;
	line-height: 1.0;
}


.m-header-link a.m-header-link-anchor p {
	font-size: 9.5px;
}


.m-header-link.header-icon1 .m-header-link-icon {
	background-image: url('/images/icon/header/icon_1.svg');
}

.m-header-link.header-icon2 .m-header-link-icon {
	background-image: url('/images/icon/header/icon_2.svg');
}

.m-header-link.header-icon3 .m-header-link-icon {
	background-image: url('/images/icon/header/icon_3.svg');
}

.m-header-link.header-icon4 .m-header-link-icon {
	background-image: url('/images/icon/header/icon_4.svg');
}

.m-header-link.header-icon5 .m-header-link-icon {
	background-image: url('/images/icon/header/icon_5.svg');
}

.m-header-link.header-icon6 .m-header-link-icon {
	background-image: url('/images/icon/header/icon_6.svg');
}

.m-header-link.header-icon7 .m-header-link-icon {
	background-image: url('/images/icon/header/icon_7.svg');
}

.m-header-link.header-icon8 .m-header-link-icon {
	background-image: url('/images/icon/header/icon_8.svg');
}

.header-icon8.content-icon .m-header-link-icon {
	background-image: url('/images/icon/header/icon_8.svg');
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	
}

.m-header-link.header-icon9 .m-header-link-icon {
	background-image: url('/images/icon/header/icon_9.svg');
}


.header-icon9.content-icon .m-header-link-icon {
	background-image: url('/images/icon/header/icon_9.svg');
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	
}


#overheader .flexnav > li > .m-header-link {
display: inline-block;
}

#overheader .flexnav > li > .m-header-link a {
border-bottom: 0px solid #333!important;
}

@media (max-width: 480px) {
.m-header-link .m-header-link-icon {
	width: 30px;
	height: 30px;
}

.m-header-link a.m-header-link-anchor .badge {
	bottom: 14px;
	width: 1.2rem;
	border-radius: 1.6rem;
	line-height: 1.0;
	text-align: center;
}


}


/*************soical icons**********/
.social-1{
	margin: 0;
	padding: 0;
	position: relative;
	top: 8px;
}

.social-1 li a i {
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.social-1 li a i:hover {
	opacity: 0.8;
}

.social-1 li a i.fa-facebook {
	background-color: #3b5998;
}

.social-1 li a i.fa-twitter {
	background-color: #0084b4;
}

.social-1 li a i.fa-instagram {
	background-color: #ea4c89;
}



/** 00. Share button
**************************************************************** **/
.footer-contents {
	padding: 0 25px;
	margin: 2em 0;
}

.dfont {
	font-family: "Quicksand","Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.sns-btn__title {
	display: inline-block;
	position: relative;
	padding: 0 25px;
	color: #cccfd7;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
}

.sns-btn__title::before,
.sns-btn__title::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background-color: #d8dae1;
	content: "";
}

.sns-btn__title::before {
	left: 0;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}

.sns-btn__title::after {
	right: 0;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.share_txt {
	font-weight: bold;
	white-space: nowrap;
}

/*
* シェアボタン
*/
.sns-btn {
	margin: 0 auto;
	text-align: center;
}

.sns-btn ul {
	padding-inline-start: 0px;
	margin-top: 1em;
}

.sns-btn__item {
display: inline-block;
position: relative;
width: 85px;
	margin: 0 0.5%;
}

.sns-btn__item a {
	display: inline-block;
	border-radius: 10px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	transition: 0.3s ease-in-out;
}

.sns-btn__item a:hover {
	opacity: 0.6;
	box-shadow: none;
}

.sns-btn__item a:hover {
	opacity: 0.6;
	box-shadow: none;
}

.sns-btn__item i {
	display: block;
	width: auto;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
}

.sns-btn__item img {
	display: block;
	height: 32px;
	width: 32px;
	padding: 1px;
}

.tw a {
	color: #3ab4ff;
}

.fb a {
	color: #3b8df7;
}

.pkt a {
	color: #ff7b7b;
}

.hatebu a {
	color: #45b5f7;
}

.line a {
	color: #59d869;
}

.fa-hatebu::before {
	position: relative;
	top: -0.1em;
	font-family: "Quicksand", "Arial", sans-serif;
	font-size: 1.11em;
	font-weight: bold;
	line-height: 32px;
	content: "B!";
	white-space: nowrap;
}

/*記事上部の円形FAB形式シェアボタン*/
#fab {
	display: none;
}

.fab-btn {
	display: block;
	position: relative;
	margin: -25px 15px 0 auto;
	width: 140px;
	z-index: 2;
	outline: none;
	cursor: pointer;
	border-radius: 33px;
	font-size: 19px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #fff;
	box-shadow: 0 5px 18px -2px rgba(0, 0, 0, 0.15);
	transition: 0.3s ease-in-out;
	transition-delay: 0.1s;
	animation: animScale 3.5s ease-out;
}

.fab-btn,
.fab-btn i {
	height: 50px;
	line-height: 50px;
}

.fab-btn i::after {
	content: "SHARE";
	padding-left: 10px;
	font-family: "Quicksand", "Avenir", "Arial";
	font-weight: 500;
	color: #555;
}

.fab-btn:hover {
	box-shadow: 0 12px 45px -9px rgba(0, 0, 0, 0.23);
}

#fab:checked ~ .fab-btn {
	background: #f0f0f0;
	opacity: 0;
	-webkit-transform: translate(-150px, -150px) scale3d(4, 5, 1);
	transform: translate(-150px, -150px) scale3d(4, 5, 1);
}

.nothumb .fab-btn {
	margin: -35px 15px 0 auto;
}

.nothumb .fab-btn {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 400px) {
	.nothumb .fab-btn {
		margin: 15px;
		width: auto;
		animation: none;
	}

	.nothumb .fab-btn,
	.nothumb .fab-btn i {
		animation: none;
	}
}

#fab:checked ~ .fab-btn i {
	display: none;
}

#fab__contents {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #eaedf2;
}

#fab:checked ~ #fab__contents {
	display: block;
	animation: coverIn 0.7s ease 0s 1 normal;
}

@keyframes coverIn {
	0% {
		opacity: 0;
	}
	
	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fab__contents-main {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: #e9edf2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fab__contents_title {
	margin: 0;
	font-size: 30px;
	text-align: center;
}

.fab__contents_img {
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 145px;
	margin: 10px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-weight: bold;
}

#fab:checked ~ #fab__contents .close {
	display: inline-block;
}

.close span:hover {
	transform: rotate(45deg) scale(1.1);
}

.fab__close-cover {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	padding: 10px;
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
}

/*END FABシェアボタン*/


/*行間調整*/
.lh10 {
	line-height: 1.0;
}
.lh11 {
	line-height: 1.1;
}
.lh12 {
	line-height: 1.2;
}
.lh13 {
	line-height: 1.3;
}
.lh14 {
	line-height: 1.4;
}
.lh15 {
	line-height: 1.5;
}
.lh16 {
	line-height: 1.6;
}
.lh17 {
	line-height: 1.7;
}
.lh18 {
	line-height: 1.8;
}
.lh19 {
	line-height: 1.9;
}
.lh20 {
	line-height: 2.0;
}

/*under Line*/
.under {
}
.under.black_underline {
	border-bottom: solid 2px #333;
}
.under.red_underline {/* レッド系 */
	border-bottom: solid 2px #e74c3c;
}
.under.pink_underline {/* ピンク系 */
	border-bottom: solid 2px #FF457B;
}
.under.blue_underline {/* ブルー系 */
	border-bottom: solid 2px #3498db;
}
.under.green_underline {/* グリーン系 */
	border-bottom: solid 2px #27AE60;
}
.under.orange_underline {/* オレンジ系 */
	border-bottom: solid 2px #E67E22;
}




/*=================================
bootstrap カスタマイズcss
===================================*/

p {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.list-group p {
	margin-bottom: 0;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

#content .page-header {
	margin-top: 1.25rem;
	margin-bottom: 1rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px #999999 dotted;
}




/*ボタンのためのcss*/
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}


/*サムネイルのためのcss*/

.card .caption {
	padding: 4px 8px;
	text-align: left;
	color: #333;
}

a.card h4 {
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.card:hover,
a.card:focus,
a.card.active {
  border-color: #3498db;
}

a.card[disabled] {
  cursor: not-allowed;
}

a.card[disabled]:hover,
a.card[disabled]:focus,
a.card[disabled].active {
  border-color: #CCCCCC
}

/*_card.scss*/
a.card .card-body {
	padding: 4px;
	height: 100%;
}

/*背景色のためのcss*/
    .bg-gray-100 {background-color: #f8f9fa;}
    .bg-gray-200 {background-color: #e9ecef;}
    .bg-gray-300 {background-color: #dee2e6;}
    .bg-gray-400 {background-color: #ced4da;}
    .bg-gray-500 {background-color: #adb5bd;}
    .bg-gray-600 {background-color: #6c757d;}
    .bg-gray-700 {background-color: #495057;}
    .bg-gray-800 {background-color:  #343a40;}
    .bg-gray-900 {background-color: #212529;}
