/* discription
============================================== */
.mod-mc-discription {
  margin-top: 40px;
  text-align: center;
}
.mod-mc-discription dt {
  position: relative;
  display: inline-block;
  padding: 6px 45px 5px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #9d4190;
}
.mod-mc-discription dt:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7px;
  background: url(/library/kyousai/mycar/motorcycle/img/icon_img06.png) 0 0 no-repeat;
  background-size: 14px 7px;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
.mod-mc-discription dd {
  padding: 25px 10px 24px;
  font-size: 2.2rem;
  letter-spacing: .2rem;
  line-height: 1;
  color: #9e4191;
  text-align: center;
  border-top: 1px solid #9d4190;
  border-bottom: 1px solid #9d4190;
}
/* point
============================================== */
.mod-mc-point {
  position: relative;
  margin-top: 80px;
  border: none!important;
  border-radius: 0!important;
}
.mod-mc-point_title {
  padding: 18px 20px 28px;
  background-color: #faf5f9;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mc-point_title p {
  position: relative;
  display: inline-block;
  margin-top: 0!important;
  padding: 8px 30px 6px 48px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #bf71b8;
  line-height: 2.44;
  border-bottom: 2px solid #cb9bc4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mc-point_title p:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 46px;
  background: url(/library/kyousai/mycar/common/img/icon-img01.png) 0 0 no-repeat;
  background-size: 35px 46px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mod-mc-point_title p:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 10px;
  background: url(/library/kyousai/mycar/common/img/icon-arrow08_pc.png) 0 0 no-repeat;
  background-size: 18px 10px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
.mod-mc-point_title h2 {
  margin-top: 28px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.mod-mc-point_inner {
  padding: 30px 30px 35px;
  background: url(/library/kyousai/mycar/common/img/bg_img01.png) 0 0 repeat;
  background-size: 8px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mc-point_inner dl {
  padding: 28px 45px 42px;
  background-color: #fff;
  text-align: center;
}
.mod-mc-point_inner dl dt {
  display: inline-block;
  min-width: 442px;
  padding: 8px 28px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #be71b7;
  border-radius: 21px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mc-point_inner dl dd {
  margin-top: 28px;
}
.mod-mc-point_inner dl dd p {
  margin-top: 0!important;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333;
}
.mod-mc-point_inner dl dd p span {
  color: #9e4191;
}
.mod-mc-point_inner dl dd ul {
  margin-top: 24px!important;
}
.mod-mc-point_inner dl dd ul li {
  font-size: 1.2rem;
  letter-spacing: .2rem;
  line-height: 1.66;
  padding-left: 2.1em;
  position: relative;
}
.mod-mc-point_inner dl dd ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.1em;
}
.mod-mc-point_inner dl dd ul li:nth-child(2) sup {
  color: #9e4191;
}
.mod-mc-point_inner dl dd ul li:last-child {
  color: #9e4191;
}
.mod-mc-point_handle {
  position: absolute;
  width: 280px;
  left: 0;
  right: 0;
  bottom: -28px;
  margin: auto;
  padding: 0;
  background-color: #fff;
  display: block !important;
}
.mod-mc-point_handle a {
  font-size: 0!important;
  padding: 6px 42px;
  text-align: center;
}
.is-collapsed .mod-mc-point_handle a {
  background-color: #bf71b8;
  border-color: #9a0080;
}
.is-collapsed .mod-mc-point_handle a:before {
  display: block;
  content: "続きをみる";
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
}
.is-collapsed .mod-mc-point_handle a:after {
  width: 16px;
  height: 16px;
  background-image: url(/library/kyousai/mycar/common/img/icon_plus01_purple.png) !important;
  background-size: 16px 16px;
}
.is-expanded .mod-mc-point_handle a:before {
  display: block;
  content: "閉じる";
  font-size: 1.6rem;
  font-weight: normal;
}
.is-expanded .mod-mc-point_handle a:after {
  width: 16px;
  height: 16px;
  background-image: url(/library/kyousai/mycar/common/img/icon_minus01.png) !important;
  background-size: 16px 16px;
}
