@charset "UTF-8";
.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.info-container2 .list-ordered__item {
  font-size: 14px;
}

.line-img {
  background-image: url(/lp/cam_mgm05/imgs/main_line.png);
  width: 100%;
  height: 4px;
}

.block-precautions-explanation {
  width: 920px;
  margin: 10px auto;
}

.main_pg {
  background: #fff8e8;
  padding: 0;
}

.main_pg_txt {
  font-weight: bold;
  color: #b71717;
}

.item-p {
  padding: 60px 0;
}

.main_img {
  margin: 0 auto;
  display: block;
  width: 950px;
}

.main_sp_img {
  width: 100%;
}

.box-conversion-mgm {
  background: #b71717;
  text-align: center;
  padding: 20px 0;
}

.box-conversion-mgm .maintext {
  margin: 0 auto 30px;
}

.box-conversion-mgm .subtext {
  color: #fff;
}

.item-container {
  width: 670px;
  margin: 0 auto;
  text-align: center;
}

.sub-container {
  margin-bottom: 40px;
}

.sub-title {
  font-weight: bold;
  color: #fff;
  background: #b71717;
  display: inline-block;
  font-size: 20px;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.cop-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 40px;
}

.cop-wrap ul {
  padding-top: 5px;
  padding-right: 0.8em;
}

.cop-item,
.cop-item-red {
  width: 315px;
  background: linear-gradient(180deg, #fff8e8 0%, #fff8e8 30px, #fff 30px, #fff 100%);
  padding: 20px 18.5px;
  position: relative;
}

.cop-icon {
  width: 235px;
  height: 119.5px;
}

.cop-item-red .cop-icon {
  width: 259px;
  height: 119.5px;
}

ul {
  text-align: left;
}

.cop-wrap li {
  list-style: none;
  position: relative;
  padding-left: 0.8em;
  margin-top: 15px;
  font-family: "ヒラギノ角ゴシック";
  color: #222;
}

.cop-item ul li::before {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background-color: #0058a2;
}

.cop-item-red ul li::before {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background-color: #eb4254;
}

.cop-item-red ul li span {
  color: #eb4254;
}

.cop-item-red p {
  margin: 15px 0;
}

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

.flow-container {
  width: 670px;
  margin: 0 auto;
}

.cop_item_flow {
  width: 100%;
  background: linear-gradient(180deg, #fff8e8 0%, #fff8e8 50px, #fff 50px, #fff 100%);
  padding: 20px 70px;
  position: relative;
}

.cop_item_flow img {
  width: 340px;
  display: block;
  margin: 0 auto;
}

.segment {
  margin: 0 18px;
}

.flow-item-wrap {
  display: flex;
  justify-content: space-between;
}

.flow-item {
  width: 235px;
}

.flow-item p {
  font-size: 13px;
  text-align: center;
  letter-spacing: -1px;
}

.flow-item-wrap .flow-item img {
  width: 125px;
  height: 136px;
}

.flow-allow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-item-wrap .flow-allow img {
  width: 50px;
  height: 26.5px;
}

.cop_item_flow .flow_after {
  width: 100%;
  height: 430px;
}

.into-flow-container {
  width: 921px;
  margin: 0 auto;
  padding: 80px 0 0;
}

/* タブ */
.segment .segment__nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  border-bottom: 1px solid #2076c7;
}

.segment .segment__nav .segment__item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-shadow: none;
}

.segment .segment__nav .segment__item button {
  font-size: 14px;
  line-height: 1.4;
  padding: 14px 8px;
  word-wrap: break-word;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f8f9;
  position: relative;
  height: 100%;
  border-radius: 6px 6px 0 0;
  color: #000;
}

.segment .segment__nav .segment__item--active button {
  color: #2076c7;
  font-weight: bold;
  background-color: #fff;
  box-shadow: none;
  transition: color 0s ease-in-out;
  pointer-events: none;
  border: 1px solid #2076c7;
  border-bottom: none;
}

.segment .segment__nav .segment__item--active button:hover {
  color: #2076c7;
}

.segment__nav .segment__item--active button::after {
  display: none;
}

.segment__nav .segment__item--active button::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}

.segment .segment__nav .segment__item + .segment__item {
  border-left: none;
}

.segment__item + .segment__item {
  margin-left: 5px;
}
/* ここまでタブ */
.flow-title {
  text-align: center;
  margin-bottom: 40px;
}

.flow-title .sub-title {
  margin-bottom: 0;
}

.step-detail-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.step-detail-int-wrap .step-detail {
  width: 100%;
  margin-bottom: 20px;
}

.step-detail-int-wrap .step-detail-img {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.step-detail {
  width: 380px;
}

.detail-title-mail,
.detail-title-app {
  position: relative;
  padding-left: 20px;
}

.detail-title-mail::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  content: "";
  background-image: url(/lp/cam_mgm05/imgs/icon_mail.png);
  background-position: center;
  background-size: cover;
}

.detail-title-app::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  content: "";
  background-image: url(/lp/cam_mgm05/imgs/icon_phone.png);
  background-position: center;
  background-size: cover;
}

.detail-yellow {
  padding: 40px 43px;
  background-color: #fef8e8;
  text-align: center;
}

.detail-yellow p {
  font-weight: bold;
}

.info-pg {
  background: #fff8e8;
  padding: 40px 0 0;
}

.info-pg2 {
  padding: 40px 0;
}

.info-container {
  background-color: #fff;
  width: 920px;
  margin: 0 auto;
  padding: 10px 0;
}

.info-container2 {
  width: 920px;
  margin: 0 auto;
  padding: 30px 0;
}

.box-conversion-icon3-container {
  background: linear-gradient(180deg, #fff8e8 0%, #fff8e8 60px, #fad3b9 60px, #fad3b9 100%);
}

.box-conversion-icon3 {
  text-align: center;
}

.box-conversion-icon3 img {
  width: 310px;
  height: 100px;
}

.info-title {
  text-align: center;
}

.info-title img {
  width: 475px;
  margin-bottom: 20px;
}

.bnr-title {
  text-align: center;
  font-weight: bold;
}

.bnr-title span {
  font-size: 28px;
  color: #e4215a;
}

.bnr-b60 {
  margin-bottom: 10px;
}

/* TOP流用 */

.new-acount-benefits__list {
  max-width: 1060px;
  margin: 0 auto;
}

.new-acount-benefits__list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #fff;
  margin: 0 15px;
  margin-bottom: 45px;
  padding: 60px 0;
  border-radius: 5px;
}

.new-acount-benefits__list-item:nth-child(even) {
  flex-direction: row-reverse;
  padding: 60px 20px;
}

.new-acount-benefits__list-item:last-child {
  margin-bottom: 0;
}

.new-acount-benefits__text-box {
  max-width: 410px;
  width: 100%;
}

.new-acount-benefits__image-box {
  max-width: 460px;
  width: 100%;
}

.new-acount-benefits__line {
  width: 100%;
  margin: 18px 0;
  border-top: 1px solid #b9b9b9;
  border-bottom: 0;
}

.new-acount-benefits__title {
  margin-bottom: 20px;
  color: #2076c7;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}

.new-acount-benefits__text-box .list-circle .list-circle__item {
  font-size: 16px;
  font-weight: bold;
}

.new-acount-benefits-atm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new-acount-benefits-atm__text-box {
  width: 270px;
}

.new-acount-benefits-atm__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
}

.new-acount-benefits-atm__text {
  font-size: 14px;
  color: #222;
}

.point-tag {
  font-size: 15px;
  font-weight: bold;
  color: #e3215a;
  line-height: 1.25;
}

.new-acount-benefits-atm__image-box {
  margin-top: 45px;
  width: 135px;
}

.new-acount-benefits__annotation {
  width: 900px;
  margin: 0 auto;
  margin-top: 26px;
}

/* ディスクエリア流用 */

.discArea {
  margin: 20px auto;
  text-align: center;
  width: 670px;
}

.discArea .discAreaHead {
  margin-bottom: 35px;
}

.discArea .discAreaHead img {
  height: 32px;
}
.discArea .discAreaBody {
  margin-bottom: 35px;
}

.discArea .headline {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  .line-img {
    display: none;
  }

  .block-precautions-explanation {
    width: calc(100% - 40px);
  }

  .main_pg_sp {
    background-color: #b71717;
  }

  .main_pg_sp .box-conversion-mgm {
    padding: 0;
  }

  .main_pg_sp .subtext {
    color: #fff;
    text-align: center;
    padding-bottom: 35px;
  }

  .box-conversion-mgm .maintext {
    margin: 20px auto 30px;
  }

  .main_pg_sp .btn-container {
    margin-bottom: 17px;
  }

  .btn-container {
    padding: 0 40px;
  }

  .item-container {
    width: calc(100% - 60px);
  }

  .main_pg .item-container .sp-left {
    text-align: left;
  }

  .cop-wrap {
    display: block;
    margin: 0 auto 40px;
  }

  .cop-item,
  .cop-item-red {
    width: 100%;
    background: linear-gradient(180deg, #fff8e8 0%, #fff8e8 40px, #fff 40px, #fff 100%);
  }

  .cop_item_flow {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .flow-container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .flow-item-wrap p {
    letter-spacing: 0.5px;
  }

  .flow-item-wrap p span {
    text-align: center;
  }

  .flow-item {
    width: auto;
    flex: 1;
  }

  .flow-container .cop_item_flow .img {
    width: 290px;
    height: 73.5px;
  }

  .flow-item-wrap {
    display: flex;
    justify-content: center;
    margin: 15px auto 0;
    max-width: 410px;
  }

  .flow-item-wrap .flow-item img {
    width: 105px;
    height: 114.5px;
  }

  .flow-item-wrap .flow-allow img {
    width: 23px;
    height: 18px;
  }

  .cop_item_flow .flow_after {
    width: 365px;
    height: auto;
  }

  .into-flow-container {
    width: 100%;
  }

  .segment .segment__content {
    margin-bottom: 0 !important;
  }

  /* タブ_SP */
  .segment__nav .segment__item,
  .segment__nav .segment__item + .segment__item {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .segment__item,
  .segment__item + .segment__item {
    width: calc(100% - 40px);
    margin: 0 auto 8px;
  }

  .segment__item:last-child {
    margin-bottom: 0;
  }
  .segment__item .segment__item--active {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }

  .segment__item.segment__item--active::before,
  .segment__item.segment__item--active::after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    position: absolute;
    bottom: 0;
  }
  .segment__item.segment__item--active::before {
    left: 0;
  }
  .segment__item.segment__item--active::after {
    right: 0;
  }
  .segment .segment__item:last-child {
    margin-bottom: 0;
  }
  .segment .segment__nav .segment__item + .segment__item {
    border: none;
  }
  .segment .segment__item.segment__item--active::before {
    left: 0;
  }
  .segment .segment__item.segment__item--active::after {
    right: 0;
  }
  /* ここまでタブ */

  .step-detail-wrap {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .step-detail {
    width: 100%;
  }

  .detail-yellow {
    text-align: center;
    padding: 25px 10px;
  }

  .step-detail img {
    margin: 0 auto 24px;
    width: 295px;
    display: block;
  }

  .step-detail .img_04 {
    height: 76px;
  }

  .info-pg {
    padding: 30px 0 10px;
  }

  .info-pg2 {
    padding: 30px 0 0;
  }

  .info-title img {
    width: 335px;
    margin-bottom: 20px;
  }

  .info-container {
    width: calc(100% - 20px);
    padding: 10px 15px;
  }

  .info-container2 {
    width: calc(100% - 20px);
    padding: 10px 15px;
  }

  .oricon-img {
    max-width: 671px;
  }

  /* TOP流用 */

  .new-acount-benefits {
    padding: 0;
  }

  .new-acount-benefits__list {
    max-width: 750px;
    width: 100%;
  }

  .new-acount-benefits__list-item {
    display: block;
    margin: 0;
    margin-bottom: 45px;
    padding: 40px 18px;
  }

  .new-acount-benefits__image-box,
  .new-acount-benefits__text-box .list-circle,
  .new-acount-benefits__text-box p,
  .new-acount-benefits-atm {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .new-acount-benefits__title {
    font-size: 20px;
    text-align: center;
  }

  .new-acount-benefits__text-box {
    max-width: 100%;
  }

  .new-acount-benefits__image-box {
    max-width: 500px;
    width: 100%;
    margin: 20px auto 11px;
  }

  .new-acount-benefits__text-box .list-circle .list-circle__item {
    font-size: 14px;
  }

  .new-acount-benefits__list-item:nth-child(even) {
    flex-direction: row;
    padding: 40px 18px;
  }

  .new-acount-benefits-atm {
    margin-top: 20px;
  }

  .new-acount-benefits-atm__text-box {
    width: 100%;
  }

  .new-acount-benefits-atm__text {
    margin-top: 19px;
  }

  .new-acount-benefits-atm__image-box {
    margin-top: 10px;
    width: 100%;
  }

  .new-acount-benefits__annotation {
    max-width: 750px;
    width: 100%;
    margin: auto;
    padding: 0;
  }

  /* ディスクエリア流用 */
  .discArea {
    width: calc(100% - 20px);
    margin: 20px auto 40px;
    padding: 0 15px 15px;
  }
  .discArea .headline {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2.3438%;
  }
  .discAreaAbout {
    padding: 0 3.125%;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .discAreaHead {
    display: flex;
    justify-content: center;
  }
  .discAreaHead_icon {
    width: 32px;
    margin-top: -9px;
    margin-right: 10px;
  }
  .discArea .discAreaHead img {
    height: auto;
  }
}

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