﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* --------------------------------------------------------------------------------------
 base
--------------------------------------------------------------------------------------- */
a[href^="tel:"] {
  pointer-events: none;
}

a[href^="tel:"]:link, a[href^="tel:"]:visited {
  color: #333;
  text-decoration: none;
}

a[href^="tel:"]:hover, a[href^="tel:"]:active {
  color: #333;
  text-decoration: none;
}

html, body {
  font-size: 16px;
}
@media (max-width: 756px) {
  html, body {
    font-size: 3.7vw;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  background: #fff;
  -webkit-text-size-adjust: none;
}

input, textarea, select {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

b, strong, fontBold {
  font-weight: 700;
}

/* reset ------------------------------ */
body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, figure,
p, blockquote, pre, cite, code, caption,
header, footer, section,
tr, th, td,
form, fieldset, legend, input, textarea, select, option, label {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

figure, picture {
  display: block;
}

img, table {
  border: none;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

li img,
dt img {
  vertical-align: bottom;
}

/* textlink ------------------------------ */
a,
a img {
  transition: all 0.3s;
}

a {
  color: #838383;
  text-decoration: underline;
}

a:hover,
a:hover img,
input[type=submit]:hover,
input[type=image]:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* --------------------------------------------------------------------------------------
 float
--------------------------------------------------------------------------------------- */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*margin
-----------------------------------------------*/
.bot005px {
  margin-bottom: 5px !important;
}

.bot010px {
  margin-bottom: 10px !important;
}

.bot015px {
  margin-bottom: 15px !important;
}

.bot020px {
  margin-bottom: 20px !important;
}

.bot025px {
  margin-bottom: 25px !important;
}

.bot030px {
  margin-bottom: 30px !important;
}

.bot035px {
  margin-bottom: 35px !important;
}

.bot040px {
  margin-bottom: 40px !important;
}

.bot045px {
  margin-bottom: 45px !important;
}

.bot050px {
  margin-bottom: 50px !important;
}

.bot060px {
  margin-bottom: 60px !important;
}

.bot070px {
  margin-bottom: 70px !important;
}

.bot100px {
  margin-bottom: 100px !important;
}

/*align
-----------------------------------------------*/
.alright {
  text-align: right !important;
}

.alcenter {
  text-align: center !important;
}

.alleft {
  text-align: left !important;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 756px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover,
  a:hover img,
  input[type=submit]:hover,
  input[type=image]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.forpc {
  display: block;
}

.forsp {
  display: none;
}

.forpcinline {
  display: inline;
}

.forspinline {
  display: none;
}

@media print {
  body {
    display: none;
  }
}
@media screen {
  body {
    display: block;
  }
}
html, body {
  position: relative;
}

@media screen and (max-width: 756px) {
  body {
    padding-bottom: 22vw;
  }
  body.hideAppBnr {
    padding-top: 15vw;
  }
  body.hideAppBnr .appBnr {
    display: none;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  margin: 0;
  padding: 0;
}

.subContents {
  width: 1100px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 756px) {
  .subContents {
    width: 100vw;
    padding: 0 3.5vw;
  }
}

.subContentsS {
  width: 800px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 756px) {
  .subContentsS {
    width: 100vw;
    padding: 0 3.5vw;
  }
}

.appBnr {
  display: none;
}

header {
  background: #fff;
  border-bottom: solid 1px #eee;
}
header .row {
  padding: 20px 0 15px;
  display: flex;
  align-items: center;
}
header .row h1 {
  width: 216px;
}
header .row h1 img {
  width: 100%;
  height: auto;
}
header .row ul {
  margin-left: auto;
  display: flex;
}
header .row ul li {
  margin-left: 30px;
}
header .row ul li a {
  color: #808080;
  text-decoration: none;
}
header .row ul li span {
  padding-right: 24px;
  position: relative;
}
header .row ul li span .icon {
  fill: #808080;
}
header .row ul li span i {
  position: absolute;
  top: -5px;
  right: 0;
}
header .row ul li span span {
  padding-right: 0;
  position: static;
}
header .row ul li.message .icon {
  width: 18px;
  height: 13.7055837563px;
  margin-right: 10px;
  transform: translateY(1px);
}
header .row ul li.information .icon {
  width: 15px;
  height: 19.3965517241px;
  margin-right: 6px;
  transform: translateY(4px);
}
header .row .kaisu {
  margin: 0 0 0 25px;
}
header .row .mem {
  font-size: 0.9375rem;
  margin: 0 0 0 25px;
}
header .row .mem > span {
  padding: 0 30px 0 25px;
  position: relative;
  cursor: pointer;
}
header .row .mem > span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/s_men.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2px;
  left: 0;
}
header .row .mem > span::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/s_arrow1_down.svg) no-repeat right center;
  background-size: 18px auto;
  position: absolute;
  top: 3px;
  right: 0;
}
header .row .mem > span:hover {
  text-decoration: underline;
}
header .row #menuBtn {
  display: none;
}
header #gnav {
  padding: 10px 0;
}
header #gnav ul {
  display: flex;
  justify-content: space-between;
}
header #gnav ul li {
  width: 100%;
  text-align: center;
  border-right: solid 1px #eee;
}
header #gnav ul li:first-child {
  border-left: solid 1px #eee;
}
header #gnav ul li a {
  color: #929293;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  padding: 10px 0;
  display: block;
}
header #gnav ul li a span {
  position: relative;
}
header #gnav ul li a span i {
  position: absolute;
  top: -5px;
  right: -25px;
}
header #gnav ul li a span .icon {
  width: 20px;
  height: 20px;
  fill: #939192;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-1px);
  vertical-align: top;
}
header #gnav ul li a:hover {
  color: #57b342;
}
header #gnav ul li a:hover span .icon {
  fill: #57b342;
}
header #gnav ul li:nth-child(3) a .icon {
  width: 26px;
  height: 22px;
  transform: translateY(-2px);
}

body.activities header #gnav li.activities a,
body.search header #gnav li.search a,
body.like header #gnav li.like a,
body.activities header #gnav li.activities a,
body.recommend header #gnav li.recommend a,
body.events header #gnav li.events a {
  color: #57b342;
}
body.activities header #gnav li.activities a span .icon,
body.search header #gnav li.search a span .icon,
body.like header #gnav li.like a span .icon,
body.activities header #gnav li.activities a span .icon,
body.recommend header #gnav li.recommend a span .icon,
body.events header #gnav li.events a span .icon {
  fill: #57b342;
}

@media screen and (max-width: 756px) {
  .appBnr {
    font-size: min(2.8vw, 12px);
    line-height: 1.3;
    text-align: left;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    padding: 2vw;
    gap: 5px;
  }
  .appBnr .icon {
    width: 15vw;
    max-width: 40px;
    border-radius: 10px;
    overflow: hidden;
  }
  .appBnr .icon img {
    width: 100%;
    height: auto;
  }
  .appBnr .name {
    font-weight: bold;
  }
  .appBnr .btns {
    font-size: min(3.2vw, 12px);
    display: flex;
    margin: 0 0 0 auto;
    gap: 5px;
  }
  .appBnr .btns [class^=btn-] a {
    text-align: center;
    min-width: 3em;
    display: block;
    border-radius: 50vh;
    padding: 8px 10px;
  }
  .appBnr .btns .btn-ins a {
    color: #FFF;
    text-decoration: none;
    background: #008EEC;
  }
  .appBnr .btns .btn-open a {
    color: #008EEC;
    text-decoration: none;
    background: #FFF;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
  }
  header .row {
    padding: 4vw 0 3vw;
  }
  header .row h1 {
    width: 46vw;
    align-self: flex-start;
  }
  header .row h1 a {
    width: fit-content;
    -moz-width: fit-content;
    display: block;
  }
  header .row h1 a img {
    width: 100%;
    max-height: 8vw;
  }
  header .row ul li {
    margin-left: 6vw;
  }
  header .row ul li span {
    padding-right: 0;
  }
  header .row ul li span i {
    top: -3vw;
    right: -4.6vw;
  }
  header .row ul li span .text {
    display: none;
  }
  header .row ul li.message {
    transform: translateY(6px);
  }
  header .row ul li.message .icon {
    width: 6vw;
    height: 4.5685279188vw;
    margin-right: 0;
    transform: translateY(0);
  }
  header .row ul li.information .icon {
    width: 5vw;
    height: 6.4655172414vw;
    margin-right: 0;
    transform: translateY(4px);
  }
  header .row .kaisu {
    display: none;
  }
  header .row .mem {
    display: none;
  }
  header .row #menuBtn {
    width: 7vw;
    height: 5.7692307692vw;
    margin-left: 6vw;
    background: url(../images/s_hamburger.svg) no-repeat;
    background-size: 100% auto;
    position: relative;
    display: block;
  }
  header .row #menuBtn i {
    border: solid 3px #fff;
    position: absolute;
    top: -2vw;
    right: -2vw;
  }
  header #gnav {
    width: 100vw;
    background: #fff;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  header #gnav ul li {
    border-right: none;
  }
  header #gnav ul li:first-child {
    border-left: none;
  }
  header #gnav ul li a {
    color: #929293;
    font-size: 0.85rem;
    padding: 11vw 0 5vw;
  }
  header #gnav ul li a span {
    padding-right: 0;
    padding-top: 6.5vw;
  }
  header #gnav ul li a span i {
    top: -5px;
    right: -5px;
  }
  header #gnav ul li a span .icon {
    width: 5.8vw;
    height: 5.8vw;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  header #gnav ul li a:hover {
    color: #929293;
  }
  header #gnav ul li a:hover span .icon {
    fill: #939192;
  }
  header #gnav ul li:nth-child(3) a .icon {
    width: 6.6vw;
    height: 5.8vw;
    transform: translateX(-50%);
  }
}
#hmenu {
  width: 350px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 60px;
  right: calc(50vw - 560px);
  z-index: 20;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 757px) {
  #hmenu:not(.active) {
    animation: fadeIn 0.3s ease reverse forwards;
    display: none;
    opacity: 0;
  }
  #hmenu.active {
    animation: fadeIn 0.3s ease forwards;
  }
}
#hmenu .hmenuhead {
  border-bottom: solid 1px #ddd;
  padding: 25px 0 15px 30px;
}
#hmenu .hmenuhead .name {
  font-size: 1.0625rem;
  font-weight: 700;
}
#hmenu .hmenuhead .name .moshikomikaisu {
  display: none;
  margin-left: 1em;
}
#hmenu .hmenuhead .shop {
  color: #808080;
  font-size: 0.875rem;
}
#hmenu .hmenuhead #menuClose {
  display: none;
}
#hmenu .hmenubody {
  border-top: solid 7px #f5f6f7;
  padding: 15px 0;
}
#hmenu .hmenubody .ilinks {
  display: none;
}
#hmenu .hmenubody .tlinks {
  margin: 0 0 0 30px;
}
#hmenu .hmenubody .tlinks li a {
  color: #333;
  font-size: 0.9375rem;
  text-decoration: none;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
  display: block;
  position: relative;
}
#hmenu .hmenubody .tlinks li a .proBadge {
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 50vh;
  margin: 0 0 0 10px;
  padding: 1px 15px;
}
#hmenu .hmenubody .tlinks li a .proBadge.badge01 {
  color: #13288c;
  background: #c0d1ff;
}
#hmenu .hmenubody .tlinks li a .proBadge.badge02 {
  color: #3a3a3a;
  background: #ffe089;
}
#hmenu .hmenubody .tlinks li a .proBadge.badge03 {
  color: #c52852;
  background: #ffdeec;
}
#hmenu .hmenubody .tlinks li a::after {
  content: "";
  width: 5px;
  height: 8.8235294118px;
  background: url(../images/s_arrow2_right.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
}
#hmenu .hmenubody .tlinks li:last-child a {
  border-bottom: none;
}
#hmenu .hmenubody .pr {
  display: none;
}
#hmenu .hmenubody .btns {
  text-align: center;
  border-top: solid 1px #ddd;
  padding: 15px 30px 0;
}
#hmenu .hmenubody .btns p {
  font-size: 0.9375rem;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  #hmenu {
    right: calc(50vw - 550px);
  }
}
@media screen and (max-width: 756px) {
  #hmenu {
    width: 85vw;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: -85vw;
    z-index: 10;
    transition: all 0.3s;
  }
  @keyframes slideMenu {
    0% {
      right: -85vw;
    }
    100% {
      right: 0;
    }
  }
  #hmenu.active {
    animation: slideMenu 0.3s ease forwards;
  }
  #hmenu .inner {
    height: 100vh;
    padding-bottom: 30vw;
    overflow-y: auto;
  }
  #hmenu .hmenuhead {
    border-bottom: solid 2px #ddd;
    padding: 8.5vw 4.5vw 5vw;
    position: relative;
  }
  #hmenu .hmenuhead .name .moshikomikaisu {
    display: inline-block;
    margin-left: 0;
  }
  #hmenu .hmenuhead #menuClose {
    width: 4.5vw;
    height: 4.5vw;
    background: url(../images/b_menuclose.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 3vw;
    right: 4.5vw;
    cursor: pointer;
    display: block;
  }
  #hmenu .hmenubody {
    border-top: none;
    padding: 0;
  }
  #hmenu .hmenubody .ilinks {
    background: #f5f6f7;
    border-bottom: solid 1px #ddd;
    padding: 2vw 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #hmenu .hmenubody .ilinks::before, #hmenu .hmenubody .ilinks::after {
    content: " ";
    width: 25%;
    display: block;
    order: 1;
  }
  #hmenu .hmenubody .ilinks li {
    width: 25%;
    text-align: center;
  }
  #hmenu .hmenubody .ilinks li a {
    color: #929293;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    padding: 10vw 0 3vw;
    display: block;
  }
  #hmenu .hmenubody .ilinks li a span {
    padding-top: 6.5vw;
    position: relative;
  }
  #hmenu .hmenubody .ilinks li a span i {
    white-space: nowrap;
    position: absolute;
    top: -5px;
    right: -5px;
  }
  #hmenu .hmenubody .ilinks li a span .icon {
    width: 5.8vw;
    height: 5.8vw;
    fill: #939192;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #hmenu .hmenubody .tlinks {
    margin: 0;
  }
  #hmenu .hmenubody .tlinks li a {
    padding: 2.5vw 4.5vw;
  }
  #hmenu .hmenubody .tlinks li a::after {
    right: 4.5vw;
  }
  #hmenu .hmenubody .tlinks li:last-child a {
    border-bottom: solid 1px #ddd;
  }
  #hmenu .hmenubody .pr {
    padding: 0 4.5vw;
    display: block;
  }
  #hmenu .hmenubody .pr li {
    display: flex;
    margin-bottom: 5vw;
    align-items: center;
    justify-content: space-between;
  }
  #hmenu .hmenubody .pr li figure {
    width: 15vw;
  }
  #hmenu .hmenubody .pr li figure img {
    width: 100%;
  }
  #hmenu .hmenubody .pr li p {
    font-size: 0.9rem;
    width: calc(100% - 17vw);
    line-height: 1.375;
    padding-top: 1.2rem;
    position: relative;
  }
  #hmenu .hmenubody .pr li p::before {
    content: "[PR]";
    font-size: 0.85rem;
    color: #808080;
    position: absolute;
    top: 0;
    left: 0;
  }
  #hmenu .hmenubody .btns {
    text-align: center;
    border: none;
    margin-top: 0;
    padding: 5vw;
  }
  #hmenu .hmenubody .btns p {
    font-size: 1rem;
  }
  #hmenu .hmenubody .btns p a {
    color: #8b8b8b;
  }
}
#topNews, #ucHeader1_topNews {
  background: #fff;
  border-bottom: solid 1px #eee;
  padding: 10px 0;
}
#topNews ul li a span, #ucHeader1_topNews ul li a span {
  padding-left: 30px;
  position: relative;
}
#topNews ul li a span::before, #ucHeader1_topNews ul li a span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/s_exclamation.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 756px) {
  #topNews {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
}
footer {
  text-align: center;
  margin: 100px 0 0 0;
  padding: 0 0 10px;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  font-size: 0.75rem;
  line-height: 1;
  border-right: solid 1px #333;
  padding: 0 1em;
}
footer ul li:first-child {
  border-left: solid 1px #333;
}
footer p {
  color: #808080;
  font-size: 0.75rem;
  margin-top: 20px;
}

@media screen and (max-width: 756px) {
  footer {
    text-align: center;
    margin: 12vw 0 0 0;
    padding: 0;
  }
}
section.pr {
  text-align: center;
}
section.pr ul {
  display: flex;
}
section.pr ul li {
  width: 50%;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
section.pr ul li figure {
  width: 100px;
  margin-right: 20px;
}
section.pr ul li figure img {
  width: 100%;
}
section.pr ul li p {
  width: calc(100% - 120px);
  line-height: 1.375;
  padding-top: 20px;
  position: relative;
}
section.pr ul li p::before {
  content: "[PR]";
  font-size: 0.87rem;
  color: #808080;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 756px) {
  section.pr {
    width: 100%;
    border-bottom: solid 1px #EEE;
    padding: 5vw 0;
  }
  section.pr picture {
    width: 86.9vw;
    display: block;
    margin: 0 auto;
  }
  section.pr picture img {
    width: 100%;
    height: auto;
  }
  section.pr ul {
    display: block;
  }
  section.pr ul li {
    width: 100%;
    margin-bottom: 5vw;
    padding-right: 0;
  }
  section.pr ul li figure {
    width: 20.5vw;
    margin-right: 3vw;
  }
  section.pr ul li p {
    font-size: 0.9rem;
    width: calc(100% - 23.5vw);
    padding-top: 1.2rem;
  }
}
section#tohome {
  margin-top: 100px;
}
section#tohome a {
  color: #9e9e9e;
  width: 320px;
  text-decoration: none;
  text-align: center;
  border: solid 2px #9e9e9e;
  border-radius: 2em;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
}

@media screen and (max-width: 756px) {
  section#tohome {
    margin-top: 15vw;
  }
  section#tohome a {
    width: 60vw;
    padding: 2vw 0;
  }
}
.disclist li {
  list-style: disc;
  margin-left: 20px;
}

.linkarea,
.linkarea a {
  position: relative;
  transition: all 0.3s;
}

.linkarea a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999;
}

.linkarea:hover {
  opacity: 0.7;
}

@media screen and (max-width: 756px) {
  .forpc {
    display: none;
  }
  .forsp {
    display: block;
  }
  .forpcinline {
    display: none;
  }
  .forspinline {
    display: inline;
  }
  img {
    width: 100%;
  }
}
/* -------------- オーバーレイ ----- */
#overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 6;
  display: none;
}

@supports (height: 100lvh) {
  #overlay {
    height: 100lvh;
  }
}
/* -------------- section ----- */
section.sec {
  margin: 50px 0 0 0;
}

.list-slide {
  width: 100%;
  margin-top: -20px;
}

@media screen and (max-width: 756px) {
  section.sec {
    margin: 10vw 0 0 0;
  }
  main section.sec:first-of-type {
    margin-top: 6vw;
  }
}
/* -------------- カードごと ----- */
.card-type01 {
  padding: 15px;
}
.card-type01 .inner {
  width: 398px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
}
.card-type01 .inner .miaidate {
  color: #e6315a;
  font-size: 0.875rem;
  font-weight: 700;
}
.card-type01 .inner .miaidate span {
  font-size: 136%;
}
.card-type01 .inner .miaihoho {
  color: #666;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin: 5px 0 2px;
}
.card-type01 .inner .row-latest {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-type01 .inner .row-latest p {
  font-size: 0.875rem;
  width: calc(100% - 164px);
}
.card-type01 .inner .row-latest .btn {
  width: 154px;
}

@media screen and (max-width: 756px) {
  .card-type01 {
    margin-bottom: 5vw;
    padding: 0;
  }
  .card-type01 .inner {
    width: 100%;
    padding: 3vw;
  }
  .card-type01 .inner .miaidate span {
    font-size: 125%;
  }
  .card-type01 .inner .row-latest {
    margin-top: 3vw;
  }
  .card-type01 .inner .row-latest p {
    width: calc(100% - 35vw);
  }
  .card-type01 .inner .row-latest .btn {
    width: 33vw;
  }
}
.modal.temperatureModal .title {
  font-size: 1.142rem;
  text-align: center;
  border: none;
  margin: 0 0 10px;
  padding: 0;
}
.modal.temperatureModal .title p {
  padding: 0;
}
.modal.temperatureModal .title + p {
  color: #787878;
  font-size: 0.7857rem;
  text-align: center;
  line-height: 1.56;
}
.modal.temperatureModal .inner {
  padding-top: 20px;
  overflow-y: auto;
  max-height: 45vh;
  overscroll-behavior: contain;
}
.modal.temperatureModal .inner ul {
  margin: 0 0 20px;
}
.modal.temperatureModal .inner ul.serious li label:hover {
  border: solid 3px #e6315a;
  background: rgba(255, 229, 235, 0.56);
}
.modal.temperatureModal .inner ul.serious li .heartrating svg {
  fill: #e6315a;
}
.modal.temperatureModal .inner ul.serious li:last-child .heartrating svg {
  fill: #e6315a;
}
.modal.temperatureModal .inner ul.serious li:last-child .heartrating svg:not(:first-child) {
  fill: #E6E6E6;
}
.modal.temperatureModal .inner ul.serious li:has(input[type=radio]:checked) label {
  border: solid 3px #e6315a;
  background: rgba(255, 229, 235, 0.56);
}
.modal.temperatureModal .inner ul.serious li:has(input[type=radio]:checked) label::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/s_check_04.svg) no-repeat top left/100%;
  border: none;
}
.modal.temperatureModal .inner ul li {
  position: relative;
}
.modal.temperatureModal .inner ul li + li {
  margin: 10px 0 0;
}
.modal.temperatureModal .inner ul li:nth-child(2) .heartrating svg:last-child {
  fill: #E6E6E6;
}
.modal.temperatureModal .inner ul li:nth-child(3) .heartrating svg:not(:first-child) {
  fill: #E6E6E6;
}
.modal.temperatureModal .inner ul li:last-child .heartrating svg {
  fill: #E6E6E6;
}
.modal.temperatureModal .inner ul li:has(input[type=radio]:checked) label {
  border: solid 3px #ea6ea5;
  background: rgba(255, 216, 234, 0.38);
}
.modal.temperatureModal .inner ul li:has(input[type=radio]:checked) label::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/s_check_03.svg) no-repeat top left/100%;
  border: none;
}
.modal.temperatureModal .inner ul li input[type=radio]:checked + label {
  color: #000;
  background: rgba(255, 216, 234, 0.38);
  opacity: 1;
}
.modal.temperatureModal .inner ul li label {
  color: #000;
  font-size: 1rem;
  border: solid 3px #dcdcdc;
  border-radius: 8px;
  background: #fff;
  padding: 30px 16px 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  opacity: 0.7;
}
.modal.temperatureModal .inner ul li label:hover {
  background: rgba(255, 216, 234, 0.38);
  border: solid 3px #ea6ea5;
}
.modal.temperatureModal .inner ul li label::before {
  content: "";
  width: 30px;
  height: 30px;
  border: solid 2px #dcdcdc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
.modal.temperatureModal .inner ul li .heartrating {
  position: absolute;
  top: 8px;
  left: 11px;
  pointer-events: none;
}
.modal.temperatureModal .inner ul li .heartrating svg {
  width: 19px;
  height: 16px;
  fill: #ea6ea5;
  margin: 0 0 0 0.5em;
  display: inline-block;
}
.modal.temperatureModal .button {
  padding-bottom: 0;
}
.modal.temperatureModal .heading {
  color: #787878;
  font-size: 0.785rem;
}
.modal.temperatureModal .textWrap {
  margin: 5px 0 0;
}
.modal.temperatureModal .textWrap textarea {
  max-width: 100%;
  min-height: 3lh;
  field-sizing: content;
  height: auto;
  field-sizing: content;
  box-sizing: border-box;
}
.modal.temperatureModal .textWrap .mojisu {
  font-size: 11px;
  text-align: right;
}

.textArea {
  display: flex;
  justify-content: space-between;
}
.textArea .note {
  color: #888;
  font-size: 12px;
  height: 21px;
  padding-top: 3px;
}

@media screen and (max-width: 756px) {
  .modal.temperatureModal .title {
    margin: 0 0 2vw;
  }
  .modal.temperatureModal .title + p {
    margin: 0 0 3vw;
  }
  .modal.temperatureModal .inner {
    padding-top: 4vw;
    max-height: 62vh;
  }
  .modal.temperatureModal .inner ul {
    margin: 0 0 4vw;
  }
  .modal.temperatureModal .inner ul li + li {
    margin: 2vw 0 0;
  }
  .modal.temperatureModal .inner ul li:has(input[type=radio]:checked) label::before {
    width: 7vw;
    height: 7vw;
  }
  .modal.temperatureModal .inner ul li label {
    border-radius: 2.1vw;
    padding: 8vw 4.2vw 2.1vw;
  }
  .modal.temperatureModal .inner ul li label::before {
    width: 6.2vw;
    height: 6.2vw;
    right: 4vw;
  }
  .modal.temperatureModal .inner ul li .heartrating {
    top: 3vw;
    left: 2.2vw;
  }
  .modal.temperatureModal .inner ul li .heartrating svg {
    width: 5vw;
    height: 4.2vw;
  }
  .textArea p {
    width: fit-content;
  }
  .textArea .note {
    font-size: 2.4vw;
    height: 5vw;
  }
}
.card-type02 {
  padding: 15px;
}
.card-type02 .inner {
  width: 398px;
  height: auto;
  perspective: 150rem;
  position: relative;
}
.card-type02 .inner .front,
.card-type02 .inner .back {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
}
.card-type02 .inner .back {
  position: absolute;
  top: 0;
  left: 0;
}
.card-type02 .inner .front {
  background: #fff;
}
.card-type02 .inner .front.rotated {
  transform: rotateY(-180deg);
}
.card-type02 .inner .front .simprof {
  color: #999;
  font-size: 0.8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-type02 .inner .front .btns {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 28px;
}
.card-type02 .inner .front .btns .tanto {
  line-height: 1;
  cursor: pointer;
}
.card-type02 .inner .front .btns .tanto a {
  color: #36ae80;
  font-size: 0.828rem;
  text-decoration: none;
  background: #eaf3ee;
  border-radius: 2em;
  padding: 6px 12px;
}
.card-type02 .inner .front .btns .tanto a.midokuMark {
  position: relative;
}
.card-type02 .inner .front .btns .tanto a.midokuMark::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e6315a;
  border-radius: 50vh;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.card-type02 .inner .front .btns .tanto span {
  padding-left: 20px;
  position: relative;
}
.card-type02 .inner .front .btns .tanto span::before {
  content: "";
  width: 15px;
  height: 11.421319797px;
  background: url(../images/s_envelope.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.4em);
  left: 0;
}
.card-type02 .inner .front .btns .telhyoji {
  line-height: 1;
  cursor: pointer;
}
.card-type02 .inner .front .btns .telhyoji .old {
  display: none;
}
.card-type02 .inner .front .btns .telhyoji .new {
  display: block;
}
.card-type02 .inner .front .btns .telhyoji span {
  color: #808080;
  font-size: 0.785rem;
  background: transparent;
  padding: 0;
}
.card-type02 .inner .front .btns .telhyoji span::before {
  content: none;
}
@media (hover: hover) {
  .card-type02 .inner .front .btns .telhyoji span:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.card-type02 .inner .front .btns .telhyoji span svg {
  fill: #FF5A24;
  width: 1.5lh;
  height: 1.5lh;
  vertical-align: sub;
  margin: 0 0.2em 0 0;
}
.card-type02 .inner .front .btns .telhyoji span svg use {
  width: 100%;
}
.card-type02 .inner .front .btns .mshyoji {
  line-height: 1.12;
  border-left: solid 1px #F0F0F0;
  padding: 0 0 0 12px;
}
.card-type02 .inner .front .btns .mshyoji a {
  text-align: center;
  text-indent: -0.4em;
  text-decoration: none;
  line-height: 0.75;
  padding: 0 0 0 24px;
  display: inline-block;
  position: relative;
}
.card-type02 .inner .front .btns .mshyoji a::before {
  content: "";
  width: 18px;
  height: 15px;
  background: url(../images/s_chat.svg) no-repeat top left/100%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.card-type02 .inner .front .btns .mshyoji a span {
  font-size: 0.785rem;
}
.card-type02 .inner .front .row-kosai {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-type02 .inner .front .row-kosai p {
  font-size: 0.8125rem;
  width: calc(100% - 164px);
}
.card-type02 .inner .front .row-kosai p span {
  font-size: 138%;
  font-weight: 700;
}
.card-type02 .inner .front .row-kosai .btn {
  width: 154px;
}
.card-type02 .inner .front .row-kosai2 {
  color: #505050;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin: 15px 0 0;
  padding: 14px 9px 10px;
}
.card-type02 .inner .front .row-kosai2 .first {
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.card-type02 .inner .front .row-kosai2 .first:empty {
  display: none;
}
.card-type02 .inner .front .row-kosai2 .fb {
  width: 100%;
  padding: 0 13px;
  display: flex;
  align-items: center;
}
.card-type02 .inner .front .row-kosai2 .fb .kosaiDate,
.card-type02 .inner .front .row-kosai2 .fb .nextDate {
  line-height: 1.23;
  padding: 0 0 2px;
}
.card-type02 .inner .front .row-kosai2 .fb .kosaiDate span:first-child,
.card-type02 .inner .front .row-kosai2 .fb .nextDate span:first-child {
  color: #878383;
  font-size: 0.75rem;
}
.card-type02 .inner .front .row-kosai2 .fb .kosaiDate span:last-child,
.card-type02 .inner .front .row-kosai2 .fb .nextDate span:last-child {
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
}
.card-type02 .inner .front .row-kosai2 .fb .kosaiDate {
  padding-right: 24px;
}
.card-type02 .inner .front .row-kosai2 .fb .nextDate {
  border-left: solid 1px #969696;
  padding-left: 24px;
}
.card-type02 .inner .front .row-kosai2 .callWrap {
  padding: 0;
  align-items: inherit;
  column-gap: 8px;
}
.card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2 {
  flex: 1;
  margin: 10px 0 0;
}
.card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2.off {
  pointer-events: none;
}
.card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2.off span {
  background: #aaa;
  cursor: auto;
}
.card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2 + .odekakeBtn a {
  color: #60bbb2;
  background: #fff;
  border: solid 2px #60bbb2;
}
.card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2 span {
  color: #fff;
  font-size: 0.928rem;
  text-decoration: none;
  height: 100%;
  background: linear-gradient(135deg, #54a6cc 0%, #37b0a4 60%);
  border-radius: 50vh;
  box-sizing: border-box;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
  cursor: pointer;
  transition: all 0.3s;
}
.card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2 span:hover {
  opacity: 0.7;
}
.card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2 span svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2 span svg use {
  width: 100%;
}
.card-type02 .inner .front .row-kosai2 .callWrap .odekakeBtn {
  flex: 1;
  margin: 10px 0 0;
}
.card-type02 .inner .front .row-kosai2 .callWrap .odekakeBtn a {
  color: #fff;
  font-size: 0.928rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.23;
  background: #60bbb2;
  border: solid 2px #60bbb2;
  border-radius: 50vh;
  padding: 8px 13px 8px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
}
.card-type02 .inner .front .row-kosai2 .callWrap .odekakeBtn a svg {
  width: 30px;
  height: 19px;
  fill: currentColor;
}
.card-type02 .inner .front .row-kosai2 .callWrap .odekakeBtn a svg use {
  width: 100%;
}
.card-type02 .inner .front .row-kosai2 .bottomLinks {
  margin: 5px 0 0;
  display: flex;
  justify-content: flex-end;
}
.card-type02 .inner .front .row-kosai2 .bottomLinks > p {
  width: 171px;
  text-align: center;
}
.card-type02 .inner .front .row-kosai2 .bottomLinks a {
  color: #2775d1;
  position: relative;
}
.card-type02 .inner .front .row-kosai2 .bottomLinks a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.card-type02 .inner .front .row-kosai2 .bottomLinks a span {
  font-size: 0.785rem;
  font-weight: 700;
  line-height: 1.23;
}
.card-type02 .inner .front .row-kosai2 .bottomLinks .toEdit a svg {
  vertical-align: middle;
  width: 20px;
  height: 13px;
  fill: currentColor;
}
.card-type02 .inner .front .temperatureTrig {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.card-type02 .inner .front .temperatureTrig .heartrating {
  order: 1;
}
.card-type02 .inner .front .temperatureTrig .heartrating svg {
  width: 19px;
  height: 16px;
  fill: #E6E6E6;
  margin: 0 0 0 0.1em;
  display: inline-block;
}
.card-type02 .inner .front .temperatureTrig div[data-heart] {
  order: 2;
  color: #000;
  font-size: 0.928rem;
  line-height: 1.34;
  vertical-align: text-bottom;
  max-width: 10em;
  margin: 0 0 0 0.3em;
  display: inline-block;
}
.card-type02 .inner .front .temperatureTrig div[data-heart="0"] + .heartrating svg,
.card-type02 .inner .front .temperatureTrig div[data-heart="1"] + .heartrating svg,
.card-type02 .inner .front .temperatureTrig div[data-heart="2"] + .heartrating svg,
.card-type02 .inner .front .temperatureTrig div[data-heart="3"] + .heartrating svg {
  fill: #ea6ea5;
}
.card-type02 .inner .front .temperatureTrig div[data-heart="4"] + .heartrating svg,
.card-type02 .inner .front .temperatureTrig div[data-heart="5"] + .heartrating svg,
.card-type02 .inner .front .temperatureTrig div[data-heart="6"] + .heartrating svg,
.card-type02 .inner .front .temperatureTrig div[data-heart="7"] + .heartrating svg {
  fill: #e6315a;
}
.card-type02 .inner .front .temperatureTrig div[data-heart="1"] + .heartrating svg:not(:first-child),
.card-type02 .inner .front .temperatureTrig div[data-heart="5"] + .heartrating svg:not(:first-child) {
  fill: #E6E6E6;
}
.card-type02 .inner .front .temperatureTrig div[data-heart="2"] + .heartrating svg:last-child,
.card-type02 .inner .front .temperatureTrig div[data-heart="6"] + .heartrating svg:last-child {
  fill: #E6E6E6;
}
.card-type02 .inner .front .temperatureTrig div[data-heart="4"] + .heartrating svg,
.card-type02 .inner .front .temperatureTrig div[data-heart="0"] + .heartrating svg {
  fill: #E6E6E6 !important;
}
.card-type02 .inner .front .temperatureTrig .modalLink {
  order: 3;
  color: #2775d1;
  font-size: 0.785rem;
  font-weight: 700;
  margin: 0 0 0 auto;
  padding: 0 0 0 1em;
  position: relative;
  cursor: pointer;
}
.card-type02 .inner .front .temperatureTrig .modalLink::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 52%;
  translate: 0 -50%;
}
.card-type02 .inner .back {
  color: #fff;
  background: url(../images/bg_tel.jpg) no-repeat right bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
}
.card-type02 .inner .back.rotated {
  transform: rotateY(0);
}
.card-type02 .inner .back .name {
  text-align: left;
}
.card-type02 .inner .back .tel {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
}
.card-type02 .inner .back .tel span {
  padding-left: 30px;
  position: relative;
}
.card-type02 .inner .back .tel span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/s_phone_w.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 9px;
  left: 0;
}
.card-type02 .inner .back .btn {
  display: none;
}
.card-type02 .inner .back .close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

@media screen and (max-width: 756px) {
  .card-type02 {
    margin-bottom: 5vw;
    padding: 0;
  }
  .card-type02 .inner {
    width: 100%;
    padding: 0;
  }
  .card-type02 .inner .front .tanto {
    margin-top: 0;
  }
  .card-type02 .inner .front .tanto a {
    padding: 1.6vw 3.2vw;
  }
  .card-type02 .inner .front .tanto span {
    padding-left: 5vw;
  }
  .card-type02 .inner .front .btns {
    margin-top: 3vw;
    column-gap: 2.4vw;
  }
  .card-type02 .inner .front .btns .mshyoji {
    padding: 0 0 0 2.4vw;
  }
  .card-type02 .inner .front .btns .mshyoji a {
    line-height: 0.75;
    padding: 0 0 0 5.5vw;
  }
  .card-type02 .inner .front .btns .mshyoji a::before {
    width: 4.8vw;
    height: 4vw;
    left: -1px;
  }
  .card-type02 .inner .front .row-kosai {
    margin-top: 3vw;
  }
  .card-type02 .inner .front .row-kosai p {
    width: calc(100% - 35vw);
  }
  .card-type02 .inner .front .row-kosai p span {
    font-size: 120%;
    font-weight: 700;
  }
  .card-type02 .inner .front .row-kosai .btn {
    width: 33vw;
  }
  .card-type02 .inner .front .row-kosai2 .callWrap {
    width: 100%;
    column-gap: 2vw;
  }
  .card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2 {
    margin: 2vw 0 0;
  }
  .card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2 span {
    padding: 0;
    column-gap: 0.3em;
  }
  .card-type02 .inner .front .row-kosai2 .callWrap .telhyoji2 span svg {
    width: 4.5vw;
    height: 4.5vw;
  }
  .card-type02 .inner .front .row-kosai2 .callWrap .odekakeBtn {
    margin: 2vw 0 0;
  }
  .card-type02 .inner .front .row-kosai2 .callWrap .odekakeBtn a {
    padding: 2vw 2.4vw 2vw 4.2vw;
    column-gap: 0.4em;
  }
  .card-type02 .inner .front .row-kosai2 .callWrap .odekakeBtn a svg {
    width: 7.5vw;
    height: 4.5vw;
  }
  .card-type02 .inner .front .row-kosai2 .bottomLinks {
    margin: 1.5vw 0 0;
  }
  .card-type02 .inner .front .row-kosai2 .bottomLinks > p {
    width: 37vw;
  }
  .card-type02 .inner .front .row-kosai2 .bottomLinks .toEdit {
    margin-right: 1.5vw;
  }
  .card-type02 .inner .front .row-kosai2 .bottomLinks .toEdit a svg {
    width: 4vw;
    height: 5vw;
  }
  .card-type02 .inner .front .temperatureTrig .heartrating svg {
    vertical-align: sub;
    width: 5vw;
    height: 4.2vw;
  }
  .card-type02 .inner .back .name {
    transform: translateY(-4vw);
  }
  .card-type02 .inner .back .tel {
    transform: translateY(-4vw);
  }
  .card-type02 .inner .back .btn {
    width: calc(100% - 10vw);
    margin: 0 5vw;
    position: absolute;
    bottom: 4vw;
    left: 0;
    display: block;
  }
  .card-type02 .inner .back .btn a {
    color: #fff;
    text-align: center;
    background: #4cc780;
    border-radius: 2em;
    padding: 5px 0;
    display: block;
  }
}
.card-type03 {
  width: 183px;
  padding: 15px 20px 15px 0;
}
.card-type03 .figure {
  width: 160px;
  margin-bottom: 15px;
  position: relative;
}
.card-type03 .figure figure img {
  width: 160px;
  height: 213.3333333333px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
}
.card-type03 .figure .data {
  color: #fff;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
  padding: 20px 15px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-type03 .figure .data p {
  font-size: 0.9375rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-type03 .btn p {
  font-size: 0.875rem;
  color: #e6315a;
  text-align: center;
}
.card-type03 .label {
  color: #c9c9c9;
  font-size: 0.8125rem;
  text-align: center;
  background: #fff;
  border: solid 1px #c9c9c9;
  border-radius: 2em;
  padding: 5px 0;
}
.card-type03 .date {
  color: #888;
  font-size: 0.75rem;
  text-align: center;
}
.card-type03 .hoho {
  color: #888;
  font-size: 0.68rem;
  text-align: center;
}

@media screen and (max-width: 756px) {
  .list-slide2 {
    -moz-width: fit-content;
    width: fit-content;
    display: flex;
  }
  .card-type03 {
    width: calc(25.5vw + 20px);
    padding: 0 5px 20px;
  }
  .card-type03 .figure {
    width: 28vw;
  }
  .card-type03 .figure figure img {
    width: 28vw;
    height: 36vw;
  }
  .card-type03 .figure .data {
    padding: 5vw 3vw 3vw;
  }
  .card-type03 .figure .data p {
    font-size: 0.8rem;
  }
  .card-type03 .label {
    font-size: 0.8rem;
  }
}
#moshikomi {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  padding: 25px 25px 1px;
  position: relative;
}
#moshikomi .toggleBtn {
  width: 32px;
  height: 32px;
  background-image: url(../images/s_minus.svg);
  background-size: 100% auto;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
#moshikomi .toggleBtn.opened {
  background: url(../images/s_plus.svg) no-repeat;
}
#moshikomi .toggleCon {
  display: block;
}
#moshikomi .list {
  display: flex;
  flex-wrap: wrap;
}
#moshikomi .list .card-type04 {
  width: 122px;
  margin: 0 20px 20px 0;
}
#moshikomi .list .card-type04 figure {
  margin-bottom: 5px;
}
#moshikomi .list .card-type04 figure img {
  width: 122px;
  height: 162.6666666667px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
}
#moshikomi .list .card-type04 p {
  font-size: 0.875rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#moshikomi .list .card-type04 p.online {
  color: #808080;
  font-size: 0.8125rem;
  margin-top: 5px;
}
#moshikomi .list .card-type04 p.date {
  color: #888;
  font-size: 0.75rem;
}

@media screen and (max-width: 756px) {
  #moshikomi {
    width: 100vw;
    margin-left: -3.5vw !important;
    margin-right: -3.5vw !important;
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 4vw 3.5vw 1px;
    position: relative;
  }
  #moshikomi .h-type01 {
    margin-bottom: 4vw;
  }
  #moshikomi .toggleBtn {
    width: 7vw;
    height: 7vw;
    position: absolute;
    top: 5vw;
    right: 3.5vw;
  }
  #moshikomi .list {
    width: 100vw;
    border-top: solid 1px #e4e4e4;
    margin-left: -3.5vw !important;
    margin-right: -3.5vw !important;
    padding: 6vw 3.5vw 0;
    justify-content: space-between;
  }
  #moshikomi .list::before, #moshikomi .list::after {
    content: " ";
    width: 27vw;
    display: block;
    order: 1;
  }
  #moshikomi .list .card-type04 {
    width: 27vw;
    margin: 0 0 6vw 0;
  }
  #moshikomi .list .card-type04 figure {
    margin-bottom: 5px;
  }
  #moshikomi .list .card-type04 figure img {
    width: 100%;
    height: 36vw;
  }
  #moshikomi .list .card-type04 p {
    font-size: 0.93rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #moshikomi .list .card-type04 p.online {
    color: #808080;
    font-size: 0.87rem;
    margin-top: 5px;
  }
}
#shinkochu #choice {
  margin-bottom: 20px;
  display: flex;
}
#shinkochu #choice li {
  font-size: 0.9375rem;
  background: #fff;
  border: solid 1px #808080;
  border-radius: 2em;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  cursor: pointer;
}
#shinkochu #choice li.on {
  color: #fff;
  background: #808080;
}
#shinkochu #shinkochuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  word-break: break-all;
}
#shinkochu #shinkochuList::before, #shinkochu #shinkochuList::after {
  content: " ";
  width: 356px;
  display: block;
  order: 1;
}
#shinkochu #shinkochuList .card-type05 {
  width: 356px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  margin: 0 0 20px;
}
#shinkochu #shinkochuList .card-type05 .row1 .details .kaiinno {
  color: #808080;
  font-size: 0.8125rem;
}
#shinkochu #shinkochuList .card-type05 .row1 .details .simprof {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shinkochu #shinkochuList .card-type05 .row1 .details .tanto {
  line-height: 1;
  margin-top: 20px;
  cursor: pointer;
}
#shinkochu #shinkochuList .card-type05 .row1 .details .tanto a {
  color: #36ae80;
  font-size: 0.8125rem;
  text-decoration: none;
  background: #eaf3ee;
  border-radius: 2em;
  padding: 5px 20px;
}
#shinkochu #shinkochuList .card-type05 .row1 .details .tanto a.midokuMark {
  position: relative;
}
#shinkochu #shinkochuList .card-type05 .row1 .details .tanto a.midokuMark::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e6315a;
  border-radius: 50vh;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#shinkochu #shinkochuList .card-type05 .row1 .details .tanto span {
  padding-left: 20px;
  position: relative;
}
#shinkochu #shinkochuList .card-type05 .row1 .details .tanto span::before {
  content: "";
  width: 15px;
  height: 11.421319797px;
  background: url(../images/s_envelope.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.4em);
  left: 0;
}
#shinkochu #shinkochuList .card-type05 .row-miai {
  border-top: solid 1px #E4E4E4;
  margin: 20px 0 0 0;
  padding: 10px 0 0;
}
#shinkochu #shinkochuList .card-type05 .row-miai .msg {
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shinkochu #shinkochuList .card-type05 .row-miai .alert {
  color: #e6315a;
}
#shinkochu #shinkochuList .card-type05 .row-miai .alert::before {
  content: url("../images/s_exclamation.svg");
  width: 1.1em;
  height: auto;
  display: block;
  margin: 0 2px 0 0;
  transform: translateY(2px);
}
#shinkochu #shinkochuList .card-type05 .row-miai .choseiAutoBlock {
  width: 100%;
  margin: 0 auto;
}
#shinkochu #shinkochuList .card-type05 .row-miai .choseiAutoBlock .btnChosei {
  text-align: center;
}
#shinkochu #shinkochuList .card-type05 .row-miai .choseiAutoBlock .btnChosei a {
  width: 80%;
  font-size: 0.9375rem;
  font-weight: normal;
  max-width: 200px;
  margin: 0 auto;
  padding: 15px 0;
}
#shinkochu #shinkochuList .card-type05 .row-miai dl {
  font-size: 0.8125rem;
}
#shinkochu #shinkochuList .card-type05 .row-miai dl dt {
  padding: 3px 0;
  float: left;
}
#shinkochu #shinkochuList .card-type05 .row-miai dl dt::before {
  content: "■";
  color: #cacaca;
}
#shinkochu #shinkochuList .card-type05 .row-miai dl dt::after {
  content: "：";
}
#shinkochu #shinkochuList .card-type05 .row-miai dl dt.basho {
  padding-bottom: 0;
  float: none;
}
#shinkochu #shinkochuList .card-type05 .row-miai dl dd {
  padding: 3px 0 3px 6.5rem;
}
#shinkochu #shinkochuList .card-type05 .row-miai dl dd.basho {
  line-height: 1.5;
  padding: 0;
}
#shinkochu #shinkochuList .card-type05.status01 .row-miai {
  display: flex;
  justify-content: space-between;
}
#shinkochu #shinkochuList .card-type05.status01 .row-miai dl {
  width: calc(100% - 82px);
}
#shinkochu #shinkochuList .card-type05.status01 .row-miai dl dd {
  color: #e6315a;
}
#shinkochu #shinkochuList .card-type05.status01 .row-miai .btn {
  width: 72px;
  text-align: center;
  background: #eaf3ee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a {
  color: #36ae80;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding-top: 25px;
  position: relative;
}
#shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/s_calendar.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: calc(50% - 11px);
}
#shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a span {
  position: relative;
}
#shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a span i {
  position: absolute;
  top: -34px;
  right: -25px;
}
#shinkochu #shinkochuList .card-type05 .row-latest {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#shinkochu #shinkochuList .card-type05 .row-latest p {
  font-size: 0.875rem;
  width: calc(100% - 140px);
}
#shinkochu #shinkochuList .card-type05 .row-latest .btn {
  width: 130px;
}
#shinkochu #shinkochuList .card-type05 .row-latest .henji {
  color: #36ae80;
  font-weight: bold;
  text-align: center;
  width: 130px;
  background: #f6f6f6;
}
#shinkochu #shinkochuList .card-type05 .chatBtn {
  text-align: center;
}
#shinkochu #shinkochuList .card-type05 .chatBtn a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  max-width: 200px;
  background: #FFB02E url("../images/message-circle-2-filled.svg") no-repeat 25px center/auto 1em;
  border-radius: 50vh;
  margin: 10px auto 0;
  padding: 5px 0 5px 30px;
  display: block;
}
#shinkochu #shinkochuList .card-type05 .chatBtn a.aspNetDisabled {
  opacity: 0.3;
  background-color: #CCC;
  cursor: auto;
}
#shinkochu #shinkochuList .card-type05 .red {
  color: #e6315a;
  font-size: 84%;
  text-align: left;
  display: block;
  margin: 10px 0 0;
}

@media screen and (max-width: 756px) {
  #shinkochu #choice {
    margin-top: 2vw;
    margin-bottom: 5vw;
    justify-content: space-between;
  }
  #shinkochu #choice li {
    margin: 0;
    padding: 5px 3vw;
  }
  #shinkochu #shinkochuList {
    display: block;
  }
  #shinkochu #shinkochuList::before, #shinkochu #shinkochuList::after {
    content: none;
  }
  #shinkochu #shinkochuList .card-type05 {
    width: 100%;
    margin: 0 0 6vw;
  }
  #shinkochu #shinkochuList .card-type05 .row1 .details p {
    line-height: 1.5;
  }
  #shinkochu #shinkochuList .card-type05 .row1 .details .tanto {
    margin-top: 5vw;
  }
  #shinkochu #shinkochuList .card-type05.status01 .row-miai dl {
    width: calc(100% - 20vw);
  }
  #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn {
    width: 17vw;
  }
  #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a {
    padding-top: 27px;
  }
  #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a span i {
    top: -9.4vw;
    right: -5.2vw;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveIn-Up {
  0% {
    transform: translate(-50%, 100px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.modal {
  text-align: left;
  width: inherit;
  min-width: 600px;
  max-width: 880px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  padding: 30px 30px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
  display: none;
}
.modal.opened {
  display: block;
  animation: fadeIn 0.2s ease forwards;
}
.modal .h-type01 {
  margin-bottom: 40px;
}
.modal .list-slide3 {
  max-width: 800px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0 20px;
  -webkit-overflow-scrolling: touch;
}
.modal .list-slide3::-webkit-scrollbar {
  height: 5px;
}
.modal .list-slide3::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.modal .list-slide3::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 5px;
}
.modal .title {
  font-weight: bold;
  border-bottom: solid 1px #C2C2C2;
  padding: 0 0 10px;
}
.modal .title > :not(.alert) {
  padding-right: 40px;
}
.modal .title .alert {
  color: #FF0000;
  text-align: center;
}
.modal .inner .innerTitle {
  color: #808080;
  padding-top: 4px;
  padding-bottom: 4px;
}
.modal .inner .scroll {
  overflow-y: auto;
  max-height: 35vh;
  overscroll-behavior: contain;
  padding-bottom: 50px;
}
.modal .operate {
  padding-bottom: 40px;
}
.modal .operate label {
  padding-bottom: 5px;
  display: block;
}
.modal .button {
  padding: 15px 30px;
}
.modal .button a {
  cursor: pointer;
}
.modal .button .cancel {
  color: #2775D1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 15px 0;
}
.modal .card-type06 {
  width: 240px;
  margin: 0 20px;
  display: inline-block;
}
.modal .card-type06 .figure {
  width: 240px;
  margin-bottom: 15px;
  position: relative;
}
.modal .card-type06 .figure figure img {
  width: 240px;
  height: 320px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
}
.modal .card-type06 .figure .data {
  color: #fff;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
  padding: 20px 15px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal .card-type06 .figure .data .simprof {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal .card-type06 .figure .data .comme {
  margin-bottom: 10px;
  overflow: hidden;
}
.modal .card-type06 .figure .data .comme p {
  color: #fff;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.5;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.modal .card-type06 .figure .data .status {
  display: flex;
  align-items: center;
}
.modal .card-type06 .figure .data .status .ht {
  width: 24px;
  height: 19.5652173913px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 3px;
}
.modal .card-type06 .figure .data .status .ht.ht-p {
  background-image: url(../images/s_heart-p.svg);
}
.modal .card-type06 .figure .data .status .ht.ht-b {
  background-image: url(../images/s_heart-b.svg);
}
.modal .card-type06 .figure .data .status .ht.ht-w {
  background-image: url(../images/s_heart-w.svg);
}
.modal .card-type06 .figure .data .status p {
  color: #333;
  font-size: 0.8125rem;
  background: #fff;
  border-radius: 2em;
  margin-left: 10px;
  padding: 3px 10px;
  display: inline-block;
}
.modal .card-type06 .btn a {
  border-radius: 10px;
}
.modal .btnClose {
  width: 44px;
  height: 44px;
  background: url(../images/s_close-g.svg) no-repeat;
  background-size: 100% auto;
  border: solid 3px #FFF;
  border-radius: 50vh;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
}
.modal .error {
  color: #FF0000;
  text-align: center;
}

@media screen and (max-width: 756px) {
  .modal {
    --contents-pd: 4vw;
    text-align: left;
    width: 100vw;
    min-width: 100vw;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    padding: 4vw 0;
    transform: translateX(-50%);
    top: inherit;
    bottom: 0;
    display: none;
  }
  .modal::before {
    content: "";
    width: 150px;
    height: 4px;
    background: #A9A9A9;
    border-radius: 1.5px;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .modal .alert {
    color: #FF0000;
  }
  .modal .title {
    font-weight: bold;
    border-bottom: solid 1px #C2C2C2;
    margin-bottom: 0;
    padding: 0 var(--contents-pd) var(--contents-pd);
  }
  .modal .title > :not(.alert) {
    padding-right: 40px;
  }
  .modal .title .alert {
    text-align: center;
  }
  .modal .inner {
    background: #EFF1F3;
    padding: 2vw 0;
  }
  .modal .inner > * {
    padding: 0 var(--contents-pd);
  }
  .modal .inner .innerTitle {
    color: #808080;
    padding-bottom: 1vw;
  }
  .modal .inner .scroll {
    overflow-y: auto;
    max-height: 35vh;
    overscroll-behavior: contain;
    position: relative;
  }
  .modal .operate {
    padding-bottom: 8vw;
  }
  .modal .operate label {
    padding-bottom: 3vw;
    display: block;
  }
  @keyframes scrollIcon {
    0% {
      transform: translate(-50%, 0);
    }
    50% {
      transform: translate(-50%, -8px);
    }
    100% {
      transform: translate(-50%, 0);
    }
  }
  .modal .scrollWrap {
    position: relative;
    padding-bottom: 0;
  }
  .modal .scrollWrap.canScroll::before {
    content: "Scroll";
    color: #36ae80;
    background: url("../images/caret_down.svg") no-repeat center left/0.8em auto;
    display: block;
    transform: translate(-50%, 0);
    padding-left: 1.3em;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    animation: scrollIcon 1.5s 1s ease-in infinite;
  }
  .modal .scrollWrap::after {
    content: "";
    background: linear-gradient(180deg, rgba(239, 241, 243, 0) 0%, rgb(239, 241, 243) 80%, rgb(239, 241, 243) 100%);
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
  }
  .modal .button {
    padding: var(--contents-pd) var(--contents-pd) 0;
  }
  .modal .button a {
    max-width: 250px;
    margin: 0 auto;
  }
  .modal .button .btn {
    padding: 3vw 0;
  }
  .modal .button .cancel {
    color: #2775D1;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 2vw 0;
  }
  .modal .h-type01 {
    color: #fff;
    margin-bottom: 3vw;
  }
  .modal .card-type06 {
    width: 60vw;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
    margin: 0 10vw;
    padding: 5px 5px 3vw 5px;
  }
  .modal .card-type06 .figure {
    width: 100%;
    margin-bottom: 3vw;
  }
  .modal .card-type06 .figure figure img {
    width: 100%;
    height: calc((60vw - 10px) / 3 * 4);
    box-shadow: none;
  }
  .modal .card-type06 .figure .data {
    padding: 5vw 4vw 4vw;
  }
  .modal .card-type06 .figure .data .simprof {
    font-size: 1rem;
  }
  .modal .card-type06 .figure .data .comme p {
    font-size: 0.85rem;
    transform: none;
  }
  .modal .card-type06 .figure .data .status .ht {
    width: 6.8vw;
    height: 5.5434782609vw;
  }
  .modal .btnClose {
    width: 8vw;
    height: 8vw;
    background-image: url(../images/s_close-w.svg) center top;
    border: none;
    position: absolute;
    top: 3vw;
    right: 3vw;
  }
  .modal.opened {
    display: block;
    animation: fadeIn 0.2s ease forwards;
    animation: moveIn-Up 0.2s ease forwards;
  }
}
.alertBox {
  text-align: center;
  font-weight: bold;
  background: #FFEAEB;
  border: solid 1px #e6315a;
}
@media screen and (min-width: 757px) {
  .alertBox {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 756px) {
  .alertBox {
    padding: 2vw 4vw;
  }
}
.alertBox .em {
  color: #e6315a;
}

#slist .list {
  display: flex;
  flex-wrap: wrap;
}
#slist .list .card-type07 {
  width: 194px;
  margin: 0 32px 30px 0;
}
#slist .list .card-type07:nth-child(5n) {
  margin-right: 0;
}
#slist .list .card-type07 figure {
  background: #fff;
  margin-bottom: 12px;
  border-radius: 10px;
}
#slist .list .card-type07 figure img {
  width: 194px;
  height: 258.6666666667px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
}
#slist .list .card-type07 figure .pickup::after {
  content: "PICK UP";
  color: #f5564e;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.87);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#slist .list .card-type07 p {
  line-height: 1.6;
}
#slist .list .card-type07 .pf1 {
  font-size: 0.9375rem;
  font-weight: 700;
}
#slist .list .card-type07 .pf2 {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#slist .list .card-type07 .online {
  color: #808080;
  font-size: 0.75rem;
}

@media screen and (max-width: 756px) {
  #slist .list {
    justify-content: space-between;
  }
  #slist .list .card-type07 {
    width: 43vw;
    margin: 0 0 8vw;
  }
  #slist .list .card-type07 figure {
    margin-bottom: 10px;
  }
  #slist .list .card-type07 figure img {
    width: 43vw;
    height: 57.3333333333vw;
  }
}
#like .list {
  display: flex;
  flex-wrap: wrap;
}
#like .list .card-type08 {
  width: 194px;
  margin: 0 32px 30px 0;
}
#like .list .card-type08:nth-child(5n) {
  margin-right: 0;
}
#like .list .card-type08 figure {
  background: #fff;
  margin-bottom: 12px;
  border-radius: 10px;
}
#like .list .card-type08 figure img {
  width: 194px;
  height: 258.6666666667px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
}
#like .list .card-type08 figure > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
#like .list .card-type08 figure > a::after {
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(128, 128, 129, 0.45) 60%, rgba(128, 128, 129, 0.45) 60%, rgba(128, 128, 129, 0.45) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#like .list .card-type08 figure .kebabu {
  width: 30px;
  height: 37px;
  font-style: normal;
  background: url(../images/b_kebabu.png) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
#like .list .card-type08 figure .date {
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  position: absolute;
  bottom: 5px;
  right: 8px;
  z-index: 3;
}
#like .list .card-type08 figure .ope {
  color: #444;
  font-size: 0.9375rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  padding: 3px 25px 3px 14px;
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 3;
  cursor: pointer;
  display: none;
}
#like .list .card-type08 p {
  line-height: 1.6;
}
#like .list .card-type08 .heart {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#like .list .card-type08 .heart .ht {
  width: 20px;
  height: 16.3043478261px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 3px;
}
#like .list .card-type08 .heart .ht.ht-p {
  background-image: url(../images/s_heart-p.svg);
}
#like .list .card-type08 .heart .ht.ht-b {
  background-image: url(../images/s_heart-b.svg);
}
#like .list .card-type08 .heart .ht.ht-g {
  background-image: url(../images/s_heart-g.svg);
}
#like .list .card-type08 .heart p {
  color: #909090;
  font-size: 0.75rem;
  margin-left: 5px;
}
#like .list .card-type08 .pf1 {
  font-size: 0.9375rem;
  font-weight: 700;
}
#like .list .card-type08 .pf2 {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#like .list .card-type08 .online {
  color: #808080;
  font-size: 0.75rem;
  height: 1.2rem;
}
#like .list .card-type08 .btn {
  text-align: center;
  margin: 10px 0 0;
}
#like .list .card-type08 .btn a {
  color: #fff;
  font-size: 0.87rem;
  text-decoration: none;
  background: #2775d3;
  border-radius: 2rem;
  padding: 4px 2em;
}

@media screen and (max-width: 756px) {
  #like .list {
    justify-content: space-between;
  }
  #like .list .card-type08 {
    width: 43vw;
    margin: 0 0 8vw;
  }
  #like .list .card-type08 figure {
    margin-bottom: 3vw;
  }
  #like .list .card-type08 figure img {
    width: 43vw;
    height: 57.3333333333vw;
  }
  #like .list .card-type08 .heart {
    margin-bottom: 5px;
  }
}
#recommend .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}
#recommend .list .card-type09 {
  width: 356px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  margin: 0 0 20px 0;
  padding: 18px 12px;
}
#recommend .list .card-type09:nth-child(3n) {
  margin-right: 0;
}
#recommend .list .card-type09 .row {
  display: flex;
  justify-content: space-between;
}
#recommend .list .card-type09 .row figure {
  width: 134px;
}
#recommend .list .card-type09 .row figure img {
  width: 134px;
  height: 178.6666666667px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
}
#recommend .list .card-type09 .row figure a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
#recommend .list .card-type09 .row figure a::after {
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(128, 128, 129, 0.45) 60%, rgba(128, 128, 129, 0.45) 60%, rgba(128, 128, 129, 0.45) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#recommend .list .card-type09 .row figure .date {
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  position: absolute;
  bottom: 5px;
  right: 8px;
  z-index: 3;
}
#recommend .list .card-type09 .row .text {
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
}
#recommend .list .card-type09 .row .text .hoho {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}
#recommend .list .card-type09 .row .text .hoho.ai {
  background: linear-gradient(to right, rgb(58, 158, 251) 0%, rgb(152, 150, 254) 100%);
}
#recommend .list .card-type09 .row .text .hoho.suisen {
  background: #ea739a;
}
#recommend .list .card-type09 .row .text .proftxt {
  font-size: 0.875rem;
  line-height: 1.6;
}
#recommend .list .card-type09 .row .text .btn {
  margin-top: auto;
}
#recommend .list .card-type09 .row .text .btn a.btn-argr {
  font-size: 0.875rem;
  cursor: pointer;
}
#recommend .list .card-type09 .taio {
  height: 2.5rem;
  text-align: center;
  position: relative;
}
#recommend .list .card-type09 .taio::after {
  font-size: 0.9375rem;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
#recommend .list .card-type09 .taio.ok::after {
  content: "申し込みました";
  color: #999;
}
#recommend .list .card-type09 .taio.ng::after {
  content: "申し込みませんでした";
  color: #999;
}

@media screen and (max-width: 756px) {
  #recommend .list {
    display: block;
  }
  #recommend .list .card-type09 {
    width: 100%;
    margin: 0 0 6vw;
    padding: 3.5vw;
  }
  #recommend .list .card-type09:nth-child(3n) {
    margin-right: 0;
  }
  #recommend .list .card-type09 .row figure {
    width: 30vw;
  }
  #recommend .list .card-type09 .row figure img {
    width: 30vw;
    height: 40vw;
  }
  #recommend .list .card-type09 .row .text {
    width: calc(100% - 33.5vw);
  }
  #recommend .list .card-type09 .row .text .hoho {
    font-size: 0.875rem;
  }
  #recommend .list .card-type09 .row .text .btn a.btn-argr span {
    padding-right: 10vw;
  }
}
/* -------------- カードの中身共通 ----- */
.card figure {
  position: relative;
}
.card figure .new {
  width: 23px;
  height: 23px;
  background: url(../images/s_new.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3;
}
.card figure .midokuMark {
  width: 20px;
  height: 20px;
  background: #e6315a;
  position: absolute;
  border-radius: 50vh;
  top: 5px;
  left: 5px;
  z-index: 3;
}
.card figure a {
  display: block;
}
.card figure img {
  pointer-events: none;
}
.card .row1 {
  display: flex;
}
.card .row1 figure {
  width: 85px;
  margin-right: 20px;
}
.card .row1 figure img {
  width: 85px;
  height: 113.3333333333px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
}
.card .row1 .details {
  width: calc(100% - 85px - 20px);
  line-height: 1.6;
  position: relative;
}
.card .row1 .details .rtst {
  color: #36ae80;
  font-size: 0.8125rem;
  width: 5em;
  text-align: center;
  background: #fff;
  border: solid 1px #36ae80;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.card .row1 .name {
  font-size: 1.0625rem;
  font-weight: 700;
}

@media screen and (max-width: 756px) {
  .card figure .midokuMark {
    width: 3.7vw;
    height: 3.7vw;
  }
  .card .row1 figure {
    width: 19vw;
    margin-right: 3vw;
  }
  .card .row1 figure img {
    width: 19vw;
    height: 25.3333333333vw;
  }
  .card .row1 .details {
    width: calc(100% - 19vw - 3vw);
  }
}
/* -------------- パーツ ----- */
.pageTitle {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background: #f6f6f6;
  margin-bottom: 30px;
  padding: 10px 0;
}

.pageTitle2 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: 25px 0;
}
.pageTitle2 .icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.h-type01 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.h-type01 .num {
  color: #808080;
  font-size: 85%;
}

@media screen and (max-width: 756px) {
  .pageTitle2 {
    padding: 5vw 0;
  }
  .pageTitle2 .icon {
    margin-right: 10px;
  }
  .h-type01 {
    margin-bottom: 8vw;
  }
}
.moshikomikaisu {
  font-size: 0.75rem;
  font-weight: 400;
  background: #e0e0e0;
  border-radius: 2rem;
  padding: 6px 20px;
}
.moshikomikaisu em {
  color: #e6315a;
  font-style: normal;
}
.moshikomikaisu em strong {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 756px) {
  .moshikomikaisu {
    font-size: 0.6875rem;
    padding: 4px 1em;
  }
}
.pagination {
  text-align: center;
  margin: 80px 0 0 0;
}
.pagination a[role=next] {
  padding-right: 14px;
  position: relative;
}
.pagination a[role=next]::after {
  content: "";
  width: 6px;
  height: 10.5882352941px;
  background: url(../images/s_arrow2_right.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
}

.pagination2 {
  text-align: center;
  padding-top: 60px;
  position: relative;
}
.pagination2 span, .pagination2 a {
  min-width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
}
.pagination2 span {
  color: #fff;
  background: #888;
  border: solid 1px #888;
}
.pagination2 a {
  color: #444;
  text-decoration: none;
  background: #fff;
  border: solid 1px #888;
}
.pagination2 #lbtnPrev, .pagination2 #lbtnNext {
  padding-left: 30px;
  padding-right: 30px;
}
.pagination2 #lbtnPrev::after {
  content: "前へ";
  margin: 0 0 0 3px;
}
.pagination2 #lbtnNext::before {
  content: "次へ";
  margin: 0 3px 0 0;
}

@media screen and (max-width: 756px) {
  .pagination2 {
    margin-top: 30px;
  }
  .pagination2 span, .pagination2 a {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 5px;
  }
  .pagination2 #lbtnPrev, .pagination2 #lbtnNext {
    max-height: 50px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 8px 40px;
  }
  .pagination2 #lbtnPrev {
    transform: translateX(calc(-100% - 5px));
  }
  .pagination2 #lbtnNext {
    transform: translateX(5px);
  }
}
.bottomBlueTextLink {
  text-align: center;
  margin-top: 60px;
}
.bottomBlueTextLink a {
  color: #2775d5;
  text-decoration: none;
  padding-right: 18px;
  position: relative;
}
.bottomBlueTextLink a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #2775d5;
  border-right: solid 2px #2775d5;
  position: absolute;
  top: 7px;
  right: 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 756px) {
  .bottomBlueTextLink {
    margin-top: 8vw;
  }
}
a.zoomlink {
  color: #36ae80;
  font-size: 0.8125rem;
  padding-left: 20px;
  position: relative;
}
a.zoomlink::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/s_arrow1_right.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}

a.btn-gradred {
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(to right, #f78287 0%, #f035a3 100%) !important;
  border-radius: 2em;
  padding: 8px 0;
  display: block;
}

a.btn-disabled {
  color: #808080;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  border-radius: 2em;
  padding: 8px 0;
  cursor: auto;
  display: block;
}

a.btn-argr {
  color: #333;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
  border: solid 1px #d8d8d8;
  border-radius: 2em;
  padding: 6px 0;
  display: block;
}
a.btn-argr span {
  padding-right: 35px;
  position: relative;
}
a.btn-argr span::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/s_arrow1_right.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.9em);
  right: 0;
}
a.btn-argr span i {
  position: absolute;
  top: -12px;
  right: -12px;
}

a.btn-bkgr {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  max-width: 270px;
  background: #36ae80;
  border-radius: 50vh;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 30px 13px;
  display: block;
}
a.btn-bkgr .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  vertical-align: middle;
  margin: 0 0 0 11px;
  padding: 0 0 2px;
}

a.btn-bkpk {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  max-width: 270px;
  background: #ea6ea5;
  border-radius: 50vh;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 30px 13px;
  display: block;
}
a.btn-bkpk .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  vertical-align: middle;
  margin: 0 0 0 11px;
  padding: 0 0 2px;
}

/* -------------- フワッとでるアラート ----- */
@keyframes fuwaAlShown {
  0% {
    opacity: 0;
    display: none;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 1;
    display: inline-block;
    transform: translate(-50%, 0);
  }
}
@keyframes fuwaAlHidden {
  0% {
    opacity: 1;
    display: inline-block;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    display: none;
    transform: translate(-50%, 10px);
  }
}
[data-fuwaAlert] {
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 8px 30px;
  transform: translate(-50%, 100px);
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 20;
}
[data-fuwaAlert]:not(.open) {
  display: none;
  opacity: 0;
}
[data-fuwaAlert].open {
  animation: fuwaAlShown 0.3s ease-in forwards, fuwaAlHidden 0.3s 3s ease-in forwards;
}
@media screen and (max-width: 756px) {
  [data-fuwaAlert] {
    font-size: 11px;
    width: 90%;
  }
}

/* -------------- 通知マーク ----- */
i {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  min-width: 16px;
  text-align: center;
  line-height: 20px;
  background: #e6315a;
  border-radius: 20px;
  padding: 0 3px;
  display: inline-block;
}

i.markonly {
  width: 10px;
  height: 10px;
  min-width: initial;
  padding: 0;
}

@media screen and (max-width: 756px) {
  a.btn-gradred {
    font-size: 0.9rem;
  }
  a.btn-argr {
    font-size: 0.9rem;
  }
  a.btn-argr span {
    padding-right: 7vw;
  }
  a.btn-argr span::after {
    width: 6vw;
    height: 6vw;
  }
  a.btn-argr span i {
    top: -2.2vw;
    right: -2.2vw;
  }
  i {
    font-size: 10px;
    min-width: 10px;
    line-height: 16px;
    border-radius: 16px;
  }
  i.markonly {
    width: 8px;
    height: 8px;
  }
  a.btn-bkgr {
    font-size: 1.17rem;
    width: 79.7vw;
    padding: 3.8vw 0 3.2vw;
  }
  a.btn-bkgr .icon {
    width: 4.3vw;
    height: 4.3vw;
    vertical-align: middle;
    margin: 0 0 0 2.5vw;
    padding: 0 0 0.8vw;
  }
  a.btn-bkpk {
    font-size: 1.17rem;
    width: 79.7vw;
    padding: 3.8vw 0 3.2vw;
  }
  a.btn-bkpk .icon {
    width: 4.3vw;
    height: 4.3vw;
    vertical-align: middle;
    margin: 0 0 0 2.5vw;
    padding: 0 0 0.8vw;
  }
}
/* --------------- スクロールするリスト --------- */
.listScroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.listScroll::-webkit-scrollbar {
  height: 8px;
  background: #f6f6f6;
}
.listScroll::-webkit-scrollbar-thumb {
  height: 8px;
  background: #808080;
  border-radius: 50vh;
}
.listScroll li {
  white-space: normal;
  display: inline-block;
  cursor: grab;
}
.listScroll li:active {
  cursor: grabbing;
}

/* -------------------------------- フォーム ----------------- */
/* -------------------------- iOSのスタイルをリセット ----- */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #ff0000;
}

/* -------------------------- iOSのスタイルをリセットここまで ----- */
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=time],
input[type=password],
textarea,
select {
  color: #2f907a;
  background: #fff;
  border: solid 1px #cbcbcb;
  border-radius: 5px;
  padding: 0 10px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=time],
input[type=password],
select {
  width: 100%;
  height: 40px;
}

textarea {
  width: 100%;
  height: 5em;
  padding: 10px;
}

input[type=number] {
  width: 120px;
}

input[type=text].sizeM,
input[type=number].sizeM {
  width: 60%;
}

.selectWrap {
  min-width: 120px;
  position: relative;
  display: inline-block;
}
.selectWrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #2f907a transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 5px);
  right: 8px;
  z-index: 1;
}
.selectWrap select {
  width: auto;
  min-width: 120px;
  padding-right: 30px;
  z-index: 0;
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  display: block;
}
input[type=checkbox] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #cbcbcb;
  border-radius: 5px;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
}
input[type=checkbox]:checked + span {
  color: #2f907a;
}
input[type=checkbox]:checked + span::before {
  background: #2f907a;
  border-color: #2f907a;
}
input[type=checkbox]:checked + span::after {
  content: "";
  width: 4px;
  height: 8px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: 7px;
  transform: rotate(45deg);
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
input[type=radio] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #cbcbcb;
  border-radius: 18px;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
}
input[type=radio]:checked + span {
  color: #2f907a;
}
input[type=radio]:checked + span::before {
  border-color: #2f907a;
}
input[type=radio]:checked + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2f907a;
  border-radius: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: 4px;
}

@media screen and (max-width: 756px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=number],
  input[type=date],
  input[type=time],
  textarea,
  select {
    padding: 0 3vw;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=date],
  input[type=time],
  select {
    height: 10vw;
  }
  textarea {
    padding: 3vw;
  }
  input[type=number] {
    width: 25vw;
  }
  input[type=text].sizeM,
  input[type=number].sizeM {
    width: 60%;
  }
  .selectWrap {
    min-width: 35vw;
  }
  .selectWrap select {
    min-width: 35vw;
  }
}
.inputdate input[type=text],
.inputdate input[type=date] {
  color: #444;
  font-size: 0.8125rem;
  width: 160px;
  padding-left: 35px;
}

.inputWrap {
  display: inline-block;
  position: relative;
}
.inputWrap::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% atuo;
  position: absolute;
  left: 8px;
  z-index: 1;
}
.inputWrap.inputarea::before {
  width: 13px;
  height: 18px;
  background-image: url(../images/s_loc.svg);
  top: calc(50% - 9px);
}
.inputWrap.inputeventcat::before {
  width: 19px;
  height: 18px;
  background-image: url(../images/s_category.svg);
  top: calc(50% - 9px);
}
.inputWrap.inputdate::before {
  width: 19px;
  height: 18px;
  background-image: url(../images/s_calendar.svg);
  top: calc(50% - 9px);
}

@media screen and (max-width: 756px) {
  .inputdate input[type=text],
  .inputdate input[type=date] {
    width: calc((93vw - 2.5em) / 2);
  }
}
.viewPass {
  position: relative;
}
.viewPass input {
  padding-right: 40px;
}
.viewPass .eyeIcon {
  width: 40px;
  background: url("../images/s_eye.svg") no-repeat center center/20px auto;
  cursor: pointer;
  display: block;
  margin: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.viewPass .eyeIcon.open {
  background-image: url("../images/s_eyeslash.svg");
}

body.help_cf #help_cf {
  font-size: 0.9375rem;
  margin-right: 100px;
  margin-left: 100px;
}
body.help_cf #help_cf h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 60px 0 5px 0;
}
body.help_cf #help_cf ol.num {
  list-style: decimal;
  margin-left: 20px;
}
body.help_cf #help_cf ol.kakko {
  counter-reset: item;
}
body.help_cf #help_cf ol.kakko li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
body.help_cf #help_cf ol.kakko li::before {
  counter-increment: item;
  content: "(" counter(item) ")";
  padding-right: 0.5em;
}
body.help_cf #help_cf .sign {
  text-align: right;
  margin-top: 40px;
}
body.help_cf #help_cf .center {
  text-align: center;
}
body.help_cf #help_cf p {
  margin: 0 0 15px;
}

@media screen and (max-width: 756px) {
  body.help_cf #help_cf {
    font-size: 0.9375rem;
    margin-right: 0;
    margin-left: 0;
  }
  body.help_cf #help_cf h2 {
    margin: 8vw 0 5px 0;
  }
  body.help_cf #help_cf .sign {
    margin-top: 6vw;
  }
  body.help_cf #help_cf .center {
    text-align: center;
  }
  body.help_cf #help_cf p {
    margin: 0 0 15px;
  }
}
