@charset "UTF-8";

/* reset css ~ */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,img,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
  margin: 0;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
/* ~ reset css */

html {
    font-size:5vw;
}
body {
    color: #111111;
    font-size: 0.8125rem;
    line-height: 1.85;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans GB W3", "メイリオ", Meiryo, "MS PGothic", sans-serif;
    background: #FFF;
}
.header {
    padding: 0.53rem 0.8rem;
}
.headerLogo {
    width: 6.4rem;
}
.container {
    padding: 0 0.8rem;
}
.title {
    font-size: 1.0667rem;
    font-weight: 600;
    color: #FFF;
}
.titleWrap {
    background-color: #004ba5;
    text-align: center;
    padding: 1.0667rem 0;
    margin-bottom: 0.8rem;
}
.list {
    font-size: 0.746rem;
    line-height: 1.8;
    list-style-type: disc;
    padding-left: 1.1em;
}
.frame {
    padding: 0.875rem;
    border: solid 1px #dddddd;
}
.heading01 {
    font-size: 0.96rem;
    line-height: 1.66;
    font-weight: 600;
    padding-bottom: 0.3125rem;
    margin-top: 1.625rem;
    margin-bottom: 0.625rem;
    position: relative;
}
.heading01::after {
    content: "";
    background-color: #0087cd;
    width: calc(100% - 6.25rem);
    height: 0.1875rem;
    border-left: solid 6.25rem #004ba5;
    position: absolute;
    bottom: 0;
    left: 0;
}
.heading01 span {
    font-size: 0.853rem;
}
.image {
    margin-bottom: 1.6rem;
    text-align: center;
}
.heading02 {
    font-size: 0.853rem;
    line-height: 1.52;
    font-weight: 600;
    margin-bottom: 0.9375rem;
    padding-left: 0.625rem;
    position: relative;
}
.heading02::before {
    content: "";
    background-color: #004ba5;
    width: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.text {
    font-size: 0.746rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}
.text:last-of-type {
    margin-bottom: 0;
}
.footer {
    background-color: #111111;
    padding: 0.96rem;
    margin-top: 1.6rem;
}
.footerCopy {
    font-size: 0.6875rem;
    line-height: 1.27;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 736px) {
    .hidden-pc {
        display: none;
    }

    html {
        font-size: 1.25vw;
    }
    body {
        line-height: 2;
    }
    .header {
        padding: 1.125rem 0;
        width: 65.75rem;
        margin-inline: auto;
    }
    .headerLogo {
        width: 12.5rem;
    }
    .container {
        max-width: 782px;
        margin-inline: auto;
        padding: 0 1rem;
    }
    .title {
        font-size: 1.5rem;
    }
    .titleWrap {
        background-color: #004ba5;
        text-align: center;
        padding: 0.8rem 0;
        margin-bottom: 1.25rem;
    }
    .list {
        font-size: 1rem;
        line-height: 1.6;
        padding-left: 1.5em;
    }
    .list > li:not(:last-of-type) {
        margin-bottom: 0.625rem;
    }
    .frame {
        padding: 1.25rem 3.125rem;
        border: solid 1px #dddddd;
    }
    .heading01 {
        font-size: 1.25rem;
        line-height: 1.81;
        padding-bottom: 0.4375rem;
        margin-top: 1.875rem;
        margin-bottom: 1.5rem;
        position: relative;
    }
    .heading01::after {
        content: "";
        background-color: #0087cd;
        width: calc(100% - 16.5rem);
        height: 0.1875rem;
        border-left: solid 16.5rem #004ba5;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .heading01 span {
        font-size: 1.125rem;
    }
    .image {
        margin-bottom: 3.125rem;
    }
    .heading02 {
        font-size: 1.125rem;
        margin-bottom: 1.625rem;
        padding-left: 0.875rem;
    }
    .heading02::before {
        content: "";
        background-color: #004ba5;
        width: 0.3125rem;
    }
    .text {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 1rem;
    }
    .text:last-of-type {
        margin-bottom: 0;
    }
    .footer {
        padding: 1.125rem;
        margin-top: 2.5rem;
    }
    .footerCopy {
        font-size: 0.875rem;
        line-height: 1.86;
    }    
}
@media screen and (min-width: 1280px) {
    html {
        font-size: 16px;
    } 
}