@charset "UTF-8";
/* CSS Document */

/*reset*/
.content_box.success {
    margin: 0 20px 2em;
    padding: 1.5rem 1rem;
}
body {
    font-size: 13px;
}

/*-----------------------------
  スマホ用css
-------------------------------*/
.sp {
    display: block;
}
.pc {
    display: none;
}
.se {
    display: none;
}
@media screen and (max-width: 370px) {
    .se {
        display: block;
    }
}

/* ===== コンテナ ===== */
.container {
    width: 90%;
}
.container_big {
    width: 90%;
    min-width: auto;
}
.container_mid {
    width: 90%;
    min-width: auto;
}

/* ===== ボタン ===== */
.b_normal {
    width: 230px;
    height: 35px;
    line-height: 37px;
    font-size: 14px;
}
.b_small {
    width: 210px;
}
.b_medium {
    width: 210px;
    font-size: 14px;
}
.b_shadow:hover,
.b_shadow_l:hover {
    transform: translateY(2px);
}
.b_shadow.b_blue5,
.b_shadow_l.b_blue5 {
    box-shadow: 0 2px #0183b9;
}

.b_shadow.b_gray2 {
    box-shadow: 0 2px #7e7979;
}
.b_shadow.b_blue6 {
    box-shadow: 0 2px #1885b7;
}
.b_shadow.b_green {
    box-shadow: 0 2px #24989d;
}

/* 年齢確認バナー・ボタン */
#proof_banner {
    margin-bottom: 30px;
}
.prf_bnnr_btn {
    border-radius: 0;
    box-shadow: 0 0;
}
.prf_bnnr_btn:hover {
    transform: translateY(0);
}

/*  Sign In with Apple ボタン  */
.signin-button {
    width: 240px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.signin-button div {
    display: inherit;
    width: 100%;
    height: 100%;
}

/* ===== ヘッダー ===== */
.l-header {
    position: relative;
    min-width: auto;
    height: 45px;
    border-bottom: 1px #f0f0f0 solid;
    background-color: #fff;
}
.l-header.shadow {
    border-bottom: none;
}
.l-header__inner {
    width: 100% !important;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1000;
}
.l-header__logo {
    width: 50px;
    height: 29px;
}
.l-header__logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.l-header__logo a img {
    width: 100%;
}
.l-header__pcnav {
    display: none;
}
.l-header__spnav {
    display: block;
    width: 19px;
    height: 16px;
}
.l-header__spnav a {
    display: block;
    width: 100%;
    height: 100%;
}
.l-header__spnav img {
    width: 100%;
    height: auto;
}
.l-header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 500;
}
.dropdown_cstart,
.dropdown_login {
    display: none !important;
}

/* マイページ共通SPメニューレイアウト */
.headermenu_sp.sp {
    display: flex !important;
    align-items: center;
}
.l-header__spnav {
    display: flex;
    align-items: center;
}
.spmypg_link {
    margin: 0 8px;
    display: flex;
    align-items: center;
}
.spmypg_link em {
    position: relative;
    top: -16px;
    font-size: 11px;
    background: #39393a;
    border-radius: 9px;
    color: #fff;
    padding: 0 0.5em;
}
.spmypg_ml em {
    right: 19px;
    margin-right: -19px;
}
.spmypg_nt em {
    right: 7px;
    margin-right: -7px;
}
.spmypg_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 23px;
    margin-bottom: 1px;
}
.spmypg_img img {
    display: block;
    height: auto;
}
.spmypg_link span {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
}
.spmypg_srch img {
    width: 20.5px;
}
.spmypg_ml img {
    width: 21.5px;
}
.spmypg_nt img {
    width: 20px;
}
.spmypg_lk img {
    width: 21px;
}

@media screen and (max-width: 370px) {
    .spmypg_link {
        margin: 0 3px;
    }
}
/* ヘッダーのpositionをfixedにしたので、その分下のコンテンツ上部に余白を指定 */
/* .l-main {
    padding-top: 61.5px;
} */

/* ===== フッター ===== */
.l-footer {
    letter-spacing: 0;
    padding: 32px 0 0;
    min-width: auto;
}
.l-footer p {
    line-height: 1.7;
}
.l-footer__logo {
    margin-bottom: 25px;
}
.l-footer__logo img {
    width: 90px;
    height: auto;
}
.l-footer__pagetop {
    right: 10px;
    bottom: 20px;
}
.l-footer ul {
    margin-bottom: 10px;
}
.l-footer ul li {
    margin-bottom: 13px;
}
.l-footer ul li a {
    font-size: 13px;
    padding: 0 15px;
}
.footer_p1 {
    margin-bottom: 25px;
}
.footer_p2 {
    padding: 9px 0;
}

/* ------ 共通　ボタン ------*/
/* プロフィールの詳細を見る */
.l-main {
    min-width: auto;
    padding-bottom: 50px !important;
    margin: 30px 20px 0;
}
.l-main__inner {
    width: 100%;
}
.l-main__inner.medium {
    padding-bottom: 0;
    padding-top: 0;
}
.l-main__inner.small {
    padding-bottom: 0;
    padding-top: 0;
}
.l-main__title {
    font-size: 22px;
    padding-top: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0;
}
.l-main__title.blue img {
    padding-right: 10px;
    height: 35px;
}
.l-main__title.blue {
    display: flex;
    justify-content: center;
    font-size: 28px;
    line-height: 38px;
}
.l-main__box {
    margin: 0 20px;
    width: auto;
    padding: 30px 20px 20px;
}
.l-main__box.gray {
    margin: 30px 20px 0;
    padding: 30px 20px;
}
.l-main__box .boxtext {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.l-main__inner .mb40 {
    margin-bottom: 40px;
}
.l-main__box .boxtext.small {
    font-size: 14px;
    letter-spacing: 2px;
}
.l-main__box .boxleadtext {
    font-size: 13px;
    line-height: 1.6;
    color: #7f898d;
}
.l-main__box .border {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.l-main__map iframe {
    width: 295px;
    height: 275px;
}
.l-articletop {
    min-width: auto;
}
.l-articletop__inner {
    width: auto;
    padding: 20px 15px 20px;
}
.l-articletop__title {
    margin-bottom: 15px;
}
.l-articletop__icons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.l-articletop__icons .prev,
.l-articletop__icons .next {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #dddddd;
}
.l-articletop__icons .prev:before,
.l-articletop__icons .next:before {
    content: "";
    width: 13px;
    height: 14px;
    background: url("../img/icon-slider-prev.png") 50% 50% no-repeat;
    background-size: 13px 14px;
}
.l-articletop__icons .prev.active,
.l-articletop__icons .next.active {
    background: #4bd0ef;
}
.l-articletop__icons .prev.active:before,
.l-articletop__icons .next.active:before {
    background: url("../img/icon-slider-next.png") 50% 50% no-repeat;
    background-size: 13px 14px;
}
.l-articletop__icons .next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 20px;
}
.l-articletop__sliderContents {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
    overflow: hidden;
}
.l-articletop__slider {
    display: block;
    position: relative;
}
a.post img {
    width: 30%;
    height: auto;
}
.l-articletop__slider .post {
    display: table-cell;
    width: 100%;
    position: absolute;
}
.l-articletop__slider .post img {
    width: 100%;
}
.l-articlelist__inner {
    width: auto;
    margin: 40px 15px 50px;
}
.c-pagetitle {
    font-size: 17px;
    line-height: 25px;
}
.c-pagelead {
    line-height: 1.5em;
}
.c-button-fb {
    font-size: 14px;
    width: 250px;
    height: 40px;
    margin: 15px auto 7px;
}
.c-button-fb span {
    line-height: 40px;
    background-size: 15px 15px;
    background-position-y: 1px;
    padding-left: 20px;
}
.c-button-mail {
    font-size: 14px;
    width: 250px;
    height: 40px;
}
.c-button-mail span {
    padding-left: 21px;
    line-height: 40px;
    background-size: 14px 10px;
    background-position-y: 6px;
}
.tp_start_btn {
    width: 250px;
    height: 40px;
    line-height: 38px;
    margin: 19px auto 9px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 14px;
    letter-spacing: 1px;
    color: #202020;
}
.c-sponly {
    display: inline-block;
}
.c-pconly {
    display: none;
}
.c-indicatoricon {
    margin-bottom: 30px;
}
.c-indicatoricon.large {
    width: 285px;
}
.c-indicatoricon.large:before {
    width: 270px;
}
.c-indicator.large {
    width: 305px;
}
.c-indicator.large span:nth-child(1) {
    left: 4px;
}
.c-indicator.large span:nth-child(2) {
    left: 51px;
}
.c-indicator.large span:nth-child(3) {
    right: 83px;
}
.c-indicator.large span:nth-child(4) {
    right: 5px;
}
.c-table {
    border-collapse: collapse;
    margin-bottom: 0;
}
.c-table th {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 10px;
}
.c-table td {
    display: block;
    width: auto;
    margin-bottom: 25px;
}
.c-breadcrumb {
    display: none;
}
.c_article-label span {
    font-size: 12px;
}
.c-category {
    margin: 0 20px;
    height: auto;
    padding: 10px 15px !important;
    position: relative;
}
.c-category h3 {
    display: block;
    border-right: none;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    right: 0;
    position: relative;
    box-sizing: border-box;
}
.c-category h3:after {
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    background: url("../img/icon-selectbox-black.png") no-repeat;
    position: absolute;
    background-size: cover;
    right: 0;
    top: 9px;
}
.c-category ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 100;
}
.c-category ul li {
    display: block;
    padding: 0 !important;
    margin-left: 0 !important;
    border: #dddddd 1px solid;
    background: #fff;
}
.c-category ul li:not(:first-child) {
    border-top: none;
}
.c-category ul li a {
    display: block;
    padding: 10px 15px;
    line-height: 1.6;
}
.c-category.top:before {
    display: none;
}
.c-subpost {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.c-subpost.top {
    width: 100%;
}
.c-subpost img {
    width: 100%;
    height: auto;
}
.c-subpost.top img {
    margin-right: 0;
}
.c-subpost .texts {
    width: auto;
    margin-top: 15px;
}
.c-fileupload {
    margin: 0 auto 20px;
}
.c-fileupload .fake {
    width: 100%;
}
.c-fileupload .upload {
    display: block;
    margin: 15px auto;
}
.temp-image-upload-box.c-fileupload .preview {
    display: block;
    width: 50%;
    position: relative;
    margin: 0 auto;
}
.c-fivedots {
    width: 335px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto;
}
.c-fivedots .item {
    width: 101px;
    height: 101px;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 14px;
}
.c-fivedots .item p {
    width: 100%;
    bottom: 20px;
}
.c-fivedots .orange {
    background-size: 36px auto;
}
.c-fivedots .green {
    background-size: 36px auto;
}
.c-fivedots .red {
    background-size: 36px auto;
}
.c-fivedots .pink {
    background-size: 36px auto;
}
.c-fivedots .purple {
    background-size: 36px auto;
}
.c-fivedots .red {
    margin-right: 0;
}
.c-fivedots .purple {
    margin-right: 0;
}
.p-form.white {
    width: auto;
    padding: 30px 15px;
    margin: 30px auto 0;
}
.c-radiobox.blue .dummyradio + label {
    font-size: 14px;
    padding-left: 30px;
    margin-right: 0;
    margin-bottom: 25px;
}
.c-radiobox .dummyradio + label:before {
    width: 18px;
    height: 18px;
    top: 3px;
}
.c-radiobox .dummyradio:checked + label::after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 4px;
}
.c-selfieuploadarea .c-selfieuploadarea__photo {
    margin-bottom: 30px;
}
.c-selfieuploadarea .c-fileupload,
.identification .c-fileupload {
    display: block;
}
.identification input[type="text"] {
    display: block;
    margin: 0 auto;
}
.c-selfieuploadarea input[type="text"].fake,
.identification input[type="text"].fake {
    width: 100% !important;
    max-width: 400px;
}
.c-selfieuploadarea .c-fileupload .upload {
    margin: 15px 0;
}
#page_profedit .c-selectbox {
    display: block;
}
.mypgprf_editform .c-selectbox {
    display: block;
}
.bodyheight {
    display: flex !important;
}
#page_profedit .c-selectbox select {
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: solid #d2d2d2 1px;
}
.mypgprf_editform .c-selectbox select {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.cs_area select,
.cs_from select,
.cs_education select,
.cs_job select {
    margin-bottom: 17px;
}
#page_profedit .c-selectbox .subtext {
    width: 100%;
    border-radius: 6px;
}
.mypgprf_editform .c-selectbox .subtext {
    width: 100%;
    border-radius: 6px;
}
.mypgprf_editform .c-prfcheckbox label {
    height: 22px;
    margin-bottom: 15px;
}
.p-form .identification .moreinfo a {
    display: block;
    padding-left: 0;
    margin-top: 5px;
}
#page_profedit .c-radiobox .dummyradio + label {
    padding-left: 21px;
}
#page_profedit .p-form__submit .btn {
    width: 230px;
    letter-spacing: 0.9px;
    line-height: 1.3px;
}
.p-form.wide {
    width: auto;
}
.p-form.wide .errortext {
    margin-top: 6px;
}
.p-form {
    width: auto;
}
.p-form__flex {
    display: block;
    padding: 30px 0;
}
.p-form__flex .label {
    margin-bottom: 8px;
}
.p-form__flex .item {
    width: auto;
    margin-left: 0;
}
.p-form .small {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center !important;
}
.p-form .label {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.p-form .label.required:after {
    margin-left: 10px;
    font-size: 80%;
}
.p-form .confirmtext {
    font-size: 14px;
    margin-left: 0.5em;
    margin-bottom: 5px;
}
.p-form .confirmtext + .confirmtext {
}
.p-form .uploadarea {
    padding: 20px 0px;
    text-align: center;
}
.p-form .uploadarea > .confirmtext {
    margin: 0;
}
.p-form .birthday {
    padding-left: 12px;
    padding-right: 5px;
    margin-bottom: 6px;
}
.p-form .birthday.year {
    width: 85px;
}
.p-form .birthday.month {
    width: 65px;
}
.p-form .birthday.day {
    width: 65px;
}
.p-form .birthdaylabel {
    margin-left: 5px;
    margin-right: 0px;
}
.p-form .pre_text {
    line-height: 1.3em;
    font-size: 13px;
    color: #969696;
}
.p-form .identification .subtext {
    font-size: 14px;
    text-align: center;
}
.p-form .identification {
    padding: 15px 20px;
    margin-bottom: 0;
    margin-top: 30px;
}
.p-form .identification .moreinfo {
    line-height: 23px;
}
.p-form .texttype {
    width: 100%;
    display: block;
}
.p-form .select {
    width: auto;
}
.p-form .address .smallbox {
    width: 220px;
}
.p-form__submit {
    flex-direction: column-reverse;
    margin-top: 30px;
}
.p-form__submit .btn + .btn {
    margin-bottom: 20px;
    margin-left: 0;
}
.p-form__submit .back_btn + .btn {
    margin-bottom: 20px;
    margin-left: 0;
}
.p-form__submit .btn {
    width: 330px;
    height: 40px;
    font-size: 14px;
}
.p-form__submit .btn.blue.splong {
    width: 300px;
}
.p-form__submit a.btn {
    line-height: 40px;
}
.p-form__submit .btn.wide {
    width: 210px;
    letter-spacing: 0.8px;
}
.p-form__submit .btn.back {
    width: 200px;
    height: 45px;
}
.p-form__agreement.wide h3 {
    font-size: 14px;
}
.p-form__agreement.wide h5 {
    font-size: 14px;
}
.p-form__agreement {
    width: 100%;
    padding: 0;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
}
.p-form__agreement h4 {
    line-height: 1.6;
    font-size: 13px;
}
.p-form__agreement .checkbox {
    margin: 15px auto 0;
    width: 100%;
    padding: 18px 14px;
}
.p-form__agreement .checkbox .checkbox-parts {
    font-size: 14px;
    text-align: left;
}
.p-form__link {
    font-size: 13px;
}
.p-modal__contents {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    padding: 24px;
}
.p-modal__contents.matching {
    height: 300px;
}
.p-modal__contents .closebtn {
    right: 10px;
}
.p-modal__contents .closebtn img {
    width: 20px;
    height: 20px;
}
.p-modal__contents h4 span {
    font-size: 16px;
    width: auto;
}
.p-modal__contents h4 span:before,
.p-modal__contents h4 span:after {
    display: none;
}
.p-modal__contents h5 {
    font-size: 14px;
    line-height: 23px;
    padding-top: 20px;
}
.p-modal__contents .confirmation.pc {
    display: none;
}
.p-modal__contents .confirmation.sp {
    display: block;
}
.p-modal__contents .confirmation.sp img {
    display: block;
    margin: 35px auto 5px;
}
.p-modal__contents .confirmation.sp img:nth-child(1) {
    width: calc(111px / 2);
    height: auto;
}
.p-modal__contents .confirmation.sp img:nth-child(3) {
    width: calc(150px / 2);
    height: auto;
}
.p-modal__contents .confirmation.sp img:nth-child(5) {
    width: calc(114px / 2);
    height: auto;
}
.p-modal__contents .confirmation.sp span {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.p-top-keyvisual {
    min-width: auto;
}
.p-top-keyvisual {
    background: url("../img/top/top-main-bg.png"),
        linear-gradient(#fff 70%, #f8f8f8 70%);
    background-position: 50% 70%;
    background-repeat: no-repeat;
}
.p-top-keyvisual__inner {
    width: auto;
    margin: 0;
    padding-bottom: 40px;
}
.p-top-keyvisual__title {
    margin-top: -100px;
    font-size: 24.5px;
    text-align: center;
    position: relative;
    z-index: 2;
    background: url("../img/top/top-lead-bg.png") no-repeat bottom center;
    background-size: 80%;
}
.p-top-keyvisual__title span {
    font-size: 17.5px;
    margin-left: -10px;
}
.p-top-keyvisual__box {
    display: block;
}
.p-top-keyvisual__registerbox {
    width: auto;
    margin: 40px 20px;
    padding: 20px 0;
}
.p-top-keyvisual__registerbox h3 {
    font-size: 19px;
}
.p-top-keyvisual__registerbox .small {
    font-size: 14px;
}
.p-top-keyvisual__registerbox .big {
    font-size: 14px;
}
.p-top-keyvisual__carousel {
    height: 363px;
    min-width: auto;
}
.p-top-keyvisual__carouselpc {
    display: none;
}
.p-top-keyvisual__carouselsp {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.p-top-keyvisual__carouselsp .slide {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.p-top-keyvisual__carouselsp .slide img {
    position: absolute;
    width: 100%;
}
.p-top-keyvisual__carouselindicator {
    text-align: center;
    left: 50%;
    margin-left: -21px;
    bottom: 0;
}
.p-top-keyvisual__carouselindicator a {
    width: 7px;
    height: 7px;
    margin-right: 7px;
}
.p-top-keyvisual__2ndtitle {
    font-size: 17px;
}
.p-top-keyvisual__2ndtitle span {
    font-size: 22px;
}
.p-top-about {
    min-width: auto;
}
.p-top-about__inner {
    width: auto;
    margin: 0 20px;
    padding: 40px 0 60px;
}
.p-top-about h2 {
    font-size: 17px;
}
.p-top-about__box {
    display: block;
    margin: 20px auto;
}
.p-top-about__box .text {
    width: auto;
    margin-left: 0;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
span.icon_change_btn {
    font-size: 13px;
}
.p-top-about__box .text .icon {
    width: 115px;
    height: 25px;
    line-height: 25px;
}
.p-top-about__box .text .title {
    font-size: 15px;
    line-height: 24px;
}
.p-top-about__box .text .description {
    line-height: 1.5em;
}
.p-top-about__box .img {
    width: 225px;
    height: 225px;
    margin: 0px auto;
    padding-top: 10px;
}
.p-top-about__box .img:before {
    width: 225px;
    height: 225px;
}
.p-top-about__box .img img {
    width: 225px;
    height: 225px;
}
.p-top-about__box.reverse .text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
.p-top-about__box.reverse .text .title {
    margin-left: 0;
}

.p-top-register {
    min-width: auto;
}
.p-top-register__inner {
    width: auto;
    margin: 40px 20px;
}
.p-top-register__box {
    display: block;
    margin-top: 30px;
    padding: 15px 15px 0 15px;
}

.p-top-register__box .text {
    margin-top: 0;
}
.p-top-register__box .text .number span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    margin-top: 0;
}
.p-top-register__box .text .number h4 {
    font-size: 16px;
    line-height: 22px;
    margin-left: 10px;
}
.p-top-register__box .text p {
    margin-top: 10px;
    line-height: 1.5em;
}
.p-top-register__box .img {
    width: 160px;
    margin: 20px auto 0;
}
.p-top-register__box .img img {
    width: 100%;
}
.p-plain {
    margin: 0 20px;
    width: auto;
    padding: 20px;
}
.p-plain p {
    margin-bottom: 10px;
}
.p-plain h2 {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
}
.p-plain h3 {
    font-size: 15px;
    padding-bottom: 4px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.p-plain ol li {
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 4px;
}
.p-plain address {
    padding-left: 0;
}
.p-plain.terms ol li {
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 4px;
}
.p-plain.terms ol li ol li,
.p-plain.terms ol li ul li {
    margin-top: 0px;
}
.p-plain.terms ol li ul li {
    padding-left: 0;
}
.p-plain.terms ul {
    margin-bottom: 10px;
}
.p-plain.terms ul li {
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 4px;
}
.p_article__main {
    margin: 0 20px;
    width: auto;
}
.p_article__main h1 {
    font-size: 16px;
}
.p_article__sub {
    display: none;
}
.p_article__flex {
    display: block;
}
.p_article__undertitle {
    margin-bottom: 15px;
    padding-right: 0;
}
.p_article__undertitle .c_article-label {
    width: 100%;
    margin-bottom: 5px;
}
.c_article-share {
    margin-left: auto;
}
.p_article__inner h2 {
    font-size: 16px;
    margin-bottom: 0.5em;
}
.p_article__inner h3 {
    font-size: 16px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.p_article__inner h4 {
    font-size: 14px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.p_article__inner img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.p_article__inner .flexarea {
    display: block;
}
.p_article__inner .flexarea .flexedtext {
    width: auto;
}
.p_article__localnav {
    padding-top: 20px;
    margin-bottom: 50px;
}
.p_article__localnav a {
    font-size: 13px;
}
.p_article__relatedposts {
    margin-top: 15px;
}

/* =============================================
  マイページ（ログイン後アクセス可能）
============================================= */
/* ===== 共通 ===== */
#mypage {
    padding-bottom: 50px;
}
.p-mypage {
    overflow: hidden;
    width: 100%;
    background: white;
    padding-top: 0;
}

/* ===== サイドメニュー（ドロワー） ===== */
.p-mypage__side {
    width: 250px;
    height: 100vh;
    background: #e0f4fa;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    transition: all 0.2s;
    transform: translate(250px);
    text-align: center;
}
.p-mypage__side.open {
    transform: translate(0);
}
.black_screen {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
}
.black_screen.open {
    display: block;
}
.p-mypage__profileicon {
    width: 80px;
    height: 80px;
}
.p-mypage__profileicon:before {
    /*  width: 80px;
  height: 80px;*/
}
.p-mypage__profileicon .user_img {
    width: 80px;
    height: 80px;
}
.p-mypage__sidearea {
    padding: 17px 20px;
}
.p-mypage__profile h3 {
    margin: 10px 0 7px;
}
.p-mypage__favnumber {
    width: 170px;
    margin: 10px auto 0;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 17px;
}
.p-mypage__favnumber em {
    font-size: 14px;
}
.p-mypage__sidearea h4 {
    font-size: 14px;
    margin-bottom: 7px;
}
.c-status {
    margin: 0 auto 9px;
    font-size: 14px;
}
.c-status em {
    font-size: 17px;
}
.c-statusbar {
    width: 180px;
    height: 10px;
    margin: 9px auto 0;
    border-radius: 30px;
}
.c-statusbar__current {
    height: 10px;
}
.p-mypage__sidearea h5 {
    margin-top: 11px;
    margin-bottom: 9px;
}
.p-mypage__side .c-btn {
    font-weight: 500;
}
/* サイドバーの一番下の要素が表示できない対策 */
.p-mypage__nav,
.c-backtomypage {
    margin-bottom: 168px;
}
.p-mypage__nav ul li a {
    height: 53px;
}
.p-mypage__nav ul li a .imgbox {
    width: 27px;
    height: 100%;
    justify-content: flex-end;
}
.p-mypage__nav ul li a .imgbox img {
    width: 16px;
    height: auto;
    margin: 0 3px 0 0;
}
.imgbx_mess img {
    width: 13px !important;
}
.imgbx_online img {
    width: 15px !important;
}
.imgbx_like img {
    width: 13px !important;
}
.imgbx_comu img {
    width: 13px !important;
}
.imgbx_news img {
    width: 11px !important;
}
.imgbx_set img {
    width: 13px !important;
}
.p-mypage__nav ul li a span em {
    border-radius: 11px;
    padding: 2px 5px 2px 7px;
    margin-left: 7px;
}
.p-mypage__nav ul li a span:after {
    width: 6px;
    height: 9px;
    right: 10px;
    top: 5px;
}
.p-mypage__side .c-iconarea {
    max-width: 100%;
}

/* ===== メイン ===== */
.p-mypage__main {
    width: 90% !important;
    margin: 0 auto;
    padding-left: 0;
}
.p-mypagetop__nortification {
    display: none;
}
/*マイページ　タイトル*/
.p-mypagetop__title {
}
.p-mypagetop__title .right {
    display: none;
}

/*ユーザー一覧*/
/*4カラム*/
.c-profileboxarea {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.c-profilebox {
    width: 44%;
    margin: 0 3% 1.5em !important;
    text-align: center;
}
.c-profilebox p {
    text-align: left;
}
/*3カラム*/
.col3.c-profileboxarea {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.col3 .c-profilebox {
    width: 44%;
    margin: 0 3% 2em !important;
    text-align: center;
}
.col3 .c-profilebox p {
    font-size: 13px;
    text-align: center;
    color: #909090;
}
.col3 .c-profilebox .user_img {
    width: 140px;
    height: 140px;
}
/* iPhoneSE用 */
@media screen and (max-width: 370px) {
    .col3 .c-profilebox .user_img {
        width: 130px;
        height: 130px;
    }
}

/*コミュニティアイコン*/
.c-iconarea {
    margin: 5px auto;
    max-width: 150px;
    width: 100% !important;
}
.c-iconarea .icon {
}
.c-iconarea .icon img {
    width: 15px;
}
.c-profilebox .btn {
    margin: 10px auto 0;
    font-weight: bold;
}
/* iPhoneSE用 */
@media screen and (max-width: 370px) {
    .c-profilebox .btn {
        width: 130px;
    }
}

/*コミュニティ*/
.c-communityboxarea {
    justify-content: flex-start;
}
.c-communityboxarea .icon {
    width: 30.3%;
    height: 32px;
    margin: 0 3% 1em 0;
}
/*一覧はこちらボタン*/
.mp_listbtn {
    width: 160px;
    line-height: 38px;
    border-radius: 37.5px;
    background-color: #aaaaaa;
    margin: 20px auto 0;
    position: relative;
    text-align: center;
    color: white !important;
    font-size: 13px;
    font-weight: 500d;
}
.mp_listbtn img {
    width: 9px;
    height: auto;
    position: relative;
    top: 1px;
    margin-left: 6px;
}

/*LIKE一覧*/
.c-likeboxarea {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.c-likebox {
    width: 46%;
    margin: 0 2% 2em !important;
}
.c-likebox a img {
    width: 150px;
    height: 150px;
}
.c-likebox p {
    padding-top: 5px;
    font-size: 12px;
}
.c-likebox span {
    margin-bottom: 5px;
}

/*前へ次へボタン*/
.nwsartcl_btns {
    width: 100%;
}
.nwsartcl_btns a {
    padding: 0 15px;
    font-size: 12px;
}
.nwsartcl_btns .nwsartcl_next,
.nwsartcl_btns .nwsartcl_prev {
    padding: 0 15px !important;
}
@media screen and (max-width: 320px) {
    .nwsartcl_btns .nwsartcl_next,
    .nwsartcl_btns .nwsartcl_prev {
        padding: 0 10px !important;
    }
}
.nwsartcl_btns div.dummy {
    width: 30px;
}
.nwsartcl_btns a span {
    display: none;
}
.nwsartcl_prev img {
    margin-right: 0;
}
.nwsartcl_next img {
    margin-left: 0;
}

/*ページャー*/
.c-pagenation {
}
.p-mypagetop__newsarea .news {
    display: block;
    margin-top: 15px;
    padding-bottom: 13px;
}
.p-mypagetop__newsarea .news p {
    width: 100%;
}
/* iPad用 */
@media screen and (min-width: 745px) {
    .c-profileboxarea {
        max-width: 100%;
    }
    .c-profilebox {
        width: 23%;
        margin: 0 1% 1.5em !important;
    }
    /*LIKE一覧*/
    .c-likeboxarea {
        max-width: 100%;
    }
    .c-likebox {
        width: 18%;
        margin: 0 1% 2em !important;
    }
    .c-likebox a img {
        width: 120px;
        height: 120px;
    }
}
/* iPhoneSE用 */
@media screen and (max-width: 370px) {
    .c-profilebox h5 span:before {
        left: -17px;
    }
    .c-iconarea .icon {
        width: 23px;
        height: 23px;
    }
    .c-iconarea .icon img {
        width: 13px;
    }
    /*LIKE一覧*/
    .c-likebox a img {
        width: 120px;
        height: 120px;
    }
}
/*設定変更*/
.c-disabled {
    margin-top: 70px;
}
/*ユーザーイメージ*/
.user_img {
    width: 140px;
    height: 140px;
}
/* iPhoneSE用 */
@media screen and (max-width: 370px) {
    .user_img {
        width: 130px;
        height: 130px;
    }
}
.txt_notes {
    font-size: 80%;
    text-align: left;
}
.c-btn--medium {
    font-size: 15px;
}

/* =============== ポップアップ共通 =============== */
.modal_close {
    top: 10px;
    right: 10px;
}
.modaltitle {
    font-size: 18px;
}
.modaltitle::before,
.modaltitle::after {
    display: none;
}

/* ===== 書類確認方法ポップアップ ===== */
.idhow_modal {
    width: 90%;
    margin: 70px auto;
    padding: 60px 25px 20px;
}
.idhow_desc {
    padding-top: 25px;
    font-size: 14px;
}

/* ===== 書類確認ポップアップ ===== */
/* 書類確認、確認完了、共通 */
.id_modal {
    width: 90%;
    text-align: left;
}
.id_modal .modal_close {
    width: 19px;
    height: 18px;
}
.id_modal .modaltitle {
    font-size: 18px;
}

.identification_modal {
    margin: 30px auto;
    padding: 40px 25px 20px;
}
.identification_modal .modaltitle {
    margin-bottom: 10px;
}
.idmdl_desc {
    margin-bottom: 20px;
}
#idup_message {
    width: 100%;
    margin-bottom: 15px;
}

/* ===== 書類確認完了ポップアップ ===== */
.idcomp_modal {
    margin: 70px auto;
    padding: 60px 25px 50px;
}
.idcomp_text {
    max-width: 450px;
}

/* ===== マッチングポップアップ ===== */
.mtchmdl_wrap {
    padding: 170px 0;
}
.match_modal {
    width: 90%;
    padding: 50px 0 0;
}
.mtchmdl_p_s {
    font-size: 18px;
    font-weight: bold;
}
.mtchmdl_p_b {
    font-size: 22px;
    margin-bottom: 24px;
}
.c-matchingmodal__visual {
    width: 260px;
}
 {
    width: 80px;
    height: 80px;
}
.c-matchingmodal__visual img.match_heart {
    width: 30px;
    height: auto;
}
.c-matchingmodal__dots {
    width: 30px;
    height: 3px;
}
.c-matchingmodal__dots span {
    width: 3px;
    height: 3px;
}
.match_send {
    width: 100%;
    height: 80px;
    margin-top: 40px;
}
.c-matchingmodal__btn {
    width: 210px;
    height: 51px;
    line-height: 41px;
    font-size: 14px;
}

/* ===== マイページTOP ===== */
.p-mypagetop {
    margin-bottom: 0;
}
.p-mypagetop .section {
    margin-bottom: 4em;
}
.p-mypagetop .c-community-p {
    text-align: center;
    font-weight: 500;
    color: #686868;
    margin: 1.5em auto;
}
.p-mypagetop .c-profilebox {
    margin-bottom: 1.5em;
}

/*NEWユーザー*/
.new_like_person {
    position: relative;
}
.new_like_person::before {
    top: 4px;
    left: 5px;
    z-index: 100;
}

/* ===== 通知一覧 ===== */
.news_main dl.news_lists {
    margin-top: 25px;
    padding-bottom: 15px;
}
.news_main dt {
    padding-bottom: 5px;
    font-size: 14px;
}
.news_main dd {
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 22px;
}

.c-earnedlikebox {
    margin: 9px auto;
}

.tbl-r02,
.tbl-r03 {
    width: 100%;
}
.tbl-r02 th,
td {
    width: 100%;
    display: block;
}
.tbl-r03 th,
td {
    width: 100%;
    display: block;
}
.tbl-r02 td,
.tbl-r03 td {
    padding: 20px;
    border: 1px solid #d6d6d6;
    text-align: center;
    font-size: 32px;
    line-height: 0.8em;
}
.tbl-r02 th {
    background: #0082c1;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.tbl-r03 th {
    background: #2bb3b9;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
#premium .privilege_cont span {
    color: #358c90;
}
.txt_note {
    margin-top: 20px;
}

span.price_small {
    font-size: 17px;
    font-weight: 500;
}
span.plan_price_small {
    font-size: 18px;
    color: #797979;
}
.mt15 {
    margin-top: 15px;
}
td.mb40 {
    margin-bottom: 40px;
}
#premium {
    margin-top: 70px;
}
/* サイドバー（ワイド）（メッセージ画面） */
.p-mypage__side.wide {
    width: 250px;
    height: 100vh;
    background: #f6f6f6;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    transition: all 0.2s;
    transform: translate(250px);
}
.p-mypage__side.wide.open {
    transform: translate(0);
}
.p-mypage__sidearea.search {
    padding: 20px 10px;
}
.p-mypage__sidearea.search input {
    width: 90%;
    border: 1px solid;
    border-radius: 30px;
}
.c-backtomypage {
    position: static;
}

/* ===== マッチングした相手 ===== */
#page_match {
}

/* ===== あなたにいいねした相手 ===== */
#page_nice_you {
}

/* ===== 足あと（無料会員・有料会員） ===== */
#page_mypage-footprint {
}

/* ===== あなたがいいねした相手 ===== */
#page_you_nice {
}
.c-pushedlikecardbox {
    display: block;
}
.c-pushedlikecard {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 30px;
}
/* iPad用 */
@media screen and (min-width: 745px) {
    .c-pushedlikecardbox {
        display: flex;
    }
}

/* === お気に入り === */
#favolist_pc {
    display: none;
}
#favolist_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
}
#page_mypage-favourite .c-pushedlikecard__btnarea {
    margin-bottom: 0;
}
#page_mypage-favourite .c-pushedlikecard__btnarea a,
#page_mypage-favourite .c-pushedlikecard__btnarea button {
    margin-bottom: 10px;
}
.c-pushedlikecard__btnarea .favo_btn button {
    line-height: 30px;
}
.c-pushedlikecard__btnarea .favo_btn button::before {
    top: 2px;
}
.c-pushedlikecard__btnarea .favo_btn button.liked::before {
    top: 1px;
}
/* iPhoneSE用 */
@media screen and (max-width: 370px) {
    .c-pushedlikecard .btn.remove {
        margin-top: 10px;
    }
}
#page_mypage-favourite .c-pushedlikecard {
    padding: 20px 10px;
}

.like_community {
    margin: 0 auto;
    padding: 10px;
}
.lk_cmmnty_inner {
    padding: 10px 10px 30px;
}
.like_community h2 {
    padding: 10px 0 15px;
    margin-bottom: 25px;
    font-size: 20px;
}

.lk_cmmnty_cates {
    text-align: justify;
    margin-right: 10px;
}
.like_number {
    margin-bottom: 15px;
}
.like_number p {
    font-size: 14px;
}
.lk_cmmnty_search {
    padding: 15px 15px 25px;
    margin-bottom: 15px;
}
.lk_cmmnty_search > div {
    display: block;
    margin-bottom: 25px;
}
.lk_cmmnty_search > div > div {
    display: block;
    margin-bottom: 15px;
}
.lkcmmsrch_title {
    width: 100% !important;
    padding-right: 0;
    text-align: justify;
    line-height: 36px;
}
.lkcmmsrch_cmm .c-selectbox select,
.lkcmmsrch_kind .c-selectbox select {
    max-width: 250px;
    width: 100%;
}
.lk_cmmnty_search input {
    width: 100%;
}
input.cmmsrch_input {
    width: 100% !important;
    max-width: 250px;
}
.lkcmmsrch_detail {
    margin-bottom: 30px;
}
.lkcmmsrch_detail a {
    font-size: 14px;
}
.lkcmmsrch_sort p {
    font-size: 14px;
}
.lkcmmsrch_sort .c-selectbox select {
    width: 250px;
}


/* ===== 各種設定周り共通 ===== */
.p-mypagetop__preferencearea {
    width: 100%;
    margin: 0 auto 40px;
}
.p-mypagetop__preferencearea table {
    width: 100%;
    margin: 0;
}
.p-mypagetop__preferencearea table.edit tr th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px 0;
    font-size: 15px;
}
.p-mypagetop__preferencearea table.edit tr td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 10px;
}
.p-mypagetop__preferencearea .first .c-radiobox {
    margin-bottom: 10px !important;
}
.p-mypagetop__preferencearea .c-radiobox.preferences .dummyradio + label {
    margin-bottom: 10px;
}
.p-mypagetop__preferencearea .c-radiobox .dummyradio:checked + label::after {
    top: 6px;
    left: 4px;
}
.p-mypagetop__preferencearea table.edit tr td .texttype {
    width: 100%;
}
.p-mypagetop__preferencearea .c-iconarea.preferences {
    margin-top: 10px;
}
.p-mypagetop__preferencearea .c-btn--black,
.p-mypagetop__preferencearea .c-btn--black-mid {
    margin: 15px auto 20px;
}

/* 「オフラインモードについて」ポップアップ */
.modemdl_wrap {
    padding: 100px 0;
}
.mode_modal {
    width: 90%;
    padding: 50px 20px;
}
.mode_modal > ul {
    margin: 20px 0 30px;
}
.mode_modal > ul > li {
    padding-left: 20px;
    line-height: 1.6;
}
.mode_modal button {
    width: 220px;
    height: 45px;
}
/* 「オフラインモードについて」ポップアップ */
.mmdl_listprtctd {
    padding-left: 0px;
}
.mmdl_listprtctd li {
    padding-left: 20px;
}

/* ===== 各種設定　変更 ===== */
#page_preferences_edit {
}
#page_preferences_edit .p-mypagetop__preferencearea {
    margin: 0 auto 30px;
    padding: 0;
}
#page_preferences_edit .p-mypagetop__preferencearea table tr {
    border-bottom: #ccc 1px solid;
}
#page_preferences_edit
    .p-mypagetop__preferencearea
    table:last-child
    tr:last-child {
    border-bottom: none;
}

/* ===== 各種設定　変更完了 ===== */
#page_preferences-complete {
}

/* ===== 非表示・ブロックユーザー ===== */
#page_hide_block_user {
}
.hide_block_tabs {
}
.hide_block_tabs .hb_tab {
    width: 47%;
    height: auto;
    padding: 13px 0;
}
.hide_block_tabs .hb_tab p {
    line-height: 1.7;
    font-size: 15px;
    letter-spacing: 2px;
}

/* ===== プロフィール修正 ===== */
#page_maypage-profedit {
}
label.upload_btn {
    box-shadow: 0 4px #158fb9;
    margin-bottom: 15px;
}

/* ===== プロフィール修正　確認 ===== */
#page_maypage-prof-confirm .l-main__box {
    margin: 0 auto;
    padding: 0;
}
.rgsting_profpic img {
    margin-bottom: 20px;
}
.rgsting_profs {
    width: 100%;
}
.rgsting_profs dt {
    margin-bottom: 3px;
    font-size: 13px;
    padding: 0;
}
.rgsting_profs dd {
    margin-bottom: 20px;
    padding: 0 0 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.rgsting_id {
    padding: 20px 0;
    margin-top: 20px;
}
.rgsting_id p {
    margin-bottom: 15px;
    font-size: 14px;
}
.rgsting_id img {
    width: 60%;
    max-width: 300px;
}
.rgsting_prfs_btns {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.rgsting_prfs_btns a {
    display: block;
    margin: 0 auto 16px !important;
    width: 220px;
    line-height: 45px;
    font-size: 14px;
}
.c-selfieuploadarea__drop__inner {
    padding: 80px 10px;
}
.rgsting_prfs_btns a,
.profile_update_btn {
    margin: 0 auto;
}
.applying_dummy_margin {
    margin-bottom: 175px;
}
.applying_icon_wrap {
    width: 100px;
    margin: 0 auto;
    bottom: 62px;
    left: 0;
    right: 0;
    top: initial;
    text-align: center;
}
.applying_icon_wrap button {
    font-size: 13px;
}

/* ===== プロフィール修正　完了 ===== */
#page_maypage-prof-complete {
}
#page_maypage-prof-complete .l-main__box {
    margin-top: 50px;
}
#page_maypage-prof-complete .boxtext {
    font-size: 16px;
}

/* ===== ユーザステータス ===== */
#page_status {
}

/*テーブル内デザイン*/
.p-mypagetop__status {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.p-mypagetop__status table {
    width: 100%;
    margin: 0;
}
.p-mypagetop__status table tr {
    height: auto;
    border-bottom: #ccc 1px solid;
}
.p-mypagetop__status table tr:last-child {
    border-bottom: none;
}
.p-mypagetop__status table tr th,
.p-mypagetop__status table tr td {
    display: block;
    width: 100%;
}
.p-mypagetop__status table th {
    padding: 20px 0 7px;
}
.p-mypagetop__status table td {
    padding: 7px 0 20px;
}
.txt_menber {
    font-size: 100%;
}
/*会員ステータス*/
#page_status .status_upgrade_pc {
    display: none;
}
#page_status .status_upgrade_sp {
    display: block;
    width: 100%;
    margin-top: 25px;
}
#page_status .btn_upgrade {
    width: 255px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0 2px #d6925a;
    font-size: 14px;
}

/*次回ポイント付与日*/
.point_box ul {
    margin: 0;
}
.txt_point {
    margin: 0 0.5em;
    font-size: 12px;
}
/* iPhoneSE用 */
@media screen and (max-width: 370px) {
    .point_box .txt_period {
        position: relative;
        right: auto;
        top: auto;
        display: block;
        width: 100%;
        padding-top: 5px;
    }
}
/*解約ボタン*/
#page_status .c-btn--black {
    width: 170px;
    height: 45px;
    line-height: 46px;
    font-size: 14px;
    letter-spacing: 0.6px;
}

/*モーダル用のボタン*/
#page_status .about_mode {
    width: 130px;
    line-height: 1.3;
}

/* 有料会員の自動更新解約　ポップアップ */
.paid_wrap .mode_modal a {
    width: 220px;
    height: 45px;
    line-height: 45px;
}

/* プレミアム会員の自動更新解約　ポップアップ */
.premium_wrap .mode_modal a {
    width: 220px;
    height: 45px;
    line-height: 45px;
}

/* ===== 退会 ===== */
#page_withdraw .p-mypagetop__box {
    margin: 20px auto 30px;
    padding: 25px 20px;
}
#page_withdraw .p-form__flex.withdraw .label,
#page_withdraw .p-form__flex.withdraw .item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    margin-bottom: 0;
}
#page_withdraw .p-form__flex.withdraw .item .select {
    max-width: 350px;
}
#page_withdraw .p-form textarea {
    height: 140px;
}

/* ===== 退会確認ポップアップ ===== */
.wthdrwmdl_wrap {
    padding: 100px 0;
}
.withdraw_modal {
    width: 90%;
    padding: 40px 0 50px;
}
.withdraw_modal h3 {
    font-size: 22px;
}
.withdraw_modal .withdrawreason {
    width: 90%;
    margin: 25px auto;
    border: none;
}
.withdraw_modal .withdrawreason th,
.withdraw_modal .withdrawreason td {
    display: block;
    padding: 17px 20px;
    border-bottom: none;
}
.withdraw_modal .withdrawreason th {
    width: 100%;
    font-size: 14px;
    text-align: left;
}
.withdraw_modal .withdrawreason td {
    width: 100%;
    font-size: 15px;
}
.withdraw_modal .withdrawreason tr:last-of-type td {
    border-bottom: 1px solid #ddd;
}
.withdraw_modal .confirmtext {
    font-size: 16px;
    margin-bottom: 24px;
}

/* ===== プロフィール（マイページ） ===== */
#page_profile .p-profile {
    padding: 17px 17px 40px;
}
#page_profile .l-main__inner {
    padding-top: 0;
    padding-bottom: 0;
}
.profile_l {
    float: none;
    width: 100%;
    min-height: auto;
}
.profile_r {
    float: none;
}
#page_profile .p-profile__sub {
    width: 100%;
    margin-left: 0;
}
#page_profile .p-profile__sub table {
    width: 100%;
    margin-bottom: 30px;
}
#page_profile .p-profile__sub table caption {
    padding: 12px;
}
#page_profile .p-profile__sub table th {
    width: 138px;
    padding: 6px 0;
}
#page_profile .p-profile__sub table td {
    padding: 6px 16px;
}
#page_profile .p-profile__box .title {
    margin-bottom: 7px;
    padding-bottom: 7px;
}
#page_profile .p-profile__box.introduction {
    margin-bottom: 30px;
}
#page_profile .p-profile__box.community {
    margin-bottom: 30px;
}
#page_profile .p-profile__box.community .title,
#page_profile .p-profile__box.like .title {
    margin-bottom: 13px;
}
#page_profile .p-profile .likedcontents .content {
    width: 48%;
    margin-right: 4%;
}
#page_profile .p-profile .likedcontents > .content:nth-of-type(2n) {
    margin-right: 0;
}
#page_profile .p-profile .likedcontents span {
    font-weight: 400;
}
/* iPad用 */
@media screen and (min-width: 745px) {
    #page_profile .p-profile .likedcontents .content {
        width: 23.5%;
        margin-right: 2%;
    }
    #page_profile .p-profile .likedcontents > .content:nth-of-type(2n) {
        margin-right: 2%;
    }
    #page_profile .p-profile .likedcontents > .content:nth-of-type(4n) {
        margin-right: 0;
    }
}
.favo_btn button {
    line-height: 37px;
    font-size: 14px;
    border-radius: 20px;
}
.favo_btn button::before {
    top: 1px;
}
.violation_btn {
    text-align: center;
    position: relative;
    top: -51px;
    margin-bottom: 0;
}
/* 違反報告ポップアップ */
.viomodal_wrap {
    padding: 150px 0;
}
.vio_modal {
    width: 90%;
    padding: 40px 20px;
}
.vltnmdl_title {
    font-size: 20px;
    margin-bottom: 25px;
}
.vltnmdl_prof {
    width: 160px;
    margin: 0 auto 20px;
}
.vltnmdl_prof p {
    font-size: 14px;
}
.vltnmdl_text {
    margin-bottom: 25px;
    font-size: 18px;
}
.vltnmdl_select {
    height: 45px;
}
.vltnmdl_select::before {
    top: 17px;
}
.vio_modal select {
    font-size: 14px;
}
.vio_modal textarea {
    height: 200px;
    margin-bottom: 25px;
    font-size: 14px;
}
.vio_modal textarea::placeholder {
    font-size: 14px;
}
.vio_modal button {
    width: 220px;
    height: 40px;
    font-size: 15px;
}
.vltnmdl_h {
    margin-bottom: 6px;
    font-size: 14px;
}
.vltnmdl_h span {
    margin-left: 3px;
}
/* 違反報告確認ポップアップ */
.violation_cont {
    margin: 30px 0 40px;
}
/* 違反報告完了ポップアップ */
.violationcomplete_modal .vltnmdl_text {
    margin: 30px 0 35px;
}

/* ===== 安全対策（イエローフラッグ/レッドフラッグ制度） ===== */
#page_safety_measure .l-main__title {
    font-size: 18px;
}
#page_safety_measure .p-plain.terms ul li,
#page_safety_measure .p-plain.terms ol li {
    padding-left: 25px;
}

/* =============================================
　 TOPページ（ログイン前にアクセス可能）
============================================= */
#page_top section {
    min-width: 100%;
    padding: 70px 0 50px;
}
#page_top section h2 {
    margin-bottom: 12px;
}
#page_top section .top_ttl_en {
    letter-spacing: 3px;
    line-height: 0.2;
    font-size: 43px;
}
#page_top section .top_ttl_ja {
    letter-spacing: 2px;
    font-size: 16px;
}
.tp_desc {
    margin-bottom: 35px;
}

/* ====== ダウンロードバー ====== */
#download_bar_wrap {
    display: block;
    width: 100%;
    height: 48px;
}
#download_bar {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 10px 0 11px;
    background-color: #f4f4f4;
}
#download_bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.dlbar_l {
    align-items: center;
    width: calc(100% - 83px);
}
.dlbar_l img {
    width: 33px;
    height: 33px;
}
.dlbar_text {
    width: calc(100% - 33px);
    padding-left: 7px;
}
.dlbar_text p:first-of-type {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    color: #010101;
}
.dlbar_text p:last-of-type {
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 500;
    color: #7b7b7b;
}
.dlbar_r {
    align-items: center;
    width: 83px;
}
#btn_download {
    width: 100%;
    height: 23px;
    line-height: 23px;
    border-radius: 12px;
    background-color: #38cdd9;
    font-size: 11px;
    font-weight: 400;
}

/* iPhoneSE/5sサイズ用 */
@media screen and (max-width: 320px) {
    .dlbar_text p:last-of-type {
        font-size: 10px;
    }
}

/* ====== メインビジュアル ====== */
#top_mv {
    position: relative;
    height: auto;
    background: none;
    padding: 0 !important;
}
#top_mv_sp {
    width: 100%;
    height: auto;
}
#top_mv .container_big {
    align-items: flex-start;
}
#top_start {
    width: 100%;
    padding-top: 0;
}
/*メインキャッチ*/
.top_main_copy {
    position: relative;
    z-index: 10;
}
.tpcpy1 {
    margin-bottom: 7px;
    font-size: 25px;
}
.tpcpy2 {
    padding: 2px 15px;
    letter-spacing: 0;
    border-radius: 12px;
    font-size: 13px;
}
/*無料会員登録*/
#top_mv .tpmn_register {
    width: 100%;
    margin: 0;
    padding: 34px 0 0;
    border-radius: 0;
    box-shadow: 0 0 0;
}
.tpmnregi_p1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.tpmnregi_p2 {
    font-size: 13px;
    margin-bottom: 25px;
}
.tpmnregi_p3 {
    margin-bottom: 18px;
}
.tpmnregi_p4 {
    font-size: 14px;
    margin-bottom: 10px;
}
.tpmn_register .app_btns {
    width: 250px;
    margin: 10px auto 0;
}
.tpmn_register .app_btns img {
    height: 39px;
}

/* iPad用 */
@media screen and (min-width: 600px) {
    #top_mv::before {
        height: 450px;
    }
    #top_mv::after {
        height: 450px;
    }
    .tpmn_register {
        margin: 370px auto 0;
    }
}

/* ====== Cielとは? ====== */
#top_about {
    padding-bottom: 70px !important;
    background-image: url(../img/top/new/top-about_bottom_sp.png);
}
#top_about h2 {
    margin-bottom: 30px !important;
}
#top_about .t_about {
    display: block !important;
    margin-bottom: 35px;
}
#top_about .ta_img {
    width: 265px;
    margin: 0 auto;
}
#top_about .ta_text {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 50px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#top_about .ta_num {
    top: 0 !important;
    left: 0 !important;
    font-size: 90px;
}
#top_about .ta_text h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}
.text-top {
    vertical-align: top;
    padding-top: 11px;
    display: block;
}

/* ====== Cielではあなたの目的から相手を導き出します ====== */
#top_purpose {
    padding-top: 40px !important;
}
#top_purpose .tp_prps_in {
    padding: 0;
}
#top_purpose .tp_purposes {
    display: block !important;
}
#top_purpose .tp_prps {
    margin: 0 auto 40px;
    width: 290px;
}
#top_purpose .tp_prps:last-of-type {
    margin-bottom: 0;
}
#top_purpose .tp_prps:nth-of-type(2n) {
    margin-top: 0;
}
#top_purpose .tp_prps_img {
    width: 205px;
    height: 145px;
}
#top_purpose .tp_prps_marriage .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_1_sp.png);
}
#top_purpose .tp_prps_love .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_2_sp.png);
}
#top_purpose .tp_prps_friend .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_3_sp.png);
}
#top_purpose .tp_prps_meal .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_4_sp.png);
}
#top_purpose .tp_prps_exper .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_5_sp.png);
}
#top_purpose .tp_prps_texts {
    margin-top: 129px;
    width: 190px;
    padding: 5px 5px 6px;
    box-shadow: 0 0 7px rgba(142, 142, 142, 0.15);
}
#top_purpose h3 {
    font-size: 15px;
}
#top_purpose .tp_prps_bg {
    top: -115px;
    width: 201px;
    height: 130px;
    margin-bottom: -115px;
}
#top_purpose .tp_prps:nth-of-type(2n + 1) .tp_prps_bg {
    right: 90px;
}
#top_purpose .tp_prps:nth-of-type(2n) .tp_prps_bg {
    left: 90px;
}

/* ====== Cielの登録方法 ====== */
#top_flow .tp_flow {
    height: auto;
    margin-bottom: 29px;
    padding-top: 0;
    padding-left: 0;
}
#top_flow .tp_num {
    width: 45px;
    padding-top: 3px;
    padding-left: 11px;
}
#top_flow .tp_num span {
    font-size: 14px;
}
#top_flow .tp_flow_box {
    padding: 45px 19px 0;
}
#top_flow .tp_flow_texts {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
}
#top_flow h3 {
    margin-bottom: 5px;
    font-size: 16px;
}
#top_flow .tp_flow_img {
    width: 160px;
    margin: auto;
}
span.stance {
    padding-top: 15px;
    display: block;
}

/* ====== Cielの徹底した安全・安心対策 ====== */
.top_safety_lists > hr {
    width: 1px;
}
.tp_sfty_list {
    display: block !important;
    margin-bottom: 40px;
}
.tp_sfty_img {
    width: 100%;
    margin-bottom: 16px;
}
.tp_sfty_img img {
    width: 85%;
}
.cielsafe_circle {
    width: 12%;
    top: calc(50% - 9px);
}
.cielsafe_circle img {
    width: 18px;
}
.cielsafe_circle > hr {
    width: calc(100% - 18px);
    height: 1px;
}
.tp_sfty_cont {
    width: 85%;
    margin-left: 15%;
    padding-left: 0;
}
.tp_sfty_title {
    font-size: 15px;
    margin-bottom: 9px;
    padding-left: 12px;
}
.tp_sfty_title span {
    top: 1px;
}
.tp_sfty_title span img {
    width: 4px;
}
.tp_sfty_text {
    line-height: 1.6;
}
.tp_sfty_more {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    padding: 16px 0;
    background-color: #38cdd9;
    text-align: center;
}

/* ====== 今すぐCielをはじめよう！ ====== */
#top_conversion {
    padding: 40px 0 !important;
}
#top_conversion .container_mid {
    flex-direction: column-reverse;
}
#top_conversion .tp_cnvr_img {
    width: 100%;
    max-width: 350px;
}
#top_conversion .tpmn_register {
    width: 100%;
    margin-bottom: 45px;
}
#top_conversion .tpmnregi_p1 {
    margin-bottom: 9px;
    font-size: 18px;
}

#page_top .p-top-register__box img {
    width: 100%;
}

/* =============================================
　 会員登録
============================================= */
/* ===== 会員登録 入力 ===== */
#page_register-main .l-main__box .border {
    margin-bottom: 10px;
}
.idhow_modal {
    padding: 50px 25px 30px;
}
.idhow_modal ul {
    padding: 1em;
    font-size: 14px;
    margin: 20px 0;
}

/* ===== 会員登録 確認 ===== */
#page_register-confirm .l-main__box .border {
    margin-bottom: 10px;
}

/* ===== 会員登録 完了 ===== */
#page_register-complete {
}

/* ===== プロフィール登録 ===== */
#page_profedit {
}
#page_profedit .upload_btn {
    font-size: 14px;
    width: 230px;
    box-shadow: 0px 4px #129bca;
    margin-bottom: 15px;
}

/* ===== コミュニティ登録完了 ===== */
#page_community-edit-complete .p-form {
    margin: 25px auto 0;
}

/* =============================================
 ログイン
============================================= */
/* ===== ログイン ===== */
#page_login-main .l-main__hr {
    margin: 30px auto 0;
}

/* ===== パスワードを忘れた方はこちら（メール送信完了） ===== */
#page_login-mailsend-complete {
}

/* =============================================
 フッターメニュー内のページ（ログイン前後アクセス可能）
============================================= */
/* ===== 404 page not found ===== */
#page_404 {
    min-width: 280px;
}
.cont_404 {
    padding: 30px 0;
}
.cont_404 p {
    font-size: 30px;
}
.cont_404 p span {
    font-size: 137px;
}
.desc_404 {
    margin-top: 35px;
    line-height: 1.6;
    font-size: 16px !important;
}

/* ===== 利用規約 ===== */
#page_terms-conditions {
}

/* ===== プライバシーポリシー ===== */
#page_privacy-policy {
}

/* ===== 運営会社 ===== */
#page_company .l-main__box {
    padding: 30px 20px;
}

/* ===== 特定商取引法に基づく表示 ===== */
#page_guide-transaction-law .l-main__box {
    padding: 30px 20px;
}

/* ===== ヘルプ ===== */
#page_help {
}
.help_catelist {
    display: block;
}
.help_catelist > li {
    width: 100%;
    margin: 0 auto 40px;
}
.help_catetitle {
    font-size: 15px !important;
    padding-bottom: 10px;
}
.help_catetitle::before {
    top: 8px;
}
.help_list li {
    margin-bottom: 10px;
}
.help_list li a {
    font-size: 14px;
}
.help_cont {
    margin: 20px 0px 50px;
}

/* ===== ヘルプページ詳細 ===== */
.help-table {
    font-size: 10px;
}

/* ===== お問い合わせ ===== */
#page_contact-main {
}
.page_contact .l-main__box {
    padding: 30px 16px 40px;
    border-radius: 5px;
    box-shadow: none;
}
.page_contact .p-form__flex {
    margin-bottom: 40px;
    padding: 0;
    border-bottom: none;
}
.page_contact .p-form .label.required:after,
.page_contact .p-form .label.nonrequired:after {
    position: relative;
    bottom: 1px;
    width: auto;
    height: auto;
    margin-left: 6px;
    padding: 0 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
}
.page_contact .p-form .label.required:after {
    background: #cc2f50;
}
.page_contact .p-form .label {
    margin: 0 0 4px !important;
    font-size: 14px;
    font-weight: 500;
}
.page_contact .p-form .select:after {
    top: 0;
    bottom: 0;
    right: 20px;
    width: 11px;
    height: 8px;
    margin: auto;
}
.page_contact .p-form .select select {
    height: 45px;
    border-radius: 60px;
    padding: 0 33px 0 20px;
    font-weight: 500;
}
.page_contact .p-form input[type="text"],
.page_contact .p-form input[type="email"],
.page_contact .p-form input[type="password"] {
    height: 45px;
    border-radius: 60px;
    padding: 0 20px;
}
#contact_file {
    width: 100%;
}

#page_contact-main .p-form__agreement.wide {
    padding: 14px;
    border-radius: 8px;
    background-color: #f6f6f6;
}

#page_contact-main .p-form__agreement.wide h3 {
    margin-bottom: 10px;
    padding: 0;
    border-bottom: none;
}

#page_contact-main .p-form__agreement.wide p {
    font-weight: 500;
    font-size: 13px;
}

#page_contact-main .p-form__agreement.wide p a {
    color: #01afea;
}

#page_contact-main .p-form__agreement.wide .checkbox {
    border-radius: 8px;
    padding: 9px 15px;
    text-align: justify;
}

#page_contact-main .p-form__agreement .checkbox .checkbox-parts {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
}

#page_contact-main .p-form__agreement .checkbox .checkbox-parts:before {
    top: 3px;
    width: 14px;
    height: 14px;
}

#page_contact-main
    .p-form__agreement
    .checkbox
    .dummycheckbox:checked
    + .checkbox-parts::after {
    top: 6px;
    left: 3px;
    width: 8px;
    height: 8px;
}

#page_contact-main .p-form__submit {
    margin-top: 40px;
}

#page_contact-main .p-form__submit .btn.wide {
    width: 100%;
}

/* ===== お問い合わせ 確認 ===== */
#page_contact-confirm {
}

/* ===== お問い合わせ 完了 ===== */
#page_contact-complete {
}

#page_contact-complete .l-main__box .boxleadtext {
    line-height: 2;
}

/* =============================================
 ヘッダーメニュー内のページ（ログイン前後アクセス可能）
============================================= */
/* ===== コラムTOP ===== */
#page_column {
}
#page_column .ttl_spui {
    margin-bottom: 0;
    padding-top: 50px;
}
#page_column .l-main {
    padding: 0 !important;
}
#page_column .l-articlelist__flex {
    justify-content: flex-start;
}
#page_column .l-articlelist__flex .c-subpost.top {
    width: 48%;
    margin-right: 4%;
}
#page_column .l-articlelist__flex .c-subpost.top:nth-of-type(2n) {
    margin-right: 0;
}

/* ===== コラム詳細 ===== */
#page_articleDetail .l-main__title {
    margin-bottom: 30px;
}
#page_articleDetail .p_article__inner .thumbnail {
    width: 100%;
    height: auto;
    display: block;
}
#page_articleDetail .c-subpost img {
    margin-bottom: 40px;
}
#page_articleDetail .c-subpost img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#page_articleDetail .p_article__main a {
    color: #03a9f4;
    font-weight: 500;
}

/* ===== HappyPhotoトップ ===== */
#page_happyphoto section {
    min-width: 280px;
    padding: 50px 0;
}
/* ---メインビジュアル--- */
#page_happyphoto section.hppypht_main {
    padding: 40px 0 0 !important;
}
.hppypht_main h2 {
    margin-top: 35px;
    font-size: 35px;
}
.hppyphtmn_cont {
    height: 340px;
}
.happy_mv1 {
    width: 106px;
    top: 120px;
    left: 13px;
}
.happy_mv4 {
    width: 105px;
    top: 210px;
    left: calc(50% - 65px);
}
.happy_mv5 {
    width: 126px;
    top: 120px;
    right: 6px;
}
/* iPad用 */
@media screen and (min-width: 745px) {
    .happy_mv1 {
        left: 120px;
    }
    .happy_mv5 {
        right: 100px;
    }
}

/* ---スライダー--- */
/* .slider1 {
  width: 1500px;
  min-width: 1500px;
  margin-top: 40px !important
} */
/* ---撮影について--- */
section.hppypht_takephoto {
    padding-top: 100px !important;
    background-image: url(../img/hppypht_takephoto_bg_sp.png);
}
.hppypht_takephoto .container {
    display: block;
}
.tkpht_img {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
}
.tkpht_text {
    width: 100%;
}
.tkpht_text p {
    font-size: 14px;
    line-height: 2;
}
.tkpht_apply {
    margin-top: 30px;
}
.tkpht_apply .btn {
    width: 335px;
    font-size: 14px;
    margin-top: 30px;
}
/* iPhoneSE用 */
@media screen and (max-width: 370px) {
    .tkpht_apply .btn {
        width: 285px;
        font-size: 12px;
    }
}
/* ---もっと見る--- */
.hppypht_example h2 {
    font-size: 20px;
}
.hppyexmpl_title p {
    font-size: 14px;
}
.hppypht_example ul {
    margin: 40px 0 15px;
}
.hppypht_example ul li {
    margin: 0 auto 30px;
}
.hppypht_example ul li:nth-of-type(3n) {
    margin: 0 auto 30px;
}
.hppypht_example ul img {
    margin-bottom: 13px;
}
.hppydtl_bottom {
    margin-top: 0;
}
.hppydtl_cate {
    padding: 5px 15px;
    margin-right: 17px;
    font-size: 15px;
    border-radius: 30px;
}
.hppydtl_name {
    font-size: 14px;
}
.hppypht_more {
    width: 200px;
    line-height: 50px;
    font-size: 14px;
}
/* iPad用 */
@media screen and (min-width: 745px) {
    .hppypht_example ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .hppypht_example ul li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .hppypht_example ul li:nth-of-type(2n) {
        margin-right: 0;
    }
}

/* ===== HappyPhoto一覧 ===== */
#page_happyphotolist section {
    min-width: 280px;
    padding-top: 50px;
    margin-bottom: 50px;
}
#page_happyphotolist .hppypht_example .container > p {
    margin-top: 20px;
    font-size: 14px;
}
#page_happyphotolist .hppypht_ex_list li {
    margin-bottom: 30px;
}

/* ===== HappyPhoto詳細 ===== */
#page_happyphotodetail section {
    min-width: 280px;
    padding: 25px 0 50px;
}
/* ---メインビジュアル--- */
#page_happyphotodetail section.hppypht_main {
    padding: 100px 0 0 !important;
}
#page_happyphotodetail .p_article__main {
    margin: 0 0 25px;
}
#page_happyphotodetail .p_article__undertitle .c_article-label {
    width: 170px;
    margin-bottom: 0;
}
#page_happyphotodetail .p_article__inner {
    padding-bottom: 50px !important;
}
#page_happyphotodetail .p_article__inner > img {
}
#page_happyphotodetail .p_article__inner p {
    margin-bottom: 25px;
    font-size: 14px;
}
#page_happyphotodetail .hppypht_example ul {
    margin: 30px 0 15px;
    display: flex;
    flex-wrap: wrap;
}
#page_happyphotodetail .hppypht_example ul li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 20px;
}
#page_happyphotodetail .hppypht_example ul li:nth-child(2n) {
    margin-right: 0;
    margin-left: 3%;
}
#page_happyphotodetail .c_article-share {
    width: 140px;
    margin: 50px auto;
}
#page_happyphotodetail .c_article-share a {
    width: 30%;
}
#page_happyphotodetail .p_article__inner img {
    margin-bottom: 0;
}

/* ===== HappyPhoto申し込み周り ===== */
#page_happyphoto_form,
#page_happyphoto_confirm,
#page_happyphoto_complete {
    background: #f8f8f8;
}
#page_happyphoto_form .l-main__inner,
#page_happyphoto_confirm .l-main__inner,
#page_happyphoto_complete .l-main__inner {
    margin-top: 0;
}
#page_happyphoto_form .l-main__title,
#page_happyphoto_confirm .l-main__title,
#page_happyphoto_complete .l-main__title {
    margin-top: 0;
}

/* ===== サービスの始め方 ===== */
#page_howto .l-main {
    padding-bottom: 0 !important;
}
#page_howto .p-top-register {
    min-width: 100%;
}
.p-top-register__box.howto {
    margin-top: 0;
    padding: 15px 15px 0;
    margin-bottom: 50px;
    min-height: auto;
}
.p-top-register__box.howto .img,
.p-top-register__box.howto.reverse .img {
    position: relative;
    left: auto;
    right: auto;
    margin: 20px auto 0;
    width: 160px;
}
.p-top-register__box.howto .text {
    width: auto;
    margin-bottom: 0;
}
.p-top-register__box.howto .text .btn {
    margin: 20px auto;
    width: 250px;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    font-size: 14px;
}
.p-top-register__box.howto .text .onepointbox {
    width: auto;
    padding: 15px;
}
.p-top-register__box.howto .text .onepointbox h6 {
    font-size: 14px;
}
.p-top-register__box.howto .text .onepointbox h6 img {
    width: 11px;
    height: 16px;
}
.p-top-register__box.howto .text .onepointbox h6 span {
    margin-left: 5px;
}
.p-top-register__inner.howto {
    margin-top: 20px;
}

/* ===== PCでサイドバーが非表示なページでサイドバーを表示する ===== */
.page_userdetail .p-mypage__side,
#page_terms-conditions .p-mypage__side,
#page_privacy-policy .p-mypage__side,
#page_company .p-mypage__side,
#page_guide-transaction-law .p-mypage__side,
#page_help .p-mypage__side,
#page_help_detail .p-mypage__side,
#page_contact-main .p-mypage__side,
#page_contact-confirm .p-mypage__side,
#page_contact-complete .p-mypage__side,
#page_howto .p-mypage__side,
#page_safety_measure .p-mypage__side,
#page_column .p-mypage__side,
#page_articleDetail .p-mypage__side,
#page_happyphoto .p-mypage__side,
#page_happyphotolist .p-mypage__side,
#page_happyphotodetail .p-mypage__side,
#page_happyphoto_form .p-mypage__side,
#page_happyphoto_confirm .p-mypage__side,
#page_happyphoto_complete .p-mypage__side {
    display: initial;
}

/* ===== 顔写真確認ポップアップ ===== */

.face_c {
    z-index: 99999;
}
.face_c_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99998;
}
.face_c_popup {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    padding: 20px 20px 40px 20px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    z-index: 99999;
}
.face_c_popup .face_c_popup_title {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0 10px;
    line-height: 1.4em;
}
.face_c_popup .face_c_popup_info {
    color: #7f7f7f;
    padding: 0;
    line-height: 1.6em;
}
.face_c_popup .face_c_popup_icon {
    padding: 15px 0;
}
.face_c_popup .face_c_popup_icon img {
    width: 100px;
    height: auto;
}
.face_c_popup .face_c_popup_ng p {
    padding: 10px 0;
    font-weight: bold;
}
.face_c_popup .face_c_popup_ng .face_c_icons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.face_c_popup .face_c_popup_ng .face_c_icons .face_c_icons_img {
    width: 50%;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
.face_c_icons_img img {
    width: 83%;
}

.face_c_popup .b_button_face {
    width: 95%;
    font-weight: 500;
    letter-spacing: 0.8px;
}

/* ===== いいねポップアップ ===== */

.iine_c {
    z-index: 99999;
}
.iine_c_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99998;
}
.iine_c_popup {
    position: absolute;
    top: 19%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    padding: 20px;
    text-align: center;
    background: #fff;
    z-index: 99999;
}
.iine_c_popup .iine_c_popup_title {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    line-height: 1.7em;
}
.iine_c_popup .iine_c_popup_ng .iine_c_icons .iine_c_icons_img {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
.iine_c_popup .b_button_face {
    width: 90%;
    font-weight: 500;
}

.dummy_violation_btn {
    text-align: center;
    position: relative;
    top: -51px;
    margin-bottom: 0;
}
.dummy_violation_btn::before {
    width: 10px;
    height: 13px;
}

/* sp status progress */
.sp_prof_status {
    margin: 15px 15px 0 15px;
}
.sp_prof_status .sp_prof_status_body {
    padding: 10px 15px 15px;
    border: 1px solid #E6E6E6;
    color: #5f5f5f;
    border-radius: 6px;
}
.sp_prof_status_body span {
    font-size: 15px;
}
.sp_prof_status .sp_prof_status_bar {
    width: 100%;
    height: 10px;
    margin: 10px auto 0;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #fff;
}
.sp_prof_status .sp_prof_status_bar_p {
    width: 0;
    height: 10px;
    margin: 0;
    background: #00A7E0;
    border-radius: 10px;
}
.sp_prof_status .sp_prof_status_btn {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
    padding: 3px;
    border: 1px solid #00c3f6;
    color: #00c3f6 !important;
    border-radius: 30px;
}

.img-box {
    position: relative;
}

.eat-box {
    overflow: hidden;
    height: 175px;
    position: absolute;
    width: 180px;
    bottom: -140px;
}
.meal_suggestions {
    background-color: #3BC1AF;
    color: #fff;
    clip-path: circle(50% at top);
    height: 140px;
    position: absolute;
    bottom: 70px;
    left: 9px;
    width: 140px;
}

.meal_suggestions_text{
    color: #fff;
    position: absolute;
    left: 39px;
    font-size: 11px;
    top: 6px;
}
