* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 15px;
}
body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-style: normal;
    position: relative;
    color: rgb(41, 41, 41);
    font-size: 1rem;
    margin-bottom: 5rem;
}
a, p {
    text-decoration: none;
    font-size: 1rem;
    color: rgb(41, 41, 41);
}
ul, li, ol {
    list-style: none;
}
img {
    width: 100%;
}

.logo_point {
    display: block;
    width: 6rem;
    margin: 0 auto 1.5rem;
}
.sp {
    display: block;
}
.pc {
    display: none;
}

/* フォント */
.btn_wrap p:first-child,
.btn_wrap span {
    font-family: toppan-bunkyu-midashi-go-std;
    font-weight: 900;
    font-style: normal;
}
.merit_wrap .item .num,
.flow_wrap .item span {
    font-family: all-round-gothic;
    font-weight: 700;
    font-style: italic;
}


/* コンテンツ共通 */
.heading {
    margin-bottom: 1.5rem;
}
.heading img {
    display: block;
    width: 2rem;
    margin: 0 auto 1rem;
}
/* コンテンツ共通_見出し */
.heading h3{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}
.heading h3:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.3rem;
}
/* コンテンツ共通_タイトル */
.title {
    margin-bottom: 1rem;
}
.title h2 {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 2px;
}
.merit_wrap .title h2:before {
    content: url(../img/cth_merit.svg);
    display: block;
    width: 150px;
    margin: 0 auto 0.2rem;
}
.flow_wrap .title h2:before {
    content: url(../img/cth_flow.svg);
    display: block;
    width: 130px;
    margin: 0 auto 0.2rem;
}
.fee_wrap .title h2:before {
    content: url(../img/cth_fee.svg);
    display: block;
    width: 120px;
    margin: 0 auto 0.2rem;
}
.voice_wrap .title h2:before {
    content: url(../img/cth_voice.svg);
    display: block;
    width: 150px;
    margin: 0 auto 0.2rem;
}
.reason_wrap .title h2:before {
    content: url(../img/cth_reason.svg);
    display: block;
    width: 230px;
    margin: 0 auto 0.2rem;
}


/* ヘッダー */
header {
    display: block;
    width: 100%;
    background-color: rgb(34, 34, 34);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ヘッダー_ロゴ */
header a:first-of-type,
footer a.logo {
    display: block;
    width: 110px;
    margin-left: 1rem;
}
header a:first-of-type img,
footer a.logo img {
    vertical-align: middle;
}
/* ヘッダー_LINEボタン */
header a:nth-of-type(2) {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding: 0.5rem 1.5rem;
    width: 200px;
    /* background-color: #1dcd00; */
}
header a:nth-of-type(2):before {
    /* content: url(../img/btn_line.svg); */
    display: inline-block;
    width: 5rem;
    vertical-align: sub;
}
header a:nth-of-type(2) i {
    margin-left: 0.3rem;
}


/* メインビジュアル */
.mv_wrap {
    background-image: url(../img/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 20%;
    margin-bottom: 1.5rem;
}
/* メインビジュアル_キャスト希望ボタン */
.mv_wrap .btn_cast {
    display: block;
    text-align: right;
    padding-top: 1.5rem;
}
.btn_cast a {
    display: inline-block;
    text-align: left;
    background: rgb(255,204,190);
    background: linear-gradient(90deg, rgba(255,204,190,1) 0%, rgba(255,163,236,1) 100%);
    border-radius: 30px 0 0 30px;
}
.btn_cast p {
    color: white;
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding: 0.6rem 0.5rem 0.6rem 1rem;
}
.btn_cast p i {
    display: inline-block;
    margin-left: 0.3rem;
    font-size: 0.7rem;
}
/* キャッチコピー */
.mv_wrap h1 {
    display: inline-block;
    padding: 2rem 0 2rem 1rem;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 3px;
    text-shadow:0px 0px 8px #301e12eb;
}
/* メインビジュアル_強みアイテム */
.strength {
    margin-left: 1rem;
    padding-bottom: 1.5rem;
}
.strength div {
    display: inline-block;
    border: 2px solid white;
    border-radius: 50%;
    text-align: center;
    width: 7.3rem;
    height: 7.3rem;
    margin-right: 0.5rem;
}
.strength span.small{
    font-size: 10px;
    line-height: 1rem;
    padding: 0;
}

.strength span {
    display: inline-block;
    font-weight: bolder;
    color: white;
    font-size: 0.95rem;
    line-height: 1.3rem;
    padding-top: 0.8rem;
    text-shadow:0px 0px 8px #301e12eb;
}


/* キャスト一覧 */
.cast_wrap {
    margin-bottom: 2.5rem;
}
.slide_cast {
    margin: 0 1rem;
}
/* キャスト一覧_キャスト */
.item_cast {
    width: 45%;
    margin: 0 0.2rem;
    box-sizing: border-box;
}
.item_inner {
    display: flex;
}
.item_cast img {
    display: inline-block;
    align-self: flex-start;
    width: 40%;
    height: auto
}
.item_cast .profile {
    display: inline-block;
    width: 60%;
    padding: 0.2rem;
}
.item_cast p {
    font-size: 0.77rem;
    color: white;
}
.item_cast p:first-of-type {
    font-size: 0.85rem;
    font-weight: bold;
}
.item_cast p:nth-of-type(2) {
    border-bottom: 1px solid white;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}
.item_cast p:nth-of-type(3) {
    line-height: 0.95rem;
}
.item_cast .profile {
    background: rgb(136,214,180);
    background: linear-gradient(45deg, rgba(136,214,180,1) 0%, rgba(195,255,119,1) 100%);
}
.cast2 .profile {
    background: rgb(152,230,235);
    background: linear-gradient(45deg, rgba(152,230,235,1) 0%, rgba(143,179,244,1) 59%, rgb(136, 138, 255) 100%);
}
.cast3 .profile {
    background: rgb(245,219,167);
    background: linear-gradient(45deg, rgba(245,219,167,1) 0%, rgba(250,196,226,1) 49%, rgba(253,184,255,1) 100%);
}
.cast4 .profile {
    background: rgb(255,239,117);
    background: linear-gradient(45deg, rgba(255,239,117,1) 0%, rgba(239,208,34,1) 35%, rgba(233,195,0,1) 100%);
}
.cast5 .profile {
    background: rgb(214,183,255);
    background: linear-gradient(45deg, rgba(214,183,255,1) 0%, rgba(241,88,255,1) 100%);
}



/* LINE＠登録ボタン */
.btn_wrap {
    margin-bottom: 3rem;
    text-align: center;
}
/* LINE＠登録ボタン_ボタン上部、下部テキスト */
.btn_wrap p:first-child {
    color: #1dcd00;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.btn_wrap p:last-child {
    font-size: 0.75rem;
}
/* LINE@登録ボタン_ボタン */
.btn_wrap a {
    display: block;
    /* background-color: #1dcd00; */
    width: 330px;
    margin: 0 auto 0.2rem;
    padding: 1rem 0 0.4rem;
}
.btn_wrap span {
    font-size: 1.1rem;
    color: white;
}
.btn_wrap span:before {
    content: url(../img/btn_line.svg);
    display: inline-block;
    width: 6rem;
    vertical-align: sub;
    margin-right: 0.3rem;
}
.btn_wrap span i, .btn_float i {
    margin-left: 0.3rem;
}


/* メリット */
.merit_wrap {
    background-image: url(../img/merit_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0;
}
.merit_wrap .title {
    margin-bottom: 3rem;
}
.merit_wrap p.com {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
/* メリット_リスト */
.merit_wrap .item {
    background-color: white;
    display: flex;
    align-items: center;
    width: 350px;
    margin: 0 auto 3rem;
    padding: 1rem 0;
    position: relative;
    border-radius: 10px;
}
.merit_wrap .item:last-of-type {
    margin: 0 auto 2rem;
}
.merit_wrap .item:nth-of-type(2) {
    padding: 1.5rem 0;
}
.merit_wrap .item:nth-of-type(3) {
    padding: 1rem 0;
}
/* メリット_番号 */
.merit_wrap .item .num {
    display: block;
    width: 4rem;
    height: 4rem;
    text-align: center;
    font-size: 1.9rem;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    margin: auto;
}
.merit_wrap .item .num span {
    display: inline-block;
    width: 1.4rem;
    margin: auto;
    border-bottom: 1.5px solid #292929;
    line-height: 1.9rem;;
    vertical-align: middle;
}
/* メリット_アイコン */
.merit_wrap .img {
    width: 30%;
    padding: 0.8rem;
}
.merit_wrap .item:first-of-type .img,
.merit_wrap .item:nth-of-type(3) .img {
    padding: 1rem;
}
.merit_wrap .img img {
    display: inline-block;

}
/* メリット_テキスト */
.merit_wrap .text {
    width: 70%;
    padding-right: 1rem;
}
.merit_wrap .text h4 {
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1.6rem;;
    margin-bottom: 0.4rem;
    position: relative;
}
.merit_wrap .item:first-of-type .text h4 {
    font-size: 1.2rem;
}
.merit_wrap .text h4 span {
    font-size: 1.5rem;
    letter-spacing: 3px;
}
.merit_wrap .text h4 span span {
    font-size: 1.9rem;
    line-height: 1.8rem;
}
.merit_wrap .text p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}


/* マッチングの流れ */
.flow_wrap {
    margin: 0 auto 2rem;
}
/* マッチングの流れ_背景(グルマ、ソロマ) */
.flow_wrap .block_group {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}
.flow_wrap .block_group:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 90%;
    margin: 0 -10%;
    background-color: rgba(182, 170, 160, 0.123);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1;
}
.flow_wrap .block_solo {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 3rem;
    margin-top: -5.5rem;
}
.flow_wrap .block_solo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 90%;
    margin: 0 -10%;
    background-color: rgba(197, 186, 177, 0.342);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: -1;
}
/* マッチングの流れ_各見出し(グルマ、ソロマ) */
.flow_wrap .text_about {
    margin-bottom: 2rem;
}
.flow_wrap .text_about p {
    font-weight: bold;
    text-align: center;
}
.flow_wrap .text_about p:first-of-type {
    display: block;
    width: 8em;
    margin: 0 auto 0.7rem;
    font-size: 1.3rem;
    border: 2px solid #292929;
    letter-spacing: 2px;
}
/* マッチングの流れ_スライド(グルマ、ソロマ) */
.flow_wrap .slide_flow {
    width: 100%;
    margin: 0 auto 5rem;
}
.flow_wrap .item {
    position: relative;
}
.flow_wrap .item:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: 45%;
    right: -0.6rem;
    margin: auto;
}
.flow_wrap .item:last-of-type:after {
    content: "";
}
/* マッチングの流れ_番号 */
.flow_wrap .item span {
    display: block;
    background-color: #292929;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    margin: 0 auto 1.2rem;
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: white;
    position: relative;
}
.flow_wrap .item span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -0.5rem;
    right: 0;
    left: 0;
    margin: auto;
    border-style: solid;
    border-width: 1.4rem 0.8rem 0 0.8rem;
    border-color: #292929 transparent transparent transparent;
}
/* マッチングの流れ_画像 */
.flow_wrap .item img {
    display: block;
    margin: 0 auto 1.7rem;
}
/* マッチングの流れ_テキスト */
.flow_wrap .item .text {
    border-top: 2px solid #292929;
    position: relative;
    padding-top: 0.7rem;
}
.flow_wrap .item .text:before {
    content: "";
    position: absolute;
    top: -1.3rem;
    left: 50%;
    margin-left: -0.7rem;
    border: 0.7rem solid transparent;
    border-bottom: 0.7rem solid #f6f5f4;
    z-index: 2;
}
.flow_wrap .block_solo .item .text:before {
    border-bottom: 0.7rem solid #ece8e5;
}
.flow_wrap .item .text:after {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    margin-left: -0.7rem;
    border: 0.7rem solid transparent;
    border-bottom: 0.7rem solid #292929;
    z-index: 1;
}
.flow_wrap .item .text p {
    font-size: 0.95rem;
    line-height: 1.2rem;
}


/* ご利用料金 */
.fee_wrap {
    margin: 0 auto 4rem;
}
/* ご利用料金_表 */
.fee_wrap .block_table {
    width: 350px;
    margin: 0 auto 1rem;
}
.fee_wrap .block_table p:first-child {
    display: block;
    background-color: rgb(41, 41, 41);
    color: white;
    font-size: 0.95rem;
    line-height: 2.2rem;
    text-align: center;
}
.fee_wrap .block_table .cell {
    background-color: #f1ede9;
    display: flex;
    border: 1px solid #292929;
    border-bottom: none;
    align-items: center;
}
.fee_wrap .block_table .cell:nth-of-type(2) {
    background-color: #e4e2d9;
    border-bottom: none;
}
.fee_wrap .block_table .cell:nth-of-type(3) {
    background-color: #e0d5c0;
    border: 1px solid #292929;
}
.fee_wrap .block_table .valuation {
    width: 60%;
    padding-left: 1rem;
}
.fee_wrap .cell .valuation i {
    font-size: 1.7rem;
    color: #b7a783;
    padding-right: 0.5rem;
}
.fee_wrap .cell:nth-of-type(2) .valuation i {
    color: #ad9767;
}
.fee_wrap .cell:nth-of-type(3) .valuation i {
    color: #927638;
}
.fee_wrap .block_table .cell span {
    width: 40%;
    font-size: 2.4rem;
    font-family: all-round-gothic;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    padding: 0.5rem;
}
.fee_wrap .block_table .cell span span {
    font-size: 1.6rem;
    margin-left: 0.1rem;
    padding: 0;
}
.fee_wrap .block_table p:last-child {
    font-size: 0.8rem;
    text-align: right;
    line-height: 1.8rem;
}
/* ご利用料金_下部テキスト */
.fee_wrap p:last-child {
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}

/* 利用者の声 */
.voice_wrap {
    margin: 0 auto 3rem;
}
/* 利用者の声_アイテム */
.voice_wrap .item {
    width: 350px;
    margin: 0 auto 1rem;
    position: relative;
}
.voice_wrap .item p {
    display: block;
    width: 58%;
    color: white;
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 0.5rem;
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    text-shadow:0px 0px 6px #301e12eb;
}
.voice_wrap .item span {
    display: inline-block;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    position: absolute;
    bottom: 1rem;
    left: 0.5rem;
    text-shadow:0px 0px 6px #301e12eb;
}


/* 選ばれる6つの理由 */
.reason_wrap {
    margin: 0 auto 2rem;
    padding: 2rem 0;
    background-color: #f1ede9;
}
.reason_wrap p:last-child {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
/* 選ばれる6つの理由_リスト */
.reason_wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 350px;
    margin: 0 auto 1rem;
}
.reason_wrap .item {
    width: 50%;
    max-width: 160px;
    border: 2px solid #292929;
    background-color: white;
    border-radius: 10px;
    padding: 0.8rem 0.5rem;
    margin: 0.2rem;
}
/* 選ばれる6つの理由_アイテム内(タイトル、内容) */
.reason_wrap .item p:first-of-type {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    font-weight: bold;
}
.reason_wrap .item p:last-of-type {
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: normal;
    letter-spacing: 0;
    letter-spacing: 1px;
}
/* 選ばれる6つの理由_アイコン */
.img-pc2 {
    height: 6.5rem;
    position: relative;
}
.reason_wrap .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.reason_wrap .item:first-of-type img {
    width: 4.6rem;
}
.reason_wrap .item:nth-of-type(2) img {
    width: 2.2rem;
}
.reason_wrap .item:nth-of-type(3) img {
    width: 6.2rem;
}
.reason_wrap .item:nth-of-type(4) img {
    width: 4.5rem;
}
.reason_wrap .item:nth-of-type(5) img {
    width: 4.2rem;
}
.reason_wrap .item:nth-of-type(6) img {
    width: 3.5rem;
}

/* フッター */
footer {
    background-color: rgb(34, 34, 34);
    padding: 1.5rem 0;
    position: relative;
    text-align: center;
}
footer * {
    color: #fff;
}
footer a.logo {
    margin: 0 auto 1.5rem;
}
.btn_block {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.btn_block a {
    font-size: 0.7rem;
    line-height: 0.7rem;
    margin: 0 0.2rem;
    padding-right: 0.3rem;
    border-right: 1px solid #fff;
}
.btn_block a:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
footer p {
    font-size: 0.65rem;
    margin-bottom: 1rem;
}
small {
    font-size: 0.65rem;
}

/* トップボタン */
.btn_top {
    display: inline-block;
    width: 2.5rem;
    position: absolute;
    top: -1rem;
    right: 1rem;
}

/* フロートボタン */
.btn_float {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: 1.4rem solid rgba(255, 255, 255, 0.9);
}
.btn_float a {
    display: inline-block;
    width: 50%;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.7rem 1rem;
    position: relative;
}
.btn_float a:first-of-type {
    font-size: 1.1rem;
    line-height: 1.3rem;
    background: rgb(255,204,190);
    background: linear-gradient(90deg, rgba(255,204,190,1) 0%, rgba(255,163,236,1) 100%); 
}
.btn_float a:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.1rem;
    background-color: #1dcd00;
}
/* .btn_float a:nth-of-type(2):before {
    content: url(../img/btn_line.svg);
    display: inline-block;
    width: 5rem;
    vertical-align: sub;
    margin-right: 0.2rem;
} */
.btn_float a span {
    vertical-align: middle;
}
.btn_float a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2rem 2rem;
    border-color: transparent transparent #7474745d transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}


/* slick */
.slick-slide {
    outline: none;
}
.slick-initialized .slick-slide {
    align-items: flex-start;
}
.flow_wrap .slick-initialized .slick-slide {
    display: block !important;
    padding: 0 1.5rem;
    
}

/* トップページに戻るボタン */
.top-btn {
    display: block;
    width: 60%;
    max-width: 250px;
    color: #fff;
    background: rgb(27,27,27);
    background: linear-gradient(0deg, rgba(27,27,27,1) 0%, rgba(27,27,27,1) 50%, rgba(56,56,56,1) 50%, rgba(56,56,56,1) 100%);
    text-align: center;
    letter-spacing: 2px;
    border-radius: 3rem;
    margin: 3rem auto;
    padding: 0.5rem 0;
}

/* 特定商法に基づく表示 */
.s_body {
    margin: 0;
}
.law .ttl, .privacy .ttl, .terms .ttl, .fee .ttl {
    background-color: #f7f7f7;
    padding: 0.5rem;
    margin-bottom: 1.3rem;
}
.law h2, .privacy h2, .terms h2, .fee h2 {
    font-size: 1.5rem;
    color: black;
    text-align: center;
}
.law .inner, .privacy .inner, .terms .inner, .fee .inner {
    max-width: 1400px;
    padding: 0 1rem;
    margin: 0 auto;
}
.law table {
    width: 100%;
    max-width: 940px;
    border: 1px solid #000;
    border-collapse: collapse;
    margin: auto;
}
.law th, .law td {
    font-size: 0.9rem;
    line-height: 1.3rem;
    border: 1px solid #000;
    padding: 0.5rem;
}
.law th {
    width: 30%;
}

/* プライバシーポリシー */
.privacy p, .terms p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 1.3rem;
}
.privacy h3, .terms h3 {
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid #000;
    background-color: #f7f7f7;
    padding: 0.5rem;
    margin: 0 auto 0.5rem;
}


/* ご料金体系 */
.fee {
    margin: 0 auto 3rem;
}
/* ご利用料金_表：fee.html */
.fee .inner {
    max-width: 500px;
    padding: 0 1rem;
    text-align: center;
    margin: auto;
}
.fee h4 {
    font-size: 0.95rem;
    line-height: 2rem;
    font-weight: 300;
    color: #fff;
    background: #292929;
}
.fee table {
    width: 100%;
    border: 1px solid #292929;
    border-collapse: collapse;
}
.fee th, .fee td {
    width: 50%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3rem;
    border: 1px solid #292929;
    padding: 0.6rem 0;
}
.fee th {
    background: #f7f7f7;
}
.fee .other {
    margin: 0 auto 0.5rem;
}
.fee .other th {
    font-size: 0.95rem;
}
.fee .other span {
    font-size: 0.75rem;
    margin-left: 0.3rem;
}
.fee p {
    font-size: 0.75rem;
    text-align: left;
}