@charset "UTF-8";
::-moz-selection {
  background-color: #d0d0ff;
}
::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}

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

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

@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) and (min-width: 641px) {
  .bp1200none {
    display: block;
  }
}

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

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

.annot {
  display: none !important;
}

@media screen and (max-width: 834px) {
  .tabtal div, .tabtal h2, .tabtal h3 {
    text-align: left !important;
  }
}

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

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

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 {
  counter-reset: number 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  overflow-x: hidden;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.7rem;
  }
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  min-width: 100%;
  margin: 0 auto;
  padding: 50px 0 100px;
  overflow: hidden;
}

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

#contents {
  background: none !important;
  width: 95%;
  max-width: 960px;
}

@media screen and (max-width: 834px) {
  #contents {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .inner {
    max-width: inherit;
  }
}

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

header#global_header {
  max-width: 100vw;
  min-width: inherit;
  position: relative;
}

header#global_header #header.hide {
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
}

@media screen and (max-width: 834px) {
  header#global_header #header.hide {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

#global_footer {
  min-width: inherit !important;
  position: relative;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media screen and (max-width: 640px) {
  #main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main::after {
  display: none;
}

aside#col_side1 {
  width: 240px;
  min-width: 240px;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  aside#col_side1 {
    width: 30% !important;
    max-width: 240px;
    min-width: inherit;
  }
}

@media screen and (max-width: 640px) {
  aside#col_side1 {
    width: 330px !important;
    min-width: 330px !important;
  }
}

#col_main {
  margin-left: 30px;
}

@media screen and (max-width: 960px) and (min-width: 835px) {
  #col_main {
    width: calc(100% - 270px) !important;
  }
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  #col_main {
    margin-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  #col_main {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
}

a {
  color: #333 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .6;
}

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

img {
  max-width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.imgR, .imgL {
  max-width: 50%;
}

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

.itext .imgR, .itext .imgL {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
}

.imgC {
  margin-bottom: 10px;
}

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

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

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

.td-p0 table td {
  padding: 0 !important;
}

.td-bdnone table td {
  border: none !important;
}

table .td_img {
  padding: 0 !important;
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

em {
  font-weight: bold;
  font-size: 1.25em;
}

u {
  text-decoration: underline;
}

li {
  list-style: none;
}

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

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

.headerFirst {
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  .headerFirst {
    padding: 13px 0 11px;
  }
  .headerFirst .hButton {
    display: none;
  }
}

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

.headerFirst .inner #description {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .headerFirst .inner #description {
    font-size: 16px;
  }
}

.hButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #042160;
  border-radius: 3px;
  padding: 1px;
}

.hButton li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hButton li:first-child {
  border-right: 1px solid #333;
}

.hButton li a {
  color: #fff !important;
  display: block;
  padding: 2px 10px 1px;
  text-decoration: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#042160), color-stop(49%, #042160), color-stop(51%, #051d50), to(#051d50));
  background: linear-gradient(to bottom, #042160 0%, #042160 49%, #051d50 51%, #051d50 100%);
}

.hButton li a:hover {
  opacity: 1;
}

.headerSecon {
  background: #003;
  border-bottom: 1px solid #fff;
  padding: 20px 0 12px;
}

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

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

.headerSecon .hContact {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .headerSecon .hContact {
    margin-left: 30px;
  }
}

#gNav {
  background: url(../images/common/bg_line01.gif) repeat-x;
}

#gNav ul {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  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: 960px) {
  #gNav ul {
    max-width: inherit;
  }
}

#gNav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#gNav ul li a {
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17.5px;
  color: #fff !important;
  height: 100%;
  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;
}

#gNav ul li a .tx_en {
  display: block;
  font-family: 'Roboto Slab',"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8) !important;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  #gNav ul li a {
    padding: 10px 0;
  }
}

.dropdown {
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}

.dropdown::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f107';
  font-weight: 400;
  width: 100%;
  line-height: 6px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.dropdown .second-level {
  position: absolute;
  z-index: -1;
  padding: 32px 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dropdown .second-level li {
  font-size: 15px;
  width: 100%;
  min-width: 150px;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.dropdown .second-level li:first-child {
  border-top: 1px solid #eee;
}

.dropdown .second-level li a {
  white-space: nowrap;
  display: block !important;
  padding: 10px 15px !important;
}

.dropdown .second-level li:hover a {
  opacity: 1;
  color: #012548 !important;
}

.dropdown .second-level li:hover a::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.clone-nav {
  width: 100%;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 100;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
}

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

.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#nav_global.m_fixed {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  z-index: 999;
}

#mainArea {
  position: relative;
  z-index: 1;
}

#mainArea li img {
  width: 100% !important;
  min-height: 300px;
}

.slick-slide {
  outline: none;
}

#mainArea2 {
  background: #e5ecf4;
  position: relative;
}

#local-keyvisual {
  text-align: center;
  background: url(../images/top/h1_bg.jpg) 10% center/cover;
  position: relative;
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 42px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 120px 0 80px;
  position: relative;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 38px;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 32px;
    padding: 100px 0 60px;
  }
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1 span, #local-keyvisual .blog_title span {
    font-size: 28px;
  }
}

#local-keyvisual h1 span:empty, #local-keyvisual .blog_title span:empty {
  display: none;
}

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

#local-keyvisual #local-keyvisual-bg img, #local-keyvisual .local-keyvisual-bg img {
  width: 100% !important;
  height: 100% !important;
}

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

.zdo_drawer_menu .zdo_drawer_nav li a span {
  font-weight: normal;
  font-size: 16px;
  color: #042160;
}

.zdo_drawer_menu .zdo_drawer_nav .li_img {
  padding: 25px 0 0;
  border-bottom: none;
}

.zdo_drawer_menu .zdo_drawer_nav .li_img::after {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_nav .li_img a {
  padding: 0;
}

.zdo_drawer_nav_ct01 {
  font-size: 15px;
  padding: 0 10px 40px;
}

.zdo_drawer_nav_ct01 .hButton li a {
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 5px 5px 3px;
}

#global_footer {
  font-size: 15px;
  background: #000046;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #global_footer {
    font-size: 17px;
  }
}

#pagetop {
  background: #042160;
  border-bottom: 1px solid #fff;
  padding: 14px 0;
  text-align: center;
}

#pagetop a {
  display: block;
}

.fContact {
  border-bottom: 2px solid #003;
  padding: 60px 0 55px;
}

.fContact ul {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  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: 960px) {
  .fContact ul {
    max-width: inherit;
  }
}

.fContact ul li {
  width: calc(100% / 3);
}

.fContact ul li a {
  color: #fff !important;
  display: inline-block;
  max-width: 70%;
}

.fContact ul li a img {
  display: block;
  margin: 0 auto 15px;
}

.fSection {
  text-align: left;
  border-top: 2px solid #000067;
  padding: 30px 0;
}

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

@media only screen and (max-width: 1000px) {
  .fSection .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fSection .f_logo {
  margin-bottom: 15px;
}

.fSection .fPhone {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -1px;
  line-height: 1.0;
}

.fSection .fPhone a {
  color: #fff !important;
}

@media only screen and (max-width: 1000px) {
  .fSection .fLeft {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .fSection .fRight {
    width: 100%;
  }
  .fSection .fPhone {
    text-align: center;
    margin-bottom: 40px;
  }
}

.fNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

.fNav ul li {
  line-height: 1;
}

.fNav ul li:not(:last-child) {
  padding-right: 8px;
  border-right: 1px solid #fff;
}

.fNav ul li:not(:first-child) {
  padding-left: 8px;
}

.fNav ul li a {
  color: #fff !important;
}

@media screen and (max-width: 640px) {
  .fNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fNav ul {
    width: 49%;
    margin-bottom: 0;
    display: block;
  }
  .fNav ul li {
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
  }
  .fNav ul li:not(:last-child) {
    padding-right: 0;
    border-right-color: rgba(255, 255, 255, 0.5);
  }
  .fNav ul li:not(:first-child) {
    padding-left: 0;
  }
  .fNav ul li a {
    display: block;
  }
}

#copy {
  color: #fff;
  border-top: 1px solid #fff;
  padding: 5px 0;
}

#copy a {
  color: #fff !important;
}

#col_side1 .banner {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #col_side1 .banner img {
    width: 100% !important;
  }
}

#col_side1 .boxSide {
  border: 1px solid #333;
  padding: 9px;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  #col_side1 .boxSide {
    padding: 5px;
  }
}

#col_side1 .boxSide .lNav {
  text-align: left;
  padding: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#col_side1 .boxSide .lNav span {
  font-size: 22px;
  margin-right: 5px;
}

@media screen and (max-width: 834px) {
  .cont_01 table td {
    display: block;
    width: 100%;
  }
  .cont_01 table ._img {
    width: 100% !important;
    margin-top: 10px;
  }
}

.news_list {
  padding: 20px;
  border: 3px solid #ccc;
}

.ct_news {
  margin-bottom: 15px;
}

.ct_news h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ct_news h3 span {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  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;
  width: 120px;
  background: #000046;
  margin-right: 10px;
  padding-top: 2px;
}

@media screen and (max-width: 834px) {
  .ct_news h3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ct_news h3 span {
    line-height: 1.8;
    margin-right: calc(100% - 120px);
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .ct_news h3 span {
    width: 140px;
    margin-right: calc(100% - 140px);
  }
}

.ct_news a {
  text-decoration: underline;
}

.pankuzu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pankuzu ul li, .pankuzu ul a {
  font-weight: bold;
}

.pankuzu ul .home {
  position: relative;
}

.pankuzu ul .home::after {
  display: inline-block;
  content: '＞';
  margin: 0 10px;
}

.pankuzu ul .home i {
  margin-left: 5px;
}

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: 100%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .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;
}

.shop_contents {
  margin-top: -50px !important;
}

.shop_contents #main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.shop_contents #main::after {
  display: none;
}

@media screen and (max-width: 640px) {
  .shop_contents #main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shop_contents #col_main {
  width: calc(100% - 260px) !important;
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  .shop_contents #col_main {
    width: 100% !important;
    margin-left: 0;
  }
}

.shop_contents #col_main .search #keyword {
  float: none;
}

.shop_contents #col_main .search .pager {
  float: none;
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .shop_contents #col_main .search {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .shop_contents #col_main .search {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .shop_contents #col_main div.order ul li {
    margin-left: 15px;
  }
}

.shop_contents #col_main #sumcart div.sum {
  color: #333;
}

@media screen and (max-width: 834px) {
  .shop_contents #col_main #sumcart div.sum {
    padding: 20px;
  }
}

.shop_contents #col_main #sumcart div.sum a {
  color: #999 !important;
}

.shop_contents #col_main #sumcart div.sum > div > div:nth-child(2) {
  max-width: inherit;
  min-width: inherit;
}

@media screen and (max-width: 834px) {
  .shop_contents #col_main #sumcart ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shop_contents aside {
  display: block !important;
  width: 220px !important;
  border: 1px solid #012548;
  border-bottom: none;
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .shop_contents aside {
    margin-top: 80px !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.shop_contents aside .side_title {
  color: #fff;
  font-weight: 500;
  background: #012548;
  padding: 5px 10px;
}

.shop_contents aside a.category {
  border-bottom: 1px solid #012548 !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .shop_contents aside a.category {
    padding: 15px 20px 15px 10px !important;
    font-size: 16px !important;
  }
}

.items {
  margin: 50px 0 10px !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items > article {
  margin: 0 0 40px !important;
  width: 31% !important;
}

.items > article:not(:nth-child(3n)) {
  margin-right: 4.5% !important;
}

@media screen and (max-width: 834px) {
  .items > article {
    width: 48.5% !important;
  }
  .items > article:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
  .items > article:nth-child(odd) {
    margin-right: 3% !important;
  }
}

.items > article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}

.items > article .photo img {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.items > article .photo::before {
  display: block;
  content: '';
  padding-top: 80%;
}

.items > article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0;
  padding-top: 0 !important;
}

.items > article .price {
  color: #ff0000;
  font-weight: bold;
}

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

.search form select {
  height: 100% !important;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

.search form :after {
  top: 15px !important;
}

@media screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}

@media screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

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

article.item .photo {
  width: 50%;
  margin-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
  article.item .photo {
    width: 100%;
  }
}

article.item .photo .large {
  width: 100%;
  margin-left: 0;
}

@media only screen and (max-width: 1000px) {
  article.item .photo .large {
    width: 58%;
  }
}

article.item .photo .large img {
  width: 100%;
}

article.item .photo .small {
  max-width: 100%;
  min-width: 100%;
}

@media only screen and (max-width: 1000px) {
  article.item .photo .small {
    max-width: 40%;
    min-width: 40%;
  }
}

article.item .photo .small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2%;
}

article.item .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23%;
  margin-left: 2%;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  article.item .photo .small ul li {
    width: 48%;
  }
}

article.item .photo .small ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}

article.item .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

article.item .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}

@media only screen and (max-width: 1000px) {
  article.item .item_view {
    max-width: 100%;
    min-width: 100%;
    margin-top: 20px;
  }
}

article.item .item_view h2 {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  article.item .item_view h2 {
    font-size: 26px;
  }
}

article.item .item_view h2 span {
  display: none;
}

article.item .item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

article.item .item_view .struct .item_option {
  width: 100%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  article.item .item_view .struct .item_option .addcart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

article.item .item_view .struct .item_option .addcart dl.count {
  display: block;
  margin-top: 20px;
}

article.item .item_view .struct .item_option .addcart dl.count dt {
  color: #333;
}

article.item .item_view .struct .item_option .addcart dl.count .select:after {
  top: 17px !important;
}

article.item .item_view .struct .item_option .addcart dl.count .select select {
  padding: 10px !important;
}

article.item .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  article.item .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

article.item .item_view .struct .item_option .addcart a {
  text-decoration: none;
}

article.item .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f06a';
  margin-right: 5px;
}

.dl_tokusho dl dt {
  width: 30% !important;
}

.dl_tokusho dl dd {
  background: none !important;
  width: 70% !important;
}

.dl_tokusho dl dd h6:first-child {
  margin-top: 0;
}

.dl_tokusho dl dd dl {
  border-bottom: none;
  margin-bottom: 10px;
}

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

.btn a {
  display: block;
  max-width: 300px;
  background: #012548;
  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%);
  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) and (min-width: 641px) {
  ._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) and (min-width: 641px) {
  ._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) and (min-width: 641px) {
  ._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) and (min-width: 641px) {
  ._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 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.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) and (min-width: 641px) {
  .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) and (min-width: 641px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .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: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .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: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .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: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@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: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    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: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@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: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    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;
}

@media screen and (max-width: 834px) {
  .arrow_img img {
    width: 150px !important;
  }
}

@media screen and (max-width: 640px) {
  .arrow_img img {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.flow_wrap {
  background: url(../images/contents/bg_flow_center.png) repeat-y;
  padding: 20px 0 0 205px;
}

.flow_wrap .ct_flow h3 {
  color: #003;
  font-size: 23px;
  font-weight: normal;
  margin-left: -100px;
  padding: 5px 0 5px 100px;
  background: url(../images/contents/bg_h_flow.png) no-repeat 0 0;
}

@media screen and (max-width: 834px) {
  .flow_wrap {
    background-size: 150px;
    padding-left: 164px;
  }
}

.ct_info {
  border: 2px solid #000046;
  padding: 10px 20px;
}

.tb_info table .td_ti {
  padding: 0 !important;
  width: 140px;
}

.tb_info table .td_ti div {
  color: #fff;
  background-color: #042160;
  padding: 5px 0;
}

h1 {
  font-weight: 700;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  h2 {
    font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  h3 {
    font-size: 1.375em;
  }
}

h4 {
  margin-bottom: 10px;
}

.title_01 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #000046;
}

@media screen and (max-width: 640px) {
  .title_01 h2 {
    font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

.title_01 h2 span {
  color: #aaa;
  font-size: 16px;
  margin-left: 10px;
}

.title_01 h3 {
  border-bottom: 5px solid #d2d2d2;
  color: #042160;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  min-height: 30px;
}

@media screen and (max-width: 640px) {
  .title_01 h3 {
    font-size: 24px;
  }
}

.title_01 h3 span {
  border-bottom: 5px solid #042160;
  margin-bottom: -5px;
  display: inline-block;
}

.title_01 h4 {
  color: #042160;
  text-align: center;
  border: 2px solid #000046;
  padding: 3px;
}

.title_02 h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #fdfdfd), to(#e3e6e8));
  background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 50%, #e3e6e8 100%);
  border: 1px solid #c8c8c8;
  font-weight: bold;
  font-size: 25px;
  padding: 5px 0 2px 25px;
  margin-bottom: 20px;
  position: relative;
}

.title_02 h2::before {
  display: block;
  content: '';
  height: 35px;
  width: 15px;
  background: #000033;
  position: absolute;
  left: 0;
  top: 7px;
}

.title_02 h3 {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000033;
}

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

.title_02 h4 {
  color: #042160;
  font-size: 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: -10px;
}

.title_02 h4 span {
  border-bottom: 1px solid #042160;
  margin-bottom: -1px;
  display: inline-block;
}

.title_03 h2 {
  font-size: 30px;
  border-bottom: 1px solid #000046;
  padding-bottom: 10px;
}

.title_03 h3 {
  padding-left: 25px;
  padding-bottom: 2px;
  position: relative;
}

.title_03 h3::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #012548;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tx_01 div {
  font-size: 58px;
  font-weight: bold;
  color: #f4a200;
  text-shadow: 2px 2px 0 #8a6825;
  line-height: 1;
}

.bg_01 {
  padding: 30px;
  background: #f7f7f7;
}

@media screen and (max-width: 640px) {
  .bg_01 {
    padding: 20px;
  }
}

.bg_02 {
  padding: 30px;
  background: #fff;
  border: 1px solid #012548;
}

@media screen and (max-width: 640px) {
  .bg_02 {
    padding: 30px 20px;
  }
}

.bg_03 {
  padding: 20px;
  border: 4px double #f4a200;
}

.txbox_01 img, .txbox_01 .itext {
  width: 50% !important;
  margin-left: 3%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 640px) {
  .txbox_01 img, .txbox_01 .itext {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    float: none;
  }
}

.txbox_01 h2, .txbox_01 h3 {
  margin-right: 53%;
}

@media screen and (max-width: 640px) {
  .txbox_01 h2, .txbox_01 h3 {
    margin-right: 0;
  }
}

.txbox_01._reverse img, .txbox_01._reverse .itext {
  margin-left: 0;
  margin-right: 3%;
}

.txbox_01._reverse h2, .txbox_01._reverse h3, .txbox_01._reverse div {
  margin-right: 0;
  margin-left: 53%;
}

@media screen and (max-width: 834px) {
  .txbox_01._reverse h2, .txbox_01._reverse h3, .txbox_01._reverse div {
    margin-left: 0;
  }
}

.txbox_02 img, .txbox_02 .itext {
  width: 30% !important;
  margin-left: 3%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .txbox_02 img, .txbox_02 .itext {
    width: 50% !important;
  }
}

@media screen and (max-width: 640px) {
  .txbox_02 img, .txbox_02 .itext {
    width: 100% !important;
    margin-left: 0;
    float: none;
  }
}

.txbox_02 h2, .txbox_02 h3 {
  margin-right: 33%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .txbox_02 h2, .txbox_02 h3 {
    margin-right: 53%;
  }
}

@media screen and (max-width: 640px) {
  .txbox_02 h2, .txbox_02 h3 {
    margin-right: 0;
  }
}

.txbox_02._reverse img, .txbox_02._reverse .itext {
  margin-left: 0;
  margin-right: 3%;
}

.txbox_02._reverse h2, .txbox_02._reverse h3, .txbox_02._reverse div {
  margin-right: 0;
  margin-left: 33%;
}

@media screen and (max-width: 640px) {
  .txbox_02._reverse h2, .txbox_02._reverse h3, .txbox_02._reverse div {
    margin-left: 0;
  }
}

.txbox_03 img, .txbox_03 .itext {
  width: 25% !important;
  margin-left: 3%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .txbox_03 img, .txbox_03 .itext {
    width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .txbox_03 img, .txbox_03 .itext {
    width: auto !important;
    float: none;
    margin: 0 auto 10px;
  }
}

.txbox_03 h2, .txbox_03 h3 {
  margin-right: 28%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .txbox_03 h2, .txbox_03 h3 {
    margin-right: 33%;
  }
}

@media screen and (max-width: 640px) {
  .txbox_03 h2, .txbox_03 h3 {
    margin-right: 0;
  }
}

.txbox_03._reverse img, .txbox_03._reverse .itext {
  margin-left: 0;
  margin-right: 3%;
}

@media screen and (max-width: 640px) {
  .txbox_03._reverse img, .txbox_03._reverse .itext {
    margin-left: auto;
    margin-right: auto;
  }
}

.txbox_03._reverse h2, .txbox_03._reverse h3, .txbox_03._reverse div {
  margin-right: 0;
  margin-left: 28%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .txbox_03._reverse h2, .txbox_03._reverse h3, .txbox_03._reverse div {
    margin-left: 33%;
  }
}

@media screen and (max-width: 640px) {
  .txbox_03._reverse h2, .txbox_03._reverse h3, .txbox_03._reverse div {
    margin-left: 0;
  }
}

.img_sh img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.ct_img img {
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 640px) {
  .ct_img img {
    min-height: inherit;
  }
}

.ct_img .imgL {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .ct_img .imgL {
    margin-bottom: 0;
  }
}

.ct_img .imgR {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .ct_img .imgR {
    margin-bottom: 0;
  }
}

.ct_img .imgC {
  margin-bottom: 0;
}

.ct_img a {
  max-width: inherit;
}

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

.df_01 .ct_title {
  width: 100%;
}

.df_01 .ct_tx {
  width: 50%;
}

.df_01 .ct_img {
  width: 45%;
}

.df_01 .ct_img img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.df_01 .ct_img.img_01 {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.df_01 .ct_img.img_01 img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.df_01 .ct_item {
  width: 48%;
}

.df_01 .ct_item img {
  max-width: 100%;
}

@media only screen and (max-width: 1000px) {
  .df_01 .ct_tx {
    width: 47%;
  }
}

@media screen and (max-width: 834px) {
  .df_01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_01 .ct_tx {
    width: 100%;
  }
  .df_01 .ct_tx:not(:last-child) {
    margin-bottom: 40px;
  }
  .df_01 .ct_img {
    width: 100%;
  }
  .df_01 .ct_img img {
    width: 100% !important;
    margin-bottom: 0;
  }
  .df_01 .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_01 .ct_item {
    width: 100%;
  }
  .df_01 .ct_item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.df_02, .df_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.df_02 .ct_title, .df_03 .ct_title {
  width: 100%;
}

.df_02 .ct_tx, .df_03 .ct_tx {
  width: 50%;
}

.df_02 .ct_img, .df_03 .ct_img {
  width: 45%;
}

.df_02 .ct_img img, .df_03 .ct_img img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.df_02 .ct_img.img_01, .df_03 .ct_img.img_01 {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.df_02 .ct_img.img_01 img, .df_03 .ct_img.img_01 img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.df_02 .ct_item, .df_03 .ct_item {
  width: 48%;
}

.df_02 .ct_item img, .df_03 .ct_item img {
  max-width: 100%;
}

@media only screen and (max-width: 1000px) {
  .df_02 .ct_tx, .df_03 .ct_tx {
    width: 47%;
  }
}

@media screen and (max-width: 834px) {
  .df_02, .df_03 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_02 .ct_tx, .df_03 .ct_tx {
    width: 100%;
  }
  .df_02 .ct_tx:not(:last-child), .df_03 .ct_tx:not(:last-child) {
    margin-bottom: 40px;
  }
  .df_02 .ct_img, .df_03 .ct_img {
    width: 100%;
  }
  .df_02 .ct_img img, .df_03 .ct_img img {
    width: 100% !important;
    margin-bottom: 0;
  }
  .df_02 .ct_img:not(:last-child), .df_03 .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_02 .ct_item, .df_03 .ct_item {
    width: 100%;
  }
  .df_02 .ct_item:not(:last-child), .df_03 .ct_item:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 835px) {
  .df_02, .df_03 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .df_02 .ct_tx, .df_03 .ct_tx {
    width: 45%;
  }
  .df_02 .ct_img, .df_03 .ct_img, .df_02 .ct_item, .df_03 .ct_item {
    width: 50%;
  }
}

@media screen and (min-width: 835px) {
  .df_03 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .df_03 .ct_tx {
    width: 67%;
  }
  .df_03 .ct_img {
    width: 30%;
  }
}

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

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

.bg_img_cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img_repeat {
  background-repeat: repeat;
  background-size: auto;
}

.btn_01 {
  padding: 5px 0 15px;
}

.btn_01 a {
  color: #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #042160;
  padding: 8px 30px;
  position: relative;
}

.btn_01 a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #000033;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .btn_01 div {
    text-align: center !important;
    margin-top: 20px;
  }
  .btn_01 div a {
    padding: 13px 30px;
  }
}

a.btn_02, .btn_02 a {
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  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;
  width: 400px;
  height: 64px;
  background: #f4a200;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

a.btn_02:hover, .btn_02 a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 640px) {
  a.btn_02, .btn_02 a {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
}

._contact::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f0e0';
  font-weight: 700;
  font-size: 20px;
  margin-right: 8px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

._tel {
  font-family: "Lora", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 600 !important;
}

._tel img {
  margin-right: 8px;
}

._center a {
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  ._tab_center a {
    margin: 0 auto;
  }
}

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

.box_cl2 > .box, .box_cl2 > a {
  width: 48%;
  margin-bottom: 40px;
  position: relative;
}

.box_cl2 > .box:nth-child(odd), .box_cl2 > a:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 640px) {
  .box_cl2 {
    margin-bottom: -20px !important;
  }
  .box_cl2 > .box, .box_cl2 > a {
    width: 100%;
  }
  .box_cl2 > .box:nth-child(odd), .box_cl2 > a:nth-child(odd) {
    margin-right: 0;
  }
}

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

.box_cl3 > .box, .box_cl3 > a {
  width: 32%;
  margin-bottom: 20px;
  display: block;
}

.box_cl3 > .box:not(:nth-child(3n)), .box_cl3 > a:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 834px) {
  .box_cl3 {
    margin-bottom: -10px !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .box_cl3 > .box, .box_cl3 > a {
    width: 49%;
    margin-bottom: 10px;
  }
  .box_cl3 > .box:not(:nth-child(3n)), .box_cl3 > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .box_cl3._sp_cl1 .box {
    width: 100%;
  }
}

.box_cl3.link_01 a {
  border: 3px solid #ccc;
}

.box_cl3.link_01 a .box img {
  width: 100% !important;
}

.box_cl3.link_01 a .box div {
  padding: 5px 0 3px 10px;
  border-top: 3px solid #ccc;
}

.box_cl3.link_01 a .box div b {
  color: #707070;
  margin-right: 3px;
}

.box_cl3.link_01 a .box div span {
  font-size: 0.9375em;
}

@media only screen and (max-width: 1000px) {
  .box_cl3.link_01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .box_cl3.link_01 a {
    width: 49%;
  }
  .box_cl3.link_01 a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

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

.box_cl4 .box {
  width: 24%;
  margin-bottom: 20px;
}

.box_cl4 .box:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}

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

@media screen and (max-width: 640px) {
  .box_cl4 .box {
    width: 49%;
  }
  .box_cl4 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .box_cl4 .box:nth-child(odd) {
    margin-right: 2%;
  }
}

._75p > .box, ._75p > a {
  position: relative;
}

._75p > .box::after, ._75p > a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

._75p > .box img, ._75p > a img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

._100p > .box, ._100p > a {
  position: relative;
}

._100p > .box::after, ._100p > a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

._100p > .box img, ._100p > a img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

.form_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
}

.form_wrap dl dt, .form_wrap dl dd {
  padding: 10px !important;
}

.form_wrap dl dt {
  font-weight: bold;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.form_wrap dl dd {
  background: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_wrap dl dd a {
  text-decoration: underline;
  -webkit-text-decoration-color: #666;
          text-decoration-color: #666;
}

.form_wrap dl dd span {
  color: #f11e1e;
}

.form_wrap dl dd i {
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .form_wrap dl {
    border-bottom: 1px solid #ccc;
  }
  .form_wrap dl:first-child {
    border-top: 1px solid #ccc;
  }
  .form_wrap dl dt {
    width: 100% !important;
    padding: 5px 10px !important;
    border: none !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .form_wrap dl dd {
    width: 100% !important;
    border: none !important;
  }
}

.dl_01 dl, .dl_02 dl {
  border-bottom: none;
  margin-top: 15px;
}

.dl_01 dl:first-child, .dl_02 dl:first-child {
  border-top: none;
  margin-top: 0;
}

.dl_01 dl dt, .dl_02 dl dt {
  color: #012548;
  font-size: 1.25em;
  font-weight: 500;
  background: none !important;
  padding: 0 0 0 20px !important;
  position: relative;
}

.dl_01 dl dt::before, .dl_02 dl dt::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f111';
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .dl_01 dl dt::before, .dl_02 dl dt::before {
    top: 7.5px;
  }
}

.dl_01 dl dd, .dl_02 dl dd {
  background: none !important;
  padding: 0 0 0 20px !important;
}

.dl_01._payroll dl dt, ._payroll.dl_02 dl dt {
  padding: 0 !important;
}

.dl_01._payroll dl dt::before, ._payroll.dl_02 dl dt::before {
  display: none;
}

.dl_01._payroll dl dd, ._payroll.dl_02 dl dd {
  padding: 0 0 0 25px !important;
}

.dl_02 dl dt {
  padding: 0 0 0 30px !important;
}

.dl_02 dl dt::before {
  content: '';
  width: 25px;
  height: 21px;
  background: url(../images/top/icon_check.png) center top/contain no-repeat;
  top: 7px;
}

@media screen and (max-width: 640px) {
  .dl_02 dl dt::before {
    top: 8px;
  }
}

.dl_02 dl dd {
  padding: 0 0 0 30px !important;
}

.dl_03 dl dt {
  font-size: 1.25em;
  color: #012548;
}

.dl_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dl_04 dl {
  border-bottom: none;
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 20px;
  width: 32%;
  display: block !important;
}

.dl_04 dl:first-child {
  border-top: none;
}

.dl_04 dl:not(:nth-child(3n)) {
  margin-right: 2%;
}

.dl_04 dl dt {
  font-size: 1.25em;
  color: #012548;
  background: none !important;
  padding: 0 0 0 20px !important;
  position: relative;
}

.dl_04 dl dt::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f111';
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .dl_04 dl dt::before {
    top: 7.5px;
  }
}

.dl_04 dl dd {
  background: none !important;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .dl_04 dl {
    width: 100%;
  }
  .dl_04 dl:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

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

.dl_04._cl2 dl {
  width: 49%;
}

.dl_04._cl2 dl:not(:nth-child(3n)) {
  margin-right: 0;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .dl_04._cl2 dl dt {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .dl_04._cl2 dl {
    width: 100%;
  }
}

.ul_01 li {
  font-size: 1.4em;
  line-height: 40px;
  padding-left: 45px;
  padding-top: 2px;
  margin-bottom: 20px;
  position: relative;
}

.ul_01 li b {
  color: #fff;
  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;
  width: 40px;
  height: 40px;
  background: #042160;
  position: absolute;
  left: 0;
  top: 0;
}

.ul_02 li {
  font-weight: 500;
  margin-left: 30px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  overflow: visible !important;
}

.ul_02 li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  font-weight: 700;
  color: #012548;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -30px;
}

.tb_01 tr {
  border-bottom: 1px solid #ccc;
}

.tb_01 tr:first-child {
  border-top: 1px solid #ccc;
}

.tb_pricelist table {
  margin-top: -10px;
}

.tb_pricelist table tr {
  border-bottom: 1px dashed #ccc !important;
}

.tb_pricelist table tr td {
  border: none !important;
  padding: 10px 0 !important;
}

.tb_pricelist table tr td:first-child {
  color: #666;
  font-size: 0.875em;
}

.tb_pricelist table tr td:first-child b {
  color: #333;
  font-size: 1.15em;
  font-weight: 500;
  display: inline-block;
}

.tb_pricelist table tr .td_price {
  width: 240px;
}

.tb_pricelist table tr .td_price div {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .tb_pricelist table tr td {
    display: block;
  }
  .tb_pricelist table tr .td_price {
    width: 100%;
    padding: 0 !important;
  }
  .tb_pricelist table tr .td_price div {
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.scrollarea {
  border: none;
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 7px;
  position: relative;
}

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

.top_news {
  padding: 30px 0;
  border-top: 2px solid #012548;
  border-bottom: 2px solid #012548;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_news .ct_title h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  padding: 5px 25px;
  background: #012548;
}

@media screen and (max-width: 834px) {
  .top_news {
    padding: 0 0 20px;
    border-top: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_news .ct_title {
    min-width: 100%;
    margin-bottom: 20px;
  }
  .top_news .ct_title h2 {
    padding-left: 10px;
  }
  .top_news .news_list {
    width: 100%;
    padding-left: 10px;
  }
}

.news_list {
  position: relative;
}

.news_list dl {
  border-bottom: none;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.news_list dl:first-child {
  border-top: none;
}

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

@media screen and (max-width: 640px) {
  .news_list dl:not(:last-child) {
    margin-bottom: 15px;
  }
}

.news_list dl dt {
  display: block !important;
  width: 140px !important;
  font-weight: 400;
  background: none !important;
  padding: 0 !important;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .news_list dl dt {
    color: #012548;
  }
}

.news_list dl dd {
  width: calc(100% - 140px) !important;
  background: inherit !important;
  padding: 0 !important;
}

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

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

.qa_box {
  padding-bottom: 20px !important;
  border-bottom: 1px dashed #ccc !important;
}

.qa_box .box {
  width: 100%;
  padding: 8px 5px;
  padding-left: 55px;
  position: relative;
}

.qa_box .box::before {
  color: #fff;
  font-family: "Lora", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  width: 42px;
  height: 42px;
  background: #012548;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.qa_box .box:first-child {
  margin-bottom: 10px;
}

.qa_box .box:first-child div {
  font-weight: 500;
}

.qa_box .box:first-child::before {
  content: 'Q';
  padding-bottom: 4px;
}

.qa_box .box:last-child::before {
  content: 'A';
  background: #f4a200;
}

.anchor {
  padding-top: 140px;
  margin-top: -140px;
}

@media screen and (max-width: 834px) {
  .anchor {
    padding-top: 20px;
    margin-top: -20px;
  }
}

.video_wrap {
  position: relative;
}

.video_wrap::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.3%;
}

.video_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
}

.pan1 {
  margin-top: -60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .pan1 {
    margin-top: -50px;
  }
}

.pan1 .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pan1 .pankuzu li:not(:first-child) {
  margin-left: 10px;
}

.pan1 .pankuzu li:not(:last-child) {
  margin-right: 10px;
}

.pan1 .pankuzu li:not(:last-child) a {
  text-decoration: underline;
  text-underline-position: under;
}

.pan1 .pankuzu li:last-child a {
  cursor: text;
  pointer-events: none;
}

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

.anime01 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime02, .title_anime-3 {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime03 {
  opacity: 0;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime04 {
  opacity: 0;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.fadeIn-down, .fadeIn-up, .fadeIn-right, .fadeIn-left {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap dt {
  display: block !important;
}

form .form_wrap dd {
  padding: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form .form_wrap dd > div {
  width: 100%;
}

.contact_form dt label {
  display: block;
  color: #ff4545 !important;
}

.contact_form .checkbox dt {
  word-break: keep-all;
}

.contact_form .addr span {
  color: #666;
}

.contact_form .date div {
  width: auto;
}

.contact_form .date div span {
  color: #666;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .contact_form dl dt {
    width: 30% !important;
  }
  .contact_form dl dd {
    width: 70% !important;
  }
}

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

.contact_form dl.file {
  padding-top: 30px;
  border: none !important;
  width: 32%;
  display: inline-block !important;
}

.contact_form dl.file dt {
  font-size: 16px !important;
}

.contact_form dl.file dd div.drop {
  height: 160px;
}

.contact_form dl.file dd label {
  width: 100px;
  height: 28px;
}

@media screen and (max-width: 834px) {
  .contact_form dl.file {
    width: 100%;
    display: block !important;
  }
  .contact_form dl.file dt, .contact_form dl.file dd {
    width: 100% !important;
  }
}

.submit {
  overflow: hidden;
  width: auto;
  margin: 0 0 40px;
}

.submit button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666;
  font-weight: 500;
  text-indent: inherit;
  background: #fff;
  border: 1px solid #666;
  border-bottom: 4px solid #666;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 10px 0;
  padding: 10px 15px;
  min-width: 210px;
  height: auto;
  float: none;
  position: relative;
}

.submit button:hover {
  opacity: 1;
}

.submit button:active {
  border-bottom: 1px solid #666;
  top: 2px;
  margin-bottom: 3px;
}

.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.8125vw;
  }
}

.policy_link a {
  color: #f11e1e !important;
  margin-right: 3px;
}

.error {
  margin-top: -30px !important;
  margin-bottom: 20px !important;
  background: #ef1b1b !important;
}

section div.form_wrap.message {
  background: #f7f7f7;
  border: none;
  margin: 0;
}

@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 450px;
    overflow-y: scroll;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  font-weight: bold;
  border-bottom: 2px solid #bbb;
  padding: 0 0 5px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.modaal-content-container p {
  margin: 0 0 10px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

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

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

.nf_tx h2 {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 800px) {
  .nf_tx h2 {
    text-align: left !important;
  }
}

.nf_btn a {
  width: 270px !important;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .nf_btn a {
    width: 80% !important;
    max-width: 400px;
  }
}

.sitemap_li li {
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 7px solid #003;
}

.sitemap_li li a {
  text-decoration: underline;
}

.top_bloglist {
  max-width: 1000px;
  padding: 30px;
  border-top: 4px double #f4a200;
  border-bottom: 4px double #f4a200;
}

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

.top_bloglist .blog_list {
  border: none !important;
}

.top_bloglist .blog_list > div {
  display: block;
  border-color: #f5f7fb !important;
}

.top_bloglist .blog_list > div:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.top_bloglist .blog_list > div .blog_photo {
  display: none;
}

.top_bloglist .blog_list > div .blog_text {
  font-size: 1em;
  width: 100%;
  padding: 0;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_bloglist .blog_list > div .blog_text .blog_date {
  color: #f4a200;
  margin-right: 40px;
}

@media screen and (max-width: 640px) {
  .top_bloglist .blog_list > div .blog_text .blog_date {
    font-size: 0.9375em;
    margin-right: 25px;
  }
}

.top_bloglist .blog_list > div .blog_text h3 {
  font-size: 1em;
  line-height: 1.2;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

.top_bloglist .blog_list > div .blog_text .detail {
  width: 100%;
  font-size: 0.9375em;
}

.top_bloglist .blog_list > div .blog_text .detail:empty {
  display: none;
}

.ct_blog .blog_list {
  border: none !important;
  display: block !important;
}

.ct_blog .blog_list > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
}

.ct_blog .blog_list > div:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .ct_blog .blog_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ct_blog .blog_list > div .blog_photo {
  width: 15%;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 5%;
}

@media screen and (max-width: 640px) {
  .ct_blog .blog_list > div .blog_photo {
    border: none;
  }
}

.ct_blog .blog_list > div .blog_text {
  padding: 0 !important;
}

.ct_blog .blog_list > div .blog_text .blog_date {
  font-size: 16px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #012548 !important;
  font-weight: 500;
}

.ct_blog .blog_list > div .blog_text h3 {
  font-size: 20px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #012548;
  padding: 5px 10px;
}

.ct_blog .blog_list > div .blog_text h3 a span {
  color: #fff;
  font-weight: 500;
}

.ct_blog .blog_list > div .blog_text .detail {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .ct_blog .blog_list > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ct_blog .blog_list > div .blog_photo {
    width: 70%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ct_blog .blog_list > div .blog_text {
    width: 100%;
    margin-bottom: 20px;
  }
}

header:nth-of-type(1) {
  background: #fff !important;
}

#blog #nav_global {
  font-size: 16px;
}

.blog {
  font-size: 1.6rem;
  padding: 50px 0 80px;
  background: #fff !important;
}

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

.blog .wrap {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  color: #333;
  background: none;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .blog .wrap {
    max-width: inherit;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog a {
  color: #666 !important;
  text-decoration: underline !important;
}

.blog a:visited {
  color: #999 !important;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 15px;
}

.blog aside {
  width: 28%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .blog aside {
    width: 80%;
    border: none;
    padding: 0;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog aside table td.blog {
  padding: 0;
}

.blog aside table td.blog label {
  background: #b0d5f9 !important;
}

.blog aside #form_calendar {
  min-width: inherit;
}

.blog aside #form_calendar table tbody tr td:hover {
  background: #e5ecf4 !important;
}

.blog aside #search button {
  top: 7px;
}

.blog #contents {
  width: 70%;
  margin: 0;
  margin-left: 2%;
}

@media screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ccc;
  }
}

.blog #contents > article {
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #ccc;
  padding: 20px;
}

.blog #contents > article:not(:last-child) {
  margin-bottom: 40px;
}

.blog #contents > article .date {
  font-size: 14px;
  color: #012548;
  margin-bottom: 5px;
}

.blog #contents > article .imgC {
  margin: 0 auto;
}

.blog #contents > article .imgR {
  margin: 0 0 0 10px;
}

.blog #contents > article .imgL {
  margin: 0 10px 0 0;
}

.blog #contents > article .imgR, .blog #contents > article .imgL {
  max-width: 50%;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .blog #contents > article .imgR, .blog #contents > article .imgL {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.blog #contents > article a .imgR, .blog #contents > article a .imgL {
  margin: 0;
  max-width: 100%;
}

.blog #contents h1, .blog #contents h2 {
  padding-bottom: 10px;
  border-bottom: 4px double #012548;
  margin-bottom: 30px;
  position: relative;
}

.blog #contents h1 span, .blog #contents h2 span {
  font-weight: 500;
}

.blog #contents h3 {
  color: #012548;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog #contents dl {
  background: #fff;
}

.blog #contents dl dt {
  margin-bottom: 0;
}

.blog #contents dl dt span.date {
  color: #012548;
}

.blog #contents dl dt a {
  text-decoration: none !important;
}

.blog #contents dl dt a span.translate {
  font-size: 19px;
}

.top_ig_list .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto -10px;
}

@media screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top_ig_list .sns_list > div {
  border-bottom: none;
  width: 32%;
  margin-bottom: 10px;
  position: relative;
}

.top_ig_list .sns_list > div:not(:nth-child(3n)) {
  margin-right: 2%;
}

.top_ig_list .sns_list > div::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.top_ig_list .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.top_ig_list .sns_list > div .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.top_ig_list .sns_list > div .sns_text {
  display: none;
}

@media screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 32%;
  }
  .top_ig_list .sns_list > div:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .top_ig_list .sns_list > div:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .top_ig_list .sns_list > div:nth-child(10) {
    display: none;
  }
}

.ct_instagram .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

.ct_instagram .sns_list > div {
  border-bottom: 1px dashed #ccc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ct_instagram .sns_list > div:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ct_instagram .sns_list > div .sns_photo {
  width: 30% !important;
  padding: 0;
}

.ct_instagram .sns_list > div .sns_text {
  width: 65%;
  padding: 0;
  font-size: 16px;
}

.ct_instagram .sns_list > div .sns_text .sns_date {
  color: #012548;
  padding: 5px 1em;
  margin-bottom: 20px;
  border: 1px solid #012548;
}

.ct_instagram .sns_list > div .sns_text ul {
  display: none;
}

@media screen and (max-width: 834px) {
  .ct_instagram .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .ct_instagram .sns_list > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ct_instagram .sns_list > div .sns_photo {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .ct_instagram .sns_list > div .sns_text {
    width: 100%;
    font-size: 18px;
  }
}
/*# sourceMappingURL=assets.css.map */