@charset "utf-8";

/* loop pc互換 */

.container .breadcrumb a {
  color: #ffffff;
}

.container .breadcrumb a:hover {
  opacity: 0.7;
}

#header {
  z-index: 4;
  position: relative;
}

.topics {
  position: absolute;
  left: calc(50% - 490px);
  margin-top: 50px;
  z-index: 2;
}

.topics {
  display: none;
}

.keyword {
  position: absolute;
  left: calc(50% - 490px);
  z-index: 3;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.container .breadcrumb {
  display: block;
  width: 980px;
  margin: 8px auto;
  position: absolute;
  left: calc(50% - 490px);
  padding-top: 40px;
  color: #ffffff;
  z-index: 1;
  overflow: visible;
}

.container {
  width: 100%;
}

.container .breadcrumb a {
  color: #800080;
}

.preset a {
  text-decoration: none;
}

/* -------- content frame ------- */

.container .preset {
  min-width: 980px;
}

.container .catch .wrap {
  padding-top: 110px;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.catch {
  background: url("../img/catch_back.jpg") center center no-repeat;
  background-size: cover;
}

.catch h2 {
  display: block;
  position: relative;
  z-index: 1;
}

.catch h2 small {
  font-size: 18px;
  line-height: 24px;
}

.catch h2 strong {
  font-size: 36px;
  line-height: 64px;
  color: #1e807d;
}

.catch h2 strong b {
  display: inline-block;
  font-size: 50px;
}

.catch .wrap {
  padding: 80px 30px 0;
  text-align: left;
}

.catch h3 {
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
  padding: 5px 20px;
  border-bottom: 5px solid #ffffff;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  /*float: left;*/
  color: #ffffff;
}

.catch h3:after {
  content: "";
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  position: absolute;
  left: 90px;
  bottom: -20px;
}

.catch p {
  font-size: 14px;
  line-height: 24px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.8),
    0 0 5px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.person {
  position: absolute;
  bottom: 0;
  right: 0;
}

.catch .wrap>div {
  text-align: center;
  position: relative;
  padding-top: 50px;
}

.catch ul {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.catch li {
  display: block;
  float: left;
}

.catch li a {
  display: block;
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 5px 5px 0 0;
}

.catch li a>span {
  display: block;
  position: relative;
  top: -3px;
  padding: 15px 35px;
  font-size: 18px;
  line-height: 26px;
  background: #2f3565 url("../img/filter_glass.png") center center repeat-x;
  background-size: contain;
  color: #ffffff;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
  white-space: nowrap;
}

.catch li:first-child a {
  border-left: 0;
}

.catch li:first-child span {
  border-radius: 5px 0 0 0;
}

.catch li:last-child span {
  border-radius: 0 5px 0 0;
  background: #ff6600 url("../img/filter_glass.png") center center repeat-x;
  background-size: contain;
}

.catch li a:hover span {
  top: -1px;
}

.catch li a>span small {
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 12px;
  line-height: 18px;
  background-color: #ff1166;
  padding: 0 10px;
  border-radius: 20px;
}

.merit01 {
  background: url("../img/merit01_back.png");
  position: relative;
}

.merit01 .offoff {
  position: absolute;
  top: 0;
  right: 0;
}

.merit01 .wrap {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.merit01_intro h3 {
  display: inline-block;
  position: relative;
  padding: 25px 20px 5px;
  border-bottom: 5px solid #223366;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 48px;
}

.merit01_intro h3 b {
  font-size: 48px;
  line-height: 48px;
  font-family: "NotoSansCJKjp", -apple-system, BlinkMacSystemFont,
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo,
    sans-serif;
  position: relative;
  bottom: -2px;
}

.merit01_intro h3 small {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 0 30px;
  background-color: #223366;
  color: #ffffff;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  font-weight: normal;
}

.merit01_intro h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #223366 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 100px;
}

.merit01_intro p {
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
}

.merit01_intro p sup {
  font-size: 90%;
  vertical-align: super;
}

.discount {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.discount>div {
  position: relative;
  float: left;
  border: 5px solid #f0ca80;
  background-color: #ffffff;
  margin: 20px 5px;
  padding: 10px;
  overflow: hidden;
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.discount>div.brand {
  width: 80%;
}

.discount>div>dl {
  float: left;
  width: calc(50% - 6px);
  margin: 3px;
}

.discount>div>dl>dt {
  background-color: #dddddd;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  text-align: center;
}

.discount dd {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}

.discount dd>ul,
.discount dd>strong {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.discount dd small {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
}

.discount dd small:before {
  content: "※ ";
}

.discount dd li {
  width: 100%;
  text-align: center;
}

.discount dd li img {
  height: 30px;
}

.discount dd strong {
  text-align: center;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: -1px;
  color: #ff1166;
}

.discount dd strong b {
  font-size: 56px;
}

.supple_exp1 {
  display: block;
  padding: 20px 50px;
  position: relative;
}

.supple_exp1 p {
  padding-right: 250px;
}

.supple_exp1 h4 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.supple_exp1 .hsk li {
  padding-right: 250px;
}

.ex_label {
  display: inline-block;
  background-color: #ff1166;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px;
  font-family: "meiryo", sans-serif;
}

.supple_exp1 p {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 30px;
}

.hsk li {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}

.hsk li:before {
  content: "※ ";
}

.supple_exp1 img {
  position: absolute;
  right: 50px;
  /*top: 0;*/
  bottom: -30px;
}

.supple_exp2 {
  display: block;
  background: #ffffff url("../img/point_symbol2.png") no-repeat;
  background-position: center right 25px;
  border: 5px solid #e9c2c2;
  margin: 5px;
  margin-top: 50px;
  border-radius: 20px;
  padding: 30px;
  padding-top: 50px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.supple_exp2 span {
  display: block;
  margin: 30px;
  font-weight: bold;
}

.supple_exp2 span:before {
  content: "\ea52";
  font-family: "typicalo";
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}

.supple_exp2 h4 {
  position: absolute;
  top: -15px;
  left: 90px;
  color: #ae133f;
  font-size: 24px;
  line-height: 24px;
  text-shadow: 3px 1px 1px #e9c2c2, 1px 3px 1px #e9c2c2, -3px -1px 1px #e9c2c2,
    -1px -3px 1px #e9c2c2, -3px 1px 1px #e9c2c2, -1px 3px 1px #e9c2c2,
    3px -1px 1px #e9c2c2, 1px -3px 1px #e9c2c2;
}

.supple_exp2 h4:before {
  content: "\e5cc";
  font-family: "typicalo";
  position: absolute;
  top: -10px;
  left: -60px;
  font-size: 40px;
  line-height: 40px;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 4px solid #e9c2c2;
  border-radius: 50%;
  text-shadow: none;
}

.supple_exp2 h4 br {
  display: none;
}

.merit02 {
  background: url("../img/merit02_back.jpg") center center no-repeat;
  background-size: cover;
}

.merit02 .wrap {
  padding: 30px;
  position: relative;
}

.merit02 .wrap>img {
  position: absolute;
  bottom: 0;
  left: -25px;
}

.merit02_intro {
  display: block;
  float: right;
  position: relative;
  z-index: 1;
}

.merit02_intro h3 {
  display: inline-block;
  position: relative;
  padding: 25px 30px 5px;
  border-bottom: 5px solid #223366;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -1px;
}

.merit02_intro h3 b {
  font-size: 48px;
  line-height: 48px;
  font-family: "NotoSansCJKjp", -apple-system, BlinkMacSystemFont,
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo,
    sans-serif;
  position: relative;
  bottom: -2px;
}

.merit02_intro h3 small {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 0 30px;
  background-color: #223366;
  color: #ffffff;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  font-weight: normal;
  letter-spacing: normal;
}

.merit02_intro p {
  font-size: 14px;
  line-height: 22px;
  padding: 0 30px;
}

.merit02_intro h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #223366 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 100px;
}

.merit02 .caution {
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  float: right;
}

.merit02 .caution small {
  position: absolute;
  bottom: -5px;
  right: 30px;
  display: inline-block;
}

.merit03 {
  background: url("../img/merit03_back.jpg") center center no-repeat;
  background-size: cover;
}

.merit03 .wrap {
  padding: 30px;
}

.merit03_intro {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.merit03_intro h3 {
  display: inline-block;
  position: relative;
  padding: 35px 5px 5px;
  border-bottom: 5px solid #223366;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -1px;
}

.merit03_intro h3 b {
  font-size: 48px;
}

.merit03_intro h3 small {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 0 30px;
  background-color: #223366;
  color: #ffffff;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  letter-spacing: normal;
}

.merit03_intro h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #223366 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 100px;
}

.merit03_intro p {
  font-size: 14px;
  line-height: 22px;
  padding: 0 30px;
}

.merit03_flow {
  display: block;
  margin-bottom: 30px;
}

.merit03_flow ul {
  overflow: hidden;
}

.merit03_flow li {
  float: left;
  width: calc(100% / 8);
  height: 118px;
  text-align: center;
  display: table;
  padding: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.merit03_flow b {
  display: table-cell;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  background-color: #555b66;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
}

.merit03_flow span {
  display: inline-block;
}

.merit03_flow .speedy {
  width: calc(100% / 2);
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  font-style: italic;
  color: #ff1166;
}

.th b {
  background-color: transparent;
  color: #333333;
}

.flow1 b {
  background: #08945a;
}

.flow2 b {
  background: #679d2b;
}

.flow3 b {
  background: #99a212;
}

.flow4 b {
  background: #bda500;
}

.repeator .flow1 {
  position: relative;
  z-index: 2;
}

.beginner li:nth-of-type(4):after,
.beginner li:nth-of-type(5):after,
.beginner li:nth-of-type(6):after {
  content: url("../img/flow.png");
  position: absolute;
  right: -22px;
  top: 42px;
  z-index: 1;
}

.beginner .flow1:after {
  content: url("../img/flow1.png");
  position: absolute;
  right: -22px;
  top: 42px;
  z-index: 1;
}

.flow2:after {
  content: url("../img/flow2.png");
  position: absolute;
  right: -22px;
  top: 42px;
  z-index: 1;
}

.flow3:after {
  content: url("../img/flow3.png");
  position: absolute;
  right: -22px;
  top: 42px;
  z-index: 1;
}

.speedy:after {
  content: url("../img/speedy.png");
  position: absolute;
  right: -22px;
  top: 42px;
  z-index: 1;
}

.merit03 .hsk {
  text-align: right;
}

.coin {
  max-width: 100%;
}

/* for sp style custom */

.sp h2 {
  height: auto;
  line-height: auto;
  background: transparent;
  color: inherit;
  text-shadow: none;
}

.sp h3 {
  background: none;
}

.sp .merit03 {
  padding-bottom: 80px;
}

.sp #page-top {
  display: none;
}

@media screen and (max-width: 900px) {
  .sp .wrap {
    padding: 0;
    overflow: hidden;
  }

  .sp .catch h2 {
    padding: 30px;
    width: 70%;
  }

  .sp .catch h2 span {
    display: inline-block;
  }

  .sp .catch ul {
    display: block;
  }

  .sp .catch li {
    display: block;
    width: 33.3%;
  }

  .sp .catch li a {
    display: block;
    border-radius: 0;
  }

  .sp .catch li a>span {
    padding: 15px 0;
    border-radius: 0;
    font-size: 16px;
  }

  .sp .catch h2 strong {
    line-height: 56px;
  }

  .sp .catch h3 {
    margin-left: 30px;
  }

  .sp .catch p {
    padding: 0 30px;
  }

  .sp .catch h2 small {
    display: inline-block;
    padding-bottom: 10px;
  }

  .sp .merit01_intro,
  .sp .merit02_intro,
  .sp .merit03_intro {
    padding: 30px 30px 0 30px;
  }

  .sp .discount {
    padding: 0 30px;
  }

  .sp .discount dd strong b {
    font-size: 40px;
  }

  .sp .discount dd strong {
    font-size: 30px;
    line-height: 40px;
  }

  .sp .supple_exp1 img {
    right: 30px;
  }

  .sp .supple_exp2 {
    margin: 50px 30px 30px;
  }

  .sp .merit02 .caution {
    padding: 10px 10px 30px 10px;
  }

  .sp .merit02 .caution img {
    max-width: 100%;
  }

  .sp .merit02 .wrap>img {
    width: 40%;
  }

  .sp .merit02 .caution small {
    right: 10px;
    bottom: 10px;
  }

  .sp .supple_exp2 p {
    padding-right: 280px;
  }

  .sp .merit03_flow {
    max-width: 560px;
    margin: 0 auto 30px;
    padding: 0;
    overflow: hidden;
  }

  .sp .merit03_flow ul {
    width: 50%;
    padding: 5px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sp .merit03_flow li {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin: 10px 0;
    padding: 0;
  }

  .sp .merit03_flow li:after {
    content: none;
  }

  .sp .merit03_flow b {
    display: block;
    border-radius: 0;
    line-height: 24px;
    padding: 3px 0;
  }

  .sp .merit03_flow .th b {
    color: #ff1166;
  }

  .sp .merit03 .hsk li {
    text-align: left;
  }

  .sp .merit03_flow .speedy {
    height: 150px;
    position: relative;
  }

  .sp .merit03_flow .speedy span {
    display: none;
  }

  .sp .merit03_flow .speedy:before {
    display: block;
    position: absolute;
    background: url("../img/vertical_speedy.png") center bottom no-repeat;
    content: "";
    width: 100%;
    height: 170px;
    bottom: -10px;
  }

  .sp .merit03 .hsk {
    padding: 0 30px 30px 30px;
  }
}

@media screen and (max-width: 700px) {
  .sp .discount {
    padding: 0 5px;
  }

  .sp .merit02_intro h3 span {
    display: inline-block;
  }

  .sp .supple_exp2 p br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sp .discount {
    padding: 10px 5px 0;
    display: block;
  }

  .sp .discount>div {
    float: none;
    width: auto;
    margin: 10px;
    padding: 5px;
  }

  .sp .discount>div.brand {
    width: auto;
  }

  .sp .discount dd small {
    font-size: 10px;
  }

  .sp .discount div:nth-of-type(2) dd>ul,
  .sp .discount div:nth-of-type(2) dd>strong {
    height: 80px;
  }

  .sp .merit02_intro p br,
  .sp .merit03_intro p br {
    display: none;
  }

  .sp .supple_exp2 {
    margin: 30px 15px 15px;
    background-color: #ffffff;
    background-image: none;
  }

  .sp .supple_exp2 h4 {
    font-size: 20px;
    line-height: 24px;
    top: -28px;
    left: 50px;
    white-space: nowrap;
  }

  .sp .supple_exp2 p {
    padding-right: 0;
  }

  .sp .supple_exp2:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    height: 47vw;
    max-height: 207px;
    max-width: 291px;
    background: url("../img/point_symbol2.png") center left no-repeat;
    background-size: contain;
  }

  .sp .supple_exp2 h4 br {
    display: inline;
  }

  .sp .supple_exp2 h4:before {
    top: 0;
  }

  .sp .supple_exp2 span {
    margin: 20px 0;
  }

  .sp .merit02 .wrap {
    /*padding-bottom: 150px;*/
  }

  .sp .merit02 .wrap>img {
    /*position: absolute;*/
    /*width: auto;*/
    /*max-width: 40%;*/
    display: none;
  }

  .sp .merit03_flow {
    margin: 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .sp .catch .wrap {
    text-align: left;
  }

  .sp .catch h2 {
    padding: 20px 20px 0;
    width: auto;
    text-align: left;
  }

  .sp .catch h2 strong {
    font-size: 24px;
    line-height: 44px;
  }

  .sp .catch h2 strong b {
    font-size: 40px;
  }

  .sp .catch h3 {
    margin: 0 30px 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .sp .catch h3:after {
    left: 60px;
  }

  .sp .catch p {
    text-align: left;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .sp .person {
    max-width: 50%;
    position: relative;
    display: none;
  }

  .sp .catch .wrap:before {
    display: block;
    position: absolute;
    content: "";
    width: 30vw;
    height: 90vw;
    background: url("../img/symbol_icon.png") top left;
    background-size: cover;
    top: calc(230px - 33vw);
    right: 0;
  }

  .sp .catch .wrap>div {
    padding-top: 20px;
  }

  .sp .catch li {
    width: 100%;
  }

  .sp .catch li a {
    border-left: 0;
    border-top: 1px solid #ffffff;
  }

  .sp .merit01_intro,
  .sp .merit02_intro,
  .sp .merit03_intro {
    padding: 0;
  }

  .sp .merit01_intro h3,
  .sp .merit02_intro h3 {
    font-size: 20px;
    line-height: 36px;
    padding: 40px 20px 5px;
    display: block;
  }

  .sp .merit03_intro h3 {
    font-size: 24px;
    line-height: 32px;
    padding: 50px 20px 5px;
    display: block;
  }

  .sp .merit01_intro h3 b,
  .sp .merit02_intro h3 b {
    font-size: 36px;
    line-height: 36px;
  }

  .sp .merit03_intro h3 b {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
  }

  .sp .merit01_intro h3 small,
  .sp .merit02_intro h3 small,
  .sp .merit03_intro h3 small {
    top: 20px;
    left: 0;
    padding: 0 20px;
    font-size: 12px;
    border-radius: 0 30px 30px 0;
  }

  .sp .merit01_intro h3:after,
  .sp .merit02_intro h3:after,
  .sp .merit03_intro h3:after {
    left: calc(50% - 15px);
    bottom: -20px;
  }

  .sp .supple_exp1 {
    padding: 20px;
  }

  .sp .supple_exp1 h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .sp .supple_exp1 img {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin: 0 auto;
  }

  .sp .supple_exp1 p {
    padding-right: 0;
  }

  .sp .supple_exp1 .hsk li {
    padding-right: 0;
  }

  .sp .supple_exp2 h4 {
    font-size: 18px;
  }

  .sp .merit02 .wrap {
    /*padding-bottom: 120px;*/
  }

  .sp .merit03_intro {
    margin-bottom: 0;
  }

  .sp .merit03_flow b {
    font-size: 12px;
  }
}

/* スポット対応 */
#sale>.wrap>img {
  left: 5px;
  position: absolute;
  top: -15px;
}

#sale>.wrap>.merit03_intro>h3>strong {
  font-size: 1.5em;
  padding: 0 0 0 4px;
}

#sale>.wrap>div:nth-of-type(2)>p {
  margin: 20px;
}

#sale>.wrap>div:nth-of-type(2)>p>span {
  color: red;
  font-size: 2em;
  font-weight: bold;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px,
    #ffffff -1px -1px 2px;
}

#sale>.wrap>div:nth-of-type(2)>p>span>span {
  font-size: 0.7em;
}

#sale>.wrap>div:nth-of-type(2)>div {
  line-height: 25px;
  margin: 20px;
}

#sale>.wrap>div:nth-of-type(2)>div>span {
  display: block;
}

#sale>.wrap>div:nth-of-type(2)>div>span:nth-of-type(3) {
  margin-top: 20px;
}

#sale>.wrap>a {
  display: block;
  margin: 20px;
}

#sale>.wrap>a>img {
  display: block;
  text-align: center;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.4);
  width: 100%;
}

/*メディアクエリ*/
@media screen and (min-width: 481px) {}

@media screen and (min-width: 768px) {
  #sale>.wrap>img {
    top: 0px;
    left: inherit;
  }

  #sale>.wrap>a {
    margin: 0 auto;
    width: 500px;
  }

  #sale>.wrap>a>img {
    width: inherit;
  }

  /*override*/
  #biz .catch li a>span {
    padding: 10px 10px;
  }
}

.gyohan_chart {
  background-image: url(/autoway/dp/lp/biz/img/chart_back.png);
  background-size: cover;
  text-align: center;
  padding-bottom: 20px;

}

.title_text {
  font-size: x-large;
  color: #333333;
  padding-top: 25px;
  padding-bottom: 10px;

}


.chart {
  text-align: center;
}

.chart img {
  border: cadetblue 5px solid;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  max-width: 924px;
}

.postscript {

  margin: 2em auto;
  padding: 1em;
  color: #333333;
  border: 1px solid rgb(91, 187, 134);
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  max-width: 924px;
  text-align: left;

}

.postscript li {
  list-style-type: disc;

}

.postscript ul {
  padding: 10px 25px;
}