@charset "UTF-8";

/*! Shitaji.CSS v5.0.0 CC0-1.0 by Qrac */

*,
::before,
::after {
  margin: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: sans-serif;
  /* word-break: break-word; */
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

canvas,
audio,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

hr {
  height: 0;
  overflow: visible;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*===========================================================
margin_padding
============================================================*/
/*-------- margin-top --------*/
.mt-60 {margin-top: 60px !important;}
.mt-55 {margin-top: 55px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-0 {margin-top: 0px !important;}

/*-------- margin-bottom --------*/
.mb-60 {margin-bottom: 60px !important;}
.mb-55 {margin-bottom: 55px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-0 {margin-bottom: 0px !important;}

/*-------- margin-right --------*/
.mr-60 {margin-right: 60px !important;}
.mr-55 {margin-right: 55px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-45 {margin-right: 45px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-35 {margin-right: 35px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-5 {margin-right: 5px !important;}
.mr-0 {margin-right: 0px !important;}

/*-------- margin-left --------*/
.ml-60 {margin-left: 60px !important;}
.ml-55 {margin-left: 55px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-45 {margin-left: 45px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-35 {margin-left: 35px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-25 {margin-left: 25px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-5 {margin-left: 5px !important;}
.ml-0 {margin-left: 0px !important;}

/*-------- padding-top --------*/
.pt-60 {padding-top: 60px !important;}
.pt-55 {padding-top: 55px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-0 {padding-top: 0px !important;}

/*-------- padding-bottom --------*/
.pb-60 {padding-bottom: 60px !important;}
.pb-55 {padding-bottom: 55px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-0 {padding-bottom: 0px !important;}

/*-------- padding-right --------*/
.pr-60 {padding-right: 60px !important;}
.pr-55 {padding-right: 55px !important;}
.pr-50 {padding-right: 50px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-5 {padding-right: 5px !important;}
.pr-0 {padding-right: 0px !important;}

/*-------- padding-left --------*/
.pl-60 {padding-left: 60px !important;}
.pl-55 {padding-left: 55px !important;}
.pl-50 {padding-left: 50px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-5 {padding-left: 5px !important;}
.pl-0 {padding-left: 0px !important;}


/*===========================================================
common
============================================================*/
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body {
  background: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  font-family: "YakuHanJPs", Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-size: 14px;
}

a {
  color: #0075b1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

a[href^="tel:"] {
  cursor: default;
  color: #000;
  text-decoration: none;
}

.icon-blank {
  display: inline-block;
  margin-left: 3px;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.al-l {text-align: left;}
.al-r {text-align: right;}
.al-c {text-align: center;}

.font-bold {font-weight: bold;}
.font-large {font-size: 18px;}
.text-read {font-size: 16px;}
.font-small {font-size: 12px;}

.font-white {
  color: #fff;
}

.font-normal {
  font-weight: normal;
}

.font-black {
  color: #000;
}

.font-red {
  color: #ff1744;
}

.text-marker {
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #ffed25 60%, #ffed25 100%);
}


.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    height: auto;
  }
  .font-large {font-size: 16px;}
  .text-read {font-size: 14px;}
  .inner {
    width: 100%;
    max-width: 640px;
    padding: 0 15px;
  }
  .max-inner {
    max-width: 100%;
  }
}

/*************************************
comma
**************************************/
.num-adjust .comma{
  font-size: 80%;
  position: relative;
  top: -0.02em;
}

/*************************************
pc,smp display
**************************************/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

/*************************************
noscript
**************************************/
.noscript-text {
  position: fixed;
  z-index: 999999;
  top: 0;
  background: rgba(255,246,248,0.95);
  color: #AD1416;
  border: 3px solid #AD1416;
  padding: 15px;
  margin: 15px;
  width: calc(100% - 2rem);
  text-align: center;
  font-weight: bold;
  box-shadow: 7px 7px 21px 4px rgba(0, 0, 0, 0.12);
}

/*************************************
grid
**************************************/
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid.is-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid.is-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid.is-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid.is-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*************************************
上下中央揃え
**************************************/
.flex-center{
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  align-items:center;
  -webkit-align-items:center;
  justify-content:center;
  -webkit-justify-content:center;
}

/*************************************
擬似要素の中央寄せ
**************************************/
.element-center-x,
.element-center-y{
  position:relative;
}

.element-center-x::before,
.element-center-x::after{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}

.element-center-y::before,
.element-center-y::after{
  position:absolute;
  top: 50%;
  transform:translateY(-50%);
}

@media screen and (max-width: 768px) {
  .grid {
    display: block;
  }
  .grid-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .element-center-x-sp::before,
  .element-center-x-sp::after{
    top:auto;
    left:50% !important;
    transform: translate(-50%,0);
  }

  .element-center-y-sp::before,
  .element-center-y-sp::after{
    left:auto;
    top:50% !important;
    transform:translate(0,-50%);
  }
}

/*===========================================================
layout
============================================================*/
/*************************************
common
**************************************/
.group+.group {
  margin-top: 50px;
}

.groups+.groups {
  margin-top: 35px;
}

.wrap+.wrap {
  margin-top: 15px;
}

/* .img：divで囲んで使う */
.img {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .group+.group {
    margin-top: 40px;
  }
  .groups+.groups {
    margin-top: 30px;
  }
}

/*************************************
grid col
**************************************/
.grid.col-2>.box {
  width: calc((100% - 25px) / 2);
}

.grid.col-3>.box {
  width: calc((100% - 50px) / 3);
}

@supports (-ms-ime-align: auto) {
  .grid.col-3>.box {
    width: calc(-16.6px + 33.3%);
  }
}

.grid.col-4>.box {
  width: calc((100% - 75px) / 4);
}

.grid.col-2>.box:nth-child(2n+1),
.grid.col-3>.box:not(:nth-child(3n)),
.grid.col-4>.box:not(:nth-child(4n)) {
  margin-right: 25px;
}

.grid.col-2>.box:not(:nth-child(-n+2)),
.grid.col-3>.box:not(:nth-child(-n+3)),
.grid.col-4>.box:not(:nth-child(-n+4)) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .grid.col-2:not(.grid-sp)>.box,
  .grid.col-3:not(.grid-sp)>.box,
  .grid.col-4:not(.grid-sp)>.box {
    width: 100%;
  }
  .grid.col-2:not(.grid-sp)>.box:nth-child(2n+1),
  .grid.col-3:not(.grid-sp)>.box:not(:nth-child(3n)),
  .grid.col-4:not(.grid-sp)>.box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .grid.col-2:not(.grid-sp)>.box+.box,
  .grid.col-3:not(.grid-sp)>.box+.box,
  .grid.col-4:not(.grid-sp)>.box+.box {
    margin-top: 20px;
  }

  .grid-sp.col-2>.box {
    width: calc((100% - 20px) / 2);
  }
  .grid-sp.col-3>.box {
    width: calc((100% - 40px) / 3);
  }
  .grid-sp.col-2>.box:nth-child(2n+1),
  .grid-sp.col-3>.box:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .grid-sp.col-2>.box:not(:nth-child(-n+2)),
  .grid-sp.col-3>.box:not(:nth-child(-n+3)) {
    margin-top: 20px;
  }
}

/*===========================================================
ttl
============================================================*/
.ttl-wrap {
  margin-bottom: 25px;
}

.ttl-wrap-group {
  margin-bottom: 15px;
}

.ttl-01 {
  font-size: 36px;
}

.ttl-02 {
  font-size: 28px;
}

.ttl-03 {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 25px;
  }
  .ttl-02 {
    font-size: 20px;
  }
  .ttl-03 {
    font-size: 17px;
  }
  .ttl-wrap {
    margin-bottom: 20px;
  }
}

/*===========================================================
btn
============================================================*/
.btn {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all .1s ease;
  background: #000;
  color: #fff;
}

.btn:hover {
  text-decoration: none;
  opacity: .7;
}

.btn:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 4px;
  height: 4px;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}

.btn.is-border {
  border: 1px solid #000;
  color: #000;
  background: transparent;
  transition: all .1s ease;
}

.btn.is-border:before {
  border-left: 8px solid #000;
}

.btn.is-border:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.btn.is-border:hover:before {
  border-left-color: #fff;
}

.btn.is-round {
  border-radius: 999em;
}

.btn.is-inline {
  display: inline-block;
  padding: 10px 50px;
}

@media screen and (max-width: 768px) {
  .btn.is-inline {
    padding: 12px 39px 12px 28px;
  }
}

/*===========================================================
tab
============================================================*/
.tab-box {
  display: none;
  border:10px solid #a5a5a5;
  padding:20px 40px;
}

.tab-box.active {
  display: block;
}

.tab {
  cursor: pointer;
  background:#ccc;
  text-align:center;
  padding:20px 10px;
  width: 49.5%;
}

.tab.active{
  background:#a5a5a5;
}

.tab-wrap.is-03 .tab {
  width: 32.5%;
}

.tab-wrap.is-04 .tab {
  width: 24%;
}

/*===========================================================
accodion
============================================================*/
.ac-ttl {
  cursor: pointer;
  position:relative;
  background: #000000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
}

.ac-ttl:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: 15px;
  vertical-align:3px;
}

.ac-ttl.active::after {
  transform: rotate(-135deg);
  vertical-align:-2px;
}

.ac-content {
  border: 4px solid #000000;
  padding: 15px;
  display: none;
}

@media screen and (max-width: 768px) {
  .ac-ttl {
    font-size: 16px;
    padding: 15px 20px;
  }
}

/*===========================================================
modal window
============================================================*/

.modal-box {
  position: fixed;
  width: 80%;
  max-width: 500px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.4);
  z-index: 9999;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all .5s ease;
  overflow: hidden;
}

.modal-box.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
  transition: all .5s ease;
}

.modal-overlay {
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-head + .modal-content {
  margin-top: 30px;
}

.modal-close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 25px;
  height: 25px;
  opacity: 0.3;
  cursor: pointer;
}

.modal-close:hover {
  opacity: 1;
}
.modal-close:before, .modal-close:after {
  position: absolute;
  left: 11px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #333;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .modal-box {
    padding: 15px;
    width: 90%;
  }
  .modal-head + .modal-content {
    margin-top: 20px;
  }
  .modal-close {
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
  }
  .modal-close:before, .modal-close:after {
    left: 6px;
    height: 16px;
    width: 2px;
  }
  .modal-area .num-tel {
    font-size: 26px;
  }
}

/*===========================================================
list
============================================================*/
.list-note {
  margin-top: 15px;
}

.list-note>li {
  padding-left: 1.2em;
}

.list-note>li.is-num {
  padding-left: 2em;
}

.list-note>li.is-num .mark {
  text-indent: -2em;
}

.list-note>li+li {
  margin-top: 1px;
}

.list-note .mark {
  display: inline-block;
  text-indent: -1.2em;
}

.list-dotted>li {
  padding-left: 8px;
  position: relative;
}

.list-dotted>li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #232323;
  border-radius: 999em;
  position: absolute;
  top: 0.65em;
  left: 0;
}

.list-dotted>li+li {
  margin-top: 2px;
}

.list-sub > li {
  padding-left: 15px;
  text-align: left;
  position: relative;
}

.list-sub > li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 3px;
}

.list-triangle > li {
  position: relative;
  padding-left: 14px;
}

.list-triangle > li + li {
  margin-top: 8px;
}

.list-triangle > li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fdae2f;
  border-right: solid 2px #fdae2f;
  position: absolute;
  top: 7px;
  left: -1px;
  transform: rotate(45deg);
}

.list-menu-sub > li {
  position: relative;
}

.list-menu-sub > li + li {
  margin-top: 8px;
}

.list-menu-sub > li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -2px;
}

/*************************************
counterパターン
**************************************/
.list-num{
  counter-reset: number;
}

.list-note.list-num > li{
  padding-left: 2em;
  position:relative;
}

.list-note.list-num > li:before{
  position:absolute;
  counter-increment: number;
  content:"※" counter( number)".";
  top:0;
  left:0;
}

.list-note.list-num > .no-num:before{
  content:"※";
  counter-reset: number;
}

/*************************************
アイコンテキストリンク
**************************************/
.text-link {
  padding-left: 12px;
  position: relative;
  font-size: 13px;
}

.text-link:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left: 7px solid #00bcff;
  position: absolute;
  top: 0.55em;
  left: 0;
}

@media screen and (max-width: 768px) {
  .text-link {
    font-size: 12px;
  }
}

/*===========================================================
table
============================================================*/
.width90 {
  width: 90%;
}

.width85 {
  width: 85%;
}

.width80 {
  width: 80%;
}

.width75 {
  width: 75%;
}

.width70 {
  width: 70%;
}

.width65 {
  width: 65%;
}

.width60 {
  width: 60%;
}

.width55 {
  width: 55%;
}

.width50 {
  width: 50%;
}

.width45 {
  width: 45%;
}

.width40 {
  width: 40%;
}

.width35 {
  width: 35%;
}

.width30 {
  width: 30%;
}

.width25 {
  width: 25%;
}

.width20 {
  width: 20%;
}

.width15 {
  width: 15%;
}

.width10 {
  width: 10%;
}

table, .tbl-div {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  display: table;
  background: #fff;
}

.bg-gray {
  background: #eff0f4;
}

.bg-black {
  background: #000;
  color: #fff;
}

th, td {
  border: 1px solid #ddd;
  padding: 10px;
  word-break: break-all;
  background: #fff;
}

th {
  font-weight: bold;
  font-size: 17px;
}

td {
  font-size: 15px;
}

.tbl-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.tbl-div,
.tbl-div .row {
  width: 100%;
}

.tbl-div .row {
  display: table-row;
}

.row .cell {
  display: table-cell;
  font-size: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: middle;
  word-break: break-all;
  position: relative;
}

.row.is-thead .cell {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}

/*
.row .cell:nth-child(1) {
  width: 30%;
}

.row .cell:nth-child(2) {
  width: 30%;
}

.row .cell:nth-child(3) {
  width: 30%;
}
*/


/* tbl-cam（キャンペーン詳細テーブル） */
.tbl-cam+.tbl-cam {
  margin-top: 10px;
}

.tbl-cam-inner {
  width: 100%;
}

.tbl-cam .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tbl-cam.is-frame {
  border: 1px solid #abafb2;
  border-radius: 7px;
}

.tbl-cam .head {
  background: #eaedef;
  border-radius: 6px 0 0 6px;
  color: #000;
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
}

.tbl-cam .head.bg-black {
  background: #000;
  color: #fff;
}

.tbl-cam .content {
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  th, td {
    padding: 10px;
  }

  th {
    font-size: 15px;
  }

  td {
    font-size: 14px;
  }

  .is-res th, .is-res td {
    width: 100%;
    display: block;
    border-top: none;
  }

  .is-res tr:first-child th {
    border-top: 1px solid #ddd;
  }

  .tbl-div {
    display: block;
  }

  .tbl-div, .row, .cell {
    width: 100%;
  }

  .tbl-div .row {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
  }

  .tbl-div.is-2 .row {
    padding: 19px 0;
  }

  .tbl-div .row .cell {
    border: none;
    display: block;
    padding: 16px 20px;
  }

  .tbl-div .row .cell.bg-gray {
    background: #eff0f4;
  }

  .tbl-div.is-2 .row .cell {
    padding: 0px 10px 0px 40%;
    margin-bottom: 24px;
  }

  .tbl-div.is-2 .row .cell:last-child {
    margin-bottom: 0;
}

  .row.is-thead {
    display: none;
    padding: 0;
    height: 0;
  }

  .tbl-div .row .cell::before {
    content: attr(data-title);
    font-size: 12px;
    color: gray;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    margin-bottom: 13px;
    min-width: 98px;
    display: block;
  }

  .tbl-div.is-2 .row .cell::before {
    position: absolute;
    width: 33%;
    left: 13px;
    top: 4px;
  }

  .tbl-div.is-2 .row:nth-child(odd) {
    background: #eff0f4;
  }

  /* tbl-cam（キャンペーン詳細テーブル） */
  .tbl-cam.is-frame {
    border-radius: 4px;
  }

  .tbl-cam .head {
    border-radius: 4px 4px 0 0;
    font-size: 12px;
    width: 100%;
  }

  .tbl-cam .content {
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    width: 100%;
  }
}

/*===========================================================
balloon
============================================================*/
.balloon {
  background: #99dfff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.balloon:before {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  border-top: 10px solid #99dfff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.balloon.is-inline {
  display: inline-block;
}

.balloon.is-round {
  border-radius: 999em;
  padding: 20px 30px;
}

.balloon.is-bottom {
  margin-bottom: 0;
  margin-top: 20px;
}

.balloon.is-bottom:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid #99dfff;
  bottom: auto;
  top: -20px;
}

.balloon.is-right{
  margin-bottom: 0;
  margin-left: 20px;
}

.balloon.is-right:before{
  border-top: 10px solid transparent;
  border-right: 10px solid #99dfff;
  bottom: 50%;
  left: -20px;
  transform: translateX(0);
  transform: translateY(50%);
}

.balloon.is-left{
  margin-bottom: 0;
  margin-right: 20px;
}

.balloon.is-left:before {
  border-top: 10px solid transparent;
  border-left: 10px solid #99dfff;
  bottom: 50%;
  left: auto;
  right: -20px;
  transform: translateY(50%);
}

/*************************************
balloon.border
**************************************/
.balloon.is-border {
  background: #fff;
  border: 2px solid #ccc;
}

.balloon.is-border:before,
.balloon.is-border:after {
  content: "";
  display: inline-block;
  border: 12px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.balloon.is-border:before {
  border-top: 12px solid #ccc;
  bottom: -24px;
}

.balloon.is-border:after {
  border-top: 12px solid #fff;
  bottom: -21px;
}

.balloon.is-border.is-bottom {
  margin-bottom: 0;
  margin-top: 20px;
}

.balloon.is-border.is-bottom:before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  bottom: auto;
  top: -24px;
}

.balloon.is-border.is-bottom:after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid #fff;
  bottom: auto;
  top: -21px;
}

.balloon.is-border.is-right:before{
  border-top: 12px solid transparent;
  border-right: 12px solid #ccc;
  bottom: 50%;
  left: -24px;
  transform: translateX(0);
  transform: translateY(50%);
}

.balloon.is-border.is-right:after {
  border-top: 12px solid transparent;
  border-right: 12px solid #fff;
  bottom: 50%;
  left: -21px;
  transform: translateX(0);
  transform: translateY(50%);
}

.balloon.is-border.is-left:before {
  border-top: 12px solid transparent;
  border-left: 12px solid #ccc;
  bottom: 50%;
  left: auto;
  right: -24px;
  transform: translateY(50%);
}

.balloon.is-border.is-left:after {
  border-top: 12px solid transparent;
  border-left: 12px solid #fff;
  bottom: 50%;
  left: auto;
  right: -21px;
  transform: translateY(50%);
}

/*===========================================================
PageContents
============================================================*/
/*********************************************
header
**********************************************/

.header .inner {
  padding: 15px 0;
}

.grid-header>.col.is-logo {
  max-width: 300px;
}

.grid-header>.col.is-link {
  max-width: calc(100% - 320px);
  font-size: 12px;
}

.nifty-top a {
  color: #000;
  text-decoration: underline;
}

.nifty-top a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .header .inner {
    padding: 10px 12px;
    max-width: 980px;
  }
  .grid-header>.col.is-logo {
    max-width: 160px;
  }
  .grid-header>.col.is-link {
    max-width: calc(100% - 180px);
  }
}

/*************************************
topic-path
**************************************/
.topic-path .inner {
  padding: 15px 0;
}

.list-topic>li {
  font-size: 12px;
  position: relative;
}

.list-topic>li+li {
  padding-left: 15px;
  margin-left: 8px;
}

.list-topic>li+li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.list-topic a {
  text-decoration:underline;
}

.list-topic a:hover{
  text-decoration:none;
}

@media screen and (max-width: 768px) {
  .topic-path .inner{
    padding: 8px 0 8px 12px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .list-topic{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .list-topic li{
    display:inline-block;
  }
  .list-topic li:last-child{
    padding-right: 8px;
  }
}

/*************************************
update-area
**************************************/
.update-area .inner {
  padding: 40px 0 10px;
}

.update-area .update {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .update-area .inner {
    padding: 20px 12px 10px;
  }
}

/*************************************
supplement-area
**************************************/
.supplement-area .inner {
  padding: 20px 0;
}

.supplement-area a {
  text-decoration: underline;
}

.supplement-area a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .supplement-area .inner {
    padding: 15px 12px;
  }
}

/*************************************
tel
**************************************/
.num-freedial {
  display: inline-block;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
  cursor: default;
}

.num-freedial.font-white {
  color: #fff;
}

.icon-freedial,
.icon-navidial {
  display: inline-block;
  padding-left: 65px;
  position: relative;
}

.icon-freedial:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 35px;
  background: url("/common/images/freedial-green.svg") no-repeat;
  background-size: 60px auto;
  position: absolute;
  top: 10px;
  left: 0;
}

.icon-freedial.icon-gray:before {
  background: url("/common/images/freedial-gray.svg") no-repeat;
  background-size: 60px auto;
}
.icon-freedial.icon-orange:before {
  background: url("/common/images/freedial-orange.svg") no-repeat;
  background-size: 60px auto;
}
.icon-freedial.icon-black:before {
  background: url("/common/images/freedial-black.svg") no-repeat;
  background-size: 60px auto;
}
.icon-freedial.icon-blue:before {
  background: url("/common/images/freedial-blue.svg") no-repeat;
  background-size: 60px auto;
}

.num-freedial.is-small {
  font-size: 38px;
}
.icon-freedial.is-small {
  padding-left: 63px;
}
.icon-freedial.is-small:before {
  width: 60px;
  height: 36px;
  background-size: 56px auto;
  top: 8px;
}

.num-freedial.is-big  {
  font-size: 58px;
}
.icon-freedial.is-big {
  padding-left: 91px;
}
.icon-freedial.is-big:before {
  width: 87px;
  height: 50px;
  background-size: 82px auto;
  top: 13px;
}

.icon-navidial:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 44px;
  background: url("/common/images/navidial.svg") no-repeat;
  background-size: 56px auto;
  position: absolute;
  top: 4px;
  left: 0;
}
.icon-navidial.is-small {
  padding-left: 52px;
}
.icon-navidial.is-small:before {
  width: 45px;
  height: 35px;
  background-size: 45px auto;
}
.icon-navidial.is-big {
  padding-left: 78px;
}
.icon-navidial.is-big:before {
  width: 71px;
  height: 55px;
  background-size: 71px auto;
  top: 8px;
}

@media screen and (max-width: 768px) {
  .num-freedial {
    font-size: 32px;
    line-height: 1.5;
  }
  .icon-freedial {
    padding-left: 56px;
  }
  .icon-freedial::before {
    width: 50px;
    height: 31px;
    background-size: 50px auto;
    top: 12px;
  }
  .icon-freedial.icon-gray:before,
  .icon-freedial.icon-orange:before,
  .icon-freedial.icon-black:before,
  .icon-freedial.icon-blue:before {
    background-size: 50px auto;
  }
  .num-freedial.is-small {
    font-size: 32px;
  }
  .icon-freedial.is-small {
    padding-left: 52px;
  }
  .icon-freedial.is-small:before {
    width: 47px;
    height: 30px;
    background-size: 47px auto;
    top: 12px;
  }

  .num-freedial.is-big {
    font-size: 34px;
  }
  .icon-freedial.is-big {
    padding-left: 60px;
  }
  .icon-freedial.is-big:before {
    width: 53px;
    height: 34px;
    background-size: 53px auto;
    top: 12px;
  }

  .icon-navidial {
    padding-left: 47px;
  }
  .icon-navidial:before {
    width: 40px;
    height: 33px;
    background-size: 40px auto;
    top: 9px;
  }
  .icon-navidial.is-small {
    padding-left: 45px;
  }
  .icon-navidial.is-small:before {
    width: 38px;
    height: 33px;
    background-size: 38px auto;
    top: 10px;
  }
  .icon-navidial.is-big {
    padding-left: 50px;
  }
  .icon-navidial.is-big:before {
    width: 45px;
    height: 38px;
    background-size: 45px auto;
  }
}

@media screen and (max-width:350px) {
  .num-freedial {
    font-size: 28px;
  }
  .icon-freedial {
    padding-left: 45px;
  }
  .icon-freedial::before {
    width: 40px;
    height: 24px;
    background-size: 40px auto;
    top: 11px;
  }
  .icon-freedial.icon-gray:before,
  .icon-freedial.icon-orange:before,
  .icon-freedial.icon-black:before,
  .icon-freedial.icon-blue:before {
    background-size: 40px auto;
  }
  .num-freedial.is-small {
    font-size: 26px;
  }
  .icon-freedial.is-small {
    padding-left: 42px;
  }
  .icon-freedial.is-small:before {
    width: 36px;
    height: 22px;
    background-size: 36px auto;
    top: 10px;
  }

  .num-freedial.is-big {
    font-size: 31px;
  }
  .icon-freedial.is-big {
    padding-left: 52px;
  }
  .icon-freedial.is-big:before {
    width: 46px;
    height: 29px;
    background-size: 46px auto;
  }

  .icon-navidial {
    padding-left: 41px;
  }
  .icon-navidial:before {
    width: 35px;
    height: 30px;
    background-size: 35px auto;
    top: 8px;
  }
  .icon-navidial.is-small {
    padding-left: 36px;
  }
  .icon-navidial.is-small:before {
    width: 31px;
    height: 28px;
    background-size: 31px auto;
    top: 8px;
  }
  .icon-navidial.is-big {
    padding-left: 42px;
  }
  .icon-navidial.is-big:before {
    width: 40px;
    height: 34px;
    background-size: 40px auto;
  }
}

/*********************************************
topに戻る
*********************************************/
#btn-pagetop {
  position: fixed;
  bottom: -10px;
  right: 10px;
  z-index:9999999;
  transition:.3s;
}

#btn-pagetop a {
  color: #fff;
  background: #4a5359;
  border-radius: 10px;
  display:inline-block;
  padding: 10px 10px 20px;
  z-index: 99999;
  position: relative;
}

#btn-pagetop:hover{
  bottom:-6px;
}

#btn-pagetop a:hover {
  background: #818d95;
}

@media screen and (max-width: 768px) {
  #btn-pagetop {
    font-size: 13px;
  }
}

/*********************************************
footer
*********************************************/
.footer a {
  color: #000;
  text-decoration: none;
  position: relative;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-sitemap {
  background: #f1ede3;
  font-size: 12px;
}

.footer-sitemap .inner {
  padding: 40px 0;
}

.footer-sitemap .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-sitemap .upper .lead {
  font-size: 18px;
  font-weight: bold;
}

.footer-sitemap .upper .text {
  font-weight: bold;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-menu .menu-col:nth-child(1) {
  width: 60%;
  padding-right: 30px;
}

.footer-menu .menu-col:nth-child(2) {
  width: 20%;
  border-left: 2px dotted #c5ba9f;
  padding: 0 30px;
}

.footer-menu .menu-col:nth-child(3) {
  width: 20%;
  border-left: 2px dotted #c5ba9f;
  padding-left: 30px;
}

.footer-menu.is-service .menu-col:nth-child(1) {
  width: 28%;
  padding-right: 0;
}

.footer-menu.is-service .menu-col:nth-child(2) {
  width: 44%;
}

.footer-menu .menu-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-menu .menu-text {
  font-size: 13px;
  margin-bottom: 30px;
}

.list-menu + .list-menu {
  margin-top: 15px;
}

.list-menu li + li {
  margin-top: 8px;
}

.list-menu-sub {
  padding: 0 14px;
}

.list-menu .lead {
  font-size: 14px;
  font-weight: bold;
}

.list-menu-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-menu-grid .list-menu {
  width: 32%;
}

.list-menu-grid .list-menu + .list-menu {
  margin-top: 0;
}

.list-menu a {
  display: inline-block;
}

.footer-company {
  background: #fff;
}

.footer-company .inner {
  padding: 10px 0;
}

.footer-company-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-footer-wrap li + li {
  margin-left: 10px;
}

.footer-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-service li {
  font-size: 12px;
}

.footer-service li + li {
  margin-left: 12px;
}

.footer-service.list-triangle > li + li {
  margin-top: 0;
}
.copyright {
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer-company {
    background: #ffa513;
  }

  .footer-company .inner {
    padding: 20px 12px;
    max-width: 980px;
  }

  .footer-service {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-service li {
    padding: 0 8px;
    margin-top: 6px;
    line-height: 1.1;
  }

  .footer-service.list-triangle > li + li {
    margin-top: 6px;
  }

  .footer-service.list-triangle > li:before {
    display: none;
  }

  .footer-service li + li {
    margin-left: 0;
    border-left: 1px solid #000;
  }

  .copyright {
    margin-top: 10px;
    text-align: center;
  }
}
