/*tsubasa*/
/** ===========================================================
* tokubetsukinri
* 共通
* ========================================================= */
.apologywrap {
  padding: 0px 0px 20px 0px;
  margin: -0px 0px 0px 0px;
  min-width: 1180px;
  width: 100%;
}
.apology {
  padding: 10px 10px 7px 10px;
  margin: 0px auto 0px;
  width: 1180px;
  border: 2px solid #FF0000;
}
.apology p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 15px;
  color: #FF0000;
}
.apology p a {
  color: #FF0000;
}
.apology p span {
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/icon_apology.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .apologywrap {
    padding: 0.0vw 0.0vw 3.0vw 0.0vw;
    margin: 0.0vw 0.0vw 0.0vw 0.0vw;
    min-width: 100%;
  }
  .apology {
    padding: 3.0vw 5.0vw 3.0vw 11.0vw;
    margin: 0.0vw auto 0.0vw;
    width: 90%;
  }
  .apology p {
    padding: 0.0vw 0.0vw 0.0vw 0.0vw;
    margin: 0.0vw 0.0vw 0.0vw 0.0vw;
    font-size: 3.2vw;
    line-height: 1.2em;
    text-indent: -2.0em;
    padding-left: 2.0em;
  }
  .apology p span {
    padding: 0px 0px 0px 0px;
    margin: 0px 0.0vw 0px 0px;
    width: 4.5vw;
    height: 4.5vw;
  }
}
/* パンくず */
.breadcrumb {
  /*margin-bottom: 10px;*/
}
/*--------------------
一番上部エリア
--------------------*/
.heading_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
.heading_icon .icon-common {
  width: 54px;
}
.heading_icon .icon-faq {
  width: 44px;
  margin-left: 18px;
}
.heading_tag {
  display: inline-block;
  width: 250px;
  margin: 0 0 2px;
  padding: 10px;
  border-radius: 100px;
  background: #FFf;
  color: #008BD3;
  font-weight: bold;
}
.heading_ttl {
  margin: 0 0 20px;
  color: #fff;
  font-size: 37px;
  line-height: 1.4;
}
.heading_illust {
  text-align: center;
}
.heading_illust img {
  width: 280px;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  /* 右側ナビ */
  .right_navi .navi_btn {
    align-items: center;
    background: #008BD3;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 55px;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 20;
  }
  .right_navi .navi_btn span {
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
  }
  .right_navi .navi_btn:not(.is-open) span:before {
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .right_navi .navi_btn.is-open span::before {
    background: #fff;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1px;
  }
  .right_navi .navi_btn.is-open span::after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 1px;
  }
  /*--------------------
	一番上部エリア
	--------------------*/
  .heading_icon {
    margin-bottom: 13px;
  }
  .heading_icon .icon-common {
    width: 38px;
  }
  .heading_icon .icon-faq {
    width: 29px;
    margin-left: 10px;
  }
  .heading_tag {
    width: 156px;
    margin-bottom: 7px;
    padding: 6px;
    font-size: 14px;
  }
  .heading_ttl {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.3;
  }
  .heading_illust img {
    width: 202px;
    margin-right: 19px;
  }
}
/*--------------------
見出し
--------------------*/
.secondary_heading span {
  border-bottom-color: #008BD3;
}
.heading_note {
  color: #008BD3;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .heading_note {
    font-size: 13px;
  }
}
/*--------------------
indexページ
--------------------*/
.index_heading {
  padding: 0px 0 0px;
  background-color: #E7665C;
  background-image: url("/assets/images/campaign/tokubetsukinri/index_heading01back_pc.png") !important;
  background-repeat: repeat-x !important;
		background-size: cover;
}
.index_heading .heading_inner {
  position: relative;
  width: 1235px;
  margin: 0 auto;
}
.index_heading .heading_label {
  margin: 0;
  padding: 25px 0 28px;
  background: #F7F4DA;
}
.index_heading .heading_label .heading_inner {
  max-width: 900px;
}
.index_heading .heading_label .label_img {
  width: 57%;
  margin: 0 auto;
}
.index_heading .heading_atten {
  margin: 13px 0 0;
  color: #E02F2F;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.index_heading .heading_atten + .heading_atten {
  margin-top: 3px;
}
.tokubetsukinri.index .period_box {
  width: 740px;
  margin: 0px auto 0px;
}
.tokubetsukinri.index .period_box .period_inner {
  position: relative;
}
.period_box .period_txt {
  font-weight: bold;
  line-height: 1.5;
}
.period_box .period_txt .txt_date {
  margin: 10px 0 0;
  font-size: 23px;
}
.period_box .period_txt .txt_read_wrap {
  color: #000000;
  padding: 5px 0px 5px 0px;
  margin: 10px auto 5px;
  width: 500px;
}
.period_box .period_txt .txt_read {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 1.3em;
}
.period_box .period_txt .txt_note {
  margin: 5px 0 0;
  font-size: 14px;
}
.txt_note_wrap {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.txt_note_wrap .txt_note {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.oval_box {
  padding: 17px 0;
  border-radius: 25px;
  background: #FFFDB9;
  text-align: center;
}
.oval_ttl {
  display: inline-block;
  padding: 8px 30px 8px 30px;
  color: #E7665C;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .oval_ttl {
    font-size: 16px;
  }
}
.oval_ttl-yl {
  background: #F9E300;
}
.oval_ttl-lb {
  background: #CCE9FA;
}
.oval_ttl img {
  max-width: 50%;
  width: auto;
  vertical-align: middle;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.bg_block_handlingperiod {
  background: #FFDFDD;
  padding: 40px 0 40px;
}
.section_block_handlingperiod {
  width: 860px;
  margin: 0 auto;
}
.section_block_productoverview {
  width: 860px;
  margin: 0 auto;
}
.borders01 {
  margin: 0px auto 0px;
  width: 110px;
  border: none;
  height: 3px;
  background-color: #E7665C;
}
.section_block_point {
  width: 1110px;
  margin: 0 auto;
}
.section_block_point h2 {
  padding: 0px 0px 40px 0px;
  text-align: center;
  font-size: 31px;
  font-weight: 700;
}
.section_block_point h2 span {
  border-bottom: 5px solid #000000;
}
.section_block_wrap {
  padding: 50px 0px 50px 0px;
  width: 100%;
  background-color: #FFFDC7;
  border-radius: 50px;
  position: relative;
}
.section_block_wrap .checkpoint {
  width: 104px;
  position: absolute;
  top: -50px;
  left: -50px;
}
.section_block_wrap h3 {
  padding: 0px 0px 40px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #00143E;
}
.section_block_wrap h3 span {
  font-size: 42px;
}
.section_block02_wrap {
  padding: 50px 0px 50px 0px;
  margin: 50px 0px 0px 0px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bg_block_handlingperiod {
    padding: 20px 0 20px;
  }
  .section_block_handlingperiod {
    width: 90%;
  }
  .section_block_productoverview {
    width: 90%;
  }
  .borders01 {
    width: 60px;
  }
  .section_block_point {
    width: 90%;
  }
  .section_block_point h2 {
    padding: 0px 0px 30px 0px;
    font-size: 21px;
  }
  .section_block_wrap {
    padding: 40px 0px 50px 0px;
    border-radius: 25px;
  }
  .section_block_wrap .checkpoint {
    width: 74px;
    position: absolute;
    top: -20px;
    left: -10px;
  }
  .section_block_wrap h3 {
    padding: 0px 0px 40px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 19px;
    line-height: 1.5em;
  }
  .section_block_wrap h3 span {
    font-size: 27px;
  }
  .section_block02_wrap {
    padding: 50px 0px 50px 0px;
    margin: 20px 0px 0px 0px;
    border-radius: 25px;
  }
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.bg_block_tenposearch {
  background-image: url("/assets/images/campaign/tokubetsukinri/bg_block_tenposearch_back_pc.png") !important;
  background-repeat: repeat-x;
  background: #FFDFDD;
  padding: 40px 0 40px;
  text-align: center;
  background-size: contain;
}
.bubble_tenposearch {
  position: relative;
  display: inline-block;
  margin: 0px auto 0px;
  padding: 12px 17px 12px 17px;
  text-align: center;
  font-size: 19px;
  color: #FFFFFF;
  background-color: #00143E;
  border-radius: 100px;
}
.bubble_tenposearch:before, .bubble_tenposearch:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.bubble_tenposearch:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #00143E;
  border-color: transparent;
  border-top-color: #00143E;
  margin-left: -20px;
}
a:hover.tenposearch_btm {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  zoom: 1;
}
.tenposearch_btm {
  display: block;
  padding: 15px 0px 15px 0px;
  margin: 30px auto 0px;
  width: 384px;
  background-image: url("/assets/images/campaign/tokubetsukinri/tenposearchbtm_back_pc.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  border: 4px solid #FFFFFF;
}
.tenposearch_btm h4 {
  padding: 12px 0px 0px 0px;
  margin: 0px auto 0px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.tenposearch_btm p {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  text-align: center;
  font-size: 17px;
}
.tenposearch_btm02 {
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
.bg_block_tenposearch a:hover {
  text-decoration: none !important;
}
.bg_block_tenposearch a:hover * {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .bg_block_tenposearch {
    background-image: url("/assets/images/campaign/tokubetsukinri/bg_block_tenposearch_back_sp.png") !important;
    padding: 20px 0 20px;
  }
  .bubble_tenposearch {
    padding: 12px 35px 12px 35px;
    font-size: 15px;
    line-height: 1.5em;
  }
  .bubble_tenposearch:before {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 20px solid #00143E;
    margin-left: -17px;
  }
  .tenposearch_btm {
    display: block;
    padding: 15px 0px 15px 0px;
    margin: 30px auto 0px;
    width: 275px;
    background-image: url("/assets/images/campaign/tokubetsukinri/tenposearchbtm_back_sp.png") !important;
    border-radius: 200px;
  }
  .tenposearch_btm h4 {
    padding: 8px 0px 0px 0px;
    font-size: 25px;
  }
  .tenposearch_btm p {
    font-size: 13px;
  }
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.bg_block {
  background: #FFDFDD;
  position: relative;
  padding: 50px 0 74px;
}
.bg_block + .bg_block {
  margin-top: 20px;
}
.type_block .type_ttl {
  position: relative;
  font-size: 22px;
  color: #002B7E;
  font-weight: bold;
  text-align: center;
}
.type_block .type_ttl::after {
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  content: "";
  display: inline-block;
  background: #002B7E;
  width: 100%;
  height: 3px;
}
.type_block .type_ttl p {
  position: relative;
  display: inline-block;
  padding: 0 33px;
  background: #CCE9FA;
  z-index: 1;
}
.type_block .type_ttl span {
  font-size: 30px;
}
.type_block .type_ttl span.red {
  color: #F44646;
}
.type_block .type_list {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0;
}
.type_block .type_list .list_item {
  position: relative;
  width: calc((100% - 31px) / 2);
  padding: 40px;
  border-radius: 15px;
  background: #F7F4DA;
  color: #002B7E;
  font-weight: bold;
  text-align: center;
}
.type_block .type_list .list_item .item_ttl {
  width: 94%;
  margin: 0 auto;
}
.type_block .type_list .list_item .oval_ttl {
  width: 96%;
  padding: 9px 0;
}
.type_block .type_list .list_item .item_amount {
  display: inline-block;
  margin: 22px 0 0;
  border-bottom: 2px solid #002B7E;
  font-size: 22px;
  line-height: 1.5;
}
.type_block .type_list .list_item .item_year {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 15px 0 0;
}
.type_block .type_list .list_item .item_year .year_top {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  border-top: 2px solid #002B7E;
  font-size: 32px;
  line-height: 1.3;
}
.type_block .type_list .list_item .item_year .year_top span {
  border-bottom: 2px solid #002B7E;
  font-size: 17px;
}
.type_block .type_list .list_item .item_year .year_ai {
  font-size: 98px;
  letter-spacing: -6px;
  line-height: 0.9;
}
.type_block .type_list .list_item .item_year .year_ai-yl {
  color: #F9E300;
}
.type_block .type_list .list_item .item_year .year_ai span {
  margin: 10px;
  font-size: 23px;
}
.type_block .type_list .list_item .item_per {
  margin: 20px 0 0;
}
.type_block .type_list .list_item-bl {
  background: #008BD3;
  color: #fff;
}
.type_block .type_list .list_item-bl .item_amount, .type_block .type_list .list_item-bl .item_year .year_top span {
  border-bottom-color: #fff;
}
.type_block .type_list .list_item-bl .item_year .year_top {
  border-top-color: #fff;
}
.type_block .type_note {
  margin: 20px 0 0;
  color: #002B7E;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index_heading {
    /*padding: 0 0 154px;*/
    background-image: url("/assets/images/campaign/tokubetsukinri/index_heading01back_sp.png") !important;
    background-repeat: repeat-x !important;
    padding: 0px 0px 0px 0px;
    background-color: #008BD3;
    background-size: contain;
  }
  .index_heading .heading_inner {
    width: 100%;
    /*padding: 0 15px;*/
    padding: 0px;
  }
  .index_heading .heading_img {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
  .sp_links {
    display: flex;
    justify-content: space-between;
    /*margin: 25px 0 0;*/
    margin: 0px 0 0;
  }
  .sp_links .link_item {
    width: 50%;
  }
  .sp_links .link_item a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }
  .sp_links .link_item-gl a {
    padding: 16px 30px 16px 50px;
    background: #EDEDED;
    color: #008BD3;
  }
  .sp_links .link_item-bl a {
    padding: 16px 50px 16px 30px;
    background: #008BD3;
    color: #fff;
  }
  .sp_links .link_item a span {
    position: relative;
    display: inline-block;
  }
  .sp_links .link_item a span::after {
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp_links .link_item-gl a span::after {
    border-left-color: #008BD3;
  }
  .index_heading .heading_label {
    margin: 0;
    padding: 28px 0 30px;
  }
  .index_heading .heading_label .heading_inner {
    padding: 0 15px;
  }
  .index_heading .heading_label .label_img {
    width: 100%;
  }
  .index_heading .heading_atten {
    margin-top: 8px;
    font-size: 14px;
  }
  .tokubetsukinri.index .period_box {
    width: 100%;
    border-radius: 25px;
  }
  .period_img {
    padding: 8px 30px;
    width: 84%;
  }
  .period_img img {
    width: 34%;
  }
  .txt_note_wrap {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px;
    width: 90%;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .oval_box {
    padding: 31px 0;
  }
  .period_box .period_txt .txt_date {
    margin-top: 16px;
    font-size: 23px;
  }
  .period_box .period_txt .txt_date span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
  }
  .period_box .period_txt .txt_read_wrap {
    color: #000000;
    padding: 5px 0px 5px 0px;
    margin: 15px auto 5px;
    width: 85%;
  }
  .period_box .period_txt .txt_read {
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    line-height: 1.3em;
  }
  .period_box .period_txt .txt_note {
    margin-top: 15px;
    font-weight: normal;
    text-align: center;
    text-indent: -1.0em;
    padding-left: 1.0em;
  }
  .type_block .type_ttl {
    margin-top: 22px;
    font-size: 18px;
  }
  .type_block .type_ttl::after {
    display: none;
  }
  .type_block .type_ttl p {
    padding: 0;
    line-height: 1.3;
    z-index: 0;
  }
  .type_block .type_ttl span {
    font-size: 26px;
  }
  .type_block .type_list {
    display: block;
    margin-top: 30px;
  }
  .type_block .type_list .list_item {
    width: 100%;
    padding: 25px;
  }
  .type_block .type_list .list_item + .list_item {
    margin-top: 20px;
  }
  .type_block .type_list .list_item .item_amount {
    margin-top: 10px;
    font-size: 16px;
  }
  .type_block .type_list .list_item .item_year .year_top {
    margin-right: 10px;
    font-size: 23px;
  }
  .type_block .type_list .list_item .item_year .year_top span {
    font-size: 12px;
  }
  .type_block .type_list .list_item .item_year .year_ai {
    font-size: 63px;
    letter-spacing: -3px;
  }
  .type_block .type_list .list_item .item_year .year_ai span {
    margin: 0 8px 3px;
    font-size: 17px;
  }
  .type_block .type_list .list_item .item_per {
    margin-top: 15px;
    font-size: 10px;
  }
  .type_block .type_note {
    margin-top: 30px;
  }
  .tokubetsukinri.index .oval_box {
    /*padding: 50px 0 22px;*/
    padding: 22px 0 22px;
  }
  .tokubetsukinri.index .period_img {
    position: relative;
  }
}
/* 商品概要 */
.tokubetsukinri_summary {
  margin: 0 0 53px;
}
.tokubetsukinri_summary .secondary_heading {
  margin: 0 0 40px;
}
.tokubetsukinri_summary .def_tbl {
  table-layout: fixed;
  line-height: 1.5;
}
.tokubetsukinri_summary .def_tbl th {
  background: #FFEDED;
  width: 175px;
}
.def_tbl th {
  padding: 15px 15px 15px 15px;
  vertical-align: middle;
}
.def_tbl td {
  padding: 15px 15px 15px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .tokubetsukinri_summary .def_tbl th {
    width: 70px;
  }
  .def_tbl th {
    padding: 15px 5px 15px 5px;
    font-size: 13px;
  }
  .def_tbl td {
    padding: 15px 15px 15px 15px;
    font-size: 13px;
  }
}
.tokubetsukinri_summary .def_tbl .tbl_flex {
  display: flex;
}
.tokubetsukinri_summary .def_tbl .tbl_flex span {
  margin-right: 1em;
}
.tokubetsukinri_summary .def_tbl .tbl_flex-unit span {
  width: 145px;
}
.tokubetsukinri_summary .def_tbl .tbl_flex-unit div {
  width: calc(100% - 161px);
}
.tokubetsukinri_summary .def_tbl .tbl_flex-unit div p {
  text-indent: -1em;
  margin-left: 1em;
}
.tokubetsukinri_summary .def_tbl .tbl_flex2 {
  display: flex;
  flex-wrap: wrap;
}
.tokubetsukinri_summary .def_tbl .tbl_flex2 span {
  padding-right: 1em;
}
.tokubetsukinri_summary .def_tbl .tbl_flex2 span.title {
  width: 30%;
}
.tokubetsukinri_summary .def_tbl .tbl_flex2 span.reads {
  width: 70%;
}
.tokubetsukinri_summary .slide_boxs .def_tbl th {
  width: 165px;
  background: #8DCBED;
  color: #002B7E;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tokubetsukinri_summary .section_block {
    width: 84%;
  }
  .tokubetsukinri_summary .slide_tab .tab {
    width: 50%;
    padding: 7px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
  }
  .tokubetsukinri_summary .slide_boxs {
    width: 100%;
  }
  .tokubetsukinri_summary .slide_boxs .def_tbl {
    width: 100%;
  }
  .tokubetsukinri_summary .slide_boxs .def_tbl th {
    /*width: 22.5%;*/
    width: 26%;
    padding: 0 0;
    font-size: 14px;
  }
  .tokubetsukinri_summary .slide_boxs .def_tbl td {
    padding: 10px 5px;
    font-size: 13px;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .tokubetsukinri_summary .def_tbl .tbl_flex2 {
    display: block;
  }
  .tokubetsukinri_summary .def_tbl .tbl_flex2 span {
    display: block;
    padding-right: 0;
  }
  .tokubetsukinri_summary .def_tbl .tbl_flex2 span.title {
    width: 100%;
  }
  .tokubetsukinri_summary .def_tbl .tbl_flex2 span.reads {
    width: 100%;
  }
  .tokubetsukinri_summary .def_tbl .tbl_flex2 span:nth-child(2n) {
    padding-bottom: 1em;
  }
  .tokubetsukinri_summary .def_tbl .tbl_flex2 span:last-child {
    padding-bottom: 0;
  }
}
.txt_note {
  margin: 20px 0 0;
  font-weight: bold;
  text-align: center;
}
.txt_note-rd {
  color: #F44646;
}
.border_box + .txt_note {
  margin-top: 28px;
}
.intro_img {
  margin: 40px 0 0;
}
.intro_img img {
  width: 810px;
}
.speech_bubble {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  border: 3px solid #707070;
  border-radius: 100vh;
  background: #FFF;
  color: #00143E;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
}
.speech_bubble::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% + 3px);
  border-top: 16px solid #FFF;
  border-right: 0;
  border-bottom: none;
  border-left: 16px solid transparent;
  z-index: 2;
}
.speech_bubble::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: calc(50% - 1px);
  border-top: 23px solid #707070;
  border-right: 0;
  border-bottom: none;
  border-left: 23px solid transparent;
  z-index: 1;
}
.type_list .speech_bubble {
  position: absolute;
  top: -31px;
  left: -100px;
}
/*---------------------------------------------------------------------------------*/
.comparison_block {
  margin: 190px 0 0;
}
.comparison_block02 {
  margin: 50px auto 1px;
  width: 1020px
}
.comparison_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison_ttl .speech_bubble {
  position: absolute;
  top: -65px;
  left: 0px;
}
.comparison_ttl .oval_point_wrap {
  margin: 10px 0px 0px 0px;
}
.comparison_ttl .oval_point {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 100vh;
  background: #F9E300;
  font-size: 22px;
  font-weight: bold;
}
.comparison_ttl .comparison_txt {
  display: flex;
  align-items: center;
  color: #002B7E;
  font-size: 23px;
  font-weight: bold;
}
.comparison_ttl .comparison_txt span {
  display: inline-block;
  margin: 0 2px 5px 5px;
  font-size: 39px;
}
.comparison_tbl {
  width: 100%;
  margin: 10px 0 0;
  border: 4px solid #002B7E;
  font-size: 20px;
  font-weight: bold;
}
.comparison_tbl th + th, .comparison_tbl th + td, .comparison_tbl td + td {
  border-left: 2px solid #002B7E;
}
.tr_ttmrg th, .tr_ttmrg td {
  border-top: 2px solid #002B7E;
}
.comparison_tbl th, .comparison_tbl td {
  background: #fff;
  text-align: center;
  padding: 15px 15px 15px 15px;
  vertical-align: middle;
}
.comparison_tbl th {
  font-size: 30px;
}
.comparison_tbl td {
  font-size: 50px;
}
.comparison_tbl th .sup01 {
  font-size: 0.5em;
}
.comparison_tbl td .sup02 {
  font-size: 0.666em;
}
@media screen and (max-width: 768px) {
  .comparison_tbl th .sup01 {
    font-size: 0.7em;
  }
  .comparison_tbl td .sup02 {
    font-size: 0.8em;
  }
}
.comparison_tbl th:nth-child(1) {
  width: 320px;
}
.comparison_tbl th:nth-child(2) {
  width: 350px;
}
.tr_top th, .tr_top td {
  background: #E7665C;
  padding: 14px 30px;
  font-size: 20px;
}
.tr_ttmrg td {
  padding: 0 !important;
}
/*------------------------------------------------------------------------*/
.comparison_note {
  /*  display: flex;
  justify-content: space-between;*/
  margin: 15px 0 0;
  /*  font-size: 15px;*/
}
.comparison_note p.read01 {
  font-size: 15px;
  line-height: 1.6em;
  text-indent: -1.0em;
  padding-left: 1.0em;
}
.comparison_note p.read02 {
  margin: 10px 0px 0px 0px;
  font-size: 15px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .txt_note {
    font-size: 14px;
    line-height: 1.4;
  }
  .intro_img img {
    width: 100%;
  }
  .speech_bubble {
    width: 100%;
    padding: 9px;
    font-size: 15px;
  }
  .type_list .speech_bubble {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .speech_bubble::before {
    bottom: -11px;
    left: 42%;
    border-top: 12px solid #FFF;
    border-left: 12px solid transparent;
  }
  .speech_bubble::after {
    bottom: -18px;
    left: calc(42% - 4px);
    border-top: 19px solid #002B7E;
    border-left: 19px solid transparent;
  }
  /*---------------------------------------------------------------------------------*/
  .comparison_block {
    margin-top: 155px;
  }
  .comparison_block02 {
    margin: 60px auto 30px;
    width: 100%;
  }
  .comparison_block {
    margin: 100px 0px 50px 0px;
  }
  .comparison_ttl .speech_bubble {
    width: 85%;
    height: 65px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 15px 15px 15px;
    text-align: center;
  }
  .comparison_ttl .speech_bubble::before {
    left: 24%;
    border-right: 12px solid transparent;
    border-left: none;
  }
  .comparison_ttl .speech_bubble::after {
    left: calc(24% - 3px);
    border-right: 19px solid transparent;
    border-left: none;
  }
  .comparison_ttl .speech_bubble-inner {
    position: relative;
    line-height: 1.6em;
  }
  .comparison_ttl .oval_point {
    margin-right: 15px;
  }
  .comparison_ttl .comparison_txt {
    font-size: 16px;
    margin: 10px 0px 0px 0px;
  }
  .comparison_ttl .comparison_txt span {
    margin: 0 5px;
    font-size: 37px;
  }
  .swipe_arrow {
    margin-top: 14px;
  }
  .swipe_arrow p {
    width: 60%;
    margin: 0 auto;
  }
  .comparison_tbl {
    width: 600px;
    font-size: 14px;
    margin: 0px 25px 0px 25px;
  }
  .comparison_tbl th, .comparison_tbl td {
    padding: 15px 15px 15px 15px;
    font-size: 20px;
  }
  .comparison_tbl th {
    font-size: 20px;
  }
  .comparison_tbl td {
    font-size: 32px;
  }
  .tr_top th, .tr_top td {
    padding: 10px 13px 10px 13px;
  }
  .comparison_tbl th:nth-child(1) {
    width: 200px;
  }
  .comparison_tbl th:nth-child(2) {
    width: 200px;
  }
  .comparison_note {
    display: block;
    margin: 8px auto 0;
    width: 85%;
  }
  .comparison_note p.read01 {
    font-size: 12px;
    line-height: 1.6;
  }
  .comparison_note p.read02 {
    margin: 5px 0px 0px 0px;
    font-size: 12px;
    line-height: 1.6;
  }
}
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
.overview_heading {
  margin: 90px 0px 50px 0px !important;
  color: #E7665C;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.overview_heading span {
  position: relative;
}
.overview_heading span::after {
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 30px;
  height: 36px;
  background: url("/assets/images/campaign/tokubetsukinri/icon_overview.svg") no-repeat top center / 100%;
}
.inner_kinri {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px -15px;
  width: 685px;
  border: none;
}
.inner_kinri th {
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  text-align: center;
  border: none;
  background-color: #E7665C !important;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
.inner_kinri td {
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
  width: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.inner_kinri td.midashi {
  background-color: #FFFDB9;
}
@media screen and (max-width: 768px) {
  .overview_heading {
    margin: 30px 0px 30px 0px !important;
    font-size: 18px;
  }
  .overview_heading span {
    display: inline-block;
    padding-top: 53px;
  }
  .overview_heading span::after {
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .inner_kinri {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -15px;
    width: calc(100% + 30px);
  }
  .inner_kinri th {
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
  }
  .inner_kinri td {
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
  }
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
.points_smidashi {
  padding: 0px 0px 0px 0px;
  margin: 30px 0px 30px 0px;
}
.points_heading {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #00143E;
}
.points_heading span {
  position: relative;
  padding: 0 42px;
}
.points_heading span::before, .points_heading span::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 6px;
}
.points_heading span::before, .points_heading span::after {
  background: url("/assets/images/campaign/tokubetsukinri/points_slash-pc.png") no-repeat top center / 100%;
}
.points_heading span::before {
  left: 0;
}
.points_heading span::after {
  transform: scale(-1, 1);
  right: 0;
}
.points_area .cta_btn {
  width: 800px;
  margin: 12px auto;
}
/*-------------------------------------------------------------*/
.points_area a:hover {
  text-decoration: none
}
/*-------------------------------------------------------------*/
.primary_btn02 {
  display: block;
  position: relative;
  padding: 30px 0px 25px 0px;
  margin: 30px auto 0px;
  width: 760px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #00143E;
  background-image: url(/assets/images/campaign/tokubetsukinri/simulatebtm_back_pc.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  border: 4px solid #FFFFFF;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
a:hover.primary_btn02 {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  zoom: 1;
}
.primary_btn02::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  border-left: 16px solid #00143E;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media screen and (max-width: 768px) {
  .points_smidashi {
    padding: 0.0vw 0.0vw 0.0vw 0.0vw;
    margin: 0.0vw auto 0.0vw;
    width: 80%;
  }
  .points_heading {
    font-size: 4.0vw;
    line-height: 1.2em;
  }
  .points_heading span {
    padding: 0;
    display: block;
  }
  .points_heading span::before, .points_heading span::after {
    top: calc(50% - 13px);
    width: 30px;
    height: 30px;
  }
  .points_heading span::before, .points_heading span::after {
    background: url("/assets/images/campaign/tokubetsukinri/points_slash-pc.png") no-repeat top center / 100%;
  }
  .points_area .cta_btn {
    width: 80%;
  }
  .primary_btn02 {
    padding: 20px 0px 20px 0px;
    margin: 10px auto 0px;
    width: 85%;
    font-size: 18px;
    color: #00143E;
    background-image: url(/assets/images/campaign/tokubetsukinri/simulatebtm_back_sp.png) !important;
  }
  .primary_btn02::after {
    right: 15px;
    border-left: 14px solid #00143E;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.btm_width01 {
  width: 220px !important;
}
@media screen and (max-width: 768px) {
  .btm_width01 {
    width: 60% !important;
  }
}
.flow_allwrap {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 822px;
  position: relative;
}
.flow_allwrap hr {
  position: absolute;
  top: 122px;
  right: 0;
  left: 0;
  margin: 0px auto 0px;
  width: 500px;
  border: none;
  height: 5px;
  background-color: #A8A8A8;
  z-index: 100;
}
.flow_wrap {
  padding: 40px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 822px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 120;
}
.flow_list {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 260px;
}
.flow_list:nth-child(2) {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 302px;
}
.flow_listimg {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 165px;
}
.flow_midashi {
  padding: 30px 0px 0px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #00143E;
}
.flow_read {
  padding: 24px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  color: #00143E;
}
.flow_arrow {
  display: none;
}
.link_block {
  margin: 28px 0 0;
  text-align: center;
}
.primary_link {
  position: relative;
  display: inline-block;
  padding-right: 27px;
  color: #E7665C;
  font-size: 20px;
  font-weight: bold;
}
.primary_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/assets/images/campaign/tokubetsukinri/icon_circle.png) no-repeat top center / 100%;
}
@media screen and (max-width: 768px) {
  .flow_allwrap {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px;
    width: 100%;
    position: inherit;
  }
  .flow_allwrap hr {
    display: none;
  }
  .flow_wrap {
    padding: 40px 0px 0px 0px;
    margin: 0px auto 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 120;
  }
  .flow_list {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px;
    width: 100%;
  }
  .flow_list:nth-child(2) {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px;
    width: 100%;
  }
  .flow_listimg {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px;
    width: 165px;
  }
  .flow_midashi {
    padding: 30px 0px 0px 0px;
    font-size: 16px;
  }
  .flow_read {
    padding: 24px 0px 0px 0px;
    font-size: 15px;
  }
  .flow_arrow {
    display: block;
    padding: 20px 0px 20px 0px;
    margin: 0px auto 0px;
    width: 20px;
  }
  .link_block {
    margin-top: 20px;
  }
  .primary_link {
    font-size: 15px;
    line-height: 1.5;
  }
}