@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: esty-jr_com0902
Description: esty-jr
Version: 4
Author: esty-jr
Author URI: https://esty-jr.com/
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,summa
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
html {
	font-size: 15px;
}
body {
	position: relative;
  font-family: "M PLUS Rounded 1c","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  font-size: 15px;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 34px;
  font-weight: bold;
}
h2 {
  font-size: 28px;
  font-weight: bold;
}
h3 {
  font-size: 24px;
  font-weight: bold;
}
h4 {
  font-size: 20px;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  color: #00a89c;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
table th, table td {
  vertical-align: top;
}
input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input.text,
textarea {
  padding: 2px 6px;
  margin: 0 5px 0 0;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  color: #1a1a1a;
  max-width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input.text:focus,
textarea:focus {
  background-color: #FFFFDC;
}
textarea {
  line-height: 1.4;
}
select {
  height: 30px;
  padding: 2px 6px;
  line-height: 1;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
/*
 レイアウト
----------------------------*/
html {
  position: relative;
  /*height: 100%;*/
}
body {
  /*height: 100%;*/
  min-width: 920px;
  background-color: #ffffff;
}
@media screen and (max-width: 900px) {
  body {
    min-width: 100%;
  }
}
.container, .modal .modal-contents {
  width: 880px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .container, .modal .modal-contents {
		width: 100%;
		padding: 0 2.8%;
		box-sizing: border-box;
  }
}
/*
 contents
----------------------------*/
.contents.colnum1 > .container, .modal .contents.colnum1 > .modal-contents {
  margin-top: 80px;
  padding-top: 40px;
}
.contents.colnum2 {
  padding-top: 70px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .contents.colnum2 {
    padding-top: 30px;
  }
}
.contents.colnum2 > .container, .modal .contents.colnum2 > .modal-contents {
  *zoom: 1;
}
.contents.colnum2 > .container:after, .modal .contents.colnum2 > .modal-contents:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.contents.colnum2 .main {
  width: 860px;
  float: right;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .contents.colnum2 .main {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 760px) {
  .contents.colnum2 .main {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
}
.contents.colnum2 .side {
  width: 0;
  float: left;
}
@media screen and (max-width: 760px) {
  .contents.colnum2 .side {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/*
 footer
----------------------------*/
#footer {
  position: relative;
  background: #00a89c;
  font-size: 14px;
  color: #fff;
}
.footer-top {
  padding: 30px 0;
}
.footer-top a {
  color: #fff;
}
.footer-top .container{
	position: relative;
}
.footer-top .sitemap {
  *zoom: 1;
}
.footer-top .sitemap:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.footer-top .sitemap ul.menu > li {
  margin-right: 40px;
  float: left;
  min-width: 100px;
}
.footer-top .sitemap ul.menu > li a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: 5px;
}
.footer-top .bnr_estyfitnessclub{
	position: absolute;
	top: 0;
	right: 10px;
	width: 20%;
	z-index: 1;
}
.footer-top .bnr_estyfitnessclub a{
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
.footer-top .bnr_estyfitnessclub a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .footer-top .sitemap {
    margin-left: 10px;
  }
}
@media screen and (max-width: 760px) {
  .footer-top .sitemap {
    float: none;
  }
  .footer-top .sitemap ul.menu {
    margin-left: -30px;
  }
  .footer-top .sitemap ul.menu li {
    margin-bottom: 5px;
  }
  .footer-top .sitemap ul.menu > li {
    margin-left: 30px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 0;
    margin-bottom: 20px;
    width: 90%;
  }
  .footer-top .sitemap ul.menu > li:first-child {
    float: none;
  }
  .footer-top .sitemap ul.menu ul {
    margin-top: 5px;
  }
  .footer-top .sitemap ul.menu a[href="#empty"] {
    display: none;
  }
  .footer-top .bnr_estyfitnessclub{
	  position:static;
	  width: 60%;
	  margin: 0 auto;
	}
}
.footer-top .sitemap .menu-footer_links-container {
  margin-left: -20px;
}
.footer-top .sitemap #menu-footer_links {
  float: left;
  margin-left: 20px;
}
.footer-top .sitemap #menu-footer_links li {
  margin: 0 0 5px;
  float: none;
}
@media screen and (max-width: 760px) {
  .footer-top .sitemap #menu-footer_links {
    margin-left: 0;
  }
  .footer-top .sitemap #menu-footer_links li {
    margin-left: 20%;
    width: 100%;
  }
}
.footer-middle {
  background: #fff;
  color: #003f8d;
  text-align: center;
  padding: 15px 0;
}
.footer-middle .container, .footer-middle .modal .modal-contents, .modal .footer-middle .modal-contents {
  position: relative;
}
.footer-middle .logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
.footer-middle .sns {
  line-height: 1;
  font-size: 38px;
  margin-bottom: 5px;
}
.footer-middle .sns a {
  margin: 0 10px;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-middle .sns a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.footer-middle .link-twitter {
  color: #8fd3f1;
}
.footer-middle .link-facebook {
  color: #74cfc0;
}
.footer-middle .link-instagram {
  color: #ffc7e5;
}
@media screen and (max-width: 480px) {
  .footer-middle .logo {
    position: static;
    margin: 0 0 15px;
  }
}
.footer-bottom {
  padding: 12px 0 60px;
}
.footer-bottom .copy {
  text-align: center;
  color: #fff;
}
.footer-fixed{
	background-color:#003E6E;
	position: fixed;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	z-index: 1001;
}
.footer-fixed .inner{
	margin: 0 auto;
	text-align: center;
	width: 700px;
	position: relative;
	padding: 15px 70px 15px 10px;
	box-sizing: border-box;
}
.footer-fixed p{
	display: inline;
	font-size: 14px;
}
.footer-fixed .menu-fixednavi-container,
.footer-fixed .menu-fixednavicampaign-container{
	display: inline;
}
.footer-fixed .menu-fixednavi-container ul,
.footer-fixed .menu-fixednavicampaign-container ul{
	display: inline;
}
.footer-fixed .menu-fixednavi-container li,
.footer-fixed .menu-fixednavicampaign-container li{
	display: inline;
	margin-left: 5px;
}
.footer-fixed .menu-fixednavi-container li.only-sp,
.footer-fixed .menu-fixednavicampaign-container li.only-sp{
  display: none!important;
}

.footer-fixed .menu-fixednavi-container a,
.footer-fixed .menu-fixednavicampaign-container a{
	display: inline-block;
	background-color: #fff;
	color: #003E6E;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 26px;
	line-height: 26px;
	padding: 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
.footer-fixed .menu-fixednavi-container a:hover,
.footer-fixed .menu-fixednavicampaign-container a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.footer-fixed .img_footer-fixed{
	position:absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: auto;
}
#pagetop-link {
  display: block;
  text-align: center;
  position: absolute;
  right: 35px;
  top: -35px;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}
#pagetop-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
	.footer-fixed .inner{
		width: 100%;
		padding: 10px;
	}
	.img_footer-fixed{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.footer-fixed p{
		display: block;
		text-align: center;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 480px) {
	  #pagetop-link {
		right: 15px;
	  }
	.footer-fixed p{
		display: none;
	}
	.footer-fixed .menu-fixednavi-container  ul,
	.footer-fixed .menu-fixednavicampaign-container  ul{
		display: flex;
		justify-content: center;
	}
	.footer-fixed .menu-fixednavi-container li,
	.footer-fixed .menu-fixednavicampaign-container li{
		display: block;
		width: 50%;
		margin: 0 5px;
	}
	.footer-fixed .menu-fixednavi-container a,
	.footer-fixed .menu-fixednavicampaign-container a{
		width: 100%;
		padding: 5px 0;
	}
  .footer-fixed .menu-fixednavi-container li.only-pc,
  .footer-fixed .menu-fixednavicampaign-container li.only-pc{
    display: none!important;
  }
  .footer-fixed .menu-fixednavi-container li.only-sp,
  .footer-fixed .menu-fixednavicampaign-container li.only-sp{
    display: block!important;
  }
}
/*
 section
----------------------------*/
.section {
  padding-top: 40px;
  padding-bottom: 40px;
	background-color: #fff;
}
.section.section-bg-gray {
  background-color: #eeeeee;
}
/*
 btn
----------------------------*/
a.btn, .next-prev-links a,
input.btn,
button.btn {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn, .next-prev-links a {
  -webkit-appearance: none;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
}
.btn:hover, .next-prev-links a:hover {
  text-decoration: none;
}
.btn.btn-default, .next-prev-links a.btn-default {
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  background: #00a89c;
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-default:hover, .next-prev-links a.btn-default:hover {
  color: #00a89c;
  background-color: #fff;
}
.btn.btn-option, .next-prev-links a {
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  background: #00b7ee;
  border: 2px solid #00b7ee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-option:hover, .next-prev-links a:hover {
  color: #fff;
  background-color: #00a3d5;
  border-color: #00a3d5;
}
.btn.btn-option.btn-strong, .next-prev-links a.btn-strong {
  border: 2px solid #fff;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTNkZiIvPjxzdG9wIG9mZnNldD0iMTIuNSUiIHN0b3AtY29sb3I9IiMwMDkzZGYiLz48c3RvcCBvZmZzZXQ9IjEzLjUlIiBzdG9wLWNvbG9yPSIjMGE5ZGU5Ii8+PHN0b3Agb2Zmc2V0PSIzNi41JSIgc3RvcC1jb2xvcj0iIzBhOWRlOSIvPjxzdG9wIG9mZnNldD0iMzcuNSUiIHN0b3AtY29sb3I9IiMwMDkzZGYiLz48c3RvcCBvZmZzZXQ9IjYyLjUlIiBzdG9wLWNvbG9yPSIjMDA5M2RmIi8+PHN0b3Agb2Zmc2V0PSI2My41JSIgc3RvcC1jb2xvcj0iIzBhOWRlOSIvPjxzdG9wIG9mZnNldD0iODYuNSUiIHN0b3AtY29sb3I9IiMwYTlkZTkiLz48c3RvcCBvZmZzZXQ9Ijg3LjUlIiBzdG9wLWNvbG9yPSIjMDA5M2RmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA5M2RmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #0093df 0%, #0093df 12.5%, #0a9de9 13.5%, #0a9de9 36.5%, #0093df 37.5%, #0093df 62.5%, #0a9de9 63.5%, #0a9de9 86.5%, #0093df 87.5%, #0093df 100%);
  background-image: -webkit-linear-gradient(135deg, #0093df 0%, #0093df 12.5%, #0a9de9 13.5%, #0a9de9 36.5%, #0093df 37.5%, #0093df 62.5%, #0a9de9 63.5%, #0a9de9 86.5%, #0093df 87.5%, #0093df 100%);
  background-image: linear-gradient(-45deg, #0093df 0%, #0093df 12.5%, #0a9de9 13.5%, #0a9de9 36.5%, #0093df 37.5%, #0093df 62.5%, #0a9de9 63.5%, #0a9de9 86.5%, #0093df 87.5%, #0093df 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.btn.btn-option.btn-strong:hover, .next-prev-links a.btn-strong:hover {
  border-color: #0a9de9;
}
.btn.btn-primary, .next-prev-links a.btn-primary {
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  background: #f564af;
  border: 2px solid #f564af;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-primary:hover, .next-prev-links a.btn-primary:hover {
  color: #fff;
  background-color: #f23496;
  border-color: #f23496;
}
.btn.btn-primary.btn-strong, .next-prev-links a.btn-primary.btn-strong {
  border: 2px solid #fff;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NWNhOSIvPjxzdG9wIG9mZnNldD0iMTIuNSUiIHN0b3AtY29sb3I9IiNmNDVjYTkiLz48c3RvcCBvZmZzZXQ9IjEzLjUlIiBzdG9wLWNvbG9yPSIjZjY2Y2I1Ii8+PHN0b3Agb2Zmc2V0PSIzNi41JSIgc3RvcC1jb2xvcj0iI2Y2NmNiNSIvPjxzdG9wIG9mZnNldD0iMzcuNSUiIHN0b3AtY29sb3I9IiNmNDVjYTkiLz48c3RvcCBvZmZzZXQ9IjYyLjUlIiBzdG9wLWNvbG9yPSIjZjQ1Y2E5Ii8+PHN0b3Agb2Zmc2V0PSI2My41JSIgc3RvcC1jb2xvcj0iI2Y2NmNiNSIvPjxzdG9wIG9mZnNldD0iODYuNSUiIHN0b3AtY29sb3I9IiNmNjZjYjUiLz48c3RvcCBvZmZzZXQ9Ijg3LjUlIiBzdG9wLWNvbG9yPSIjZjQ1Y2E5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ1Y2E5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #f45ca9 0%, #f45ca9 12.5%, #f66cb5 13.5%, #f66cb5 36.5%, #f45ca9 37.5%, #f45ca9 62.5%, #f66cb5 63.5%, #f66cb5 86.5%, #f45ca9 87.5%, #f45ca9 100%);
  background-image: -webkit-linear-gradient(135deg, #f45ca9 0%, #f45ca9 12.5%, #f66cb5 13.5%, #f66cb5 36.5%, #f45ca9 37.5%, #f45ca9 62.5%, #f66cb5 63.5%, #f66cb5 86.5%, #f45ca9 87.5%, #f45ca9 100%);
  background-image: linear-gradient(-45deg, #f45ca9 0%, #f45ca9 12.5%, #f66cb5 13.5%, #f66cb5 36.5%, #f45ca9 37.5%, #f45ca9 62.5%, #f66cb5 63.5%, #f66cb5 86.5%, #f45ca9 87.5%, #f45ca9 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.btn.btn-primary.btn-strong:hover, .next-prev-links a.btn-primary.btn-strong:hover {
  border-color: #f66cb5;
}
.btn.btn-white, .next-prev-links a.btn-white {
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  background: #00a89c;
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-white:hover, .next-prev-links a.btn-white:hover {
  color: #00a89c;
  background-color: #fff;
}
.btn.btn-white.btn-strong, .next-prev-links a.btn-white.btn-strong {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  border: 2px solid #fff;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn.btn-white.btn-strong:hover, .next-prev-links a.btn-white.btn-strong:hover {
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn-red, .next-prev-links a.btn-red {
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-red.btn-strong, .next-prev-links a.btn-red.btn-strong {
  border: 2px solid #fff;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2MjAxNyIvPjxzdG9wIG9mZnNldD0iMTIuNSUiIHN0b3AtY29sb3I9IiNlNjIwMTciLz48c3RvcCBvZmZzZXQ9IjEzLjUlIiBzdG9wLWNvbG9yPSIjZGU2MDU4Ii8+PHN0b3Agb2Zmc2V0PSIzNi41JSIgc3RvcC1jb2xvcj0iI2RlNjA1OCIvPjxzdG9wIG9mZnNldD0iMzcuNSUiIHN0b3AtY29sb3I9IiNlNjIwMTciLz48c3RvcCBvZmZzZXQ9IjYyLjUlIiBzdG9wLWNvbG9yPSIjZTYyMDE3Ii8+PHN0b3Agb2Zmc2V0PSI2My41JSIgc3RvcC1jb2xvcj0iI2RlNjA1OCIvPjxzdG9wIG9mZnNldD0iODYuNSUiIHN0b3AtY29sb3I9IiNkZTYwNTgiLz48c3RvcCBvZmZzZXQ9Ijg3LjUlIiBzdG9wLWNvbG9yPSIjZTYyMDE3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTYyMDE3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #e62017 0%, #e62017 12.5%, #de6058 13.5%, #de6058 36.5%, #e62017 37.5%, #e62017 62.5%, #de6058 63.5%, #de6058 86.5%, #e62017 87.5%, #e62017 100%);
  background-image: -webkit-linear-gradient(135deg, #e62017 0%, #e62017 12.5%, #de6058 13.5%, #de6058 36.5%, #e62017 37.5%, #e62017 62.5%, #de6058 63.5%, #de6058 86.5%, #e62017 87.5%, #e62017 100%);
  background-image: linear-gradient(-45deg, #e62017 0%, #e62017 12.5%, #de6058 13.5%, #de6058 36.5%, #e62017 37.5%, #e62017 62.5%, #de6058 63.5%, #de6058 86.5%, #e62017 87.5%, #e62017 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.btn.btn-red.btn-strong:hover, .next-prev-links a.btn-red.btn-strong:hover {
  border-color: #de6058;
}
.btn.btn-strong, .next-prev-links a.btn-strong {
  font-size: 19px;
  padding: 10px 0;
  text-align: center;
  width: 170px;
  height: 21px;
  line-height: 21px;
}
.btn.btn-strong .icn-arrow, .next-prev-links a.btn-strong .icn-arrow {
  top: 36%;
}
.btn.btn-strong.btn-strong-sm, .next-prev-links a.btn-strong.btn-strong-sm {
  width: auto;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 16px;
}
.btn.btn-xl, .next-prev-links a.btn-xl {
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0 4px;
}
.btn.btn-lg, .next-prev-links a.btn-lg {
  display: block;
  max-width: 300px;
  font-size: 28px;
  padding: 13px 0 14px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .btn.btn-lg, .next-prev-links a.btn-lg {
    font-size: 20px;
  }
}
.btn.btn-sm, .next-prev-links a.btn-sm {
  font-size: 14px;
  padding: 2px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.btn.btn-md, .next-prev-links a.btn-md {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  padding: 11px 25px;
}
.btn.btn-xs, .next-prev-links a.btn-xs {
  font-size: 13px;
  padding: 2px 10px;
}
.btn.btn-block, .next-prev-links a.btn-block {
  display: block;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.btn .icn-arrow, .next-prev-links a .icn-arrow {
  position: absolute;
  left: 6px;
  top: 28%;
  font-size: 10px;
  line-height: 1;
}
input.btn.btn-block,
button.btn.btn-block {
  width: 100%;
}
.fa-phone {
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
/*
 label
----------------------------*/
.label {
  font-size: 13px;
  padding: 3px 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
  background-color: #ffb6d8;
}
.label.label-must {
  font-size: 12px;
  background: #ec2b2b;
  padding: 2px 5px;
  font-weight: bold;
}
/*
 selectbox
----------------------------*/
.selectbox {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -moz-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  color: #1a1a1a;
}
.selectbox:after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.75em;
}
.selectbox select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  appearance: none;
  position: relative;
  z-index: 2;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  width: 150%;
  line-height: 1.4;
  background: none transparent;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
}
/*
 icons
----------------------------*/
.icon {
  color: #fff;
}
.icon.icon-menu {
  width: 30px;
  padding: 5px;
  display: block;
}
.icon.icon-menu .inner, .icon.icon-menu:before, .icon.icon-menu:after {
  content: " ";
  height: 2px;
  display: block;
  background-color: #595959;
  margin-bottom: 8px;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.icon.icon-menu:after {
  margin-bottom: 0;
}
.open .icon.icon-menu {
  margin: 12px 0;
}
.open .icon.icon-menu .inner, .open .icon.icon-menu:before, .open .icon.icon-menu:after {
  margin: -2.5px 0 0;
}
.open .icon.icon-menu .inner {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 0;
}
.open .icon.icon-menu:before {
  transform: rotate(45deg);
}
.open .icon.icon-menu:after {
  transform: rotate(-45deg);
}
/*
 table
----------------------------*/
.table {
  width: 100%;
  font-size: 14px;
}
.table.table-white, .table.table-blue, .table.table-green, .table.table-deepblue {
  border-collapse: separate;
  border-spacing: 3px;
}
.table.table-white th, .table.table-white td, .table.table-blue th, .table.table-blue td, .table.table-green th, .table.table-green td, .table.table-deepblue th, .table.table-deepblue td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
  background-color: #fff;
}
.table.table-white th, .table.table-white td {
  background-color: rgba(255, 255, 255, 0.9);
}
.table.table-blue th {
  background-color: #b6e1f4;
}
.table.table-green th {
  background-color: #a3e0dc;
}
.table.table-deepblue th {
  color: #fff;
  background-color: #003e6e;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .table.table-responsive {
    margin-top: 0;
  }
  .table.table-responsive, .table.table-responsive thead, .table.table-responsive tbody, .table.table-responsive tfoot, .table.table-responsive tr, .table.table-responsive th, .table.table-responsive td {
    display: block !important;
    background: none !important;
    padding: 0 !important;
  }
  .table.table-responsive th, .table.table-responsive td {
    border: none !important;
  }
  .table.table-responsive tr {
    margin-bottom: 10px;
    padding-bottom: 10px !important;
  }
  .table.table-responsive th {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .table.table-blue, .table.table-green, .table.table-deepblue {
    font-size: 10px;
  }
  .table.table-blue th, .table.table-blue td, .table.table-green th, .table.table-green td, .table.table-deepblue th, .table.table-deepblue td {
    padding: 5px;
  }
  .table.table-white, .table.table-white thead, .table.table-white tbody, .table.table-white tfoot, .table.table-white tr, .table.table-white th, .table.table-white td {
    text-align: left;
    display: block;
  }
  .table.table-white th {
    font-weight: bold;
    padding-bottom: 0;
  }
  .table.table-white th br {
    display: none;
  }
  .table.table-white td {
    margin-bottom: 2px;
  }
  .table .time {
    white-space: nowrap;
    display: block;
  }
  .table .wave {
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
}
/*
 list
----------------------------*/
.list-no li {
  margin-bottom: 15px;
  text-indent: -40px;
  margin-left: 40px;
}
.list-no .no {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #003e6e;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
  text-indent: 0;
}
/*
 titles
----------------------------*/
.title-green {
  color: #00a89c;
  font-size: 32px;
  font-weight: bold;
}
.title-green .lg {
  font-size: 1.71875em;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .title-green {
    font-size: 25px;
  }
  .title-green .lg {
    font-size: 1.5em;
  }
}
.title-bd-center {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.title-bd-center:before, .title-bd-center:after {
  content: " ";
  display: block;
  width: 26%;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  top: 50%;
}
.title-bd-center:before {
  left: 0;
}
.title-bd-center:after {
  right: 0;
}
@media screen and (max-width: 480px) {
  .title-bd-center {
    font-size: 20px;
  }
}
.title-deepblue {
  color: #003e6e;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .title-deepblue {
    font-size: 22px;
  }
}
.title-flag {
  text-align: center;
  background-color: #f7f7f7;
  font-size: 30px;
  font-weight: normal;
  padding: 20px 0;
}
.title-flag .en {
  font-size: 13px;
}
.title-flag > .inner {
	position: relative;
  display: inline-block;
  vertical-align: middle;
	padding: 0 50px;
	overflow: hidden;
}
.title-flag > .inner .flag-image{
	position: absolute;
	left: 10px;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	background-image: url(file:///website/esty-jr/wp-content/themes/20200902%EF%BC%88%E3%81%93%E3%81%A3%E3%81%A1%EF%BC%89img/bg-flag.png);
	background-size: 100% auto;
}
@media screen and (max-width: 480px) {
  .title-flag {
    font-size: 18px;
  }
  .title-flag > .inner {
    padding: 0 27px;
    background-size: 20px 33px;
  }
	.title-flag > .inner .flag-image{
		left: 0;
		margin-top: -17px;
		width: 20px;
		height: 33px;
	}
}
/*
 font
----------------------------*/
.font-default {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}
/*
 bg
----------------------------*/
.bg-white {
  background-color: #fff !important;
}
.bg-option {
  background-color: #00b7ee;
}
.bg-primary {
  background-color: #f564af;
}
.bg-dotted-blue, .page-company {
  background: #c3e9fa;
  background-image: radial-gradient(#b2e2f7 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#b2e2f7 20%, rgba(0, 0, 0, 0) 0%);
  background-position: 0 0, 12.5px 12.5px;
  background-size: 25px 25px;
}
.bg-dotted-green {
  background: #daeeed;
  background-image: radial-gradient(#d4eae9 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#d4eae9 20%, rgba(0, 0, 0, 0) 0%);
  background-position: 0 0, 12.5px 12.5px;
  background-size: 25px 25px;
}
.bg-dotted-pink, .section-news {
  background: #fde5f3;
  background-image: radial-gradient(#fedef1 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#fedef1 20%, rgba(0, 0, 0, 0) 0%);
  background-position: 0 0, 12.5px 12.5px;
  background-size: 25px 25px;
}
.bg-dotted-yellow{
  background: #fffee3;
  background-image: radial-gradient(#fff 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#fff 20%, rgba(0, 0, 0, 0) 0%);
  background-position: 0 0, 12.5px 12.5px;
  background-size: 25px 25px;  
}
/*
 bd
----------------------------*/
.bd-gray {
  border: 1px solid #cccccc;
}
.bd-2-black {
  border: 2px solid #1b1b1b;
}
.bd-2-pink {
  border: 2px solid #f84f9a;
}
.bdb-gray {
  border-bottom: 1px solid #cccccc;
}
/*
 color
----------------------------*/
.color-white {
  color: #fff !important;
}
.color-black {
  color: #1a1a1a !important;
}
.color-option {
  color: #00b7ee !important;
}
.color-primary {
  color: #f564af !important;
}
.color-blue {
  color: #003e6e !important;
}
/*
 block
----------------------------*/
/*
 ページネーション
----------------------------*/
.page-numbers {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.page-numbers a {
  color: #1a1a1a;
}
.page-numbers a.page-numbers,
.page-numbers span.current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 2px 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers a.page-numbers.current, .page-numbers a.page-numbers:hover,
.page-numbers span.current.current,
.page-numbers span.current:hover {
  color: #fff;
  background-color: #00a89c;
}
.page-numbers .dots {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 10px;
}
/*
 前後の記事へのリンク
----------------------------*/
.next-prev-links {
  text-align: center;
}
.next-prev-links .link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.next-prev-links a {
  margin: 0 5px 5px;
}
/*
 column
----------------------------*/
.col7 {
  *zoom: 1;
}
.col7:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col7 > .cell {
  width: 13.42857%;
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-1) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-2) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-3) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-4) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-5) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-6) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col7 > .cell:nth-child(7n-1) {
  margin-right: 0;
  clear: none;
}
.col7 > .cell:nth-child(7n-6) {
  clear: both;
}
.col6 {
  *zoom: 1;
}
.col6:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col6 > .cell {
  width: 15.83333%;
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-1) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-2) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-3) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-4) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-5) {
  float: left;
  clear: none;
  margin-right: 1%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col6 > .cell:nth-child(6n-1) {
  margin-right: 0;
  clear: none;
}
.col6 > .cell:nth-child(6n-5) {
  clear: both;
}
.col5 {
  *zoom: 1;
}
.col5:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col5 > .cell {
  width: 18.4%;
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n-1) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n-2) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n-3) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n-4) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col5 > .cell:nth-child(5n-1) {
  margin-right: 0;
  clear: none;
}
.col5 > .cell:nth-child(5n-4) {
  clear: both;
}
.col4 {
  *zoom: 1;
}
.col4:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col4 > .cell {
  width: 23.5%;
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col4 > .cell:nth-child(4n-1) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col4 > .cell:nth-child(4n-2) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col4 > .cell:nth-child(4n-3) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col4 > .cell:nth-child(4n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col4 > .cell:nth-child(4n-1) {
  margin-right: 0;
  clear: none;
}
.col4 > .cell:nth-child(4n-3) {
  clear: both;
}
.col3 {
  *zoom: 1;
}
.col3:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col3 > .cell {
  width: 32%;
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col3 > .cell:nth-child(3n-1) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col3 > .cell:nth-child(3n-2) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col3 > .cell:nth-child(3n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col3 > .cell:nth-child(3n-1) {
  margin-right: 0;
  clear: none;
}
.col3 > .cell:nth-child(3n-2) {
  clear: both;
}
.col2 {
  *zoom: 1;
}
.col2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col2 > .cell {
  width: 49%;
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col2 > .cell:nth-child(2n-1) {
  float: left;
  clear: none;
  margin-right: 2%;
  margin-bottom: 20px;
}
.col2 > .cell.cell-right {
  margin-right: 0;
  float: right !important;
}
.col2 > .cell.cell-left {
  float: left !important;
}
.col2 > .cell:nth-child(2n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col2 > .cell:nth-child(2n-1) {
  margin-right: 0;
  clear: none;
}
.col2 > .cell:nth-child(2n-1) {
  clear: both;
}
@media screen and (max-width: 760px) {
  .col7,
  .col6,
  .col5 {
    *zoom: 1;
  }
  .col7:after,
  .col6:after,
  .col5:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col7 > .cell,
  .col6 > .cell,
  .col5 > .cell {
    width: 32%;
    float: left;
    clear: none;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .col7 > .cell:nth-child(3n-1),
  .col6 > .cell:nth-child(3n-1),
  .col5 > .cell:nth-child(3n-1) {
    float: left;
    clear: none;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .col7 > .cell:nth-child(3n-2),
  .col6 > .cell:nth-child(3n-2),
  .col5 > .cell:nth-child(3n-2) {
    float: left;
    clear: none;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .col7 > .cell:nth-child(3n),
  .col6 > .cell:nth-child(3n),
  .col5 > .cell:nth-child(3n) {
    float: right;
    margin-right: 0;
    clear: none;
  }
  .col7 > .cell:nth-child(3n-1),
  .col6 > .cell:nth-child(3n-1),
  .col5 > .cell:nth-child(3n-1) {
    margin-right: 0;
    clear: none;
  }
  .col7 > .cell:nth-child(3n-2),
  .col6 > .cell:nth-child(3n-2),
  .col5 > .cell:nth-child(3n-2) {
    clear: both;
  }
  .col4,
  .col3 {
    *zoom: 1;
  }
  .col4:after,
  .col3:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col4 > .cell,
  .col3 > .cell {
    width: 49%;
    float: left;
    clear: none;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .col4 > .cell:nth-child(2n-1),
  .col3 > .cell:nth-child(2n-1) {
    float: left;
    clear: none;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .col4 > .cell.cell-right,
  .col3 > .cell.cell-right {
    margin-right: 0;
    float: right !important;
  }
  .col4 > .cell.cell-left,
  .col3 > .cell.cell-left {
    float: left !important;
  }
  .col4 > .cell:nth-child(2n),
  .col3 > .cell:nth-child(2n) {
    float: right;
    margin-right: 0;
    clear: none;
  }
  .col4 > .cell:nth-child(2n-1),
  .col3 > .cell:nth-child(2n-1) {
    margin-right: 0;
    clear: none;
  }
  .col4 > .cell:nth-child(2n-1),
  .col3 > .cell:nth-child(2n-1) {
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .col5 {
    *zoom: 1;
  }
  .col5:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col5 > .cell {
    width: 49%;
    float: left;
    clear: none;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .col5 > .cell:nth-child(2n-1) {
    float: left;
    clear: none;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .col5 > .cell.cell-right {
    margin-right: 0;
    float: right !important;
  }
  .col5 > .cell.cell-left {
    float: left !important;
  }
  .col5 > .cell:nth-child(2n) {
    float: right;
    margin-right: 0;
    clear: none;
  }
  .col5 > .cell:nth-child(2n-1) {
    margin-right: 0;
    clear: none;
  }
  .col5 > .cell:nth-child(2n-1) {
    clear: both;
  }
  .col4,
  .col3,
  .col2 {
    *zoom: 1;
  }
  .col4:after,
  .col3:after,
  .col2:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col4 > .cell,
  .col3 > .cell,
  .col2 > .cell {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col4 > .cell:nth-child(1n-1),
  .col3 > .cell:nth-child(1n-1),
  .col2 > .cell:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col4 > .cell:nth-child(1n-0),
  .col3 > .cell:nth-child(1n-0),
  .col2 > .cell:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*
 js action
----------------------------*/
.action--open {
  cursor: pointer;
}
/*
 modal
----------------------------*/
.modal {
  display: none;
}
.modal .modal-contents {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal-contents > .inner {
  position: relative;
}
.modal .link-close {
  color: #fff;
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 20px;
}
.modal .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75);
}
.ui-datepicker {
  font-size: 14px;
}
.ui-datepicker select.ui-datepicker-month {
  width: 30%;
  margin-left: 5px;
}
.ui-datepicker select.ui-datepicker-year {
  width: 35%;
  margin-right: 5px;
}
body#tinymce {
  padding: 10px !important;
}
.entry .content .aligncenter,
body#tinymce .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry .content .alignleft,
body#tinymce .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.entry .content .alignright,
body#tinymce .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.entry .content .wp-caption-dd,
.entry .content .wp-caption-text,
body#tinymce .wp-caption-dd,
body#tinymce .wp-caption-text {
  margin-top: 5px;
  font-size: 13px;
  color: #aaa;
}
.entry .content ul,
body#tinymce ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.entry .content b, .entry .content strong, .entry .content em,
body#tinymce b,
body#tinymce strong,
body#tinymce em {
  font-weight: bold;
}
.gallery-item .gallery-caption {
  display: none;
}
.section-gmap {
  line-height: 0;
  padding: 0;
}
.section-gmap .iframe-container,
.section-gmap .iframe-container iframe {
  padding: 0 !important;
  height: 360px !important;
}
.entry .date {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-right: 15px;
}
.entry .title {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 15px;
  padding-bottom: 10px;
}
.entry .content {
  padding-top: 20px;
  word-wrap: break-word;
}
.entry .wp-caption {
  max-width: 100%;
}
[data-wpview-text*="youtube"] .wpview-content,
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
[data-wpview-text*="youtube"] .wpview-content iframe,
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.gallery-images li a {
  height: 75px;
  overflow: hidden;
  display: block;
}
.gallery-images li.current a {
  height: 69px;
  border: 3px solid #ffffff;
}
.gallery-item img {
  box-sizing: border-box;
}
/*
 home
----------------------------*/
.main-visual {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center top;
}
.main-visual.main-visual-2x {
  height: 0;
  padding-top: 570px;
  background-size: 1435px 566px;
}
@media screen and (max-width: 1100px) {
  .main-visual.main-visual-2x {
    padding-top: 53%;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .main-visual.main-visual-2x {
    margin-top: 20px;
  }
}
.section-cv {
  padding-top: 60px;
}
/*----- stars -----*/
.section-stars {
  text-align: center;
  background: url('img/home-stars-bg.png?1474853661') center 0 no-repeat;
  background-size: cover;
	z-index: 1;
}
.section-stars .title-green .lg {
  margin-left: -.4em;
  margin-right: -.4em;
}
.list-star {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.list-star li {
  position: relative;
  padding: 12px 0 30px 60px;
}
.list-star .star {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 25px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  background: url('img/bg-star.png?1474853298') center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.list-star .point{
	font-size: 26px;
	background: linear-gradient(transparent 40%, rgba(252, 238, 33, 0.7) 40%);
}
@media screen and (max-width: 480px) {
  .list-star {
    font-size: 16px;
  }
}
/*----- points -----*/
.section-points {
  position: relative;
  padding-top: 0;
}
.list-poinst li {
  margin-bottom: 40px !important;
}
.list-poinst li > .inner {
  max-width: 250px;
  margin: 0 auto;
}
.list-poinst .point {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.list-poinst .point .img-point {
  display: block;
  margin: 0 auto 5px;
}
.list-poinst .point .img-pointno {
  display: block;
  max-height: 25px;
  margin: 0 auto;
}
.list-poinst .point:before, .list-poinst .point:after {
  content: " ";
  display: block;
  width: 32%;
  height: 16px;
  background-image: radial-gradient(#00a0e9 15%, rgba(0, 0, 0, 0) 0%), radial-gradient(#00a0e9 15%, rgba(0, 0, 0, 0) 0%);
  background-size: 16px 16px;
  position: absolute;
  top: 70%;
  margin-top: -8px;
}
.list-poinst .point:before {
  left: 0;
}
.list-poinst .point:after {
  right: 0;
}
.list-poinst .title {
  color: #009EE9;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.list-poinst .img {
  text-align: center;
  height: 170px;
  margin: 0 auto 15px auto;
}
.list-poinst .img img {
  max-height: 100%;
  width: auto;
}
.list-poinst .txt span{
  background: linear-gradient(transparent 40%, rgba(252, 238, 33, 0.7) 40%);
}
@media screen and (max-width: 480px) {
  .list-poinst li > .inner {
    max-width: 340px;
  }
  .list-poinst .img {
		width: 200px;
    height: auto;
  }
  .list-poinst .point-5 .img img {
    width: 240px;
  }
}
/*----- lesson -----*/
.section-lesson .wrap-lesson {
	display: flex;
}
.section-lesson .bg-studio,
.section-lesson .bg-pool {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  width: 100%;
}
.section-lesson .bg-studio:after,
.section-lesson .bg-pool:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.section-lesson .wrap-lesson .inner {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 50px 20px;
}
.section-lesson .example{
	margin-top: 10px;
}
.section-lesson .img {
	width: 70%;
	max-width: 320px;
	margin: 0 auto;
}
.section-lesson .wrap-lesson a{
	display: inline-block;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	padding: 5px 50px;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.section-lesson .wrap-lesson a:hover{
	text-decoration: none;
	background-color:rgba(255, 255, 255, 0.3);
}
.section-lesson .bg-pool {
  background-image: url('img/home-facility-pool-bg.png?1474853499');
}
.section-lesson .bg-pool:after {
  background-color: #22aeed;
}
.section-lesson .bg-studio {
  background-image: url('img/home-facility-studio-bg.png?1474853526');
}
.section-lesson .bg-studio:after {
  background-color: #00a89c;
}
.section-lesson .pickup{
	background-color: #FCF7B3;
}
.section-lesson .pickup h3{
	text-align: center;
	color: #DF4291;
}
.section-lesson .pickup ul{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	width: 550px;
	padding: 0 10px;
	margin: 0 auto;
}
.section-lesson .pickup li{
	margin: 0 10px;
	width: 100%;
	text-align: center;
}
.section-lesson .pickup li a{
	display: block;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.section-lesson .pickup li a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 900px) {
	.section-lesson .pickup ul{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
  .section-lesson .wrap-lesson {
  display: block;
  }
  .section-lesson .img {
  text-align: center;
  margin-bottom: 20px;
  }
  .section-lesson .pickup ul{
    display: block;
	padding: 0;
  }
  .section-lesson .pickup li{
    margin: 10px 0 0;
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
  }
}
/*----- section-news -----*/
.section-news .news {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 0 40px 40px;
}
@media screen and (max-width: 480px) {
  .section-news .news {
    padding: 0 20px 20px;
  }
}
.section-news .btns {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 50px;
}
.section-news .btns > .inner {
  display: table-row;
}
.section-news .btns .btn-left,
.section-news .btns .btn-right {
  display: table-cell;
  vertical-align: bottom;
}
.section-news .btns .btn-right {
  padding-left: 30px;
  width: 285px;
}
.section-news .btns .btn-right a {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .section-news .btns,
  .section-news .btns > .inner,
  .section-news .btns .btn-left,
  .section-news .btns .btn-right {
    width: auto;
    display: block;
    padding-left: 0;
  }
}
/*
 subpage
----------------------------*/
.page-main-visual {
  position: relative;
  text-align: center;
  color: #003e6e;
	margin-top: 76px;
  height: 330px;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-main-visual:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.page-main-visual h1,
.page-main-visual .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 27px;
  font-weight: bold;
}
.page-main-visual h1 .en,
.page-main-visual .title .en {
  font-size: 14px;
}
.page-course .page-main-visual {
  background-image: url('img/course-mv_v2.png?1476248995');
}
.page-staff .page-main-visual {
  background-image: url('img/home-facility-pool-bg.png?1476248995');
}
.page-company .page-main-visual {
  background-image: url('img/company-mv.png?1475474460');
}
.page-calendar .page-main-visual {
  background-image: url('img/home-facility-pool-bg.png?1474853499');
}
.page-main-visual.page-main-visual-sm {
  height: 180px;
}
@media screen and (max-width: 480px) {
  .page-main-visual {
    height: 200px;
  }
}
.section-entry a img {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-entry a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.section-entry dl {
  margin-bottom: 30px;
}
.section-entry dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.section-lead{
	text-align: center;
	padding: 30px 10px;
}
.section-lead h3{
	font-size: 20px;
	margin-bottom: 1em;
}
.page-swimming .section-lead h3{
	color: #009EE9;
}
.page-studio .section-lead h3{
	color: #EB610D;
}
/*
 staff
----------------------------*/
.staff {
  text-align: center;
}
.staff > .title {
  max-width: 180px;
  font-size: 21px;
  display: block;
  font-weight: bold;
  margin: 0 auto 10px;
}
.staff > .title .yomi {
  font-size: 12px;
  line-height: 1.2;
}
.staff > .title:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 64px;
  height: 21px;
  background: url('img/staff-name-m.png?1475098793');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.staff.staff-sex-f .title:before {
  background-image: url('img/staff-name-f.png?1475098790');
}
.staff .link {
  display: block;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  border: 5px solid #00a0e9;
  margin: 0 auto;
}
.staff.staff-sex-f .link {
  border-color: #ff5bb6;
}
.staff .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 160px;
  height: 160px;
}
.staff.staff-sex-f {
  border-color: #ff5bb6;
}
.staff-detail {
  display: none;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 560px;
  margin: 0 auto;
  background: #ace1fa;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 50px 40px 20px;
  text-align: left;
}
.staff-sex-f .staff-detail {
  background: #fde2f1;
}
.staff-detail > .inner {
  position: relative;
}
.staff-detail > .inner:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 186.5px;
  height: 80.5px;
  background: url('img/staff-detail-title-m.png?1475098755');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.staff-sex-f .staff-detail > .inner:before {
  background-image: url('img/staff-detail-title-f.png?1475098752');
}
.staff-detail .staff-detail-close {
  font-size: 30px;
  color: #222;
  position: absolute;
  right: -25px;
  top: -50px;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.staff-detail .staff-detail-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.staff-detail .staff-detail-left {
  float: left;
  width: calc(100% - 340px);
  width: -webkit-calc(100% - 340px);
  margin-top: -30px;
}
.staff-detail .staff-detail-left:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 110px;
  height: 35.5px;
  background: url('img/staff-detail-welcome-m.png?1475098761');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.staff-sex-f .staff-detail .staff-detail-left:before {
  background-image: url('img/staff-detail-welcome-f.png?1475098758');
}
.staff-detail .staff-detail-right {
  float: right;
  width: 300px;
  margin-top: 20px;
}
.staff-detail .staff-photo {
  background: #fff;
  padding: 10px;
  max-width: 250px;
  text-align: center;
  margin-bottom: 10px;
  -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.staff-detail .staff-photo .img {
  width: 100%;
  height: 200px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.staff-detail .staff-photo .title {
  font-size: 20px;
  padding-top: 5px;
  font-weight: bold;
}
.staff-detail .staff-photo .title:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 51.5px;
  height: 51.5px;
  background: url('img/staff-detail-name-m.png?1475098586');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  margin-top: -12px;
}
.staff-sex-f .staff-detail .staff-photo .title:before {
  background-image: url('img/staff-detail-name-f.png?1475098581');
}
.staff-detail .staff-message {
  background-color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #003e6e;
  width: 300px;
  margin: 0 auto 20px;
  position: relative;
}
.staff-detail .staff-message:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 125.5px;
  height: 34px;
  background: url('img/staff-detail-message-title.png?1475098578');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: -20px;
}
.staff-detail .staff-message:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 60px;
  height: 114.5px;
  background: url('img/staff-detail-message-m.png?1475098575');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.staff-sex-f .staff-detail .staff-message:after {
  background-image: url('img/staff-detail-message-f.png?1475098571');
}
.staff-detail .staff-message > .inner {
  padding: 5px 70px 20px 20px;
  font-size: 14px;
  font-weight: bold;
}
.staff-detail .staff-profile {
  width: 100%;
  table-layout: fixed;
}
.staff-detail .staff-profile th {
  width: 100px;
}
.staff-detail .staff-profile th, .staff-detail .staff-profile td {
  padding: 5px;
  border-bottom: 1px solid #fff;
}
.staff-detail .staff-profile th img, .staff-detail .staff-profile td img {
  vertical-align: 0;
}
@media screen and (max-width: 600px) {
  .staff-detail {
    top: auto;
    bottom: 70px;
    left: 10px;
    right: 10px;
    height: 65%;
    padding-left: 20px;
    padding-right: 20px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .staff-detail > .inner {
    height: 100%;
  }
  .staff-detail .clearfix {
    position: relative;
    height: 100%;
    overflow-y: auto;
  }
  .staff-detail .staff-detail-left,
  .staff-detail .staff-detail-right {
    float: none;
    width: auto;
  }
  .staff-detail .staff-detail-left:before,
  .staff-detail .staff-detail-left:after {
    display: none;
  }
  .staff-detail .staff-photo {
    width: 85%;
    margin: 50px auto 30px;
  }
  .staff-detail .staff-detail-close {
    right: -10px;
  }
}
.staff-detail-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
}
/*
 privacy
----------------------------*/
.section_privacy h3{ 
	margin: 2em 0 0.3em;
	font-size: 16px;
}
.section_privacy p + p{
	margin-top: 1em;
}
/*
 .table-form-area
----------------------------*/
.form-area {
  padding: 35px 45px;
  background: #ebebeb;
}
.form-area .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.form-area .table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 13px;
  margin: 0 -5px;
}
.form-area .table th, .form-area .table td {
  vertical-align: middle;
}
.form-area .table th {
  width: 180px;
  padding: 12px 10px;
  background-color: #dcdcdc;
  vertical-align: top;
}
.form-area .table th .label {
  float: right;
  margin-top: 2px;
}
.form-area .table td {
  padding: 8px;
  background: #fff;
}
.form-area .table select.menu{
  max-width: 100%;
}
.form-area .memo {
  color: #1800ff;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .form-area {
    padding: 15px;
  }
  .form-area .table {
    margin: 0;
  }
  .form-area .table, .form-area .table tbody, .form-area .table thead, .form-area .table tfoot, .form-area .table tr, .form-area .table th, .form-area .table td {
    display: block;
  }
  .form-area .table th, .form-area .table td {
    width: auto;
  }
  .form-area .table th {
    padding: 8px 10px;
  }
}
.form-btns {
  text-align: center;
  padding: 40px 0 0;
}
.form-btns br {
  display: none;
}
.form-btns .btn, .form-btns .next-prev-links a, .next-prev-links .form-btns a {
  margin: 10px 5px;
}
.wpcf7-form {
  padding-bottom: 60px;
}
.wpcf7-form .wpcf7c-conf {
  border: none;
  background: none;
  padding: 0;
}
.wpcf7-form .wpcf7-list-item {
  margin-right: 10px;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.wpcf7-spinner {
  display: none;
}
.section-campaign-2017spring,
[class*="section-campaign-2017spring"] {
  background: #fed3e7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZDNlNyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmVkM2U3Ii8+PHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNmZWU2ZjMiLz48c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2ZlZTZmMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmVkM2U3Ii8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZWQzZTciLz48c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2ZlZTZmMyIvPjxzdG9wIG9mZnNldD0iODklIiBzdG9wLWNvbG9yPSIjZmVlNmYzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZWQzZTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWQzZTciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #fed3e7 0%, #fed3e7 10%, #fee6f3 11%, #fee6f3 39%, #fed3e7 40%, #fed3e7 60%, #fee6f3 61%, #fee6f3 89%, #fed3e7 90%, #fed3e7 100%);
  background-image: -webkit-linear-gradient(135deg, #fed3e7 0%, #fed3e7 10%, #fee6f3 11%, #fee6f3 39%, #fed3e7 40%, #fed3e7 60%, #fee6f3 61%, #fee6f3 89%, #fed3e7 90%, #fed3e7 100%);
  background-image: linear-gradient(-45deg, #fed3e7 0%, #fed3e7 10%, #fee6f3 11%, #fee6f3 39%, #fed3e7 40%, #fed3e7 60%, #fee6f3 61%, #fee6f3 89%, #fed3e7 90%, #fed3e7 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.page-campaign-2017spring,
[class*="page-campaign-2017spring"] {
  background: #fed3e7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZDNlNyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmVkM2U3Ii8+PHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNmZWU2ZjMiLz48c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2ZlZTZmMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmVkM2U3Ii8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZWQzZTciLz48c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2ZlZTZmMyIvPjxzdG9wIG9mZnNldD0iODklIiBzdG9wLWNvbG9yPSIjZmVlNmYzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZWQzZTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWQzZTciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #fed3e7 0%, #fed3e7 10%, #fee6f3 11%, #fee6f3 39%, #fed3e7 40%, #fed3e7 60%, #fee6f3 61%, #fee6f3 89%, #fed3e7 90%, #fed3e7 100%);
  background-image: -webkit-linear-gradient(135deg, #fed3e7 0%, #fed3e7 10%, #fee6f3 11%, #fee6f3 39%, #fed3e7 40%, #fed3e7 60%, #fee6f3 61%, #fee6f3 89%, #fed3e7 90%, #fed3e7 100%);
  background-image: linear-gradient(-45deg, #fed3e7 0%, #fed3e7 10%, #fee6f3 11%, #fee6f3 39%, #fed3e7 40%, #fed3e7 60%, #fee6f3 61%, #fee6f3 89%, #fed3e7 90%, #fed3e7 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.page-campaign-2017spring .btn-warp,
[class*="page-campaign-2017spring"] .btn-warp {
  border: 5px solid #fc6f54;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
.page-campaign-2017spring .btn-warp .btn-img,
[class*="page-campaign-2017spring"] .btn-warp .btn-img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 10px;
}
.page-campaign-2017spring .btn-warp.btn-warp-txt,
[class*="page-campaign-2017spring"] .btn-warp.btn-warp-txt {
  padding: 40px 0;
  font-size: 28px;
  font-weight: bold;
  content: #fc6f54;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 760px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
a.sp_href {
  color: inherit;
}
@media screen and (max-width: 900px) {
  .minipc_none {
    display: none !important;
  }
  .minipc_block {
    display: block !important;
  }
}
@media screen and (max-width: 760px) {
  .tablet_none {
    display: none !important;
  }
  .tablet_block {
    display: block !important;
  }
  .tablet_inline-block {
    display: inline-block !important;
  }
  .tablet_tac {
    text-align: center !important;
  }
  .tablet_tal {
    text-align: left !important;
  }
  .tablet_tar {
    text-align: right !important;
  }
  .tablet_fln {
    float: none !important;
  }
  .tablet_fll {
    float: left !important;
  }
  .tablet_flr {
    float: right !important;
  }
  .sp_tac {
    text-align: center !important;
  }
  .tablet_none {
    display: none !important;
  }
  .tablet_block {
    display: block !important;
  }
}