@charset "UTF-8";
/* //////////////////////////////////////////////////

　スタイル

////////////////////////////////////////////////// */
/* FONT
-------------------------------------------------- */
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
body {
  color: #555;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.7;
  overflow-x: hidden;
}
#wrapper {
  padding-bottom: 110px;
  overflow: hidden;
}
#wrapper.searchPage {
  padding-bottom: 0;
}
h2,
h3,
h4 {
  line-height: 1.4;
}
p,
li,
dt,
dd,
th,
td {
  line-height: 1.6;
}
p {
  color: #666;
}
a {
  color: #ef8200;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.fcW {
  color: #fff;
}
.fcY {
  color: #fff000;
}
input,
textarea {
  font-size: 16px;
  color: #666;
}
img {
  width: 100%;
}
.pcOnly {
  display: none;
}
#contents {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-bottom: 92px;
  }
  #contents {
    padding-bottom: 35px;
  }
}
/* MODULE
-------------------------------------------------- */
/* background */
.bgY {
  background-color: #fffcdb !important;
}
/* button */
.btn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
}
.btn span {
  display: inline-block;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 18.5px;
  padding: 15px;
  padding-left: 0;
  padding-right: 25px;
  font-size: 20px;
}
.ac_btn {
  padding: 13px 10px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.ac_btn.active {
  border-bottom: none;
}
/* under line */
.line.thick {
  border-bottom: 4px solid #f7c730;
}
.line.thin {
  border-bottom: 2px solid #f7c730;
}
/* HEADER
-------------------------------------------------- */
#header .inner {
  position: relative;
}
/* mainImg
-------------------------------------------------- */
.mainImg {
  position: relative;
  margin-bottom: 90px;
  padding: 70px 0 120px;
  background: #18bae7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mainImg .slider {
  width: 100%;
  margin: 0 auto;
}
.mainImg .slider img {
  width: 100%;
  padding: 0 10px 0;
}
.mainImg__img {
  position: relative;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mainImg__img__inner02 {
  display: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.point5 {
  width: 70%;
}
/* .mv02 {
	opacity: 0;
} */
.mainImg__img span {
  display: block;
  position: relative;
  max-width: 960px;
  height: 0;
  margin: 0 auto;
  padding-top: 34.9%;
}
.mainImg__img__inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mainImg__icon {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: 13.6%;
  cursor: pointer;
}
.mainImg__icon02 {
/* opacity: 0; */
  right: auto;
  left: 0;
}
.mainImg__icon.is-fadeInUp {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mainImg__icon.is-fadeInUp {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.mainImg__icon img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mainImg__icon:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.is-hide {
  opacity: 0;
}
.mainImg__btn {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: -40px;
  left: 0;
  max-width: 580px;
  width: 580px;
  margin: auto;
  border: 5px solid #fff;
}
.btn {
  bottom: 0;
  background: #f21547;
  border-bottom: 0;
  border-radius: 45px;
  font-size: 26px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn a {
  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;
  position: relative;
  padding: 20px 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 0 #a00024;
          box-shadow: 0 5px 0 #a00024;
  border-radius: 45px;
  color: #fff;
  font-size: 34px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 100px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .btn a {
    display: block;
    padding: 10px;
    font-size: 26px;
  }
}
.btn:hover {
  bottom: -5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainImg .mainImg__btn {
  bottom: -40px;
}
.mainImg .mainImg__btn:hover {
  bottom: -45px;
}
.btn:hover a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .mainImg__btn__small {
  font-size: 12px;
  margin-top: 1em;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .btn .mainImg__btn__small {
    display: block;
    margin-top: -0.5em;
  }
}
@media screen and (min-width: 1300px) {
  .mainImg__img span {
    height: 454px;
    padding-top: 0;
  }
  .mainImg__icon {
    max-width: 177px;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: absolute;
    z-index: 10;
  }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
  }
  .logo {
    width: 95px;
    margin-right: 10px;
  }
  .logo img {
    zoom: 1;
  }
  .header__lead {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
    font-size: 11px;
  }
  .mainImg {
    padding: 65px 0 60px;
  }
  .mainImg__img span {
    width: 92.8%;
    padding-top: 132%;
  }
  .mainImg::before {
    width: 90%;
  }
  .mainImg::after {
    width: 10%;
  }
  .btn span {
    padding: 5px 5px 0;
  }
  .mainImg__btn {
    max-width: 82.6%;
  }
  .mainImg__icon {
    bottom: 50px;
    width: 49.3%;
    max-width: 185px;
  }
@-webkit-keyframes loadBk {
    30% {
      width: 100%;
      left: -30%;
      -webkit-transform: skewX(-10deg);
              transform: skewX(-10deg);
      transform: skewX(-10deg);
    }
    60% {
      width: 30%;
      -webkit-transform: skewX(5deg);
              transform: skewX(5deg);
    }
    80% {
      width: 10%;
    }
    100% {
      width: 10%;
    }
}
@keyframes loadBk {
    30% {
      width: 100%;
      left: -30%;
      -webkit-transform: skewX(-10deg);
              transform: skewX(-10deg);
      transform: skewX(-10deg);
    }
    60% {
      width: 30%;
      -webkit-transform: skewX(5deg);
              transform: skewX(5deg);
    }
    80% {
      width: 10%;
    }
    100% {
      width: 10%;
    }
}
@-webkit-keyframes loadBkDefault {
    30% {
      width: 10%;
      border-top-right-radius: 70%;
    }
    60% {
      width: 30%;
      -webkit-transform: skewX(5deg);
              transform: skewX(5deg);
      border-bottom-right-radius: 35%;
    }
    100% {
      width: 90%;
      border-radius: 0;
    }
}
@keyframes loadBkDefault {
    30% {
      width: 10%;
      border-top-right-radius: 70%;
    }
    60% {
      width: 30%;
      -webkit-transform: skewX(5deg);
              transform: skewX(5deg);
      border-bottom-right-radius: 35%;
    }
    100% {
      width: 90%;
      border-radius: 0;
    }
}
}
/* section
-------------------------------------------------- */
.title-dot {
  margin-bottom: 45px;
  padding-bottom: 10px;
  background: url("../img/new/icon_dot.svg") no-repeat center bottom;
  background-size: 95px auto;
  color: #00b8e7;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.discountList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 0 auto 47px;
}
.discountList__inner {
  position: relative;
  width: 31.7%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #18bae7;
  text-align: center;
}
.discountList__title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
}
.discountList__img {
  width: 169px;
  margin: 0 auto;
}
.tabContent_box__h {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  color: #000;
}
.tabContent_box__img {
  width: 637px;
  display: block;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .tabContent_box__img {
    width: 90%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .title-dot {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .discountList {
    margin: 0 15px 25px;
  }
  .discountList__inner {
    padding: 10px 10px 70px;
    border-radius: 5px;
  }
  .discountList__title {
    font-size: 14px;
  }
  .discountList__img {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    max-width: 60px;
    margin: auto;
  }
}
/* tab
-------------------------------------------------- */
.tab-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab__inner-discount {
  width: 100%;
  padding: 17px 0 20px;
  background: #ffe6ef;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .tab__inner-discount {
    padding: 22px 0 0;
  }
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .tab__inner-discount span {
    max-width: 50%;
    margin: auto;
  }
}
.tab__inner-discount:first-child {
  background: #c6e6f0;
}
.tab__inner-discount:first-child span {
  margin: 10px auto -20px;
}
.tab__inner-discount span {
  display: block;
  max-width: 650px;
}
.tab__inner-discount img {
  max-width: 230px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab__inner-discount:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tab__inner-discount.active {
  pointer-events: none;
  cursor: pointer;
}
.tabContent {
  width: 100%;
}
.tabContent__inner {
  display: none;
  padding: 40px;
  background: #ffe6ef;
}
.tabContent__inner.active {
  display: block;
}
.tabContent__inner.active .tabContent__boxWrap {
  opacity: 1;
}
.tabContent__boxWrap {
  opacity: 0;
/* transform: translateY(30px); */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* .tabContent__boxWrap.active {
	opacity: 1;
	transform: translateY(0);
	transition: all .3s;
} */
.tabContent__inner .is-fadeInUp {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.tabContent__inner:first-child {
  background: #c6e6f0;
}
.tabContent__box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 10px;
  padding: 40px 15px 40px 45px;
  background: #fff;
}
.tabContent__box-sotsuwari01 {
  padding: 40px 45px;
}
.tabContent__box__text {
  margin-right: 32%;
  font-size: 18px;
  line-height: 1.7;
}
.tabContent__box__text01-2 {
  margin-right: 0;
}
.tabContent__box__caution {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.tabContent__box02 .tabContent__box__text {
  max-width: 635px;
}
.tabContent__box__img {
  position: absolute;
  top: 55px;
  right: 20px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .tabContent__box__img {
    width: 70%;
  }
}
.tabContent__box__img02 {
  top: auto;
  bottom: 15px;
}
.tabContent__box__title {
  width: 1000%;
  margin-bottom: 40px;
}
.sideBorder {
  color: #18bae7;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.sideBorder span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
.sideBorder span::before,
.sideBorder span::after {
  display: block;
  position: absolute;
  top: 10px;
  width: 3px;
  height: 23px;
  margin: auto;
  background: #18bae7;
  content: "";
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sideBorder span.oneline::before,
  .sideBorder span.oneline::after {
    top: 0;
  }
}
.sideBorder span::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.sideBorder span::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.tabContent__caution {
  max-width: 960px;
  margin: 0 auto 40px;
  font-size: 12px;
}
.tabContent__box02 .tabContent__box__text {
  width: 68%;
}
.tabContent__sotsuwariList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.tabContent__sotsuwariList li {
  display: block !important;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  border-radius: 18px;
  border: 1px solid #ed7aa1;
  color: #ed7aa1;
  font-size: 15px;
}
.tabContent__box__title-sotsuwari {
  color: #ed7aa1;
}
.tabContent__box__title-sotsuwari span::before,
.tabContent__box__title-sotsuwari span::after {
  background: #ed7aa1;
}
@media screen and (max-width: 767px) {
  .tab__inner-discount img {
    width: 100%;
  }
  .tab__inner-discount:first-child span {
    margin: auto;
  }
  .discountList__inner::after {
    bottom: -25px;
    width: 26px;
    height: 26px;
  }
  .discountList__inner:last-child::after {
    background-size: 100%;
  }
  .tabContent__inner {
    padding: 15px;
  }
  .tabContent__box {
    padding: 15px;
  }
  .tabContent__box__img {
    position: static;
    margin: 0 auto;
  }
  .tabContent__box__text {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .tabContent__caution {
    margin-bottom: 15px;
  }
  .tabContent__box02 .tabContent__box__text {
    width: 100%;
  }
  .sideBorder {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .sideBorder span {
    padding: 0 10px;
  }
  .tabContent__sotsuwariList {
    margin-top: 0;
  }
  .tabContent__sotsuwariList li {
    font-size: 12px;
  }
}
/* officePrice
-------------------------------------------------- */
.officePrice {
  padding: 105px 40px 70px;
  background: #fffcdb;
}
.officePrice__inner {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 10px 0 #ddd;
          box-shadow: 0 10px 0 #ddd;
  background: #fff;
}
.officePrice__inner .heading02-1 {
  display: block;
  top: -30px;
  max-width: 460px;
  margin: 0 auto 0;
  font-size: 25px;
}
.officePrice__inner .heading02-1::before {
  right: -30px;
  border-bottom: solid 30px #82cfef;
  border-right: solid 30px transparent;
}
.officePrice__img {
  margin: 0 30px 30px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #ccc;
  text-align: center;
}
.officePrice__img img {
  width: 550px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .officePrice__img img {
    width: 90%;
  }
}
.officePrice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
  padding: 0 30px 0 90px;
}
.officePrice__title__img01 {
  width: 29.5%;
  max-width: 248px;
}
.tab-officePrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 10.4%;
  border-bottom: 4px solid #18bae7;
}
.tab__inner-officePrice {
  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: 22.7%;
  max-height: 63px;
  padding: 20px 10px;
  background: #18bae7;
  border: 4px solid #18bae7;
  border-bottom: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.tab__inner-officePrice:last-child {
  position: relative;
  width: 29.6%;
  max-height: 80px;
  padding: 35px 20px 20px;
  font-size: 24px;
  font-weight: bold;
}
.tab__inner-officePrice:last-child .tab__inner__year {
  font-size: 28px;
}
.tab__inner-officePrice.active {
  background: #fff;
  color: #18bae7;
  pointer-events: none;
}
.tab__inner__recommend {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  max-width: 100px;
  margin: auto;
  padding: 5px;
  background: #fff;
  border-radius: 25px;
  color: #18bae7;
  border: 2px solid #18bae7;
  font-size: 16px;
}
.tab__inner-officePrice.active .tab__inner__recommend {
  background: #18bae7;
  color: #fff;
}
.tab__inner__year {
  font-size: 24px;
}
.tabContent-officePrice {
  margin: 0 30px;
}
.tabContent-officePrice li {
  display: none;
  text-align: center;
}
.tabContent-officePrice li.active {
  display: block;
}
.tabContent-officePrice .is-fadeInUp {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.officePrice__overview {
  margin: 0 30px 30px;
  padding-bottom: 50px;
  border-bottom: 2px dashed #ccc;
}
.officePrice__bnr {
  margin: 0 30px 10px;
}
.officePrice__caution {
  margin: 0 30px 50px;
  font-size: 12px;
}
.officePrice__link {
  text-align: center;
}
.officePrice__link a {
  display: inline-block;
  padding: 3px 0;
  border-bottom: 1px solid #666;
  color: #666;
  font-weight: bold;
}
.advancePurchase {
  padding: 20px 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .advancePurchase {
    padding: 0 15px 50px;
  }
}
.advancePurchase img {
  margin-top: 30px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .advancePurchase img {
    width: 80%;
    margin: 0 auto;
  }
  .advancePurchase img.sp {
    display: block;
  }
}
.wrap-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .wrap-2col {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap-2col img {
    width: 70%;
    display: block;
    margin: 0 auto -20px;
  }
}
.wrap-2col p {
  margin-bottom: 1.5em;
  width: 700px;
  margin-right: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .wrap-2col p {
    width: 100%;
  }
}
.bnr01 {
  width: 900px;
  margin: 20px auto 50px;
  display: block;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .bnr01 {
    width: 100%;
  }
}
.advancePurchase__inner {
  max-width: 710px;
  margin: 0 auto;
}
.advancePurchase__inner p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
}
.advancePurchase__caution {
  margin: 15px 25px;
  color: #666;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 950px) {
  .tab-officePrice {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .officePrice {
    padding: 50px 15px 45px;
  }
  .officePrice__title {
    display: block;
    padding: 0;
    text-align: center;
  }
  .officePrice__inner {
    padding-bottom: 20px;
  }
  .officePrice__inner .heading02-1 {
    max-width: 210px;
    min-width: 210px;
    font-size: 18px;
  }
  .officePrice__img {
    margin: 0 15px 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ccc;
  }
  .officePrice__title__img01 {
    width: 100%;
    max-width: 248px;
    margin-bottom: 35px;
  }
  .tab-officePrice {
    margin-bottom: 15px;
    padding: 0;
  }
  .tab__inner-officePrice {
    display: block;
    max-height: 75px;
    padding: 10px;
    font-size: 16px;
  }
  .tab__inner__year {
    font-size: 16px;
  }
  .tab__inner-officePrice:last-child {
    padding: 20px 10px 10px;
    font-size: 20px;
    line-height: 1.3;
  }
  .tab__inner-officePrice:last-child .tab__inner__year {
    font-size: 20px;
  }
  .tab__inner__recommend {
    font-size: 16px;
  }
  .tabContent-officePrice {
    margin: 0 15px 20px;
    padding-bottom: 10px;
  }
  .officePrice__overview {
    margin: 0 15px 20px;
    padding-bottom: 20px;
  }
  .officePrice__bnr {
    margin: 0 15px 25px;
  }
}
/* goodToUse
-------------------------------------------------- */
.goodToUse {
  margin-top: 100px;
  padding: 0 0 120px;
  background: #c6e6f0;
}
.goodToUse .heading02 {
  position: relative;
  top: -25px;
  margin: 0 auto;
}
.goodToUse .heading02 > span {
  width: 100%;
}
.goodToUse .heading02 .fcY {
  width: auto;
  padding: 0 3px;
}
.goodToUse .heading02 .fcY::after {
  display: none;
}
.goodToUse__voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 50px auto 0;
}
.goodToUse__voice li {
  position: relative;
  width: 23.4%;
  padding: 10px 10px 50px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
}
.goodToUse__voice__text {
  font-size: 16px;
}
.goodToUse__voice__title {
  position: absolute;
  right: 10px;
  bottom: 25px;
  font-size: 13px;
}
.goodToUse__voice__img {
  position: absolute;
  bottom: -48px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .goodToUse {
    padding: 0 15px 35px;
  }
  .goodToUse .heading02 > span {
    font-size: 18px;
  }
  .goodToUse .sideBorder {
    margin-bottom: 0;
  }
  .goodToUse .sideBorder span {
    padding: 0 25px;
  }
  .sideBorder span::before,
  .sideBorder span::after {
    top: 20px;
  }
  .goodToUse__voice {
    display: block;
    margin-top: 20px;
  }
  .goodToUse__voice li {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
/* benefits
-------------------------------------------------- */
.benefits {
  padding: 80px 40px;
  background: #fffcdb;
}
.benefits img {
  width: 800px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .benefits img {
    width: 90%;
  }
}
.benefits .heading02 {
  margin: 0 auto 40px;
}
.benefits .heading02 span::after {
  border-color: #fffcdb #fffcdb #82cfef #82cfef;
}
.benefits__lead {
  max-width: 960px;
  margin: 40px auto;
  color: #444;
  font-size: 18px;
  line-height: 2;
}
#benefits .heading03-1 {
  max-width: 165px;
  margin: 0 auto 30px;
  background: #595656;
}
.benefits__aboutOs {
  max-width: 960px;
  margin: 0 auto 50px;
  padding: 30px 40px;
  background: #fff;
  border: 2px solid #aaa;
}
.benefits__aboutOs__title {
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  line-height: 2;
}
.benefits__aboutOs__caution {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .benefits {
    padding: 45px 15px;
  }
  .benefits .heading02 span {
    font-size: 18px;
  }
  .colWrappe .col {
    margin-bottom: 15px;
  }
  .colWrappe .col p {
    font-size: 14px;
  }
  .benefits__lead {
    margin: 40px 0 30px;
    font-size: 14px;
  }
  #benefits .heading03-1 {
    font-size: 16px;
  }
  .benefits__aboutOs {
    margin-bottom: 40px;
    padding: 15px;
  }
  .benefits__aboutOs__title {
    font-size: 16px;
  }
}
/* LEAD
-------------------------------------------------- */
.btn01 {
  background-color: #f7c730;
  border-bottom: 2px solid #bc992e;
}
.btn01 span {
  background-image: url("../img/mrk_btn01.png");
}
.heading02 {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 30px;
}
.heading02 span {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #00b8e7;
  padding: 10px 25px;
  font-size: 23px;
  letter-spacing: 1px;
}
.heading02 span::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 26px 26px 0;
  border-style: solid;
  border-color: #fff #fff #82cfef #82cfef;
}
.officePrice .heading02 span::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 26px 26px 0;
  border-style: solid;
  border-color: #fffcdb #fffcdb #82cfef #82cfef;
}
.officePrice__btn {
  width: 900px;
  margin: 3em auto 1em;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .officePrice__btn {
    width: 100%;
  }
}
.leadTxt {
  font-size: 20px;
}
.list {
  padding-left: 10px;
  font-weight: bold;
}
.list li {
  list-style-type: none;
  line-height: 2;
}
.list li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #00b8e7;
  position: relative;
  left: -5px;
  top: -3px;
}
/* 「学生向けMicrosoft Officeライセンス特別プラン」のココがすごい！
-------------------------------------------------- */
h3 {
  padding: 12px;
  background: #82cfef;
  font-size: 20px;
}
h3.safeUse__title.sideBorder {
  background: none;
  font-size: 25px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  h3.safeUse__title.sideBorder {
    font-size: 16px;
  }
}
#sec01 .ac_btn {
  background-color: #ddd;
  background-image: url("../img/ico_open.png");
  line-height: 1.2;
  color: #666;
  font-size: 18px;
}
#sec01 .ac_content li {
  border: 1px solid #ddd;
  border-top: none;
  font-size: 20px;
  font-weight: bold;
}
#sec01 .ac_content li a {
  display: block;
  background: url("../img/ico_link.png") no-repeat 97% 50%;
  background-size: 8.5px;
  padding: 4px 10px;
  color: #555;
}
#sec01 h3.ac_btn2 {
  border-bottom: 1px solid #fff;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../img/ico_open.png");
}
#sec01 .ac_content2 li {
  border: 1px solid #ddd;
  border-top: none;
  font-size: 20px;
  font-weight: bold;
}
#sec01 .ac_content2 li a {
  display: block;
  background: url("../img/ico_link.png") no-repeat 97% 50%;
  background-size: 8.5px;
  padding: 4px 10px;
  color: #555;
}
/* 大学生活におけるパソコンのおすすめの買い方
-------------------------------------------------- */
#sec02 {
  margin: 20px 0 0;
}
#sec02 .bb {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 3px dotted #666;
}
#sec02 .box01 {
  display: block;
  position: relative;
  margin: 30px auto 50px;
  padding: 50px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.heading02-1 {
  display: inline-block;
  position: relative;
/* position: absolute;
    top: -20px;
    right: 0;
	left: 0; */
  margin: 0 auto;
  padding: 15px;
  width: 80%;
  min-width: 300px;
  z-index: 2;
  text-align: center;
  font-size: 23px;
  background: #00b8e7;
  border-radius: 2px 0 0 0;
}
.heading02-1::before {
  position: absolute;
  content: '';
  top: 0;
  right: -20px;
  border: none;
  border-bottom: solid 20px #82cfef;
  border-right: solid 20px transparent;
}
#sec02 .box01 img {
  width: 100%;
  height: auto;
}
#sec02 .heading03-1 {
  margin: 30px 0 20px;
  background: none;
}
#sec02 .heading03-1 span {
  display: inline-block;
  background: #595656;
  padding: 13px 20px;
  font-size: 18px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  #sec02 .heading03-1 span {
    font-size: 17px;
  }
}
#sec02 table {
  width: 100%;
  border-collapse: collapse;
}
#sec02 table th {
  background: #fbda9a;
  text-align: center;
  color: #333;
  border: 1px solid #c4c4c4;
  border-bottom: 3px dotted #c4c4c4;
  padding: 7px;
}
#sec02 table td {
  text-align: center;
  background: #fff;
  color: #333;
  border: 1px solid #c4c4c4;
  border-bottom: 3px dotted #c4c4c4;
  padding: 7px;
}
#sec02 table td.year {
  background: #fdebbb;
}
#sec02 table td.price {
  color: #ef8200;
}
#sec02 table td.price span {
  color: #333;
  font-size: 12px;
}
#sec02 table .last {
  border-bottom: 1px solid #c4c4c4;
}
.colWrappe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
.colWrappe .col {
  width: 47%;
  max-width: 400px;
}
.colWrappe .col p {
  color: #000;
  font-weight: bold;
}
.colWrappe .col figure {
  margin-bottom: 15px;
}
#sec02 .box02 {
  background: #fff;
  border: 2px solid #aaa;
  padding: 20px;
}
/* safeUse
-------------------------------------------------- */
.safeUse {
  position: relative;
  padding: 70px 40px 60px;
  background: #fffcdb;
}
.safeUse .heading02 {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
}
.safeUse .heading02 span {
  padding: 15px 25px;
}
.safeUse__box {
  max-width: 960px;
  margin: 30px auto 50px;
  padding: 20px 40px;
  background: #fff;
  -webkit-box-shadow: 0 10px 0 #ddd;
          box-shadow: 0 10px 0 #ddd;
}
.safeUse__box:last-child {
  margin-bottom: 0;
}
.safeUse__title {
  margin-bottom: 20px;
}
.safeUse .sideBorder span::before,
.safeUse .sideBorder span::after {
  top: 6px;
}
.safeUse__imgTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.safeUse__text {
  width: 55%;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}
.safeUse__text a {
  border: solid 1px #ef8200;
  padding: 0.5em 2em;
  display: inline-block;
  margin-top: 20px;
  border-radius: 4px;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .safeUse__text a {
    margin: 30px auto;
    display: block;
    width: 13em;
    text-align: center;
  }
}
.safeUse__img01 {
  margin-right: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .safeUse__img01 {
    position: relative;
    left: -30px;
  }
}
.safeUse__img01 img {
  width: 260px;
}
.safeUse__img02 img {
  width: 340px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .safeUse__img02 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .safeUse {
    padding: 40px 15px;
  }
  .safeUse .heading02 {
    position: static;
    margin-bottom: 40px;
  }
  .safeUse .heading02 span {
    font-size: 18px;
  }
  .safeUse__imgTextWrap {
    display: block;
  }
  .safeUse__text {
    width: 100%;
    margin-bottom: 15px;
  }
  .safeUse__img01 {
    max-width: 200px;
    margin: 0 auto;
  }
  .safeUse__img02 {
    max-width: 286px;
    margin: 0 auto;
  }
  .safeUse__box {
    padding: 15px 20px;
  }
}
/* 購入について
-------------------------------------------------- */
#sec03 {
  padding: 55px 40px 0;
}
.aboutPurchase__title {
  margin-bottom: 40px;
  padding: 15px;
  background: #fadd81;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
#sec03 h3 img {
  position: relative;
  top: 5px;
  margin-top: -10px;
}
#sec03 h3.active {
  border-bottom: none;
}
#sec03 .step_inner {
  padding: 15px;
  background: #fff;
}
#sec03 .go-list {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  text-decoration: underline;
}
.detail_step p {
  display: inline-block;
  padding: 10px;
  border: 1px solid #f08200;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
}
.detail_step a.pdf {
  display: inline-block;
  padding-right: 10px;
  background: url("../img/ico_pdf.png") no-repeat 100% 50%;
  background-size: 9px;
  color: #f08200;
  text-decoration: underline;
}
#sec03 .step_inner {
  display: table;
}
#sec03 .step_inner figure {
  display: table-footer-group;
  text-align: center;
}
.flowList__text {
  margin: 25px 0 40px;
  font-size: 16px;
}
.aboutPurchase__imgTextWrap {
  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;
}
.aboutPurchase__imgTextWrap figure {
  max-width: 190px;
  margin-right: 40px;
}
.aboutPurchase__btn {
  max-width: 900px;
  margin: 60px auto 100px;
}
.aboutPurchase__commentaLead {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.aboutPurchase__commentaLead-search {
  margin-top: 90px;
}
.btn-blue {
  margin: 0 auto 20px;
  background: #18bae7;
}
.btn-blue a {
  -webkit-box-shadow: 0 5px 0 #0088ad;
          box-shadow: 0 5px 0 #0088ad;
}
.aboutPurchase__leadLast {
  max-width: 900px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  #sec03 {
    padding: 35px 15px 0;
  }
  .aboutPurchase__title {
    margin-bottom: 20px;
    padding: 15px 10px;
    font-size: 16px;
  }
  .flowList__img {
    overflow-x: scroll;
  }
  .flowList img {
    width: 960px;
    max-width: inherit;
  }
  .aboutPurchase__imgTextWrap {
    display: block;
  }
  .aboutPurchase__imgTextWrap p {
    margin-bottom: 15px;
  }
  .aboutPurchase__imgTextWrap figure {
    margin: 0 auto;
  }
  .aboutPurchase__btn {
    margin: 35px 0 50px;
  }
  .aboutPurchase__commentaLead {
    margin-bottom: 0;
    font-size: 18px;
  }
  .aboutPurchase__btn {
    margin: 20px 0;
  }
  .btn-blue a {
    padding: 30px 10px;
  }
}
/* コラム
-------------------------------------------------- */
#sec04 {
  margin: 20px 0 0;
  padding: 10px 10px 30px;
}
#sec04 .heading02 span::after {
  border-color: #fffcdb #fffcdb #82cfef #82cfef;
}
#sec04 h3 span {
  display: inline-block;
  position: relative;
  background: #f08200;
  padding: 10px 20px;
  font-size: 20px;
}
#sec04 h3 span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #f08200;
}
/* form */
#sec05 {
  margin: 20px 0 0;
  padding: 10px;
}
.send_request {
  border: 1px solid #00b8e7;
}
.send_request h3 {
  padding: 7px 10px;
  background: #00b8e7;
  font-size: 16px;
}
.send_request h3 img {
  position: relative;
  top: 5px;
  margin-top: -70px;
}
.send_request .inner {
  padding: 10px 15px 20px;
}
.send_request dt img {
  padding-top: 2px;
  vertical-align: top;
}
.send_request textarea {
  margin-bottom: 10px;
  width: 100%;
  height: 60px;
  padding: 8px;
  -webkit-appearance: none;
  border: 1px solid #e7e7e7;
}
.send_request input[type="submit"],
.send_request input[type="button"] {
  padding: 8px 50px;
  -webkit-appearance: none;
  background: #eb6b1d;
  border: none;
  border-bottom: 2px solid #ce5511;
  color: #fff;
}
/* SNS */
.sns_block {
  margin: 10px 0 30px;
}
.sns_block .label {
  padding-top: 10px;
}
.sns_block ._item {
  vertical-align: top;
  margin-bottom: 10px;
}
/* priceTable
-------------------------------------------------- */
.priceTable {
  margin-bottom: 100px;
}
.priceTable__btn {
  max-width: 900px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .priceTable {
    margin: 0 15px 60px;
  }
}
/* snsLink
-------------------------------------------------- */
.snsLink {
  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;
}
.snsLink__title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff100));
  background: linear-gradient(transparent 80%, #fff100 80%);
  font-size: 25px;
  font-weight: bold;
}
.snsLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
.snsLink__list li {
  max-width: 54px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .snsLink {
    display: block;
    text-align: center;
  }
  .snsLink__title {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .snsLink__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .snsLink__list li {
    max-width: 36px;
  }
}
/* fixedBtn
-------------------------------------------------- */
.fixedBtn {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  background: #fff;
  -webkit-box-shadow: 0 -6px 15px rgba(0,0,0,0.1);
          box-shadow: 0 -6px 15px rgba(0,0,0,0.1);
  -webkit-transform: translateY(156px);
          transform: translateY(156px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixedBtn.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixedBtn.is-close {
  -webkit-transform: translateY(110px);
          transform: translateY(110px);
}
.fixedBtn.is-close-all {
  -webkit-transform: translateY(156px);
          transform: translateY(156px);
}
.fixedBtn__inner {
  position: relative;
}
.fixedBtn__close {
  position: absolute;
  top: -70px;
  right: 20px;
  background: #fff;
  -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,0.1);
          box-shadow: 0 -3px 6px rgba(0,0,0,0.1);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #18bae7;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.fixedBtn__close span {
  display: block;
  position: relative;
  padding: 15px 45px 15px 30px;
}
.fixedBtn__close span::after {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-left: 2px solid #18bae7;
  border-bottom: 2px solid #18bae7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.fixedBtn__close span.is-active::after {
  top: 20px;
  -webkit-transform: rotate(-230deg);
          transform: rotate(-230deg);
}
.fixedBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixedBtnList li {
  width: 100%;
  max-width: 170px;
  margin-right: 10px;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #18bae7;
  text-align: center;
}
.fixedBtnList li a {
  display: block;
  position: relative;
  padding: 15px;
  overflow: hidden;
  color: #18bae7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fixedBtnList li a:hover {
  color: #fff;
}
.fixedBtnList li a::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18bae7;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
}
.fixedBtnList li a:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.fixedBtnList li:last-child {
  position: relative;
  bottom: 0;
  max-width: 220px;
  margin-right: 0;
  background: #f21547;
  overflow: initial;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fixedBtnList li:last-child:hover {
  bottom: -5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fixedBtnList li:last-child a {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 0 #a00024;
          box-shadow: 0 5px 0 #a00024;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fixedBtnList li:last-child a::after {
  display: none;
}
.fixedBtnList li:last-child:hover a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fixedBtn__toTop {
  opacity: 0;
  position: absolute;
  top: -150px;
  right: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixedBtn.is-show .fixedBtn__toTop {
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .fixedBtnList li a {
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .fixedBtn {
    bottom: -1px;
    padding: 10px;
  }
  .fixedBtnList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 30%;
  }
  .fixedBtnList li:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
  }
  .fixedBtnList li {
    width: 48%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  .fixedBtnList li:nth-child(n+3) {
    margin-bottom: 0;
  }
  .fixedBtnList li a {
    padding: 5px;
    font-size: 11px;
  }
  .fixedBtnList li:last-child {
    background: none;
  }
  .fixedBtnList li:last-child a {
    border-radius: 5px;
    padding: 16px 5px;
    background: #f21547;
  }
  .fixedBtn__close {
    display: none;
  }
  .fixedBtn__toTop {
    top: -80px;
    right: -10px;
  }
}
/* FOOTER
-------------------------------------------------- */
#footer_contact {
  background: #82cfef;
  padding: 35px 10px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  #footer_contact {
    padding: 10px;
  }
}
#footer_contact .flexblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  width: 850px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  #footer_contact .flexblock {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer_contact .flexblock .block {
  margin: 20px;
}
#footer_contact .flexblock .block a,
#footer_contact .flexblock .block p,
#footer_contact .flexblock .block h2 {
  color: #000;
}
#footer_contact .flexblock .block .gray {
  color: #666;
}
#footer_contact .flexblock .block .orangeBtn {
  color: #fff;
  background: #ef8200;
  padding: 0.1em 1em;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 2em;
  margin-top: 20px;
}
#footer_contact .flexblock .block .orangeBtn::after {
  content: '>';
  font-size: 14px;
  padding-left: 0.2em;
}
#footer_contact h2 {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
}
.footer_text {
  font-size: 20px;
}
.fixedBtn_image {
  position: absolute;
  bottom: 30px;
  left: 15%;
  z-index: -1;
  width: 60%;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .fixedBtn_image {
    display: none;
  }
}
.footer_bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 682px;
  margin: 0 auto;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .footer_bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.footer_bnrs li {
  width: 46%;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .footer_bnrs li {
    width: 80%;
    margin: 10px auto;
  }
}
footer small {
  display: block;
}
footer small p {
  margin-bottom: 1em;
}
footer small p:last-child {
  margin-bottom: 0;
}
footer small .fz12 {
  color: #000;
}
#footer_contact a {
  color: #666;
  text-decoration: underline;
}
#footer {
  background: #c6e6f0;
  padding: 20px 10px;
}
#footer .option {
  padding: 5px 10px;
  background: #fff;
  border-radius: 6px;
}
#footer .option a {
  color: #666;
  text-decoration: underline;
}
#footer .copyright {
  display: block;
  padding-top: 15px;
  margin: 0 -10px;
  border-top: 1px solid #fff;
}
#footer .copyright p {
  color: #000;
}
@media screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none !important;
  }
  .secInner {
    max-width: 960px;
    margin: 0 auto;
  }
  .w800 {
    width: 800px !important;
    margin: 0 auto;
  }
  img.retina {
    zoom: 1;
  }
  header {
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
  }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 960px;
    margin: 0 auto;
  }
  .header__lead {
    margin-left: 15px;
    color: #fff;
    font-size: 15px;
  }
  .mainImg .slider {
    max-width: 960px;
  }
  .mainImg .slider img {
    padding: 0;
    margin-top: -25px;
  }
  #sec01 .ac_content li {
    text-align: center;
  }
  #sec02 .box01 {
    padding: 40px;
  }
  .colWrappe .col {
    width: 20.8%;
    max-width: 200px;
  }
  #sec02 .box02 {
    width: 55%;
    min-width: 400px;
    margin: 0 auto;
  }
  #sec02 .box03 {
    padding: 0 20px 20px;
  }
  #sec02 .box03 figure {
    float: right;
    margin-left: 20px;
  }
  #sec02 table th,
  #sec02 table td {
    font-size: 20px;
    font-weight: bold;
  }
  #sec03 .step_inner {
    padding: 20px;
  }
  #sec03 .step_inner figure {
    float: right;
    margin-left: 20px;
  }
  #sec05 h3 img {
    zoom: 0.8;
  }
  footer .inner {
    max-width: 960px;
    margin: 0 auto;
  }
}
.is-fadeInUp {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .is-fadeInUp {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.is-fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .is-fadeInDown {
    display: none;
  }
}
.mainImg__icon {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mainImg__icon02 {
  display: none;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.fadeInDown {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.fadeInUp {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.announce {
  border: solid 1px #f21547;
  border-radius: 5px;
  background: #fff;
  padding: 32px 0 16px;
  width: 960px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: bold;
}
.announce_header {
  font-size: 18px;
  color: #f21547;
}
.announce_read {
  margin: 14px 0;
  font-size: 16px;
  color: #666;
}
.announce_round {
  margin: 14px 0;
  color: #f21547;
  font-size: 16px;
  border: solid 1px #f21547;
  border-radius: 90px;
  padding: 0 40px;
  line-height: 1.8;
  display: inline-block;
}
.announce_text-red {
  color: #f21547;
  font-size: 14px;
}
.announce_text {
  font-size: 14px;
  margin: 14px 0;
  color: #666;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mv01 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .announce {
    max-width: 94%;
    padding: 32px 15px 10px;
  }
  .announce_round {
    padding: 5px;
    width: 100%;
  }
  .announce_text-red {
    margin: 4px 0 10px;
  }
}
.sotuwari .mainImg {
  background: #ed7aa1;
}
.sotuwari .title-dot {
  color: #ed7aa1;
}
.sotuwari .discountList__inner {
  background: #ed7aa1;
}
.sotuwari .tab-discount,
.sotuwari .tab__inner-discount {
  background: #ffe6ef;
}
.sotuwari .tab__inner-discount {
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .tab__inner-discount {
    padding: 20px 0 10px;
  }
}
.sotuwari .tab__inner-discount img {
  max-width: 336px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .tab__inner-discount img {
    width: 70%;
  }
}
.sotuwari .officePrice_text--bold {
  font-size: 18px;
  font-weight: bold;
  width: 800px;
  margin: 0 auto -20px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .officePrice_text--bold {
    width: 90%;
  }
}
.sotuwari .tab-discount {
  display: block;
  padding-bottom: 60px;
}
.sotuwari .about_block {
  background: #fff;
  width: 960px;
  margin: 20px auto 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .about_block {
    width: 95%;
  }
}
.sotuwari .about_text {
  font-size: 16px;
  line-height: 1.7;
}
.sotuwari .about_point {
  width: 60%;
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .about_point {
    width: 90%;
    margin: 10px auto 0;
  }
}
.sotuwari .underLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff0));
  background: linear-gradient(transparent 50%, #ff0 50%);
}
.sotuwari .about_note {
  width: 960px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .about_note {
    width: 95%;
  }
}
.sotuwari .sideBorder2 {
  background: #ed7aa1;
}
.sotuwari .sideBorder2::before {
  border-bottom-color: #ffe6ef;
}
.sotuwari .sideBorder2 span {
  position: relative;
}
.sotuwari .sideBorder2 span::before,
.sotuwari .sideBorder2 span::after {
  display: block;
  position: absolute;
  top: 10px;
  width: 3px;
  height: 23px;
  margin: auto;
  background: #fff;
  content: "";
}
.sotuwari .sideBorder2 span::before {
  left: -20px;
  top: 5px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.sotuwari .sideBorder2 span::after {
  right: -20px;
  top: 5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .sideBorder2 span::before {
    left: -20px;
    bottom: -15px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .sotuwari .sideBorder2 span::after {
    right: -30px;
    bottom: -15px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.sotuwari .officePrice_text--pink {
  color: #ed7aa1;
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .officePrice_text--pink {
    padding: 0 5% 20px;
  }
}
.sotuwari .officePrice__price img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .officePrice__price img {
    width: 90%;
    margin-top: 20px;
  }
}
.sotuwari .officePrice_note {
  font-size: 12px;
  margin: 20px 30px;
  border-bottom: dashed 2px #ccc;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .officePrice_note {
    border-bottom: dotted 2px #ccc;
  }
}
.sotuwari .benefits {
  background: #fff;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sotuwari #benefits .heading03-1 {
  max-width: inherit;
  display: inline-block;
  margin: 0 auto 30px;
}
.sotuwari .heading02 span {
  background: #ed7aa1;
}
.sotuwari .heading02 span::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 26px 26px 0;
  border-style: solid;
  border-color: #fffcdb #fffcdb #ffe6ef #ffe6ef;
}
.sotuwari .heading02 span span {
  display: inline;
}
.sotuwari .heading02 span.white::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 26px 26px 0;
  border-style: solid;
  border-color: #fff #fff #ffe6ef #ffe6ef;
}
.sotuwari .advancePurchase .heading02 span {
  font-weight: normal;
  background: #ed7aa1;
}
.sotuwari .advancePurchase .heading02 span::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 26px 26px 0;
  border-style: solid;
  border-color: #fff #fff #ffe6ef #ffe6ef;
}
.sotuwari .advancePurchase .heading02 span span {
  display: inline;
  padding: 0;
}
.sotuwari .advancePurchase .heading02 span span::after {
  display: none;
}
.sotuwari .sideBorder {
  color: #ed7aa1;
}
.sotuwari .sideBorder span::before,
.sotuwari .sideBorder span::after {
  background: #ed7aa1;
}
.sotuwari .goodToUse {
  background: #ffe6ef;
}
.sotuwari .safeUse__img03 {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .safeUse__img03 {
    margin: 20px auto;
    display: block;
  }
}
.sotuwari .priceTable {
  margin-bottom: 20px;
}
.sotuwari .wrap {
  width: 80%;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .wrap {
    width: 100%;
  }
}
.sotuwari .safeUse__text {
  width: auto;
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .safeUse__text {
    margin-top: -30px;
    font-size: 16px;
    font-weight: normal;
  }
  .sotuwari .safeUse__text.small {
    margin-top: 10px;
  }
}
.sotuwari .colwrap {
  background: #fff;
  width: 960px;
  margin: -60px auto 20px;
  -webkit-box-shadow: 0 10px 0 #ddd;
          box-shadow: 0 10px 0 #ddd;
  padding: 60px 80px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .colwrap {
    width: 100%;
    padding: 60px 5% 20px;
  }
}
.sotuwari .colwrap .small {
  font-size: 14px;
}
.sotuwari .colWrappe {
  width: 80%;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .colWrappe {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sotuwari .colWrappe .col {
  width: 48%;
}
.sotuwari .bnr02 {
  width: 900px;
  margin: 40px auto;
  display: block;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .bnr02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .officePrice__img {
    width: 90%;
    margin: 0 auto;
  }
  .sotuwari .officePrice__img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .advancePurchase {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .advancePurchase img {
    width: 100%;
    margin: 0 auto;
  }
  .sotuwari .advancePurchase img.sp {
    display: block;
  }
}
.sotuwari .advancePurchase .bnr03 {
  width: 780px;
  margin: 40px auto;
  display: block;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .sotuwari .advancePurchase .bnr03 {
    width: 100%;
    margin-top: 30px;
    display: block;
  }
}
.faQ {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .faQ {
    width: 100%;
  }
}
.faQ dt {
  background: #ffe6ef;
  padding: 1em 1.5em;
  color: #000;
  font-weight: bold;
  position: relative;
  margin-bottom: 1px;
  cursor: pointer;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .faQ dt {
    padding-right: 2.5em;
  }
}
.faQ dt::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  display: block;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.faQ dt.open::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  display: block;
  right: 20px;
  top: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faQ dd {
  background: #f2f2f2;
  padding: 1em 1.5em;
  display: none;
}
.discountList__title.small {
  font-size: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .discountList__title.small {
    font-size: 13px;
  }
}
.heading02 span {
  font-size: 18px;
}
.gakuwari .mainImg__img span {
  max-width: 1037px;
  left: 40px;
}
img.comic {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.wrap-yellow {
  background: #fffcdb;
  padding: 50px 0;
}
.gakuwari .heading02 span {
  font-size: 25px;
}
.gakuwari .wrap-2col,
.gakuwari .text {
  font-size: 16px;
}
.gakuwari #sec03 .heading02 span::after,
.gakuwari .wrap-yellow .heading02 span::after {
  border-color: #fffcdb #fffcdb #82cfef #82cfef;
}
.gakuwari .wrap-yellow .heading02 +.colwrap {
  margin-top: -60px;
}
.gakuwari .colwrap {
  background: #fff;
  width: 960px;
  margin: 40px auto 40px;
  padding: 50px;
}
@media screen and (max-width: 767px /* breakpointになる値を設定 */) {
  .gakuwari .colwrap {
    width: 100%;
    padding: 60px 5% 20px;
  }
}
.gakuwari .colwrap .small {
  font-size: 14px;
}
.gakuwari .colwrap .text {
  margin-top: 1em;
  font-weight: bold;
}
.gakuwari .wrap-2col {
  width: auto;
  font-weight: bold;
}
.gakuwari .wrap-2col p {
  width: 568px;
  margin-right: 30px;
}
.gakuwari .wrap-2col p.strong {
  font-size: 24px;
  color: #00bdec;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffdc00));
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  display: inline;
}
.gakuwari .wrap-2col p.strong+p {
  margin-top: 1em;
}
.gakuwari #sec02 {
  margin-top: 0;
}
.gakuwari .tab__inner-discount img {
  max-width: 310px;
}
.gakuwari .tabContent__boxWrap {
  background: #fff;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px;
}
.gakuwari .tabContent__boxWrap .tabContent__box {
  padding: 0;
}
.gakuwari .tabContent__box__img {
  right: -40px;
  top: -40px;
}
.gakuwari .tabContent__box__text {
  margin-right: 28%;
  min-height: 200px;
  font-weight: bold;
  font-size: 18px;
}
.gakuwari .tabContent__box__text .small {
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.gakuwari .tabContent__box__text .small+.small {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.gakuwari .tabContent__boxWrap .btn {
  width: 400px;
  margin: 0 auto 40px;
}
.gakuwari .tabContent__boxWrap .btn+.small {
  text-align: center;
}
.gakuwari .wrap_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 30px 30px;
}
.gakuwari .wrap_2col img {
  width: 242px;
  position: absolute;
  left: -10px;
  bottom: -50px;
}
.gakuwari .wrap_2col .tabContent__box__text {
  margin-right: 0;
  margin-left: 30%;
  margin-top: 40px;
  min-height: 0;
}
.gakuwari .wrap_white {
  background: #fff;
  padding: 60px 30px;
  margin: 60px auto 0;
  max-width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gakuwari .wrap_white .col p {
  font-size: 14px;
}
.gakuwari .wrap_white p {
  font-weight: bold;
  font-size: 18px;
}
.gakuwari .wrap_white .officePrice__img {
  border-bottom: dotted 2px;
  margin: 20px -20px 40px;
  padding-bottom: 40px;
}
.gakuwari .wrap_white .heading03 {
  width: 600px;
  text-align: center;
  color: #00bdec;
  font-size: 24px;
  font-weight: bold;
  background: #fff100;
  margin: -90px auto 0;
  border-radius: 25px;
}
.gakuwari .wrap_white .wrap-2col {
  padding: 30px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gakuwari .wrap_white .wrap-2col img {
  width: 198px;
}
.gakuwari .wrap_white .wrap-2col p {
  font-size: 18px;
  width: 83%;
  margin-right: 0;
  padding-top: 20px;
}
.gakuwari .wrap_white .officePrice__title__img02 {
  width: 341px;
}
.gakuwari .wrap_white .officePrice__title {
  margin-bottom: 20px;
}
.gakuwari .wrap-border {
  border-top: dotted 2px #ccc;
  padding: 40px 0 0;
}
.gakuwari .wrap-border p {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 0;
}
.gakuwari .wrap-border .sideBorder {
  background: none;
}
.gakuwari .officePrice__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}
.gakuwari .safeUse__title.sideBorder {
  margin-top: 40px;
}
.gakuwari .safeUse__imgTextWrap {
  padding: 0 40px;
}
.gakuwari .safeUse__box {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 2px dotted #ccc;
  padding: 0;
  margin: 40px auto 0;
  width: 100%;
}
.gakuwari .colWrappe {
  padding-top: 30px;
}
.gakuwari #sec03 {
  padding: 50px 0;
}
.gakuwari .table {
  max-width: 818px;
  margin: 40px auto;
  display: block;
}
.gakuwari .secInner p {
  font-size: 18px;
  font-weight: bold;
}
.gakuwari .secInner .fz14 {
  font-size: 14px;
}
.gakuwari .aboutPurchase__commentaLead {
  margin-top: 60px;
}
.gakuwari .aboutPurchase__leadLast {
  margin-top: 30px;
  font-size: 14px;
  font-weight: normal;
}
.gakuwari .benefits {
  background: #fff;
  padding: 80px 0;
}
.gakuwari .aboutPurchase__commentaLead {
  margin-top: 60px;
}
.gakuwari .fz20 {
  font-size: 20px !important;
  color: #000;
}
@media screen and (max-width: 767px) {
  .gakuwari .wrap-yellow {
    padding: 20px 15px;
  }
  .gakuwari .heading02 span {
    font-size: 18px;
  }
  .gakuwari .colwrap {
    padding: 20px;
  }
  .gakuwari .wrap-2col p {
    width: auto;
    margin-right: 0;
  }
  .gakuwari .wrap-2col img {
    margin-bottom: 0;
  }
  .gakuwari .tab__inner-discount img {
    width: 55%;
  }
  .gakuwari .tabContent__box__text {
    margin-right: 0;
  }
  .gakuwari .tabContent__boxWrap .btn {
    width: auto;
    padding: 10px;
    font-size: 18px;
    margin-top: 40px;
  }
  .gakuwari .tabContent__boxWrap .btn+.small {
    text-align: left;
  }
  .gakuwari .wrap_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .gakuwari .wrap_2col .tabContent__box__text {
    margin-left: 0;
  }
  .gakuwari .wrap_2col img {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .gakuwari .tabContent__boxWrap {
    padding: 30px 15px;
  }
  .gakuwari #sec03 {
    padding: 30px 15px;
  }
  .gakuwari .wrap_white {
    padding: 60px 15px;
  }
  .gakuwari .wrap_white .heading03 {
    width: 100%;
    border-radius: 40px;
    font-size: 20px;
  }
  .gakuwari .wrap_white .wrap-2col {
    padding: 20px 15px;
  }
  .gakuwari .wrap_white .wrap-2col p {
    margin-right: 0;
    width: 100%;
  }
  .gakuwari .wrap_white .officePrice__title__img02 {
    width: 100%;
  }
  .gakuwari .secInner {
    padding: 0 15px;
  }
  .gakuwari .tablewrap {
    overflow-x: scroll;
    margin: 40px 0;
  }
  .gakuwari .tablewrap .table {
    width: 480px;
    height: auto;
    margin: 0;
  }
  .gakuwari .mainImg__img span {
    left: 0;
  }
  .gakuwari .title-dot {
    padding: 0 10px 20px;
  }
}
.bnr {
  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;
  padding: 40px;
}
.bnr a {
  max-width: 900px;
}
.bnr img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bnr a {
    display: block;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

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