@charset "UTF-8";
/* --------------------------------------------

FileName    :    style.css

-------------------------------------------- */
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, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

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;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form, input, button, textarea, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  position: relative;
  min-width: 360px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #221815; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #221815;
  outline: 0; }

img {
  border: 0;
  vertical-align: middle; }
  img:not([width]) {
    max-width: 100%;
    min-height: 0%; }
  @media screen and (max-width: 767px) {
    img {
      max-width: 100%;
      height: auto; } }

i, em {
  font-style: normal; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333; }

input::-webkit-input-placeholder {
  color: #bfbfbf; }

input:-ms-input-placeholder {
  color: #bfbfbf; }

input::-moz-placeholder {
  color: #bfbfbf; }

option {
  outline: 0; }

sup {
  position: relative;
  top: -.7em;
  font-size: 70%; }

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none; }

img[src$=".svg"] {
  width: 100%; }

/*delete css*/
dl dt {
  background: none;
  padding: 0;
  border-top: none; }

ul li, ol li {
  margin-bottom: 0; }

.pc-only {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only {
      display: block; } }

.al-center {
  text-align: center; }

p.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    p.note {
      font-size: 1.4rem; } }
  p.note.large {
    font-size: 1.9rem; }
    @media screen and (max-width: 767px) {
      p.note.large {
        font-size: 1.6rem; } }

p.text {
  font-size: 1.6rem; }
  p.text.medium {
    font-size: 2.6rem; }
    @media screen and (max-width: 1020px) {
      p.text.medium {
        font-size: 2.0rem; } }
    @media screen and (max-width: 767px) {
      p.text.medium {
        font-size: 1.6rem; } }
  p.text.large {
    font-size: 2.1rem; }
    @media screen and (max-width: 1020px) {
      p.text.large {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      p.text.large {
        font-size: 1.6rem; } }

.red {
  color: #D7000F; }

.note-list {
  text-align: left;
  display: inline-block;
  width: 390px; }
  @media screen and (max-width: 767px) {
    .note-list {
      width: 100%; } }

.pdf-dl {
  margin-top: 25px;
  vertical-align: middle;
  text-align: center; }
  .pdf-dl img {
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .pdf-dl img {
        display: block;
        margin: auto; } }
  .pdf-dl .text {
    font-size: 1.0rem;
    display: inline-block;
    line-height: 1.1;
    text-align: left;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .pdf-dl .text {
        padding-top: 20px; } }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

ボックス

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 2vw; } }

.contents {
  border-radius: 30px;
  background: #FFF;
  margin-left: auto;
  margin-right: auto; }
  .contents.mw-500, .contents.mw-700, .contents.mw-900 {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1020px) {
      .contents.mw-500, .contents.mw-700, .contents.mw-900 {
        width: auto; } }
  .contents.mw-500 {
    max-width: 500px; }
    @media screen and (max-width: 767px) {
      .contents.mw-500 {
        max-width: 100%; } }
  .contents.mw-700 {
    max-width: 700px; }
    @media screen and (max-width: 767px) {
      .contents.mw-700 {
        max-width: 100%; } }
  .contents.mw-900 {
    max-width: 900px; }
    @media screen and (max-width: 767px) {
      .contents.mw-900 {
        max-width: 100%; } }

.box {
  background: #FFF;
  text-align: center;
  border: 4px solid #1d2087; }
  .box .tittle {
    font-size: 2.6rem; }
    @media screen and (max-width: 1020px) {
      .box .tittle {
        font-size: 2.0rem; } }
    @media screen and (max-width: 767px) {
      .box .tittle {
        font-size: 1.6rem; } }
  .box .area-text {
    padding: 16px 24px; }
    @media screen and (max-width: 767px) {
      .box .area-text {
        padding: 4vw 2vw; } }

.inner {
  padding: 25px 20px; }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

文字

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.bold {
  font-weight: bold; }

.indent-02 {
  text-indent: -2.5em;
  padding-left: 2.5em; }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

タイトル

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.tittle {
  line-height: 1;
  text-align: center;
  font-size: 2.2rem; }
  @media screen and (max-width: 1020px) {
    .tittle {
      font-size: 1.8rem; } }
  .tittle.blue {
    background: #1d2089;
    color: #FFF;
    padding: 7px 0; }
  .tittle.red {
    background: #e71f19;
    color: #FFF;
    padding: 7px 0; }
  .tittle.round {
    border-radius: 20px; }
  .tittle.sec {
    font-size: 3.0rem; }
    @media screen and (max-width: 1020px) {
      .tittle.sec {
        font-size: 2.0rem; } }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

ブロック

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.Note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: #4a9ed8;
  color: #FFF;
  font-size: 1.2rem; }
  .Note.small {
    border: 3px solid #e7211a;
    color: #e7211a;
    padding: 6px 10px;
    font-size: 1.2rem;
    font-weight: bold; }
  .Note ul {
    margin-top: 27px; }
  .Note li {
    letter-spacing: -0.07em;
    text-indent: -1em;
    padding-left: 1em; }
  /*
.sns {
  max-width:100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10vw;
  top: 1.5vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 1020px) {
    .sns {
      max-width: 100%;
      width: 24vw;
      top: 5vw; } }
  @media screen and (max-width: 767px) {
    .sns {
      top: 4vw; } }

  .sns li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px; }
*/
.dot-list {
  text-align: left; }
  .dot-list li {
    text-indent: -1em;
    padding-left: 1em; }

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px; }
  @media screen and (max-width: 767px) {
    .item-list {
      padding: 0; } }
  .item-list li {
    padding: 0 10px;
    width: 25%; }

#siteFooter .bottom,
#siteHeader .inner {
  max-width: 940px;
  width: 100%; }

.mainvisual {
  background: #aae2fa;
  padding-bottom: 10px; }
/*   .mainvisual img {
    width: 100%; } */
  .mainvisual .main-img img {
    margin-top: 0.5vw; }
    @media (min-width: 768px) and (max-width: 1020px) {
      .mainvisual .main-img img {
        margin-top: 6vw; } }
    @media screen and (max-width: 767px) {
      .mainvisual .main-img img {
        margin-top: 2vw; } }
  .mainvisual > div {
    width: 100%;
    margin: auto;
    position: relative; }
    .mainvisual > div .logo {
      position: absolute;
      top: 10vw;
      right: 5vw;
      width: 42vw; }
      @media (min-width: 768px) and (max-width: 1020px) {
        .mainvisual > div .logo {
          top: 18vw; } }
      @media screen and (max-width: 767px) {
        .mainvisual > div .logo {
          top: 15vw; } }
  .mainvisual .overview {
    width: 100%;
    max-width: 1300px;
    margin: -26vw auto 2.5vw;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1020px) {
      .mainvisual .overview {
        margin: -26vw auto 0;
        padding: 0 2vw; } }
    @media screen and (max-width: 767px) {
      .mainvisual .overview {
        margin: -30vw auto 0;
        padding: 0 2vw; } }
    .mainvisual .overview li {
      margin-top: 10px; }
      .mainvisual .overview li:nth-of-type(2) {
        padding: 0 20px 0 0; }
      .mainvisual .overview li:nth-of-type(3) {
        padding: 0 20px 0 0; }
      .mainvisual .overview li:nth-of-type(4) {
        color: #004385;
        font-size: 1.5rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .mainvisual .overview li:nth-of-type(4) {
            font-size: 1.3rem; } }

#pageBody section:last-of-type {
  padding: 30px 0 50px; }
  #pageBody section:last-of-type a {
    color: #0071bc;
    text-decoration: none; }

.container .overview {
  margin-top: 20px; }
  .container .overview:first-of-type {
    margin-top: 0; }
  .container .overview:nth-of-type(2) h5.tittle {
    padding-bottom: 15px;
    font-weight: bold; }
    .container .overview:nth-of-type(2) h5.tittle + p {
      display: inline;
      border-top: 1px solid #333;
      padding-top: 10px; }
      @media screen and (max-width: 767px) {
        .container .overview:nth-of-type(2) h5.tittle + p {
          display: block; } }
  .container .overview:nth-of-type(3) p.text.large {
    text-align: left; }
  .container .overview:nth-of-type(3) h5.tittle.red.round {
    font-size: 2.1rem;
    margin-top: 20px; }
  .container .overview:nth-of-type(3) .dot-list {
    margin-top: 10px; }

.guidelines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
  font-size: 1.5rem; }
  @media screen and (max-width: 1020px) {
    .guidelines {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .guidelines dt {
    width: 20%; }
    @media screen and (max-width: 1020px) {
      .guidelines dt {
        width: 100%;
        background: #00469B;
        color: #FFF; } }
  .guidelines dd {
    width: 80%; }
    @media screen and (max-width: 1020px) {
      .guidelines dd {
        width: 100%; } }
    .guidelines dd .note {
      font-size: 100%; }
  .guidelines dd,
  .guidelines dt {
    border-bottom: 1px solid #AAA9A9;
    padding: 10px 0; }
    @media screen and (max-width: 1020px) {
      .guidelines dd,
      .guidelines dt {
        padding: 10px; } }
    .guidelines dd:last-of-type,
    .guidelines dt:last-of-type {
      border-bottom: none; }

.link-btn {
  padding: 0 30px; }
  .link-btn li {
    margin-top: 30px;
    text-align: center; }

.official {
  padding-top: 30px;
  color: #00469B;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold; }
  @media screen and (max-width: 1020px) {
    .official {
      font-size: 2.4rem; } }
