@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?vb02ku');
  src:
    url('../fonts/icomoon.eot?vb02ku#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vb02ku') format('truetype'),
    url('../fonts/icomoon.woff?vb02ku') format('woff'),
    url('../fonts/icomoon.svg?vb02ku#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@media only screen and (max-width: 900px) {
  #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #wrapper header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #wrapper #headline_news,
  #wrapper #important_news {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #wrapper .main_title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #wrapper #main_area,
  #wrapper #mod_area {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #wrapper #bread {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  #wrapper footer {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
.cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
#main_area {
  padding: 48px 0 60px;
}
@media only screen and (max-width: 640px) {
  #main_area {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 901px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .tab_none {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .tab_u_none {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.underline {
  text-decoration: underline;
}
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget iframe[style],
.frame_respon .fb_iframe_widget span {
  width: 100% important;
}
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap embed,
.gmap iframe,
.gmap object {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer_sns {
  border-top: 1px #dedede solid;
  padding: 43px 0 30px;
}
@media only screen and (max-width: 640px) {
  #footer_sns {
    padding: 24px 0 16px;
  }
}
@media only screen and (min-width: 641px) {
  #footer_sns dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footer_sns dl dt {
  color: #00004b;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  #footer_sns dl dt {
    text-align: center;
    margin-bottom: 15px;
  }
}
#footer_sns dl dd {
  margin-left: 24px;
}
@media only screen and (max-width: 640px) {
  #footer_sns dl dd {
    margin-left: 0;
  }
}
#footer_sns dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px;
}
@media only screen and (max-width: 640px) {
  #footer_sns dl dd ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footer_sns dl dd ul li {
  padding: 0 10px;
}
#footer_sns dl dd ul li a {
  background-color: #00004b;
  border-radius: 50px;
  color: #fff;
  display: block;
  width: 56px;
  line-height: 56px;
  text-align: center;
}
#footer_sns dl dd ul li a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 32px;
}
@media only screen and (min-width: 1025px) {
  #footer_sns dl dd ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer_sns dl dd ul li a:hover {
    background-color: #005aaa;
  }
}
#footer_sns dl dd ul li.tw a:before {
  content: '\f099';
}
#footer_sns dl dd ul li.yt a:before {
  content: '\f16a';
  font-size: 28px;
}
#footer_sns dl dd ul li.in a:before {
  content: '\f16d';
}
#footer_sns dl dd ul li.ti a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
}
#footer_sns dl dd ul li.ti a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 50%;
}
#footer_sns #footer_bnr {
  margin-top: 30px;
}
#footer {
  background-color: #00044b;
  position: relative;
}
#footer #footer_wrap {
  padding: 45px 0;
}
@media only screen and (max-width: 640px) {
  #footer #footer_wrap {
    display: block;
    padding: 30px 0 40px;
  }
}
#footer #footer_wrap #footer_navi * {
  color: #fff;
}
#footer #footer_wrap #footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  #footer #footer_wrap #footer_navi ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 80px;
    margin: 0 -12px;
  }
}
@media only screen and (max-width: 480px) {
  #footer #footer_wrap #footer_navi ul {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 400px) {
  #footer #footer_wrap #footer_navi ul {
    padding: 0 20px;
  }
}
#footer #footer_wrap #footer_navi ul li {
  font-size: 87.5%;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_wrap #footer_navi ul li {
    font-size: 81.3%;
    padding: 0 12px;
    margin: 0;
  }
}
#footer #footer_wrap #footer_navi ul li + li {
  margin-left: 2.5em;
}
@media only screen and (max-width: 640px) {
  #footer #footer_wrap #footer_navi ul li + li {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  #footer #footer_wrap #footer_navi ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer #footer_wrap #footer_navi ul li a:hover {
    color: #005aaa;
  }
}
#footer #footer_wrap #footer_navi #copy {
  font-size: 75%;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_wrap #footer_navi #copy {
    text-align: center;
    margin-top: 15px;
  }
}
#footer #page_top {
  position: fixed;
  bottom: 46px;
  right: 46px;
}
@media only screen and (max-width: 1300px) {
  #footer #page_top {
    right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  #footer #page_top {
    right: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  #footer #page_top {
    display: none;
  }
}
#footer #page_top a {
  background: url(../media/images/common/page_top_bg.png) no-repeat left center;
  background-size: cover;
  display: block;
}
#sp_navi {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #00004b;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 62px;
  z-index: 1000;
}
@media only screen and (min-width: 901px) {
  #sp_navi {
    display: none !important;
  }
}
#sp_navi.open {
  left: 0;
}
#sp_navi * {
  color: #fff;
}
#sp_navi #sp_head_close {
  width: 100%;
  height: 62px;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 34px;
}
#sp_navi #sp_head_close img {
  width: auto;
  height: 62px;
}
#sp_navi #sp_head_close:after,
#sp_navi #sp_head_close:before {
  background-color: #fff;
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 100%;
}
#sp_navi #sp_head_close:before {
  -webkit-transform: translate(-50px, -50%) rotate(45deg);
  transform: translate(-50px, -50%) rotate(45deg);
}
#sp_navi #sp_head_close:after {
  -webkit-transform: translate(-50px, -50%) rotate(-45deg);
  transform: translate(-50px, -50%) rotate(-45deg);
}
#sp_navi #sp_gnavi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sp_navi #sp_gnavi ul li a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e915';
  font-size: 14px;
  font-weight: normal;
  margin-left: auto;
  margin-right: 10px;
}
#sp_navi #sp_gnavi > ul > li {
  font-size: 125%;
  font-weight: 600;
}
#sp_navi #sp_gnavi > ul > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 19px 15px;
}
#sp_navi #sp_gnavi > ul > li > a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
}
#sp_navi #sp_gnavi > ul > li:first-child > a:before {
  content: '\e901';
}
#sp_navi #sp_gnavi > ul > li:nth-child(2) {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
}
#sp_navi #sp_gnavi > ul > li:nth-child(2) > a:before {
  content: '\e904';
}
#sp_navi #sp_gnavi > ul > li.news > a:before {
  content: '\e900';
}
#sp_navi #sp_gnavi > ul > li.recruit a:before {
  content: '';
  background: url(../media/images/common/icon_recruit.svg) no-repeat left top;
  width: 18px;
  height: 20px;
  background-size: contain;
}
#sp_navi #sp_gnavi > ul > li.recruit a:after {
  content: '\e90e';
}
#sp_navi #sp_gnavi > ul > li > ul > li {
  font-size: 16px;
}
#sp_navi #sp_gnavi > ul > li > ul > li > a {
  padding: 12px 15px 12px 42px;
}
#sp_navi #sp_sns_navi {
  background-color: #fff;
  padding: 38px 15px 33px;
}
#sp_navi #sp_sns_navi > dl dt {
  color: #00004b;
  font-size: 87.5%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
#sp_navi #sp_sns_navi > dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}
#sp_navi #sp_sns_navi > dl dd ul li {
  padding: 0 15px;
}
#sp_navi #sp_sns_navi > dl dd ul li a {
  background-color: #00004b;
  border-radius: 50px;
  color: #fff;
  display: block;
  width: 48px;
  line-height: 48px;
  text-align: center;
}
#sp_navi #sp_sns_navi > dl dd ul li a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 28px;
}
@media only screen and (min-width: 1025px) {
  #sp_navi #sp_sns_navi > dl dd ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #sp_navi #sp_sns_navi > dl dd ul li a:hover {
    background-color: #005aaa;
  }
}
#sp_navi #sp_sns_navi > dl dd ul li.tw a:before {
  content: '\f099';
}
#sp_navi #sp_sns_navi > dl dd ul li.yt a:before {
  content: '\f16a';
  font-size: 26px;
}
#sp_navi #sp_sns_navi > dl dd ul li.in a:before {
  content: '\f16d';
}
#sp_navi #sp_sns_navi > dl dd ul li.ti a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
}
#sp_navi #sp_sns_navi > dl dd ul li.ti a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 50%;
}
#sp_navi #sp_sns_navi .recruit {
  margin-top: 30px;
}
#sp_navi #sp_sns_navi .recruit a {
  background-color: #0b5da7;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 137.5%;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 13px 0;
  margin: 0 auto;
}
#sp_navi #sp_sns_navi .recruit a span {
  display: block;
  font-size: 50%;
}
#sp_navi #sp_sns_navi .recruit a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90e';
  font-size: 70%;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sp_navi #sp_brand_navi,
#sp_navi #sp_group_navi {
  background-color: #f0f0f0;
  padding: 0 15px;
}
#sp_navi #sp_brand_navi *,
#sp_navi #sp_group_navi * {
  color: #00004b;
}
#sp_navi #sp_brand_navi dt,
#sp_navi #sp_group_navi dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00004b;
  font-size: 125%;
  font-weight: 700;
}
#sp_navi #sp_brand_navi dt:before,
#sp_navi #sp_group_navi dt:before {
  background-color: #00004b;
  content: '';
  display: block;
  height: 1px;
  width: 15px;
  margin-right: 8px;
}
#sp_navi #sp_brand_navi dl {
  padding-top: 50px;
}
#sp_navi #sp_brand_navi dt {
  margin-bottom: 20px;
}
#sp_navi #sp_brand_navi dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#sp_navi #sp_brand_navi dd ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Red Hat Display', sans-serif;
}
#sp_navi #sp_brand_navi dd ul li + li:before {
  background-color: #00004b;
  content: '';
  display: block;
  height: 14px;
  width: 1px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin: 0 20px;
}
#sp_navi #sp_brand_navi dd ul li a {
  display: block;
}
#sp_navi #sp_group_navi {
  padding-top: 36px;
}
#sp_navi #sp_group_navi dl {
  border-bottom: 1px #666693 solid;
  padding-bottom: 50px;
}
#sp_navi #sp_group_navi dl dt {
  margin-bottom: 16px;
}
#sp_navi #sp_group_navi dl dd ul.national_flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -8px;
}
#sp_navi #sp_group_navi dl dd ul.national_flag li {
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
  width: 90px;
  padding: 0 8px;
}
#sp_navi #sp_group_navi dl dd ul.national_flag li img {
  width: 60px;
  margin-bottom: 6px;
}
#sp_navi #sp_group_navi dl dd ul.national_flag li a {
  display: block;
}
#sp_navi #sp_footer_navi {
  padding: 40px 15px;
}
#sp_navi #sp_footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}
#sp_navi #sp_footer_navi ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (max-width: 360px) {
  #sp_navi #sp_footer_navi ul li {
    font-size: 81.3%;
  }
}
#sp_navi #sp_footer_navi ul li + li:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 14px;
  width: 1px;
  margin: 0 20px;
}
#sp_navi #sp_footer_navi ul li:nth-child(3):before {
  display: none;
}
#sp_navi #sp_footer_navi ul li a {
  display: block;
}
#sp_navi #sp_footer_bnr {
  padding: 0 30px;
}
#sp_navi #sp_footer_bnr img {
  width: 100%;
}
#sp_navi #sp_footer_bnr a {
  display: block;
}
#sp_navi #close {
  padding-bottom: 40px;
  margin-top: 30px;
}
#sp_navi #close p {
  border: 1px #fff solid;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 12px 1em;
  max-width: 210px;
  margin: 0 auto;
}
#sp_navi #close p:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e915';
  font-size: 90%;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sp_search {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #005aaa;
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 1;
}
#sp_search.open {
  z-index: 800;
  opacity: 1;
  top: 62px;
}
#sp_search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 16px 0;
}
#sp_search ul li {
  font-size: 100%;
  width: 50%;
}
@media only screen and (max-width: 350px) {
  #sp_search ul li {
    font-size: 87.5%;
  }
}
#sp_search ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
}
#sp_search ul li a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 120%;
  font-weight: normal;
  margin-right: 5px;
}
#sp_search ul li:first-child a:before {
  content: '\e914';
}
#sp_search ul li:nth-child(2) a:before {
  content: '\e919';
}
#sp_search ul li:nth-child(3) a:before {
  content: '\e907';
}
#sp_search ul li:last-child a:before {
  content: '\e908';
}
#sp_search label {
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto 16px;
}
#sp_search label button {
  position: absolute;
  width: 40px;
  height: 100%;
}
#sp_search label button:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  color: #808080;
  font-size: 18px;
}
#sp_search label input {
  font-size: 87.5%;
  width: 120%;
  padding: 12px 16px 13px 40px;
  margin-right: -10%;
}
@media only screen and (max-width: 640px) {
  #sp_search label input {
    padding: 12px 16px 13px 0;
  }
}
#sp_search label input:placeholder {
  color: #7d7d7d;
}
.slide_wrap {
  opacity: 0;
}
.slide_wrap.slick-initialized {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.slide_wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg_gray {
  background-color: #f7f7f7;
}
.favorite {
  text-align: center;
  color: #005aaa;
  cursor: pointer;
  font-size: 62.5%;
  font-weight: 600;
  width: 60px;
  outline: none;
}
@media only screen and (max-width: 900px) {
  .favorite {
    width: auto;
  }
}
.favorite:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e919';
  color: #7d7d7d;
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 900px) {
  .favorite:before {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 901px) {
  .favorite:after {
    content: 'お気に入り';
    color: #00004b;
  }
}
.favorite.on:before {
  -webkit-animation: 0.5s linear 0s 1 favorite;
  animation: 0.5s linear 0s 1 favorite;
  content: '\e918';
  color: #00004b;
}
@media only screen and (min-width: 901px) {
  .favorite.on:after {
    content: 'お気に入り済';
  }
}
@-webkit-keyframes favorite {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  83% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes favorite {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  83% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.badge {
  background-color: #e60000;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 15px;
}
.business_status {
  background-color: #00b300;
  color: #fff;
  display: inline-block;
  width: 60px;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  padding: 3px 0;
}
.business_status.close {
  background-color: #7d7d7d;
}
.business_status.system {
  width: 90px;
}
@media only screen and (min-width: 641px) {
  .news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
@media only screen and (max-width: 640px) {
  .news_list {
    border-bottom: 1px #dedede solid;
  }
}
@media only screen and (min-width: 641px) {
  .news_list .list_set {
    width: 50%;
    padding: 0 12px;
  }
  .news_list .list_set:first-child a,
  .news_list .list_set:nth-child(2) a {
    border-top: none;
  }
}
.news_list .list_set a {
  border-top: 1px #dedede solid;
  display: block;
  padding: 24px 0;
}
@media only screen and (min-width: 1025px) {
  .news_list .list_set a:hover dd {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #005aaa;
  }
}
@media only screen and (max-width: 640px) {
  .news_list .list_set a {
    padding: 15px 0;
  }
}
.news_list .list_set dl dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.news_list .list_set dl dt .date {
  display: block;
  color: #7d7d7d;
  font-family: 'Noto Sans JP', serif;
  font-size: 87.5%;
}
.news_list .list_set dl dt span {
  background-color: #f7f7f7;
  border: 1px #00004b solid;
  border-radius: 50px;
  color: #00004b;
  font-size: 62.5%;
  line-height: 1;
  padding: 3px 8px 3px;
  margin-left: 6px;
}
.news_list .list_set dl dt span.important {
  background-color: #ffebeb;
  border: none;
  color: #e60000;
}
@media only screen and (min-width: 641px) {
  .news_list.wide {
    display: block;
    margin: 0;
  }
}
.news_list.wide .list_set {
  width: auto;
  padding: 0;
}
.news_list.wide .list_set:first-child a,
.news_list.wide .list_set:nth-child(2) a {
  border-top: 1px #dedede solid;
}
.news_list.wide .list_set:last-child a {
  border-bottom: 1px #dedede solid;
}
.tag_list {
  margin-top: 8px;
}
.tag_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px -4px;
}
.tag_list ul li {
  font-size: 75%;
  padding: 0 2px;
  margin-bottom: 4px;
}
.tag_list ul li a,
.tag_list ul li span {
  background-color: #e3f1fc;
  border-radius: 50px;
  color: #005aaa;
  display: block;
  padding: 2px 8px;
}
@media only screen and (min-width: 1025px) {
  .tag_list ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .tag_list ul li a:hover {
    background-color: #005aaa;
    color: #fff;
  }
}
#slide_bnr {
  border-top: 1px #dedede solid;
  padding-top: 60px;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  #slide_bnr {
    margin-top: 40px;
    padding-top: 30px;
  }
}
#slide_bnr .title_wrap {
  margin-bottom: 30px;
}
#slide_bnr .title_wrap .title {
  color: #00004b;
  font-size: 285.7%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}
@media only screen and (max-width: 640px) {
  #slide_bnr .title_wrap .title {
    font-size: 175%;
  }
}
#slide_bnr .title_wrap p {
  text-align: center;
}
#slide_bnr .slide_wrap {
  position: relative;
  margin: 0 -16px;
}
#slide_bnr .slide_wrap .slick-arrow {
  position: absolute;
  z-index: 500;
  top: 22%;
}
@media only screen and (max-width: 900px) {
  #slide_bnr .slide_wrap .slick-arrow {
    top: 30%;
  }
}
#slide_bnr .slide_wrap .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#slide_bnr .slide_wrap .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media only screen and (max-width: 640px) {
  #slide_bnr .slide_wrap {
    margin: 0 -6px;
  }
}
#slide_bnr .slide_wrap .item {
  padding: 0 16px;
}
@media only screen and (max-width: 640px) {
  #slide_bnr .slide_wrap .item {
    padding: 0 6px;
  }
}
#slide_bnr .slide_wrap .item .item_wrap a {
  display: block;
}
@media only screen and (min-width: 1025px) {
  #slide_bnr .slide_wrap .item .item_wrap a:hover p {
    color: #005aaa;
  }
}
#slide_bnr .slide_wrap .item .item_wrap .img_wrap {
  position: relative;
}
#slide_bnr .slide_wrap .item .item_wrap .img_wrap img {
  width: 100%;
}
#slide_bnr .slide_wrap .item .item_wrap p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin-top: 6px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 0.5em !important;
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.mb3 {
  margin-bottom: 3em !important;
}
.mb4 {
  margin-bottom: 4em !important;
}
.mb5 {
  margin-bottom: 5em !important;
}
.mb6 {
  margin-bottom: 6em !important;
}
.mb7 {
  margin-bottom: 7em !important;
}
.mb8 {
  margin-bottom: 8em !important;
}
.mb9 {
  margin-bottom: 9em !important;
}
.mb10 {
  margin-bottom: 10em !important;
}
.w5p {
  width: 5% !important;
}
.w10p {
  width: 10% !important;
}
.w15p {
  width: 15% !important;
}
.w20p {
  width: 20% !important;
}
.w25p {
  width: 25% !important;
}
.w30p {
  width: 30% !important;
}
.w35p {
  width: 35% !important;
}
.w40p {
  width: 40% !important;
}
.w45p {
  width: 45% !important;
}
.w50p {
  width: 50% !important;
}
.w55p {
  width: 55% !important;
}
.w60p {
  width: 60% !important;
}
.w65p {
  width: 65% !important;
}
.w70p {
  width: 70% !important;
}
.w75p {
  width: 75% !important;
}
.w80p {
  width: 80% !important;
}
.w85p {
  width: 85% !important;
}
.w90p {
  width: 90% !important;
}
.w95p {
  width: 95% !important;
}
.w100p {
  width: 100% !important;
}
.w1em {
  width: 1em !important;
}
.w2em {
  width: 2em !important;
}
.w3em {
  width: 3em !important;
}
.w4em {
  width: 4em !important;
}
.w5em {
  width: 5em !important;
}
.w6em {
  width: 6em !important;
}
.w7em {
  width: 7em !important;
}
.w8em {
  width: 8em !important;
}
.w9em {
  width: 9em !important;
}
.w10em {
  width: 10em !important;
}
.w11em {
  width: 11em !important;
}
.w12em {
  width: 12em !important;
}
.w13em {
  width: 13em !important;
}
.w14em {
  width: 14em !important;
}
.w15em {
  width: 15em !important;
}
.w16em {
  width: 16em !important;
}
.w17em {
  width: 17em !important;
}
.w18em {
  width: 18em !important;
}
.w19em {
  width: 19em !important;
}
.w20em {
  width: 20em !important;
}
.w25em {
  width: 25em !important;
}
.w30em {
  width: 30em !important;
}
.w35em {
  width: 35em !important;
}
.w40em {
  width: 40em !important;
}
.w45em {
  width: 45em !important;
}
.w50em {
  width: 50em !important;
}
.w55em {
  width: 55em !important;
}
.w60em {
  width: 60em !important;
}
.w65em {
  width: 65em !important;
}
.w70em {
  width: 70em !important;
}
.w75em {
  width: 75em !important;
}
.w80em {
  width: 80em !important;
}
.w85em {
  width: 85em !important;
}
.w90em {
  width: 90em !important;
}
.w95em {
  width: 95em !important;
}
.w100em {
  width: 100em !important;
}
.font10 {
  font-size: 62.5% !important;
}
.font11 {
  font-size: 68.8% !important;
}
.font12 {
  font-size: 75% !important;
}
.font13 {
  font-size: 81.3% !important;
}
.font14 {
  font-size: 87.5% !important;
}
.font15 {
  font-size: 93.8% !important;
}
.font16 {
  font-size: 100% !important;
}
.font17 {
  font-size: 106.3% !important;
}
.font18 {
  font-size: 112.5% !important;
}
.font19 {
  font-size: 118.8% !important;
}
.font20 {
  font-size: 125% !important;
}
.font21 {
  font-size: 131.3% !important;
}
.font22 {
  font-size: 137.5% !important;
}
.font23 {
  font-size: 143.8% !important;
}
.font24 {
  font-size: 150% !important;
}
.font25 {
  font-size: 156.3% !important;
}
.font26 {
  font-size: 162.5% !important;
}
.font27 {
  font-size: 168.8% !important;
}
.font28 {
  font-size: 175% !important;
}
.font29 {
  font-size: 181.3% !important;
}
.font30 {
  font-size: 214.3% !important;
}
.fw_thin {
  font-weight: 300 !important;
}
.fw_normal {
  font-weight: 400 !important;
}
.fw_medium {
  font-weight: 500 !important;
}
.fw_bold {
  font-weight: 600 !important;
}
.fw_black {
  font-weight: 900 !important;
}
.mod_cont {
  margin-bottom: 3em;
}
.cke_editable,
.mod_cont {
  counter-reset: number 0;
}
.cke_editable .show_number,
.mod_cont .show_number {
  padding: 0 0 0 1.2em;
}
.cke_editable .show_number,
.cke_editable .show_number > li,
.mod_cont .show_number,
.mod_cont .show_number > li {
  list-style-type: decimal;
  line-height: 1.7;
}
.cke_editable .disc li,
.mod_cont .disc li {
  text-indent: -0.65em;
  padding-left: 1.2em;
}
.cke_editable .disc li:before,
.mod_cont .disc li:before {
  content: '・';
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 0.3em;
}
.cke_editable .link_arrow li:before,
.mod_cont .link_arrow li:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  color: #00004b;
  font-size: 100%;
  font-weight: bold;
  margin-right: 0.5em;
}
.cke_editable .arrow_link:after,
.mod_cont .arrow_link:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  color: #00004b;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0.5em;
}
.cke_editable a.link_anchor:after,
.mod_cont a.link_anchor:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  color: #00004b;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0.5em;
}
.cke_editable a.hover_line,
.mod_cont a.hover_line {
  color: #333333;
  text-decoration: none;
}
.cke_editable a.hover_line:after,
.mod_cont a.hover_line:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .cke_editable a.hover_line:hover,
  .mod_cont a.hover_line:hover {
    color: #005aaa;
    text-decoration: underline;
  }
}
.cke_editable .asterisk li:before,
.mod_cont .asterisk li:before {
  content: '※';
  margin-right: 0.3em;
}
.cke_editable ol + p,
.cke_editable ul + p,
.mod_cont ol + p,
.mod_cont ul + p {
  margin-top: 1.7em;
}
@media only screen and (max-width: 900px) {
  .cke_editable ol + p,
  .cke_editable ul + p,
  .mod_cont ol + p,
  .mod_cont ul + p {
    margin-top: 1.5em;
  }
}
.cke_editable ol > li ul,
.cke_editable ol > li > ol,
.cke_editable ul > li ul,
.cke_editable ul > li > ol,
.mod_cont ol > li ul,
.mod_cont ol > li > ol,
.mod_cont ul > li ul,
.mod_cont ul > li > ol {
  margin-top: 0.5em;
}
.cke_editable ol li + li,
.cke_editable ul li + li,
.mod_cont ol li + li,
.mod_cont ul li + li {
  margin-top: 0.5em;
}
.cke_editable ol.lower_list,
.cke_editable ol.roman_list,
.cke_editable ol.square_list,
.cke_editable ol.upper_list,
.cke_editable ul.lower_list,
.cke_editable ul.roman_list,
.cke_editable ul.square_list,
.cke_editable ul.upper_list,
.mod_cont ol.lower_list,
.mod_cont ol.roman_list,
.mod_cont ol.square_list,
.mod_cont ol.upper_list,
.mod_cont ul.lower_list,
.mod_cont ul.roman_list,
.mod_cont ul.square_list,
.mod_cont ul.upper_list {
  margin-left: 1.5em;
}
.cke_editable ol.upper_list li,
.cke_editable ul.upper_list li,
.mod_cont ol.upper_list li,
.mod_cont ul.upper_list li {
  list-style: upper-alpha;
}
.cke_editable ol.lower_list li,
.cke_editable ul.lower_list li,
.mod_cont ol.lower_list li,
.mod_cont ul.lower_list li {
  list-style: lower-alpha;
}
.cke_editable ol.square_list,
.cke_editable ul.square_list,
.mod_cont ol.square_list,
.mod_cont ul.square_list {
  margin-left: 1.8em;
}
.cke_editable ol.square_list li,
.cke_editable ul.square_list li,
.mod_cont ol.square_list li,
.mod_cont ul.square_list li {
  list-style: square;
}
.cke_editable ol.roman_list li,
.cke_editable ul.roman_list li,
.mod_cont ol.roman_list li,
.mod_cont ul.roman_list li {
  list-style: lower-roman;
}
.cke_editable ol + dl,
.cke_editable ol + img,
.cke_editable ol + ol,
.cke_editable ol + p,
.cke_editable ol + table,
.cke_editable ol + ul,
.cke_editable ul + dl,
.cke_editable ul + img,
.cke_editable ul + ol,
.cke_editable ul + p,
.cke_editable ul + table,
.cke_editable ul + ul,
.mod_cont ol + dl,
.mod_cont ol + img,
.mod_cont ol + ol,
.mod_cont ol + p,
.mod_cont ol + table,
.mod_cont ol + ul,
.mod_cont ul + dl,
.mod_cont ul + img,
.mod_cont ul + ol,
.mod_cont ul + p,
.mod_cont ul + table,
.mod_cont ul + ul {
  margin-top: 0.5em;
}
.cke_editable .tag_list ul li + li,
.mod_cont .tag_list ul li + li {
  margin-top: 0;
}
.cke_editable .img_col,
.mod_cont .img_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
.cke_editable .img_col + .img_col,
.mod_cont .img_col + .img_col {
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col,
  .mod_cont .img_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cke_editable .img_col .img,
  .cke_editable .img_col .txt,
  .mod_cont .img_col .img,
  .mod_cont .img_col .txt {
    width: 100% !important;
  }
  .cke_editable .img_col .img,
  .mod_cont .img_col .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 641px) {
  .cke_editable .img_col.img_right,
  .mod_cont .img_col.img_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.cke_editable .img_col .img,
.cke_editable .img_col .txt,
.mod_cont .img_col .img,
.mod_cont .img_col .txt {
  padding: 0 16px;
}
@media only screen and (min-width: 641px) {
  .cke_editable .img_col .txt,
  .mod_cont .img_col .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: 50%;
  }
}
.cke_editable .img_col .txt .title,
.mod_cont .img_col .txt .title {
  margin-bottom: 0.3em;
}
.cke_editable .img_col .txt .tag + p,
.cke_editable .img_col .txt .title + p,
.mod_cont .img_col .txt .tag + p,
.mod_cont .img_col .txt .title + p {
  line-height: 1.8;
}
@media only screen and (min-width: 641px) {
  .cke_editable .img_col .img,
  .mod_cont .img_col .img {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col .img,
  .mod_cont .img_col .img {
    margin-top: 1em;
  }
}
.cke_editable .img_col .img img,
.mod_cont .img_col .img img {
  width: 100%;
}
.cke_editable .img_col .img.img_border img,
.mod_cont .img_col .img.img_border img {
  border: 1px #ccc solid;
}
.cke_editable .img_col .img .caption,
.mod_cont .img_col .img .caption {
  color: #4d4d4d;
  font-size: 68.8%;
  margin-top: 0.8em;
}
.cke_editable .img_col .img .caption.center,
.mod_cont .img_col .img .caption.center {
  text-align: center;
}
.cke_editable .img_col.img10 .img,
.mod_cont .img_col.img10 .img {
  width: 10%;
}
.cke_editable .img_col.img20 .img,
.mod_cont .img_col.img20 .img {
  width: 20%;
}
.cke_editable .img_col.img30 .img,
.mod_cont .img_col.img30 .img {
  width: 30%;
}
.cke_editable .img_col.img40 .img,
.mod_cont .img_col.img40 .img {
  width: 40%;
}
.cke_editable .img_col.img50 .img,
.mod_cont .img_col.img50 .img {
  width: 50%;
}
.cke_editable .img_col.img60 .img,
.mod_cont .img_col.img60 .img {
  width: 60%;
}
.cke_editable .img_col.img70 .img,
.mod_cont .img_col.img70 .img {
  width: 70%;
}
.cke_editable .img_col.img80 .img,
.mod_cont .img_col.img80 .img {
  width: 80%;
}
.cke_editable .img_col.img90 .img,
.mod_cont .img_col.img90 .img {
  width: 90%;
}
.cke_editable .img_col.img_width .img,
.mod_cont .img_col.img_width .img {
  width: auto;
}
.cke_editable .img_col.img_width .img img,
.mod_cont .img_col.img_width .img img {
  display: block;
  width: auto;
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.img_width .img img,
  .mod_cont .img_col.img_width .img img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.img_width .img p,
  .mod_cont .img_col.img_width .img p {
    width: auto !important;
    text-align: center;
  }
}
.cke_editable .img_col.img_width .txt,
.mod_cont .img_col.img_width .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.sp2 .img,
  .cke_editable .img_col.sp2 .txt,
  .mod_cont .img_col.sp2 .img,
  .mod_cont .img_col.sp2 .txt {
    width: 50% !important;
  }
  .cke_editable .img_col.sp2.img_left .img,
  .mod_cont .img_col.sp2.img_left .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cke_editable .img_col.sp2.img_left .txt,
  .mod_cont .img_col.sp2.img_left .txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.img_top .img,
  .mod_cont .img_col.img_top .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1em;
  }
  .cke_editable .img_col.img_top .txt,
  .mod_cont .img_col.img_top .txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.img_btm .txt,
  .mod_cont .img_col.img_btm .txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cke_editable .img_col.img_btm .img,
  .mod_cont .img_col.img_btm .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.cke_editable .gallery,
.mod_cont .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -16px -32px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery,
  .mod_cont .gallery {
    margin: 0 -5px -10px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery.sp_break,
  .mod_cont .gallery.sp_break {
    display: block;
  }
  .cke_editable .gallery.sp_break .gallery_set,
  .mod_cont .gallery.sp_break .gallery_set {
    width: 100% !important;
  }
  .cke_editable .gallery.sp_break .gallery_set img,
  .mod_cont .gallery.sp_break .gallery_set img {
    display: block;
    margin: 0 auto;
  }
  .cke_editable .gallery.sp_break .gallery_set .caption,
  .mod_cont .gallery.sp_break .gallery_set .caption {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery.sp_col2 .gallery_set,
  .mod_cont .gallery.sp_col2 .gallery_set {
    width: 50% !important;
  }
}
.cke_editable .gallery.img_border img,
.mod_cont .gallery.img_border img {
  border: 1px #ccc solid;
}
.cke_editable .gallery .gallery_set,
.mod_cont .gallery .gallery_set {
  padding: 0 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery .gallery_set,
  .mod_cont .gallery .gallery_set {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.cke_editable .gallery .gallery_set a,
.mod_cont .gallery .gallery_set a {
  display: block !important;
  text-decoration: none;
}
.cke_editable .gallery .gallery_set img,
.mod_cont .gallery .gallery_set img {
  margin: 0 auto;
}
.cke_editable .gallery .gallery_set .movie_wrap,
.mod_cont .gallery .gallery_set .movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cke_editable .gallery .gallery_set .movie_wrap embed,
.cke_editable .gallery .gallery_set .movie_wrap iframe,
.cke_editable .gallery .gallery_set .movie_wrap object,
.mod_cont .gallery .gallery_set .movie_wrap embed,
.mod_cont .gallery .gallery_set .movie_wrap iframe,
.mod_cont .gallery .gallery_set .movie_wrap object {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cke_editable .gallery .gallery_set .cap,
.mod_cont .gallery .gallery_set .cap {
  color: #7d7d7d;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery .gallery_set .cap,
  .mod_cont .gallery .gallery_set .cap {
    font-size: 87.5%;
  }
}
.cke_editable .gallery.img1 .gallery_set,
.mod_cont .gallery.img1 .gallery_set {
  width: 100%;
}
.cke_editable .gallery.img2 .gallery_set,
.mod_cont .gallery.img2 .gallery_set {
  width: 50%;
}
.cke_editable .gallery.img3 .gallery_set,
.mod_cont .gallery.img3 .gallery_set {
  width: 33.3333333%;
}
.cke_editable .gallery.img4 .gallery_set,
.mod_cont .gallery.img4 .gallery_set {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery.img4 .gallery_set,
  .mod_cont .gallery.img4 .gallery_set {
    width: 50%;
  }
}
.cke_editable table,
.mod_cont table {
  border-collapse: separate;
  border-spacing: 0;
}
.cke_editable table tr td,
.cke_editable table tr th,
.mod_cont table tr td,
.mod_cont table tr th {
  text-align: left;
  padding: 0px;
}
.cke_editable table,
.mod_cont table {
  border-bottom: solid 1px #b8b8b8;
  border-left: solid 1px #b8b8b8;
  table-layout: fixed;
  font-size: 14px;
}
.cke_editable table + div,
.mod_cont table + div {
  margin-top: 1em;
}
.cke_editable table table,
.mod_cont table table {
  width: 100%;
}
.cke_editable table table tr td,
.cke_editable table table tr th,
.mod_cont table table tr td,
.mod_cont table table tr th {
  background: none;
}
.cke_editable table.text_left tr td,
.cke_editable table.text_left tr th,
.mod_cont table.text_left tr td,
.mod_cont table.text_left tr th {
  text-align: left;
}
.cke_editable table tr td,
.cke_editable table tr th,
.mod_cont table tr td,
.mod_cont table tr th {
  border-top: solid 1px #b8b8b8;
  border-right: solid 1px #b8b8b8;
  vertical-align: top;
  padding: 10px;
}
.cke_editable table tr td.text_center,
.cke_editable table tr th.text_center,
.mod_cont table tr td.text_center,
.mod_cont table tr th.text_center {
  text-align: center;
}
.cke_editable table tr th,
.mod_cont table tr th {
  background: #f8f8f8;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}
.cke_editable .no_border table,
.mod_cont .no_border table {
  border: none;
}
.cke_editable .no_border table tr td,
.cke_editable .no_border table tr th,
.mod_cont .no_border table tr td,
.mod_cont .no_border table tr th {
  background: none;
  border: none;
}
@media only screen and (min-width: 641px) {
  .cke_editable .table_wrap,
  .mod_cont .table_wrap {
    overflow: hidden !important;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .table_wrap,
  .mod_cont .table_wrap {
    margin-right: -20px;
  }
}
.cke_editable .table_wrap table,
.mod_cont .table_wrap table {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .cke_editable .table_wrap,
  .mod_cont .table_wrap {
    overflow-x: auto;
  }
  .cke_editable .table_wrap > table,
  .mod_cont .table_wrap > table {
    width: 800px;
  }
}
.cke_editable .btn_link ul,
.mod_cont .btn_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px -30px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .btn_link ul,
  .mod_cont .btn_link ul {
    margin: 0 -10px -20px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .btn_link ul,
  .mod_cont .btn_link ul {
    margin: 0 -5px -10px;
  }
}
.cke_editable .btn_link ul li,
.mod_cont .btn_link ul li {
  padding: 0 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .btn_link ul li,
  .mod_cont .btn_link ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .btn_link ul li,
  .mod_cont .btn_link ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.cke_editable .btn_link ul li + li,
.mod_cont .btn_link ul li + li {
  margin-top: 0;
}
.cke_editable .btn_link ul.col1 li,
.mod_cont .btn_link ul.col1 li {
  width: 100%;
}
.cke_editable .btn_link ul.col1 li .btn,
.mod_cont .btn_link ul.col1 li .btn {
  margin: 0 auto;
}
.cke_editable .btn_link ul.col2 li,
.mod_cont .btn_link ul.col2 li {
  width: 50%;
}
.cke_editable .btn_link ul.col2 li .btn,
.mod_cont .btn_link ul.col2 li .btn {
  max-width: 100%;
}
.cke_editable .btn_link ul.col3 li,
.mod_cont .btn_link ul.col3 li {
  width: 33.3333333%;
}
.cke_editable .btn_link ul.col3 li .btn,
.mod_cont .btn_link ul.col3 li .btn {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .cke_editable .btn_link ul.sp_break,
  .mod_cont .btn_link ul.sp_break {
    display: block !important;
  }
  .cke_editable .btn_link ul.sp_break li,
  .mod_cont .btn_link ul.sp_break li {
    width: 100%;
  }
}
.cke_editable .btn_link .btn,
.mod_cont .btn_link .btn {
  margin: 0;
}
.cke_editable .editor p,
.mod_cont .editor p {
  line-height: 1.8;
}
.cke_editable .editor p + dl,
.cke_editable .editor p + img,
.cke_editable .editor p + ol,
.cke_editable .editor p + p,
.cke_editable .editor p + table,
.cke_editable .editor p + ul,
.mod_cont .editor p + dl,
.mod_cont .editor p + img,
.mod_cont .editor p + ol,
.mod_cont .editor p + p,
.mod_cont .editor p + table,
.mod_cont .editor p + ul {
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .cke_editable .editor p + dl,
  .cke_editable .editor p + img,
  .cke_editable .editor p + ol,
  .cke_editable .editor p + p,
  .cke_editable .editor p + table,
  .cke_editable .editor p + ul,
  .mod_cont .editor p + dl,
  .mod_cont .editor p + img,
  .mod_cont .editor p + ol,
  .mod_cont .editor p + p,
  .mod_cont .editor p + table,
  .mod_cont .editor p + ul {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .editor .text_center,
  .mod_cont .editor .text_center {
    text-align: left;
  }
}
@media only screen and (min-width: 901px) {
  .cke_editable .num_img_txt,
  .mod_cont .num_img_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -16px;
  }
  .cke_editable .num_img_txt.reverse,
  .mod_cont .num_img_txt.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .num_img_txt + .num_img_txt,
  .mod_cont .num_img_txt + .num_img_txt {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 901px) {
  .cke_editable .num_img_txt .img,
  .cke_editable .num_img_txt .txt,
  .mod_cont .num_img_txt .img,
  .mod_cont .num_img_txt .txt {
    width: 50%;
    padding: 0 16px;
  }
}
.cke_editable .num_img_txt .img img,
.mod_cont .num_img_txt .img img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .cke_editable .num_img_txt .img,
  .mod_cont .num_img_txt .img {
    margin-bottom: 20px;
  }
}
.cke_editable .num_img_txt .txt,
.mod_cont .num_img_txt .txt {
  text-align: center;
  padding: 1em;
}
@media only screen and (max-width: 1024px) {
  .cke_editable .num_img_txt .txt,
  .mod_cont .num_img_txt .txt {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .num_img_txt .txt,
  .mod_cont .num_img_txt .txt {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cke_editable .num_img_txt .txt .title .num,
.mod_cont .num_img_txt .txt .title .num {
  color: #00004b;
  font-size: 150%;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .cke_editable .num_img_txt .txt .title .num,
  .mod_cont .num_img_txt .txt .title .num {
    font-size: 125%;
  }
}
.cke_editable .num_img_txt .txt .title .num:before,
.mod_cont .num_img_txt .txt .title .num:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  border: 2px #00004b solid;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}
.cke_editable .num_img_txt .txt .title .num + p,
.mod_cont .num_img_txt .txt .title .num + p {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .num_img_txt .txt .title .num + p,
  .mod_cont .num_img_txt .txt .title .num + p {
    margin-top: 10px;
  }
}
.cke_editable .block_title_img + .block_title_img,
.mod_cont .block_title_img + .block_title_img {
  margin-top: 55px;
}
.cke_editable .block_title_img .title_wrap,
.mod_cont .block_title_img .title_wrap {
  background-color: #00004b;
  padding: 40px 0 130px;
  margin-bottom: -90px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .block_title_img .title_wrap,
  .mod_cont .block_title_img .title_wrap {
    padding: 40px 0 70px;
    margin-bottom: -30px;
  }
}
.cke_editable .block_title_img .title_wrap .title,
.mod_cont .block_title_img .title_wrap .title {
  color: #fff;
  font-size: 150%;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .cke_editable .block_title_img .title_wrap .title,
  .mod_cont .block_title_img .title_wrap .title {
    font-size: 125%;
  }
}
.cke_editable .block_title_img .img_wrap,
.mod_cont .block_title_img .img_wrap {
  background-color: #fff;
  max-width: 840px;
  padding: 40px 100px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .cke_editable .block_title_img .img_wrap,
  .mod_cont .block_title_img .img_wrap {
    padding: 30px 50px 0;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .block_title_img .img_wrap,
  .mod_cont .block_title_img .img_wrap {
    padding: 24px 24px 0;
  }
}
.cke_editable .block_title_img .img_wrap img,
.mod_cont .block_title_img .img_wrap img {
  display: block;
  margin: 0 auto;
}
.cke_editable .block_title_img .btn,
.mod_cont .block_title_img .btn {
  max-width: 348px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .cke_editable .block_title_img .btn,
  .mod_cont .block_title_img .btn {
    margin: 24px auto 0;
  }
}
.cke_editable .thumb_list,
.mod_cont .thumb_list {
  border-top: 1px #dedede solid;
  border-left: 1px #dedede solid;
}
@media only screen and (min-width: 901px) {
  .cke_editable .thumb_list,
  .mod_cont .thumb_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cke_editable .thumb_list .thumb_set,
.mod_cont .thumb_list .thumb_set {
  border-right: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
}
@media only screen and (min-width: 901px) {
  .cke_editable .thumb_list .thumb_set,
  .mod_cont .thumb_list .thumb_set {
    width: 50%;
  }
}
.cke_editable .thumb_list .thumb_set .set_wrap,
.mod_cont .thumb_list .thumb_set .set_wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
.cke_editable .thumb_list .thumb_set .img,
.mod_cont .thumb_list .thumb_set .img {
  width: 144px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .thumb_list .thumb_set .img,
  .mod_cont .thumb_list .thumb_set .img {
    width: 64px;
  }
}
.cke_editable .thumb_list .thumb_set .img .img_wrap,
.mod_cont .thumb_list .thumb_set .img .img_wrap {
  background-color: #000;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.cke_editable .thumb_list .thumb_set .img .img_wrap img,
.mod_cont .thumb_list .thumb_set .img .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cke_editable .thumb_list .thumb_set .text,
.mod_cont .thumb_list .thumb_set .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 24px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .thumb_list .thumb_set .text,
  .mod_cont .thumb_list .thumb_set .text {
    padding-left: 16px;
  }
}
.cke_editable .thumb_list .thumb_set .text .title,
.mod_cont .thumb_list .thumb_set .text .title {
  font-weight: 600;
}
.cke_editable .thumb_list .thumb_set .text .title + p,
.mod_cont .thumb_list .thumb_set .text .title + p {
  margin-top: 5px;
}
.cke_editable .thumb_list.not_border,
.mod_cont .thumb_list.not_border {
  border: none;
}
@media only screen and (min-width: 901px) {
  .cke_editable .thumb_list.not_border,
  .mod_cont .thumb_list.not_border {
    margin: 0 -16px -40px;
  }
}
.cke_editable .thumb_list.not_border .thumb_set,
.mod_cont .thumb_list.not_border .thumb_set {
  border: none;
}
@media only screen and (min-width: 901px) {
  .cke_editable .thumb_list.not_border .thumb_set,
  .mod_cont .thumb_list.not_border .thumb_set {
    padding: 0 16px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .thumb_list.not_border .thumb_set + .thumb_set,
  .mod_cont .thumb_list.not_border .thumb_set + .thumb_set {
    margin-top: 24px;
  }
}
.cke_editable .thumb_list.not_border .thumb_set .set_wrap,
.mod_cont .thumb_list.not_border .thumb_set .set_wrap {
  padding: 0;
}
.cke_editable .icon_list ul,
.mod_cont .icon_list ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .icon_list ul,
  .mod_cont .icon_list ul {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .icon_list ul,
  .mod_cont .icon_list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px -12px;
  }
}
.cke_editable .icon_list ul li,
.mod_cont .icon_list ul li {
  width: 16.6666667%;
  padding: 0 15px;
}
.cke_editable .icon_list ul li + li,
.mod_cont .icon_list ul li + li {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .cke_editable .icon_list ul li,
  .mod_cont .icon_list ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .icon_list ul li,
  .mod_cont .icon_list ul li {
    width: 33.3333333%;
    padding: 0 12px;
    margin-bottom: 12px;
  }
}
.cke_editable .icon_list ul li img,
.mod_cont .icon_list ul li img {
  display: block;
  margin: 0 auto;
}
.cke_editable .icon_list ul li img + p,
.mod_cont .icon_list ul li img + p {
  margin-top: 10px;
}
.cke_editable .icon_list ul li p,
.mod_cont .icon_list ul li p {
  font-size: 75%;
  font-weight: 600;
}
.cke_editable .bg_img_txt,
.mod_cont .bg_img_txt {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 40px 23px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .bg_img_txt,
  .mod_cont .bg_img_txt {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .bg_img_txt,
  .mod_cont .bg_img_txt {
    padding: 24px;
  }
}
.cke_editable .bg_img_txt .img,
.mod_cont .bg_img_txt .img {
  text-align: center;
  padding: 0 1em;
}
@media only screen and (min-width: 901px) {
  .cke_editable .bg_img_txt .img,
  .mod_cont .bg_img_txt .img {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .bg_img_txt .img,
  .mod_cont .bg_img_txt .img {
    margin-bottom: 16px;
  }
}
.cke_editable .bg_img_txt .img .img_wrap img,
.mod_cont .bg_img_txt .img .img_wrap img {
  display: block;
  margin: 0 auto;
}
.cke_editable .bg_img_txt .img .img_wrap + .title,
.mod_cont .bg_img_txt .img .img_wrap + .title {
  margin-top: 10px;
}
.cke_editable .bg_img_txt .img .title,
.mod_cont .bg_img_txt .img .title {
  font-size: 125%;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .cke_editable .bg_img_txt .img .title br,
  .mod_cont .bg_img_txt .img .title br {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .cke_editable .bg_img_txt .img .title,
  .mod_cont .bg_img_txt .img .title {
    font-size: 112.5%;
  }
}
.cke_editable .bg_img_txt .txt,
.mod_cont .bg_img_txt .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.cke_editable .bg_img_txt .txt p.sup,
.mod_cont .bg_img_txt .txt p.sup {
  color: #7d7d7d;
  font-size: 87.5%;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .cke_editable .number_img_txt,
  .mod_cont .number_img_txt {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 641px) {
  .cke_editable .number_img_txt .set,
  .mod_cont .number_img_txt .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }
  .cke_editable .number_img_txt .set .img,
  .cke_editable .number_img_txt .set .txt,
  .mod_cont .number_img_txt .set .img,
  .mod_cont .number_img_txt .set .txt {
    width: 50%;
    padding: 0 16px;
  }
  .cke_editable .number_img_txt .set.reverse,
  .mod_cont .number_img_txt .set.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.cke_editable .number_img_txt .set + .set,
.mod_cont .number_img_txt .set + .set {
  margin-top: 24px;
}
.cke_editable .number_img_txt .set .img img,
.mod_cont .number_img_txt .set .img img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .cke_editable .number_img_txt .set .img,
  .mod_cont .number_img_txt .set .img {
    margin-bottom: 16px;
  }
}
.cke_editable .number_img_txt .set .txt .title,
.mod_cont .number_img_txt .set .txt .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00004b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 125%;
  font-weight: 600;
}
.cke_editable .number_img_txt .set .txt .title span,
.mod_cont .number_img_txt .set .txt .title span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 14px;
}
.cke_editable .number_img_txt .set .txt .title:before,
.mod_cont .number_img_txt .set .txt .title:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  border: 2px #00004b solid;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.cke_editable .number_img_txt .set .txt .title + p,
.mod_cont .number_img_txt .set .txt .title + p {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .number_img_txt .set .txt .title + p,
  .mod_cont .number_img_txt .set .txt .title + p {
    margin-top: 14px;
  }
}
.cke_editable .step_cont .step_set + .step_set,
.mod_cont .step_cont .step_set + .step_set {
  margin-top: 40px;
}
#mod_area .cke_editable .step_cont .step_set h2:not([class]),
#mod_area .mod_cont .step_cont .step_set h2:not([class]) {
  margin-bottom: 40px;
}
.cke_editable .step_cont .step_set h2:not([class]):before,
.mod_cont .step_cont .step_set h2:not([class]):before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  border: 2px #00004b solid;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 901px) {
  .cke_editable .step_cont .step_set .img_txt,
  .mod_cont .step_cont .step_set .img_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }
  .cke_editable .step_cont .step_set .img_txt .img,
  .cke_editable .step_cont .step_set .img_txt .txt,
  .mod_cont .step_cont .step_set .img_txt .img,
  .mod_cont .step_cont .step_set .img_txt .txt {
    width: 50%;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .step_cont .step_set .img_txt .img,
  .mod_cont .step_cont .step_set .img_txt .img {
    margin-bottom: 1em;
  }
}
.cke_editable .step_cont .step_set .img_txt .img img,
.mod_cont .step_cont .step_set .img_txt .img img {
  display: block;
  margin: 0 auto;
}
.cke_editable .step_cont .step_set .img_txt .txt,
.mod_cont .step_cont .step_set .img_txt .txt {
  padding-top: 1em;
}
.cke_editable .step_cont .step_set .img_txt .txt p,
.mod_cont .step_cont .step_set .img_txt .txt p {
  line-height: 1.8;
}
.cke_editable .sales,
.mod_cont .sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -34px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .sales,
  .mod_cont .sales {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .sales,
  .mod_cont .sales {
    display: table;
    margin: 0 auto;
  }
}
.cke_editable .sales .sales_set,
.mod_cont .sales .sales_set {
  padding: 0 34px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .sales .sales_set,
  .mod_cont .sales .sales_set {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .sales .sales_set,
  .mod_cont .sales .sales_set {
    padding: 0;
  }
  .cke_editable .sales .sales_set + .sales_set,
  .mod_cont .sales .sales_set + .sales_set {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .cke_editable .sales .sales_set,
  .mod_cont .sales .sales_set {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.cke_editable .sales .sales_set dl dt,
.mod_cont .sales .sales_set dl dt {
  color: #00004b;
  font-size: 112.5%;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .cke_editable .sales .sales_set dl dt,
  .mod_cont .sales .sales_set dl dt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .sales .sales_set dl dt,
  .mod_cont .sales .sales_set dl dt {
    font-size: 81.3%;
  }
}
.cke_editable .sales .sales_set dl dd,
.mod_cont .sales .sales_set dl dd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00004b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 600%;
  font-weight: 700;
  line-height: 0.9;
  overflow: visible;
}
@media only screen and (max-width: 900px) {
  .cke_editable .sales .sales_set dl dd,
  .mod_cont .sales .sales_set dl dd {
    font-size: 500%;
  }
}
.cke_editable .sales .sales_set dl dd span.ja,
.mod_cont .sales .sales_set dl dd span.ja {
  display: block;
  font-weight: 600;
  width: 1em;
  line-height: 1.1;
  font-size: 35%;
  margin-right: 16px;
}
.cke_editable .sales .sales_set dl dd span.crown,
.mod_cont .sales .sales_set dl dd span.crown {
  display: block;
  position: relative;
}
.cke_editable .sales .sales_set dl dd span.crown:before,
.mod_cont .sales .sales_set dl dd span.crown:before {
  content: '';
  display: block;
  width: 57px;
  height: 27px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-45%, 2px);
  transform: translate(-45%, 2px);
}
@media only screen and (max-width: 900px) {
  .cke_editable .sales .sales_set dl dd span.crown:before,
  .mod_cont .sales .sales_set dl dd span.crown:before {
    width: 42px;
    height: 20px;
  }
}
.cke_editable .sales .sales_set dl dd span.crown.gold:before,
.mod_cont .sales .sales_set dl dd span.crown.gold:before {
  background: url(../media/images/common/crown_gold.svg) no-repeat center top;
  background-size: contain;
}
.cke_editable .sales .sales_set dl dd span.crown.silver:before,
.mod_cont .sales .sales_set dl dd span.crown.silver:before {
  background: url(../media/images/common/crown_silver.svg) no-repeat center top;
  background-size: contain;
}
.cke_editable .global_link_list p,
.mod_cont .global_link_list p {
  text-align: center;
}
.cke_editable .global_link_list .national_flag,
.mod_cont .global_link_list .national_flag {
  margin: 28px -30px 0;
}
@media only screen and (max-width: 900px) {
  .cke_editable .global_link_list .national_flag,
  .mod_cont .global_link_list .national_flag {
    margin: 28px -20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .global_link_list .national_flag,
  .mod_cont .global_link_list .national_flag {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 15px -10px -20px;
  }
}
.cke_editable .global_link_list .national_flag li,
.mod_cont .global_link_list .national_flag li {
  text-align: center;
  padding: 0 30px;
}
.cke_editable .global_link_list .national_flag li img,
.mod_cont .global_link_list .national_flag li img {
  max-width: 58px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .global_link_list .national_flag li,
  .mod_cont .global_link_list .national_flag li {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .global_link_list .national_flag li,
  .mod_cont .global_link_list .national_flag li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .cke_editable .global_link_list .national_flag li .wrap,
  .cke_editable .global_link_list .national_flag li a,
  .mod_cont .global_link_list .national_flag li .wrap,
  .mod_cont .global_link_list .national_flag li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cke_editable .global_link_list .national_flag li + li,
.mod_cont .global_link_list .national_flag li + li {
  margin-top: 0;
}
.cke_editable .global_link_list .national_flag li dl,
.mod_cont .global_link_list .national_flag li dl {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .global_link_list .national_flag li dl,
  .mod_cont .global_link_list .national_flag li dl {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 8px;
    text-align: left;
  }
  .cke_editable .global_link_list .national_flag li dl dd,
  .cke_editable .global_link_list .national_flag li dl dt,
  .mod_cont .global_link_list .national_flag li dl dd,
  .mod_cont .global_link_list .national_flag li dl dt {
    text-align: center;
  }
}
.cke_editable .global_link_list .national_flag li dl dt,
.mod_cont .global_link_list .national_flag li dl dt {
  color: #00004b;
  font-size: 87.5%;
  letter-spacing: -1px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .global_link_list .national_flag li dl dt,
  .mod_cont .global_link_list .national_flag li dl dt {
    font-size: 62.5%;
  }
}
.cke_editable .global_link_list .national_flag li dl dd,
.mod_cont .global_link_list .national_flag li dl dd {
  color: #00004b;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .cke_editable .global_link_list .national_flag li dl dd,
  .mod_cont .global_link_list .national_flag li dl dd {
    line-height: 1;
  }
}
.cke_editable .global_link_list .national_flag li dl dd span,
.mod_cont .global_link_list .national_flag li dl dd span {
  display: block;
  font-size: 228.6%;
}
@media only screen and (max-width: 400px) {
  .cke_editable .global_link_list .national_flag li dl dd span,
  .mod_cont .global_link_list .national_flag li dl dd span {
    font-size: 150%;
  }
}
@media only screen and (min-width: 901px) {
  .cke_editable .before_after,
  .mod_cont .before_after {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -16px;
  }
}
@media only screen and (min-width: 901px) {
  .cke_editable .before_after .before_after_set,
  .mod_cont .before_after .before_after_set {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .before_after .before_after_set + .before_after_set,
  .mod_cont .before_after .before_after_set + .before_after_set {
    margin-top: 36px;
  }
}
.cke_editable .before_after .before_after_set > p,
.mod_cont .before_after .before_after_set > p {
  color: #00004b;
  font-size: 125%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .before_after .before_after_set > p,
  .mod_cont .before_after .before_after_set > p {
    font-size: 112.5%;
    margin-bottom: 15px;
  }
}
.cke_editable .before_after .before_after_set p.numerical,
.mod_cont .before_after .before_after_set p.numerical {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #00a5eb;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 500%;
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  .cke_editable .before_after .before_after_set p.numerical,
  .mod_cont .before_after .before_after_set p.numerical {
    font-size: 400%;
  }
}
.cke_editable .before_after .before_after_set p.numerical span,
.mod_cont .before_after .before_after_set p.numerical span {
  font-size: 31.3%;
  font-weight: 600;
}
.cke_editable .before_after .before_after_set p.numerical + .img_wrap,
.mod_cont .before_after .before_after_set p.numerical + .img_wrap {
  margin-top: 0;
}
.cke_editable .before_after .before_after_set .img_wrap,
.mod_cont .before_after .before_after_set .img_wrap {
  margin-top: auto;
}
@media only screen and (max-width: 900px) {
  .cke_editable .before_after .before_after_set .img_wrap,
  .mod_cont .before_after .before_after_set .img_wrap {
    margin: 0 -30px;
  }
}
.cke_editable .before_after .before_after_set .img_wrap img,
.mod_cont .before_after .before_after_set .img_wrap img {
  max-width: 290px;
  margin: 0 auto;
}
.cke_editable .before_after .before_after_set dl,
.mod_cont .before_after .before_after_set dl {
  text-align: center;
  margin-top: 10px;
}
.cke_editable .before_after .before_after_set dl dt,
.mod_cont .before_after .before_after_set dl dt {
  color: #00004b;
  font-weight: 600;
  font-size: 125%;
}
.cke_editable .before_after .before_after_set dl dd,
.mod_cont .before_after .before_after_set dl dd {
  font-size: 87.5%;
}
.cke_editable .before_after .before_after_set + .before_after_set:before,
.mod_cont .before_after .before_after_set + .before_after_set:before {
  background: url(../media/images/common/before_after.png) no-repeat center center;
  content: '';
  display: block;
  width: 32px;
  height: 88px;
}
@media only screen and (min-width: 901px) {
  .cke_editable .before_after .before_after_set + .before_after_set:before,
  .mod_cont .before_after .before_after_set + .before_after_set:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .before_after .before_after_set + .before_after_set:before,
  .mod_cont .before_after .before_after_set + .before_after_set:before {
    background: url(../media/images/common/before_after_sp.png) no-repeat center center;
    background-size: contain;
    width: 70px;
    height: 28px;
    margin: 30px auto;
  }
}
.cke_editable .before_after + p.sup,
.mod_cont .before_after + p.sup {
  color: #7d7d7d;
  text-align: center;
  margin-top: 36px;
  font-size: 125%;
}
.cke_editable .before_after p.sup,
.mod_cont .before_after p.sup {
  color: #7d7d7d;
  text-align: center;
  margin-top: 36px;
  font-size: 137.5%;
}
@media only screen and (max-width: 640px) {
  .cke_editable .before_after p.sup,
  .mod_cont .before_after p.sup {
    font-size: 112.5%;
  }
}
@media only screen and (min-width: 641px) {
  .cke_editable .timer dl,
  .mod_cont .timer dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cke_editable .timer dl dt,
.mod_cont .timer dl dt {
  margin: 0 73px 0 80px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .timer dl dt,
  .mod_cont .timer dl dt {
    margin: 0 40px 0 70px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .timer dl dt,
  .mod_cont .timer dl dt {
    margin-bottom: 10px;
  }
  .cke_editable .timer dl dt img,
  .mod_cont .timer dl dt img {
    margin: 0 auto;
  }
}
.cke_editable .timer dl dd,
.mod_cont .timer dl dd {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #00004b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 228.6%;
  font-weight: 600;
}
.cke_editable .timer dl dd span,
.mod_cont .timer dl dd span {
  color: #00a5eb;
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: 275%;
  letter-spacing: 10px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .timer dl dd,
  .mod_cont .timer dl dd {
    font-size: 150%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cke_editable .timer dl dd span,
  .mod_cont .timer dl dd span {
    letter-spacing: 5px;
  }
}
@media only screen and (min-width: 641px) {
  .cke_editable .ratio > dl,
  .mod_cont .ratio > dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cke_editable .ratio > dl > dt,
.mod_cont .ratio > dl > dt {
  margin: 0 103px 0 0;
}
.cke_editable .ratio > dl > dt img,
.mod_cont .ratio > dl > dt img {
  max-width: 131px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .ratio > dl > dt,
  .mod_cont .ratio > dl > dt {
    margin: 0 80px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .ratio > dl > dt,
  .mod_cont .ratio > dl > dt {
    margin: 0 0 10px;
  }
  .cke_editable .ratio > dl > dt img,
  .mod_cont .ratio > dl > dt img {
    margin: 0 auto;
  }
}
.cke_editable .ratio > dl dd,
.mod_cont .ratio > dl dd {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .cke_editable .ratio > dl dd,
  .mod_cont .ratio > dl dd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cke_editable .ratio > dl dd > dl,
.mod_cont .ratio > dl dd > dl {
  text-align: center;
}
.cke_editable .ratio > dl dd > dl + dl,
.mod_cont .ratio > dl dd > dl + dl {
  margin-left: 78px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .ratio > dl dd > dl + dl,
  .mod_cont .ratio > dl dd > dl + dl {
    margin-left: 40px;
  }
}
.cke_editable .ratio > dl dd > dl + dl:before,
.mod_cont .ratio > dl dd > dl + dl:before {
  color: #00004b;
  content: ':';
  font-size: 568.8%;
  font-weight: 700;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}
@media only screen and (max-width: 640px) {
  .cke_editable .ratio > dl dd > dl + dl:before,
  .mod_cont .ratio > dl dd > dl + dl:before {
    font-size: 400%;
  }
}
.cke_editable .ratio > dl dd > dl dt,
.mod_cont .ratio > dl dd > dl dt {
  font-size: 131.3%;
  color: #00004b;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .cke_editable .ratio > dl dd > dl dt,
  .mod_cont .ratio > dl dd > dl dt {
    font-size: 100%;
  }
}
.cke_editable .ratio > dl dd > dl dd,
.mod_cont .ratio > dl dd > dl dd {
  color: #00a5eb;
  font-size: 550%;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .cke_editable .ratio > dl dd > dl dd,
  .mod_cont .ratio > dl dd > dl dd {
    font-size: 400%;
  }
}
.bg_cont {
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .bg_cont {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  .bg_cont {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .bg_cont {
    padding: 0 15px;
  }
}
.bg_cont + .bg_cont {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .bg_cont + .bg_cont {
    margin-top: 0 15px;
  }
}
.bg_cont .cont_wrap {
  background-color: #f0efef;
  padding: 72px 30px 64px;
}
@media only screen and (max-width: 900px) {
  .bg_cont .cont_wrap {
    padding: 50px 30px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .bg_cont .cont_wrap {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .bg_cont .cont_wrap {
    padding: 50px 15px 40px;
  }
}
.bg_cont:nth-child(2n) .cont_wrap {
  background-color: #f7f7f7;
}
h2 + .balloon_title,
h3 + .balloon_title,
h4 + .balloon_title {
  margin-top: 3em;
}
.balloon_title {
  margin-bottom: 60px;
}
.balloon_title .title {
  color: #00004b;
  display: table;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .balloon_title .title {
    font-size: 150%;
  }
}
@media only screen and (max-width: 640px) {
  .balloon_title .title {
    display: block;
  }
}
.balloon_title .title span {
  border: 2px #00004b solid;
  border-radius: 50px;
  display: block;
  position: relative;
  padding: 20px 62px;
}
@media only screen and (max-width: 640px) {
  .balloon_title .title span {
    padding: 20px 2em;
    max-width: 300px;
    margin: 0 auto;
  }
}
.balloon_title .title span:before {
  background-color: #bee6ff;
  border-radius: 50px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.balloon_title .title span:after {
  background: url(../media/images/module/arrow.png) no-repeat left top;
  background-size: contain;
  content: '';
  display: block;
  width: 40px;
  height: 36px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -3px);
  transform: translate(-50%, -3px);
}
@media only screen and (max-width: 640px) {
  .balloon_title .title span:after {
    font-size: 150%;
    width: 30px;
    height: 26px;
    -webkit-transform: translate(-50%, -2.5px);
    transform: translate(-50%, -2.5px);
  }
}
#headline_news,
#important_news {
  background-color: #ffebeb;
  position: relative;
}
#headline_news:before,
#important_news:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e915';
  color: #e60000;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #headline_news:before,
  #important_news:before {
    font-size: 70%;
  }
}
#headline_news.bg_blue,
#important_news.bg_blue {
  background-color: #f4f2f2;
}
#headline_news.bg_blue:before,
#important_news.bg_blue:before {
  color: #00a5eb;
}
#headline_news.bg_blue ul li a,
#important_news.bg_blue ul li a {
  color: #00a5eb;
}
@media only screen and (max-width: 900px) {
  #headline_news,
  #important_news {
    border-radius: 0;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 640px) {
  #headline_news,
  #important_news {
    margin: 0 -15px;
  }
}
#headline_news ul,
#important_news ul {
  overflow: hidden;
}
#headline_news ul li,
#important_news ul li {
  display: none;
  position: relative;
  z-index: 2;
}
#headline_news ul li a,
#important_news ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e60000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 87.5%;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 15px;
}
@media only screen and (max-width: 900px) {
  #headline_news ul li a,
  #important_news ul li a {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 640px) {
  #headline_news ul li a,
  #important_news ul li a {
    font-size: 75%;
    padding: 12px 15px;
  }
}
#headline_news ul li a span,
#important_news ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#headline_news ul li a span:before,
#important_news ul li a span:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  font-size: 120%;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
@media only screen and (min-width: 1025px) {
  #headline_news ul li a,
  #important_news ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #headline_news ul li a:hover,
  #important_news ul li a:hover {
    opacity: 0.8;
  }
}
.waiting_time {
  margin-bottom: 14px;
}
.waiting_time p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', serif;
  font-size: 75%;
}
.waiting_time p span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.waiting_time p span + span {
  margin-left: 4px;
}
.waiting_time p span:last-child {
  font-weight: normal;
  margin-right: 5px;
}
.waiting_time p span:last-child:before {
  display: none;
}
@media only screen and (max-width: 640px) {
  .waiting_time p span:last-child {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
.waiting_time p span:before {
  border-radius: 50px;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.waiting_time p span.red:before {
  background-color: #e60000;
}
.waiting_time p span.blue:before {
  background-color: #00a5eb;
}
.waiting_time p span.yellow:before {
  background-color: #ffaa00;
}
.salon_list .favorite {
  width: 100%;
}
.salon_list .favorite:after {
  content: '';
  display: none;
}
.salon_list.link tr {
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .salon_list.link tr {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .salon_list.link tr:hover {
    color: #005aaa;
  }
}
.salon_list.link .arrow {
  text-align: right;
}
.salon_list.link .arrow:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e915';
  color: #005aaa;
  display: block;
  margin-right: 24px;
}
@media only screen and (max-width: 900px) {
  .salon_list.link .arrow:before {
    margin-right: 0;
  }
}
.salon_list .result {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .salon_list .result {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .salon_list .result.error dl {
    display: block;
  }
  .salon_list .result.error dl dd,
  .salon_list .result.error dl dt {
    text-align: center;
  }
}
.salon_list .result dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.salon_list .result dd,
.salon_list .result dt,
.salon_list .result p {
  font-size: 100%;
  font-weight: 600;
}
.salon_list .result p {
  text-align: center;
}
.salon_list .list_wrap {
  background-color: #fff;
  border: 1px #dedede solid;
  border-radius: 15px;
  padding: 32px 32px 20px;
}
@media only screen and (max-width: 640px) {
  .salon_list .list_wrap {
    border-radius: 0;
    padding: 16px;
    margin: 0 -16px;
  }
}
.salon_list .list_wrap table {
  table-layout: fixed;
}
.salon_list .list_wrap table thead tr th {
  color: #7d7d7d;
  font-size: 87.5%;
  padding-bottom: 8px;
}
@media only screen and (max-width: 900px) {
  .salon_list .list_wrap table thead tr th {
    font-size: 68.8%;
  }
}
.salon_list .list_wrap table thead tr th:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 901px) {
  .salon_list .list_wrap table thead tr th:first-child .name {
    width: 70%;
  }
  .salon_list .list_wrap table thead tr th:first-child .time {
    width: 30%;
  }
}
@media only screen and (max-width: 900px) {
  .salon_list .list_wrap table thead tr th:first-child .time:before {
    content: '・';
  }
}
.salon_list .list_wrap table thead tr th.num {
  width: 78px;
  text-align: right;
  padding-right: 18px;
}
@media only screen and (max-width: 900px) {
  .salon_list .list_wrap table thead tr th.num {
    width: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .salon_list .list_wrap table thead tr th.num {
    padding-right: 10px;
  }
}
.salon_list .list_wrap table thead tr th.seat {
  width: 116px;
  padding-left: 20px;
}
@media only screen and (max-width: 900px) {
  .salon_list .list_wrap table thead tr th.seat {
    width: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .salon_list .list_wrap table thead tr th.seat {
    padding-left: 4px;
    width: 50px;
  }
}
.salon_list .list_wrap table thead tr th:last-child {
  width: 70px;
}
@media only screen and (max-width: 900px) {
  .salon_list .list_wrap table thead tr th:last-child {
    width: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .salon_list .list_wrap table thead tr th:last-child {
    width: 30px;
  }
}
.salon_list .list_wrap table tbody tr {
  position: relative;
}
.salon_list .list_wrap table tbody tr td {
  border-top: 1px #dedede solid;
  padding: 26px 0;
}
.salon_list .list_wrap table tbody tr td dl * {
  font-family: 'Noto Sans JP', serif;
}
@media only screen and (min-width: 901px) {
  .salon_list .list_wrap table tbody tr td dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #favorite.index .salon_list .list_wrap table tbody tr td dl dt,
  #search.index .salon_list .list_wrap table tbody tr td dl dt {
    width: 70%;
  }
}
.salon_list .list_wrap table tbody tr td dl dt {
  font-weight: 600;
  padding-right: 1em;
}
@media only screen and (max-width: 900px) {
  .salon_list .list_wrap table tbody tr td dl dt {
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 640px) {
  .salon_list .list_wrap table tbody tr td dl dt {
    padding-right: 0;
  }
}
.salon_list .list_wrap table tbody tr td dl dt a.system .business_status {
  display: block;
  width: 11em;
}
.salon_list .list_wrap table tbody tr td dl dt a.system .business_status br {
  display: none;
}
@media only screen and (min-width: 901px) {
  .salon_list .list_wrap table tbody tr td dl dt a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.salon_list .list_wrap table tbody tr td dl dt a span {
  padding-bottom: 4px;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .salon_list .list_wrap table tbody tr td dl dt a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 3px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .salon_list .list_wrap table tbody tr td dl dt a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .salon_list .list_wrap table tbody tr td dl dt a:hover {
    color: #005aaa;
  }
}
@media only screen and (min-width: 901px) {
  .salon_list .list_wrap table tbody tr td dl dt a {
    padding: 26px 0;
  }
}
.salon_list .list_wrap table tbody tr td dl dd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 87.5%;
}
@media only screen and (max-width: 400px) {
  .salon_list .list_wrap table tbody tr td dl dd {
    display: block;
  }
}
.salon_list .list_wrap table tbody tr td dl dd a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .salon_list .list_wrap table tbody tr td dl dd a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 901px) {
  .salon_list .list_wrap table tbody tr td:first-child {
    padding: 10px 0;
  }
}
.salon_list .list_wrap table tbody tr td:nth-child(2) {
  font-size: 87.5%;
  font-weight: 600;
  text-align: right;
  padding-right: 18px;
}
@media only screen and (max-width: 640px) {
  .salon_list .list_wrap table tbody tr td:nth-child(2) {
    padding-right: 10px;
    padding-left: 4px;
  }
}
.salon_list .list_wrap table tbody tr td:nth-child(2) span {
  display: inline-block;
  font-size: 185.7%;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
}
.salon_list .list_wrap table tbody tr td:nth-child(2) span.yellow {
  color: #ffaa00;
}
.salon_list .list_wrap table tbody tr td:nth-child(2) span.blue {
  color: #00a5eb;
}
.salon_list .list_wrap table tbody tr td:nth-child(2) span.red {
  color: #e60000;
}
.salon_list .list_wrap table tbody tr td:nth-child(3) {
  font-size: 87.5%;
  font-weight: 600;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .salon_list .list_wrap table tbody tr td:nth-child(3) {
    padding-left: 4px;
  }
}
.salon_list .list_wrap table tbody tr td:nth-child(3) span {
  display: inline-block;
  font-size: 142.9%;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.salon_list .list_wrap table tbody tr td.close_text {
  width: 184px;
  color: #7d7d7d;
  text-align: center;
  padding-right: 0 !important;
}
@media only screen and (min-width: 901px) {
  .salon_list .list_wrap table tbody tr td.close_text br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .salon_list .list_wrap table tbody tr td.close_text {
    width: 120px;
    font-size: 87.5%;
  }
}
.salon_list .list_wrap table tbody tr td.close_text + td {
  padding: 0;
}
#cookie {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1500;
  padding: 23px 32px 18px;
}
@media only screen and (max-width: 640px) {
  #cookie {
    display: block;
    padding: 24px 30px;
  }
}
#cookie #cookie_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #cookie #cookie_wrap {
    display: block;
  }
}
@media only screen and (min-width: 641px) {
  #cookie #cookie_wrap .read {
    padding-right: 1em;
  }
}
@media only screen and (max-width: 640px) {
  #cookie #cookie_wrap .read {
    margin-bottom: 15px;
    font-size: 87.5%;
  }
}
#cookie #cookie_wrap .read p {
  color: #fff;
}
#cookie #cookie_wrap .agree .cookie_btn {
  background-color: #fff;
  border-radius: 50px;
  display: block;
  font-size: 87.5%;
  font-weight: 600;
  width: 188px;
  color: #005aaa;
  text-align: center;
  padding: 19px 0 19px;
}
@media only screen and (max-width: 640px) {
  #cookie #cookie_wrap .agree .cookie_btn {
    width: 208px;
    padding: 10px 0;
    margin: 0 auto;
  }
}
.icon_add {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon_add.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.icon_add.rev:before {
  margin-right: 0;
  margin-left: 8px;
}
.icon_add:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  display: inline-block;
  font-size: 120%;
  margin-right: 8px;
}
.icon_add.icon_star_on:before {
  content: '\e918';
}
.icon_add.icon_star:before {
  content: '\e919';
}
.icon_add.icon-home:before {
  content: '\e917';
}
.icon_add.icon-blank:before {
  content: '\e90e';
}
.icon_add.icon-search2:before {
  content: '\e90f';
}
.icon_add.icon-phone:before {
  content: '\e90c';
}
.icon_add.icon-store:before {
  content: '\e902';
}
.icon_add.icon-beginner:before {
  content: '\e901';
}
.icon_add.icon-feature:before {
  content: '\e903';
}
.icon_add.icon-book:before {
  content: '\e904';
}
.icon_add.icon-info:before {
  content: '\e905';
}
.icon_add.icon-tag:before {
  content: '\e906';
}
.icon_add.icon-area:before {
  content: '\e907';
}
.icon_add.icon-station:before {
  content: '\e908';
}
.icon_add.icon-stepup:before {
  content: '\e909';
}
.icon_add.icon-hot:before {
  content: '\e90a';
}
.icon_add.icon-tag-fill:before {
  content: '\e90b';
}
.icon_add.icon-uniE90D:before {
  content: '\e90d';
}
.icon_add.icon-yen:before {
  content: '\e910';
}
.icon_add.icon-chair:before {
  content: '\e911';
}
.icon_add.icon-question-c:before {
  content: '\e912';
}
.icon_add.icon-order:before {
  content: '\e913';
}
.icon_add.icon-pin:before {
  content: '\e914';
}
.icon_add.icon-arrow:before {
  content: '\e915';
}
.icon_add.icon_close:before {
  content: '\e916';
}
.icon_add.icon-speaker:before {
  content: '\e900';
}
.mod_news .mod_news_wrap {
  padding: 48px 0 60px;
}
.mod_news .mod_news_wrap .title_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
}
.mod_news .mod_news_wrap .title_wrap .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00004b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 175%;
  font-weight: 600;
  margin-right: 1em;
}
.mod_news .mod_news_wrap .title_wrap .title:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  margin-right: 7px;
}
.mod_news .mod_news_wrap .title_wrap a {
  background-color: #e6e6e6;
  border-radius: 50px;
  color: #7d7d7d;
  display: block;
  font-weight: 500;
  width: 148px;
  text-align: center;
  position: relative;
  padding: 10px 0;
}
.mod_news .mod_news_wrap .title_wrap a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e915';
  font-weight: normal;
  font-size: 70%;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (min-width: 1025px) {
  .mod_news .mod_news_wrap .title_wrap a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mod_news .mod_news_wrap .title_wrap a:hover {
    background-color: #00004b;
    color: #fff;
  }
}
.mod_news .mod_news_wrap .news_list .list_set a {
  border-top: none;
  border-bottom: 1px #dedede solid;
  padding: 14px 0;
}
.mod_news .mod_news_wrap .news_list .list_set:first-child,
.mod_news .mod_news_wrap .news_list .list_set:nth-child(2) {
  border-top: 1px #dedede solid;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner,
.fancybox-outer {
  position: relative;
  overflow: hidden !important;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font:
    14px/20px 'Helvetica Neue',
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../media/images/common/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../media/images/common/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../media/images/common/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../media/images/common/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font:
    normal 13px/20px 'Helvetica Neue',
    Helvetica,
    Arial,
    sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#fix_bnr {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  width: 326px;
}
@media only screen and (max-width: 640px) {
  #fix_bnr {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
#fix_bnr #fix_bnr_close {
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1001;
}
@media only screen and (max-width: 640px) {
  #fix_bnr #fix_bnr_close {
    top: -18px;
  }
}
@media only screen and (max-width: 500px) {
  #sp_navi #sp_group_navi dl dd ul.national_flag {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
  }
  #sp_navi #sp_group_navi dl dd ul.national_flag li {
    width: 33.3333333%;
  }
}
