@charset "UTF-8";

/* TOP PAGE
---------------------------------------------------- */


.btn {
	white-space: normal;
}

#content a {
	text-decoration: none;
}

#container.container {
	padding-top: 42px;
}
#container .fullview {

	margin-top: -42px;
}

@media (max-width: 768px) {
	#container .fullview {
		position: relative;
		margin-top: -42px;
	}
}

#breadcrumb {
	display: none;
}



/* row関連 */
.row {
	margin-right: -4px;
	margin-left: -4px;
}

.row::before, .row::after {
	display: table;
	content: " ";
}

.row::after {
	clear: both;
}

.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 4px;
	padding-left: 4px;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
@media (max-width: 768px) {
.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
}

/* thumbnail関連 */
.thumbnail .caption {
	padding: 4px 8px;
	text-align: left;
	color: #333;
}

.thumbnail .caption h4 {
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.thumbnail h4 {
	font-size: 15.5px;
	font-weight: 500;
}

#content a.thumbnail p {
	font-size: 13px;
	line-height: 1.5;
}

#content a.thumbnail li {
	line-height: 1.5;
	font-size: 13px;
}

@media (max-width: 768px) {
	a.thumbnail h4 {
		font-size: 13.5px;
	}
	#content a.thumbnail p {
		font-size: 12px;
		line-height: 1.5;
	}
	#content a.thumbnail li {
		line-height: 1.5;
		font-size: 12px;
	}
	.thumbnail .caption {
		padding: 4px 6px;
		text-align: left;
		color: #333;
	}
}


.sns_menu .btn {
	height: 55px;
	white-space: normal;
	padding: 5px 17px;
}

.sns_menu {
	display: table;
	width: 100%;
}

.sns_menu .row_center {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.sns_menu .btn {
		height: 40px;
		white-space: normal;
	}
}

#banner-middle > .row {
	margin-left: -4px !important;
	margin-right: -4px !important;
}

#banner-middle > .row .col-sm-6 {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

#content .tiles-toggle {
	margin-bottom: 0px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

#content .tiles-toggle > a {
	/*border: 1px solid #aaa;*/
	display: block;
	padding: 10px 10px;
	text-decoration: none;
}

#content .tiles-toggle > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: "\f068";
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: 0.7em;
	width: 22px;
}

#content .tiles-toggle > a.collapsed:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: "\f067";
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: 0.7em;
	width: 22px;
}


/* -------------------------------------------------- *
 * accordion menu
 * -------------------------------------------------- */
#toggle-freshman,#toggle-event,#toggle-exam,.toggle {
	color: #fff;
	font-size:1.3em;
}

a.toggle {
	color: #fff;
}

.tiles-toggle i {
	font-size: 1.5em;
}

/*ブルー*/
#toggle-exam {
	background-color: #56b2cf;
}

/*ピンク*/
#toggle-freshman {
	background-color: #da598d;
}

/*グリーン*/
#toggle-event {
	background-color: #56b550;
}

/*パープル*/
#toggle-purple {
	background-color: #d871cc;
}

/*オレンジ*/
#toggle-orange {
	background-color: #FC9327;
	color: #fff;
}

@media (max-width: 768px) {
	#toggle-freshman,#toggle-event,#toggle-exam,.toggle {
		font-size: 1.1em;
	}
	
	.tiles-toggle i {
		 padding-right: 5px;
	}
}

/*オコーディオン内のラベルレイアウト*/
.tiles-toggle #toggle-exam .label-default.label-outline {
	font-size: 13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #56b2cf;
}

.tiles-toggle #toggle-freshman .label-default.label-outline {
	font-size: 13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #da598d;
}

.tiles-toggle #toggle-event .label-default.label-outline {
	font-size: 13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #56b550;
}


/* -------------------------------------------------- *
 * topボタン関係
 * -------------------------------------------------- */
.topmenu {
	padding: 0 3px;
	margin-bottom: 12px;
}

.topmenu .btn {
	font-size: 2em;
	padding: 10px 5px;
	box-shadow: none;
	line-height: 1.2;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

.topmenu .btn.noflex {
	font-size: 1.5em;
	display: inline-block;
	padding: 5px 5px;
	line-height: 1;
}

.topmenu .btn.noflex.pd_15 {
	font-size: 1.5em;
	display: inline-block;
	padding: 15px 5px;
	line-height: 1.2;
}
.topmenu .btn.noflex.pd_20 {
font-size: 1.5em;
	display: inline-block;
	padding: 20px 5px;
	line-height: 1.2;
}

.topmenu .label {
	padding: 0.05em 1em;
	line-height: 1.5;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

p.topmenu span.label.label-outline {
	line-height: 1.5;
}

@media (max-width: 768px) {
	.topmenu .btn {
		font-size: 1.3em;
		padding: 6px 5px;
		box-shadow: none;
	}
	.topmenu .btn.noflex {
	font-size: 1em;
	display: inline-block;
	padding: 5px 5px;
	line-height: 1.2;
}
.topmenu .btn.noflex.pd_20 {
font-size: 1.2em;
	display: inline-block;
	padding: 20px 5px;
	line-height: 1.2;
}
}

/******************ボーダーボタン apua*******************/
.topmenu .btn.btn-aqua.btn-square {
	background: repeating-linear-gradient(to top, #62CFEE, #27A7CB, #32ACCE 4px, #75CCE4 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #27A7CB;
}

.topmenu .btn.btn-aqua.btn-square:hover,.topmenu .btn.btn-aqua.btn-square:active,.topmenu .btn.btn-aqua.btn-square:focus {
	background: repeating-linear-gradient(to top, #2FA6CB, #197f9e, #197f9e 4px, #32A0C2 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #197f9e;
	outline-offset: 0px;
}

/******************ボーダーボタン orange*******************/
.topmenu .btn.btn-orange.btn-square {
	background: repeating-linear-gradient(to top, #FBBE76, #FA9A28, #FFA52A 4px, #E7B661 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #FFA52A;
}

.topmenu .btn.btn-orange.btn-square:hover,.btn.btn-orange.btn-square:active,.topmenu .btn.btn-orange.btn-square:focus {
	background: repeating-linear-gradient(to top, #F9B168, #FC9327, #E97A1B 4px, #fba64f 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #FC9327;
	outline-offset: 0px;
}

/******************ボーダーボタン pink*******************/
.topmenu .btn.btn-pink.btn-square {
	background: repeating-linear-gradient(to top, #f95c5f, #f96366, #f9777a 4px, #f95c5f 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #f97a7c;
}

.topmenu .btn.btn-pink.btn-square:hover,.topmenu .btn.btn-pink.btn-square:active,.topmenu .btn.btn-pink.btn-square:focus {
	background: repeating-linear-gradient(to top, #f94d50, #f94d50, #FA676B 4px, #f94d50 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #f94d50;
	outline-offset: 0px;
}

/******************ボーダーボタン pink2*******************/
.topmenu .btn.btn-pink2.btn-square {
	background: repeating-linear-gradient(to top, #e95383, #E35381, #F5709B 4px, #E95383 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #e95383;
}

.topmenu .btn.btn-pink2.btn-square:hover,.topmenu .btn.btn-pink2.btn-square:active,.topmenu .btn.btn-pink2.btn-square:focus {
	background: repeating-linear-gradient(to top, #E14174, #DD4475, #F05D8D 4px, #E14174 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #E14174;
	outline-offset: 0px;
}


/******************ボーダーボタン green*******************/
.topmenu .btn.btn-green.btn-square {
	background: repeating-linear-gradient(to top, #56b550, #64C15E, #8CC689 4px, #56b550 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #56b550;
}

.topmenu .btn.btn-green.btn-square:hover,.topmenu .btn.btn-green.btn-square:active,.topmenu .btn.btn-green.btn-square:focus {
	background: repeating-linear-gradient(to top, #4D9D48, #4D9D48, #66BC60 4px, #4D9D48 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #4C9F46;
	outline-offset: 0px;
}

/******************ボーダーボタン purple*******************/
.topmenu .btn.btn-purple.btn-square {
	background: repeating-linear-gradient(to top, #6c4687, #6c4687, #a67bc4 4px, #6c4687 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #7d6191;
}

.topmenu .btn.btn-purple.btn-square:hover,.topmenu .btn.btn-purple.btn-square:active,.topmenu .btn.btn-purple.btn-square:focus {
	background: repeating-linear-gradient(to top, #60397b, #60397b, #795b8f 4px, #60397b 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #60397b;
	outline-offset: 0px;
}

/******************ボーダーボタン内のラベル*******************/
.topmenu .label-default.label-outline {
	background-color: #fff;
	border: solid 0px #666666;
}

/* apua */
.topmenu .btn-aqua .label-default.label-outline {
	color: #27A7CB;
}

/* orange */
.topmenu .btn-orange .label-default.label-outline {
	color: #FC9327;
}

/* pink */
.topmenu .btn-pink .label-default.label-outline {
	color: #f94d50;
}

/* pink2 */
.topmenu .btn-pink2 .label-default.label-outline {
	color: #E14174;
}

/* green */
.topmenu .btn-green .label-default.label-outline {
	color: #56b550;
}

/* purple */
.topmenu .btn-purple .label-default.label-outline {
	color: #6c4687;
}


.topmenu .label-default[href]:hover, .topmenu .label-default[href]:focus {
	color: #fff;
}



p.topmenu span.label.label-outline {
    display: inline-block;
		line-height: 1.2;
		padding: 0.2em 0.5em;
}



.module-pink2 {
    background-color: #ef86a5;
}


/* -------------------------------------------------- *
 * card
 * -------------------------------------------------- */
.topthum-wrap{
	text-align: center;
	margin-bottom: 20px;
	border: 0px solid #f5f5f5;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	    height: 80px;
}


.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: 30%;
	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-wrap{
	    height: 50px;
}
	.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{
		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{
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 1.2em;
		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.2em;
		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);
	}
}


.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
}


.caption_02 {
position: absolute;
left: -5px;
top:-5px;
}




/* -------------------------------------------------- *
 * header
 * -------------------------------------------------- */
#global_header.rltv #header {
	background: #fff;
}

#global_header {
	background-color: transparent;
}

#header h1 {				/* ヘッダー画像貼り替え */
	background-image: url(/akita/images/common/logo_newlife-light@2x.svg);
}

#global_header.header-shadow #header h1,#global_header.rltv #header h1 {        /* ヘッダー画像貼り替え */
	background-image: url(/akita/images/common/logo_newlife@2x.svg);
}

#global_header .menu-button, #global_header .menu-cart {
	color:#FFFFFF;
}

#global_header #header ul.m-header a {
	color: #FFFFFF;
}

#global_header.header-shadow #header ul.m-header a,#global_header.rltv #header ul.m-header a {
	color: #42adc2;
}

@media (max-width: 768px) {
	#header {
		overflow: hidden;
	}
	
	#global_header #header h1 {				/* ヘッダー画像貼り替え */
		background: url(/akita/images/common/logo_newlife-light@2x.svg?210521) no-repeat 0 0;
		width: 250px;
		height:30px;
	}
	
	#global_header.header-shadow #header h1,#global_header.rltv #header h1 {        /* ヘッダー画像貼り替え */
		background-image: url(/akita/images/common/logo_newlife@2x.svg?210521);
	}
}

#global_header.header-shadow .head_bar { 				/* ヘッダーバー */
	    color: #333;
}


.head_bar { 				/* ヘッダーバー */
	    color: #fff;
}



/* -------------------------------------------------- *
 * flexslider
 * -------------------------------------------------- */
.flexslider {
	border: 0;
	margin: 0;
	z-index: 9;
}

.flexslider .slides {
	height: 100%!important;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	overflow: hidden;
}

.flexslider .slides li {
	height: 100%!important;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}

.flexslider .slides_btn {
	position: absolute;
	z-index: 10;
	width: 80%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -60%;
}

.flex-direction-nav a {
	text-shadow: none;
	line-height: 60px;
	color: #fff;
	width: 30px;
	height: 60px;
	margin: -30px 0 0;
	opacity: .8;
}

.flex-direction-nav a:hover {
	opacity: 1;
}

.flex-direction-nav a::before {
	font-family: linea-arrows-10!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: none;
	color: #fff;
}

.demo-preview h4,.feature-link,
.inner-nav .sub-menu li a,
.module-page-title .h5,
.module-title h2,.special-heading,
.testimonials-card-author h4 {
	text-transform: uppercase;
}

.flex-direction-nav a.flex-next::before {
	content: "\e04b";
}

.flex-direction-nav a.flex-prev::before {
	content: "\e03f";
}

.flex-direction-nav .flex-prev {
	left: 45px;
}

.flex-direction-nav .flex-next {
	right: 45px;
}

.dark-nav .flex-direction-nav a::before {
	color: #313131;
}

.slide-background {
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	z-index: -1;
}

.flexslider .container,
.full-height .container,
.module-slides .container {
	display: table;
	height: 100%;
	width: 90%;
	padding: 0;
}

.flexslider .container>.row,
.full-height .container>.row,
.module-slides .container>.row {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.flexslider .container,.full-height .container,
.module-header .container,
.module-slides .container {
	position: relative;
	z-index: 2;
}

.flexslider .container>.row>[class*=col-]>:last-child,
.module-header .container>.row>[class*=col-]>:last-child,
.module-slides .container>.row>[class*=col-]>:last-child {
	margin-bottom: 0;
}

.flexslider .btn,
.module-header .btn,
.module-slides .btn {
	margin: 3px;
}

.flexslider h1,
.flexslider h2,
.flexslider h3,
.flexslider h4,
.flexslider h5,
.flexslider h6,
.module-header h1,
.module-header h2,
.module-header h3,
.module-header h4,
.module-header h5,
.module-header h6,
.module-slides h1,
.module-slides h2,
.module-slides h3,
.module-slides h4,
.module-slides h5,
.module-slides h6 {
	color: #313131;
	margin: 0;
}

.flexslider p,
.module-header p,
.module-slides p {
	font-size: 20px;
	margin: 0;
}

.flexslider h1.h1,
.module-header h1.h1,
.module-slides h1.h1 {
	font-size: 70px;
}

.flexslider h1.h2,
.module-header h1.h2,
.module-slides h1.h2 {
	font-size: 54px;
}

.flexslider h1.h3,
.module-header h1.h3,
.module-slides h1.h3 {
	font-size: 48px;
}

.flexslider h1.h4,
.module-header h1.h4,
.module-slides h1.h4 {
	font-size: 32px;
}

.flexslider h1.h5,
.module-header h1.h5,
.module-slides h1.h5 {
	font-size: 18px;
}

.flexslider h1.h6,
.module-header h1.h6,
.module-slides h1.h6 {
	letter-spacing: 1px;
	margin-right: -1px;
	font-size: 14px;
}

@media (max-width:568px) {
	.flexslider h1.h1,
	.module-header h1.h1,
	.module-slides h1.h1 {
		font-size: 39px;
		font-weight: 900;
	}
	
	.flexslider h1.h2,
	.module-header h1.h2,
	.module-slides h1.h2 {
		font-size: 27px;
	}
	
	.flexslider h1.h3,
	.module-header h1.h3,
	.module-slides h1.h3 {
		font-size: 24px;
	}
	
	.flexslider h1.h4,
	.module-header h1.h4,
	.module-slides h1.h4 {
		font-size: 16px;
	}
	
	.flexslider h1.h5,
	.module-header h1.h5,
	.module-slides h1.h5 {
		font-size: 12.6px;
	}
	
	.flexslider h1.h6,
	.module-header h1.h6,
	.module-slides h1.h6 {
		font-size: 9.8px;
	}
	
	.flexslider p,
	.module-header p,
	.module-slides p {
		font-size: 16px;
	}
}

@media (max-width:992px) {
	.slides-navigation a.prev {
		left: 20px;
	}
	
	.slides-navigation a.next {
		right: 20px;
	}
}

@media all and (max-width:767px) {
	.flex-direction-nav {
		display: none;
	}
	
	.kenburns .slides li .slide-background {
		-webkit-animation: none!important;
		animation: none!important;
	}
	
	.flexslider .slides_btn {
	position: absolute;
	z-index: 10;
	width: 80%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -40%;
}

}

@media all and (max-width:768px) {
	.flexslider,
	.full-height,
	.module-slides {
		min-height: 50vh;
		height: 50vh;
		padding: 0;
	}
}

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

.flexslider,
.full-height,
.module-slides {
	min-height: 60vh;
	height: 60vh;
	padding: 0;
}

/* flexslider ドット */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align: center;
	z-index: 11;
}

.flex-control-paging li a {
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #26A7C8;
}

.flex-control-paging li a.flex-active {
	background: #26A7C8;
	cursor: default;
}

.slider_txtbox {
	margin: 5px;
}

.flexslider .slide_box {
	background-color: #00000088;
	/* padding: 2rem; */
	color: white;
	/* font-size: 2rem; */
	width: 90%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media ( min-width : 768px ) {
	.flexslider .slide_box {
		background-color: #00000088;
		/* padding: 2rem; */
		color: white;
		/* font-size: 2rem; */
		width: 50%;
		height: 50%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.flexslider .slide_box .slide_box_inner {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 2rem;
	font-size: 2.5rem;
}

.flexslider .slide_box .slide_box_inner p {
	width: 100%;
	height: auto;
	font-size: 2.5rem;
}

body .flexslider .slide_box .slide_box_inner p span.em07 {
	line-height: 1.5;
	display: block;
}

@media (max-width: 991px) {
	.flexslider .slide_box .slide_box_inner p {
		font-size: 2.1rem;
	}
}

@media (max-width: 767px) {
	.flexslider .slide_box .slide_box_inner p {
		font-size: 2.2rem;
	}
}
@media (max-width: 575px) {
	.flexslider .slide_box .slide_box_inner p {
		font-size: 1.9rem;
	}
}

@media (max-width: 480px) {
	.flexslider .slide_box .slide_box_inner p {
		font-size: 1.7rem;
	}
}

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);
}

a.link_aqua:hover {
	opacity: 0.5;
}

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

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



/* -------------------------------------------------- *
 * flexslider画像上の文字
 * -------------------------------------------------- */
.slides_h1 {
	font-size: 6vw;
}

.slides_h2 {
	font-size: 3vw;
	margin: 5px 0 10px 0;
}

.slides_h3 {
	font-size: 3vw;
	margin: 5px 0 10px 0;
}

@media (max-width: 768px) {
	.slides_h1 {
		font-size: 16vw;
	}
	
	.slides_h2 {
		font-size: 5vw;
		margin: 5px 0 10px 0;
	}
	
	.slides_h3 {
		font-size: 6vw;
		margin: 5px 0 10px 0;
	}
}

.top_bottom_text {
	position: absolute;
	bottom:5px;
	right:5px;
}

.client {
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	        transition: all .4s ease-in-out;
}



/** sitemap page2top 位置調整
 **************************************************************** **/
@media (max-width: 480px){
	#sitemap {
		padding: 0 0 105px 0;
	}
	#global_footer {
		bottom: 95px;
	}
	#page2top {
		bottom: 90px;
		z-index: 9999;
	}
}
@media (max-width: 320px){
	#sitemap {
		padding: 0 0 120px 0;
	}
	#global_footer {
		bottom: 109px;
	}
}


/**  module
 **************************************************************** **/

#content .module-title h2 {
	margin: 0 -4px 0px 0;
	letter-spacing: 4px;
	font-size: 23px;
	color: #464545;
	border-bottom: 2px solid #464545;
	display: inline-block;
	padding: 8px;
	margin-bottom: 1em;
	text-indent: 0em;
}

#content h2:before {
    display: none;
}


/** 文字のサイズ変更
**************************************************************** **/

#content .md {
	font-size: 200%;
}

#content .bg {
	font-size: 400%;
}

#content .sm {
	font-size: 140%;
}

#content .ssm {
	font-size: 140%;
}

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


#content .bg {
	font-size: 5.6vw;
}

#content .md {
	font-size: 4.7vw;
}

#content .sm {
	font-size: 4.0vw;
}

#content .ssm {
	font-size: 3.0vw;
}

}
