@charset "UTF-8";

@font-face {
    font-family: "MyFont";
    src: url(../../font/notosansjp.woff) format("woff");
    font-display: swap
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: "MyFont";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: "MyFont";
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    line-height: inherit;
    vertical-align: top;
    margin: 0;
    padding: 0;
    letter-spacing: .05em
}

html {
    width: 100%;
    height: 100%
}

@media screen and (min-width:750px) {
    html {
        font-size: 10px
    }
}

@media screen and (max-width:750px) {
    html {
        font-size: 1.25vw
    }
}

body {
    font-family: "MyFont";
    line-height: 1;
    color: #333;
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 2.6rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: inherit;
    margin: 0;
    line-height: 1.4
}

p {
    line-height: 1.4
}

a {
    color: #e55081;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    width: auto;
    height: auto
}

ul,
ol {
    list-style: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

hr {
    border-color: #d8d8d8;
    border-style: solid;
    border-width: 1px 0 0
}

@media screen and (min-width:750px) {
    hr {
        margin: 60px 0
    }
}

@media screen and (max-width:750px) {
    hr {
        margin: 24px 0
    }
}

button,
input,
select,
textarea {
    font-family: "MyFont"
}

.Matching__body {
    position: relative;
    overflow: hidden;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.Matching__box {
    padding: 0 3rem
}

.Matching__headBox {
    margin: 0 -3rem;
    padding: 3rem;
    position: relative
}

.--red .Matching__headBox {
    background: #f2556f
}

.--blue .Matching__headBox {
    background: #00B8A9
}

.Matching__headBox__caption {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: .5rem;
    font-weight: 700;
    text-align: center;
    position: relative
}

.Matching__headBox__caption span {
    display: inline-block;
    position: relative
}

.Matching__headBox__caption span::before,
.Matching__headBox__caption span::after {
    content: "";
    position: absolute;
    top: 0;
    display: inline-block;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.Matching__headBox__caption span::before {
    left: -1em;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.Matching__headBox__caption span::after {
    right: -1em;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.Matching__headBox__title {
    color: #fff;
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center
}

.Matching__head__caption {
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: .5rem
}

.Matching__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Matching__head__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12.8rem;
    height: 12.8rem;
    background: url(../img/circle.png) center center/contain no-repeat;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    padding: 1rem 0 0 0
}

.--red .Matching__head__circle {
    color: #f2556f
}

.--blue .Matching__head__circle {
    color: #53adff
}

.Matching__head__title {
    text-align: center;
    font-size: 6rem;
    line-height: 8rem;
    color: #fff;
    font-weight: 700;
    margin-top: .3em;
    margin-bottom: .5em;
    margin-left: .5em
}

.Matching__head__update {
    font-size: 2rem;
    text-align: right;
    position: absolute;
    left: 40%;
    top: 28px;
}

.Matching__eyecatchBox {
    margin: 9rem 0
}

.Matching__eyecatch {
    width: 54rem;
    height: 54rem;
    background-color: #fcf3f5;
    margin: auto;
    position: relative
}

.Matching__eyecatch::before,
.Matching__eyecatch::after {
    content: "";
    display: block;
    background: #f2556f;
    position: absolute
}

.Matching__eyecatch::before {
    width: 100%;
    height: .2rem;
    top: 26.9rem;
    left: 0;
    z-index: 999
}

.Matching__eyecatch::after {
    width: .2rem;
    height: 100%;
    top: 0;
    left: 26.9rem;
    z-index: 999
}

.Matching__eyecatch__name {
    position: absolute;
    text-align: center;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2
}

.--red .Matching__eyecatch__name {
    color: #f2556f
}

.--blue .Matching__eyecatch__name {
    color: #53adff
}

.Matching__eyecatch__name.--top {
    top: -8rem;
    width: 100%;
    height: 8rem
}

.Matching__eyecatch__name.--bottom {
    bottom: -8rem;
    width: 100%;
    height: 8rem
}

.Matching__eyecatch__name.--left {
    top: calc(50% - 6rem);
    left: -12rem;
    width: 12rem;
    height: 12rem
}

.Matching__eyecatch__name.--right {
    top: calc(50% - 6rem);
    right: -12rem;
    width: 12rem;
    height: 12rem
}

.Matching__eyecatch__icon {
    --xPoint: calc((var(--x) - 1) * 9rem);
    --yPoint: calc((var(--y) - 1) * 9rem);
    top: var(--yPoint);
    left: var(--xPoint);
    width: 9rem;
    height: 9rem;
    position: absolute
}

.Matching__eyecatch__ranking {
    background: #FFF;
    margin-bottom: 2em
}

.Matching__eyecatch__syousai__app {
    display: flex;
    padding: 1em .5em 1em .5em
}

.Matching__eyecatch__syousai__icon {
    width: 20%;
    padding: 1.8em .8em
}

.Matching__eyecatch__syousai__detail {
    width: 85%
}

.Matching__eyecatch__button {
    margin-top: 1em
}

.Matching__eyecatch__text__pp {
    padding: 1rem 3rem 0 3rem;
    margin: 2% 0 0 0
}

.Matching__lineTitle {
    margin: 0 0 6rem 0;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700
}

.Matching__lineTitle span {
    display: inline-block;
    position: relative
}

.Matching__lineTitle span::before,
.Matching__lineTitle span::after {
    content: "";
    position: absolute;
    top: 0;
    display: inline-block;
    width: .2rem;
    height: 100%;
    background-color: #000;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.Matching__lineTitle span::before {
    left: -1em;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.Matching__lineTitle span::after {
    right: -1em;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.--red .Matching__lineTitle span::before,
.--red .Matching__lineTitle span::after {
    background-color: #f2556f
}

.--blue .Matching__lineTitle span::before,
.--blue .Matching__lineTitle span::after {
    background-color: #53adff
}

.Matching__appInfo__badge {
    margin: 3rem auto;
    width: 38rem
}

.Matching__appTable__wrap {
    overflow-x: scroll;
    overflow-y: hidden
}

.Matching__appTable {
    white-space: nowrap;
    border: 1px solid #d8d8d8;
    border-collapse: collapse
}

.Matching__appTable th,
.Matching__appTable td {
    border: 1px solid #d8d8d8;
    border-collapse: collapse;
    padding: 2rem;
    font-size: 2.4rem;
    text-align: center;
    vertical-align: middle
}

.Matching__appTable th span,
.Matching__appTable td span {
    display: block
}

.Matching__appTable th {
    text-align: center;
    color: #fff;
    font-weight: 700
}

.--red .Matching__appTable th {
    background-color: #f2556f
}

.--blue .Matching__appTable th {
    background-color: #53adff
}

.Matching__appIcon {
    width: 10rem;
    height: 10rem;
    margin: 0 auto
}

.Matching__appName {
    font-size: 2.4rem;
    margin-top: .5rem
}

.Matching__reputation {
    color: #f2556f;
    line-height: 1.4
}

.Matching__star {
    --percent: calc(var(--rating) / 5 * 100%);
    color: #f1bf5a;
    line-height: 1.4
}

.Matching__star::before {
    content: "★★★★★";
    background: -webkit-gradient(linear, left top, right top, from(#f5a925), to(#e6e6e6));
    background: -webkit-linear-gradient(left, #f5a925 var(--percent), #e6e6e6 var(--percent));
    background: linear-gradient(90deg, #f5a925 var(--percent), #e6e6e6 var(--percent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.Matching__button {
    color: #fff;
    display: block;
    text-align: center;
    padding: 1em;
    border-radius: 1.5em;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    position: relative
}

.Matching__button+.Matching__button {
    margin-top: 2rem
}

.Matching__button.--gradBlue {
    background: -webkit-gradient(linear, left top, right top, from(#609bff), to(#63e5f1));
    background: -webkit-linear-gradient(left, #609bff 0%, #63e5f1 100%);
    background: linear-gradient(90deg, #609bff 0%, #63e5f1 100%)
}

.--blue .Matching__button.--gradRed {
    background: #F6416C
}

.--red .Matching__button.--gradRed {
    background: -webkit-gradient(linear, left top, right top, from(#43e97b), to(#38f9d7));
    background: -webkit-linear-gradient(left, #43e97b 0%, #38f9d7 100%);
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%)
}

@-webkit-keyframes blink {

    0%,
    50%,
    to {
        opacity: .5
    }

    25%,
    75% {
        opacity: 1
    }
}

@keyframes blink {

    0%,
    50%,
    to {
        opacity: .5
    }

    25%,
    75% {
        opacity: 1
    }
}

@-webkit-keyframes blink1 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes blink1 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.--red .Matching__button {
    background-color: #d8d8d8
}

.--blue .Matching__button {
    background-color: #d8d8d8
}

.Matching__button.--black {
    background: #333
}

.Matching__button.--large {
    font-size: 2.8rem;
    padding: 1.5em;
    display: inline-block;
    border-radius: 2.5em
}

.Matching__button.--large.--arrow,
.Matching__button.--large.--download {
    padding: 1.5em 4em
}

.Matching__button.--large.--arrow::after,
.Matching__button.--large.--download::after {
    width: 4em;
    background-size: 3.3rem
}

.Matching__button.--arrow,
.Matching__button.--download {
    padding: 1em 2.5em 1em 1.5em
}

.Matching__button.--arrow::after,
.Matching__button.--download::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.5em;
    height: 100%;
    top: 0;
    right: 0;
    background-position: center;
    background-size: 1.65rem;
    background-repeat: no-repeat
}

.Matching__button.--arrow::after {
    background-image: url(../img/arrow.png)
}

.Matching__button.--download::after {
    background-image: url(../img/icon_link_white.png)
}

.Matching__textBox {
    margin: 6rem 3rem
}

.Matching__textLarge {
    margin: 6rem 0;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700
}

.Matching__text {
    line-height: 1.6
}

.Matching__text a {
    text-decoration: underline
}

.Matching__osusume {
    margin: 6rem 0;
    border-radius: 2rem;
    overflow: hidden
}

.Matching__osusume>dt {
    padding: 1em;
    text-align: center;
    font-weight: 700;
    font-size: 2.8rem;
    color: #fff;
    position: relative
}

.Matching__osusume>dt::after {
    content: "";
    width: 4rem;
    height: 2rem;
    position: absolute;
    bottom: -2rem;
    left: calc(50% - 2rem);
    border-style: solid;
    border-width: 2rem 2rem 0
}

.Matching__osusume>dd {
    padding: 3rem 6rem
}

.Matching__osusume.--renai>dt {
    background: -webkit-gradient(linear, left top, right top, from(#f2556f), color-stop(49.9%, #ff8b78), to(#ffba7b));
    background: -webkit-linear-gradient(left, #f2556f 0%, #ff8b78 49.9%, #ffba7b 100%);
    background: linear-gradient(90deg, #f2556f 0%, #ff8b78 49.9%, #ffba7b 100%)
}

.Matching__osusume.--renai>dt::after {
    border-color: #ff8b78 transparent transparent
}

.Matching__osusume.--renai>dt img {
    width: 3rem
}

.Matching__osusume.--renai>dd {
    background: #fcf3f5
}

.Matching__osusume.--renai>dd:not(:first-of-type) {
    border-top: .5rem dashed #f2556f
}

.Matching__osusume.--renai .Matching__osusumeList dt {
    color: #f2556f
}

.Matching__osusume.--renai .Matching__osusumeList .Matching__appNameLink {
    background: url(../img/icon_link_renai.png) right center/1.7rem no-repeat
}

.Matching__osusume.--tomodachi>dt {
    background: -webkit-gradient(linear, left top, right top, from(#ffc041), color-stop(50.08%, #ff9d5e), to(#ff7b7b));
    background: -webkit-linear-gradient(left, #ffc041 0%, #ff9d5e 50.08%, #ff7b7b 100%);
    background: linear-gradient(90deg, #ffc041 0%, #ff9d5e 50.08%, #ff7b7b 100%)
}

.Matching__osusume.--tomodachi>dt::after {
    border-color: #ff9d5e transparent transparent
}

.Matching__osusume.--tomodachi>dt img {
    width: 2.9rem
}

.Matching__osusume.--tomodachi>dd {
    background: #fefbf5
}

.Matching__osusume.--tomodachi>dd:not(:first-of-type) {
    border-top: .5rem dashed #ffbe44
}

.Matching__osusume.--tomodachi .Matching__osusumeList dt {
    color: #ffbe44
}

.Matching__osusume.--tomodachi .Matching__osusumeList .Matching__appNameLink {
    background: url(../img/icon_link_tomodachi.png) right center/1.7rem no-repeat
}

.Matching__osusume.--konkatsu>dt {
    background: -webkit-gradient(linear, left top, right top, from(#26dde3), color-stop(49.98%, #13b1f1), to(#0085ff));
    background: -webkit-linear-gradient(left, #26dde3 0%, #13b1f1 49.98%, #0085ff 100%);
    background: linear-gradient(90deg, #26dde3 0%, #13b1f1 49.98%, #0085ff 100%)
}

.Matching__osusume.--konkatsu>dt::after {
    border-color: #13b1f1 transparent transparent
}

.Matching__osusume.--konkatsu>dt img {
    width: 2.7rem
}

.Matching__osusume.--konkatsu>dd {
    background: #f5feff
}

.Matching__osusume.--konkatsu>dd:not(:first-of-type) {
    border-top: .5rem dashed #53adff
}

.Matching__osusume.--konkatsu .Matching__osusumeList dt {
    color: #53adff
}

.Matching__osusume.--konkatsu .Matching__osusumeList .Matching__appNameLink {
    background: url(../img/icon_link_konkatsu.png) right center/1.7rem no-repeat
}

.Matching__osusumeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.Matching__osusumeList dt {
    width: 30rem;
    line-height: 1.4;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Matching__osusumeList dd {
    width: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center
}

.Matching__osusumeList dd a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Matching__osusumeList.--renai dt {
    color: #f2556f
}

.Matching__osusumeList.--renai .Matching__appNameLink {
    background: url(../img/icon_link_renai.png) right center/1.7rem no-repeat
}

.Matching__osusumeList.--tomodachi dt {
    color: #ffbe44
}

.Matching__osusumeList.--tomodachi .Matching__appNameLink {
    background: url(../img/icon_link_tomodachi.png) right center/1.7rem no-repeat
}

.Matching__osusumeList.--konkatsu dt {
    color: #53adff
}

.Matching__osusumeList.--konkatsu .Matching__appNameLink {
    background: url(../img/icon_link_konkatsu.png) right center/1.7rem no-repeat
}

.Matching__appNameLink {
    font-size: 2.4rem;
    margin-top: 1rem;
    display: inline-block;
    padding: 0 2.5rem 0 0;
    text-align: left
}

.Matching__appBox {
    margin-bottom: 6rem
}

.Matching__appHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: dashed #333;
    border-width: .5rem 0;
    padding: 2rem 0
}

.Matching__appHead__no {
    width: 10rem;
    display: block
}

.Matching__appHead__no span {
    display: block;
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
    text-align: center;
    color: #ffffa6;
    font-weight: 700;
    font-size: 4.8rem;
    border-radius: 50%
}

.--red .Matching__appHead__no span {
    background: #f2556f
}

.--blue .Matching__appHead__no span {
    background: #53adff
}

.Matching__appHead__title {
    width: calc(100% - 12rem);
    margin-left: 2rem;
    font-weight: 700;
    font-size: 3.2rem
}



.Matching__columnHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: dashed #989898;
    border-width: .5rem 0;
    padding: 4rem 3rem
}



.Matching__columnHead__title {
    width: calc(100% - 12rem);
    text-align: center;
    font-weight: 700;
    font-size: 5rem
}

.Matching__appInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 3rem 0
}

.Matching__appInfo__icon {
    width: 10rem
}

.Matching__appInfo__name {
    width: calc(100% - 24.2rem)
}

.Matching__appInfo__name a {
    color: #333;
    line-height: 1.4;
    padding: 0 2rem 0 0;
    display: block
}

.--red .Matching__appInfo__name a {
    background: url(../img/icon_link_renai.png) right center/1.7rem no-repeat
}

.--blue .Matching__appInfo__name a {
    background: url(../img/icon_link_konkatsu.png) right center/1.7rem no-repeat
}

.Matching__appInfo__kakin {
    width: 10.2rem
}

.Matching__appInfo__kakin__icon {
    display: block;
    color: #f2556f;
    border: .2rem solid #f2556f;
    text-align: center;
    padding: .5rem
}

.Matching__appInfo__img {
    margin: 3rem 0
}

.Matching__appInfo__img img {
    width: 100%
}

.Matching__appInfo__movie {
    margin: 3rem 0
}

.Matching__appInfo__movie video {
    width: 100%
}

.Matching__appText {
    margin: 6rem 3rem
}

.Matching__appMerit {
    margin: 4rem 0;
    padding: 3rem
}

.Matching__appMerit dt {
    font-weight: 700;
    margin-bottom: 1em
}

.Matching__appMerit dd {
    margin-top: .5em;
    padding-left: 1.5em;
    position: relative;
    line-height: 1.4
}

.Matching__appMerit dd::before {
    content: "・";
    font-weight: 700;
    line-height: 1.4;
    position: absolute;
    top: 0;
    left: 0
}

.--red .Matching__appMerit {
    border-left: 2rem solid #f2556f;
    background: #fcf3f5
}

.--blue .Matching__appMerit {
    border-left: 2rem solid #53adff;
    background: #edfdff
}

.Matching__appDl {
    margin: 4rem 0
}

.Matching__appDl__title {
    padding-top: 5rem;
    text-align: center;
    font-weight: 700;
    font-size: 3.2rem
}

.--red .Matching__appDl__title {
    background: url(../img/icon_title_red.png) center top/7.7rem no-repeat;
    color: #f2556f
}

.--blue .Matching__appDl__title {
    background: url(../img/icon_title_blue.png) center top/7.7rem no-repeat;
    color: #53adff
}

.Matching__appDl__caption {
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
    margin-top: .5rem
}

.Matching__appDl__button {
    text-align: center;
    margin-top: 2rem
}

.Matching__appDl__sponsored {
    color: #999;
    margin-top: 2rem;
    text-align: center;
    font-size: 2rem
}

.Matching__appDetail__headCheck {
    display: none
}

.Matching__appDetail__headCheck:checked+.Matching__appDetail__head::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.Matching__appDetail__headCheck:checked+.Matching__appDetail__head+.Matching__appDetail__body {
    max-height: 9999px
}

.--red .Matching__appDetail {
    border: 2px solid #f2556f
}

.--blue .Matching__appDetail {
    border: 2px solid #53adff
}

.Matching__appDetail__head {
    color: #fff;
    padding: 1em;
    font-weight: 700;
    text-align: center;
    position: relative;
    width: 100%;
    display: block
}

.Matching__appDetail__head::after {
    content: "";
    display: block;
    width: 3.3rem;
    height: 1.9rem;
    background-image: url(../img/arrow.png);
    background-position: center;
    background-size: 3.3rem;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 1rem);
    right: 6rem
}

.--red .Matching__appDetail__head {
    background-color: #f2556f
}

.--blue .Matching__appDetail__head {
    background-color: #53adff
}

.Matching__appDetail__body {
    max-height: 0;
    overflow: hidden
}

.Matching__appDetail__table {
    margin: 2rem 6rem;
    width: calc(100% - 12rem)
}

.Matching__appDetail__table tr:not(:first-child) {
    border-top: 1px solid #d8d8d8
}

.Matching__appDetail__table th,
.Matching__appDetail__table td {
    padding: 1em .5em
}

.Matching__appDetail__table th {
    background: #efefef
}

.Matching__appDetail__table td {
    background: #fafafa
}

.Matching__appDetail__title {
    text-align: center;
    font-weight: 700;
    font-size: 3.2rem;
    margin: 6rem
}

.Matching__appReview {
    margin: 6rem
}

.Matching__appReview dt {
    font-size: 2.4rem
}

.Matching__appReview dt:not(:first-child) {
    margin-top: 3rem
}

.Matching__appReview dd {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: .2rem solid #d8d8d8;
    font-size: 2.4rem
}

.Matching__comment {
    margin: 6rem;
    border-radius: 2rem;
    overflow: hidden
}

.Matching__comment dt {
    padding: 1em;
    color: #fff
}

.Matching__comment dd {
    padding: 1em;
    font-size: 2.4rem
}

.--red .Matching__comment dt {
    background: #f2556f
}

.--red .Matching__comment dd {
    background: #fcf3f5
}

.--blue .Matching__comment dt {
    background: #53adff
}

.--blue .Matching__comment dd {
    background: #edfdff
}

.Matching__appListBox {
    padding: 6rem
}

.--red .Matching__appListBox {
    background: #fcf3f5
}

.--blue .Matching__appListBox {
    background: #edfdff
}

.Matching__appListTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-reset: number 0
}

.Matching__appListTop li {
    position: relative;
    margin: 0 2rem;
    width: 13rem
}


.Matching__appListTop li img {
    width: 100%
}

.--red .Matching__appListTop li::before {
    background-color: #f2556f
}

.--blue .Matching__appListTop li::before {
    background-color: #53adff
}

.Matching__appList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Matching__appList li {
    margin: 4rem 2rem 0;
    width: 10rem
}

.Matching__column {
    margin: 6rem 0
}

.Matching__column dt {
    color: #fff;
    font-weight: 700;
    padding: 1em;
    text-align: center;
    margin: 0 -3rem 6rem
}

.--red .Matching__column dt {
    background-color: #f2556f
}

.--blue .Matching__column dt {
    background-color: #53adff
}

.Matching__column dd {
    margin-top: 1em;
    padding-left: 1.5em;
    position: relative;
    line-height: 1.4
}

.Matching__column dd a {
    color: #0085ff;
    text-decoration: underline;
    font-weight: 700
}

.Matching__column dd::before {
    content: "・";
    font-weight: 700;
    line-height: 1.4;
    position: absolute;
    top: 0;
    left: 0
}

.Matching__column__button {
    text-align: center
}

.Matching__footer {
    margin: 6rem 0 0;
    padding: 10rem 0
}

.--red .Matching__footer {
    background-color: #f2556f
}

.--blue .Matching__footer {
    background-color: #53adff
}

.Matching__footerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Matching__footerNav li {
    margin: 0 2rem
}

.Matching__footerNav li a {
    color: #fff;
    font-size: 2rem
}

.Matching__footerCopy {
    margin-top: 2rem;
    text-align: center;
    color: #fff;
    font-size: 2rem
}


.Matching__app__review__slide__wrap {
    position: relative
}

.Matching__app__review__slide__body {
    position: relative;
    width: 100%;
    height: 100%
}

.Matching__app__review__slide__item {
    padding: 0% 2%
}

.Matching__app__review__slider__prev,
.Matching__app__review__slider__next {
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    background: #000;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 100;
    border-radius: 50%;
    font-size: 2.4rem;
    cursor: pointer
}

.Matching__app__review__slider__prev::before,
.Matching__app__review__slider__next::before {
    content: "▲"
}

@media screen and (max-width:750px) {

    .Matching__app__review__slider__prev,
    .Matching__app__review__slider__next {
        width: 7.2vw;
        height: 7.2vw;
        line-height: 7.2vw;
        margin-top: -3.6vw;
        font-size: 3vw
    }
}

.Matching__app__review__slider__prev {
    transform: rotate(-90deg);
    left: 0%
}

.Matching__app__review__slider__next {
    transform: rotate(90deg);
    right: 0%
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.hidden {
    display: none
}

@media screen and (max-width:750px) {
    .variable {
        display: block
    }
}

@media screen and (min-width:750px) {
    .variable {
        display: inline-block
    }
}

@media screen and (max-width:750px) {
    .pc-only {
        display: none !important
    }
}

@media screen and (min-width:750px) {
    .sp-only {
        display: none !important
    }
}

.deco-line {
    text-decoration: underline
}

.bold {
    font-weight: 700
}

.textRed {
    color: #f2556f
}

.textBlue {
    color: #609bff
}

.textYellow {
    color: #ffffa6
}

.textUl {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 166, 0)), color-stop(50%, rgba(255, 255, 166, 0)), color-stop(50%, #ffffa6), to(#ffffa6));
    background: -webkit-linear-gradient(top, rgba(255, 255, 166, 0) 0%, rgba(255, 255, 166, 0) 50%, #ffffa6 50%, #ffffa6 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 166, 0) 0%, rgba(255, 255, 166, 0) 50%, #ffffa6 50%, #ffffa6 100%)
}

h3 {
    padding: .25em .5em;
    margin: 2rem 0 1rem 6rem;
    border-left: solid 5px #7db4e6;
    font-weight: 700;
    font-size: 3rem
}

h4 {
    padding: .25em .5em;
    margin: 2rem 0 1rem 6rem;
    border-left: solid 3px #d8d8d8;
    font-weight: 700;
    font-size: 2.8rem
}

.Matching__Text {
    margin: 2rem 2rem 1rem 6rem
}

.syousai_flex_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem
}

.hyouka {
    color: #FFDE7D
}

.hyouka span {
    background-color: #00B8A9;
    padding: 1rem;
    color: #FFF;
    border-radius: 1rem
}

.hyouka b {
    color: #e55081
}

.Matching__eyecatch__syousai {
    border-radius: 2rem;
    background-color: #F8F3D4;
    margin-top: 2rem
}

.Matching__choice__wrap {
    padding: 1rem 2rem 6rem 2rem;
    margin: 0rem -3rem 3rem -3rem;
    background-color: #F8F3D4;
    text-align: center
}

.Matching__ninki__app__choice {
    margin-top: 7rem;
    padding: 1rem 1rem 0rem 1rem;
    border-radius: 2rem;
    background-color: #FFF
}

.Matching__ninki__app__name {
    font-size: 3.5rem;
    padding: 2rem;
    margin: 1rem;
    border-radius: 2rem;
    position: relative;
    top: -6rem;
    color: #FFF
}

.Matching__choice__flex {
    display: flex;
    justify-content: space-between
}

.Matching__app__choice__box {
    position: relative;
    top: -5rem
}

.Matching__app__balloon {
    border-radius: 2rem;
    font-size: 2.7rem;
    padding: 1rem;
    margin: 1rem
}

.Matching__app__icon__name img {
    width: 50%
}

.red_flame {
    border: 3px solid #F04848
}

.red_flame>.Matching__ninki__app__name {
    background-color: #F04848
}

.red_flame>*>*>div.Matching__app__balloon {
    background-color: #F0C0C0
}

.Matching__blue__flame {
    border: 3px solid #007394
}

.Matching__blue__flame>.Matching__ninki__app__name {
    background-color: #007394
}

.Matching__blue__flame>*>*>div.Matching__app__balloon {
    background-color: #7cafe6
}

.yellow_flame {
    border: 3px solid #CD821F
}

.yellow_flame>.Matching__ninki__app__name {
    background-color: #CD821F
}

.yellow_flame>*>*>div.Matching__app__balloon {
    background-color: #FFE8AF
}

.kotu_wrap {
    padding: 0 4rem
}

.multiple_app_wrap {
    background-color: #DFD;
    margin: 0rem -3rem;
    padding-bottom: 5rem
}

.kotu_text__pp {
    padding: 0 6rem;
    margin-top: -2rem
}

.keturon_wrap div:first-child {
    font-size: 4rem
}

.keturon_wrap {
    display: flex;
    align-items: flex-end;
    padding-bottom: 3rem
}

.Matching__ranking__headwrap {
    margin: 6rem -3rem 3rem -3rem;
    padding: 3rem;
    position: relative
}

.--red .Matching__ranking__headwrap {
    background: #f2556f
}

.--blue .Matching__ranking__headwrap {
    background: #00B8A9
}

.Matching__ranking__headBox {
    color: #fff;
    font-size: 3.7rem;
    font-weight: 700;
    text-align: center
}

.Matching__head__sframe__check {
    display: none
}

.Matching__head__sframe__check:checked+.Matching__head__sframe::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.Matching__head__sframe__check:checked+.Matching__head__sframe+.Matching__body__bframe {
    display: block
}

.Matching__head__sframe {
    background: #00B8A9;
    text-align: center;
    font-weight: 800;
    margin-top: 5%;
    padding: 5%;
    color: #fff;
    font-size: 2.9rem;
    cursor: pointer;
    width: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.Matching__head__sframe::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../img/ic_arrow.webp) 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -.5em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width:750px) {
    .Matching__head__sframe {
        font-size: 3.6vw
    }
}

.Matching__body__bframe {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5%;
    background: #FFF;
    border: 10px solid #00B8A9;
    border-top-width: 0
}

@media screen and (max-width:750px) {
    .Matching__body__bframe {
        border-width: 0 5px 5px
    }
}

.Matching__investigate__head {
    text-align: center;
    font-weight: 700;
    margin-bottom: 2%
}

.Matching__investigate__head:not(:first-child) {
    margin-top: 4%
}

.Matching__investigate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Matching__investigate__item {
    width: 48%;
    margin: 4% 0 0 4%
}

.Matching__investigate__item:nth-of-type(-n+2) {
    margin-top: 0
}

.Matching__investigate__item:nth-of-type(2n-1) {
    margin-left: 0
}

.Matching__investigate__item-wide {
    width: 100%
}

.Matching__investigate__item-wide:not(:first-child) {
    margin-top: 4%
}

.Matching__investigate__radio label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    cursor: pointer;
    padding: 1em;
    position: relative;
    background: #f8f3d4
}

.Matching__investigate__radio label:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 50%;
    margin-right: .5em
}

.Matching__investigate__radio input[type=radio] {
    display: none
}

.Matching__investigate__radio input[type=radio]:checked+label:before {
    background: #8ee7e0
}

.Matching__investigate__select {
    background: #f2f2f2;
    position: relative
}

.Matching__investigate__select:before {
    content: "▼";
    width: 1em;
    height: 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em
}

.Matching__investigate__select select {
    display: block;
    cursor: pointer;
    padding: 1em;
    position: relative;
    width: 100%;
    border: 0;
    background: #f8f3d4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.Matching__investigate__count span {
    font-size: 1.5em;
    font-weight: 700;
    color: #8ee7e0;
    vertical-align: bottom;
    padding-right: .1em
}

.Matching__investigate__button {
    display: block;
    margin: 2rem auto 2rem auto;
    padding: 3rem 8rem;
    border-radius: 1.6rem;
    background: #00B8A9;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-align: center
}

.radar_box {
    padding: 6rem;
}

.radar_label {
    margin-bottom: -8rem;
}

.radar_bottom {
    margin-top: -8rem;
}

.kotu_text__pp2 {
    padding: 1rem 6rem;
    margin: -3rem 2rem 0rem 2rem;
    background-color: #FFF;
    border-radius: 3rem;
}

.kotu_box_p {
    margin-bottom: 5rem;
}

.shadow_bold {
    text-shadow:
        0.1px 0.1px 0,
        0.1px -0.1px 0,
        -0.1px 0.1px 0,
        -0.1px -0.1px 0,
        0.1px 0 0,
        0 0.1px 0,
        -0.1px 0 0,
        0 -0.1px 0;
}

.choice_text_box {
    margin: -2rem 3rem 4rem 3rem;
    text-align: left;
}

.Matching__green__flame {
    border: 3px solid #00B8A9;
}

.Matching__green__flame>.Matching__ninki__app__name {
    background-color: #00B8A9;
}

.Matching__green__flame>*>*>div.Matching__app__balloon {
    background-color: #DFD;
}

.column_box>*>.Matching__appText {
    margin-top: 0;
}

.Matching__appTable img,
.Matching__choice__wrap img,
.Matching__appInfo img {
    border: 2px solid #ddd;
    border-radius: 10%
}

.Matching__ninki {
    position: relative
}

.Matching__eyecatch>div:nth-of-type(1)>a>span::before {
    position: absolute;
    top: .6rem;
    left: 0;
    font-size: 3vw;
    background-color: gold;
    border-radius: 10%;
    font-weight: 700;
    color: #fff;
    content: "No.1"
}

.Matching__eyecatch>div:nth-of-type(2)>a>span::before {
    position: absolute;
    top: .6rem;
    left: 0;
    font-size: 3vw;
    background-color: silver;
    border-radius: 10%;
    font-weight: 700;
    color: #fff;
    content: "No.2"
}

.Matching__eyecatch>div:nth-of-type(3)>a>span::before {
    position: absolute;
    top: .6rem;
    left: 0;
    font-size: 3vw;
    background-color: #7e4c16;
    border-radius: 10%;
    font-weight: 700;
    color: #fff;
    content: "No.3"
}

.Matching__eyecatch>div:nth-of-type(4)>a>span::before {
    position: absolute;
    top: .6rem;
    left: 0;
    font-size: 3vw;
    background-color: #ff8400;
    border-radius: 10%;
    font-weight: 700;
    color: #fff;
    content: "No.4"
}

.Matching__eyecatch>div:nth-of-type(5)>a>span::before {
    position: absolute;
    top: .6rem;
    left: 0;
    font-size: 3vw;
    background-color: #00c410;
    border-radius: 10%;
    font-weight: 700;
    color: #fff;
    content: "No.5"
}

.Matching__eyecatch__ranking,
.ranking_box,
.column_box {
    counter-reset: number 0;
}

.mini_ranking_numb::before,
.Matching__appHead__no span::before {
    counter-increment: number 1;
    content: counter(number);
}

.Matching__eyecatch__ranking>div>div:nth-of-type(1)>div>div>div>p>b::before {
    content: "(5.0)"
}

.Matching__eyecatch__ranking>div>div:nth-of-type(2)>div>div>div>p>b::before {
    content: "(4.9)"
}

.Matching__eyecatch__ranking>div>div:nth-of-type(3)>div>div>div>p>b::before {
    content: "(4.8)"
}

.Matching__eyecatch__ranking>div>div:nth-of-type(4)>div>div>div>p>b::before {
    content: "(4.7)"
}

.Matching__eyecatch__ranking>div>div:nth-of-type(5)>div>div>div>p>b::before {
    content: "(4.6)"
}

.gate_button_wrap {
    text-align: center;
    margin: 1rem;
}

.gate_button {
    font-size: 2.8rem;
    display: inline-block;
    border-radius: 2.5em;
    padding: 1.5em 2em;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    position: relative;
    width:170px;
    line-height: 1.3;
}

.m29 {
    background: #5299ff;
}

.m30 {
    background: #88482a;
}

.w29 {
    background: #f382ade8;
}

.w30 {
    background: #E099B4;
}

.w40 {
    background: #B696B6;
}

.m40 {
    background: #6B4C38;
}

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

.gate_box_p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.c-title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0rem;
}

.lp__contents {
    padding: 0.5rem;
}

.p-lp__app-merit-wrap {
    background: #fff8f9;
    padding: 3%;
    margin-top: 2rem;
}

.coupon_container_fv {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 1rem;
    text-align: center;
}

.coupon_container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 3rem;
    text-align: center;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.copy-input_fv {
    flex: 1;
    padding: 1rem;
    margin-right: 1rem;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    width: 30%;
}

.copy-input {
    flex: 1;
    padding: 1.3rem;
    margin-right: 1rem;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    width: 30%;
}


.copy-button_fv {
    font-size: 14px;
    font-weight: bold;
    padding: 1.5rem;
    margin-right: 0.5rem;
    background-color: #f2556f;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    /* 水平方向の位置, 垂直方向の位置, ぼかし量, 影の色 */
}

.copy-button {
    font-size: 16px;
    font-weight: bold;
    padding: 2rem;
    margin-right: 0.5rem;
    background-color: #f2556f;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    /* 水平方向の位置, 垂直方向の位置, ぼかし量, 影の色 */
}



.coupon_text {
    color: #484848;
    font-size: 2.8rem;
    line-height: 1.7;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.coupon_text span {
    color: #ff677f;
    background: linear-gradient(transparent 50%, #fffab4 50%);
    display: inline;
    font-weight: bold;
}

.coupon_caution_text {
    color: #b1b1b1;
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.heading-3 {
    text-align: center;
    font-size: 3rem;
    padding: 0 .4em .9em;
    border-bottom: 3px dotted #f2556f;
    color: #f2556f;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}

.box-005 {
    max-width: 100%;
    margin-top: 8rem;
    border: 2px solid #a3a3a3;
    border-radius: 5px;
    color: #a3a3a3;
}

.box-005 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -12px;
    left: 8px;
    margin: 0 4px;
    padding: 0 12px;
    background: #a3a3a3;
    color: #ffffff;
    font-weight: 600;
    vertical-align: top;
    border-radius: 4px;
    letter-spacing: 0.1rem;
}

.box-005 div::before {
    width: 24px;
    height: 26px;
    margin-left: -0.3rem;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM10.9999 16.0002V18.0002H12.9999V16.0002H10.9999ZM10.9999 9.00017V14.0002H12.9999V9.00017H10.9999Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}


.box-005 p {
    margin: 0;
    padding: 0 1.5em 1.5em;
    font-size: 2rem;
    color: #979797;
}


.box-013 {
    max-width: 100%;
    border: 2px solid #f2556f;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .9em 0;
    background-color: #f2556f;
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
}

.box-013 p {
    font-size: 2.7rem;
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}

.box-013 p span {
    color: #f2556f;
    font-weight: bold;
}

.box-013_container {
    padding: 0 1rem 2rem ;
}

.p-lp__ranking-text-sub {
    font-size: 1.8rem;
    color: #717171;
    margin-bottom: 3%;
}

@media only screen and (max-width: 750px) {
    .p-lp__ranking-text-sub {
        font-size: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.Matching__footer_age {
    margin-top: 3rem;
    text-align: center;
    color: #fff;
    font-size: 1.7rem
}

/* 非表示 */
.invisible {
    display: none;
}

/* ヘッダー */
.l-header {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 1;
  position: relative
}

.l-header__logo {
  text-align: center;
  padding: 1% 3%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.l-header__logo img {
  width: 40%
}

