@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

* {
  -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;
  overflow: visible !important;
}

body {
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  background-color: #fff !important;
  overflow-x: hidden;
  position: relative;
}

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

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

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

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

@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

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

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

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

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

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

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

/*2カラム*/
a {
  color: #333 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

.map {
  margin-bottom: 0;
  min-height: 350px;
}

.map iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 834px) {
  .map {
    height: 400px !important;
  }
}

.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;
  border-bottom: 1px solid #ccc;
}

.form_wrap dl:first-child {
  border-top: 1px solid #ccc;
}

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

.form_wrap dl dt {
  color: #206a5d;
  font-weight: 500;
  -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;
}

.form_wrap dl dd {
  -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;
  color: #000 !important;
}

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

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

@media only screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 100% !important;
    padding: 5px 10px !important;
  }
  .form_wrap dl dd {
    width: 100% !important;
  }
}

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

.scrollarea::-webkit-scrollbar {
  width: 4px;
}

.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: #81b214;
}

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

.news_list {
  padding: 40px 0;
  border-top: 1px solid #206a5d;
  border-bottom: 1px solid #206a5d;
}

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

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

.news_list dl dt {
  width: 100px !important;
  font-weight: normal;
  display: block !important;
  color: #333;
  font-weight: 500;
  background: none !important;
  padding: 0 !important;
  margin-right: 20px;
}

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

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

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

.top_news {
  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;
  padding: 80px 0;
}

.top_news .title_01 {
  margin-top: -10px;
}

@media only screen and (max-width: 834px) {
  .top_news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_news .news_list {
    width: 100%;
  }
}

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

.qa_box .box::before {
  display: block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  width: 40px;
  position: absolute;
  left: 0;
  text-align: center;
}

.qa_box .box:first-child {
  font-size: 1.125em;
  color: #005447;
  background: #f4f4ed;
  margin-bottom: 10px;
}

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

.qa_box .box:first-child::before {
  content: 'Q';
  font-size: 28px;
  height: 100%;
  top: -3px;
}

.qa_box .box:last-child::before {
  content: 'A';
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  background: #005447;
  color: #fff;
  top: 10px;
}

.qa_list dl {
  border: none !important;
  margin-bottom: 20px;
}

.qa_list dl .clickbox {
  width: 100%;
}

.qa_list dl .clickbox dt {
  width: 100% !important;
  padding: 15px !important;
  padding-left: 65px !important;
  position: relative;
  background: #f4f4ed !important;
  color: #333;
}

.qa_list dl .clickbox dt::before {
  display: block;
  content: 'Q';
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  line-height: 50px;
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #206a5d;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox dt::before {
    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 only screen and (max-width: 640px) {
  .qa_list dl .clickbox {
    cursor: auto;
    pointer-events: none !important;
  }
}

.qa_list dl .boxOpen {
  width: 100%;
}

.qa_list dl .boxOpen dd {
  width: 100% !important;
  padding: 20px 15px 20px 60px !important;
  position: relative;
}

.qa_list dl .boxOpen dd::before {
  display: block;
  content: 'A';
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 34px;
  color: #206a5d;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen dd::before {
    height: 100%;
    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 only screen and (max-width: 640px) {
  .qa_list dl .boxOpen {
    display: block !important;
  }
}

.nf_tx h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
  line-height: 1.8;
}

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

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

.dropdown {
  cursor: pointer;
}

.dropdown .second-level {
  position: absolute;
  z-index: 99;
  width: 100% !important;
  top: calc(100% - 20px);
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.dropdown .second-level li a {
  white-space: nowrap;
}

.dropdown .second-level li a:hover {
  color: #206a5d !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;
}

table {
  table-layout: auto;
}

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

table td a {
  text-decoration: underline;
}

table td img {
  height: auto !important;
}

.tbl_scroll table {
  table-layout: auto;
}

.tbl_fixed table {
  table-layout: fixed;
}

@media only screen and (max-width: 640px) {
  .tbl_fixed table {
    table-layout: auto;
  }
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  height: auto !important;
}

img.imgL {
  margin-right: 3%;
}

@media only screen and (max-width: 640px) {
  img.imgL {
    max-width: 100%;
    width: 100% !important;
    margin: 0 0 20px;
  }
}

img.imgR {
  margin-left: 3%;
}

@media only screen and (max-width: 640px) {
  img.imgR {
    max-width: 100%;
    width: 100% !important;
    margin: 0 0 20px;
  }
}

.itext {
  max-width: 100%;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

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

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

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: #f11e1e !important;
}

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

.contact_form .checkbox dd label {
  display: block;
  width: 100%;
  margin-right: 0;
}

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

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

@media only 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 only 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 {
  background: #fff;
  color: #666;
  border: 1px solid #206a5d;
  border-bottom: 4px solid #206a5d;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: inherit;
  font-weight: 600;
  color: #206a5d;
  margin: 30px 10px 0;
  padding: 10px 15px 7px;
  min-width: 210px;
  height: auto;
  float: none;
  position: relative;
}

.submit button:hover {
  opacity: 1;
}

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

.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}

@media only 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: auto;
  }
}

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

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

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-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

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

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

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

/*slick*/
/*下層メイン画像*/
#mainArea2 {
  position: relative;
  padding: 120px 0;
  background: url(../images/contents/h1bg.jpg) center 82%/cover;
}

#mainArea2::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 834px) {
  #mainArea2 {
    padding: 90px 0;
    margin-top: 60px;
  }
}

#local-keyvisual {
  position: relative;
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.7), 0 0 5px rgba(0, 0, 0, 0.3);
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    max-width: inherit;
  }
}

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

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

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  display: block;
  font-family: "Lora", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.7), 0 0 5px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  margin-left: 10px;
  margin-top: 10px;
}

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

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

#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%;
  max-width: 1300px;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  margin-top: -70px;
  margin-bottom: 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 only screen and (max-width: 640px) {
  .pan1 .pankuzu {
    font-size: 15px;
  }
}

.blog_title {
  line-height: 2;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: auto !important;
  z-index: 1000;
  width: 100% !important;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 0 10px !important;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
}

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

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

body::before, body::after {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 150vw;
  height: 100%;
  pointer-events: none;
}

body::before {
  z-index: 9999;
  -webkit-transition: .6s;
  transition: .6s;
  background: #206a5d;
}

body::after {
  z-index: 9998;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  background: #206a5d;
  opacity: 0.6;
}

body.fo::before {
  left: 150vw;
}

body.fo::after {
  left: 150vw;
}

.hover {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #206a5d;
  color: #206a5d;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 99;
}

.hover:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #206a5d;
  content: "";
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hover:hover {
  opacity: 1;
  color: #fff !important;
}

.hover:hover:after {
  left: 0;
  z-index: -1;
}

.sitemap_li li {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 8px solid #206a5d;
}

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

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

.top_bloglist .blog_list > div {
  border-style: solid;
  padding-bottom: 15px;
}

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

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

.top_bloglist .blog_list > div .blog_text {
  font-size: 15px;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_bloglist .blog_list > div .blog_text .blog_date {
  font-family: "Lora", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #fff !important;
  background: #206a5d;
  padding: 3px 20px;
  margin-right: 5%;
}

.top_bloglist .blog_list > div .blog_text h3 {
  font-size: 15px;
  margin-bottom: 0;
}

.top_bloglist .blog_list > div .blog_text .detail {
  font-size: 14px;
  margin-top: 15px;
}

.top_bloglist .blog_list > div .blog_text .detail:empty {
  margin-top: 0;
}

.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 (min-width: 641px) and (max-width: 834px) {
  .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 only 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: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #206a5d !important;
  font-weight: 500;
}

.ct_blog .blog_list > div .blog_text h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  background: #206a5d;
  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 only 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: none !important;
}

#blog {
  background: #fff !important;
}

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

.blog {
  padding: 50px 0 80px;
}

.blog .wrap {
  max-width: 1200px;
  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: 1200px) {
  .blog .wrap {
    max-width: inherit;
  }
}

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

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

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

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

.blog aside {
  overflow: visible;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .blog aside {
    width: 80%;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
  }
}

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

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

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

@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}

.blog #contents {
  margin: 0;
  margin-left: 3%;
}

@media only 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.8;
  padding: 0;
}

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

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

.blog #contents h1 {
  font-size: 24px;
  border: 1px solid #ccc;
  padding: 10px;
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
}

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

.blog #contents h1::before {
  display: block;
  content: '';
  width: 5px;
  height: calc(100% - 20px);
  background: #206a5d;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog #contents h2 {
  font-size: 22px;
  color: #206a5d;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.blog #contents h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

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

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

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

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

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

.blog #contents .flex_text {
  font-size: 16px;
}

.blog #contents .blog_img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog #contents .blog_img .box {
  width: 49%;
  position: relative;
}

.blog #contents .blog_img .box::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.blog #contents .blog_img .box img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  position: absolute;
  left: 0;
  top: 0;
}

.blog #contents .blog_img .box:nth-child(n + 3) {
  margin-top: 10px !important;
}

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media only 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;
  margin-bottom: 10px;
  width: 15%;
  margin-right: calc(10% / 7);
}

.top_ig_list .sns_list > div:first-child {
  margin-left: calc(10% / 7);
}

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

.top_ig_list .sns_list > div .sns_photo img {
  width: 100% !important;
}

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

@media only screen and (max-width: 834px) {
  .top_ig_list .sns_list {
    padding: 0 15px;
  }
  .top_ig_list .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 32%;
    margin-right: 2%;
  }
  .top_ig_list .sns_list > div:first-child {
    margin-left: 0;
  }
  .top_ig_list .sns_list > div:nth-child(3n) {
    margin-right: 0;
  }
  .top_ig_list .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
  .top_ig_list .sns_list > div:nth-child(n + 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: #206a5d;
  padding: 5px 1em;
  margin-bottom: 20px;
  border: 1px solid #206a5d;
}

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

@media only 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 only 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;
  }
}

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

.items article {
  padding: 15px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}

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

.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}

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

.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 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 (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

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

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

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

.i1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.i1 .photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.i1 .photo .large {
  margin-left: 0;
}

.i1 .photo .large img {
  width: 100%;
}

.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

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

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

.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}

.i1 .item_view h2 {
  font-weight: bold;
}

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

.i1 .item_view h2 span {
  display: none;
}

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

.i1 .item_view .struct .item_option {
  width: 100%;
}

.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}

.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}

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

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

.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}

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

/* header */
.header_container {
  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;
}

@media only screen and (max-width: 834px) {
  .header_container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}

.h_logo {
  width: 200px;
  margin-left: 10px;
}

@media only screen and (max-width: 834px) {
  .h_logo {
    width: 185px;
  }
}

.h_link {
  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: 834px) {
  .h_link {
    margin-right: 61px;
  }
}

.h_link .ctL {
  line-height: 1.4;
}

.h_link .ctL p {
  font-size: 12px;
}

@media only screen and (max-width: 834px) {
  .h_link .ctL {
    text-align: right;
  }
  .h_link .ctL .link_tel {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .h_link .ctL .link_tel {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #5c9289;
    text-align: center;
  }
  .h_link .ctL .link_tel::before {
    margin-right: 0;
    color: #fff !important;
  }
  .h_link .ctL .link_tel span {
    display: none;
  }
  .h_link .ctL p {
    display: none;
  }
}

.h_link .link_contact {
  margin-left: 20px;
  padding-right: 5px;
}

@media only screen and (max-width: 834px) {
  .h_link .link_contact {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: none;
    padding-right: 0;
  }
  .h_link .link_contact::before {
    font-size: 22px;
    margin-right: 0;
  }
  .h_link .link_contact span {
    display: none;
  }
  .h_link .link_contact::after {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .h_link .link_contact {
    margin-left: 0;
  }
}

#nav_global {
  width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}

#nav_global > ul {
  width: 98%;
  max-width: 1000px;
  font-size: 16px;
  margin: 0 auto;
  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 screen and (max-width: 1200px) {
  #nav_global > ul {
    font-size: 15px;
  }
}

#nav_global > ul > li a {
  display: inline-block;
  padding: 0 5px;
}

#nav_global > ul > li:hover a {
  opacity: 1;
  color: #81b214 !important;
}

#nav_global > ul .dropdown::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f078';
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#nav_global > ul .dropdown:hover {
  color: #81b214;
}

#nav_global > ul .dropdown:hover::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#nav_global > ul .dropdown:hover .second-level li {
  opacity: 1;
}

#nav_global > ul .dropdown:hover .second-level li a {
  color: #333 !important;
}

#nav_global > ul .dropdown .second-level li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 20px;
}

#nav_global > ul .dropdown .second-level li a {
  display: block;
  line-height: 80px;
  background: #eee;
}

#nav_global > ul .dropdown .second-level li a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 200;
  font-size: 13px;
  margin-left: 20px;
}

#nav_global > ul .dropdown .second-level li:hover a {
  color: #fff !important;
  background: #333;
}

@media only screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}

#mainArea {
  position: relative;
}

#mainArea picture img {
  width: 100% !important;
  min-height: 55vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainArea .main_copy {
  position: absolute;
  bottom: 15%;
  right: 5%;
}

#mainArea .main_copy span {
  display: block;
  color: #fff;
  letter-spacing: 3px;
}

#mainArea .main_copy .copy01 {
  font-size: 48px;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 7px;
}

#mainArea .main_copy .copy01 br {
  display: none;
}

#mainArea .main_copy .copy02 {
  text-align: center;
  background: url(../images/top/copy_bg.png);
  border: 1px solid rgba(204, 204, 204, 0.7);
  padding: 10px;
  margin-right: 25px;
}

@media screen and (max-width: 1000px) {
  #mainArea .main_copy {
    right: 1%;
  }
  #mainArea .main_copy .copy01 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 834px) {
  #mainArea .main_copy .copy01 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .main_copy {
    top: 56%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 520px;
    padding-left: 25px;
  }
  #mainArea .main_copy .copy01 {
    font-size: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
  }
  #mainArea .main_copy .copy02 {
    font-size: 16px;
  }
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .f_map {
  width: 70%;
}

#footer .footer_container {
  width: 30%;
  padding: 50px 0;
  text-align: center;
}

#footer .footer_container .f_logo {
  width: 187px;
  margin: 0 auto 20px;
}

#footer .footer_container P {
  font-size: 0.87em;
}

#footer .footer_container #copy {
  margin-top: 45px;
}

@media screen and (max-width: 1000px) {
  #footer .f_map {
    width: 55%;
  }
  #footer .footer_container {
    width: 45%;
  }
}

@media only screen and (max-width: 640px) {
  #footer .f_map {
    width: 100%;
    height: 250px !important;
  }
  #footer .footer_container {
    width: 100%;
    padding: 40px 0 25px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#pagetop {
  width: 100%;
  height: 100px;
  line-height: 100px;
}

#pagetop a {
  display: block;
  color: #fff !important;
  font-family: "Lora" "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 18px;
  background: #005447;
}

#pagetop a:hover {
  opacity: 1;
  background: #333;
}

@media screen and (max-width: 1000px) {
  #pagetop {
    height: 80px;
    line-height: 80px;
  }
}

.f_map iframe {
  height: 100% !important;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  h2 {
    font-size: 24px;
  }
}

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

h4 {
  font-size: 1.125em;
  font-weight: 700;
}

.title_01 h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 50px;
}

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

.title_01 h3 {
  padding-left: 30px;
  position: relative;
}

.title_01 h3::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #206a5d;
  position: absolute;
  left: 0;
  top: 5px;
}

.title_01 h4 {
  display: inline-block;
  border-bottom: 2px solid #81b214;
}

.title_02 h2 {
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
  position: relative;
}

.title_02 h2::before {
  display: block;
  content: '';
  width: 20%;
  height: 3px;
  background: #81b214;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.title_02 h3 {
  display: inline-block;
  color: #206a5d;
  border-bottom: 2px solid #206a5d;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

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

.title_02 h4 {
  color: #206a5d;
}

.title_03 h2 {
  font-size: 1.65em;
  border: 1px solid #ccc;
  padding: 10px;
  padding-left: 35px;
  position: relative;
}

.title_03 h2 span {
  font-size: 18px;
  margin-left: 15px;
}

.title_03 h2::before {
  display: block;
  content: '';
  width: 5px;
  height: calc(100% - 30px);
  background: #206a5d;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title_03 h3 {
  font-size: 1.25em;
  color: #206a5d;
}

.title_tx article {
  padding-top: 60px;
  position: relative;
}

.title_tx article div {
  font-family: "Lora", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #206a5d;
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid #206a5d;
  position: absolute;
  top: 0;
  left: 0;
}

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

.tx_01::after {
  display: none;
}

.tx_01 > div {
  width: 60%;
}

.tx_01 img {
  width: 35% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .tx_01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .tx_01 > div {
    width: 100%;
  }
  .tx_01 img {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tx_01 img {
    width: 50% !important;
  }
  .tx_01 > div {
    width: 45%;
  }
}

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

.tx_02::after {
  display: none;
}

.tx_02 > div {
  width: 60%;
}

.tx_02 img {
  width: 35% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .tx_02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .tx_02 > div {
    width: 100%;
  }
  .tx_02 img {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 641px) {
  .tx_02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tx_02 img {
    width: 40% !important;
  }
  .tx_02 > div {
    width: 55%;
  }
}

.txbox article {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.txbox article::after {
  display: none;
}

.txbox article > div {
  width: 60%;
}

.txbox article img {
  width: 35% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .txbox article {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .txbox article > div {
    width: 100%;
  }
  .txbox article img {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

.txbox_02 article h3, .txbox_02 article div {
  padding-left: 250px;
}

@media only screen and (max-width: 834px) {
  .txbox_02 article h3, .txbox_02 article div {
    padding-left: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .txbox_02 article img {
    width: auto !important;
  }
}

.td-u a {
  text-decoration: underline;
}

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

.bg_01 {
  background: #f4f4ed;
}

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

.df_01 .ct_tx {
  width: 50%;
}

.df_01 .ct_img {
  width: 45%;
}

@media screen and (min-width: 835px) {
  .df_01 .ct_img img {
    min-height: 400px;
  }
}

.df_01 .ct_item {
  width: 48%;
}

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

@media only 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: 40px;
  }
}

.df_01-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.df_01-reverse .ct_tx {
  width: 50%;
}

.df_01-reverse .ct_img {
  width: 45%;
}

@media screen and (min-width: 835px) {
  .df_01-reverse .ct_img img {
    min-height: 400px;
  }
}

.df_01-reverse .ct_item {
  width: 48%;
}

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

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

@media screen and (max-width: 1000px) {
  .df_01-reverse {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

.df_02 .ct_tx, .df_02-reverse .ct_tx {
  width: 50%;
}

.df_02 .ct_img, .df_02-reverse .ct_img {
  width: 45%;
}

@media screen and (min-width: 835px) {
  .df_02 .ct_img img, .df_02-reverse .ct_img img {
    min-height: 400px;
  }
}

.df_02 .ct_item, .df_02-reverse .ct_item {
  width: 48%;
}

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

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

@media screen and (min-width: 835px) {
  .df_02 .ct_tx, .df_02-reverse .ct_tx {
    width: 40%;
  }
  .df_02 .ct_img, .df_02-reverse .ct_img {
    width: 55%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .df_02 .ct_item, .df_02-reverse .ct_item {
    width: 48%;
  }
  .df_02 .ct_item:not(:last-child), .df_02-reverse .ct_item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 4%;
  }
}

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

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

.df_03 .ct_tx, .df_03-reverse .ct_tx {
  width: 50%;
}

.df_03 .ct_img, .df_03-reverse .ct_img {
  width: 45%;
}

@media screen and (min-width: 835px) {
  .df_03 .ct_img img, .df_03-reverse .ct_img img {
    min-height: 400px;
  }
}

.df_03 .ct_item, .df_03-reverse .ct_item {
  width: 48%;
}

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

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

@media screen and (min-width: 835px) {
  .df_03 .ct_tx, .df_03-reverse .ct_tx {
    width: 70%;
  }
  .df_03 .ct_img, .df_03-reverse .ct_img {
    width: 25%;
  }
  .df_03 .ct_img img, .df_03-reverse .ct_img img {
    min-height: inherit;
    height: auto !important;
  }
}

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

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

.df_04 .ct_tx {
  width: 50%;
}

.df_04 .ct_img {
  width: 45%;
}

@media screen and (min-width: 835px) {
  .df_04 .ct_img img {
    min-height: 400px;
  }
}

.df_04 .ct_item {
  width: 48%;
}

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

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

@media screen and (min-width: 701px) {
  .df_04 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .df_04 .ct_tx {
    width: 55%;
  }
  .df_04 .ct_img {
    width: 40%;
  }
  .df_04 .ct_img img {
    min-height: inherit;
  }
}

.dfbox_02 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -20px !important;
}

.dfbox_02 .box {
  max-width: calc(25% - 30px);
  margin-bottom: 20px;
}

.dfbox_02 .box:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 834px) {
  .dfbox_02 .box {
    max-width: calc(50% - 30px);
  }
}

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

.dfbox_03 .box {
  width: calc(20% - 20px);
  margin-bottom: 20px;
}

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

.dfbox_03 .box:not(:first-child) {
  margin-left: calc(100px / 4);
  overflow: visible !important;
  position: relative;
}

.dfbox_03 .box:not(:first-child)::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f101';
  font-size: 24px;
  color: #81b214;
  width: calc(100px / 4);
  height: 100%;
  position: absolute;
  left: calc(-100px / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .dfbox_03 .box {
    width: calc(33.3% - 25px);
    margin-left: 25px;
  }
  .dfbox_03 .box:not(:first-child) {
    margin-left: 25px;
  }
  .dfbox_03 .box:not(:first-child)::before {
    width: 25px;
    left: -25px;
  }
}

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

.dfbox_04 .box {
  width: 100%;
  margin-bottom: 20px;
}

.dfbox_04 .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .dfbox_04 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dfbox_04 .box {
    width: 48%;
  }
}

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

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

.dfbox_05 .box {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.dfbox_05 .box img {
  width: auto !important;
}

@media only screen and (max-width: 834px) {
  .dfbox_05 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .dfbox_05 .box {
    width: auto;
  }
  .dfbox_05 .box:not(:last-child) {
    margin-right: 10px;
  }
}

.df_cl3 {
  margin-bottom: -20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.df_cl3 .ct_tx {
  width: 32%;
  padding: 20px;
  margin-bottom: 20px;
  background: #f4f4ed;
}

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

@media screen and (max-width: 1200px) {
  .df_cl3 .ct_tx {
    width: 49%;
  }
  .df_cl3 .ct_tx:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .df_cl3 .ct_tx:nth-child(odd) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .df_cl3 .ct_tx {
    width: 100%;
  }
  .df_cl3 .ct_tx:nth-child(odd) {
    margin-right: 0;
  }
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.imgwrap {
  position: relative;
}

.imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 70%;
}

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

.box_cl1 {
  display: block !important;
}

.box_cl1 .box:not(:last-child) {
  margin-bottom: 20px;
}

.box_cl1 .box:first-child {
  color: #206a5d;
  font-size: 1.125em;
}

.box_cl1 .box img {
  width: 50%;
  max-width: 300px;
  margin-top: 20px;
}

.imgbox_cl1 .box {
  width: 100%;
  text-align: center;
}

.imgbox_cl1 .box:not(:last-child) {
  margin-bottom: 40px;
}

.box_cl2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -20px !important;
}

.box_cl2 .box {
  width: 48%;
  margin-bottom: 20px;
}

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

.imgbox_cl2 .box {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.imgbox_cl2 .box:nth-child(odd) {
  margin-right: 30px;
}

@media only screen and (max-width: 640px) {
  .imgbox_cl2 .box {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .imgbox_cl2 .box:nth-child(odd) {
    margin-right: 3%;
  }
}

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

.imgbox_cl3 .box {
  width: 32%;
  margin-bottom: 10px;
}

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

.imgbox_cl3 .box div {
  margin-top: 10px;
}

@media only screen and (max-width: 834px) {
  .dfbox_06 .box {
    width: 48%;
    margin-bottom: 40px;
    margin-right: 0 !important;
  }
  .dfbox_06 .box:nth-child(odd) {
    margin-right: 4% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgbox_sp-cl1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .imgbox_sp-cl1 .box {
    width: 100%;
  }
  .imgbox_sp-cl1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

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

.imgbox_cl4 .box {
  text-align: center;
  width: calc(25% - 22.5px);
  margin-bottom: 30px;
}

.imgbox_cl4 .box:not(:nth-child(4n)) {
  margin-right: 30px;
}

.imgbox_cl4 .box img {
  margin-bottom: 30px;
}

.imgbox_cl4 .box .imgwrap {
  margin-bottom: 5px;
}

.imgbox_cl4 .box .imgwrap::after {
  padding-top: 75%;
}

.imgbox_cl4 .box .imgwrap img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 834px) {
  .imgbox_cl4 .box {
    width: 31%;
  }
  .imgbox_cl4 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .imgbox_cl4 .box:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}

@media only screen and (max-width: 640px) {
  .imgbox_cl4 .box {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .imgbox_cl4 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .imgbox_cl4 .box:nth-child(odd) {
    margin-right: 3%;
  }
}

.ul_01 li, .ul_02 li, .li_check li, .li_check02 li {
  padding-left: 1.5em;
  margin-bottom: 5px;
  position: relative;
}

.ul_01 li::before, .ul_02 li::before, .li_check li::before, .li_check02 li::before {
  display: block;
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.ul_01 li span, .ul_02 li span, .li_check li span, .li_check02 li span {
  color: #206a5d;
}

.ul_02 li {
  font-size: 1.125em;
}

.ul_02 li::before {
  content: '＊';
  color: #206a5d;
}

.li_check {
  padding: 0 20px;
}

.li_check li {
  font-size: 1.125em;
  padding: 5px;
  padding-left: 2em;
  margin-bottom: 5px;
}

.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  font-weight: 700;
  color: #206a5d;
  font-size: 24px;
  top: -2px;
}

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

.li_check02 li {
  font-size: 1.125em;
  padding: 5px;
  padding-left: 2em;
  margin-bottom: 5px;
}

.li_check02 li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  font-weight: 400;
  color: #206a5d;
  font-size: 24px;
  top: -2px;
}

.li_count01 li {
  padding: 5px 5px 5px 30px;
  position: relative;
}

.li_count01 li span {
  font-size: 1.25em;
  font-weight: 500;
  color: #206a5d;
  position: absolute;
  top: 2px;
  left: 5px;
}

.li_count01 li em {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  margin-left: -30px;
  display: block;
}

.link_tel {
  font-family: "Lora", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.link_tel::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f879';
  font-weight: 700;
  margin-right: 6px;
}

.link_contact {
  font-size: 17px;
}

.link_contact::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f0e0';
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
}

.btn_01 a, .btn_02 a {
  display: block;
  width: 250px;
  height: 60px;
  line-height: 58px;
  color: #206a5d !important;
  text-align: center;
  border: 1px solid #206a5d;
  position: relative;
}

.btn_01 a::after, .btn_02 a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 200;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_01 a:hover, .btn_02 a:hover {
  opacity: 1;
  background: #206a5d;
  color: #fff !important;
}

.btn_01 a:hover::after, .btn_02 a:hover::after {
  border-color: #fff;
}

@media only screen and (max-width: 640px) {
  .btn_01 a, .btn_02 a {
    width: 85%;
    height: 62px;
    line-height: 60px;
    margin: 0 auto;
  }
}

.btn_02 a {
  width: 300px;
  height: 80px;
  line-height: 80px;
  color: #fff !important;
  background: #206a5d;
  text-decoration: none;
}

.btn_02 a:hover {
  background: #333;
}

.btn-center a {
  margin: 0 auto;
}

.dl_01 dl {
  border-bottom: none;
  margin-top: 10px;
}

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

.dl_01 dl dt {
  color: #333;
  background: #cbe3ed !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;
}

.dl_02 dl dt {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.dl_02 dl dd {
  text-align: center;
}

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

.tb_01 table td {
  text-align: center;
}

.tb_01 table td div {
  font-weight: 500;
}

.tb_02 table {
  max-width: 960px;
  margin: 0 auto;
}

.tb_02 table td {
  text-align: center !important;
  vertical-align: middle;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 834px) {
  .tb_02 table td {
    vertical-align: top !important;
  }
}

.tb_02 table td:nth-child(2) {
  padding: 10px !important;
}

.tb_02 table td:nth-child(2) img {
  margin-bottom: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tb_02 table td:nth-child(2) {
    width: 170px !important;
  }
  .tb_02 table td:nth-child(2) div {
    text-align: justify !important;
  }
  .tb_02 table td:nth-child(2) div b {
    display: block;
    text-align: center;
    margin-bottom: -25px;
  }
}

@media only screen and (max-width: 640px) {
  .tb_02 table tbody, .tb_02 table tr, .tb_02 table td {
    display: block;
  }
  .tb_02 table tr {
    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;
    margin-bottom: 30px;
  }
  .tb_02 table tr:first-child {
    display: none;
  }
  .tb_02 table tr td:nth-child(1) {
    width: calc(50% - 20px);
    position: relative;
  }
  .tb_02 table tr td:nth-child(1)::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f101';
    font-size: 24px;
    color: #005447;
    width: 40px;
    height: 100%;
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tb_02 table tr td:nth-child(2) {
    width: 100% !important;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -15px;
    border: none !important;
  }
  .tb_02 table tr td:nth-child(2) img {
    display: none;
  }
  .tb_02 table tr td:nth-child(3) {
    width: calc(50% - 20px);
  }
}

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

.flex2cl_01 .flxL {
  width: 57%;
}

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

.flex2cl_01 .flxR {
  width: 40%;
}

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

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

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

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

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

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

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

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

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

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

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

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

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

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390% !important;
  }
}

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

.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 only 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% !important;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only 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% !important;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

.objc_01 div {
  text-align: center;
}

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

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

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

.objc_02 div {
  text-align: center;
}

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

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

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

.objc_03 div {
  text-align: center;
}

.tx01, .ver_2 {
  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;
}

.tx01::after, .ver_2::after {
  display: none;
}

.tx01 > div, .ver_2 > div {
  width: 100%;
}

.tx01 img, .ver_2 img {
  width: 100% !important;
  margin-bottom: 20px !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.box_imgwrap b {
  margin-top: 10px;
  display: block;
  text-align: center;
}

/* home */
.cont_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.cont_01::before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 200px);
  background: #f4f4ed;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}

.cont_01 .title_01 {
  width: 35%;
  background: #206a5d;
  padding: 120px 0 120px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.cont_01 .title_01::before {
  display: block;
  content: url(../images/top/arrow.png);
  position: absolute;
  bottom: 25%;
  right: 15%;
}

.cont_01 .title_01 h2,
.cont_01 .title_01 div {
  color: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 834px) {
  .cont_01 .title_01 {
    width: 100%;
    padding: 60px 0 65px 10%;
  }
  .cont_01 .title_01::before {
    display: none;
  }
  .cont_01 .title_01 h2 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .title_01 {
    padding-left: 20px;
  }
}

.cont_01 .link_box {
  width: 65%;
}

.cont_01 .link_box a {
  width: 50%;
  height: 50%;
  position: relative;
}

.cont_01 .link_box a:nth-child(n + 3) {
  width: calc(100% / 3);
}

.cont_01 .link_box a .box {
  height: 100%;
}

.cont_01 .link_box a .box article {
  height: 100%;
}

.cont_01 .link_box a .box img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cont_01 .link_box a .box div {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.cont_01 .link_box a .box div span {
  font-family: "Lora", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-left: 15px;
}

@media only screen and (max-width: 834px) {
  .cont_01 .link_box {
    width: 100%;
  }
  .cont_01 .link_box a {
    height: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .link_box a {
    width: 100%;
  }
  .cont_01 .link_box a:nth-child(n + 3) {
    width: 100%;
  }
  .cont_01 .link_box a:nth-child(even) .box div {
    left: auto;
    right: 20px;
  }
}

.cont_02 {
  padding-bottom: 60px;
  background: linear-gradient(180deg, #fff 120px, #f4f4ed 120px);
}

@media only screen and (max-width: 834px) {
  .cont_02 {
    padding-bottom: 0;
  }
}

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

.cont_02 .ct_item {
  display: block !important;
  width: 32%;
  margin-bottom: 60px;
  padding-bottom: 95px;
  position: relative;
}

.cont_02 .ct_item .box {
  font-size: 0.934em;
}

.cont_02 .ct_item .box img {
  margin-bottom: 20px;
}

.cont_02 .ct_item .box h3 {
  font-size: 20px;
  border-left: 3px solid #81b214;
  padding-left: 20px;
  margin-bottom: 15px;
}

.cont_02 .ct_item .box a {
  display: block;
  width: 250px;
  height: 60px;
  line-height: 58px;
  color: #206a5d !important;
  text-align: center;
  border: 1px solid #206a5d;
  position: relative;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cont_02 .ct_item .box a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 200;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont_02 .ct_item .box a:hover {
  opacity: 1;
  background: #206a5d;
  color: #fff !important;
}

.cont_02 .ct_item .box a:hover::after {
  border-color: #fff;
}

@media only screen and (max-width: 640px) {
  .cont_02 .ct_item .box a {
    width: 85%;
    height: 62px;
    line-height: 60px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_02 .ct_item {
    width: 47.5%;
  }
  .cont_02 .ct_item:nth-child(even) {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02 .ct_item {
    width: 100%;
  }
  .cont_02 .ct_item .box img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

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

.cont_03 .title_01 {
  width: 140px;
}

.cont_03 .btn_01 a, .cont_03 .btn_02 a {
  font-size: 0.934em;
  width: 180px;
  height: 45px;
  line-height: 43px;
}

.cont_03 .top_bloglist {
  width: 100%;
}

.cont_04 {
  color: #fff;
  margin-bottom: -100px !important;
  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;
}

.cont_04 .title_tx {
  width: 100%;
}

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

.cont_04 .title_tx div {
  color: #fff;
  border-color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.cont_04 .ct_tx {
  width: 100%;
}

.cont_04 .btn_02:last-child {
  margin-left: 40px;
}

.cont_04 .btn_02 a {
  background: none;
  border: 1px solid #fff;
}

.cont_04 .btn_02 a:hover {
  background: #fff;
  color: #206a5d !important;
}

.cont_04 .btn_02 .btn_tel {
  line-height: 1;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_04 .btn_02 .btn_tel .tx-s {
  font-size: 0.8em;
  margin-top: -15px;
}

@media screen and (max-width: 680px) {
  .cont_04 .ct_tx {
    font-size: 17px;
    text-align: left !important;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 680px) and (max-width: 1200px) {
  .cont_04 .ct_tx {
    max-width: inherit;
  }
}

@media screen and (max-width: 680px) {
  .cont_04 .btn_02 {
    width: 85%;
    max-width: 517px;
  }
  .cont_04 .btn_02:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
  .cont_04 .btn_02 a {
    width: 100%;
  }
  .cont_04 .btn_02 .btn_tel .tx-s {
    width: 100%;
  }
}

.link_btn .box, .link_btn_02 .box {
  width: 32%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  .link_btn .box, .link_btn_02 .box {
    width: 49%;
    margin-bottom: 2%;
  }
  .link_btn .box:not(:last-child), .link_btn_02 .box:not(:last-child) {
    margin-right: 0;
  }
  .link_btn .box:nth-child(odd), .link_btn_02 .box:nth-child(odd) {
    margin-right: 4%;
  }
}

.link_btn .box:not(:nth-child(3n)), .link_btn_02 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .link_btn .box:not(:nth-child(3n)), .link_btn_02 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .link_btn .box:not(:nth-child(2n)), .link_btn_02 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.link_btn .box a, .link_btn_02 .box a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  font-size: 1.125em;
  line-height: 60px;
  text-align: center;
  background: #206a5d;
  position: relative;
}

.link_btn .box a::after, .link_btn_02 .box a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link_btn_02 .box {
  width: 32%;
  margin-bottom: 2%;
}

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

.link_btn_02 .box:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 834px) {
  .link_btn_02 .box {
    width: 49%;
  }
  .link_btn_02 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .link_btn_02 .box:nth-child(odd) {
    margin-right: 2%;
  }
}

.dfbox_01 .box {
  width: 23%;
}

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

.dfbox_01 .box article h3,
.dfbox_01 .box article div {
  width: 100%;
}

.dfbox_01 .box article img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* title */
/*# sourceMappingURL=assets.css.map */