@charset "UTF-8";
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* -------------------------------------------------------------- */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #001e3b;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  body {
    width: 800px !important;
  }
}
.container {
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
  position: relative;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: 800px;
}

.col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: bolder;
  letter-spacing: 0.1em;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

a {
  color: #f5945d;
}
a:hover {
  color: #f5945d;
}

.button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-right: 5px;
  color: #001e3b;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.button:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-right: 5px;
  color: #001e3b;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
button:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}
button:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

input[type=submit] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-right: 5px;
  color: #001e3b;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
}
input[type=submit]:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}
input[type=submit]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

input[type=reset] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-right: 5px;
  color: #001e3b;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
}
input[type=reset]:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}
input[type=reset]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-right: 5px;
  color: #001e3b;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
}
input[type=button]:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}
input[type=button]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

input[type=email] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=email]:focus {
  border: 1px solid #666;
  outline: 0;
}

input[type=number] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=number]:focus {
  border: 1px solid #666;
  outline: 0;
}

input[type=search] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=search]:focus {
  border: 1px solid #666;
  outline: 0;
}

input[type=text] {
  width: 94%;
  height: 30px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus {
  border: 1px solid #666;
  outline: 0;
}

input[type=tel] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=tel]:focus {
  border: 1px solid #666;
  outline: 0;
}

input[type=url] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=url]:focus {
  border: 1px solid #666;
  outline: 0;
}

input[type=password] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=password]:focus {
  border: 1px solid #666;
  outline: 0;
}

textarea {
  width: 94%;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 1.5rem;
}
textarea:focus {
  border: 1px solid #666;
  outline: 0;
}

select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}
select:focus {
  border: 1px solid #666;
  outline: 0;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
  margin-bottom: 1.5rem;
}

input[type=checkbox] {
  display: inline;
}

input[type=radio] {
  display: inline;
}

ul {
  list-style: circle inside;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
ol ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  white-space: nowrap;
  background: #F1F1F1;
}

pre {
  margin-bottom: 2.5rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

table {
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}

th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child {
  padding-left: 0;
}
th:last-child {
  padding-right: 0;
}

td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
td:first-child {
  padding-left: 0;
}
td:last-child {
  padding-right: 0;
}

input {
  margin: 0.5rem;
}

blockquote {
  margin-bottom: 2.5rem;
}

dl {
  margin-bottom: 2.5rem;
}

figure {
  margin-bottom: 2.5rem;
}

form {
  margin-bottom: 2.5rem;
}

.full-width {
  width: 100%;
  box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

@media print, screen and (min-width: 720px) {
  .row {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .row .col.span-1 {
    flex: 0 0 2.6%;
    max-width: 2.6%;
  }
  .row .col.span-2 {
    flex: 0 0 13.3%;
    max-width: 13.3%;
  }
  .row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .row .col.span-4 {
    margin: 0 10px 0 10px;
  }
  .row .col.span-5 {
    flex: 0 0 39.3%;
    max-width: 39.3%;
  }
  .row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .row .col.span-7 {
    flex: 0 0 62.6%;
    max-width: 62.6%;
  }
  .row .col.span-8 {
    flex: 0 0 65.3%;
    max-width: 65.3%;
  }
  .row .col.span-9 {
    flex: 0 0 74%;
    max-width: 74%;
  }
  .row .col.span-10 {
    flex: 0 0 82.6%;
    max-width: 82.6%;
  }
  .row .col.span-11 {
    flex: 0 0 93.3%;
    max-width: 93.3%;
  }
  .row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .col.offset-1 {
    margin-left: 8.6%;
  }
  .row .col.offset-2 {
    margin-left: 17.3%;
  }
  .row .col.offset-3 {
    margin-left: 26%;
  }
  .row .col.offset-4 {
    margin-left: 34.6%;
  }
  .row .col.offset-5 {
    margin-left: 43.3%;
  }
  .row .col.offset-6 {
    margin-left: 52%;
  }
  .row .col.offset-7 {
    margin-left: 60.6%;
  }
  .row .col.offset-8 {
    margin-left: 69.3%;
  }
  .row .col.offset-9 {
    margin-left: 78%;
  }
  .row .col.offset-10 {
    margin-left: 86.6%;
  }
  .row .col.offset-11 {
    margin-left: 95.3%;
  }
  .col {
    margin-left: 0;
  }
  .col:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.7rem;
  }
  h4 {
    font-size: 2.6rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  display: block;
  color: #0254a8;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
a:hover {
  color: #ec7d75;
}
a img {
  margin-bottom: 0px;
}
a img:hover {
  opacity: 0.8;
}

.underline {
  border-bottom: 3px solid #0254a8;
  padding-bottom: 0.5rem;
}

.head {
  display: flex;
  flex-direction: row;
  padding: 0;
  line-height: 1.2em;
}
.head h1 {
  padding: 0.2em 0em 0.5em 0.6em;
  line-height: 1.2em;
  margin: 0;
}
.head span {
  font-size: 0.6em;
  font-weight: normal;
}

.telbox {
  margin-left: auto;
  font-size: 2rem;
  padding: 1.2rem 0 0 0;
  text-align: right;
  line-height: 1.1em;
}
.telbox span {
  margin-top: 6px;
  font-size: 14px;
  font-weight: lighter;
}

#gwrap {
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  background: #fff;
}

.inner {
  margin: 0 auto;
  width: 100%;
}

#mainBanner {
  padding: 0;
  position: relative;
  line-height: 0;
}
#mainBanner img {
  max-width: 100%;
  height: auto;
}

.slogan {
  max-width: 100%;
  height: auto;
  bottom: 10px;
  left: 0;
  padding: 5px 10px;
  line-height: 1.4;
  text-align: left;
}
.slogan h2 {
  padding-bottom: 5px;
  font-size: 20px;
}

#subpage #mainBanner {
  margin-top: 0;
}

.mainimg img {
  display: block;
  width: 100vw;
  margin: 0 auto;
}

main {
  margin: 1.5rem 0 1rem 0;
}

.news {
  display: flex;
  justify-content: center;
  color: #6D6D6D;
}
.news h2 {
  border-bottom: 3px dotted #0055a8;
  padding-bottom: 0.5rem;
}
.news li {
  list-style-type: none;
  border-bottom: 1px solid #F9F9F9;
  padding: 0rem 0;
  margin-bottom: 0rem;
}

.vbox {
  display: flex;
  justify-content: center;
  color: #6D6D6D;
}
.vbox h2 {
  border-bottom: 3px dotted #0055a8;
  padding-bottom: 0.5rem;
}
.vbox h5 {
  padding-bottom: 0.1rem;
  margin-bottom: 0.5rem;
}
.vbox .mrm {
  color: #fff;
  font-weight: bold;
  background: #f5945d;
  border-radius: 2rem;
  padding: 0.3rem 1rem 0.3rem 1rem;
  margin-left: 1rem;
}
.vbox ul {
  padding-left: 1.5rem;
}
.vbox li {
  list-style-type: none;
  background: #b2e0f8;
  border: 1px solid #ffffff;
  padding: 0.5rem 1.5rem 1rem 1.5rem;
  border-radius: 1.5rem;
}

.mbox {
  color: #6d6d6d;
  font-weight: bold;
  font-size: 1.3em;
  margin: 1em 1em 1em 1em;
  padding: 3rem 3rem 1.5rem 1.5rem;
  border: 5px solid #b2e0f8;
  border-radius: 1.5rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.mbox ul {
  padding-left: 1.5rem;
}
.mbox li {
  text-indent: -1.2em;
  position: relative;
  list-style-type: none;
  line-height: 1.1em;
}
.mbox li::before {
  content: "●";
  color: #f5945d;
  font-size: 1.2em;
}

.ibox {
  color: #0055a8;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 1em 1em 1em;
  padding: 3rem 3rem 1.5rem 1.5rem;
  background: #fff1d8;
  border: 1px solid #ffffff;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 720px) {
  .ibox {
    margin: 1.5em 3em 1.5em 3em;
  }
}
.ibox ul {
  padding-left: 1.5rem;
}
.ibox li {
  list-style-type: none;
}

.jbox {
  color: #6D6D6D;
  margin: 1.5em 3em 1.5em 3em;
}
.jbox h2 {
  border-bottom: 3px dotted #0055a8;
  padding-bottom: 0.5rem;
}
.jbox h6 {
  margin-bottom: 0;
}
.jbox ol {
  display: grid;
  margin-left: 2em;
  width: auto;
  -moz-column-gap: 2em;
       column-gap: 2em;
  grid-template-columns: repeat(2, auto);
}
.jbox li {
  list-style-type: none;
  border-bottom: 1px solid #F9F9F9;
  padding: 0.5rem 0;
}

.obox {
  color: #6D6D6D;
}
.obox h2 {
  border-bottom: 3px dotted #0055a8;
  padding-bottom: 0.5rem;
}
.obox h6 {
  margin-bottom: 0;
}
.obox ol {
  display: grid;
  width: auto;
  background-color: #fff;
  -moz-column-gap: 0;
       column-gap: 0;
  grid-template-columns: repeat(2, auto);
}
@media only screen and (min-width: 720px) {
  .obox ol {
    margin: 1.5em 6em 1.5em 6em;
  }
}
.obox li {
  list-style-type: none;
  margin-bottom: 0.2em;
}
.obox li:nth-child(odd) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b2e0f8;
  font-size: larger;
}
.obox li:nth-child(even) {
  padding: 0.6rem 0 0 2rem;
  background-color: #f0faff;
}

.emal li {
  display: inline;
  list-style-type: none;
}
.emal li::before {
  content: "@";
}

.imgbox {
  margin: 0em 0em 0em 2em;
  padding: 0 1rem 0 1rem;
}
.imgbox img {
  margin: 0;
  padding: 0 3rem 0 1rem;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 100%;
  margin: 2em 1em 1em 1em;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 270px;
}

.abort h2 {
  padding-bottom: 0.5rem;
  text-align: center;
  border-bottom: 1px solid #0055a8;
}
.abort table {
  margin: 0 auto 0 auto;
  color: #000;
  width: 95%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.abort table tr {
  border-bottom: 1px solid #b5b1b1;
}
.abort table th td {
  padding: 24px 0;
  border: none;
}
.abort table th {
  font-weight: bold;
  width: 30%;
}
@media print, screen and (min-width: 720px) {
  .abort table {
    width: 80%;
  }
}

footer {
  background-color: #f6ffee;
  padding: 1rem 0;
  max-width: 800px;
  margin: 0 auto;
}
footer h5 {
  border-bottom: 3px solid #F9F9F9;
}

.copyright {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0.1rem 0;
  font-size: x-small;
}
.copyright a {
  color: #ec7d75;
  text-decoration: none;
  display: inline-block;
}

#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#pagetop a {
  display: block;
  background-color: #ec7d75;
  color: #fff;
  width: 50px;
  padding: 10px 5px;
  text-align: center;
}
#pagetop a:hover {
  background-color: #ec7d75;
}

.breadcrumb {
  margin: 0 0 1em 0;
  padding: 0;
}
.breadcrumb li {
  list-style-type: none;
}
.breadcrumb li a {
  display: inline-block;
  color: #0254a8;
}

@media print, screen and (min-width: 720px) {
  #mainBanner {
    padding: 0;
    position: relative;
    line-height: 0;
    text-align: right;
  }
  #mainBanner img {
    max-width: 100%;
    height: auto;
  }
  .slogan {
    position: absolute;
    max-width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    line-height: 1.4;
    text-align: left;
  }
  .slogan h2 {
    padding-bottom: 5px;
    font-size: 20px;
  }
  .slogan2 {
    position: absolute;
    max-width: 100%;
    height: auto;
    bottom: 10px;
    left: 0;
    padding: 5px 10px;
    line-height: 1.4;
    text-align: left;
  }
  .slogan2 h2 {
    padding-bottom: 5px;
    font-size: 20px;
  }
  #open {
    display: none !important;
  }
  #close {
    display: none !important;
  }
  #navi {
    clear: both;
    overflow: hidden;
    position: relative;
  }
  #navi ul li {
    float: left;
    position: relative;
  }
  #navi ul li a {
    display: block;
    text-align: center;
    _float: left;
    font-size: 13px;
    width: 160px;
    padding: 20px 0;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
  }
  #navi ul li a span {
    display: block;
    color: #bababa;
    font-size: 10px;
  }
  #navi ul li a strong {
    display: block;
  }
  #navi ul li.last a {
    width: 159px;
  }
  #navi li.active a {
    border-color: #F9F9F9;
    background: #eff8fd;
  }
  #navi li a:hover {
    border-color: #F9F9F9;
  }
}
@media only screen and (max-width: 720px) {
  .head {
    flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
  }
  .head #open {
    position: absolute;
    top: 28px;
    right: 12px;
  }
  .telbox {
    margin-left: 0;
    text-align: right;
  }
  #close {
    position: absolute;
    top: 28px;
    right: 12px;
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
  }
  #open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
  }
  #navi {
    display: none;
  }
}
nav {
  background-color: #ffffff;
  color: #ff0000;
  text-align: center;
}
nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  margin-bottom: 0rem;
  border-top: 0;
  border-bottom: 0;
}
nav ul ul {
  display: block;
  margin: 0;
}
nav ul ul li.parent::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 6px;
  box-shadow: 2px 2px 2px #888;
  transform: rotate(-45deg);
  margin-bottom: 0;
}
nav ul li {
  position: relative;
  margin: 0;
}
nav ul li a {
  display: block;
  color: #036300;
  padding: 0;
}
nav ul li a:hover {
  color: #036300;
}
nav ul li li a {
  padding: 0;
}
nav ul li.parent::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 7px;
  box-shadow: 2px 2px 2px #888;
  transform: rotate(45deg);
}
nav li.parent ul {
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 4;
  background-color: #FFF1D8;
  width: 192px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
nav li.parent ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
nav li.parent ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
nav li.parent ul li a {
  color: #036300;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
nav li.parent ul li a:hover {
  background-color: #FFDEA4;
}
nav li.parent ul li a:active {
  background-color: #FFDEA4;
}
nav li.parent ul li:last-child > a {
  border-bottom: none;
}
nav li.parent ul ul {
  top: 0;
  left: 182px;
  background-color: #FFF1D8;
}
nav li.parent ul ul li a:hover {
  background-color: #FFDEA4;
}
nav li.parent ul ul li a:active {
  background-color: #FFDEA4;
}
nav li.parent:hover > ul {
  visibility: visible;
  opacity: 1;
}
nav li.parent:active > ul {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 720px) {
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav ul li a {
    border-bottom: 0;
  }
  nav ul li li a {
    padding: 0;
  }
  nav ul li.parent::before {
    right: 20px;
  }
  nav ul ul li.parent::before {
    transform: rotate(45deg);
    top: 28px;
    right: 20px;
  }
  nav ul li.parent.active::before {
    transform: rotate(-135deg);
  }
  nav li.parent ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }
  nav li.parent ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }
}
.footlink a {
  color: #555;
}
.footlink a:hover {
  color: #888;
}

.p1box {
  color: #000;
  border: 4px #0e5ab0 solid;
  border-collapse: separate; /*collapseから変更*/
  border-spacing: 0;
  border-radius: 60px;
  overflow: hidden;
  padding: 0;
  border-spacing: 0px;
  line-height: 1.4;
}
.p1box tr {
  padding: 0;
}
.p1box td {
  padding: 0 25px;
  border: 0;
}

.p2box {
  padding: 0;
  border-spacing: 0px;
  line-height: 1.4;
}
.p2box tr {
  padding: 0;
}
.p2box td {
  padding: 1rem 0;
  border: 0;
}

.midashi {
  font-size: 16px;
  color: #603;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */