/*------------------------------------------------
  共通ブロック
------------------------------------------------*/
.clr_red {
    font-weight: bold;
    color: #af457d;
}
.clr_brown {
    font-weight: bold;
    color: #ad8747;
}
section {
    padding: 4rem 0;
    position: relative;
}
section h2 {
    font-size: 2.3rem;
    margin-bottom: 3.5rem;
}
section h3 {
    font-size: 1.6rem;
    margin-top: -1.5rem;
}
section h2 {
    position: relative;
}
section h2::after {
    content: "";
    display: block;
    width: 7rem;
    height: 2px;
    background-color: #c58f8f;
    position: absolute;
    bottom: -1rem;
    right: 0;
    left: 0;
    margin: auto;
}
section.scene h2 {
    color: #fff;
}
section.scene h2::after {
    background-color: #fff;
}

/*
  CTAボタン
------------------------------------------------*/
section.cta {
    text-align: center;
    background-color: #fff392;
    padding: 3.5rem 1.5rem 3rem;
}
.cta p:first-child {
    display: inline-block;
    position: relative;
}
.cta p:first-child:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #6b4242;
    transform: rotate(-40deg);
    position: absolute;
    right: calc(100% + .7rem);
    bottom: 2px;
}
.cta p:first-child:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #6b4242;
    transform: rotate(40deg);
    position: absolute;
    left: calc(100% + .7rem);
    bottom: 2px;
}
.cta p, .cta p span {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.cta p:nth-of-type(2) {
    font-size: 1.8rem;
    margin: .8rem 0 1.2rem;
}
.cta_btn {
    width: 95%;
    max-width: 330px;
    margin: 0 auto;
}

/*
  メインビジュアル
------------------------------------------------*/
section.mv {
    padding: 0;
}

/*
  メリット
------------------------------------------------*/
.merit {
    text-align: center;
}
.merit .txt {
    margin-bottom: 3rem;
}
.merit .txt p,.merit .txt span {
    font-size: 1.9rem;
    line-height: 1.4;
    letter-spacing: 2px;
}
.merit .txt1 span:first-child {
    font-size: 2.5rem;
    margin-left: 3px;
}
.merit .txt2 {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff2af 40%);
    padding: 0 3px;
}
.merit .txt2 span {
    font-weight: bold;
}
.merit .txt2 span:first-child {
    font-size: 2.4rem;
}
.merit_wrap {
    margin: 0 2rem 3rem;
}
.merit .merit_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.merit li {
    width: calc(100% / 2 - 2px);
    padding: 1.4rem 0;
}
.merit li:first-child, .merit li:nth-child(2) {
    margin-bottom: 4px;
}
.merit li:first-child p, .merit li:nth-child(2) p {
    line-height: 30px;
}
.merit .bg_brown {
    background-color: #f7f3e6;
}
.merit .bg_pink {
    background-color: #ffefeb;
}
.merit li p {
    line-height: 18px;
    font-weight: bold;
}
.merit li img {
    width: 70px;
    margin: 0 auto;
}

/*
  お金獲得までの流れ
------------------------------------------------*/
section.flow {
    text-align: center;
    padding: 4rem 0 6rem;
}
.flow .txt {
    margin-bottom: 5rem;
}
.flow .txt p {
    line-height: 1.6;
}
.flow .txt p:nth-child(2) {
    display: inline-block;
    border: 1px solid #ad8747;
    border-radius: 3rem;
    padding: 1rem 2rem;
    margin-top: 2rem;
}
.flow .block {
    padding: 3rem 0;
    position: relative;
}
.flow .group {
    background: url(../img/common/flow_group.png) center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 5.5rem;
}
.flow .solo {
    background: url(../img/common/flow_solo.png) center no-repeat;
    background-size: cover;
    position: relative;
}
.flow .group::before {
    content: "";
    display: block;
    width: 85%;
    height: calc(100% + 2.3rem);
    background-color: #fcf6e6;
    border: .5rem solid #dec589;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.flow .solo::before {
    content: "";
    display: block;
    width: 85%;
    height: calc(100% + 2.3rem);
    background-color: #faf0ea;
    border: .5rem solid #eec1c0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.flow .block h4, .flow .block p {
    color: #fff;
}
.flow .block h4 {
    font-size: 1.9rem;
    letter-spacing: 3px;
}
.flow img {
    width: auto;
    height: 4rem;
    margin: 0 auto 1rem;
}
.flow .block p {
    font-size: 1.5rem;
}

/*
  利用シーン
------------------------------------------------*/
section.scene {
    background-color: #4a2a2a;
}
section.scene * {
    color: #fff;
}
.scene_contents {
    margin: 4rem 2rem 0;
}
.scene li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
.scene img {
    width: 40%;
    border-radius: 8px;
}
.scene .right {
    width: calc(60% - 1.5rem);
}
.scene h5 {
    text-align: left;
    padding-left: 3rem;
    margin-bottom: 1rem;
    position: relative;
}
.scene li h5::before {
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.3rem;
    line-height: 2.3rem;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.scene li:first-child h5::before {
    content: "1";
    background-color: #b58f56;
}
.scene li:nth-child(2) h5::before {
    content: "2";
    background-color: #b96487;
}
.scene li:nth-child(3) h5::before {
    content: "3";
    background-color: #b58f56;
}
.scene li:nth-child(4) h5::before {
    content: "4";
    background-color: #b96487;
}

/*
  ご利用料金
------------------------------------------------*/
section.fee {
    text-align: center;
}
.fee .txt {
    line-height: 1.6;
    margin-bottom: 2.5rem;
}
.fee .txt2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
.fee_contents {
    margin: 0 2rem 2rem;
}
section.fee table {
    width: 100%;
    background-color: #fffbec;
    border: 1px solid #5f302f;
    margin-bottom: .6rem;
}
.fee tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2rem;
}
.fee table, .fee th, .fee td {
    border: none;
    border-collapse: collapse;
}
.fee thead th {
    font-size: 1.3rem;
    color: #fff;
    background-color: #5f302f;
    padding: .8rem 0;
}
.fee tbody tr:first-child {
    background-color: #fffbec;
    border-bottom: 1px solid #5f302f;
}
.fee tbody tr:nth-child(2) {
    background-color: #f1e6d3;
    border-bottom: 1px solid #5f302f;
}
.fee tbody tr:nth-child(3) {
    background-color: #e5dbb5;
}
.fee th img {
    width: auto;
    height: 2.5rem;
}
.fee td {
    font-size: 2.6rem;
    letter-spacing: 0;
    font-weight: bold;
}
.fee td span {
    font-size: 2.1rem;
    font-weight: bold;
    vertical-align: text-top;
    margin-left: 1px;
}
.fee .txt3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
}
.fee .txt4 {
    font-size: 1.6rem;
    font-weight: bold;
}

/*
  安心・安全の取り組み
------------------------------------------------*/
section.safety {
    position: relative;
}
section.safety::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/safety_bg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.safety_top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5.5rem;
}
.safety_top img {
    width: 105px;
    margin: 0 .4rem;
}
.safety_btm ul {
    margin: 0 1.5rem;
}
.safety_btm li {
    text-align: center;
    background-color: #fffbeb;
    border-radius: 8px;
    padding: 3.5rem 0 2rem;
    position: relative;
}
.safety_btm li:not(:last-child) {
    margin-bottom: 5.5rem;
}
.safety_btm img {
    width: 80px;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
}
.safety_btm p {
    position: relative;
    z-index: 2;
}

/*
　新着情報
------------------------------------------------*/
section.news {
    background-color: #fffcf1;
}
.news_list {
    margin: 0 1.5rem 2rem;
}
.news_item {
    border-radius: 8px;
    background-color: #fcf1df;
    padding: 1rem;
}
.news_item:not(:last-of-type) {
    margin-bottom: 1.2rem;
}
.news_date {
    font-size: 1.2rem;
    color: #a76d2e;
    margin-bottom: .2rem;
}
.news_btn {
    text-align: center;
}
.news .readMore {
    display: inline-block;
    color: #fff;
    background-color: #5f302f;
    border-radius: 3rem;
    padding: .8rem 2rem;
}