@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* footer background */
/* site color */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  word-break: break-all;
  min-width: 1200px;
  color: #222d39;
  -webkit-text-size-adjust: 100%;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  outline: 0;
}

textarea {
  resize: none;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    min-width: 320px;
  }
}

.l-header {
  background-color: #ffffff;
  min-width: 320px;
}

.l-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 20px #ccc;
          box-shadow: 1px 1px 20px #ccc;
}

.l-header-wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-top {
  background-color: #eef7eb;
  color: #005b30;
  font-weight: bold;
}

.l-header-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}

.l-footer {
  border-top: 4px solid #c3d5bc;
  padding-top: 30px;
  padding-bottom: 20px;
}

.l-footer-wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.l-footer-top {
  margin-bottom: 20px;
}

.l-frame {
  padding-top: 40px;
  min-height: 400px;
}

.l-frame.top {
  padding-top: 0;
}

.l-frame.top .l-frame-wrap {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.l-frame-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-wrap {
  width: 1200px;
  margin: 0 auto;
}

.l-box {
  width: 80%;
  margin: 0 auto;
}

.l-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-section-wrap {
  width: 1200px;
  margin: 0 auto;
}

.l-section.ptn1 {
  background-color: #ffffff;
}

.l-section.ptn2 {
  background-color: #fafafa;
}

.l-section.ptn3 {
  padding-top: 0;
  padding-bottom: 0;
}

.l-section.ptn4 {
  background: url("../images/img-bg-btnarea.jpg");
}

.l-section.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 320px;
  background-color: #EBF7F7;
  background: url("../images/img-bg-btnarea.jpg");
}

.l-section-box {
  margin-bottom: 100px;
}

.l-section01 {
  padding-top: 20px;
  padding-bottom: 80px;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.l-section01-wrap {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .l-header-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
  }
  .l-header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l-footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .l-footer-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-frame.top .l-frame-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .l-frame-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-box {
    width: 90%;
  }
  .l-wrap {
    width: 100%;
  }
  .l-section-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-section01-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-header-top {
    display: none;
  }
  .l-header-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-footer {
    padding-top: 10px;
  }
  .l-footer-wrap {
    padding: 10px;
  }
  .l-footer-top {
    margin-bottom: 0;
  }
  .l-box {
    width: 100%;
  }
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-section.btnArea {
    height: 200px;
  }
}

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

.nav-global__items__link {
  display: block;
  padding: 12px;
}

.nav-global__items__link.current .nav-global__items__title {
  border-bottom: 4px solid #26ad37;
}

.nav-global__items__link:hover .nav-global__items__title {
  border-bottom: 4px solid #26ad37;
}

.nav-global__items__title {
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: bold;
}

.nav-spnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px #999;
          box-shadow: 0px 2px 10px #999;
}

.nav-spnav.active {
  background-color: #007563;
}

.nav-spnav__wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-spnav__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.nav-spnav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  padding-left: 25px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.nav-spnav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-spnav__btn a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 30px;
  font-size: 20px;
  letter-spacing: 0.1em;
  background-color: #00bcd4;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.nav-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-footer__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .nav-global {
    display: none;
  }
  .nav-footer__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nav-global {
    display: none;
  }
  .nav-footer {
    display: none;
  }
  .nav-spnav__wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-spnav__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .nav-spnav__link {
    padding: 15px;
    font-size: 16px;
  }
  .nav-spnav__btn a {
    padding: 20px;
  }
}

#contents-area {
  font-size: 14px;
  letter-spacing: 0.1em;
}

#contents-area h2 {
  font-weight: bold;
}

/* logo */
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-weight: bold;
  color: #007563;
}

.logo-z {
  line-height: 0;
}

.headerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topheading01 {
  letter-spacing: 0.2em;
  margin-right: 100px;
}

.topEntry {
  position: relative;
  width: 300px;
  color: #ffffff;
  font-size: 22px;
  background-color: green;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#56b530), to(#25ac38));
  background: -o-linear-gradient(top, #56b530, #25ac38);
  background: linear-gradient(to bottom, #56b530, #25ac38);
}

.topEntry:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#009b18), to(#00640f));
  background: -o-linear-gradient(top, #009b18, #00640f);
  background: linear-gradient(to bottom, #009b18, #00640f);
}

.topEntry:before {
  position: absolute;
  content: "";
  top: 8px;
  right: 25px;
  width: 16px;
  height: 20px;
  background: url("../images/img-arrow01.png") center center no-repeat;
}

.topEntry span {
  margin-right: 15px;
}

.spnavbtn {
  display: none !important;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.spnavbtn.active .spnavbtn__icon span {
  background: rgba(111, 111, 111, 0);
}

.spnavbtn.active .spnavbtn__icon span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.spnavbtn.active .spnavbtn__icon span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.spnavbtn__icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 30px;
}

.spnavbtn__icon span {
  position: absolute;
  left: 10px;
  top: 12px;
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #999;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.spnavbtn__icon span:before, .spnavbtn__icon span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #999;
  height: 4px;
  width: 30px;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.spnavbtn__icon span:before {
  top: -8px;
}

.spnavbtn__icon span:after {
  top: 8px;
}

.spnavbtn__text {
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  height: 20px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

.breadcrumb__wrap {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumb__items {
  float: left;
  padding-left: 30px;
  letter-spacing: 0.1em;
}

.breadcrumb__items:first-child {
  padding-left: 0;
}

.breadcrumb__items:first-child:before {
  content: none;
}

/* section */
.contentsBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentsBox01__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.contentsBox01__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 40px;
}

.contentsBox01__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contentsBox01__img img {
  width: 100%;
}

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

.contentsBox02__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 40px;
}

.contentsBox02__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.contentsBox02__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contentsBox02__img img {
  width: 100%;
}

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

.contentsBox03__row01 {
  width: 100%;
  text-align: center;
}

.contentsBox03__row02 {
  width: 100%;
}

.contentsBoxItem__title {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.contentsBoxItem__title.t_halfbox {
  color: #005b30;
  font-size: 44px;
  letter-spacing: 0.1em;
}

.contentsBoxItem__body {
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.contentsBoxItem__text {
  margin-bottom: 40px;
}

.contentsBoxItem__subtitle {
  color: #444444;
  font-size: 22px;
  margin-bottom: 30px;
}

.imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.imglist__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-bottom: 10px;
  padding: 15px;
}

.imglist__items:nth-of-type(1) {
  margin-left: 0;
}

.imglist__items span {
  font-size: 32px;
  font-weight: bold;
  color: #005b30;
}

.imglist.ptn01 {
  padding-top: 0;
  padding-bottom: 0;
}

.imglist.ptn01 .imglist__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.imglist.ptn01 img {
  width: 100%;
}

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

.textlist__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.textlist__text {
  min-height: 100px;
  padding: 20px 20px 20px 90px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: left;
  -webkit-box-shadow: 1px 1px 3px #bdbdbd;
          box-shadow: 1px 1px 3px #bdbdbd;
  background: url("../images/img-person.jpg") left 20px top 20px no-repeat;
  background-color: #ffffff;
}

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

.cardlist__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.cardlist__items__wrap {
  height: 370px;
  -webkit-box-shadow: 1px 1px 3px #bdbdbd;
          box-shadow: 1px 1px 3px #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}

.cardlist__items:nth-of-type(1) .cardlist__items__wrap {
  background: url("../images/img-point01.jpg") left top no-repeat;
}

.cardlist__items:nth-of-type(2) .cardlist__items__wrap {
  background: url("../images/img-point02.jpg") left top no-repeat;
}

.cardlist__items:nth-of-type(3) .cardlist__items__wrap {
  background: url("../images/img-point03.jpg") left top no-repeat;
}

.cardlist__items:nth-of-type(4) .cardlist__items__wrap {
  background: url("../images/img-point04.jpg") left top no-repeat;
}

.cardlist__items__title {
  height: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #005b30;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cardlist__items__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 22px;
  text-align: left;
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnBox.ptn01 {
  margin-top: 30px;
}

.btnBox.ptn02 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btnBox.ptn03 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.btnBox.ptn03 .btnBox__btn {
  min-width: 205px;
}

.btnBox.ptn04 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.btnBox.ptn05 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.btnBox.ptn05 .btnBox__btn {
  min-width: 205px;
  width: 250px;
}

.btnBox.ptn05 .btnBox__btn + .btnBox__btn {
  margin-left: 40px;
}

.btnBox__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  padding: 10px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#56b530), to(#25ac38));
  background: -o-linear-gradient(top, #56b530, #25ac38);
  background: linear-gradient(to bottom, #56b530, #25ac38);
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btnBox__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#009b18), to(#00640f));
  background: -o-linear-gradient(top, #009b18, #00640f);
  background: linear-gradient(to bottom, #009b18, #00640f);
}

.btnBox__btn.disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background: -o-linear-gradient(top, #eee, #eee);
  background: linear-gradient(to bottom, #eee, #eee);
}

.btnBox__btn.disabled:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background: -o-linear-gradient(top, #eee, #eee);
  background: linear-gradient(to bottom, #eee, #eee);
  color: #ffffff;
}

.btnBox__btn.disabled:hover .fas {
  color: #ffffff;
}

.btnBox__btn.largeBtn {
  width: 500px;
  height: 100px;
  padding: 10px 30px;
  font-size: 26px;
}

.news-list {
  width: 80%;
  margin: 0 auto;
  padding: 0 20px 0;
}

.news-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75px;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 18px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px #bdbdbd;
          box-shadow: 1px 1px 3px #bdbdbd;
  border-left: 4px solid #26ad37;
}

.news-list__items__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.news-list__items__title {
  padding-left: 20px;
  text-align: left;
  line-height: 1.5;
}

.news-list__items__title a {
  color: #007AB8;
}

.news-list__items__title a:hover {
  text-decoration: underline;
}

.article-list {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #eeeeee;
}

.article-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #eee;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.article-list__items:hover {
  border: 1px solid #007563;
}

.article-list__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 18px;
}

.article-list__body__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 290px;
}

.article-list__site {
  margin-right: 15px;
}

.article-list__site span {
  display: inline-block;
  min-width: 160px;
  padding: 2px 5px;
  background-color: #26ad37;
  color: #ffffff;
  text-align: center;
}

.border-box {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

.border-box__heading {
  margin-bottom: 20px;
  font-size: 22px;
}

.movieclip-box {
  max-width: 700px;
  margin: 0 auto;
}

.movieclip-box__item {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.movieclip-box__item iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.footer-logo img {
  width: auto;
}

#goto-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 20px;
}

#goto-top a {
  display: inline-block;
  width: 46px;
  height: 39px;
  background: url("../images/img-pagetop.png") no-repeat;
}

.heading01 {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.heading01.ptn1 {
  text-align: left;
  font-size: 40px;
}

.heading02 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.heading04 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 8px solid #8BC34A;
  line-height: 2.5;
}

.heading01_txt {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .logo {
    width: 200px;
  }
  .logo img {
    width: 100%;
  }
  .topheading01 {
    letter-spacing: 0.2em;
    margin-right: 20px;
    font-size: 12px;
  }
  .topEntry {
    width: 260px;
    font-size: 18px;
  }
  .spnavbtn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* section */
  .contentsBox01__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .contentsBox01__right {
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .contentsBox02__left {
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .contentsBox02__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .contentsBoxItem__title {
    font-size: 38px;
  }
  .contentsBoxItem__title.t_halfbox {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  .contentsBoxItem__body {
    font-size: 18px;
  }
  .contentsBoxItem__subtitle {
    font-size: 22px;
  }
  .btnBox__btn {
    width: 320px;
    padding: 10px;
  }
  .imglist__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .imglist__items span {
    font-size: 26px;
  }
  .textlist__text {
    min-height: 150px;
    font-size: 18px;
  }
  .cardlist__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .cardlist__items__wrap {
    height: 100%;
    padding: 10px;
  }
  .cardlist__items:nth-of-type(1) .cardlist__items__wrap {
    background: url("../images/img-point01.jpg") left top no-repeat;
    background-size: 100%;
  }
  .cardlist__items:nth-of-type(2) .cardlist__items__wrap {
    background: url("../images/img-point02.jpg") left top no-repeat;
    background-size: 100%;
  }
  .cardlist__items:nth-of-type(3) .cardlist__items__wrap {
    background: url("../images/img-point03.jpg") left top no-repeat;
    background-size: 100%;
  }
  .cardlist__items:nth-of-type(4) .cardlist__items__wrap {
    background: url("../images/img-point04.jpg") left top no-repeat;
    background-size: 100%;
  }
  .cardlist__items__title {
    height: 60%;
    font-size: 20px;
  }
  .cardlist__items__text {
    min-height: 190px;
    font-size: 16px;
  }
  .news-list {
    width: 100%;
    padding: 20px 10px;
  }
  .news-list__items {
    font-size: 16px;
  }
  .news-list__items__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .news-list__items__title {
    padding-left: 20px;
  }
  .article-list {
    width: 100%;
  }
  .article-list__items {
    padding: 20px 10px;
  }
  .article-list__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
    font-size: 18px;
  }
  .article-list__body__wrap {
    min-width: 290px;
  }
  .heading01 {
    width: 100%;
  }
  .footer-logo img {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .logo-z {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81px;
            flex: 0 0 81px;
    margin-right: 10px;
  }
  .topheading01 {
    letter-spacing: 0.1em;
    margin-right: 0;
  }
  .topEntry {
    display: none;
  }
  .logo {
    width: 140px;
    font-size: 28px;
  }
  /* section */
  .contentsBox01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contentsBox01__left {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .contentsBox01__right {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .contentsBox02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contentsBox02__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0;
  }
  .contentsBox02__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .contentsBox03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contentsBoxItem__title {
    font-size: 26px;
  }
  .contentsBoxItem__title.t_halfbox {
    font-size: 26px;
    text-align: center;
  }
  .contentsBoxItem__body {
    font-size: 16px;
  }
  .contentsBoxItem__subtitle {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .imglist__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .imglist.ptn01 .imglist__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 10px 20px;
  }
  .imglist.ptn01 img {
    width: 100%;
  }
  .textlist__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .textlist__text {
    min-height: 90px;
    padding: 10px 10px 10px 80px;
    font-size: 16px;
    background: url("../images/img-person.jpg") left 10px top 10px no-repeat;
    background-color: #ffffff;
  }
  .cardlist__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .news-list {
    padding: 10px 0;
  }
  .news-list__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    text-align: left;
  }
  .news-list__items__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5px;
  }
  .news-list__items__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
  .article-list {
    width: 100%;
  }
  .article-list__body {
    font-size: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-list__body__wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .article-list__title {
    margin-bottom: 5px;
  }
  .article-list__site {
    margin-bottom: 5px;
  }
  .btnBox.ptn01 {
    margin-top: 40px;
  }
  .btnBox.ptn05 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .btnBox.ptn05 .btnBox__btn {
    width: 100%;
    min-width: 100%;
  }
  .btnBox.ptn05 .btnBox__btn + .btnBox__btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .btnBox__btn {
    padding: 20px 20px;
  }
  .btnBox__btn.largeBtn {
    font-size: 20px;
    padding: 10px;
  }
  #goto-top {
    display: none;
  }
  .footer-misc {
    font-size: 12px;
  }
  .page-top {
    display: block;
  }
  .heading01 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }
  .heading01.ptn1 {
    font-size: 32px;
  }
  .heading02 {
    font-size: 24px;
  }
}

/*----------------------------
トップページ
-----------------------------*/
.mainImg {
  position: relative;
  height: 640px;
  background: url("../images/img-main.jpg") center top no-repeat;
  background-size: cover;
  border-bottom: 4px solid #c3d5bc;
}

.mainImg_slogan {
  max-width: 756px;
  margin: 0 auto;
  padding-top: 130px;
}

/*----------------------------
機能
-----------------------------*/
.features-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.features-index.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features-index__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.features-index__items__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 5px 10px;
  background-color: #8BC34A;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.features-index__items__text.current {
  background-color: #43a047;
}

.features-index__items__text:hover {
  background-color: #43a047;
}

.features-index__items__text span {
  margin: auto;
}

.features-list__items {
  display: none;
}

.features-list__items.current {
  display: block;
}

.features-item__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.features-item__body:before, .features-item__body:after {
  content: " ";
  display: table;
}

.features-item__body:after {
  clear: both;
}

.features-item__img {
  float: left;
  width: 55%;
}

.features-item__img img {
  width: 100%;
}

.features-item__img img + img {
  margin-top: 30px;
}

.features-item__desc {
  float: right;
  width: 45%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.features-item__desc.full {
  width: 100%;
}

.features_slide + .features_slide {
  margin-top: 50px;
}

.slick-slide img {
  width: 100%;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #43a047;
}

.slick-dots li.slick-active button:before {
  color: #43a047;
}

.slick-prev {
  width: 40px;
  height: 40px;
  left: 10px;
  z-index: 10;
}

.slick-prev:before {
  font-size: 40px;
  color: #43a047;
}

.slick-next {
  width: 40px;
  height: 40px;
  right: 10px;
  z-index: 10;
}

.slick-next:before {
  font-size: 40px;
  color: #43a047;
}

.subsection-box {
  line-height: 1.6;
}

.subsection-box + .subsection-box {
  margin-top: 30px;
}

.subsection-box.bdbox {
  padding: 15px;
  border: 1px solid #ccc;
}

.subsection-box__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.subsection-box ul {
  margin-bottom: 20px;
}

.subsection-box ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.subsection-box ul li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.subsection-box ol {
  margin-bottom: 20px;
  counter-reset: ollist;
}

.subsection-box ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

.subsection-box ol li:before {
  position: absolute;
  display: inline-block;
  counter-increment: ollist;
  content: "(" counter(ollist) ")";
  left: 0;
  top: 0;
}

.subsection-box p {
  margin-bottom: 10px;
}

.subsection-box p.small {
  font-size: 16px;
}

.subsection-box img {
  max-width: 32px;
}

.policy-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
  text-align: center;
}

.table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
}

.table__row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ffffff;
}

.table__col {
  font-size: 14px;
  padding: 5px;
  border-left: 2px solid #ffffff;
  background-color: #f5f5f5;
}

.table__col:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table__col:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table__col:nth-of-type(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.table__col img {
  max-width: 32px;
}

.table__col.heading {
  background-color: #25c8d1;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
}

/*----------------------------
料金・利用申込み
-----------------------------*/
.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 356px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.price-box__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #8BC34A;
  color: #ffffff;
}

.price-box__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  height: 500px;
  padding: 30px;
  font-size: 16px;
}

.price-box__price {
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
}

.price-box__price span {
  font-size: 20px;
  font-weight: bold;
}

.price-box__desc {
  margin-bottom: 20px;
}

.price-box__desc ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}

.price-box__desc ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #26ad37;
}

.price-box__desc ul li span {
  display: block;
  font-size: 12px;
}

.price-box__comment {
  font-size: 14px;
  margin-top: 5px;
}

.price-box__alert {
  font-size: 14px;
  margin-top: 5px;
  color: #ff0000;
}

.price-box__btn {
  padding: 0 30px 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.price-box__btn a {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  margin: auto 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#56b530), to(#25ac38));
  background: -o-linear-gradient(top, #56b530, #25ac38);
  background: linear-gradient(to bottom, #56b530, #25ac38);
}

.price-box__btn a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#009b18), to(#00640f));
  background: -o-linear-gradient(top, #009b18, #00640f);
  background: linear-gradient(to bottom, #009b18, #00640f);
}

.payment-box {
  font-size: 18px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.payment-box__table {
  margin: 20px auto;
  background-color: #ffffff;
}

.payment-box__table tr th {
  padding: 20px 10px;
  border: 1px solid #ccc;
  background-color: #8BC34A;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.payment-box__table tr th:nth-child(1) {
  width: 12%;
}

.payment-box__table tr th:nth-child(2) {
  width: 33%;
}

.payment-box__table tr th:nth-child(3) {
  width: 17%;
}

.payment-box__table tr th:nth-child(4) {
  width: 20%;
}

.payment-box__table tr th:nth-child(5) {
  width: 18%;
  font-size: 15px;
}

.payment-box__table tr td {
  padding: 20px 10px;
  border: 1px solid #ccc;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
}

.payment-box__table tr td:nth-of-type(1) {
  width: 300px;
}

.payment-box__table tr td:nth-of-type(2) {
  width: 200px;
}

.payment-box__table tr td:nth-of-type(3) {
  width: 300px;
}

.payment-box__comment {
  text-align: left;
  font-size: 16px;
}

.payment-box__comment__heading {
  margin-bottom: 10px;
}

.payment-box__comment__body {
  padding-left: 15px;
}

.payment-box__comment + .payment-box__comment {
  margin-top: 20px;
}

/*----------------------------
ダウンロード
-----------------------------*/
.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.download-list__items + .download-list__items {
  margin-left: 40px;
}

.download-check {
  position: relative;
  margin-bottom: 80px;
}

.download-check input {
  height: 30px;
  width: 30px;
}

.download-check__label {
  font-size: 20px;
}

.download-check__links a {
  color: #007AB8;
}

.download-check__links a:hover {
  text-decoration: underline;
}

.download-process {
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ccc;
}

.download-order {
  margin-bottom: 30px;
}

.download-order.margin-ptn01 {
  margin-bottom: 20px;
}

.download-order__items {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.download-order__items:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #222d39;
}

.download-order__items a {
  color: #007AB8;
}

.download-order__items a:hover {
  text-decoration: underline;
}

.download-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 370px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.download-box__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  min-height: 80px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #8BC34A;
  color: #ffffff;
}

.download-box__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 40px;
  font-size: 16px;
  background-color: #fff;
}

.download-box__body.google {
  padding: 19px 20px;
}

.download-box__contents {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.download-box__btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 24px;
}

.download-box__btn a, .download-box__btn button {
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px;
  margin: auto 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#56b530), to(#25ac38));
  background: -o-linear-gradient(top, #56b530, #25ac38);
  background: linear-gradient(to bottom, #56b530, #25ac38);
}

.download-box__btn a:hover, .download-box__btn button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#009b18), to(#00640f));
  background: -o-linear-gradient(top, #009b18, #00640f);
  background: linear-gradient(to bottom, #009b18, #00640f);
}

.download-box__btn a.disabled, .download-box__btn button.disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background: -o-linear-gradient(top, #eee, #eee);
  background: linear-gradient(to bottom, #eee, #eee);
}

.download-box__btn a.disabled:hover, .download-box__btn button.disabled:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background: -o-linear-gradient(top, #eee, #eee);
  background: linear-gradient(to bottom, #eee, #eee);
  color: #ffffff;
}

.download-box__btn a.disabled:hover .fas, .download-box__btn button.disabled:hover .fas {
  color: #ffffff;
}

.download-box__btn .fas {
  position: absolute;
  right: 20px;
  top: 14px;
  color: #ffffff;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.download-box__link img {
  width: 100%;
}

.download-box__order__comment {
  font-size: 16px;
  margin-bottom: 30px;
}

.requirement-list {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 18px;
  background-color: #ffffff;
}

.requirement-list__items {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.requirement-list__items:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #222d39;
}

.requirement-list__items a {
  color: #007AB8;
}

.requirement-list__items a:hover {
  text-decoration: underline;
}

.network-box {
  font-size: 18px;
}

.network-box__desc {
  text-align: center;
}

.network-box__comment {
  width: 50%;
  margin: 20px auto 20px;
  padding: 20px;
}

.network-box__comment p {
  margin-bottom: 10px;
  font-weight: bold;
}

.network-box__comment table {
  width: 100%;
  background-color: #ffffff;
}

.network-box__comment table tr th {
  width: 30%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #999;
  color: #ffffff;
}

.network-box__comment table tr td {
  padding: 10px 10px 10px 20px;
  border: 1px solid #ccc;
  text-align: left;
}

.network-box__process {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 20px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #ffffff;
}

.difference-box {
  margin-top: 60px;
}

.difference-box__heading {
  margin-bottom: 15px;
}

.difference-box__heading h3 {
  font-size: 22px;
  text-align: center;
}

.difference-box__body {
  font-size: 18px;
}

.difference-box__body table {
  width: 100%;
  background-color: #ffffff;
}

.difference-box__body table tr th {
  width: 30%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #999;
  color: #ffffff;
  vertical-align: middle;
}

.difference-box__body table tr th:nth-child(1) {
  width: 50%;
}

.difference-box__body table tr th:nth-child(2) {
  width: 25%;
}

.difference-box__body table tr th:nth-child(3) {
  width: 25%;
}

.difference-box__body table tr td {
  padding: 10px 10px 10px 20px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

/*----------------------------
使い方
-----------------------------*/
.usage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.usage-list__items {
  margin-bottom: 40px;
}

.usage-list__items + .usage-list__items {
  margin-left: 45px;
}

.usage-list__items:nth-of-type(3n+1) {
  margin-left: 0;
}

.usage-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 370px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.usage-box__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  min-height: 80px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #8BC34A;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.usage-box__title.small {
  font-size: 18px;
}

.usage-box__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 40px;
  font-size: 16px;
}

.usage-box__contents {
  margin-bottom: 20px;
  text-align: center;
  min-height: 66px;
  font-size: 16px;
}

.usage-box__btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 24px;
}

.usage-box__btn a {
  display: block;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px;
  margin: auto 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#56b530), to(#25ac38));
  background: -o-linear-gradient(top, #56b530, #25ac38);
  background: linear-gradient(to bottom, #56b530, #25ac38);
}

.usage-box__btn a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#009b18), to(#00640f));
  background: -o-linear-gradient(top, #009b18, #00640f);
  background: linear-gradient(to bottom, #009b18, #00640f);
}

.usage-box__btn .fas {
  position: absolute;
  right: 20px;
  top: 14px;
  color: #ffffff;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

/*----------------------------
活用事例
-----------------------------*/
.case-list {
  width: 90%;
  margin: 0 auto;
}

.case-list__title {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.case-list__img img {
  width: 100%;
}

.case-list__desc {
  margin-top: 40px;
  font-size: 18px;
}

.case-list__desc ul li {
  position: relative;
  padding-left: 20px;
}

.case-list__desc ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #222d39;
}

.flowbox__items {
  position: relative;
  margin-bottom: 80px;
  padding: 40px 30px;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}

.flowbox__items:nth-last-of-type(1) {
  margin-bottom: 0;
}

.flowbox__items.heading {
  background-color: #009688;
  color: #ffffff;
  border: none;
}

.flowbox__items.heading:before {
  position: absolute;
  content: "";
  bottom: -70px;
  left: calc(50% - 65px);
  width: 130px;
  height: 53px;
  background: url("../images/img-arrow02.png") center center no-repeat;
}

.flowbox__items span {
  color: #f44336;
}

.flowbox__pre {
  text-align: center;
  font-size: 24px;
}

/*----------------------------
無料で試す
-----------------------------*/
.started-attention {
  margin-bottom: 60px;
}

.started-attention__items {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.started-attention__items:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #222d39;
}

.started-attention__items a {
  color: #007AB8;
}

.started-attention__items a:hover {
  text-decoration: underline;
}

.stared-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.stared-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 400px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.stared-box__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #8BC34A;
  color: #ffffff;
}

.stared-box__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 40px;
  font-size: 16px;
}

.stared-box__text {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.stared-box__text input {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #222d39;
}

.stared-box__btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 24px;
}

.stared-box__btn button {
  width: 100%;
  display: block;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px;
  margin: auto 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#56b530), to(#25ac38));
  background: -o-linear-gradient(top, #56b530, #25ac38);
  background: linear-gradient(to bottom, #56b530, #25ac38);
}

.stared-box__btn button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#009b18), to(#00640f));
  background: -o-linear-gradient(top, #009b18, #00640f);
  background: linear-gradient(to bottom, #009b18, #00640f);
}

.stared-box__btn .fas {
  position: absolute;
  right: 20px;
  top: 14px;
  color: #ffffff;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

/*----------------------------
お問い合わせ、相談
-----------------------------*/
.faq-list__items {
  margin-bottom: 40px;
}

.faq-item {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px #bdbdbd;
          box-shadow: 1px 1px 3px #bdbdbd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.faq-item:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.faq-item__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 30px 100px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #02c2a5;
  color: #ffffff;
}

.faq-item__title:before {
  position: absolute;
  display: inline-block;
  content: "Q.";
  font-family: 'Krona One', sans-serif;
  left: 10px;
  top: 0;
  font-size: 60px;
}

.faq-item__body {
  display: none;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.faq-item__body a {
  color: #007AB8;
}

.faq-item__body a:hover {
  text-decoration: underline;
}

.faq-contact__text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.faq-form {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq-form__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
}

.faq-form__label {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.faq-form__formel input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #ffffff;
}

.faq-form__formel textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #ffffff;
}

.faq-support {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background: -webkit-gradient(linear, left top, left bottom, from(#56b530), to(#25ac38)) !important;
  background: -o-linear-gradient(top, #56b530, #25ac38) !important;
  background: linear-gradient(to bottom, #56b530, #25ac38) !important;
}

/*----------------------------
Ｚ－ＧＩＳ利用規約
特定商取引法に基づく表記
Ｚ－ＧＩＳ サービスポリシー
Ｚ－ＧＩＳ プライバシーポリシー
-----------------------------*/
.section-box {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 14px;
}

.section-box.last {
  margin-bottom: 0;
}

.section-box__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.section-box__info {
  margin-top: 20px;
  margin-left: 15px;
  line-height: 2;
  width: 450px;
  border: 1px solid #ccc;
  padding: 20px;
}

.section-box p {
  margin-bottom: 10px;
  text-indent: 1em;
  line-height: 1.5;
}

.section-box ul {
  margin-top: 20px;
  padding-left: 20px;
}

.section-box ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.section-box ul li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.section-box ol {
  counter-reset: ollist;
  margin-top: 20px;
  padding-left: 20px;
}

.section-box ol li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

.section-box ol li:before {
  position: absolute;
  display: inline-block;
  counter-increment: ollist;
  content: "(" counter(ollist) ")";
  left: 0;
  top: 0;
}

.section-box ol.ptn01 > li {
  padding-left: 25px;
  margin-bottom: 20px;
}

.section-box ol.ptn01 > li:before {
  content: counter(ollist) ". ";
}

.section-box ol.ptn01 > li p {
  margin-top: 10px;
}

.section-box ol.ptn01 > li ol {
  padding-left: 0;
}

.section-box__end {
  text-align: right;
}

/*----------------------------
運営
-----------------------------*/
.management-box p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.management-ict {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #ccc;
}

.management-ict img {
  width: 100%;
}

/*----------------------------
オンライン申込
-----------------------------*/
.application__text {
  margin-bottom: 20px;
  font-size: 16px;
}

.application__text.complete {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.application-form {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  width: 100%;
  font-size: 16px;
}

.application-form tr.memberInputItem {
  display: none;
}

.application-form tr.memberInputItem.active {
  display: table-row;
}

.application-form tr.memberInputItem1 {
  display: none;
}

.application-form tr.memberInputItem1.active {
  display: table-row;
}

.application-form th {
  width: 30%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.application-form td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.application-form td input[type=text] {
  width: 100%;
  padding: 5px;
}

.application-form td input[type=text].ptn01 {
  width: 80%;
  margin-right: 10px;
}

.application-form td input[type=text].ptn02 {
  width: 80%;
}

.application-form .comment {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.application-form .comment.ptn01 {
  margin-top: 10px;
  letter-spacing: 0.01em;
  font-size: 12px;
}

.application-form .required {
  margin-left: 5px;
  color: red;
  font-size: 12px;
}

.application-form .inputItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.application-form .inputItem label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.application-form .inputItem input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.application-form .inputItem input.full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}

.application-form .inputItem .unit {
  font-size: 12px;
  margin-left: 10px;
}

.application-form .inputItem + .inputItem {
  margin-top: 10px;
}

.application-form .inputItem span + span {
  margin-left: 10px;
}

.application-form .divInput.col2 input {
  width: 10%;
}

.application-form .divInput.post input {
  width: 11%;
}

.application-form .divInput.post label:nth-of-type(2) {
  margin-left: 20px;
  position: relative;
}

.application-form .divInput.post label:nth-of-type(2):before {
  content: "-";
  position: absolute;
  left: -17px;
  top: 0;
}

.application-form .divInput.col1 label {
  display: block;
}

.application-form .divInput.col1 label + label {
  margin-top: 10px;
}

.application-form .checkwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.application-form .checkwrap.ptn01 label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 10px;
  margin-right: auto;
}

.application-form .checkwrap.ptn02 {
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.application-form .checkwrap.ptn02 label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 10px;
}

.application-form .checkwrap.ptn02 input[type=radio] {
  width: 20px;
  height: 20px;
}

.application-form .checkwrap.ptn03 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.application-form .checkwrap.ptn03 input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 5px;
}

.application-form .checkwrap.ptn03 label + label {
  margin-left: 40px;
}

.application-form .checkwrap input[type=checkbox] {
  width: 16px;
  height: 16px;
}

.application-form .boxHeading {
  text-align: center;
  margin-right: 40px;
  font-weight: bold;
}

.billEntry {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.billEntry input[type="checkbox"] {
  height: 24px;
  width: 24px;
}

.billTable {
  display: none;
  margin-top: 15px;
}

.billTable.active {
  display: block;
}

.entrybox {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.entrybox__comment {
  font-size: 16px;
  margin-bottom: 20px !important;
}

.entrybox__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 20px;
  padding: 10px;
  height: 250px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  border: 1px solid #ccc;
  font-size: 12px;
}

.entrybox__contents p {
  width: 100% !important;
  text-align: left !important;
}

.entrybox label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.entrybox input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.entrybox p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.entrybox__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px !important;
}

.entrybox .application-form label {
  font-size: 16px;
}

.entrybox .application-form .checkwrap label {
  font-weight: normal;
}

.policy-title .comment {
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}

.errorList {
  margin-bottom: 20px;
  padding: 10px;
  color: red;
}

.errorList ul {
  border: 1px solid red;
  padding: 10px;
}

.errorList ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.errorList ul li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  /*----------------------------
    トップページ
    -----------------------------*/
  .mainImg {
    height: auto;
  }
  .mainImg_slogan {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 70%;
  }
  /*----------------------------
    機能
    -----------------------------*/
  .features-index__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .features-item__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .features-item__desc {
    width: 100%;
  }
  .subsection-box {
    font-size: 16px;
  }
  .subsection-box p {
    font-size: 16px;
  }
  .price-box {
    width: auto;
    max-width: 320px;
  }
  .price-box__body {
    height: 580px;
    padding: 20px;
  }
  .price-box__btn {
    padding: 0 20px 20px;
  }
  .payment-box {
    font-size: 16px;
  }
  .payment-box__table tr td {
    font-size: 16px;
  }
  /*----------------------------
    ダウンロード
    -----------------------------*/
  .download-list.ptn01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .download-list.ptn01 .download-list__items {
    margin-bottom: 40px;
  }
  .download-list.ptn01 .download-list__items + .download-list__items {
    margin-left: 0;
  }
  .download-list__items + .download-list__items {
    margin-left: 40px;
  }
  .download-check__label {
    font-size: 18px;
  }
  .download-order__items {
    font-size: 16px;
  }
  .download-box {
    width: 340px;
  }
  .requirement-list {
    width: 100%;
    font-size: 16px;
  }
  .network-box__comment {
    width: 60%;
  }
  /*----------------------------
    使い方
    -----------------------------*/
  .usage-list {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .usage-list__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  .usage-list__items + .usage-list__items {
    margin-left: 0;
  }
  .usage-box {
    width: 100%;
  }
  /*----------------------------
    活用事例
    -----------------------------*/
  .case-list__desc {
    font-size: 16px;
  }
  /*----------------------------
    無料で試す
    -----------------------------*/
  .started-attention__items {
    font-size: 16px;
  }
  /*----------------------------
    お問い合わせ、相談
    -----------------------------*/
  .faq-item__body {
    font-size: 16px;
  }
  .faq-contact__text {
    font-size: 16px;
  }
  .faq-support {
    font-size: 16px;
  }
  /*----------------------------
    運営
    -----------------------------*/
  .management-box p {
    font-size: 16px;
  }
  /*----------------------------
    オンライン申込
    -----------------------------*/
  .application-form {
    font-size: 16px;
  }
  .application-form td input[type=text] {
    font-size: 16px;
  }
  .application-form td input[type=text].ptn01 {
    width: 75%;
  }
  .application-form .comment {
    font-size: 13px;
  }
  .application-form .inputItem label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
  }
  .application-form .inputItem input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .application-form .inputItem input.full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82%;
            flex: 0 0 82%;
  }
  .application-form .divInput.post input {
    width: 24%;
  }
  .application-form .checkwrap.ptn02 label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 15px;
  }
  .entrybox label {
    font-size: 16px;
  }
  .entrybox p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /*----------------------------
トップページ
-----------------------------*/
  .mainImg {
    height: auto;
    background: url("../images/img-main_sp.jpg") center top no-repeat;
    background-size: cover;
  }
  .mainImg_slogan {
    width: 70%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /*----------------------------
機能
-----------------------------*/
  .features-index__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .features-index__items__text {
    padding: 5px;
    font-size: 15px;
  }
  .features-item__title {
    font-size: 20px;
  }
  .features-item__desc {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
  .table__col:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table__col.heading {
    font-size: 14px;
  }
  .features_slide {
    max-width: 100%;
  }
  /*----------------------------
料金・利用申込み
-----------------------------*/
  .price-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-list__items {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .price-box__body {
    height: auto;
    min-height: 250px;
    padding: 20px;
  }
  .price-box__price {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .price-box__btn {
    padding: 0 20px 20px;
  }
  .payment-box__table tr th {
    padding: 5px;
    font-size: 16px;
  }
  .payment-box__table tr td {
    padding: 5px;
    font-size: 14px;
  }
  /*----------------------------
ダウンロード
-----------------------------*/
  .download-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .download-list__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .download-list__items + .download-list__items {
    margin-left: 0;
    margin-top: 30px;
  }
  .download-check {
    padding-left: 0;
  }
  .download-box {
    width: 100%;
  }
  .requirement-list {
    width: 100%;
  }
  .network-box__comment {
    width: 100%;
  }
  .difference-box {
    margin-top: 40px;
  }
  .difference-box__heading h3 {
    font-size: 18px;
  }
  .difference-box__body {
    font-size: 14px;
  }
  .difference-box__body table tr td {
    padding: 10px 5px;
  }
  /*----------------------------
使い方
-----------------------------*/
  .usage-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .usage-list__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  .usage-list__items + .usage-list__items {
    margin-left: 0;
  }
  .usage-box {
    width: 100%;
  }
  /*----------------------------
活用事例
-----------------------------*/
  .case-list {
    width: 100%;
  }
  .flowbox__items {
    padding: 20px;
  }
  .flowbox__items ul li {
    padding-left: 15px;
    font-size: 18px;
  }
  .flowbox__pre {
    font-size: 20px;
  }
  /*----------------------------
無料で試す
-----------------------------*/
  .stared-box {
    width: 100%;
  }
  /*----------------------------
お問い合わせ、相談
-----------------------------*/
  .faq-list__items {
    margin-bottom: 20px;
  }
  .faq-item__title {
    padding: 15px 15px 15px 70px;
    font-size: 20px;
  }
  .faq-item__title:before {
    font-size: 40px;
  }
  .faq-item__body {
    padding: 15px;
    font-size: 16px;
  }
  .faq-form {
    width: 100%;
  }
  /*----------------------------
Ｚ－ＧＩＳ利用規約
特定商取引法に基づく表記
Ｚ－ＧＩＳ サービスポリシー
Ｚ－ＧＩＳ プライバシーポリシー
-----------------------------*/
  .section-box__info {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .section-box ol {
    padding-left: 0;
  }
  .section-box ol.ptn01 > li {
    padding-left: 15px;
  }
  /*----------------------------
運営
-----------------------------*/
  .management-ict {
    width: 100%;
  }
  /*----------------------------
活用事例
-----------------------------*/
  .case-list__title {
    font-size: 18px;
  }
  /*----------------------------
オンライン申込
-----------------------------*/
  .application-form {
    font-size: 14px;
  }
  .application-form th {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
  }
  .application-form td {
    display: block;
    width: 100%;
    padding: 15px 10px;
    border: none;
  }
  .application-form td input[type=text] {
    padding: 8px;
  }
  .application-form td input[type=text].ptn01 {
    width: 70%;
  }
  .application-form .inputItem label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .application-form .inputItem input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .application-form .inputItem input.full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .application-form .inputItem .unit {
    font-size: 11px;
    margin-left: 10px;
  }
  .application-form .checkwrap label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 15px;
  }
  .application-form .checkwrap.ptn01 label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 15px;
  }
  .application-form .checkwrap.ptn03 label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .application-form .checkwrap.ptn03 label + label {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .entrybox {
    padding: 10px;
  }
}
