@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 500;
  color: #3e3a39;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #3e3a39;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}

button {
  outline: none;
}

/*==================================================================
	共通extend用
===================================================================*/
/* --------------------------------------------------
 Module CSS
 -------------------------------------------------- */
/* --------------------------------------------------
 01:  webfont
 -------------------------------------------------- */
/* --------------------------------------------------
 02:  Margin Padding
 -------------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

/* --------------------------------------------------
 02.5:  Margin Padding (responsive)
 -------------------------------------------------- */
.mt_s {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px;
  }
}

.mt_m {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px;
  }
}

.mt_l {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt_l {
    margin-top: 30px;
  }
}

.mb_s {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px;
  }
}

.mb_m {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px;
  }
}

.mb_l {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 30px;
  }
}

/* --------------------------------------------------
 03:  Text Size
 -------------------------------------------------- */
.t10 {
  font-size: 10px!important;
  font-size: 1rem!important;
}

.t11 {
  font-size: 11px!important;
  font-size: 1.1rem!important;
}

.t12 {
  font-size: 12px!important;
  font-size: 1.2rem!important;
}

.t13 {
  font-size: 13px!important;
  font-size: 1.3rem!important;
}

.t14 {
  font-size: 14px!important;
  font-size: 1.4rem!important;
}

.t15 {
  font-size: 15px!important;
  font-size: 1.5rem!important;
}

.t16 {
  font-size: 16px!important;
  font-size: 1.6rem!important;
}

.t17 {
  font-size: 17px!important;
  font-size: 1.7rem!important;
}

.t18 {
  font-size: 18px!important;
  font-size: 1.8rem!important;
}

.t19 {
  font-size: 19px!important;
  font-size: 1.9rem!important;
}

.t20 {
  font-size: 20px!important;
  font-size: 2rem!important;
}

/* --------------------------------------------------
 04:  Set Style
 -------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.hidden {
  display: none;
}

.gothic {
  font-family: "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.module-triangle-right::before {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-left-color: #000;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -8px;
}

/* --------------------------------------------------
 05:  Responsive
 -------------------------------------------------- */
.pc {
  display: inherit;
}

.tb {
  display: none;
}

.tb_sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1020px) {
  .pc {
    display: inherit;
  }
  .tb {
    display: inherit;
  }
  .tb_sp {
    display: inherit;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .tb_sp {
    display: inherit;
  }
  .sp {
    display: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

#header .contentInner,
#footer .contentInner {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  #header .contentInner,
  #footer .contentInner {
    margin: 0 10px;
    width: auto;
  }
}

#mainContent .contentInner {
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  #mainContent .contentInner {
    margin: 0 10px;
    padding: 0 15px;
    width: auto;
  }
}

#wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#wrap.menuOpen {
  right: 300px;
}

@media screen and (max-width: 767px) {
  #wrap.menuOpen {
    right: 250px;
  }
}

#header {
  background: #FFF;
  width: 100%;
  height: 135px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px -5px #000;
          box-shadow: 0px 0px 10px -5px #000;
}

@media screen and (max-width: 1140px) {
  #header {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.en #header {
  height: 80px;
}

#header .logo {
  margin: 23px 0 0 30px;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 425px) {
  #header .logo {
    margin: 15px 0 0 10px;
    float: none;
  }
}

#header .logo a {
  width: 412px;
  height: 0;
  background: url("/common/img/logo.png") no-repeat;
  background-size: contain;
  padding-top: 40px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 1140px) {
  #header .logo a {
    max-width: 100%;
    width: 100%;
  }
}

#header .hamburger {
  width: 32px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

@media screen and (max-width: 1140px) {
  #header .hamburger {
    display: block;
  }
}

#header .hamburger__line {
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #000;
}

#header .hamburger__line--top {
  top: calc(50% - 10px);
}

#header .hamburger__line--top.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 0px);
}

#header .hamburger__line--middle {
  top: 50%;
}

#header .hamburger__line--middle.active {
  width: 0;
}

#header .hamburger__line--bottom {
  top: calc(50% + 10px);
}

#header .hamburger__line--bottom.active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% + 0px);
}

@media screen and (max-width: 1140px) {
  #header #gNavi {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }
}

#header #gNavi .nav01 {
  float: right;
  padding: 18px 0;
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav01 {
    display: none;
    float: none;
    padding-bottom: 0;
    padding: 30px 30px 0;
  }
}

#header #gNavi .nav01 li {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  font-size: "1.4rem";
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav01 li {
    display: block;
    margin: 0 auto 15px;
  }
}

#header #gNavi .nav01 li a {
  position: relative;
  padding-left: 10px;
}

#header #gNavi .nav01 li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #1e88ca;
  position: absolute;
  left: 0%;
  top: 30%;
}

#header #gNavi .nav01 li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#header #gNavi .nav02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  clear: both;
  text-align: center;
  letter-spacing: -0.3em;
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav02 {
    display: none;
    position: unset;
    padding: 0 30px 30px;
    text-align: left;
  }
}

#header #gNavi .nav02 > li {
  letter-spacing: normal;
  max-width: 142px;
  width: 14%;
  display: inline-block;
  font-size: 14px;
  font-size: "1.4rem";
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav02 > li {
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
  }
}

#header #gNavi .nav02 > li:before {
  content: "";
  height: 15px;
  width: 1px;
  background: #a0a0a0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav02 > li:before {
    content: none;
  }
}

#header #gNavi .nav02 > li:last-child:after {
  content: "";
  height: 15px;
  width: 1px;
  background: #a0a0a0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav02 > li:last-child:after {
    content: none;
  }
}

#header #gNavi .nav02 > li.current > a {
  border-bottom: 3px solid #1D83C2;
}

#header #gNavi .nav02 > li.mega ul {
  display: none;
  position: absolute;
  top: 49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 12;
  background: #1E88CA;
  -webkit-box-shadow: 0px 0px 10px -3px #000;
          box-shadow: 0px 0px 10px -3px #000;
  padding: 20px 0;
  text-align: left;
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav02 > li.mega ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

#header #gNavi .nav02 > li.mega ul::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #1e88ca transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav02 > li.mega ul::before {
    content: none;
  }
}

#header #gNavi .nav02 > li.mega ul li {
  white-space: nowrap;
  font-size: 14px;
  font-size: "1.4rem";
}

#header #gNavi .nav02 > li.mega ul li a {
  color: #fff;
  padding: 10px 45px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav02 > li.mega ul li a {
    color: #3e3a39;
    padding: 10px 15px;
    position: relative;
  }
  #header #gNavi .nav02 > li.mega ul li a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #1e88ca;
    position: absolute;
    left: 0%;
    top: 30%;
  }
}

#header #gNavi .nav02 > li.mega ul li a:hover {
  text-decoration: none;
  background: #fff;
  color: #1e88ca;
}

#header #gNavi .nav02 > li > a {
  display: block;
  padding: 15px 0;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 1140px) {
  #header #gNavi .nav02 > li > a {
    display: inline-block;
    border: none;
  }
}

#header #gNavi .nav02 > li > a:hover {
  text-decoration: none;
  opacity: 1;
}

#mainContent {
  padding-bottom: 50px;
  min-height: 818px;
  /*ipad*/
}

#mainContent p {
  margin-bottom: 15px;
}

#mainContent #breadcrumb {
  background: url(/common/img/bk01.gif) repeat-x bottom left;
  padding: 15px 0;
  margin-bottom: 75px;
}

#mainContent #breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  font-size: "1.4rem";
  color: #1E88CA;
  font-weight: bold;
}

#mainContent #breadcrumb ul li::after {
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 10px;
}

#mainContent #breadcrumb ul li:last-child::after {
  display: none;
}

#mainContent #breadcrumb ul li a {
  color: #000;
  font-weight: normal;
}

#mainContent #breadcrumb + section {
  min-height: 500px;
}

#mainContent .clickBox {
  cursor: pointer;
}

#mainContent .figure {
  text-align: center;
}

#mainContent .figure:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .figure.right {
  float: right;
  margin: 0 0 20px 20px;
}

#mainContent .figure.left {
  float: left;
  margin: 0 20px 20px 0;
}

#mainContent .figure.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mainContent .figure {
    float: none !important;
    text-align: center;
    margin: 0;
  }
}

#mainContent .figure ul {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 425px) {
  #mainContent .figure ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#mainContent .figure ul li {
  display: table-cell;
  padding: 0 10px;
}

@media screen and (max-width: 425px) {
  #mainContent .figure ul li {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}

#mainContent .figure ul li p {
  padding-top: 10px;
  text-align: left;
}

#mainContent .titleStyle01 {
  font-size: 42px;
  font-size: "4.2rem";
  position: relative;
  margin-bottom: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #mainContent .titleStyle01 {
    font-size: 32px;
    font-size: "3.2rem";
  }
}

@media screen and (max-width: 425px) {
  #mainContent .titleStyle01 {
    font-size: 28px;
    font-size: "2.8rem";
  }
}

#mainContent .titleStyle01::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  display: block;
  background: #1e88ca;
}

#mainContent .titleStyle01 img {
  padding-bottom: 15px;
}

#mainContent .titleStyle02 {
  font-size: 20px;
  font-size: "2rem";
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

#mainContent .titleStyle02 span {
  display: inline-block;
  border-bottom: 1px solid #1e88ca;
  padding: 15px 25px;
}

#mainContent .titleStyle03 {
  font-size: 30px;
  font-size: "3rem";
  background: url("/common/img/bk_check3.svg") no-repeat left 3px;
  padding-left: 35px;
  margin-bottom: 35px;
  line-height: 1.2;
}

@media screen and (max-width: 425px) {
  #mainContent .titleStyle03 {
    font-size: 24px;
    line-height: 1.5;
  }
}

#mainContent .titleStyle04 {
  font-size: 18px;
  font-size: "1.8rem";
  font-weight: bold;
  margin-bottom: 0;
}

#mainContent .lead01 {
  color: #1E88CA;
  font-size: 18px;
  font-size: "1.8rem";
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}

#mainContent .boxStyle01 {
  margin-bottom: 50px;
}

#mainContent .boxStyle01:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle01 {
    position: relative;
  }
}

#mainContent .boxStyle01.color1 dl dt {
  color: #EE783E;
}

#mainContent .boxStyle01.color1 dl dd.comment {
  background: #ee793d;
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle01.color1 dl dd.comment {
    top: 230px;
  }
}

#mainContent .boxStyle01.color1 dl dd.comment::before {
  border-color: transparent #ee783d transparent transparent;
}

#mainContent .boxStyle01.color2 dl dt {
  color: #9a0c08;
}

#mainContent .boxStyle01.color2 dl dd.comment {
  background: #9a0c08;
}

#mainContent .boxStyle01.color2 dl dd.comment::before {
  border-color: transparent #9a0c08 transparent transparent;
}

#mainContent .boxStyle01 .img {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle01 .img {
    margin: 0 auto 25px;
    float: none;
  }
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle01 .img img {
    width: 100%;
  }
}

#mainContent .boxStyle01 dl dt {
  color: #ccc;
  font-weight: bold;
  font-size: 18px;
  font-size: "1.8rem";
}

#mainContent .boxStyle01 dl dd {
  font-size: 16px;
  font-size: "1.6rem";
}

#mainContent .boxStyle01 dl dd.comment {
  background: #ccc;
  color: #fff;
  padding: 15px 20px;
  margin: 20px 0 0 -40px;
  display: inline-block;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  position: relative;
  height: 80px;
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle01 dl dd.comment {
    padding: 10px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
  }
}

#mainContent .boxStyle01 dl dd.comment::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 24px 40px 0;
  border-color: transparent #ccc transparent transparent;
  position: absolute;
  top: 0;
  left: -24px;
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle01 dl dd.comment::before {
    border-width: 28px 20px 28px 0;
    left: -20px;
  }
}

#mainContent .boxStyle02 {
  text-align: center;
  letter-spacing: -0.5em;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #mainContent .boxStyle02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#mainContent .boxStyle02 ul {
  display: inline-block;
  letter-spacing: normal;
  height: 200px;
  width: 200px;
  border: 1px solid #EE793D;
  position: relative;
  margin-right: 75px;
}

@media screen and (max-width: 768px) {
  #mainContent .boxStyle02 ul {
    max-width: 45%;
    width: 100%;
    height: 200px;
    margin: 0 auto 55px;
  }
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle02 ul {
    max-width: 43%;
  }
}

#mainContent .boxStyle02 ul li {
  display: table;
  width: 100%;
  height: 100%;
  line-height: 1.2;
}

#mainContent .boxStyle02 ul li div {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-size: "3rem";
  font-weight: bold;
}

#mainContent .boxStyle02 ul li div .note {
  font-size: 20px;
  font-size: "2rem";
  display: block;
  font-weight: normal;
}

#mainContent .boxStyle02 ul:nth-child(2)::before {
  content: "+";
  display: block;
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: -50px;
  color: #EE793D;
  font-size: 25px;
  font-size: "2.5rem";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #mainContent .boxStyle02 ul:nth-child(2)::before {
    left: -30px;
  }
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle02 ul:nth-child(2)::before {
    left: -24px;
  }
}

#mainContent .boxStyle02 ul:last-child {
  margin-right: 0;
  background: #EE793D;
}

@media screen and (max-width: 768px) {
  #mainContent .boxStyle02 ul:last-child {
    margin: 0 auto;
  }
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle02 ul:last-child {
    max-width: 100%;
  }
}

#mainContent .boxStyle02 ul:last-child::before {
  content: ">";
  display: block;
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: -50px;
  color: #EE793D;
  font-size: 25px;
  font-size: "2.5rem";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #mainContent .boxStyle02 ul:last-child::before {
    top: -15%;
    left: 48%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}

#mainContent .boxStyle02 ul:last-child li div {
  color: #FFF;
}

#mainContent .boxStyle02 ul:last-child li div .note {
  color: #FFF;
}

#mainContent .boxStyle03 {
  padding: 20px 30px;
  border: 1px solid #1e88ca;
  margin-bottom: 70px;
}

#mainContent .boxStyle03 dl {
  border-bottom: 1px dotted #1e88ca;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

#mainContent .boxStyle03 dl:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
}

#mainContent .boxStyle03 dl dt {
  color: #A62C29;
  font-size: 18px;
  font-size: "1.8rem";
  margin-bottom: 5px;
  font-weight: bold;
}

#mainContent .boxStyle03 dl dt:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .boxStyle03 dl dt.img {
  float: left;
  margin-right: 20px;
}

#mainContent .boxStyle03 dl dd {
  font-size: 16px;
  font-size: "1.6rem";
  line-height: 1.8;
}

#mainContent .boxStyle03 dl dd:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .boxStyle03 dl dd.img {
  float: left;
}

#mainContent .boxStyle04 {
  margin-bottom: 30px;
}

#mainContent .boxStyle04:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .boxStyle04 > .img {
  float: left;
  width: 33%;
  margin-right: 2.5%;
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle04 > .img {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
  }
  #mainContent .boxStyle04 > .img img {
    width: 100%;
  }
}

#mainContent .boxStyle04 > .img.univ {
  position: relative;
}

#mainContent .boxStyle04 > .img.univ::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  background: no-repeat;
  background-size: 60px auto;
}

#mainContent .boxStyle04 > .img.univ.type01black::before {
  background-image: url("/common/img/icon_type01black.png");
}

#mainContent .boxStyle04 > .img.univ.type01white::before {
  background-image: url("/common/img/icon_type01white.png");
}

#mainContent .boxStyle04 > .img.univ.type02black::before {
  background-image: url("/common/img/icon_type02black.png");
}

#mainContent .boxStyle04 > .img.univ.type02white::before {
  background-image: url("/common/img/icon_type02white.png");
}

#mainContent .boxStyle04 > .img.univ.type03black::before {
  background-image: url("/common/img/icon_type03black.png");
}

#mainContent .boxStyle04 > .img.univ.type03white::before {
  background-image: url("/common/img/icon_type03white.png");
}

#mainContent .boxStyle04 > .img.univ.type04black::before {
  background-image: url("/common/img/icon_type04black.png");
}

#mainContent .boxStyle04 > .img.univ.type04white::before {
  background-image: url("/common/img/icon_type04white.png");
}

#mainContent .boxStyle04 .txt {
  float: left;
  width: 64.5%;
}

@media screen and (max-width: 425px) {
  #mainContent .boxStyle04 .txt {
    float: none;
    width: 100%;
  }
}

#mainContent .boxStyle04 .txt .txt01 {
  margin-bottom: 25px;
}

#mainContent .boxStyle04 .txt .txt01:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .boxStyle04 .txt .txt01 .img {
  float: left;
  margin-right: 30px;
  max-width: 100px;
}

#mainContent .boxStyle04 .icon {
  clear: both;
  padding: 20px 0;
}

#mainContent .boxStyle04 .icon dl {
  display: inline-block;
  margin-right: 50px;
}

#mainContent .boxStyle04 .icon dl dt {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 60px;
}

#mainContent .boxStyle04 .icon dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: "1.2rem";
  line-height: 1.6;
  max-width: 150px;
}

#mainContent .boxStyle05 {
  max-width: 430px;
  border: 2px solid #1e88ca;
  margin: 0 auto 90px;
  padding: 30px 0;
  text-align: center;
}

#mainContent .boxStyle05 .ttl {
  font-size: 20px;
  font-size: "2rem";
  font-weight: bold;
}

#mainContent .boxStyle05 .ttl img {
  margin-right: 10px;
  vertical-align: middle;
}

#mainContent .boxStyle05 .txt {
  max-width: 310px;
  margin: auto;
  text-align: left;
  font-size: 14px;
  font-size: "1.4rem";
}

@media screen and (max-width: 425px) {
  #mainContent .recipeBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#mainContent .recipeBox > .img {
  float: right;
  max-width: 53%;
  margin-left: 20px;
}

@media screen and (max-width: 425px) {
  #mainContent .recipeBox > .img {
    float: none;
    max-width: 100%;
    margin: 0 auto 15px;
  }
}

#mainContent .recipeBox > .img div {
  font-size: 20px;
  font-size: "2rem";
  padding: 18px 0;
  border-bottom: 1px solid #368CC1;
}

#mainContent .recipeBox > .img div::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/common/img/icon_time.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

#mainContent .recipeBox > .img div span {
  float: right;
}

#mainContent .recipeBox > .img div span strong {
  color: #368CC1;
  font-weight: bold;
}

#mainContent .recipeBox .box {
  margin-bottom: 45px;
}

#mainContent .recipeBox .box .titleStyle03 {
  margin-bottom: 20px;
}

#mainContent .recipeBox .box p {
  line-height: 2;
}

#mainContent .recipeBox .box ul li {
  position: relative;
  padding: 10px 0 50px 60px;
}

#mainContent .recipeBox .box ul li:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 425px) {
  #mainContent .recipeBox .box ul li {
    padding: 0;
  }
}

#mainContent .recipeBox .box ul li:nth-child(1)::before {
  content: "1";
}

#mainContent .recipeBox .box ul li:nth-child(2)::before {
  content: "2";
}

#mainContent .recipeBox .box ul li:nth-child(3)::before {
  content: "3";
}

#mainContent .recipeBox .box ul li:nth-child(4)::before {
  content: "4";
}

#mainContent .recipeBox .box ul li:nth-child(5)::before {
  content: "5";
}

#mainContent .recipeBox .box ul li:nth-child(6)::before {
  content: "6";
}

#mainContent .recipeBox .box ul li:nth-child(7)::before {
  content: "7";
}

#mainContent .recipeBox .box ul li:nth-child(8)::before {
  content: "8";
}

#mainContent .recipeBox .box ul li:nth-child(9)::before {
  content: "9";
}

#mainContent .recipeBox .box ul li::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #1e88ca;
  font-size: 16px;
  font-size: "1.6rem";
  color: #FFF;
  text-align: center;
  line-height: 1;
  padding-top: 12px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 425px) {
  #mainContent .recipeBox .box ul li::before {
    top: 0;
  }
}

#mainContent .recipeBox .box ul li .img {
  float: right;
  margin-left: 35px;
}

@media screen and (max-width: 425px) {
  #mainContent .recipeBox .box ul li .img {
    float: none;
    margin: 0 auto 15px;
  }
}

#mainContent .recipeBox .box ul li p {
  line-height: 1.6;
}

@media screen and (max-width: 425px) {
  #mainContent .recipeBox .box ul li p {
    margin-bottom: 25px;
  }
}

#mainContent .recipeBox .box ul li p span {
  font-size: 13px;
  font-size: "1.3rem";
}

#mainContent .recipeBox .box ul li a {
  color: #1E88CA;
  text-decoration: underline;
}

#mainContent .recipeBox .box ul li a:hover {
  text-decoration: none;
}

#mainContent .itemArea .item {
  padding-bottom: 50px;
}

#mainContent .tableStyle01 {
  text-align: center;
  margin-bottom: 45px;
}

#mainContent .tableStyle01.color1 > div:last-of-type table {
  -webkit-box-shadow: 0 0 15px 0 #f796d5;
          box-shadow: 0 0 15px 0 #f796d5;
  border-collapse: separate;
}

#mainContent .tableStyle01.color1 > div:last-of-type table tr th {
  background: #C70081;
}

#mainContent .tableStyle01.color1 > div:last-of-type table tr td::before {
  background: #c70081;
}

#mainContent .tableStyle01.color2 > div:last-of-type table {
  -webkit-box-shadow: 0 0 15px 0 #8dcead;
          box-shadow: 0 0 15px 0 #8dcead;
  border-collapse: separate;
}

#mainContent .tableStyle01.color2 > div:last-of-type table tr th {
  background: #00a551;
}

#mainContent .tableStyle01.color2 > div:last-of-type table tr td::before {
  background: #00a551;
}

#mainContent .tableStyle01.color3 > div:last-of-type table {
  -webkit-box-shadow: 0 0 15px 0 #e49594;
          box-shadow: 0 0 15px 0 #e49594;
  border-collapse: separate;
}

#mainContent .tableStyle01.color3 > div:last-of-type table tr th {
  background: #a62c29;
}

#mainContent .tableStyle01.color3 > div:last-of-type table tr td::before {
  background: #a62c29;
}

#mainContent .tableStyle01 > div {
  display: inline-block;
  width: 37%;
  margin: 0 13px 15px;
  vertical-align: middle;
}

@media screen and (max-width: 425px) {
  #mainContent .tableStyle01 > div {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
  }
}

#mainContent .tableStyle01 > div table {
  border-left: 1px solid #DCDCDC;
  width: 100%;
}

#mainContent .tableStyle01 > div table tr th {
  background: #DCDCDC;
  padding: 10px;
}

#mainContent .tableStyle01 > div table tr td {
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 20px;
}

#mainContent .tableStyle01 > div:last-of-type table {
  -webkit-box-shadow: 0 0 15px 0 #ccc;
          box-shadow: 0 0 15px 0 #ccc;
  border: none;
}

#mainContent .tableStyle01 > div:last-of-type table tr:last-child td:before {
  display: none;
}

#mainContent .tableStyle01 > div:last-of-type table tr th {
  background: #ccc;
  color: #fff;
  border: none;
  padding: 15px 10px;
}

#mainContent .tableStyle01 > div:last-of-type table tr td {
  position: relative;
  border: none;
  padding: 17px 20px;
}

#mainContent .tableStyle01 > div:last-of-type table tr td:before {
  content: "";
  display: block;
  height: 1px;
  width: 88%;
  position: absolute;
  bottom: 0;
  left: 6%;
  background: #ccc;
}

#mainContent .tableStyle01 > p {
  text-align: left;
  margin-left: 100px;
  font-size: 14px;
  font-size: "1.4rem";
}

@media screen and (max-width: 425px) {
  #mainContent .tableStyle01 > p {
    margin: auto;
  }
}

#mainContent .tableStyle02 {
  width: 100%;
  margin-bottom: 50px;
}

#mainContent .tableStyle02.type01 {
  margin: 0 auto 50px;
}

#mainContent .tableStyle02.type01 th {
  width: 20%;
}

@media screen and (max-width: 425px) {
  #mainContent .tableStyle02.type01 th {
    width: 25%;
  }
}

#mainContent .tableStyle02.type01 td {
  width: 80%;
}

@media screen and (max-width: 425px) {
  #mainContent .tableStyle02.type01 td {
    width: 75%;
  }
}

#mainContent .tableStyle02 tr {
  border-top: 1px solid #1e88ca;
}

#mainContent .tableStyle02 tr th, #mainContent .tableStyle02 tr td {
  font-size: 16px;
  font-size: "1.6rem";
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #1e88ca;
  border-left: 1px solid #1e88ca;
  width: 33.3%;
}

@media screen and (max-width: 425px) {
  #mainContent .tableStyle02 tr th, #mainContent .tableStyle02 tr td {
    font-size: 14px;
    font-size: "1.4rem";
    padding: 8px;
    width: auto;
    word-break: break-all;
  }
}

#mainContent .tableStyle02 tr th .mapLink, #mainContent .tableStyle02 tr td .mapLink {
  font-weight: normal;
  display: block;
  font-size: 14px;
  font-size: "1.4rem";
}

#mainContent .tableStyle02 tr th {
  padding-left: 0;
  border-left: none;
  font-weight: bold;
}

#mainContent .listStyle01.color1 dl dd::before {
  background: #c70081;
}

#mainContent .listStyle01.color2 dl dd::before {
  background: #00a551;
}

#mainContent .listStyle01.color3 dl dd::before {
  background: #a62c29;
}

#mainContent .listStyle01 dl {
  border-bottom: 2px dotted #1E88CA;
  margin-bottom: 30px;
}

#mainContent .listStyle01 dl:last-child {
  border-bottom: none;
}

#mainContent .listStyle01 dl dt {
  position: relative;
  padding: 10px 0 40px 60px;
}

#mainContent .listStyle01 dl dt::before {
  content: "Q";
  height: 40px;
  width: 40px;
  padding-top: 10px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #1E88CA;
  font-size: 16px;
  font-size: "1.6rem";
  position: absolute;
  top: 0;
  left: 0;
}

#mainContent .listStyle01 dl dd {
  position: relative;
  padding: 10px 0 25px 60px;
}

#mainContent .listStyle01 dl dd::before {
  content: "A";
  height: 40px;
  width: 40px;
  padding-top: 10px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #ccc;
  font-size: 16px;
  font-size: "1.6rem";
  position: absolute;
  top: 0;
  left: 0;
}

#mainContent .listStyle01 dl dd.sub {
  padding: 15px 0 15px 0;
}

#mainContent .listStyle01 dl dd.sub:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .listStyle01 dl dd.sub::before {
  display: none;
}

#mainContent .listStyle02:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 1140px) {
  #mainContent .listStyle02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#mainContent .listStyle02 dl {
  width: 47%;
  float: left;
  margin-bottom: 45px;
  margin-left: 6%;
  position: relative;
}

@media screen and (max-width: 1140px) {
  #mainContent .listStyle02 dl {
    float: none;
  }
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle02 dl {
    width: 100%;
    margin: 0 auto 45px;
  }
}

#mainContent .listStyle02 dl:nth-child(odd) {
  margin-left: 0;
}

#mainContent .listStyle02 dl::before {
  content: "";
  display: block;
  opacity: 0;
  height: 112%;
  width: 104%;
  position: absolute;
  top: -6%;
  left: -2%;
  border: 1px solid #1e88ca;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainContent .listStyle02 dl:hover::before {
  opacity: 1;
}

#mainContent .listStyle02 dl dt img {
  height: 35px;
  width: auto;
}

#mainContent .listStyle02 dl dt span {
  font-size: 20px;
  font-size: "2rem";
}

#mainContent .listStyle02 dl .txt {
  margin-bottom: 25px;
}

#mainContent .listStyle02 dl .img img {
  width: 100%;
}

#mainContent .listStyle02 dl .link {
  text-align: center;
  color: #FFF;
  background: #999;
  padding: 15px;
  margin: -30px 15px 0;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-size: "2.2rem";
  line-height: 1.4;
}

#mainContent .listStyle02 dl .link.color1 {
  background: #c70081;
}

#mainContent .listStyle02 dl .link.color2 {
  background: #fd684e;
}

#mainContent .listStyle02 dl .link.color3 {
  background: #a62c29;
}

#mainContent .listStyle02 dl .link a {
  color: #FFF;
}

#mainContent .listStyle02 dl .link a:hover {
  text-decoration: none;
}

#mainContent .listStyle03 {
  padding-top: 20px;
}

#mainContent .listStyle03:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .listStyle03 > li {
  display: table;
  /* width: 50%; */
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle03 {
    width: 100%;
  }
  #mainContent .listStyle03 > li {
    width: 100%;
  }
}

#mainContent .listStyle03 > li .img {
  display: table-cell;
  vertical-align: middle;
  width: 36%;
}

#mainContent .listStyle03 > li dl {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

#mainContent .listStyle03 > li dl dt {
  font-weight: bold;
  color: #1E88CA;
  font-size: 18px;
  font-size: "1.8rem";
  margin-bottom: 5px;
}

#mainContent .listStyle04:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .listStyle04.num2 {
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle04.num2 {
    width: 100%;
  }
}

#mainContent .listStyle04.num2 dl {
  width: 49%;
  margin-left: 2%;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle04.num2 dl {
    width: 100%;
    margin: 0 auto 40px;
  }
}

#mainContent .listStyle04.num2 dl:nth-child(3n+1) {
  margin-left: 2%;
}

#mainContent .listStyle04.num2 dl:nth-child(odd) {
  clear: both;
  margin-left: 0%;
}

#mainContent .listStyle04.num2 dl dd img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}

#mainContent .listStyle04 dl {
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 70px;
  float: left;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle04 dl {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}

#mainContent .listStyle04 dl:hover {
  opacity: 0.7;
}

#mainContent .listStyle04 dl:nth-child(3n+1) {
  margin-left: 0;
}

#mainContent .listStyle04 dl dd {
  margin-bottom: 20px;
}

#mainContent .listStyle04 dl dd img {
  width: 100%;
}

#mainContent .listStyle04 dl dt {
  display: inline-block;
  border-bottom: 1px solid #1E88CA;
  padding-bottom: 5px;
}

#mainContent .listStyle05 dl {
  margin-bottom: 50px;
  padding-left: 1.5em;
}

#mainContent .listStyle05 dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  text-indent: -1.5em;
}

#mainContent .listStyle05 dl dt .num {
  width: 1.5em;
  display: inline-block;
  text-align: right;
  margin-right: 0.4em;
}

#mainContent .listStyle05 dl dd {
  line-height: 2;
  margin-left: 0.4em;
}

#mainContent .listStyle06 {
  margin-bottom: 60px;
  text-align: center;
}

#mainContent .listStyle06 ul {
  padding-top: 10px;
  padding-left: 200px;
  text-align: left;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle06 ul {
    width: 100%;
  }
}

#mainContent .listStyle06 ul:first-child {
  padding: 0;
  display: inline-block;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle06 ul:first-child ul {
    padding-left: 0;
  }
}

#mainContent .listStyle06 ul li {
  margin-bottom: 10px;
  background: url("/common/img/bk_check4.svg") no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle06 ul li {
    margin-bottom: 15px;
  }
}

#mainContent .listStyle06 ul li:last-of-type {
  margin-bottom: 0;
}

#mainContent .listStyle06 ul li ul li ul li {
  background: none;
}

#mainContent .listStyle07 {
  margin-bottom: 50px;
}

#mainContent .listStyle07:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .listStyle07 dl {
  float: left;
  width: 47.5%;
  margin-left: 5%;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle07 dl {
    width: 100%;
    margin: 0 auto 25px;
  }
}

#mainContent .listStyle07 dl:nth-child(2n+1) {
  margin-left: 0;
}

#mainContent .listStyle07 dl .img {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #1e88ca;
  margin-bottom: 20px;
}

#mainContent .listStyle07 dl .txt {
  font-size: 18px;
  font-size: "1.8rem";
  text-align: center;
  margin-bottom: 20px;
}

#mainContent .listStyle07 dl .txt2 {
  font-size: 18px;
  font-size: "1.8rem";
  background: #DCDCDC;
  text-align: center;
  padding: 30px 10px;
}

#mainContent .listStyle07 dl .link {
  text-align: center;
  font-size: 18px;
  font-size: "1.8rem";
}

#mainContent .listStyle07 dl .link a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  background: #DAF1FF;
  padding: 15px 10px;
  border: 1px solid #DAF1FF;
  color: #1E88CA;
  font-weight: bold;
}

#mainContent .listStyle07 dl .link a:hover {
  text-decoration: none;
  background: #FFF;
  border: 1px solid #1e88ca;
}

#mainContent .listStyle07 dl .link a span {
  font-size: 14px;
  font-size: "1.4rem";
}

#mainContent .listStyle08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mainContent .listStyle08::after {
  content: "";
  width: 31.3%;
  display: block;
}

#mainContent .listStyle08 dl {
  counter-increment: cnt;
  width: 31.3%;
  margin-bottom: 50px;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle08 dl {
    width: 100%;
    margin: 0 auto 50px;
  }
}

#mainContent .listStyle08 dl dt {
  font-size: 24px;
  font-size: "2.4rem";
  margin-bottom: 10px;
}

#mainContent .listStyle08 dl dt::before {
  content: counter(cnt, decimal);
  color: #fff;
  font-size: 16px;
  font-size: "1.6rem";
  background: #1E88CA;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin-right: 10px;
}

#mainContent .listStyle08 dl .img {
  margin-bottom: 20px;
}

@media screen and (max-width: 425px) {
  #mainContent .listStyle08 dl .img img {
    width: 100%;
  }
}

#mainContent .btnStyle01 {
  letter-spacing: -0.5em;
  text-align: center;
  padding-bottom: 30px;
}

#mainContent .btnStyle01.num3 li {
  width: 32%;
  margin-left: 2%;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle01.num3 li {
    width: 100%;
    margin-left: 0;
  }
}

#mainContent .btnStyle01.num3 li:nth-child(even) {
  margin-left: 2%;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle01.num3 li:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
}

#mainContent .btnStyle01.num3 li:nth-child(3n+1) {
  margin-left: 0;
}

#mainContent .btnStyle01.num3 li > div a, #mainContent .btnStyle01.num3 li > div > span {
  height: 65px !important;
  font-size: 22px !important;
}

@media screen and (max-width: 1140px) {
  #mainContent .btnStyle01.num3 li > div a, #mainContent .btnStyle01.num3 li > div > span {
    font-size: 16px !important;
  }
}

#mainContent .btnStyle01 li {
  width: 47.2%;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle01 li {
    display: block;
    width: 100%;
  }
}

#mainContent .btnStyle01 li:nth-child(even) {
  margin-left: 5.5%;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle01 li:nth-child(even) {
    margin: 0;
    margin-bottom: 20px;
  }
}

#mainContent .btnStyle01 li.long {
  width: 62%;
  display: block;
  margin: 0 auto;
}

#mainContent .btnStyle01 li.long2 {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#mainContent .btnStyle01 li.long2 > div a:hover::after {
  border-width: 0 0 620px 1070px;
}

#mainContent .btnStyle01 li.noLink > div {
  display: table;
  width: 100%;
}

#mainContent .btnStyle01 li.noLink > div span {
  display: block;
  display: table-cell;
  height: 89px;
  border: 1px solid #dcdcdc;
  font-size: 30px;
  font-size: "3rem";
  background: url("/common/img/bk_check_g.svg") no-repeat left top;
  background-size: contain;
  color: #dcdcdc;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle01 li.noLink > div span {
    height: 45px;
    padding: 0 40px;
    font-size: 16px;
  }
}

#mainContent .btnStyle01 li.noLink > div a {
  display: block;
  display: table-cell;
  height: 89px;
  border: 1px solid #dcdcdc;
  font-size: 30px;
  font-size: "3rem";
  background: url("/common/img/bk_check_g.svg") no-repeat left top;
  background-size: contain;
  color: #dcdcdc;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle01 li.noLink > div a {
    height: 45px;
    padding: 0 40px;
    font-size: 16px;
  }
}

#mainContent .btnStyle01 li.noLink > div a:hover {
  text-decoration: none;
  cursor: default;
  color: #dcdcdc;
}

#mainContent .btnStyle01 li.noLink > div a::after {
  display: none;
}

#mainContent .btnStyle01 li > div {
  display: table;
  width: 100%;
}

#mainContent .btnStyle01 li > div a {
  display: block;
  display: table-cell;
  height: 89px;
  border: 1px solid #1E88CA;
  padding: 0 40px 0 90px;
  font-size: 30px;
  font-size: "3rem";
  background: url("/common/img/bk_check.svg") no-repeat left top;
  background-size: contain;
  color: #1E88CA;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: color 0.2s ease 0.1s;
  transition: color 0.2s ease 0.1s;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle01 li > div a {
    height: 45px;
    padding: 0 40px;
    font-size: 16px;
  }
}

#mainContent .btnStyle01 li > div a:hover {
  text-decoration: none;
  color: #FFF;
}

#mainContent .btnStyle01 li > div a:hover::after {
  bottom: 0;
  right: 0;
  border-width: 0 0 320px 770px;
}

#mainContent .btnStyle01 li > div a::after {
  -webkit-transition: bottom 0.1s ease, right 0.1s ease, border-width 0.2s ease 0.1s;
  transition: bottom 0.1s ease, right 0.1s ease, border-width 0.2s ease 0.1s;
  content: "";
  position: absolute;
  bottom: 9px;
  right: 9px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #1e88ca transparent;
  z-index: -1;
}

#mainContent .btnStyle01 li > div a .note {
  font-size: 16px;
  font-size: "1.6rem";
  display: block;
  margin-bottom: 5px;
}

#mainContent .btnStyle01 li > div a .note2 {
  font-size: 16px;
  font-size: "1.6rem";
  display: inline-block;
  margin-bottom: 5px;
}

#mainContent .btnStyle02 {
  margin-bottom: 30px;
}

#mainContent .btnStyle02 a {
  display: block;
  padding: 30px 35px;
  border: 1px solid #1E88CA;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainContent .btnStyle02 a:hover {
  background: #deeffa;
}

#mainContent .btnStyle03 {
  display: table;
  border: 1px solid #1E88CA;
  width: 700px;
  margin: 0 auto 45px;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle03 {
    display: block;
    max-width: 700px;
    width: 100%;
  }
}

#mainContent .btnStyle03 .img {
  display: table-cell;
  width: 50%;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle03 .img {
    display: block;
    width: 100%;
  }
}

#mainContent .btnStyle03 .img a {
  position: relative;
  display: block;
  background: #000;
}

#mainContent .btnStyle03 .img a::before {
  content: "";
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 35px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#mainContent .btnStyle03 .img a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 20px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#mainContent .btnStyle03 .img a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle03 .img a img {
    width: 100%;
  }
}

#mainContent .btnStyle03 .img a:hover img {
  opacity: 0.7;
}

#mainContent .btnStyle03 .txt {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  padding-left: 50px;
  text-align: left;
  background: url("/common/img/bk_check2.svg") no-repeat right bottom;
  background-size: 90px 90px;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle03 .txt {
    display: block;
    padding: 15px 20px;
  }
}

#mainContent .btnStyle03 .txt .logo {
  display: block;
  margin-bottom: 5px;
  max-width: 230px;
}

#mainContent .btnStyle03 .txt .note {
  display: block;
  color: #6ABAEB;
  font-size: 20px;
  font-size: "2rem";
  margin-bottom: 10px;
}

#mainContent .btnStyle03 .txt .ttl {
  display: block;
  color: #1E88CA;
  font-size: 33px;
  font-size: "3.3rem";
  font-weight: bold;
}

#mainContent .btnStyle04 {
  margin-bottom: 30px;
}

#mainContent .btnStyle04 a {
  display: block;
  padding: 30px 35px;
  border: 1px solid #1E88CA;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainContent .btnStyle04 a:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent .btnStyle04 a img {
  width: 72%;
  float: left;
  padding-right: 20px;
}

@media screen and (max-width: 1020px) {
  #mainContent .btnStyle04 a img {
    width: 100%;
    float: none;
  }
}

#mainContent .btnStyle04 a dl {
  width: 28%;
  float: left;
}

@media screen and (max-width: 1020px) {
  #mainContent .btnStyle04 a dl {
    width: 100%;
    float: none;
  }
}

#mainContent .btnStyle04 a dl dt {
  font-size: 30px;
  font-size: "3rem";
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}

#mainContent .btnStyle04 a dl dt::before {
  content: "";
  width: 50px;
  height: 3px;
  background: #1e88ca;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}

#mainContent .btnStyle04 a dl dd {
  font-size: 22px;
  font-size: "2.2rem";
  line-height: 1.6;
}

#mainContent .btnStyle04 a:hover {
  background: #deeffa;
}

#mainContent .btnStyle05 {
  margin-bottom: 10px;
}

#mainContent .btnStyle05 a {
  display: inline-block;
  border-bottom: 1px solid #368cc1;
  padding: 0 20px 5px 0;
  position: relative;
}

#mainContent .btnStyle05 a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000000;
  display: inline-block;
  position: absolute;
  top: 37%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainContent .btnStyle05 a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #368CC1;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#mainContent .btnStyle05 a:hover {
  text-decoration: none;
  border: none;
}

#mainContent .btnStyle05 a:hover::after {
  right: -4px;
}

#mainContent .btnStyle05 a:hover::before {
  width: 100%;
}

#mainContent .btnStyle06 {
  padding: 20px 0 85px;
  text-align: center;
  letter-spacing: -0.5em;
}

#mainContent .btnStyle06 + .itemArea .item {
  display: none;
}

#mainContent .btnStyle06 p {
  display: inline-block;
  letter-spacing: normal;
  font-size: 14px;
  font-size: "1.4rem";
}

#mainContent .btnStyle06 ul {
  display: inline-block;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle06 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#mainContent .btnStyle06 ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 5px;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle06 ul li {
    width: 100%;
  }
}

#mainContent .btnStyle06 ul li a {
  display: block;
  border: 1px solid #1e88ca;
  padding: 5px 0;
  color: #1E88CA;
  min-width: 120px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle06 ul li a {
    min-width: auto;
    max-width: 120px;
    width: 100%;
  }
}

#mainContent .btnStyle06 ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: #1E88CA;
  display: block;
  height: 100%;
  width: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainContent .btnStyle06 ul li a:hover {
  text-decoration: none;
  color: #fff;
}

#mainContent .btnStyle06 ul li a:hover::before {
  left: 0;
  width: 100%;
}

#mainContent .btnStyle06 ul li a.active {
  color: #fff;
}

#mainContent .btnStyle06 ul li a.active::before {
  left: 0;
  width: 100%;
}

#mainContent .btnStyle07 {
  position: relative;
  margin-bottom: 70px;
}

#mainContent .btnStyle07:hover .img {
  opacity: 0.8;
}

#mainContent .btnStyle07:hover .txt a {
  background: #fff;
  color: #1E88CA;
}

#mainContent .btnStyle07 .img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #1e88ca;
  display: inline-block;
}

#mainContent .btnStyle07 .txt {
  font-size: 22px;
  font-size: "2.2rem";
  line-height: 1.4;
  text-align: center;
  position: absolute;
  bottom: -35px;
  right: 0;
}

@media screen and (max-width: 768px) {
  #mainContent .btnStyle07 .txt {
    bottom: -65px;
  }
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle07 .txt {
    font-size: 16px;
    font-size: "1.6rem";
    bottom: -55px;
  }
}

#mainContent .btnStyle07 .txt a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #1E88CA;
  display: inline-block;
  padding: 10px 80px;
  background: #1E88CA;
  color: #fff;
}

@media screen and (max-width: 425px) {
  #mainContent .btnStyle07 .txt a {
    padding: 10px 40px;
  }
}

#mainContent .btnStyle07 .txt a:hover {
  text-decoration: none;
}

#mainContent .video-wrap {
  position: relative;
  margin-bottom: 30px;
}

#mainContent .video-wrap video {
  width: 100%;
}

#mainContent .video-btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  z-index: 11;
}

#mainContent .video-btn::before {
  content: "";
  height: 120px;
  width: 120px;
  border-radius: 60px;
  background: black;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#mainContent .video-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 30px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50.4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#mainContent .videoLightbox {
  cursor: pointer;
}

#mainContent #modalBox {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
}

#mainContent #modalBox.active {
  display: block;
}

#mainContent #modalBox .video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 0;
}

#mainContent #modalBox .video-btn::before {
  height: 70px;
  width: 70px;
  border-radius: 35px;
}

#mainContent #modalBox .video-btn::after {
  border-width: 14px 0 14px 20px;
}

#mainContent #modalBox video {
  display: none;
}

#mainContent #modalBox video.active {
  display: block;
}

#footer {
  border-top: 3px solid #1e88ca;
  position: relative;
}

#footer .pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .pagetop.top {
  right: -50px;
}

#footer .pagetop.stop {
  position: absolute;
  top: -80px;
  right: 20px;
}

#footer .pagetop a {
  color: #FFF;
  padding-top: 50px;
  width: 50px;
  height: 0;
  overflow: hidden;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .pagetop a::after {
  content: "";
  height: 15px;
  width: 15px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#footer .pagetop a:hover {
  background: rgba(0, 0, 0, 0.7);
}

#footer .nav01 {
  float: right;
  padding: 20px 0;
}

@media screen and (max-width: 425px) {
  #footer .nav01 {
    padding: 20px 15px;
    float: none;
  }
}

#footer .nav01 li {
  display: inline-block;
  margin-right: 30px;
}

@media screen and (max-width: 425px) {
  #footer .nav01 li {
    margin: 0 auto 15px;
  }
}

#footer .nav01 li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .nav01 li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#footer .nav02 {
  margin-left: 25px;
}

#footer .nav02 li {
  margin-right: 15px;
  padding: 15px 0;
  display: inline-block;
  font-size: 15px;
  font-size: "1.5rem";
}

#footer .nav02 li a {
  color: #1E88CA;
  position: relative;
  padding-left: 10px;
}

#footer .nav02 li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #1e88ca;
  position: absolute;
  left: 0%;
  top: 30%;
}

#footer .nav02 li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#footer .copyright {
  color: #1E88CA;
  font-size: 14px;
  font-size: "1.4rem";
  margin-left: 25px;
}

#mainContent #newsDetail {
  margin: 0 100px;
  font-size: 16px;
  font-size: "1.6rem";
}

#mainContent #newsDetail:after {
  content: "";
  clear: both;
  display: block;
}

#mainContent #newsDetail .date {
  text-align: right;
  margin-bottom: 25px;
}

#mainContent #newsDetail p {
  font-size: 16px;
  font-size: "1.6rem";
  margin-bottom: 15px;
}

#mainContent #newsDetail h1 {
  font-size: 30px;
  font-size: "3rem";
  margin-bottom: 15px;
}

#mainContent #newsDetail h2 {
  font-size: 22px;
  font-size: "2.2rem";
  margin-bottom: 15px;
}

#mainContent #newsDetail h3 {
  font-size: 20px;
  font-size: "2rem";
  margin-bottom: 15px;
}

#mainContent #newsDetail h4 {
  font-size: 16px;
  font-size: "1.6rem";
  margin-bottom: 15px;
}

#mainContent #newsDetail h5 {
  font-size: 14px;
  font-size: "1.4rem";
  margin-bottom: 15px;
}

#mainContent #newsDetail h6 {
  font-size: 12px;
  font-size: "1.2rem";
  margin-bottom: 15px;
}

#mainContent #newsDetail ul {
  margin-bottom: 20px;
}

#mainContent #newsDetail ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 10px;
}

#mainContent #newsDetail ol {
  margin-bottom: 20px;
}

#mainContent #newsDetail ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 10px;
}

#mainContent #newsDetail strong * {
  font-weight: bold;
}

#mainContent #newsDetail em * {
  font-style: italic;
}

#mainContent #newsDetail blockquote {
  position: relative;
  padding: 40px 15px 14px 15px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

#mainContent #newsDetail blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
}

#mainContent #newsDetail a {
  color: #0860A8;
  text-decoration: underline;
}

#mainContent #newsDetail table {
  border: 1px solid #000;
  margin-bottom: 15px;
}

#mainContent #newsDetail table tr th, #mainContent #newsDetail table tr td {
  padding: 5px;
  border: 1px solid #000;
}

#mainContent #newsDetail .alignnone {
  display: block;
  margin-bottom: 15px;
}

#mainContent #newsDetail .aligncenter {
  display: block;
  margin: 0 auto 15px;
}

#mainContent #newsDetail .alignright {
  float: right;
  margin: 0 0 15px 10px;
}

#mainContent #newsDetail .alignleft {
  float: left;
  margin: 0 10px 15px 0;
}

#mainContent.top .contentInner {
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 425px) {
  #mainContent.top .contentInner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 425px) {
  #mainContent.top .contentInner .inner {
    padding: 0 15px;
  }
}

#mainContent.top #topArea {
  position: relative;
}

#mainContent.top #topArea .slider li {
  background: no-repeat center center;
  background-size: cover;
  height: 633px;
}

#mainContent.top #topArea .slider li.slide01 {
  background-image: url("/common/img/top/main01.jpg");
}

#mainContent.top #topArea .slider li.slide02 {
  background-image: url("/common/img/top/main02.jpg");
}

#mainContent.top #topArea .slider li.slide03 {
  background-image: url("/common/img/top/main03.jpg");
}

#mainContent.top #topArea .slider li.slide04 {
  background-image: url("/common/img/top/main04.jpg");
}

#mainContent.top #topArea .slider li.slide05 {
  background-image: url("/common/img/top/main05.jpg");
}

#mainContent.top #topArea .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mainContent.top #topArea .txt .txtArea {
  position: absolute;
  bottom: 105px;
  left: 95px;
}

@media screen and (max-width: 425px) {
  #mainContent.top #topArea .txt .txtArea {
    top: 50%;
    bottom: 0;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#mainContent.top #topArea .txt .txtArea ul {
  letter-spacing: -0.5em;
}

@media screen and (max-width: 425px) {
  #mainContent.top #topArea .txt .txtArea ul:nth-child(1) {
    padding-left: 50px;
  }
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(1) li:nth-child(1) {
  -webkit-animation: rotateTitle 1s ease 0.5s 1 forwards;
          animation: rotateTitle 1s ease 0.5s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(1) li:nth-child(2) {
  -webkit-animation: rotateTitle 1s ease 0.7s 1 forwards;
          animation: rotateTitle 1s ease 0.7s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(1) li:nth-child(3) {
  -webkit-animation: rotateTitle 1s ease 0.9s 1 forwards;
          animation: rotateTitle 1s ease 0.9s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(2) {
  padding-left: 150px;
}

@media screen and (max-width: 425px) {
  #mainContent.top #topArea .txt .txtArea ul:nth-child(2) {
    padding-left: 160px;
  }
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(2) li:nth-child(1) {
  -webkit-animation: rotateTitle 1s ease 1.1s 1 forwards;
          animation: rotateTitle 1s ease 1.1s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(2) li:nth-child(2) {
  -webkit-animation: rotateTitle 1s ease 1.3s 1 forwards;
          animation: rotateTitle 1s ease 1.3s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(3) li:nth-child(1) {
  -webkit-animation: rotateTitle 1s ease 1.5s 1 forwards;
          animation: rotateTitle 1s ease 1.5s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(3) li:nth-child(2) {
  -webkit-animation: rotateTitle 1s ease 1.7s 1 forwards;
          animation: rotateTitle 1s ease 1.7s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(3) li:nth-child(3) {
  -webkit-animation: rotateTitle 1s ease 1.9s 1 forwards;
          animation: rotateTitle 1s ease 1.9s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(3) li:nth-child(4) {
  -webkit-animation: rotateTitle 1s ease 2.1s 1 forwards;
          animation: rotateTitle 1s ease 2.1s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(3) li:nth-child(5) {
  -webkit-animation: rotateTitle 1s ease 2.3s 1 forwards;
          animation: rotateTitle 1s ease 2.3s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(3) li:nth-child(6) {
  -webkit-animation: rotateTitle 1s ease 2.5s 1 forwards;
          animation: rotateTitle 1s ease 2.5s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(4) {
  padding-left: 150px;
}

@media screen and (max-width: 425px) {
  #mainContent.top #topArea .txt .txtArea ul:nth-child(4) {
    padding-left: 50px;
  }
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(4) li:nth-child(1) {
  -webkit-animation: rotateTitle 1s ease 2.7s 1 forwards;
          animation: rotateTitle 1s ease 2.7s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(4) li:nth-child(2) {
  -webkit-animation: rotateTitle 1s ease 2.9s 1 forwards;
          animation: rotateTitle 1s ease 2.9s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(4) li:nth-child(3) {
  -webkit-animation: rotateTitle 1s ease 3.1s 1 forwards;
          animation: rotateTitle 1s ease 3.1s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(4) li:nth-child(4) {
  -webkit-animation: rotateTitle 1s ease 3.3s 1 forwards;
          animation: rotateTitle 1s ease 3.3s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(4) li:nth-child(5) {
  -webkit-animation: rotateTitle 1s ease 3.5s 1 forwards;
          animation: rotateTitle 1s ease 3.5s 1 forwards;
}

#mainContent.top #topArea .txt .txtArea ul:nth-child(3) li, #mainContent.top #topArea .txt .txtArea ul:nth-child(4) li {
  font-size: 32px;
  font-size: "3.2rem";
  background: #fff;
  background: -webkit-linear-gradient(315deg, white 0%, #d8d8d8 100%);
  background: linear-gradient(135deg, white 0%, #d8d8d8 100%);
  color: #1e88ca;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

@media all and (-ms-high-contrast: none) {
  #mainContent.top #topArea .txt .txtArea ul:nth-child(3) li, #mainContent.top #topArea .txt .txtArea ul:nth-child(4) li {
    line-height: 65px;
  }
}

#mainContent.top #topArea .txt .txtArea ul li {
  letter-spacing: normal;
  text-align: center;
  background: #4ea9e1;
  background: -webkit-linear-gradient(315deg, #4ea9e1 0%, #1e88ca 100%);
  background: linear-gradient(135deg, #4ea9e1 0%, #1e88ca 100%);
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-size: "5rem";
  height: 75px;
  width: 75px;
  line-height: 75px;
  -webkit-transform: rotateY(270deg);
          transform: rotateY(270deg);
}

@media all and (-ms-high-contrast: none) {
  #mainContent.top #topArea .txt .txtArea ul li {
    line-height: 90px;
  }
}

@media screen and (max-width: 425px) {
  #mainContent.top #topArea .txt .txtArea ul li {
    font-size: 30px;
    font-size: "3rem";
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}

#mainContent.top #topArea .txt .contentInner {
  position: relative;
  height: 100%;
}

#mainContent.top #topArea .txt .nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  letter-spacing: -0.5em;
}

@media screen and (max-width: 1140px) {
  #mainContent.top #topArea .txt .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#mainContent.top #topArea .txt .nav li {
  display: inline-block;
  letter-spacing: normal;
  width: 20%;
}

@media screen and (max-width: 425px) {
  #mainContent.top #topArea .txt .nav li {
    width: 50%;
  }
}

#mainContent.top #topArea .txt .nav li:nth-child(1) a {
  border-color: #4b9ed2;
}

#mainContent.top #topArea .txt .nav li:nth-child(2) a {
  border-color: #7460a3;
}

#mainContent.top #topArea .txt .nav li:nth-child(3) a {
  border-color: #fca72a;
}

#mainContent.top #topArea .txt .nav li:nth-child(4) a {
  border-color: #99ca59;
}

#mainContent.top #topArea .txt .nav li:nth-child(5) a {
  border-color: #e7443f;
}

#mainContent.top #topArea .txt .nav li a {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
  border-bottom: 3px solid #f00;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainContent.top #topArea .txt .nav li a:hover {
  background: #fff;
  text-decoration: none;
  padding: 20px 0;
  font-weight: bold;
}

#mainContent.top #aboutArea {
  position: relative;
  padding: 50px 0 0;
  height: 420px;
}

#mainContent.top #aboutArea::after {
  content: "";
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  height: 100%;
  width: 100%;
  background: url("/common/img/top/img01.jpg") no-repeat right top;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 1140px) {
  #mainContent.top #aboutArea::after {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  #mainContent.top #aboutArea::after {
    width: 35%;
  }
}

@media screen and (max-width: 425px) {
  #mainContent.top #aboutArea::after {
    position: unset;
    width: 75%;
    margin-top: 15px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1020px) {
  #mainContent.top #aboutArea {
    background-position: 620px top;
  }
}

#mainContent.top #aboutArea.active::after {
  opacity: 1;
}

#mainContent.top #aboutArea p {
  line-height: 2.2;
}

@media screen and (max-width: 1200px) {
  #mainContent.top #aboutArea p {
    width: 50%;
  }
}

@media screen and (max-width: 1020px) {
  #mainContent.top #aboutArea p {
    width: auto;
  }
}

#mainContent.top #aboutArea ul {
  padding-top: 25px;
}

#mainContent.top #aboutArea ul li {
  display: inline-block;
  text-align: center;
  border: 1px solid #1E88CA;
  font-size: 14px;
  font-size: "1.4rem";
  margin-right: 25px;
}

@media screen and (max-width: 425px) {
  #mainContent.top #aboutArea ul li {
    width: 49%;
    margin: 0 auto;
  }
}

#mainContent.top #aboutArea ul li a {
  position: relative;
  display: block;
  color: #1E88CA;
  width: 100px;
  padding: 5px 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 425px) {
  #mainContent.top #aboutArea ul li a {
    max-width: 100%;
    width: 100%;
  }
}

#mainContent.top #aboutArea ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #1e88ca transparent;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: -1;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

#mainContent.top #aboutArea ul li a:hover {
  text-decoration: none;
  color: #fff;
}

#mainContent.top #aboutArea ul li a:hover::after {
  bottom: 0;
  right: 0;
  border-width: 0 0 135px 135px;
}

#mainContent.top #movieArea {
  padding: 110px 0 80px;
}

@media screen and (max-width: 425px) {
  #mainContent.top #movieArea {
    padding: 400px 0 0;
  }
}

#mainContent.top #movieArea.active ul li {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

@media screen and (max-width: 1140px) {
  #mainContent.top #movieArea.active ul li {
    margin-bottom: 100px;
  }
}

#mainContent.top #movieArea.active ul li .movie {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (max-width: 425px) {
  #mainContent.top #movieArea .contentInner {
    padding: 0 15px;
  }
}

#mainContent.top #movieArea ul {
  text-align: center;
}

@media screen and (max-width: 425px) {
  #mainContent.top #movieArea ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#mainContent.top #movieArea ul li {
  position: relative;
  display: inline-block;
  margin: 0 55px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#mainContent.top #movieArea ul li:nth-child(1) {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#mainContent.top #movieArea ul li:nth-child(1) .movie {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#mainContent.top #movieArea ul li:nth-child(2) {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

#mainContent.top #movieArea ul li:nth-child(2) .movie {
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

#mainContent.top #movieArea ul li h3 {
  background: #1E88CA;
  color: #fff;
  font-size: 18px;
  font-size: "1.8rem";
  padding: 20px;
  height: 212px;
  width: 212px;
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: -1;
}

#mainContent.top #movieArea ul li .movie {
  -webkit-box-shadow: 0px 0px 10px -5px #000000;
          box-shadow: 0px 0px 10px -5px #000000;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#mainContent.top #movieArea ul li .movie a {
  position: relative;
  display: block;
  background: #000;
}

#mainContent.top #movieArea ul li .movie a::before {
  content: "";
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 35px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#mainContent.top #movieArea ul li .movie a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 20px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#mainContent.top #movieArea ul li .movie a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainContent.top #movieArea ul li .movie a:hover img {
  opacity: 0.7;
}

#mainContent.top #linkArea {
  background: #EEE;
  background-color: #eeeeee;
  background-image: -webkit-radial-gradient(#d6d6d6 10%, transparent 30%), -webkit-radial-gradient(#d6d6d6 10%, transparent 30%);
  background-image: radial-gradient(#d6d6d6 10%, transparent 30%), radial-gradient(#d6d6d6 10%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 4px 4px;
  padding: 40px 0 90px;
}

#mainContent.top #linkArea.active ul li {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

@media screen and (max-width: 425px) {
  #mainContent.top #linkArea.active ul li {
    width: 100%;
    margin: 0 auto 150px;
  }
}

#mainContent.top #linkArea.active ul li dl {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 425px) {
  #mainContent.top #linkArea .contentInner {
    padding: 0 15px;
  }
}

#mainContent.top #linkArea ul {
  letter-spacing: -0.5em;
}

#mainContent.top #linkArea ul:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 425px) {
  #mainContent.top #linkArea ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#mainContent.top #linkArea ul li {
  letter-spacing: normal;
  position: relative;
  width: 50%;
  display: inline-block;
}

#mainContent.top #linkArea ul li:nth-child(1) {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#mainContent.top #linkArea ul li:nth-child(1) dl {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#mainContent.top #linkArea ul li:nth-child(2) {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

#mainContent.top #linkArea ul li:nth-child(2) dl {
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

#mainContent.top #linkArea ul li .img {
  width: 80%;
}

#mainContent.top #linkArea ul li dl {
  position: absolute;
  right: 60px;
  bottom: -44px;
  background: rgba(255, 255, 255, 0.95);
  width: 300px;
  padding: 20px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

@media screen and (max-width: 425px) {
  #mainContent.top #linkArea ul li dl {
    max-width: 300px;
    width: 100%;
    right: 0;
    bottom: -100px;
  }
}

#mainContent.top #linkArea ul li dl dt {
  margin-bottom: 10px;
  color: #1E88CA;
  font-size: 26px;
  font-size: "2.6rem";
  line-height: 1.1;
  font-weight: bold;
}

#mainContent.top #linkArea ul li dl dd {
  line-height: 1.2;
}

#mainContent.top #linkArea ul li dl dd.txt {
  margin-bottom: 10px;
}

#mainContent.top #linkArea ul li dl dd.link {
  text-align: right;
}

#mainContent.top #linkArea ul li dl dd.link a {
  position: relative;
  color: #1E88CA;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainContent.top #linkArea ul li dl dd.link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#mainContent.top #linkArea ul li dl dd.link a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #007bff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 49%;
  right: 0;
}

#mainContent.top #infoArea {
  padding: 60px 0 20px;
}

#mainContent.top #infoArea:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 425px) {
  #mainContent.top #infoArea .contentInner {
    padding: 0 15px;
  }
}

#mainContent.top #infoArea h2 {
  float: left;
  margin-right: 45px;
}

#mainContent.top #infoArea dl {
  float: left;
}

#mainContent.top #infoArea dl dt {
  float: left;
  clear: both;
  margin-bottom: 20px;
}

#mainContent.top #infoArea dl dd {
  padding-left: 130px;
  margin-bottom: 20px;
}

#mainContent.top #infoArea dl dd a {
  color: #1E88CA;
}

#mainContent.top #infoArea dl dd a.blank::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  background: url("/common/img/icon_blank.svg") no-repeat;
}

@-webkit-keyframes rotateTitle {
  0% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotateTitle {
  0% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}


.catalogContent {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.catalogContentUnit {
  width: 50%;
}

.catalogContentTitle {
  font-size: 18px;
}

@media screen and (max-width: 665px) {
  .catalogContentUnit {
    width: 100%;
  }

  .catalogContentTitle {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */