/* balloon-header
============================================== */
.balloon-header {
  position: relative;
  margin: 0 90px;
  padding: 12px 5px 9px;
  border: 1px solid #9e4191;
}
.balloon-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 35px;
  height: 19px;
  margin: 0 auto;
  background: url(/library/kyousai/mycar/hoshou/img/tokuyaku_balloon-header_bg01.png) no-repeat center top / 100%;
}
.balloon-header > h1,
.balloon-header > h2,
.balloon-header > h3,
.balloon-header > h4,
.balloon-header > h5,
.balloon-header > h6 {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #9e4191;
}
.balloon-header > h1 > strong,
.balloon-header > h2 > strong,
.balloon-header > h3 > strong,
.balloon-header > h4 > strong,
.balloon-header > h5 > strong,
.balloon-header > h6 > strong {
  font-weight: bold;
}
.balloon-header_sub {
  margin-top: 9px;
  padding-bottom: 2px;
}
/* contract-section
============================================== */
.contract-section-wrap {
  margin-top: 80px;
  border-top: 3px dotted #979797;
  padding-top: 80px;
}
.contract-section-wrap:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.contract-section-wrap_inner {
  padding: 40px 30px;
  border: 2px solid #bf71b8;
  background-color: #fff;
}
.contract-section_image {
  float: left;
  width: 128px;
  margin-right: 34px;
}
.contract-section_image_main {
  margin: 0 9px;
  text-align: center;
}
.contract-section_image_main > img {
  max-width: 100%;
}
.contract-section_detail_inner {
  margin-top: 40px;
  overflow: hidden;
}
.contract-section_detail_inner > ul > li > p {
  color: #333;
}
.contract-section_detail_inner > ul > li > ul {
  margin-top: 1em;
}
.contract-section_detail_inner > ul > li > ul > li {
  color: #333;
}
/* case-section-wrap
============================================== */
.case-section-wrap {
  margin-top: 73px;
}
.case-section-wrap_header {
  padding: 0 42px;
}
/* case-section
============================================== */
.case_section {
  margin-top: 100px;
  padding: 40px;
  background-color: #fbf7fb;
}
.case_section:first-child {
  margin-top: 0;
}
.case_section_header > div {
  text-align: center;
}
.case_section_header > h3 {
  height: 258px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: no-repeat center center / auto 100%;
}
.opt-case01 .case_section_header > h3 {
  background-image: url(/library/kyousai/mycar/hoshou/img/tokuyaku_case-section_header_bg01.png);
}
.opt-case02 .case_section_header > h3 {
  background-image: url(/library/kyousai/mycar/hoshou/img/tokuyaku_case-section_header_bg02.png);
}
.opt-case03 .case_section_header > h3 {
  height: 211px;
  background-image: url(/library/kyousai/mycar/hoshou/img/tokuyaku_case-section_header_bg03.png);
}
.case_section_header > p {
  position: relative;
  margin-top: 26px;
  padding: 7px 5px 6px;
  font-size: 1.8rem;
  line-height: 2.22;
  background-color: #bf71b8;
  color: #fff;
  text-align: center;
}
.case_section_header > p::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 34px;
  height: 15px;
  margin: -1px auto 0;
  background: url(/library/kyousai/mycar/hoshou/img/tokuyaku_case-section_header_bg00.png) no-repeat center top / 100% 100%;
}
.case_section_detail {
  border: 1px solid #bf71b8;
  background-color: #fff;
  margin-top: 40px;
}
.case_section_detail_inner {
  border-top: solid 1px #bf71b8;
  padding: 40px 30px;
}
.case_section_answer {
  text-align: center;
  margin-top: 0 !important;
  padding: 32px 30px 23px;
  font-size: 2.4rem;
  letter-spacing: .1em;
  line-height: 1.42;
  color: #bf71b8;
}
.case_section_answer > span {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #333;
}
#kaishu01 .case_section_detail_inner {
  border-top: none;
}
#kaishu01 .case_section_answer {
  color: #e56059;
  padding: 32px 30px 0;
}
.contract-section_osusume {
  margin-top: 23px;
  position: relative;
}
.contract-section_osusume::after {
  background: #e56059;
  content: "おすすめ";
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 6px 0;
  position: absolute;
  top: -28px;
  left: 0;
}
.mc-text-purple {
  padding-left: 35px;
  padding-right: 35px;
}
.mod-mc-point_title p {
  text-align: center;
  line-height: 1.6;
}
.mod-mc-point_title p::before {
  display: none;
}
.case_section_check_text .check_text01 {
  border: solid 1px #bf71b8;
  color: #bf71b8;
  display: inline-block;
  font-weight: bold;
  padding: 10px;
}
.case_section_check_text .check_text02 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 65px;
  position: relative;
}
.case_section_check_text .check_text02::before {
  background: #bf71b8;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
}
.case_section_check_text .check_text02::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 75px 0 75px;
  border-color: #bf71b8 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.case_section_check_text .check_text03 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.case_section_check_text .check_text03 strong {
  color: #bf71b8;
}
.mod-mc-point_inner .support-point {
  background: #fff;
  padding: 20px 20px 30px;
}
.case_section_support_text01 em {
  color: #e56059;
  text-decoration: underline;
}
.case_section_support_text04 {
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}
.case_section_support_text04 img {
  width: 100%;
}
/* supplement
============================================== */
.supplement {
  margin-top: 40px;
}
.supplement_title {
  margin: 0 -40px;
  padding: 46px 40px 20px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.67;
  background-color: #f5ecf4;
  color: #bf71b8;
  text-align: center;
}
.supplement_title > span {
  display: block;
  width: 230px;
  height: 65px;
  margin: 0 auto 32px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url(/library/kyousai/mycar/hoshou/img/tokuyaku_supplement_bg01.png) no-repeat center center / 100%;
}
.supplement_title .mod-mc-point {
  margin-top: 15px;
}
.supplement_detail {
  background: #fff;
  padding: 30px 40px 50px;
}
.supplement_case-list {
  overflow: hidden;
  margin: 0 -21px !important;
}
.supplement_case-list > li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 21px;
}
.supplement_case-list_item {
  border: 1px solid #bf71b8;
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
}
.supplement_case-list_item_case {
  position: relative;
  padding: 26px 20px 18px;
}
.supplement_case-list_item_case::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 46px;
  height: 23px;
  margin: -1px auto 0;
  background: url(/library/kyousai/mycar/hoshou/img/tokuyaku_supplement_bg02.png) no-repeat center top / 100% 100%;
}
.supplement_case-list_item_case > p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #333;
}
.supplement_case-list_item_case > p:first-child {
  margin-top: 0 !important;
}
.supplement_case-list_item_case > p > span {
  font-size: 1.2rem;
}
.supplement_case-list_item_case > .supplement_case-list_icon_text {
  position: relative;
  padding-left: 70px;
}
.supplement_case-list_item_case > .supplement_case-list_icon_text > .supplement_case-list_icon {
  background: #bf71b8;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  width: 60px;
  position: absolute;
  left: 0;
}
.supplement-detail_header {
  position: relative;
  padding: 17px 70px;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  background-color: #faf5f9;
  color: #9e4191;
  cursor: pointer;
  margin-top: 30px;
}
.supplement-detail_header::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 36px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background: url(/library/kyousai/mycar/common/img/icon_plus01.png) no-repeat center center / 100%;
}
.supplement-detail_header:hover {
  opacity: .8;
}
.is-expanded .supplement-detail_header::after {
  background-image: url(/library/kyousai/mycar/common/img/icon_minus01.png);
}
.supplement-detail_body {
  position: relative;
  padding: 30px 30px 35px;
  background: url(/library/kyousai/mycar/common/img/bg_img01.png) repeat center center / 8px 8px;
}
.supplement-detail_body_inner {
  padding: 24px 30px 40px;
  background-color: #fff;
}
.supplement-detail_text {
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: .16em;
  color: #333;
}
.supplement-detail_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.supplement-detail_img {
  width: 170px;
}
.supplement-detail_img img {
  width: 100%;
}
.supplement-detail_imgtext span {
  font-size: 1.8rem;
  font-weight: bold;
}
.supplement_case-list_item_result {
  padding: 24px 20px 14px;
  background-color: #bf71b8;
  color: #fff;
}
.supplement_case-list_item_result > p {
  font-size: 2.2rem;
  line-height: 1.36;
  color: #fff;
  text-align: center;
}
.supplement_case-list_item_result > p:first-child {
  margin-top: 0 !important;
}
.supplement_case-list_item_result > p > span {
  font-size: 1.3em;
}
.supplement_text {
  margin-top: 32px;
  font-size: 2.2rem;
  line-height: 1.73;
  text-align: center;
  color: #333;
}
.supplement_text > strong {
  font-weight: bold;
  color: #9e4191;
}
.supplement_figure {
  margin-top: 72px;
  text-align: center;
}
.supplement_figure > img {
  max-width: 100%;
}
.supplement_figure-note {
  margin-top: 35px;
  padding: 0 24px;
}
.supplement_figure-note_dl {
  overflow: hidden;
}
.supplement_figure-note_dl > dt,
.supplement_figure-note_dl > dd {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
}
.supplement_figure-note_dl > dt {
  float: left;
}
.supplement_figure-note_dl > dd {
  overflow: hidden;
}
/* exception-contract
============================================== */
.exception-contract_detail {
  margin: 47px 42px 0;
}
.exception-contract_list {
  margin: 0 -18px !important;
  overflow: hidden;
}
.exception-contract_list > li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 18px;
}
.exception-contract_list_item > p {
  margin-top: 0 !important;
  height: 0;
  padding-top: 116.67%;
  background: no-repeat center center / 100%;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
}
.opt-required.exception-contract_list_item > p {
  background-image: url(/library/kyousai/mycar/hoshou/img/index_exception-contract_bg01.png);
}
.opt-optional.exception-contract_list_item > p {
  background-image: url(/library/kyousai/mycar/hoshou/img/index_exception-contract_bg02.png);
}
.exception-contract_text {
  margin: 56px 117px 0;
  padding: 16px 50px;
  font-size: 2.2rem;
  line-height: 1.27;
  text-align: center;
  color: #e56059;
  background: url(/library/kyousai/mycar/hoshou/img/index_exception-contract_bg03.png) no-repeat right center / contain;
}
/* auto-contract
============================================== */
.auto-contract_detail {
  margin: 60px 42px 0;
}
.auto-contract_section {
  margin-top: 28px;
  border: 2px solid #bf71b8;
  padding: 30px 40px 37px;
}
.auto-contract_section:first-child {
  margin-top: 0;
}
.auto-contract_section.opt-new h3 {
  position: relative;
}
.auto-contract_section.opt-new h3:before {
  position: absolute;
  content: "";
  width: 42px;
  height: 26px;
  background: url(/library/kyousai/mycar/common/img/icon_new01.png) 0 0 no-repeat;
  background-size: 42px 26px;
  top: -9px;
  left: -11px;
}
.auto-contract_target {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 272px;
  margin: 40px auto 0;
  border: 1px solid #9e4191;
  padding: 5px 5px 3px;
  font-size: 0;
  text-align: center;
}
.auto-contract_target > dt,
.auto-contract_target > dd {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #9e4191;
}
.auto-contract_target.opt-large {
  width: 427px;
}
.auto-contract_section_detail {
  margin-top: 40px;
}
.auto-contract_figure {
  margin: 30px -21px 0;
}
.auto-contract_figure > span {
  display: block;
  height: 0;
  padding-top: 33.96%;
  background: url(/library/kyousai/mycar/hoshou/img/index_auto-contract_bg01.png) no-repeat center center / 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
/* estimation
============================================== */
.estimation {
  margin-top: 80px;
}
/* conversion-section
============================================== */
.conversion-section {
  margin-top: 85px;
}
/* update 202110
============================================== */
.mycar_wrap .w300 {
  margin: 30px auto 0;
  width: 300px;
}
.mycar_wrap .w300 img {
  width: 100%;
}
.tokuyaku_table_wrap {
  margin-top: 30px;
}
.tokuyaku_table_wrap .tokuyaku_table_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tokuyaku_table_wrap .tokuyaku_table_head li {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_head li {
  width: 256px;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_head li:first-child {
  width: 198px;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_head li:nth-child(2) {
  background: #84d877;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_head li:last-child {
  background: #094;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_content {
  border-bottom: solid 2px #b1b1b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_content dt {
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  font-size: 1.7rem;
  font-weight: bold;
  width: 198px;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_content dd {
  border-left: solid 2px #b1b1b1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  width: 256px;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_content dd:nth-child(2) {
  background: #f5fff9;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_content_wrap dt {
  width: 148px;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_content_wrap dd {
  width: 254.5px;
}
.tokuyaku_table_wrap.pattern01 .tokuyaku_table_content_title {
  background: #84d877;
  border-right: solid 2px #b1b1b1;
  border-bottom: solid 2px #b1b1b1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 49px;
  margin: 0;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 49px;
}
.tokuyaku_table_wrap .tokuyaku_table_inner {
  border: solid 2px #094;
}
.tokuyaku_table_wrap.pattern02 .tokuyaku_table_head li:first-child {
  background: #84d877;
  width: 510px;
}
.tokuyaku_table_wrap.pattern02 .tokuyaku_table_head li:last-child {
  background: #094;
  width: 200px;
}
.tokuyaku_table_wrap.pattern02 .tokuyaku_table_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tokuyaku_table_wrap.pattern02 .tokuyaku_table_content {
  background: #f5fff9;
  border-right: solid 2px #b1b1b1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 256px;
}
.tokuyaku_table_wrap.pattern02 .tokuyaku_table_content dt {
  border-bottom: solid 2px #b1b1b1;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.tokuyaku_table_wrap.pattern02 .tokuyaku_table_content dt,
.tokuyaku_table_wrap.pattern02 .tokuyaku_table_content dd {
  padding: 10px;
}
.tokuyaku_table_wrap.pattern02 .tokuyaku_table_content dd {
  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;
}
.tokuyaku_table_wrap.pattern02 .tokuyaku_table_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 198px;
}
.tokuyaku_border_wrap {
  border: solid 4px #e56059;
  color: #e56059;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
  width: 414px;
}
.tokuyaku_section_border {
  border-top: dotted 4px #333;
  padding-top: 90px;
  margin-top: 80px;
}
