﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

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

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

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

* {
  box-sizing: border-box
}

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

button {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  letter-spacing: 0.08em
}

button:hover {
  cursor: pointer
}

input, select, textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  -webkit-appearance: none
}

input::-ms-clear{
    display:none;
}

input[type=password]::-ms-reveal{
   display:none;
}

[class*="l-horizontal"] {
  display: flex
}

[class*="l-horizontal"][class*="--pc"] {
  display: flex
}

[class*="l-horizontal"][class*="--sp"] {
  display: block
}

@media screen and (max-width: 768px) {
  [class*="l-horizontal"][class*="--pc"] {
    display: block
  }
  [class*="l-horizontal"][class*="--sp"] {
    display: flex
  }
  [class*="l-horizontal"][class*="--columnsp"] {
    flex-direction: column
  }
}

[class*="l-horizontal"][class*="--center"] {
  justify-content: center
}

[class*="l-horizontal"][class*="--between"] {
  justify-content: space-between
}

[class*="l-horizontal"][class*="--around"] {
  justify-content: space-around
}

[class*="l-horizontal"][class*="--wrap"] {
  flex-wrap: wrap
}

[class*="l-horizontal"][class*="--itemscenter"] {
  align-items: center
}

.l-innerblock {
  padding: 30px 48px 100px 48px
}

@media screen and (max-width: 768px) {
  .l-innerblock {
    padding: 10px 10px 65px 10px
  }
}

.page-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.l-wrap {
  background: #f4f5f9;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  #setting .l-wrap, #login .l-wrap, #maintenance .l-wrap {
    height: 100vh !important
  }
}

@media screen and (min-width: 768px){
  .desktop-hidden {
   display: none;
  }
}

#login .l-wrap, #maintenance .l-wrap {
  position: relative;
  background: transparent linear-gradient(228deg, #DEE9EB 0%, #71BCC9 100%) 0% 0% no-repeat padding-box;
  width: 100%
}

#home .l-wrap {
  min-height: 100vh;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  outline: none
}

button:focus {
  outline: 0 !important
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent
}

.sp {
  display: none !important
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important
  }
  .sp {
    display: block !important
  }
}

.nowrap {
  white-space: nowrap
}

img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  -webkit-touch-callout: none
}

body {
  width: 100%;
  position: relative;
  color: #707070;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
  line-height: 1.5 !important
}

[class*="c-btn"] {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px
}

@media screen and (min-width: 769px) {
  [class*="c-btn"]:hover {
    opacity: .7
  }
}

[class*="c-btn"][class*="--yellow"] {
  background: #FAB635
}

[class*="c-btn"][class*="--brown"] {
  background: #AFB4B4
}

[class*="c-btn"][class*="--greenwater"] {
  background: #71BCC9
}

[class*="c-icon"] {
  display: inline-block;
  background: no-repeat 0 center;
  vertical-align: middle
}

[class*="c-icon"][class*="--account"] {
  background-image: url("../images/pc/icon_acount.svg");
  height: 14px;
  width: 14px
}

[class*="c-icon"][class*="--setting"] {
  background-image: url("../images/pc/icon_setting.svg");
  height: 16.09px;
  width: 16.09px
}

[class*="c-icon"][class*="--logout"] {
  background-image: url("../images/pc/icon_logout.svg");
  height: 16px;
  width: 16px
}

[class*="c-icon"][class*="--download"] {
  background-image: url("../images/pc/icon_download.svg");
  height: 13px;
  width: 13px
}

@media screen and (max-width: 768px) {
  [class*="c-icon"][class*="--download"] {
    height: 16px;
    width: 16px;
    position: relative;
    top: 1px
  }
}

[class*="c-icon"][class*="--download-blue"] {
  background-image: url("../images/pc/icon_download-blue.svg");
  height: 13px;
  width: 13px
}

@media screen and (max-width: 768px) {
  [class*="c-icon"][class*="--download-blue"] {
    background-image: url("../images/pc/icon_download-blue-sp.svg");
    height: 16px;
    width: 16px
  }
}

[class*="c-icon"][class*="--help"] {
  background-image: url("../images/pc/bxs-help-circle.svg");
  height: 24px;
  width: 24px
}

[class*="c-icon"][class*="--mail"] {
  background-image: url("../images/pc/bxs-envelope.svg");
  width: 16px;
  height: 12.8px
}

[class*="c-icon"][class*="--pass"] {
  background-image: url("../images/pc/bxs-lock-alt.svg");
  height: 20px;
  width: 16px
}

[class*="c-icon"][class*="--descript"] {
    background-image: url('../images/pc/icon_help.svg');
    height: 18px;
    width: 18px;
}

[class*="c-txt"] {
  line-height: 1.5;
  letter-spacing: 0.05em
}

[class*="c-txt"][class*="--10pc"] {
  font-size: 10px
}

[class*="c-txt"][class*="--12pc"] {
  font-size: 12px
}

[class*="c-txt"][class*="--14pc"] {
  font-size: 14px
}

[class*="c-txt"][class*="--16pc"] {
  font-size: 16px
}

[class*="c-txt"][class*="--18pc"] {
  font-size: 18px
}

[class*="c-txt"][class*="--20pc"] {
  font-size: 20px
}

@media screen and (max-width: 768px) {
  [class*="c-txt"][class*="--12sp"] {
    font-size: 12px
  }
  [class*="c-txt"][class*="--14sp"] {
    font-size: 14px
  }
  [class*="c-txt"][class*="--16sp"] {
    font-size: 16px
  }
}

[class*="c-txt"][class*="--regular"] {
  font-weight: 400
}

[class*="c-txt"][class*="--medium"] {
  font-weight: 500
}

[class*="c-txt"][class*="--bold"] {
  font-weight: 700
}

[class*="c-txt"][class*="--white"] {
  color: #FFFFFF
}

[class*="c-txt"][class*="--blue"] {
  color: #71BCC9
}

[class*="c-txt"][class*="--gray"] {
  color: #ACACAC
}

[class*="c-txt"][class*="--red"] {
  color: #D53535
}

.c-input {
  border-radius: 8px;
  background-color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  border: transparent;
  padding-left: 16px;
  width: 100%
}

.c-select-box {
  position: relative
}

.c-select-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 9px;
  right: 0;
  border-style: solid;
  border-color: #71BCC9 transparent transparent transparent;
  border-width: 10px 5px 0px 5px;
  z-index: 1;
  cursor: pointer;
  pointer-events: none
}

.c-select-box select {
  outline: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding-right: 15px
}

.check-type {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 15px;
  vertical-align: middle;
  top: -2px
}

.check-type input {
  display: none
}

.check-type input:checked~.ico {
  background-image: url("../images/pc/icon_check.svg");
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.check-type .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  border: 1px solid #aaa;
  background: #fff no-repeat center;
  transition: all .2s ease;
  -webkit-transition: all .2s ease
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1020;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.c-modal.active {
  visibility: visible;
  opacity: 1;
  transition: all .4s ease;
  -webkit-transition: all .4s ease
}

.c-modal>.inner {
  background: rgba(8, 8, 8, 0.5);
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 60px;
}

.c-modal.bottom {
  bottom: 0;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  height: auto;
  width: 100%
}

.c-modal-help {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1020;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.c-modal-help.active {
  visibility: visible;
  opacity: 1;
  transition: all .4s ease;
  -webkit-transition: all .4s ease
}

.c-modal-help>.inner {
  background: rgba(8, 8, 8, 0.5);
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 60px;
}

.c-modal-help.bottom {
  bottom: 0;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  height: auto;
  width: 100%
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 1024;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.modalBottons{
  display: flex;
}

.modalContents{
  margin-top: 25px;
}

.modal-btn-cancel{
  margin: 25px 20px 0 auto;
  width: 105px;
  height: 35px;
  border-radius: 10px
}

.modal-btn-ok{
  margin-right: 15px;
  margin-top: 25px;
  width: 105px;
  height: 35px;
  border-radius: 10px
}
:root {
  --wrap-height: auto; /* もしくは heightのデフォルト値 */
}
.responsive-height{
  height: var(--wrap-height);
}
