@charset "UTF-8";
/* -----------------------------------------
	デフォルトスタイルのリセット
-------------------------------------------- */
html, body, header, footer, nav, menu, section, article, aside, figcaption, figure, img, div, span, iframe, form, label, h1, h2, h3, h4, h5, p, blockquote, pre, del, em, strong, mark, dl, dt, dd, ol, ul, li, table, tbody, thead, tfoot, tr, th, td, caption {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

input, button, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

a,
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  text-decoration: none;
}

em {
  font-style: normal;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
  pointer-events: none;
}

ol, ol li,
ul, ul li {
  list-style: none;
}

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

/* -----------------------------------------
	基本スタイル
-------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

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

#wrap {
  position: relative;
  min-height: 100% !important;
}

@media print, screen and (min-width: 600px) {
  #contents {
    padding-top: 60px;
  }
}
@media not screen and (min-width: 600px) {
  #contents {
    padding-top: 55px;
  }
}
@media print, screen and (min-width: 768px) {
  #contents {
    padding-bottom: 230px;
  }
}
@media not screen and (min-width: 768px) {
  #contents {
    padding-bottom: 460px;
  }
}

@media not screen and (min-width: 600px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

body {
  color: #333333;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  word-break: break-all;
}

a {
  color: #333333;
}

em {
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}

.bl {
  color: #0095d1;
}

.nv {
  color: #006d8e;
}

.rd {
  color: #ff5b00;
}

.gy {
  color: rgb(127.5, 127.5, 127.5);
}

.bg-bl {
  background-color: #ebf7ff;
  padding: 30px 0;
  margin-bottom: 40px;
}

/* -----------------------------------------
	共通要素
-------------------------------------------- */
h1 {
  width: 90%;
  max-width: fit-content;
  line-height: 1.4;
  font-size: clamp(2rem, 3vw, 2.3rem);
  text-align: center;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
@media print, screen and (min-width: 600px) {
  h1 {
    margin: 15px auto 20px;
  }
}
@media not screen and (min-width: 600px) {
  h1 {
    margin: 30px auto 20px;
  }
}

.top h2 {
  width: 90%;
  margin-bottom: 20px;
  white-space: nowrap;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
@media print, screen and (min-width: 600px) {
  .top h2::before {
    content: "";
    margin-right: 10px;
    border-left: 5px solid #efebe8;
  }
  .top h2 span {
    margin-left: 15px;
    color: rgb(127.5, 127.5, 127.5);
    font-size: 1rem;
    font-weight: normal;
  }
}
@media not screen and (min-width: 600px) {
  .top h2 {
    margin: auto;
    padding: 12px 15px;
    color: #fff;
    line-height: 1.4;
    background: linear-gradient(90deg, #006ebe, #0095d1);
    border-radius: 8px 8px 0 0;
  }
  .top h2 span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
  }
}

[class^=points-] h2,
[class^=reviews-] h2,
[class^=reports-] h2,
[class^=qa-] h2 {
  margin-bottom: 7px;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
[class^=points-] h2::before,
[class^=reviews-] h2::before,
[class^=reports-] h2::before,
[class^=qa-] h2::before {
  content: "■";
  margin: 0 5px 0 1px;
  color: #0095d1;
  font-size: 1rem;
}

.link-back {
  margin: 10px auto 0;
}
.link-back a {
  color: rgb(127.5, 127.5, 127.5) !important;
  font-size: 1.2rem;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.link-back a:hover {
  opacity: 0.5;
}
.link-back a:before {
  content: "«";
  margin-left: 5px;
}

#flashMessage {
  width: 80%;
  max-width: 450px;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  background: #fff;
  border-radius: 2px;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
#flashMessage.left {
  text-align: left;
}
#flashMessage.doneMessage {
  color: #0095d1;
  border: 2px solid #0095d1;
}
#flashMessage.errorMessage {
  color: #ff5b00;
  border: 2px solid #ff5b00;
}
#flashMessage.doneMessage::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  border-right: 3px solid #0095d1;
  border-bottom: 3px solid #0095d1;
  margin-right: 8px;
  transform: rotate(45deg);
}
#flashMessage.waitMessage {
  width: 84%;
  max-width: 640px;
  color: #0095d1;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: justify;
  line-height: 1.4;
  background: none;
  margin: 10px auto 30px;
  padding: 5px 0 0;
}
#flashMessage.waitMessage br {
  display: none;
}

[class^=msg] {
  width: fit-content;
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: justify;
}
[class^=msg].center {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  [class^=msg].centerpc {
    text-align: center;
  }
}
@media not screen and (min-width: 768px) {
  [class^=msg] {
    max-width: 90%;
  }
}

.msg-notice {
  margin: 25px auto;
  color: rgb(127.5, 127.5, 127.5);
  font-size: 1.2rem;
}

.msg-delete {
  text-align: center;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
.msg-delete em {
  display: block;
  max-width: 450px;
  margin: 0 auto 40px;
  padding: 20px;
  border: 2px dotted #ff5b00;
}
@media not screen and (min-width: 600px) {
  .msg-delete em {
    text-align: justify;
  }
}

.msg-delivered {
  width: 84%;
  max-width: 520px;
  margin: 0 auto 100px;
  text-align: justify;
}
.msg-delivered p:not(:last-of-type) {
  margin-bottom: 20px;
}
.msg-delivered em {
  display: block;
  width: fit-content;
  margin: 40px auto 20px;
  font-size: 1.6rem;
}
.msg-delivered a {
  color: #0095d1;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.msg-delivered a:hover {
  opacity: 0.5;
}

/* -----------------------------------------
	ヘッダー（ログイン前）
-------------------------------------------- */
header#logo {
  background: none !important;
  box-shadow: none !important;
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
header#logo a {
  width: fit-content;
  height: 18px;
}
header#logo a:first-of-type {
  margin-right: 15px;
  margin-left: 15px;
}
header#logo a img {
  height: 100%;
}

/* -----------------------------------------
	ヘッダー（ログイン後）
-------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #006ebe, #0095d1);
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
@media print, screen and (min-width: 600px) {
  header {
    height: 60px;
  }
}
@media not screen and (min-width: 600px) {
  header {
    height: 55px;
  }
}
header .logo {
  position: absolute;
  top: calc(50% - 9px);
  display: block;
  width: fit-content;
  height: 18px;
}
@media print, screen and (min-width: 600px) {
  header .logo {
    left: 20px;
  }
}
@media not screen and (min-width: 600px) {
  header .logo {
    left: 15px;
  }
}
header .logo img {
  width: auto;
  height: 100%;
}
header .logout {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 3px;
  transition: background-color 0.3s;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
header .logout:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
header .logout span {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  padding-left: 20px;
  background-image: url(../../img/users/i_unlock.svg);
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 600px) {
  header #btn-toggle {
    display: none;
  }
  header #menu {
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
  }
  header #menu li {
    float: left;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    font-weight: 600;
    font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
  }
  header #menu li:not(:last-child) {
    height: 30px;
    line-height: 30px;
    margin-right: 30px;
  }
  header #menu li:not(:last-child) a {
    color: #fff;
    transition: opacity 0.3s;
  }
  header #menu li:not(:last-child) a::after {
    content: "»";
    margin-left: 5px;
  }
  header #menu li:not(:last-child) a:hover {
    opacity: 0.5;
  }
}
@media not screen and (min-width: 600px) {
  header #btn-toggle {
    position: absolute;
    top: calc(50% - 12.5px);
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 0;
    z-index: 3000;
  }
  header #btn-toggle span,
  header #btn-toggle span:before,
  header #btn-toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    font-size: 0;
    background-color: #fff;
  }
  header #btn-toggle span:before {
    transform: translateY(-8px);
  }
  header #btn-toggle span:after {
    transform: translateY(6px);
  }
  header #menu {
    position: fixed;
    top: -100%;
    opacity: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #006ebe, #0095d1);
    z-index: 2000;
    pointer-events: none;
    padding-top: 90px;
  }
  header #menu li {
    width: calc(100% - 40px);
    margin: auto;
    color: #fff;
    border-bottom: 1px dotted #fff;
    font-weight: bold;
    font-weight: 600;
    font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
  }
  header #menu li.sp {
    padding: 0 10px 30px;
    border-top: none !important;
    border-bottom: 1px solid #fff;
  }
  header #menu li:first-child {
    border-top: 1px dotted #fff;
  }
  header #menu li:last-child {
    margin-top: 50px;
    text-align: center;
    border: none;
  }
  header #menu li:not(:last-child) a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    color: #fff;
  }
  header #menu li:not(:last-child) a::after {
    content: "»";
    position: absolute;
    right: 10px;
  }
}

.menu-active header #menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s;
}
.menu-active header #btn-toggle span {
  background: none;
  transition: transform 0.4s;
}
.menu-active header #btn-toggle span:before {
  transform: rotate(45deg);
}
.menu-active header #btn-toggle span:after {
  transform: rotate(-45deg);
}

/* -----------------------------------------
	パンクズ
-------------------------------------------- */
#breadcrumb {
  width: calc(100% - 40px);
  height: 34px;
  margin: auto;
  font-size: 1.1rem;
}
#breadcrumb ul {
  float: left;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  color: rgb(127.5, 127.5, 127.5);
  white-space: nowrap;
}
#breadcrumb ul li {
  height: 15px;
  line-height: 15px;
}
#breadcrumb ul li + li:before {
  content: ">";
  margin: 0 5px;
}
#breadcrumb ul li:first-child a {
  display: inline-block;
  padding-left: 20px;
  background-image: url(../../img/users/i_home.svg);
  background-repeat: no-repeat;
}
#breadcrumb ul li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
#breadcrumb ul li a {
  color: #006d8e;
  transition: opacity 0.3s;
}
#breadcrumb ul li a:hover {
  opacity: 0.5;
}
#breadcrumb .username {
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
}
#breadcrumb .username em {
  max-width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}

/* -----------------------------------------
	フッター
-------------------------------------------- */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(244.8, 244.8, 244.8);
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
@media print, screen and (min-width: 768px) {
  footer {
    height: 230px;
  }
}
@media not screen and (min-width: 768px) {
  footer {
    height: 460px;
  }
}
footer ul li a:before {
  content: "";
  position: absolute;
  left: calc(50% - 8.5px);
  display: block;
  width: 17px;
  height: 17px;
}
footer ul li:nth-child(1) a::before {
  background-image: url(../../img/users/i_ft_home.svg);
}
footer ul li:nth-child(2) a::before {
  background-image: url(../../img/users/i_ft_guideline.svg);
}
footer ul li:nth-child(3) a::before {
  background-image: url(../../img/users/i_ft_faq.svg);
}
footer ul li:nth-child(4) a::before {
  background-image: url(../../img/users/i_ft_terms.svg);
}
footer ul li:nth-child(5) a::before {
  background-image: url(../../img/users/i_ft_privacy.svg);
}
footer ul li:nth-child(6) a::before {
  background-image: url(../../img/users/i_ft_company.svg);
}
footer ul li:nth-child(7) a::before {
  background-image: url(../../img/users/i_ft_contact.svg);
}
@media print, screen and (min-width: 768px) {
  footer ul {
    display: flex;
    align-items: center;
    max-width: 920px;
    height: 65px;
    margin: auto;
  }
  footer ul li {
    width: 14%;
    height: calc(100% - 24px);
    border-left: 1px solid rgb(216.75, 216.75, 216.75);
  }
  footer ul li:first-child {
    width: 15%;
  }
  footer ul li:last-child {
    width: 15%;
    border-right: 1px solid rgb(216.75, 216.75, 216.75);
  }
  footer ul li a {
    position: relative;
    display: block;
    height: calc(100% + 24px);
    margin-top: -12px;
    padding-top: 42px;
    line-height: 1.3em;
    font-size: 1.1rem;
    text-align: center;
    background-image: none !important;
    transition: background-color 0.3s;
    font-weight: bold;
    font-weight: 600;
    font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
  }
  footer ul li a:hover {
    background-color: rgb(252.45, 252.45, 252.45);
  }
  footer ul li a::before {
    top: 16px;
  }
}
@media not screen and (min-width: 768px) {
  footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer ul li {
    position: relative;
    width: 50%;
    height: 58px;
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
  footer ul li:last-child {
    width: 100%;
  }
  footer ul li:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    background: rgb(216.75, 216.75, 216.75);
  }
  footer ul li a {
    position: relative;
    display: block;
    height: 100%;
    padding-top: 35px;
    line-height: 1.3em;
    font-size: 1.1rem;
    text-align: center;
    background-image: none !important;
  }
  footer ul li a::before {
    top: 12px;
  }
}
footer .link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  z-index: 1;
  flex-wrap: wrap;
  flex-direction: column;
  width: 80%;
  max-width: 250px;
  height: 50px;
  font-size: 1.1rem;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
footer .link a::before, footer .link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
footer .link a::before {
  z-index: -1;
  background-image: linear-gradient(180deg, #fff, #f5f5f5);
}
footer .link a::after {
  z-index: -2;
  background-image: linear-gradient(180deg, #fff, #fff);
}
@media (hover: hover) {
  footer .link a:hover::before {
    opacity: 0;
  }
}
footer .link a img {
  display: block;
  width: auto;
  height: 15px;
  margin: 5px 0 2px;
}
@media print, screen and (min-width: 768px) {
  footer .link {
    padding: 40px 0 35px !important;
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
}
@media print, screen and (min-width: 600px) {
  footer .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0;
  }
  footer .link a {
    font-weight: bold;
    font-weight: 600;
    font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
  }
  footer .link a + a {
    margin-left: 20px;
  }
}
@media not screen and (min-width: 600px) {
  footer .link {
    padding: 25px 0 35px;
  }
  footer .link a {
    margin: 15px auto 0;
  }
}
footer .copyrights {
  color: rgb(127.5, 127.5, 127.5);
  font-size: 1.1rem;
  text-align: center;
}

form table {
  width: 100%;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
form table .notice {
  width: 100%;
  color: rgb(127.5, 127.5, 127.5);
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3;
}
@media print, screen and (min-width: 600px) {
  form table .notice {
    margin-top: 15px;
  }
}
@media not screen and (min-width: 600px) {
  form table .notice {
    margin: 0px 15px 15px;
  }
}
form table .rd {
  width: 100%;
  line-height: 1.3;
  padding: 7px 0 0 2px;
  background: #fff;
}
form table .ok,
form table .ng {
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 50%;
}
@media print, screen and (min-width: 600px) {
  form table .ok,
  form table .ng {
    top: 27px;
    right: 5px;
  }
}
@media not screen and (min-width: 600px) {
  form table .ok,
  form table .ng {
    top: 11px;
    right: 8px;
  }
}
form table .ok {
  background: #4dc1e8;
}
form table .ng {
  background: #ff5b00;
}
@media print, screen and (min-width: 600px) {
  form table tr {
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
  form table tr:last-child {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
  form table th {
    width: 200px;
    vertical-align: middle;
    padding: 25px 20px;
    text-align: left;
    line-height: 1.5;
    font-size: 1.2rem;
    background: #ebf7ff;
  }
  form table th span {
    color: #0095d1;
    font-size: 1.1rem;
    margin-left: 10px;
  }
  form table td {
    position: relative;
    vertical-align: middle;
    padding: 20px 50px 20px 20px;
  }
}
@media not screen and (min-width: 600px) {
  form table tr:not(:last-child) {
    display: block;
    margin-bottom: 30px;
  }
  form table th {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
  }
  form table th span {
    color: #0095d1;
    font-size: 1.1rem;
    margin-left: 10px;
  }
  form table td {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 52px;
    border-radius: 4px;
    background: #ebf7ff;
  }
  form table td.bg-gy {
    background: rgb(237.15, 237.15, 237.15);
    text-indent: 15px;
  }
}
form input[type=text],
form input[type=email],
form input[type=password] {
  width: 100%;
  height: 45px;
  font-size: 1.6rem;
  padding: 0 15px;
  background-color: rgb(249.9, 249.9, 249.9);
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 4px;
}
@media not screen and (min-width: 600px) {
  form input[type=text],
  form input[type=email],
  form input[type=password] {
    height: 52px;
    padding-right: 45px;
    font-weight: bold;
    font-weight: 600;
    font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
  }
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover {
  background-color: #fff;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  border: 2px solid #0095d1;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder {
  color: #ccc;
}
form label:not(.radio, .select) {
  position: relative;
  display: block;
  width: fit-content;
  height: 20px;
  line-height: 20px;
}
@media print, screen and (min-width: 600px) {
  form label:not(.radio, .select) {
    padding-left: 30px;
    cursor: pointer;
  }
}
@media not screen and (min-width: 600px) {
  form label:not(.radio, .select) {
    margin: 15px;
    padding-left: 30px;
    border-radius: 3px;
    box-sizing: content-box;
  }
}
form input[type=checkbox] {
  width: 0;
}
form input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid rgb(191.25, 191.25, 191.25);
  border-radius: 2px;
  cursor: pointer;
}
form input[type=checkbox]:checked::before {
  background: linear-gradient(90deg, #006ebe, #0095d1);
  border: none;
}
form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 24%;
  left: 5px;
  display: block;
  width: 11px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  cursor: pointer;
}
form label.radio {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  color: rgb(178.5, 178.5, 178.5);
  text-align: center;
  border-radius: 3px;
  background: rgb(237.15, 237.15, 237.15);
  cursor: pointer;
}
@media not screen and (min-width: 600px) {
  form label.radio {
    margin: 15px 5px;
    padding: 0;
    background: #fff;
    border: 1px solid rgb(216.75, 216.75, 216.75);
  }
  form label.radio:first-of-type {
    margin-left: 15px;
  }
}
form input[type=radio] {
  display: none;
}
form input[type=radio]:hover + label.radio,
form input[type=radio]:checked + label.radio {
  background: linear-gradient(90deg, #006ebe, #0095d1);
  border: none;
  color: #fff;
}
form label.select {
  position: relative;
  display: inline-block;
  background: #fff;
}
form label.select::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(45deg);
}
@media not screen and (min-width: 600px) {
  form label.select {
    margin: 15px 7px 15px 15px;
  }
}
form select {
  width: 120px;
  height: 40px;
  padding-left: 20px;
  color: #333333;
  font-size: 1.6rem;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 3px;
  cursor: pointer;
}

button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  max-width: 100%;
  height: 52px;
  line-height: 52px;
  margin: 50px auto;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  background-color: #4dc1e8;
  border-radius: 4px;
  transition: background-color 0.3s;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
@media (hover: hover) {
  button:hover {
    background-color: #0095d1;
  }
}
button:disabled {
  color: rgb(127.5, 127.5, 127.5);
  background-color: rgb(229.5, 229.5, 229.5);
}

/* -----------------------------------------
	パーツ
-------------------------------------------- */
[class^=star] {
  width: fit-content;
  line-height: 1em;
  color: #ff5b00;
  background-repeat: no-repeat;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
[class^=star].star0 {
  color: #cccccc;
}
[class^=star].star0 {
  background-image: url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg);
}
[class^=star].star5 {
  background-image: url(../../img/users/i_star_half.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg);
}
[class^=star].star10 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg);
}
[class^=star].star15 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_half.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg);
}
[class^=star].star20 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg);
}
[class^=star].star25 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_half.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg);
}
[class^=star].star30 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_empty.svg), url(../../img/users/i_star_empty.svg);
}
[class^=star].star35 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_half.svg), url(../../img/users/i_star_empty.svg);
}
[class^=star].star40 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_empty.svg);
}
[class^=star].star45 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_half.svg);
}
[class^=star].star50 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg);
}

.reports-my [class^=star] {
  font-size: 0;
  width: 45px;
  height: 15px;
}
@media print, screen and (min-width: 600px) {
  .reports-my [class^=star] {
    background-position: 30px, 15px, 0;
  }
}
@media not screen and (min-width: 600px) {
  .reports-my [class^=star] {
    background-position: 0, 15px, 30px;
  }
}
.reports-my [class^=star].star1 {
  background-image: url(../../img/users/i_star_full.svg);
}
.reports-my [class^=star].star2 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg);
}
.reports-my [class^=star].star3 {
  background-image: url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg), url(../../img/users/i_star_full.svg);
}

.bn-review {
  position: relative;
  width: 90%;
  max-width: 920px;
  margin: 0 auto 70px;
  text-align: center;
  background: #fcf7ed;
}
.bn-review .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
}
.bn-review .btn a {
  display: block;
  width: 49%;
  max-width: 290px;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  border-radius: 21px;
  transition: background-color 0.3s;
}
.bn-review .btn a:first-child {
  color: #006d8e;
  border: 1px solid #006d8e;
}
.bn-review .btn a:last-child {
  color: #1eac4b;
  border: 1px solid #1eac4b;
}
@media (hover: hover) {
  .bn-review .btn a:hover {
    color: #fff;
  }
  .bn-review .btn a:hover:first-child {
    background-color: #006d8e;
  }
  .bn-review .btn a:hover:last-child {
    background-color: #1eac4b;
  }
}
@media not screen and (min-width: 600px) {
  .bn-review .btn a {
    width: 100%;
    margin: 10px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .bn-review {
    padding: 30px 30px 28px 290px;
  }
  .bn-review em {
    display: block;
    font-size: 1.5rem;
  }
  .bn-review img {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 230px;
  }
}
@media not screen and (min-width: 768px) {
  .bn-review {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  .bn-review em {
    display: block;
  }
  .bn-review img {
    width: 60%;
    max-width: 250px;
    margin-bottom: 10px;
  }
  .bn-review .btn {
    width: 80%;
  }
}

/* -----------------------------------------
	基本スタイル（style_login.css向け）
-------------------------------------------- */
@media print, screen and (min-width: 600px) {
  #contents {
    padding-top: 20px;
  }
}
@media not screen and (min-width: 600px) {
  #contents {
    padding-top: 0;
  }
}

.box h2 {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
@media print, screen and (min-width: 600px) {
  .box h2 {
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .box h2::before {
    content: "";
    position: absolute;
    left: 2px;
    display: block;
    width: 4px;
    height: 100%;
    background: #4dc1e8;
  }
}
@media not screen and (min-width: 600px) {
  .box h2 {
    margin: 0 -5vw 20px;
    padding: 16px 5% 15px;
    color: #fff;
    line-height: 1.2;
    background: linear-gradient(90deg, #006ebe, #0095d1);
  }
}

/* -----------------------------------------
	共通パーツ（style_login.css向け）
-------------------------------------------- */
.box button {
  margin: 50px auto 30px;
}

.box {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 40px;
}
.box:last-child {
  margin-bottom: 100px;
}
@media print, screen and (min-width: 600px) {
  .box {
    padding: 30px 40px;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .box th {
    width: 165px;
    padding: 0 10px 0 20px;
  }
  .box th span {
    margin-left: 5px;
  }
  .box td {
    padding: 17px 80px 17px 20px;
  }
  .box .ok, .box .ng {
    right: 15px;
  }
}
@media not screen and (min-width: 600px) {
  .box {
    padding-bottom: 20px;
  }
  .box th span {
    margin-left: 0px;
  }
  .box .radio + .ok, .box .radio + .ng {
    top: 21px;
  }
}

.account {
  width: fit-content;
  height: 25px;
  line-height: 24px;
  margin: 0 auto 20px;
  padding: 0px 20px;
  font-size: 1.1rem;
  text-align: center;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 2px;
  background: rgb(247.35, 247.35, 247.35);
}
@media not screen and (min-width: 600px) {
  .account {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
}

/* -----------------------------------------
	ログイン
-------------------------------------------- */
#contents.users-login form {
  width: 84%;
  max-width: 460px;
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 600px) {
  #contents.users-login form {
    padding: 25px 50px 30px;
    background: #ebf7ff;
  }
}
@media not screen and (min-width: 600px) {
  #contents.users-login form {
    padding-bottom: 40px;
    border-bottom: 3px solid rgb(234.6, 234.6, 234.6);
  }
}
#contents.users-login form label:not(.is-extend) {
  margin: 0 0 7px;
  padding-left: 0;
  font-weight: 700;
}
#contents.users-login form label.is-extend {
  margin: 10px auto 20px;
  padding-left: 22px;
  font-size: 1.3rem;
  transition: color 0.3s;
}
#contents.users-login form label.is-extend:hover {
  color: rgb(127.5, 127.5, 127.5);
}
#contents.users-login form input[type=email],
#contents.users-login form input[type=password] {
  margin-bottom: 15px;
  background-color: #fff;
}
#contents.users-login form button {
  margin: auto;
}
#contents.users-login .link-regist {
  margin-bottom: 40px;
  text-align: center;
}
#contents.users-login .link-regist button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  z-index: 1;
  height: 40px;
  line-height: 1em;
  width: 220px;
  margin: 10px auto;
  color: #333333;
  font-size: 1.3rem;
  font-weight: normal;
  border: 1px solid rgb(216.75, 216.75, 216.75);
}
#contents.users-login .link-regist button::before, #contents.users-login .link-regist button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
#contents.users-login .link-regist button::before {
  z-index: -1;
  background-image: linear-gradient(180deg, #fff, #f5f5f5);
}
#contents.users-login .link-regist button::after {
  z-index: -2;
  background-image: linear-gradient(180deg, #fff, #fff);
}
@media (hover: hover) {
  #contents.users-login .link-regist button:hover::before {
    opacity: 0;
  }
}
#contents.users-login .link-forget {
  margin-bottom: 100px;
  text-align: center;
}
#contents.users-login .link-forget a {
  color: #0095d1;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #contents.users-login .link-forget a:hover {
    opacity: 0.5;
  }
}

/* -----------------------------------------
	パスワード再発行
-------------------------------------------- */
#contents.users-forget .box p:not(.msg) {
  font-size: 1.3rem;
  text-align: justify;
  line-height: 1.4;
  margin-bottom: 20px;
}
#contents.users-forget .box a {
  color: #0095d1;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #contents.users-forget .box a:hover {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 600px) {
  #contents.users-forget .msg-delivered {
    width: fit-content;
  }
}

/* -----------------------------------------
	【共通】ユーザ登録ステップ
-------------------------------------------- */
#step {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 520px;
  margin: 20px auto 40px;
}
#step li {
  position: relative;
  width: 33.3333333333%;
  color: rgb(196.35, 196.35, 196.35);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
#step li + li:before {
  content: "";
  position: absolute;
  top: 34px;
  left: -21%;
  display: block;
  width: 42%;
  height: 3px;
  background: #ebf7ff;
  z-index: -1;
}
#step li div {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  padding-top: 13px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  background: #ebf7ff;
  border-radius: 50%;
}
#step li div::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 36px;
  height: 27px;
  opacity: 0.3;
}
@media not screen and (min-width: 600px) {
  #step li + li:before {
    top: 29px;
  }
  #step li div {
    width: 60px;
    height: 60px;
    padding-top: 9px;
  }
  #step li div::after {
    top: 25px;
  }
}
#step li:nth-child(1) div:after {
  background: url(../../img/users/i_step_01.svg);
}
#step li:nth-child(2) div:after {
  background: url(../../img/users/i_step_02.svg);
}
#step li:nth-child(3) div:after {
  background: url(../../img/users/i_step_03.svg);
}

.users-regist #step li:first-child {
  color: #333333;
}
.users-regist #step li:first-child div {
  color: #fff;
  background: #4dc1e8;
}
.users-regist #step li:first-child div:after {
  opacity: 1;
}
.users-regist #step li:first-child + li:before {
  background: #4dc1e8;
}

.users-activate #step li:nth-child(2),
.users-notactivate #step li:nth-child(2) {
  color: #333333;
}
.users-activate #step li:nth-child(2) div,
.users-notactivate #step li:nth-child(2) div {
  color: #fff;
  background: #4dc1e8;
}
.users-activate #step li:nth-child(2) div:after,
.users-notactivate #step li:nth-child(2) div:after {
  opacity: 1;
}
.users-activate #step li:nth-child(2) + li:before,
.users-notactivate #step li:nth-child(2) + li:before {
  background: #4dc1e8;
}

.users-guidance #step li:nth-child(3) {
  color: #333333;
}
.users-guidance #step li:nth-child(3) div {
  color: #fff;
  background: #4dc1e8;
}
.users-guidance #step li:nth-child(3) div:after {
  opacity: 1;
}

/* -----------------------------------------
	STEP1 - 新規ユーザ登録
-------------------------------------------- */
#contents.users-regist a {
  color: #0095d1;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #contents.users-regist a:hover {
    opacity: 0.5;
  }
}
@media not screen and (min-width: 600px) {
  #contents.users-regist .msg {
    font-weight: bold;
    font-weight: 600;
    font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
  }
}
#contents.users-regist #feature {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 660px;
  padding: 10px 30px;
  margin: 40px auto;
  font-size: 1.3rem;
  line-height: 1.5;
  background: #fcf7ed;
  background: #ebf7ff;
  border: 1px solid #0095d1;
  border-radius: 3px;
}
@media not screen and (min-width: 600px) {
  #contents.users-regist #feature {
    display: none;
  }
}
#contents.users-regist #feature div {
  width: 50%;
  padding: 5px 0;
}
#contents.users-regist #feature div:first-of-type {
  padding-right: 25px;
}
#contents.users-regist #feature div:last-of-type {
  padding-left: 25px;
  border-left: 1px dashed rgb(191.25, 191.25, 191.25);
}
#contents.users-regist #feature img {
  position: absolute;
  display: block;
  right: -30px;
  bottom: -10px;
  width: 80px;
  height: 80px;
}
#contents.users-regist #feature p:first-child {
  position: relative;
  margin-bottom: 10px;
  padding-left: 60px;
  white-space: nowrap;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
#contents.users-regist #feature p:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 51px;
  height: 30px;
}
#contents.users-regist #feature p:first-child em {
  color: #0095d1;
}
#contents.users-regist #feature div:first-of-type p::before {
  background: url(../../img/users/i_review.svg);
}
#contents.users-regist #feature div:last-of-type p::before {
  background: url(../../img/users/i_giftcard.svg);
}
#contents.users-regist #feature div:last-of-type p.pc {
  padding-right: 25px;
  text-align: justify;
}
#contents.users-regist form label.select::after {
  content: "年";
  position: absolute;
  right: -25px;
  top: 10px;
}
#contents.users-regist form table:not(:last-of-type) {
  margin-bottom: 30px;
}
@media not screen and (min-width: 600px) {
  #contents.users-regist form table:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.users-regist form table td:not(.bg-gy) {
    background: none;
  }
  #contents.users-regist form label.select {
    margin-top: 0;
    margin-left: 0;
  }
  #contents.users-regist form label.radio {
    margin-top: 0;
    margin-left: 0;
    margin-right: 15px;
  }
  #contents.users-regist form label.check {
    margin-left: 0;
  }
  #contents.users-regist form label.select + .ok,
  #contents.users-regist form label.select + .ng,
  #contents.users-regist form label.radio + .ok,
  #contents.users-regist form label.radio + .ng {
    top: 5px;
  }
}
#contents.users-regist form .required {
  color: rgb(127.5, 127.5, 127.5);
  font-size: 1.2rem;
  text-align: right;
}
#contents.users-regist form .required span {
  color: #006ebe;
}
@media print, screen and (min-width: 600px) {
  #contents.users-regist form .required {
    margin-top: -10px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.users-regist form .required {
    margin-bottom: 15px;
  }
}
#contents.users-regist form .btn-random {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  width: 60px;
  height: 26px;
  line-height: 24px;
  color: #006ebe;
  font-size: 1.1rem;
  letter-spacing: 0;
  border: 1px solid #006ebe;
  border-radius: 3px;
  cursor: pointer;
}
#contents.users-regist form .btn-random::before, #contents.users-regist form .btn-random::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
#contents.users-regist form .btn-random::before {
  z-index: -1;
  background-image: linear-gradient(180deg, #fff, #eee);
}
#contents.users-regist form .btn-random::after {
  z-index: -2;
  background-image: linear-gradient(180deg, #fff, #fff);
}
@media (hover: hover) {
  #contents.users-regist form .btn-random:hover::before {
    opacity: 0;
  }
}
@media print, screen and (min-width: 600px) {
  #contents.users-regist form .btn-random {
    top: 26px;
    right: 0;
  }
}
@media not screen and (min-width: 600px) {
  #contents.users-regist form .btn-random {
    top: -35px;
    right: 2px;
  }
}
#contents.users-regist form .notice {
  margin-left: 2px;
}
@media not screen and (min-width: 600px) {
  #contents.users-regist form .notice {
    margin-bottom: 5px;
  }
}
#contents.users-regist form .agreement {
  margin: 40px auto;
  color: rgb(127.5, 127.5, 127.5);
  font-size: 1.2rem;
  text-align: center;
}
@media not screen and (min-width: 600px) {
  #contents.users-regist form .agreement {
    border-top: 2px solid rgb(216.75, 216.75, 216.75);
    margin-bottom: -20px;
    padding-top: 40px;
  }
}
#contents.users-regist .regist-notice {
  width: 86%;
  max-width: 680px;
  margin: 0 auto 70px;
  color: rgb(127.5, 127.5, 127.5);
  font-size: 1.2rem;
  text-align: justify;
}

/* -----------------------------------------
	STEP2 - 仮登録メール確認・仮登録メール再送
-------------------------------------------- */
/* -----------------------------------------
	STEP3 - 登録完了
-------------------------------------------- */
#contents.users-guidance .doneMessage {
  max-width: 500px;
  margin-bottom: 50px;
}
#contents.users-guidance .doneMessage:before {
  display: none;
}
#contents.users-guidance h2 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  font-weight: 600;
  font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
}
#contents.users-guidance .username {
  justify-content: space-between;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 600px) {
  #contents.users-guidance .username {
    display: flex;
    padding: 0 10px 15px;
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
}
@media not screen and (min-width: 600px) {
  #contents.users-guidance .username {
    display: block;
  }
}
#contents.users-guidance .username div {
  display: flex;
  width: calc(100% - 180px);
  height: 23px;
  line-height: 23px;
  padding-left: 30px;
  font-size: 1.2rem;
  background-repeat: no-repeat;
  background-image: url(../../img/users/i_gn_user.svg);
}
@media not screen and (min-width: 600px) {
  #contents.users-guidance .username div {
    width: 100%;
    margin-bottom: 5px;
  }
}
#contents.users-guidance .username div em {
  max-width: calc(100% - 35px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 3px;
  font-size: 1.4rem;
}
#contents.users-guidance .username a {
  display: block;
  height: 23px;
  line-height: 23px;
  color: #006d8e;
  text-decoration: underline;
  transition: opacity 0.3s;
}
#contents.users-guidance .username a:hover {
  opacity: 0.7;
}
#contents.users-guidance .info {
  position: relative;
}
#contents.users-guidance .info p {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  #contents.users-guidance .info p {
    padding-left: 37%;
  }
}
#contents.users-guidance .info img {
  position: absolute;
  top: 0;
  left: 5px;
  width: 30%;
}
@media not screen and (min-width: 600px) {
  #contents.users-guidance .info img {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #contents.users-guidance .info br {
    display: none;
  }
}
#contents.users-guidance .info a {
  display: inline-block;
  margin: 5px 15px 0 0;
  transition: opacity 0.3s;
}
#contents.users-guidance .info a:hover {
  opacity: 0.7;
}
#contents.users-guidance .info a:first-of-type {
  color: #006d8e;
  text-decoration: underline;
}
#contents.users-guidance .info a:nth-of-type(2) {
  color: #1eac4b;
  text-decoration: underline;
}
#contents.users-guidance .link {
  padding-bottom: 100px;
}
#contents.users-guidance .link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  z-index: 1;
  flex-wrap: wrap;
  flex-direction: column;
  width: 80%;
  max-width: 250px;
  height: 50px;
  font-size: 1.1rem;
  border: 1px solid rgb(224.4, 224.4, 224.4);
  border-radius: 4px;
}
#contents.users-guidance .link a::before, #contents.users-guidance .link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
#contents.users-guidance .link a::before {
  z-index: -1;
  background-image: linear-gradient(180deg, #fff, #f5f5f5);
}
#contents.users-guidance .link a::after {
  z-index: -2;
  background-image: linear-gradient(180deg, #fff, #fff);
}
@media (hover: hover) {
  #contents.users-guidance .link a:hover::before {
    opacity: 0;
  }
}
#contents.users-guidance .link a img {
  display: block;
  width: auto;
  height: 15px;
  margin: 5px 0 2px;
}
@media print, screen and (min-width: 600px) {
  #contents.users-guidance .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #contents.users-guidance .link a {
    font-weight: bold;
    font-weight: 600;
    font-family: "Quicksand", "游ゴシック体", "YuGothic", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
  }
  #contents.users-guidance .link a + a {
    margin-left: 20px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.users-guidance .link a {
    margin: 15px auto 0;
  }
}

/* -----------------------------------------
	印刷用
-------------------------------------------- */
@page {
  margin: 0px;
}
@media print {
  header {
    position: absolute;
  }
  footer {
    display: none;
  }
}