
@charset "UTF-8";
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;
  font-weight: normal; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body {
  font-size: 15px;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4em;
  color: inherit; }

h2, h3, h4 {
  word-wrap: break-word; }

h1 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 15px 10px 20px;
  border: 1px solid #e2e2e2;
  font-size: 23px;
  font-weight: normal; }

h2 {
  padding: 12px 10px 10px 12px;
  background: #e6f7ff;
  border-left: 10px solid #006EC7;
  font-size: 20px;
  font-weight: normal;
  margin-top: 30px;
  font-weight: bold; }

h3 {
  padding: 8px 0;
  border-bottom: 1px dotted #006EC7;
  font-size: 20px;
  font-weight: normal;
  margin-top: 30px;
  font-weight: bold; }
  h3:first-of-type {
    margin-top: 10px; }

h4 {
  font-size: 20px;
  margin: 30px 0 15px; }
  h4:first-of-type {
    margin-top: 20px; }
  h4.sqare::before {
    content: '■';
    color: #006EC7;
    margin-right: .2em; }

h5 {
  color: #8064a2;
  font-size: 17px;
  margin-bottom: 7px; }

h6 {
  color: black;
  font-size: 16px;
  margin-bottom: 7px; }

a {
  color: #336699; }
  a:hover {
    text-decoration: none; }
  a:visited {
    color: #336699; }

.new {
  color: #f00;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-left: 5px; }

p {
  margin: 0 0 10px; }
  p.indent1em {
    padding-left: 1em; }

a:hover img {
  transition: all .4s;
  opacity: 0.7; }

table {
  border: 1px solid #e6e6e6;
  border-spacing: 0;
  border-collapse: collapse; }
  table thead td {
    font-weight: bold; }
  table th {
    background: #f6f6f6; }
  table th, table td {
    padding: 5px 10px;
    border: 1px solid #e6e6e6; }
  table td {
    text-align: center; }

.sp {
  display: none; }

.pc {
  display: block; }

.txC {
  text-align: center; }

.txL {
  text-align: left; }

.txR {
  text-align: right; }

.font-weight--normal {
  font-weight: normal !important; }
.font-weight--strong {
  font-weight: bold !important; }

.mt0 {
  margin-top: 0 !important; }

.anchor {
  padding-top: 164px !important;
  margin-bottom: -124px !important; }

.pagetop {
  margin-top: 20px; }

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1024px; }

.header {
  z-index: 10;
  width: 100%;
  background: #fff;
  top: 0;
  border-bottom: #006EC7 3px solid;
  height: 54px;
  display: flex;
  align-items: center; }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    display: block; }

.main {
  padding-top: 20px;
  display: block; }

.footer {
  font-size: 1.2rem;
  background: #e9e9e9;
  text-align: center;
  padding: 1rem 1rem 1.5rem;
  margin-top: 4rem; }
  .footer .inner {
    margin-bottom: 20px; }
  .footer address {
    font-style: normal; }

.l-flex {
  display: flex;
  flex-wrap: wrap; }
  .l-flex--align {
    align-items: center; }
.l-col2 {
  width: 500px; }
  .l-col2:first-child {
    margin-right: 15px; }
  .l-col2--img {
    max-width: 425px; }
    .l-col2--img img {
      max-width: 425px;
      height: auto; }

@media screen and (max-width: 1024px) {
  .l-col2 {
    width: 100%; }
    .l-col2:first-child {
      margin-right: 0; }
    .l-col2--img {
      max-width: none; }
      .l-col2--img img {
        max-width: 100%;
        height: auto; } }
.blue-circle__list {
  list-style: none; }
  .blue-circle__list-item::before {
    content: '●';
    color: #0073b4; }

.text-box {
  width: 100%; }
  .text-box--bggray {
    background: #f7f7f7;
    padding: 10px;
    display: flex;
    margin-bottom: 30px; }
  .text-box--blue-line {
    border: 1px solid #0073b4;
    padding: 10px;
    margin: 20px 0 40px; }
    .text-box--blue-line h6:first-child, .text-box--blue-line p:first-child {
      margin-top: 0; }
    .text-box--blue-line h6:last-child, .text-box--blue-line p:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 750px) {
  .sp {
    display: block; }

  .pc {
    display: none; }

  .anchor {
    padding-top: 12vw;
    margin-top: 12vw; }

  .header {
    height: 12vw; }
    .header__logo {
      display: block;
      width: 40.2666666667vw;
      height: 7.2vw; }

  .main {
    padding: 12vw 0vw 0vw 0vw; } }
.list p {
  margin-bottom: 5px; }

.main_inner {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  margin-bottom: 40px; }

.intro_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 10px 0; }
  .intro_btn li {
    width: calc(100%/4 - 5px);
    height: 50px; }
    .intro_btn li a {
      display: block;
      width: 100%;
      height: 100%;
      background: #ffffbf;
      border: 1px solid #a3a380;
      font-weight: bold;
      color: #000;
      font-size: 20px;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .intro_btn li a:hover {
        opacity: 0.7;
        transition: all .4s; }
        .intro_btn li a:hover::after {
          top: calc(50% - 11px); }

.caution {
  margin-bottom: 40px;
  color: #c0504d; }

.tbl-def {
  display: flex;
  flex-wrap: wrap; }
  .tbl-def dt {
    width: 8em;
    margin-right: 1em; }
  .tbl-def dd {
    width: calc(100% - 12em); }

.btn_center {
  display: flex; }
  .btn_center p {
    padding: 10px 15px 10px 0; }

@media screen and (max-width: 1024px) {
  .main_inner, .inner {
    width: 95%; }

  .intro_btn {
    flex-wrap: wrap; }
    .intro_btn li {
      width: calc(100%/2 - 5px);
      margin-bottom: 10px; }
      .intro_btn li a {
        font-size: 16px; }

  .btn_center {
    margin: 15px 0;
    display: block; }
    .btn_center p {
      padding: 0 15px; } }




