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

body {
  counter-reset: number 0;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

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, b, 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: 500;
}

.inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 10px;
}

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

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

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

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

.pankuzu a {
  color: #000000;
  text-decoration: none;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.pankuzu a:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

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

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

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

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

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

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

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

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

.g_head {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
  margin-bottom: 35px;
  padding: 0 30px;
}

@media only screen and (min-width: 641px) and (max-width: 740px) {
  .g_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .g_head {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .g_head {
    padding: 0 10px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 740px) {
  .g_head .siteID {
    margin: 10px 0 !important;
  }
}

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

.g_head .contact_head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  max-width: 875px;
  width: 100%;
}

@media only screen and (min-width: 834px) and (max-width: 1150px) {
  .g_head .contact_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
}

@media only screen and (max-width: 834px) {
  .g_head .contact_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
}

.g_head .contact_head .header_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 2.3%;
  line-height: 1;
  width: 385px;
}

@media only screen and (max-width: 834px) {
  .g_head .contact_head .header_l {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .g_head .contact_head .header_l {
    width: auto !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 5px 0;
  }
}

.g_head .contact_head .header_l li {
  text-align: left;
  font-size: 20px;
  color: #18497b;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .g_head .contact_head .header_l li:first-child {
    margin-right: 13px;
    font-size: 17px;
  }
}

.g_head .contact_head .header_l li:first-child:before {
  content: "/";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16%;
}

@media only screen and (max-width: 640px) {
  .g_head .contact_head .header_l li:first-child:before {
    right: -7%;
  }
}

@media only screen and (max-width: 640px) {
  .g_head .contact_head .header_l li:last-child {
    font-size: 17px;
  }
}

@media only screen and (max-width: 640px) {
  .g_head .contact_head .header_l li {
    text-align: center !important;
  }
}

@media only screen and (min-width: 834px) and (max-width: 1150px) {
  .g_head .contact_head .header_r {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 834px) {
  .g_head .contact_head .header_r {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .g_head .contact_head .header_r {
    width: 80%;
    margin: 10px auto 0 auto;
  }
}

.g_head .contact_head .header_r li a {
  text-decoration: none;
  color: #fff;
  background: #1f7ecc;
  font-size: 13px;
  display: block !important;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
}

.g_head .contact_head .header_r li a:hover {
  background: #fff;
  color: #1f7ecc;
  font-weight: 900;
}

.g_head .contact_head .header_r li a:before, .g_head .contact_head .header_r li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #1f7ecc;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.g_head .contact_head .header_r li a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.g_head .contact_head .header_r li a:hover:before, .g_head .contact_head .header_r li a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

.g_head .contact_head .header_r li:first-child a {
  margin-right: 1px;
  padding: 11px 34px;
}

@media only screen and (max-width: 640px) {
  .g_head .contact_head .header_r li:first-child a {
    display: block;
  }
}

.g_head .contact_head .header_r li:last-child a {
  padding: 11px 18px;
}

@media only screen and (max-width: 640px) {
  .g_head .contact_head .header_r li:last-child a {
    display: block;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .g_head .contact_head .header_r li:last-child a {
    padding: 11px 8px;
  }
}

.header_contact p {
  font-size: 13px;
}

.font1 {
  font-size: 16px;
  margin-right: 9px;
  color: #18497b;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .header_r li {
    width: 270px;
    margin: 0 auto;
  }
}

.fax_num {
  text-align: right !important;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .fax_num {
    text-align: center !important;
  }
}

.contact_head ul {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .g_head h1 img {
    width: 50%;
  }
}

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

header#global_header nav {
  background: #f6f6f6;
  padding: 20.3px;
}

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

header#global_header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header#global_header nav ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #000000;
  padding: 20.3px 0;
}

#mainArea {
  position: relative;
  overflow: hidden;
}

#mainArea ul li {
  outline: none;
}

#mainArea ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 640px) {
  #mainArea ul li img {
    height: 265px !important;
  }
}

.mainTxt {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 126, 204, 0)), color-stop(50%, rgba(31, 126, 204, 0.9)), to(rgba(31, 126, 204, 0)));
  background: linear-gradient(to right, rgba(31, 126, 204, 0), rgba(31, 126, 204, 0.9) 50%, rgba(31, 126, 204, 0));
  padding: 30px;
  max-width: 1130px;
  width: 100%;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  .mainTxt {
    width: 100% !important;
  }
}

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

@media only screen and (max-width: 640px) {
  .mainTxt img {
    vertical-align: middle;
  }
}

/* ----------------------------------------------------------
meanmenu
---------------------------------------------------------- */
.mean-container .mean-bar {
  background: #18497b !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #18497b !important;
}

.mean-container .mean-nav ul li a {
  padding: 2.5% 5% !important;
  border-top: 1px solid  #fff !important;
  color: #fff !important;
}

.mean-container .mean-nav ul li ul li a {
  width: 100% !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

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

#copy {
  display: block;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  line-height: 1;
}

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

#copy a:hover {
  opacity: 1;
}

#footer > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  #footer > div {
    margin: 0 auto;
    display: block;
  }
}

#global_footer {
  padding-bottom: 26px;
}

#global_footer #footer {
  padding: 41px 0;
}

#global_footer #footer address {
  text-align: left;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  #global_footer #footer address {
    text-align: center !important;
  }
}

#global_footer #footer address p {
  font-size: 13px;
}

#global_footer #footer address p:first-child {
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  #global_footer #footer address p {
    text-align: center;
  }
}

#global_footer #footer #fot_nav {
  max-width: 215px;
  width: 100%;
}

#global_footer #footer #fot_nav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#global_footer #footer #fot_nav ul li:last-child {
  margin: 0;
}

#global_footer #footer #fot_nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.topbg {
  background-size: cover;
}

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

.topbg .inner .main_und h2 {
  font-size: 26px;
  font-weight: bold;
  color: #18497b;
  margin-bottom: 25px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topbg .inner .main_und h2 {
    font-size: 3.43vw;
  }
}

@media only screen and (min-width: 641px) and (max-width: 740px) {
  .topbg .inner .main_und h2 {
    font-size: 3.43vw;
  }
}

@media only screen and (max-width: 460px) {
  .topbg .inner .main_und h2 {
    font-size: 5.33vw;
  }
}

@media only screen and (min-width: 834px) and (max-width: 850px) {
  .topbg .inner .main_und div {
    font-size: 15px;
  }
}

@media only screen and (max-width: 834px) {
  .topbg .inner .main_und div {
    text-align: left !important;
  }
}

.topbg .inner .btn_g div {
  width: 250px;
}

.topbg .inner .btn_g div a {
  background: #18a37a;
  color: #fff;
  text-decoration: none;
  padding: 15px 21px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
  font-weight: 500 !important;
}

.topbg .inner .btn_g div a:hover {
  background: #fff;
  color: #18a37a;
  font-weight: 900;
}

.topbg .inner .btn_g div a:before, .topbg .inner .btn_g div a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #1AAB8A;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.topbg .inner .btn_g div a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.topbg .inner .btn_g div a:hover:before, .topbg .inner .btn_g div a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topbg .inner .btn_g div a {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .topbg .inner .btn_g div a {
    display: block;
    padding: 14px 21px !important;
  }
}

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

.contents_imgtxt .box {
  width: 49.06%;
}

.contents_imgtxt .box article h2 {
  font-size: 23px;
  color: #18497b;
  font-weight: bold;
  margin: 10px 0;
}

@media only screen and (max-width: 640px) {
  .contents_imgtxt .box article div {
    text-align: left;
  }
}

.contents_imgtxt .box article div a {
  background: #18a37a;
  color: #fff;
  text-decoration: none;
  padding: 22px;
  margin-top: 34px;
  display: inline-block;
  width: 250px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
}

.contents_imgtxt .box article div a:hover {
  background: #fff;
  color: #18a37a;
  font-weight: 900;
}

.contents_imgtxt .box article div a:before, .contents_imgtxt .box article div a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #1AAB8A;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.contents_imgtxt .box article div a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.contents_imgtxt .box article div a:hover:before, .contents_imgtxt .box article div a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

@media only screen and (max-width: 640px) {
  .contents_imgtxt .box article div a {
    margin-top: 10px !important;
    width: 100% !important;
  }
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgtxt01 .box:first-child {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt01 .box:first-child {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgtxt01 .box:last-child {
    width: 56%;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt01 .box:last-child {
    width: 100%;
    text-align: center;
  }
  .imgtxt01 .box:last-child a {
    width: 100%;
    text-align: center !important;
  }
}

.imgtxt01 .box a {
  padding: 14px 35px !important;
}

@media only screen and (max-width: 640px) {
  .imgtxt01 .box a {
    padding: 14px !important;
  }
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgtxt02 .box:first-child {
    width: 56%;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt02 .box:first-child {
    width: 100%;
    text-align: center;
  }
  .imgtxt02 .box:first-child a {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgtxt02 .box:last-child {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt02 .box:last-child {
    width: 100%;
    text-align: center;
  }
}

.imgtxt02 a {
  padding: 14px 35px !important;
}

.imgtxt01 a {
  padding: 14px 35px !important;
}

.imgpd a {
  text-align: center !important;
  padding: 5px 35px !important;
  line-height: 1.5 !important;
  height: 58px;
}

@media only screen and (max-width: 640px) {
  .imgpd a {
    padding: 17px 5px !important;
  }
}

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

.fa_bg .inner {
  margin: 0 auto;
}

.fa_bg .inner .h2txt h2 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}

@media only screen and (max-width: 535px) {
  .fa_bg .inner .h2txt h2 {
    font-size: 4.8vw;
  }
}

@media only screen and (max-width: 460px) {
  .fa_bg .inner .h2txt h2 {
    font-size: 22px;
  }
}

.fa_bg .inner .h2txt div {
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  .fa_bg .inner .h2txt div {
    text-align: left !important;
  }
}

.contact_btt td:first-child {
  width: 31.6% !important;
}

.contact_btt td:first-child div a {
  margin-right: 1px;
}

.contact_btt td:last-child {
  width: 43% !important;
}

.tb_bk {
  background: #fff;
  padding: 30px 3.1% !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 834px) and (max-width: 960px) {
  .tb_bk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.tb_bk .box_01 {
  width: 43.3%;
  margin-right: 2.08%;
}

@media only screen and (min-width: 834px) and (max-width: 900px) {
  .tb_bk .box_01 {
    margin: 0 auto !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tb_bk .box_01 {
    width: 430px !important;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 640px) {
  .tb_bk .box_01 {
    width: 75% !important;
    margin: 0 auto !important;
  }
}

.tb_bk .box_01 td {
  border: none;
  line-height: 1;
}

.tb_bk .box_02 {
  width: 54.2%;
}

@media only screen and (min-width: 834px) and (max-width: 960px) {
  .tb_bk .box_02 {
    margin-top: 10px;
    width: 75%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tb_bk .box_02 {
    width: 75%;
  }
}

@media only screen and (max-width: 640px) {
  .tb_bk .box_02 {
    width: 100% !important;
  }
}

.tb_bk .box_02 td {
  border: none;
}

.tb_bk .box_02 td div a {
  text-decoration: none;
  font-size: 13.48px;
  color: #fff;
  line-height: 2.307;
  background: #1f7ecc;
  padding: 11px 16px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
}

.tb_bk .box_02 td div a:hover {
  background: #fff;
  color: #1f7ecc;
  font-weight: 900;
}

.tb_bk .box_02 td div a:before, .tb_bk .box_02 td div a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #1f7ecc;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.tb_bk .box_02 td div a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.tb_bk .box_02 td div a:hover:before, .tb_bk .box_02 td div a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

.tb_bk .box_02:first-child div a {
  margin-right: 1px;
}

.tb_bk .box_02:last-child div .gr_bt .a {
  text-decoration: none;
  font-size: 13.48px;
  color: #fff;
  line-height: 2.307;
  background: #1f7ecc;
  padding: 11px 25px;
  display: block;
}

.tb_bk .box_02:last-child div .gr_bt a {
  text-decoration: none;
  color: #fff;
  line-height: 2.307;
  background: #1f7ecc;
  font-size: 13px;
  padding: 11px 17px;
  display: block;
}

@media only screen and (min-width: 641px) and (max-width: 740px) {
  .contact_btt tr {
    display: block !important;
  }
}

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

@media only screen and (min-width: 641px) and (max-width: 740px) {
  .contact_btt tr td:first-child {
    display: block !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 834px) {
  .contact_btt tr td:first-child {
    display: block !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 740px) {
  .contact_btt tr td:last-child {
    display: block !important;
    width: 100% !important;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 834px) {
  .contact_btt tr td:last-child {
    display: block !important;
    width: 100% !important;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 834px) and (max-width: 900px) {
  .box_01 {
    width: 55% !important;
  }
}

@media only screen and (max-width: 834px) {
  .box_01 {
    width: 55% !important;
  }
}

@media only screen and (min-width: 834px) and (max-width: 900px) {
  .box_01 td:first-child img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 834px) {
  .box_01 td:first-child img {
    width: 100% !important;
  }
}

@media only screen and (min-width: 834px) and (max-width: 900px) {
  .box_01 td:last-child img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 834px) {
  .box_01 td:last-child img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 834px) {
  .contents_ad {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 834px) and (max-width: 900px) {
  .contents_ad img {
    width: 100% !important;
    max-width: initial !important;
    float: none !important;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 834px) {
  .contents_ad img {
    width: 100% !important;
    max-width: initial !important;
    float: none !important;
  }
}

.img_company a {
  width: 100% !important;
  height: auto !important;
}

@media only screen and (max-width: 834px) {
  .img_company a img {
    width: auto !important;
    width: 100% !important;
  }
}

.h2tit h2 {
  font-size: 26px;
  color: #18497b;
  font-weight: bold;
  line-height: 1;
}

.up_dt {
  border: 1px solid #ccc;
  padding: 25px 30px 30px 30px;
}

.up_dt .scroll {
  max-height: 300px;
  overflow-x: auto;
}

.up_dt dl {
  border-bottom: 1px dotted #000000;
  padding-bottom: 11px !important;
  margin-top: 45px;
}

.up_dt dl:first-child {
  margin-top: 0;
}

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

.up_dt dl dt {
  background: #fff !important;
  border: none !important;
  display: block !important;
  padding: 0 !important;
}

.up_dt dl dd {
  border: none !important;
  display: block !important;
  padding: 0 !important;
}

.gr_bt a {
  background: #18a37a;
  color: #fff;
  text-decoration: none;
  padding: 22px;
}

/* ------------------------------------------------------------
works.html
------------------------------------------------------------ */
.h1tit {
  background: -webkit-gradient(linear, left top, right top, from(#024588), to(#0a7fc5));
  background: linear-gradient(to right, #024588, #0a7fc5);
  background-size: cover;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 3% 0;
}

.h1tit article {
  max-width: 960px;
  margin: 0 auto;
}

.h1tit article h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-left: 50px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 834px) {
  .h1tit article h1 {
    padding: 0 !important;
    text-align: center !important;
  }
}

.h2_titl article {
  display: block;
}

.h2_titl article h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f7f7f7;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
  margin-bottom: 15px;
}

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

.work_01 .btn_g {
  width: 37%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .work_01 .btn_g {
    width: 80%;
    margin: 10px auto 0 auto;
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .work_01 .btn_g {
    width: 100%;
    width: 95%;
    margin: 10px auto 0 auto;
  }
}

.work_01 .btn_g a {
  background: #18a37a;
  color: #fff;
  text-decoration: none;
  padding: 22px;
  width: 100%;
  display: block;
  font-size: 15px;
  min-width: 350px;
}

@media only screen and (max-width: 834px) {
  .work_01 .btn_g a {
    padding: 17px;
  }
}

.work_01 .h2_titl {
  width: 60%;
}

@media only screen and (max-width: 834px) {
  .work_01 .h2_titl {
    width: 95%;
    margin: 0 auto;
  }
}

.work_01 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.btn_g > div {
  width: 42%;
  margin: 0 auto;
}

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

@media only screen and (max-width: 640px) {
  .btn_g > div {
    width: 100% !important;
  }
}

.btn_g > div a {
  width: 100%;
}

.btn_g a {
  background: #18a37a;
  color: #fff;
  text-decoration: none;
  padding: 18px;
  font-weight: 900;
  display: inline-block;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
}

.btn_g a:hover {
  background: #fff;
  color: #18a37a;
  font-weight: 900;
}

.btn_g a:before, .btn_g a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #1AAB8A;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.btn_g a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn_g a:hover:before, .btn_g a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btn_g a {
    width: 57%;
    font-size: 13px;
    padding: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .btn_g a {
    width: 100%;
    padding: 17px;
  }
}

/* ------------------------------------------------------------
transport.html
------------------------------------------------------------ */
.h3ttl_txt {
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #18497b;
}

.h3ttl_txt h3 {
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #18497b;
  color: #ffffff;
  font-weight: bold;
}

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

.h3ttl_txt div {
  margin: 0;
  padding: 0;
}

.h3ttl_txt > article {
  padding: 0.4em 0.5em;
}

.h2im_f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h2im_f .transport01 {
  width: 50%;
}

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

.h2im_f .transport02 {
  width: 45%;
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .h2im_f .transport02 img {
    min-width: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .h2im_f .transport02 img {
    width: 100%;
    margin-top: 25px;
  }
}

.form_abv h2 {
  margin-bottom: 25px;
}

.form_abv a {
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

.form_tel div {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  padding-left: 45px;
  margin-top: 25px;
}

@media only screen and (max-width: 640px) {
  .form_tel div {
    padding-left: 0 !important;
  }
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .form_con dl {
    display: block !important;
  }
}

.form_con dl dt {
  border: none !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 24px 16px !important;
}

@media only screen and (max-width: 640px) {
  .form_con dl dt {
    display: block !important;
    width: 100% !important;
    background: #d7f1fc !important;
    border: none !important;
    padding: 10px 16px !important;
  }
}

.form_con dl dd {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  padding: 24px 16px !important;
}

@media only screen and (max-width: 640px) {
  .form_con dl dd {
    display: block !important;
    width: 100% !important;
    padding: 10px 16px !important;
  }
}

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

/* ------------------------------------------------------------
flower_arrangement.html
------------------------------------------------------------ */
.flower_fle {
  border: 3px solid #d7f1fc;
  padding: 20px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -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: 640px) {
  .flower_fle {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    padding: 20px 0 !important;
  }
}

.flower_fle .box {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .flower_fle .box {
    width: 90% !important;
  }
}

.flower_fle .box:last-child {
  width: 26%;
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .flower_fle .box:last-child {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.flower_fle img {
  height: 250px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: auto !important;
}

@media only screen and (max-width: 640px) {
  .flower_fle img {
    width: 48% !important;
  }
}

.contact_procedure .box {
  width: 50%;
}

@media only screen and (min-width: 641px) and (max-width: 775px) {
  .contact_procedure dl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
  }
}

.contact_procedure dl dt {
  background: #dbebf8 !important;
  font-weight: bold;
}

@media only screen and (min-width: 641px) and (max-width: 775px) {
  .contact_procedure dl dt {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 775px) {
  .contact_procedure dl dd {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
  }
}

.btn_g ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

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

.btn_g ul li {
  width: 30%;
}

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

.btn_g ul li a {
  background: #18a37a;
  color: #fff;
  text-decoration: none;
  padding: 22px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
}

.btn_g ul li a:hover {
  background: #fff;
  color: #18a37a;
  font-weight: 900;
}

.btn_g ul li a:before, .btn_g ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #1AAB8A;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.btn_g ul li a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn_g ul li a:hover:before, .btn_g ul li a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

@media only screen and (max-width: 640px) {
  .btn_g ul li a {
    padding: 19px;
  }
}

.photos_flower .box {
  width: 18.33%;
  margin-right: 2.083%;
  margin-bottom: 2.083%;
}

.photos_flower .box:nth-of-type(5n) {
  margin-right: 0 !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .photos_flower .box:nth-of-type(5n) {
    margin-right: 3.125% !important;
  }
}

@media only screen and (max-width: 640px) {
  .photos_flower .box:nth-of-type(5n) {
    margin-right: 4.79% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .photos_flower .box {
    width: 31.25% !important;
    margin-right: 3.125% !important;
    margin-bottom: 3.125% !important;
  }
  .photos_flower .box:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .photos_flower .box {
    width: 47.6% !important;
    margin-right: 4.79% !important;
    margin-bottom: 4.79% !important;
  }
  .photos_flower .box:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

.photos_flower .box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 235px !important;
}

.used_ex h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .used_ex h2 {
    font-size: 4.53vw !important;
  }
}

.used_ex div {
  font-size: 17px;
  margin-bottom: 20px;
}

.form_tel a {
  text-decoration: none !important;
}

.anc_li h2 > div {
  display: inline-block;
}

.contact_procedure {
  counter-increment: section;
}

.contact_procedure dl dt {
  display: inline-block !important;
}

.contact_procedure dl dt:before {
  counter-increment: number 1;
  content: "STEP" counter(number) " ";
  font-size: 13px;
  padding-right: 10px;
  color: #1f7ecc;
}

/* ------------------------------------------------------------
メール確認画面
------------------------------------------------------------ */
.form_wrap.confirm {
  margin-top: 50px;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

.qaz .box {
  width: 30%;
}

.qaz .box::before {
  content: "POINT!";
  position: absolute;
  font-size: 1.3rem;
  font-weight: 700;
  right: 0;
  left: 0;
  top: -50px;
  margin: auto;
  z-index: 2;
}

.qaz .box div {
  font-weight: bold;
}

.qaz .box div:after {
  content: "";
  background-image: url(../images/contents/icon.png);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  top: -72px;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

/* ------------------------------------------------------------
404.html
------------------------------------------------------------ */
.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center !important;
}

.error_link div {
  text-align: center !important;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #000000;
}

.error_link a:hover {
  text-decoration: underline;
}

.fancybox-toolbar {
  visibility: initial !important;
}

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 48px !important;
    opacity: 1;
  }
}

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

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

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.spBlk {
  display: none;
}

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

.spBlk02 {
  display: none;
}

@media only screen and (min-width: 641px) and (max-width: 775px) {
  .spBlk02 {
    display: block;
  }
}

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

.spBlk03 {
  display: none;
}

@media only screen and (max-width: 440px) {
  .spBlk03 {
    display: block;
  }
}

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

.linkTel a {
  text-decoration: none;
  pointer-events: none;
  color: #18497b;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .linkTel a {
    pointer-events: auto;
  }
}

.spBlk05 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .spBlk05 {
    display: block;
  }
}
/*# sourceMappingURL=assets.css.map */