@charset "UTF-8";
/*
class名の「db」はdebitの略です。
*/
@import url("https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&family=Kiwi+Maru&family=Kosugi+Maru&family=M+PLUS+Rounded+1c&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Zen+Old+Mincho&display=swap");
/* reset */
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  font-size: 16px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a:hover,
a:hover > * {
  opacity: 0.8;
}

sup {
  /* display: inline-block; */
  top: -0.3em;
  font-size: 0.5em;
  text-decoration: none !important;
}

@media screen and (max-device-width: 1024px) {
  sup {
    top: -0.8em;
  }
}
:root {
  --viewWidth: 100vw;
}

/* -----------------------
 common
-------------------------- */
/*
layout
*/
body {
  font-family: "Kosugi Maru", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  line-height: 1;
  color: #000000;
  overflow: hidden;
}

footer[role=contentinfo] #footerInfo #copyRight {
  justify-content: center;
}

/*
parts
*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/*
header
*/
header[role=banner] {
  border: none;
}
header[role=banner] #headerInner {
  margin: 0 auto;
  background-image: url(../images/common/bg_header01.gif);
  background-repeat: no-repeat;
  width: auto;
  background-size: 300px auto;
  background-position: top 4px right 10px;
}
@media (min-width: 768px) {
  header[role=banner] #headerInner {
    width: 100%;
    max-width: 1350px;
    background-position: right 4px top 17px;
    background-size: auto;
    padding-top: 0;
  }
}
header[role=banner] #headerInner .logoWrap {
  padding: 15px 0 5px;
}
@media (min-width: 768px) {
  header[role=banner] #headerInner .logoWrap {
    padding: 13px 0 10px;
  }
}
header[role=banner] #headerInner .logoWrap > p img {
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  header[role=banner] #headerInner .logoWrap > p img {
    width: 37.5%;
  }
}
header[role=banner] #headerTop {
  padding: 2vw 7px 0 7px;
}
@media (min-width: 768px) {
  header[role=banner] #headerTop {
    padding: 0;
  }
}

/*
footer
*/
.db_footer {
  position: relative;
  padding-bottom: 23%;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .db_footer {
    padding-bottom: 123px;
  }
}
.db_footer .db_foote__container {
  padding: 17px 20px;
  overflow: hidden;
  background: #535353;
}
.db_footer .copyright {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .db_footer .copyright {
    font-size: 12px;
  }
}

/*
disclaimer
*/
.disp_pc {
  display: none;
}
@media (min-width: 768px) {
  .disp_pc {
    display: block;
  }
}

.disp_sp {
  display: block;
}
@media (min-width: 768px) {
  .disp_sp {
    display: none;
  }
}

.disp_in_pc {
  display: none;
}
@media (min-width: 768px) {
  .disp_in_pc {
    display: inline-block;
  }
}

.disp_in_sp {
  display: inline-block;
}
@media (min-width: 768px) {
  .disp_in_sp {
    display: none;
  }
}

.none {
  display: block;
}

.br {
  display: block;
}
@media (min-width: 768px) {
  .br {
    display: none;
  }
}

.db-main .db-cont3 {
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .db-main .db-cont3 {
    padding: 0 0 280px;
  }
}
.db-main .fv {
  margin-top: 10px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.db-main .fv .fvbox {
  max-width: 230px;
  margin: 1.5%;
  display: table-cell;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.db-main .db-fo-box {
  margin: 30px 0 0px;
  border-radius: 15px;
  border: 2px solid #f4f4f4;
  background: #f4f4f4;
  padding: 25px 20px;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .db-main .db-fo-box {
    margin: 80px 0 0px;
  }
}
.db-main .db-fo-box p {
  padding: 0;
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.5px;
  background: #f4f4f4;
  color: #000;
}
@media (min-width: 768px) {
  .db-main .db-fo-box p {
    font-size: 18px;
  }
}
.db-main .db-rlist.last {
  margin-bottom: 0;
}
.db-main .db-cont3 {
  padding: 40px 0 40px;
}
@media (min-width: 768px) {
  .db-main .db-cont3 {
    padding: 70px 0 50px;
  }
}
.db-main .db-rttl {
  font-size: 13px;
  color: #019848;
  border-bottom: 2px solid #019848;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .db-main .db-rttl {
    font-size: 18px;
  }
}
.db-main .db-rttl:not(:first-of-type) {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .db-main .db-rttl:not(:first-of-type) {
    margin-top: 60px;
  }
}
.db-main .db-rlist {
  margin-left: 10px;
}
.db-main .db-rlist li {
  font-size: 10px;
  list-style-type: none;
  padding-left: 8px;
  text-indent: -8px;
}
@media (min-width: 768px) {
  .db-main .db-rlist li {
    font-size: 13px;
  }
}
.db-main .db-rlist li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  position: relative;
  left: -8px;
  top: -1px;
}
@media (min-width: 768px) {
  .db-main .db-rlist li:before {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #4c4948;
    left: -10px;
    top: -3px;
  }
}
.db-main .db-rlist li sup {
  vertical-align: 1px;
}
.db-main .db-rlist .d-flex {
  text-indent: 0;
}

.contact_btn {
  width: 100%;
  margin-bottom: 50px;
}

.fvbox a {
  border: none;
  display: block;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .fvbox a {
    border: 2px solid #dcdcdc;
    background: #ffffff;
  }
}

.fvbox a:hover {
  border: none;
}
@media (min-width: 768px) {
  .fvbox a:hover {
    opacity: 1;
    border: 2px solid #00995c;
  }
}

.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.sticky .st_top {
  text-align: right;
  margin-right: 10px;
}
.sticky .st_top img {
  width: 35px;
  height: 35px;
  padding: 0;
}
@media (min-width: 768px) {
  .sticky .st_top img {
    width: 50px;
    height: 50px;
  }
}
.sticky p {
  text-align: center;
  color: #333;
  font-size: 13px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sticky p {
    font-size: 16px;
  }
}
.sticky p img {
  padding: 0 10px;
}
.sticky .sp_st {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sticky .sp_st {
    width: auto;
    margin-bottom: 8px;
  }
}

.st_co {
  background: rgba(239, 239, 239, 0.8);
  padding: 16px 0 12px;
}
@media (min-width: 768px) {
  .st_co {
    padding: 24px 0 12px;
  }
}/*# sourceMappingURL=style.css.map */