@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 900px) {
    html {
      font-size: 14px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms; }
  .wf-active body::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

html,
body {
  height: 100%; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100px; }
  @media screen and (max-width: 900px) {
    main {
      padding-top: 55px; } }

section {
  position: relative; }

small {
  font-size: 13px; }
  @media screen and (max-width: 900px) {
    small {
      font-size: 12px; } }

strong, b {
  font-weight: 700; }

.container {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px; }

.text, .text2 {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline; }

.t1 {
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: baseline; }

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.lead {
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: baseline;
  line-height: 2.5; }

.mds1 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #c6c6c6; }
  @media screen and (max-width: 900px) {
    .mds1 {
      font-size: 20px;
      padding-bottom: 20px;
      margin-bottom: 40px; } }

.mds2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 7px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  padding-left: 45px; }
  .mds2 b {
    color: #214096;
    position: absolute;
    top: 9px;
    left: 0; }
    @media screen and (max-width: 900px) {
      .mds2 b {
        top: 5px; } }
  @media screen and (max-width: 900px) {
    .mds2 {
      font-size: 18px;
      padding-top: 4px;
      padding-left: 35px;
      padding-bottom: 15px; } }
  .mds2.ex {
    padding-left: 0; }

.btn1 {
  display: block;
  position: relative;
  width: 280px;
  height: 60px;
  background-color: #214096;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer; }
  @media screen and (max-width: 900px) {
    .btn1 {
      width: 220px;
      height: 50px; } }

.btn2 {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  color: #214096;
  border-radius: 40px;
  overflow: hidden;
  padding: 10px 40px 10px 0px;
  background: url("../img/arrow1.png") no-repeat right center;
  background-size: 20px auto;
  cursor: pointer; }

.picbtn {
  display: block;
  position: relative; }
  .picbtn figure {
    overflow: hidden; }
    .picbtn figure img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .picbtn:hover {
    opacity: 1; }
    .picbtn:hover figure img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .picbtn:hover .morebtn i {
      border: 0; }
      .picbtn:hover .morebtn i::before {
        opacity: 1; }

ol {
  list-style: none;
  counter-reset: ol_li;
  line-height: 2;
  padding-left: 0.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: baseline; }
  ol > li {
    padding-bottom: 20px;
    padding-left: 1em;
    text-indent: -1.5em; }
    ol > li::before {
      counter-increment: ol_li;
      content: counter(ol_li) ".";
      color: #214096;
      margin-right: 0.5em; }

.list1 {
  line-height: 1.8; }
  .list1 > li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative; }
    .list1 > li::before {
      position: absolute;
      top: 13px;
      left: 2px;
      content: '';
      width: 7px;
      height: 7px;
      background: #214096;
      border-radius: 20px; }
      @media screen and (max-width: 900px) {
        .list1 > li::before {
          top: 10px; } }

@-webkit-keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

#bread {
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px solid #eaeaea; }
  @media screen and (max-width: 900px) {
    #bread {
      font-size: 10px;
      padding: 5px 10px; } }
  #bread ul {
    max-width: 1200px;
    margin: auto;
    line-height: 1.3;
    text-align: left; }
    #bread ul a {
      color: #214096;
      white-space: nowrap; }
      #bread ul a:hover {
        text-decoration: underline; }
    #bread ul li {
      display: inline;
      position: relative;
      padding-right: 20px; }
      @media screen and (max-width: 900px) {
        #bread ul li {
          padding-right: 18px; } }
      #bread ul li::before {
        background: url("../img/arrow4.png") no-repeat;
        background-size: 10px auto;
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: calc(50% - 4px);
        right: -5px; }
        @media screen and (max-width: 900px) {
          #bread ul li::before {
            background-size: 10px auto;
            right: -7px;
            height: 10px; } }
      #bread ul li:last-child {
        padding-left: 0px; }
        #bread ul li:last-child::before {
          display: none; }

.sec_title {
  position: relative;
  height: 300px;
  margin-top: 100px; }
  @media screen and (max-width: 900px) {
    .sec_title {
      height: 180px;
      margin-top: 50px; } }
  .sec_title h1, .sec_title h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 40px; }
    @media screen and (max-width: 900px) {
      .sec_title h1, .sec_title h2 {
        font-size: 30px;
        padding-bottom: 30px; } }
    .sec_title h1 i, .sec_title h2 i {
      display: block;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      font-weight: 700;
      font-size: 16px;
      padding-bottom: 50px; }
      @media screen and (max-width: 900px) {
        .sec_title h1 i, .sec_title h2 i {
          padding-bottom: 30px; } }
  .sec_title .t1 {
    text-align: center;
    line-height: 1.5; }
  .sec_title figure {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center; }

#zone_title {
  margin: 50px 0 90px; }
  @media screen and (max-width: 900px) {
    #zone_title {
      margin-bottom: 50px; } }
  #zone_title .in {
    position: relative;
    height: 450px; }
    @media screen and (max-width: 900px) {
      #zone_title .in {
        height: auto; } }
    #zone_title .in h1 {
      max-width: 1240px;
      margin: auto;
      padding: 0 20px;
      padding-top: 160px;
      font-size: 25px;
      font-weight: bold;
      color: #214096; }
      @media screen and (max-width: 900px) {
        #zone_title .in h1 {
          padding-top: 0;
          text-align: center;
          font-size: 18px;
          padding-bottom: 20px; } }
      #zone_title .in h1 i {
        display: block;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        font-size: 45px;
        padding-bottom: 20px; }
        @media screen and (max-width: 900px) {
          #zone_title .in h1 i {
            font-size: 35px;
            padding-bottom: 10px; } }
    @media print, screen and (min-width: 901px) {
      #zone_title .in .pic {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(50% + 220px);
        height: 450px; }
        #zone_title .in .pic img {
          object-fit: cover;
          height: 450px; } }
  #zone_title .bigttl {
    max-width: 1300px;
    margin: auto;
    padding-top: 40px; }
    @media screen and (max-width: 900px) {
      #zone_title .bigttl {
        display: none; } }
    #zone_title .bigttl img {
      width: auto;
      height: 125px; }

.wp-pagenavi {
  margin-top: 100px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .wp-pagenavi {
      margin-top: 50px; } }
  .wp-pagenavi .pages,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .prev,
  .wp-pagenavi .extend {
    display: none; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page, .wp-pagenavi span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    color: #214096;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 900px) {
      .wp-pagenavi .previouspostslink,
      .wp-pagenavi .nextpostslink,
      .wp-pagenavi .page, .wp-pagenavi span {
        width: 30px;
        height: 30px;
        margin: 0 2px; } }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #214096; }
  .wp-pagenavi .current,
  .wp-pagenavi .page:hover {
    background-color: #214096;
    color: #fff;
    opacity: 1; }

.side {
  width: 245px; }
  @media screen and (max-width: 900px) {
    .side {
      width: 100%;
      margin-bottom: 70px; } }
  .side h3 {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #214096;
    font-size: 24px;
    padding-bottom: 15px; }
    @media screen and (max-width: 900px) {
      .side h3 {
        font-size: 18px; } }
  .side .nav1 {
    border-top: 1px solid #c6c6c6; }
    @media screen and (max-width: 900px) {
      .side .nav1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 0; } }
    .side .nav1 li {
      border-bottom: 1px solid #c6c6c6; }
      @media screen and (max-width: 900px) {
        .side .nav1 li {
          width: calc(50% - 2px);
          border: 1px solid #c6c6c6;
          margin-bottom: 4px; } }
      .side .nav1 li a {
        display: block;
        padding: 25px 40px 25px 0;
        font-size: 20px;
        background: url("../img/arrow1b.png") no-repeat right center;
        background-size: 20px auto; }
        @media screen and (max-width: 900px) {
          .side .nav1 li a {
            padding: 15px 20px 15px 5px;
            font-size: 12px;
            background: url("../img/arrow1b.png") no-repeat right 10px center;
            background-size: 12px auto; } }

header {
  position: fixed;
  width: 100%;
  line-height: 1;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea; }
  @media print, screen and (min-width: 901px) {
    header {
      min-width: 1120px; }
      header .in {
        height: 100px;
        padding-right: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        header .in h1 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          width: 265px;
          height: 100px;
          border-right: 1px solid #eaeaea; }
          header .in h1 img {
            width: 165px; }
        header .in .pos {
          width: 800px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          header .in .pos ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: 540px; }
            header .in .pos ul a {
              position: relative; }
              header .in .pos ul a:hover {
                opacity: 1;
                color: #214096; }
          header .in .pos .btn1 {
            width: 210px;
            height: 50px; } }
  @media screen and (max-width: 900px) {
    header .in {
      height: 55px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header .in h1 {
        width: 120px;
        margin: 0 20px; }
      header .in #menubtn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 55px;
        height: 55px;
        cursor: pointer; } }

@media print, screen and (min-width: 901px) {
  #toppage header .in .pos ul li:nth-of-type(1) a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #214096; }
  #news header .in .pos ul li:nth-of-type(2) a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #214096; }
  #products header .in .pos ul li:nth-of-type(3) a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #214096; }
  #blog header .in .pos ul li:nth-of-type(4) a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #214096; }
  #download header .in .pos ul li:nth-of-type(5) a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #214096; }
  #faq header .in .pos ul li:nth-of-type(6) a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #214096; } }

footer {
  position: relative;
  overflow: hidden;
  background-color: #f2f4f9; }
  @media print, screen and (min-width: 901px) {
    footer {
      min-width: 1020px;
      padding: 0 20px; }
      footer::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 145px;
        background-color: #fff; } }
  footer .sec1 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1; }
    @media screen and (max-width: 900px) {
      footer .sec1 {
        margin-bottom: 45px; } }
    footer .sec1 li {
      width: 50%; }
      footer .sec1 li:nth-of-type(1) {
        background: url("../img/btnbg2.jpg") no-repeat center top;
        background-size: cover; }
      footer .sec1 li:nth-of-type(2) {
        background: url("../img/btnbg3.jpg") no-repeat center top;
        background-size: cover; }
      @media screen and (max-width: 900px) {
        footer .sec1 li {
          width: 100%; } }
      footer .sec1 li a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        height: 290px;
        color: #fff; }
        @media screen and (max-width: 900px) {
          footer .sec1 li a {
            height: 180px; } }
        footer .sec1 li a i {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 28px;
          font-weight: bold; }
          @media screen and (max-width: 900px) {
            footer .sec1 li a i {
              font-size: 25px; } }
          footer .sec1 li a i img {
            width: 60px;
            margin-right: 15px; }
        footer .sec1 li a:hover {
          opacity: 1;
          background-color: rgba(0, 0, 0, 0.5); }
  footer .sec2 {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px; }
    @media screen and (max-width: 900px) {
      footer .sec2 {
        padding: 0 20px 60px; } }
    footer .sec2 .set1 {
      width: 300px; }
      @media screen and (max-width: 900px) {
        footer .sec2 .set1 {
          width: 260px; } }
      footer .sec2 .set1 .logo {
        padding-bottom: 160px; }
        @media screen and (max-width: 900px) {
          footer .sec2 .set1 .logo {
            padding-bottom: 35px; } }
        footer .sec2 .set1 .logo a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 17px; }
          footer .sec2 .set1 .logo a img {
            width: 230px; }
            @media screen and (max-width: 900px) {
              footer .sec2 .set1 .logo a img {
                width: 200px; } }
      footer .sec2 .set1 .link a {
        width: 250px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px; }
        footer .sec2 .set1 .link a img {
          width: 55px; }
    footer .sec2 .set2 {
      width: 700px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      font-size: 20px; }
      @media screen and (max-width: 900px) {
        footer .sec2 .set2 {
          display: none; } }
      footer .sec2 .set2 > li a {
        display: block;
        margin-bottom: 25px; }
        footer .sec2 .set2 > li a:hover {
          opacity: 1;
          color: #214096; }
      footer .sec2 .set2 > li .ttl {
        display: block;
        margin-bottom: 25px; }
      footer .sec2 .set2 > li .sub {
        margin-top: -5px;
        margin-left: 12px; }
        footer .sec2 .set2 > li .sub a {
          display: block;
          font-size: 16px;
          margin-bottom: 20px;
          vertical-align: middle; }
          footer .sec2 .set2 > li .sub a::before {
            content: '●';
            color: #214096;
            font-size: 12px;
            padding-right: 5px; }
  footer .sec3 {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #9a9a9a; }
    @media screen and (max-width: 900px) {
      footer .sec3 {
        border: 0;
        padding: 0 10px; } }
    footer .sec3 ul {
      width: 450px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 13px; }
      @media screen and (max-width: 900px) {
        footer .sec3 ul {
          font-size: 11px;
          width: 100%;
          padding: 0 10px 20px;
          border-bottom: 1px solid #9a9a9a; } }
      footer .sec3 ul li a:hover {
        opacity: 1;
        color: #214096; }
    footer .sec3 .copyright {
      font-size: 13px;
      color: #9a9a9a; }
      @media screen and (max-width: 900px) {
        footer .sec3 .copyright {
          width: 100%;
          font-size: 10px;
          text-align: center;
          padding: 20px 0; } }

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 1;
  cursor: pointer; }
  @media screen and (max-width: 900px) {
    #pagetop {
      right: -5px;
      bottom: -5px; } }
  #pagetop img {
    width: 140px; }
    @media screen and (max-width: 900px) {
      #pagetop img {
        width: 80px; } }

#toppage .sec_title {
  margin-top: 0; }
  #toppage .sec_title figure img {
    max-width: 1280px; }

#toppage .arrow {
  width: 100px;
  margin: auto;
  padding-bottom: 80px; }
  @media screen and (max-width: 900px) {
    #toppage .arrow {
      width: 50px;
      padding-bottom: 40px; } }

#toppage .btnset {
  background: url("../img/btnbg1.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px; }
  @media screen and (max-width: 900px) {
    #toppage .btnset {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin-bottom: 80px; } }
  #toppage .btnset::before {
    background-color: #fff;
    content: '';
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 1; }
    @media screen and (max-width: 900px) {
      #toppage .btnset::before {
        width: calc(100% - 20px);
        height: 1px;
        top: 50%;
        left: 10px; } }
  #toppage .btnset li {
    width: 50%; }
    @media screen and (max-width: 900px) {
      #toppage .btnset li {
        width: 100%; } }
    #toppage .btnset li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      background-color: rgba(33, 64, 150, 0.85);
      color: #fff;
      height: 370px; }
      @media screen and (max-width: 900px) {
        #toppage .btnset li a {
          height: 250px;
          line-height: 1.5; } }
      #toppage .btnset li a img {
        width: 80px; }
      #toppage .btnset li a b {
        display: block;
        font-size: 25px;
        font-weight: bold;
        padding: 20px 0 30px; }
        @media screen and (max-width: 900px) {
          #toppage .btnset li a b {
            font-size: 20px;
            padding: 10px 0 20px; } }
      #toppage .btnset li a:hover {
        opacity: 1;
        background-color: rgba(33, 64, 150, 0.6); }

#toppage #zone1 .sec1 {
  position: relative; }
  @media print, screen and (min-width: 901px) {
    #toppage #zone1 .sec1 {
      height: 660px;
      background: url("../img/top/kv.jpg") no-repeat center;
      background-size: cover; }
      #toppage #zone1 .sec1 .maincopy {
        max-width: 870px;
        padding: 90px 0 0 80px; }
      #toppage #zone1 .sec1 .box {
        background-color: #fff;
        width: 780px;
        position: absolute;
        top: 380px;
        right: 0;
        padding: 25px; }
        #toppage #zone1 .sec1 .box .t1 {
          text-align: center;
          padding-bottom: 20px;
          line-height: 1.5;
          font-size: 18px; }
        #toppage #zone1 .sec1 .box .set {
          max-width: 640px;
          margin: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          #toppage #zone1 .sec1 .box .set figure {
            width: 315px;
            text-align: center;
            color: #B71B30;
            font-size: 20px; } }
  @media screen and (max-width: 900px) {
    #toppage #zone1 .sec1 .maincopy {
      height: 520px;
      background: url("../img/top/kv_sp.jpg") no-repeat center;
      background-size: cover;
      padding: 0 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    #toppage #zone1 .sec1 .box {
      background-color: #fff;
      padding: 25px; }
      #toppage #zone1 .sec1 .box .t1 {
        text-align: center;
        padding-bottom: 10px;
        line-height: 1.5;
        font-size: 15px; }
      #toppage #zone1 .sec1 .box .set {
        width: 230px;
        margin: auto; }
        #toppage #zone1 .sec1 .box .set figure {
          text-align: center;
          color: #B71B30;
          font-size: 16px; }
        #toppage #zone1 .sec1 .box .set .link {
          width: 220px;
          margin: auto;
          padding-top: 10px; } }

#toppage #zone1 .sec2 {
  background-color: #214096;
  padding: 20px; }
  @media screen and (max-width: 900px) {
    #toppage #zone1 .sec2 {
      padding: 10px; } }
  #toppage #zone1 .sec2 ul {
    max-width: 770px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      #toppage #zone1 .sec2 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; } }
    #toppage #zone1 .sec2 ul a {
      display: block;
      color: #fff;
      background: url("../img/arrow2.png") no-repeat right center;
      background-size: 10px auto;
      padding-right: 20px;
      font-weight: bold; }
      @media screen and (max-width: 900px) {
        #toppage #zone1 .sec2 ul a {
          margin: 10px;
          padding-right: 15px; } }

#toppage #zone2 {
  max-width: 1220px;
  margin: auto;
  padding: 0 10px;
  padding-bottom: 140px; }
  @media screen and (max-width: 900px) {
    #toppage #zone2 {
      padding-bottom: 100px; } }
  #toppage #zone2 h2 {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 65px;
    padding: 40px 0; }
    @media screen and (max-width: 900px) {
      #toppage #zone2 h2 {
        font-size: 30px;
        padding: 30px 0 20px; } }
  #toppage #zone2 .link {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 900px) {
      #toppage #zone2 .link {
        padding-top: 20px;
        margin-right: 10px; } }

#toppage #zone3 .sec1 {
  position: relative;
  height: 620px;
  margin-bottom: 70px; }
  @media screen and (max-width: 900px) {
    #toppage #zone3 .sec1 {
      height: auto;
      margin-bottom: 170px; } }
  #toppage #zone3 .sec1::before {
    background: url("../img/top/concept1.jpg") no-repeat;
    background-size: cover;
    content: '';
    width: calc(100% - 150px);
    min-width: calc(50% + 550px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 900px) {
      #toppage #zone3 .sec1::before {
        background: none; } }
  #toppage #zone3 .sec1 .pic {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: calc(50% - 200px);
    max-width: 480px; }
    @media screen and (max-width: 900px) {
      #toppage #zone3 .sec1 .pic {
        width: 260px;
        bottom: -140px; } }
  #toppage #zone3 .sec1 .in {
    max-width: 1240px;
    margin: auto;
    padding: 20px;
    padding-top: 80px;
    color: #fff; }
    @media screen and (max-width: 900px) {
      #toppage #zone3 .sec1 .in {
        background: url("../img/top/concept1_sp.jpg") no-repeat;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 100px; } }
    #toppage #zone3 .sec1 .in .t1 {
      font-size: 40px;
      font-weight: bold;
      line-height: 1.5;
      padding-bottom: 40px; }
      @media screen and (max-width: 1200px) {
        #toppage #zone3 .sec1 .in .t1 {
          font-size: 30px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 900px) {
        #toppage #zone3 .sec1 .in .t1 {
          font-size: 20px;
          padding-bottom: 20px; } }
    #toppage #zone3 .sec1 .in .text {
      font-size: 18px;
      padding-bottom: 50px; }
      @media screen and (max-width: 900px) {
        #toppage #zone3 .sec1 .in .text {
          font-size: 15px;
          padding-bottom: 20px; } }
    #toppage #zone3 .sec1 .in figure {
      width: 750px; }
      @media screen and (max-width: 1200px) {
        #toppage #zone3 .sec1 .in figure {
          width: calc(50% + 180px); } }
      @media screen and (max-width: 900px) {
        #toppage #zone3 .sec1 .in figure {
          width: 300px;
          margin: auto; } }

#toppage #zone3 .sec2 .t1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #B71B30;
  line-height: 1.5;
  padding-bottom: 30px; }
  @media screen and (max-width: 900px) {
    #toppage #zone3 .sec2 .t1 {
      font-size: 25px;
      padding-bottom: 20px; } }

#toppage #zone3 .sec2 .t2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 30px; }
  @media screen and (max-width: 900px) {
    #toppage #zone3 .sec2 .t2 {
      font-size: 20px;
      padding-bottom: 20px; } }
  #toppage #zone3 .sec2 .t2 i {
    color: #B71B30; }

#toppage #zone3 .sec2 .text {
  text-align: center; }

#toppage #zone3 .sec3 {
  position: relative; }
  #toppage #zone3 .sec3 .pic {
    position: relative;
    z-index: -1; }
  #toppage #zone3 .sec3 .box {
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 40px rgba(33, 64, 150, 0.4); }
    @media print, screen and (min-width: 901px) {
      #toppage #zone3 .sec3 .box {
        position: absolute;
        top: calc(50% - 180px);
        left: calc(50% + 85px);
        width: 515px;
        height: 360px; } }
    @media screen and (max-width: 1200px) {
      #toppage #zone3 .sec3 .box {
        left: auto;
        right: 0;
        width: 480px; } }
    @media screen and (max-width: 900px) {
      #toppage #zone3 .sec3 .box {
        margin: 0 20px 80px;
        z-index: 1;
        width: auto; } }
    #toppage #zone3 .sec3 .box figure {
      width: 320px;
      margin: auto;
      padding: 40px;
      color: #B71B30;
      font-size: 24px;
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 900px) {
        #toppage #zone3 .sec3 .box figure {
          width: 200px;
          font-size: 10px;
          padding: 20px; } }
    #toppage #zone3 .sec3 .box .text {
      font-size: 18px;
      text-align: center;
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 900px) {
        #toppage #zone3 .sec3 .box .text {
          font-size: 12px;
          padding-bottom: 20px; } }

@media print, screen and (min-width: 901px) {
  #toppage #zone4 .sec1 {
    background: url("../img/top/service1.jpg") no-repeat;
    background-size: cover;
    height: 650px; } }

@media screen and (max-width: 900px) {
  #toppage #zone4 .sec1 {
    background: url("../img/top/service1_sp.jpg") no-repeat;
    background-size: cover; } }

#toppage #zone4 .sec1 .in {
  max-width: 1140px;
  margin: auto;
  padding: 80px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    #toppage #zone4 .sec1 .in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 0px 20px 130px;
      margin-top: 100px; } }
  #toppage #zone4 .sec1 .in .set {
    width: calc(100% - 350px); }
    @media screen and (max-width: 900px) {
      #toppage #zone4 .sec1 .in .set {
        width: 100%; } }
    #toppage #zone4 .sec1 .in .set .t1 {
      font-size: 40px;
      font-weight: bold;
      line-height: 1.5;
      padding-bottom: 50px; }
      @media screen and (max-width: 1200px) {
        #toppage #zone4 .sec1 .in .set .t1 {
          font-size: 30px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 900px) {
        #toppage #zone4 .sec1 .in .set .t1 {
          font-size: 20px;
          padding-bottom: 20px; } }
    #toppage #zone4 .sec1 .in .set .text {
      font-size: 18px; }
      @media screen and (max-width: 900px) {
        #toppage #zone4 .sec1 .in .set .text {
          font-size: 15px; } }
  #toppage #zone4 .sec1 .in figure {
    width: 450px;
    margin-right: -100px; }
    @media screen and (max-width: 1200px) {
      #toppage #zone4 .sec1 .in figure {
        width: 350px;
        margin-right: 0px; } }
    @media screen and (max-width: 900px) {
      #toppage #zone4 .sec1 .in figure {
        width: 300px;
        margin: auto; }
        #toppage #zone4 .sec1 .in figure img {
          margin-top: -150px; } }

#toppage #zone4 .sec2 {
  max-width: 1140px;
  margin: -90px auto 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    #toppage #zone4 .sec2 {
      margin: -70px auto 0px; } }
  #toppage #zone4 .sec2 .pos {
    width: calc(100% / 3 - 50px); }
    @media screen and (max-width: 900px) {
      #toppage #zone4 .sec2 .pos {
        width: 300px;
        margin: auto;
        padding-bottom: 60px; } }
    #toppage #zone4 .sec2 .pos .set1 {
      position: relative;
      margin-bottom: 20px; }
      #toppage #zone4 .sec2 .pos .set1 .t1 {
        position: absolute;
        bottom: 30px;
        left: 20px;
        color: #fff;
        font-size: 18px; }
        #toppage #zone4 .sec2 .pos .set1 .t1 b {
          display: block;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          font-weight: 700;
          font-size: 30px;
          padding-bottom: 10px; }
    #toppage #zone4 .sec2 .pos .set2 {
      height: 100px;
      border-left: 1px solid #214096; }
      #toppage #zone4 .sec2 .pos .set2 ul li {
        line-height: 2;
        position: relative;
        padding-left: 25px; }
        #toppage #zone4 .sec2 .pos .set2 ul li::before {
          background-color: #214096;
          content: '';
          width: 6px;
          height: 6px;
          position: absolute;
          top: calc(50% - 3px);
          left: 10px;
          border-radius: 3px; }
      #toppage #zone4 .sec2 .pos .set2 ul.ex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #toppage #zone4 .sec2 .pos .set2 ul.ex li {
          width: 50%; }

#toppage #zone4 .sec3 .t1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 50px; }
  @media screen and (max-width: 900px) {
    #toppage #zone4 .sec3 .t1 {
      font-size: 20px;
      padding-bottom: 30px; } }

#toppage #zone4 .sec3 .t2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 40px; }
  @media screen and (max-width: 900px) {
    #toppage #zone4 .sec3 .t2 {
      font-size: 25px;
      padding-bottom: 30px; } }

#toppage #zone4 .sec4 {
  position: relative;
  padding-bottom: 50px; }
  @media screen and (max-width: 900px) {
    #toppage #zone4 .sec4 {
      padding-bottom: 20px; } }
  #toppage #zone4 .sec4::before {
    background-color: #214096;
    content: '';
    width: calc(50% + 260px);
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 900px) {
      #toppage #zone4 .sec4::before {
        width: 100%; } }
  #toppage #zone4 .sec4 h3 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding: 70px 0 40px;
    color: #fff; }
    @media screen and (max-width: 900px) {
      #toppage #zone4 .sec4 h3 {
        font-size: 25px; } }
  #toppage #zone4 .sec4 ul {
    max-width: 1280px;
    margin: auto; }
    @media print, screen and (min-width: 901px) {
      #toppage #zone4 .sec4 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (max-width: 900px) {
      #toppage #zone4 .sec4 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 0 5px; } }
    #toppage #zone4 .sec4 ul li {
      width: calc(20% - 7px); }
      @media screen and (max-width: 900px) {
        #toppage #zone4 .sec4 ul li {
          width: 50%;
          padding: 0 5px 25px; } }

#toppage #zone4 .sec5 {
  position: relative;
  background-color: #F4F6FA;
  padding-bottom: 70px;
  margin-bottom: 100px; }
  @media screen and (max-width: 900px) {
    #toppage #zone4 .sec5 {
      padding-bottom: 40px;
      margin-bottom: 80px; } }
  #toppage #zone4 .sec5::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: calc(50% - 80px); }
  #toppage #zone4 .sec5::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #F4F6FA transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 80px); }
  #toppage #zone4 .sec5 h3 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding: 70px 0 20px; }
    @media screen and (max-width: 900px) {
      #toppage #zone4 .sec5 h3 {
        font-size: 25px; } }
  #toppage #zone4 .sec5 .t1 {
    text-align: center;
    padding-bottom: 30px; }
  #toppage #zone4 .sec5 ul {
    max-width: 1200px;
    margin: auto; }
    @media print, screen and (min-width: 901px) {
      #toppage #zone4 .sec5 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (max-width: 900px) {
      #toppage #zone4 .sec5 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: 0 5px; } }
    #toppage #zone4 .sec5 ul li {
      width: calc(20% - 12px);
      background-color: #fff;
      border: 1px solid #c6c6c6;
      border-bottom: 2px solid #214096;
      padding: 30px 10px 40px; }
      @media screen and (max-width: 900px) {
        #toppage #zone4 .sec5 ul li {
          width: calc(50% - 10px);
          padding: 20px 10px 30px;
          margin: 0 5px 10px; } }
      #toppage #zone4 .sec5 ul li figure {
        width: 100px;
        margin: auto;
        padding-bottom: 20px; }
        @media screen and (max-width: 900px) {
          #toppage #zone4 .sec5 ul li figure {
            width: 70px;
            padding-bottom: 10px; } }
      #toppage #zone4 .sec5 ul li .t2 {
        text-align: center;
        color: #214096;
        font-size: 18px;
        font-weight: bold; }
        @media screen and (max-width: 900px) {
          #toppage #zone4 .sec5 ul li .t2 {
            font-size: 14px; } }

#toppage #zone4 .sec6 h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px; }
  @media screen and (max-width: 900px) {
    #toppage #zone4 .sec6 h3 {
      font-size: 25px;
      padding-bottom: 0; } }

@media print, screen and (min-width: 901px) {
  #toppage #zone4 .sec6 .in {
    width: 1100px;
    margin: auto;
    padding-bottom: 50px;
    position: relative;
    font-weight: bold;
    text-align: center; }
    #toppage #zone4 .sec6 .in .t1 {
      text-align: center;
      padding-bottom: 10px; }
      #toppage #zone4 .sec6 .in .t1 img {
        width: auto;
        height: 24px; }
    #toppage #zone4 .sec6 .in .t2 {
      font-size: 25px;
      line-height: 1.8; }
      #toppage #zone4 .sec6 .in .t2 i {
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin-top: -10px; }
    #toppage #zone4 .sec6 .in .pos1 {
      position: absolute;
      top: 390px;
      left: 0;
      width: 100%;
      font-size: 20px;
      color: #214096;
      line-height: 1.5; }
    #toppage #zone4 .sec6 .in .pos2 {
      position: absolute;
      top: 480px;
      left: 50px;
      width: 200px; }
    #toppage #zone4 .sec6 .in .pos3 {
      position: absolute;
      top: 195px;
      left: 150px;
      width: 200px; }
    #toppage #zone4 .sec6 .in .pos4 {
      position: absolute;
      top: 65px;
      left: 445px;
      width: 200px; }
    #toppage #zone4 .sec6 .in .pos5 {
      position: absolute;
      top: 195px;
      right: 160px;
      width: 200px; }
    #toppage #zone4 .sec6 .in .pos6 {
      position: absolute;
      top: 480px;
      right: 60px;
      width: 200px; } }

#toppage #zone5 {
  padding-bottom: 100px; }
  #toppage #zone5 .sec1 {
    max-width: 1320px;
    margin: auto;
    padding: 0 20px; }
    #toppage #zone5 .sec1 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #zone5 .sec1 ul li {
        width: calc(100% / 3 - 30px);
        padding-bottom: 50px; }
        @media screen and (max-width: 900px) {
          #toppage #zone5 .sec1 ul li {
            width: 100%; } }
        #toppage #zone5 .sec1 ul li a {
          display: block; }
          #toppage #zone5 .sec1 ul li a .set1 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: 15px; }
            #toppage #zone5 .sec1 ul li a .set1 .t1 {
              font-family: "Montserrat", "Noto Sans JP", sans-serif;
              font-weight: 500;
              font-size: 62px;
              color: #214096;
              border-bottom: 2px solid #214096; }
              @media screen and (max-width: 900px) {
                #toppage #zone5 .sec1 ul li a .set1 .t1 {
                  font-size: 50px; } }
            #toppage #zone5 .sec1 ul li a .set1 .t2 {
              margin-left: 15px; }
              #toppage #zone5 .sec1 ul li a .set1 .t2 b {
                font-weight: bold;
                font-size: 28px;
                display: block;
                padding-bottom: 5px; }
                @media screen and (max-width: 900px) {
                  #toppage #zone5 .sec1 ul li a .set1 .t2 b {
                    font-size: 22px; } }
          #toppage #zone5 .sec1 ul li a .set2 {
            position: relative;
            margin-bottom: 10px; }
            #toppage #zone5 .sec1 ul li a .set2 figure {
              overflow: hidden; }
              #toppage #zone5 .sec1 ul li a .set2 figure img {
                -webkit-transition: 0.5s;
                transition: 0.5s; }
            #toppage #zone5 .sec1 ul li a .set2 .t1 {
              position: absolute;
              bottom: 0;
              right: 0;
              width: 170px;
              height: 45px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              font-weight: bold;
              padding-left: 15px;
              background: url("../img/arrow1.png") #fff no-repeat right 20px center;
              background-size: 20px auto; }
          #toppage #zone5 .sec1 ul li a:hover .set2 figure img {
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15); }
    #toppage #zone5 .sec1 .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }

#toppage #zone6 {
  padding-bottom: 100px; }
  #toppage #zone6 .sec1 {
    max-width: 1380px;
    margin: auto;
    margin-top: -150px;
    padding: 0 20px; }
    @media screen and (max-width: 900px) {
      #toppage #zone6 .sec1 {
        margin-top: -80px; } }
    @media print, screen and (min-width: 901px) {
      #toppage #zone6 .sec1 .bloglist li {
        width: calc(100% / 3); }
        #toppage #zone6 .sec1 .bloglist li:last-child {
          border-right: 0; } }
    #toppage #zone6 .sec1 .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }

#products #zone_topnav {
  max-width: 1260px;
  margin: auto;
  padding: 0 20px 100px; }
  @media screen and (max-width: 900px) {
    #products #zone_topnav {
      padding-bottom: 70px; } }
  #products #zone_topnav .indexnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #products #zone_topnav .indexnav > li {
      width: calc(100% / 2);
      padding: 0 60px;
      margin-bottom: 100px;
      position: relative;
      border-right: 1px solid #c6c6c6; }
      #products #zone_topnav .indexnav > li:nth-of-type(2n) {
        border-right: 0; }
      @media screen and (max-width: 1200px) {
        #products #zone_topnav .indexnav > li {
          padding: 0 30px; } }
      @media screen and (max-width: 900px) {
        #products #zone_topnav .indexnav > li {
          width: 100%;
          padding: 0 0 30px;
          margin-bottom: 30px;
          border-right: 0;
          border-bottom: 1px solid #c6c6c6; } }
      #products #zone_topnav .indexnav > li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #products #zone_topnav .indexnav > li a figure {
          width: 240px;
          overflow: hidden; }
          @media screen and (max-width: 1200px) {
            #products #zone_topnav .indexnav > li a figure {
              width: 200px; } }
          @media screen and (max-width: 900px) {
            #products #zone_topnav .indexnav > li a figure {
              width: 140px; } }
          #products #zone_topnav .indexnav > li a figure img {
            -webkit-transition: 0.5s;
            transition: 0.5s; }
        #products #zone_topnav .indexnav > li a .set {
          width: calc(100% - 280px);
          padding-top: 15px; }
          @media screen and (max-width: 1200px) {
            #products #zone_topnav .indexnav > li a .set {
              width: calc(100% - 230px);
              padding-top: 0; } }
          @media screen and (max-width: 900px) {
            #products #zone_topnav .indexnav > li a .set {
              width: calc(100% - 170px);
              padding-top: 0; } }
          #products #zone_topnav .indexnav > li a .set .t1 {
            text-align: left;
            font-size: 34px;
            font-weight: bold;
            padding-bottom: 20px; }
            @media screen and (max-width: 1200px) {
              #products #zone_topnav .indexnav > li a .set .t1 {
                font-size: 26px;
                padding-bottom: 10px; } }
            @media screen and (max-width: 900px) {
              #products #zone_topnav .indexnav > li a .set .t1 {
                font-size: 22px;
                padding-bottom: 10px; } }
          #products #zone_topnav .indexnav > li a .set .t2 {
            font-family: "Montserrat", "Noto Sans JP", sans-serif;
            font-weight: 700;
            color: #214096;
            font-size: 20px;
            padding-bottom: 20px; }
            @media screen and (max-width: 900px) {
              #products #zone_topnav .indexnav > li a .set .t2 {
                font-size: 16px;
                padding-bottom: 10px; } }
          #products #zone_topnav .indexnav > li a .set .t3 {
            text-decoration: underline; }
          #products #zone_topnav .indexnav > li a .set ul {
            padding-bottom: 50px; }
            @media screen and (max-width: 900px) {
              #products #zone_topnav .indexnav > li a .set ul {
                padding-bottom: 20px; } }
            #products #zone_topnav .indexnav > li a .set ul li {
              line-height: 2;
              position: relative;
              padding-left: 15px;
              font-size: 20px; }
              @media screen and (max-width: 1200px) {
                #products #zone_topnav .indexnav > li a .set ul li {
                  font-size: 16px;
                  line-height: 1.7; } }
              #products #zone_topnav .indexnav > li a .set ul li::before {
                background-color: #214096;
                content: '';
                width: 6px;
                height: 6px;
                position: absolute;
                top: calc(50% - 1px);
                left: 0;
                border-radius: 3px; }
        #products #zone_topnav .indexnav > li a:hover figure img {
          -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
          transform: scale(1.15); }

#products #zone_pd {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    #products #zone_pd {
      padding-bottom: 70px; } }
  #products #zone_pd .mainsec {
    width: calc(100% - 345px); }
    @media screen and (max-width: 1200px) {
      #products #zone_pd .mainsec {
        width: calc(100% - 315px); } }
    @media screen and (max-width: 900px) {
      #products #zone_pd .mainsec {
        width: 100%; } }
    #products #zone_pd .mainsec .sec {
      border-bottom: 1px solid #eaeaea;
      padding-top: 50px; }
      #products #zone_pd .mainsec .sec:first-child {
        padding-top: 10px; }
      #products #zone_pd .mainsec .sec:last-child {
        border-bottom: 0; }
      #products #zone_pd .mainsec .sec h2 {
        font-size: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px; }
        @media screen and (max-width: 900px) {
          #products #zone_pd .mainsec .sec h2 {
            font-size: 16px;
            margin-bottom: 15px; } }
        #products #zone_pd .mainsec .sec h2 img {
          width: 220px;
          margin-right: 40px; }
          @media screen and (max-width: 900px) {
            #products #zone_pd .mainsec .sec h2 img {
              width: 160px;
              margin-right: 20px; } }
        #products #zone_pd .mainsec .sec h2 b {
          font-size: 25px;
          font-weight: bold; }
          @media screen and (max-width: 900px) {
            #products #zone_pd .mainsec .sec h2 b {
              font-size: 20px; } }
      #products #zone_pd .mainsec .sec ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #products #zone_pd .mainsec .sec ul li {
          width: calc(50% - 25px);
          margin-bottom: 50px;
          border: 1px solid #c6c6c6;
          padding: 20px 25px; }
          @media screen and (max-width: 900px) {
            #products #zone_pd .mainsec .sec ul li {
              width: 100%;
              padding: 20px; } }
          #products #zone_pd .mainsec .sec ul li figure {
            max-width: 280px;
            margin: auto;
            padding-bottom: 40px; }
            @media screen and (max-width: 900px) {
              #products #zone_pd .mainsec .sec ul li figure {
                max-width: 100%;
                padding-bottom: 20px; } }
          #products #zone_pd .mainsec .sec ul li .t1 {
            font-weight: bold;
            color: #214096;
            font-size: 18px;
            padding-bottom: 10px; }
            @media screen and (max-width: 900px) {
              #products #zone_pd .mainsec .sec ul li .t1 {
                font-size: 16px; } }
          #products #zone_pd .mainsec .sec ul li .t2 {
            font-weight: bold;
            font-size: 25px;
            padding-bottom: 20px; }
            @media screen and (max-width: 900px) {
              #products #zone_pd .mainsec .sec ul li .t2 {
                max-width: 100%;
                font-size: 20px; } }
            #products #zone_pd .mainsec .sec ul li .t2 i {
              display: block;
              font-weight: normal;
              font-size: 16px;
              padding-top: 10px; }
          #products #zone_pd .mainsec .sec ul li .text {
            line-height: 1.5; }
        @media print, screen and (min-width: 901px) {
          #products #zone_pd .mainsec .sec ul.ex li {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 30px 35px; }
            #products #zone_pd .mainsec .sec ul.ex li figure {
              max-width: 320px;
              margin: 0;
              padding-bottom: 0; } }
    @media screen and (min-width: 901px) and (max-width: 900px) {
      #products #zone_pd .mainsec .sec ul.ex li figure {
        width: 100%; } }
        @media print, screen and (min-width: 901px) {
            #products #zone_pd .mainsec .sec ul.ex li .set {
              width: calc(100% - 350px); } }

#products #zone_cs .pagenav {
  max-width: 1150px;
  margin: auto;
  padding: 0 20px; }
  @media print, screen and (min-width: 901px) {
    #products #zone_cs .pagenav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: normal;
      -webkit-justify-content: normal;
      -ms-flex-pack: normal;
      justify-content: normal; } }
  @media screen and (max-width: 900px) {
    #products #zone_cs .pagenav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media print, screen and (min-width: 901px) {
    #products #zone_cs .pagenav li {
      width: calc(25% - 10px);
      border: 1px solid #c6c6c6;
      margin: 5px; } }
  @media screen and (max-width: 900px) {
    #products #zone_cs .pagenav li {
      width: calc(50% - 2px);
      border: 1px solid #c6c6c6;
      margin-bottom: 4px; } }
  #products #zone_cs .pagenav a {
    display: block;
    padding: 15px 10px 15px 10px;
    font-size: 20px;
    background: url("../img/arrow1b.png") no-repeat right 10px center;
    background-size: 20px auto; }
    @media screen and (max-width: 900px) {
      #products #zone_cs .pagenav a {
        padding: 15px 10px 15px 10px;
        font-size: 14px;
        background: url("../img/arrow1b.png") no-repeat right 10px center;
        background-size: 12px auto; } }

#products #zone_cs .sec {
  padding: 100px 0 200px; }
  @media screen and (max-width: 900px) {
    #products #zone_cs .sec {
      padding: 50px 0 100px; } }
  #products #zone_cs .sec.bg {
    background-color: #f2f4f9; }
    #products #zone_cs .sec.bg .set1 .pos {
      background-color: #f2f4f9; }
  #products #zone_cs .sec .set1 {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 80px;
    position: relative; }
    @media screen and (max-width: 900px) {
      #products #zone_cs .sec .set1 {
        margin-bottom: 30px; } }
    #products #zone_cs .sec .set1 .pos {
      background-color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 30px; }
      @media print, screen and (min-width: 901px) {
        #products #zone_cs .sec .set1 .pos {
          width: 550px;
          position: absolute;
          bottom: 0;
          left: 0; } }
      #products #zone_cs .sec .set1 .pos .t1 {
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 65px;
        color: #214096;
        border-bottom: 2px solid #214096; }
        @media screen and (max-width: 900px) {
          #products #zone_cs .sec .set1 .pos .t1 {
            font-size: 50px;
            margin-left: 20px; } }
      #products #zone_cs .sec .set1 .pos .t2 {
        margin-left: 40px;
        font-size: 30px; }
        @media screen and (max-width: 900px) {
          #products #zone_cs .sec .set1 .pos .t2 {
            font-size: 18px;
            margin-left: 30px; } }
        #products #zone_cs .sec .set1 .pos .t2 b {
          font-weight: bold;
          font-size: 40px;
          display: block;
          padding-bottom: 10px; }
          @media screen and (max-width: 900px) {
            #products #zone_cs .sec .set1 .pos .t2 b {
              font-size: 22px; } }
  #products #zone_cs .sec .set2 {
    max-width: 1140px;
    margin: auto;
    padding: 0 20px 80px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 900px) {
      #products #zone_cs .sec .set2 {
        padding-bottom: 50px; } }
    #products #zone_cs .sec .set2 figure {
      width: 500px; }
      @media screen and (max-width: 900px) {
        #products #zone_cs .sec .set2 figure {
          width: 100%;
          margin-bottom: 20px; } }
    #products #zone_cs .sec .set2 ul {
      width: calc(100% - 550px); }
      @media screen and (max-width: 900px) {
        #products #zone_cs .sec .set2 ul {
          width: 100%; } }
  #products #zone_cs .sec .set3 {
    max-width: 1140px;
    margin: auto;
    padding: 0 20px;
    position: relative; }
    #products #zone_cs .sec .set3 .t1 {
      position: relative;
      text-align: center;
      margin-bottom: 20px; }
      #products #zone_cs .sec .set3 .t1 img {
        max-width: 580px;
        margin: auto; }
        @media screen and (max-width: 900px) {
          #products #zone_cs .sec .set3 .t1 img {
            max-width: 280px; } }
      #products #zone_cs .sec .set3 .t1 b {
        position: absolute;
        top: calc(50% - 20px);
        left: 0;
        width: 100%;
        font-weight: bold;
        font-size: 35px; }
        @media screen and (max-width: 900px) {
          #products #zone_cs .sec .set3 .t1 b {
            top: calc(50% - 10px);
            font-size: 20px; } }
    #products #zone_cs .sec .set3 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 900px) {
        #products #zone_cs .sec .set3 ul {
          max-width: 340px;
          margin: auto; } }
      @media print, screen and (min-width: 901px) {
        #products #zone_cs .sec .set3 ul.ex {
          width: 805px;
          margin: auto; } }
      #products #zone_cs .sec .set3 ul li {
        width: 235px;
        height: 235px;
        border: 2px solid #214096;
        border-radius: 120px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        background-color: #fff; }
        @media screen and (max-width: 900px) {
          #products #zone_cs .sec .set3 ul li {
            width: 160px;
            height: 160px;
            margin-bottom: 20px; } }
        #products #zone_cs .sec .set3 ul li figure {
          width: 100px;
          margin: auto; }
          @media screen and (max-width: 900px) {
            #products #zone_cs .sec .set3 ul li figure {
              width: 70px; } }
        #products #zone_cs .sec .set3 ul li .t2 {
          font-weight: bold;
          font-size: 18px;
          color: #214096;
          padding-top: 10px;
          line-height: 1.5; }
          @media screen and (max-width: 900px) {
            #products #zone_cs .sec .set3 ul li .t2 {
              font-size: 12px;
              padding-top: 5px; } }

#zone_form {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px 150px;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    #zone_form {
      padding-bottom: 100px; } }
  #zone_form .lead {
    text-align: center;
    padding-bottom: 50px; }
    @media screen and (max-width: 900px) {
      #zone_form .lead {
        text-align: left; } }
    #zone_form .lead a {
      text-decoration: underline;
      color: #214096; }
  #zone_form .text {
    font-size: 18px;
    padding-bottom: 40px; }
    @media screen and (max-width: 900px) {
      #zone_form .text {
        font-size: 14px; } }
    #zone_form .text a {
      text-decoration: underline; }
  #zone_form .textarea1 {
    width: 100%;
    background-color: #F4F4F4;
    border: 1px solid #eaeaea;
    height: 40px;
    padding: 5px;
    margin-bottom: 10px; }
  #zone_form .textarea2 {
    width: 150px;
    background-color: #F4F4F4;
    border: 1px solid #eaeaea;
    height: 40px;
    padding: 5px;
    margin: 0 5px 5px; }
  #zone_form textarea {
    width: 100%;
    background-color: #F4F4F4;
    border: 1px solid #eaeaea;
    height: 300px;
    padding: 5px; }
  #zone_form dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2; }
    #zone_form dl dt {
      width: 300px;
      padding-bottom: 30px;
      font-size: 18px;
      font-weight: bold; }
      #zone_form dl dt i {
        display: inline-block;
        text-align: center;
        background-color: #214096;
        font-size: 12px;
        color: #fff;
        padding: 0px 6px;
        margin-left: 20px;
        vertical-align: 2px; }
      @media screen and (max-width: 900px) {
        #zone_form dl dt {
          width: 100%;
          padding-bottom: 10px; } }
    #zone_form dl dd {
      width: calc(100% - 300px);
      padding-bottom: 30px;
      vertical-align: middle; }
      @media screen and (max-width: 900px) {
        #zone_form dl dd {
          width: 100%; } }
      #zone_form dl dd .wpcf7-radio {
        max-width: 400px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #zone_form dl dd .wpcf7-radio .wpcf7-list-item {
          width: 33%; }
  #zone_form .privacy {
    max-width: 700px;
    margin: auto;
    padding-top: 60px;
    text-align: center; }
    #zone_form .privacy .check {
      font-size: 18px;
      margin-top: 30px;
      position: relative; }
      #zone_form .privacy .check span {
        cursor: pointer; }
      @media screen and (max-width: 900px) {
        #zone_form .privacy .check {
          font-size: 16px; } }
    #zone_form .privacy a {
      text-decoration: underline;
      color: #214096; }
  #zone_form .wpcf7-list-item {
    margin: 0; }
    #zone_form .wpcf7-list-item span {
      margin-right: 2em; }
  #zone_form .wpcf7-not-valid-tip {
    margin-top: 10px; }
  #zone_form input.wpcf7-not-valid, #zone_form textarea.wpcf7-not-valid, #zone_form select.wpcf7-not-valid {
    background: #Fee;
    margin: 0; }
  @media screen and (max-width: 900px) {
    #zone_form .btn1 {
      margin: 10px; } }
  #zone_form .btn1:hover {
    opacity: 0.8; }
  #zone_form .submit {
    padding-top: 60px;
    width: 280px;
    margin: auto; }
    @media print, screen and (min-width: 901px) {
      #zone_form .submit.ex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 600px;
        margin: auto; } }
  #zone_form input[type=radio].wpcf7c-conf,
  #zone_form input[type=radio].wpcf7c-conf + span {
    display: none;
    margin: 0; }
  #zone_form input[type=radio].wpcf7c-conf:checked + span {
    display: block;
    margin: 0; }
  #zone_form .wpcf7-text:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset; }

#zone_thanks {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px 150px; }
  @media screen and (max-width: 900px) {
    #zone_thanks {
      padding-bottom: 100px; } }
  #zone_thanks h2 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    padding-bottom: 50px; }
    @media screen and (max-width: 900px) {
      #zone_thanks h2 {
        font-size: 22px; } }
  #zone_thanks .text {
    font-size: 18px;
    text-align: center;
    padding-bottom: 60px; }
    @media screen and (max-width: 900px) {
      #zone_thanks .text {
        text-align: left;
        font-size: 15px;
        padding-bottom: 30px; } }
  #zone_thanks .btn {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    @media print, screen and (min-width: 901px) {
      #zone_thanks .btn {
        font-size: 20px; } }

#download #zone_top {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    #download #zone_top {
      padding-bottom: 50px; } }
  #download #zone_top .mainsec {
    width: calc(100% - 345px); }
    @media screen and (max-width: 1200px) {
      #download #zone_top .mainsec {
        width: calc(100% - 315px); } }
    @media screen and (max-width: 900px) {
      #download #zone_top .mainsec {
        width: 100%; } }
    #download #zone_top .mainsec .sec {
      margin-bottom: 150px; }
      @media screen and (max-width: 900px) {
        #download #zone_top .mainsec .sec {
          margin-bottom: 100px; } }
      #download #zone_top .mainsec .sec h2 {
        font-weight: bold;
        font-size: 35px;
        border-left: 15px solid #214096;
        padding: 15px 30px;
        margin-bottom: 50px; }
        @media screen and (max-width: 900px) {
          #download #zone_top .mainsec .sec h2 {
            font-size: 20px;
            border-left: 10px solid #214096;
            padding: 8px 15px;
            margin-bottom: 30px; } }
      #download #zone_top .mainsec .sec ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #download #zone_top .mainsec .sec ul li {
          width: calc(50% - 25px);
          margin-bottom: 50px; }
          @media screen and (max-width: 900px) {
            #download #zone_top .mainsec .sec ul li {
              width: 100%;
              margin-bottom: 30px; } }
          #download #zone_top .mainsec .sec ul li a {
            display: block;
            border: 1px solid #eaeaea;
            padding: 25px; }
            @media screen and (max-width: 900px) {
              #download #zone_top .mainsec .sec ul li a {
                padding: 20px; } }
            #download #zone_top .mainsec .sec ul li a .t1 {
              padding-top: 5px;
              padding-bottom: 30px;
              line-height: 1.5;
              font-weight: bold;
              font-size: 22px; }
              @media screen and (max-width: 900px) {
                #download #zone_top .mainsec .sec ul li a .t1 {
                  font-size: 18px; } }
            #download #zone_top .mainsec .sec ul li a .t2 {
              text-align: right;
              padding-right: 30px;
              background: url("../img/arrow1.png") no-repeat right center;
              background-size: 20px auto; }

#download #zone_form {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    #download #zone_form {
      padding-bottom: 70px; } }
  #download #zone_form .side {
    width: 320px; }
    @media screen and (max-width: 900px) {
      #download #zone_form .side {
        width: 100%; } }
    #download #zone_form .side .t1 {
      padding-top: 10px;
      font-weight: bold;
      line-height: 1.5; }
  #download #zone_form .mainsec {
    width: calc(100% - 380px); }
    @media screen and (max-width: 900px) {
      #download #zone_form .mainsec {
        width: 100%; } }
    #download #zone_form .mainsec .lead {
      text-align: left; }

#submit[disabled] {
  opacity: 0.2; }
  #submit[disabled]:hover {
    opacity: 0.2; }

.newslist {
  border-top: 1px solid #c6c6c6; }
  .newslist dl {
    border-bottom: 1px solid #c6c6c6;
    line-height: 1.5;
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .newslist dl {
        padding: 20px 10px; } }
    .newslist dl dt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 900px) {
        .newslist dl dt {
          width: 100%;
          padding-bottom: 10px; } }
      .newslist dl dt b {
        width: 120px;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        font-weight: 700; }
        @media screen and (max-width: 900px) {
          .newslist dl dt b {
            width: 100px; } }
      .newslist dl dt i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: 12px;
        color: #214096;
        border: 1px solid #214096;
        width: 130px;
        height: 23px;
        border-radius: 20px; }
        @media screen and (max-width: 900px) {
          .newslist dl dt i {
            font-size: 10px;
            width: 110px;
            height: 20px; } }
    .newslist dl dd {
      width: calc(100% - 280px);
      padding-right: 40px;
      background: url("../img/arrow1.png") no-repeat right center;
      background-size: 20px auto; }
      @media screen and (max-width: 900px) {
        .newslist dl dd {
          width: 100%;
          padding-right: 30px; } }
      .newslist dl dd.nolink {
        background: none; }
      .newslist dl dd a {
        position: relative;
        display: block;
        text-decoration: underline; }
        .newslist dl dd a:hover {
          opacity: 1;
          color: #214096; }

.single_contents {
  padding: 50px 20px;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.5; }
  @media screen and (max-width: 900px) {
    .single_contents {
      padding: 40px 0; } }
  .single_contents p {
    margin-bottom: 40px;
    line-height: 2; }
    @media screen and (max-width: 900px) {
      .single_contents p {
        margin-bottom: 30px; } }
  .single_contents .picset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media screen and (max-width: 900px) {
      .single_contents .picset {
        margin-bottom: 30px; } }
    .single_contents .picset figure {
      width: calc(50% - 20px);
      margin-bottom: 20px; }
      @media screen and (max-width: 900px) {
        .single_contents .picset figure {
          width: 100%; } }
  .single_contents h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0px 10px 20px;
    border-left: 15px solid #214096;
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      .single_contents h1 {
        font-size: 24px;
        padding: 5px 0px 5px 15px;
        border-left: 10px solid #214096; } }
  .single_contents h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    color: #214096;
    padding-bottom: 20px; }
    @media screen and (max-width: 900px) {
      .single_contents h2 {
        font-size: 20px; } }
  .single_contents h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #214096;
    padding-bottom: 10px; }
    @media screen and (max-width: 900px) {
      .single_contents h3 {
        font-size: 18px; } }
  .single_contents h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px; }
    @media screen and (max-width: 900px) {
      .single_contents h4 {
        font-size: 18px; } }
  .single_contents ul {
    line-height: 1.8;
    margin-bottom: 40px; }
    @media screen and (max-width: 900px) {
      .single_contents ul {
        margin-bottom: 30px; } }
    .single_contents ul > li {
      padding-bottom: 10px;
      padding-left: 15px;
      position: relative; }
      .single_contents ul > li::before {
        position: absolute;
        top: 13px;
        left: 2px;
        content: '';
        width: 7px;
        height: 7px;
        background: #214096;
        border-radius: 20px; }
        @media screen and (max-width: 900px) {
          .single_contents ul > li::before {
            top: 10px; } }
  .single_contents ol {
    line-height: 1.8;
    margin-bottom: 40px; }
    @media screen and (max-width: 900px) {
      .single_contents ol {
        margin-bottom: 30px; } }
    .single_contents ol > li {
      padding-bottom: 10px;
      padding-left: 1em;
      text-indent: -1.5em; }
      .single_contents ol > li::before {
        counter-increment: ol_li;
        content: counter(ol_li) ".";
        color: #214096;
        margin-right: 0.5em; }
  .single_contents blockquote {
    position: relative;
    margin-bottom: 40px;
    padding: 30px 10px;
    border-top: 1px solid #214096;
    border-bottom: 1px solid #214096; }
    @media screen and (max-width: 900px) {
      .single_contents blockquote {
        padding: 20px 10px;
        margin-bottom: 30px; } }
    .single_contents blockquote::before {
      position: absolute;
      top: -10px;
      left: 0;
      content: '“';
      color: #214096;
      font-size: 45px;
      font-weight: bold;
      background-color: #fff;
      line-height: 1;
      width: 30px;
      height: 20px; }
    .single_contents blockquote::after {
      position: absolute;
      bottom: -10px;
      right: 0;
      content: '”';
      color: #214096;
      font-size: 45px;
      font-weight: bold;
      background-color: #fff;
      line-height: 1;
      width: 30px;
      height: 20px; }
    .single_contents blockquote p {
      margin-bottom: 0; }

#news #zone1 {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
  padding-bottom: 150px;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    #news #zone1 {
      padding-bottom: 100px; } }

#news #zone_s1 {
  max-width: 940px;
  margin: auto;
  padding: 0 20px;
  padding-bottom: 150px;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    #news #zone_s1 {
      padding-bottom: 100px; } }
  #news #zone_s1 .sec1 {
    border-bottom: 1px solid #eaeaea; }
    @media print, screen and (min-width: 901px) {
      #news #zone_s1 .sec1 {
        padding: 0 20px; } }
    #news #zone_s1 .sec1 h2 {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.5;
      padding-bottom: 40px; }
      @media screen and (max-width: 900px) {
        #news #zone_s1 .sec1 h2 {
          font-size: 20px;
          padding-bottom: 20px; } }
    #news #zone_s1 .sec1 .date {
      padding-bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #news #zone_s1 .sec1 .date b {
        width: 120px;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        font-weight: 700; }
        @media screen and (max-width: 900px) {
          #news #zone_s1 .sec1 .date b {
            width: 100px; } }
      #news #zone_s1 .sec1 .date i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: 12px;
        color: #214096;
        border: 1px solid #214096;
        width: 130px;
        height: 23px;
        border-radius: 20px; }
        @media screen and (max-width: 900px) {
          #news #zone_s1 .sec1 .date i {
            font-size: 10px;
            width: 110px;
            height: 20px; } }
  #news #zone_s1 .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 65px; }

.bloglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px; }
  .bloglist li {
    width: calc(100% / 2);
    padding: 20px 30px;
    position: relative;
    border-right: 1px solid #c6c6c6; }
    @media screen and (max-width: 900px) {
      .bloglist li {
        width: 100%;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid #c6c6c6; } }
    .bloglist li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .bloglist li a figure {
        width: 160px;
        overflow: hidden; }
        @media screen and (max-width: 1200px) {
          .bloglist li a figure {
            width: 120px; } }
        @media screen and (max-width: 900px) {
          .bloglist li a figure {
            width: 100px; } }
        .bloglist li a figure img {
          -webkit-transition: 0.5s;
          transition: 0.5s; }
      .bloglist li a .set {
        width: calc(100% - 180px);
        padding-top: 15px; }
        @media screen and (max-width: 1200px) {
          .bloglist li a .set {
            width: calc(100% - 140px);
            padding-top: 0; } }
        @media screen and (max-width: 900px) {
          .bloglist li a .set {
            width: calc(100% - 120px);
            padding-top: 0; } }
        .bloglist li a .set .t1 {
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          font-weight: 700;
          color: #214096;
          font-size: 14px;
          padding-bottom: 15px;
          line-height: 1.2; }
          @media screen and (max-width: 900px) {
            .bloglist li a .set .t1 {
              padding-bottom: 10px; } }
        .bloglist li a .set .t2 {
          font-size: 20px;
          font-weight: bold;
          line-height: 1.2;
          padding-bottom: 20px;
          min-height: 180px; }
          @media screen and (max-width: 1200px) {
            .bloglist li a .set .t2 {
              font-size: 17px;
              padding-bottom: 10px;
              min-height: 125px; } }
          @media screen and (max-width: 900px) {
            .bloglist li a .set .t2 {
              font-size: 16px;
              padding-bottom: 10px;
              min-height: 115px; } }
        .bloglist li a .set .t3 {
          font-size: 12px;
          color: #666;
          line-height: 1.2;
          padding-bottom: 10px; }
          @media screen and (max-width: 900px) {
            .bloglist li a .set .t3 {
              font-size: 10px; } }
        .bloglist li a .set .t4 {
          font-size: 0.9em;
          text-decoration: underline; }
      .bloglist li a:hover figure img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); }

.share {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .share a {
    display: block;
    margin-left: 15px; }
    @media screen and (max-width: 900px) {
      .share a {
        margin-left: 5px; } }
    .share a img {
      width: auto;
      height: 21px; }
      @media screen and (max-width: 900px) {
        .share a img {
          height: 18px; } }

.share .copied {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .share .copied p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .share .copied p i {
      background: rgba(0, 0, 0, 0.8);
      padding: 30px;
      color: #fff;
      border-radius: 10px; }

@media print, screen and (min-width: 901px) {
  #blog #zone_title .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1240px;
    margin: auto;
    padding: 0 20px; } }

#blog #zone_title .in h1 {
  width: 290px;
  margin: 0;
  padding: 0;
  padding-top: 50px; }
  @media screen and (max-width: 900px) {
    #blog #zone_title .in h1 {
      width: 200px;
      padding: 0 0 20px 20px; } }

#blog #zone_title .in .pos {
  width: calc(100% - 390px);
  position: relative; }
  @media screen and (max-width: 900px) {
    #blog #zone_title .in .pos {
      width: 100%; } }
  #blog #zone_title .in .pos a {
    display: block; }
    #blog #zone_title .in .pos a .set {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px;
      color: #fff; }
      #blog #zone_title .in .pos a .set .t1 {
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        font-weight: 700;
        padding-bottom: 10px; }
      #blog #zone_title .in .pos a .set .t2 {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        padding-bottom: 20px; }
        @media screen and (max-width: 900px) {
          #blog #zone_title .in .pos a .set .t2 {
            font-size: 16px;
            padding-bottom: 10px; } }
      #blog #zone_title .in .pos a .set .t3 {
        font-size: 14px; }
        @media screen and (max-width: 900px) {
          #blog #zone_title .in .pos a .set .t3 {
            font-size: 10px; } }
    #blog #zone_title .in .pos a:hover {
      opacity: 1; }

@media print, screen and (min-width: 901px) {
  #blog #zone_title.archive .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto; }
    #blog #zone_title.archive .in .pos {
      padding-top: 50px;
      font-weight: bold;
      font-size: 35px; } }

@media screen and (max-width: 900px) {
  #blog #zone_title.archive .in .pos {
    padding: 0 20px;
    font-weight: bold;
    font-size: 18px; } }

#blog #zone_top {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    #blog #zone_top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding-bottom: 0; } }
  #blog #zone_top .side {
    width: 290px; }
    @media screen and (max-width: 900px) {
      #blog #zone_top .side {
        width: 100%; } }
    #blog #zone_top .side .nav1 {
      margin-bottom: 50px; }
    #blog #zone_top .side .nav2 {
      margin: -5px -5px 50px -5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: normal;
      -webkit-justify-content: normal;
      -ms-flex-pack: normal;
      justify-content: normal; }
      @media screen and (max-width: 900px) {
        #blog #zone_top .side .nav2 {
          margin: -2px -2px 50px -2px; } }
      #blog #zone_top .side .nav2 li {
        padding: 5px; }
        @media screen and (max-width: 900px) {
          #blog #zone_top .side .nav2 li {
            padding: 2px; } }
        #blog #zone_top .side .nav2 li a {
          display: block;
          padding: 8px;
          font-size: 13px;
          border: 1px solid #c6c6c6; }
          @media screen and (max-width: 900px) {
            #blog #zone_top .side .nav2 li a {
              padding: 5px;
              font-size: 11px; } }
    #blog #zone_top .side .dlbtn {
      margin-bottom: 50px; }
    #blog #zone_top .side .nav3 {
      margin-bottom: 50px;
      border-top: 1px solid #c6c6c6; }
      #blog #zone_top .side .nav3 li {
        border-bottom: 1px solid #c6c6c6; }
        #blog #zone_top .side .nav3 li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 20px 0; }
          @media screen and (max-width: 900px) {
            #blog #zone_top .side .nav3 li a {
              padding: 15px 0; } }
          #blog #zone_top .side .nav3 li a figure {
            width: 90px; }
            @media screen and (max-width: 900px) {
              #blog #zone_top .side .nav3 li a figure {
                width: 70px; } }
            #blog #zone_top .side .nav3 li a figure img {
              width: 90px;
              height: 90px;
              object-fit: cover; }
              @media screen and (max-width: 900px) {
                #blog #zone_top .side .nav3 li a figure img {
                  width: 70px;
                  height: 70px; } }
          #blog #zone_top .side .nav3 li a .t1 {
            width: calc(100% - 105px);
            font-weight: bold;
            line-height: 1.5;
            text-align: left; }
            @media screen and (max-width: 900px) {
              #blog #zone_top .side .nav3 li a .t1 {
                width: calc(100% - 85px); } }
  #blog #zone_top .mainsec {
    width: calc(100% - 390px); }
    @media screen and (max-width: 1200px) {
      #blog #zone_top .mainsec {
        width: calc(100% - 330px); } }
    @media screen and (max-width: 900px) {
      #blog #zone_top .mainsec {
        width: 100%; } }
    @media print, screen and (min-width: 901px) {
      #blog #zone_top .mainsec .bloglist li {
        margin-bottom: 60px; }
        #blog #zone_top .mainsec .bloglist li:nth-of-type(2n) {
          border-right: 0; } }
    #blog #zone_top .mainsec .wp-pagenavi {
      margin-top: 0px; }
      @media screen and (max-width: 900px) {
        #blog #zone_top .mainsec .wp-pagenavi {
          margin-top: 0px;
          margin-bottom: 100px; } }

#blog #zone_s1 {
  max-width: 890px;
  margin: auto;
  padding: 70px 20px 150px;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    #blog #zone_s1 {
      padding: 40px 20px 50px; } }
  #blog #zone_s1 .sec1 {
    border-bottom: 1px solid #eaeaea; }
    @media print, screen and (min-width: 901px) {
      #blog #zone_s1 .sec1 {
        padding: 0 20px; } }
    #blog #zone_s1 .sec1 .t1 {
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      font-weight: 700;
      color: #214096;
      padding-bottom: 10px; }
    #blog #zone_s1 .sec1 .t2 {
      font-size: 14px;
      color: #666; }
      @media screen and (max-width: 900px) {
        #blog #zone_s1 .sec1 .t2 {
          font-size: 12px;
          padding-bottom: 10px; } }
    #blog #zone_s1 .sec1 h2 {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.5;
      padding-bottom: 40px; }
      @media screen and (max-width: 900px) {
        #blog #zone_s1 .sec1 h2 {
          font-size: 20px;
          padding-bottom: 20px; } }
  #blog #zone_s1 .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 65px 0;
    border-bottom: 1px solid #eaeaea; }
  #blog #zone_s1 .recommend h3 {
    font-size: 35px;
    font-weight: bold;
    color: #214096;
    text-align: center;
    padding: 75px 0 40px; }
    @media screen and (max-width: 900px) {
      #blog #zone_s1 .recommend h3 {
        font-size: 20px;
        padding: 35px 0 20px; } }
  @media print, screen and (min-width: 901px) {
    #blog #zone_s1 .recommend .bloglist li:nth-of-type(2n) {
      border-right: 0; } }

#sustainability .sec_title figure img {
  max-width: 1290px; }

#sustainability #zone1 {
  max-width: 940px;
  margin: auto;
  padding: 0 20px;
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    #sustainability #zone1 {
      padding-bottom: 50px; } }
  #sustainability #zone1 .in {
    max-width: 860px;
    margin: auto; }
    #sustainability #zone1 .in .sec {
      margin-bottom: 60px; }
      #sustainability #zone1 .in .sec ul {
        max-width: 680px;
        padding-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #sustainability #zone1 .in .sec ul li {
          width: 30%; }

#security .sec_title figure img {
  max-width: 1952px; }

#security #zone1, #security #zone2 {
  max-width: 940px;
  margin: auto;
  padding: 0 20px;
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    #security #zone1, #security #zone2 {
      padding-bottom: 50px; } }
  #security #zone1 .in, #security #zone2 .in {
    max-width: 860px;
    margin: auto; }
    #security #zone1 .in .sec, #security #zone2 .in .sec {
      margin-bottom: 60px; }
      #security #zone1 .in .sec .link, #security #zone2 .in .sec .link {
        width: 275px;
        padding-top: 30px; }
        @media screen and (max-width: 900px) {
          #security #zone1 .in .sec .link, #security #zone2 .in .sec .link {
            width: 200px; } }
      #security #zone1 .in .sec .t1, #security #zone2 .in .sec .t1 {
        padding-top: 40px;
        text-align: right;
        line-height: 2.5; }

#privacy .sec_title figure img {
  max-width: 1316px; }

#privacy #zone1 {
  max-width: 940px;
  margin: auto;
  padding: 0 20px;
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    #privacy #zone1 {
      padding-bottom: 50px; } }
  #privacy #zone1 .lead {
    border-bottom: 1px solid #c6c6c6;
    padding: 0 20px 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 900px) {
      #privacy #zone1 .lead {
        padding: 0 0 30px; } }
  #privacy #zone1 .in {
    max-width: 860px;
    margin: auto; }
    #privacy #zone1 .in .sec {
      margin-bottom: 60px; }
      #privacy #zone1 .in .sec .t1 {
        padding-top: 40px;
        text-align: right;
        line-height: 2.5; }
      #privacy #zone1 .in .sec h4 {
        font-weight: bold;
        font-size: 18px;
        color: #214096;
        padding: 30px 0 20px; }
      #privacy #zone1 .in .sec .text + ol {
        padding-top: 20px; }
      #privacy #zone1 .in .sec a {
        color: #214096; }

#faq #zone1 {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    #faq #zone1 {
      padding-bottom: 70px; } }
  #faq #zone1 dl {
    line-height: 2;
    margin-bottom: 50px; }
    @media screen and (max-width: 900px) {
      #faq #zone1 dl {
        margin-bottom: 30px; } }
    #faq #zone1 dl dt {
      position: relative;
      min-height: 90px;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #c6c6c6;
      padding: 20px 50px 20px 90px;
      background: url("../img/faq/q.png") no-repeat left 20px center;
      background-size: 50px; }
      @media screen and (max-width: 900px) {
        #faq #zone1 dl dt {
          min-height: 60px;
          padding: 20px 50px 20px 60px;
          background: url("../img/faq/q.png") no-repeat left 10px center;
          background-size: 40px;
          line-height: 1.5; } }
      #faq #zone1 dl dt::before {
        content: '';
        position: absolute;
        top: calc(50% - 10px);
        right: 20px;
        width: 20px;
        height: 20px;
        background: url("../img/arrow1.png") no-repeat center;
        background-size: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      #faq #zone1 dl dt.active::before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    #faq #zone1 dl dd {
      background: url("../img/faq/a.png") no-repeat left 20px top 20px;
      background-size: 50px;
      background-color: #F4F6FA;
      padding: 30px 20px 30px 90px;
      display: none; }
      @media screen and (max-width: 900px) {
        #faq #zone1 dl dd {
          background: url("../img/faq/a.png") no-repeat left 10px top 20px;
          background-size: 40px;
          background-color: #F4F6FA;
          padding: 25px 20px 25px 60px; } }

#notfound #zone1 {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    #notfound #zone1 {
      padding-bottom: 100px; } }
  #notfound #zone1 .text {
    padding-bottom: 50px; }

@media screen and (max-width: 900px) {
  .none, .pc {
    display: none; }
  main a {
    color: #000; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 30px;
    height: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 28.28px;
    left: 5px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.7854rad) translateY(-50%);
    -ms-transform: rotate(0.7854rad) translateY(-50%);
    transform: rotate(0.7854rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar2 {
    opacity: 0; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.7854rad) translateY(-50%);
    -ms-transform: rotate(-0.7854rad) translateY(-50%);
    transform: rotate(-0.7854rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #214096; }
  #menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 55px);
    top: 55px;
    left: 0px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    overflow-y: auto;
    background: #fff;
    padding: 20px;
    font-size: 16px; }
    #menu.on {
      opacity: 1;
      pointer-events: auto;
      z-index: 999; }
    #menu .nav > li {
      border-bottom: 1px solid #c6c6c6; }
      #menu .nav > li a {
        display: block;
        padding: 15px 0px;
        background: url("../img/arrow1.png") no-repeat right center;
        background-size: 20px; } }

@media print, screen and (min-width: 901px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000; }
    a:hover {
      opacity: 0.7; } }

/*# sourceMappingURL=style.css.map */

.w_50{
  width: 50%;
  margin: 0 auto;
}
.w_60{
  width: 60%;
  margin: 0 auto;
}
.w_70{
  width: 70%;
  margin: 0 auto;
}
.w_80{
  width: 80%;
  margin: 0 auto;
}
.w_90{
  width: 90%;
  margin: 0 auto;
}