@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:300,400");

html {
  -webkit-text-size-adjust: 100%;
}
body {
  color: #333333;
  line-height: 1.5;
  background-color: #fff;
  /*font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
  font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Original Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

div,p {
  overflow-wrap: anywhere; /* 標準的・推奨 */
  word-break: break-word;  /* Safariなど古い環境用 */
}


ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

main {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: 80%;
  max-width: 600px;
  margin-inline: auto;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
    max-width: 90%;
  }
}

.container-s {
  width: 66%;
  max-width: 856px;
  margin-inline: auto;
}

.d-none {
  display: none !important;
}

@media screen and (max-width: 500px) {
  .d-top-sp-none {
    display: block !important;
  }

}

@media screen and (min-width: 501px) {
  .d-top-sp-none {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .d-top-sp-block {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .d-top-sp-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .d-lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .d-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .d-lg-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-lg-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .d-lg-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-lg-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

.grid-1-columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (max-width: 767px) {
  .grid-1-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-2-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .grid-2-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-3-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .grid-3-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.fw-bold {
  font-weight: 700;
}

.text-underline {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}

.red {
  color: red;
}

.orange {
  color: #F3A851;
}

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

.highlight--yellow {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 60%, #FFFC64 60% 100%, transparent 100%);
  display: inline;
}

.highlight--pale-green {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 60%, #C4E1B7 60% 100%, transparent 100%);
  display: inline;
}

.position-relative {
  position: relative;
}

.visibility-hidden {
  visibility: hidden;
}

/*=============================================================
 00_layout.css
=============================================================*/
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  line-height: 1;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

input,
select,
textarea {
  font-family: inherit;
}

input[type=submit] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.3em 0;
  padding: 0;
}

/*!  init
================================================ */
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}

/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  color: #333333;
  line-height: 1.5;
  background-color: #fff;
  /*font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
  font-family: Arial, YuGothic, "Original Yu Gothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

@media screen and (max-width: 767px) {
  body {
    font-family: Arial, "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333333;
}

a:hover {
  transition: all 0.3s;
  opacity: 0.8;
}

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

input[type=text],
input[type=date],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
  box-shadow: none;
  padding: 8px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333;
}

@media (max-width: 768px) {

  input[type=text],
  input[type=date],
  input[type=email],
  input[type=password],
  input[type=tel],
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px !important;/* appleのガイドライン対策 */
  }
}

@media (min-width: 769px) {
  .spShow {
    display: none;
  }
}

@media (max-width: 768px) {
  .pcShow {
    display: none;
  }
}

/* bootstrap スタイル上書き用*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
  font-family: YuGothic, "Original Yu Gothic", Meiryo, sans-serif;
}

button,
input[type="submit"] {
  font-size: 14px;/* iphoneなどの文字が小さすぎる対策 */
}

/*  header
================================================ */
/* header__appbox
-------------------------------------- */
@media (min-width: 1000px) {
  .header__appbox {
    display: none !important;
  }
}

@media (max-width: 1000px) {

  .header__appbox_inner {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .header__appbox_closer {
    width: 32px;
    height: 32px;
    cursor: pointer;
    text-align: center;
  }

  .header__appbox_logo {
    width: 64px;
    height: 16px;
  }

  .header__appbox_logo img {
    width: 100%;
    height: auto;
  }

  .header__appbox_text {
    padding-left: 12px;
  }

  .header__appbox_textTitle {
    font-size: 1.3rem;
    color: #2C2C2C;
    line-height: 1.2;
  }

  .header__appbox_textCont {
    font-size: 1.2rem;
    color: #999999;
    line-height: 1.2;
    margin-top: 2px;
  }

  .header_appbox_open {
    margin: 0 0 0 auto;
  }

  .header_appbox_open a {
    color: #2974FB;
    font-size: 1.6rem;
  }
  .header__appbox {
    position: fixed;
    display: none;
    justify-content: space-between;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid lightgray;
    background-color: white;
    z-index: 998;
    top: 0;
  }
  
  .header__appbox .leftbox {
    display: flex;
  }
  
  .header__appbox .rightbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 8px;
    width: 164px;
  }
  .header__appbox .rightbox.is_app {
    width: auto;
  }
  .header__appbox .rightbox.is_app .header_appbox_open {
    background-color: #125aad;
    border: none;
  }
  .header__appbox .rightbox.is_app .header_appbox_open a {
    color: #fff;
  }
  
  .header__appbox .leftbox .header__appbox_closer {
    display: flex;
    justify-content: center;
    align-items: center;
  
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  
  .header__appbox .leftbox .header__appbox_logo {
    display: flex;
    align-items: center;
    height: 32px;
  }
  
  .header__appbox .leftbox .header__appbox_logo img {
    height: 16px;
  }
  
  .header__appbox .rightbox .header_appbox_applink {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    width: 80px;
    height: 24px;
    background-color: #FF4453;
    border: 1px solid #ff8080;
    border-radius: 4px;
  }
  
  .header__appbox .rightbox .header_appbox_applink a {
    color: white;
    font-weight: bold;
    font-size: 8px;
  }
  
  .header__appbox .rightbox .header_appbox_open {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    width: 80px;
    height: 24px;
    background-color: white;
    border: 1px solid gray;
    border-radius: 4px;
  }
  
  .header__appbox .rightbox .header_appbox_open a {
    color: black;
    font-weight: bold;
    font-size: 8px;
    text-align: center;
  }

  body.has-header-appbox .header__appbox {
    display: flex;
  }

  body.has-header-appbox main {
    padding-top: 92px !important;
  }
  body.has-header-appbox .header.is-fixed {
    top: 32px;
  }
  
}

.header {
  top: 84px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 997 !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}

.header__inner {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 92%;
  min-width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 1000px) {
  .header__inner {
    width: 100%;
  }
}

.header__logo {
  width: 269px;
}
.headerLogo__img {
  width: 269px;
}
.headerLogo__img img {
  width: 100%; 
}

.header__logo img {
  width: 100%;
}

@media (min-width: 769px) {
  .header {
    top: 0;
  }

  .header__title {
    display: none;
  }
}

@media (max-width: 1000px) {
  .header {
    height: 60px;
    padding: 0;
    border-bottom: none;
    background-color: #fff;
    box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.05);
    position: static;
  }

  .header.is-fixed {
    top: 0;
    position: fixed;
  }

  .header__inner {
    display: block;
    height: 60px;
  }

  .header__logo {
    height: 100%;
    max-width: 178px;
    margin: 0 0 0 80px;
    display: flex;
    align-items: center;
  }

  .header__title {
    height: 100%;
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
  }
  .login__sp-header-icon--back {
    width: 21px;
    display: flex;
    justify-content: center;
    padding: 6px;
  }
  .login__sp-header-icon--notification {
    width: 21px;
    display: flex;
    justify-content: center;
  }
  .page__sp-header span {
    width: 21px;
    display: flex;
    justify-content: center;
    padding: 6px;
    
  }
}

@media (max-width: 767px) {
  .headerBack  {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 1000px) {
  .headerBack {
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 60px;
    font-size: 2.6rem;
    display: block;
  }

  .headerBack a {
    display: block;
    color: #e71e19;
    height: 100%;
    min-width: 30px;
  }
}

@media (min-width: 1000px) {
  .headerBack {
    display: none !important;
  }
}

.header__select {
  display: none;
}

@media (max-width: 1000px) {
  body#page_work_list .header__title {
    display: none;
  }

  body#page_work_list .header__select {
    display: block;
    text-align: center;
  }

  body#page_work_list .header__select .form_select {
    width: 174px;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    margin: 5px auto 5px;
  }

  body#page_work_list .header__select .form_select select {
    transform: scale(1);
  }
}

/* header account
-------------------------------------- */
.header__account {
  height: 50px;
  margin: 0 -20px;
  padding: 9px 20px;
  background-color: #EA2719;
  text-align: right;
}

.header__accountBtn {
  display: inline-block;
  height: 32px;
  padding: 5px 20px;
  border-radius: 18px;
  text-align: center;
}

.header__accountBtn span {
  display: inline-block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 1.5rem;
}

.header__accountBtn.is_logout {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.header__accountBtn.is_login {
  background-color: #fff;
}

.header__accountBtn.is_login span {
  color: #EA2719;
  background-size: 18px auto;
  background-image: url(/img/renewal/img/common/header/icon_login.png);
}

.header__accountBtn.is_entry {
  padding: 2px 15px;
  background-color: transparent;
  border: 2px solid #fff;
  margin-left: 10px;
}

.header__accountBtn.is_entry span {
  color: #fff;
  background-size: 24px auto;
  background-image: url(/img/renewal/img/common/header/icon_check.png);
}

@media (max-width: 1000px) {
  .header__account {
    height: 40px;
    margin: 0;
    padding: 8px 12px;
  }

  .header__accountBtn {
    height: 24px;
    padding: 0 12px;
  }

  .header__accountBtn span {
    padding-left: 16px;
    font-size: 1.1rem;
    vertical-align: middle;
    position: relative;
  }

  .header__accountBtn.is_login span {
    background-size: 12px auto;
    background-position: left 1px;
  }

  .header__accountBtn.is_entry {
    padding: 0 10px 0 5px;
    margin-left: 5px;
    top: 1px;
  }

  .header__accountBtn.is_entry span {
    background-size: 14px auto;
    background-position: left 2px;
    top: -2px;
  }
}

/* gnav
-------------------------------------- */
.gnav {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .gnav {
    display: none;
  }
}

.gnav__item {
  list-style-type: none;
  font-size: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gnav__item:last-child {
  margin-right: 0;
}

.gnav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px auto;
  position: relative;
  line-height: 1;
}

.gnav__item a span {
  font-size: 15px;
  font-weight: 700;
}

.gnav__item.is_work a {
  background-image: url(/img/renewal/img/common/header/icon_search.svg);
  background-size: 15.5px auto;
  padding-right: 20.8px;
}

.gnav__item.is_fav a {
  background-image: url(/img/renewal/img/common/header/icon_keep.svg);
  background-size: 16.48px auto;
  background-position: right 4px center;
}

.gnav__item.is_mylist a {
  background-image: url(/img/renewal/img/common/header/icon_mylist.svg);
  background-size: 14.6px auto;
  padding-right: 19.9px;
}

.gnav__item.is_talk a {
  background-image: url(/img/renewal/img/common/header/icon_talk.svg);
  background-size: 20.3px auto;
  padding-right: 25.6px;
}

.gnav__item.is_mypage a {
  background-image: url(/img/renewal/img/common/header/icon_mypage.svg);
  background-size: 13.2px auto;
  padding-right: 18.5px;
}

.gnav__item.is_alert a {
  background-image: url(/img/renewal/img/common/header/icon_info.svg);
  background-size: 12.2px auto;
  padding-right: 17.5px;
}

.gnav__item.disabled a {
  opacity: 0.5;
}

.footerSpNav__item.active a:after,
.gnav__item.active a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #e71e19;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 0px;
}
.gnav__item.is_talk.active {
  position: relative;
}

.gnav__item.is_talk.active a:after {
  right: 0px;
}

@media (max-width: 1000px) {
  .gnav__item {
    display: none;
  }

  .gnav__item.is_alert {
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
  }

  .gnav__item.is_alert a {
    padding-top: 0;
    padding-right: 0;
    height: 100%;
    background-size: 26px auto;
    background-position: center center;
  }

  .gnav__item.active a:after {
    width: 10px;
    height: 10px;
    top: 18px;
    right: 18px;
  }

  .footerSpNav__item.active a:after {
    width: 10px;
    height: 10px;
    top: 8px;
    right: 21px;
  }

  .gnav__item.is_alert a>span {
    opacity: 0;
    visibility: hidden;
  }
  .login__sp-header-icon--notification {
    position: relative;
  }

  .login__sp-header-icon--notification.active:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e71e19;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 2px;
  }


}

/*  header　1100px～769px
================================================ */
@media screen and (min-width: 769px) and (max-width: 1000px) {

  /*.header__logo {
    width: calc(100vw / 1100 * 240);
  }*/
  .gnav__item {
    /*font-size: calc(100vw / 1100 * 15);*/
    /*margin: 0 15px;*/
  }

  /*.gnav__item a {
      padding-right: calc(100vw / 1100 * 25);
      padding-top: calc(100vw / 1100 * 2);
      background-size: calc(100vw / 1100 * 22) auto;
  }*/
}

/*  wrapper
================================================ */
#wrapper {
  overflow: hidden;
}

/*  contents
================================================ */
#contents {
  padding-top: 150px;
}

@media (max-width: 1000px) {
  #contents {
    padding: 100px 0 50px;
  }

  #contents:not(.is-headerFixed) {
    padding-top: 0;
  }

  body#page_home #contents,
  body#page_my_page #contents {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  #contents {
    padding: 100px 12px 50px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* main
-------------------------------------- */
main {
  min-height: 100vh;
  padding-top: 100px;
  font-size: 14px;
}

@media (max-width: 1000px) {
  main {
    padding-top: 60px;
  }
}

#main {
  /*max-width: 1024px;*/
  /*margin: 0 auto;*/
}

@media (min-width: 769px) and (max-width: 1000px) {
  #main {
    min-height: auto !important;
  }
	.header__nav {
		display: none;
	}
}

/*  footer
================================================ */
.footer {
  background-color: #fff;
}

.footer__inner {
  padding: 45px 0 50px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .footer__inner {
    width: 92%;

  }
}

.footer__logo_sns {
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 117px 0 40px;
}


.footer__logo {
  text-align: center;
}

.footer__logo img {
  max-width: 269px;
  margin-inline: auto;
}

.footer__sns {
  text-align: center;
}

.footer__sns ul {
  display: inline-block;
  font-size: 0;
}

.footer__sns ul li {
  display: inline-block;
  width: 25px;
  margin-left:15px;
}

.footer__sns ul li:first-child {
  margin-left: 0;
}

.footer__link {
  text-align: center;
}

.footer__link ul {
  display: inline-block;
  font-size: 0;
}

.footer__link ul li {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 20px;
  line-height: 1;
}

.copyright {
  display: block;
  background-color: #EA2719;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

@media (min-width: 767px) and (max-width: 1000px) {
  .footer__logo_sns {
    margin: 0px 0 40px;
  }
  .footer__link {
    margin-bottom: 40px;
    line-height: 3.5;
  }
  .footer__link li {
    margin-bottom: 1em;
  }
}

@media (min-width: 767px) {
  .footer {
    border-top: 1px solid #e6e6e6;
  }

  .footer__link ul li:not(:first-child) {
    border-left: 1px solid #000;
  }
}

@media (max-width: 767px) {

  .footer__logo_sns {
    flex-direction:column;
    align-items: flex-start;
  }

  .footer__sns {
    margin-top: 28px;
  }

  .footer {
    border-top: none;
    padding-bottom: 80px;
  }

  .footer__inner {
    flex-direction: column;
    padding: 0 18px;
  }

  .footer__logo {
    width: 269px;
  }

  .footer__logo img {
    width: 100%;
    height: auto;
  }

  .footer__link {
    text-align: center;
    padding: 16px 0 30px;
  }

  .footer__link ul {
    display: inline-block;
    width: 100%;
  }

  .footer__link ul li {
    display: block;
    margin: 0;
    padding: 10px 0;
    font-size: 1.2rem;
    text-align: left;
  }

  .footer__link ul li a {
    text-decoration: underline;
  }


  .footer__sns ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }


  body#page_payment .footer {
    display: none;
  }
}

/*  footerSp
================================================ */
.footerSp {
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 995;
  height: 80px;
}

@media screen and (min-width: 1001px) {
  .footerSp {
    z-index: 997;
  }
  
}
.footerSp>.container {
  width: 92%;
  max-width: 92%;
}

.footerSpNav {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.footerSpNav__baloon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #FF4453;
  color: #fff;
  border-radius: 2px;
  min-width: 74px;
  padding-block: 9px 7px;
}

.footerSpNav__baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #FF4453;
}

.footerSpNav__baloon--hidden {
  display: none;
}

.footerSpNav__baloon--active {
  display: block;
}

.footerSpNav__item {
  flex: 1 1 0%;
  list-style-type: none;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  position: relative;
  max-width: 60px;
}

.footerSpNav__item--active a {
  color: #F85858;
  background: #FFE9E8;
  border-radius: 6px;
}

.footerSpNav__item span {
  font-weight: 700;
}

.footerSpNav__item a {
  background-repeat: no-repeat;
  background-position: center 4px;
  background-size: 28px auto;
  position: relative;
  height: 39px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 60px;
  margin-inline: auto;
}

.footerSpNav__item:last-child {
  margin-right: 0;
}

.footerSpNav__item.is_work a {
  background-image: url(/img/renewal/img/common/header/icon_search.svg);
  background-size: 19px auto;
  background-position: center 4px;
}

.footerSpNav__item--active.is_work a {
  background-image: url(/img/renewal/img/common/header/icon_search-active.svg);
}

.footerSpNav__item.is_fav a {
  background-image: url(/img/renewal/img/common/header/icon_keep.svg);
  background-size: 18px auto;
  background-position: center 6px;
}

.footerSpNav__item--active.is_fav a {
  background-image: url(/img/renewal/img/common/header/icon_keep-active.svg);
}

.footerSpNav__item.is_mylist a {
  background-image: url(/img/renewal/img/common/header/icon_mylist.svg);
  background-size: 19px auto;
  background-position: center 3px;
}

.footerSpNav__item--active.is_mylist a {
  background-image: url(/img/renewal/img/common/header/icon_mylist-active.svg);
}

.footerSpNav__item.is_talk a {
  background-image: url(/img/renewal/img/common/header/icon_talk.svg);
  background-size: 22.9px auto;
  background-position: center 3px;
}

.footerSpNav__item--active.is_talk a {
  background-image: url(/img/renewal/img/common/header/icon_talk-active.svg);
}

.footerSpNav__item.is_mypage a {
  background-image: url(/img/renewal/img/common/header/icon_mypage.svg);
  background-size: 16px auto;
  background-position: center 6px;
}

.footerSpNav__item--active.is_mypage a {
  background-image: url(/img/renewal/img/common/header/icon_mypage-active.svg);
}

.footerSpNav__item.disabled a {
  opacity: 0.5;
}

body#page_work_list .footerSpNav__item.is_work a,
body#page_fav_list .footerSpNav__item.is_fav a,
body#page_my_page .footerSpNav__item.is_mypage a,
body#page_talk .footerSpNav__item.is_talk a,
body#page_commited .footerSpNav__item.is_mylist a {
  color: #e71e19;
}




@media (min-width: 1001px) {
  .footerSp {
    display: none;
  }
}

/* 評価
================================================ */
.evaluation-view {
  position: relative;
  display: inline-block;
  align-items: center;
  top: -2px;
}

.evaluation-view .filled-star {
  position: absolute;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
}

.evaluation-view i.empty,
.evaluation-view i.filled {
  display: inline-block;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.evaluation-view i.empty {
  background: url(/img/renewal/img/common/evaluate_off@2x.png) no-repeat center center;
  vertical-align: middle;
  background-size: auto 20px;
}

.evaluation-view i.filled {
  background: url(/img/renewal/img/common/evaluate_on@2x.png) no-repeat center center;
  vertical-align: middle;
  background-size: auto 20px;
}

.evaluation-point .eva-value {
  font-size: 15px;
}

.evaluation-point .eva-num {
  font-size: 14px;
  margin-left: -5px;
}

.header__title {
  display: none;
}

.footer {
  border-top: none;
}

input::-moz-placeholder {
  color: #CCCCCC;
}

input::placeholder {
  color: #CCCCCC;
}

.page-guide>.footer__inner {
  display: none;
}

.page-footer {
  height: 210px;
  background: #F8F8F8;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 48px;
}

.page-footer__image {
  width: 170px;
}

@media screen and (max-width: 767px) {
  .page__sp-header {
    font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    position: fixed;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 18px;
    background: #fff;
    z-index: 2;
  }

  .page__sp-header p {
    font-size: 17px;
    font-weight: 700;
  }

  .page__sp-header--red {
    background: #FF4453;
    color: #fff;
  }
}

.page__sp-header-icon--back {
  width: 7px;
}

.page__sp-header-icon--notification {
  width: 14px;
}

.page__title {
  padding-block: 36px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  background: #F8F8F8;
}

.page-pagination {
  flex-grow: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  padding-block: 40px 180px;
}

.page-my-list .page-pagination {
  background: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .page-pagination {
    padding-block: 40px 60px;
  }
}

.page-pagination__arrow {
  width: 8px;
  display: flex;
  align-items: center;
}

.page-pagination__list {
  display: flex;
  gap: 8px;
}

.page-pagination__item {
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  color: #656565;
}

.page-pagination__item--active {
  color: #333;
  text-decoration: underline;
}

.tab__content {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .tab__content {
    width: 100%;
  }
}

.tab__content--02,
.tab__content--03,
.tab__content--04 {
  display: none;
}

.page-no-notice .tab__content--01 {
  display: none;
}

.page-no-notice .tab__content--02 {
  display: block;
}

.page-button {
  border: none;
  outline: none;
  cursor: pointer;
  background: #FF4453;
  color: #fff;
  width: 228px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  text-decoration: underline;
  margin-inline: auto;
  font-weight:700;
  max-width: 228px;
}

.page-button[disabled] {
  background: #BFBDBD;
  cursor: not-allowed;
}

.page-button--gray {
  background: #BFBDBD;
}

.page-button--white {
  background: #fff;
  color: #FF4453;
  border: 2px solid #FF4453;
}

.page-button--disabled {
  background: #FFCCD0;
}

.page-button--disabled:hover {
  opacity: 1;
}

.page-button--disabled--gray {
  background: #868686;
}

.page-button--disabled--gray:hover {
  cursor: not-allowed;
  opacity: 1;
}


@media screen and (max-width: 767px) {
  .picker {
    max-width: 330px;
  }
}

.picker__year,
.picker__month {
  color: #333;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
}

.picker__year {
  position: relative;
  order: 1;
}

.picker__year:after {
  content: "年";
  color: #333;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
}

.picker__month {
  order: 2;
}

.picker__day {
  text-align: center;
  position: relative;
  font-size: 14px;
}

.picker__day:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: #F2F2F2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  z-index: -1;
}

.picker__day--selected,
.picker__day--highlighted {
  color: #fff;
  background: unset;
  border: none;
}

.picker__day--selected:before,
.picker__day--highlighted:before {
  background: #FF4453;
}

.picker__day--selected .picker__day--selected:hover,
.picker--focused .picker__day--selected,
.picker__day--highlighted .picker__day--selected:hover,
.picker--focused .picker__day--highlighted {
  color: #fff;
  background: unset;
  border: none;
}

.picker__day--selected .picker__day--selected:hover:before,
.picker--focused .picker__day--selected:before,
.picker__day--highlighted .picker__day--selected:hover:before,
.picker--focused .picker__day--highlighted:before {
  background: #FF4453;
}

.picker__day--outfocus {
  display: none;
}

.picker__day--infocus:hover {
  color: #fff;
  background: unset;
}

.picker__day--infocus:hover:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #FF4453;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  z-index: -1;
}

.picker__weekday {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-weight: 700;
}

.picker__table thead tr th {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 8px;
}

.picker__table tbody tr:first-child td {
  padding-top: 12px;
}

.picker__table tbody tr:not(:last-child) td {
  padding-bottom: 16px;
}

.picker__header {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}

.picker__nav--next:before,
.picker__nav--prev:before {
  border: none;
}

.picker__nav--prev {
  content: url(/img/renewal/img/common/arrow-left-red.svg);
  left: -60px;
}

.picker__nav--next {
  content: url(/img/renewal/img/common/arrow-right-red.svg);
  right: -60px;
}

.pikadate__input--start,
.pikadate__input--end {
  border: 1px solid #BFBDBD;
  border-radius: 4px;
  width: 100%;
  position: relative;
  background: #fff !important;
}

.pikadate__input--start input[type=text],
.pikadate__input--end input[type=text] {
  border: none;
  width: 100%;
  font-size: 14px;
  padding: 17px 14px;
  background: #fff;
}

.pikadate__input--start input:hover,
.pikadate__input--end input:hover {
  cursor: pointer;
}

.pikadate__input--start:before,
.pikadate__input--end:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/img/renewal/img/common/search.svg) no-repeat center center;
  pointer-events: none;
}

.ui-datepicker-trigger {
  cursor: pointer;
}
.pikadate__input--block {
  position: relative;
}

.pikadate__input--block .picker {
  margin-top: 30px;
  left: 0px;  
}
@media screen and (max-width: 767px) {
  .pikadate__input--block .picker {
    margin-top: 30px;
    left: 10px;
    width: 100%;
    min-width: 280px;
    right: 0px;
    left: auto;
  }
}

.custom-select {
  position: relative;
  width: 100%;
  background: #fff;
  border: 0.5px solid #BFBDBD;
  border-radius: 4px;
}

.custom-select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 14px;
  height: 100%;
  background: url(/img/renewal/img/common/arrow-down-red.svg) no-repeat center center;
  background-size: contain;
}

.select-trigger {
  text-align: left;
  padding: 20px;
  cursor: pointer;
}

.options {
  display: none;
  list-style: none;
  padding: 0 14px;
  margin: 0;
  border: 1px solid #BFBDBD;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 5;
  background-color: #fff;
}

.options li {
  font-size: 13px;
  padding: 10px;
  cursor: pointer;
  text-align: left;
  padding-block: 24px;
}

.options li:not(:last-child) {
  border-bottom: 0.25px solid #ccc;
}

.options--active {
  position: relative;
}

.options--active:before {
  content: url(/img/renewal/img/common/circle-check.svg);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  .options--active:before {
    right: 10px;
  }
}

.page-pages {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-pages.container {
    width: 70%;
    margin-inline: auto;
  }
}

.page-pages li {
  list-style-type: disc;
  font-size: 16px;
  padding-block: 4px;
}

.toggle_switch {
  display: table;
  font-size: 60px;
}

.toggle_switch>input {
  display: none;
}

.toggle_switch>label {
  display: block;
  position: relative;
  width: 40px;
  height: 24px;
  border-radius: 13px;
  background-color: #BFBDBD;
  cursor: pointer;
}

.toggle_switch>input:checked+label {
  background-color: #FF4453;
}

.toggle_switch>label::before {
  position: absolute;
  top: 1.5px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
  content: "";
}

.toggle_switch>input:checked+label::before {
  left: calc(100% - 24px + 2px);
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
}

@media (max-width: 499px) {
  .footerSp>.container {
    width: 94%;
    max-width: 94%;
  }
}

.rating__stars {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.rating__star--fill,
.rating__star--empty {
  width: 15.57px;
  height: 14.81px;
}

.splide.is-overflow {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .splide.is-overflow {
    margin-bottom: 23px;
  }
}

.splide__pagination {
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -15px;
  }
}

.splide__pagination__page {
  background: #FFCCD0;
  opacity: 1;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 767px) {
  .splide__pagination__page {
    width: 5px;
    height: 5px;
  }
}

.splide__pagination__page.is-active {
  background: #FF4453;
  transform: scale(1.3);
}

@media screen and (max-width: 767px) {
  .splide__pagination__page.is-active {
    transform: scale(1.4);
  }
}

.flicking__panel {
  width: 100%;
  height: 145px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .flicking__panel {
    height: 80px;
    padding: 5px;
  }
}

.flicking-viewport {
  padding-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flicking-viewport {
    padding-bottom: 20px;
  }
}

.flicking-viewport--disabled {
  padding-bottom: 0;
}

.flicking-pagination-bullets {
  bottom: 5px;
}

.flicking-pagination-bullet {
  background: #FFCCD0;
  opacity: 1;
  width: 7px;
  height: 7px;
  margin-inline: 3px;
}

@media screen and (max-width: 767px) {
  .flicking-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.flicking-pagination-bullet-active {
  background: #FF4453;
  transform: scale(1.3);
}

@media screen and (max-width: 767px) {
  .flicking-pagination-bullet-active {
    transform: scale(1.4);
  }
}



/* Modal styles */
/* iPhoneのデフォルト対策 */
dialog, dialog::backdrop {
  outline: none !important;
}
dialog[open].common-modal {
  display: block;
}

dialog::backdrop {
  transition: none !important;
}


dialog.common-modal {
  border: none;
  display: none;
  position: fixed;
  top: 0;
  width: 90%;
  max-width: 600px;
  height: 100dvh;
  margin: auto;
  background: transparent;
  padding-top: 45px;
  align-items: center;
}

dialog.common-modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  max-height: 100vh;
}

.common-modal__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.common-modal__close {
  position: absolute;
  top: 0;
  right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.common-modal__close:hover {
  cursor: pointer;
}

.common-modal__close:before,
.common-modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 2px;
  background-color: #fff;
}

.common-modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.common-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.common-modal__content {
  padding-block: 30px 38px;
  background: #fff;
  border-radius: 10px;
  max-height: 100%;
  overflow-y: auto;
}

.common-modal__content--outer {
  border-radius: 10px;
  width: 100%;
  position: relative;
  border: none;
  text-align: center;
  max-height: 100%;
  padding-top: 35px;
  margin-top: -35px;
}

@media screen and (max-width: 767px) {
  .common-modal__content--outer {
    padding-top: 25px;
    margin-top: -25px;
    height: 100vh;
  }
}

.common-modal__content--inner {
  width: 90%;
  max-width: 320px;
  margin-inline: auto;
}

.common-modal__button {
  max-width: 160px;
  font-weight: 700;
  border: 2px solid #FF4453;
}

.footer-keep {
  display: flex;
  gap: 24px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 13px;
}

.footer-keep__button {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-keep__button img {
  width: 100%;
  height: auto;
}

.footer-keep__entry {
  font-weight: 700;
  width: 320px;
}

.footer-keep__entry > span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .footer-keep__entry {
    width: 240px;
  }
}

.footer-keep__confirmation-notice {
  font-weight: 700;
  width: 320px;
  color: #333;
  border: #333333 2px solid;
  background: #F8ED50;
}

@media screen and (max-width: 767px) {
  .footer-keep__confirmation-notice {
    width: 240px;
  }
}

.page-pages__sub-title {
  font-size: 18px;
  font-weight: 700;
  padding-block: 0 20px;
  margin-left: -24px;
}

@media (min-width: 1001px) {
  .footer-job-detail-add {
    padding-bottom: 80px;
  }
}

@media (min-width: 1001px) {
  .footerSp__job-detail-add {
    display: block;
  }
}

.modal-select-button {
  font-weight: 700;
}


@media screen and (max-width: 767px) {
  .photo-full-modal {
    width: 85%;
  }
}

.photo-full-modal .btnClose {
  display: flex;
  justify-content: flex-end;
}

.btnClose a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/common/group-talk/img/btn_modal_close.png) no-repeat scroll 0 0;
}

.about-manual-link__container {
  max-width: 1200px;
  width: 93%;
  margin-inline: auto;
  margin-top: 32px;
  margin-bottom: 67px;
}
.about-manual-link__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
}
.about-manual-link__link {
  display: grid;
  grid-template-columns: 13px 1fr;
  gap: 4px;
  font-size: 15px;
  align-items: center;
}


/* -----------------------------
フォームパーツ
----------------------------- */
/* テキストボックス */
input[type=text],select {
  background: #fff;
  box-shadow: none;
  padding: 8px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333;
}

/* ラジオボタン */
.form--radio input[type="radio"] {
  display: none; /* ラジオボタンは非表示 */
}

.form--label--radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  padding-left: 22px;
  font-weight: 700;
}

/* 外側の円 */
.form--label--radio::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  background-color: white;
}

/* 選択されたときの赤丸 */
.form--radio input[type="radio"]:checked + .form--label--radio::before {
  border-color: #f44336;
  background-color: #f44336;
  box-shadow: inset 0 0 0 1.5px white;
}

.form--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/img/renewal/img/common/form/arrow-down.png") no-repeat center right 12px;
  background-size: 11px 6px;
  padding-right: 30px;
}

.form--select:hover {
  cursor: pointer;
}

.form--select:not(:first-child) {
  margin-top: 10px;
}

/* ダウンロードエラーメッセージ */
.dl-error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding-bottom: 200px !important;
}

.dl-error-message__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dl-error-message__text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
  line-height: 1.6;
}

/* フィールド中のマージン相殺をさせない */
fieldset {
  display: contents;
}
.profile-edit__form {
  display: flow-root;
}

/* 上に戻るボタン */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #FF4453;
  color: white;
  padding: 4px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  font-size: 11px;
  cursor: pointer;
  width: 60px;
  display:none;
  align-items: center;
  justify-content: center;
  flex-direction:column;

}

/* 上に戻るボタン*/
#backToTop img {
  display:block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #backToTop {
    bottom: 100px;
    right: 10px;
    width: 50px;
    font-size: 10px;
    padding: 4px 6px;
  }
  #backToTop img {
    width: 15px;
  }

}


/* モーダル共通 
  dialog.common-modalを付与したモーダルに適用
*/
dialog.common-modal {
  border: none;
  display: none;
  position: relative;
  width: 90%;
  max-width: 600px;
  height: 100dvh;
  margin: auto;
  background: none;
  outline:none;
  padding-top: 45px;
  align-items: center;
}
dialog[open].common-modal {
  display:flex;
}

dialog.common-modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.common-modal--title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.common-modal--title.entry-modal-title {
  font-size: 15px;
  color: #000;
}

.common__modal--image {
  margin-bottom: 11px;
  width: 60px;
}

.common-modal--close {
  position: absolute;
  top: 0;
  right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.common-modal--close:hover {
  cursor: pointer;
}

.common-modal--close:before,
.common-modal--close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 2px;
  background-color: #fff;
}

.common-modal--close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.common-modal--close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.common-modal--content {
  padding-block: 20px 38px;
  background: #fff;
  border-radius: 10px;
  max-height: 100%;
  overflow-y: auto;
}

.common-modal--content--outer {
  border-radius: 10px;
  width: 100%;
  position: relative;
  border: none;
  text-align: center;
  max-height: 100%;
  padding-top: 35px;
  margin-top: -35px;
}

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

  .common-modal--content--outer {
    padding-top: 25px;
    margin-top: -25px;
    height: 100vh;
  }
}

.common-modal--content--inner {
  width: 90%;
  max-width: 600px;
  margin-inline: auto;
}

.common-modal--buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 95%;
  margin: 20px auto 0;
  max-width: 600px;
}



.common-modal--buttons .page-button {
  width: 100%;
  max-width: 273px;
  font-weight: 700;
}

.common-modal--button {
  max-width: 160px;
  font-weight: 700;
  border: 2px solid #FF4453;
}

.common-modal--button img {
  margin-right: 5px;
}

.common-modal .wages-withdrawal-reservation__payslip--table {
  margin-bottom: 30px;
}

.common-modal .wages-withdrawal-reservation__payslip--table th,
.common-modal .wages-withdrawal-reservation__payslip--table td {
  padding-block: 14px;
  line-height: 1;
}

.common-modal .wages-withdrawal-reservation__payslip--table tbody tr th:not(:last-child),
.common-modal .wages-withdrawal-reservation__payslip--table tbody tr td:not(:last-child) {
  background: #FF7974;
  color: #fff;
}

.common-modal .wages-withdrawal-reservation__payslip--table tbody tr th {
  background: #FF7974;
  color: #fff;
  font-weight: 700;
}

.common-modal .wages-withdrawal-reservation__payslip--table tbody tr:last-child th,
.common-modal .wages-withdrawal-reservation__payslip--table tbody tr:last-child td {
  background: #FFD8D5;
}

.common-modal .wages-withdrawal-reservation__payslip--table thead tr:first-child th {
  padding-block: 5px;
}

.common-modal .wages-withdrawal-reservation__submit--button {
  font-weight: 700;
}

.common-modal .common__modal--text {
  line-height: 1.5384615385;
  font-size: 13px;
  margin-bottom: 24px;
  text-align: left;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .common-modal .common__modal--text {
    text-align: center;
    justify-content: center;
  }
}

/* チェックボックス */
.common-modal--content input[type=checkbox] {
  display: none;
}

.common-modal--content .checkBox .check {
  height: 28px;
  width: 28px;
  background-color: #ccc;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
  cursor: pointer;
}

.common-modal--content .checkBox span.text {
  color:#333;
  font-size: 15px;
  align-items: center;
  display: flex;
  min-height: 30px;
  flex:1;
  text-align: left;
  padding-left: 5px;
}

.common-modal--content input[type=checkbox]:checked + .checkBox span.text {
  color: #fff;
}

.common-modal--content input[type=checkbox]:checked + .checkBox .check {
  background-color:#FF4453;
}

.common-modal--content input[type=checkbox]:checked + .checkBox .checkBox .check {
  background-color: #fff;
}
.common-modal--content input[type=checkbox]:checked + .checkBox .check::before,
.common-modal--content input[type=checkbox]:checked + .checkBox .check::after {
  background-color: #fff;
}
.common-modal--content input[type=checkbox]:checked + .checkBox {
  background-color:#FF4453;
  border: 1px solid #FF4453;
}

.common-modal--content .checkBox .check::before {
  top: 22px;
  left: 12px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: 15px;
}

.common-modal--content .checkBox .check::before {
  box-sizing: border-box;
  position: absolute;
  width: 2.5px;
  background-color: #fff;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: "";
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}

.common-modal--content .checkBox .check::after {
  top: 15px;
  left: 5px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 8px;
}

.common-modal--content .checkBox .check::before,
.common-modal--content  .checkBox .check::after {
  box-sizing: border-box;
  position: absolute;
  width: 2.5px;
  background-color: #fff;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: "";
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}
.common-modal--content input[type=checkbox]:checked + .checkBox .check::after {
  height: 10px;
  -moz-animation: dotnoticecheck 0.2s ease 0s forwards;
  -o-animation: dotnoticecheck 0.2s ease 0s forwards;
  -webkit-animation: dotnoticecheck 0.2s ease 0s forwards;
  animation: dotnoticecheck 0.2s ease 0s forwards;
}
.common-modal--content input[type=checkbox]:checked + .checkBox .check::before {
  height: 15px;
  -moz-animation: dothabottomcheck2 0.4s ease 0s forwards;
  -o-animation: dothabottomcheck2 0.4s ease 0s forwards;
  -webkit-animation: dothabottomcheck2 0.4s ease 0s forwards;
  animation: dothabottomcheck2 0.4s ease 0s forwards;
}

@keyframes dothabottomcheck {
  0% {height: 0;}
  100% {height: 10px;}
}

@keyframes dothabottomcheck2 {
  0% {height: 0;}
  100% {height: 15px;}
}

.common-modal--content textarea[name="entry_note"] {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  text-align: left;
  min-height: 80px;
  background-color: #F8F8F8;
}







