@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .main_menu:after, #header .main_menu .head_menu:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
@media (min-width:48em) {
	html {
		font-size: 62.5%;
		line-height: 1.5;
	}
}
@media (max-width:47.9375em) {
	html {
		font-size: 62.5%;
		line-height: 1.5;
	}
}

body {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 1.5em;
	margin: 0;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
	font-size: 93%;
  }
}
/*body a {
  color: #0042a6;
  text-decoration: underline;
}*/
/*20210213_ukawa_start*/
a {
	color: #286400;
	text-decoration: none;
	word-break: break-all;
	transition: color .2s, opacity .2s;
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
a:focus,
a:hover { text-decoration: underline; }
/*20210213_ukawa_end*/
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  /* color: #1D4062; */
}
body img {
  max-width: 100%;
	height: auto;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

input, select, textarea {
  font-size: 100%;
}
/*20180516_ukawa_start*/
figure {
	margin: 0;
}
/*20180516_ukawa_end*/
html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1024px !important;
  margin: auto;
  font-size: 100% !important;
}
ul {
	padding:0;
	margin: 0;
	list-style :none;
}
li {
	position:relative;
	padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  body .view_tab-sp, body .view_tab {
	display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
	display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
	display: none !important;
  }
}
@media print {
  body .view_sp {
	display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  body .view_pc {
	display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
	display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  box-sizing: border-box;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  /* *zoom: 1; */
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .container {
	width: 760px;
  }
}
@media print {
  .container {
	width: 760px;
  }
}
.ie8 .container {
  width: 760px;
}
@media only screen and (min-width: 992px) {
  .container {
	width: 990px;
  }
}
@media print {
  .container {
	width: 990px;
  }
}
.ie8 .container {
  width: 990px;
}
@media only screen and (min-width: 1200px) {
  .container {
	width: 1010px;
  }
}
@media print {
  .container {
	width: 1010px;
  }
}
.ie8 .container {
  width: 1010px;
}
.container p.read {
  margin-bottom: 20px;
}
.container a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: opacity 0.3s ease-out;
		  transition: opacity 0.3s ease-out;
}
/* -----------------------------------------------------------
	使いまわし
----------------------------------------------------------- */
.white {
	color: #FFF !important;
}
.black {
	color: #333 !important;
}
.red {
	color: #F00 !important;
}
.yellow {
	color: #FF0 !important;
}
.bg_yellow {
	background-color: #FF0 !important;
}
.bold {
	font-weight: bold;
}
[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	width: 230%;
	content: attr(data-ruby);
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1em;
	-webkit-transform:scale(0.45);
	-moz-transform:scale(0.45);
	-ms-transform:scale(0.45);
	-o-transform:scale(0.45);
	transform:scale(0.45);
	-webkit-transform-origin: 0 80%;
	-moz-transform-origin: 0 80%;
	-ms-transform-origin: 0 80%;
	-o-transform-origin: 0 80%;
	transform-origin: 0 80%;
}
@media only screen and (min-width: 768px) {
	.sp_br{
		display: none;
	}
}
/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page{overflow: hidden !important;}

@media only screen and (min-width: 768px) {
	#page {
		font-size: 100% !important;
	}
}
@media only screen and (max-width: 767px) {
	#page {
		font-size: 100% !important;
	}
}
@media print {
  #page {
	font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}
/*20180516_ukawa_start*/
.wrapper {
	position: relative;
}
.wrapper:after {
	display: table;
	clear: both;
	content: "";
}
/*.content { padding: 0 16px; }
.content-fit {
	overflow: hidden;
	margin-right: -16px;
	margin-left: -16px;
}

.one-half{
	float:none; width:100%;}
.one-half-last{
	float:none; width:100%;}
.one-half span,.one-half-last span{color:#e60012;}*/

@media screen and (min-width:48em) {
	.wrapper {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
	}
	.wrapper-wide {
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
	}
/*	.content { padding: 0 24px; }
	.content-fit {
		margin-right: -24px;
		margin-left: -24px;
	}*/
}
/*20180516_ukawa_end*/
/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
 /* #header {
 padding: 35px 0 10px;
} */
#header .logo {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #header .logo {
	float: left;
  }
}
@media print {
  #header .logo {
	float: left;
	margin-right: 25px;
  }
}
.ie8 #header .logo {
  float: left;
  margin-right: 25px;
}
#header .main_menu {
  margin-top: 20px;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 992px) {
  #header .main_menu {
	float: right;
  }
}
@media print {
  #header .main_menu {
	float: right;
  }
}
.ie8 #header .main_menu {
  float: right;
}
#header .main_menu .head_menu {
  background: #00a5e3;
  padding: 10px;
  vertical-align: middle;
}
#header .main_menu .head_menu h3 {
  color: #fff;
  font-size: 135%;
  font-weight: normal;
  display: inline-block;
  margin-top: 3px;
}
#header .main_menu .head_menu .navbar_toggle {
  float: right;
  background: #fff;
  border: 0;
  padding: 4px;
  width: 12%;
  font-size: 100%;
}
#header .main_menu .head_menu .navbar_toggle .fa-navbar-toggle {
  font-size: 155%;
}
#header .main_menu .head_menu .navbar_toggle .fa-navbar-toggle:before {
  content: "\f0c9";
}
#header .main_menu .head_menu .navbar_toggle.collapsed .fa-navbar-toggle:before {
  content: "\f00d";
}
/*@media only screen and (max-width: 767px) {
  #header .main_menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #header .main_menu ul {
	float: left;
	display: block !important;
  }
}
@media print {
  #header .main_menu ul {
	float: left;
	display: block !important;
  }
}
.ie8 #header .main_menu ul {
  float: left;
  display: block !important;
}
@media only screen and (max-width: 767px) {
  #header .main_menu ul li {
	width: 100%;
	border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  #header .main_menu ul li {
	float: left;
	text-align: center;
	margin-right: 1px;
  }
}
@media print {
	#header .main_menu ul li {
		float: left;
		text-align: center;
		margin-right: 1px;
	}
}
.ie8 #header .main_menu ul li {
	float: left;
	text-align: center;
	margin-right: 1px;
}
#header .main_menu ul li a {
	background: #00a5e3;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	padding: 8px 4px;
	/*line-height: 46px;*/
	/*display: block;
	position: relative;
}*/
/*20180516_ukawa_start*/
.gnav-items {
	background-color: #fff;
}
.gnav-items li {
	position: relative;
	z-index: 1;
	border-top: 1px solid #fff;
	background: #66b4f0;
}
.gnav-items li:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-top-color: #fff;
	color: transparent;
	transform: rotate(-45deg);
	content: "";
}
.gnav-items a {
	display: block;
	padding: 10px 8px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.3;
	text-decoration: none !important;
	transition: all .21s ease;
	font-weight: bold;
}
.gnav-items li ul li a {
	padding-left: 2em;
}
/*20180516_ukawa_end*/
@media only screen and (max-width: 767px) {
  #header .main_menu ul li a {
	width: 100%;
	padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
	/*#header .main_menu ul li a {
		padding: 8px 4px;
		/*padding: 0 10px;*/
		/*min-width: 114px;
	}*/
	/*20180516_ukawa_start_20210213_edit*/
	.gnav-items {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		margin: 0;
		padding-left: 0;
		/*overflow: hidden;*/
	}
	.gnav-items li {
		display: -webkit-flex;
		display: flex;
		-webkit-flex: 0 1 26.4%;
		flex: 0 1 26.4%;
		border-top: none;
		border-left: 1px solid #fff;
	}
	.gnav-items li:last-child {
		-webkit-flex-basis: 26.4%;
		flex-basis: 26.4%;
	}
	.gnav-items a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		padding: 10px 0;
		font-size: 1.2rem;
		text-align: center;
		margin-left: -8px;
	}
	.gnav-items a.small {
		letter-spacing: -0.5px;
		font-size: 0.85rem;
	}
	.gnav-items a:hover {
		opacity: .6;
		color: #FFF !important;
	}
	.gnav-items li ul {
		position: absolute;
		top: 46px;
		left: 0;
		padding: 0;
		width: 100%;
		display: none;
	}
	.gnav-items li:hover ul {
		display: block;
	}
	.gnav-items li ul li a {
	padding-left: 0;
}
	.no-flexbox .gnav-items {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.no-flexbox .gnav-items li {
		display: table-cell;
		vertical-align: middle;
	}
	/*20180516_ukawa_end*/
}
@media print {
  #header .main_menu ul li a {
	padding: 0 10px;
	min-width: 114px;
  }
}
.ie8 #header .main_menu ul li a {
  padding: 0 10px;
  min-width: 114px;
}
@media only screen and (min-width: 992px) {
  #header .main_menu ul li a {
	min-width: 110px;
  }
}
@media print {
  #header .main_menu ul li a {
	min-width: 110px;
  }
}
.ie8 #header .main_menu ul li a {
  min-width: 110px;
}
@media only screen and (min-width: 1200px) {
  #header .main_menu ul li a {
	min-width: 115px;
  }
}
@media print {
  #header .main_menu ul li a {
	min-width: 115px;
  }
}
.ie8 #header .main_menu ul li a {
  min-width: 115px;
}
/*#header .main_menu ul li a:after {
	content: "";
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #ffffff transparent;
}*/
#header .main_menu ul li a:hover, #header .main_menu ul li a:focus {
  background: #efeb76;
  color: #8DC21F;
}
#header .main_menu ul li a:hover:after, #header .main_menu ul li a:focus:after {
  border-color: transparent transparent #8DC21F transparent;
}
/*20180516_ukawa_start*/
@media (min-width:48em) {
	.spnav-btn { display: none; }
}
.site-title {
	width: 160px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
@media screen and (min-width:64em) {
	.header {
		margin-bottom: 0;
		padding-top: 35px;
		padding-bottom: 10px;
	}
	.site-title {
		float: left;
		width: 220px;
		padding: 0;
	}
	.gnav {
		margin-left: 232px;
		padding-top: 20px;
	}
	.one-half{
	float:left;width:49%;
	margin-right:2%;}
.one-half-last{
	float:left;width:49%;}
	
}
/* モバイル用ナビゲーション */
@media screen and (max-width:47.9375em) {
	.gnav {
		position: relative;
	}

	/* ナビ開閉ボタン */
	.spnav-btn {
		display: block;
		position: relative;
		z-index: 999;
		width: 100%;
		height: 50px;
		border: none;
		background: #66b4f0;
		color: #fff;
		text-align: left;
		font-weight: bold;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		outline: none;
		cursor: pointer;
	}
	.spnav-btn__icon {
		display: block;
		position: absolute;
		right: 8px;
		top: 7px;
		z-index: 1;
		width: 48px;
		height: 36px;
		padding: 0;
		border: none;
		border-radius: 4px;
		background: #fff;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		outline: none;
		cursor: pointer;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	.spnav-btn__icon i {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 24px;
		height: 3px;
		margin-top: -2px;
		margin-left: -12px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}
	.spnav-btn__icon i,
	.spnav-btn__icon i:after,
	.spnav-btn__icon i:before {
		background-color: #666;
		-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
		transition: all .4s cubic-bezier(.19,1,.22,1);
	}
	.spnav-btn__icon i:after,
	.spnav-btn__icon i:before {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
	}
	.spnav-btn__icon i:before { top: -7px; }
	.spnav-btn__icon i:after { top: 7px; }
	.nav-opened .spnav-btn__icon i { background-color: transparent; }
	.nav-opened .spnav-btn__icon i:after,
	.nav-opened .spnav-btn__icon i:before { top: 0; }
	.nav-opened .spnav-btn__icon i:before { -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); }
	.nav-opened .spnav-btn__icon i:after { -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); }

	/* ナビ開閉設定 */
	.spnav-panel {
		overflow: hidden;
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		width: 100%;
		z-index: 999;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	.nav-opened .spnav-panel {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		box-shadow: 0 10px 15px rgba(33,33,33,.1);
		-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
		transition: all .4s cubic-bezier(.19,1,.22,1);
	}
}
/*20180516_ukawa_end*/

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/*#contents { */
  /* -----------------------------------------------------------
	con_imgmain
  ----------------------------------------------------------- 
/* } */
/*20210214_ukawa_start*/
/* ページタイトル */
.page-header {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	background-position: center center;
	background-repeat: repeat;
}
.page-header__title {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}
/*20210214_ukawa_end*/

/*20180516_ukawa_start*/
.mv {
	margin-bottom: 20px;
	text-align: center;
}
/*------------------------------------*\
	次階層用ナビゲーション
\*------------------------------------*/
@media (max-width:47.9375em) {
	.mbl{
		text-align: center;
	margin-bottom: 20px;
	}
	.mod-subnav li {
		float: left;
		width: 48%;
	}
	.mod-subnav li:nth-of-type(odd) {
		clear: left;
		/* margin-right: 3%; */
	}
}
.mod-subnav {
	list-style: none;
    margin: 45px 0;
	padding: 0;
}
.mod-subnav:after {
	display: table;
	clear: both;
	content: "";
}
.mod-subnav a {
	display: block;
	position: relative;
	margin: 3px 0;
	padding: 10px 5px;
	border-radius: 8px;
	/*border: 1px solid;*/
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease-out;
}
.mod-subnav a:after {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -.5em;
	font-family: "icomoon";
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "\f13a";
}
.mod-subnav a:hover {
	opacity: .6;
}

@media (max-width:47.9375em) {
	.mod-subnav li {
		float: left;
		width: 48.5%;
	}
	.mod-subnav li:nth-of-type(odd) {
		clear: left;
		/* margin-right: 3%; */
	}
}
@media (min-width:48em) {
	.mod-subnav--grid3 li {
		float: left;
		/*width: 32%;*/
		width: 23%;
		margin-left: 2%;
	}
	/*.mod-subnav--grid3 li:nth-of-type(3n+1) {
		clear: left;
		margin-left: 0;
	}*/
	.mod-subnav--grid4 li {
		float: left;
		width: 24.2%;
		margin-left: 1%;
	}
	.mod-subnav--grid4 li:nth-of-type(4n+1) {
		clear: left;
		margin-left: 0;
	}
	
	.mod-subnav--grid5 li {
		float: left;
		width: 19.5%;
		margin-left: 0.625%;
	}
	.mod-subnav--grid5 li:nth-of-type(5n+1) {
		clear: left;
		margin-left: 0;
	}
	.mod-subnav a {
		padding: 16px 8px;
	}
}
@media print {
	.mod-subnav { display: none; }
}

/*20180516_ukawa_end*/
/* #contents .con_imgmain {
	position: relative;
	width: 100%;
	padding-top: 42%;
	z-index: 1;
} */
@media only screen and (min-width: 768px) {
	/*#contents .con_imgmain {
		padding-top: 31.5%;
	}*/
}
@media print {
  #contents .con_imgmain {
	padding-top: 31.5%;
	margin-bottom: 50px;
  }
}
.ie8 #contents .con_imgmain {
  padding-top: 31.5%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
	/*#contents .con_imgmain {
		padding-top: 24%;
	}*/
}
@media print {
  #contents .con_imgmain {
	padding-top: 24%;
  }
}
.ie8 #contents .con_imgmain {
  padding-top: 24%;
}
@media only screen and (min-width: 1200px) {
  #contents .con_imgmain {
	padding-top: 0;
	height: 317px;
  }
}
@media print {
  #contents .con_imgmain {
	padding-top: 0;
	height: 317px;
  }
}
.ie8 #contents .con_imgmain {
  padding-top: 0;
  height: 317px;
}
/* #contents .con_imgmain img {
	max-width: none;
	width: 135%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
} */
@media only screen and (min-width: 768px) {
  #contents .con_imgmain img {
	width: 200%;
  }
}
@media print {
  #contents .con_imgmain img {
	width: 200%;
  }
}
.ie8 #contents .con_imgmain img {
  width: 200%;
}
@media only screen and (max-width: 767px) {
/*	#contents .con_imgmain img {
		max-width: none;
		width: 180%;
		position: absolute;
		top: 0;
		left: 43%;
		margin-top: 20px;
	}*/
}
@media only screen and (min-width: 992px) {
  #contents .con_imgmain img {
	width: 150%;
  }
}
@media print {
  #contents .con_imgmain img {
	width: 150%;
  }
}
.ie8 #contents .con_imgmain img {
  width: 150%;
}
@media only screen and (min-width: 1200px) {
  #contents .con_imgmain img {
	width: 980px;
	height: 317px;
  }
}
@media print {
  #contents .con_imgmain img {
	width: 980px;
	height: 317px;
  }
}
.ie8 #contents .con_imgmain img {
  width: 980px;
  height: 317px;
}
#contents a:hover, #contents a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: opacity 0.3s ease-out;
		  transition: opacity 0.3s ease-out;
}
/*------------------------------------*\
    フッター
\*------------------------------------*/
.footer {
	position: relative;
	margin-top: 60px;
	padding: 10px 0;
	background: #66b4f0;
	color: #fff;
	text-align: center;
}
.pagetop {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 0;
	overflow: hidden;
	width: 54px;
	height: 54px;
	padding-top: 5px;
	background: #66b4f0;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	text-decoration: none!important;
}
.pagetop:before {
	display: block;
	margin: 0 auto;
	font-family: "icomoon";
	font-size: 30px;
	content: "\f106";
}
.footer-links {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
/* .footer-links li {
} */
.footer-links a {
	color: #fff;
	font-weight: bold;
}
.footer-links a:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-left-color: #fff;
	color: transparent;
	content: "";
}
.copyright {
	clear: both;
	display: block;
	margin-top: 6px;
	font-weight: bold;
}
@media screen and (max-width:47.9375em) {
	.footer-links li {
		float: none;
		width: 50%;
		padding: 4px 0;
	}
	.footer-links a {
		display: block;
		padding: 2px 4px;
		font-size: 1.3rem;
		line-height: 1.4;
		text-align: left;
	}
	.footer-links:after {
		display: table;
		clear: both;
		content: "";
	}
}
@media (min-width:48em) {
	.footer-links li {
		margin: 4px 8px;
	}
	.footer-links a {
		font-size: 1.2rem;
	}
	.pagetop {
		right: 2%;
		bottom: 100px;
	}
}
@media (min-width:64em) {
	.footer {
		max-width: 1920px;
		margin: 50px auto 0;
		padding-top: 79px;
		background: url(../img/common/bg_footer.png) no-repeat center top;
		background-size: cover;
	}
	.footer:before {
		display: block;
		height: 34px;
		margin-top: -68px;
		margin-bottom: 16px;
		background: url(../img/common/bg_footer.png) no-repeat center top;
		content: "";
	}
	.footer-links ul {
		text-align: center;
	}
	.footer-links li {
		display: inline;
	}
	/* .footer-links li.clear {
	} */
}
@media (min-width:80em) {
	.footer {
		padding-top: 115px;
	}
}
/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*20180516_ukawa_start*/
/*------------------------------------*\
	Display Utility
\*------------------------------------*/
.u-hidden { display: none; }
[class^="u-visible"] { display: none; }
.u-inline { display: inline; }
.u-ib     { display: inline-block; }
.u-block  { display: block; }

@media (min-width:30em) {
	.u-hidden-sm  { display: none!important; }
	.u-visible-sm { display: block!important; }
	.u-visible-sm--inline { display: inline!important; }
	.u-visible-sm--ib { display: inline-block!important; }
}
@media (min-width:48em) {
	.u-hidden-md  { display: none!important; }
	.u-visible-md { display: block!important; }
	.u-visible-md--inline { display: inline!important; }
	.u-visible-md--ib { display: inline-block !important; }
}
@media (min-width:64em) {
	.u-hidden-lg  { display: none!important; }
	.u-visible-lg { display: block!important; }
	.u-visible-lg--inline { display: inline!important; }
	.u-visible-lg--ib { display: inline-block!important; }
}
@media (min-width:80em) {
	.u-hidden-xl  { display: none!important; }
	.u-visible-xl { display: block!important; }
	.u-visible-xl--inline { display: inline!important; }
	.u-visible-xl--ib { display: inline-block!important; }
}
@media print {
	.u-hidden-print  { display: none!important; }
	.u-visible-print { display: inline!important; }
	.u-visible-print--inline { display: inline!important; }
	.u-visible-print--ib { display: inline-block!important; }
}
/*============================================================================*\
	$Icon Font
\*============================================================================*/
@font-face {
  font-family: "icomoon";
  src:  url("../common/fonts/icomoon.eot?fkikgh");
  src:  url("../common/fonts/icomoon.eot?fkikgh#iefix") format("embedded-opentype"),
	url("../common/fonts/icomoon.ttf?fkikgh") format("truetype"),
	url("../common/fonts/icomoon.woff?fkikgh") format("woff"),
	url("../common/fonts/icomoon.svg?fkikgh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*20210214_ukawa_edit*/
.icon-wanpara:before { content: "\e902";}
.icon-old-phone:before { content: "\e900";}
.icon-external-link:before { content: "\e901";}
.icon-star:before { content: "\f005";}
.icon-star-o:before { content: "\f006";}
.icon-play:before { content: "\f04b"; }
.icon-check-circle:before { content: "\f058";}
.icon-arrow-left:before { content: "\f060";}
.icon-arrow-right:before { content: "\f061";}
.icon-arrow-up:before { content: "\f062";}
.icon-arrow-down:before { content: "\f063";}
.icon-chain:before { content: "\f0c1";}
.icon-link:before { content: "\f0c1";}
.icon-angle-left:before { content: "\f104";}
.icon-angle-right:before { content: "\f105";}
.icon-angle-up:before { content: "\f106";}
.icon-angle-down:before { content: "\f107";}
.icon-chevron-circle-left:before { content: "\f137";}
.icon-chevron-circle-right:before { content: "\f138";}
.icon-chevron-circle-up:before { content: "\f139";}
.icon-chevron-circle-down:before { content: "\f13a";}
.icon-square:before { content: "\25A0"; }
.icon-circle:before { content: "\25CF"; }
/*20210214_ukawa_edit_end*/
/*20180516_ukawa_end*/
/*20210214_ukawa_start*/
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
	display: inline-block;
	overflow: visible;
	position: relative;
	max-width: 100%;
	min-width: 240px;
	margin: 2px 0;
	padding: .6em 1.2em;
	border: .2rem solid rgba(0,0,0,0);
	border-radius: 8px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0 !important;
	transition: all .15s ease;

	/* base theme */
	background-color: #3f82fc;
	color: #fff;
}
.btn:not(:disabled) { cursor: pointer; }

.btn:focus,
.btn:hover { background-color: #2d6de3; }

/* Sizes */
.btn--large { font-size: 1.8rem; }
.btn--small { font-size: 1.2rem; }

/* Theme */
.btn--secondary {
	background-color: #464a5a;
	color: #fff;
}
.btn--secondary:focus,
.btn--secondary:hover { background-color: #3b3d43; }

.btn--outline {
	border-color: #3f82fc;
	background-color: transparent;
	color: #2d6de3;
}
.btn--outline.btn--secondary {
	border-color: #464a5a;
	color: #3b3d43;
}
.btn--outline:focus,
.btn--outline:hover {
	border-color: transparent!important;
	color: #fff!important;
}

.btn--clear {
	background-color: transparent !important;
	color: #2d6de3;
}
.btn--clear:focus,
.btn--clear:hover { background-color: rgba(63,130,252,.15) !important; }

.btn.disabled,
.btn:disabled {
	background-color: #e1e1e1;
	color: #aaa;
	pointer-events: none;
}
.btn.disabled:focus,
.btn.disabled:hover { background-color: #e1e1e1;}

/* common */
.row_cont_center {
	text-align: center;
	margin: 0 auto 20px auto;
}

/*============================================================================*\
    $Flex
\*============================================================================*/
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
*/
.row { position: relative; box-sizing: border-box; }
.clear-after:after,.row:after { display: table; content: ""; clear: both;}
.col { float: left; box-sizing: border-box; width: 100%; }

@media (min-width:48em) {
.col{margin-left:4%}.col:first-child{margin-left:0}.col.one{width:4.66666666667%}.col.two{width:13.3333333333%}.col.three{width:22%}.col.four{width:30.6666666667%}.col.five{width:39.3333333333%}.col.six{width:48%}.col.seven{width:56.6666666667%}.col.eight{width:65.3333333333%}.col.nine{width:74.0%}.col.ten{width:82.6666666667%}.col.eleven{width:91.3333333333%}.col.twelve,.col.full{width:100%;margin-left:0}.col.third{width:30.6666666667%}.col.twothirds{width:65.3333333333%}.col.half{width:48%}
.col.push-one{margin-left:12.66666666667%}.col.push-two{margin-left:21.3333333333%}.col.push-three{margin-left:30%}.col.push-four{margin-left:38.6666666667%}.col.push-five{margin-left:47.3333333333%}.col.push-six{margin-left:56%}.col.push-seven{margin-left:64.6666666667%}.col.push-eight{margin-left:73.3333333333%}.col.push-nine{margin-left:82%}.col.push-ten{margin-left:90.6666666667%}.col.push-eleven{margin-left:95.3333333333%}.col.push-third{margin-left:38.6666666667%}.col.push-twothirds{margin-left:73.3333333333%}.col.push-half{margin-left:56%}
}
/*20210214_ukawa_end*/

.nolink {
	pointer-events: none;
}