@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  font-weight: 400;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  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;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptal div {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.pcnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
  width: auto;
  padding: 0 20px;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

h2.mail {
  display: none;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.pankuzu {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    font-size: 1.2rem;
  }
}

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.pankuzu ol li:last-child a {
  color: #333;
}

header#global_header {
  max-width: 100%;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 900px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .header-inner {
    padding: 20px 20px 25px;
  }
}

@media screen and (max-width: 900px) {
  .header-inner {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header-inner .siteID {
    width: 300px;
  }
}

@media screen and (max-width: 1000px) {
  .header-inner .siteID {
    width: 280px;
  }
}

@media screen and (max-width: 480px) {
  .header-inner .siteID {
    width: 260px;
  }
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .header-contact {
    display: none;
  }
}

.header-tel a {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .header-tel a {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1000px) {
  .header-tel a {
    font-size: 2.2rem;
  }
}

.header-tel a i {
  font-size: 2.2rem;
  margin-right: 5px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 1200px) {
  .header-tel a i {
    font-size: 1.8rem;
  }
}

.header-tel p {
  font-size: 1.4rem;
  font-weight: bold;
  background: #fad532;
  border-radius: 3px;
  line-height: 1;
  padding: 5px 0;
  margin-top: 7px;
}

@media screen and (max-width: 1000px) {
  .header-tel p {
    font-size: 1.3rem;
  }
}

.header-btn01 {
  margin-left: 15px;
}

.header-btn01 a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff !important;
  background: #33a3bd;
  border-radius: 3px;
  display: block;
  line-height: 1;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.025em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-btn01 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .header-btn01 a {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .header-btn01 a {
    font-size: 1.6rem;
  }
}

.header-btn01 a i {
  margin-right: 8px;
  background: #fff;
  color: #2891a1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-btn02 {
  margin-left: 10px;
}

.header-btn02 a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff !important;
  background: #2891a1;
  border-radius: 3px;
  display: block;
  line-height: 1;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.025em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-btn02 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .header-btn02 a {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .header-btn02 a {
    font-size: 1.6rem;
  }
}

.header-btn02 a i {
  margin-right: 8px;
  background: #fff;
  color: #2891a1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_global {
  width: 100%;
  border-bottom: 5px solid #2891a1;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .nav_global {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.nav_global.active {
  padding-top: 10px;
}

.nav_global .nav-bar {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  background: #68b9c5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 900px) {
  .nav_global .nav-bar {
    display: none;
  }
}

.nav_global > ul {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 900px) {
  .nav_global > ul {
    display: none;
  }
}

.nav_global > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  border-left: 1px solid #ddd;
}

.nav_global > ul > li.dropparent {
  padding: 10px 0;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.nav_global > ul > li.dropparent:hover {
  color: #33a3bd;
}

.nav_global > ul > li:last-child {
  border-right: 1px solid #ddd;
}

.nav_global > ul > li a {
  color: #333;
  display: block;
  padding: 10px 0;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_global > ul > li a:hover {
  color: #33a3bd;
}

.nav_global > ul > li .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 200;
  display: none;
}

.nav_global > ul > li ul {
  padding: 5px 0;
}

.nav_global > ul > li ul li {
  border-right: none !important;
}

.nav_global > ul > li ul li a {
  font-size: 1.7rem;
  display: block;
  padding: 10px 0;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_global > ul > li ul li a:hover {
  color: #33a3bd;
}

#mainArea {
  width: 100% !important;
  background: url(../images/home/bg_main.jpg) center top no-repeat;
  background-size: cover;
  margin-top: 159px;
}

.main-inner {
  max-width: 1380px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

@media screen and (max-width: 480px) {
  .main-inner {
    display: block;
    padding: 20px 10px;
  }
}

.spBtn {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .spBtn {
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 500;
    font-size: 1.6rem;
    background: #33a3bd;
    color: #fff;
  }
}

@media screen and (max-width: 640px) {
  .spBtn {
    top: 10px;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
    background: #2891a1;
    position: relative;
    z-index: 500;
  }
}

.nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -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;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
}

@media screen and (max-width: 900px) {
  .nav_wrap .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
  .nav_wrap .header-contact .header-btn01 {
    width: 48.5%;
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) and (max-width: 480px) {
  .nav_wrap .header-contact .header-btn01 {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .nav_wrap .header-contact .header-btn01 a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav_wrap .header-contact .header-btn02 {
    width: 48.5%;
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) and (max-width: 480px) {
  .nav_wrap .header-contact .header-btn02 {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 900px) {
  .nav_wrap .header-contact .header-btn02 a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav_wrap .header-contact .header-tel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 900px) and (max-width: 640px) {
  .nav_wrap .header-contact .header-tel {
    margin-top: 10px;
  }
}

@media screen and (max-width: 900px) {
  .nav_wrap .header-contact .header-tel a {
    font-size: 3rem;
  }
  .nav_wrap .header-contact .header-tel a i {
    font-size: 2.6rem;
  }
  .nav_wrap .header-contact .header-tel p {
    font-size: 1.4rem;
    display: inline-block;
    padding: 5px 20px;
  }
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 15px 0;
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

.nav_wrap ul li a {
  color: #000;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.nav_wrap ul li .drop ul {
  padding: 15px 0;
}

.nav_wrap ul li .drop ul li {
  border-bottom: none;
  padding: 0;
}

.nav_wrap ul li .drop ul li:not(:last-child) {
  margin-bottom: 5px;
}

.nav_wrap ul li .drop ul li a {
  background: rgba(40, 145, 161, 0.1);
  color: #333;
  padding: 10px 0;
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 900px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

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

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

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

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

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

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

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

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

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

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

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

footer {
  background-color: #2891a1;
}

.footer {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
}

.footer-inner {
  max-width: 1000px;
  margin: auto;
  padding: 35px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .footer-inner {
    padding: 35px 20px 40px;
  }
}

.footer-left {
  width: 40%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .footer-left {
    width: 100%;
    text-align: center;
  }
}

.footer-left p {
  margin-top: 20px;
}

.footer-left p a {
  color: #fff;
}

.footer-right {
  width: 48%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer-right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .footer-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-right ul li {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .footer-right ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

.footer-right ul li:not(:first-child) {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .footer-right ul li:not(:first-child) {
    margin-left: 0;
  }
}

.footer-right ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-right ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .footer-right ul li a {
    background: #33a3bd;
    display: block;
    padding: 8px 0;
  }
}

.footer .download-btn {
  margin-top: 20px;
}

.footer-copy {
  padding-bottom: 15px;
}

.footer-copy a {
  color: #fff;
}

.footer-contact {
  position: fixed;
  right: 15px;
  bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
  max-width: 240px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .footer-contact {
    display: none;
  }
}

.footer-contact.hide {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

.footer-tel {
  width: 100%;
  margin-bottom: 10px;
}

.footer-tel a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 1;
}

.footer-tel a i {
  font-size: 1.8rem;
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.footer-tel p {
  font-size: 1.4rem;
  font-weight: bold;
  background: #fad532;
  border-radius: 3px;
  line-height: 1;
  padding: 5px 0;
  margin-top: 7px;
}

@media screen and (max-width: 1000px) {
  .footer-tel p {
    font-size: 1.3rem;
  }
}

.footer-btn01 {
  width: 100%;
  margin-bottom: 10px;
}

.footer-btn01 a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff !important;
  background: #33a3bd;
  border-radius: 3px;
  display: block;
  line-height: 1;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.025em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-btn01 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .footer-btn01 a {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .footer-btn01 a {
    font-size: 1.6rem;
  }
}

.footer-btn01 a i {
  margin-right: 8px;
  background: #fff;
  color: #2891a1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-btn02 {
  width: 100%;
}

.footer-btn02 a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff !important;
  background: #2891a1;
  border-radius: 3px;
  display: block;
  line-height: 1;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.025em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-btn02 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .footer-btn02 a {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .footer-btn02 a {
    font-size: 1.6rem;
  }
}

.footer-btn02 a i {
  margin-right: 8px;
  background: #fff;
  color: #2891a1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form {
  background: #fff;
}

.form dl {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ddd;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 10px !important;
}

@media screen and (max-width: 1200px) {
  .form dl dt {
    width: 25% !important;
  }
}

@media screen and (max-width: 834px) {
  .form dl dt {
    width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .form dl dt {
    margin-bottom: 10px;
    padding: 0 !important;
  }
}

.form dl dt label {
  background: #fad532;
  color: #111 !important;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  font-size: 1.2rem !important;
  margin-top: 5px;
  border-radius: 3px;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 10px 0 45px !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  height: 40px;
  border-radius: 0;
}

.form dl dd textarea {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 0;
}

@media screen and (max-width: 1200px) {
  .form dl dd {
    width: 75% !important;
  }
}

@media screen and (max-width: 834px) {
  .form dl dd {
    width: 70% !important;
  }
}

@media screen and (max-width: 640px) {
  .form dl dd {
    padding: 0 !important;
  }
}

.privacypolicy {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .privacypolicy {
    padding: 15px;
  }
}

.privacypolicy .privacypolicy_inner {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .privacypolicy .privacypolicy_inner {
    max-height: 240px;
  }
}

@media screen and (max-width: 480px) {
  .privacypolicy .privacypolicy_inner {
    padding-right: 15px;
  }
}

.privacypolicy .privacypolicy_inner h3 {
  background: #eee;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.privacypolicy .privacypolicy_inner dt {
  font-weight: bold;
}

#agree_check {
  background: #eee;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}

#agree_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  #agree_check label {
    font-size: 1.4rem;
  }
}

#agree_check label span {
  background: #fad532;
  color: #333 !important;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 1.2rem;
  margin-right: 5px;
  border-radius: 3px;
}

.confirm {
  margin-top: 80px;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl,
  button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #cccccc;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #ffffff !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #cccccc !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #cccccc;
}

.shop_cont a,
.item_info a {
  color: #cccccc;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.shop_cont table {
  table-layout: auto;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #2891a1;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

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

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1.5%);
  margin-bottom: calc(1.5% * 1 / (1 - 1));
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1.5%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1.5%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1.5%);
    margin-bottom: calc(1.5% * 2);
  }
}

.flex1 .box img {
  width: 100% !important;
}

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

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1.5%);
  margin-bottom: calc(1.5% * 2 / (2 - 1));
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1.5%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1.5%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1.5%);
    margin-bottom: calc(1.5% * 2);
  }
}

.flex2 .box img {
  width: 100% !important;
}

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

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1.5%);
  margin-bottom: calc(1.5% * 3 / (3 - 1));
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1.5%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1.5%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1.5%);
    margin-bottom: calc(1.5% * 2);
  }
}

.flex3 .box img {
  width: 100% !important;
}

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

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1.5%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1.5%);
  margin-bottom: calc(1.5% * 4 / (4 - 1));
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1.5%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1.5%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1.5%);
    margin-bottom: calc(1.5% * 2);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.mg1 {
  margin: 1em;
}

.mgT1 {
  margin-top: 1em;
}

.mgR1 {
  margin-right: 1em;
}

.mgB1 {
  margin-bottom: 1em;
}

.mgL1 {
  margin-left: 1em;
}

.pd1 {
  padding: 1em;
}

.pdT1 {
  padding-top: 1em;
}

.pdR1 {
  padding-right: 1em;
}

.pdB1 {
  padding-bottom: 1em;
}

.pdL1 {
  padding-left: 1em;
}

.mg2 {
  margin: 2em;
}

.mgT2 {
  margin-top: 2em;
}

.mgR2 {
  margin-right: 2em;
}

.mgB2 {
  margin-bottom: 2em;
}

.mgL2 {
  margin-left: 2em;
}

.pd2 {
  padding: 2em;
}

.pdT2 {
  padding-top: 2em;
}

.pdR2 {
  padding-right: 2em;
}

.pdB2 {
  padding-bottom: 2em;
}

.pdL2 {
  padding-left: 2em;
}

.mg3 {
  margin: 3em;
}

.mgT3 {
  margin-top: 3em;
}

.mgR3 {
  margin-right: 3em;
}

.mgB3 {
  margin-bottom: 3em;
}

.mgL3 {
  margin-left: 3em;
}

.pd3 {
  padding: 3em;
}

.pdT3 {
  padding-top: 3em;
}

.pdR3 {
  padding-right: 3em;
}

.pdB3 {
  padding-bottom: 3em;
}

.pdL3 {
  padding-left: 3em;
}

.mg4 {
  margin: 4em;
}

.mgT4 {
  margin-top: 4em;
}

.mgR4 {
  margin-right: 4em;
}

.mgB4 {
  margin-bottom: 4em;
}

.mgL4 {
  margin-left: 4em;
}

.pd4 {
  padding: 4em;
}

.pdT4 {
  padding-top: 4em;
}

.pdR4 {
  padding-right: 4em;
}

.pdB4 {
  padding-bottom: 4em;
}

.pdL4 {
  padding-left: 4em;
}

.mg5 {
  margin: 5em;
}

.mgT5 {
  margin-top: 5em;
}

.mgR5 {
  margin-right: 5em;
}

.mgB5 {
  margin-bottom: 5em;
}

.mgL5 {
  margin-left: 5em;
}

.pd5 {
  padding: 5em;
}

.pdT5 {
  padding-top: 5em;
}

.pdR5 {
  padding-right: 5em;
}

.pdB5 {
  padding-bottom: 5em;
}

.pdL5 {
  padding-left: 5em;
}

.mg6 {
  margin: 6em;
}

.mgT6 {
  margin-top: 6em;
}

.mgR6 {
  margin-right: 6em;
}

.mgB6 {
  margin-bottom: 6em;
}

.mgL6 {
  margin-left: 6em;
}

.pd6 {
  padding: 6em;
}

.pdT6 {
  padding-top: 6em;
}

.pdR6 {
  padding-right: 6em;
}

.pdB6 {
  padding-bottom: 6em;
}

.pdL6 {
  padding-left: 6em;
}

.mg7 {
  margin: 7em;
}

.mgT7 {
  margin-top: 7em;
}

.mgR7 {
  margin-right: 7em;
}

.mgB7 {
  margin-bottom: 7em;
}

.mgL7 {
  margin-left: 7em;
}

.pd7 {
  padding: 7em;
}

.pdT7 {
  padding-top: 7em;
}

.pdR7 {
  padding-right: 7em;
}

.pdB7 {
  padding-bottom: 7em;
}

.pdL7 {
  padding-left: 7em;
}

.mg8 {
  margin: 8em;
}

.mgT8 {
  margin-top: 8em;
}

.mgR8 {
  margin-right: 8em;
}

.mgB8 {
  margin-bottom: 8em;
}

.mgL8 {
  margin-left: 8em;
}

.pd8 {
  padding: 8em;
}

.pdT8 {
  padding-top: 8em;
}

.pdR8 {
  padding-right: 8em;
}

.pdB8 {
  padding-bottom: 8em;
}

.pdL8 {
  padding-left: 8em;
}

.mg9 {
  margin: 9em;
}

.mgT9 {
  margin-top: 9em;
}

.mgR9 {
  margin-right: 9em;
}

.mgB9 {
  margin-bottom: 9em;
}

.mgL9 {
  margin-left: 9em;
}

.pd9 {
  padding: 9em;
}

.pdT9 {
  padding-top: 9em;
}

.pdR9 {
  padding-right: 9em;
}

.pdB9 {
  padding-bottom: 9em;
}

.pdL9 {
  padding-left: 9em;
}

.mg10 {
  margin: 10em;
}

.mgT10 {
  margin-top: 10em;
}

.mgR10 {
  margin-right: 10em;
}

.mgB10 {
  margin-bottom: 10em;
}

.mgL10 {
  margin-left: 10em;
}

.pd10 {
  padding: 10em;
}

.pdT10 {
  padding-top: 10em;
}

.pdR10 {
  padding-right: 10em;
}

.pdB10 {
  padding-bottom: 10em;
}

.pdL10 {
  padding-left: 10em;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

#contents_wrap {
  padding: 60px 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 20px;
  }
}

.subpage #contents_wrap {
  padding: 0 0 60px;
}

@media screen and (max-width: 1200px) {
  .subpage #contents_wrap {
    padding: 0 20px 60px;
  }
}

@media screen and (max-width: 640px) {
  .subpage #contents_wrap {
    padding: 0 20px 40px;
  }
}

.inner_01 {
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cont_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .cont_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .cont_01.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_01 .leftbox {
  width: 58.33333%;
}

@media screen and (max-width: 640px) {
  .cont_01 .leftbox {
    width: 100%;
    margin-top: 15px;
  }
}

.cont_01 .rightbox {
  width: 36.66667%;
}

@media screen and (max-width: 640px) {
  .cont_01 .rightbox {
    width: 100%;
  }
}

.cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cont_02 .leftbox {
  width: 48.33333%;
}

@media screen and (max-width: 640px) {
  .cont_02 .leftbox {
    width: 100%;
  }
}

.cont_02 .rightbox {
  width: 48.33333%;
}

@media screen and (max-width: 640px) {
  .cont_02 .rightbox {
    width: 100%;
  }
}

.title_01 h1 {
  font-size: 3.4rem;
  font-weight: 900;
  color: #2891a1;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .title_01 h1 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * calc(100 * (34 - 26) / (1200 - 375))));
  }
}

.title_01 h1 div {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .title_01 h1 div {
    font-size: calc(1.8rem + ((1vw - 3.75px) * calc(100 * (22 - 18) / (1200 - 375))));
  }
}

@media screen and (max-width: 640px) {
  .title_01 h1 div {
    margin-top: 5px;
  }
}

.title_02 h2 {
  font-size: 3.4rem;
  font-weight: 900;
  color: #2891a1;
  line-height: 1.4;
}

.title_02 h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  border-bottom: 1px dashed #2891a1;
  margin: 15px auto 0;
}

@media screen and (max-width: 1200px) {
  .title_02 h2 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * calc(100 * (34 - 26) / (1200 - 375))));
  }
}

.title_03 h2 {
  font-size: 3.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  border-radius: 5px;
  padding: 12px 15px;
  background-size: auto auto;
  background-color: #3b91a1;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #4497a6 14px, #4497a6 28px);
}

@media screen and (max-width: 1200px) {
  .title_03 h2 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * calc(100 * (34 - 26) / (1200 - 375))));
  }
}

@media screen and (max-width: 480px) {
  .title_03 h2 {
    padding: 8px 0;
  }
}

.title_03 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 3px solid #ddd;
  position: relative;
  padding-bottom: 5px;
}

.title_03 h3::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #2891a1;
  position: absolute;
  left: 0;
  bottom: -3px;
}

@media screen and (max-width: 1200px) {
  .title_03 h3 {
    font-size: calc(2rem + ((1vw - 3.75px) * calc(100 * (26 - 20) / (1200 - 375))));
  }
}

.subpage .title_03 h2 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  border-radius: 5px;
  padding: 12px 15px;
  background-size: auto auto;
  background-color: #3b91a1;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #4497a6 14px, #4497a6 28px);
}

@media screen and (max-width: 1200px) {
  .subpage .title_03 h2 {
    font-size: calc(2.2rem + ((1vw - 3.75px) * calc(100 * (28 - 22) / (1200 - 375))));
  }
}

@media screen and (max-width: 480px) {
  .subpage .title_03 h2 {
    padding: 8px 15px;
  }
}

.title_04 h2 {
  font-size: 6.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  padding: 20px 0 30px;
  letter-spacing: 0;
  background-size: auto auto;
  background-color: #3b91a1;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #4497a6 14px, #4497a6 28px);
  position: relative;
}

@media screen and (max-width: 1200px) {
  .title_04 h2 {
    font-size: calc(3.2rem + ((1vw - 3.75px) * calc(100 * (66 - 32) / (1200 - 375))));
  }
}

@media screen and (max-width: 640px) {
  .title_04 h2 {
    padding: 10px 0 15px;
  }
}

.title_04 h2::after {
  content: "";
  background: url(../images/home/sankaku.png) center top no-repeat;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
}

.btn_wrap_01 .box {
  border: 1px solid #2891a1;
  background: -webkit-gradient(linear, left top, left bottom, from(#40a2b1), to(#2891a1));
  background: linear-gradient(to bottom, #40a2b1, #2891a1);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_wrap_01 .box:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .btn_wrap_01 .box {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

.btn_wrap_01 .box div {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  color: #fff;
  padding: 0 15px;
}

@media screen and (max-width: 834px) {
  .btn_wrap_01 .box div {
    padding: 0 10px;
  }
}

.btn_wrap_01 .box div a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_wrap_01 .box div a i {
  font-weight: 900;
  font-size: 7.2rem;
  text-shadow: 0 -1px 2px rgba(6, 72, 81, 0.45);
  padding: 20px 0;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .btn_wrap_01 .box div a i {
    font-size: 6.6rem;
  }
}

@media screen and (max-width: 480px) {
  .btn_wrap_01 .box div a i {
    font-size: 6rem;
    padding: 12px 0;
  }
}

.btn_wrap_01 .box div a span {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-shadow: 0 -1px 2px rgba(6, 72, 81, 0.45);
  padding: 20px 0;
  width: 100%;
  text-align: center;
  border-top: 1px dashed #fff;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .btn_wrap_01 .box div a span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .btn_wrap_01 .box div a span {
    font-size: 1.8rem;
  }
}

.ul_01 li {
  display: inline-block;
  background: #fad532;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 8px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .ul_01 li {
    font-size: 1.4rem;
  }
}

.news dl {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 24px 35px;
}

.news dl:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .news dl {
    padding: 18px 25px;
  }
}

@media screen and (max-width: 640px) {
  .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 480px) {
  .news dl {
    padding: 10px 15px;
  }
}

.news dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 120px !important;
}

@media screen and (max-width: 640px) {
  .news dl dt {
    width: 100% !important;
  }
}

.news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 640px) {
  .news dl dd {
    width: 100% !important;
  }
}

.example .box {
  border: 5px solid #ddd;
  padding: 15px;
}

@media screen and (max-width: 1000px) {
  .example .box {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .example .box {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 480px) {
  .example .box {
    width: 100%;
    margin-bottom: 3%;
  }
}

.example .box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .example .box h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * calc(100 * (22 - 18) / (1200 - 375))));
  }
}

@media screen and (max-width: 834px) {
  .example .box h3 {
    margin-bottom: 10px;
  }
}

.example .box div {
  text-align: center;
  letter-spacing: 0;
}

.example .box div .price {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .example .box div .price {
    font-size: calc(1.6rem + ((1vw - 3.75px) * calc(100 * (20 - 16) / (1200 - 375))));
  }
}

@media screen and (max-width: 834px) {
  .example .box div .price {
    text-align: center;
  }
}

.example .box div .price span {
  font-size: 3.6rem;
}

@media screen and (max-width: 1000px) {
  .example .box div .price span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 834px) {
  .example .box div .price span {
    display: block;
  }
}

.btn_01 div {
  border: 1px solid #2891a1;
  background: -webkit-gradient(linear, left top, left bottom, from(#40a2b1), to(#2891a1));
  background: linear-gradient(to bottom, #40a2b1, #2891a1);
  border-radius: 5px;
  display: inline-block;
  max-width: 640px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_01 div:hover {
  opacity: 0.75;
}

.btn_01 a {
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 0 -1px 2px rgba(6, 72, 81, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  color: #fff;
  padding: 20px 15px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .btn_01 a {
    font-size: calc(1.8rem + ((1vw - 3.75px) * calc(100 * (24 - 18) / (1200 - 375))));
  }
}

.btn_01 a i {
  margin-right: 8px;
}

.btn_01.center {
  text-align: center;
}

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

@media screen and (max-width: 1000px) {
  .cont_03 {
    padding: 0 20px;
  }
}

.cont_03 .leftbox {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .cont_03 .leftbox {
    width: 100%;
    margin-top: 40px;
  }
}

.cont_03 .leftbox img {
  width: 100%;
  height: 720px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .cont_03 .leftbox img {
    height: auto !important;
  }
}

.cont_03 .rightbox {
  width: 50%;
  padding: 45px 0 60px 60px;
  padding-right: calc(((1400px - 100%) / 2) * -1) !important;
  background: #f5f9fa;
}

@media screen and (max-width: 1400px) {
  .cont_03 .rightbox {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 1000px) {
  .cont_03 .rightbox {
    width: 100%;
    padding: 45px !important;
  }
}

@media screen and (max-width: 640px) {
  .cont_03 .rightbox {
    padding: 30px !important;
  }
}

@media screen and (max-width: 480px) {
  .cont_03 .rightbox {
    padding: 20px !important;
  }
}

.strong {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #2891a1;
}

@media screen and (max-width: 1200px) {
  .strong {
    font-size: calc(1.8rem + ((1vw - 3.75px) * calc(100 * (22 - 18) / (1200 - 375))));
  }
}

.ul_02 li {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  border: 2px solid #ddd;
  background: #fff;
  padding: 10px;
}

.ul_02 li:not(:last-child) {
  margin-bottom: 5px;
}

.ul_02 li i {
  color: #2891a1;
}

@media screen and (max-width: 1400px) {
  .ul_02 li {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .ul_02 li {
    font-size: 1.6rem;
  }
}

.subArea {
  background: url(../images/home/bg_main.jpg) center center no-repeat;
  height: 240px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .subArea {
    height: 200px;
  }
}

@media screen and (max-width: 640px) {
  .subArea {
    height: 180px;
  }
}

@media screen and (max-width: 480px) {
  .subArea {
    height: 160px;
  }
}

@media screen and (max-width: 375px) {
  .subArea {
    height: 140px;
  }
}

.subArea h1 {
  font-size: 5.4rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .subArea h1 {
    font-size: calc(3.6rem + ((1vw - 3.75px) * calc(100 * (54 - 36) / (1200 - 375))));
  }
}

@media screen and (max-width: 640px) {
  .dl_01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dl_01 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .dl_01 dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .dl_01 dl dt:last-of-type {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 640px) {
  .dl_01 dl dd {
    width: 100% !important;
  }
}

.dl_01 dl dd a {
  text-decoration: underline;
}

.dl_01 dl dd .kyocho {
  display: block;
  margin-top: 5px;
  padding-left: 5px;
  border-top: 1px solid #ddd;
}

.kyocho {
  font-weight: bold;
}

dl.file dd {
  width: 100% !important;
}

.qa .box div > span {
  padding-left: 10px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 480px) {
  .qa .box div > span {
    font-size: 1.4rem;
  }
}

.qa .box:first-child div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .qa .box:first-child div {
    margin-bottom: 15px;
  }
}

.qa .box:first-child div::before {
  content: "Q";
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #40a2b1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .qa .box:first-child div::before {
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
  }
}

.qa .box:last-child div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qa .box:last-child div::before {
  content: "A";
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #f186b9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .qa .box:last-child div::before {
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
  }
}

.bdr_b {
  border-bottom: 1px dashed #ccc;
}

.flow {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ul_03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ul_03 li {
  width: 48.5%;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.frame {
  background: #fafafa;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  color: #2891a1;
}

.flow_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .flow_01::after {
    content: "";
    width: 32%;
    display: block;
  }
}

.flow_01 .box {
  width: 18.8%;
  border: 5px solid #ccc;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .flow_01 .box {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .flow_01 .box {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

.flow_01 .box h3 {
  text-align: center;
  background: #fad532;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .flow_01 .box h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * calc(100 * (24 - 18) / (1200 - 375))));
  }
}

.flow_01 .box div {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .flow_01 .box div {
    font-size: calc(1.6rem + ((1vw - 3.75px) * calc(100 * (20 - 16) / (1200 - 375))));
  }
}

.flow_01 .box div i {
  font-size: 8rem;
  color: #2891a1;
}

@media screen and (max-width: 480px) {
  .flow_01 .box div i {
    font-size: 6.4rem;
  }
}

.flow_01 .box div span {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
  display: block;
  margin-top: 15px;
}

.title_blog h2 {
  font-size: 2.6rem !important;
  font-weight: 900;
  color: #fff !important;
  line-height: 1.4;
  border-radius: 5px;
  padding: 12px 15px;
  background-size: auto auto;
  background-color: #3b91a1;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #4497a6 14px, #4497a6 28px);
}

.title_blog h3 {
  font-size: 2.2rem !important;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 3px solid #ddd;
  position: relative;
  padding-bottom: 5px;
}

.title_blog h3::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #2891a1;
  position: absolute;
  left: 0;
  bottom: -3px;
}
/*# sourceMappingURL=assets.css.map */