@charset "UTF-8";

/* reset
---------------------------------------------------------------------------- */
html, body, div, span, object, iframe,button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small,sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video{margin:0;padding:0;font-weight:inherit;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;word-break:normal;line-break:strict;word-wrap:normal;word-break:normal;}
textarea,input[type="button"],input[type="text"],input[type="image"],input[type="submit"]{-webkit-appearance:none;word-break:normal;}
input[type="submit"],
input[type="button"]{border-radius:0;-webkit-box-sizing:content-box;-webkit-appearance:button;border:none;box-sizing:border-box;cursor:pointer;}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration{display:none;}
input[type="submit"]:focus,
input[type="button"]:focus{outline-offset:-2px;}
*{outline:none;-webkit-font-size-adjust:none;}
body{font-size:12px;word-break:break-all;-webkit-text-size-adjust:none;}
* html body{font-size:small;font:x-small;}
*:first-child+html body{font-size:small;font:x-small;}
img{border:0;vertical-align:bottom;}
ul,dl{text-indent:0;}
ul li{list-style:none;}
ol li{list-style:decimal;}
ol ul li{list-style:none;}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
* html input,* html textarea,* html select{font-size:100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select{font-size:100%;}
table{border-collapse:separate;border-spacing:0;font-size:inherit;font:100%;}
th,td{text-align:left;vertical-align:top;}
caption{text-align:left;}
pre,code,kbd,samp,tt{font-family:monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt{font-size:108%;line-height:100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt{font-size:108%;line-height:100%;}
input,select,textarea{font-size:100%;font-family:Verdana, Helvetica, sans-serif;margin:0;}
button{margin:0;padding:0;background:none;border:none;cursor:pointer;line-height:inherit;}
figure{ line-height: 0;}


/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	/*color: #333;*/
	color: #666;
	font-size: 1.6rem;
	/*line-height: 2;*/
	line-height: 1.75;
	letter-spacing: 0.08em;
	min-width: 1320px;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.m-underline {
	text-decoration: underline;
}

a.m-underline:hover {
	text-decoration: none;
}

.m-color_blue01{
	color: #003366 !important;
}

.m-color_blue02{
	color: #238ceb !important;
}

.m-bg_gray01{
	background-color: #f1f1f1 !important;
}

@media screen and (min-width: 768px) {
a:hover, a:active, a:focus {
	text-decoration: underline;
}
}
img {
	max-width: 100%;
}

figure{
	line-height: 0;
}

*,
*:before,
*:after{
	word-break: normal;
	word-wrap: normal;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 4.266vw;
		line-height: 1.68;
	}
}

input[type="text"],input[type="tel"],input[type="email"],input[type="number"],input[type="url"],textarea{
	padding: 10px;
	line-height: 1;
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
	width: 100%;
	display: block;
}

textarea{
	height: 150px;
}

input[type="radio"],input[type="checkbox"]{
	width: 1em;
	height: 1em;
}

@media screen and (max-width: 767px) {
	input[type="text"],input[type="tel"],input[type="email"],input[type="number"],input[type="url"],textarea{
		padding: 2.666vw;
		border: 0.266vw solid #d0d0d0;
		font-size: 4.266vw;
	}

	textarea{
		height: 53.333vw;
	}
}

.m-select_box{
	position: relative;
}

.m-select_box select{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-appearance: none;
}

.m-select_box .m-select_box_text_wrap{
	padding: 10px 30px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
	width: 100%;
	white-space: nowrap;
}

.m-select_box .m-select_box_text_wrap .m-select_box_text{
	overflow:  hidden;
	font-size: 1.4rem;
}

.m-select_box .m-select_box_arrow{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin: -4px 0 0 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #5d5d5d transparent transparent transparent;
}

@media screen and (max-width: 767px) {

	.m-select_box select{
		font-size: 4.266vw;
	}

	.m-select_box .m-select_box_text_wrap{
		padding: 2.666vw 10vw 2.666vw 2.666vw;
		border: 0.266vw solid #d0d0d0;
		
	}

	.m-select_box .m-select_box_text_wrap .m-select_box_text{
		font-size: 4.266vw;
	}

	.m-select_box .m-select_box_arrow{
		right: 4vw;
		margin: -1.6vw 0 0 0;
		border-width: 3.2vw 2.266vw 0 2.266vw;
	}
}

/*----------------------------------------------------
common
----------------------------------------------------*/

/* .m-main_content_wrap */

.m-main_content_wrap{
	padding: 80px 60px;
}

.m-main_content_wrap .m-main_content{
	max-width: 1200px;
	margin: 0 auto;
}

.m-main_content_wrap .m-main_content + .m-main_content{
	margin-top: 70px;
	padding-top: 70px;
}

.m-main_content_wrap .m-main_content_child{
	margin-bottom: 70px;
}

.m-main_content_wrap .m-main_content_child:last-child{
	margin-bottom: 0px;
}

/*
@media screen and (max-width: 1390px) {
	.m-main_content_wrap{
		padding-left: 45px;
		padding-right: 45px;
	}
}*/

@media screen and (max-width: 767px) {
	.m-main_content_wrap{
		padding: 13.333vw 4vw 13.333vw 4vw;
	}

	.m-main_content_wrap .m-main_content{
		max-width: none;
	}

	.m-main_content_wrap .m-main_content + .m-main_content{
		margin-top: 7.666vw;
		padding-top: 7.666vw;
	}
	
	.m-main_content_wrap .m-main_content_child{
		margin-bottom: 12vw;
	}
	
}

/* .m-under_link */

.m-under_link{
	text-decoration: none !important;
  background-image: linear-gradient(to right,#003366, #003366);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.4s ease 0s;
	padding: 4px 0;
}

@media screen and (min-width: 768px) {
.m-under_link:hover,
a:hover	.m-under_link{
	background-size: 100% 1px;
}
}

.m-under_link.active{
	background-size: 100% 1px;
}

@media screen and (max-width: 767px) {
	
	.m-under_link{
		background-size: 0% 0.266vw;
		padding: 2.66vw 0;
	}
	
	.m-under_link.active{
		background-size: 100% 0.266vw;
	}
}

/* .m-img_cover */

.m-img_cover{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.m-img_cover img{
	display: none;
}

/* .m-link_block */

.m-link_block{
	text-decoration:  none !important;
	display: block;
}

/* .m-title01 */

.m-title01{
	font-size: 2.8rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.64;
	color: #003366;
}

@media screen and (max-width: 767px) {
	.m-title01{
		font-size: 5.33vw;
		margin-bottom: 3.33vw;
	}
}

/* .m-title02 */

.m-title02{
	font-size: 2.2rem;
	font-weight: 700;
	border-left: 4px solid #0a60b6;
	border-bottom: 1px solid #003366;
	padding: 0 0 7px 15px;
	color: #0a60b6;
	line-height: 1.4;
	margin: 0 0 40px 0;
}

.m-title02.color01{
	border-left-color: #0a60b6;
	border-bottom-color: #003366;
	color: #0a60b6;
}

.m-title02.color02{
	border-left-color: #238ceb;
	border-bottom-color: #238ceb;
	color: #666666;
}

.m-title02:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.m-title02{
		font-size: 4.8vw;
		border-left: 1.066vw solid #0a60b6;
		border-bottom: 0.266vw solid #003366;
		padding: 0 0 2vw 2.933vw;
		margin: 0 0 5.33vw 0;
	}
}


/* .m-lead_text_wrap */

.m-lead_text_wrap{
	font-size: 1.6rem;
	text-align: center;
	margin: 30px 0 30px 0;
}

.m-lead_text_wrap:first-child{
	margin-top: 0;
}

.m-lead_text_wrap:last-child{
	margin-bottom: 0;
}

.m-lead_text_wrap .m-lead_text{
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.m-lead_text_wrap{
		font-size: 4.266vw;
		color: #666666;
		font-weight: 500;
		margin: 7.33vw 0 7.33vw 0;
	}
	
}

/* .m-btn_wrap */

.m-btn_list_wrap{
	margin: 50px 0 0 0;
}

.m-btn_list_wrap:first-child{
	margin-top: 0;
}

.m-btn_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.m-btn_list_block{
	display: flex;
	flex-direction: column;
}

.m-btn_wrap{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.m-btn_wrap .m-btn_block{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	background-color: #ffffff;
}


.m-btn_wrap .m-btn{
	flex-grow: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	-webkit-appearance: none;
	cursor: pointer;
}

.m-btn_wrap .m-btn_text{
	display: flex;
	align-items: center;
	padding: 0 40px;
}

.m-btn_wrap .m-btn_img{
	position: absolute;
	top: 50%;
	right: 25px;
	height: 0;
	width: 0;
}

.m-btn_wrap .m-btn_img:first-child{
	left: 25px;
	right: auto;
}

.m-btn_wrap .m-btn_arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
	transition: border-color 0.5s ease 0s;
}

.m-btn_wrap .m-btn_arrow.down{
	transform: rotate(135deg);
	margin-top: -7px;
}

.m-btn_wrap .m-btn_arrow.left{
	transform: rotate(225deg);
}

.m-btn_wrap .m-btn_arrow.up{
	transform: rotate(-45deg);
}

.m-btn_wrap .m-btn_text:last-child:first-child{
	padding-left: 0;
	padding-right: 0;
}

.m-btn_wrap .m-btn_text > *{
	margin: 0 10px 0 0;
}

.m-btn_wrap .m-btn_text > *:last-child{
	margin-right: 0;
}

.m-btn_wrap.type01 .m-btn_block{
	border-radius: 9999px;
	min-width: 210px;
}

.m-btn_wrap.type01 .m-btn{
	border-radius: 9999px;
	background-color: #0a60b6;
	color: #fff;
	padding: 0.8em 1.6em;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	border: 1px solid #0a60b6;
	transition: opacity 0.5s ease 0s, color 0.5s ease 0s, background-color 0.5s ease 0s, border-color 0.5s ease 0s;
	opacity: 1;
	cursor: pointer;
}

.m-btn_wrap.type01.type_gray .m-btn{
	border: 1px solid #999;
	background-color: #999;
}

.m-btn_wrap.type01.type_blue01 .m-btn{
	border: 1px solid #0a60b6;
	background-color: #0a60b6;
}

.m-btn_wrap.type01.type_blue02 .m-btn{
	border: 1px solid #003366;
	background-color: #003366;
}

@media screen and (min-width: 768px) {
	.m-btn_wrap.type01 .m-btn:hover{
		opacity: 1;
		color: #0a60b6;
		background-color: #ffffff;
	}
	.m-btn_wrap.type01 .m-btn:hover .m-btn_arrow{
		border-color: #0a60b6;
	}
	
	.m-btn_wrap.type01.type_gray .m-btn:hover{
		opacity: 1;
		color: #999;
		background-color: #ffffff;
	}
	.m-btn_wrap.type01.type_gray .m-btn:hover .m-btn_arrow{
		border-color: #999;
	}
	
	.m-btn_wrap.type01.type_blue01 .m-btn:hover{
		opacity: 1;
		color: #0a60b6;
		background-color: #ffffff;
	}
	.m-btn_wrap.type01.type_blue01 .m-btn:hover .m-btn_arrow{
		border-color: #0a60b6;
	}
	
	.m-btn_wrap.type01.type_blue02 .m-btn:hover{
		opacity: 1;
		color: #003366;
		background-color: #ffffff;
	}
	.m-btn_wrap.type01.type_blue02 .m-btn:hover .m-btn_arrow{
		border-color: #003366;
	}
	
}

@media screen and (max-width: 767px) {
	
/* .m-btn_wrap */

.m-btn_list_wrap{
	margin: 8vw 0 0 0;
}

.m-btn_list_block{
	
}
	
.m-btn_wrap .m-btn_text{
	padding: 0 5.333vw;
}

.m-btn_wrap .m-btn_img{
	right: 5.333vw;
}
	
.m-btn_wrap .m-btn_img:first-child{
	right: auto;
	left: 5.333vw;
}

.m-btn_wrap .m-btn_arrow{
	width: 2.933vw;
	height: 2.933vw;
	margin: -1.466vw 0 0 -1.466vw;
	border-top: 0.533vw solid #fff;
	border-right: 0.533vw solid #fff;
}
	
.m-btn_wrap .m-btn_arrow.down{
margin-top: -2.199vw;
}

.m-btn_wrap .m-btn_text:last-child:first-child{
	padding-left: 0;
	padding-right: 0;
}

.m-btn_wrap .m-btn_text > *{
	margin: 0 2.666vw 0 0;
}

.m-btn_wrap.type01 .m-btn{
	/*padding: 0.875em 1.406em;*/
	padding: 0.6em 1.406em;
	font-size: 4.266vw;
}
	
.m-btn_wrap.type01 .m-btn_block{
	min-width: 56vw;
}
	
}

/* .m-btn_wrap.type02 */

.m-btn_wrap.type02 .m-btn{
	background-color: #fff;
	border-top: 1px solid #238ceb;
	padding: 15px 15px;
	transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
	box-shadow: 0px 0px 7px 0 rgba(150,149,149,0.2);
	line-height: 1.33;
}

.m-btn_wrap.type02 .m-btn .m-btn_arrow{
	border-color: #238ceb;
	transition: border-color 0.4s ease 0s;
}

.m-btn_wrap.type02 .m-btn_text{
	padding: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
	
	.m-btn_wrap.type02{
		min-width: 0;
		letter-spacing: 0.025em;
	}

.m-btn_wrap.type02 .m-btn{
	font-size: 4vw;
	border-top: 0.266vw solid #238ceb;
	padding: 2.66vw 4vw;
	box-shadow: 0px 0px 1.6vw 0 rgba(150,149,149,0.2);
	justify-content: flex-start;
}

.m-btn_wrap.type02 .m-btn_text{
	padding: 0 0.266vw 0 0;
}
	
}

@media screen and (min-width: 768px) {
	
	.m-btn_wrap.type02 .m-btn:hover{
		color: #fff;
		background-color: #238ceb;
	}
	
	.m-btn_wrap.type02 .m-btn:hover .m-btn_arrow{
		border-color: #fff;
	}
}

/* .m-hover_img_wrap */

.m-hover_img_wrap{
	display: inline-block;
	position: relative;
	line-height: 0;
}

.m-hover_img_wrap > *{
	transition: opacity 0.5s ease 0s;
}

.m-hover_img_wrap .m-hover_img_normal{
	position: relative;
	opacity: 1;
}

.m-hover_img_wrap .m-hover_img_hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}

@media screen and (min-width: 768px) {
	a:hover .m-hover_img_wrap .m-hover_img_normal{
		opacity: 0;
	}

	a:hover .m-hover_img_wrap .m-hover_img_hover{
		opacity: 1;
	}
}

/* .m-service_btn_zone */

.m-service_btn_zone{
	margin: 50px 0 50px 0;
}

.m-service_btn_zone:first-child{
	margin-top: 0;
}

.m-service_btn_zone:last-child{
	margin-bottom: 0;
}

.m-service_btn_area{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px -40px 0;
}

.m-service_btn_area > *{
	width: 50%;
	flex-grow: 1;
	padding: 0 40px 40px 0;
	display: flex;
	flex-direction: column;
}

.m-service_btn_list_wrap{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.m-service_btn_list{
	flex-grow: 1;
	margin: 0 -40px -25px 0;
	display: flex;
	flex-wrap: wrap;
}

.m-service_btn_list_block{
	width: 50%;
	padding: 0 40px 20px 0;
	flex-direction: column;
	display: flex;
}

.m-service_btn_main .m-service_btn_list_block{
	width: 100%;
}

.m-service_btn{
	text-decoration: none !important;
	flex-grow: 1;
	flex-direction: column;
	display: flex;
}

.m-service_btn_content{
	flex-grow: 1;
	flex-direction: column;
	display: flex;
	box-shadow: 0px 0px 12px 0 rgba(150,149,149,0.2);
}

.m-service_btn_img{
	position: relative;
	padding-bottom: 44%;
}

.m-service_btn_img:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(192,229,255,0.5);
	transition: opacity 0.5s ease 0s;
	opacity: 0;
}

@media screen and (min-width: 768px) {

.m-service_btn:hover .m-service_btn_img:before{
	opacity: 1;
}
	
}

.m-service_btn_main .m-service_btn_img{
	padding-bottom: 0;
	flex-grow: 1;
}

.m-service_btn_img .m-img_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m-service_btn_text{
	background-color: #fff;
	padding: 15px 20px;
	border-bottom: 1px solid #238ceb;
	transition: background-color 0.5s ease 0s,color 0.5s ease 0s,border-color 0.5s ease 0s;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.m-service_btn_text:after{
	content: "";
	display: inline-block;
	height: 32px;
	width: 0;
}

.m-service_btn_text:first-child:last-child{
	flex-grow: 1;
}

@media screen and (min-width: 768px) {
.m-service_btn:hover .m-service_btn_text{
	background-color: #238ceb;
	color: #fff;
	border-color: #238ceb;
}
	
}

.m-service_btn_text .m-service_btn_text_obj{
	position: relative;
	padding: 0 20px 0 0;
	width: 100%;
	line-height: 1.3;
	white-space: normal;
}

.m-service_btn_text .m-service_btn_text_obj:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	border-top: 2px solid #238ceb;
	border-right: 2px solid #238ceb;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
	transition: border-color 0.5s ease 0s
}
@media screen and (min-width: 768px) {
.m-service_btn:hover .m-service_btn_text .m-service_btn_text_obj:before{
	border-color: #fff;
}
}

@media screen and (max-width: 767px) {

.m-service_btn_zone{
	margin: 7.5vw 0 7.5vw 0;
}

.m-service_btn_area{
	margin: 0 -5.33vw -5.33vw 0;
}

.m-service_btn_area > *{
	width: 100%;
	padding: 0 5.33vw 5.33vw 0;
}
	
.m-service_btn_list{
	/*margin: 0 -5.33vw -5.33vw 0;*/
	margin: 0 -4vw -4vw 0;
}

.m-service_btn_list_block{
	width: 50%;
	/*padding: 0 5.33vw 5.33vw 0;*/
	padding: 0 4vw 4vw 0;
}

.m-service_btn_main .m-service_btn_list_block{
	width: 100%;
}
	
.m-service_btn_content{
	flex-grow: 1;
	flex-direction: column;
	display: flex;
	box-shadow: 0px 0px 1.66vw 0 rgba(150,149,149,0.2);
}

.m-service_btn_img{
	padding-bottom: 44%;
}

.m-service_btn_main .m-service_btn_img{
	padding-bottom: 44%;
}

.m-service_btn_text{
	font-size: 4vw;
	white-space: nowrap;
	/*padding: 2vw 2vw;*/
	padding: 2.666vw 2.666vw;
	border-bottom: 0.5vw solid #238ceb;
}
	
		.m-service_btn_text:after{
		display: none;
	}
	
	.m-service_btn_text{
		flex-grow: 1;
	}

.m-service_btn_text .m-service_btn_text_obj{
	padding: 0 8vw 0 0;
}

.m-service_btn_text .m-service_btn_text_obj:before{
	width: 2.266vw;
	height: 2.266vw;
	margin: -1.133vw 0 0 0;
	border-top: 0.5vw solid #238ceb;
	border-right: 0.5vw solid #238ceb;
}
	
}

/* .m-tab_zone */

.m-tab_zone{
	margin: 50px 0 0 0;
}

.m-tab_zone .m-tab_head{
	margin: 0 0 0 0;
}

.m-tab_zone .m-tab_select{
	display: none;
}

.m-tab_zone .m-tab_list_wrap{
	
}

.m-tab_zone .m-tab_list{
	display: flex;
	margin: 0 -16px 0 0;
}

.m-tab_zone .m-tab_list_block{
	padding: 0 16px 0 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.m-tab_zone .m-tab_switch{
	cursor: pointer;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 2px solid #0a60b6;
	border-left: 2px solid #0a60b6;
	border-right: 2px solid #0a60b6;
	border-radius: 6px 6px 0 0;
	background-color: #eef8ff;
	color: #0a60b6;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 12px;
}

.m-tab_zone .m-tab_switch.active{
	background-color: #0a60b6;
	color: #fff;
}

.m-tab_zone .m-tab_content_wrap{
	
}

.m-tab_zone .m-tab_content{
	overflow:  hidden;
	height: 0;
}

.m-tab_zone .m-tab_content.active{
	height: auto;
	overflow:  visible;
}

.m-tab_zone .m-tab_content_in{
	padding: 60px 40px 90px 40px;
	border: 2px solid #0a60b6;
	background-color: #ffffff;
}

@media screen and (max-width: 767px) {
	.m-tab_zone{
		margin: 6vw 0 0 0;
	}

	.m-tab_zone .m-tab_head{
		margin: 0 0 8vw 0;
	}

	.m-tab_zone .m-tab_select{
		display: block;
	}

	.m-tab_zone .m-tab_list_wrap{
		display: none;
	}

	.m-tab_zone .m-tab_content_wrap{
		/*border: 0.4vw solid #0a60b6;
		border-radius: 1.333vw;*/
	}

	.m-tab_zone .m-tab_content{
		overflow:  hidden;
	}

	.m-tab_zone .m-tab_content_in{
		padding: 7.733vw 4vw;
		border: 0.4vw solid #0a60b6;
		border-radius: 1.333vw;
	}
}

/* .m-list01 */

.m-list01{
	
}

.m-list01 li{
	padding: 0 0 0 1.08em;
	text-indent: -1.08em;
	list-style: none !important;
}

li > .m-list01{
	margin-top: 0.5em;
}

/* .m-point_list */

.m-point_list li{
	position: relative;
	text-indent: 0;
	padding: 0 0 0 1.08em;
	margin: 0 0 0.5em 0;
}

.m-point_list li:last-child{
	margin-bottom: 0;
}

.m-point_list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}

li > .m-point_list{
	margin-top: 0.5em;
}

/* .m-number_list */

.m-number_list{
	margin: 0 0 0 1.08em;
}

.m-number_list > li{
	position: relative;
	text-indent: 0;
	margin: 0 0 0.5em 0;
	list-style: decimal;
}

.m-number_list > li:last-child{
	margin-bottom: 0;
}

li > .m-number_list{
	margin-top: 0.5em;
}

/* .m-white_box */

.m-white_box{
	padding: 30px;
	background-color: #fff;
	border: 1px solid #a3a3a3;
}

@media screen and (max-width: 767px) {
	.m-white_box{
		padding: 5vw 4vw;
		border: 0.266vw solid #a3a3a3;
	}
}

/* .m-tab_select_box */

.m-tab_select_box{
	font-size: 32px;
	line-height: 1;
	position: relative;
	border: 3px solid #0a60b6;
	border-radius: 10px;
	padding: 0 100px 0 0;
	background-color: #ffffff;
}

.m-tab_select_box.current{
	background-color: #eef8ff;
	color: #0a60b6;
	font-weight: 700;
}

.m-tab_select_box select{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	font-size: 32px;
	opacity: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.m-tab_select_box .m-tab_select_box_text_wrap{
	padding: 0.875em 1.15em 0.875em 1.15em;
}

.m-tab_select_box .m-tab_select_box_text{
	overflow:  hidden;
	white-space: nowrap;
}

.m-tab_select_box_arrow{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100px;
	height: 100%;
	background-color: #0a60b6;
}

.m-tab_select_box_arrow:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: 50% 50%;
	width: 22px;
	height: 22px;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
	margin: -16px 0 0 -11px;
}

@media screen and (max-width: 767px) {
	
	.m-tab_select_box{
		font-size: 4.266vw;
		border: 0.4vw solid #0a60b6;
		border-radius: 1.333vw;
		padding: 0 13.333vw 0 0;
		
	}

	.m-tab_select_box select{
		font-size: 4.266vw;
	}
	
	.m-tab_select_box_arrow{
		width: 13.333vw;
	}

	.m-tab_select_box_arrow:after{
		width: 2.933vw;
		height: 2.933vw;
		border-bottom: 0.533vw solid #fff;
		border-right: 0.533vw solid #fff;
		margin: -2.133vw 0 0 -1.466vw;
	}
	
}

/* .m-contact_area */

.m-contact_lead{
	margin: 0px 0 50px 0;
}

.m-contact_lead:first-child{
	margin-top: 0;
}

.m-contact_lead:last-child{
	margin-bottom: 0;
}

.m-contact_table + .m-contact_lead{
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.m-contact_lead{
		margin: 0 0 10.666vw 0;
	}
	
	.m-contact_table + .m-contact_lead{
		margin-top: 5vw;
	}
	
}

.m-contact_lead ul li{
	list-style: disc;
	margin-left: 1.08em;
}

.m-contact_lead a{
	color: #003366;
	text-decoration: underline;
}

.m-contact_lead a:hover{
	text-decoration: none;
}

.m-contact_lead .m-lead_text_wrap{
	text-align: left;
}

/* .m-contact_label */

.m-contact_label{
	position: relative;
	display: inline-block;
	line-height: 1.4;
	padding: 0 0 0 1.25em;
	text-align: left;
}

.m-contact_label input{
	position: absolute;
	top: 0.42em;
	left: 0;
	width: 1em;
	height: 1em;
}

.m-contact_label > *{
	display: inline-block;
	margin-right: 5px;
	vertical-align:  middle;
}

.m-contact_label > *:last-child{
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.m-contact_label > *{
		margin-right: 1.33vw;
	}
}

/* .m-post_input_wrap */

.m-post_input_wrap{
	margin: 10px 0;
}

.m-post_input_wrap:first-child{
	margin-top: 0;
}

.m-post_input_wrap:last-child{
	margin-bottom: 0;
}

.m-post_input_wrap .m-post_input{
	display: flex;
}

.m-post_input_wrap .m-post_input_text{
	flex-grow: 1;
	width: calc(100% - 140px);
}

.m-post_input_wrap .m-post_btn{
	padding: 0 0 0 10px;
	width: 140px;
	display: flex;
	flex-direction: column;
}

.m-post_input_wrap .m-btn_wrap{
}

.m-post_input_wrap .m-btn_wrap.type01 .m-btn_block,
.m-post_input_wrap .m-btn_wrap.type01 .m-btn{
	border-radius: 0px;
}

.m-post_input_wrap .m-btn_wrap.type01 .m-btn_block{
	min-width: 0;
}

.m-post_input_wrap .m-btn_wrap.type01 .m-btn{
	padding: 0 0;
}

@media screen and (max-width: 767px) {
	
.m-post_input_wrap{
	margin: 2.66vw 0;
}

.m-post_input_wrap .m-post_input_text{
	width: calc(100% - 40vw);
}

.m-post_input_wrap .m-post_btn{
	padding: 0 0 0 10px;
	width: 40vw;
}

.m-post_input_wrap .m-btn_wrap{
	height: 5.6vw;
}

	
}

/* .m-contact_row_area */


/* .m-contact_row_zone*/

.m-contact_row_zone{
	
}

.m-contact_row_area{
	display: flex;
	margin: 0 -20px -10px 0;
}

.m-contact_row_wrap{
	flex-grow: 1;
	width: 50%;
	padding: 0 20px 10px 0;
}

.m-contact_row_wrap .m-contact_row{
	display: flex;
	align-items: center;
	margin: 0 -10px -10px 0;
}

.m-contact_row_wrap .m-contact_row > *{
	padding: 0 10px 10px 0;
}

.m-contact_row_wrap .m-contact_row .m-ext{
	white-space: nowrap;
}

.m-contact_row_wrap .m-contact_row .m-input{
	position: relative;
	flex-grow: 1;
}

@media screen and (max-width: 767px) {
	.m-contact_row_zone{

	}

	.m-contact_row_area{
		margin: 0 -4vw -2vw 0;
	}

	.m-contact_row_wrap{
		padding: 0 4vw 2vw 0;
	}

	.m-contact_row_wrap .m-contact_row{
		margin: 0 -2vw -2vw 0;
	}

	.m-contact_row_wrap .m-contact_row > *{
		padding: 0 2vw 2vw 0;
	}
}

/* .m-contact_area */

.m-contact_area{
	margin: 0 auto;
	max-width: 980px;
}

.m-contact_area .m-contact_step{
	text-align: center;
	line-height: 0;
	margin: 0 0 40px 0;
}

/* .m-contact_table_wrap */

.m-contact_table_wrap{
	position: relative;
	margin: 50px 0;
}

.m-contact_table_wrap:first-child{
	margin-top: 0;
}

.m-contact_table_wrap:last-child{
	margin-bottom: 0;
}

.m-contact_table{
	width: 100%;
	border-collapse: collapse;
}

.m-contact_table tr{
	border-bottom: 5px solid #ffffff;
}

.m-contact_table tr:last-child{
	border-bottom: none;
}

.m-contact_table tr th,
.m-contact_table tr td{
	padding: 25px 50px;
}

.m-contact_table tr th{
	border-right: 5px solid #ffffff;
	background-color: #f1f1f1;
	white-space: nowrap;
	width: 340px;
	padding: 25px 25px;
	vertical-align:  middle;
}

.m-contact_table tr td{
	background-color: #f8f8f8;
	width: calc(100% - 340px);
}

.m-contact_table_title span{
	
}

.m-contact_table_title span{
	display: block;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 0 70px 0 0;
}

.m-contact_table_title span:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin: -12px 0 0 0;
	/*background-image: url("../../images/template/contact_arbitrary_pc.png");*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 55px;
	height: 25px;
	display: none;
}

.m-contact_table_title.arbitrary span:before{
	background-image: url("../../images/template/contact_arbitrary_pc.png");
	display: block;
}

.m-contact_table_title.check span:before{
	background-image: url("../../images/template/contact_check_pc.png");
	display: block;
}

.m-contact_table .m-contact_block{
	position: relative;
	margin: 0 0 25px 0;
}

.m-contact_table .m-contact_block:last-child{
	margin-bottom: 0;
}

.m-contact_table .m-contact_block > *{
	margin: 10px 0;
}

.m-contact_table .m-contact_block > *:first-child{
	margin-top: 0;
}

.m-contact_table .m-contact_block > *:last-child{
	margin-bottom: 0;
}

.m-contact_table tr td .m-contact_table_title span{
	display: inline-block;
}

.m-contact_table_wrap .m-table_btn{
	position: absolute;
	top: -10px;
	right: 0;
}

@media screen and (max-width: 767px) {
	.m-contact_table_wrap .m-table_btn{
		position: static;
		margin: 5vw 0;
	}
}

@media screen and (max-width: 767px) {
/* .m-contact_area */

.m-contact_area{
	margin: 0 auto;
}

.m-contact_area .m-contact_step{
	margin: 0 0 8vw 0;
}
	
.m-contact_table_wrap{
	margin: 8vw 0;
}

.m-contact_table,
.m-contact_table tbody,
.m-contact_table tr,
.m-contact_table th,
.m-contact_table td{
	display: block;
	width: auto !important;
}

.m-contact_table tr,
.m-contact_table tr th{
	border-bottom: 0.666vw solid #ffffff;
}

.m-contact_table tr th,
.m-contact_table tr td{
	padding: 4vw 4vw;
}
	
.m-contact_table tr th{
	border-right: 0;
}

.m-contact_table_title span{
	font-size: 4.266vw;
	padding-right: 16vw;
}
	
.m-contact_table tr td .m-contact_table_title{
}

.m-contact_table_title span:before{
	margin: -2.733vw 0 0 0;
	/*background-image: url("../../images/template/contact_arbitrary_sp.png");*/
	width: 12.133vw;
	height: 5.466vw;
}

.m-contact_table_title.arbitrary span:before{
	background-image: url("../../images/template/contact_arbitrary_sp.png");
}
	
.m-contact_table_title.check span:before{
	background-image: url("../../images/template/contact_check_sp.png");
}
	
.m-contact_table .m-contact_block > *{
	margin: 2vw 0;
}

.m-contact_table .m-contact_block{
	margin: 0 0 4vw 0;
}

}

/* .m-input_list_wrap */

.m-input_list_wrap{
	margin: 15px 0;
}

.m-input_list_wrap:first-child{
	margin-top: 0;
}

.m-input_list_wrap:last-child{
	margin-bottom: 0;
}

.m-input_list_wrap .m-input_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -5px 0;
}

.m-input_list_wrap .m-input_list li{
	padding: 0 20px 5px 0;
}

@media screen and (max-width: 767px) {
	.m-input_list_wrap{
		margin: 4vw 0;
	}

	.m-input_list_wrap .m-input_list{
		margin: 0 -4vw -2vw 0;
	}

	.m-input_list_wrap .m-input_list li{
		padding: 0 4vw 2vw 0;
	}
}

/* .m-contact_privacy_wrap */

.m-contact_privacy_wrap{
	margin: 50px 0 35px 0;
}


.m-contact_privacy_title{
	font-size: 18px;
	color: #003366;
	margin: 0 0 10px 0;
	text-align: center;
}

.m-contact_privacy{
	border: 1px solid #d0d0d0;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 410px;
}

.m-contact_privacy_in{
	padding: 30px;
}

.m-contact_privacy_in *{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 1.75em;
}

.m-contact_privacy_in *:last-child{
	margin-bottom: 0;
}

.m-contact_privacy_check_wrap{
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 16px;
}

.m-contact_privacy_check{
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.m-contact_privacy_wrap{
		margin: 9.3vw 0;
	}


	.m-contact_privacy_title{
		font-size: 4.266vw;
		margin: 0 0 4vw 0;
	}

	.m-contact_privacy{
		border: 0.266vw solid #d0d0d0;
		height: 66.133vw;
	}

	.m-contact_privacy_in{
		padding: 4vw;
	}

	.m-contact_privacy_in *{
		font-size: 4vw;
	}

	.m-contact_privacy_check_wrap{
		margin: 4vw 0 0 0;
		font-size: 4vw;
	}
	
}

/* -----------------------------------------------------------------------
.contact_html
----------------------------------------------------------------------- */

.contact_html .l-footer_content{
	height: 130px !important;
}

.contact_html .l-footer_content_in{
	display: none !important;
}


.contact_html .m-select_box{
	max-width: 320px !important;
}

.contact_html .l-breadcrumb{
	display: none !important;
}

.contact_html .m-btn_list_wrap .m-btn_list_block{
	margin: 0 30px 0 0 !important;
}

.contact_html .m-btn_list_wrap .m-btn_list_block:last-child{
	margin-right: 0 !important;
}

.contact_html .l-gnav{
	display: none !important;
}

.contact_html .l-side_cbtn_list_wrap{
	display: none !important;
}


@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 767px) {
	.contact_html .l-footer_content{
		height: 30vw !important;
	}
	.contact_html .l-header_switch{
		display: none !important;
	}
	
	.contact_html .m-btn_list_wrap .m-btn_list_block{
		margin: 0 0 30px 0 !important;
	}

	.contact_html .m-btn_list_wrap .m-btn_list_block:last-child{
		margin-bottom: 0 !important;
	}
	
	.contact_html .m-btn_list_block{
		min-width: 100% !important;
	}
	
}

.m-contact_table_title.english span::before {
    /*background-image: url("../../images/template/contact_arbitrary_en_pc.png");*/
}

.m-contact_table_title.english.check span::before {
    background-image: url("../../images/template/contact_check_en_pc.png");
}

@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 767px) {
	
	.m-contact_table_title.english  span::before {
			/*background-image: url("../../images/template/contact_arbitrary_en_sp.png");*/
	}

	.m-contact_table_title.englishcheck  span::before {
			background-image: url("../../images/template/contact_check_en_sp.png");
	}
	
}

/* .m-popup_wrap */

.m-popup_wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40000;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.m-popup_btn{
	cursor: pointer;
}

.m-popup_btn_html{
	display: none;
}

.m-popup_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	z-index: 2;
	background-color: rgba(0,0,0,0.4);
}

.m-popup{
	padding: 100px 20px;
}

.m-popup_block{
	position: relative;
	z-index: 3;
	width: 1200px;
	margin: 0 auto;
}

.m-popup_close{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-image: url("../../images/template/popup_close.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top left;
	cursor: pointer;
}

.m-popup_content{
	background-color: #fff;
	padding: 80px 40px;
}

@media screen and (max-width: 767px) {

.m-popup{
	padding: 18.66vw 4vw;
}

.m-popup_block{
	width: 100%;
}

.m-popup_close{
	width: 12.533vw;
	height: 12.533vw;
	background-image: url("../../images/template/popup_close_sp.png");
}

.m-popup_content{
	background-color: #fff;
	padding: 18.666vw 4vw 8vw 4vw;
}
}

/* .m-large_img_area */

.m-large_img_area{
	background-color: #e6f3fc;
	padding: 40px;
}

.m-large_img{
	text-align: center;
	line-height: 0;
	position: relative;
}

.m-large_img_btn{
	display: none;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 767px) {
	
	.m-large_img_area{
		padding: 5.33vw 4vw;
	}
	
	.m-large_img_btn{
		margin: 6vw 0 0 0;
		display: block;
	}
	
	.m-large_img_wrap{
		padding: 5.33vw 4vw;
		background-color: #fff;
	}
	
}

/* .m-step_flow_wrap */

.m-step_flow_wrap{
	margin: 30px 0 30px 0;
}

.m-step_flow{
	margin: 0 -24px -24px 0;
	display: flex;
}

.m-step_flow .m-step_flow_block{
	position: relative;
	width: 20%;
	padding: 0 24px 24px 0;
	display: flex;
	flex-direction: column;
}

.m-step_flow .m-step_flow_list_in{
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.m-step_flow .m-step_flow_list_in:after{
	content: "";
	position: absolute;
	top: 50%;
	margin: -7px -10px 0 0;
	right: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #238ceb;
}

.m-step_flow .m-step_flow_block:last-child .m-step_flow_list_in:after{
	display: none;
}

.m-step_flow_head{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	background-color: #238ceb;
	border-radius: 6px 6px 0 0;
}

.m-step_flow_content{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f1f1f1;
	border-radius: 0 0 6px 6px;
	line-height: 1.55;
	font-size: 1.8rem;
	font-weight: 700;
	color: #238ceb;
	padding: 12px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.m-step_flow_wrap{
		margin: 6vw 0 6vw 0;
	}

	.m-step_flow{
		margin: 0 -7.466vw -7.466vw 0;
		flex-wrap: wrap;
	}

	.m-step_flow .m-step_flow_block{
		width: 100%;
		padding: 0 7.466vw 7.466vw 0;
	}

	.m-step_flow .m-step_flow_list_in:after{
		content: "";
		position: absolute;
		left: 50%;
		top: auto;
		bottom: -4.933vw;
		margin: 0 0 0 -1.866vw;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 2.4vw 1.866vw 0 1.866vw;
		border-color: #007bff transparent transparent transparent;
	}

	.m-step_flow .m-step_flow_block:last-child .m-step_flow_list_in:after{
		display: none;
	}

	.m-step_flow_head{
		height: 6.4vw;
		border-radius: 1.333vw 1.333vw 0 0;
	}

	.m-step_flow_content{
		border-radius: 0 0 1.333vw 1.333vw;
		line-height: 1.55;
		font-size: 4.8vw;
		padding: 4vw;
	}
}

/* .m-step_list_wrap */

.m-step_list_wrap{
	margin: 80px 0 0 0;
	background-color: #f1f1f1;
	padding: 100px 95px;
}

.m-step_list{
	
}

.m-step_list_block{
	position: relative;
	margin: 0 0 80px 0;
}

.m-step_list_block:last-child{
	margin-bottom: 0;
}

.m-step_list_block:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin: 0 0 -8px -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 13px 0 13px;
	border-color: #238ceb transparent transparent transparent;
}

.m-step_list_block:last-child:after{
	display: none;
}

.m-step_list_block_in{
	position: relative;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 8px;
}

.m-step_list_block_head{
	position: absolute;
	z-index: 2;
	top: -40px;
	left: 0;
}

.m-step_content{
}

.m-step_content .m-step_image{
	float: left;
	width: 280px;
}

.m-step_title01,
.m-step_content .m-step_text{
	width: calc(100% - 280px);
	float: right;
	padding: 0 0 0 40px;
}

.m-step_check_wrap{
	display: flex;
	justify-content: center;
}

.m-step_check{
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 30px;
}

.m-step_check_in{
	display: flex;
	align-items: center;
}

.m-step_check .m-step_image{
	margin: 0 40px 0 0;
}

.m-step_check .m-step_text{
	
}

.m-step_title01{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px 0;
	color: #238ceb;
	display: flex;
	align-items: center;
}

.m-step_title01:last-child{
	margin-bottom: 0;
}

.m-step_check .m-step_title01{
	width: auto;
	float: none;
	padding: 0;
}

.m-step_title01 .m-icon01{
	margin: 0 12px 0 0;
}

.m-step_title01 .m-icon01_in{
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	background-color: #e0f2ff;
	padding: 0.5em;
	line-height: 1;
	color: #238ceb;
	border-radius: 6px;
	white-space: nowrap;
}

.m-step_title01 .gray .m-icon01_in{
	background-color: #ebebeb;
	color: #666666;
}

@media screen and (max-width: 767px) {
	.m-step_list_wrap{
		margin: 13.333vw 0 0 0;
		padding: 20vw 4vw 8vw 4vw;
	}

	.m-step_list{

	}

	.m-step_list_block{
		position: relative;
		margin: 0 0 20.533vw 0;
	}

	.m-step_list_block:after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -10.266vw;
		margin: 0 0 -2.133vw -3.333vw;
		border-width: 4.266vw 3.333vw 0 3.333vw;
		border-color: #007bff transparent transparent transparent;
	}

	.m-step_list_block:last-child:after{
		display: none;
	}

	.m-step_list_block_in{
		padding: 8vw;
		border-radius: 1.333vw;
	}

	.m-step_list_block_head{
		top: -11.466vw;
	}

	.m-step_content{
		display: block;
	}
	
	.m-step_title01,
	.m-step_content .m-step_text{
		padding: 0;
		width: auto;
	}

	.m-step_content .m-step_image{
		float: none;
		width: auto;
		margin: 0 0 4vw 0;
	}

	.m-step_content .m-step_text{
		float: none;
		width: auto;
		padding-left: 0;
	}

	.m-step_check_wrap{
		display: block;
	}

	.m-step_check{
		
		border-radius: 1.333vw;
		padding: 2.66vw 2.66vw 4vw 2.66vw;
	}
	
	.m-step_check_in{
		display: block;
	}

	.m-step_check .p-image{
		margin: 0 0 4vw 0;
	}

	.m-step_title01{
		float: none;
		font-size: 4.8vw;
		line-height: 1.333;
		margin: 0 0 5.333vw 0;
		text-align: center;
		display: block;
	}

	.m-step_title01:last-child{
		margin-bottom: 0;
	}
	
.m-step_title01 .m-icon01{
	display: block;
	margin: 0 0 3vw 0;
}

.m-step_title01 .m-icon01_in{
	font-size: 3.733vw;
	padding: 0.4em;
	line-height: 1;
	color: #238ceb;
	border-radius: 0.8vw;
	min-width: 13.33vw;
	text-align: center;
}
	
}

/* -------------------------------------------------------------------------------
.m-link_content_area
------------------------------------------------------------------------------- */

.m-link_content_more .m-btn_list_block{
	min-width: 0;
}

.m-link_content_area{
}

.m-link_content_wrap{
	margin: 0 0 -75px 0;
}

.m-link_content{
	padding: 0 0 75px 0;
}

.m-link_content:nth-child(n + 5){
	display: none;
}

.m-link_content .m-title02{
	margin-bottom: 0;
}

.m-link_list_wrap{
	padding: 30px 22px 0 22px;
}

.m-link_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -70px -30px 0;
	line-height: 1.2;
}

.m-link_list li{
	padding: 0 70px 30px 0;
}

.m-link_content_more{
	margin: 50px 0 0 0;
}

@media screen and (max-width: 767px) {

.m-link_content_more .m-btn_list_block{
	min-width: 0;
}

.m-link_content_area{
}

.m-link_content_wrap{
	margin: 0 0 -7.333vw 0;
}

.m-link_content{
	padding: 0 0 7.333vw 0;
}

.m-link_list_wrap{
	padding: 4vw 4vw 0 4vw;
}

.m-link_list{
	display: block;
	margin: 0;
	line-height: 1.2;
}

.m-link_list li{
	padding: 0 0 4vw 0;
}
	
.m-link_content_more{
	margin: 6.666vw 0 0 0;
}
	
}

/* -------------------------------------------------------------------------------
.m-link_block_list_wrap 
------------------------------------------------------------------------------- */

.m-link_block_list_wrap{
	line-height: 1.75;
}

.m-link_block_list{
	margin: 0 -25px -25px 0;
	display: flex;
	flex-wrap: wrap;
}

.m-link_block_list_block{
	padding: 0 25px 25px 0;
	width: 33.3%;
	display: flex;
	flex-direction: column;
}

.m-link_block_list_link{
	text-decoration: none !important;
}

.m-link_block_list_link[href*="void(0)"]{
	cursor: default;
	pointer-events: none;
	opacity: 1 !important;
}

.m-link_block_list_link{
	transition: opacity 0.4s ease 0s;
}

.m-link_block_list_link:hover{
	opacity: 0.7;
}

.m-link_block_list_link,
.m-link_block_list_block_in{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.m-link_block_list_block_in{
	border: 1px solid #c1c1c1;
	padding: 30px;
}

.m-link_block_img{
	text-align: center;
	margin: 0 0 10px 0;
}

.m-link_block_title{
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	margin: 0 0 4px 0;
}

.m-link_block_list_head{
	width: 100%;
	padding: 35px 25px 35px 0;
}

.m-link_block_list_head:first-child{
	padding-top: 0;
}

.m-link_block_list_head_in{
	font-size: 2.2rem;
	font-weight: 700;
	border-left: 4px solid #0a60b6;
	border-bottom: 1px solid #003366;
	padding: 0 0 7px 15px;
	color: #0a60b6;
	line-height: 1.4;
}

.m-link_block_more{
	margin: 50px 0 0 0;
}

@media screen and (max-width: 767px) {

	.m-link_block_list_wrap{
		line-height: 1.5;
	}

	.m-link_block_list{
		margin: 0 -4vw -4vw 0;
	}

	.m-link_block_list_block{
		padding: 0 4vw 4vw 0;
		width: 100%;
	}

	.m-link_block_list_block_in{
		border: 0.266vw solid #c1c1c1;
		padding: 2.666vw;
	}

	.m-link_block_img{
		margin: 0 0 0.666vw 0;
	}

	.m-link_block_title{
		text-align: center;
		font-size: 4.266vw;
		margin: 0 0 1.333vw 0;
	}
	
	.m-link_block_list_head{
		padding: 6vw 4vw 6vw 0;
	}

	.m-link_block_list_head_in{
		font-size: 4.8vw;
		border-left: 1.066vw solid #0a60b6;
		border-bottom: 0.266vw solid #003366;
		padding: 0 0 2vw 2.933vw;
	}


	.m-link_block_more{
		margin: 6.666vw 0 0 0;
	}
	
}

/* ------------------------------ .m-numberlist_area ------------------------------  */

.m-numberlist_area{
	padding: 60px 0px;
	background-color: #fff;
	border-bottom: 6px;
}

.m-numberlist_wrap{
	
}

.m-numberlist{
	
}

.m-numberlist_block{
	position: relative;
	padding: 0 90px;
	margin: 0 0 80px 0;
}

.m-numberlist_block:last-child{
	margin-bottom: 0;
}

.m-numberlist_block_in{
	
}

.m-numberlist_head{
	padding: 0 0 0 90px;
	margin: 0 0 0 -90px;
}

.m-numberlist_head_img{
	position: absolute;
	top: -40px;
	left: 0;
}

.m-numberlist_title01{
	position: relative;
	z-index: 2;
	font-size: 22px;
	font-weight: bold;
	color: #238ceb;
	border-bottom: 1px solid #238ceb;
	padding: 0 0 7px 0;
	margin: 0 0 40px 0;
	line-height: 1.5;
}

.m-numberlist_content{
	display: flex;
}

.m-numberlist_img{
	width: 280px;
	line-height: 0;
}

.m-numberlist_text{
	width: calc(100% - 280px);
	padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
	.m-numberlist_area{
		padding: 9.33vw 0px;
		border-radius: 1.6vw;
	}

	.m-numberlist_wrap{

	}

	.m-numberlist{

	}

	.m-numberlist_block{
		padding: 0 4vw;
		margin: 0 0 13.333vw 0;
	}
	.m-numberlist_head{
		padding: 0 0 0 4vw;
		margin: 0 0 0 -4vw;
	}

	.m-numberlist_head_img{
		top: -6.66vw;
	}

	.m-numberlist_title01{
		font-size: 5.333vw;
		border-bottom: 0.266vw solid #238ceb;
		padding: 0 0 2vw 0;
		margin: 0 0 5.333vw 0;
	}

	.m-numberlist_content{
		display: block;
	}

	.m-numberlist_img{
		width: auto;
		line-height: 0;
		margin: 0 0 4vw 0;
	}

	.m-numberlist_text{
		width: auto;
		padding: 0;
	}
}

/* .m-pointlist_wrap  */

.m-pointlist_wrap{
	margin: 60px 0 0 0;
}

.m-pointlist{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px -40px 0;
}

.m-pointlist_block{
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 0 40px 40px 0;
}

.m-pointlist_block_in{
	position: relative;
	overflow:  hidden;
	flex-grow: 1;
	background-color: #fff;
	border-radius: 10px;
}

.m-pointlist_head{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
}

.m-pointlist_content{
	padding: 45px;
}

.m-pointlist_title01{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.63;
	text-align: center;
	margin: 0 0 18px 0;
	color: #238ceb;
}

@media screen and (max-width: 767px) {
	.m-pointlist_wrap{
		margin: 6.666vw 0 0 0;
	}

	.m-pointlist{
		margin: 0 -6.666vw -6.666vw 0;
	}

	.m-pointlist_block{
		width: 100%;
		padding: 0 6.666vw 6.666vw 0;
	}

	.m-pointlist_block_in{
		border-radius: 1.6vw;
		height: auto !important;
	}

	.m-pointlist_content{
		padding: 10.666vw 4vw;
	}

	.m-pointlist_title01{
		font-size: 5.333vw;
		line-height: 1.5;
		margin: 0 0 4vw 0;
	}
}

/* .m-faq_list_area */

.m-faq_list_area{
	margin: 50px 0 0 0;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	padding: 60px 40px;
}

.m-faq_list_wrap{
	margin: 0 0 80px 0;
}

.m-faq_list_wrap:last-child{
	margin-bottom: 0;
}

.m-faq_list{
	
}

.m-faq_list_block{
	border-bottom: 1px dotted #b4b4b4;
}

.m-faq_block{
	
}

.m-faq_link{
	text-decoration: none !important;
	display: block;
}

.m-faq_list_block:first-child .m-faq_block_in{
	padding-top: 0;
}

.m-faq_block_in{
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m-faq_arrow{
	line-height: 0;
	min-width: 32px;
	max-width: 32px;
}


.m-faq_text_wrap{
	display: flex;
	align-items: center;
}

.m-faq_text_head{
	margin: 0 30px 0 0;
}

.m-faq_text_obj{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #238ceb;
	font-size: 2.2rem;
	background-color: #e1f3ff;
	width: 40px;
	height: 40px;
	line-height: 1;
	font-weight: 700;
}

.m-faq_text_obj p{
	margin: -0.2em 0 0 0;
}

.m-faq_text{
	font-size: 1.8rem;
	font-weight: 500;
	transition: color 0.4s ease 0s;
	padding: 0 20px 0 0;
}

.m-faq_link:hover .m-faq_text{
	color: #238ceb;
}

.m-faq_main_content .m-main_content_wrap:first-child{
	padding-top: 0;
}

.m-faq_main_content .m-main_content_wrap:nth-child(2n){
	background-color: #f1f1f1;
}

.m-faq_main_content .m-main_content_wrap:nth-child(2n + 1){
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	
	.m-faq_list_area{
		margin: 8vw 0 0 0;
		border: 0.266vw solid #dbdbdb;
		padding: 8vw 4vw;
	}

	.m-faq_list_wrap{
		margin: 0 0 13.333vw 0;
	}

	.m-faq_list_block{
		border-bottom: 0.266vw dotted #b4b4b4;
	}
	
	.m-faq_block_in{
		padding: 6.666vw 0;
	}

	.m-faq_arrow{
		min-width: 6.266vw;
		max-width: 6.266vw;
	}
	
	.m-faq_text_wrap{
		align-items: flex-start;
	}
	
	.m-faq_text_head{
		margin: 0 4vw 0 0;
		padding: 1.2vw 0 0 0;
	}

	.m-faq_text_obj{
		font-size: 4.8vw;
		width: 8.533vw;
		height: 8.533vw;
	}

	.m-faq_text_obj p{
		margin: -0.2em 0 0 0;
	}

	.m-faq_text{
		font-size: 4.266vw;
		padding: 0 2.666vw 0 0;
	}
	
}

/* .m-pager_wrap */

.m-pager_wrap{
	margin: 40px 0 0 0;
	text-align: center;
	letter-spacing: -0.4em;
	white-space: nowrap;
}

.m-pager_wrap a,
.m-pager_wrap span{
	position: relative;
	display: inline-block;
	vertical-align:  middle;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0 5px;
	letter-spacing: normal;
}

.m-pager_wrap a:first-child,
.m-pager_wrap span:first-child{
	margin-left: 0;
}

.m-pager_wrap a:last-child,
.m-pager_wrap span:last-child{
	margin-right: 0;
}

.m-pager_wrap a.prev,
.m-pager_wrap a.next{
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

.m-pager_wrap .sep{
	width: auto;
	margin: 0;
}

.m-pager_wrap a.prev:before,
.m-pager_wrap a.next:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
	border-top: 2px solid #686868;
	border-right: 2px solid #686868;
	transform-origin: 50% 50%;
}

.m-pager_wrap a.prev:before{
	transform: rotate(-135deg);
}

.m-pager_wrap a.next:before{
	transform: rotate(45deg);
}

.m-pager_wrap .current{
	border-radius: 100%;
	color: #ffffff;
	background-color: #0a60b6;
}

@media screen and (max-width: 768px) {
	
	/* .m-pager_wrap */
	.m-pager_wrap{
		margin: 12vw 0 0 0;
	}

	.m-pager_wrap a,
	.m-pager_wrap span{
		height: 10.933vw;
		width: 10.933vw;
		line-height: 10.933vw;
		font-size: 4.266vw;
		margin: 0 2.4vw;
	}

	.m-pager_wrap a.prev:before,
	.m-pager_wrap a.next:before{
		width: 3.733vw;
		height: 3.733vw;
		margin: -1.8665vw 0 0 -1.8665vw;
		border-top: 0.533vw solid #686868;
		border-right: 0.533vw solid #686868;
	}

}

/* .m-s_block_area */

.m-s_block_area{
	margin: 60px 0 0 0;
	padding: 60px 40px;
	background-color: #fff;
}

.m-s_block_wrap{
	margin: 0 0 80px 0;
}

.m-s_block_wrap:last-child{
	margin-bottom: 0;
}

.m-s_block{
	padding: 0 0 60px 0;
	margin: 0 0 60px 0;
	border-bottom: 1px solid #dbdbdb;
}

.m-s_block:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	.m-s_block_area{
		margin: 8.66vw 0 0 0;
		padding: 10.666vw 4vw;
	}

	.m-s_block_wrap{
		margin: 0 0 13.333vw 0;
	}

	.m-s_block{
		padding: 0 0 8vw 0;
		margin: 0 0 8vw 0;
		border-bottom: 0.266vw solid #dbdbdb;
	}
	
}

/* .m-s_block_title */

.m-s_block_title01{
	font-size: 22px;
	font-weight: 700;
	border-left: 4px solid #238ceb;
	border-bottom: 1px solid #238ceb;
	padding: 0px 18px 10px 20px;
	margin: 0 0 40px 0;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.m-s_block_title01{
		font-size: 4.8vw;
		border-left: 1.066vw solid #238ceb;
		border-bottom: 0.266vw solid #238ceb;
		padding: 0px 2.933vw 1.6vw 2.933vw;
		margin: 0 0 6.66vw 0;
		line-height: 1.4;
	}
}

.m-s_block_title02{
	font-size: 18px;
	font-weight: 700;
	color: #238ceb;
	margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
	.m-s_block_title02{
		font-size: 4.8vw;
	}
}

/* .m-service_tab_content_area */

.m-service_tab_content_area{
	margin: 30px 0 0 0;
	background-color: #e1f3ff;
	padding: 40px;
}

.m-service_tab_content_area:first-child{
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.m-service_tab_content_area{
		margin: 8vw 0 0 0;
		padding: 8vw 4vw;
	}
}

.m-service_tab_btn_text{
	display: flex;
	align-items: center;
	
}

.m-service_tab_btn_text .p-image{
	line-height: 0;
}

.m-service_tab_btn_text .p-text{
	font-size: 16px;
	line-height: 1.35;
	text-align: center;
	margin: 0 0 0 10px;
	white-space: nowrap;
}

.m-service_tab_head .m-btn_wrap.type02 .m-btn{
	border-top-width: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 80px;
}

.m-service_tab_head .m-btn_wrap.type02 .m-btn:hover,
.m-service_tab_head .m-btn_wrap.type02 .m-btn.active{
	background-color: #c3e3ff;
	color: #666;
}

@media screen and (max-width: 767px) {
	.m-service_tab_btn_text{
		display: block;
		text-align: center;
		width: 100%;
	}

	.m-service_tab_btn_text .p-image{
		line-height: 0;
	}

	.m-service_tab_btn_text .p-text{
		font-size: 4.266vw;
		margin: 2.66vw 0 0 0px;
		line-height: 1.25;
	}

	.m-service_tab_head .m-btn_wrap.type02 .m-btn{
		border-top-width: 0.533vw;
		padding-top: 4.2vw;
		padding-bottom: 4.2vw;
		min-height: 34.66vw;
	}

	.m-service_tab_head .m-btn_wrap.type02 .m-btn:hover,
	.m-service_tab_head .m-btn_wrap.type02 .m-btn.active{
		background-color: #c3e3ff;
		color: #666;
	}
}

.m-service_tab_content_wrap{
	
}

.m-service_tab_content{
	display: none;
}

.m-service_tab_content.active{
	display: block;
}


.m-service_tab_content_in{
	padding: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
	.m-service_tab_content_in{
		padding: 5.33vw 0 0 0;
	}
}

.m-service_tab_content_block{
	background-color: #fff;
	padding: 40px;
}

.m-service_tab_content_title01{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 15px 0;
	text-align: center;
	color: #238ceb;
}

@media screen and (max-width: 767px) {
	.m-service_tab_content_block{
		padding: 6vw 4vw;
	}

	.m-service_tab_content_title01{
		font-size: 4.8vw;
		margin: 0 0 3vw 0;
	}
}

/* .mtt15 */

.m-service_tab_content_area .mtt15 li{
	padding: 0 0 0 1.08em;
	text-indent: -1.08em;
	list-style: none !important;
}

.m-service_tab_content_area .mtt15 li:before{
	content: "・";
}

.m-service_tab_content_area .mtt15.small li{
	font-size: 80%;
}

/* .cms-cat_list_wrap  */

.cms-cat_list_wrap{
	padding: 0 25px;
	margin: 0 0 75px 0;
}

.cms-cat_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px 0;
}

.cms-cat_list_block{
	width: 25%;
	padding: 0 10px 20px 0;
}

.cms-cat_block{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	background-color: #e1f3ff;
	padding: 15px;
	text-align: center;
	transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
	box-shadow: 0px 5px 7px 0 rgba(150,149,149,0.1);
}

.cms-cat_block > *{
	display: inline-block;
	text-align: left;
}

a:hover .cms-cat_block,
a.active .cms-cat_block{
	color: #fff;
	background-color: #238ceb;
}

@media screen and (max-width: 768px) {
	.cms-cat_list_wrap{
		padding: 0 0;
		margin: 0 0 10.666vw 0;
	}

	.cms-cat_list{
		margin: 0 -4vw -4vw 0;
	}

	.cms-cat_list_block{
		width: 50%;
		padding: 0 4vw 4vw 0;
	}

	.cms-cat_block{
		font-size: 4vw;
		padding: 4vw;
		box-shadow: 0px 0.266vw 1.333vw 0 rgba(150,149,149,0.1);
	}

	.cms-cat_block > *{
		display: inline-block;
		text-align: left;
	}

	a:hover .cms-cat_block{
		color: #fff;
		background-color: #238ceb;
	}
}

/* .cms-tag_list_wrap  */

.cms-tag_list_wrap{
	margin: 0;
}

.cms-tag_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -10px 0;
}

.cms-tag_list_block{
	padding: 0 10px 10px 0;
}

.cms-tag_block{
	font-size: 1.4rem;
	line-height: 1;
	color: #0a60b6;
	padding: 5px 10px;
	border: 1px solid #0a60b6;
	text-align: center;
	transition: background-color 0.4s ease 0s, color 0.4s ease 0s, border-color 0.4s ease 0s;
}

.cms-tag_block > *{
	display: inline-block;
	text-align: left;
}

a:hover .cms-tag_block,
a.active .cms-tag_block{
	color: #fff;
	background-color: #0a60b6;
}

@media screen and (max-width: 768px) {
	.cms-tag_list{
		margin: 0 -2vw -2vw 0;
	}

	.cms-tag_list_block{
		padding: 0 2vw 2vw 0;
	}

	.cms-tag_block{
		font-size: 3.733vw;
		padding: 1.333vw 2.666vw;
		border: 0.266vw solid #0a60b6;
	}
}

/* .cms-cat_list_wrap  */

.cms-post_list_wrap{
	
}

.cms-post_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px -40px 0;
}

.cms-post_list_block{
	width: 33.3%;
	padding: 0 30px 40px 0;
}

.cms-post_img{
	position: relative;
	margin: 0 0 20px 0;
}

.cms-post_list_block.new .cms-post_img a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	width: 97px;
	height: 97px;
	background-image: url("../../images/template/icon_cms_new_pc.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top left;
}

.cms-post_img a{
	position: relative;
	overflow:  hidden;
	display: block;
}

.cms-post_img .m-img_cover{
	padding-bottom: 68.42%;
	transition: transform 0.4s linear 0s, opacity 0.4s linear 0s;
}

.cms-post_img a:hover .m-img_cover{
	transform: scale(1.05,1.05);
	opacity: 0.8;
}

.cms-post_text{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cms-date{
	line-height: 1;
	font-size: 1.6rem;
	margin: 0 0 10px 0;
}

.cms-date:last-child{
	margin-bottom: 0;
}

.cms-title01{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.54;
	color: #238ceb;
	margin: 0 0 10px 0;
}

.cms-title01:last-child{
	margin-bottom: 0;
}

.cms-post_func{
	margin: 20px 0 0 0;
}

.cms-post_func .cms-cat_list_wrap{
	padding: 0;
	margin: 0 0 20px 0;
}

.cms-post_func .cms-cat_list{
	margin: 0 -10px -10px 0;
}

.cms-post_func .cms-cat_list_block{
	width: auto;
	padding: 0 10px 10px 0;
}

.cms-post_func .cms-cat_block{
	font-size: 1.6rem;
	padding: 10px;
	min-width: 130px;
}

@media screen and (max-width: 768px) {
	.cms-post_list_wrap{

	}

	.cms-post_list{
		margin: 0 0 -10.666vw 0;
	}

	.cms-post_list_block{
		width: 100%;
		padding: 0 0 10.666vw 0;
	}

	.cms-post_img{
		margin: 0 0 4vw 0;
	}

	.cms-post_list_block.new .cms-post_img a:after{
		width: 23.333vw;
		height: 23.333vw;
		background-image: url("../../images/template/icon_cms_new_sp.png");
	}

	.cms-date{
		font-size: 4.266vw;
		margin: 0 0 2.66vw 0;
	}

	.cms-title01{
		font-size: 4.8vw;
		line-height: 1.5;
		margin: 0 0 2vw 0;
	}

	.cms-post_func{
		margin: 4vw 0 0 0;
	}

	.cms-post_func .cms-cat_list_wrap{
		padding: 0;
		margin: 0 0 3vw 0;
	}

	.cms-post_func .cms-cat_list{
		margin: 0 -2vw -2vw 0;
	}

	.cms-post_func .cms-cat_list_block{
		width: auto;
		padding: 0 2vw 2vw 0;
	}

	.cms-post_func .cms-cat_block{
		font-size: 4.266vw;
		padding: 1.5vw;
		min-width: 34.666vw;
	}
}

.cms-post_list_block.type-pc_yoko .cms-post_img{
	background-color: #eee;
}

@media screen and (min-width: 769px) {

	.cms-post_list_block.type-pc_yoko{
		width: 100%;
		padding: 0 0px 70px 0;
	}
	
	.cms-post_list_block.type-pc_yoko .cms-post_block{
		display: flex;
	}

	.cms-post_list_block.type-pc_yoko .cms-post_img{
		position: relative;
		width: 420px;
		margin: 0 0 0px 0;
	}

	.cms-post_list_block.type-pc_yoko .cms-post_text{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: calc( 100% - 420px );
		padding: 0 0 0 40px;
	}
	
}

.cms-detail_content_wrap{
	margin: 0 auto;
}

.cms-detail_head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 30px 0;
}

.cms-detail_head .cms-post_func{
	display: flex;
	align-items: center;
}

.cms-detail_head .cms-post_func .cms-cat_list_wrap{
	margin: 0;
}

.cms-detail_head .cms-post_func > *{
	margin: 0 20px 0 0;
}

.cms-detail_content_wrap .cms-date{
	text-align: right;
	margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
	
	.cms-detail_head{
		margin: 0 0 4vw 0;
	}

	.cms-detail_head .cms-post_func{
		display: flex;
		align-items: center;
	}

	.cms-detail_head .cms-post_func .cms-cat_list_wrap{
		margin: 0;
	}

	.cms-detail_head .cms-post_func > *{
		margin: 0 2.66vw 0 0;
	}

	.cms-detail_content_wrap .cms-date{
		margin: 0 0 4vw 0;
	}
}

/* エラー表示 */

.alert-danger{
	margin: 0 0 50px 0;
	color: #ff0000;
	border: 5px solid #ff0000;
	background-color: #f4c5c5;
	padding: 40px 20px;
	text-align: center;
}

.text-error{
	color: #ff0000;
	margin: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
	.alert-danger{
		margin: 0 0 10vw 0;
		border: 1.33vw solid #ff0000;
		padding: 10vw 4vw;
	}

	.text-error{
		color: #ff0000;
		margin: 2.666vw 0 0 0;
	}
}

/*----------------------------------------------------
template
----------------------------------------------------*/

.l-first_load{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200vh;
	background-color: #fff;
	z-index: 99999;
}

/*------------- .l-all_wrap -------------*/

.l-all_wrap{
	overflow:  hidden;
}

/*------------- .l-pagearea -------------*/
.l-pagearea {
	overflow: hidden;
}

/*------------- .l-pagebody -------------*/
.l-pagebody {
	overflow: hidden;
}

/*------------- .l-header -------------*/
.l-header {
	font-size: 16px;
	height: 7.125em;
}

@media screen and (max-width: 1570px) {
	.l-header {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1480px) {
	.l-header {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 1390px) {
	.l-header {
		font-size: 1.3rem;
	}
}

/*
@media screen and (max-width: 1300px) {
	.l-header {
		font-size: 1.2rem;
	}
}*/

.l-header a{
	text-decoration: none !important;
}

.l-header	.l-header_content{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 7.125em;
	/*padding-top: 1.45em;
	padding-bottom: 1.45em;*/
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	z-index: 25000;
	min-width: 1320px;
}




@media screen and (min-width: 768px) {
.customize-support .l-header .l-header_content{
	top: 32px !important;
}
	
}

@media screen and (max-width: 767px) {
	.customize-support .l-header{
		height: 0 !important;
	}
}

.l-header .l-header_logo{
	width: 10.43em;
	height: 100%;
	display: flex;
	align-items: center;
}

.l-header	.l-header_content_in{
	max-width: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	height: 100%;
}

.l-header	.m-btn_wrap.type01 .m-btn{
	font-size: 0.9375em;
}

.l-header	.m-btn_wrap.type01 .m-btn .m-hover_img_wrap{
	width: 1.066em;
}

@media screen and (max-width: 767px) {
	.l-header {
		height: 17.066vw;
	}

	.l-header	.l-header_content{
		height: 17.066vw;
		padding-top: 3.466vw;
		padding-bottom: 3.466vw;
		box-shadow: 0px 0px 1.333vw 0px rgba(0,0,0,0.15);
		min-width: 0px;
	}
	.l-header	.l-header_content_in{
		display: block;
		min-width: 0px;
		height: 100%;
	}
	
	.l-header_func{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}
	
	.l-header .l-header_logo{
		width: auto;
	}
	
	

}


.l-header_switch{
	display: none;
}

@media screen and (max-width: 767px) {
	.l-header_switch{
		cursor: pointer;
		display: block;
		width: 10.666vw;
		margin: 0 -1.8vw 0 0;
	}
	
	.l-header_switch_obj{
		position: relative;
		width: 8vw;
		height: 6.4vw;
		margin: 0 auto;
	}
	
	.l-header_switch_bar{
		position: absolute;
		left: 0;
		width: 8vw;
		height: 0.8vw;
		background-color: #003366;
		transform-origin: 0% 50%;
		
	}
	
	.nav_anime .l-header_switch_bar{
		transition: top 0.4s ease 0s,left 0.4s ease 0s,transform 0.4s ease 0s;
	}
	
	.l-header_switch_bar.bar01{
		top: 0;
	}
	
	
	.l-header_switch_bar.bar02{
		top: 2.8vw;
	}
	
	.l-header_switch_bar.bar03{
		top: 5.6vw;
	}
	
	.l-header_switch_text{
		font-size: 2.66vw;
		font-weight: 700;
		white-space: nowrap;
		color: #003366;
		line-height: 1;
		margin: 1.333vw 0 0 0;
		text-align: center;
		
	}
	
	.nav_active .l-header_switch_bar.bar01{
		transform: rotate(45deg);
	}
	
	
	.nav_active .l-header_switch_bar.bar02{
		display: none;
	}
	
	.nav_active .l-header_switch_bar.bar03{
		transform: rotate(-45deg);
	}
	
	.nav_active .l-header_switch_bar{
		left: 0.95vw;
	}
	
}

@media screen and (min-width: 768px) {

/* .l-gnav */

.l-gnav{

	height: 100%;
}
	
.l-gnav_in{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.l-gnav_list_wrap{
	height: 100%;
}

.l-gnav_list{
	display: flex;
	align-items: center;
	margin: 0 2.5em 0 0;
	white-space: nowrap;
	height: 100%;
}

.l-gnav_list_block{
	margin: 0 1.875em 0 0;
	height: 100%;
}

.l-gnav_list_block:last-child{
	margin-right: 0;
}

.l-gnav_list_title{
	position: relative;
	color: #003366;
	font-weight: 700;
	/*font-size: 18px;*/
	font-size: 1.125em;
	line-height: 1;
	height: 100%;
}

.l-gnav_list_title_link{
	display: flex;
	align-items: center;
	height: 100%;
}

.l-gnav_list_title_text{
	position: relative;
	display: inline-block;
}

.l-gnav_list_block.has_child .l-gnav_list_title_text{
	padding-right: 1.333em;
}

.l-gnav_list_block.has_child .l-gnav_list_title_text:before{
	content: "";
	position: absolute;
	top: 0.757em;
	right: 0;
	width: 0.444em;
	height: 0.444em;
	border-bottom: 2px solid #003366;
	border-right: 2px solid #003366;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
}

.l-gnav_list_title:last-child{
	padding-right: 0;
}

.l-gnav_list_title:last-child:before{
	display: none;
}

.l-gnav_list_title a{
	text-decoration:  none !important;
}

.l-gnav_list_title .m-under_link{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
	
	/* .l-gnav_child_area */

.l-gnav_child_area{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}

.l-gnav_child_area a{
	text-decoration:  none !important;
}

.l-gnav_child_wrap{
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #eef8ff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.l-gnav_child{
}

.l-gnav_child_content_wrap{
	display: flex;
}

.l-gnav_child_head{
	white-space: nowrap;
	width: 400px;
	padding: 0 40px 0 0;
}

.l-gnav_child_head_title{
	font-size: 2.4rem;
	line-height: 1.2em;
	color: #003366;
	font-weight: 500;
	padding: 0 0 0 10px;
	border-left: 4px solid #003366;
	margin: 0 0 24px 0;
}

.l-gnav_child_content{
	width: calc(100% - 400px);
	display: flex;
}

.l-gnav_child_list{
	width: 400px;
	padding: 0 40px 0 0;
}

.l-gnav_child_list:last-child{
	padding-right: 0;
}

.l-gnav_child_list_block{
	margin: 0 0 25px 0;
}

.l-gnav_child_list_block:last-child{
	margin-bottom: 0;
}

.l-gnav_child_list_title{
}

.l-gnav_child_list_title_link{
	display: inline-block;
	vertical-align: bottom;
}

.l-gnav_child_list_title_text{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
	color: #003366;
	padding: 0.3em 0 0.3em 20px;
}

.l-gnav_child_arrow{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #003366;
}

.l-gnav_child_arrow:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform-origin: 50% 50%;
	transform:rotate(45deg);
	margin: -3px 0 0 -4px;
}

.l-gnav_child_head .l-gnav_child_list_title{
	display: inline-block;
	vertical-align: bottom;
	background-color: #fff;
}

.l-gnav_child_head .l-gnav_child_list_title_link{
	background-color: #fff;
	padding: 8px 30px;
	transition: opacity 0.4s ease 0s;
}

.l-gnav_child_head .l-gnav_child_list_title_link:hover{
	opacity: 0.7;
}

.l-gnav_child_head .l-gnav_child_list_title_text{
	background-image: none;
}
	
.l-gnav_press_btn{

}
	
}

@media screen and (max-width: 767px) {
/* .l-gnav */

.l-gnav{
	position: fixed;
	top: 17.066vw;
	left: 0;
	overflow:  hidden;
	height: 0;
	width: 100%;
	background-color: #fff;
	z-index: 25000;
}
	
.nav_anime .l-gnav{
	transition: height 0.4s ease 0s;
}
	
.nav_active .l-gnav{
	height: calc(100% - 17.066vw);
}
	
.l-gnav_in{
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.l-gnav_list_wrap{
	border-top: 0.266vw solid #a3a3a3;
}

.l-gnav_list{
}

.l-gnav_list_block{
	border-bottom: 0.266vw solid #a3a3a3;
}

.l-gnav_list_block:last-child{
	border-bottom: none;
}

.l-gnav_list_title{
}

.l-gnav_list_title_link{
	display: block;
	padding: 4.2vw 4vw;
	color: #003366;
	font-size: 4.266vw;
	font-weight: 700;
}

.l-gnav_list_title_text{
	display: block;
}

.l-gnav_list_block.has_child .l-gnav_list_title_text{
	position: relative;
	padding-right: 4vw;
}

.l-gnav_list_block.has_child .l-gnav_list_title_text:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin: -1.8665vw 0 0 0;
	width: 2.933vw;
	height: 2.933vw;
	border-right: 0.533vw solid #003366;
	border-bottom: 0.533vw solid #003366;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
}
	
.l-gnav_list_block.has_child.click_active .l-gnav_list_title_text:before{
	transform: rotate(225deg);
	margin: -0.3vw 0 0 0;
}

.l-gnav_list_title:last-child{
	padding-right: 0;
}

.l-gnav_list_title:last-child:before{
}

.l-gnav_list_title a{
}

.l-gnav_list_title .m-under_link{
	background-image: none !important;
	padding-top: 0;
	padding-bottom: 0;
}
	
/*.l-gnav_child_area */

.l-gnav_child_area{
	display: block !important;
}

.l-gnav_child_area a{
	text-decoration:  none !important;
}

.l-gnav_child_wrap{
	display: none;
	padding: 0;
}



.l-gnav_child{
}

.l-gnav_child_content_wrap{
}

.l-gnav_child_head{
}

.l-gnav_child_head_title{
	display: none;
}

.l-gnav_child_content{
}

.l-gnav_child_list{
}

.l-gnav_child_list:last-child{
	padding-right: 0;
}

.l-gnav_child_list_block{
}

.l-gnav_child_list_block:last-child{
	margin-bottom: 0;
}

.l-gnav_child_list_title{
	border-top: 0.266vw solid #a3a3a3;
}

.l-gnav_child_list_title_link{
	color: #003366;
	font-size: 3.733vw;
	font-weight: 700;
	display: block;
	padding: 4vw 4vw 4vw 8vw;
}

.l-gnav_child_list_title_text{
	padding-top: 0;
	padding-bottom: 0;
}

.l-gnav_child_arrow{
	display: none;
}

.l-gnav_child_arrow:before{
}

.l-gnav_child_head .l-gnav_child_list_title{
}

.l-gnav_child_head .l-gnav_child_list_title_link{
}

.l-gnav_child_head .l-gnav_child_list_title_link:hover{
}

.l-gnav_child_head .l-gnav_child_list_title_text{
	background-image: none;
}
	
.l-gnav_press_btn{
	display: none;
}
	
}

/* .l-side_cbtn_list_wrap */


.l-side_cbtn_list_wrap{
	position: fixed;
	top: 145px;
	right: 0;
	z-index: 30000;
	width: 70px;
	text-align: center;
	white-space: normal;
	text-align: center;
}

.l-side_cbtn_list_wrap a{
	
}

.l-side_cbtn_list_wrap .l-side_cbtn_list{
	
}

.l-side_cbtn_list_wrap .l-side_cbtn_list_block{
	margin: 0 0 20px 0;
}

.l-side_cbtn_list_wrap .l-side_cbtn_list_block:last-child{
	margin-bottom: 0;
}

.l-side_cbtn_obj{
	
}

.l-side_cbtn_text{
	width: 1em;
	text-align: center;
	margin: 0 auto;
	line-height: 1.1;
	word-break: break-all;
	word-wrap: break-word;
}

.l-side_cbtn_img{
	margin: 0 0 15px 0;
}

.l-side_cbtn{
	background-color: #fff;
	display: block;
	text-decoration: none !important;
}

.l-side_cbtn_in{
	padding: 15px 15px 20px 15px;
	color: #ffffff;
	font-weight: 700;
	background-color: #fdb332;
	transition: opacity 0.5s ease 0s;
	opacity: 1;
}


.l-side_cbtn_list_block.type_blue .l-side_cbtn_in{
	background-color: #0a60b6;
}

.l-side_cbtn_text span{
	transform-origin: 50% 50%;
	transform: rotate(90deg);
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.l-side_cbtn:hover .l-side_cbtn_in{
		opacity: 0.8;
	}
}

@media screen and (max-width: 767px) {
	
.l-side_cbtn_list_wrap{
	position: static;
	width: auto;
}

.l-side_cbtn_list_wrap a{
	
}

.l-side_cbtn_list_wrap .l-side_cbtn_list{
	
}

.l-side_cbtn_list_wrap .l-side_cbtn_list_block{
	margin: 0 0 0px 0;
}
	
.l-side_cbtn_obj{
	display: flex;
	align-items: center;
}

.l-side_cbtn_text{
	width: auto;
	margin: 0;
	font-size: 4.266vw;
}

.l-side_cbtn_img{
	margin: 0 4vw 0 0;
}

.l-side_cbtn_in{
	padding: 6.66vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.l-side_cbtn_text span{
	transform-origin: 0%;
	transform: rotate(0deg);
}
	
}

/*------------- .l-gnav -------------*/
.l-gnav {
	
}

/*------------- .l-content -------------*/
.l-content {
	
}

/*------------- .l-pagetop -------------*/
.l-pagetop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.l-pagetop {
		padding-right: 82px;
		padding-left: 82px;
	}
}

.l-pagetop .l-pagetop_in{
	position: relative;
	max-width: none;
}

.l-pagetop .l-pagetop_switch_wrap{
	position: absolute;
	top: -32px;
	right: 0;
	width: 64px;
	height: 64px;
}

.l-pagetop .l-pagetop_switch{
	position: fixed;
	z-index: 20000;
	bottom: 40px;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background-color: #fff;
}

.l-pagetop .l-pagetop_switch_number{
	bottom: 40px;
	display: none;
}

.l-pagetop_switch_wrap.active .l-pagetop_switch{
	position: absolute;
	top: 0 !important;
}

.l-pagetop .l-pagetop_switch_link{
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background-color: #003366;
	overflow:  hidden;
	text-indent: 200%;
	white-space: nowrap;
	display: block;
}

.l-pagetop .l-pagetop_switch_link:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -5px 0 0 -9px;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}

@media screen and (max-width: 767px) {
	.l-pagetop .l-pagetop_switch_wrap{
		/*top: -8.533vw;*/
		top: 5.333vw;
		width: 17.066vw;
		height: 17.066vw;
	}

	.l-pagetop .l-pagetop_switch{
		bottom: 4vw;
		width: 17.066vw;
		height: 17.066vw;
	}
	
	.l-pagetop .l-pagetop_switch_number{
		bottom: 4vw;
	}

	.l-pagetop .l-pagetop_switch_link{
		width: 17.066vw;
		height: 17.066vw;
	}

	.l-pagetop .l-pagetop_switch_link:after{
		width: 4.533vw;
		height: 4.533vw;
		margin: -1vw 0 0 -2.2665vw;
		border-top: 0.5vw solid #fff;
		border-left: 0.5vw solid #fff;
	}
}

/*------------- .l-footer -------------*/
.l-footer {
	position: relative;
}

	/* .l-footer .l-footer_content */

	.l-footer .l-footer_content{
		padding-top: 44px;
		padding-bottom: 70px;
	}

	.l-footer .l_footer_logo{
		line-height: 0;
		border-bottom: 1px solid #a3a3a3;
		padding-bottom: 25px;
		margin-bottom: 40px;
	}

@media screen and (max-width: 767px) {
/* .l-footer .l-footer_content */

.l-footer .l-footer_content{
	/*padding-top: 8.2666vw;*/
	padding-top: 22.1333vw;
	padding-bottom: 0px;
}

.l-footer .l_footer_logo{
	line-height: 0;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 8.8vw;
	text-align: center;
}
}

/* .l-footer .l-footer_gnav_area */

.l-footer .l-footer_gnav_area{
	
}

/* .l-footer .l-footer_sp-gnav_wrap */

.l-footer .l-footer_sp-gnav_wrap{
	display: none;
	line-height: 1.28;
}

@media screen and (max-width: 767px) {
	.l-footer .l-footer_sp-gnav_wrap{
		border-top: 0.266vw solid #a3a3a3;
		display: block;
		overflow:  hidden;
		margin: 0 -4vw;
	}
	.l-footer_sp-gnav{
		display: flex;
		flex-wrap: wrap;
		font-size: 3.733vw;
		font-weight: 700;
		margin: 0 -0.266vw -0.266vw 0;
	}
	
	.l-footer_sp-gnav li{
		width: 50%;
		display: flex;
		flex-direction: column;
		border-right: 0.266vw solid #a3a3a3;
		border-bottom: 0.266vw solid #a3a3a3;
	}
	
	.l-footer_sp-gnav li a{
		flex-grow: 1;
		display: flex;
		align-items: center;
		padding: 3vw 4vw;
		height: 16vw;
		color: #003366;
		white-space: nowrap;
		text-decoration: none !important;
		
	}
	
}

/* .l-footer .l-footer_gnav_wrap */

.l-footer .l-footer_gnav_wrap{
	font-size: 1.4rem;
	color: #003366;
}

.l-footer .l-footer_gnav{
	display: flex;
	justify-content: space-between;
	margin: 0 -30px -30px 0;
}

.l-footer .l-footer_gnav_block{
	padding: 0 30px 30px 0;
}

.l-footer .l-footer_gnav_title{
	font-weight: 700;
}

.l-footer .l-footer_gnav_title a{
	position: relative;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
}

/* .l-footer_gnav_child*/

.l-footer_gnav_child .l-footer_gnav_title{
	font-weight: 400;
}

.l-footer_gnav_child .l-footer_gnav_title a{
	padding-left: 20px;
}

.l-footer_gnav_child .l-footer_gnav_title a:after{
	content: "";
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #667994;
	width: 10px;
	height: 1px;
}

@media screen and (max-width: 767px) {
	.l-footer .l-footer_gnav_wrap{
		display: none;
	}
}

/* .l-footer .l-footer_copy */

.l-footer .l-footer_copy{
	text-align: center;
	background-color: #003366;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.2rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.l-footer .l-footer_copy{
		padding-top: 2.666vw;
		padding-bottom: 2.666vw;
		font-size: 3.2vw;
		letter-spacing: 0;
	}
}

/*------------- .l-page_visual -------------*/

.l-page_visual{
	position: relative;
	background-image: url("../../images/template/page_vision_bg.jpg");
	background-repeat: repeat;
	background-position: top left;
	background-size: 11px 11px;
	padding-top: 0;
	padding-bottom: 0;
}

.l-page_visual .l-page_visual_in{
	position: static;
}

.l-page_visual .l-page_visual_text{
	width: 50%;
	display: table;
	height: 270px;
}

.l-page_visual .l-page_visual_text_in{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.l-page_visual .l-page_visual_text_content{
	display: inline-block;
	padding: 45px 45px 45px 0;
}

.l-page_visual .l-page_visual_title01{
	font-size: 3.2rem;
	color: #003366;
	font-weight: 700;
	line-height: 1.526;
}

.l-page_visual .l-page_visual_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

.l-page_visual .l-page_visual_img .m-img_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.l-page_visual{
		background-size: 1.466vw .466vw;
	}
	
	.l-page_visual .l-page_visual_text{
		height: 38.133vw;
	}
	.l-page_visual .l-page_visual_text_content{
		padding: 6vw 2vw 6vw 0;
	}
	
	.l-page_visual .l-page_visual_title01{
		font-size: 5.066vw;
	}
}

/*------------- .l-breadcrumb_area -------------*/

.l-breadcrumb_area{
	position: relative;
	height: 0;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
}

.l-breadcrumb_area .l-breadcrumb_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
}

.l-breadcrumb_area .l-breadcrumb{
	
}

.l-breadcrumb_area .l-breadcrumb_list_wrap{
	
}

.l-breadcrumb_area .l-breadcrumb_list{
	margin: 0 -0.4em 0 0;
	line-height: 1.8;
	
}

.l-breadcrumb_area .l-breadcrumb_list li{
	margin: 0 0.4em 0 0;
	color: #0a60b6;
	display: inline;
	word-break: break-all;
	word-wrap: break-word;
}

.l-breadcrumb_area .l-breadcrumb_list li:after{
	content: ">";
	margin: 0 0 0 0.4em;
}

.l-breadcrumb_area .l-breadcrumb_list li:last-child{
	/*color: inherit;*/
	color: #333;
}

.l-breadcrumb_area .l-breadcrumb_list li:last-child:after{
	display: none;
}

@media screen and (max-width: 767px) {
	.l-breadcrumb_area{
		font-size: 2.666vw;
	}

	.l-breadcrumb_area .l-breadcrumb_wrap{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
}

/*------------- .l-bottom_cv -------------*/
.l-bottom_cv {
	position: relative;
	background-image: url("../../images/template/bottom_cv_bg_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.l-bottom_cv .l-bottom_cv_title01{
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 0 0 25px 0;
}

.l-bottom_cv .l-bottom_cv_title01 span{
	display: inline-block;
}

.l-bottom_cv .l-bottom_cv_content{
	max-width: 720px;
	margin: 0 auto;
}

.l-bottom_cv .m-btn_list_wrap{
	margin-top: 0;
}

.l-bottom_cv .m-btn_list{
	margin: 0 -20px -20px 0;
}

.l-bottom_cv .m-btn_list_block{
	padding: 0 20px 20px 0;
	flex-grow: 1;
	width: 50%;
}

.l-bottom_cv .m-btn_list_block.type_entry{
	width: 100%;
}

@media screen and (min-width: 768px) {
.l-bottom_cv .m-btn_list_block.type_entry.half{
	width: 50%;
}
}

.l-bottom_cv .m-btn_list_block.type_contact .m-btn{
	background-color: #0a60b6;
}

.l-bottom_cv .m-btn_list_block.type_download .m-btn{
	background-color: #0a60b6;
}

.l-bottom_cv .m-btn_list_block.type_press .m-btn{
	background-color: #0a60b6;
}

.l-bottom_cv .m-btn{
	height: 100px;
	padding: 20px;
	background-color: #fdb332;
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: 700;
	transition: opacity 0.5s ease 0s;
}

.l-bottom_cv .m-btn:hover{
	opacity: 0.8;
}

.l-bottom_cv .m-btn_wrap .m-btn_text > *{
	margin-right: 25px;
}

.l-bottom_cv .m-btn_wrap .m-btn_text > *:last-child{
	margin-right: 0px;
}

@media screen and (max-width: 767px) {
	
.l-bottom_cv {
	position: relative;
	background-image: url("../../images/template/bottom_cv_bg_sp.jpg");
	padding-top: 6.666vw;
	padding-bottom: 6.666vw;
}

.l-bottom_cv .l-bottom_cv_title01{
	font-size: 4.8vw;
	line-height: 1.66;
	margin: 0 0 2.666vw 0;
	text-align: left;
}
	
.l-bottom_cv .l-bottom_cv_content{
	max-width: 720px;
	margin: 0 auto;
}

.l-bottom_cv .m-btn_list_wrap{
	margin-top: 0;
}

.l-bottom_cv .m-btn_list{
	margin: 0 -4vw -4vw 0;
}

.l-bottom_cv .m-btn_list_block{
	padding: 0 4vw 4vw 0;
	width: 100%;
}

.l-bottom_cv .m-btn{
	height: 13.333vw;
	padding: 3.333vw;
	font-size: 4vw;
}
	
.l-bottom_cv .m-btn_wrap .m-btn_text > *{
	margin-right: 4vw;
}

	
}


/*------------- .l-bottom_info -------------*/
.l-bottom_info {
	position: relative;
	background-image: url("../../images/template/cms_bottom_bg_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.l-bottom_info_content_title{
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin: -40px 0 45px 0;
	height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.42;
}

.l-bottom_info_content_title .m-text01_wrap{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow:  hidden;
	white-space: nowrap;
}

.l-bottom_info_content_title .m-text01{
	padding: 0 10px;
	position: relative;
	display: block;
}

.l-bottom_info_content_title .m-text01:before,
.l-bottom_info_content_title .m-text01:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 100vw;
	border-top: 1px solid #238ceb;
}

.l-bottom_info_content_title .m-text01:before{
	left: -100vw;
}

.l-bottom_info_content_title .m-text01:after{
	right: -100vw;
}

.l-bottom_info_content_title .m-text01_in{
	padding: 0 10px;
	background-image: linear-gradient(to right, #ffef87, #ffef87);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 17px;
}

.l-bottom_info_content_title .m-color_blue02{
	font-size: 2.8rem;
}

.l-bottom_info_content_area{
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.4);
	padding: 0 40px;
}

.l-bottom_info_content_area:before,
.l-bottom_info_content_area:after{
	content: "";
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
}

.l-bottom_info_content_area:before{
	left: 0;
	border-top: 1px solid #238ceb;
	border-bottom: 1px solid #238ceb;
	border-left: 1px solid #238ceb;
	border-radius: 6px 0 0 6px;
}

.l-bottom_info_content_area:after{
	right: 0;
	border-top: 1px solid #238ceb;
	border-bottom: 1px solid #238ceb;
	border-right: 1px solid #238ceb;
	border-radius: 0 6px 6px 0;
}

.l-bottom_info_content_wrap{
	padding: 40px 0;
	border-bottom: 1px solid #238ceb;
}

.l-bottom_info_content{
	font-size: 1.8rem;
	line-height: 1.88;
}

@media screen and (max-width: 767px) {
	
.l-bottom_info {
	background-image: url("../../images/template/cms_bottom_bg_sp.jpg");
	padding-top: 14.666vw;
	padding-bottom: 14.666vw;
}

.l-bottom_info_content_title{
	font-size: 4.8vw;
	margin: -6.4vw 0 12vw 0;
}

.l-bottom_info_content_title .m-text01{
	padding: 0 1.333vw;
}

.l-bottom_info_content_title .m-text01:before,
.l-bottom_info_content_title .m-text01:after{
	border-top: 0.266vw solid #238ceb;
}

.l-bottom_info_content_title .m-text01_in{
	padding: 0 1.066vw;
  background-size: 100% 3.333vw;
}

.l-bottom_info_content_title .m-color_blue02{
	font-size: 5.6vw;
}

.l-bottom_info_content_area{
	border-radius: 1.333vw;
	padding: 0 4vw;
}

.l-bottom_info_content_area:before,
.l-bottom_info_content_area:after{
	width: 4vw;
}

.l-bottom_info_content_area:before{
	left: 0;
	border-top: 0.266vw solid #238ceb;
	border-bottom: 0.266vw solid #238ceb;
	border-left: 0.266vw solid #238ceb;
	border-radius: 1.333vw 0 0 1.333vw;
}

.l-bottom_info_content_area:after{
	right: 0;
	border-top: 0.266vw solid #238ceb;
	border-bottom: 0.266vw solid #238ceb;
	border-right: 0.266vw solid #238ceb;
	border-radius: 0 1.333vw 1.333vw 0;
}

.l-bottom_info_content_wrap{
	padding: 6.4vw 0 6.4vw 0;
	border-bottom: 0.266vw solid #238ceb;
}

.l-bottom_info_content{
	font-size: 4.266vw;
	line-height: 1.687;
}
	
}

/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px){
	.nopc{
		display: none !important;
	}
}
@media all and (max-width: 767px){
	.nosp{
		display: none !important;
	}
}

/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.66667vw !important;
  }

  .spfs49 {
    font-size: 6.53333vw !important;
  }

  .spfs48 {
    font-size: 6.4vw !important;
  }

  .spfs47 {
    font-size: 6.26667vw !important;
  }

  .spfs46 {
    font-size: 6.13333vw !important;
  }

  .spfs45 {
    font-size: 6vw !important;
  }

  .spfs44 {
    font-size: 5.86667vw !important;
  }

  .spfs43 {
    font-size: 5.73333vw !important;
  }

  .spfs42 {
    font-size: 5.6vw !important;
  }

  .spfs41 {
    font-size: 5.46667vw !important;
  }

  .spfs40 {
    font-size: 5.33333vw !important;
  }

  .spfs39 {
    font-size: 5.2vw !important;
  }

  .spfs38 {
    font-size: 5.06667vw !important;
  }

  .spfs37 {
    font-size: 4.93333vw !important;
  }

  .spfs36 {
    font-size: 4.8vw !important;
  }

  .spfs35 {
    font-size: 4.66667vw !important;
  }

  .spfs34 {
    font-size: 4.53333vw !important;
  }

  .spfs33 {
    font-size: 4.4vw !important;
  }

  .spfs32 {
    font-size: 4.26667vw !important;
  }

  .spfs31 {
    font-size: 4.13333vw !important;
  }

  .spfs30 {
    font-size: 4vw !important;
  }

  .spfs29 {
    font-size: 3.86667vw !important;
  }

  .spfs28 {
    font-size: 3.73333vw !important;
  }

  .spfs27 {
    font-size: 3.6vw !important;
  }

  .spfs26 {
    font-size: 3.46667vw !important;
  }

  .spfs25 {
    font-size: 3.33333vw !important;
  }

  .spfs24 {
    font-size: 3.2vw !important;
  }

  .spfs23 {
    font-size: 3.06667vw !important;
  }

  .spfs22 {
    font-size: 2.93333vw !important;
  }

  .spfs21 {
    font-size: 2.8vw !important;
  }

  .spfs20 {
    font-size: 2.66667vw !important;
  }

  .spfs19 {
    font-size: 2.53333vw !important;
  }

  .spfs18 {
    font-size: 2.4vw !important;
  }

  .spfs17 {
    font-size: 2.26667vw !important;
  }

  .spfs16 {
    font-size: 2.13333vw !important;
  }

  .spfs15 {
    font-size: 2vw !important;
  }

  .spfs14 {
    font-size: 1.86667vw !important;
  }

  .spfs13 {
    font-size: 1.73333vw !important;
  }

  .spfs12 {
    font-size: 1.6vw !important;
  }

  .spfs11 {
    font-size: 1.46667vw !important;
  }

  .spfs10 {
    font-size: 1.33333vw !important;
  }

  .spfs9 {
    font-size: 1.2vw !important;
  }

  .spfs8 {
    font-size: 1.06667vw !important;
  }

  .spfs7 {
    font-size: 0.93333vw !important;
  }

  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.vab {
	vertical-align: bottom !important;
}

.fwb {
  font-weight: bold !important;
}

.fw100 {
	font-weight: 100 !important;
}

.fw200 {
	font-weight: 200 !important;
}

.fw300 {
	font-weight: 300 !important;
}

.fw400 {
	font-weight: 400 !important;
}

.fw500 {
	font-weight: 500 !important;
}

.fw600 {
	font-weight: 600 !important;
}

.fw700 {
	font-weight: 700 !important;
}

.fw800 {
	font-weight: 800 !important;
}

.fw900 {
	font-weight: 900 !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }

  .sptac {
    text-align: center !important;
  }

  .sptar {
    text-align: right !important;
  }
	
	.spvat {
		vertical-align: top !important;
	}

	.spvam {
		vertical-align: middle !important;
	}

	.spvab {
		vertical-align: bottom !important;
	}

  .spfwb {
    font-weight: bold !important;
  }
	
	.spfw100 {
		font-weight: 100 !important;
	}

	.spfw200 {
		font-weight: 200 !important;
	}

	.spfw300 {
		font-weight: 300 !important;
	}

	.spfw400 {
		font-weight: 400 !important;
	}

	.spfw500 {
		font-weight: 500 !important;
	}

	.spfw600 {
		font-weight: 600 !important;
	}

	.spfw700 {
		font-weight: 700 !important;
	}

	.spfw800 {
		font-weight: 800 !important;
	}

	.spfw900 {
		font-weight: 900 !important;
	}
	
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.33333vw !important;
  }

  .spmb100 {
    margin-bottom: 13.33333vw !important;
  }

  .spml100 {
    margin-left: 13.33333vw !important;
  }

  .spmr100 {
    margin-right: 13.33333vw !important;
  }

  .spmt95 {
    margin-top: 12.66667vw !important;
  }

  .spmb95 {
    margin-bottom: 12.66667vw !important;
  }

  .spml95 {
    margin-left: 12.66667vw !important;
  }

  .spmr95 {
    margin-right: 12.66667vw !important;
  }

  .spmt90 {
    margin-top: 12vw !important;
  }

  .spmb90 {
    margin-bottom: 12vw !important;
  }

  .spml90 {
    margin-left: 12vw !important;
  }

  .spmr90 {
    margin-right: 12vw !important;
  }

  .spmt85 {
    margin-top: 11.33333vw !important;
  }

  .spmb85 {
    margin-bottom: 11.33333vw !important;
  }

  .spml85 {
    margin-left: 11.33333vw !important;
  }

  .spmr85 {
    margin-right: 11.33333vw !important;
  }

  .spmt80 {
    margin-top: 10.66667vw !important;
  }

  .spmb80 {
    margin-bottom: 10.66667vw !important;
  }

  .spml80 {
    margin-left: 10.66667vw !important;
  }

  .spmr80 {
    margin-right: 10.66667vw !important;
  }

  .spmt75 {
    margin-top: 10vw !important;
  }

  .spmb75 {
    margin-bottom: 10vw !important;
  }

  .spml75 {
    margin-left: 10vw !important;
  }

  .spmr75 {
    margin-right: 10vw !important;
  }

  .spmt70 {
    margin-top: 9.33333vw !important;
  }

  .spmb70 {
    margin-bottom: 9.33333vw !important;
  }

  .spml70 {
    margin-left: 9.33333vw !important;
  }

  .spmr70 {
    margin-right: 9.33333vw !important;
  }

  .spmt65 {
    margin-top: 8.66667vw !important;
  }

  .spmb65 {
    margin-bottom: 8.66667vw !important;
  }

  .spml65 {
    margin-left: 8.66667vw !important;
  }

  .spmr65 {
    margin-right: 8.66667vw !important;
  }

  .spmt60 {
    margin-top: 8vw !important;
  }

  .spmb60 {
    margin-bottom: 8vw !important;
  }

  .spml60 {
    margin-left: 8vw !important;
  }

  .spmr60 {
    margin-right: 8vw !important;
  }

  .spmt55 {
    margin-top: 7.33333vw !important;
  }

  .spmb55 {
    margin-bottom: 7.33333vw !important;
  }

  .spml55 {
    margin-left: 7.33333vw !important;
  }

  .spmr55 {
    margin-right: 7.33333vw !important;
  }

  .spmt50 {
    margin-top: 6.66667vw !important;
  }

  .spmb50 {
    margin-bottom: 6.66667vw !important;
  }

  .spml50 {
    margin-left: 6.66667vw !important;
  }

  .spmr50 {
    margin-right: 6.66667vw !important;
  }

  .spmt45 {
    margin-top: 6vw !important;
  }

  .spmb45 {
    margin-bottom: 6vw !important;
  }

  .spml45 {
    margin-left: 6vw !important;
  }

  .spmr45 {
    margin-right: 6vw !important;
  }

  .spmt40 {
    margin-top: 5.33333vw !important;
  }

  .spmb40 {
    margin-bottom: 5.33333vw !important;
  }

  .spml40 {
    margin-left: 5.33333vw !important;
  }

  .spmr40 {
    margin-right: 5.33333vw !important;
  }

  .spmt35 {
    margin-top: 4.66667vw !important;
  }

  .spmb35 {
    margin-bottom: 4.66667vw !important;
  }

  .spml35 {
    margin-left: 4.66667vw !important;
  }

  .spmr35 {
    margin-right: 4.66667vw !important;
  }

  .spmt30 {
    margin-top: 4vw !important;
  }

  .spmb30 {
    margin-bottom: 4vw !important;
  }

  .spml30 {
    margin-left: 4vw !important;
  }

  .spmr30 {
    margin-right: 4vw !important;
  }

  .spmt25 {
    margin-top: 3.33333vw !important;
  }

  .spmb25 {
    margin-bottom: 3.33333vw !important;
  }

  .spml25 {
    margin-left: 3.33333vw !important;
  }

  .spmr25 {
    margin-right: 3.33333vw !important;
  }

  .spmt20 {
    margin-top: 2.66667vw !important;
  }

  .spmb20 {
    margin-bottom: 2.66667vw !important;
  }

  .spml20 {
    margin-left: 2.66667vw !important;
  }

  .spmr20 {
    margin-right: 2.66667vw !important;
  }

  .spmt15 {
    margin-top: 2vw !important;
  }

  .spmb15 {
    margin-bottom: 2vw !important;
  }

  .spml15 {
    margin-left: 2vw !important;
  }

  .spmr15 {
    margin-right: 2vw !important;
  }

  .spmt10 {
    margin-top: 1.33333vw !important;
  }

  .spmb10 {
    margin-bottom: 1.33333vw !important;
  }

  .spml10 {
    margin-left: 1.33333vw !important;
  }

  .spmr10 {
    margin-right: 1.33333vw !important;
  }

  .spmt5 {
    margin-top: 0.66667vw !important;
  }

  .spmb5 {
    margin-bottom: 0.66667vw !important;
  }

  .spml5 {
    margin-left: 0.66667vw !important;
  }

  .spmr5 {
    margin-right: 0.66667vw !important;
  }

  .spmt0 {
    margin-top: 0vw !important;
  }

  .spmb0 {
    margin-bottom: 0vw !important;
  }

  .spml0 {
    margin-left: 0vw !important;
  }

  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.33333vw !important;
  }

  .sppb100 {
    padding-bottom: 13.33333vw !important;
  }

  .sppl100 {
    padding-left: 13.33333vw !important;
  }

  .sppr100 {
    padding-right: 13.33333vw !important;
  }

  .sppt95 {
    padding-top: 12.66667vw !important;
  }

  .sppb95 {
    padding-bottom: 12.66667vw !important;
  }

  .sppl95 {
    padding-left: 12.66667vw !important;
  }

  .sppr95 {
    padding-right: 12.66667vw !important;
  }

  .sppt90 {
    padding-top: 12vw !important;
  }

  .sppb90 {
    padding-bottom: 12vw !important;
  }

  .sppl90 {
    padding-left: 12vw !important;
  }

  .sppr90 {
    padding-right: 12vw !important;
  }

  .sppt85 {
    padding-top: 11.33333vw !important;
  }

  .sppb85 {
    padding-bottom: 11.33333vw !important;
  }

  .sppl85 {
    padding-left: 11.33333vw !important;
  }

  .sppr85 {
    padding-right: 11.33333vw !important;
  }

  .sppt80 {
    padding-top: 10.66667vw !important;
  }

  .sppb80 {
    padding-bottom: 10.66667vw !important;
  }

  .sppl80 {
    padding-left: 10.66667vw !important;
  }

  .sppr80 {
    padding-right: 10.66667vw !important;
  }

  .sppt75 {
    padding-top: 10vw !important;
  }

  .sppb75 {
    padding-bottom: 10vw !important;
  }

  .sppl75 {
    padding-left: 10vw !important;
  }

  .sppr75 {
    padding-right: 10vw !important;
  }

  .sppt70 {
    padding-top: 9.33333vw !important;
  }

  .sppb70 {
    padding-bottom: 9.33333vw !important;
  }

  .sppl70 {
    padding-left: 9.33333vw !important;
  }

  .sppr70 {
    padding-right: 9.33333vw !important;
  }

  .sppt65 {
    padding-top: 8.66667vw !important;
  }

  .sppb65 {
    padding-bottom: 8.66667vw !important;
  }

  .sppl65 {
    padding-left: 8.66667vw !important;
  }

  .sppr65 {
    padding-right: 8.66667vw !important;
  }

  .sppt60 {
    padding-top: 8vw !important;
  }

  .sppb60 {
    padding-bottom: 8vw !important;
  }

  .sppl60 {
    padding-left: 8vw !important;
  }

  .sppr60 {
    padding-right: 8vw !important;
  }

  .sppt55 {
    padding-top: 7.33333vw !important;
  }

  .sppb55 {
    padding-bottom: 7.33333vw !important;
  }

  .sppl55 {
    padding-left: 7.33333vw !important;
  }

  .sppr55 {
    padding-right: 7.33333vw !important;
  }

  .sppt50 {
    padding-top: 6.66667vw !important;
  }

  .sppb50 {
    padding-bottom: 6.66667vw !important;
  }

  .sppl50 {
    padding-left: 6.66667vw !important;
  }

  .sppr50 {
    padding-right: 6.66667vw !important;
  }

  .sppt45 {
    padding-top: 6vw !important;
  }

  .sppb45 {
    padding-bottom: 6vw !important;
  }

  .sppl45 {
    padding-left: 6vw !important;
  }

  .sppr45 {
    padding-right: 6vw !important;
  }

  .sppt40 {
    padding-top: 5.33333vw !important;
  }

  .sppb40 {
    padding-bottom: 5.33333vw !important;
  }

  .sppl40 {
    padding-left: 5.33333vw !important;
  }

  .sppr40 {
    padding-right: 5.33333vw !important;
  }

  .sppt35 {
    padding-top: 4.66667vw !important;
  }

  .sppb35 {
    padding-bottom: 4.66667vw !important;
  }

  .sppl35 {
    padding-left: 4.66667vw !important;
  }

  .sppr35 {
    padding-right: 4.66667vw !important;
  }

  .sppt30 {
    padding-top: 4vw !important;
  }

  .sppb30 {
    padding-bottom: 4vw !important;
  }

  .sppl30 {
    padding-left: 4vw !important;
  }

  .sppr30 {
    padding-right: 4vw !important;
  }

  .sppt25 {
    padding-top: 3.33333vw !important;
  }

  .sppb25 {
    padding-bottom: 3.33333vw !important;
  }

  .sppl25 {
    padding-left: 3.33333vw !important;
  }

  .sppr25 {
    padding-right: 3.33333vw !important;
  }

  .sppt20 {
    padding-top: 2.66667vw !important;
  }

  .sppb20 {
    padding-bottom: 2.66667vw !important;
  }

  .sppl20 {
    padding-left: 2.66667vw !important;
  }

  .sppr20 {
    padding-right: 2.66667vw !important;
  }

  .sppt15 {
    padding-top: 2vw !important;
  }

  .sppb15 {
    padding-bottom: 2vw !important;
  }

  .sppl15 {
    padding-left: 2vw !important;
  }

  .sppr15 {
    padding-right: 2vw !important;
  }

  .sppt10 {
    padding-top: 1.33333vw !important;
  }

  .sppb10 {
    padding-bottom: 1.33333vw !important;
  }

  .sppl10 {
    padding-left: 1.33333vw !important;
  }

  .sppr10 {
    padding-right: 1.33333vw !important;
  }

  .sppt5 {
    padding-top: 0.66667vw !important;
  }

  .sppb5 {
    padding-bottom: 0.66667vw !important;
  }

  .sppl5 {
    padding-left: 0.66667vw !important;
  }

  .sppr5 {
    padding-right: 0.66667vw !important;
  }

  .sppt0 {
    padding-top: 0vw !important;
  }

  .sppb0 {
    padding-bottom: 0vw !important;
  }

  .sppl0 {
    padding-left: 0vw !important;
  }

  .sppr0 {
    padding-right: 0vw !important;
  }
}

/* 
---------------------------------------------------------------------------- */
/* width
---------------------------------------------------------------------------- */

.w0p{ width: 0% !important;}
.w01p{ width: 1% !important;}
.w02p{ width: 2% !important;}
.w03p{ width: 3% !important;}
.w04p{ width: 4% !important;}
.w05p{ width: 5% !important;}
.w06p{ width: 6% !important;}
.w07p{ width: 7% !important;}
.w08p{ width: 8% !important;}
.w09p{ width: 9% !important;}
.w10p{ width: 10% !important;}
.w11p{ width: 11% !important;}
.w12p{ width: 12% !important;}
.w13p{ width: 13% !important;}
.w14p{ width: 14% !important;}
.w15p{ width: 15% !important;}
.w16p{ width: 16% !important;}
.w17p{ width: 17% !important;}
.w18p{ width: 18% !important;}
.w19p{ width: 19% !important;}
.w20p{ width: 20% !important;}
.w21p{ width: 21% !important;}
.w22p{ width: 22% !important;}
.w23p{ width: 23% !important;}
.w24p{ width: 24% !important;}
.w25p{ width: 25% !important;}
.w26p{ width: 26% !important;}
.w27p{ width: 27% !important;}
.w28p{ width: 28% !important;}
.w29p{ width: 29% !important;}
.w30p{ width: 30% !important;}
.w31p{ width: 31% !important;}
.w32p{ width: 32% !important;}
.w33p{ width: 33% !important;}
.w33_3p{ width: 33.3% !important;}
.w34p{ width: 34% !important;}
.w35p{ width: 35% !important;}
.w36p{ width: 36% !important;}
.w37p{ width: 37% !important;}
.w38p{ width: 38% !important;}
.w39p{ width: 39% !important;}
.w40p{ width: 40% !important;}
.w41p{ width: 41% !important;}
.w42p{ width: 42% !important;}
.w43p{ width: 43% !important;}
.w44p{ width: 44% !important;}
.w45p{ width: 45% !important;}
.w46p{ width: 46% !important;}
.w47p{ width: 47% !important;}
.w48p{ width: 48% !important;}
.w49p{ width: 49% !important;}
.w50p{ width: 50% !important;}
.w51p{ width: 51% !important;}
.w52p{ width: 52% !important;}
.w53p{ width: 53% !important;}
.w54p{ width: 54% !important;}
.w55p{ width: 55% !important;}
.w56p{ width: 56% !important;}
.w57p{ width: 57% !important;}
.w58p{ width: 58% !important;}
.w59p{ width: 59% !important;}
.w60p{ width: 60% !important;}
.w61p{ width: 61% !important;}
.w62p{ width: 62% !important;}
.w63p{ width: 63% !important;}
.w64p{ width: 64% !important;}
.w65p{ width: 65% !important;}
.w66p{ width: 66% !important;}
.w67p{ width: 67% !important;}
.w68p{ width: 68% !important;}
.w69p{ width: 69% !important;}
.w70p{ width: 70% !important;}
.w71p{ width: 71% !important;}
.w72p{ width: 72% !important;}
.w73p{ width: 73% !important;}
.w74p{ width: 74% !important;}
.w75p{ width: 75% !important;}
.w76p{ width: 76% !important;}
.w77p{ width: 77% !important;}
.w78p{ width: 78% !important;}
.w79p{ width: 79% !important;}
.w80p{ width: 80% !important;}
.w81p{ width: 81% !important;}
.w82p{ width: 82% !important;}
.w83p{ width: 83% !important;}
.w84p{ width: 84% !important;}
.w85p{ width: 85% !important;}
.w86p{ width: 86% !important;}
.w87p{ width: 87% !important;}
.w88p{ width: 88% !important;}
.w89p{ width: 89% !important;}
.w90p{ width: 90% !important;}
.w91p{ width: 91% !important;}
.w92p{ width: 92% !important;}
.w93p{ width: 93% !important;}
.w94p{ width: 94% !important;}
.w95p{ width: 95% !important;}
.w96p{ width: 96% !important;}
.w97p{ width: 97% !important;}
.w98p{ width: 98% !important;}
.w99p{ width: 99% !important;}
.w100p{ width: 100% !important;}

@media screen and (max-width: 767px) {
	.spw0p{ width: 0% !important;}
	.spw01p{ width: 1% !important;}
	.spw02p{ width: 2% !important;}
	.spw03p{ width: 3% !important;}
	.spw04p{ width: 4% !important;}
	.spw05p{ width: 5% !important;}
	.spw06p{ width: 6% !important;}
	.spw07p{ width: 7% !important;}
	.spw08p{ width: 8% !important;}
	.spw09p{ width: 9% !important;}
	.spw10p{ width: 10% !important;}
	.spw11p{ width: 11% !important;}
	.spw12p{ width: 12% !important;}
	.spw13p{ width: 13% !important;}
	.spw14p{ width: 14% !important;}
	.spw15p{ width: 15% !important;}
	.spw16p{ width: 16% !important;}
	.spw17p{ width: 17% !important;}
	.spw18p{ width: 18% !important;}
	.spw19p{ width: 19% !important;}
	.spw20p{ width: 20% !important;}
	.spw21p{ width: 21% !important;}
	.spw22p{ width: 22% !important;}
	.spw23p{ width: 23% !important;}
	.spw24p{ width: 24% !important;}
	.spw25p{ width: 25% !important;}
	.spw26p{ width: 26% !important;}
	.spw27p{ width: 27% !important;}
	.spw28p{ width: 28% !important;}
	.spw29p{ width: 29% !important;}
	.spw30p{ width: 30% !important;}
	.spw31p{ width: 31% !important;}
	.spw32p{ width: 32% !important;}
	.spw33p{ width: 33% !important;}
	.spw33_3p{ width: 33.3% !important;}
	.spw34p{ width: 34% !important;}
	.spw35p{ width: 35% !important;}
	.spw36p{ width: 36% !important;}
	.spw37p{ width: 37% !important;}
	.spw38p{ width: 38% !important;}
	.spw39p{ width: 39% !important;}
	.spw40p{ width: 40% !important;}
	.spw41p{ width: 41% !important;}
	.spw42p{ width: 42% !important;}
	.spw43p{ width: 43% !important;}
	.spw44p{ width: 44% !important;}
	.spw45p{ width: 45% !important;}
	.spw46p{ width: 46% !important;}
	.spw47p{ width: 47% !important;}
	.spw48p{ width: 48% !important;}
	.spw49p{ width: 49% !important;}
	.spw50p{ width: 50% !important;}
	.spw51p{ width: 51% !important;}
	.spw52p{ width: 52% !important;}
	.spw53p{ width: 53% !important;}
	.spw54p{ width: 54% !important;}
	.spw55p{ width: 55% !important;}
	.spw56p{ width: 56% !important;}
	.spw57p{ width: 57% !important;}
	.spw58p{ width: 58% !important;}
	.spw59p{ width: 59% !important;}
	.spw60p{ width: 60% !important;}
	.spw61p{ width: 61% !important;}
	.spw62p{ width: 62% !important;}
	.spw63p{ width: 63% !important;}
	.spw64p{ width: 64% !important;}
	.spw65p{ width: 65% !important;}
	.spw66p{ width: 66% !important;}
	.spw67p{ width: 67% !important;}
	.spw68p{ width: 68% !important;}
	.spw69p{ width: 69% !important;}
	.spw70p{ width: 70% !important;}
	.spw71p{ width: 71% !important;}
	.spw72p{ width: 72% !important;}
	.spw73p{ width: 73% !important;}
	.spw74p{ width: 74% !important;}
	.spw75p{ width: 75% !important;}
	.spw76p{ width: 76% !important;}
	.spw77p{ width: 77% !important;}
	.spw78p{ width: 78% !important;}
	.spw79p{ width: 79% !important;}
	.spw80p{ width: 80% !important;}
	.spw81p{ width: 81% !important;}
	.spw82p{ width: 82% !important;}
	.spw83p{ width: 83% !important;}
	.spw84p{ width: 84% !important;}
	.spw85p{ width: 85% !important;}
	.spw86p{ width: 86% !important;}
	.spw87p{ width: 87% !important;}
	.spw88p{ width: 88% !important;}
	.spw89p{ width: 89% !important;}
	.spw90p{ width: 90% !important;}
	.spw91p{ width: 91% !important;}
	.spw92p{ width: 92% !important;}
	.spw93p{ width: 93% !important;}
	.spw94p{ width: 94% !important;}
	.spw95p{ width: 95% !important;}
	.spw96p{ width: 96% !important;}
	.spw97p{ width: 97% !important;}
	.spw98p{ width: 98% !important;}
	.spw99p{ width: 99% !important;}
	.spw100p{ width: 100% !important;}
}

/* 
---------------------------------------------------------------------------- */
/* flex
---------------------------------------------------------------------------- */

.flex{
  display: flex !important;
  display: -webkit-flex !important;
}

/*  --------------- flex-direction --------------- */

.flex-d_r{
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
}

.flex-d_r-re{
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
}

.flex-d_c{
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

.flex-d_c-re{
  flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
}

/*  --------------- flex-wrap --------------- */

.flex-w_no{
  flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
}

.flex-w_w{
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
}

.flex-w_w-re{
  flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
}

/*  --------------- justify-content  --------------- */

.flex-jc_fs{
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}

.flex-jc_fe{
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}

.flex-jc_c{
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

.flex-jc_sb{
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}

.flex-jc_sa{
  justify-content: space-around !important;
  -webkit-justify-content: space-around !important;
}


/*  --------------- align-content ---------------  */

.flex-ac_fs {
  align-content: flex-start !important;
  -webkit-align-content: flex-start !important;
}

.flex-ac_fe {
  align-content: flex-end !important;
  -webkit-align-content: flex-end !important;
}

.flex-ac_c {
  align-content: center !important;
  -webkit-align-content: center !important;
}

.flex-ac_sb {
  align-content: space-between !important;
  -webkit-align-content: space-between !important;
}

.flex-ac_sa {
  align-content: space-around !important;
  -webkit-align-content: space-around !important;
}

/*  --------------- align-items  --------------- */

.flex-ai_fs{
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
}

.flex-ai_fe{
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
}

.flex-ai_c{
  align-items: center !important;
  -webkit-align-items: center !important;
}

.flex-ai_b{
  align-items: baseline !important;
  -webkit-align-items: baseline !important;
}

.flex-ai_s{
  align-items: stretch !important;
  -webkit-align-items: stretch !important;
}

/*  --------------- .align-self  ---------------*/

.flex-as_fs{
  align-self: flex-start !important;
  -webkit-align-self: flex-start !important;
}

.flex-as_fe{
  align-self: flex-end !important;
  -webkit-align-self: flex-end !important;
}

.flex-as_c{
  align-self: center !important;
  -webkit-align-self: center !important;
}

.flex-as_b{
  align-self: baseline !important;
  -webkit-align-self: baseline !important;
}

.flex-as_s{
  align-self: stretch !important;
  -webkit-align-self: stretch !important;
}

/* --------------- .order  --------------- */

.order01{ order: 1 !important; -webkit-order: 1 !important; }
.order02{ order: 2 !important; -webkit-order: 2 !important; }
.order03{ order: 3 !important; -webkit-order: 3 !important; }
.order04{ order: 4 !important; -webkit-order: 4 !important; }
.order05{ order: 5 !important; -webkit-order: 5 !important; }
.order06{ order: 6 !important; -webkit-order: 6 !important; }
.order07{ order: 7 !important; -webkit-order: 7 !important; }
.order08{ order: 8 !important; -webkit-order: 8 !important; }
.order09{ order: 9 !important; -webkit-order: 9 !important; }
.order10{ order: 10 !important; -webkit-order: 10 !important; }
.order11{ order: 11 !important; -webkit-order: 11 !important; }
.order12{ order: 12 !important; -webkit-order: 12 !important; }
.order13{ order: 13 !important; -webkit-order: 13 !important; }
.order14{ order: 14 !important; -webkit-order: 14 !important; }
.order15{ order: 15 !important; -webkit-order: 15 !important; }
.order16{ order: 16 !important; -webkit-order: 16 !important; }
.order17{ order: 17 !important; -webkit-order: 17 !important; }
.order18{ order: 18 !important; -webkit-order: 18 !important; }
.order19{ order: 19 !important; -webkit-order: 19 !important; }
.order20{ order: 20 !important; -webkit-order: 20 !important; }

/*  --------------- .flex-g --------------- */

.flex-g01{ flex-grow: 1 !important; -webkit-flex-grow: 1 !important; }


/* sp */
@media screen and (max-width: 700px) {

.spflex{
  display: flex !important;
  display: -webkit-flex !important;
}

/*  --------------- flex-direction --------------- */

.spflex-d_r{
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
}

.spflex-d_r-re{
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
}

.spflex-d_c{
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

.spflex-d_c-re{
  flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
}

/*  --------------- flex-wrap --------------- */

.spflex-w_no{
  flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
}

.spflex-w_w{
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
}

.spflex-w_w-re{
  flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
}

/*  --------------- justify-content  --------------- */

.spflex-jc_fs{
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}

.spflex-jc_fe{
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}

.spflex-jc_c{
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

.spflex-jc_sb{
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}

.spflex-jc_sa{
  justify-content: space-around !important;
  -webkit-justify-content: space-around !important;
}


/*  --------------- align-content ---------------  */

.spflex-ac_fs {
  align-content: flex-start !important;
  -webkit-align-content: flex-start !important;
}

.spflex-ac_fe {
  align-content: flex-end !important;
  -webkit-align-content: flex-end !important;
}

.spflex-ac_c {
  align-content: center !important;
  -webkit-align-content: center !important;
}

.spflex-ac_sb {
  align-content: space-between !important;
  -webkit-align-content: space-between !important;
}

.spflex-ac_sa {
  align-content: space-around !important;
  -webkit-align-content: space-around !important;
}

/*  --------------- align-items  --------------- */

.spflex-ai_fs{
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
}

.spflex-ai_fe{
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
}

.spflex-ai_c{
  align-items: center !important;
  -webkit-align-items: center !important;
}

.spflex-ai_b{
  align-items: baseline !important;
  -webkit-align-items: baseline !important;
}

.spflex-ai_s{
  align-items: stretch !important;
  -webkit-align-items: stretch !important;
}


/*  --------------- .spalign-self  ---------------*/

.spflex-as_fs{
  align-self: flex-start !important;
  -webkit-align-self: flex-start !important;
}

.spflex-as_fe{
  align-self: flex-end !important;
  -webkit-align-self: flex-end !important;
}

.spflex-as_c{
  align-self: center !important;
  -webkit-align-self: center !important;
}

.spflex-as_b{
  align-self: baseline !important;
  -webkit-align-self: baseline !important;
}

.spflex-as_s{
  align-self: stretch !important;
  -webkit-align-self: stretch !important;
}

/* --------------- .sporder  --------------- */

.sporder01{ order: 1 !important; -webkit-order: 1 !important; }
.sporder02{ order: 2 !important; -webkit-order: 2 !important; }
.sporder03{ order: 3 !important; -webkit-order: 3 !important; }
.sporder04{ order: 4 !important; -webkit-order: 4 !important; }
.sporder05{ order: 5 !important; -webkit-order: 5 !important; }
.sporder06{ order: 6 !important; -webkit-order: 6 !important; }
.sporder07{ order: 7 !important; -webkit-order: 7 !important; }
.sporder08{ order: 8 !important; -webkit-order: 8 !important; }
.sporder09{ order: 9 !important; -webkit-order: 9 !important; }
.sporder10{ order: 10 !important; -webkit-order: 10 !important; }
.sporder11{ order: 11 !important; -webkit-order: 11 !important; }
.sporder12{ order: 12 !important; -webkit-order: 12 !important; }
.sporder13{ order: 13 !important; -webkit-order: 13 !important; }
.sporder14{ order: 14 !important; -webkit-order: 14 !important; }
.sporder15{ order: 15 !important; -webkit-order: 15 !important; }
.sporder16{ order: 16 !important; -webkit-order: 16 !important; }
.sporder17{ order: 17 !important; -webkit-order: 17 !important; }
.sporder18{ order: 18 !important; -webkit-order: 18 !important; }
.sporder19{ order: 19 !important; -webkit-order: 19 !important; }
.sporder20{ order: 20 !important; -webkit-order: 20 !important; }

/*  --------------- .spflex-g --------------- */

.spflex-g01{ flex-grow: 1 !important; -webkit-flex-grow: 1 !important; }
}



/* 
---------------------------------------------------------------------------- */
/* radius
---------------------------------------------------------------------------- */

.radius0{
	border-radius: 0 !important;
}

/* sp */
@media screen and (max-width: 700px) {

.spradius0{
	border-radius: 0 !important;
}
	
}

/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
	* html body {
		zoom: 70%;
	}
}