/************************************************************
マイカー共済　共通css
************************************************************/
/************************************************************
margin
************************************************************/
.mt-pc-0 {
  margin-top: 0 !important;
}
.mt-pc-10 {
  margin-top: 10px !important;
}
.mt-pc-20 {
  margin-top: 20px !important;
}
.mt-pc-30 {
  margin-top: 30px !important;
}
.mt-pc-40 {
  margin-top: 40px !important;
}
.mt-pc-50 {
  margin-top: 50px !important;
}
.mt-pc-60 {
  margin-top: 60px !important;
}
.mt-pc-70 {
  margin-top: 70px !important;
}
.mt-pc-80 {
  margin-top: 80px !important;
}
.mt-pc-90 {
  margin-top: 90px !important;
}
.mt-pc-100 {
  margin-top: 100px !important;
}
.mt-pc-110 {
  margin-top: 110px !important;
}
.mt-pc-120 {
  margin-top: 120px !important;
}
.mt-pc-130 {
  margin-top: 130px !important;
}
/************************************************************
device
************************************************************/
.only-sp {
  display: none !important;
}
.display-block {
  display: block !important;
}
.display-inlineblock {
  display: inline-block !important;
}
/************************************************************
title
************************************************************/
.mod-mc-page-title {
  text-align: center;
}
.mod-mc-page-title h1,
.mod-mc-page-title h2,
.mod-mc-page-title h3,
.mod-mc-page-title p {
  color: #9e4191;
  font-size: 36px;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  font-weight: normal;
}
.mod-mc-page-title h1:after,
.mod-mc-page-title h2:after,
.mod-mc-page-title h3:after,
.mod-mc-page-title p:after {
  content: "";
  position: absolute;
  height: 3px;
  background: url(/library/kyousai/mycar/common/img/title_bg01.png) repeat-x;
  bottom: 0;
  left: 0;
  right: 0;
}
.mod-mc-page-title p.color-green {
  border-bottom: solid 3px #00ce4e;
}
.mod-mc-page-title p.color-green:after {
  position: initial;
  height: 0;
  background: initial;
}
.mod-mc-headtext {
  font-size: 1.9rem;
  line-height: 2.0;
  text-align: center;
  color: #333;
}
.mod-mc-headtext + .mod-mc-page-title {
  margin-top: 5px;
}
/************************************************************
text
************************************************************/
.mc-pc-size-small {
  font-size: 1.2rem;
  line-height: 1.66;
  color: #333;
  letter-spacing: 0.16em;
}
.mc-pc-text {
  font-size: 1.4rem;
  line-height: 1.42;
  color: #333;
  letter-spacing: 0.16em;
}
.mc-size-large {
  font-size: 1.6rem;
  line-height: 1.43;
  color: #333;
  letter-spacing: 0.16em;
}
.color-green {
  color: #009237 !important;
}
.color-purple {
  color: #9e4191 !important;
}
.color-normal {
  color: #333 !important;
}
.mc-catch-large {
  font-size: 2.2rem;
  line-height: 2.0;
  text-align: center;
  color: #333;
  letter-spacing: 0.07em;
}
.mc-text-circle,
.mc-text-circle_02 {
  position: relative;
  padding-left: 18px;
}
.mc-text-circle:before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/library/kyousai/mycar/common/img/icon_circle01.png) no-repeat;
  background-size: 100%;
  top: .4em;
  left: 0;
}
.mc-text-circle_02:before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/library/kyousai/mycar/common/img/icon_circle02.png) no-repeat;
  background-size: 100%;
  top: .4em;
  left: 0;
}
.mc-text-purple {
  background-color: #be70b7;
  border-radius: 18px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding: 4px 45px 2px;
  letter-spacing: 0.1em;
}
.mc-text-green {
  background-color: #00ce4e;
  border-radius: 18px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding: 4px 45px 2px;
  letter-spacing: 0.1em;
}
/************************************************************
read section
************************************************************/
.mod-mc-readsection {
  margin-top: 70px;
}
.mod-mc-readsection_read {
  margin-top: 0 !important;
}
.mod-mc-readsection_text {
  margin-top: 67px;
}
/************************************************************
リンクモジュール
************************************************************/
.mod-mc-link,
.mod-mc-link:visited,
.mod-mc-link:link {
  color: #9e4191;
  text-decoration: underline;
}
.mod-mc-link:hover,
.mod-mc-link:visited:hover,
.mod-mc-link:link:hover {
  text-decoration: none;
}
.mod-mc--icon-pdf {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  display: inline-block;
  margin: -2px 5px -2px 8px;
  width: 15px;
  height: 20px;
  background: url(/library/default/img/parts/icon_pdf_bg01.png) 0 bottom no-repeat;
  background-size: 100%;
}
.mod-mc--icon-link {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  display: inline-block;
  margin-left: 6px;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background: url(/library/kyousai/mycar/common/img/icon-arrow06.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
/************************************************************
注釈モジュール
************************************************************/
.mod-mc-note-ul > li,
.mod-mc-note-ol > li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #333;
  margin-top: 1px;
  letter-spacing: 0.16em;
}
.mod-mc-note-ul > li {
  padding-left: 1.3em;
}
.mod-mc-note-ol > li {
  padding-left: 2.3em;
}
.mod-mc-note-ul > li:first-child,
.mod-mc-note-ol > li:first-child {
  margin-top: 0;
}
.mod-mc-note-ul > li > span:first-child,
.mod-mc-note-ol > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-mc-note-ul.opt-lh-large > li,
.mod-mc-note-ol.opt-lh-large > li {
  line-height: 1.66;
}
/************************************************************
button
************************************************************/
.mod-mc-button {
  text-align: center;
  width: 410px;
}
.mod-mc-button a {
  display: block;
  line-height: 1.75;
  padding: 13.5px 42px 13.5px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.0rem;
  border-radius: 3px;
  position: relative;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.mod-mc-button a:after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  top: 0;
  bottom: 0;
  right: 16px;
  margin-top: auto;
  margin-bottom: auto;
}
.mod-mc-button a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mod-mc-button.opt-wide {
  text-align: left;
  width: auto;
}
.mod-mc-button.opt-wide a {
  display: inline-block;
}
.mod-mc-button.opt-centering {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
/*---- opt-gray ----*/
.mod-mc-button.opt-gray a {
  background-color: #f5f5f5;
  color: #333;
  border-bottom: 2px solid #666;
}
.mod-mc-button.opt-gray a:after {
  background-image: url(/library/kyousai/mycar/common/img/icon-arrow04.png);
}
/*---- opt-red ----*/
.mod-mc-button.opt-red a {
  background-color: #e56059;
  color: #fff;
  border-bottom: 2px solid #b24a47;
}
.mod-mc-button.opt-red a:after {
  background-image: url(/library/kyousai/mycar/common/img/icon-arrow05.png);
}
/*---- opt-green ----*/
.mod-mc-button.opt-green a {
  background-color: #12a73b;
  color: #fff;
  border-bottom: 2px solid #0f813d;
}
.mod-mc-button.opt-green a:after {
  background-image: url(/library/kyousai/mycar/common/img/icon-arrow02.png);
}
/************************************************************
補償ボタン
************************************************************/
.mod-mc-link01 {
  margin-top: 40px;
}
.mod-mc-link01 ul {
  font-size: 0;
}
.mod-mc-link01 ul li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  text-align: center;
}
.mod-mc-link01 ul li:first-child {
  padding-right: 18px;
}
.mod-mc-link01 ul li:last-child {
  padding-left: 18px;
}
.mod-mc-link01 ul li a {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 16px 44px 19px 40px;
  display: block;
  position: relative;
  border-radius: 3px;
}
.mod-mc-link01 ul li a:hover {
  text-decoration: none;
}
.mod-mc-link01 ul li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/library/kyousai/mycar/common/img/icon-arrow01.png);
  right: 37px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mod-mc-link01 ul li a:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 3px;
  height: 4px;
  bottom: 0;
  left: -2px;
  right: -2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #666;
}
.mod-mc-link01 ul li.is-current a,
.mod-mc-link01 ul li a:hover {
  color: #9e4191;
  background-color: #faf5f9;
}
.mod-mc-link01 ul li.is-current a:before {
  content: none;
}
.mod-mc-link01 ul li a:hover:before {
  background-image: url(/library/kyousai/mycar/common/img/icon-arrow03.png);
}
.mod-mc-link01 ul li.is-current a:after,
.mod-mc-link01 ul li a:hover:after {
  background-color: #9e4191;
}
.mod-mc-link01 .opt-icon-car,
.mod-mc-link01 .opt-icon-bike {
  display: inline-block;
  height: 17px;
  margin-right: 17px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  vertical-align: middle;
}
.mod-mc-link01 ul li .opt-icon-car {
  width: 32px;
  background-image: url(/library/kyousai/mycar/common/img/icon-car01.png);
}
.mod-mc-link01 ul li .opt-icon-bike {
  width: 27px;
  background-image: url(/library/kyousai/mycar/common/img/icon-bike01.png);
}
.mod-mc-link01 ul li.is-current .opt-icon-car,
.mod-mc-link01 ul li a:hover .opt-icon-car {
  width: 32px;
  background-image: url(/library/kyousai/mycar/common/img/icon-car01_on.png);
}
.mod-mc-link01 ul li.is-current .opt-icon-bike,
.mod-mc-link01 ul li a:hover .opt-icon-bike {
  width: 27px;
  background-image: url(/library/kyousai/mycar/common/img/icon-bike01_on.png);
}
/************************************************************
商品対象リスト
************************************************************/
.mod-mc-target-explan {
  margin-top: 32px;
}
.mod-mc-target-explan > p {
  text-align: center;
}
.mod-mc-target-explan > ul {
  font-size: 0;
  margin: 18px -10px 0 !important;
  text-align: center;
}
.mod-mc-target-explan > ul > li {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.4rem;
}
.mod-mc-target-explan > ul > li > img {
  width: 56px;
  margin-right: 8px;
  vertical-align: middle;
}
.mod-mc-target {
  margin: 20px -2px 0 !important;
  font-size: 0;
  text-align: center;
}
.mod-mc-target:first-child {
  margin-top: 0 !important;
}
.mod-mc-target > li {
  display: inline-block;
  font-size: 10px;
  width: 40px;
  margin: 0 2px;
  text-align: center;
}
.mod-mc-target > li > img {
  max-width: 100%;
}
/************************************************************
タグ
************************************************************/
.mod-mc-tag01 ul {
  font-size: 0;
  text-align: right;
}
.mod-mc-tag01 ul li {
  display: inline-block;
  margin-left: 10px;
}
.mod-mc-tag01 ul li a {
  display: block;
  padding: 10px 26px 6px 17px;
  color: #333;
  border-radius: 3px;
  border-bottom: 2px solid #666;
  line-height: 1.75;
  font-size: 1.4rem;
  background-color: #f2f2f2;
}
.mod-mc-tag01 ul li a:hover {
  text-decoration: none;
  background-color: #9e4191;
  color: #fff;
  border-bottom: 2px solid #9a0080;
}
.mod-mc-tag01 ul li:first-child {
  margin-left: 0;
}
.mod-mc-tag01 .opt-icon-clover,
.mod-mc-tag01 .opt-icon-yen,
.mod-mc-tag01 .opt-icon-heart {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: inline-block;
  margin-right: 5px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: top;
}
.mod-mc-tag01 .opt-icon-clover {
  width: 21px;
  height: 22px;
  background-image: url(/library/kyousai/mycar/common/img/icon-clover01.png);
}
.mod-mc-tag01 a:hover .opt-icon-clover {
  background-image: url(/library/kyousai/mycar/common/img/icon-clover01_on.png);
}
.mod-mc-tag01 .opt-icon-yen {
  width: 20px;
  background-image: url(/library/kyousai/mycar/common/img/icon-yen01.png);
}
.mod-mc-tag01 a:hover .opt-icon-yen {
  background-image: url(/library/kyousai/mycar/common/img/icon-yen01_on.png);
}
.mod-mc-tag01 .opt-icon-heart {
  width: 20px;
  background-image: url(/library/kyousai/mycar/common/img/icon-heart01.png);
}
.mod-mc-tag01 a:hover .opt-icon-heart {
  background-image: url(/library/kyousai/mycar/common/img/icon-heart01_on.png);
}
/************************************************************
特徴タグ（ボタン）
************************************************************/
.mod-mc-relation-button {
  margin-top: 40px;
}
.mod-mc-relation-button:first-child {
  margin-top: 0;
}
.mod-mc-relation-button > ul {
  margin: 0 -9px !important;
  font-size: 0;
}
.mod-mc-relation-button > ul > li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  padding: 0 9px;
  font-size: 1.6rem;
  vertical-align: middle;
}
.mod-mc-relation-button_item {
  margin-top: 0 !important;
  font-size: 1.6rem;
  line-height: 1.31;
}
.mod-mc-relation-button_item > a {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 64px;
  color: #333;
  border-radius: 3px;
  border-bottom: 2px solid #666;
  background: #f2f2f2 no-repeat 15px center / 20px;
}
.mod-mc-relation-button_item > a:hover,
.mod-mc-relation-button_item > a.is-current {
  text-decoration: none;
  background-color: #9e4191;
  color: #fff;
  border-bottom: 2px solid #9a0080;
}
.mod-mc-relation-button_item > a.is-current {
  pointer-events: none;
}
.mod-mc-relation-button_item > a > span {
  display: table-cell;
  padding: 5px 40px;
  vertical-align: middle;
  text-align: center;
}
.mod-mc-relation-button_item.opt-icon-clover > a {
  background-image: url(/library/kyousai/mycar/common/img/icon-clover01.png);
}
.mod-mc-relation-button_item.opt-icon-clover > a:hover,
.mod-mc-relation-button_item.opt-icon-clover > a.is-current {
  background-image: url(/library/kyousai/mycar/common/img/icon-clover01_on.png);
}
.mod-mc-relation-button_item.opt-icon-yen > a {
  background-image: url(/library/kyousai/mycar/common/img/icon-yen01.png);
}
.mod-mc-relation-button_item.opt-icon-yen > a:hover,
.mod-mc-relation-button_item.opt-icon-yen > a.is-current {
  background-image: url(/library/kyousai/mycar/common/img/icon-yen01_on.png);
}
.mod-mc-relation-button_item.opt-icon-heart > a {
  background-image: url(/library/kyousai/mycar/common/img/icon-heart01.png);
}
.mod-mc-relation-button_item.opt-icon-heart > a:hover,
.mod-mc-relation-button_item.opt-icon-heart > a.is-current {
  background-image: url(/library/kyousai/mycar/common/img/icon-heart01_on.png);
}
/************************************************************
電話モジュール
************************************************************/
.mod-mc-tel01 {
  font-size: 0;
  text-align: center;
  margin-top: 5px;
}
.mod-mc-tel01_text,
.mod-mc-tel01_item {
  display: inline-block;
  vertical-align: middle;
}
.mod-mc-tel01_text {
  position: relative;
  top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 19px;
  color: #333;
}
.mod-mc-tel01_item {
  width: 306px;
}
.mod-mc-tel01_item p:first-child {
  margin-top: 0 !important;
}
.mod-mc-tel01_item img {
  width: 100%;
}
/************************************************************
タブ切り替えボタン
************************************************************/
.mod-mc-link02 ul {
  font-size: 0;
}
.mod-mc-link02 ul > li {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 18px;
  text-align: center;
}
/*---- opt-3clm ----*/
.mod-mc-link02.opt-3clm ul > li {
  width: 33.33%;
  padding: 0 8px;
}
.mod-mc-link02 ul > li:first-child {
  padding-left: 0;
}
.mod-mc-link02 ul > li:last-child {
  padding-right: 0;
}
.mod-mc-link02 ul > li a {
  display: block;
  color: #9e4191;
  font-size: 1.6rem;
  padding: 16px 10px 18px;
  border-radius: 3px;
  border: 1px solid #9e4191;
  border-bottom: 2px solid #9a0080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  letter-spacing: 0.16em;
}
.mod-mc-link02 ul > li a.bg-green {
  color: #009237;
  border: 1px solid #009237;
  border-bottom: 2px solid #23513b;
}
.mod-mc-link02 ul > li a:hover {
  text-decoration: none;
}
.mod-mc-link02 ul > li.is-current a,
.mod-mc-link02 ul > li a:hover {
  color: #fff;
  background-color: #9e4191;
}
.mod-mc-link02 ul > li.is-current a.bg-green,
.mod-mc-link02 ul > li a.bg-green:hover {
  color: #fff;
  background-color: #009237;
}
.mod-mc-link02 ul > li.is-current a:not(.not-tab):after,
.mod-mc-link02 ul > li a:not(.not-tab):hover:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -9px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 16px;
  height: 10px;
  background: url(/library/kyousai/mycar/common/img/tab_bg01.png) no-repeat;
  background-size: 16px auto;
}
.mod-mc-link02 ul > li.is-current a.bg-green:not(.not-tab):after,
.mod-mc-link02 ul > li a.bg-green:not(.not-tab):hover:after {
  background: url(/library/kyousai/mycar/common/img/tab_bg02.png) no-repeat;
}
h1.mod-mc-link02_item a {
  color: #fff !important;
  text-align: center !important;
  font-size: 1.6rem !important;
  font-weight: normal !important;
}
/************************************************************
背景
************************************************************/
.mod-mc-bg-pourple {
  background-color: #fbf7fb;
  padding: 48px 38px 56px 38px;
  border-radius: 9px;
}
.mod-mc-bg-green {
  background-color: #e3eee9;
  padding: 48px 38px 56px 38px;
  border-radius: 9px;
}
/************************************************************
コンバージョンエリア
************************************************************/
.mod-mc-conversion {
  padding: 30px;
  background-color: #f5f5f5;
}
.mod-mc-conversion_inner {
  padding: 28px;
  background-color: #fff;
}
.mod-mc-conversion_title {
  font-size: 0;
  text-align: center;
}
.mod-mc-conversion_title .title {
  display: inline-block;
  vertical-align: middle;
}
.mod-mc-conversion_title .title p {
  font-size: 22px;
  color: #20a641;
  margin-right: 14px;
}
.mod-mc-conversion_title .title p .telephone {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 27px;
  background: url(/library/kyousai/mycar/common/img/icon-tel01.png) no-repeat;
  background-size: 100% auto;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.mod-mc-conversion_title .subtitle {
  display: inline-block;
  vertical-align: middle;
}
.mod-mc-conversion_title .subtitle p {
  font-size: 13px;
  color: #fff;
  background-color: #20a641;
  border-radius: 12px;
  padding: 3px 10px 0;
  text-align: center;
  width: 225px;
  font-weight: bold;
}
.mod-mc-conversion_content {
  margin-top: 28px;
  overflow: hidden;
}
.mod-mc-conversion_content .tel {
  float: left;
}
.mod-mc-conversion_content .tel-number {
  width: 340px;
  height: 32px;
}
.mod-mc-conversion_content .tel-number img {
  width: 100%;
}
.mod-mc-conversion_content .tel-time {
  color: #20a641;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 8px;
}
.mod-mc-conversion_content .tel-off {
  margin-top: 4px;
  background-color: #f5f5f5;
  border-radius: 13px;
  padding: 3px 10px;
  width: 340px;
}
.mod-mc-conversion_content .tel-off p {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  margin-top: 0;
  padding: 3px 0;
  letter-spacing: 3px;
}
.mod-mc-conversion_content .tel-off p:first-child {
  margin-top: 0;
}
.mod-mc-conversion_content .number {
  float: right;
  margin-top: 20px;
}
.mod-mc-conversion_content .number p {
  margin-top: 0;
  text-align: center;
}
.mod-mc-conversion_content .number p:first-child {
  margin-top: 0;
}
.mod-mc-conversion_content .number p a {
  background-color: #f2f2f2;
  color: #333;
  font-size: 14px;
  border-bottom: 3px solid #939393;
  border-radius: 4px;
  padding: 8px 15px;
  letter-spacing: 2px;
}
.mod-mc-conversion_content .number p a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mod-mc-conversion_note {
  margin-top: 19px;
  padding-top: 18px;
  border-top: 1px dotted #666;
}
.mod-mc-conversion_note ul > li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.41;
  color: #333;
  padding-left: 1.63em;
  letter-spacing: 1px;
  margin-top: 2px;
}
.mod-mc-conversion_note ul > li:first-child {
  margin-top: 0;
}
.mod-mc-conversion_note ul > li span {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-mc-conversion_button ul {
  font-size: 0;
  margin-top: 16px;
}
.mod-mc-conversion_button ul > li {
  width: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mc-conversion_button ul > li p {
  width: 100%;
}
.mod-mc-conversion_button ul > li:nth-child(odd) {
  padding-right: 9px;
}
.mod-mc-conversion_button ul > li:nth-child(even) {
  padding-left: 9px;
}
.mod-mc-conversion_button ul > li:nth-child(n+3) {
  padding-top: 7px;
}
/************************************************************
PDFリンクエリア
************************************************************/
.mod-mc-pdflink_text {
  font-size: 1.4rem;
  line-height: 1.41;
  color: #333;
  letter-spacing: 0.04em;
}
.mod-mc-pdflink_link {
  text-align: right;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
.mod-mc-pdflink_link a {
  display: block;
  padding-right: 24px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #00a73c;
  text-decoration: underline;
}
.mod-mc-pdflink_link a:visited,
.mod-mc-pdflink_link a:link {
  color: #00a73c;
  text-decoration: underline;
}
.mod-mc-pdflink_link a:hover {
  text-decoration: none;
}
.mod-mc-pdflink_link a:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 18px;
  background: url(/library/default/img/parts/icon_pdf_bg01.png) no-repeat;
  background-size: 100%;
  right: 3px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.mod-mc-pdflink + .mod-mc-pdflink {
  margin-top: 20px;
}
/************************************************************
回遊動線
************************************************************/
.mod-mc-button-list {
  border: 6px solid #f5f5f5;
  padding: 18px 24px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mc-button-list_title {
  width: 156px;
  height: 26px;
  margin: 0 auto 25px;
}
.mod-mc-button-list_title img {
  width: 100%;
}
.mod-mc-button-list_title ul {
  font-size: 0;
}
.mod-mc-button-list_item {
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}
.mod-mc-button-list_item:first-child {
  margin-left: 0;
}
.mod-mc-button-list_item a {
  display: table;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding: 0 26px 0 16px;
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 3px;
  border-bottom: 2px solid #939393;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 62px;
}
.mod-mc-button-list_item a > span {
  display: table-cell;
  vertical-align: middle;
}
.mod-mc-button-list_item a > span > span {
  display: none;
}
.mod-mc-button-list_item a:after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/library/kyousai/mycar/common/img/icon-arrow01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  right: 6px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.mod-mc-button-list_item a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #333;
}
.mod-mc-button-list_item.opt-purple a {
  background-color: #bf71b8;
  border-bottom: 2px solid #9a0080;
  color: #fff;
}
.mod-mc-button-list_item.opt-purple a:after {
  background-image: url(/library/kyousai/mycar/common/img/icon-arrow03.png);
}
/************************************************************
NEW icon
************************************************************/
.mod-mc-new {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 39px;
  margin: 0 5px;
  vertical-align: middle;
}
.mod-mc-new > img {
  width: 100%;
}
/************************************************************
QR Area
************************************************************/
.mod-mc-qr {
  margin: 60px auto 0;
  position: relative;
  text-align: center;
  width: 350px;
}
.mod-mc-qr span {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
.mod-mc-qr a:hover {
  opacity: .7;
}
.mod-mc-qr img {
  height: auto;
  width: 100%;
}
