@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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

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

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  body header, body .bg {
    display: none;
  }
}
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ol {
  list-style-type: decimal;
  margin-left: 1.2em;
}

@media print, screen and (max-width: 640px) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #06253f;
    font-size: 13px;
    line-height: 1.6;
    font-weight: normal;
    background: #fff;
    letter-spacing: .1em;
  }

  img {
    border: 0;
    vertical-align: bottom;
  }

  .pc, .none {
    display: none;
  }

  .container {
    margin: 0 10px;
    *zoom: 1;
    position: relative;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }

  #contents {
    padding-top: 60px;
  }

  a {
    color: #06253f;
    text-decoration: none;
  }

  .notfound {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }

  header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 1;
    z-index: 10;
    color: #fff;
    *zoom: 1;
  }
  header:after {
    content: "";
    display: table;
    clear: both;
  }
  header .logo {
    position: absolute;
    width: 100%;
    padding: 15px 10px;
  }
  header .logo img {
    width: auto;
    height: 30px;
  }
  header .menuBtn {
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../img/sp_menubtn.png") no-repeat 0 0;
    background-size: 30px auto;
    margin: 10px 10px 0 10px;
    transition: 0.5s;
  }
  header .menuBtn.on {
    background: url("../img/sp_menubtn2.png") no-repeat 0 0;
    background-size: 30px auto;
  }

  #menu {
    width: 100%;
    min-height: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(5, 37, 63, 0.9);
    padding: 0 10px 10px 10px;
    text-align: center;
    overflow: auto;
    display: none;
  }
  #menu .subnav {
    width: 180px;
    margin: auto;
  }
  #menu .subnav li {
    padding: 10px 0;
  }
  #menu .subnav li img {
    width: 100%;
  }
  #menu .nav {
    margin: 80px auto 20px;
    width: 100%;
  }
  #menu .nav li {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
  }
  #menu .nav li a {
    background: linear-gradient(to right, #014099, #008cd6);
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  #menu .nav li a img {
    height: 40px;
  }
  #menu .hbtn {
    padding: 20px;
  }
  #menu .hbtn img {
    width: 100%;
  }

  footer {
    text-align: center;
    position: relative;
  }
  footer .logo {
    padding: 50px 0 30px;
  }
  footer .logo img {
    width: 280px;
  }
  footer .nav {
    padding-bottom: 15px;
    font-size: 12px;
  }
  footer .nav a {
    margin: 0 20px;
    color: #3389ca;
  }
  footer .copyright {
    color: #3389ca;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 10px;
  }
  footer::before {
    content: '';
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #014099, #008cd6);
    position: absolute;
    top: 0;
    left: 0;
  }
  footer::after {
    content: '';
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #014099, #008cd6);
    position: absolute;
    bottom: 35px;
    left: 0;
  }

  #pagetop {
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 9;
  }
  #pagetop img {
    width: 50px;
  }

  #wp_page_numbers {
    padding-top: 20px;
    clear: both;
    text-align: center;
  }
  #wp_page_numbers li {
    display: inline-block;
    text-align: center;
  }
  #wp_page_numbers li a {
    border: 3px solid #fff;
    padding: 5px 0;
    margin-right: 8px;
    width: 37px;
    display: block;
    color: #fff;
  }
  #wp_page_numbers li a:hover {
    color: #222;
    background: #fff;
  }

  #wp_page_numbers li.active_page a {
    color: #222;
    background: #fff;
  }

  .ttl {
    text-align: center;
    background: linear-gradient(to right, #014099, #008cd6);
    line-height: 1;
    position: relative;
    overflow: hidden;
  }
  .ttl img {
    width: 300px;
  }
  .ttl i {
    display: block;
    padding: 25px 0 35px;
    background: url("../img/ttlbg.svg") no-repeat center bottom;
    background-size: auto 10px;
  }
  .ttl::before {
    content: '';
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: calc(50% + 50px);
  }
  .ttl::after {
    content: '';
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: calc(50% + 50px);
  }

  .mds1 {
    text-align: center;
    background: linear-gradient(to right, #014099, #008cd6);
    padding: 20px 0;
    line-height: 1;
  }
  .mds1 img {
    width: 250px;
  }

  .mds3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 0;
    background: linear-gradient(to right, #014099, #008cd6);
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .listzone {
    padding: 40px 20px;
    padding-bottom: 0;
  }
  .listzone .rlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .listzone .rlist li {
    width: 100%;
    padding-bottom: 50px;
  }
  .listzone .rlist img {
    width: 100%;
  }
  .listzone .rlist a {
    color: #fff;
    display: block;
  }
  .listzone .rlist .t1 {
    padding-bottom: 10px;
  }
  .listzone .rlist .t2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #06253f;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .listzone .rlist .t3 {
    padding: 10px 0;
    font-size: 12px;
  }
  .listzone .rlist table td {
    vertical-align: top;
  }
  .listzone .rlist table .c1 {
    white-space: nowrap;
    padding-right: 10px;
  }
  .listzone .rlist .btn {
    padding-top: 10px;
  }

  #toppage #mainzone {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    line-height: 1;
  }
  #toppage #mainzone .swiper-slide {
    width: 100%;
    height: calc(100vh - 60px);
  }
  #toppage #mainzone .s1 {
    background: url("../img/top/main1_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone .s2 {
    background: url("../img/top/main2_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone .s3 {
    background: url("../img/top/main3_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone h1 {
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
  #toppage #mainzone h1 img {
    height: 80px;
  }
  #toppage #mainzone .sc {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 8;
  }
  #toppage #mainzone .sc img {
    width: 15px;
  }
  #toppage #zone1 {
    padding: 50px 0;
  }
  #toppage #zone1 h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  #toppage #zone1 h2 img {
    width: 120px;
  }
  #toppage #zone1 dl {
    border-bottom: 1px solid #06253f;
    padding: 10px 0;
    line-height: 1.4;
  }
  #toppage #zone1 dl dt {
    padding-bottom: 5px;
  }
  #toppage #zone1 dl dt i {
    display: inline-block;
    text-align: center;
    width: 80px;
    padding: 2px;
    margin-left: 10px;
    color: #fff;
    font-size: 11px;
  }
  #toppage #zone1 dl dt i.cat1 {
    border: 1px solid #3389ca;
    background: linear-gradient(to right, #014099, #008cd6);
  }
  #toppage #zone1 dl dt i.cat2 {
    border: 1px solid #3389ca;
    color: #3389ca;
  }
  #toppage #zone1 dl dt i.cat3 {
    border: 1px solid #44aee4;
    background: #44aee4;
  }
  #toppage #zone1 .btn {
    text-align: right;
    padding-top: 20px;
  }
  #toppage #zone1 .btn img {
    width: 100px;
  }
  #toppage #zone2 {
    padding-bottom: 70px;
  }
  #toppage #zone3 {
    padding-bottom: 70px;
  }
  #toppage #zone4 {
    padding-bottom: 70px;
  }

  #topics .mds {
    text-align: center;
    padding: 30px 0;
  }
  #topics .mds img {
    width: 120px;
  }
  #topics #zone1 {
    padding-bottom: 80px;
  }
  #topics #zone1 dl {
    border-bottom: 1px solid #06253f;
    padding: 10px 0;
    line-height: 1.4;
  }
  #topics #zone1 dl dt {
    padding-bottom: 5px;
  }
  #topics #zone1 dl dt i {
    display: inline-block;
    text-align: center;
    width: 80px;
    padding: 2px;
    margin-left: 10px;
    color: #fff;
    font-size: 11px;
  }
  #topics #zone1 dl dt i.cat1 {
    border: 1px solid #3389ca;
    background: linear-gradient(to right, #014099, #008cd6);
  }
  #topics #zone1 dl dt i.cat2 {
    border: 1px solid #3389ca;
    color: #3389ca;
  }
  #topics #zone1 dl dt i.cat3 {
    border: 1px solid #44aee4;
    background: #44aee4;
  }

  #newstop {
    background: url("../img/bg.png") no-repeat center top;
    background-size: cover;
  }
  #newstop #zone1 {
    position: relative;
    padding: 130px 0 80px;
  }
  #newstop #zone1 h1 {
    position: absolute;
    top: 0;
    width: 100%;
    background: #222;
    padding: 30px 0 70px;
    text-align: center;
  }
  #newstop #zone1 h1 img {
    width: 300px;
  }
  #newstop #zone1 .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #newstop #zone1 .list li {
    width: 49%;
    background: url("../img/ya.png") #fff no-repeat right 10px bottom 10px;
    border-bottom: 4px solid #20ab41;
    position: relative;
    margin-bottom: 10px;
  }
  #newstop #zone1 .list li img {
    width: 100%;
    height: auto;
  }
  #newstop #zone1 .list li a {
    display: block;
  }
  #newstop #zone1 .list li a .in {
    padding: 10px;
  }
  #newstop #zone1 .list li a .in .t1 {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 30px;
  }
  #newstop #zone1 .list li a .in .t1 strong {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  #newstop #zone1 .list li a .in .t2 {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #20ab41;
  }

  #news {
    background: url("../img/bg.png") no-repeat center top;
    background-size: cover;
  }
  #news #zone1 {
    position: relative;
    padding: 130px 0 80px;
  }
  #news #zone1 h1 {
    position: absolute;
    top: 0;
    width: 100%;
    background: #222;
    padding: 30px 0 70px;
    text-align: center;
  }
  #news #zone1 h1 img {
    width: 300px;
  }
  #news #zone1 .btn {
    padding-top: 20px;
    text-align: right;
  }
  #news #zone1 .btn img {
    width: 120px;
  }
  #news #zone1 .in {
    background: #fff;
    padding: 20px;
  }
  #news #zone1 .in .mainimg {
    text-align: center;
    padding-bottom: 20px;
  }
  #news #zone1 .in .mainimg img {
    width: 100%;
    height: auto;
  }
  #news #zone1 .in h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  #news #zone1 .in .date {
    font-size: 14px;
    font-size: 0.875rem;
    color: #20ab41;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }

  #contact #zone1 {
    padding: 50px 0;
  }
  #contact #zone1 .c1 {
    text-align: center;
    padding-bottom: 30px;
  }
  #contact #zone1 .c1 i {
    color: #002c76;
  }
  #contact #zone1 dl {
    padding-bottom: 30px;
  }
  #contact #zone1 dl dt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  #contact #zone1 dl dt i {
    display: inline-block;
    background: #002c76;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 10px;
    color: #fff;
    line-height: 1;
    margin-left: 15px;
    vertical-align: 2px;
  }
  #contact #zone1 dl dt small {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 10px;
  }
  #contact #zone1 .t1 {
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
  }
  #contact #zone1 .t1 a {
    text-decoration: underline;
  }
  #contact #zone1 .t2 {
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    line-height: 2;
  }
  #contact #zone1 .t2 i {
    display: inline-block;
    text-align: left;
  }
  #contact #zone1 .textarea1 {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #222;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #contact #zone1 .textarea2 {
    width: 150px;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #222;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 5px;
  }
  #contact #zone1 textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #222;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #contact #zone1 input::-webkit-input-placeholder {
    color: #afafaf;
    line-height: 1;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #contact #zone1 input::-moz-placeholder {
    color: #afafaf;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #contact #zone1 input:-ms-input-placeholder {
    color: #afafaf;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #contact #zone1 input:-moz-placeholder {
    color: #afafaf;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #contact #zone1 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eaeaea inset;
  }
  #contact #zone1 input::-ms-clear {
    visibility: hidden;
  }
  #contact #zone1 button,
  #contact #zone1 input[type="button"],
  #contact #zone1 input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    transition: 0.3s;
    display: inline-block;
    margin: 10px;
  }
  #contact #zone1 button:hover,
  #contact #zone1 input[type="button"]:hover,
  #contact #zone1 input[type="submit"]:hover {
    opacity: 0.6;
  }
  #contact #zone1 #submit[disabled] {
    opacity: 0.2;
  }
  #contact #zone1 .btn {
    text-align: center;
  }
  #contact #zone1 .btn .wpcf7c-elm-step1 {
    background: url("../img/contact/btn1.png") no-repeat 0 0;
    background-size: 300px 70px;
    width: 300px;
    height: 70px;
  }
  #contact #zone1 .btn .wpcf7c-elm-step2 {
    background: url("../img/contact/btn2.png") no-repeat 0 0;
    background-size: 300px 70px;
    width: 300px;
    height: 70px;
  }
  #contact #zone1 .btn .wpcf7-submit {
    background: url("../img/contact/btn3.png") no-repeat 0 0;
    background-size: 300px 70px;
    width: 300px;
    height: 70px;
  }
  #contact #zone1 .wpcf7c-conf {
    background: #eee;
    border: 0;
  }
  #contact #zone1 .btn1 {
    text-align: center;
  }
  #contact #zone1 .btn1 img {
    width: 300px;
  }
  #contact #zone1 .f1 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
  }
  #contact #zone1 .f2 {
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
    line-height: 2;
  }

  #terms #zone1 {
    padding: 50px 0;
  }
  #terms #zone1.container {
    line-height: 1.8;
  }
  #terms #zone1 .t1 {
    padding-bottom: 30px;
  }
  #terms #zone1 a {
    color: #3389ca;
  }

  #privacy #zone1 {
    padding: 50px 0;
  }
  #privacy #zone1.container {
    line-height: 1.8;
  }
  #privacy #zone1 .t1 {
    padding-bottom: 30px;
  }
  #privacy #zone1 .t2 {
    padding-bottom: 50px;
  }
  #privacy #zone1 .t3 {
    text-align: right;
  }
  #privacy #zone1 ol {
    padding-bottom: 50px;
  }
  #privacy #zone1 ol li {
    padding-bottom: 10px;
  }
  #privacy #zone1 h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #002b75;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #002b75;
  }
  #privacy #zone1 a {
    color: #3389ca;
  }
  #privacy #zone1 table {
    margin-bottom: 50px;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
  }
  #privacy #zone1 table td {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    padding: 5px;
  }
  #privacy #zone1 table .c1 {
    text-align: center;
    background: #eaf6fd;
    white-space: nowrap;
  }

  #single .itemname {
    text-align: center;
    color: #002c76;
    font-size: 20px;
    font-weight: bold;
    border-top: 4px solid #002c76;
    border-bottom: 4px solid #002c76;
    line-height: 1;
    padding: 20px;
    margin: 20px 0;
  }
  #single .slider {
    text-align: center;
    margin-bottom: 10px;
  }
  #single .slider img {
    max-width: 100%;
    max-height: 400px;
  }
  #single .slider-thumbnail .swiper-slide {
    opacity: .5;
    overflow: hidden;
  }
  #single .slider-thumbnail .swiper-slide img {
    width: 100%;
  }
  #single .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
  #single .otoi {
    width: 300px;
    margin: 0 auto 50px;
    border: 1px solid #008cd6;
    background: #fff;
    padding: 4px;
    text-align: center;
    color: #fff;
  }
  #single .otoi .in {
    background: #0068b7;
  }
  #single .otoi .in h3 {
    background: #002c76;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
  }
  #single .otoi .in .o1 {
    padding: 10px;
  }
  #single .otoi .in .o1 i {
    display: block;
    font-weight: bold;
    font-size: 18px;
  }
  #single .otoi .in .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 5px;
    line-height: 1;
  }
  #single .otoi .in .btn a {
    display: block;
    width: 100%;
  }
  #single .otoi .in .btn .tel {
    color: #fff;
    display: block;
    background: #008cd6;
    background: url("../img/tel.svg") no-repeat left 15px center #008cd6;
    background-size: auto 27px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 20px 20px 20px 60px;
  }
  #single .otoi .in .btn .web {
    color: #fff;
    display: block;
    background: #008cd6;
    background: url("../img/web.svg") no-repeat left 15px center #008cd6;
    background-size: auto 27px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 20px 20px 20px 60px;
    margin-top: 5px;
  }
  #single .otoi img {
    width: 100%;
  }
  #single .kmds {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
    background: #002c76;
  }
  #single #mainzone {
    padding-bottom: 50px;
  }
  #single #zone1 {
    padding-bottom: 80px;
  }
  #single #zone1 .in {
    padding: 20px 10px;
  }
  #single #zone1 .in table {
    width: 100%;
    border-top: 1px solid #002c76;
  }
  #single #zone1 .in table td {
    border-bottom: 1px solid #002c76;
    padding: 5px;
    vertical-align: top;
  }
  #single #zone1 .in table td:first-child {
    white-space: nowrap;
    color: #002c76;
    font-weight: bold;
  }
  #single #zone1 .t1 {
    padding-top: 30px;
  }
  #single #zone2 {
    padding-bottom: 80px;
  }
  #single #zone2 iframe {
    width: 100%;
  }
  #single #zone2 .kmds {
    background: #9fa0a0;
  }
  #single #zone3 {
    border-bottom: 50px solid #e0e0df;
  }
  #single #zone3 h3 {
    position: relative;
    text-align: center;
    z-index: 2;
  }
  #single #zone3 h3 img {
    width: 150px;
  }
  #single #zone3 .listzone {
    margin-top: -20px;
    margin-bottom: 80px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 641px) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #06253f;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: normal;
    background: #fff;
    letter-spacing: .1em;
  }

  img {
    vertical-align: bottom;
  }

  .sp, .none {
    display: none;
  }

  .container {
    width: 1000px;
    margin: 0 auto;
    *zoom: 1;
    position: relative;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }

  #contents {
    padding-top: 150px;
  }

  a {
    color: #06253f;
    transition: 0.3s;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.6;
  }

  a[href^="tel:"] {
    cursor: default;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }

  .notfound {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
  }

  header {
    position: fixed;
    width: 100%;
    min-width: 1200px;
    line-height: 1;
    z-index: 9;
    background: #fff;
  }
  header .container {
    width: 100%;
    padding: 20px;
  }
  header .logo {
    float: left;
    position: relative;
  }
  header .logo img {
    height: 50px;
  }
  header .hbtn {
    float: left;
    padding-left: 50px;
    position: relative;
  }
  header .hbtn img {
    height: 50px;
  }
  header .subnav {
    float: right;
    padding-top: 10px;
    *zoom: 1;
  }
  header .subnav:after {
    content: "";
    display: table;
    clear: both;
  }
  header .subnav li {
    float: left;
    padding-left: 30px;
  }
  header .subnav li img {
    height: 30px;
  }
  header .nav {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background: linear-gradient(#008cd6, #1a4394);
  }
  header .nav li {
    width: 25%;
    border-right: 1px solid #06253f;
    position: relative;
  }
  header .nav li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  header .nav li a img {
    height: 40px;
  }
  header .nav li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  header .nav li:nth-child(4) {
    width: 12.5%;
  }
  header .nav li:last-child {
    width: 12.5%;
    border-right: 0;
  }

  footer {
    text-align: center;
    position: relative;
  }
  footer .logo {
    padding: 80px 0 30px;
  }
  footer .logo img {
    width: 400px;
  }
  footer .nav {
    padding-bottom: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  footer .nav a {
    margin: 0 20px;
    color: #3389ca;
  }
  footer .copyright {
    color: #3389ca;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding: 10px;
  }
  footer::before {
    content: '';
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #014099, #008cd6);
    position: absolute;
    top: 0;
    left: 0;
  }
  footer::after {
    content: '';
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #014099, #008cd6);
    position: absolute;
    bottom: 35px;
    left: 0;
  }

  #pagetop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 10;
  }
  #pagetop img {
    width: 60px;
  }
  #pagetop a:hover {
    opacity: 0.6;
  }

  #wp_page_numbers {
    padding-top: 20px;
    clear: both;
    text-align: center;
  }
  #wp_page_numbers li {
    display: inline-block;
    text-align: center;
  }
  #wp_page_numbers li a {
    border: 3px solid #fff;
    padding: 5px 0;
    margin-right: 8px;
    width: 37px;
    display: block;
    color: #fff;
  }
  #wp_page_numbers li a:hover {
    color: #222;
    background: #fff;
  }

  #wp_page_numbers li.active_page a {
    color: #222;
    background: #fff;
  }

  .ttl {
    text-align: center;
    background: linear-gradient(to right, #014099, #008cd6);
    line-height: 1;
    position: relative;
    overflow: hidden;
  }
  .ttl img {
    width: 500px;
  }
  .ttl i {
    display: block;
    padding: 55px 0 70px;
    background: url("../img/ttlbg.png") no-repeat center bottom;
    background-size: auto 15px;
  }
  .ttl::before {
    content: '';
    width: 100%;
    height: 15px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: calc(50% + 50px);
  }
  .ttl::after {
    content: '';
    width: 100%;
    height: 15px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: calc(50% + 50px);
  }

  .mds1 {
    text-align: center;
    background: linear-gradient(to right, #014099, #008cd6);
    padding: 30px 0;
    line-height: 1;
  }
  .mds1 img {
    width: 500px;
  }

  .mds3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0;
    background: linear-gradient(to right, #014099, #008cd6);
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
  }

  .listzone {
    padding: 50px 25px;
    padding-bottom: 0;
  }
  .listzone .rlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .listzone .rlist li {
    width: 33.3%;
    padding: 0 20px 50px;
  }
  .listzone .rlist img {
    width: 100%;
  }
  .listzone .rlist .t1 {
    padding-bottom: 10px;
  }
  .listzone .rlist .t2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #06253f;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .listzone .rlist .t3 {
    padding: 10px 0;
    font-size: 14px;
  }
  .listzone .rlist table td {
    vertical-align: top;
  }
  .listzone .rlist table .c1 {
    white-space: nowrap;
    padding-right: 15px;
  }
  .listzone .rlist .btn {
    padding-top: 10px;
  }

  #toppage #mainzone {
    position: relative;
    width: 100%;
    height: calc(100vh - 150px);
    line-height: 1;
  }
  #toppage #mainzone .swiper-slide {
    width: 100%;
    height: calc(100vh - 150px);
  }
  #toppage #mainzone .s1 {
    background: url("../img/top/main1.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone .s2 {
    background: url("../img/top/main2.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone .s3 {
    background: url("../img/top/main3.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone h1 {
    position: absolute;
    top: calc(50% - 90px);
    left: 0;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
  #toppage #mainzone h1 img {
    height: 180px;
  }
  #toppage #mainzone .sc {
    position: absolute;
    bottom: 0px;
    left: 50px;
    z-index: 8;
  }
  #toppage #mainzone .sc img {
    width: 15px;
  }
  #toppage #zone1 {
    padding: 80px 0;
  }
  #toppage #zone1 h2 {
    text-align: center;
    padding-bottom: 40px;
  }
  #toppage #zone1 h2 img {
    width: 200px;
  }
  #toppage #zone1 dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    border-bottom: 1px solid #06253f;
    padding: 10px 0;
    line-height: 1.2;
  }
  #toppage #zone1 dl dt {
    width: 220px;
  }
  #toppage #zone1 dl dt i {
    display: inline-block;
    text-align: center;
    width: 80px;
    padding: 3px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
  }
  #toppage #zone1 dl dt i.cat1 {
    border: 1px solid #3389ca;
    background: linear-gradient(to right, #014099, #008cd6);
  }
  #toppage #zone1 dl dt i.cat2 {
    border: 1px solid #3389ca;
    color: #3389ca;
  }
  #toppage #zone1 dl dt i.cat3 {
    border: 1px solid #44aee4;
    background: #44aee4;
  }
  #toppage #zone1 dl dd {
    width: calc(100% - 220px);
  }
  #toppage #zone1 .btn {
    text-align: right;
    padding-top: 20px;
  }
  #toppage #zone1 .btn img {
    width: 140px;
  }
  #toppage #zone2 {
    padding-bottom: 100px;
  }
  #toppage #zone3 {
    padding-bottom: 100px;
  }
  #toppage #zone4 {
    padding-bottom: 100px;
  }

  #topics .mds {
    text-align: center;
    padding: 40px 0;
  }
  #topics .mds img {
    width: 200px;
  }
  #topics #zone1 {
    padding-bottom: 80px;
  }
  #topics #zone1 dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    border-bottom: 1px solid #05253f;
    padding: 10px 0;
    line-height: 1.2;
  }
  #topics #zone1 dl dt {
    width: 200px;
  }
  #topics #zone1 dl dt i {
    display: inline-block;
    text-align: center;
    width: 80px;
    padding: 3px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
  }
  #topics #zone1 dl dt i.cat1 {
    border: 1px solid #3389ca;
    background: linear-gradient(to right, #014099, #008cd6);
  }
  #topics #zone1 dl dt i.cat2 {
    border: 1px solid #3389ca;
    color: #3389ca;
  }
  #topics #zone1 dl dt i.cat3 {
    border: 1px solid #44aee4;
    background: #44aee4;
  }

  #newstop, #news {
    background: url("../img/bg.png") no-repeat center top;
    background-size: cover;
  }
  #newstop header .nav1 li:first-child, #news header .nav1 li:first-child {
    position: relative;
  }
  #newstop header .nav1 li:first-child::after, #news header .nav1 li:first-child::after {
    position: absolute;
    bottom: -7px;
    left: 10px;
    content: '';
    width: 100px;
    height: 2px;
    background: #e61773;
  }

  #newstop #zone1 {
    position: relative;
    padding: 170px 0 80px;
  }
  #newstop #zone1 h1 {
    position: absolute;
    top: 0;
    width: 100%;
    background: #222;
    padding: 50px 0 100px;
    text-align: center;
  }
  #newstop #zone1 h1 img {
    width: 400px;
  }
  #newstop #zone1 .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  #newstop #zone1 .list li {
    width: 320px;
    margin-bottom: 20px;
    margin-right: 20px;
    background: url("../img/ya.png") #fff no-repeat right 10px bottom 15px;
    border-bottom: 4px solid #20ab41;
    position: relative;
  }
  #newstop #zone1 .list li:nth-child(3n) {
    margin-right: 0;
  }
  #newstop #zone1 .list li img {
    width: 100%;
    height: auto;
  }
  #newstop #zone1 .list li a {
    display: block;
  }
  #newstop #zone1 .list li a .tn {
    overflow: hidden;
    width: 320px;
    height: 208px;
  }
  #newstop #zone1 .list li a .tn img {
    display: block;
    transition: 0.3s;
  }
  #newstop #zone1 .list li a .in {
    padding: 15px;
  }
  #newstop #zone1 .list li a .in .t1 {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 20px;
  }
  #newstop #zone1 .list li a .in .t1 strong {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  #newstop #zone1 .list li a .in .t2 {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #20ab41;
  }
  #newstop #zone1 .list li a:hover {
    opacity: 1;
  }
  #newstop #zone1 .list li a:hover .tn img {
    display: block;
    transform: scale(1.1);
  }

  #news #zone1 {
    position: relative;
    padding: 170px 0 80px;
  }
  #news #zone1 h1 {
    position: absolute;
    top: 0;
    width: 100%;
    background: #222;
    padding: 50px 0 100px;
    text-align: center;
  }
  #news #zone1 h1 img {
    width: 400px;
  }
  #news #zone1 .btn {
    padding-top: 20px;
    text-align: right;
  }
  #news #zone1 .in {
    background: #fff;
    padding: 20px;
  }
  #news #zone1 .in .mainimg {
    text-align: center;
    padding-bottom: 20px;
  }
  #news #zone1 .in .mainimg img {
    max-width: 960px;
    height: auto;
  }
  #news #zone1 .in h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #news #zone1 .in .date {
    font-size: 14px;
    font-size: 0.875rem;
    color: #20ab41;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }

  #contact #zone1 {
    padding: 100px 0;
  }
  #contact #zone1.container {
    width: 760px;
  }
  #contact #zone1 .c1 {
    text-align: center;
    padding-bottom: 50px;
  }
  #contact #zone1 .c1 i {
    color: #002c76;
  }
  #contact #zone1 dl {
    padding-bottom: 30px;
  }
  #contact #zone1 dl dt {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  #contact #zone1 dl dt i {
    display: inline-block;
    background: #002c76;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 10px;
    color: #fff;
    line-height: 1;
    margin-left: 15px;
    vertical-align: 2px;
  }
  #contact #zone1 dl dt small {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 10px;
  }
  #contact #zone1 .t1 {
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
  }
  #contact #zone1 .t1 a {
    text-decoration: underline;
  }
  #contact #zone1 .t2 {
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    line-height: 2;
  }
  #contact #zone1 .t2 i {
    display: inline-block;
    text-align: left;
  }
  #contact #zone1 .textarea1 {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #222;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact #zone1 .textarea2 {
    width: 150px;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #222;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
  }
  #contact #zone1 textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #222;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact #zone1 input::-webkit-input-placeholder {
    color: #afafaf;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact #zone1 input::-moz-placeholder {
    color: #afafaf;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact #zone1 input:-ms-input-placeholder {
    color: #afafaf;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact #zone1 input:-moz-placeholder {
    color: #afafaf;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact #zone1 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eaeaea inset;
  }
  #contact #zone1 input::-ms-clear {
    visibility: hidden;
  }
  #contact #zone1 button,
  #contact #zone1 input[type="button"],
  #contact #zone1 input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    transition: 0.3s;
    display: inline-block;
    margin: 0 10px;
  }
  #contact #zone1 button:hover,
  #contact #zone1 input[type="button"]:hover,
  #contact #zone1 input[type="submit"]:hover {
    opacity: 0.6;
  }
  #contact #zone1 #submit[disabled] {
    opacity: 0.2;
  }
  #contact #zone1 .btn {
    text-align: center;
  }
  #contact #zone1 .btn .wpcf7c-elm-step1 {
    background: url("../img/contact/btn1.png") no-repeat 0 0;
    background-size: 300px 57px;
    width: 300px;
    height: 57px;
  }
  #contact #zone1 .btn .wpcf7c-elm-step2 {
    background: url("../img/contact/btn2.png") no-repeat 0 0;
    background-size: 300px 57px;
    width: 300px;
    height: 57px;
  }
  #contact #zone1 .btn .wpcf7-submit {
    background: url("../img/contact/btn3.png") no-repeat 0 0;
    background-size: 300px 57px;
    width: 300px;
    height: 57px;
  }
  #contact #zone1 .wpcf7c-conf {
    background: #eee;
    border: 0;
  }
  #contact #zone1 .btn1 {
    text-align: center;
  }
  #contact #zone1 .btn1 img {
    width: 300px;
  }
  #contact #zone1 .f1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
  }
  #contact #zone1 .f2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
    line-height: 2;
  }

  #terms #zone1 {
    padding: 100px 0 50px;
  }
  #terms #zone1.container {
    width: 800px;
    line-height: 1.8;
  }
  #terms #zone1 .t1 {
    padding-bottom: 50px;
  }
  #terms #zone1 a {
    color: #3389ca;
  }

  #privacy #zone1 {
    padding: 100px 0;
  }
  #privacy #zone1.container {
    width: 800px;
    line-height: 1.8;
  }
  #privacy #zone1 .t1 {
    padding-bottom: 30px;
  }
  #privacy #zone1 .t2 {
    padding-bottom: 50px;
  }
  #privacy #zone1 .t3 {
    text-align: right;
  }
  #privacy #zone1 ol {
    padding-bottom: 50px;
  }
  #privacy #zone1 ol li {
    padding-bottom: 10px;
  }
  #privacy #zone1 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #002b75;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-bottom: 1px solid #002b75;
  }
  #privacy #zone1 a {
    color: #3389ca;
  }
  #privacy #zone1 table {
    margin-bottom: 50px;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
  }
  #privacy #zone1 table td {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    padding: 10px 20px;
  }
  #privacy #zone1 table .c1 {
    text-align: center;
    background: #eaf6fd;
  }

  #single .itemname {
    text-align: center;
    color: #002c76;
    font-size: 30px;
    font-weight: bold;
    border-top: 4px solid #002c76;
    border-bottom: 4px solid #002c76;
    line-height: 1;
    padding: 20px;
    margin: 40px 0;
  }
  #single .slider {
    text-align: center;
    margin-bottom: 10px;
  }
  #single .slider img {
    max-width: 800px;
    max-height: 600px;
  }
  #single .slider-thumbnail {
    width: 800px;
    margin: auto;
  }
  #single .slider-thumbnail .swiper-slide {
    opacity: .5;
    overflow: hidden;
  }
  #single .slider-thumbnail .swiper-slide img {
    width: 100%;
  }
  #single .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
  #single .otoi {
    width: 600px;
    margin: 0 auto 80px;
    border: 1px solid #008cd6;
    background: #fff;
    padding: 4px;
    text-align: center;
    color: #fff;
  }
  #single .otoi .in {
    background: #0068b7;
  }
  #single .otoi .in h3 {
    background: #002c76;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
  }
  #single .otoi .in .o1 {
    padding: 10px;
  }
  #single .otoi .in .o1 i {
    display: block;
    font-weight: bold;
    font-size: 20px;
  }
  #single .otoi .in .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 5px;
    line-height: 1;
  }
  #single .otoi .in .btn a {
    display: block;
    width: calc(50% - 2px);
  }
  #single .otoi .in .btn .tel {
    color: #fff;
    display: block;
    background: #008cd6;
    background: url("../img/tel.png") no-repeat left 15px center #008cd6;
    background-size: auto 27px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 25px 25px 25px 60px;
  }
  #single .otoi .in .btn .web {
    color: #fff;
    display: block;
    background: #008cd6;
    background: url("../img/web.png") no-repeat left 15px center #008cd6;
    background-size: auto 27px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 25px 25px 25px 65px;
  }
  #single .otoi img {
    width: 100%;
  }
  #single .kmds {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
    background: #002c76;
  }
  #single #mainzone {
    width: 1000px;
    margin: auto;
    padding-bottom: 50px;
  }
  #single #zone1 {
    padding-bottom: 80px;
  }
  #single #zone1 .in {
    padding: 40px;
  }
  #single #zone1 .in table {
    width: 100%;
    border-top: 1px solid #002c76;
  }
  #single #zone1 .in table td {
    border-bottom: 1px solid #002c76;
    padding: 10px;
    vertical-align: top;
  }
  #single #zone1 .in table td:first-child {
    white-space: nowrap;
    color: #002c76;
    font-weight: bold;
    width: 150px;
  }
  #single #zone1 .t1 {
    padding-top: 30px;
  }
  #single #zone2 {
    padding-bottom: 80px;
  }
  #single #zone2 iframe {
    width: 100%;
  }
  #single #zone2 .kmds {
    background: #9fa0a0;
  }
  #single #zone3 {
    border-bottom: 50px solid #e0e0df;
  }
  #single #zone3 h3 {
    position: relative;
    text-align: center;
    z-index: 2;
  }
  #single #zone3 h3 img {
    width: 300px;
  }
  #single #zone3 .listzone {
    margin-top: -40px;
    margin-bottom: 80px;
    padding-top: 90px;
    position: relative;
    z-index: 1;
  }
}