@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.ccm-page {
  line-height: 1;
}

.ccm-page {
  /* change colours to suit your needs */
  /* change colours to suit your needs */
  /* change border colour to suit your needs */
}
.ccm-page article, .ccm-page aside, .ccm-page details, .ccm-page figcaption, .ccm-page figure,
.ccm-page footer, .ccm-page header, .ccm-page hgroup, .ccm-page menu, .ccm-page nav, .ccm-page section {
  display: block;
}
.ccm-page nav ul {
  list-style: none;
}
.ccm-page blockquote, .ccm-page q {
  quotes: none;
}
.ccm-page blockquote:before, .ccm-page blockquote:after,
.ccm-page q:before, .ccm-page q:after {
  content: "";
  content: none;
}
.ccm-page a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.ccm-page ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.ccm-page mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.ccm-page del {
  text-decoration: line-through;
}
.ccm-page abbr[title], .ccm-page dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.ccm-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ccm-page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.ccm-page input, .ccm-page select {
  vertical-align: middle;
}

/* ここまでhtml5reset-1.6.1.scss */
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #666;
  font-family: "メイリオ", Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 19px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  body {
    min-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 567px) {
  body {
    font-size: 16px;
    min-width: auto;
  }
}
body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  max-height: 999999px;
}

::selection {
  color: #fff;
  background: #8ae5ff;
}

::-moz-selection {
  color: #fff;
  background: #8ae5ff;
}

#page {
  overflow: hidden;
}

.main {
  background-color: #fff;
}
.main p {
  line-height: 1.8;
}
@media screen and (max-width: 567px) {
  .main p {
    line-height: 1.5;
  }
}

p b {
  font-weight: bold;
  color: #333;
}

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s linear;
}
a:hover {
  color: inherit;
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}

li {
  list-style-type: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 567px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  iframe {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 567px) {
  br.pcbr {
    display: none;
  }
}
@media print, screen and (min-width: 568px) {
  br.spbr {
    display: none;
  }
}

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

@media print, screen and (min-width: 568px) {
  .pchide {
    display: none;
  }
}

/*--
404
--*/
.mod-err {
  line-height: 1.6;
  text-align: center;
  padding: 20px 0 50px 0;
}
@media screen and (max-width: 567px) {
  .mod-err {
    text-align: left;
    padding: 100px 15px 60px 15px;
  }
}
.mod-err .mod-err__inner {
  display: inline-block;
  text-align: left;
}
.mod-err .mod-err__title {
  color: #666;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 567px) {
  .mod-err .mod-err__title {
    line-height: 1.4;
    text-align: left;
    margin-bottom: 30px;
  }
}
.mod-err p {
  color: #666;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .mod-err p {
    text-align: left;
  }
}
.mod-err .mod-err__list {
  font-size: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 567px) {
  .mod-err .mod-err__list {
    margin-top: 30px;
  }
}
.mod-err .mod-err__list li {
  position: relative;
  padding-left: 18px;
}
.mod-err .mod-err__list li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ff6000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 567px) {
  .mod-err .mod-err__list li:before {
    top: 7px;
    margin-top: 0;
  }
}
.mod-err .mod-err__list li + li {
  margin-top: 15px;
}

/*--
ログイン
--*/
.mod-login {
  background-color: #eee;
  margin: 45px auto 60px auto;
  text-align: center;
  padding: 60px 5px;
  width: 1100px;
}
@media screen and (max-width: 567px) {
  .mod-login {
    background-color: inherit;
    margin: 0;
    padding: 90px 15px 60px 15px;
    text-align: left;
    width: auto;
  }
}
.mod-login .mod-login__inner {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 567px) {
  .mod-login .mod-login__inner {
    display: block;
  }
}

.mod-login__title {
  color: #ff6000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 567px) {
  .mod-login__title {
    font-size: 20px;
  }
}

.mod-login__input {
  font-size: 15px;
}

.mod-login__input label {
  display: block;
  padding: 5px 0;
}
.mod-login__input label:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.mod-login__input:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.mod-login__input span {
  float: left;
  width: 7em;
  padding: 5px 0;
}
@media screen and (max-width: 567px) {
  .mod-login__input span {
    display: block;
    float: none;
  }
}

.mod-login__input input {
  padding: 5px;
}
@media screen and (max-width: 567px) {
  .mod-login__input input {
    width: 100%;
  }
}

.mod-login__btn {
  font-size: 15px;
  margin-top: 15px;
  padding-left: 7em;
}
@media screen and (max-width: 567px) {
  .mod-login__btn {
    margin-top: 20px;
    padding-left: 0;
  }
  .mod-login__btn input {
    font-size: 15px;
    padding: 5px 15px;
  }
}

.mod-login__err {
  color: #c00;
  padding: 15px 0;
}

.mod-login__err__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

.header {
  width: 100%;
  background: #ff6000;
}
.header .header__inner {
  padding: 20px 0;
}
@media print, screen and (min-width: 568px) {
  .header .header__inner {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media screen and (max-width: 567px) {
  .header .header__inner {
    width: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 567px) {
  .header .header__inner {
    width: auto;
    padding: 8px 0;
    margin: auto;
  }
}

.header__top__h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 567px) {
  .header__top__h1 {
    justify-content: space-around;
    padding: 0 15px;
  }
}
@media screen and (max-width: 567px) {
  .header__top__h1 a {
    width: 26%;
  }
}
.header__top__h1 .header__top__copy {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 0 18px;
}
@media screen and (max-width: 567px) {
  .header__top__h1 .header__top__copy {
    font-size: 3.1vw;
    margin: 0;
    line-height: 1.2;
    width: 66%;
  }
}

.footer {
  position: relative;
  border-top: 2px solid #ff6000;
}
@media screen and (max-width: 567px) {
  .footer {
    position: relative;
    z-index: 999;
    overflow: hidden;
  }
}
.footer .footer__inner {
  display: table;
  position: relative;
  padding: 25px 0 0;
}
@media print, screen and (min-width: 568px) {
  .footer .footer__inner {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__inner {
    width: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__inner {
    padding-top: 10px;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.footer .footer__sitemap,
.footer .company-info {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap,
  .footer .company-info {
    display: block;
  }
}
.footer .footer__sitemap {
  color: #ff6000;
  font-size: 14px;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap {
    text-align: left;
  }
}
.footer .footer__sitemap li {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap li {
    display: block;
  }
  .footer .footer__sitemap li + li {
    border-top: 1px solid #fff !important;
  }
  .footer .footer__sitemap li a {
    display: block;
    padding: 15px;
    position: relative;
    width: 100%;
  }
  .footer .footer__sitemap li a:after {
    border-top: 2px solid #ff6000;
    border-right: 2px solid #ff6000;
    content: "";
    display: inline-block;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center center;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
  }
}
.footer .footer__sitemap li + li {
  border-left: 1px solid #ff6000;
  padding-left: 12px;
  margin-left: 12px;
}
.footer .footer__sitemap li + li:last-child {
  border-right: 1px solid #ff6000;
  padding-right: 12px;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap li + li:last-child {
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap li + li {
    padding: 0;
    margin: 0;
    border-left: none;
    border-top: 1px solid #ff6000;
  }
}
.footer .footer__sitemap .footer__sitemap-top > ul > li > a {
  font-weight: bold;
}
@media print, screen and (min-width: 568px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li > a {
    display: inline-block;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li > a {
    background: #ff6000;
    color: #fff;
  }
  .footer .footer__sitemap .footer__sitemap-top > ul > li > a:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media print, screen and (min-width: 568px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul {
    display: inline-block;
    position: relative;
  }
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #ff6000;
    position: absolute;
    top: 6px;
    left: -10px;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul {
    margin: 0;
    padding: 0;
  }
}
.footer .footer__sitemap .footer__sitemap-top > ul > li ul li:first-child {
  margin-left: 16px;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul li:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul li a {
    padding-left: 30px;
  }
}
.footer .footer__sitemap .footer__sitemap-bottom {
  margin: 20px 0 0;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-bottom li a {
    background: #ff6000;
    color: #fff;
  }
  .footer .footer__sitemap .footer__sitemap-bottom li a:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.company-info {
  width: 240px;
}
@media screen and (max-width: 567px) {
  .company-info {
    width: auto;
    margin: 30px 0 0;
  }
}
.company-info .link-logo {
  text-align: center;
  display: block;
}
.company-info .link-logo img {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 567px) {
  .company-info .link-logo img {
    width: 270px;
    height: auto;
  }
}
.company-info .link-nwin {
  display: block;
  margin: 8px 20px 0 0;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #ff6000;
  position: relative;
}
.company-info .link-nwin:after {
  content: "";
  position: absolute;
  right: -17px;
  top: 1px;
  width: 12px;
  height: 13px;
  background: url(../img/icon-nwindow.png) no-repeat;
}
@media screen and (max-width: 567px) {
  .company-info .link-nwin:after {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 567px) {
  .company-info .link-nwin {
    text-align: center;
    margin: 12px 0 0;
  }
  .company-info .link-nwin:after {
    width: 10px;
    height: 10px;
    background-size: 100%;
  }
}

.footer__copyright {
  border-top: 2px solid #ff6000;
  background: #293335;
  padding: 30px 0;
  color: #5c6567;
  display: block;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .footer__copyright {
    font-size: 10px;
    margin-top: 40px;
    line-height: 1.5;
  }
}

.page-top {
  position: absolute;
}
@media print, screen and (min-width: 568px) {
  .page-top {
    width: 90px;
    height: 32px;
    left: 50%;
    top: -32px;
    z-index: 1000;
    transform: translateX(480px);
  }
  .page-top a {
    display: block;
    background: #ff6000;
    line-height: 32px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding-left: 34px;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
  .page-top a:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center center;
    position: absolute;
    top: 19px;
    left: 12px;
    width: 7px;
  }
  .page-top a:after {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    background: #fff;
    transform: translateX(-50%);
    transform-origin: center center;
    position: absolute;
    top: 10px;
    left: 20px;
  }
}
@media screen and (max-width: 567px) {
  .page-top {
    height: 40px;
    width: 60px;
    right: 30px;
    top: -60px;
  }
  .page-top a {
    font-size: 12px;
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 27px 0 6px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    position: relative;
  }
  .page-top a:before {
    border-top: 2px solid #ff6000;
    border-left: 2px solid #ff6000;
    content: "";
    display: inline-block;
    height: 10px;
    transform: rotate(45deg) translateX(-50%);
    transform-origin: center center;
    position: absolute;
    top: 18px;
    left: 48%;
    width: 10px;
  }
  .page-top a:after {
    content: "";
    display: block;
    height: 2px;
    width: 22px;
    background: #ff6000;
    transform: translateX(-50%);
    transform-origin: center center;
    position: absolute;
    top: 6px;
    left: 50%;
  }
}
.page-top.fixed {
  position: fixed;
  top: inherit;
  z-index: 100;
}
@media print, screen and (min-width: 568px) {
  .page-top.fixed {
    bottom: 20px;
    left: 50%;
    transform: translateX(480px);
  }
  .page-top.fixed a {
    border-radius: 10px;
  }
}
@media screen and (max-width: 567px) {
  .page-top.fixed {
    bottom: 20px;
    right: 15px;
  }
}

/*------------------------------------------------------------
  ページレイアウト
------------------------------------------------------------*/
.section__inner {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 568px) {
  .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
  }
}
@media screen and (max-width: 567px) {
  .section__inner {
    width: auto;
    padding: 0 15px;
  }
}

/*見出し*/
.b-band-title {
  background: #002e73;
  padding: 36px 0;
  font-size: 60px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 567px) {
  .b-band-title {
    font-size: 35px;
    line-height: 1.3;
    padding: 24px 15px;
  }
}
.b-band-title.f-s {
  font-size: 30px;
  padding: 14px 0;
}
@media screen and (max-width: 567px) {
  .b-band-title.f-s {
    padding: 12px 0;
    font-size: 18px;
  }
}

.b-bb-title {
  display: block;
  font-size: 50px;
  font-weight: bold;
  color: #002e73;
  line-height: 1.5;
  border-bottom: 2px solid #002e73;
}
@media print, screen and (min-width: 568px) {
  .b-bb-title {
    width: 1140px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 567px) {
  .b-bb-title {
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    margin-top: 25px;
  }
}

.r-bb-title {
  background: #E60012;
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 30px auto;
}
@media print, screen and (min-width: 568px) {
  .r-bb-title {
    width: 1140px;
    margin: 65px auto 30px;
  }
}
@media screen and (max-width: 567px) {
  .r-bb-title {
    font-size: 25px;
    line-height: 1.3;
  }
}

/*丸数字リスト*/
.add__serial--group {
  counter-reset: serial;
}
.add__serial--group .add_point {
  padding-left: 30px;
  position: relative;
}
.add__serial--group .add_point + * {
  margin: 20px 0 0;
}
.add__serial--group .add_point:before {
  counter-increment: serial;
  position: absolute;
  top: 3px;
  left: 7px;
  line-height: 1;
  text-align: center;
  z-index: 10;
}
.add__serial--group .add_point:after {
  content: "";
  display: block;
  background: #006934;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 0;
}
.add__serial--group .add_serial {
  padding-left: 30px;
  position: relative;
}
.add__serial--group .add_serial + * {
  margin: 20px 0 0;
}
.add__serial--group .add_serial:before {
  counter-increment: serial;
  content: counter(serial);
  position: absolute;
  font-size: 15px;
  color: #fff;
  top: 3px;
  left: 7px;
  line-height: 1;
  text-align: center;
  z-index: 10;
}
.add__serial--group .add_serial:after {
  content: "";
  display: block;
  background: #002e73;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 0;
}
.add__serial--group .add_serial ul.note {
  margin: 4px 0 0;
}
.add__serial--group .add_serial:nth-child(n+10):before {
  left: 2px;
}
.add__serial--group.r-c .add_serial:after {
  background: #E60012;
}

/*丸数字リスト*/
/*================
注釈
================*/
ul.notice {
  margin-top: 18px;
}
ul.notice li {
  text-indent: -1em;
  margin-left: 1em;
  padding-left: 20px;
  position: relative;
  margin: 20px 0 0;
}
ul.notice li:before {
  content: "※";
}

/*================
ポイント
================*/
ul.point {
  position: relative;
  margin-top: 18px;
}
ul.point li {
  position: relative;
  padding-left: 90px;
  margin: 20px 0 0;
}
ul.point li:before {
  content: url(../img/donou/point.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 100;
}

/*================
YouTube
================*/
.video {
  display: flex;
  justify-content: space-evenly;
}
@media print, screen and (min-width: 568px) {
  .video {
    margin: 50px 0;
  }
}
@media screen and (max-width: 567px) {
  .video {
    width: 90%;
    height: 30vh;
    margin: 30px auto;
  }
}

/*------------------------------------------------------------
KV
------------------------------------------------------------*/
#main .main-image {
  text-align: center;
  background: url(../img/donou/KV_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

/*------------------------------------------------------------
水害情報と備え
------------------------------------------------------------*/
.suigai {
  padding: 80px 0;
}
@media screen and (max-width: 567px) {
  .suigai {
    padding: 30px 15px;
  }
}
.suigai_info {
  position: relative;
}
.suigai_info h2 {
  color: #000;
  font-size: 60px;
  text-align: left;
}
@media print, screen and (min-width: 568px) {
  .suigai_info h2 {
    position: absolute;
  }
}
@media screen and (max-width: 567px) {
  .suigai_info h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.suigai_info h2-map {
  position: absolute;
  top: 5vh;
  left: 20vw;
  z-index: 0;
}
.suigai_info-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 568px) {
  .suigai_info-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 567px) {
  .suigai_info-title {
    font-size: 18px;
  }
}
.suigai h3 {
  font-size: 45px;
  color: #002e73;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 567px) {
  .suigai h3 {
    font-size: 25px;
    margin-bottom: 18px;
    line-height: 1.4;
  }
}
.suigai .triangle {
  width: 0;
  height: 0;
  border-style: solid;
}
@media print, screen and (min-width: 568px) {
  .suigai .triangle {
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top: 60px solid #002e73;
    border-bottom: 0;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 567px) {
  .suigai .triangle {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 30px solid #002e73;
    border-bottom: 0;
    margin: 0 auto 20px;
  }
}
.suigai .syutten {
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 568px) {
  .suigai .syutten {
    font-size: 12px;
  }
}
@media screen and (max-width: 567px) {
  .suigai .syutten {
    font-size: 6px;
  }
}
@media print, screen and (min-width: 568px) {
  .suigai-box {
    margin: 30px auto 0;
  }
}
.suigai-box__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #000;
}
@media print, screen and (min-width: 568px) {
  .suigai-box__content {
    width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .suigai-box__content__left {
    width: 480px;
    text-align: center;
  }
  .suigai-box__content__left img + img {
    margin-top: 20px;
  }
  .suigai-box__content__right {
    width: 520px;
    margin-left: 30px;
  }
  .suigai-box__content .conventional {
    color: #fff;
    font-weight: bold;
    text-align: left;
  }
}
@media print, screen and (min-width: 568px) and (min-width: 568px) {
  .suigai-box__content .conventional {
    font-size: 35px;
  }
}
@media screen and (min-width: 568px) and (max-width: 567px) {
  .suigai-box__content .conventional {
    font-size: 20px;
  }
}
@media screen and (max-width: 567px) {
  .suigai-box__content__left {
    width: 70%;
    margin: 20px auto;
  }
  .suigai-box__content__left img + img {
    margin-top: 16px;
  }
}
.suigai-box p {
  color: #fff;
}
@media print, screen and (min-width: 568px) {
  .suigai-box p {
    font-size: 25px;
    margin: 3px 0;
  }
}
@media screen and (max-width: 567px) {
  .suigai-box p {
    font-size: 15px;
    margin: 3px 0;
  }
}

/*------------------------------------------------------------
特長
------------------------------------------------------------*/
.feature {
  background: #dfe7ef;
}
@media print, screen and (min-width: 568px) {
  .feature {
    height: 4800px;
  }
}

.appeal-title {
  color: #fff;
  padding: 34px 0 28px;
  font-size: 60px;
  text-align: center;
  line-height: 1.1;
  background: #002e73;
}
@media screen and (max-width: 567px) {
  .appeal-title {
    font-size: 6vw;
    line-height: 1.3;
    padding: 15px;
  }
}
.appeal-title span {
  display: inline-block;
  position: relative;
}
.appeal-title span:after {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  width: 148px;
  height: 143px;
  background: url() no-repeat;
}
@media screen and (max-width: 567px) {
  .appeal-title span:after {
    width: 50px;
    height: 50px;
    background-size: contain;
  }
}
.appeal-title.v1 span:after {
  top: -54px;
  right: -60px;
}
@media screen and (max-width: 567px) {
  .appeal-title.v1 span:after {
    top: -40px;
    right: -20px;
  }
}
.appeal-title.v2 span:after {
  top: -59px;
  right: 67px;
}
@media screen and (max-width: 567px) {
  .appeal-title.v2 span:after {
    top: -40px;
    right: 0px;
  }
}
.appeal-content {
  background: #dfe7ef;
}
@media screen and (max-width: 567px) {
  .appeal-content {
    padding: 15px 0 50px;
  }
}
.appeal-content__top {
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .appeal-content__top {
    width: 90%;
    margin: 10px auto;
  }
}
@media print, screen and (min-width: 568px) {
  .appeal-content__bottom {
    margin: 0 auto 20px;
    width: 1140px;
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content__bottom {
    width: 90%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content__bottom img {
    width: 90%;
    margin: 10px auto;
  }
}
.appeal-content-txt {
  color: #002e73;
  font-weight: bold;
}
@media print, screen and (min-width: 568px) {
  .appeal-content-txt {
    font-size: 30px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-txt {
    font-size: 18px;
    line-height: 1.5;
  }
}
.appeal-content-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 568px) {
  .appeal-content-box {
    width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-box {
    width: 90%;
    margin: 10px auto;
  }
}
.appeal-content-box__left {
  width: 480px;
  text-align: center;
}
@media print, screen and (min-width: 568px) {
  .appeal-content-box__left img {
    width: 360px;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-box__left img {
    width: 70vw;
  }
}
@media print, screen and (min-width: 568px) {
  .appeal-content-box__right {
    width: 520px;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-box__right {
    width: 60vw;
    text-align: center;
    margin: 10px auto;
  }
}
.appeal-content-box__right p {
  color: #002e73;
  font-weight: bold;
}
@media print, screen and (min-width: 568px) {
  .appeal-content-box__right p {
    font-size: 30px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-box__right p {
    font-size: 15px;
    text-align: left;
    margin: 5px auto;
  }
}
.appeal-content-box__right span {
  color: #E60012;
}
@media print, screen and (min-width: 568px) {
  .appeal-content-box__bottom {
    margin: 50px auto;
    width: 1140px;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-box__bottom {
    width: 90%;
    margin: 10px auto;
  }
}
.appeal-content-box__bottom__left {
  width: 70%;
  margin: 20px auto;
}
.appeal-content-box__bottom__left img + img {
  margin-top: 16px;
}
.appeal-content-box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 568px) {
  .appeal-content-box-2 {
    width: 1140px;
    margin: 80px auto;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-box-2 {
    width: 90%;
    margin: 30px auto;
  }
}
@media print, screen and (min-width: 568px) {
  .appeal-content-box-2__left {
    width: 250px;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-box-2__left {
    width: 45%;
  }
}
@media print, screen and (min-width: 568px) {
  .appeal-content-box-2__left img {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-box-2__left img {
    width: 30vw;
    height: auto;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 568px) {
  .appeal-content-box-2__right {
    width: 350px;
  }
}
@media screen and (max-width: 567px) {
  .appeal-content-box-2__right {
    width: 55%;
  }
}
@media print, screen and (min-width: 568px) {
  .appeal-point {
    width: 1140px;
    margin: 25px auto;
  }
}
@media screen and (max-width: 567px) {
  .appeal-point {
    width: 90%;
    margin: 20px auto;
  }
}
.appeal-point-txt {
  font-weight: bold;
  color: #002e73;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 568px) {
  .appeal-point-txt {
    font-size: 40px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 567px) {
  .appeal-point-txt {
    font-size: 15px;
    margin: 15px auto;
  }
}
.appeal-point-txt span {
  color: #E60012;
}
.appeal-point-txt-2 {
  font-size: 40px;
  font-weight: bold;
  color: #002e73;
  text-align: left;
  line-height: 1.4;
  margin: 50px auto;
}
@media screen and (max-width: 567px) {
  .appeal-point-txt-2 {
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 1.4;
  }
}

/*------------------------------------------------------------
処分方法
------------------------------------------------------------*/
.header_triangle {
  width: 0;
  height: 0;
  border-style: solid;
}
@media print, screen and (min-width: 568px) {
  .header_triangle {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 60px solid #002e73;
    border-bottom: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  .header_triangle {
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #002e73;
    border-bottom: 0;
    margin: 0 auto;
  }
}

.about-title {
  background: #002e73;
  padding: 75px 0 40px;
}
@media screen and (max-width: 567px) {
  .about-title {
    padding: 15px;
    text-align: center;
  }
}
.about-title__inner {
  display: block;
  color: #fff;
  font-size: 80px;
  line-height: 1.1;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .about-title__inner {
    padding-left: 27px;
    width: 1140px;
  }
}
@media screen and (max-width: 567px) {
  .about-title__inner {
    font-size: 7.4vw;
    line-height: 1.3;
  }
}
.about-title__inner:before, .about-title__inner:after {
  content: "";
  display: block;
}
@media print, screen and (min-width: 568px) {
  .about-title__inner:before, .about-title__inner:after {
    position: absolute;
  }
}
.about-title__inner:before {
  width: 464px;
  height: 98px;
  background: url(../img/doctor-shield/emblem-doctor.png) no-repeat;
  top: -124px;
}
@media screen and (max-width: 567px) {
  .about-title__inner:before {
    width: 60vw;
    height: 13vw;
    background-size: contain;
    margin: 0 auto 15px;
  }
}
.about-title__inner:after {
  width: 194px;
  height: 321px;
  background: url(../img/doctor-shield/img-package.png) no-repeat;
  right: 10px;
  top: -124px;
}
@media screen and (max-width: 567px) {
  .about-title__inner:after {
    width: 30vw;
    height: 50vw;
    background-size: contain;
    margin: 15px auto 0;
  }
}
.about-title__name {
  display: inline-block;
}
@media print, screen and (min-width: 568px) {
  .about-title__name {
    text-indent: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 567px) {
  .about-title__name {
    text-indent: -4vw;
    margin-right: -2vw;
  }
}
@media print, screen and (min-width: 568px) {
  .about__inner {
    text-align: center;
    padding: 55px 0;
  }
}
@media screen and (max-width: 567px) {
  .about__inner {
    padding: 20px 15px;
  }
}
.about__inner p {
  font-size: 32px;
  font-weight: bold;
  color: #002e73;
}
@media screen and (max-width: 567px) {
  .about__inner p {
    font-size: 20px;
  }
}

/*------------------------------------------------------------
使用方法
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .howto {
    height: 760px;
  }
}
@media screen and (max-width: 567px) {
  .howto {
    height: auto;
  }
}
.howto-txt {
  background: #002e73;
  display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) {
  .howto-txt {
    font-size: 30px;
    width: 1140px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 567px) {
  .howto-txt {
    font-size: 20px;
    width: 100%;
    margin: 30px auto;
    padding: 20px;
  }
}
.howto-content {
  display: flex;
}
@media print, screen and (min-width: 568px) {
  .howto-content {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 567px) {
  .howto-content {
    flex-direction: column;
    width: 100%;
  }
}
.howto-content img {
  max-width: 380px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 567px) {
  .howto-content img {
    width: 90%;
    margin: 0 auto 10px;
  }
}
.howto-content-txt {
  font-weight: bold;
  color: #002e73;
  text-align: left;
  display: block;
}
@media print, screen and (min-width: 568px) {
  .howto-content-txt {
    font-size: 30px;
    width: 1040px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 567px) {
  .howto-content-txt {
    font-size: 18px;
    width: 90%;
    margin: 20px auto 0;
  }
}
.howto-example {
  margin: 45px 0 0;
}
@media screen and (max-width: 567px) {
  .howto-example {
    margin: 30px 0;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 568px) {
  .howto-example__bottom {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
  }
}
.howto-example > .howto-example__box:first-of-type {
  margin: 70px 0 0;
}
@media screen and (max-width: 567px) {
  .howto-example > .howto-example__box:first-of-type {
    margin: 20px 0 0;
  }
}
.howto-example__box {
  text-align: center;
}
.howto-example__box h4 {
  font-size: 60px;
  font-weight: bold;
  color: #002e73;
}
@media screen and (max-width: 567px) {
  .howto-example__box h4 {
    font-size: 22px;
  }
}
.howto-example__box h4 span {
  display: block;
  font-size: 25px;
  margin: 10px 0 0;
}
@media screen and (max-width: 567px) {
  .howto-example__box h4 span {
    font-size: 16px;
  }
}
.howto-example__box__image1 {
  margin: -80px 0 50px;
}
@media screen and (max-width: 567px) {
  .howto-example__box__image1 {
    margin: 15px 0 30px;
  }
}
.howto-example__box__image2 {
  margin: -50px 0 70px;
}
@media screen and (max-width: 567px) {
  .howto-example__box__image2 {
    margin: -10px 0 20px;
  }
}
.howto-example__box__image3 {
  margin: -65px 0 0 -40px;
}
@media screen and (max-width: 567px) {
  .howto-example__box__image3 {
    margin: -25px 0 36px;
  }
}
.howto-example__box__image4 {
  margin: 20px 0 0;
}
@media screen and (max-width: 567px) {
  .howto-example__box__image4 {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 567px) {
  .howto-step {
    padding: 15px;
  }
}
@media print, screen and (min-width: 568px) {
  .howto-step__content {
    width: 1140px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 567px) {
  .howto-step__content {
    margin: 20px 0 0;
  }
}
@media print, screen and (min-width: 568px) {
  .howto-step__img {
    width: 430px;
  }
}
@media print, screen and (min-width: 568px) {
  .howto-step__txt {
    width: 680px;
  }
  .howto-step__txt .add__serial--group .add_serial + * {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 567px) {
  .howto-step__txt {
    margin: 20px 0 0;
  }
}

/*------------------------------------------------------------
様々な浸水対策
------------------------------------------------------------*/
.shinsuitaisaku {
  background: #fff;
  display: block;
}
.shinsuitaisaku .marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku {
    height: 1300px;
    width: auto;
    margin: 100px auto;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku {
    height: auto;
  }
}
.shinsuitaisaku .border-frame {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame {
    width: 1140px;
    height: 1280px;
    padding: 60px;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame {
    width: 95vw;
    height: auto;
    padding: 10px;
  }
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame {
    border: 10px solid #285baa;
    border-radius: 30px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame {
    border: 6px solid #285baa;
    border-radius: 10px;
    margin: 70px auto 50px;
  }
}
.shinsuitaisaku .border-frame .heading {
  background-color: #285baa;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .heading {
    top: -1em;
    width: fit-content;
    font-size: 40px;
    padding: 20px 80px;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .heading {
    top: -1.5em;
    width: 70vw;
    font-size: 20px;
    padding: 20px 10px;
  }
}
.shinsuitaisaku .border-frame .lead-text {
  color: #333;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .lead-text {
    font-size: 32px;
    line-height: 1.5;
    margin: 20px auto;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .lead-text {
    font-size: 18px;
    margin: 50px auto 20px;
  }
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .catchphrase {
    width: 1000px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .catchphrase {
    width: 100%;
    margin: 40px auto 20px;
  }
}
.shinsuitaisaku .border-frame .donou-logo {
  display: block;
  margin: 10px auto 30px;
}
.shinsuitaisaku .border-frame .donou-contents-area {
  display: flex;
  margin: 20px auto;
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .donou-contents-area {
    width: 900px;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .donou-contents-area {
    flex-direction: column;
    align-items: center;
  }
}
.shinsuitaisaku .border-frame .donou-contents-area .package {
  display: block;
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .donou-contents-area .package {
    width: 50%;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .donou-contents-area .package {
    width: 80%;
  }
}
.shinsuitaisaku .border-frame .donou-contents-area .donou-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.shinsuitaisaku .border-frame .donou-contents-area .donou-contents div {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.shinsuitaisaku .border-frame .donou-contents-area .donou-contents div .product-point {
  background-color: #00b2ed;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents div .product-point {
    font-size: 20px;
    letter-spacing: 3px;
    width: fit-content;
    padding: 10px 40px;
    border-radius: 0.5em;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents div .product-point {
    font-size: 15px;
    letter-spacing: 3px;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 0.5em;
    margin: 10px 0;
  }
}
.shinsuitaisaku .border-frame .donou-contents-area .donou-contents .arrow_box2 {
  display: block;
  width: 90%;
  position: relative;
  background: #285baa;
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents .arrow_box2 {
    margin: 30px auto;
    padding: 20px 60px;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents .arrow_box2 {
    margin: 10px auto;
    padding: 20px 25px;
  }
}
.shinsuitaisaku .border-frame .donou-contents-area .donou-contents .arrow_box2 p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents .arrow_box2 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents .arrow_box2 p {
    font-size: 15px;
  }
}
.shinsuitaisaku .border-frame .donou-contents-area .donou-contents .arrow_box2:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(40, 91, 170, 0);
  border-top-color: #285baa;
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents .arrow_box2:after {
    border-width: 30px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents .arrow_box2:after {
    border-width: 15px;
    margin-left: -15px;
  }
}
.shinsuitaisaku .border-frame .donou-contents-area .donou-contents .shisuiban-linkbtn {
  background-color: #595959;
  color: #fff;
  width: fit-content;
  margin: 10px auto;
  padding: 15px 50px;
  border-radius: 10px;
  position: relative;
}
.shinsuitaisaku .border-frame .donou-contents-area .donou-contents .shisuiban-linkbtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: -0.2em;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents .shisuiban-linkbtn:after {
    right: 1em;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .donou-contents-area .donou-contents .shisuiban-linkbtn:after {
    right: 1.8em;
  }
}
@media print, screen and (min-width: 568px) {
  .shinsuitaisaku .border-frame .shisuiban_use_image {
    width: 1000px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 567px) {
  .shinsuitaisaku .border-frame .shisuiban_use_image {
    width: 100%;
    margin: 30px auto;
  }
}

/*------------------------------------------------------------
製品情報
------------------------------------------------------------*/
.info {
  margin: 110px 0 0;
}
@media screen and (max-width: 567px) {
  .info {
    margin: 0;
  }
}
.info-content {
  margin: 40px 0 0;
}
@media screen and (max-width: 567px) {
  .info-content {
    margin: 30px 0 0;
  }
}
.info-content table {
  background: #e8e8e8;
  table-layout: fixed;
  border-collapse: collapse;
}
@media print, screen and (min-width: 568px) {
  .info-content table {
    margin: 10px 0 0;
    width: 100%;
    font-size: 17px;
  }
}
@media screen and (max-width: 567px) {
  .info-content table {
    width: 100%;
    font-size: 15px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
}
.info-content table tr:nth-child(odd) th,
.info-content table tr:nth-child(odd) td {
  background: #f8f8f8;
}
.info-content table th,
.info-content table td {
  padding: 14px 0;
  line-height: 1.3;
}
@media screen and (max-width: 567px) {
  .info-content table th,
  .info-content table td {
    padding: 14px;
    white-space: nowrap;
    word-break: keep-all;
  }
}
.info-content table th {
  width: 15%;
  text-align: left;
  font-weight: normal;
}
.info-content table td {
  text-align: center;
}
.info-content.td3 td:not([colspan="3"]) {
  width: 28.33%;
}
.info-content.td2 td:not([colspan="2"]) {
  width: 42.5%;
}
.info-content.p-top img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .info-content.p-top img {
    width: 40%;
  }
}
.info-content.p-middle img {
  display: block;
  width: 52%;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .info-content.p-middle img {
    width: 42%;
  }
}
.info-content.p-bottom img {
  display: block;
  width: 37%;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .info-content.p-bottom img {
    width: 29%;
  }
}

/*------------------------------------------------------------
注意
------------------------------------------------------------*/
@media screen and (max-width: 567px) {
  .note {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 567px) {
  .note h4 ~ h4 {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 567px) {
  .note .add__serial--group {
    margin: 30px 0 0;
  }
}
.note-header {
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 80px;
  background: #FFF100;
  padding: 2px 8px;
  border-radius: 10px;
  border: 2px solid #000;
  margin: 20px;
}

/*------------------------------------------------------------
店
------------------------------------------------------------*/
.shops {
  background: #fff;
  border-bottom: 2px solid #002e73;
}
@media print, screen and (min-width: 568px) {
  .shops {
    padding-bottom: 56px;
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 567px) {
  .shops {
    margin: 50px 0 0;
    padding-bottom: 30px;
  }
}

.shops__list {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 568px) {
  .shops__list {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
  }
}
@media screen and (max-width: 567px) {
  .shops__list {
    width: auto;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 568px) {
  .shops__list {
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  .shops__list {
    flex-flow: column;
  }
}
@media screen and (max-width: 567px) {
  .shops__list li {
    margin-top: 30px;
  }
}
.shops__list li a {
  display: block;
}
@media screen and (max-width: 567px) {
  .shops__list li a {
    text-align: center;
  }
}
@media print, screen and (min-width: 568px) {
  .shops__list li a img {
    display: block;
    max-height: 160px;
    width: auto;
  }
}
@media screen and (max-width: 567px) {
  .shops__list li a img {
    max-width: 200px;
    max-height: 140px;
    width: auto;
  }
}

/*------------------------------------------------------------
問い合わせ
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .inquiry-box {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media screen and (max-width: 567px) {
  .inquiry-box {
    width: auto;
    padding: 0 15px;
  }
}
.inquiry-box h3 {
  font-size: 60px;
  color: #002e73;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 567px) {
  .inquiry-box h3 {
    font-size: 25px;
    margin-bottom: 18px;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 568px) {
  .inquiry-box {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .inquiry-box p {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 567px) {
  .inquiry-box {
    margin-top: 50px;
    padding-bottom: 100px;
  }
  .inquiry-box p {
    margin-bottom: 14px;
  }
}/*# sourceMappingURL=donou.css.map */