@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Main Index
---------------------------------------*/

.keyArea {
  background: url(/wp/wp-content/uploads/mv_bk.png) no-repeat center top 0px;
  /* background-size: 100% auto; */
  min-height: 426px;
  position: relative;
  z-index: 0;
  padding: 60px 0 40px;
  }
.keyArea .logoArea {
  padding: 20px 0 0;
}
.keyArea .logo {
  width: 306px;
  transform:  rotate(-5deg);
  margin: 20px 0 0 50px;
}
.keyArea .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 10px;
  box-sizing: border-box;
  position: relative;
}
.keyArea .inner .deco {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.keyArea .inner .left {
  max-width: 61%;
  float: left;
}
.keyArea .inner .left .txtBox {}
.keyArea .inner .mainTit {
  padding: 0;
  width: 609px;
  max-width: 609px;
}
.keyArea .inner .mainTit img {
  width: 29%;
}
.keyArea .inner p {
  box-sizing: border-box;
  margin: 0 0 25px;
  font-size: 16px;
  color: #000;
}
.keyArea .inner p span {
  font-size: 17px;
}

.keyArea .inner .mv_catch {
  color: #000;
  text-shadow: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.323529412;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.keyArea .inner .mv_catch span {
    font-size: 2.6rem;
}

.keyArea .inner .right {
  width: 420px;
  max-width: 42%;
  float: right;
  position: relative;
  margin: 0;
  padding: 55px 0 0;
}
.keyArea .inner .right .mv-point {
  color: #1d67ac;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 2rem;
  background: #fff;
  border-radius: 5rem;
  padding: .5rem 1.5rem;
  text-align: center;
  margin: 0 auto 3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.keyArea .inner .right .mv-point-element {
  text-align: center;
}
.keyArea .inner .right img {
  box-sizing: border-box;
}
.keyArea .inner .btn-internal {
  width: 338px;
  margin: 30px auto 30px;
}
.keyArea .inner .btn-internal a {
  background: url(img/arrow_black_down_btn.png) no-repeat right 14px center, #fff294;
  /* background-size: 20px auto, cover; */
  color: #000;
}
.keyArea .inner .btn-internal a:hover {
  /* border: 1px solid #1468bf; */
  background: url(img/arrow_brown_down_btn.png) no-repeat right 14px center, #fff;
  background-size: 20px auto, cover;
}

/* addCont_all */
.addCont {
  margin: 7.5rem auto;
  padding: 0 1.2rem;
}
#index .addCont-ttl {
  background: none;
  border: none;
  font-size: 3.4rem;
  margin: 0 auto 2rem;
  outline: none;
}

/* about */
.addCont.about {
  padding: 0 0 10rem;
  margin: 3rem auto 0;
}
#contents .addCont.about .box-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
}
#contents .addCont.about .box-wrap .box {
  margin: 0 35px 0 0;
  display: block;
  width: 310px;
  border: 6px solid #cfd9e3;
  padding: 2.5rem 2rem 1.5rem;
}
#contents .addCont.about .box-wrap .box:nth-child(3n) {
  margin-right: 0;
}
.addCont.about .box-head {
  position: relative;
  margin: 0;
}
.addCont.about .box-head .for-school-catch {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background: #5fcecf;
  width: 300px;
  margin: -60px auto 2.5rem;
  padding: 0.6rem 1.5rem;
  border-radius: 10px;
  line-height: 1;
  position: relative;
}
.addCont.about .box:nth-of-type(2) .box-head .for-school-catch {
  background: #5ebdff;
}
.addCont.about .box-head .for-school-catch::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 17px solid #5fcecf;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.addCont.about .box:nth-of-type(2) .box-head .for-school-catch::after {
  border-top: 17px solid #5ebdff;
}
#contents .addCont.about .sttl {
  color: #111;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 1.5rem;
  margin: 0;
  border-bottom: 2px solid #cfd9e3;
  border-left: none;
  background: none;
}
#contents .addCont.about .sttl a {
  background: none;
  padding: 0;
}
.addCont.about .box-body {
  margin: 2rem auto 0;
}
.addCont.about .catch {
  text-align: justify;
  margin: 0 auto 2.5rem;
  font-weight: normal;
  background: #e7f3fc;
  padding: 0.5rem;
}
.addCont.about p {
  line-height: 1.7;
}
.addCont.about .feature-list-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 1rem 1.5rem;
  border-bottom: 2px solid #fff;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#contents .addCont.about .feature-list {
  margin: 0;
  padding: 1.5rem;
  text-align: left;
  color: #333;
}
#contents .addCont.about .feature-list li::before {
  color: #5fcecf;
}
#contents .addCont.about .box:nth-of-type(2) .feature-list li::before {
  color: #5ebdff;
}
.addCont.about p[class^="btn-"] {
  margin: 3rem auto;
}
#contents .addCont.about .box .btn-internal {
  width: 80%;
}
#contents .addCont.about .box .btn-internal a {
  font-size: 1.8rem;
  background: url(img/arrow_white_btn.png) no-repeat right 14px center, #1468bf;
  background-size: 9px auto, cover;
  padding: 12px 30px;
  color: #fff;
}
#contents .addCont.about .box .btn-internal a::before,
#contents .addCont.about .box .btn-internal a::after {
  background-size: 14px auto, 14px auto;
}
#contents .addCont.about .box .btn-internal a:hover {
  border: 1px solid #cbba9c;
  background: url(img/arrow_brown_btn.png) no-repeat right 14px center, #fff;
  background-size: 10px auto, cover;
  color: #cbba9c;
}

/* trouble */
.addCont.trouble {
  padding: 12rem 0 11rem;
  margin: 0;
  background: #fff;
}
#index .addCont.trouble .addCont-ttl {
  position: relative;
  display: table;
  width: 100%;
  color: #111;
  outline: none;
  margin: 0 auto 5rem;
  padding: 0 3rem;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.3;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  z-index: 1;
}
#index .addCont.trouble .addCont-ttl span.bg {
  display: table;
  background: #fff;
  padding: 0 1.5rem;
  margin: 0 auto;
}
#index .addCont.trouble .addCont-ttl .trouble-ttl-parts {
  color: #1468bf;
  font-size: 4.2rem;
  background: none;
}
#index .addCont.trouble .addCont-ttl::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #cfd9e3;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: -1;
}
.addCont.trouble .txt {
  width: 800px;
  margin: 0 auto 4.5rem;
  max-width: 100%;
}
.trouble-list-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: trouble;
}
.trouble-list {
  width: 47.5%;
  max-width: 100%;
  border: 5px solid  #cfd9e3;
  background: #fff;
  padding: 1rem 2rem 2.5rem;
}
.trouble-list:nth-of-type(n+4) {
  margin-top: 2rem;
}
#index .trouble-list .catch {
  margin: 0 auto 2rem;
  padding: 1rem 0 2rem;
  background: none;
  border-left: none;
  font-size: 2.6rem;
  text-align: center;
  border-bottom: 2px solid #cfd9e3;
  line-height: 1.4;
  position: relative;
  color: #111;
}
#index .trouble-img {
  text-align: center;
}
.trouble-list p {
  line-height: 1.8;
}
.trouble .btn-internal {
  width: 80%;
}
.trouble .btn-internal a {
  background: url(img/arrow_white_btn.png) no-repeat right 14px center, #1468bf;
  background-size: 10px auto;
  color: #fff;
}
.trouble .btn-internal a:hover {
  background: url(img/arrow_brown_btn.png) no-repeat right 14px center, #fff;
  background-size: 10px auto;
  color: #cbba9c;
}

/* select-point */
#index .select-point {
  margin: 7rem auto 2rem;
  padding: 0;
  overflow: hidden;
}
#index .select-point.index {
  margin-top: 10rem;
}
#index .select-point.way {
  padding: 15rem 0 20px;
  background: #fff;
  margin: 0rem auto 0rem;
}
#index .select-point.way2 {
  padding: 0;
  margin: 4rem auto 20rem;
}
#index .select-point .ttlArea {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
#index .select-point .addCont-ttl {
  position: relative;
  padding: 0 3rem;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}
#index .select-point.way .addCont-ttl {
  margin-bottom: 10rem;
}
/* #index .select-point.way .addCont-ttl::after {
  content: "";
  position: absolute;
  background: url(img/way-ttl_bg.png) no-repeat;
  width: 197px;
  height: 197px;
  right: -123px;
  top: 50%;
  transform: translateY(-50%);
} */
#index .select-point .addCont-ttl a {
  display: table;
  background: url(img/arrow_black_btn.png) no-repeat right center;
  background-size: 10px auto;
  padding: 0 40px;
  margin: 0 auto;
}
#index .select-point.way .addCont-ttl {

}
#index .select-point .addCont-ttl::before,
#index .select-point .addCont-ttl::after,
#index .point-list-parts-ttl::before,
#index .point-list-parts-ttl::after {
  content: none;
}
#index .select-point .addCont-ttl .select-point-ttl-parts {
  display: inline-block;
  margin: 0 auto 1.5rem;
  position: relative;
  line-height: 1;
  font-size: 3.6rem;
  background: none;
  color: #444;
}
#index .select-point .addCont-ttl .select-point-ttl-parts::before,
#index .select-point .addCont-ttl .select-point-ttl-parts::after {
  content: '';
  width: 16px;
  height: 36px;
  position: absolute;
  bottom: 0;
}
#index .select-point .addCont-ttl .select-point-ttl-parts::before {
  background: url(img/ttl-parts-deco01.png) no-repeat;
  left: -35px;
}
#index .select-point .addCont-ttl .select-point-ttl-parts::after {
  background: url(img/ttl-parts-deco02.png) no-repeat;
  right: -35px;
}
#index .select-point .addCont-ttl .select-point-ttl-emp {
  color: #1468bf;
  font-size: 4.2rem;
  background: none;
}
#index .select-point .ttlArea .txt {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.8;
}
#index .select-point .ttlArea .txt + .txt {
  margin-top: 1.5rem;
}
.point-list-box-wrapper {
  background: #f4f4f4;
}
.point-list-box-wrapper2 {
  /* border: 10px solid #cfd9e3; */
}
#index .select-point .point-ttl {
  font-size: 2.4rem;
  color: #444;
  background: none;
  border: none;
  line-height: 1.08;
  padding: 0;
  text-align: center;
  margin: 0 auto 2.5rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}
.point-list-box {
  position: relative;
  padding: 5rem 5.5rem 2rem;
}
.point-list {
  margin-bottom: 4rem;
}
.point-list + .point-list {
  margin-top: 1.2rem;
}
.point-list-img {
  float: left;
}
#index .point-list-parts-ttl {
  background: none;
  margin: 0 auto 1rem;
  padding: 0.5rem 0 0 1rem;
  font-size: 2.361rem;
  line-height: 1.4;
  border-bottom: 2px solid #cfd9e3;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}
.point-list-parts-txt {
  margin: 0 auto 1rem;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}

/* Zeus, v3 */
#zeus,
#v3 {
  margin-top: -2.4rem;
  padding-top: 2.4rem;
}
.addCont.detail {
  margin: 4.5rem auto 0rem;
  background: url(img/zeus_detail_bk.png);
  background-size: 14px auto;
  /* border-top: 2px solid #ccc; */
  padding: 1px 0 4rem;
}

.addCont.v3-detail {
  background: url(img/v3_detail_bk.png);
  margin: 10rem auto 0;
}
.detail .wi1000 {
  margin: 0 auto 6rem;
}
.detail-intro {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 5rem;
}
.detail .ttlBox {}
.detail .for-school-catch {
  position: relative;
  margin: -5px auto 45px;
  width: 608.79px;
  max-width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #1468bf;
  border-radius: 10px;
  padding: 1.5rem 1.5rem;
  line-height: 1.3;
  display: block;
}
.detail.v3-detail .for-school-catch {
  background: #5ebdff;
}
.detail .for-school-catch::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 18px solid #1468bf;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.detail.v3-detail .for-school-catch::after {
  border-top: 18px solid #5ebdff;
}
.detail .min {
  font-size: 1.8rem;
}
#index .detail .addCont-ttl {
  color: #111;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
  /* border-bottom: 2px solid #444; */
  padding: 0 0 2rem;
  margin: 0 auto 1rem;
}
#index .detail .addCont-ttl a {
  color: #444;
}
#index .detail .addCont-ttl::before,
#index .detail .addCont-ttl::after,
#index .system-feature-ttl::before,
#index .system-feature-ttl::after,
#index .system-feature-box-inner .catch::before,
#index .system-feature-box-inner .catch::after,
#index .introduction-example-ttl::before,
#index .introduction-example-ttl::after,
#contents .introduction-example .box .sttl::before,
#contents .introduction-example .box .sttl::after {
  content: none;
}
.detail .catch {
  color: #1468bf;
  font-size: 2.6rem;
  line-height: 1.7;
  text-align: center;
  margin: 4.5rem 0 2.5rem;
}
.detail .txt {
  /* width: 800px; */
  max-width: 100%;
  line-height: 1.8;
  margin: 2rem;
}
.detail .txt.intro {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
.detail .detail-img-box {
  text-align: center;
  max-width: 70%;
  margin: 3.5rem auto 6rem;
}
.detail .detail-img-box .caption {
  font-size: 1.2rem;
  color: #888;
  margin: 2.5rem auto 0;
}
#index .detail table th {
  width: 30%;
  border: 1px solid #656565;
  font-size: 1.6rem;
  padding: 18px 16px;
}
#index .detail table td {
  border: 1px solid #656565;
  font-size: 1.5rem;
  padding: 18px 40px;
}
.system-feature-box-wrapper {
  /* padding: 3.5rem 4rem 3rem; */
}
#index .system-feature-ttl {
  color: #1468bf;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.3;
  background: none;
  border: none;
  margin: 9rem auto 2.5rem;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}
.system-feature-box-inner {
  max-width: 100%;
  background: #fff;
  border: 10px solid #cfd9e3;
  padding: 3rem 4rem 3rem;
}
.system-feature-box-inner:nth-of-type(n+4) {
  margin-top: 2rem;
}
.v3-detail .system-feature-box-inner {
  border: 10px solid #e7f5fb;
}
#index .system-feature-box-inner .catch {
  color: #111;
  font-size: 2rem;
  text-align: left;
  line-height: 1.4;
  background: none;
  border: none;
  border-left: 4px solid #1468bf;
  margin: 0 auto 2rem;
  padding: 0.2rem 0 0.2rem 1rem;
}
#index .v3-detail .system-feature-box-inner .catch {
  border-left: 4px solid #0a99d9;
}
.system-feature-box-inner p {
  line-height: 1.8;
}
.detail .introduction-example {
  padding: 5.5rem 0 1rem;
}
.zeus-detail .introduction-example {
  background: linear-gradient(-40deg, #8993a2 30%, #868f9f 30%, #868f9f 50%, #8993a2 50%, #8993a2 80%, #868f9f 80%, #868f9f);
  background-size: 12px 12px;
  background-attachment: fixed;
}
.v3-detail .introduction-example {
  background: linear-gradient(-40deg, #66c3e4 30%, #5bbee2 30%, #5bbee2 50%, #66c3e4 50%, #66c3e4 80%, #5bbee2 80%, #5bbee2);
  background-size: 18px 14px;
  background-attachment: fixed;
}
.detail .introduction-example .wi1000 {
  margin: 0 auto;
  padding: 0 0rem;
}
#index .introduction-example-ttl {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.3;
  background: none;
  border: none;
  margin: 0 auto 5rem;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}
#contents .introduction-example .box-wrap {
  margin: 0 auto 6rem;
  background: url(img/introduction_ex_box_bk.png) no-repeat right -18px bottom -37px,#fff;
  background-size: 232px auto, cover;
  flex-wrap: wrap;
}
#contents .introduction-example .box {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 2rem 2rem 1rem;
  border: none;
}
#contents .introduction-example .box:nth-of-type(even) {
  margin-right: 0;
}
#contents .introduction-example .box:nth-of-type(n+3) {
  margin-top: 4rem;
}
#contents .introduction-example .box .flame {
  float: left;
  margin: 0 20px 20px 0;
  width: 140px;
}
#contents .introduction-example .box .flame img {
  border: solid 3px #fff;
  /* border-radius: 50%; */
  width: 100%;
}
#contents .introduction-example .box .flame .cap {
  font-size: 1.3rem;
  text-align: center;
  padding: 0 10px;
  line-height: 1.7;
  margin: 1.5rem 0 0;
}
#contents .introduction-example .box .sttl {
  position: relative;
  border: none;
  margin: 10px 0 20px;
  text-align: left;
  outline: none;
  display: block;
  background: none;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 5px 0 20px 0;
  /* background: red; */
  /* border-bottom: #cfd9e3 2px solid; */
}
#contents .introduction-example .box .sttl:after {
  content: "";
  position: absolute;
  background: #cfd9e3;
  height: 2px;
  width: calc(100% - 140px - 20px);
  right: 0;
  bottom: 0;
}
#contents .v3-detail .introduction-example .box .sttl {
  border-bottom: solid 2px #0a99d9;
}
#contents .introduction-example .box .sttl a {
  background: url(img/arr_square_black.jpg) no-repeat right center;
  background-size: 17px auto;
  display: block;
  padding: 0 30px 0 0;
}
#contents .introduction-example .box p {
  text-align: left;
  line-height: 1.8;
  margin: 0 0 2.5rem;
}
#contents .introduction-example .caption {
  display: block;
  width: 100%;
  color: #888;
  font-size: 1.2rem;
  text-align: left;
  margin: 0;
  padding: 0 2rem 3rem;
}

/* system-list-box */
.addCont.system-list-box {
  margin: 10rem auto 0;
  padding: 0;
}
.addCont.system-list-box.items {
  margin: 0 auto;
  padding: 7rem 0 5rem;
  background: #f3f6f8;
}
.addCont.system-list-box .btn-accordion {
  width: 295px;
  margin-top: 6rem auto 4rem;
  margin: 30px auto;
}
.addCont.system-list-box .btn-accordion span {
  font-size: 1.8rem;
}
.addCont.system-list-box p.addTxt {
}
#index .system-list-box .addCont-ttl {
  color: #fff;
  background: #1468bf;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
  padding: 2.5rem 4rem;
  margin: 0 auto 4rem;
  position: relative;
}
#index .system-list-box .addCont-ttl span {
  font-size: 4.2rem;
}
#index .system-list-box .addCont-ttl::before,
#index .system-list-box .addCont-ttl::after,
#contents .system-list-box .box .sttl::before,
#contents .system-list-box .box .sttl::after {
  content: none;
}
#index .system-list-box .addCont-ttl a {
  display: block;
  padding: 0 2.5rem;
  position: relative;
  color: #fff;
}
#index .system-list-box .addCont-ttl a::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contents .system-list-box .box-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
#contents .system-list-box .box {
  display: block;
  width: calc((100% - 4.1rem)/3);
  max-width: 100%;
  margin: 0 2rem 0 0;
  border: 5px solid #cfd9e3;
  padding: 2rem 1.3rem 1.5rem;
  text-align: left;
  background: #fff;
}

#contents .system-list-box .box table td{
    padding: 1rem;
}

#contents .system-list-box .box table th {
    width: 5.5em;
    padding: 1rem;
    font-size: 1.4rem;
}

#contents .system-list-box .box:nth-of-type(3n),
#contents .system-list-box .box:last-of-type {
  margin: 0;
}
#contents .system-list-box .box:nth-of-type(n+4) {
  margin-top: 2rem;
}
#contents .system-list-box .box .sttl {
  color: #111;
  background: none;
  outline: none;
  border: none;
  border-bottom: 2px solid  #cfd9e3;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.3;
  padding: 0 0 2rem;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
#contents .system-list-box .box .sttl a {
  color: #111;
  display: block;
  background: url(img/arr_square_black.jpg) no-repeat right center;
  background-size: 17px auto;
  padding: 0 3rem 0 0;
  background: none;
  z-index: 1;
  display: flex;
  align-items: center;
}
#contents .system-list-box .box .box-body p {
  line-height: 1.8;
  margin: 0 auto 1rem;
}
/* merit */
.addCont.merit {
  margin: 0;
  padding: 6rem 0 5.5rem;
  background: url(img/merit_bk.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.addCont.merit .btn-link a {
    color: #fff;
}

.addCont.merit .btn-link a::before {
    background: url(img/arr_square_white.jpg) no-repeat;
    background-size: 17px auto;
}


#contents .merit .float-wrap {
  margin: 0;
}
#contents .merit .float-wrap .fl {
  width: 500px;
  padding: 0 10px 10px 0;
  text-align: center;
  margin: 0 0 0 -100px;
}
#index .addCont-ttl.merit-ttl {
  font-size: 2.8rem;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  padding: 2.5rem 1.2rem 1.5rem 0;
  margin: 0 auto 2rem;
  border-bottom: 2px solid #cfd9e3;
  float: right;
  width: 600px;
  max-width: 100%;
}
#index .addCont-ttl.merit-ttl::before,
#index .addCont-ttl.merit-ttl::after {
  content: none;
}
#index .addCont-ttl.merit-ttl a {
  display: table;
  width: 100%;
  color: #fff;
  background: url(img/arrow_white_btn.png) no-repeat right center;
  background-size: 10px auto;
  padding-right: 2rem;
}
#index .merit p {
  color: #fff;
  line-height: 1.857142857;
  float: right;
  width: 600px;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
#index .merit p.btn-link {
  margin: 3.5rem 0 0;
  font-size: 1.5rem;
}

/* difference */
#index .addCont.difference {
  margin: 9rem auto;
  padding: 0;
}
#index .difference .float-wrap {
  margin: 0 0 10rem;
}
#index .difference .float-wrap .fr {
  padding: 0;
  width: 340px;
  max-width: 100%;
}
#index .difference-ttl {
  font-size: 2.6rem;
  color: #111;
  text-align: left;
  line-height: 1.3;
  padding: 0 3rem 1rem 0rem;
  margin: 0 0px 2.5rem 0;
  border-bottom: 2px solid #cfd9e3;
  max-width: 100%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  position: relative;
}
#contents .difference-ttl span {
  display: block;
  color: #f94717;
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

#index .difference-ttl::after,
#index .relief-ttl::before,
#index .relief-ttl::after {
  content: none;
}
#index .difference p.txt {
  margin: 0 auto 1.5rem;
  padding-right: 3rem;
}
#index .difference .float-txt {
  float: left;
  width: calc(100% - 340px);
}
#index .difference .btn-internal {
  margin: 30px auto 30px;
  width: 338px;
}
#index .difference .btn-internal a {
  font-size: 1.8rem;
  padding: 16px 35px;
  background: url(img/arrow_white_btn.png) no-repeat right 20px center, #1468bf;
  /* background-size: 20px auto, cover; */
  text-decoration: none;
  color: #fff;
  border: 1px solid #1468bf;
}
#index .difference .btn-internal a:hover {
  border: 1px solid #cbba9c;
  background: url(img/arrow_brown_down_btn.png) no-repeat right 20px center, #fff;
  background-size: 20px auto, cover;
}
#index .difference .flame {
  margin-top: -2rem;
}
#index .difference .float-wrap:nth-child(2) .flame {
  margin-top: -0.5rem;
  margin: 0;
}
#index .difference .float-wrap:nth-child(3) .flame {
  margin-top: 15px;
  margin: 0;
}

/* relief */
.addCont.relief {
  margin: 1rem auto 0;
  padding: 0rem 0 2.5rem;
  position: relative;
}
#contents .relief .float-wrap {
  background: #000;
  min-height: 321px;
  margin: 0;
}
#index .relief-ttl {
  font-size: 2.8rem;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  padding: 3rem 4rem 2rem;
  margin: 0 0 2rem 0;
  border-bottom: 2px solid #cbba9c;
  float: right;
  width: calc(100% - 389px);
  max-width: 100%;
}
#contents .relief .float-wrap .fl {
  padding: 0;
  width: 389px;
  max-width: 100%;
  position: absolute;
  top: -23px;
  left: 0;
  float: none;
}
#contents .relief p {
  float: right;
  width: calc(100% - 389px);
  max-width: 100%;
  color: #fff;
  line-height: 1.8;
  margin: 0 auto 1.5rem;
  padding: 0 4rem;
  text-align: left;
}
.relief p.btn-link {
  margin: 1rem 0 0;
  font-size: 1.5rem;
}
.relief p.btn-link a {
  color: #444;
}

/* way */
.way-box {
  margin-bottom: 5rem;
}
.way-h3 {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #cfd9e3;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}

.detail .wi1000#selection01 {
  margin: -60px auto 6rem;
}
.detail .wi1000#selection02 {
  margin: -60px auto 6rem;
}
.detail .wi1000#selection03 {
  margin: 60px auto 6rem;
}
#index .select-point.selection-detail .addCont-ttl {
  margin-bottom: 6rem;
}

#contents .addCont.relief .wi1000 .flame img {
  width: 91.3%;
  margin: 4.8rem 34px 0;
}


#index .system-list-box .wi1000 .box .box-head .sttl a:before {
  content:"";
  background: url(img/arr_square_black.jpg) no-repeat;
  background-size: 17px auto;
  background-position: top 8px right;
  position: absolute;
  width: 100%;
  height: 34px;
}

#index .difference .point-list-box-wrapper2 .float-wrap {
  margin: 0 0 7rem;
}

#index .addCont.merit span {
  background: linear-gradient(transparent 75%, #185594 75%) bottom 3px center;
}

.detail-intro .ttlBox .txt {
  margin: 0;
}

#contents .introduction-example .box.border-box {
  border: 10px solid  #cfd9e3;
  padding: 2rem 3rem 1rem;
}

#contents .difference .float-wrap .fl {
  padding: 0;
}


.zeus-detail .introduction-example.bg {
  background:none;
  }
  
  #index .zeus-detail .introduction-example.bg .introduction-example-ttl {
  color: #1468bf;
  margin: 0 auto 3rem;
  }

.point-list-box.addcon01 {
  display: flex;
  /* gap: 3.5rem; */
  padding: 0;
  justify-content: space-between;
}
#index .point-list-box.addcon01 .float-wrap {
  width: 32%;
  border: 10px solid #cfd9e3;
  padding: 2rem 0rem 0;
  margin: 0 0 0rem;
  background: #fff;
}
#index .point-list-box.addcon01 .float-txt {
    width: 100%;
}

#index #company .difference-ttl {
  padding: 0 0rem 0rem 0rem;
}
#index #company .difference p.txt {
  padding: 0 2rem;
}

#index #company .addcon01 .difference-ttl {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.6rem;
    margin: 2rem 0;
}
#index #company .addcon01 .catch-box {
    border-bottom: 2px solid #cfd9e3;
    font-size: 20px;
    color: #1468bf;
    font-weight: bold;
    text-align: center;
    padding: 0 0rem 1rem;
    margin: 0 2rem;
}
#index #company .addcon01 .difference p.txt {
    padding: 0;
}
#index #company .addcon01 .btn-internal {
    padding: 0 2rem;
}

#index .difference .addcon01 .flame {
    margin-top: -2rem;
    padding: 0 2rem;
    margin: 0;
}

.addCont.system-list-box.style-content01 {
  margin: 5rem auto 0;
  padding: 6rem 0 0;
  background: #fff;
}
.addCont.system-list-box.style-content01 .addTxt {
  margin: 15px 0 0px 0;
  padding: 0 0 15px 0;
}
#contents .addCont.select-point.style-content02 {
  background: #fff;
  margin: 0rem auto 5rem;
  padding: 3rem 0 6rem;
}
#contents .addCont.select-point.style-content02 .point-list-box-wrapper {
  background: #f4f4f4;
}
#index #company.select-point.index {
  margin-top: 0rem;
  margin-bottom: 12rem;
  background: url(img/aozora.png) no-repeat;
  background-position: center top 65%;
  background-size: 100% auto;
}
#index #company .addCont.difference {
  margin: 4rem auto 2rem;
}

.system-feature-box01 .system-feature-box-inner {
  padding: 1rem 1rem 1rem;
}

#contents .introduction-example.introduction-example01 {
  padding: 3.5rem 0 1rem;
}
#contents .introduction-example.introduction-example01 .box-wrap {
    margin: 0 8rem 3rem;
}
#index .introduction-example01 .introduction-example-ttl {
  margin: 0 auto 3rem;
}
.addCont.detail.detail02 {
  padding: 12rem 0 4rem;
  margin: -8.5rem auto 0rem;
}

#index .select-point.about {
  background: #fff;
  margin: 0rem auto 0rem;
  padding: 7rem 0 0;
}
#index .detail .about.wi1000 {
  background: #fff;
}

#contents .system-list-box.items .box table td {
  /* background: #f4f4f4; */
  border: 2px solid #999;
}
#contents .system-list-box.items .box table th {
  border: 2px solid #999;
}

#index .system-list-box .addCont-ttl::before {
  content: "";
  background: url(img/yajisusi.png) no-repeat;
  position: absolute;
  width: 173px;
  height: 142px;
  right: 25px;
  top: 17px;
}
#index .system-list-box.items .addCont-ttl::before {
  content: "";
  background: url(img/yajisusi.png) no-repeat;
  position: absolute;
  width: 173px;
  height: 88px;
  right: 25px;
  top: 17px;
}
.addCont.merit.merit02 {
  background: url(img/merit_bk02.png) no-repeat;
  background-size: cover;
}

#contents .introduction-example.introduction-example01 .box .sttl:after {
  content: "";
  position: absolute;
  background: #cfd9e3;
  height: 2px;
  width: 100%;
  right: 0;
  bottom: 0;
}
.btn-accordion .triger {
  margin: 15px 0 0px 0;
}
#index .select-point#company .addCont-ttl {
  margin: 0 auto 7rem;
}
#index .difference .addcon01 .btn-internal a {
  background: url(img/arrow_white_down.png) no-repeat right 20px center, #1468bf;
  background-size: 18px 12px;
}
#index .difference .addcon01 .btn-internal a:hover {
    border: 1px solid #cbba9c;
    background: url(img/arrow_brown_down_btn.png) no-repeat right 20px center, #fff;
    background-size: 20px auto, cover;
}


#toc .chapter .chapter-h:first-child {display: none;}





@media screen and (max-width: 599px) {
/* SP */
  .keyArea {
    min-height: auto;
    background: url(img/mv_sp_bk.png) no-repeat right bottom;
    background-size: cover;
    background: none;
    margin: 0 auto 6rem;
    padding: 0;
  }
  .keyArea .logoArea {
    padding: 15px 0 15px;
    border-bottom: solid 2px #fff;
  }
  .keyArea .logo {
    width: 100%;
    transform: none;
    margin: 0;
    text-align: center;
  }
  .keyArea .logo img {
    width: 65%;
    max-width: 230px;
  }
  .keyArea .inner {
    min-height: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  /*.keyArea .inner:before {
  content: none;
  }*/
  .keyArea .inner .deco {
    display: none;
  }
  .keyArea .inner .left {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
  .keyArea .inner .txtBox {}
  .keyArea .inner .mainTit {
    padding: 1.4rem;
    margin: 0 auto 15rem;
    background-size: 13px auto;
    text-align: center;
    width: auto;
    max-width: 100%;
    position: relative;
  }
  .keyArea .inner .mainTit::after {
    content: '';
    width: 100%;
    height: 138px;
    background: url(/wp/wp-content/uploads/mv_sp_bk-1-1.png) no-repeat right bottom;
    background-size: cover;
    position: absolute;
    bottom: -141px;
    left: 0;
    z-index: -1;
  }
  .keyArea .inner .mainTit img {
    width: 140px;
    margin: 0 auto;
  }
  .keyArea .inner p {
    color: #111;
    box-sizing: border-box;
    text-shadow: none;
  }
  .keyArea .inner .right {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 105px;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0 1.2rem;
    text-align: center;
  }
  .keyArea .inner .right .mv-point {
    font-size: 1.7rem;
    margin: 0 auto 1.2rem;
    padding: 0.3rem 1.5rem;
    display: inline-block;
  }
  .keyArea .inner .right .photo {}
  .keyArea .inner .right img {
    box-sizing: border-box;
    width: 230px;
  }
  .keyArea .inner .mv-txt-box {
    padding: 0 1.2rem;
  }

  .keyArea .inner .mv_catch span {
      font-size: 2rem;
  }
    
  .keyArea .inner .mv_catch {
    color: #111;
    text-align: center;
    font-size: 2.8rem;
  }
  .keyArea .inner .mv_catch .text_parts {
    display: block;
  }
  .keyArea .inner .mv-txt-box p:last-of-type {
    margin-bottom: 0;
  }
  .keyArea .inner .btn-internal {
    width: 86%;
  }

  /* about */
  .addCont.about {
    padding: 0 1.2rem;
    margin: 2rem auto 0;
  }
  #contents .addCont.about .box-wrap {
    display: block;
  }
  #contents .addCont.about .box-wrap .box {
    width: 100%;
    margin: 0 auto;
  }
  #contents .addCont.about .box-wrap .box + .box {
    margin-top: 3rem;
  }
  .addCont.about .box-head {
    margin: 0;
  }
  .addCont.about .box-head .for-school-catch {
    width: 138px;
    max-width: 100%;
    font-size: 1.8rem;
    margin-top: -5.5rem;
  }
  #contents .addCont.about .sttl {
    font-size: 2rem;
    text-align: center;
  }
  .addCont.about .catch {
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
    font-weight: normal;
  }
  .addCont.about .feature-list-ttl {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #contents .addCont.about .box .btn-internal a {
    background-size: 7px auto, cover;
    font-size: 1.8rem;
  }

  .addCont {
    margin: 5rem auto;
  }

  /* trouble */
  .addCont.trouble {
    padding: 0 1.2rem 5rem;
    margin: 0 auto;
  }
  .addCont.trouble .wi1000 {
    padding: 0;
  }
  #index .addCont.trouble .addCont-ttl {
    font-size: 2.4rem;
    margin: 6rem auto 2.5rem;
  }
  #index .addCont.trouble .addCont-ttl .trouble-ttl-parts {
    font-size: 2.6rem;
  }
  .addCont.trouble .txt {
    margin: 0 auto 2.5rem;
  }
  .trouble-list-box {
    display: block;
  }
  .trouble-list {
    width: 100%;
    padding: 0.5rem 1.5rem 1.5rem;
  }

  #index .trouble-img{
    margin-bottom:1rem;  
  }
  
  .trouble-list + .trouble-list {
    margin-top: 2rem;
  }
  #index .trouble-list .catch::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.5rem;
  }
  #index .trouble-list .catch {
    font-size: 2.2rem;
    padding: 1.8rem 0;
  }

  /* select-point */
  #index .select-point {
    margin: 3rem auto 1rem;
  }
  .addCont.select-point {
    margin: 0 auto 5rem;
    padding: 5rem 1.2rem 0;
  }
  #index .select-point.first {
    padding: 0 1.2rem;
  }
  #index .select-point.index {
    margin-top: 2rem;
    padding: 3rem 1.2rem 0;
  }
  #index .select-point.way {
    padding: 8rem 1.2rem 0;
  }
  #index .select-point.selection-detail,
  #index .select-point.about {
    padding: 0 1.2rem;
  }
  
  .select-point .ttlArea {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
  .select-point .ttlArea::before,
  .select-point .ttlArea::after {
    content: none;
  }
  #index .select-point .addCont-ttl {
    font-size: 1.8rem;
    position: relative;
    padding: 0;
  }
  #index .select-point .addCont-ttl a {
    padding: 0 20px;
  }

#index .select-point .addCont-ttl{
    font-size: 2.4rem;  
}
  
  #index .select-point .addCont-ttl .select-point-ttl-emp {
    font-size: 2.8rem;
  }
  #index .select-point.way .addCont-ttl {
    margin-bottom: 3rem;
  }
  #index .select-point .addCont-ttl::before {
    background: url(img/select_point_img01.png) no-repeat;
    background-size: 40px auto;
    bottom: -10px;
    left: -8px;
  }
  /* #index .select-point .addCont-ttl::after {
    background: url(img/select_point_img02.png) no-repeat;
    background-size: 40px auto;
    top: -30px;
    right: -8px;
  } */
  #index .select-point.way .addCont-ttl::after {
    background-size: 80px auto;
    width: 80px;
    height: 80px;
    right: 10px;
    transform: none;
    top: -86px;
  }
  #index .select-point .addCont-ttl span {
    font-size: 1.8rem;
  }
  .select-point .addCont-ttl .select-point-ttl-parts::before,
  .select-point .addCont-ttl .select-point-ttl-parts::after {
    height: 20px;
    width: 9px;
    background-size: contain;
  }
  .select-point .addCont-ttl .select-point-ttl-parts::before {
    left: -20px;
  }
  .select-point .addCont-ttl .select-point-ttl-parts::after {
    right: -20px;
  }
  .select-point .addCont-ttl .select-point-ttl-emp {}
  .point-list-box-wrapper {
    padding: 2rem 1.2rem;
  }
  #index .select-point .point-ttl {
    font-size: 1.7rem;
    margin: 0 auto 2rem;
  }
  .point-list-box {
    padding: 2rem 0 1.5rem;
  }
  .point-list-box::before {
    top: 10px;
    width: calc(100% - 30px);
  }
  .point-list + .point-list {
    margin-top: 1.5rem;
  }
  .point-list {
    position: relative;
    margin-bottom: 3rem;
  }
  .point-list-img {
    width: 75px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .point-list-parts {
    width: 100%;
    float: none;
  }
  #index .point-list-parts-ttl {
    font-size: 2rem;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
  }
  .point-list-parts-txt {
    width: 100%;
  }

  /* detail */
  #zeus,
  #v3 {
    margin-top: -1.7rem;
    padding-top: 1.7rem;
  }
  .addCont.detail {
    margin: 3rem auto 0rem;
    padding: 1px 0 2rem;
  }
  .detail .wi1000 {
    padding: 0 1.2rem;
    margin: 0 auto 5rem;
  }
  .detail-intro {
    width: 100%;
    max-width: 100%;
  }
  .detail .for-school-catch {
    width: 90%;
    max-width: 90%;
    font-size: 2.4rem;
    margin: -4.3rem auto 2.5rem;
  }
  #index .detail .addCont-ttl {
    font-size: 2.2rem;
    margin: 0 auto 0rem;
  }
  .detail .min {
    font-size: 1.5rem;
}
  .detail .catch {
    font-size: 2rem;
    margin: 5rem 0 1.5rem;
    line-height: 1.5;
  }
  .detail .txt {
    margin: 0 auto 5rem;
  }
  .detail .txt.intro {
    font-size: 1.6rem;
  }
  .detail .detail-img-box {
    margin: 2.5rem auto 4rem;
  }
  #index .detail table th {
    width: 100%;
    border: 1px solid #656565;
    border-bottom: none;
    padding: 0.6rem 1rem;
    font-size: 1.5rem;
  }

#index .detail table {
    border-bottom: 1px solid #656565;
}
  
  #index .detail table td {
    border: none;
    border: 1px solid #656565;
    padding: 1rem;
    border-bottom: 0;
  }
  .system-feature-box-wrapper {
    padding: 2rem 0rem;
  }
  #index .system-feature-ttl {
    font-size: 2rem;
    margin: 0 auto 2rem;
  }
  .system-feature-box {
    display: block;
  }
  .system-feature-box-inner {
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem;
  }
  .system-feature-box-inner + .system-feature-box-inner {
    margin-top: 1.5rem;
  }
  #index .system-feature-box-inner .catch {
    font-size: 1.6rem;
    margin: 0 auto 1rem;
  }
  .detail .introduction-example {
    padding: 3rem 0;
  }
  #index .introduction-example-ttl {
    font-size: 2rem;
    margin: 0 auto 3rem;
  }
  #contents .introduction-example .box-wrap {
    display: block;
    margin: 0 auto 4rem;
  }
  #contents .introduction-example .box {
    padding: 1.5rem 1.2rem 2rem;
    width: 100%;
    background-size: 180px auto, cover;
  }
  #contents .introduction-example .box + .box {
    margin-top: 1.5rem;
  }
  #contents .introduction-example .box .flame {
    width: 100px;
    margin: 0 1rem 1rem 0;
  }
  #contents .introduction-example .box .flame .cap {
    font-size: 1.2rem;
    margin: 1rem 0 0;
    padding: 0 .5rem;
  }
  #contents .introduction-example .box .sttl {
    width: 100%;
    font-size: 1.7rem;
  }
  #contents .introduction-example .box .sttl:after {
    width: calc(100% - 100px - 10px);
  }
  #contents .introduction-example .box p {
    margin: 0 0 1.5rem;
  }
  #contents .introduction-example .caption {
    font-size: 1.2rem;
  }

  /* system-list-box */
  .addCont.system-list-box {
    margin: 6rem auto 0;
    padding: 0 1.2rem;
  }
  .addCont.system-list-box.items {
    padding: 4rem 1.2rem 3rem;
  }
  #index .system-list-box .addCont-ttl {
    font-size: 2.4rem;
    margin: 0 auto 3rem;
    padding: 1.5rem;
  }
  #index .system-list-box .addCont-ttl span {
    font-size: 2.8rem;
  }
  #index .system-list-box .addCont-ttl a {
    padding: 0 2rem 0 0;
  }
  #contents .system-list-box .box-wrap {
    display: block;
    margin: 0 auto;
  }
  #contents .system-list-box .box {
    width: 100%;
    padding: 1.5rem 1.2rem;
  }
  #contents .system-list-box .box + .box {
    margin-top: 1.5rem;
  }
  #contents .system-list-box .box .box-head {
    margin: 0;
  }
  #contents .system-list-box .box .sttl {
    padding: 0 0 1.5rem;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
  }
  
  #contents .system-list-box .box table td {
  }
  
  #contents .system-list-box .box table th {
      font-size: 15px;
      width: 100%;
  }
  
  #contents .system-list-box .box table tr {
      justify-content: center;
      margin-bottom: 0;
  }
 
    
  .addCont.system-list-box p.addTxt {
    padding: 0 1.2rem;
  }
  .addCont.system-list-box .btn-accordion span {
    font-size: 1.8rem;
  }

  /* merit */
  .addCont.merit {
    padding: 5rem 1.2rem;
  }
  #contents .merit .float-wrap .fl {
    width: 100%;
    padding: 0;
    margin: 0 auto 1rem;
  }

  .addCont.merit .btn-link a{
    color: #000;
    text-decoration: none;
  }

  .addCont.merit .btn-link a::before{
  background: url(img/button_left_top_link.png) no-repeat left top, url(img/button_left_bottom_link.png) no-repeat left bottom;
  background-size: 18px auto, 18px auto;
  left: -2px;
  }
  
  #index .addCont-ttl.merit-ttl {
    font-size: 2.2rem;
    margin: 1.5rem auto 1.5rem;
    padding: 0 0 1.5rem;
    line-height: 1.8;
  }

  /* difference */
  .addCont.difference,
  .addCont.relief {
    margin: 5rem auto;
    padding: 0 1.2rem;
  }
  #contents .difference .float-wrap .fr,
  #contents .relief .float-wrap .fl {
    width: 100%;
    text-align: center;
    float: none;
  }
  #index .difference-ttl,
  #index .relief-ttl {
    float: none;
    width: 100%;
    font-size: 2.2rem;
  }
  #index .difference-ttl {
    display: block;
    font-size: 2rem;
    padding: 2.1rem 0 1.5rem 1rem;
    margin: 0 auto 1.5rem;
  }
  #contents .difference-ttl span {
    font-size: 2.2rem;
  }
  #index .difference-ttl::before {
    width: 35px;
    height: 50px;
    background-size: contain;
    left: 5px;
  }
  .difference p,
  .relief p {
    float: none;
    width: 100%;
  }
  #index .difference .flame {
    margin-top: 2rem;
  }

  #index .difference .flame img{
    width: 100%;
    max-width: 100%;
  }
  
  #index .addCont.difference {
    margin: 3rem auto;
    padding: 0 1.2rem;
  }
  #index .difference .float-wrap {
    margin: 0 0 3rem;
  }
  #index .difference .float-txt {
    width: 100%;
  }
  #index .difference .btn-internal {
    width: 80%;
    margin: 30px auto 0;
  }
  #index .difference .btn-internal a {
    background-size: 16px auto, cover;
  }

  /* relief */
  .addCont.relief {
    margin: 3rem auto;
  }
  #contents .relief .float-wrap .fl {
    position: static;
  }
  #index .relief-ttl {
    padding: 1.2rem;
    margin: 0 auto 1.5rem;
  }
  #contents .relief p {
    padding: 0 1.2rem;
    float: none;
    width: 100%;
  }
  #contents .relief p.btn-link {
    margin: 3rem auto 0;
  }

  #contents .addCont.about .box .btn-internal a, #contents .addCont.about .box .btn-web a, #contents .addCont.about .box .btn-tel a {
    width: 90%;
  }

  .way-h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .detail .wi1000#selection01 {
    margin: -5rem auto 5rem;
}
.detail .wi1000#selection03 {
  margin: 8rem auto 6rem;
}

#index .select-point.selection-detail .addCont-ttl {
    margin-bottom: 4rem;
}


#contents .addCont.relief .wi1000 .flame img {
  margin: 1rem 0 0;
  width: 80%;
}

#index .difference p.txt {
  padding-right: 0rem;
}

.trouble .btn-internal a {
  background-size: 8px auto, cover;
}
.trouble .btn-internal a:hover {
  background-size: 8px auto, cover;
}



#index .difference .point-list-box-wrapper2 .float-wrap {
  margin: 0 0 3rem;
}
#index .difference .point-list-box-wrapper2 .float-txt {
  padding: 0 0rem;
  }
  #index .difference .point-list-box-wrapper2 .difference-ttl {
    padding: 2.1rem 0 1.5rem 0rem;
    }

  .point-list-box.addcon01 {
    display: block;
  }
  #index #company .point-list-box.addcon01 .float-wrap {
    width: 100%;
    padding: 2rem 0;
  }
  #index #company .difference .btn-internal {
    width: 100%;
  }
  #index #company .addCont.difference {
    padding: 0rem;
  }
  .addCont.system-list-box.style-content01 {
  padding: 6rem 1rem 0;
}
#contents .introduction-example .box.border-box {
  padding: 1rem 1.5rem 1rem;
}
.system-feature-box01 .system-feature-box-inner {
    padding: 1.5rem 1.5rem 1rem;
}
  .system-feature-box01 .system-feature-box-inner .txt {
    margin: 0 auto 2rem;
  }
  #contents .introduction-example.introduction-example01 .box-wrap {
    margin: 0 0rem 3rem;
}

  #index .system-list-box .addCont-ttl::before {
    right: 10px;
    top: 29px;
}
  #index .system-list-box.style-content01 .addCont-ttl::before {
    right: 10px;
    top: 29px;
    height: 110px;
}
  #index .system-list-box.items .addCont-ttl::before {
  width: 173px;
  height: 88px;
  right: 25px;
  top: 11px;
}

#index #company.select-point.index {
   background: none;
}
#index .select-point#company .addCont-ttl {
    margin: 0 auto 4rem;
}
  #index .select-point.way2 {
    margin: 4rem auto 0rem;
  }

  #contents .system-list-box.items .box table th {
    border: 2px solid #999;
    border-bottom: none;
}
  #contents .system-list-box.items .box table td {
    border-bottom: none;
  }
  #contents .system-list-box .box table tr:last-child td {
    border: 2px solid #999;
  } 
  #contents .addCont.select-point.style-content02 {
    padding: 3rem 0 0rem;
  }
  .detail .wi1000.wi1000-01 {
    padding: 0 0rem;
  }
  .detail .wi1000.wi1000-02 .catch {
    margin: 0rem 0 1.5rem;
  }
}