@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

.allwrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}

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

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(52, 149, 203, 0.7);
}

::selection {
  background-color: rgba(52, 149, 203, 0.7);
}

.pcnone {
  display: none;
}

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

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

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}

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

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none !important;
  }
}

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

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

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

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

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  position: relative;
  counter-reset: number 0;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #eefafe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eefafe), color-stop(60%, #abebf8), to(#0790bb));
  background: linear-gradient(180deg, #eefafe 50%, #abebf8 60%, #0790bb 100%);
}

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

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}

#contents_wrap:before {
  content: "";
  background: url(../images/home/bg_1.png) no-repeat center top;
  width: 100%;
  height: 100%;
  max-height: 664px;
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  bottom: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap:before {
    top: -250px;
  }
}

#contents_wrap.kasou:before {
  top: -350px;
}

@media screen and (max-width: 834px) {
  #contents_wrap.kasou:before {
    top: -250px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 80px;
  }
}

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

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 80px;
  }
}

#main {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

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

#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  display: none;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

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;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

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

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

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

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

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

@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 80px;
  }
}

.bgh {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
}

.bgh #hednav {
  display: block;
}

#hednav {
  display: none;
}

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

.header {
  position: relative;
  z-index: 10;
  background: white;
}

.header .hedwrap {
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .header .hedwrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.header .inner {
  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;
  padding: 15px 0;
}

@media only screen and (max-width: 1300px) {
  .header .inner {
    padding-right: 68px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .header .inner {
    padding: 15px 10px;
  }
}

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

.header .flxL {
  width: 20%;
}

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

@media screen and (max-width: 640px) {
  .header .flxL {
    width: 50%;
  }
}

.header .flxL a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header .flxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 75%;
}

@media screen and (max-width: 834px) {
  .header .flxR {
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  .header .flxR {
    width: 160px;
  }
}

.header .flxR .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .flxR .subnav div {
  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;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 a {
    border-radius: 5px;
    background: #3495cb;
    font-size: 1.3rem;
    color: #fff;
    opacity: 1;
    padding: 10px;
    width: 60px;
    height: 60px;
    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;
  }
}

.header .flxR .subnav .tel2 i {
  display: none;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 i {
    display: block;
  }
}

.header .flxR .subnav .tel2 img {
  display: block;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 img {
    display: none;
  }
}

.header .flxR .subnav .cont {
  border-radius: 5px;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  overflow: hidden;
}

.header .flxR .subnav .cont:hover {
  -webkit-box-shadow: 0 0 20px #1da1f2;
          box-shadow: 0 0 20px #1da1f2;
}

.header .flxR .subnav .cont:hover:after {
  -webkit-animation: circle .75s;
          animation: circle .75s;
}

.header .flxR .subnav .cont:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.header .flxR .subnav .cont a {
  border-radius: 5px;
  height: 100%;
  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;
  background: #3495cb;
  padding: 15px 20px;
  font-size: 1.3rem;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont a {
    padding: 10px;
    width: 60px;
    height: 60px;
    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;
  }
}

.header .flxR .subnav .cont a:hover {
  background: #247aa9;
}

.header .flxR .subnav .cont a span {
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont a span {
    display: none;
  }
}

.header .flxR .subnav .cont a i {
  margin-right: 7px;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont a i {
    margin-right: 0;
  }
}

.header .flxR .subnav .tel2 {
  margin-right: 20px;
}

@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 {
    margin-right: 10px;
  }
}

#nav_global .nav-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #3466cb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.clonenav {
  position: relative;
  z-index: 0;
  border-top: 1px solid #ccc;
  background: #f7f7f7;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .clonenav {
    padding: 0 10px;
  }
}

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

.clonenav > ul {
  max-width: 1200px;
  margin: 0 auto;
  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;
}

.clonenav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clonenav > ul > li:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #ccc;
  display: block;
}

.clonenav > ul > li:last-child:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #ccc;
  display: block;
}

.clonenav > ul > li:nth-child(3) > ul {
  z-index: 1;
  width: 220%;
  left: -60%;
}

.clonenav > ul > li:nth-child(4) > ul {
  z-index: 1;
  width: 200%;
  left: -50%;
}

.clonenav > ul > li:nth-child(5) > ul {
  z-index: 1;
  width: 230%;
  left: -60%;
}

.clonenav > ul > li:nth-child(6) > ul {
  z-index: 1;
  width: 250%;
  left: -70%;
}

@media screen and (max-width: 834px) {
  .clonenav > ul > li.bp1000none {
    display: none !important;
  }
}

.clonenav > ul > li > a {
  opacity: 1;
  font-weight: 400;
  line-height: 1;
  color: #333;
  width: 100%;
  padding: 25px 10px;
  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;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1000px) {
  .clonenav > ul > li > a {
    font-size: 1.4rem;
  }
}

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

.clonenav > ul > li > p {
  cursor: pointer;
  opacity: 1;
  font-weight: 400;
  line-height: 1;
  color: #333;
  width: 100%;
  padding: 25px 10px;
  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;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1000px) {
  .clonenav > ul > li > p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .clonenav > ul > li > p {
    font-size: 1.3rem;
  }
}

.clonenav > ul > li > ul {
  z-index: 1;
  position: absolute;
  top: 66px;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .clonenav > ul > li > ul {
    top: 64px;
  }
}

@media screen and (max-width: 834px) {
  .clonenav > ul > li > ul {
    top: 63px;
  }
}

.clonenav > ul > li > ul > li {
  position: relative;
}

.clonenav > ul > li > ul > li > a {
  font-size: 1.3rem;
  background: rgba(52, 102, 203, 0.8);
  padding: 15px 10px;
  color: #fff;
  height: auto;
  display: block;
}

.clonenav > ul > li > ul > li > a:hover {
  background: rgba(37, 81, 170, 0.8);
}

.clonenav > ul > li > ul > li > p {
  cursor: pointer;
  font-size: 1.3rem;
  background: rgba(52, 102, 203, 0.8);
  padding: 15px 10px;
  color: #fff;
  height: auto;
  display: block;
}

.clonenav > ul > li > ul > li > p:hover {
  background: rgba(37, 81, 170, 0.8);
}

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

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

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

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

.global-menu-btn {
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 47px;
  font-size: 1.3rem;
  z-index: 11;
  line-height: 1;
  -webkit-transition: 1s;
  transition: 1s;
  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;
  background: #3466cb;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .global-menu-btn {
    width: 60px;
  }
}

.global-menu-btn:hover {
  -webkit-box-shadow: 0 0 20px #3466cb;
          box-shadow: 0 0 20px #3466cb;
}

.global-menu-btn:hover:after {
  -webkit-animation: circle .75s;
          animation: circle .75s;
}

.global-menu-btn:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.global-menu-btn .menu-trigger {
  position: relative;
  width: 16px;
  height: 16px;
  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;
}

.global-menu-btn .menu-trigger i {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
}

.global-menu-btn .menu-trigger i:nth-child(1) {
  top: 0;
  -webkit-animation: menu-bar01 .75s forwards;
          animation: menu-bar01 .75s forwards;
}

.global-menu-btn .menu-trigger i:nth-child(2) {
  top: 7px;
  opacity: 1;
}

.global-menu-btn .menu-trigger i:nth-child(3) {
  bottom: 0;
  -webkit-animation: menu-bar02 .75s forwards;
          animation: menu-bar02 .75s forwards;
}

.navdamy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

#hednav {
  position: fixed;
  top: 15px;
  right: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 47px;
  width: 47px;
  z-index: 14;
}

@media screen and (max-width: 834px) {
  #hednav {
    height: 60px;
    width: 60px;
    top: 10px;
    right: 10px;
  }
}

#hednav .wrap {
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background: rgba(0, 0, 0, 0.8) !important;
  display: block !important;
  position: fixed;
  width: 100% !important;
  height: 100%;
  top: 0;
  right: 0;
}

#hednav .wrap .navwrap {
  display: block !important;
  background: #f1f1f1;
  width: 40%;
  height: 100%;
  opacity: 0;
  margin-left: auto;
  -webkit-transform: translateX(240%);
      -ms-transform: translateX(240%);
          transform: translateX(240%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 80px;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap {
    width: 70%;
  }
}

#hednav .wrap .navwrap #nav_global {
  width: 100%;
  margin-top: 0 !important;
  background: none;
}

#hednav .wrap .navwrap #nav_global > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

#hednav .wrap .navwrap #nav_global > ul .pcnone {
  display: block !important;
}

#hednav .wrap .navwrap #nav_global > ul > li {
  text-align: left;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ccc;
}

#hednav .wrap .navwrap #nav_global > ul > li.spnone {
  display: block !important;
}

#hednav .wrap .navwrap #nav_global > ul > li > a {
  font-size: 1.8rem;
  height: 70px;
  line-height: 1;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding: 10px 30px !important;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > a {
    font-size: 1.5rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li > a:hover {
  opacity: 1;
  color: #fff;
  background: #2551aa !important;
}

#hednav .wrap .navwrap #nav_global > ul > li > a span {
  margin-top: 7px;
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > a span {
    font-size: 1.2rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li > p {
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 1.8rem;
  height: 70px;
  line-height: 1;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding: 10px 30px !important;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > p {
    font-size: 1.5rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li > p:hover {
  opacity: 1;
  color: #fff;
  background: #2551aa !important;
}

#hednav .wrap .navwrap #nav_global > ul > li > p span {
  margin-top: 7px;
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > p span {
    font-size: 1.2rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li > p:after {
  font-weight: 100;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 70px;
  height: 70px;
  font-size: 2.3rem;
  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;
  background: #3466cb;
  z-index: 1;
  color: #fff;
}

#hednav .wrap .navwrap #nav_global > ul > li > p.open:after {
  content: "\f00d";
}

#hednav .wrap .navwrap #nav_global > ul > li ul {
  display: block;
  width: 100%;
  position: relative;
  background: none;
  background: #3495cb;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li:not(:last-child) a {
  border-bottom: 1px dashed #fff;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li a {
  padding: 20px 30px !important;
  font-size: 1.2rem;
  background: #3495cb;
  color: #fff;
  font-weight: 400;
  display: block;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li a:hover {
  background: #247aa9;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p {
  position: relative;
  font-size: 1.6rem;
  height: 70px;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding: 10px 30px !important;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li ul li > p {
    font-size: 1.5rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p:hover {
  opacity: 1;
  color: #fff;
  background: #247aa9 !important;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p span {
  margin-top: 7px;
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li ul li > p span {
    font-size: 1.2rem;
  }
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p:after {
  font-weight: 100;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 70px;
  height: 70px;
  font-size: 2.3rem;
  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;
  background: #3495cb;
  z-index: 1;
  color: #fff;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li > p.open:after {
  content: "\f00d";
}

#hednav .wrap .navwrap #nav_global > ul > li ul li ul {
  background: #f7f7f7;
  padding: 15px;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li ul li:not(:last-child) a {
  border-bottom: 1px dashed #fff;
}

#hednav .wrap .navwrap #hed_info {
  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;
  margin: 30px;
}

@media only screen and (max-width: 1300px) {
  #hednav .wrap .navwrap #hed_info {
    display: block;
  }
}

#hednav .wrap .navwrap #hed_info .hoverbtn {
  width: 48%;
}

@media only screen and (max-width: 1300px) {
  #hednav .wrap .navwrap #hed_info .hoverbtn {
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1300px) {
  #hednav .wrap .navwrap #hed_info .store1 {
    margin-top: 0;
  }
}

#hednav .wrap .navwrap #hed_info a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #3495cb;
  padding: 15px 20px;
  font-size: 1.3rem;
  color: #fff;
  opacity: 1;
}

#hednav .wrap .navwrap #hed_info a span {
  line-height: 1;
}

#hednav .wrap .navwrap #hed_info a i {
  margin-right: 7px;
}

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

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

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

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

.MenuOpened {
  z-index: 13 !important;
  display: none;
  display: block;
}

.MenuOpened .global-menu-btn {
  z-index: 11;
  background: #2551aa;
  -webkit-box-shadow: 0 0 20px #3466cb;
          box-shadow: 0 0 20px #3466cb;
}

.MenuOpened .global-menu-btn i:nth-child(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
          animation: active-menu-bar01 .75s forwards;
}

.MenuOpened .global-menu-btn i:nth-child(2) {
  opacity: 0;
}

.MenuOpened .global-menu-btn i:nth-child(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
          animation: active-menu-bar03 .75s forwards;
}

.MenuOpened .wrap {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.MenuOpened .wrap .navwrap {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh !important;
  margin-left: auto;
}

#mainArea2 {
  background: #3495cb;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  #mainArea2 {
    margin-top: 0 !important;
  }
}

#mainArea2 #local-keyvisual {
  position: relative;
}

#mainArea2 #local-keyvisual #local-keyvisual-title {
  width: 100%;
  background: url(../images/home/main_2_p.jpg) no-repeat center;
  background-size: cover;
  padding: 150px 0 200px;
}

@media only screen and (max-width: 1200px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title {
    padding: 100px 30px 150px;
  }
}

@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title {
    padding: 80px 30px 130px;
  }
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1 {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
  height: 100%;
  text-align: center;
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
  font-weight: 700;
  width: 100%;
  color: #fff;
  font-size: 4.0rem;
  line-height: 1.7em;
}

@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
    font-size: 2.5rem;
  }
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1 span {
  margin-top: 10px;
  line-height: 1;
  display: block;
  font-size: 0.5em;
}

#mainArea2 #local-keyvisual .local-keyvisual-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media only screen and (max-width: 1200px) {
  #mainArea2 #local-keyvisual .local-keyvisual-bg {
    margin-left: 0 !important;
  }
}

.pan1 {
  z-index: 1;
  position: relative;
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 50px;
}

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

.pan1 a {
  color: #333;
}

.pan1 ul li {
  display: inline-block;
  margin-right: 10px;
}

.pan1 ul li:nth-child(even) {
  margin-left: 10px;
}

.pan1 i {
  margin-right: 5px;
}

#mainArea {
  position: relative;
}

#mainArea picture img {
  width: 100% !important;
}

/* 泡の見た目 */
.bubble {
  position: absolute;
  bottom: -50px;
  background-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-animation: bubble 8s linear infinite;
          animation: bubble 8s linear infinite;
}

/* 泡の一番明るい部分を疑似要素で表現 */
.bubble::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.25) translate(-70%, -70%);
      -ms-transform: scale(0.25) translate(-70%, -70%);
          transform: scale(0.25) translate(-70%, -70%);
  background: radial-gradient(rgba(255, 255, 255, 0.5), transparent);
  border-radius: 50%;
}

/* 泡が上に浮かび上がっていくアニメーション */
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translatY(0);
            transform: translatY(0);
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    opacity: 0;
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: translatY(0);
            transform: translatY(0);
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    opacity: 0;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
  font-size: 1.2rem;
}

footer#global_footer a {
  color: #fff;
  text-decoration: none;
}

footer#global_footer a:hover {
  opacity: 1;
}

#footer2 {
  margin-bottom: 80px;
}

#footer2 .inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  #footer2 .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  #footer2 .inner {
    padding: 0 30px;
  }
}

#footer2 .inner .title_01 {
  text-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#footer2 .inner .title_01 h2 {
  color: #fff;
}

#footer2 .inner .txt {
  text-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#footer2 .inner .wrap {
  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) {
  #footer2 .inner .wrap {
    display: block;
    width: 100%;
  }
}

#footer2 .inner .wrap dl {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 31%;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}

@media screen and (max-width: 834px) {
  #footer2 .inner .wrap dl {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  #footer2 .inner .wrap dl:nth-child(2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 834px) {
  #footer2 .inner .wrap dl:nth-child(3) {
    margin-top: 30px;
  }
}

#footer2 .inner .wrap dl dt {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.7em;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #fff;
  padding: 15px 10px;
  font-size: 1.8rem;
  background: #3466cb;
}

#footer2 .inner .wrap dl dd {
  width: 90%;
  margin: 0 auto;
  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;
}

@media screen and (max-width: 834px) {
  #footer2 .inner .wrap dl dd {
    display: block;
    margin: 0 auto;
  }
}

#footer2 .inner .wrap dl dd a img {
  opacity: 1 !important;
}

#footer2 .inner .wrap dl dd a:hover {
  opacity: 0.5 !important;
}

#footer {
  text-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  #footer {
    margin-bottom: 0;
  }
}

#footer .inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1600px;
}

@media only screen and (max-width: 1600px) {
  #footer .inner {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1000px) {
  #footer .inner {
    padding: 0 30px;
    display: block;
  }
}

#footer .inner .flxL {
  color: #fff;
  text-align: left;
  width: 25%;
}

@media only screen and (max-width: 1000px) {
  #footer .inner .flxL {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

#footer .inner .flxL address {
  margin-top: 15px;
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  #footer .inner .flxL address {
    text-align: center;
  }
}

#footer .inner .flxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 73%;
}

@media only screen and (max-width: 1000px) {
  #footer .inner .flxR {
    width: 100%;
  }
}

#footer .inner .flxR .fnav {
  color: #fff;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR .fnav {
    display: none;
  }
}

#footer .inner .flxR .fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1000px) {
  #footer .inner .flxR .fnav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
}

#footer .inner .flxR .fnav ul li:first-child:before {
  content: "";
  padding: 0s;
}

#footer .inner .flxR .fnav ul li:before {
  content: "/";
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul li:before {
    display: none;
  }
}

#footer .inner .flxR .fnav ul li a {
  color: #fff;
  font-size: 1.0rem;
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul li a {
    display: block;
    width: 100%;
    padding-left: 0;
    padding: 10px;
    margin-bottom: 10px;
    background: #3495cb;
  }
}

#footer .inner .flxR .fnav ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul li a:hover {
    background: #247aa9;
    text-decoration: none;
  }
}

#copy {
  display: block;
  padding: 0;
  text-align: right;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1000px) {
  #copy {
    text-align: center;
  }
}

#copy a {
  text-decoration: none;
}

#copy a:hover {
  opacity: 0.6;
}

.ripples {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.imgripples {
  position: relative;
}

.imgripples .imgripplesbox {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-obj {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.cont_1 {
  text-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  color: #666;
  padding: 100px 0;
}

@media only screen and (max-width: 1200px) {
  .cont_1 {
    padding: 100px 10px;
  }
}

@media screen and (max-width: 834px) {
  .cont_1 {
    padding: 80px 30px;
  }
}

.cont_1 .inner {
  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;
  z-index: 3;
  position: relative;
}

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

.cont_1 .inner .flxL {
  width: 60%;
  margin-right: -10%;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .cont_1 .inner .flxL {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.cont_1 .inner .flxR {
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.cont_02 {
  position: relative;
  color: #fff;
  padding: 100px 0 200px;
}

@media only screen and (max-width: 1200px) {
  .cont_02 {
    padding: 100px 10px  200px;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 {
    padding: 80px 30px;
  }
}

.cont_02 .con2bg {
  background: url(../images/home/bg_2.jpg) no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.cont_02 .inner {
  max-width: 1100px;
  z-index: 1;
  position: relative;
}

.cont_02 .inner .title_01 h2 {
  color: #f6ff00;
  background: -webkit-linear-gradient(0deg, #f6ff00, #ff00a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
}

@media screen and (max-width: 834px) {
  .cont_02 .inner .title_01 h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .inner .title_01 h2 {
    font-size: 2.4rem;
  }
}

.cont_02 .inner .txt {
  color: #f6ff00;
  background: -webkit-linear-gradient(0deg, #f6ff00, #ff00a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
}

.cont_02 .inner .txt div {
  font-weight: 700;
}

.cont_02 .inner .btn div {
  margin: 0 auto;
  max-width: 500px;
}

.cont_02 .inner .btn div a {
  font-size: 2.0rem;
}

.cont_03 {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .cont_03 {
    padding: 0 10px;
  }
}

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

.cont_03 .inner {
  margin-top: -6%;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .cont_03 .inner {
    display: block;
    padding: 30px;
  }
}

.cont_03 .inner .wrap {
  margin: 0 1.5% 3%;
  padding: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 30%;
}

@media screen and (max-width: 834px) {
  .cont_03 .inner .wrap {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 834px) {
  .cont_03 .inner .wrap:not(:last-child) {
    margin-bottom: 50px;
  }
}

.cont_03 .inner .wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 640px) {
  .cont_03 .inner .wrap {
    display: block;
  }
}

.cont_03 .inner .wrap .img img {
  width: 100% !important;
}

.cont_03 .inner .wrap .btn2 .box {
  width: 100%;
}

.cont_03 .inner .wrap .btn2 .box:not(:last-child) {
  margin-bottom: 10px;
}

.cont_03 .inner .wrap .btn2 .box a {
  max-width: 100%;
  display: block;
}

.cont_03 .inner .wrap .ttl {
  padding: 5px;
  position: relative;
  background: #f2f2f2;
}

.cont_03 .inner .wrap .ttl h3 {
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  position: relative;
  font-weight: 700;
  color: #222;
  line-height: 1.7em;
  font-size: 1.8rem;
}

.cont_03 .inner .wrap .ttl h3:before {
  content: "";
  border-left: 5px solid #247aa9;
  height: 20px;
  margin-right: 10px;
}

.cont_04 {
  text-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1200px) {
  .cont_04 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .cont_04 {
    padding: 0 30px;
  }
}

.cont_04 .inner {
  z-index: 1;
  position: relative;
}

.cont_04 .title_01 h2 {
  color: #fff;
}

.newswrap .news {
  padding-right: 10px;
  z-index: 1;
  position: relative;
  height: 400px;
  overflow-y: auto;
}

.newswrap .news dl {
  padding: 30px 0;
  border-bottom: 1px dashed #fff;
  display: block;
}

@media screen and (max-width: 834px) {
  .newswrap .news dl {
    padding: 30px 0;
  }
}

.newswrap .news dl:first-child {
  border-top: 1px dashed #fff;
}

.newswrap .news dl a {
  color: #fff;
}

.newswrap .news dl a:hover {
  text-decoration: underline;
}

.newswrap .news dl dt,
.newswrap .news dl dd {
  color: #fff;
  padding: 0 !important;
  width: 100% !important;
  border: 0 !important;
  background-color: inherit !important;
}

.newswrap .news dl dt {
  width: 100% !important;
  padding: 0 !important;
  background-color: inherit !important;
  color: #fff;
  margin-bottom: 5px;
}

.newswrap .news dl dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

@-webkit-keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}

@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}

.btn > div {
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 5px;
  max-width: 300px;
  position: relative;
  overflow: hidden;
}

.btn > div:hover {
  -webkit-box-shadow: 0 0 20px #3495cb;
          box-shadow: 0 0 20px #3495cb;
}

.btn > div:hover:after {
  -webkit-animation: circle .75s;
          animation: circle .75s;
}

.btn > div:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.btn a {
  border-radius: 5px;
  text-align: center;
  opacity: 1;
  padding: 10px 15px;
  position: relative;
  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;
  line-height: 1.7em;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  height: 100%;
  background: #3495cb;
}

.btn a:hover {
  background: #247aa9;
}

.btn a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-size: 1.6rem;
  margin: 3px 0 0 10px;
  position: absolute;
  right: 10px;
}

.btn2 .box {
  overflow: inherit !important;
}

.btn2 .box > div {
  border-radius: 5px;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  overflow: hidden;
}

.btn2 .box > div:hover {
  -webkit-box-shadow: 0 0 20px #3495cb;
          box-shadow: 0 0 20px #3495cb;
}

.btn2 .box > div:hover:after {
  -webkit-animation: circle .75s;
          animation: circle .75s;
}

.btn2 .box > div:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.btn2 a {
  max-width: 300px;
  border-radius: 5px;
  text-align: center;
  opacity: 1;
  padding: 10px 15px;
  position: relative;
  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;
  line-height: 1.7em;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  height: 100%;
  background: #3495cb;
}

.btn2 a:hover {
  background: #247aa9;
}

.btn3 a {
  border-radius: 5px;
  max-width: 300px;
  text-align: center;
  opacity: 1;
  padding: 10px 15px;
  position: relative;
  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;
  line-height: 1.7em;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  height: 100%;
  background: #3495cb;
}

.btn3 a:hover {
  background: #247aa9;
}

.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%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

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

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

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

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.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%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

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

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

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

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.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%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

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

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

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

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.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%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

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

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

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

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.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 > .square-inner {
  display: block;
  position: relative;
}

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

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

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

.square > .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;
}

.bg100 {
  background: rgba(52, 149, 203, 0.1);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 834px) {
  .bg100 {
    padding: 80px 30px;
  }
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  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.ai_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2cl_01._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.flex2cl_01 .flxL {
  width: 58%;
}

@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: 30px;
  }
}

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

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

.flex2cl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_02.ai_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.flex2cl_02 .flxL {
  width: 78%;
}

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

.flex2cl_02 .flxR {
  width: 20%;
}

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

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

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

.flex2cl_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.flex2cl_03 .flxL {
  width: 49%;
}

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

.flex2cl_03 .flxR {
  width: 49%;
}

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

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

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

.flex5cl {
  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: -1.63934%;
}

@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.4390%;
  }
}

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

.flex5cl .box {
  position: relative;
  width: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

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

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

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

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

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

.title_01 h2 {
  font-weight: 700;
  color: #222;
  line-height: 1.6em;
  font-size: 3.5rem;
}

@media screen and (max-width: 640px) {
  .title_01 h2 {
    font-size: 2.5rem;
  }
}

.title_02 h3 {
  font-weight: 400;
  color: #3466cb;
  line-height: 1;
  font-size: 2.8rem;
}

@media screen and (max-width: 640px) {
  .title_02 h3 {
    font-size: 2.0rem;
  }
}

.title_02 h3:after {
  content: "";
  background: #3466cb;
  width: 50px;
  height: 1px;
  display: block;
  margin-top: 30px;
}

.title_03._left h2:after {
  margin: 25px auto 0 0;
}

.title_03 h2 {
  font-weight: 700;
  color: #241407;
  line-height: 1;
  font-size: 2.8rem;
}

@media screen and (max-width: 834px) {
  .title_03 h2 {
    line-height: 1.7em;
    font-size: 2.5rem;
  }
}

.title_03 h2 span {
  display: block;
  font-size: 0.8em;
  color: #3466cb;
  margin-bottom: 20px;
  font-family: "Arial Black", sans-serif;
}

@media screen and (max-width: 834px) {
  .title_03 h2 span {
    margin-bottom: 0;
  }
}

.title_03 h2:after {
  margin: 20px auto 0;
  content: "";
  width: 90px;
  height: 4px;
  background: #3495cb;
  display: block;
}

.title_04 {
  padding: 5px;
  position: relative;
  background: #f2f2f2;
}

.title_04 h2 {
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  position: relative;
  font-weight: 700;
  color: #222;
  line-height: 1.7em;
  font-size: 2.5rem;
}

@media screen and (max-width: 834px) {
  .title_04 h2 {
    font-size: 2.0rem;
  }
}

.title_04 h2:before {
  content: "";
  border-left: 5px solid #247aa9;
  height: 20px;
  margin-right: 10px;
}

.title_05._center article {
  text-align: center;
}

.title_05 h3 {
  display: inline-block;
  font-weight: 700;
  color: #3466cb;
  line-height: 1.7em;
  font-size: 1.8rem;
}

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

.title_05 h3 span {
  margin-left: 10px;
  font-size: .8em;
  color: #2551aa;
}

.title_05 h3:after {
  content: "";
  background: #3466cb;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.title_06 h3 {
  background: #fff;
  padding: 15px;
  font-weight: 700;
  color: #222;
  border: 1px solid #222;
  line-height: 1.7em;
  font-size: 1.8rem;
}

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

.reionater_01 {
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}

.reionater_01 .box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.reionater_01 .box h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  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;
  padding: 15px;
  background: #3495cb;
  margin-bottom: 15px;
  color: #fff;
}

.reionater_01 .box h3:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f015";
  -webkit-transition: 1s;
  transition: 1s;
  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;
  width: 20px;
  height: 20px;
  font-size: 1.3rem;
  border-radius: 50px;
  background: #fff;
  color: #3495cb;
  margin-right: 10px;
}

.reionater_01 .box div {
  padding: 15px;
  text-align: center;
}

.staff_01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #ccc;
}

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

.staff_01:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.staff_01 .flxL {
  width: 20%;
}

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

.staff_01 .flxR {
  width: 75%;
}

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

.flow_01 {
  margin: 80px auto 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flow_01 .wrap {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 50px;
  display: block !important;
  width: 100%;
  margin-bottom: 50px;
}

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

.flow_01 .wrap:last-child {
  margin-bottom: 0;
}

.flow_01 .wrap .box {
  text-align: center;
}

.flow_01 .wrap .box:nth-child(3) div {
  color: #333;
  text-align: center;
  line-height: 2.5em;
  font-size: 1.3rem;
}

.flow_01 .wrap .box:nth-child(4) h3 {
  margin-top: 15px;
  font-size: 1.6rem;
  background: #3495cb;
  padding: 10px;
  color: #fff;
  text-align: left;
}

.flow_01 .wrap .box:nth-child(4) div {
  background: #fff;
  color: #333;
  text-align: left;
  line-height: 2.0em;
  font-size: 1.3rem;
  padding: 10px;
}

.flow_01 .wrap .box img {
  border-radius: 50%;
  width: 150px !important;
  height: 150px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.flow_01 .wrap .box h2 {
  color: #3495cb;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.flow_01 .wrap .box h2 span {
  display: block;
  font-size: 0.9em;
}

.product_txt {
  color: #3466cb;
  font-size: 1.8rem;
  line-height: 1.7em;
}

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

.product_txt div {
  font-weight: 700;
}

.product_02 .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #ccc;
}

@media screen and (max-width: 640px) {
  .product_02 .wrap {
    display: block;
  }
}

.product_02 .wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.product_02 .wrap .flxL {
  width: 20%;
}

@media screen and (max-width: 640px) {
  .product_02 .wrap .flxL {
    width: 100%;
  }
}

.product_02 .wrap .flxR {
  width: 75%;
}

@media screen and (max-width: 640px) {
  .product_02 .wrap .flxR {
    width: 100%;
    margin-top: 30px;
  }
}

.product_02 .wrap .ttl {
  max-width: 300px;
  background: #3466cb;
  color: #fff;
  display: block;
  padding: 5px 10px;
}

@media screen and (max-width: 640px) {
  .product_02 .wrap .ttl {
    max-width: 100%;
  }
}

.product_05 {
  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;
}

.product_05 .box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.3);
  width: 48%;
  border: 2px solid #3466cb;
}

@media screen and (max-width: 640px) {
  .product_05 .box {
    width: 100%;
    margin-bottom: 50px;
  }
}

.product_05 .box h3 {
  font-size: 1.8rem;
  font-weight: 700;
  background: #3466cb;
  padding: 10px;
  color: #fff;
}

.waku {
  background: #f7f7f7;
  border: 5px solid #ccc;
  padding: 30px;
}

.check_01 {
  border: 5px solid #ccc;
  padding: 30px;
}

.check_01 ul li {
  padding-left: 24px;
  background: url(../images/contents/icon-check01-red.png) left top no-repeat;
  list-style-type: none;
}

.check_01 ul li:not(:last-child) {
  margin-bottom: 15px;
}

.check_01 ul li span {
  display: block;
}

.check_02 ul li:not(:last-child) {
  margin-bottom: 15px;
}

.check_02 ul li b {
  display: block;
}

.company_area > dl:first-child dt {
  border-top: 1px solid #ccc !important;
}

.company_area > dl > dt,
.company_area > dl > dd {
  background: none !important;
  border: none !important;
  padding: 1.5em 1em !important;
}

.company_area > dl > dt {
  border-bottom: 1px solid #ccc !important;
}

.company_area > dl > dd {
  border-bottom: 1px solid #eee !important;
}

.company_area > dl > dd dl {
  display: block !important;
  border: 0;
  background: none;
}

.company_area > dl > dd dl dt, .company_area > dl > dd dl dd {
  width: 100% !important;
}

.company_area > dl > dd dl dt {
  border: 0 !important;
  background: none;
}

.company_area > dl > dd dl dd {
  border: 0 !important;
  background: none;
}

@media screen and (max-width: 640px) {
  .company_area > dl {
    border-top: 1px solid #ccc !important;
    padding-top: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .company_area > dl:first-child > dt {
    border-top: 0 !important;
  }
  .company_area > dl > dt,
  .company_area > dl > dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area > dl > dt {
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .company_area > dl > dd {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #fff !important;
  }
}

.comp dl dt {
  min-width: 250px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: #f8f3e8 !important;
}

@media screen and (max-width: 640px) {
  .comp dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .comp dt {
    border-right: 1px solid #ccc !important;
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .comp dt,
  .comp dd {
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 5px !important;
    display: block;
    width: 100% !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 834px) {
  .comp2 {
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 640px) {
  .comp2 tbody tr {
    border: 3px solid #dbd6c9 !important;
  }
}

.comp2 tbody tr .ttl {
  width: 300px !important;
  border: 3px solid rgba(52, 149, 203, 0.5) !important;
}

@media screen and (max-width: 640px) {
  .comp2 tbody tr .ttl {
    width: 100% !important;
    border: 0 !important;
  }
}

.comp2 tbody tr .txt {
  border: 3px solid #dbd6c9 !important;
}

@media screen and (max-width: 640px) {
  .comp2 tbody tr .txt {
    margin-top: -3px;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 3px solid #dbd6c9 !important;
  }
}

.comp2 tbody tr td {
  border: 0 !important;
}

.contact_01 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 50px;
  color: #333;
}

.contact_01 .submit_l {
  float: none !important;
}

.contact_01 .submit_r {
  float: none !important;
}

.contact_01 dl {
  margin-bottom: 40px;
  font-size: 15px;
}

.contact_01 dl:last-child {
  margin-bottom: 0;
}

.contact_01 dl dt {
  line-height: 1;
  font-size: 16px;
  max-width: 200px;
  min-width: 200px;
  width: 30% !important;
  font-weight: 700;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 640px) {
  .contact_01 dl dt {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
}

.contact_01 dl dt label {
  background: #3495cb;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  margin-top: 5px;
}

.contact_01 dl dd {
  text-align: left;
  width: 80% !important;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
}

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

.contact_01 dl dd span {
  line-height: 1;
  margin-right: 0;
}

.contact_01 .file {
  border-top: 0 !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-top: 0 !important;
}

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

.contact_01 .file dt {
  font-size: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

@media screen and (max-width: 640px) {
  .contact_01 .file dt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.contact_01 .file dd label {
  position: static !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}

.contact_01 .file dd div {
  line-height: 1.4em;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.05em;
}

.contact_01 .submit {
  margin: 0px auto !important;
}

.contact_02 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.contact_02 a {
  font-size: 1.5em;
}

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

@media screen and (max-width: 640px) {
  .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;
    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: #ebf0f6;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}

#agree_check label {
  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;
}

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

#agree_check label span {
  background: #3495cb;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 1.2rem;
  margin-right: 5px;
}

.contact_03 a {
  font-weight: 700;
  font-size: 3.0rem;
  color: #3495cb;
}

.modaal-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modaal-content-container .box {
  width: 48%;
}

.modaal-content-container .box:nth-of-type(1) {
  margin-right: 15px;
}

.modaal-content-container .box img {
  width: 100% !important;
}

.modaal-content-container .box h3 {
  font-size: 2.0rem;
  font-weight: 700;
  border-bottom: 1px solid #3495cb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.modaal-content-container .box span {
  color: #970f00;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    display: block;
  }
  .modaal-content-container .box {
    width: 100% !important;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 640px) {
  .modaal-content-container .box:nth-of-type(1) {
    margin-right: 0;
  }
}

.modaal-container {
  background: rgba(255, 255, 255, 0.8) !important;
  max-width: 1350px !important;
}

.fancybox-slide > * {
  margin: 45px;
}

.blog div.wrap {
  font-size: 1.4rem;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  padding-bottom: 100px;
  padding: 0;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .blog div.wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .blog div.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 30px;
  }
}

.blog div.wrap aside {
  max-width: 30%;
  width: 100%;
  min-width: inherit;
}

@media screen and (max-width: 834px) {
  .blog div.wrap aside {
    max-width: 100%;
  }
}

@-webkit-keyframes btn-anime-01 {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

@keyframes btn-anime-01 {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

.blog div.wrap aside nav > a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 30px auto 0;
  position: relative;
  max-width: 300px;
  line-height: 1;
  border-radius: 50px;
  background: #3495cb;
  display: block;
  padding: 20px 10px;
  color: #fff;
  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;
  opacity: 1;
  font-size: 1.6rem;
}

.blog div.wrap aside nav > a:hover {
  background: #247aa9;
}

.blog div.wrap aside nav > a:hover:after {
  color: #247aa9;
}

.blog div.wrap aside nav > a:active:before, .blog div.wrap aside nav > a:focus:before, .blog div.wrap aside nav > a:hover:before {
  -webkit-animation-name: btn-anime-01;
          animation-name: btn-anime-01;
  border: 6px solid #247aa9;
}

.blog div.wrap aside nav > a:before {
  -webkit-transition: 1s;
  transition: 1s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  border: 6px solid #3495cb;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.blog div.wrap aside nav > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  -webkit-transition: 1s;
  transition: 1s;
  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;
  width: 20px;
  height: 20px;
  font-size: 1.3rem;
  border-radius: 50px;
  background: #fff;
  color: #3495cb;
  position: absolute;
  right: 15px;
}

.blog div.wrap aside nav ul li {
  padding: 0 0 10px 0;
}

.blog div.wrap aside nav ul li:not(:first-child) {
  padding: 10px 0;
}

.blog div.wrap aside nav ul li:last-child {
  border-bottom: 0;
  padding: 10px 0 0 0;
}

.blog div.wrap aside #calendar #form_calendar {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog div.wrap aside #calendar #form_calendar .head span {
  color: #333;
}

.blog div.wrap aside #calendar #form_calendar table th {
  color: #333;
}

.blog div.wrap aside #calendar #form_calendar table td:first-of-type {
  background: #3495cb;
}

.blog div.wrap aside #calendar #form_calendar table td label {
  color: #333;
}

.blog div.wrap aside #calendar #form_calendar table td.other {
  background: #3495cb;
}

.blog div.wrap #contents {
  max-width: 67%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 834px) {
  .blog div.wrap #contents {
    max-width: 100%;
  }
}

.blog div.wrap #contents article {
  padding: 0;
}

.blog div.wrap #contents article h1 {
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #3495cb;
  line-height: 1.7em;
  font-size: 2.0rem;
}

.blog div.wrap #contents article h1:before {
  content: "";
  background: #3495cb;
  width: 40px;
  height: 2px;
  display: block;
  margin: 0 auto 15px 0;
}

.blog div.wrap nav > div {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #3495cb;
}

.blog div.wrap nav .category {
  border: 1px solid #ccc;
  padding: 15px;
}

.blog div.wrap nav .category li:first-child {
  border-top: 0;
}

.blog div.wrap nav .category li a {
  font-weight: 400;
  color: #222;
  border-left: 5px solid #3495cb;
  background: #f7f7f7;
  text-align: left;
  padding: 10px;
  display: block;
}

.blog div.wrap nav .category li a span {
  display: block;
  padding: 0;
}

.blog div.wrap nav .pages {
  border: 1px solid #ccc;
  padding: 15px;
}

.blog div.wrap nav .pages li:first-child {
  border-top: 0;
}

.blog div.wrap nav .pages li a {
  font-weight: 400;
  color: #333;
  text-align: left;
  display: block;
}

.blog div.wrap nav .pages li a span {
  font-weight: 400;
  display: block;
  padding: 0;
  font-size: 0.8em;
}

.blogslider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.slider_02 ul {
  display: block;
}

.slider_02 ul .slick-list .slick-track li img {
  margin: 0 auto;
}

.slider_02 ul .slick-prev {
  display: none !important;
}

.slider_02 ul .slick-next {
  display: none !important;
}

.slider_02 ul .slick-dots {
  margin-top: 30px;
  position: static;
  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: -1.96078%;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots {
    margin-left: -2.1097%;
  }
}

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

.slider_02 ul .slick-dots li {
  position: relative;
  width: 14.70588%;
  height: auto;
  margin: 0;
  margin-left: 1.96078%;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots li {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .slider_02 ul .slick-dots li {
    width: 48%;
    margin-left: 0;
  }
}

.slider_02 ul .slick-dots li img {
  width: 100% !important;
}

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

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "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;
}
/*# sourceMappingURL=common_style.css.map */