@charset "UTF-8";
/* //////////////////////////////////////
- フォント読み込み
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
/* //////////////////////////////////////
- reset
////////////////////////////////////// */
html, body, 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, main, menu, nav, section, summary, time, mark, audio, video, a, picture, figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
}

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

ul, ol {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  background-color: #D7DBE4;
}

img, input, select {
  vertical-align: middle;
}

/* //////////////////////////////////////
- common
////////////////////////////////////// */
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

#top #contents {
  width: 100%;
  min-width: 1020px;
  padding: 0;
}

/* //////////////////////////////////////
- main
////////////////////////////////////// */
.main_wrap {
  color: #404040;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.main_wrap section {
  width: 100%;
  max-width: 920px;
  margin: auto;
}

.main_wrap .cont_head {
  max-width: 100%;
  text-align: center;
}

.main_wrap .cont_head h1 {
  width: 100%;
}

.main_wrap .cont_head h1 img {
  width: 100%;
  height: auto;
}

.main_wrap section img {
  width: 100%;
  height: auto;
}

.main_wrap .cont05 {
  margin-top: 50px;
  margin-bottom: 60px;
  border: 1px solid #0564C8;
  border-radius: 10px;
}

.main_wrap .cont05 div {
  padding: 20px;
}

.main_wrap .cont05 h2 {
  padding: 10px 12px;
  border-radius: 10px 10px 0 0;
  background-color: rgba(5, 100, 200, 0.1);
  color: #0564C8;
  font-weight: bold;
  font-size: 20px;
}

.main_wrap .cont05 h3 {
  color: #0564C8;
  font-weight: bold;
  font-size: 16px;
}

.main_wrap .cont05 ul {
  margin-bottom: 8px;
  font-size: 16px;
}

.main_wrap .cont05 li {
  padding-left: 1em;
  text-indent: -1em;
}

.main_wrap .cont06 div {
  padding: 20px;
}

.main_wrap .cont06 h2 {
  margin-bottom: 15px;
  padding: 7px 12px;
  border-radius: 5px;
  background-color: #0564c8;
  color: #fff;
  font-size: 18px;
}

.main_wrap .cont06 h3 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.main_wrap .cont06 dl {
  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;
}

.main_wrap .cont06 dt {
  width: 220px;
  font-size: 16px;
}

.main_wrap .cont06 dd {
  width: calc(100% - 220px);
  color: #0564C8;
  font-size: 16px;
}

.main_wrap .cont06 dd span:nth-child(1) {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 8px;
  border: 1px solid #0564C8;
  border-radius: 3px;
  line-height: 1;
}

.main_wrap .cont06 dd span:nth-child(2) {
  font-weight: bold;
  font-size: 20px;
}

.main_wrap .cont06 dl + p {
  margin: 10px auto 30px;
  font-size: 16px;
}

.main_wrap .cont06 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_wrap .cont06 li {
  margin: 0 10px;
  font-size: 10px;
}

.main_wrap .cont06 li p {
  margin-bottom: 5px;
  text-align: center;
}

.main_wrap .cont06 li a {
  color: #404040;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main_wrap .cont06 li a:hover {
  opacity: 0.7;
}

.main_wrap .cont06 li img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  position: fixed;
  right: 0;
  bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.floating li {
  width: 72px;
  margin-bottom: 7px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.floating img {
  width: 100%;
  height: auto;
}

.l-pageTop {
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  #top #contents {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
  .main_wrap {
    margin-top: 56px;
    color: #404040;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .main_wrap section {
    width: 100%;
    margin: auto;
  }

  .main_wrap .cont05 {
    margin-top: 40px;
    width: calc(100% - 8vw);
    margin-bottom: 8vw;
    border: 1px solid #0564C8;
    border-radius: 10px;
  }
  .main_wrap .cont05 div {
    padding: 4vw;
  }
  .main_wrap .cont05 h2 {
    padding: 1vw 4vw;
    border-radius: 10px 10px 0 0;
    background-color: rgba(5, 100, 200, 0.1);
    color: #0564C8;
    font-weight: bold;
    font-size: 4vw;
  }
  .main_wrap .cont05 h3 {
    margin-bottom: 8px;
    color: #0564C8;
    font-weight: bold;
    font-size: 3.3vw;
  }
  .main_wrap .cont05 ul {
    margin-bottom: 12px;
    font-size: 3.3vw;
    line-height: 1.6;
  }
  .main_wrap .cont05 li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .main_wrap .cont06 {
    width: calc(100% - 8vw);
  }
  .main_wrap .cont06 h2 {
    margin-bottom: 15px;
    padding: 2vw 4vw;
    border-radius: 5px;
    background-color: #0564c8;
    color: #fff;
    font-size: 4vw;
  }
  .main_wrap .cont06 h3 {
    margin-bottom: 3vw;
    font-weight: bold;
    font-size: 4.3vw;
    text-align: center;
  }
  .main_wrap .cont06 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.3vw;
  }
  .main_wrap .cont06 dt {
    width: 100%;
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  .main_wrap .cont06 dd {
    width: calc(100%);
    color: #0564C8;
  }
  .main_wrap .cont06 dd span:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
    padding: 1.3vw;
    border: 1px solid #0564C8;
    border-radius: 3px;
    font-size: 4vw;
    line-height: 1;
  }
  .main_wrap .cont06 dd span:nth-child(2) {
    font-weight: bold;
    font-size: 5vw;
  }
  .main_wrap .cont06 dl + p {
    margin: 10px auto 30px;
    font-size: 3.3vw;
    letter-spacing: 0.1vw;
  }
  .main_wrap .cont06 ul {
    width: 60vw;
    margin: auto;
  }
  .main_wrap .cont06 li {
    margin-bottom: 3vw;
    font-size: 2.4vw;
  }
  .main_wrap .cont06 li p {
    margin-bottom: 5px;
    text-align: center;
  }
  .main_wrap .cont06 li a {
    color: #404040;
  }
  .main_wrap .cont06 li img {
    width: 100%;
    height: auto;
  }
    
  .floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    position: fixed;
    right: auto;
    bottom: 60px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
  .floating li {
    margin-bottom: 7px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .floating img {
    width: 40px;
    height: auto;
  }
}

/*# sourceMappingURL=maps/pc.css.map */
