@charset 'UTF-8';

/*20220922追加分*/
.header_line {
  width: 900px;
  margin: 10px auto;
}

.header_line p {
  color: #666;
  font-size: 12px;
  text-align: center;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}

.container {
  margin-top: 0;
}

.main-image .sp-hidden {
  padding: 5px 0;
}

section.typeA input {
  display: none;
}
.Bigwrapp {
  position: relative;
}
.Bg_blue {
  content: "";
  background: #d9f3ff;
  height: 600px;
  position: absolute;
  width: 100%;
  z-index: 60;
}
h2 {
  font-size: 36px;
  line-height: 1.8;
  margin: 0;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
#wrapp-sixreason .division_6 {
  margin-top: 48px;
  margin-bottom: 10px;
}
.division_6 > div {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px -5px #909090;
  margin: 0 0 20px;
  text-align: center;
}
.division_6 > div p:first-child {
  background: linear-gradient(135deg, #dfebf7 0%, #f2f6fa 100%);
  text-align: center;
  padding: 20px 0;
  margin: 0;
  border-radius: 10px 10px 0 0;
}
.division_6 > div p:not(:first-child) {
  padding: 10px 0;
}
.division_6 > div:nth-of-type(2), .division_6 > div:nth-of-type(5) {
  margin: 0 2% 20px;
}
#wrapp-sixreason .division_6 p {
  font-size: 16px;
}
@media screen and (max-width: 1019px) {
  #wrapp-sixreason .division_6 p {
    font-size: 14px;
  }
}
.tab_textwrapp {
  text-align: center;
}
.lefttab .tab_textwrapp h3:first-child {
  margin: 0 0 8px;
}
.text-orange {
  color: #f79d00;
}
.typeA .content .tab_textwrapp h3:nth-of-type(2) {
  margin: 30px 0 24px;
}
#tab-left {
  justify-content: space-between;
}
.wrapp_prepare {
  background: #f2f6fa;
  text-align: center;
  width: 42.6%;
  padding: 20px;
  border-radius: 10px;
}
#tab-left .wrapp_prepare:nth-of-type(1) > p {
  margin-bottom: 35px;
}
.prepare {
  border-radius: 10px;
}
.prepare > div:first-child {
  margin-right: 2%;
}
.prepare > div {
  background: #fff;
  border-radius: 10px;
  padding: 22px 0;
  width: 49%;
}
#tab-left div:last-child div.d-table div:first-child {
  padding-right: 10px;
}
.d-table > div {
  display: table-cell;
  vertical-align: middle;
}
.prepare p.title_prepare {
  font-size: 18px;
  font-weight: bold;
}
.prepare:nth-of-type(2) > div {
  padding: 10px 0;
}
.wrapp_prepare:last-child {
  padding-top: 10px;
}
.plus {
  width: 40px;
}
.plus img {
  width: 100%;
  margin-top: 100px;
}
#tab-left div:last-child div.d-table {
  margin: 2px auto 14px;
}
.d-table {
  display: table;
}
section.typeA .tabLabel:nth-of-type(2) {
  border-right: 1px solid #dae1f5;
}
section.typeA .tabLabel {
  padding: 15px 12px;
  flex: 1;
  order: -1;
  background: #f2f6fa;
  transition: 0.1s;
  cursor: pointer;
  border-bottom: 1px solid #2076c7;
  border-top: 1px solid #dae1f5;
  text-align: center;
  font-size: 14px;
}
.wrapp_prepare p {
  font-size: 18px;
  font-weight: bold;
}
#tab-left div:nth-of-type(3) .prepare p {
  line-height: 1px;
}
#tab-left div:nth-of-type(3) .prepare p:first-of-type {
  margin-bottom: 5px;
}
.typeA .content .tab_textwrapp:nth-of-type(3) h3 {
  margin: 32px 0 0;
}
h3 {
  font-size: 28px;
}
.column.square-image-text-card {
  margin: 0;
}
.circle-image-text-card, .square-image-text-card, .square-image-text-card--vertical {
  display: flex;
  justify-content: center;
}
.square-image-text-card .imgWrap__img {
  max-height: 200px;
}
.square-image-text-card .imgWrap::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 15%;
  top: 0;
}
.square-image-text-card .imgWrap__img.step_icon {
  width: 90px;
}
section.typeA .tabLabel span {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
#tab-right {
  flex-wrap: nowrap;
}
#tab-right .wrapp_prepare {
  width: 50%;
}
#tab-right .d-table.prepare {
  width: 100%;
  height: 100%;
}
#tab-right .d-table {
  justify-content: space-between;
}
.prepare {
  border-radius: 10px;
}
#tab-right .prepare > div:nth-last-of-type(odd) {
  background: #fff;
  border-radius: 10px;
  padding: 22px 0;
  width: 45%;
}
.prepare p.title_prepare {
  font-size: 18px;
  font-weight: bold;
}
#tab-right .plus_area {
  width: 10%;
  background: none;
}
#tab-right .plus_area .plus img {
  margin: 0;
}
#tab-right > div:last-child {
  margin-left: 20px;
  padding-top: 40px;
}

.w750 {
  max-width: 750px !important;
  margin: 0 auto !important;
}
.w830 {
  max-width: 830px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1019px){
  .w750 {
    width: 100%;
  }
  .w830 {
    width: 100%;
  }
}

.title_text_h2 p {
  font-size: 18px;
}

#chargepts .text-center_pc {
  font-size: 16px;
}

#No1 p {
  width: 900px;
  margin: 0 auto;
}

#wrapp-sixreason .title_text_h2 {
  font-size: 18px;
}
@media screen and (max-width: 1019px) {
  #chargepts .text-center_pc {
    font-size: 14px;
  }
  #wrapp-sixreason .title_text_h2 {
    font-size: 16px;
  }
}

.flex_white {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #909090 solid 1px;
  border-radius: 100px;
  padding: 25px;
  background-color: #fff;
}

.mt-36 {
  margin-top: 36px !important;
}
.mt-55__sp-35 {
  margin-top: 55px !important;
}

.welcome-icon {
  width: 120px;
}

.welcome-num {
  width: 100px;
}

.present {
  width: 60%;
}

.arrow {
  width: 80px;
}

@media screen and (max-width: 1019px) {
  .sp_mt-0 {
    margin-top: 0 !important;
  }

  .mt-55__sp-35 {
    margin-top: 35px !important;
  }

  .flex_white {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .present {
    width: 100%;
  }
}
/*
.accordion .accordion-com {
  width: 447px;
  border-radius: 15px;
  border-top: 4px solid #49c1f6;
  border-bottom: none;
}

.accordion .accordion-com.show {
  width: 447px;
  border: 4px solid #49c1f6;
}

.accordion__body--box {
  width: 375px;
  margin: 28px auto;
}

@media screen and (min-width: 1019px) {
  .accordion__body {
    height: 295px;
  }
} */

button {
  background-color: #49c1f6 !important;
  border: none;
  border-radius: 10px;
  height: 80px;
}
.show button {
  border-radius: 10px 10px 0 0;
}
#chargepts {
  width: 936px !important;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  #chargepts {
    width: calc(100% - 40px) !important;
  }
}
.accordion__label-title {
  color: #000000;
}

/*
.accordion__label-title img {
  padding: 10px 28px;
  margin-left: 4px;
}
.accordion__item.show .accordion__label-title img {
  padding: 10px 28px;
  margin-left: 0;
}
.accordion-com {
  position: relative;
}
.accordion__label::after {
  background: url(/lp/imgs/inc/imgs_02.png) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  height: 30px;
  width: 30px;
  color: #2076c7;
  display: block;
}
.accordion__item.show .accordion__label::after {
  background: url(/lp/imgs/inc/imgs_01.png) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  height: 30px;
  width: 30px;
  color: #2076c7;
  display: block;
} */

button p {
  text-align: center;
}

.accordion__item .accordion__body {
  font-size: 16px;
  line-height: 1.2;
  display: none;
}

.accordion__item .accordion__label {
  padding: 0 !important;
  border-top: none !important;
}

.accordion__body {
  padding: 0 !important;
}

.accordion__body--title {
  font-size: 17px;
  padding-bottom: 19px;
}
.accordion span.accordion__label-title {
  display: block;
}

@media screen and (max-width: 1019px) {
  button {
    height: 60px;
  }
  button p {
    text-align: center;
  }
  /* .accordion .accordion-com {
    width: 100%;
    border-radius: 15px;
    border-top: 4px solid #49c1f6;
    border-bottom: none;
  }
  .accordion .accordion-com.show {
    width: 100%;
    border: 4px solid #49c1f6;
  }

  .accordion__label-title {
    height: 60px;
    width: 300px;
    margin: 0 auto;
  }
  .accordion__label-title img {
    padding: 6px 7px 9px;
    margin: 0;
  }
  .accordion__item.show .accordion__label-title img {
    padding: 6px 7px 9px;
    margin: 0;
  }

  .accordion .accordion-com button {
    padding: 10px 20px;
  }
  .accordion__label::after {
    right: 15px;
    height: 30px;
    width: 30px;
  }
  .accordion__item.show .accordion__label::after {
    right: 11px;
    height: 30px;
    width: 30px;
  }

  .accordion__item .accordion__body {
    font-size: 16px;
    line-height: 1.2;
    display: none;
  }
  .accordion__item .accordion__label {
    padding: 0 !important;
    border-top: none !important;
  }
  .accordion__body {
    padding: 0 !important;
  }
  .accordion__body--box {
    width: calc(100% - 30px);
    margin: 20px auto 30px;
  }
  .accordion__body--title {
    font-size: 14px;
    padding: 0;
    margin-bottom: 18px;
  } */
}

.sixreason, #wrapp-entrykoza {
  position: relative;
  z-index: 60;
  padding: 40px 0 40px 0;
}
.title_Area {
  text-align: center;
}
section.typeA {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
section.typeA .tabLabel {
  padding: 15px 12px;
  flex: 1;
  order: -1;
  background: #f2f6fa;
  transition: 0.1s;
  cursor: pointer;
  border-bottom: 1px solid #2076c7;
  border-top: 1px solid #dae1f5;
  text-align: center;
  font-size: 14px;
}
section.typeA .tabLabel:nth-of-type(1) {
  border-left: 1px solid #dae1f5;
}
section.typeA .content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce)
* {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
}
section.typeA input:checked + .tabLabel {
  background: #fff;
  border-top: 1px solid #2076c7;
  border-left: 1px solid #2076c7;
  border-right: 1px solid #2076c7;
  border-bottom: 1px solid #fff;
}
section.typeA input:checked + .tabLabel + .content {
  padding: 40px 0 0;
  height: auto;
  overflow: visible;
  transition: 0.1s opacity;
  opacity: 1;
}
section.typeA .content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}


sup {
  font-size:12px !important;
}
.list-ordered > .list-ordered__item,
.list-asterisk > .list-asterisk__item,
.list-ordered--asterisk > .list-ordered__item {
  /* margin-bottom: 18px; */
  line-height: 1.8;
}
.list-ordered--asterisk > .list-ordered__item {
  margin-bottom: 5px;
  line-height: 1.3;
}

ul.list-circle,
ol.list-ordered,
ul.list-asterisk,
ol.list-ordered--asterisk,
ol.list-ordered--parentheses,
ol.list-ordered--lenticular-bracket,
ul.list-check,
ul.list-text,
ol.list-text--uppercase,
ol.list-text--lowercase,
ol.list-text--lowercase-parentheses,
ol.list-text--roman,
ol.list-ordered--mix,
ol.list-ordered--kata {
  margin-bottom: 18px;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "Hiragino Sans", sans-serif;
  width: 100%;
  min-width: auto;
}

.mainContents {
  float: none !important;
  width: auto !important;
  line-height: 1.6;
}

.section {
  margin-bottom: 40px;
}

.red {
  color: #de002a;
}

.fz_1up {
  font-size: 1.2em;
}

.keyvisual_txt {
  max-width: 900px;
  margin: 5px auto;
}
.keyvisual .image--single {
  margin-bottom: 0;
}

.page_nav {
  display: flex;
  justify-content: center;
}

.page_nav_list {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_nav_list:not(:last-child) {
  margin-right: 20px;
}

.page_nav_link {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #ffb71d !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  position: relative;
}

.page_nav_link::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

.ytd_hdg_A {
  font-weight: bold;
  font-size: 32px;
  border-bottom: 4px solid #ff7200;
  text-align: center;
  line-height: 1.2;
  color: #ff7200;
  position: relative;
  margin: 40px 0;
  padding-bottom: 5px;
}

.ytd_hdg_A::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #ff7200 transparent transparent transparent;
}

.ytd_hdg_B {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: solid 4px #e5e7e8 !important;
  padding-top: 9px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  background-image: url(/powerflex/housing/common/images/icon_heading_blue.gif) !important;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  z-index: 1;
}

.ytd_hdg_B::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 250px;
  height: 4px;
  background-color: #0076c7;
}

.table td,
.table th {
  text-align: center !important;
  vertical-align: middle !important;
}

table td,
table th {
  padding: 10px 5px !important;
}
.table-simple tbody th {
  font-weight: bold !important;
}
.table-simple tbody td {
  background-color: #fff;
}

[data-bg-y] {
  background-color: #ffe054 !important;
}

.col_table_img {
  display: flex;
}

.col_table_img .table {
  width: 70%;
}

.col_table_img .img {
  width: 30%;
  text-align: center;
}

.privilege_title {
  padding: 10px;
  background: #de002a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.privilege {
  background: #ffedc7;
  padding: 10px;
}

.caution02_cp,.block-arousal-explanation {
  padding: 20px;
  background-color: #fff8e8;
  margin-bottom:20px ;
}

.block-arousal-explanation ul.list-dot .list-circle__item{
  line-height: 1.4;
}

ul.list-dot li::before {
  line-height: 1.4;
}

.max_w700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/*4892 add*/
#New_limited_benefits_upper .main_contents_area .main_contents_area_title {
  text-align: center;
  background-color: #df575b;
  padding: 10px;
}
#New_limited_benefits_upper .main_contents_area .main_contents_area_title h2 {
  font-size: 35px;
  color: #FFFFFF;
}
#New_limited_benefits .main_contents_area .main_contents_area_blueback {
  background-color: #f7f7f7;
  padding: 30px;
}
#New_limited_benefits .main_contents_area .main_contents_area_blueback .main_contents_area_whiteback {
  background-color: #FFFFFF;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 60px;
  align-items: center;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_img img {
  width: 80%;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt {
  width: 86%;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_top {
  font-size: 18px;
  font-weight: bold;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_middle {
  color: #df565a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#New_limited_benefits .gray_back {
  background-color: #f0f0f0;
  padding: 20px;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_bottom {
  padding-left: 15px;
  text-indent: -15px;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_middle .middle_fs50 {
  font-size: 50px;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .under_line {
  border-bottom: dotted 2px #999999;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_middle .black_margin {
  font-size: 20px !important;
  color: #202020!important;
  margin-right: 5%;
  width: 35%;
  text-align: right;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .middle_flex {
  display: flex;
  align-items: baseline;
}
#New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_middle .middle_right {
  width: 55%;
  display: flex;
  align-items: baseline;
}
#New_limited_benefits .blue_btn a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #2a3a84;
  margin: 20px auto;
  color: #FFFFFF;
  font-size: 13px;
  border-radius: 20px;
  font-weight: bold;
}
.New_limited_benefits .column__sm--02 {
  width: 14%;
}

.exclamation_01 {
  margin: 10px 0 10px 0 !important;
}
.disc_coomon_foot .exclamation_01 {
  background-image: none !important;
  padding: 15px 20px 15px 10px !important;
}
.txtAC {
  text-align: center !important;
}
.txtAR {
  text-align: right !important;
}
.mt20 {
  margin-top: 20px;
}
.inner_txt_bottom {
  padding-left: 15px;
  text-indent: -15px;
}
.mb5 {
  margin-bottom: 5px;
}
.fWB {
  font-weight: bold;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}

.block-arousal-explanation ul.list-circle > li::before,
.box-group.box-group--border ul.list-circle > li::before{
  background: none !important;
}
.box-group.box-group--border{
    border: solid 1px #E5E7E8;
    background-image: none;
    padding: 20px;
    margin-bottom: 20px;
}
/*
.block-topic__title {
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1.4;
  margin-bottom: 5px !important;
} */


/* div.block-arousal-explanation.disclaim-block-box ul li.list-circle__item {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
} */

/* .w90{
  width: 90%!important;
  margin: 0 auto;
} */

.w900 {
  max-width: 900px;
  margin: 0;
}
@media screen and (max-width: 1019px) {
  .w900 {
    width: 100%;
  }
}

.mt103 {
  margin-top: 103px !important;
}

.h1 {
  margin-bottom: 20px;
}
h1.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  }
.h2 {
  margin-bottom: 16px;
}
.h1:last-child,
.h2:last-child {
  margin-bottom: 0;
}

.h3 {
  margin-bottom: 12px;
}
.h4 {
  margin-bottom: 10px;
}

.link--down {
  text-decoration: none;
}

.link--external {
  text-decoration: none;
}

.text-link--icon img {
  width: auto;
}

.h2_orange{
  font-size: 24px;
  font-weight: 700;
  color: #ff7200;
  text-align: center;
}

.block-inner-banner {
  width: 600px;
  margin: 50px auto 30px;
}

.block-inner-banner img {
  margin: 0 auto;
}

.rate-card {
  border: 1px solid #e0e5e9;
  border-radius: 4px;
  height: 100%;
}

.rate-card__title {
  background: #f6f8f9;
  display: flex;
  align-items: center;
  padding: 16px;
}

.rate-card__title-icon {
  width: 30px;
  margin-right: 10px;
}

.rate-card__title-text {
  margin-right: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.rate-card__title-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.rate-card__title-right {
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.rate-card__title-period {
  font-size: 24px;
  line-height: 1;
}

.rate-card__body {
  padding: 16px;
  background: #fff;
}

.rate-card__body--inside {
  padding: 16px 30px;
}

.rate-card__em {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}

.rate-em-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  color: #2076c7;
  margin-bottom: 2px;
}

.rate-em-wrap {
  text-align: center;
  margin-bottom: 6px;
  line-height: 1.4;
}

.rate-em {
  display: inline;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 2px;
}

.rate-em--blue,
.rate-em--blue-noline {
  color: #2076c7;
}

.rate-em--blue-line::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #e8f1f9;
  width: 100%;
  height: 8px;
  z-index: -1;
}

.rate-em__num {
  font-size: 38px;
  line-height: 1;
}

.rate-em-main {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  font-weight: bold;
  margin-bottom: 4px;
}

.rate-em-sub {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
}

.rate-card-col,
.rate-card-box-col {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.rate-card-col__item,
.rate-card-box-col__item {
  flex-basis: auto;
  width: 100%;
}

.rate-card-col--2 .rate-card-col__item,
.rate-card-box-col__item {
  flex-basis: auto;
  width: 50%;
}

.rate-card-col--3 .rate-card-col__item {
  flex-basis: auto;
  width: 33.3333%;
}

.rate-card-col--4 .rate-card-col__item {
  flex-basis: auto;
  width: 25%;
}

.rate-card__body-col {
  display: flex;
  margin: 0 0 20px;
  flex-direction: column;
  align-items: stretch;
}

.rate-card__body-col:last-child {
  margin-bottom: 0;
}

.rate-card__body-col-left {
  flex-basis: auto;
  width: 240px;
  margin: 0 auto;
}

.rate-card__body-col-right {
  flex: 1;
}

.rate-card__gray-box {
  background: #f6f8f9;
  padding: 16px;
  margin-bottom: 20px;
}

.rate-card__gray-box:last-child {
  margin-bottom: 0;
}

.rate-card-list {
  margin-bottom: 20px;
}

.rate-card-list:last-child {
  margin-bottom: 0;
}

.rate-card-list__item {
  padding: 10px 0;
}

.rate-card-list__item:not(:last-child) {
  border-bottom: 1px solid #e0e5e9;
}

.rate-card-list__col {
  display: flex;
  align-items: center;
}

.rate-card-list__col-left {
  flex: 1;
}

.rate-card-list__col-right {
  flex-basis: auto;
  width: 240px;
}

.rate-card-list__title {
  font-size: 14px;
  line-height: 1.4;
}

.rate-card-box {
  margin-bottom: 30px;
}

.rate-card-box-col__item .rate-card-box {
  margin-bottom: 0;
}
.rate-card-box-col__item .rate-card-list__title {
  font-size: 12px;
}
.rate-card-box-col__item .rate-em {
  font-size: 14px;
}
.rate-card-box-col__item .rate-em__num {
  font-size: 24px;
}
.rate-card-box-col__item .rate-card-list__col-right {
  width: auto;
}

.text-size--14 {
  font-size: 14px;
}

.text-color--E3215A {
  color: #E3215A;
}


div.section{
  margin-bottom: 0;
}

.h2_title_img,
.h3_title_img {
  text-align: center;
}

.h3_title_img p {
  margin: 0 auto;
  width: auto;
}
.block-h3 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.bg-color--d9f3ff{
  background-color: #d9f3ff;
}

section.block-h3 table tbody th.bg-color--e8f1f9 {
  background-color: #e8f1f9;
}

.bg-color__cian {
  background-color: #d9f3ff;
}

p.sp-write {
  display: none;
}

.bg-white {
  padding: 0 10px;
}

.bg-color--f6f8f9 {
  background-color: #f6f8f9;
}

.bg-color--fefbf5 {
  background-color: #fefbf5 !important;
}

.mt-m30 {
  margin-top: -30px;
}

.ml-10 {
  margin-left: 10px;
}

.block__img {
  display: block;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

.body-container {
  max-width: 920px;
  margin: auto;
  padding: 20px 0;
}

.inbnr_button{
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 430px;
}

.main-image{
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.main-image .spNotDisplay {
  padding-top: 5px;
}

.image__wrap.main-bg {
  margin: 0 auto;
  background-image: url(../imgs/cam_2007sup_ytd/bg.png);
}

.container.container--without-nav {
  width: auto;
}

.contents_wrapper .pts-8000 {
  max-width: 860px;
  background-color: #d9f3ff;
}

.header_line.container p {
  max-width: 920px;
  margin: 0 auto;
}

.txtAR.text-small {
  max-width: 920px;
  margin: 0 auto;
}

.main-obi {
  width: 100%;
}
.obi-pc {
  background-image: url(../imgs/cam_2007sup_ytd/obi_bg.png);
  text-align: center;
}
.obi-pc .main-obi {
  padding: 7px 0;
  max-width: 700px;
}
p.pc-write {
  padding: 10px 0;
}

.text-center_pc {
  text-align: center;
}

.New_limited_benefits {
  padding-left: 6px;
}

@media screen and (max-width: 1019px) {
  .page_nav {
    display: block;
  }

  .page_nav_list {
    width: auto;
  }

  .page_nav_list:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ytd_hdg_A {
    font-size: 28px;
  }

  .col_table_img {
    display: block;
  }

  .col_table_img img {
    width: auto;
  }

  .col_table_img .table {
    width: auto;
    margin-bottom: 20px;
  }

  .col_table_img .img {
    width: auto;
    text-align: center;
  }

  /*4892 add*/
  /* #New_limited_benefits{
    margin: 0 -4%;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner {
    display: block;
    justify-content: unset;
    padding: 20px;
    text-align: center;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_blueback {
    padding: 20px;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_top {
    font-size: 4vw;
    font-weight: bold;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt {
    width: 100%;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_img {
    margin-bottom: 20px;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_middle .middle_fs50 {
    font-size: 10vw;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_bottom {
    padding-left: 15px;
    text-indent: -15px;
    text-align: left;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_middle .black_margin {
    font-size: 4.5vw !important;
    color: #202020 !important;
    margin-right: 5%;
    width: 25%;
    text-align: right;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .inner_txt_middle .middle_right {
    width: 73%;
    display: flex;
    align-items: baseline;
    font-size: 4.9vw;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .under_line {
    border-bottom: dotted 2px #999999;
  }
  #New_limited_benefits .blue_btn {
    width: 100%;
    margin: 0 auto;
  }
  #New_limited_benefits .blue_btn a {
    display: block;
    text-align: center;
    padding: 25px 20px;
    background-color: #2a3a84;
    margin: 20px auto;
    color: #FFFFFF;
    font-size: 15px;
    border-radius: 15px;
    font-weight: bold;
    text-decoration: underline !important;
  }
  #New_limited_benefits .main_contents_area .main_contents_area_whiteback_inner .whiteback_inner_txt .middle_flex {
    display: flex;
    align-items: baseline;
  }
  #New_limited_benefits .sp_width_imgsize {
    width: 92%;
    margin: 35px auto 0;
  } */

  header.header--simple .container img {
    width: unset !important;
    max-width: unset !important;
  }

  .w100 {
    width: 100%;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .box-conversion {
    padding: 40px 0 30px;
    width: 100%;
    background-color: #fff2cc;
    margin-bottom: 0;
    text-align: left;
  }

  .box-conversion p {
    padding: 0 20px;
  }

  .box-conversion__maintext {
    margin-bottom: 20px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: center;
  }

  .text-warning {
    color: #e3215a;
  }

  .app-download__group {
    display: flex;
    justify-content: center;
  }

  .app-download__link {
    flex: 1;
  }

  /* .app-download__link:not(:last-child) {
    margin-right: 20px;
  } */

  .app-download__link-os {
    text-align: center;
  }

  .app-download__link-os img {
    width: 90%;
  }

  .header_line p {
    font-size: 10px;
  }

  .block-inner-banner {
    width: 100%;
  }

  .btn-newtab .icon-newtab,
  .btn-newtab .icon-pdf,
  .btn-caption .icon-newtab,
  .btn-caption .icon-pdf {
    position: absolute;
    top: 50%;
    right: 0;
    left: 40% !important;
    margin-top: -8px;
  }

  .btn.btn--normal,
  .btn--normal.btn-newtab {
    color: #2076c7;
    border-color: #2076c7;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
  }

  .block-inner-btn {
    margin: 20px 0 30px !important;
    text-align: center;
  }

  .contents_wrapper {
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto!important;
  }

  .rate-card-col,
  .rate-card-box-col {
    display: flex;
    flex-wrap: wrap;
  }

  .column__xs--06 {
    text-align: left !important;
  }
  .column__xs--12 {
    width: 100% !important;
  }

  .container.container--without-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
    width: 100% !important;
  }

  .rate-card-col__item,
  .rate-card-box-col__item {
    flex-basis: auto;
    width: 100%;
  }

  .text-small__sp {
    font-size: 11px !important;
    line-height: 1.2;
  }

  .header_line {
    width: calc(100% - 40px);
    margin: 10px auto;
  }
  .header_line p {
    color: #666;
    font-size: 12px;
    text-align: left;
  }
  .keyvisual p {
    padding: 0 10px;
  }

  p.sp-write {
    display: block;
    margin-top: -10px !important;
  }
  .pcNotDisplay {
    margin-bottom: 10px;
  }
  .pc-write {
    display: none;
  }

  .block-h3 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #disClaim02_teiki .icon-newtab {
    width: fit-content;
  }

  .text-center_pc {
    text-align: left;
  }

  .body-container {
    padding: 20px 15px;
    margin-bottom: 60px;
  }

  .main-obi {
    margin-bottom: 20px;
  }

  .image__wrap.main-bg {
    background-image: none;
  }

  .block__img {
    margin: 0 auto;
    max-width: 700px;
  }
}

/* new */
#new {
  padding: 20px 10px 0;
  margin-top: 50px;
}
#new div.box {
  display: inline-block;
  width: 892px;
  padding-bottom: 33px;
  border: 5px solid #0072ca;
  border-radius: 10px;
  margin: 20px 0;
  background-color: #fff;
}
#new .box .boxInner img {
  text-align: center;
  margin-bottom: 10px;
}
#new .box .boxInner > p {
  /*text-align: right;*/
  padding: 10px 40px;
}
#new div.halfBox {
  display: inline-block;
  width: 427px;
  padding-bottom: 33px;
  border: 5px solid #0072ca;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  vertical-align: top;
}
#new .halfBox .boxInner img {
  text-align: center;
  margin-bottom: 10px;
}
#new .halfBox .boxInner > p {
  text-align: right;
  padding: 10px 20px;
}
#new .halfBox .txtAL {
  font-size: 13px;
  margin-bottom: 0;
  text-align: left;
}
#new .boxInner .btnArea{
  margin: 10px 0;
}
.reason-content {
  margin-bottom: 0;
}
.reason-content .block-h2 {
  margin-top: 0;
}
.reason-content-box {
  background-color: #f2f6fa;
  margin-bottom: 40px;
  padding: 30px 45px;
}
@media screen and (max-width: 1019px){
  .reason-content-box {
    margin-bottom: 40px;
    padding: 30px 15px;
  }
}
.reason-content-box:last-child {
  margin-bottom: 0;
}
.reason-content-title {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1019px){
  #a_sp02 .reason-content-title img {
    width: 80%;
  }
  #a_sp03 .reason-content-title img {
    width: 80%;
  }
}
.reason-content-sub_title {
  color: #de003f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.reason-content-rate {
  color: #0E6BB4;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.reason-content-lead {
  font-size: 16px;
  line-height: 1.5;
}
.reason-content-example {
  font-size: 16px;
  line-height: 1.5;
}
.reason-content-imagebox {
  margin-top: 40px;
}
.reason-content-box table .bg-silver img {
  max-width: 120px;
}
.reason-content-box table .bg-diamond img {
  max-width: 120px;
}
.reason-content-box table .vatop {
  vertical-align: top;
}
@media screen and (max-width: 1019px){
  .reason-content-imagebox {
    margin-top: 15px;
  }
}
.reason-content-list-area {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1019px){
  .reason-content-list-area {
    width: 100%;
  }
}
.connect-box {
  margin-top: 40px;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #b0bdcc;
}
.connect-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

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

#a_sp04 {
  padding-top: 80px;
}
@media screen and (max-width: 1019px){
  #a_sp04 {
    margin-top: 0;
    padding-top: 20px;
  }
}

#a_sp04 .h2_title_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1019px){
  #a_sp04 .h2_title_img {
    margin-bottom: 20px;
  }
}

.welcome-content {
  padding-bottom: 60px;
}

/* service */
@media screen and (min-width: 1019px){
  #service {
    margin: 30px auto 15px !important;
    border: 6px solid #0072ca;
    background-color: #fff;
  }
  #service h2 {
    background-color: #0072ca;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    padding: 20.5px 0;
    text-align: center;
    margin: -1px;
  }
  #service h3 strong { font-size: 23px; }
  #service > div {
    padding: 20px 20px 10px;
  }
  #service sup {
    /*vertical-align: top;*/
  }
  #service > div > div {
    margin-bottom: 10px;
    clear: both;
    display: flex;
    text-align: left;
  }
  #service p span.txtAR { display: block; }
  #service > div > div:nth-child(2) img { padding: 5.5px 0; }
  #service > div > div:nth-child(4) img { padding: 3.5px 0; }
  #service > div > div:nth-child(5) img { padding: 8.5px 0; }
  #service > div > div:nth-child(3) h3,
  #service > div > div:nth-child(4) h3,
  #service > div > div:nth-child(5) h3 { padding: 15px 0px; }
  #service > div > div > div:nth-child(1) {
    color: #fff;
    font-weight: bold;
    background-color: #0072ca;
    padding: 20px;
    font-size: 20px;
    width: 330px;
    line-height: 1.4;
    height: 100px;
  }
  #service > div > div > div:nth-child(1) h3{
    font-size: 18px;
  }
  #service > div > div > div:nth-child(1) p {
    width: 65px;
    height: 65px;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: 20px 15px 15px 0;
  }
  #service > div > div > div:nth-child(2) {
    background-color: #e6e6e6;
    padding: 20px;
    font-size: 16px;
    float: left;
    width: 488px;
    height: 100px;
    color: #455466;
  }
  #service > div > div > div:nth-child(2) h3{
    font-size: 16px;
  }
}

@media screen and (max-width: 1019px){
  p.txtService_02 {
    padding: 0;
  }
  p.txtService_03 {
    padding: 0;
  }
  #new {
    padding: 10px 10px;
    margin: 50px -10px;
  }
  #cam_point #service {
    margin: 30px auto 15px !important;
    border: 3px solid #0072ca;
    background-color: #fff;
    padding: 0 0 20px;
  }
  #cam_point #service h2 {
    background-color: #0072ca;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    margin: -1px;
  }
  #cam_point #service div p {
    text-align: left;
  }
  #cam_point #service > div > div > div:nth-child(1) {
    color: #fff;
    font-weight: bold;
    background-color: #0072ca;
    padding: 20px;
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 10px 0;
  }
  #cam_point #service > div > div > div:nth-child(2) {
    background-color: #e6e6e6;
    padding: 20px;
    font-size: 14px;
    color: #455466;
    margin: 0 10px;
  }
  #cam_point #service > div > div > div:nth-child(1) p {
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  #cam_point #service h3 strong {
    font-size: 17px;
  }
  #cam_point #service sup {
    /*vertical-align: top;*/
  }
  #cam_point #service h3 {
    display: inline-block;
  }
  #cam_point #service > div img {
    width: 80%;
  }

  div.image--single {
    background-color: transparent;
  }

  div.section{
    margin-bottom: 0;
  }

  .New_limited_benefits {
    padding-left: 0px;
  }



  /*20220922追加分*/
  #wrapp-sixreason.sixreason {
    padding-top: 40px;
    padding-bottom: 72px;
  }
  .contentWrapp {
    max-width: 100%;
    margin: 0 auto !important;
  }
  #wrapp-sixreason .division_6 {
    justify-content: space-between;
    margin-top: 0;
  }
  .division_6 > div {
    width: 48.5%;
    margin: 0 0 4vw !important;
  }
  .division_6 > div p:first-child {
    padding: 3vw;
  }
  .division_6 > div:nth-of-type(2), .division_6 > div:nth-of-type(5) {
    margin: 0 0 20px;
  }
  .division_6 > div p:not(:first-child) {
    padding: 2vw;
    text-align: left;
  }
  .lefttab .tab_textwrapp h3:first-child, .righttab .tab_textwrapp h3:first-child {
    margin: 0 0 32px;
  }
  .sp_text_left {
    text-align: left;
  }
  .typeA .content .tab_textwrapp h3:nth-of-type(2) {
    margin: 48px 0 32px;
  }
  #tab-left {
    display: contents;
  }
  .wrapp_prepare {
    width: auto;
    padding: 4vw 5vw;
  }
  #tab-left .wrapp_prepare:nth-of-type(1) > p {
    margin-bottom: 10px;
  }
  .d-flex.prepare {
    justify-content: space-between;
  }
  .prepare > div:first-child {
    margin-right: 0;
  }
  .title_text_h2, .wrapp_prepare p {
    font-size: 16px;
  }
  .Identity_verification img {
    width: 22vw;
  }
  .prepare > div {
    padding: 4vw 0;
    width: 48%;
  }
  .wrapp_prepare:last-child {
    padding-top: 5vw;
  }
  #tab-left div:last-child div.d-table {
    align-items: center;
    margin: 0 auto 6px;
    display: flex;
    justify-content: center;
  }
  .d-table > div {
    display: block;
    vertical-align: middle;
  }
  .plus {
    width: 11vw;
    margin: 2vw auto !important;
  }
  .plus img {
    margin-top: 0;
  }
  .typeA .content .tab_textwrapp:nth-of-type(3) h3 {
    margin: 48px 0 32px;
  }
  .circle-image-text-card .circle-image-text-card__item, .square-image-text-card .square-image-text-card__item {
    text-align: left;
    margin-bottom: 30px;
  }
  #wrapp-entrykoza .square-image-text-card .square-image-text-card__item-link {
    align-items: center;
  }
  #wrapp-entrykoza .square-image-text-card .imgWrap {
    width: 28vw;
    max-width: none;
  }
  .square-image-text-card .imgWrap__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .square-image-text-card .imgWrap::after {
    width: 7.5vw;
    height: 7.5vw;
    left: 0;
    top: 0;
  }
  .square-image-text-card .textWrap {
    margin-right: 0;
    margin-left: 2vw;
  }
  .square-image-text-card .imgWrap__img.step_icon {
    position: static;
    width: 18vw;
    bottom: unset;
  }
  .footer__pagetop {
    z-index: 100;
  }
  #tab-right {
    flex-wrap: wrap;
  }
  #tab-right .wrapp_prepare {
    width: 100%;
    padding: 5vw;
  }
  #tab-right .prepare > div:nth-last-of-type(odd) {
    width: 100%;
  }
  #tab-right .prepare > div {
    padding: 0;
    width: 100%;
  }
  .title_text_h2, .wrapp_prepare p {
    font-size: 16px;
  }
  .d-table.prepare img {
    height: auto;
    width: auto;
  }
  #wrapp-sixreason .title_Area {
    margin-bottom: 40px;
  }
  #New_limited_benefits {
    margin-bottom: 40px;
  }
  .flex_01, .flex_02, .flex_03, .flex_04 {
    flex-direction: column;
  }

  .block-inner.body-container.contents--no1 {
    padding: 20px;
    margin-bottom: 0;
  }
  .contents--no1 .block-h2 {
    margin-top: 20px;
  }
  .bg-color--d9f3ff #wisup.block-h2 {
    margin-top: 10px;
  }
  .h2.h2-attention {
    font-size: 18px;
  }
  .bg-color--f6f8f9 .block-inner-btn {
    margin: auto 30px;
  }
  .contents--conversion p {
    padding: 0;
  }
  .contents--conversion .bg-color--f6f8f9 {
    padding: 30px 20px;
  }

  #enbtn_1 #wrapp-entrykoza {
    padding-top: 40px;
  }
}

/*
  #contentsWrap
=========================== */
@media screen and (min-width: 1019px) {
  #contentsWrap .content {
    margin-top: 20px;
    width:1200px;
  }

  #contentsWrap .content .header {
    margin-bottom: 20px;
  }

  #contentsWrap .content .btnArea {
    padding: 40px 0;
    margin: 20px 0 0;
  }

  #contentsWrap .content .border {
    border: 3px solid #F5F5F5;
    display: block;
  }
  .annotationService {
    width: 850px;
    margin: 0 auto!important;
    text-align: left;
  }
  #mainContainer, .mainContents, #areaMain, .mainContents {
    width: 100%;
  }
}
a {
  color: #3d7af4;
}
.txtService_02 {
  padding: 25px 0;
}
.textF15px {
  font-size: 15px;
  line-height: 1.4;
}
.txtService_03 {
  padding: 15px 0;
}
.textF12px {
  font-size: 12px;
  line-height: 1.4;
}
.pl90 {
  padding-left: 60px;
  font-size: 15px;
  padding-bottom: 20px;
  width: auto;
}
.pl40 {
  padding-left: 35px;
  font-size: 15px;
  padding-bottom: 20px;
  width: auto;
}
.annotationService li{
  font-size: 15px;
}
@media screen and (min-width: 1019px) {
  #cam_point #service > div > div > div:nth-child(1) p {
    float: left;
    text-align: center;
    vertical-align: middle;
  }
}

.w60 {
  width: 60%;
  margin: 0 auto;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}

.sp-top-attention {
  padding: 8px 0;
}

.sp-top-attention p {
  display: block;
}

.contents--no1 {
  padding: 0 10px;
  margin-bottom: 100px;
}

.h2.h2-attention {
  border-left: 0;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  padding-left: 0;
}

.list-asterisk > .list-center {
  padding-left: 0;
  font-size: 11px !important;
}

.list-asterisk > .list-center::before {
  position: relative;
}

.app-wrapper {
  padding: 15px 15px 30px;
  margin: 35px 20px 30px;
  background-color: #fff;
  border-radius: 15px;
}
.app-wrapper > img {
  position: relative;
  top: -30px;
  display: block;
}

#wisup.block-h2 {
  margin-top: 50px;
}

.bg-white .block-h3 {
  margin: 0 auto;
  padding: 20px 0;
}

.h3-wisup {
  margin-bottom: 12px;
  color: #0058AA;
  text-align: center;
  font-size: 20px;
}

.bg-color--d9f3ff .body-container {
  margin-bottom: 0;
}

.btnArea.bg-color--d9f3ff .block-h2 {
  margin: 0 auto;
  padding-bottom: 80px;
}

#wrapp-sixreason {
  padding-bottom: 20px;
}

/* SP時TOPへ戻るボタン位置調整 */
@media screen and (max-width: 1175px) {
  footer.simple-footer .footer__pagetop {
    bottom: 120px;
  }
}
.footer__pagetop {
  z-index: 100;
}

/* アコーディオン */

.accordion button{
  background-color: transparent !important;
    border-top: 1px solid #222;
    border-radius: 0;
    height: 80px;
}
.accordion button p {
  text-align: left;
}
.accordion .accordion__item .accordion__label {
  border-top: 1px solid #b0bdcc !important;
}

.accordion .accordion__item .accordion__body {
  padding: 10px 0 27px !important;
}

.accordion__item .accordion__label {
  padding: 17px 30px;
  padding-left: 0;
  min-height: 48px;
  text-align: left;
  border: none;
  border-top: 1px solid #b0bdcc;
  position: relative;
  background: none;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px) {
  .accordion__item .accordion__label {
    padding: 14px 20px;
    padding-left: 0;
  }
  .accordion__item .accordion__label:hover {
    opacity: 1;
  }
}
.accordion__item .accordion__label:hover {
  cursor: pointer;
}
.accordion__item .accordion__label .icon-plus,
.faq-accordion__item .icon-plus {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__item .accordion__label .icon-plus::before,
.faq-accordion__item .icon-plus::before {
  width: 100%;
  height: 100%;
  display: block;
}

.accordion__item .accordion__body {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0 27px;
  display: none;
}

.accordion__item .accordion__title {
  margin-top: 10px;
}

.accordion__item .accordion__link-icon {
  margin-bottom: 30px;
}

.accordion__item.show .accordion__label [class^="icon"]::before,
.faq-accordion__item.show [class^="icon"]::before {
  content: url(/common21/imgs/icon-minus.svg);
}

.accordion__item.show .accordion__body {
  display: block;
}

/* ポップアップボタン */
.popup-bnr_pc {
  width: 1040px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255,255,255,0.75);
}

.popup-bnr_pc img {
  width: 40%;
}

.popup-bnr_sp {
  width: auto;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.75);
}

#popup #content {
  width:96% !important;
  margin-bottom:-10px !important;
  z-index: 99 !important;
}
#popup_01 {
  width: 100%;
  display: block;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  background-size: auto;
  height: auto;
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-color: transparent;
  z-index: 99;
  border: 0px solid rgb(217, 217, 217);
  border-radius: 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-bnr_pc img {
  width: 40%;
}
.popup-bnr_sp .btn-newtab {
  min-height: 50px;
}

/*ウェルカム*/
.green-text {
  color: #25b148;
}

.text-pink {
  color: #f93281;
  font-size: 28px;
}

.text-pink span {
  font-size: 48px;
}

.welcome-content {
  background-color: #f5f7fa;
}

/* .welcome-content h2 {
  color: #0072CC;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
} */

/* .welcome-content h2 span {
  font-size: 24px;
} */

.welcome-content .welcome-content_lead {
  font-size: 18px;
}

.acquisition-condition {
  background-color: #fff;
  border-radius: 8px;
  opacity: 0.8;
  padding: 28px;
  text-align: center;
  width: 920px;
  margin: auto;
  z-index: 10;
  position: relative;
}

.acquisition-condition_title {
  font-size: 18px;
  color: #0072cc;
}

.how-to-get-benefits {
  border: 3px solid #0c97d8;
  border-radius: 8px;
  position: relative;
  margin: 100px 0 40px;
  background-color: #fff;
}

.how-to-get-benefits .how-to-get-benefits_title {
  width: 60%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -55px;
}

.how-to-get-benefits .benefit {
  padding: 50px 160px;
  position: relative;
}

.how-to-get-benefits .benefit .benefit-box {
  position: relative;
  margin-bottom: 30px;
}

.how-to-get-benefits .benefit .benefit-box div {
  text-align: center;
  margin-top: 20px;
}

.how-to-get-benefits .benefit .benefit-box div img {
  width: 40%;
}

.how-to-get-benefits .benefit .benefit-box .benefit-box_title {
  font-size: 18px;
}

.how-to-get-benefits .benefit .benefit-box .benefit-box_order {
  width: 105px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1019px){
  .welcome-content h2 {
    font-size: 28px;
  }

  .welcome-content h2 span {
    font-size: 14px;
  }

  .acquisition-condition {
    width: 100%;
    padding: 28px 10px;
  }

  .how-to-get-benefits .how-to-get-benefits_title {
    width: 85%;
    max-width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -27px;
  }

  .how-to-get-benefits .benefit {
    padding: 35px 18px;
  }

  .how-to-get-benefits .benefit .benefit-box {
    margin-bottom: 10px;
    margin-top: 70px;
  }

  .how-to-get-benefits .benefit .benefit-box .benefit-box_title {
    font-size: 16px;
  }

  .how-to-get-benefits .benefit .benefit-box div img {
    width: 70%;
  }

  .how-to-get-benefits .benefit .benefit-box .benefit-box_order {
    width: 30%;
    max-width: 105px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/*1127改修追加*/

.rate-h2 {
  margin-bottom: 20px;
}

.cash-marker {
  background-image: linear-gradient(transparent 40%, #D8E4FF 0%);
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.cash-text {
  font-size: 20px;
  margin-bottom: 60px;
}

.welcome-white {
  background-color:#ffffff !important;
  position: relative;
  margin: 40px 0;
  padding: 40px;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
}

.welcome-white-medium {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blue-txt {
  color: #0E6BB4;
}

.blue-txt_2 {
  color: #074E8A;
  font-size: 26px;
  font-weight: bold;
}

.welcome-red-txt {
  font-size: 34px;
}

@media screen and (max-width: 1019px) {
  .rate-h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .fukidashi-img {
    width: 250px;
  }

  .blue-txt_2 {
    font-size: 22px;
  }

  .welcome-white-medium {
    font-size: 16px;
  }

  .welcome-white {
    background-color:#ffffff !important;
    position: relative;
    margin: 40px 0;
    padding: 40px 26px;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
  }

  .welcome-b {
    margin-top: 10px;
  }

  .cash-marker {
    font-size: 26px;
  }
}


.rate-draw {
  filter: drop-shadow(0px 0px 6px rgba(114, 157, 177, 0.3));
}

.draw_4 {
  margin-top: 10px;
}

header.header--simple .container img:hover {
  opacity: 1.0 !important;
}

/* ページ上部注意文言 */
.disclaim-block-box.disc-top {
  max-width: 920px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1019px) {
  .disclaim-block-box.disc-top {
   width: calc(100% - 20px);
  }
}


