a:hover {
 opacity: 0.7;
}

.content_outer {
 background: #F2C9C9;
 width: 1000px;
 padding: 20px 20px 50px;
 margin: 20px 0 20px;
}

.content_inner {
 background: #fff;
 width: 900px;
 margin: 0 auto;
 padding: 30px 0;
}

.cp_target {
 text-align: center;
 font-size: 30px;
 margin-bottom: 20px;
}

.cp_step,.cp_card {
 width: 800px;
 text-align: center;
 font-size: 25px;
 color: #333;
 margin: 0 auto;
}

.cp_card {
 margin-top: 50px;
}

.step_content {
 display: flex;
 width: 800px;
 margin: 40px auto 0;
}

.step_content.noflex .step_detail {
 width: 100%;
}

.step_content.noflex {
 width: 800px;
 display: block;
 width: 90%;
}

.step_content.noflex .step_detail p {
 font-size: 22px;
 text-align: center;
 line-height: 1.3;
}

.step_content.noflex .step_detail img {
 display: block;
 margin: auto;
 width: 85%;
}

.step_number {
 width: 150px;
}

.step_detail {
 width: calc(100% - 150px);
}

.step_detail p {
 font-size: 21px !important;
 font-weight: bold;
 line-height: 2.3 !important;
}

.step_detail .sub_text {
 font-size: 20px !important;
 font-weight: normal;
 line-height: 1.5 !important;
}

.step03_img img,.step04_img img {
 display: block;
 margin: 1em auto;
}

.note {
 display: block;
 width: 800px;
 margin: auto;
 font-size: 16px;
 line-height: 1.5;
}

.card_list {
 width: 800px;
 display: flex;
 margin: 25px auto;
 justify-content: space-evenly;
}

.card_list .card_list_box {
 width: 265px;
}

.card_list .card_list_box p {
 font-size: 18px;
 font-weight: bold;
 text-align: center;
}

.card_list .card_list_box img {
 display: block;
 margin: auto;
}

.other_cam {
 background: #f4f3ea;
 padding: 30px 50px 10px;
}

.other_cam .other_cam_title p {
 font-size: 28px;
 text-align: center;
 font-weight: bold;
 margin-bottom: 20px;
}

.other_cam .other_cam_bnr {
 margin-bottom: 40px;
}

#cpfooter .copyright > p {
 padding: 0 0 160px;
 margin-bottom: 35px;
}

.anclink_text p {
 font-size: 18px;
 text-align: center;
 margin-top: 50px;
}

.bottom_btn {
 display: none;
 width: 100%;
 padding: 15px 0 0;
 position: fixed;
 bottom: 0;
 left: 0;
 z-index: 10;
 background: rgb(0 0 0 / 75%);
}

.c-btn__cnt {
 margin-bottom: 15px;
}

.bottom_btn .button_text {
 width: 1000px;
 margin: auto;
 font-size: 20px;
 color: #fff;
 text-align: center;
}

[class*="c-btn__normal"] {
 margin: 5px auto 0;
 width: 800px;
 background: #db546f;
 border-radius: 8px;
 padding: 18px 0 16px;
}

[class*="c-btn__normal"]  p {
 font-size: 22px;
 font-weight: bold;
 padding: 12px 0 10px;
}

.p-ttl__column {
 background-color: #db546f;
}

.p-box__column {
 border: 2px solid #db546f;
}

.riyou {
 width: 800px;
 margin: 25px auto;
}

.riyou p {
 font-size: 20px;
 text-align: center;
}

.riyou img {
 display: block;
 width: 90%;
 margin: 15px auto;
}

.step_content .exicon {
 text-align: center;
 margin: 1.5em auto 0;
}

.content_inner .exiconimg {
 width: 100%;
 margin: auto;
}

.dli-caret-down {
  display: block;
 margin: 25px auto 0;
  vertical-align: middle;
  color: #d57487;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2em 3.5em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.content_inner .sub_text {
 font-size: 20px;
 width: 760px;
 margin: 15px auto 0;
}

.qa__block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.qa__item {
  display: inline-block;
}

.qa__head {
  position: relative;
  text-align: left;
  padding: 20px 30px 20px 20px;
  border-radius: 8px 8px 0 0;
  background: lightblue;
  color: black;
  cursor: pointer;
  width: 100%;
}

.qa__body {
  position: relative;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: black;
  border: 1px solid lightblue;
  padding: 20px;
}

.dot {
 position: relative;
}

.dot::before {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 20px;
    background: radial-gradient(circle 8px, #333333 40%, transparent 50%);
    background: -moz-radial-gradient(circle 10px, orange 50%, transparent 50%);
}


.amex_note {
 width: 800px;
 margin: 0 auto 2em;
}

.p-box__column {
 margin-bottom: 20px;
}


@media screen and (max-width: 750px) {

.content_outer,.content_inner,.cp_step,.cp_card,.step_content,.riyou {
 width: 100%;
}

.content_outer {
 padding: 1em 1em 2.5em;
}

.content_inner {
 padding: 1em 0.8em;
}

.cp_target {
 margin-bottom: 0.3em;
}

.cp_step,.cp_card {
 font-size: 4.3vw;
}

.step_content {
 margin: 2em auto 0;
}

.step_number {
 width: 25%;
}

.step_detail {
 width: 75%;
}

.step_detail p {
 font-size: 3.8vw !important;
 font-weight: bold;
 line-height: 1.6 !important;
 margin-left: 0.5em;
}

.step_detail .sub_text {
 font-size: 3.6vw !important;
}

.note {
 width: 100%;
 font-size: 3.2vw;
 margin-top: 0.8em;
}

.card_list {
 width: 100%;
 display: block;
 margin: 1em auto;
}

.card_list .card_list_box {
 width: 100%;
 margin: 0 auto 1em;
}

.card_list .card_list_box p {
 font-size: 3.8vw;
}

.card_list .card_list_box img {
 width: 60%;
}

.other_cam {
 padding: 1em 1em 0.5em;
}

.other_cam .other_cam_title p {
 font-size: 4.5vw;
 margin-bottom: 1em;
}

.other_cam .other_cam_bnr {
 margin-bottom: 1.3em;
}

.anclink_text p {
 font-size: 3.4vw;
 margin-top: 3em;
}

.bottom_btn {
 padding: 10px 0 0;
}

.bottom_btn .button_text {
 width: 90%;
 font-size: 3.4vw;
}

[class*="c-btn__normal"] {
 margin: 0.5em auto 0;
 width: 95%;
 border-radius: 5px;
 padding: 0.5em 0;
}

[class*="c-btn__normal"]  p {
 font-size: 3.8vw;
 padding: 12px 0 10px;
}

.c-btn__cnt {
 margin-bottom: 1.5em;
}

#cpfooter .copyright > p {
 padding: 0 2em 3em;
 margin-bottom: 18em;
}

.riyou {
 margin: 1em auto;
}

.riyou p {
 font-size: 3.6vw;
}

.riyou img {
 width: 100%;
}

.step_content.noflex .step_detail img {
 width: 95%;
}

.step_content.noflex .step_detail .pointpre {
 width: 100%;
}


.dli-caret-down {
 border-width: 1em 2em;
 margin: 1em auto;
}

.content_inner .sub_text {
 font-size: 3.6vw;
 width: 100%;
 margin: 0.5em auto;
 line-height: 1.8;
}

.dot::before {
        top: -7px;
        background: radial-gradient(circle 1.4vw, #333333 40%, transparent 50%);
        padding-top: 0.8em;
    }

.amex_note {
 width: 100%;
 margin: 0 auto;
}


.p-box__column {
 margin-bottom: 8vw;
}

.noflex {
 margin: 0 auto;
}



}



