@charset "UTF-8";

/*----------------------------------------------------
☆Reset
----------------------------------------------------*/
html,
html.middle {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
/* @media only screen and (max-width: 1740px) {
	html,
	html.middle {
		font-size: 52.5%;
	}
}
@media only screen and (max-width: 1080px) {
	html,
	html.middle {
		font-size: 62.5%;
	}
} */
html.large {
	font-size: 72.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	color: #111111;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
}

_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link,
a:hover,
a:focus {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  zoom: 1;
}
ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #30375a;
	color: #FFF; /* Safari */
}

::-moz-selection {
	background-color: #30375a;
	color: #FFF; /* Firefox */
}

/* #wrap .animated {
	opacity:0;
} */
#wrap{
	overflow: hidden;
}


/*----------------------------------------------------
	☆head
----------------------------------------------------*/
#header{
	width: 100%;
	background: #fff;
	padding: 0 0 0;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:3;
}
#header .header{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
	#header .header {width: 100%;}
}

#header .boxL{
	width: 160px;
}
#header .boxL img{
	width: 100%;
	display: block;
}
#header .boxL .top_logo{
	text-align: center;
	padding: 20px 0;
}
#header .boxL .top_logo a{
	display: block;
	color: #000;
}
#header .boxL .top_logo span{
	display: block;
}
#header .boxL .top_logo .jap{
	font-size: 32px;
	letter-spacing: 0.021em;
}
#header .boxL .top_logo .eng{
	font-size: 11px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.12em;
	font-weight: 400;
	margin-top: 10px;
}

#header .boxR{
	width:800px;
}




/* area_top */
#header .boxR .head_btn_area{
	width: 543px;
	float: right;

}


#header .boxR .area_top{
	display: block;
	font-size: 0;
	width: 100%;
}
#header .boxR .area_top .list_text{
	font-size: 0;
	text-align: center;
	padding: 8px 0;
	display: inline-block;
	vertical-align: middle;
}
#header .boxR .area_top .list_text li{
	display: inline-block;
	vertical-align: middle;
}
#header .boxR .area_top .list_text li a,
#header .boxR .area_top .list_text li p{
	font-size: 12px;
	letter-spacing: 0.02em;
	padding: 0 15px;
	display: block;
	font-weight: bold;
}

#header .boxR .area_top .list_text li.floormap a{
	border-right: 1px solid #ABABAB;
	padding-left: 25px;
	position: relative;
}
#header .boxR .area_top .list_text li.floormap a:before{
	content: "";
	width: 15px;
	height: 13px;
	background: url('../cmn_img/icon_headmap.png')no-repeat center center/contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6.5px;
}

#header .boxR .area_top #bgbox{
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

#header .boxR .area_top #bgbox button{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	cursor: pointer;
	margin: 0 2px;
}

#header .boxR .area_top #bgbox #bgBtn1{
	border: 1px solid #D8D8D8;
	background: #fff;
}
#header .boxR .area_top #bgbox #bgBtn2{
	border: 1px solid #0515B1;
	background: #0515B1;
	color: #fff;
}
#header .boxR .area_top #bgbox #bgBtn3{
	border: 1px solid #FFCD45;
	background: #FFCD45;
	color: #000;
}
#header .boxR .area_top #bgbox #bgBtn4{
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
#header .boxR .area_top .font_sizelist{
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

#header .boxR .area_top .font_sizelist li{
	font-size: 13px;
	letter-spacing: 0.02em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	border: 1px solid #D8D8D8;
	background: #fff;
	text-align: center;
	display: inline-block;
	line-height: 31px;
	height: 31px;
	padding: 0 10px;
	margin:0 1.5px;
	cursor: pointer;
}

#header .boxR .area_top .font_sizelist li.active{
	border: 1px solid #F5F5F5;
	background: #F5F5F5;
}

#header .boxR .area_top #cse_search_box{
	width: 168px;
	display: inline-block;
	vertical-align: middle;
}

#header .boxR .area_top #cse_search_box .search_box_wrap{
	position: relative;
	border: 1px solid #D8D8D8;
  background:#FAFAFA;
	height: 31px;
	line-height: 31px;
}
#header .boxR .area_top #cse_search_box .search_box_wrap input{
	border: none;
	width: 100%;
	background: #FAFAFA;
	height: 29px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 5px 40px 5px 5px;
	font-size: 13px;
}
#header .boxR .area_top #cse_search_box .search_box_wrap button{
	position: absolute;
	right: 0;
	border: 0;
	background: #FAFAFA;
	cursor: pointer;
	height: 29px;
	width: 37px;
	padding: 0;
}
#header .boxR .area_top .world_link{
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#header .boxR .area_top .language {
  overflow: hidden;
  width:100%;
  text-align: center;
	border: 1px solid #D8D8D8;
	background: #fff;
	position: relative;
	height: 31px;
	line-height: 31px;

}
#header .boxR .area_top .language select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #626262;
	height: 29px;
	line-height: 29px;
}
#header .boxR .area_top .language select::-ms-expand {
  display: none;
}

#header .boxR .area_top .language:after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	transform: rotate(45deg);
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -4px;
	pointer-events: none;
}
#header .boxR .area_top .tel{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#header .boxR .area_top .tel a{
	font-size: 23px;
	letter-spacing: 0.03em;
	font-weight: bold;
	padding-left: 25px;
	position: relative;
	color: #000;
	line-height: 1;
}




#header .boxR .area_top .tel a:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url('../cmn_img/icon_headtel.png') no-repeat center center/contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}

#header .boxR .area_top .tel a span{
	font-size:14px;
	letter-spacing: 0;
}

#header .area_btm{
	text-align: center;
	font-size: 0;
	margin-top: 35px;
}
#header .area_btm ul{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
#header .area_btm li{
	display: inline-block;
	vertical-align: middle;
	width: 16.66%;
/* 	position:relative; */
}

#header .area_btm li .top{
	display: block;
	font-size: 18px;
	letter-spacing: 0.02em;
	font-weight: bold;
	position: relative;
}
#header .area_btm li .top:before,
#header .area_btm li:nth-last-of-type(1) .top:after{
	content: "";
	width: 1px;
	height: 36px;
	background: #DCDCDC;
	position: absolute;
	top: 2px;
}
#header .area_btm li .top:before{
	left: 0;
}

#header .area_btm li:nth-last-of-type(1) .top:after{
	right: 0;
}

#header .area_btm li .top br{
	display: none;
}
#header .area_btm li .btm{
	display: block;
	font-size: 11px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 8px;
}

#header .area_btm li a{
	padding: 0 0 25px 0;
	display: block;
	position: relative;
}
#header .area_btm li .main_link{
	position: relative;
}
#header .area_btm li .main_link:hover:after{
	content: "";
	width: 100%;
	height: 3px;
	background: #0BA54A;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

#header .area_btm li .mddwrap{
	position: absolute;
	background: #f9f9f9;
	width: 100%;
	left: 0;
	right: 0;
	border-top: 1px solid #E2E2E2;
	display: block;
	-webkit-box-shadow: 0px 24px 13px -13px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 24px 13px -13px rgba(0,0,0,0.04);
	box-shadow: 0px 24px 13px -13px rgba(0,0,0,0.04);
	display: none;
}

#header .area_btm li .mddwrap .mdd_innner{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 30px;
}

/* #header .area_btm li .mddwrap .mdd_innner .boxL{
	width: 25%;
}
#header .area_btm li .mddwrap .mdd_innner .boxL img{
	width: 100%;
	display: block;
	margin: 60px 0 50px;
} */

#header .area_btm li .mddwrap .mdd_innner .boxR{
	width: 100%;
	font-size: 0;
	text-align: left;
}

#header .area_btm li .mddwrap .mdd_innner .boxR .link a{
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.02em;
	padding: 10px 15px;
	color: #808080;
	position: relative;
	line-height: 1.2;
	display: inline-block;
}

#header .area_btm li .mddwrap .mdd_innner .boxR .link a span{
	font-size: 14px;
}
#header .area_btm li .mddwrap .mdd_innner .boxR .link a:hover{
	text-decoration: underline;
	color: #000;
	opacity: 1;
}
#header .area_btm li .mddwrap .mdd_innner .boxR .mdd_list{
	display: inline-block;
	vertical-align: top;
	margin-right: 90px;
	/* padding-top: 20px; */
}
#header .area_btm li .mddwrap .mdd_innner .boxR .mdd_list:nth-last-of-type(1){
	margin-right:0;
}
#header .boxR .icon_area{
	float: right;
	margin-left: 20px;
	width: 210px;
}
/* @media only screen and (max-width: 1110px) {
	#header .boxR{
		width:865px;
	}
	#header .boxR .head_btn_area{
		width: 620px;
	}
	#header .boxR .icon_area{
		margin-left: 10px;
		width: 220px;
	}
} */


#header .boxR .icon_area .icon_area_list{
	font-size: 0;
	width: 100%;
}
#header .boxR .icon_area .icon_area_list li{
	display: inline-block;
	vertical-align: middle;
	width: 50%;

}


#header .boxR .icon_area .icon_area_list li.li01 a{
	background: #0BA54A;
}
#header .boxR .icon_area .icon_area_list li.li02 a{
	background: #F6821F;
}
#header .boxR .icon_area .icon_area_list li a{
	font-size: 13px;
	letter-spacing: 0.02em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
	padding: 20px 5px;
}

#header .boxR .icon_area .icon_area_list li a .top_icon{
	width: 27px;
	margin: 0 auto 18px;
}

#header .boxR .area_top .top_1300,
#header .boxR .area_top .btm_1300{
	display: block;
}

#header .boxR .area_top .top_1300{
	width: auto;
	margin-left: 12px;
	margin-top: 15px;
}
#header .boxR .area_top .btm_1300{
	width: auto;
	margin-left: 1px;
	margin-top: 15px;
}
/* @media only screen and (max-width: 1674px) {


	#header .boxR .area_top #cse_search_box{
		width: 10%;
	}
	#header .boxR .area_top .tel a{
		font-size: 2.4rem;
	}
	#header .boxR .icon_area{
		width: 14.5%;
	}
} */

/* @media only screen and (max-width: 1540px) {
	#header .boxR .area_top .tel a{
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 1520px) {
	#header .boxL{
		width: 13%;
		margin-left: 1%;
	}
	#header .area_btm li .top{
		line-height: 1.2;
	}
	#header .area_btm li .top br{
		display: block;
	}
	#header .boxR .icon_area{
		margin-left: 0.5%;
		width: 8%;
	}
	#header .boxR .icon_area .icon_area_list li{
		width: 100%;
	}
	#header .boxR .icon_area .icon_area_list li a{
		padding: 20px 5px 15px;
	}
	#header .boxR .icon_area .icon_area_list li a .top_icon{
		margin: 0 auto 10px;
	}
	#header .boxR .top_1300,
	#header .boxR .btm_1300{
		display: inline;
		vertical-align: middle;
	}
	#header .boxR .area_top .tel{
		margin-left: 5px;
	}
	#header .boxR .area_top .tel a{
		font-size: 2.1rem;
	}
	#header .boxR .area_top .list_text li a,
	#header .boxR .area_top .list_text li p{
		padding: 0 5px;
	}
	#header .boxR .area_top #cse_search_box{
		margin-left: 5px;
	}
	#header .boxR .area_top .world_link{
		margin: 0 5px;
	}
} */

/* @media only screen and (max-width: 1390px) {
	#header .boxL{
		width: 12.5%;
		margin-left: 1%;
	}
	#breadChumbs{
		width: 1200px;
	}
	#header .boxR{
		width: 85%;
	}
	#header .boxR .area_top #cse_search_box{
		width: 10%;
		margin-left: 10px;
	}
	#header .boxR .area_top .tel{
		margin-left: 0;
	}
	#header .boxR .area_top .tel a{
		font-size: 2.1rem;
		letter-spacing: 0;
		padding-left: 12px;
	}
	#header .boxR .area_top .tel a:before{
		width: 12px;
		height: 12px;
		margin-top: -6px;
	}
	#header .boxR .area_top .tel a span{
		font-size:1.2rem;
	}
} */
#header .boxR .icon_area .icon_area_list li a .top_icon img{
	display: block;
	width: 100%;
}


#header .h_nav{
	display: none;
}



.left_btn_area{
	position: fixed;
	right: 0;
	z-index: 3;
	top: 280px;
}
.left_btn_area_wrap{
	width: 200px;
}
.left_btn_area li{
	width: 100%;
	margin-bottom: 5px;
	margin: 0 0 5px auto;
}
.left_btn_area li a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 0;
}
.left_btn_area li a .img{
	display: inline-block;
	vertical-align: middle;
	padding: 12px 12px;
}
.left_btn_area li a .img img{
	width: 28px;
	display: block;
}
.left_btn_area li a .text{
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.02em;
	font-weight: bold;
	display:inline-block;
	vertical-align:middle;
	padding: 0 10px 0 5px;
}
.left_btn_area li.li01{
	width: 120px;
	margin-right: -70px;
}
.left_btn_area li.li01 a{
	background: #4B4B4B;
}
.left_btn_area li.li02{
	width: 140px;
	margin-right: -90px;
}
.left_btn_area li.li02 a{
	background: #F6821F;
}
.left_btn_area li.li03{
	width: 200px;
	margin-right: -150px;
}
.left_btn_area li.li03 a{
	background: #DF5E5E;
}
.left_btn_area li.li04{
	width: 170px;
	margin-right: -120px;
}
.left_btn_area li.li04 a{
	background: #00A4E2;
}

/*----------------------------------------------------
	☆main
----------------------------------------------------*/

#contents{
	margin-top:199px;
}


/* mv */
#mv{
	padding-bottom: 55px;
	position: relative;
}
#mv .vertical,
#mv_mass .vertical{
	position: absolute;
	z-index: 2;
	top: 140px;
	left: 3%;
	font-size: 1.7rem;
	letter-spacing: 0.19rem;
	font-family: 'Raleway', sans-serif;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#mv .vertical span,
#mv_mass .vertical span{
  padding-top: 75px;
	position: relative;
	display: block;
	height:275px;
	text-align: left;
}
#mv .vertical span:before,
#mv_mass .vertical span:before{
	content: "";
	width: 1px;
	height: 65px;
	background: #707070;
	position: absolute;
	top: 0;
	right: 50%;
}
#mv:before{
	content: "";
	width: 68.6%;
	height: 260px;
	background: #F8F8F8;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:1;
}
#mv .mv{
	margin-left: 16.7%;
	font-size: 0;
	padding: 170px 0;
	position: relative;
	z-index: 2;
	background: no-repeat center right/83.4%;
}
#mv .mv h1{
	font-size: 5.0rem;
	letter-spacing: 0.2em;
	padding: 13px 20px;
	display: inline-block;
	background: #fff;

}


#mv_mass{
	background: #F5F5F5;
	padding-top: 50px;
	text-align: center;
	position: relative;
}

#mv_mass .category{
	text-align: center;
	padding-bottom: 65px;
	position: relative;
	font-size:1.8rem;
	letter-spacing:0.14em;
	font-weight: bold;
}
#mv_mass .category:after{
	content: "";
	width: 1px;
	height: 35px;
	background:#141517;
	position: absolute;
	right: 50%;
	bottom: 15px;
}
#mv_mass h1{
	font-size: 3.2rem;
	letter-spacing: 0.15em;
	background: #fff;
	display: inline-block;
	padding: 15px 30px;
	margin-bottom: -25px;
}

/* tub */
#news_index{
	padding: 60px 0 130px;
}

#news_index .news_index{
	width: 94%;
	max-width: 1080px;
	margin: 0 auto;
}
#news_index .tabs{
	width: 94%;
	max-width: 890px;
	margin: 0 auto 35px;
	text-align: center;
	font-size:0;
}
#news_index .tabs li{
	width:19.55%;
	margin-right:0.5625%;
	display: inline-block;
	vertical-align:top;
}

#news_index .tabs li:nth-last-of-type(1){
	margin-right: 0;
}
#news_index .tabs li a{
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	font-weight: bold;
	display: block;
	padding: 13px;
	border: 1px solid #333333;
	background: #fff;
}
#news_index .tabs li a:hover,
#news_index .tabs li.active a{
	background: #333333;
	color: #fff;
	opacity: 1;
}
#news_index .panels .panel{
	display: none;
}
#news_index .panels .panel.active{
	display: block;
}
#news_index .panels .panel .news_list{
	border-top: 1px solid #000;
	font-size:0;
}
#event_past .past_list li a,
#news_index .panels .panel .news_list li a{
	display: block;
	padding: 15px 50px 15px 30px;
	border-bottom: 1px solid #E8E8E8;
	position:relative;
	background: #fff;
}
#event_index .event_list li a:not([href]),
#event_past .past_list li a:not([href]),
#news_index .panels .panel .news_list li a:not([href]){
	cursor:default;
	opacity:1;
	pointer-events: none;
}
#event_past .past_list li a:after,
#news_index .panels .panel .news_list li a:after{
	content: "";
	width: 25px;
	height: 16px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2215.414%22%20viewBox%3D%220%200%2024.707%2015.414%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.a%2C.b%7Bfill%3Anone%3Bstroke%3A%23141517%3B%7D%20.b%7Bstroke-linecap%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(-1429.5%20-1956.793)%22%3E%20%3Cline%20class%3D%22a%22%20x2%3D%2224%22%20transform%3D%22translate(1429.5%201964.5)%22%2F%3E%3Cline%20class%3D%22b%22%20x2%3D%227%22%20y2%3D%227%22%20transform%3D%22translate(1446.5%201957.5)%22%2F%3E%3Cline%20class%3D%22b%22%20y1%3D%227%22%20x2%3D%227%22%20transform%3D%22translate(1446.5%201964.5)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center/contain;
	position: absolute;
	right:25px;
	top: 50%;
	margin-top:-8px;

}
#news_index .panels .panel .news_list li .list_wrap.new{
	display: inline-block;
	position: relative;
	width: calc(100% - 60px);
}
#news_index .panels .panel .news_list li .list_wrap.new:after{
	content: "NEW";
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.1rem;
	letter-spacing: 0.06em;
	color: #fff;
	background: #F54337;
	padding: 4px 5px;
	position: absolute;
	top: 50%;
	margin-top: -9.5px;
	right: -47px;

}
#event_past .past_list li a span,
#news_index .panels .panel .news_list li span{
	display: inline-block;
	vertical-align: middle;
}
#event_past .past_list li a .day,
#news_index .panels .panel .news_list li .day{
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #555555;
	max-width: 90px;
	word-wrap: break-word;
  overflow-wrap: break-word;
}

#news_detail .detail_area .head01{
	font-size: 0;
	margin-bottom:20px;
}
#event_detail .detail_area .head01 .title,
#news_detail .detail_area .head01 .title{
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	max-width: 850px;
	line-height: 1.3;
}
#event_detail .detail_area .head01 .title{
	max-width: 570px;
}
#event_detail .detail_area .head01 .title +.title{
	font-size: 1.6rem;
	color: #555;
	max-width: 230px;
}
#event_detail .detail_area .head01 .tug,
#event_past .past_list li a .tug,
#news_index .panels .panel .news_list li .tug,
#news_detail .detail_area .head01 .tug{
	border-style: solid;
	border-width: 1px;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#news_index .panels .panel .news_list li .tug,
#news_detail .detail_area .head01 .tug{
	width: 95px;
}
#event_past .past_list li a .tug{
	width: 121px;
	margin: 0 10px;
}
#news_detail .detail_area .head01 .tug{
	display: inline-block;
	vertical-align: middle;
}
#news_index .panels .panel .news_list li .tug{
	margin: 0 20px 0 25px;
}
#news_detail .detail_area .head01 .tug.notice,
#news_index .panels .panel .news_list li .tug.notice{
	border-color: #255DBA;
	color: #255DBA;
}
#news_detail .detail_area .head01 .tug.community,
#news_index .panels .panel .news_list li .tug.community{
	border-color: #3DB37D;
	color: #0BA54A;
}
#news_detail .detail_area .head01 .tug.recruit,
#news_index .panels .panel .news_list li .tug.recruit{
	border-color: #F6821F;
	color: #F6821F;
}
#news_detail .detail_area .head01 .tug.other,
#news_index .panels .panel .news_list li .tug.other{
	border-color: #DF5E5E;
	color: #DF5E5E;
}
#news_detail .detail_area .head01 .tug.linked,
#news_index .panels .panel .news_list li .tug.linked{
	border-color: #231815;
	color: #231815;
}
#event_detail .detail_area .head01 .tug.kouen_kousyu,
#event_past .past_list li a .tug.kouen_kousyu{
	border-color: #255DBA;
	color: #255DBA;
}
#event_detail .detail_area .head01 .tug.kakusyu,
#event_past .past_list li a .tug.kakusyu{
	border-color: #AFC733;
	color: #AFC733;
}
#event_detail .detail_area .head01 .tug.volunteer,
#event_past .past_list li a .tug.volunteer{
	border-color: #48B6EB;
	color: #48B6EB;
}
#event_past .past_list li a .text,
#news_index .panels .panel .news_list li .text{
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #141517;
	line-height: 1.4;
}
#news_index .panels .panel .news_list li .text{
	/* max-width: 770px; */
	max-width: calc(100% - 260px);
}
#event_past .past_list li a .text{
	max-width: 660px;
}
#news_index .btn_wrap{
	margin-top: 50px;
}
#event_detail .detail_area p:not([class]),
#news_detail .detail_area p:not([class]){
	font-size:1.6rem;
	letter-spacing: 0.14em;
	line-height: 1.8;
	margin-bottom: 40px;
}
#news_detail .detail_area img{
	display: block;
	margin: 0 auto;
	width: 100%!important;
	height: 100%!important;
	max-width: 980px;
}
#news_detail .detail_area .day{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #555555;
	font-weight: bold;
	text-align: right;
	margin-bottom: 40px;
}
#event_index .event_index{
  width: 94%;
  max-width: 1300px;
  margin: 100px auto 90px;
}

#event_index .tabs{
  width: 740px;
  margin: 0 auto;
}

#event_index .tabs{
	width: 94%;
	max-width: 740px;
	margin: 0 auto 50px;
	text-align: center;
	font-size:0;
}
#event_index .tabs li{
	width:24.25%;
	margin-right:1%;
	display: inline-block;
	vertical-align:top;
}

#event_index .tabs li:nth-last-of-type(1){
	margin-right: 0;
}
#event_index .tabs li a{
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	font-weight: bold;
	display: block;
	padding: 13px;
	border: 1px solid #333333;
	background: #fff;
}
#event_index .tabs li a:hover,
#event_index .tabs li.active a{
	background: #333333;
	color: #fff;
	opacity: 1;
}
#event_index .panels .panel{
	display: none;
}
#event_index .panels .panel.active{
	display: block;
}
#event_index .event_list{
  margin-bottom: 55px;
}
#event_index .event_list li{
  position: relative;
}
#event_index .event_list li .tug{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 5px 15px;
  display:inline-block;
  position:absolute;
  width: auto;
  z-index: 2;
}


#event_index .event_list li .tug.session{
  background: #255DBA;
}
#event_index .event_list li .tug.event{
  background: #AFC733;
}
#event_index .event_list li .tug.volunteer{
  background: #48B6EB;
}

#event_index .event_list li .img{
  font-size: 0;
  padding-top: 66.34%;
  position: relative;
  z-index: 1;
}


#event_index .event_list li .day{
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin: 25px 0;
}


#event_index .event_list li .head{
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
_:-ms-input-placeholder, :root #event_index .event_list li .head {
	line-height: 1.1;
}
#event_index .event_list li .head span{
	display:inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#event_index .event_list li.new .head span{
	position: relative;
	padding-right:45px;
}
#event_index .event_list li.new .head span:after{
	content: "NEW";
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.1rem;
	letter-spacing: 0.06em;
	color: #fff;
	background: #F54337;
	padding: 4px 5px;
	position: absolute;
	top: 50%;
	margin-top: -9.5px;
	right: 0;
}
#event_index .event_list li .text{
	font-size: 1.4rem;
	letter-spacing: 0.14em;
	line-height: 1.8;
}
#event_index .event_list li a:hover{
  opacity: 1;
}
#event_index .event_list li a:hover .text,
#event_index .event_list li a:hover .head,
#event_index .event_list li a:hover .day,
#event_index .event_list li a:hover .img,
#event_index .event_list li a:hover .tug{
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  zoom: 1;
}
.clear_button a{
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	font-weight: bold;
	padding: 12px 25px;
	display: inline-block;
	border: 1px solid #141517;
	width: 290px;
	text-align: left;
	line-height: 1.4;
	position: relative;
	background: #fff;
}
.clear_button a:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #141517;
	border-right: 2px solid #141517;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
}
/* list_area */
.list_area_wrap .list_area{
	width: 76%;
}

.list_area_wrap .list_area .news_index{
	width: 100%;
	max-width: 100%;
}
.list_area_wrap#news_index .panels .panel .news_list,
#event_past .past_list{
	border-top: 1px solid #E8E8E8;
}
.list_area_wrap .list_area .news_index .panels .panel .news_list li .text{
	width: 590px;
}
.list_area_wrap#news_index .list_area .news_index .news_list li .list_wrap.new:after{
	right: -30px;
}

.list_area_wrap .right_list{
	width: 17%;
}
.list_area_wrap .right_list .right_list_head{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	display: block;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	text-align: center;
	background: #4B4B4B;
	padding: 20px 15px;
}

.list_area_wrap .right_list .right_list_wrap .right_list_cont a{
	display: block;
	padding: 10px 15px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	font-weight: 500;
	color: #141517;
	line-height: 1.4;
	border-bottom: 1px solid #E8E8E8;
	background: #fff;
}
.list_area_wrap .right_list .right_list_wrap.top{
	margin-bottom: 40px;
}
.list_area_wrap .right_list .right_list_wrap .right_list_cont a .cont_in{
	padding-left: 20px;
	position: relative;
}
.list_area_wrap .right_list .right_list_wrap .right_list_cont a .cont_in:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #141517;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-5px;
}
/* main_area */
.main_area{
	width: 100%;
  max-width: 1440px;
	padding:70px 70px 0;
	margin:0 auto;
}




.main_area .main_link_area{
	width: 17%;
}
.main_area .main_link_area .link_area_head{
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
}

.main_area .main_link_area .link_area_head .jap{
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom:5px;
	display: block;
}
.main_area .main_link_area .link_area_head .eng{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.main_area .main_link_area .main_link_lists .link a{
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-weight: bold;
	padding: 15px 0 15px 25px;
	display: block;
	border-bottom: 1px solid #E2E2E2;
	position: relative;
}
.main_area .main_link_area .main_link_lists li .link a:before,
.main_area .main_link_area .main_link_lists li .inner .link_in a:before{
	content: "";
	width: 12px;
	height: 12px;
	background: no-repeat center center/contain;
	position: absolute;
}
.main_area .main_link_area .main_link_lists li .link a:before{
	top: 50%;
	margin-top: -6px;
}
.main_area .main_link_area .main_link_lists li .inner .link_in a:before{
	top: 7.25px;
}
.main_area .main_link_area .main_link_lists li .link a:before{
	background-image: url('../cmn_img/circle_arrow_b.png');
	left: 5px;
}
.main_area .main_link_area .main_link_lists li .inner{
	border-bottom: 1px solid #E2E2E2;
	padding: 10px 0;
}
.main_area .main_link_area .main_link_lists li .inner .link_in a:before{
	background-image: url('../cmn_img/circle_arrow_g.png');
	left: 20px;
}

.main_area .main_link_area .main_link_lists li .inner .link_in a{
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding:5px 0 5px 40px;
	display: block;
	position: relative;
	line-height: 1.4;
}
.main_area .main_link_area .main_link_lists li .inner .link_in a span{
	font-size: 1.1rem;
	display: block;
	line-height: 1.2;
}
.main_area .main_link_area .main_link_lists li .inner .link_in a:hover{
	background: #F6F6F6;
	opacity: 1;
}
.main_area .main_link_area .main_link_lists li .inner .link_in a:hover:before{
	background-image: url('../cmn_img/circle_arrow_o.png');
}

.main_area .contents_area{
	width: 76%;
}
/* parts */
.main_area .text_normal{
	font-size:1.6rem;
	letter-spacing: 0.14em;
	line-height: 1.8;
}
.main_area .text_normal span{
	font-size:1.8rem;
	font-weight: bold;
}

.main_area b{
	font-weight: bold!important;
}

.main_area .section{
	margin-bottom: 100px;
}

.main_area .box_equal{
	width: 100%;
	margin-bottom: 50px;
}
.main_area .box_equal .fltimg{
	width: 37%;
}
.main_area .box_equal .fltimg img{
	width: 100%;
	display: block;
}
.main_area .box_equal .flttext{
	width: 60%;
}
.main_area .box_equal .flttext .flthead{
	font-size: 2.0rem;
	letter-spacing: 0.14em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.main_area .box_equal .flttext .flthead.icon{
	padding-left: 25px;
	position: relative;
}
.main_area .box_equal .flttext .flthead.icon:before{
	content: "";
	background: no-repeat center center/contain;
	position: absolute;
	left: 0;
	top: 50%;
}
.main_area .box_equal .flttext .flthead.icon:before{
	width: 21px;
	height: 18px;
	background-image: url('../../cmn/cmn_img/icon_heart.png') ;
	margin-top: -9px;
}

.main_area .box01_float{
	background: #F0F2F5;
	padding: 25px 40px;
	margin-bottom: 50px;
}
.main_area .box01_float .box01_fltinner{
	width: 100%;
}
.main_area .box01_float .box01_fltinner .fltimg{
	width: 21%;
}
.main_area .box01_float .box01_fltinner .fltimg img{
	width: 100%;
	display: block;
}
.main_area .box01_float .box01_fltinner .flttext{
	width: 74%;
}
.main_area .box01_float .box01_fltinner .flttext .flthead{
	font-size: 1.7rem;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
	line-height: 1.4;
}
.main_area .box01_float .box01_fltinner .flttext .text_normal{
	font-size: 1.5rem;
}
.main_area .box01_float .box01_fltinner .flttext .text_normal.red{
	color: #C70000;
}




.main_area .special_mv{
	margin-bottom: 80px;
	width: 100%;
	padding-top: 60px;
	position: relative;
	z-index: 1;
}
.main_area .special_mv:before{
	content: "";
	width: 88%;
	height: calc(100% - 60px);
	position: absolute;
	top: 0;
	right: 0;
	background: #F9F9F9;
	z-index: 2;
}
.main_area .special_mv .img{
	width: 59%;
	float: left;
	position: relative;
	z-index: 2;
}
.main_area .special_mv .img img{
	width: 100%;
	display: block;
}

.main_area .special_mv .mv_sptext{
	float: right;
	width: 33.3%;
	margin-left: 7.7%;
	margin-top:14.1%;
	position: relative;
	z-index: 2;
}
.main_area .special_mv .mv_sptext .top{
	display:block;
	font-size: 1.7rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-bottom: 35px;
}
.main_area .special_mv .mv_sptext .btm{
	font-size: 3.0rem;
	letter-spacing: 0.14em;
	line-height: 1.7;
	display:block;
}
.main_area .special_mv:after{
	content:"";
	display:block;
	clear:both;
}

/* list */

.number_list,
.circle_list,
.dash_list,
.asterisk_list{
  margin-bottom: 20px;
}
.number_list li,
.circle_list li,
.dash_list li,
.asterisk_list li{
	position: relative;
	padding:5px 0 5px 15px;
  font-size:1.5rem;
  line-height: 1.8;
}
.circle_list li:before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #141517;
	position: absolute;
	left:0;
	top:15.5px;
}

.dash_list li:before{
	content: "";
	width: 8px;
	height: 1px;
	background: #141517;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.number_list{
  counter-reset:item;
}
.number_list li:before{
  counter-increment:item;
  content: counter(item)'.';
  position: absolute;
	left:0;
	top:5px;
}

.asterisk_list li:before{
	content: "※";
  font-size:1.2rem;
	position: absolute;
	left:0;
	top:7px;
}

.anchor_list li a{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-align:center;
	display: block;
	font-weight:bold;
	background:#F0F2F5;
	line-height: 1.4;
	border-style:solid;
	border-width: 1px;
	border-color: #D7DBE0;
	padding: 19px 35px;
	position: relative;
	color: #141517;
}

.anchor_list li a:hover{
	background:#333333;
	border-color: #333333;
	color: #fff;
	opacity: 1;
}

.anchor_list li a:after{
	content: "";
  width: 8px;
  height: 8px;
  border-bottom:1px solid #141517;
  border-right: 1px solid #141517;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top:-8px;
  right: 20px;
}
.anchor_list li a:hover:after{
  border-bottom:1px solid #fff;
  border-right: 1px solid #fff;
}


.list_indet li{
	font-size:1.6rem;
	letter-spacing: 0.14em;
	line-height: 1.4;
	padding-left: 1.8rem;
  text-indent: -1.8rem;
	margin-bottom: 10px;
}

.list_indet li:nth-last-of-type(1){
	margin-bottom: 0;
}

/* qanda */
.qanda{
	margin-bottom: 60px;
}
.qanda dt,
.qanda dd{
	padding:5px 20px 10px 50px;
	position: relative;
}
.qanda dt{
	font-size: 1.7rem;
	letter-spacing: 0.014em;
	line-height: 1.4;
	font-weight: bold;
}
.qanda dd{
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.qanda dt:before,
.qanda dd:before{
  color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2.2rem;
	line-height: 30px;
	text-align: center;
}

.qanda dt:before{
  content: "Q";
	background:#141517;
}
.qanda dd:before{
  content: "A";
	background:#F6821F;
}
/* table */
.table_wrap{
	margin-bottom: 80px;
}
.table01_slide table,
.table01 table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
}

.table01_slide table th,
.table01_slide table td,
.table01 table th,
.table01 table td{
	padding:15px 10px;
	font-size: 1.6rem;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.6;
}
.table01_slide table th,
.table01 table th{
	color: #fff;
	background: #F6821F;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight: bold;
}
.table01_slide table th .tug_wrap,
.table01 table th .tug_wrap{
	position: relative;
}
.table01_slide table th .tug_wrap .tug,
.table01 table th .tug_wrap .tug{
	position: absolute;
	font-size: 14px;
	padding: 2px 5px;
	background: #f00;
	right: 0;
	top:50%;
	margin-top: -9px;
}
.table01_slide table td,
.table01 table td{
	color: #141517;
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	background: #fff;
}
.table01_slide table td.td_color,
.table01 table td.td_color{
	background: #F0F0F0;
	font-weight: bold;
}

.table01_slide table td .span_pink,
.table01 table td .span_pink{
	color: #FF338B;
}

.table_btm{
	text-align: right;
	font-size: 1.5rem;
	letter-spacing: 0.14em;
	margin-top: 20px;
}

.table_btm span{
	color: #FF338B;
}

/* head */
.head_top{
	font-size: 3.0rem;
	letter-spacing: 0.14em;
	margin-bottom: 40px;
	line-height: 1.4;
}
.head_top span{
	font-size: 1.8rem;
}
.head01{
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 30px 10px;
	border-top: 1px solid #141517;
	border-bottom: 1px solid #666666;
	margin-bottom: 40px;
}

.head02{
	font-size: 1.8rem;
	letter-spacing: 0.14rem;
	padding: 10px 0 10px 15px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000;
	margin-bottom: 20px;
}
/* .head02 + .text_normal{
	margin-left: 2.4rem;
} */
.head02.color{
	color: #FF6539;
	border-left-color: #FF6539;
}
.head03{
	font-size: 1.8rem;
	letter-spacing: 0.14rem;
	margin-bottom: 10px;
}
.head03.color{
	color: #FF6539;
}
/* form */
form .radio_input,
form .checkbox_input{
	display: none;
}
form .radio_parts,
form .checkbox_parts{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	letter-spacing: 0.12em;
	font-size: 14px;
	cursor: pointer;
	display: block;
}
form .radio_parts::before,
form .checkbox_parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	background: #fff;
}
form .radio_parts::before{
	border-radius: 50%;
}
/* form .checkbox_input:checked + .checkbox_parts,
form .radio_input:checked + .radio_parts{
	color: #2b5fab;
} */
form .checkbox_input:checked + .checkbox_parts::after,
form .radio_input:checked + .radio_parts::after{
	content: "";
	display: block;
	position: absolute;
}
form .checkbox_input:checked + .checkbox_parts::after{
	top: 3px;
	left: 5px;
	width: 5px;
	height: 10px;
	transform: rotate(40deg);
	border-bottom: 2px solid #F6821F;
	border-right: 2px solid #F6821F;
}

form .radio_input:checked + .radio_parts::after{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #F6821F;
	left: 3px;
	top: 5px;
}

form .form_text{
	padding: 5px;
	box-sizing: border-box;
	border: 0;
	background: #f2f2f2;
	height: 40px;
}

form textarea{
	padding: 5px;
	box-sizing: border-box;
	border: 0;
	background: #f2f2f2;
	width: 100%;
	height: 400px;
	letter-spacing: 0.12em;
	line-height: 1.4;
}

form .ww{width: 100%;}
form .w{width: 80%;}
form .mm{width: 65%;}
form .m{width: 50%;}
form .ss{width: 30%;}
form .s{width: 15%;}


form .selector_inner{
  width: 200px;
  position: relative;
  display: block;
}
form .selector_inner:before{
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background: #F6821F;
  right: 0;
  top:0;
  pointer-events: none;
  z-index: 1;
}
form .selector_inner:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  z-index: 4;
  right: 16px;
  top: 50%;
  margin-top: -1px;
}
form .selector_inner select{
  width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
  z-index: 0;
}


form .selector_inner select{
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: #f2f2f2;
  line-height:40px;
  height: 40px;
  padding-left: 15px;
}
form .selector_inner select option{
  padding-left: 15px;
}

form .selector_inner select::-ms-expand{
  display: none;
}

form .caution_wrap {
  position: relative;
  padding-right: 40px;
}
form .caution_wrap .caution {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  display: inline-block;
  color: #fff;
  background: #ff0000;
  padding: 2px 5px;
	font-size: 1.4rem;
}
form .btn_wrap{
	margin-top: 40px;
}
form .btn_wrap button{
	margin: 0 10px;
	cursor: pointer;
}


/* button */
.btn_wrap{
	text-align: center;
	font-size: 0;
}
form .btn_icon,
.btn_icon a,
form .btn01,
.btn01 a{
	display: inline-block;
	text-align: left;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	font-weight: bold;
	width: 100%;
	max-width: 300px;
	line-height: 1.4;
	padding: 13px 20px;
	position: relative;
	background: #fff;
	border: 1px solid #141517;
	color: #141517;
}
form .btn01.reverse,
.btn01.reverse a{
	text-align: right;
}

form .btn_icon,
.btn_icon a{
	background:#E6E6E6;
	border: 1px solid #E6E6E6;
	color: #141517;
	text-align: center;
}
form .btn_icon:hover,
.btn_icon a:hover{
	background:#fff;
	border: 1px solid #141517;
	color: #141517;
	opacity: 1;
}
form .btn_icon span,
.btn_icon a span{
	padding-left: 45px;
	position: relative;
}

form .btn_icon span:after,
.btn_icon a span:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: no-repeat center center/contain;
}
form .btn_icon.icon01 span:after,
.btn_icon.icon01 a span:after{
	width: 21px;
	height: 29px;
	background-image: url('../cmn_img/icon_map.png');
	margin-top: -14.5px;
}
form .btn_icon.icon02 span:after,
.btn_icon.icon02 a span:after{
	width: 28px;
	height: 23px;
	background-image: url('../cmn_img/icon_access.png');
	margin-top: -11.5px;
}
form .btn01:hover,
.btn01 a:hover{
	background:#141517;
	border: 1px solid #fff;
	color: #fff;
	opacity: 1;
}

form .btn01.gray,
.btn01.gray a{
	background:#F0F2F5;
	border: 1px solid #B9B9B9;
	color: #141517;
	opacity: 1;
}

form .btn01.gray:hover,
.btn01.gray a:hover{
	background:#fff;
	border: 1px solid #141517;
	color: #141517;
	opacity: 1;
}

form .btn01.gray:hover:after,
.btn01.gray a:hover:after,
form .btn01:after,
.btn01 a:after{
	content: "";
  width: 7px;
  height: 7px;
  border-top:1px solid #141517;
  border-right: 1px solid #141517;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top:-3.5px;
  right: 20px;
}
form .btn01.reverse:after,
.btn01.reverse a:after{
	left: 20px;
	transform: rotate(-135deg);
}
form .btn01:hover:after,
.btn01 a:hover:after{
  border-top:1px solid #fff;
  border-right: 1px solid #fff;
}

form .btn02,
.btn02 a{
	width: 100%;
	max-width: 530px;
	display: inline-block;
	text-align: left;
	font-size:23px;
	letter-spacing: 0.06em;
	font-weight: bold;
	padding: 18px 25px;
	position:relative;
	background:#fff;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	line-height: 1.4;
}

form .btn02.blue01,
.btn02.blue01 a{
	background: #2E7EC5;
	border-color: #2E7EC5;
}
form .btn02.blue02,
.btn02.blue02 a{
	background: #00A4E2;
	border-color: #00A4E2;
}
form .btn02.blue01.icon,
.btn02.blue01.icon a{
	padding-right: 60px;
}
form .btn02.blue01.icon:after,
.btn02.blue01.icon a:after{
	content: "";
	width: 26px;
	height: 26px;
	background: no-repeat center center/contain;
	background-image: url('../cmn_img/btn_arrow_w.png');
	position: absolute;
	top:50%;
	margin-top: -13px;
	right: 30px;
}

form .btn02.blue01.icon:hover:after,
.btn02.blue01.icon a:hover:after{
	background-image: url('../cmn_img/btn_arrow_w_h.png');
}

form .btn02.blue01:hover,
.btn02.blue01 a:hover{
	color: #2E7EC5;
	background: #fff;
	opacity: 1;
}
form .btn02.blue02:hover,
.btn02.blue02 a:hover{
	color: #00A4E2;
	background: #fff;
	opacity: 1;
}

form .btn02.blue01 span,
.btn02.blue01 a span,
form .btn02.blue02 span,
.btn02.blue02 a span{
	position: relative;
}
form .btn02.blue01 span,
.btn02.blue01 a span{
	padding-left: 20px;
}
form .btn02.blue02 span,
.btn02.blue02 a span{
	padding-left: 70px;
}
form .btn02 span:before,
.btn02 a span:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: no-repeat center center/contain;
}
form .btn02.blue02 span:before,
.btn02.blue02 a span:before{
	width: 36px;
	height: 36px;
	background-image: url('../cmn_img/icon_human.png');
	margin-top: -18px;
}
form .btn02.blue02:hover span:before,
.btn02.blue02 a:hover span:before{
	background-image: url('../cmn_img/icon_human_h.png');
}

form .btn03,
.btn03 a{
	width: 100%;
	display: inline-block;
	text-align:left;
	font-size:1.8rem;
	letter-spacing: 0.08em;
	line-height: 1.3;
	font-weight: bold;
	padding: 19px 30px;
	position:relative;
	background:#fff;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	height: 64px;
}
form .btn03:hover,
.btn03 a:hover{
	background:#F6F6F6;
	opacity:1;
}
form .btn03:after,
.btn03 a:after{
	content: "";
	width: 15px;
	height: 15px;
	background: no-repeat center center/contain;
	background-image: url('../cmn_img/btn_arrow_b.png');
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top:-7.5px;
}
form .btn03.btm:after,
.btn03.btm a:after{
	background-image: url('../cmn_img/btn_arrow_bbtm.png');
}
form .btn03 span,
.btn03 a span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: calc(100% - 60px);
	left: 30px;
}

form .btn04,
.btn04 a{
	width: 100%;
	display: inline-block;
	text-align:left;
	font-size:1.5rem;
	letter-spacing: 0.08em;
	line-height: 1.3;
	font-weight: bold;
	padding: 0 50px 0 0;
	position:relative;
	background:#333333;
	color: #fff;
	border: 1px solid #333333;
	position: relative;
	height: 64px;
}

form .btn04 span,
.btn04 a span{
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: calc(100% - 70px);
	left: 20px;
}

form .btn04:after,
.btn04 a:after{
	content: "";
	width: 16px;
	height: 16px;
	background:url('../cmn_img/btn_arrow_w.png') no-repeat center center/contain;
	position: absolute;
	right: 27px;
	top: 50%;
	margin-top:-8px;
}

.icon_btn a{
	max-width: 100%;
	display: inline-block;
	text-align:left;
	font-size:15px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	font-weight: bold;
	padding: 20px 30px;
	position:relative;
	background:#fff;
	color: #fff;
	border-style: solid;
	border-width: 1px;
}
.icon_btn a span{
	display: block;
	padding-left: 30px;
	position: relative;
}
.icon_btn a span:after{
	content: "";
	background: no-repeat center center/contain;
	position: absolute;
	left: 0;
	top:50%;
}
.icon_btn.excel a{
	background: #0BA54A;
	border-color: #0BA54A;
}

.icon_btn.pdf a{
	background: #FFF6E6;
	border-color: #F6821F;
	color: #F6821F;
}
.icon_btn.external a{
	background: #0c74b0;
	border-color: #0515B1;
	color: #fff;
}
.icon_btn.word a{
	background: #054898;
	border-color: #054898;
}
.icon_btn.excel a span:after{
	background-image: url('../cmn_img/icon_excel.png');
	width: 16px;
	height: 21px;
	margin-top: -10.5px;
}
.icon_btn.pdf a span:after{
	background-image: url('../cmn_img/icon_pdf.png');
	width: 16px;
	height: 21px;
	margin-top: -10.5px;
}

.icon_btn.word a span:after{
	background-image: url('../cmn_img/icon_word.png');
	width: 25px;
    height: 28px;
    margin-top: -13.5px;
}
.icon_btn.external a span:after{
	background-image: url('../cmn_img/icon_external.png');
	width: 18px;
	height: 15px;
	margin-top: -7.5px;
}

/* breadChumbs */
.breadChumbs_wrap{
	width:100%;
}
#breadChumbs{
  width: 1440px;
  text-align: left;
  margin: 0 auto;
  padding: 30px 70px;
  box-sizing:border-box;
	position: relative;
	font-size:0;
}

#breadChumbs li{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
	letter-spacing: 0.06em;
	color: #606060;

}
#breadChumbs li a{
  position: relative;
  text-decoration: none;
	color: #111;
	margin-right: 15px;
}
#breadChumbs li a:after{
  content: "-";
	text-decoration: none;
	position: absolute;
	top:50%;
	margin-top:-7px;
	right: -11px;
}


/* clm */
.clm2,
.clm3,
.clm4,
.clm5,
.clm6{
	font-size:0;
	text-align: left;
	margin-bottom: 20px;
}

.clm2 li,
.clm3 li,
.clm4 li,
.clm5 li,
.clm6 li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.clm2 li:nth-of-type(2n),
.clm3 li:nth-of-type(3n),
.clm4 li:nth-of-type(4n),
.clm5 li:nth-of-type(5n),
.clm6 li:nth-of-type(6n){
	margin-right: 0;
}

.clm2 li:nth-last-of-type(1),
.clm3 li:nth-last-of-type(1),
.clm4 li:nth-last-of-type(1),
.clm5 li:nth-last-of-type(1),
.clm6 li:nth-last-of-type(1){
  margin-right:0;
}

.clm2 li:nth-last-of-type(-n+2){
  margin-bottom:0;
}
.clm3 li:nth-last-of-type(-n+3){
  margin-bottom:0;
}
.clm4 li:nth-last-of-type(-n+4){
  margin-bottom:0;
}
.clm5 li:nth-last-of-type(-n+5){
  margin-bottom:0;
}
.clm6 li:nth-last-of-type(-n+6){
  margin-bottom:0;
}

.clm2 li{
	width: 49%;
	margin-right:2%;
}

.clm3 li{
	width: 31%;
	margin-right:3.5%;
}

.clm4 li{
	width: 22.975%;
	margin-right: 2.7%;
}
.clm2 li img,
.clm3 li img,
.clm4 li img{
	width: 100%;
	display: block;
}

/* pajer */
.pager  ul.pagination {
  text-align: center;
  margin: 70px auto 0;
  padding: 0;
	font-size: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
	background: #c9c9c9;

}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:2.2rem;
}
.pager .pagination li.pre a span,
.pager .pagination li.next a span{
	font-size: 0;
}

.pager .pagination li.pre a span:after,
.pager .pagination li.next a span:after{
	content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top:-4px;
}
.pager .pagination li.pre a span:after{
  border-bottom:2px solid #fff;
  border-left: 2px solid #fff;
	left: 16px;
}

.pager .pagination li.next a span:after{
  border-top:2px solid #fff;
  border-right: 2px solid #fff;
	right: 16px;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
	background: #00A4E2;
	opacity: 1;
}


.pager_big{
	margin-top: 70px;
}

.pager_big .pager_big_list{
	text-align: center;
	font-size: 0;
}
.pager_big .pager_big_list li{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 0 5px;
}
.pager_big .pager_big_list li a{
	font-size: 18px;
	padding:25px 0;
	display:block;
	border:1px solid #dadada;
}

.pager_big .pager_big_list li a span{
	position: relative;
}

.pager_big .pager_big_list li a span:before,
.pager_big .pager_big_list li a span:after{
	content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top:-5px;
}

.pager_big .pager_big_list li.prev a span{
	padding-left: 20px;
}

.pager_big .pager_big_list li.prev a span:before{
	border-bottom:2px solid #000;
  border-left: 2px solid #000;
	left: 0
}

.pager_big .pager_big_list li.next a span{
	padding-right: 20px;
}

.pager_big .pager_big_list li.next a span:before{
	border-top:2px solid #000;
  border-right: 2px solid #000;
	right: 0
}



/*----------------------------------------------------
	☆footer
----------------------------------------------------*/
/* footer_bnr */
#footer_bnr{
	background:
		linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%),
		url(../cmn_img/footer_linkbk.png)no-repeat center center /cover;
	padding: 190px 0 80px;
	border-top: 0;
	margin-top: 80px;
}
#footer_bnr .footer_bnr{

}
#footer_bnr .footer_bnr_link{
	text-align: center;
	font-size: 0;
	width: 860px;
	margin: 0 auto;
}
#footer_bnr .footer_bnr_link li{
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
}
#footer_bnr .footer_bnr_link li img{
	width: 100%;
	display: block;
}
#footer_bnr .footer_bnr_link li.li01{
	margin-right: 3%;
}
#footer_bnr .footer_bnr_link li.li02{
	margin-top: 50px;
}
#footer_bnr .footer_bnr_link li.li02 .btn a{
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	letter-spacing: 0.06em;
	padding: 14.5px 5px;
	position: relative;
	color: #000;
	display: block;
}

#footer_bnr .footer_bnr_link li.li02 .btn a:after{
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -3.5px;
}
/* footer */
#footer{
	background: #fff;
}
#footer .footer_link{
	width: 100%;
/* 	padding: 17px 0; */
	background: #F2F2F2;
}
#footer .footer_link .footer_link_inner{
/* 	width: 1000px;
	margin: 0 auto; */
	font-size: 0;
	text-align: center;
}
#footer .footer_link .footer_link_inner li{
/* 	width: calc(100%/6); */
	display: inline-block;
	vertical-align: middle;

}
#footer .footer_link .footer_link_inner li a{
	font-size: 13px;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #141517;
	padding: 17px 0;
}
#footer .footer_link .footer_link_inner li a span{
	border-right: 1px solid #141517;
	display: block;
	padding: 0 30px;
}
#footer .footer_link .footer_link_inner li:nth-last-of-type(1) a span{
	border-right: 0;
}




#footer .footer_btm{
	width: 100%;
	padding-top: 25px;
}
#footer .footer_btm .footer_btm_inner{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
#footer .footer_btm .inner_box .boxL .btm_logo{
	float: left;
	margin-right: 60px;
	width: 152px;
}
#footer .footer_btm .inner_box .boxL .btm_logo img{
	width: 100%;
	display:block;
}
#footer .footer_btm .inner_box .boxL .btm_logo .jap{
	font-size: 27px;
	letter-spacing: 0.12em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	display: block;
	text-align: center;
	color: #000;
	margin-bottom: 5px;
}
#footer .footer_btm .inner_box .boxL .btm_logo .eng{
	display: block;
	text-align: center;
	font-size:1px;
	font-weight:500;
	letter-spacing:0.15em;
	font-family: 'Raleway', sans-serif;
}
#footer .footer_btm .inner_box .boxL .left_box{
	float: left;
}
#footer .footer_btm .inner_box .boxL .left_box .text{
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}
#footer .footer_btm .inner_box .boxL .left_box .text a[href^="tel:"]{
	color: #111111;
	pointer-events: none;
}
#footer .footer_btm .inner_box .boxL .left_box .fb a{
	background: #4267B2;
	padding: 13px 55px 13px 45px;
	display: inline-block;
	margin: 10px 0;
}
#footer .footer_btm .inner_box .boxL .left_box .fb span{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
	padding-left:30px;
}

#footer .footer_btm .inner_box .boxL .left_box .fb span:before{
	content: "";
	width: 19px;
	height: 20px;
	background: url(../cmn_img/icon_footerfb.png)no-repeat center center /contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
#footer .footer_btm .inner_box .boxL .left_box .text_link a{
	font-size: 13px;
	letter-spacing: 0.12em;
	text-decoration: underline;
}
#footer .footer_btm .inner_box .boxL .left_box .text_link a:hover{
	text-decoration: none;
}

#footer .footer_btm .inner_box .boxR .notes_link{
	font-size: 0;
	width: 590px;
}
#footer .footer_btm .inner_box .boxR .notes_link li{
	border: 1px solid #000;
	padding: 10px 20px;
	height: 85px;
	width: 49.15%;
	display: inline-block;
	vertical-align: top;
}
#footer .footer_btm .inner_box .boxR .notes_link li.li01{
	margin-right: 1.7%;
}
#footer .footer_btm .inner_box .boxR .notes_link li .notes_box{
	padding-left: 60px;
	position: relative;
}
#footer .footer_btm .inner_box .boxR .notes_link li.li01 .notes_box{
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer .footer_btm .inner_box .boxR .notes_link li.li02 .notes_box{
	padding-top: 13px;
	padding-bottom: 13px;
}
#footer .footer_btm .inner_box .boxR .notes_link li .notes_box:before{
	content: "";
	width: 48px;
	height: 48px;
	background:no-repeat center center /contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
}
#footer .footer_btm .inner_box .boxR .notes_link li.li01 .notes_box:before{
	background-image: url('../cmn_img/icon_nocamera.png');
}
#footer .footer_btm .inner_box .boxR .notes_link li.li02 .notes_box:before{
	background-image: url('../cmn_img/icon_nosmoking.png');
}
#footer .footer_btm .inner_box .boxR .notes_link li.li03{
	margin-right: 1.7%;
}
#footer .footer_btm .inner_box .boxR .notes_link li .notes_box h3{
	font-size: 17px;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
}
#footer .footer_btm .inner_box .boxR .notes_link li .notes_box p{
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
#footer .footer_btm .inner_box .boxR .notes_link li.li03 .notes_box {
    padding-left: 0;
    position: relative;
}
#footer .footer_btm .inner_box .boxR .notes_link li.li04 .notes_box {
    padding-left: 0;
    position: relative;
}
#footer small{
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.04em;
	padding: 37px 0;
}

@media only screen and (max-width: 1080px) {
  #footer_bnr .clm_sns {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap !important;
  }
  #footer_bnr .clm_sns li {
    margin-left: 25px;
  }
  #footer_bnr .clm_sns li:first-child,#footer_bnr .clm_sns li:last-child {
    margin-left: 0px;
  }
  #footer_bnr .clm_sns li.even_last {
    width: 100%;
    margin-top: 15px;
  }
  #footer_bnr .clm_sns li.even_last img {
    width: 100% !important;
  }
  #footer_bnr .text_link {
    margin-top: 1em;
    padding: 0 1em;
    line-height: 1.3;
  }
}


/*----------------------------------------------------
	☆BUTTON
----------------------------------------------------*/


.pagetop {
	display: none;
	position: fixed;
	z-index: 5;
	bottom: 0;
	right: 0;
}
.pagetop a {
	display: block;
	background: #8a8a8a;
	text-align: center;
	text-decoration: none;
	padding: 25px;
	filter: alpha(opacity=50);
	-moz-opacity: 1;
	opacity: 0.9;
	/* border-radius: 50%; */
	-webkit-box-shadow: 0px 0px 41px -19px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 0px 41px -19px rgba(0,0,0,0.51);
	box-shadow: 0px 0px 41px -19px rgba(0,0,0,0.51);
}
.pagetop a:hover {
	opacity: 0.5;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  zoom: 1;
/* 	content: "";
	display: block;
	position: absolute;
	top: 22px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; */
}



@media only screen and (max-width: 1080px) {
	/*----------------------------------------------------
		☆head
	----------------------------------------------------*/
	#header{
		padding: 0 0 0;
		height: 60px;
	}
	#header .boxL{
		width: 120px;
		margin-left: 2%;
		margin-right: 0;
		float: left;
	}

	#header .boxL .top_logo{
		text-align: center;
		padding: 12px 0;
		margin: 0;
	}
	#header .boxL .top_logo a{
		display: block;
		color: #000;
	}
	#header .boxL .top_logo span{
		display: block;
	}
	#header .boxL .top_logo .jap{
		font-size: 2rem;
		letter-spacing: 0.021em;
	}
	#header .boxL .top_logo .eng{
		font-size: 0.7rem;
		font-weight: 400;
		margin-top: 2px;
	}

	#header .boxR{
		width: 180px;
		float: right;
	}


	/* area_top */
	#header .boxR .head_btn_area{
		display: none;
	}
	#header .boxR .area_top{
		display: none;
	}
	#header .area_btm{
		display: none;
	}
	#header .boxR .icon_area{
		float: left;
		margin-left: 0;
		width: 120px;
	}

	#header .boxR .icon_area .icon_area_list{
		font-size: 0;
		width: 120px;
	}
	#header .boxR .icon_area .icon_area_list li{
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}


	#header .boxR .icon_area .icon_area_list li.li01 a{
		background: #0BA54A;
	}
	#header .boxR .icon_area .icon_area_list li.li02 a{
		background: #F6821F;
	}
	#header .boxR .icon_area .icon_area_list li a{
		font-size: 0.9rem;
		letter-spacing: 0.02em;
		padding: 12px 2px 0;
		height: 60px;
	}

	#header .boxR .icon_area .icon_area_list li a .top_icon{
		width: 16px;
		margin: 0 auto 10px;
	}

	#header .boxR .top_1300,
	#header .boxR .btm_1300{
		display: inline;
		vertical-align: middle;
	}
	#header .boxR .icon_area .icon_area_list li a .top_icon img{
		display: block;
		width: 100%;
	}


	#header .h_nav{
		display: block;
	}
	#header a.meanmenu-reveal{
		display:none;
	}

	#header .mean-container .mean-bar{
		width:100%;
		position:fixed;
		background:none;
		min-height:60px;
		z-index:999998;
		top:0;
		left:0;
	}
	#header .mean-container .mean-bar {
		width: 100%;
		position: fixed;
		background: none;
		min-height: 60px;
		z-index: 98;
		top: 60px;
		left: 0;
		padding: 0;
	}
	#header .meanmenu-reveal-btn {
		position: absolute;
		display: block;
		z-index: 99999;
		box-sizing: border-box;
		width: 60px;
		height: 60px;
		right: 0;
		top: -60px;
	}
	#header .meanmenu-reveal {
		width: 60px;
		height: 60px;
		margin: 0;
		display: block !important;
		position: relative;
		box-sizing: border-box;
		background: #4B4B4B;
	}
	#header .meanmenu-reveal:after {
		content: "メニュー";
		position: absolute;
		bottom: 11px;
		color: #fff;
		font-size: 0.9rem;
		letter-spacing: 0.02em;
		width: 60px;
		line-height: 1;
		left: 0;
		text-align: center;
		display: block;
		font-family :YuGothic,'Yu Gothic', sans-serif;
		text-indent: 0;
	}
	#header .meanmenu-reveal.meanclose:after {
		content: "閉じる";
	}
	#header .meanmenu-reveal span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 18px;
		width: 24px;
		height: 2px;
		margin: 0 auto;
	}
	#header .meanmenu-reveal span:nth-of-type(1) {
		top: 12px;
		background: #fff;
	}
	#header .meanmenu-reveal span:nth-of-type(2) {
		top: 20px;
		background: #fff;
	}
	#header .meanmenu-reveal span:nth-of-type(3) {
		top: 28px;
		background: #fff;
	}

	#header .meanmenu-reveal  span:nth-of-type(1) {
		-webkit-animation: menu-ber01 .75s forwards;
		animation: menu-ber01 .75s forwards;
	}
	#header .meanmenu-reveal  span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	#header .meanmenu-reveal  span:nth-of-type(3) {
		-webkit-animation: menu-ber02 .75s forwards;
		animation: menu-ber02 .75s forwards;
	}

	#header .meanclose span:nth-of-type(1) {
		-webkit-animation: active-menu-ber01 .75s forwards;
		animation: active-menu-ber01 .75s forwards;
		top: -2px;
	}
	#header .meanclose span:nth-of-type(2) {
		opacity: 0;
	}
	#header .meanclose span:nth-of-type(3) {
		-webkit-animation: active-menu-ber03 .75s forwards;
		animation: active-menu-ber03 .75s forwards;
	}

	@-webkit-keyframes menu-ber01 {
		0% {
			-webkit-transform: translateY(8px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-ber01 {
		0% {
			transform: translateY(8px) rotate(45deg);
		}
		50% {
			transform: translateY(8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@-webkit-keyframes menu-ber02 {
		0% {
			-webkit-transform: translateY(-8px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-ber02 {
		0% {
			transform: translateY(-8px) rotate(-45deg);
		}
		50% {
			transform: translateY(-8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@-webkit-keyframes active-menu-ber01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(22px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(22px) rotate(45deg);
		}
	}

	@keyframes active-menu-ber01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(22px) rotate(0);
		}
		100% {
			transform: translateY(22px) rotate(45deg);
		}
	}

	@-webkit-keyframes active-menu-ber03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-8px) rotate(-45deg);
		}
	}

	@keyframes active-menu-ber03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-8px) rotate(0);
		}
		100% {
			transform: translateY(-8px) rotate(-45deg);
		}
	}
	#header .mean-container .mean-nav{
		width:100%;
		margin-top:0;
		max-height:100vh;
		overflow-y:auto;
	}
	#header .mean-container .mean-nav ul{
		padding: 0;
		margin: 0;
		width: 100%;
		list-style-type: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		position: relative;
		z-index: 99;
		max-height: 100vh;
		max-height: calc(100vh - 60px);
		background: #fff;
	}
	#header .mean-container .mean-nav ul ul{
		padding-bottom:0;
		margin-bottom:0;
	}
	#header .mean-container .mean-nav ul li{
		position:relative;
		width:100%;
		box-sizing: border-box;
	}
	#header .mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span.pre{
		display:block;
		width:100%;
		padding:1em;
		margin:0;
		text-align:left;
		text-decoration:none;
		text-transform:uppercase;
		color:#333;
		box-sizing: border-box;
	}
	#header .mean-container .mean-nav ul li a{
		border-top:0;
	}
	#header .mean-container .mean-nav ul li{
		border-top: 1px solid rgba(187,187,187,1);
	}
	#header .mean-container .mean-nav ul li a.arrow{
		position: relative;
	}
	#header .mean-container .mean-nav ul li a.arrow.map span{
		padding-left: 20px;
		position: relative;
	}
	#header .mean-container .mean-nav ul li a.arrow.map span:before{
		content: "";
		width: 15px;
		height: 13px;
		background: url('../cmn_img/icon_headmap.png')no-repeat center center/contain;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -6.5px;
	}
	#header .mean-container .mean-nav ul li a.arrow:after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 4px;
		border-color: transparent transparent transparent #333333;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -4px;
	}
	#header .mean-container .mean-nav ul li li a{
		width:100%;
		padding:1em 10%;
		text-shadow:none !important;
		visibility:visible;
	}
	#header .mean-container .mean-nav ul li.mean-last a{
		border-bottom:none;
		margin-bottom:0;
	}
	#header .mean-container .mean-nav ul li li li a{
		width:70%;
		padding:1em 15%;
	}
	#header .mean-container .mean-nav ul li li li li a{
		width:60%;
		padding:1em 20%;
	}
	#header .mean-container .mean-nav ul li li li li li a{
		width:50%;
		padding:1em 25%;
	}
	#header .mean-container .mean-nav ul li a:hover{
		background:#252525;
		background:rgba(255,255,255,0.1);
	}
	#header .mean-container .mean-nav ul li a.mean-expand{
		/*margin-top:1px;*/
		width:60px;
		text-align:center;
		position:absolute;
		right:0;
		top:0;
		z-index:2;
		padding: 0.2em;
		font-size: 24px;
		color: #6bb5cb;
	}
	#header .mean-container .mean-nav ul li a.mean-expand:hover {
		background:#a0c6d1;
		color: #fff;
	}
	#header .mean-container .mean-push {
		float:left;
		width:100%;
		padding:0;
		margin:0;
		clear:both;
	}
	#header .mean-nav .wrapper{
		width:100%;
		padding:0;
		margin:0;
	}
	#header .mean-container .mean-bar, .mean-container .mean-bar *{
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
	}
	#header .mean-remove{
		display:none !important;
	}
	#header #gNav a:hover {
		color: #999;
	}
	#header nav li a {
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.2em;
	}
	#header nav .sub-menu,.mean-container .mean-nav ul ul {
		background: #fff;
		background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap{
		font-size:0;
		text-align: center;
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap .icon_link{
		display: inline-block;
		width: 25%;
		text-align: center;
		box-sizing: border-box;
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap .icon_link.li01{
		border-right: 1px solid rgba(187,187,187,1);
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap .icon_link.li02{
		border-right: 1px solid rgba(187,187,187,1);
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap .icon_link.li03{
		border-right: 1px solid rgba(187,187,187,1);
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap .icon_link a{
		text-align: center;
		padding: 5px 5px;
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap .icon_link a .img{
		width: 23px;
		margin: 0 auto 3px;
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap .icon_link a .text{
		text-decoration: none;
		font-size: 0.9rem;
		letter-spacing: 0.02em;
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap .icon_link a .img img{
		display: block;
		width: 100%;
	}
	#header .mean-container .mean-nav ul .icon_list .icon_linst_wrap .icon_link span{
		display: block;
		padding-right: 0;
	}
	#header #gNav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	#header .mean-nav .container {
		padding: 0;
	}
	#header nav li .fa {
		display: none;
	}
	#header .mask {
		background: rgba(22,34,42,.4);
    top: 60px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
	}
	.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

	#header nav li #cse_search_box{
		width: 94%;
		display: block;
		vertical-align: middle;
		margin-left: 0;
		margin: 10px auto;
	}

	#header nav li #cse_search_box .search_box_wrap{
		position: relative;
		border: 1px solid #D8D8D8;
		background:#FAFAFA;
		height: 31px;
		line-height: 31px;
	}
	#header nav li #cse_search_box .search_box_wrap input{
		border: none;
		width: 100%;
		background: #FAFAFA;
		height: 31px;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
		padding: 5px 40px 5px 5px;
		font-size: 1.6rem;
	}
	#header nav li #cse_search_box .search_box_wrap button{
		position: absolute;
		right: 0;
		border: 0;
		background: #FAFAFA;
		cursor: pointer;
		height: 31px;
		width: 37px;
		padding: 0;
	}
	#header nav li #cse_search_box .search_box_wrap button img{
		width: 13px;
		height: 14px;
		display: block;
		margin: 0 auto;
	}

	.left_btn_area{
		position: fixed;
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: 0;
		top: auto;
	}
	.left_btn_area_wrap{
		width: 100%;
		font-size:0;
	}
	.left_btn_area li{
		width: 25%;
		display:inline-block;
		vertical-align: top;
		margin-bottom: 0;
		margin: 0;
	}
	.left_btn_area li a{
		height: 60px;
		line-height: 1;
		font-size: 0;
		padding-top: 5px;
	}
	.left_btn_area li a .img{
		width: 24px;
		display:block;
		margin: 0 auto 2px;
		padding: 0;
	}
	.left_btn_area li a .img img{
		width: 100%;
		display: block;

	}
	.left_btn_area li a .text{
		font-size: 1.2rem;
		display:block;
		text-align: center;
		padding: 0 0 0 0;
		line-height: 1.2;
	}
	.left_btn_area li.li01,
	.left_btn_area li.li02,
	.left_btn_area li.li03,
	.left_btn_area li.li04{
		width: 25%;
		margin-right: 0;
	}
	.left_btn_area li.li01 a,
	.left_btn_area li.li02 a{
		padding-top: 10px;
	}
	.left_btn_area li.li01 .img,
	.left_btn_area li.li02 .img{
		margin-bottom: 5px;
	}




	/*----------------------------------------------------
		☆main
	----------------------------------------------------*/



	#contents{
		margin-top:60px;
	}
  /* mv */
	#mv{
		padding-bottom: 10px;
		position: relative;
	}
	#mv .vertical,
	#mv_mass .vertical{
		top: 10px;
		left: 2%;
		font-size: 1.1rem;
	}


	#mv .vertical span,
	#mv_mass .vertical span{
		padding-top: 15px;
	}
	#mv .vertical span:before,
	#mv_mass .vertical span:before{
		height: 10px;
	}
	#mv:before{
		width: 69%;
		height: 85px;
	}
	#mv .mv{
		margin-left: 15%;
		font-size: 0;
		padding: 30px 0;
		position: relative;
		z-index: 2;
		background: no-repeat center right/90%;
	}
	#mv .mv h1{
		font-size: 2.1rem;
		letter-spacing: 0.06em;
		padding: 8px 15px;
	}


	#mv_mass{
		background: #F5F5F5;
		padding-top: 30px;
		text-align: center;
		position: relative;
	}

	#mv_mass .category{
		padding-bottom: 40px;
		font-size:1.6rem;
		letter-spacing:0.14em;
	}
	#mv_mass .category:after{
		height: 20px;
		bottom: 10px;
	}
	#mv_mass h1{
		font-size: 2.1rem;
		letter-spacing: 0.06em;
		padding: 5px 15px;
		margin-bottom: -15px;
		line-height: 1.4;
	}

	/* breadChumbs */
	.breadChumbs_wrap{
		display: none;
	}

	/* tub */
	#news_index{
		padding: 40px 0;
	}

	#news_index .news_index{
		width: 94%;
		max-width: 1080px;
		margin: 0 auto;
	}
	#news_index .tabs{
		width: 100%;
		max-width: 94%;
		margin: 0 auto 20px;
		text-align:left;
	}
	#news_index .tabs li{
		width:49%;
		margin-right:2%;
		margin-bottom: 10px;
		text-align: center;
	}
	#news_index .tabs li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}
	#news_index .tabs li:nth-of-type(2n){
		margin-right: 0;
	}

	#news_index .tabs li:nth-last-of-type(1){
		margin-right: 0;
	}

	#news_index .tabs li a{
		font-size:1.4rem;
		padding: 12px 10px;
	}
	#news_index .tabs li a:hover,
	#news_index .tabs li.active a{
		background: #333333;
		color: #fff;
		opacity: 1;
	}
	#news_index .panels .panel{
		display: none;
	}
	#news_index .panels .panel.active{
		display: block;
	}
	#news_index .panels .panel .news_list{
		border-top: 1px solid #000;
		font-size:0;
	}
	#event_past .past_list li a,
	#news_index .panels .panel .news_list li a{
		display: block;
		padding: 15px 35px 15px 10px;
		border-bottom: 1px solid #E8E8E8;
		position:relative;
	}
	#event_past .past_list li a:after,
	#news_index .panels .panel .news_list li a:after{
		content: "";
		width: 19px;
		height: 12px;
		background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2215.414%22%20viewBox%3D%220%200%2024.707%2015.414%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.a%2C.b%7Bfill%3Anone%3Bstroke%3A%23141517%3B%7D%20.b%7Bstroke-linecap%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(-1429.5%20-1956.793)%22%3E%20%3Cline%20class%3D%22a%22%20x2%3D%2224%22%20transform%3D%22translate(1429.5%201964.5)%22%2F%3E%3Cline%20class%3D%22b%22%20x2%3D%227%22%20y2%3D%227%22%20transform%3D%22translate(1446.5%201957.5)%22%2F%3E%3Cline%20class%3D%22b%22%20y1%3D%227%22%20x2%3D%227%22%20transform%3D%22translate(1446.5%201964.5)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center/contain;
		position: absolute;
		right:10px;
		top: 50%;
		margin-top:-6px;

	}
	#news_index .panels .panel .news_list li .list_wrap.new{
		display:block;
		width: 100%;
	}
	#news_index .panels .panel .news_list li .list_wrap.new:after{
		font-size: 1.1rem;
		letter-spacing: 0.06em;
		color: #fff;
		background: #F54337;
		padding: 4px 5px;
		position: absolute;
		top: 3px;
		margin-top: 0;
		right: 20px;

	}
	#event_past .past_list li a span,
	#news_index .panels .panel .news_list li span{
		display: inline-block;
		vertical-align: middle;
	}
	#event_past .past_list li a .day,
	#news_index .panels .panel .news_list li .day{
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		color: #555555;
		max-width: 85px;
	}
	#event_detail .detail_area .head01 .tug,
	#event_past .past_list li a .tug,
	#news_detail .detail_area .head01 .tug,
	#news_index .panels .panel .news_list li .tug{
		border-style: solid;
		border-width: 1px;
		font-size: 1.2rem;
		letter-spacing: 0.04em;
		font-weight: bold;
		padding: 5px;
		text-align: center;
	}
	#event_detail .detail_area .head01 .tug{
		display: inline-block;
	}
	#news_detail .detail_area .head01 .tug,
	#news_index .panels .panel .news_list li .tug{
		width: 95px;
	}
	#event_past .past_list li a .tug{
		width: 115px;
	}
	#event_detail .detail_area .head01,
	#news_detail .detail_area .head01{
		padding: 10px 5px;
		margin-bottom: 10px;
	}
	#news_detail .detail_area .day{
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	#event_detail .detail_area .head01 .title,
	#news_detail .detail_area .head01 .title{
		font-size: 1.7rem;
		letter-spacing: 0.08em;
		display: block;
		margin-top: 5px;
		margin-left: 0;
		max-width: 100%;
		line-height: 1.3;
	}
	#event_detail .detail_area .head01 .title{
		max-width: 100%;
	}
	#event_detail .detail_area .head01 .title + .title{
		max-width: 100%;
		font-size: 1.3rem;
	}
	#event_detail .detail_area p:not([class]),
	#news_detail .detail_area p:not([class]){
		font-size:1.2rem;
		letter-spacing: 0.08em;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	#news_detail .detail_area img{
		width: 100%;
		max-width: 100%;
	}
	#news_index .panels .panel .news_list li .tug{
		margin: 0 0 0 10px;
	}
	#event_past .past_list li a .text,
	#news_index .panels .panel .news_list li .text{
		font-size: 1.2rem;
		max-width: 100%;
		display: block;
		margin-top: 10px;
	}
	#news_index .btn_wrap{
		margin-top: 20px;
	}

	#event_index .event_index{
	  width: 100%;
	  max-width: 100%;
	  margin: 0 auto;
	}

/* 	#event_index .tabs{
	  width: 740px;
	  margin: 0 auto;
	} */

	#event_index .tabs{
		width: 100%;
		max-width: 94%;
		margin: 0 auto 20px;
		text-align: center;
		font-size:0;
	}
	#event_index .tabs li{
		width:49%;
		margin-right:2%;
		margin-bottom: 10px;
	}
	#event_index .tabs li:nth-of-type(2n),
	#event_index .tabs li:nth-last-of-type(1){
		margin-right: 0;
	}
	#event_index .tabs li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}
	#event_index .tabs li a{
		font-size:1.4rem;
		padding: 12px 10px;
	}
	#event_index .tabs li a:hover,
	#event_index .tabs li.active a{
		background: #333333;
		color: #fff;
		opacity: 1;
	}

	#event_index .event_list{
	  margin-bottom: 20px;
		width: 84%;
		margin: 0 auto 20px;
	}
	#event_index.list_area_wrap .event_list{
		width: 100%;
	}
	#event_index .event_list li{
	  position: relative;
	}
	#event_index .event_list li .tug{
	  font-size: 1.1rem;
	  padding: 5px 10px;
	}




	#event_index .event_list li .day{
	  font-size: 1.2rem;
		line-height: 1.4;
	  letter-spacing: 0.08em;
	  margin:10px 0;
		word-break: break-all;
	}
	#event_index .event_list li .day .day_date{
		display: block;
		letter-spacing: 0.05em;
	}


	#event_index .event_list li .head{
	  font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom:5px;
	}

	#event_index .event_list li.new .head span{
		padding-right:35px;
	}
	#event_index .event_list li.new .head span:after{
		font-size: 1.0rem;
		padding: 3px;
		margin-top: -9px;
	}
	#event_index .event_list li .text{
	  font-size: 1.2rem;
	  letter-spacing: 0.08em;
	  line-height: 1.6;
	}
	#event_index .event_list li a:hover{
	  opacity: 1;
	}
	#event_index .event_list li a:hover .text,
	#event_index .event_list li a:hover .head,
	#event_index .event_list li a:hover .day,
	#event_index .event_list li a:hover .img,
	#event_index .event_list li a:hover .tug{
	  opacity: 0.5;
	  text-decoration: none;
	  -webkit-transition: .3s ease-in-out;
	  transition: .3s ease-in-out;
	  zoom: 1;
	}
	#event_index .event_list .slick-slide{
		margin: 0 0.25%;
	}

	#event_index .event_list .slick-prev{
    left: -9.5%;
    z-index: 1;
  }
  #event_index .event_list .slick-next{
    right: -9.5%;
  }
  #event_index .event_list .slick-prev,
  #event_index .event_list .slick-next{
    width: 9%;
    height: 70px;
    background: rgba(0,0,0,0.5);
  }
  #event_index .event_list .slick-prev:before,
  #event_index .event_list .slick-next:before{
    content: "";
    opacity: 1;
    width:10px;
    height:10px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
  }

  #event_index .event_list .slick-prev:before{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 9px;
  }
  #event_index .event_list .slick-next:before{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 9px;
  }

	#event_index .btn_wrap{
		width: 94%;
		margin: 0 auto;
	}

	.clear_button a{
		font-size: 1.4rem;
		padding: 10px 15px;
		width: 100%;
	}
	.clear_button a:after{
		width: 6px;
		height: 6px;
		right: 10px;
		margin-top: -5px;
	}

	/* list_area */
	.list_area_wrap .list_area{
		width: 100%;
		margin-bottom:30px;
	}

	.list_area_wrap .list_area .news_index{
		width: 100%;
		max-width: 100%;
	}

	.list_area_wrap .list_area .news_index .panels .panel .news_list li .text{
		width: 100%;
	}
	.list_area_wrap#news_index .list_area .news_index .news_list li .list_wrap.new:after{
		right: 0;
	}

	.list_area_wrap .right_list{
		width: 100%;
	}
	.list_area_wrap .right_list .right_list_head{
		font-size: 1.4rem;
		padding: 10px;
	}

	.list_area_wrap .right_list .right_list_wrap .right_list_cont a{
		padding: 10px;
		font-size: 1.2rem;
	}
	.list_area_wrap .right_list .right_list_wrap.top{
		margin-bottom: 20px;
	}
	.list_area_wrap .right_list .right_list_wrap .right_list_cont a .cont_in{
		padding-left:10px;
	}
	.list_area_wrap .right_list .right_list_wrap .right_list_cont a .cont_in:before{
		border-width: 4px 0 4px 4px;
		margin-top:-4px;
	}

	/* main_area */
	.main_area{
		width: 100%;
		max-width: 94%;
		padding-top: 40px;
		padding: 40px 0 0;
	}




	.main_area .main_link_area{
		width: 100%;
	}
	.main_area .main_link_area .link_area_head{
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: 1px solid #000;
		text-align: center;
	}

	.main_area .main_link_area .link_area_head .jap{
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom:0;
	}
	.main_area .main_link_area .link_area_head .eng{
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1.6;
		display: block;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
	}
	.main_area .main_link_area .main_link_lists .link a{
		font-size: 1.4rem;
		padding: 15px 0 15px 20px;
	}
	.main_area .main_link_area .main_link_lists li .link a:before,
	.main_area .main_link_area .main_link_lists li .inner .link_in a:before{
		width: 10px;
		height: 10px;
	}

	.main_area .main_link_area .main_link_lists li .link a:before{
		margin-top: -5px;
	}

	.main_area .main_link_area .main_link_lists li .inner .link_in a:before{
		top: 12px;
	}

	.main_area .main_link_area .main_link_lists li .inner .link_in a:before{
		background-image: url('../cmn_img/circle_arrow_g.png');
		left: 15px;
	}
	.main_area .main_link_area .main_link_lists li .inner{
		padding: 10px 0;
	}

	.main_area .main_link_area .main_link_lists li .inner .link_in a{
		font-size: 1.2rem;
		padding:10px 0 10px 30px;
	}
	.main_area .main_link_area .main_link_lists li .inner .link_in a span{
		font-size: 1.0rem;
	}



	.main_area .contents_area{
		width: 100%;
		margin-bottom: 30px;
	}
	/* parts */
	.main_area .text_normal{
		font-size:1.2rem;
		letter-spacing: 0.14em;
		line-height: 1.8;
	}

	.main_area .text_normal span{
		font-size:1.5rem;
	}

	.main_area .section{
		margin-bottom: 30px;
	}

	.main_area .box_equal{
		width: 100%;
		margin-bottom: 20px;
	}
	.main_area .box_equal .fltimg,
	.main_area .box_equal .flttext{
		width: 100%;
	}
	.main_area .box_equal .flttext{
		margin-bottom: 10px;
	}
	.main_area .box_equal .flttext .flthead{
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	.main_area .box_equal .flttext .flthead.icon{
		padding-left: 20px;
		position: relative;
	}
	.main_area .box_equal .flttext .flthead.icon:before{
		width: 16px;
		height: 14px;
		background-image: url('../../cmn/cmn_img/icon_heart.png') ;
		margin-top: -7px;
	}

	.main_area .box01_float{
		padding: 20px 10px;
	}
	.main_area .box01_float .box01_fltinner{
		width: 100%;
		margin-bottom: 20px;
	}
	.main_area .box01_float .box01_fltinner .fltimg,
	.main_area .box01_float .box01_fltinner .flttext{
		width: 100%;
	}
	.main_area .box01_float .box01_fltinner .flttext{
		margin-bottom: 10px;
	}


	.main_area .box01_float .box01_fltinner .flttext .flthead{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.main_area .box01_float .box01_fltinner .flttext .text_normal{
		font-size: 1.2rem;
	}


	.main_area .special_mv{
		margin-bottom: 20px;
		padding-top: 30px;
	}
	.main_area .special_mv:before{
		height: calc(100% - 30px);
	}
	.main_area .special_mv .img{
		width: 80%;
	}

	.main_area .special_mv .mv_sptext{
		width: 60%;
		margin-left: 40%;
		margin-top:20px;
	}
	.main_area .special_mv .mv_sptext .top{
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.main_area .special_mv .mv_sptext .btm{
		font-size: 2.0rem;
		line-height: 1.4;
	}
  /* list */

	.number_list,
	.circle_list,
	.dash_list,
	.asterisk_list{
	  margin-bottom: 15px;
	}
	.number_list li,
	.circle_list li,
	.dash_list li,
	.asterisk_list li{
	  font-size:1.2rem;
	  line-height: 1.4;
	}
	.circle_list li:before{
		top:12px;
	}
	.asterisk_list li:before{
		top:5px;
	}

	.anchor_list li a{
		font-size: 1.2rem;
		letter-spacing: 0.08em;
		padding: 12px 10px;
	}

	.anchor_list li a:hover{
		background:#333333;
		border-color: #333333;
		color: #fff;
		opacity: 1;
	}

	.anchor_list li a:after{
		width: 6px;
		height: 6px;
		margin-top:-6px;
		right: 7px;
	}

	.list_indet li{
		font-size:1.2rem;
		letter-spacing: 0.08em;
		line-height: 1.4;
		padding-left: 1.3rem;
		text-indent: -1.3rem;
	}

	/* head */
	.head_top{
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	.head_top span{
		font-size: 1.4rem;
	}
	.head01{
		font-size: 1.7rem;;
		padding: 20px 5px;
		margin-bottom: 20px;
		line-height: 1.4;
	}

	.head02{
		font-size: 1.5rem;
		padding: 5px 0 5px 10px;
		border-left-width: 4px;
		margin-bottom: 10px;
	}
	/* .head02 + .text_normal{
		margin-left: 1.3rem;
	} */
	.head03{
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
  /* button */
	.btn_wrap{
		text-align: center;
		font-size: 0;
	}
	form .btn_icon,
	.btn_icon a,
	form .btn01,
	.btn01 a{
		font-size:1.2rem;
		max-width: 100%;
		line-height: 1.4;
		padding: 10px;
	}

	form .btn_icon span,
	.btn_icon a span{
		padding-left: 20px;
		display: block;
		text-align: left;
	}

	form .btn_icon span:after,
	.btn_icon a span:after{
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		background: no-repeat center center/contain;
	}
	form .btn_icon.icon01 span:after,
	.btn_icon.icon01 a span:after{
		width: 13px;
		height: 18px;
		margin-top: -9px;
	}
	form .btn_icon.icon02 span:after,
	.btn_icon.icon02 a span:after{
		width: 15px;
		height: 12px;
		margin-top: -6px;
	}


	form .btn01.gray:hover:after,
	.btn01.gray a:hover:after,
	form .btn01:after,
	.btn01 a:after{
		content: "";
		width: 7px;
		height: 7px;
		border-top:1px solid #141517;
		border-right: 1px solid #141517;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top:-3.5px;
		right: 20px;
	}
	form .btn01:hover:after,
	.btn01 a:hover:after{
		border-top:1px solid #fff;
		border-right: 1px solid #fff;
	}
	form .btn01.reverse:after,
	.btn01.reverse a:after{
		left: 10px;
		transform: rotate(-135deg);
	}

	form .btn02,
	.btn02 a{
		width: 100%;
		max-width: 530px;
		display: inline-block;
		text-align: left;
		font-size:23px;
		letter-spacing: 0.06em;
		font-weight: bold;
		padding: 18px 25px;
		position:relative;
		background:#fff;
		color: #fff;
		border-style: solid;
		border-width: 1px;
		line-height: 1.4;
	}

	form .btn02.blue01,
	.btn02.blue01 a{
		background: #2E7EC5;
		border-color: #2E7EC5;
	}
	form .btn02.blue01.icon,
	.btn02.blue01.icon a{
		padding-right: 27px;
	}
	form .btn02.blue01.icon:after,
	.btn02.blue01.icon a:after{
		width: 14px;
		height: 14px;
		margin-top: -7px;
		right: 10px;
	}
	form .btn02.blue02,
	.btn02.blue02 a{
		background: #00A4E2;
		border-color: #00A4E2;
	}

	form .btn02.blue01:hover,
	.btn02.blue01 a:hover{
		color: #2E7EC5;
		background: #fff;
		opacity: 1;
	}
	form .btn02.blue02:hover,
	.btn02.blue02 a:hover{
		color: #00A4E2;
		background: #fff;
		opacity: 1;
	}

	form .btn02.blue01 span,
	.btn02.blue01 a span,
	form .btn02.blue02 span,
	.btn02.blue02 a span{
		display: block;
	}
	form .btn02.blue01 span,
	.btn02.blue01 a span{
		padding-left: 10px;
	}
	form .btn02.blue02 span,
	.btn02.blue02 a span{
		padding-left: 20px;
	}
	form .btn02 span:before,
	.btn02 a span:before{
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		background: no-repeat center center/contain;
	}
	form .btn02.blue02 span:before,
	.btn02.blue02 a span:before{
		width: 16px;
		height: 16px;
		margin-top: -8px;
	}
	form .btn02.blue02:hover span:before,
	.btn02.blue02 a:hover span:before{
	}

	form .btn03,
	.btn03 a{
		width: 100%;
		display: inline-block;
		text-align:left;
		font-size:1.8rem;
		letter-spacing: 0.08em;
		line-height: 1.3;
		font-weight: bold;
		padding: 19px 30px;
		position:relative;
		background:#fff;
		color: #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		position: relative;
		height: 64px;
	}
	form .btn03:after,
	.btn03 a:after{
		width: 10px;
		height: 10px;
		right: 10px;
		margin-top:-5px;
	}
	form .btn03 span,
	.btn03 a span{
		width: calc(100% - 20px);
		left: 10px;
	}

	form .btn04,
	.btn04 a{
		display: block;
		font-size:1.2rem;
		padding: 10px 25px 10px 10px;
		height: auto;
	}

	form .btn04 span,
	.btn04 a span{
		position: static;
		transform: none;
		-webkit-transform: none;
		width: 100%;
	}

	form .btn04:after,
	.btn04 a:after{
		content: "";
		width: 12px;
		height: 12px;
		background:url('../cmn_img/btn_arrow_w.png') no-repeat center center/contain;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top:-6px;
	}


	.icon_btn a{
		width: 100%;
		display: block;
		text-align:left;
		font-size:1.2rem;
		padding: 10px;
	}
	.icon_btn a span{
		padding-left: 20px;
	}

	.icon_btn.excel a span:after{
		background-image: url('../cmn_img/icon_excel.png');
		width: 12px;
		height: 16px;
		margin-top: -8px;
	}
	.icon_btn.pdf a span:after{
		background-image: url('../cmn_img/icon_pdf.png');
		width: 12px;
		height: 16px;
		margin-top: -8px;
	}
	.icon_btn.external a span:after{
		background-image: url('../cmn_img/icon_external.png');
		width: 14px;
		height: 12px;
		margin-top: -6px;
	}
	/* pajer */
	.pager  ul.pagination {
		text-align: center;
		margin: 20px auto 0;
		padding: 0;
		font-size: 0;
	}

	.pager .pagination li {
		margin: 0 3px;
		width: 34px;
		height: 34px;
	}


	.pager .pagination li a span{
		font-size:1.4rem;
	}
	.pager .pagination li.pre a span,
	.pager .pagination li.next a span{
		font-size: 0;
	}

	.pager .pagination li.pre a span:after,
	.pager .pagination li.next a span:after{
		width: 6px;
		height: 6px;
		margin-top:-3px;
	}
	.pager .pagination li.pre a span:after{
		left: 15px;
	}

	.pager .pagination li.next a span:after{
		right: 15px;
	}



	.pager_big{
		margin-top: 70px;
	}

	.pager_big .pager_big_list{
		text-align: center;
		font-size: 0;
	}
	.pager_big .pager_big_list li{
		display: inline-block;
		vertical-align: top;
		width: 150px;
		margin: 0 5px;
	}
	.pager_big .pager_big_list li a{
		font-size: 18px;
		padding:25px 0;
		display:block;
		border:1px solid #dadada;
	}

	.pager_big .pager_big_list li a span{
		position: relative;
	}

	.pager_big .pager_big_list li a span:before,
	.pager_big .pager_big_list li a span:after{
		content: "";
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top:-5px;
	}

	.pager_big .pager_big_list li.prev a span{
		padding-left: 20px;
	}

	.pager_big .pager_big_list li.prev a span:before{
		border-bottom:2px solid #000;
		border-left: 2px solid #000;
		left: 0
	}

	.pager_big .pager_big_list li.next a span{
		padding-right: 20px;
	}

	.pager_big .pager_big_list li.next a span:before{
		border-top:2px solid #000;
		border-right: 2px solid #000;
		right: 0
	}


	/* table */
	.table_wrap{
		margin-bottom: 20px;
	}
	.table01_slide{
		overflow: auto;
    white-space: nowrap;
	}
	.table01_slide table{
		width: 100%;
	}

	.table01_slide table th,
	.table01_slide table td,
	.table01 table th,
	.table01 table td{
		padding:5px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.table01 table th,
	.table01 table td{
		width: 100%;
		display: block;
	}
	.table01 table th{
		border-left-color: #C5C5C5;
	}
	.table01_slide table th .tug_wrap,
	.table01 table th .tug_wrap{
		position: relative;
	}
	.table01_slide table th .tug_wrap .tug,
	.table01 table th .tug_wrap .tug{
		position: absolute;
		font-size: 14px;
		padding: 2px 5px;
		background: #f00;
		right: 0;
		top:50%;
		margin-top: -9px;
	}

	.table_btm{
		font-size: 1.2rem;
		letter-spacing: 0.06em;
		margin-top: 10px;
	}

	/* clm */
	.clm2,
	.clm3,
	.clm4,
	.clm5,
	.clm6{
		margin-bottom: 20px;
	}

	.clm2 li,
	.clm3 li,
	.clm4 li,
	.clm5 li,
	.clm6 li{
		margin-bottom: 10px;
	}
	.clm3 li:nth-of-type(3n),
	.clm5 li:nth-of-type(5n){
		margin-right: 2%;
	}
	.clm3 li:nth-of-type(2n),
	.clm5 li:nth-of-type(2n){
		margin-right: 0;
	}

	.clm2 li:nth-of-type(2n),
	.clm4 li:nth-of-type(2n),
	.clm6 li:nth-of-type(2n){
		margin-right: 0;
	}

	.clm2 li:nth-last-of-type(1),
	.clm3 li:nth-last-of-type(1),
	.clm4 li:nth-last-of-type(1),
	.clm5 li:nth-last-of-type(1),
	.clm6 li:nth-last-of-type(1){
		margin-right:0;
	}

	.clm2 li:nth-last-of-type(-n+2){
		margin-bottom:0;
	}
	.clm3 li:nth-last-of-type(-n+3){
		margin-bottom:10px;
	}
	.clm3 li:nth-last-of-type(-n+2){
		margin-bottom:0;
	}
	.clm4 li:nth-last-of-type(-n+4){
		margin-bottom:10px;
	}
	.clm4 li:nth-last-of-type(-n+2){
		margin-bottom:0;
	}
	.clm5 li:nth-last-of-type(-n+5){
		margin-bottom:10px;
	}
	.clm5 li:nth-last-of-type(-n+2){
		margin-bottom:0;
	}
	.clm6 li:nth-last-of-type(-n+6){
		margin-bottom:10px;
	}
	.clm6 li:nth-last-of-type(-n+2){
		margin-bottom:0;
	}

	.clm2 li,
	.clm3 li,
	.clm4 li{
		width: 49%;
		margin-right:2%;
	}

	/* qanda */
	.qanda{
		margin-bottom: 60px;
	}
	.qanda dt,
	.qanda dd{
		padding:5px 10px 5px 30px;
		position: relative;
	}
	.qanda dt{
		font-size: 1.4rem;
	}
	.qanda dd{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.qanda dt:before,
	.qanda dd:before{
		width: 20px;
		height: 20px;
		font-size: 1.6rem;
		line-height: 20px;
	}

	.qanda dt:before{
		content: "Q";
		background:#141517;
	}
	.qanda dd:before{
		content: "A";
		background:#F6821F;
	}




	/* button */
	form .btn_cross,
	form .btn01,
	.btn_cross a,
	.btn01 a{
		display: block;
		width: 100%;
		margin: 0 auto;
		font-size:1.2rem;
		padding: 10px;
	}
	form .btn02,
	.btn02 a{
		display: block;
		width: 100%;
		margin: 0 auto;
		font-size:1.2rem;
		padding: 10px;
		border: 1px solid #dadada;
	}
	form .btn03,
	.btn03 a{
		display: block;
		width: 100%;
		margin: 0 auto;
		font-size:1.2rem;
		padding: 10px;
		height: 40px;
	}
	form .btn01:after,
	form .btn02:after,
	.btn01 a:after,
	.btn02 a:after{
		width: 5px;
		height: 5px;
		margin-top:-3px;
		right:10px;
	}
	/* form */
	form .radio_parts,
	form .checkbox_parts{
		padding-left: 20px;
		margin-right: 0;
		font-size: 12px;
		line-height:1.4;
		line-height: 15px;
		display: block;
		margin: 10px 0;
	}
	form .radio_parts::before,
	form .checkbox_parts::before{
		width: 12px;
		height: 12px;
		top: 1px;
	}
	form .checkbox_input:checked + .checkbox_parts::after{
		top: 1px;
		left: 4px;
		width: 4px;
		height: 8px;
	}

	form .radio_input:checked + .radio_parts::after{
		width: 8px;
		height: 8px;
	}

	form .form_text{
		height: 32px;
	}

	form textarea{
		height: 240px;
	}

	form .ww{width: 100%;}
	form .w{width: 100%;}
	form .mm{width: 100%;}
	form .m{width: 100%;}
	form .ss{width: 100%;}
	form .s{width: 100%;}

	form .selector_inner{
		width: 100%;
		position: relative;
		display: inline-block;
	}
	form .selector_inner select{
		font-size: 12px;
		padding-left: 10px;
		line-height: 32px;
		height: 32px;
	}
	form .selector_inner:before{
		width: 32px;
		height: 32px;
	}
	form .selector_inner select option{
		padding-left: 15px;
	}
	form .selector_inner:after{
		right: 12px;
	}

	form .btn_wrap{
		margin-top: 20px;
	}
	form .btn_wrap button{
		margin: 10px auto;
	}

	form .caution_wrap {
		position: relative;
		padding-right: 40px;
	}
	form .caution_wrap .caution {
		right: 0;
		top: 50%;
		margin-top: -10px;
		padding: 3px;
		font-size: 1.0rem;
	}




	/*----------------------------------------------------
		☆footer
	----------------------------------------------------*/
	/* footer_bnr */
	#footer_bnr{
		padding: 40px 0;
		margin-top: 20px;
	}
	#footer_bnr .footer_bnr_link{
		width: 100%;
		max-width: 94%;
	}
	#footer_bnr .footer_bnr_link li{
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	#footer_bnr .footer_bnr_link li img{
		width: 100%;
		display: block;
	}
	#footer_bnr .footer_bnr_link li.li01{
		margin-right: 2%;
	}
	#footer_bnr .footer_bnr_link li.li02{
		margin-top: 20px;
	}
	#footer_bnr .footer_bnr_link li.li02 .btn a{
		font-size: 1.2rem;
		padding: 5px;
	}

	#footer_bnr .footer_bnr_link li.li02 .btn a:after{
		content: "";
		width: 5px;
		height: 5px;
		right: 5px;
		margin-top: -2.5px;
	}
	/* footer */
	#footer .footer_link{
		width: 100%;
		padding: 20px 0;
		background: #F2F2F2;
	}
	#footer .footer_link .footer_link_inner{
		width: 94%;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
	}
	#footer .footer_link .footer_link_inner li{
	/* 	width: calc(100%/6); */
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		box-sizing: border-box;
	}
	#footer .footer_link .footer_link_inner li a{
		font-size: 1.2rem;
		padding: 10px 0;
	}
	#footer .footer_link .footer_link_inner li a span{
		border-right: 1px solid #141517;
		display: block;
		padding: 0 0;
	}
	#footer .footer_link .footer_link_inner li:nth-last-of-type(1) a span{
		border-right: 1px solid #141517;
	}
	#footer .footer_link .footer_link_inner li:nth-of-type(odd) a span{
		border-left: 1px solid #141517;
	}




	#footer .footer_btm{
		width: 100%;
		padding-top: 40px;
	}
	#footer .footer_btm .footer_btm_inner{
		max-width: 94%;
	}
	#footer .footer_btm .inner_box .boxL .btm_logo{
		float: none;
		margin-right: 0;
		width: 136px;
		margin: 0 auto 10px;
	}
	#footer .footer_btm .inner_box .boxL .btm_logo .jap{
		font-size: 2.4rem;
	}
	#footer .footer_btm .inner_box .boxL .btm_logo .eng{
		font-size:0.9rem;
	}
	#footer .footer_btm .inner_box .boxL .left_box{
		float: none;
	}
	#footer .footer_btm .inner_box .boxL .left_box .text{
		font-size: 1.2rem;
		letter-spacing: 0.06em;
		line-height: 1.8;
	}
	#footer .footer_btm .inner_box .boxL .left_box .text a[href^="tel:"]{
		pointer-events: auto;
	}
	#footer .footer_btm .inner_box .boxL .left_box .fb a{
		width: 70%;
		padding: 13px 0;
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	#footer .footer_btm .inner_box .boxL .left_box .fb span{
		font-size: 1.4rem;
		padding-left:25px;
	}

	#footer .footer_btm .inner_box .boxL .left_box .fb span:before{
		width: 17px;
		height: 18px;
		margin-top: -9px;
	}

	#footer .footer_btm .inner_box .boxR .notes_link{
		font-size: 0;
		width: 100%;
		margin-top: 20px;
	}
	#footer .footer_btm .inner_box .boxR .notes_link li{
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	#footer .footer_btm .inner_box .boxR .notes_link li.li01{
		margin-right: 0;
	}
	#footer .footer_btm .inner_box .boxR .notes_link li .notes_box{
		padding-left: 60px;
		position: relative;
	}
	#footer .footer_btm .inner_box .boxR .notes_link li.li01 .notes_box{
		padding-top: 1.5px;
		padding-bottom: 1.5px;
	}
	#footer .footer_btm .inner_box .boxR .notes_link li.li02 .notes_box{
		padding-top: 13px;
		padding-bottom: 13px;
	}
	#footer .footer_btm .inner_box .boxR .notes_link li .notes_box:before{
		content: "";
		width: 48px;
		height: 48px;
		background:no-repeat center center /contain;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -24px;
	}
	#footer .footer_btm .inner_box .boxR .notes_link li.li01 .notes_box:before{
		background-image: url('../cmn_img/icon_nocamera.png');
	}
	#footer .footer_btm .inner_box .boxR .notes_link li.li02 .notes_box:before{
		background-image: url('../cmn_img/icon_nosmoking.png');
	}
	#footer .footer_btm .inner_box .boxR .notes_link li .notes_box h3{
		font-size: 1.7rem;
		letter-spacing: 0.08em;
		margin-bottom: 6px;
	}
	#footer .footer_btm .inner_box .boxR .notes_link li .notes_box p{
		font-size: 1.2rem;
		letter-spacing: 0.04em;
		line-height: 1.6;
	}

	#footer small{
		display: block;
		text-align: center;
		font-size: 0.9rem;
		letter-spacing: 0em;
		padding: 10px 0 100px;
	}

	/*----------------------------------------------------
		☆BUTTON
	----------------------------------------------------*/


	.pagetop {
		bottom: 72px;
		right: 20px;
	}
	.pagetop a {
		padding: 15px;
	}
}
