@charset "UTF-8";

/* ----------------------------------------------------
basic style of NewLifeSupport2020 Yamagata
author: HPG_ogiwara
version: 2019.08
----------------------------------------------------- */



/* 新入生サポート2020 基本ページ 全体構造　山形オリジナル
---------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');






body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}




#header {
	font-family: "newlife","JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","游ゴシック体", "Yu Gothic", "YuGothic";
}
#content table.tbl.condensed {
	font-family: "JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","游ゴシック体", "Yu Gothic", "YuGothic";
}
#content table.tblFull.condensed {
	font-family: "JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","游ゴシック体", "Yu Gothic", "YuGothic";
}
#container {
	padding-top: 70px;
}
@media (max-width: 768px) {
#content table.tblFull.condensed {
	font-family: "JapanSans70","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","游ゴシック体", "Yu Gothic", "YuGothic";
}
}
body {
	background-color: #FFFFFF;
}
@media (min-width: 576px) {
	.container {
		width:auto;
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		width:auto;
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		width:auto;
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		width:auto;
		max-width: 1140px;
	}
}









/* -------------------------------------------------- *
 * header
 * -------------------------------------------------- */
.head_bar { 				/* ヘッダーバー */
	display: none;
}
#global_header.header-shadow #header {
	background-color: rgba(255,255,255,0.80);
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-o-transition: 1.2s;
	-ms-transition: 1.2s;
	transition: 1.2s;
}
#global_header.header-shadow {
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-o-transition: 1.2s;
	-ms-transition: 1.2s;
	transition: 1.2s;
	box-shadow:0 0 5px rgba(0,0,0,.1);
}
#header {
	background-color: transparent;
}
#header h1 {				/* ヘッダー画像貼り替え */
	background-image: url(/yamagata/images/common/logo_newlife@2x.svg);
	background-position: left 0 top 0;
	background-size: 350px 60px;
	width: 350px;
	height: 60px;
	top: 3px;
	color: #42adc2;
}
#header h1 a {				/* ヘッダー画像貼り替え */
	display: block;
	text-indent: -9999px;
	width: 350px;
	height: 60px;
}
@media (max-width: 768px) {
	#header {
		overflow: hidden;
	}
	#global_header #header h1 {				/* ヘッダー画像貼り替え */
		background: url(/yamagata/images/common/logo_newlife@2x.svg) no-repeat 0 0;
		top:3px;
/*		width: 350px;
		height:45px;*/
		margin: 0 auto;
		padding: 0;
		line-height: 0;
	}
	#header h1 a {/* ヘッダー画像貼り替え */
		display: block;
		text-indent: -9999px;
/*		width: 350px;
		height:45px;*/
	}
}


@media (max-width: 480px) {
	#header {
		overflow: hidden;
	}
	#global_header #header h1 {				/* ヘッダー画像貼り替え */
		background: url(/yamagata/images/common/logo_newlife@2x.svg) no-repeat 0 0;
		top:3px;
		width: 350px;
		height:45px;
		margin: 0 auto;
		padding: 0;
		line-height: 0;
	}
	#header h1 a {/* ヘッダー画像貼り替え */
		display: block;
		text-indent: -9999px;
		width: 350px;
		height:45px;
	}
}








/* -------------------------------------------------- *
 * グローバルメニュー
 * -------------------------------------------------- */
#global_tab {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-height: 2000px;
	background: rgba(255,255,255,0.00);
	float: none;
}
#tabsubarea {
	display: none;
}
#status_header {
	display: none;
}




/* -------------------------------------------------- *
 * トップの大画像
 * -------------------------------------------------- */
#container .fullview {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -42px;
}
#container .fullview2 {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -72px;
}
.onepage-hero .bg-hero {
	position:absolute;
	height: 500px;
	width: 100%;
	max-height:500px;
	background-position: 50% 50%;
	background-size: cover;
	z-index:0;
}
.onepage-hero .bg-hero-text {
	position: relative;
	color: #FFFFFF;
	z-index: 10;
}
.onepage-hero .bg-hero-text h2 {
	color: #FFFFFF;
	font-size: calc(180% + 0.25vw);
	margin-top: 55px;
	margin-bottom: 3.4vmax;
}
.onepage-hero .bg-hero-text p {
	color: #FFFFFF;
	font-size: calc(90% + 0.15vw);
}
.onepage-hero .bg-hero-text h3 {
	color: #FFFFFF;
	font-size: calc(140% + 0.15vw);
	margin-top: 55px;
	border-bottom: none;
	text-align: center;
}
.onepage-hero2 .bg-hero {
	position:absolute;
	top:50px;
	height: 350px;
	width: 100%;
	max-height:500px;
	background-position: 50% 50%;
	background-size: cover;
	z-index:1;
}
@media (max-width: 768px){
	.onepage-hero2 .bg-hero {
		height: 300px;
	}
}






/* -------------------------------------------------- *
 * メインコンテンツ部分
 * -------------------------------------------------- */

#container.pdng {
	padding-top: 0px;
}
#content {
	font-size: 16px;
}
#content.hero {
	margin-top: 400px;
	background:#FFFFFF;
/*	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 10px rgba(0,0,0,0.25);*/
}
@media (max-width: 768px) {
	#content.hero {
		margin-top: 350px;
		background:#FFFFFF;
	/*	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
		   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
			 -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
			-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
				box-shadow: 0px 0px 10px rgba(0,0,0,0.25);*/
	}

	#container.pdng {
		padding-top: 0px;
	}
}
#content {
	width: 80%;
}
#content a {
	text-decoration: none;
}
#rightside {
	width: 20%;
}
@media (max-width: 991px) {
	#content {
		width: 100%;
	}
	#rightside {
		display: none;
	}
}
@media (max-width: 768px) {
	#content {
		float: none;
		width: 100%;
	}
}


@media (max-width: 480px) {
	#container.container {
		padding-top: 55px;
	}
}

#global_header .menu-button .touch-button {
	display: none;
}

/* -------------------------------------------------- *
 * HEADER ICON
 * -------------------------------------------------- */

#header ul.m-header a {
	color: #42adc2;
}

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

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

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

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

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

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

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

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



#tab {
	margin:0 auto;
	width: 100%;
	height: auto;
	z-index: 20;
}
#tab li.ui-user {
	display: block;
}
#globalmenu {
	float:left;
	width:215px;
}
#globalmenu .menu {
	padding: 10px;
}
#globalmenu h4 {
	padding:0 5px 0;
}

/* -------------------------------------------------- *
 * BREAD CRUMB
 * -------------------------------------------------- */
#breadcrumb {
	z-index: 1;
}
#breadcrumb.breadcrumb-white {
	padding-left: 15px;
	z-index: 1;
	color: #FFFFFF;
}
#breadcrumb.breadcrumb-white a {
	color: #FFFFFF;
}







/* -------------------------------------------------- *
 * OWL Carousel
 * -------------------------------------------------- */
.owl-carousel .owl-pagination{
	text-align:center
}
.owl-carousel .owl-pagination .owl-page{
	position:relative;
	background:rgba(255,255,255,.7);
	display:inline-block;
	overflow:hidden;
	height:6px;
	width:6px;
	margin:6px 4px;
	text-indent:-200%;
	z-index:1000;
	border-radius:6px;
	box-shadow:0 0 1px rgba(17,17,17,.4);
	-webkit-transition:all .3s cubic-bezier(0,0,.58,1);
	        transition:all .3s cubic-bezier(0,0,.58,1)
}
.owl-carousel .owl-pagination .owl-page.active {
	-webkit-transform:scale(1.3);
	        transform:scale(1.3);
}
.image-slider img {
	width:100%;
}
.image-slider.owl-carousel .owl-next,.image-slider.owl-carousel .owl-prev{
	background:0 0;position:absolute;height:70px;width:70px;top:50%;margin-top:-35px;text-align:center;line-height:70px;font-size:36px;display:block;color:#fff;
}
.module-slides .slides-container,.tms-slides blockquote p:after,.tms-slides blockquote p:before{
	display:none
}
.image-slider.owl-carousel .owl-next span:before,.image-slider.owl-carousel .owl-prev span:before{
	line-height:68px;
}
.image-slider.owl-carousel .owl-prev{
	left:15px;
}
.image-slider.owl-carousel .owl-next{
	right:15px;
}
.image-slider .owl-pagination{
	margin-top:-28px;
}
.client {
	padding:5px;
	-webkit-transition:all .4s ease-in-out;
	        transition:all .4s ease-in-out;
}
.client:hover,.team-item:hover .team-content,.team-item:hover .team-content-social {
	opacity: 1;
}

/* 1200px以上で見たときは"p_lg"のclassがついた画像が表示される */
.client .p_lg { display: block !important; }
.client .p_sm { display: none !important; }
.client .p_xs { display: none !important; }
/* 480px以上で見たときは"p_sm"のclassがついた画像が表示される */
@media only screen and (max-width: 1199px) {
.client .p_lg { display: none !important; }
.client .p_sm { display: block !important; }
.client .p_xs { display: none !important; }
}
/* 480px以下で見たときは"p_xs"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.client .p_lg { display: none !important; }
.client .p_sm { display: none !important; }
.client .p_xs { display: block !important; }
}
/* OWL Carouselドット */
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px; 
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 23px !important;
	height: 5px !important;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);
	background: rgba(37,203,245,0.80);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(38,167,200,0.80); 
}
.owl-theme .owl-dots .owl-dot:focus {
	outline: none;
}






/* カラー 追加
---------------------------------------------------- */
.rose{
	color:#DB3561;
}
.winered{
	color:#80273F;
}
.rubyred{
	color:#B90B50;
}
.yellow{
	color:#ffee00;
}








/* -------------------------------------------------- *
 * footer 修正
 * -------------------------------------------------- */
#social_footer {
	width: 100%;
	z-index: 1;
}
#footer {
	background-color: #e63c96;
}
#global_footer {
	background-color: #e63c96;
	color: #FFFFFF;
}
#global_footer a {
	color: #FFFFFF;
}
#footer #copyright {
	text-align: right;
	font-size: 12px;
}
#footer #footer_coop {
	text-align: left;
	font-size: 12px;
}
#footer #footer_coop a {
	text-decoration: none;
}
#footer #footer_coop a:hover {
	text-decoration: none;
}

@media all and (max-width: 768px) {
	#footer.container{
	width: auto;
	max-width: 100%;
	}
	#global_footer #footer_coop a {
		bottom:0;
	}
	#global_footer #copyright {
		bottom:0;
	}
	#footer #copyright {
		text-align: center;
		font-size: 11px;
	}
	#footer #footer_coop {
		text-align: center;
		font-size: 11px;
	}
}











.menu-button,.menu-cart {
	top: 4px;
}
#overheader #menu_home,
#overheader #menu_ready,
#overheader #menu_entrance,
#overheader #menu_standby,
#overheader #menu_campuslife
{
	display:none;
}
#sitemap [id^="dropdown_"] {
	display:none;
}
#sitemap [id^="tab_"] .icon {
	display: none;
}

#overheader .label-default.label-outline {
	background-color: #fff;
	border: solid 1.3px #fff;
	color: #404040;
	font-weight: bold;
}

#overheader .flexnav li>ul li a .label-default {
	background-color: #EAA5A4;
	color: #fff;
}
.nav.nav-primary > li.disabled.comingsoon > a {
	color: #DEDEDE;
	background-color: #555555;
}
.nav.nav-primary > li.disabled.comingsoon > a:hover, .nav.nav-primary > li.disabled.comingsoon > a:focus {
	color: #EFEFEF;
	background-color: transparent;
	background-image: url("/tohoku/images/common/bg-comingsoon.png");
}
.onepage-hero {
}

.bg-dark {
	color:#fff
}
.bg-dark-30:before,.bg-dark-60:before,.bg-dark-90:before,
.bg-purple:before,
.bg-yellow:before,
.bg-pink:before,
.bg-green:before,
.bg-orange:before,
.bg-red:before
 {
	content:" ";left:0
}

.bg-dark-30:before,.bg-dark-60:before,.bg-dark-90:before,.bg-purple:before,
.bg-yellow:before,
.bg-pink:before,
.bg-orange:before,
.bg-green:before,
.bg-red:before {
	position:absolute;height:100%;width:100%;z-index:0;
}
.bg-dark-30:before {
	background-color:rgba(34,34,34,.3);top:0
}
.bg-dark-60:before{
	background:rgba(34,34,34,.6);top:0
}
.bg-dark-90:before{
	background:rgba(34,34,34,.9);top:0
}
.bg-purple:before{
	background:rgba(109,112,213,.8);top:0
}
.bg-yellow:before{
	background:rgba(209,143,4,.8);top:0
}
.bg-red:before{
	background:rgba(223,100,94,.8);top:0
}
.bg-pink:before{
	background:rgba(211,101,169,.8);top:0
}
.bg-orange:before{
	background:rgba(248,132,77,.8);top:0
}
.bg-green:before{
	background:rgba(95,170,113,.8);top:0
}
.bg-white:before{
	background:rgba(255,255,255,0.80);top:0
}



































/* side menu
-------------------------------------------------- */
.menu #side_menu {
	float: right;
	margin: 0;
	padding: 0 ;
	width: 200px;
	/*260*/
	/*	height: 190px;*/
}

/* side menu left list
-------------------------------------------------- */
.menu #side_menu ul {
	float: right;
	padding : 0;
	margin: 0;
	margin-top: 20px;
	width: 195px;
	/*275*/
	height: 100%;
	list-style: none;
	/*	border-bottom: 1px solid #cccccc;*/
}
.menu #side_menu li {
	padding : 0;
	margin: 0;
	line-height: 1.3em;
	border-bottom: none;
	border-top: 1px dotted #666666;
}
.menu #side_menu li a {
	display: block;
	padding: 0;
	margin: 5px 2px;
	/*width: 280px;*/
	text-decoration: none;
	line-height: 1.5em;
	font-size: 1em;
}
div#side_menu img {
	/*icon size*/
	padding: 4px 6px 0 2px;
	margin: 5px;
	float: left;
	width: 25px;
	height: 25px;
}

/* region
-------------------------------------------------- */
#content dl dt.region {
	border: 2px solid #2498DB;
	color: #2498DB;
	padding: 0.5em;
	display: inline-block;
	margin: 0 0 0.5em;
	font-weight: bold;
}
span.huge {
	font-size: 200%;
}






/* icon slede 
-------------------------------------------------- */
.menu #side_menu li img {
	margin-left: 5px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.menu #side_menu li:hover img {
	margin-left: 0;
}
.t_petit {
	letter-spacing: 0.05em;
	font-size: 0.9em;
}
.t_petit2 {
	letter-spacing: 0.05em;
	font-size: 0.8em;
}







/* wordpress 諸処設定
---------------------------------------------------- */

#global_menu h2 {
	font-size: 110%;
	margin: 0.5em 0;
}
#global_menu h2:before {
	content: "";
}
div .date-published {
	text-align: right;
	line-height: 1.5;
	margin-top: -0.5em;
	margin-bottom: 0.5em;
}
#content nav > h2.screen-reader-text {
	display: none;
}
#content nav.navigation {
	display: block;
	padding: 10px;
	border: solid #ecf0f1 2px;
	background-color: #ecf0f1;
	min-height: 45px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#content nav.navigation .nav-previous {
	float: left;
}
#content nav.navigation .nav-next {
	float: right;
}
#primary .entry-content img {
	display: block;
	max-width: 100%;
	height: auto;
}
ul.wp_category_list {
}
ul.wp_category_list li a {
	display: inline-block;
	padding: 9px 17px;
	margin-bottom: 8px;
	min-width: 250px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	background-color: #3b536b;
	border-color: #374e64;
	-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;
}
ul.wp_category_list li a:hover {
	color: #fff;
	background-color: #293a4a;
	border-color: #222f3d;
}



/* 追加
---------------------------------------------------- */

#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;
}
#content h2 span {
	text-indent: 0em;
	padding-left: 0.5em;
}


.kan412 {
	font-family: kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
h2.kan412 {
	font-family: kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	vertical-align: middle;
}

/*h3 {
	font-size: 1.8em;
	color: #005b9f;
	line-height: 1.5em;
	border-bottom: solid 3px #E1E2E1;
}*/


h3 {
	font-family:'Montserrat', "見出ゴMB31", "Midashi Go MB31", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 1.8em;
	color: #005b9f;
	line-height: 1.5em;
	border-bottom: solid 1px #E1E2E1;
	font-weight: 600;
	margin: 0.3em 0 0.5em;
}
#content h4 {
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
	border-bottom: none;
	margin: 0.5em 0 0.5em;
}
/* ----------------------------------------
 * ひし形付きタイトル
 * ---------------------------------------- */
#content h4.list_rhombus{
	position: relative;
	font-weight: 700;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #42adc2;
	border-bottom: none;
	padding-left: 1.3em;
	padding-bottom: 0.4em;
	margin: 0.5em 0 0.5em;
}

#content h4.list_rhombus:before {
	content: "\025c7"; /* アイコンのunicode */
	position: absolute;
	left: 0em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
	top: -0.05em; /* アイコンの場所を変えたければ適宜変更 */
}
h7 {
	display: block;
	font-size: 1.1em;
	letter-spacing: 0.1rem;
	color: #0097cf;
	border-bottom: solid 3px rgba(0,151,207,0.30);
	position: relative;
	font-weight: 600;
	margin: 10px 0;
}
h7:before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #0097cf;
	bottom: -3px;
	width: 20%;
}
h8 {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	display: block;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	text-align: center;
	margin: 1em 0 1em;
}
h8 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 3em;
    padding: 0 0.5em;
    background-color: #fff;
    text-align: left;
}
h8::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

div.counter_content {
	counter-reset: titleNum;
}
section.counter {
	counter-increment: titleNum;
}
h9 {
	position: relative;
    font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
    border-bottom: #bebebe solid 1px;
    padding-bottom: 5px;
	display: block;
	padding: 0 0 .5em 2em;
}
h9::before {
  position: absolute;
  font-family: 'YakuHanJP',kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  top: 0;
  left: 0;
  content: counter(titleNum);
  width: 30px;
  height: 30px;
  line-height: 28px;
  background-color: #ffee00;
  border-radius: 100%;
  color: #0097cf;
  font-size: .9em;
  text-align: center;
}
@media (max-width: 768px) {
	#content h2 {
		padding: 0;
		padding-top: 6px;
		margin: 0.3em 0 0.5em;
		font-size: 160%;
		line-height: 1.0;
		color: #333333;
		text-indent: -1.8em;
		padding-left: 1.8em;
	}
	h3 {
		font-size: 130%;
		line-height: 1.3em;
	}
	#content h4 {
		letter-spacing: 0.05em;
		font-size: 1.1em;
	}
	h5.list-group-item-heading {
	}
	.menu-button,.menu-cart {
		top: 4px;
	}
}


#globalmenu h4 {
	padding: 0 5px 0;
}


/* アンカー位置 */
#container h4[id] {
	margin-top: -55px;
	padding-top: 55px;
}


h3.top {
	margin-top:0;
	padding-top:0;
}
h4 {
	font-size: 1.3em;
	margin-bottom: 20px;
	padding-bottom:0.2em;
	border-bottom: solid 2px #005b9f;
}

/*top panel 回避*/
#tiles h4 {
	border: none;
}
h5 {
	font-size: 1.1em;
	padding: 0.7em 0 0.7em 0.7em;
	border-bottom: solid 1px #ccc;
	border-left: 6px solid #005b9f;
}
#whatsnew h5 {
padding-bottom: 0;
}
.ic_list h5 {
	font-size:1em;
	padding-top:0;
}
/*h5.list-group-item-heading {
	font-size:1em;
	padding-top:0;
}
*/
h6 {
	font-size: 1.1em;
	color: #005b9f;
}
.top_space {
	margin-top: 30px;
}
.top_space10 {
	margin-top: 10px;
}
.top_space20 {
	margin-top: 20px;
}
.top_space30 {
	margin-top: 30px;
}
.top_space40 {
	margin-top: 40px;
}
.top_space50 {
	margin-top: 50px;
}
.page-header {
  padding-bottom: 5px;
  margin: 20px 0 19px;
  border-bottom: 1px solid #eee;
}
/*インデント*/
span.ind_01{
	display: block;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
span.ind_02{
	display: block;
	padding: 0 0 0 2em;
	text-indent: -2em;
}
span.ind_03{
	display: block;
	padding: 0 0 0 3em;
	text-indent: -3em;
}
span.ind_04{
	display: block;
	padding: 0 0 0 4em;
	text-indent: -4em;
}
span.ind_05{
	display: block;
	padding: 0 0 0 5em;
	text-indent: -5em;
}
span.ind_06{
	display: block;
	padding: 0 0 0 6em;
	text-indent: -6em;
}
span.rev_ind .btn {
	text-indent: 0;
}







/* -------------------------------------------------- *
 * サブページ TOP画像上の文字
 * -------------------------------------------------- */

.colorfilter-base {
	background-color: rgba(0,0,0,1.00); /* カラーフィルタ効果の色を指定 */
}
.colorfilter-image {
	opacity: 0.6; /* カラーフィルタ効果の度合いを指定(※) */
	display: block;
}
.bg-inner {
	text-align: center;
	position: absolute;
	width: 100%;
}
#example {
	position: relative;
	margin: auto;
}
#example img {
	width: 100%;
}
/* 480px以上で見たときは"p_lg"のclassがついた画像が表示される */
#example .p_lg { display: block !important; }
#example .p_xs { display: none !important; }

/* 480px以下で見たときは"p_xs"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
#example .p_lg { display: none !important; }
#example .p_xs { display: block !important; }
}

#example h3{
	display: block;
	font-family: vdl-v7marugothic,"游ゴシック体", YuGothic, "YuGothic M";
	font-weight: 500;
	font-style: normal;
	font-size: 2.3em;
	color: #fff;
	border-bottom: solid 0px #E1E2E1;
	line-height: 1.7em;
	text-shadow: 2px 2px 8px rgb(0 0 0 / 50%), -2px 2px 8px rgb(0 0 0 / 50%), 2px -2px 8px rgb(0 0 0 / 50%), -2px -2px 8px rgb(0 0 0 / 50%);
}
#example h4{
	/*position: absolute;
	top: -20%;
	left: 5%;*/
	
	position: relative;
	top: 0%;
	left: 2%;
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5em;
	text-shadow: 1px 1px 8px rgba(255,255,255,0.80);
	color: #0097cf;
	border-bottom: solid 0px #E1E2E1;
}

#example h4[id]{
margin-top: 0px;
padding-top: 0px;
}

@media (max-width: 400px){
#example h4 {
position: relative!important;
		top: 0%!important;
}
}
#example-in {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	margin: 0 auto;
	line-height: 1.7;
	padding: 20px 10px;
}

/* Opacity */
#example{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.box_green{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: solid 8px rgba(60,184,50,0.50);
	width: 50%;
	height: 60%;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.7;
}
@media (max-width: 768px) {
	#example h3 {
		font-size: 1.5em;
		color: #fff;
		border-bottom: solid 0px #E1E2E1;
		text-shadow: 2px 2px 8px rgb(0 0 0 / 50%), -2px 2px 8px rgb(0 0 0 / 50%), 2px -2px 8px rgb(0 0 0 / 50%), -2px -2px 8px rgb(0 0 0 / 50%);
	}
	#example h4 {
		font-size: 1.5em;
		color: #0097cf;
		border-bottom: solid 0px #E1E2E1;
	}
	#example p {
		color: #494949;
		font-size: 3vw;
	}
	#example-in {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		margin: 0 auto;
		line-height: 1.7;
		padding: 10px 10px;
	}
	.box_green {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border: solid 4px rgba(60,184,50,0.50);
		width: 60%;
		height: 60%;
		margin: 0 auto;
		font-size: 1rem;
		line-height: 1.7;
	}
}
/* 画像上に吹き出し文字
-------------------------------------------------- */

.topimg_fukidashi{
	position: absolute;
	top: 20%;
	right: 30%;
	padding: 1em 1em;
	background: url('/yamagata/home/images/fukidashiimg_1.svg');
	background-repeat: no-repeat;
	width: 420px;
	height: 250px;
	font-weight: 700;
	text-align: center;
	display: table;
}
.topimg_fukidashi p{
	font-family: "M PLUS 1p","游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 25px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media (max-width: 1200px) {
.topimg_fukidashi{
	top: 20%;
	right: 15%;
	padding: 1em 1em;
	width: 390px;
	height: 230px;
}
}
@media (max-width: 910px) {
.topimg_fukidashi{
	top: 20%;
	right: 10%;
	padding: 1em 1em;
	width: 390px;
	height: 230px;
}
}
@media (max-width: 768px) {
.topimg_fukidashi{
	top: 20%;
	right: 10%;
	width: 300px;
	height: 180px;
}
#example .topimg_fukidashi p{
	font-family: "M PLUS 1p","游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
}
@media (max-width: 580px) {
.topimg_fukidashi{
	top: 7%;
	right: 2%;
	width: 250px;
	height: 140px;
}
#example .topimg_fukidashi p{
	font-family: "M PLUS 1p","游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
}






















/* スマホでの表の表示切り替え
-------------------------------------------------- */

#content  .res_table table.tblFull {
	border-bottom: 1px solid #dcdcdc;
}
#content .res_table table.tblFull th {
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}
#content  .res_table table.tblFull td{
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
}
@media (max-width: 767px) {
	#content .res_table table.tblFull td, #content  .res_table table.tblFull th {
		padding: 8px 4px;
		line-height: 1.5;
		vertical-align: middle;
		text-align: left;
	}
	#content .res_table table.tblFull {
		border-bottom: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td {
		background-color: #FFFFFF;
		padding-left: 20px;
		padding-right: 20px;
	}
	#content .res_table table.tblFull td.title {
		background-color: #f4f4f4;
		border-bottom: 1px solid #dddddd;
		text-indent:-2em;
		padding-left:2em;
	}
	#content .res_table table.tblFull th.title {
		background-color: #f4f4f4;
		border-bottom: 1px solid #dddddd;
		text-indent:-2em;
		padding-left:2em;
	}
	#content table.tblFull th {
		border-top: 1px solid #dcdcdc; 
	}
	#content .res_table table.tblFull td {
		border-top: 0px solid #dcdcdc; 
	}
	#content table.tblFull td.td_bottom{
		border-bottom: 1px solid #dcdcdc; 
	}
	#content .res_table table.tblFull td.td_top{
		border-top: 1px solid #dcdcdc; 
	}
	#content .res_table table.tblFull tr.tr_top{
		border-top: 1px solid #dcdcdc; 
	}
	#content .res_table table.tblFull td.td_bottom_b{
		border-bottom: 3px solid #dcdcdc; 
	}
	.res_table {
		border-collapse: separate;
		border-spacing: 0  20px;
		margin:20px 5px;
	}
	.res_table thead {
		display: none;
	}
	.res_table tr {
		background-color: #f6f6f6;
	}
	.res_table td {
		border: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.res_table td.col-6 {
		float: left;
		width: 50%;
	}
	.res_table td.txt-right {
		text-align: right;
	}
	.res_table td:before {
		content: attr(data-title) " ";
	}
	.res_table th {
		border: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.res_table th.col-6 {
		float: left;
		width: 50%;
	}
	.res_table th.txt-right {
		text-align: right;
	}
	.res_table th:before {
		content: attr(data-title) " ";
	}
	.res_table .clear {
		clear: both;
	}
}






/* -------------------------------------------------- *
 * カラー追加
 * -------------------------------------------------- */

.darkblue, .darkblue a { color: #005b9f; }		/* ブルー系 */







/* -------------------------------------------------- *
 * header-nav
 * -------------------------------------------------- */

#content .container_nav ul li {
	line-height: 1.2;
}
#content .container_nav ul {
	margin: 0;
	margin-bottom: 0;
}
#content .container_nav ul {
	margin: 0;
	padding-left: 0;
}
.container_nav {
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px 15px;
}
.header-nav .container {
	padding: 10px 12px;
	margin: 0px auto;
}
.header-nav {
	color: #000;
	background-color: #fff;
	background: #e1f0fa;
}
.header-nav a:after {
	display: block;
	height: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	content: '';
}
.header-nav p.toppd{
	padding-top: 10px;
}
@media screen and (max-width: 480px){
	.content_full {
		margin: 0 -13px;
	}
	.header-nav p.title{
		font-size: 1em;
	}
}



/* -------------------------------------------------- *
 * 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;}



.color_change .btn-success {
  color: #fff;
  background-color: #000080!important;
  border-color: #000080!important;
	font-weight: 600;
}

.color_change .btn-success:hover {
  color: #fff;
  background-color: #3131B1!important;
  border-color: #3131B1!important;
}

.color_change .btn-success:focus, .color_change .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0,0,128,0.50);
}

.color_change .btn-success.disabled, .color_change .btn-success:disabled {
  color: #fff;
  background-color: #3131B1;
  border-color: #3131B1;
}

.color_change .btn-success:not(:disabled):not(.disabled):active, .color_change .btn-success:not(:disabled):not(.disabled).active,
.color_change .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0E0E50;
  border-color: #0E0E50;
}

.color_change .btn-success:not(:disabled):not(.disabled):active:focus, .color_change .btn-success:not(:disabled):not(.disabled).active:focus,
.color_change .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,0,128,0.50);
}



.color_change .btn-primary {
  color: #fff;
  background-color: #FF69B4;
  border-color: #FF69B4;
	font-weight: 600;
}

.color_change .btn-primary:hover {
  color: #fff;
  background-color: #F53294;
  border-color: #F53294;
}

.color_change .btn-primary:focus, .color_change .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255,105,180,0.50);
}

.color_change .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #FF69B4;
  border-color: #FF69B4;
}

.color_change .btn-primary:not(:disabled):not(.disabled):active, .color_change .btn-primary:not(:disabled):not(.disabled).active,
.color_change .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #F53294;
  border-color: #151e27;
}

.color_change .btn-primary:not(:disabled):not(.disabled):active:focus, .color_change .btn-primary:not(:disabled):not(.disabled).active:focus,
.color_change .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255,105,180,0.50);
}



.color_change .bg-primary {
  color: #fff;
  background-color: #F53294!important;
}


/* -------------------------------------------------- *
 * スマホでの表の表示切り替え3
 * -------------------------------------------------- */

#content table.table01 {
	width:100%;
	border-top:#217dbb solid 1px;
	border-right:#217dbb solid 1px;
	border-collapse: collapse;
}
#content table.table01 thead th {
	background:#217dbb;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
#content table.table01 thead th:last-child {
	border-right:#217dbb solid 0px;
}
#content table.table01 tbody th {
	background:#217dbb;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
#content table.table01 tbody tr:last-child th {
	border-bottom:#217dbb solid 0px;
}
#content table.table01 tbody td {
	background:#EFF7FC;
	padding:10px 15px;
	border-left:#217dbb solid 1px;
	border-bottom:#217dbb solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table01 tbody td.bottom_b {
	border-bottom:#217dbb solid 2px;
}

@media (max-width: 768px) {
	#content table.table01 {
		width:100%;
		border-top:#217dbb solid 1px;
		border-right:#217dbb solid 1px;
		border-collapse: collapse;
	}
	#content table.table01 thead th {
		font-size:0.8em;
		background:#217dbb;
		color:#FFF;
		padding:5px 5px;
		border-right:#FFF solid 1px;
		border-bottom:#FFF solid 1px;
	}
	#content table.table01 thead th:last-child {
		border-right:#217dbb solid 0px;
	}
	#content table.table01 tbody th {
		background:#217dbb;
		color:#FFF;
		padding:5px 5px;
		border-bottom:#FFF solid 1px;
		vertical-align:top;
	}
	#content table.table01 tbody tr:last-child th {
		border-bottom:#217dbb solid 0px;
	}
	#content table.table01 tbody td {
		font-size:0.8em;
		background:#EFF7FC;
		padding:5px 5px;
		border-left:#217dbb solid 1px;
		border-bottom:#217dbb solid 1px;
		display: table-cell;
		vertical-align: middle;
	}
}








/* -------------------------------------------------- *
 * テーブル背景
 * -------------------------------------------------- */

#content table.table01 tbody td.module-gray {
	background-color:#EEEEEE;
}
#content table.table01 tbody td.module-blue {
	background-color:#D2DEEF;
}
#content table.table01 tbody td.module-lightblue {
	background-color:#EAEFF7;
}
#content table.table01 tbody td.module-pink {
	background-color:#fae6ee;
}
#content table.table01 tbody td.module-white {
	background-color:#fff;
}
#content table.table01 tbody td.module-green {
	background-color:#d9eadd;
}
#content table.table01 tbody td.module-purple {
	background-color:#ecdeec;
}
#content table.table01 tbody td.module-yellow {
	background-color:#fce7bb;
}
#content table.table01 tbody td.module-orange {
	background-color:#fed2b0;
}









/* 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;
}
}







/* -------------------------------------------------- *
 * menu-button
 * -------------------------------------------------- */
 #global_header .menu-button{
	display: block;
}
.menu-button_wrap{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 55px;
	height: 65px;
	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: 22%;
}

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

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

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

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

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

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

.menu-button.active .menu-button_bar3 {
	transform: rotate(-0.59739816rad) translateY(-50%);
	top: calc(55% - 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: 10px;
	left: 0;
	text-align: center;
	font-size: 10px;
}

@media all and (max-width: 768px) {
.menu-button_wrap{
	position: absolute;
	right: 0px;
	top: 0px;
	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;
}
}

/*+++ 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);
}








/* -------------------------------------------------- *
 * card
 * -------------------------------------------------- */
.topthum-wrap{
	text-align: center;
	margin-bottom: 20px;
	border: 0px solid #f5f5f5;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.topthum-wrap.end{
	margin-bottom: 0px;
}
.topthum-wrap h4{
	font-size: 15px;
	text-transform: uppercase;
}
.topthum-wrap h4:hover{
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.topthum-wrap:hover .topthum-hover{
	opacity: 1;
	text-decoration: none;
}
.topthum-label{
	position: absolute;
	top:0;
	left: 0;
	padding: 4px 10px;
	text-transform: uppercase;
	font-size: 13px;
	color:#fff;
	background: #333;
}
.topthum-title {
	position: absolute;
	top: 0px;
	left: 0;
	width:100%;
	height: 100%;
	margin: 0 auto;
}
#content .topthum-title p{
	font-family: kan412typos-std, sans-serif;
	position: absolute;
	width:100%;
	top:0;
	left: 0;
	text-align: left;
	font-size: 1.7em;
	color:#FFFFFF;
	text-transform: uppercase;
	margin: 10px 0 0 20px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	line-height: 1.5;
}
.topthum-title_center {
	position: absolute;
	top: 40%;
	left: 0;
	width:100%;
}
.topthum-title_center.top5 {
	position: absolute;
	top: 5%;
	left: 0;
	width:100%;
}

.topthum-title_center.top20 {
	position: absolute;
	top: 20%;
	left: 0;
	width:100%;
}
#content .topthum-title_center p{
	font-family: kan412typos-std, sans-serif;
	position: absolute;
	width: 100%;
    text-align: center;
	font-size: 1.5em;
	color:#FFFFFF;
	text-transform: uppercase;
	line-height: 1.5;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.5), -2px 2px 8px rgba(0,0,0,0.5), 2px -2px 8px rgba(0,0,0,0.5), -2px -2px 8px rgba(0,0,0,0.5);
}
.topthum-subtitle {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	margin: 0 auto;
}
.topthum-subtitle p{
	position: absolute;
	width:100%;
	bottom:0;
	right: 0;
	text-align: right;
	font-size: 1.3em;
	font-weight: 600;
	color:rgba(255,255,255,1);
	text-transform: uppercase;
	margin: 0 10px 10px 0;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.topthum-hover{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-color:rgba(66,172,194,0.90);
	text-align: center;
	opacity: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.topthum-hover p{
	position: absolute;
	width:100%;
	top:45%;
	margin-top: -10px;
	text-align: center;
	font-size: 20px;
	color:#fff;
	text-transform: uppercase;
}
.topthum {
 display:flex;
 flex-wrap:wrap;
}
p.topthum_Ttl{
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	letter-spacing: 0.1em;
	font-size: 18px;
	line-height: 1.8;
	border-bottom: #bebebe solid 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: justify
}
.topthumTxt{
	font-size: 14px;
	line-height: 2;
	margin-bottom: 5px;
}
.topthumBottom{
	display: -webkit-flex;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	font-size: 12px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#content .topthumBottom a.link {
    text-decoration: none;
    color: #fff;
    background: #e63c96;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 7px;
	}
	
.topthumBottom:hover{
	opacity: 0.5;
}
@media (max-width: 991px) {
	.topthum-title {
		top: 5px;
	}
	#content .topthum-title p{
		font-size: 1.5em;
	}
	.topthum-subtitle p{
		font-size: 1em;
	}
	#content .topthum-title_center p{
	font-size: 1.2em;
}
}
@media (max-width: 768px) {
	.topthum-title {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		height: 100%;
		background-color: rgba(0,0,0,0.12);
		margin: 0 auto;
	}
	#content .topthum-title p{
		font-family: kan412typos-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
		position: absolute;
		width:100%;
		top:0;
		left: 0;
		text-align: left;
		font-size: 1.5em;
		color:rgba(255,255,255,1);
		text-transform: uppercase;
		margin: 10px 0 0 10px;
		text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	}
	#content .topthum-title_center p{
		font-family: kan412typos-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 1.5em;
		color:#FFFFFF;
		text-transform: uppercase;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.5), -2px 2px 8px rgba(0,0,0,0.5), 2px -2px 8px rgba(0,0,0,0.5), -2px -2px 8px rgba(0,0,0,0.5);
	}
	.topthum-subtitle {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		height: 100%;
		margin: 0 auto;
	}
	.topthum-subtitle p{
		position: absolute;
		width:100%;
		bottom:0;
		right: 0;
		text-align: right;
		font-size: 1.05em;
		font-weight: 600;
		color:rgba(255,255,255,1);
		text-transform: uppercase;
		margin: 0 10px 10px 0;
		text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	}
	p.topthum_Ttl{
		font-size: 16px;
		letter-spacing: 0.3px;
	}
}


@media (max-width: 575px) {
	#content .topthum-title_center p{
		font-family: kan412typos-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 1.5em;
		color:#FFFFFF;
		text-transform: uppercase;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.5), -2px 2px 8px rgba(0,0,0,0.5), 2px -2px 8px rgba(0,0,0,0.5), -2px -2px 8px rgba(0,0,0,0.5);
	}
}


/* -------------------------------------------------- *
 * card caption
 * -------------------------------------------------- */
.btn-dark {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	background-color: #ffee00;
	border-color: #ffee00;
	color: #0097cf;
	display: block;
	width: 100%;
	line-height: 1.5;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	border-width: 2px;
	border-radius: 0;
	/*text-transform: uppercase;*/
	font-weight: 500;
	font-size: 13px;
	padding: 10px 25px 10px 10px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-bottom: 20px;
	margin-top: -25px;
}

span.btn-dark {
	position: relative;
}
span.btn-dark:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	font-weight: 600;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
span.btn-dark:hover {
	background-color: #ffe317;
	color: #0097cf;
}









/* ----------------------------------------
 * accordionの追加
 * ---------------------------------------- */

.calender_comment {
	margin-bottom: 0;
	margin-top: -1px;
	padding: 15px 10px;
}
.calender_list {
	font-weight: bold;
	margin-top: -1px;
	text-indent: -2.2em;
	padding: 15px 60px 20px 3.2em;
}
.calender_list:before {
	content: "\f044";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #3498DB;
	margin-right: 0.5em;
	font-size: 1.5em;
}
a.list-group-item.calender_list:hover {
	background-color: #E1F0FA;
}
@media only screen and (max-width: 768px) {
	.calender_list {
	font-weight: bold;
	margin-top: -1px;
	text-indent: -2.7em;
	padding: 10px 40px 10px 3.5em;
	}
}








/* ----------------------------------------
 * イベントレイアウト
 * ---------------------------------------- */
.eventdate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin: 15px 0;
	border-bottom: #bebebe solid 1px;
	padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
.eventdate {
	font-size: 16px;
}
}
@media only screen and (max-width: 768px) {
.eventdate {
	font-size: 17px;
}
}
.eventthumtxt {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 15px;
}












/* ----------------------------------------
 * コンテンツ内タイトル
 * ---------------------------------------- */
.title-wrap{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px auto 20px;
	background: #ffee00;
	width: 100%;
}

.titleimag-wrap{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 40px auto 20px;
}

/* 重ねる文字の基本設定 */
.layer-txt{
	font-family: 'YakuHanJP',kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color: #0097cf;
	letter-spacing: 0.2rem;
	margin: 5px 10px;
}
.layer-imgtxt{
	font-family: 'YakuHanJP',kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color: #0097cf;
	letter-spacing: 0.2rem;
	position: absolute;
	top: 10%;
	left: 3%;
}
.layer-txt2{
	color: #0097cf;
	letter-spacing: 0.2rem;
	position: absolute;
	top: 50%;
	left: 3%;
}

/* SP向けの設定 */
@media screen and (max-width: 600px) {
	.title-wrap{
	}
	.layer-txt{
		letter-spacing: 0.1em;
		font-size: 1.1em;
		font-weight: 600;
		top: 20%;
	}
	.layer-imgtxt{
		font-size: 1.8rem;
		font-weight: 600;
		top: 10%;
	}
	.layer-txt2{
		font-size: 1rem;
		font-weight: 600;
		top: 60%;
	}
}

/* PC向けの設定 */
@media screen and (min-width: 601px) {
	.layer-txt{
	font-size: 1.2em;
	font-weight: 600;
	}
	.layer-imgtxt{
	font-size: 2.4rem;
	font-weight: 600;
	}
	.layer-txt2{
	font-family: kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	}
}







/* ----------------------------------------
 * ボタンの追加
 * ---------------------------------------- */

#content a.link_aqua {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
    text-decoration: none;
    color: #fff;
    background: #42adc2;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 7px;
	margin: 5px;
		-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);
	}
#content a.link_aqua.non {
    opacity: 0.5;
	}
#content a.link_aqua:hover{
	opacity: 0.5;
}

/* 続きを読むボタン */
#content a.btn_readmore{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	display: inline-block;
	padding: 8px 0 7px;
	margin: 15px 0;
	color:rgba(66,172,194,0.90);
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:transparent;
	border:1px solid rgba(66,172,194,0.90);
	font-size: 14px;
}


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

/* back to home */
#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;
}






/* ----------------------------------------
 * 文字付囲み枠
 * ---------------------------------------- */

.box03 {
    position: relative;
    padding: 1em 1em 1em;
    border: solid 3px #e63c96;
    border-radius: 8px;
    margin: 10px 0;
	height: 90%;
}
.box03.topmg0 {
		margin: 0 0;
		padding: 0.5em;
	}
.box03 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 5px;
    line-height: 1;
    font-size: 16px;
	font-weight: bold;
    background: #FFF;
    color: #e63c96;
	margin: 0 10px;
}
.box03 p {
    margin: 0; 
    padding: 0;
}
@media (max-width: 768px) {
	.box03 {
		position: relative;
		padding: 0.5em;
		border: solid 3px #e63c96;
		border-radius: 8px;
		margin: 20px 0;
	}
	.box03.topmg0 {
		position: relative;
		padding: 0.5em;
		border: solid 3px #e63c96;
		border-radius: 8px;
		margin: 0 0;
	}
	.box03 .box-title {
		position: absolute;
		display: inline-block;
		top: -13px;
		left: 5px;
		padding: 0 2px;
		margin: 0 5px;
		line-height: 1.5;
		font-size: 16px;
		background: #FFF;
		color: #e63c96;
		font-weight: bold;
	}
}
.box04 {
	border: 2px solid #0094D6;
	border-radius: 5px;
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#content .box04 p.box-title {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: -1em;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
#content .box04 p.box-title span {
	padding: 0 .5em;
	background: #FFF;
	color: #0094D6;
}
.box04 .inner {
	padding: 1em .5em .5em;
}
@media (max-width: 768px) {
#content .box04 p.box-title {
	font-size: 1em;
}
}

/* -------------------------------------------------- *
 * インデント追加
 * -------------------------------------------------- */
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_02 {					/* spanブロック化 */
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}
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;
}



/* ----------------------------------------
 * 矢印
 * ---------------------------------------- */
.down_yajirushi{
  margin: 30px auto -5px;
  position: relative;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #0097cf;
}

.down_yajirushi:after{
  position: absolute;
  content: '';
  top: -39px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #0097cf;
}






/* bootstrap 機能拡張 */
.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;
}


/** 00. CHARACTOR
 **************************************************************** **/
.daytimedate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	margin: 5px 0;
}
.wf-Playfair{
font-family: 'Playfair Display',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

.yakuhanjp {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
}


/** 00. under line
 **************************************************************** **/
.under {
	border-bottom: solid 3px #87CEFA;
}
.under.blueline {
	border-bottom: solid 3px #87CEFA;
}
.under.redline {
	border-bottom: solid 3px #e74c3c;
}
.under.pinkline {
	border-bottom: solid 3px #E63C97;
}
.under.grayline {
	border-bottom: solid 3px #5D5D5D;
}



/* web font
---------------------------------------------------- */

.wf-roundedmplus1c { 
	font-family: 'YakuHanJP' ,"M PLUS Rounded 1c", "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}





/* -------------------------------------------------- *
 * card関連
 * -------------------------------------------------- */

#pickup .card {
	background-color: #F0E68C;
	border: 0px solid #ddd;
	border-radius: 0px;
}
#pickup a.card{
	color: #333;
}
#pickup a.card h4 {
	font-size: 15px;
	color: #333;
	border-bottom: solid 0px #005b9f;
	margin-bottom: 10px;
}
#pickup a.card:hover,
#pickup a.card:focus,
#pickup a.card.active {
	color: #333;

	border-color: #E1D353;
	background-color: #E1D353;
}

@media (max-width: 768px) {
#pickup a.card h4 {
	font-size: 11px;
	color: inherit;
	border-bottom: solid 0px #005b9f;
	margin-bottom: 10px;
}
#pickup a .bg-default.label-outline {
	font-size:11px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #34AEC1;
	border-radius: 1em;
}
}

/*サムネイル内のラベルレイアウト*/
#pickup a .bg-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff!important;
	border: solid 0px #666666!important;
	color: #333!important;
	border-radius: 1em;
	margin: 15px;
	white-space: normal;
}
#pickup a.card:hover > div > h4 > .bg-default.label-outline ,
#pickup a.card:focus > div > h4 > .bg-default.label-outline,
#pickup a.card.active > div > h4 > .bg-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #34AEC1!important;
	border: solid 0px #666666!important;
	color: #fff!important;
}
@media (max-width: 768px) {
#pickup a.card h4 {
	font-size: 11px;
	color: inherit;
	border-bottom: solid 0px #005b9f;
	margin-bottom: 10px;
}
#pickup a .label-bg.label-outline {
	font-size:11px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #34AEC1;
	border-radius: 1em;
}
}


/* ----------------------------------------
 * 丸数字のリスト
 * ---------------------------------------- */

ol.list_marusuuji {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list_marusuuji {
	counter-reset: my-counter;
}
.list_marusuuji > li {
	position: relative;
	padding-left: 20px;
}
.list_marusuuji > li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid #333;
	display: block;
	float: left;
	line-height: 1.5;
	text-align: center;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	font-size: 10px;
	color: #333;
	margin: 6px 3px 0 0;
	position: absolute;
	left: 0;
}





/* -------------------------------------------------- *
 * インデント追加
 * -------------------------------------------------- */
.ind_005, span.ind_005 {					/* spanブロック化 */
	display: block;
	padding-left: 0.5em;
	text-indent: -0.5em;
}
.ind_01,span.ind_01 {					/* spanブロック化 */
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.ind_02,span.ind_02 {					/* spanブロック化 */
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}
.ind_03,span.ind_03 {					/* spanブロック化 */
	display: block;
	padding-left: 3em;
	text-indent: -3em;
}
.ind_04,span.ind_04 {					/* spanブロック化 */
	display: block;
	padding-left: 4em;
	text-indent: -4em;
}
.ind_05,span.ind_05 {					/* spanブロック化 */
	display: block;
	padding-left: 5em;
	text-indent: -5em;
}
.ind_06,span.ind_06 {					/* spanブロック化 */
	display: block;
	padding-left: 6em;
	text-indent: -6em;
}
.ind_07,span.ind_07 {					/* spanブロック化 */
	display: block;
	padding-left: 7em;
	text-indent: -7em;
}


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

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

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



/* -------------------------------------------------- *
 * 商品に見立てた枠
 * -------------------------------------------------- */
.triangle {
	background: #fafafa;
	width: 150px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* ラベル部分 左上に表示 */
.triangle::before {
	content: "";
	top: -2px;
	left: -2px;
	border-bottom: 4em solid transparent;
	border-left: 4em solid #c12748; /* ラベルの色はここで変更 */
	position: absolute;
	z-index: 9;
}
.triangle::after {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
	content: "PDF";
	display: block;
	top: 5px;
	color: #fff; /* 文字色はここで変更 */
	left: 3px;
	position: absolute;
	z-index: 101;
}




/** 01. top_button
 **************************************************************** **/
 

#content2 .top_button ul {
	display: -webkit-box;
	display: -moz-box;
	display: flexbox;
	display: flex;
	margin: 0;
	padding: 10px 0 5px;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
}
#content2 .top_button a, #content2 .top_button a:link, #content2 .top_button a:visited {
	text-decoration: none;
}
#content2 .top_button a:hover{
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#content2 .top_button li {
	display: inline-block;
	text-decoration: none;
	color: #000000;
	padding: 5px 3px;
	text-align: center;
	width: 25%;
	-webkit-box-flex: initial;
	-moz-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}
@media screen and (max-width: 991px){
	#content2 .top_button li {
		width: 33%;
	}
}
@media screen and (max-width: 768px){
	#content2 .top_button li {
		width: 50%;
	}
}
@media screen and (min-width: 481px){
	#content2 .top_button ul {
		display: none;
	}
}
@media screen and (max-width: 480px){
	#content2 .top_button li {
		/*width: 14.2%;*/
		width: auto;
	}
}
#content2 .top_button li a {
	position: relative;
	display: block;
	text-align: center;
	border: 3px solid #3498db;
	padding:2px 5px 12px 5px;
	margin: 0 5px;
	box-sizing: border-box;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-tap-highlight-color: transparent;
	transition: 0s ease-out;
	color: #232323;
	background-color: #fff;
}
#content2 .top_button li a .wrap{
  position:absolute;
  top:40%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
}
#content2 .top_button li a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	color: #3498db;
	font-weight: 600;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
#content2 .top_button li a:hover {
	background-color: rgba(52,152,219,0.20);
	border: 3px solid #3498db;
}
#content2 .top_button li a .user_icon:before {
	position:relative;
	top: 8px;
	right: 3px;
	content: url(/yamagata/images/icon/01_user.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
}
#content2 .top_button li a .user2_icon:before {
	position:relative;
	top: 8px;
	right: 3px;
	content: url(/yamagata/images/icon/05_user.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
}

#content2 .top_button li a .presen_icon:before {
	position:relative;
	top: 8px;
	right: 3px;
	content: url(/yamagata/images/icon/02_presen.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
}

#content2 .top_button li a .memo_icon{
	left: -10px;
	position: relative;
}

#content2 .top_button li a .memo_icon:before {
	position:relative;
	top: 8px;
	right: 3px;
	content: url(/yamagata/images/icon/04_memo.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
}


#content2 .top_button li a .document_icon:before {
	position:relative;
	top: 8px;
	right: 3px;
	content: url(/yamagata/images/icon/01_document.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
}

@media screen and (max-width: 768px){
#content2 .top_button li a .memo_icon{
	left: 0px;
	position: relative;
}

#content2 .top_button li {
	padding-top: 5px;
	margin-top: 0;
}


#content2 .top_button li a .wrap{
  position:relative;
	top:50%;
	  transform:translate(-50%,-50%);
  width:100%;
}
}

#content2 .top_button li a .house_icon:before {
	position:relative;
	top: 8px;
	right: 3px;
	content: url(/yamagata/images/icon/06_house.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
}

#content2 .top_button li a .cart_icon:before {
	position:relative;
	top: 8px;
	right: 3px;
	content: url(/yamagata/images/icon/08_cart.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
}

#content2 .top_button li a .document_icon:before {
	position:relative;
	top: 8px;
	right: 3px;
	content: url(/yamagata/images/icon/01_document.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
}


#content2 .top_button li a:hover:before{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content2 .top_button li a:active:before{
	top: 7px;
	reft: -7px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
@media (max-width: 480px) {
	#content2 .top_button ul{
		position: fixed;
		width: 100%;
		bottom:0px;
		left: 0;
		padding: 0px 0 0px;
		z-index: 101;
		background-color: rgba(255,255,255,0.80);
		box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	}
	#content2 .top_button li {
		margin: 3px auto;
	}
	#content2 .top_button li a {
		position: relative;
		border: 0px solid #232323;
		padding:0;
		margin: auto;
		box-sizing: border-box;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none;
		color: #232323;
		text-align: center;
		line-height: 1.2;
		font-size: 9px;
		background-color: rgba(255,255,255,0.00);
		z-index: 1001;
	}


	#content2 .top_button li a:after {
		display: none;
	}
	#content2 .top_button li a:hover {
		background-color: rgba(255,255,255,0.80);
		border: 0px solid #3498db;
	}
	#content2 .top_button li a .user_icon:before {
		position:relative;
		margin: 0 auto 3px;
		top: 0px;
		right: 0px;
		content: url("/yamagata/images/icon/01_user.svg");
		display: block;
		width: 35px;
		height: 35px;
	}
		#content2 .top_button li a .user2_icon:before {
		position:relative;
		margin: 0 auto 3px;
		top: 0px;
		right: 0px;
		content: url("/yamagata/images/icon/05_user.svg");
		display: block;
		width: 35px;
		height: 35px;
	}
	#content2 .top_button li a .presen_icon:before {
		position:relative;
		margin: 0 auto 3px;
		top: 0px;
		right: 0px;
		content: url(/yamagata/images/icon/02_presen.svg);
		display: block;
		width: 35px;
		height: 35px;
	}
	#content2 .top_button li a .memo_icon:before {
		position:relative;
		margin: 0 auto 3px;
		top: 0px;
		right: 0px;
		content: url(/yamagata/images/icon/04_memo.svg);
		display: block;
		width: 35px;
		height: 35px;
	}

	#content2 .top_button li a .house_icon:before {
		position:relative;
		margin: 0 auto 3px;
		top: 0px;
		right: 0px;
		content: url(/yamagata/images/icon/06_house.svg);
		display: block;
		width: 35px;
		height: 35px;
	}
	
		#content2 .top_button li a .cart_icon:before {
		position:relative;
		margin: 0 auto 3px;
		top: 0px;
		right: 0px;
		content: url(/yamagata/images/icon/08_cart.svg);
		display: block;
		width: 35px;
		height: 35px;
	}
		#content2 .top_button li a .document_icon:before {
		position:relative;
		margin: 0 auto 3px;
		top: 0px;
		right: 0px;
		content: url(/yamagata/images/icon/01_document.svg);
		display: block;
		width: 35px;
		height: 35px;
	}


}







/* -------------------------------------------------- *
* ドロワーメニュー
 * -------------------------------------------------- */
#overheader {
	display: block;
}
#overheader .flexnav li a {
    background-color: #ffffff;
}
#overheader .flexnav li a {
/*  background-color: #E62D8B; */
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
}







nav.globalnav > .globalnav_bg a {
	background-image: url(/yamagata/images/common/logo_newlife@2x.svg);
}

@media (max-width: 350px) {
nav.globalnav > .globalnav_bg a {
	width: 250px;
}
}



/* -------------------------------------------------- *
 * パネルにラベル
 * -------------------------------------------------- */
.cp_ribbon02 {
	height: 85px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -6px;
	/*width: 204px;*/
}


.cp_ribbon02 .cp_ribbon {
	background-color: #FF9800;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	font-size: 1em;
	left: -38px;
	letter-spacing: 0.5px;
	line-height: 1.2em;
	padding: 6px 10px 6px 0px;
	position: relative;
	text-align: center;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 153px;
}


.cp_ribbon02 .cp_ribbon::before,
.cp_ribbon02 .cp_ribbon::after {
	bottom: -5px;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #EF6C00 transparent transparent transparent;
	content: '';
	position: absolute;
}


.cp_ribbon02 .cp_ribbon::before {
	left: 8px;
}


.cp_ribbon02 .cp_ribbon::after {
	right: 24px;
}

