@charset "UTF-8";
/*=========================================================
reset /Shitaji.CSS v5.0.0 CC0-1.0 by Qrac/
===========================================================*/
*,
::before,
::after {
  margin: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

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;
  max-width: 100%;
}

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: 5px !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: 5px !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: 5px !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: 5px !important;}

/*===========================================================
Foundation
============================================================*/
  body {
	background: #fff;
	color: #333333;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	font-family: "YakuHanJPs", Roboto, "Noto Sans JP", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
	font-size: 16px;
  }
  
  a {
	color: #1f7aff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
  }
  
  a:hover img {
	opacity: 0.8;
  }
  
  a[href^="tel:"] {
	cursor: default;
	color: #000;
	text-decoration: none;
  }
  
  .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-black {
	color: #000;
  }
  
  .font-red {
	color: #ff1744;
  }
  
  @media screen and (max-width: 767px) {
	body {
	  min-width: 100%;
	  height: auto;
	  font-size: 14px;
	}
  }
  

/*************************************
sticky ナビ追従
**************************************/
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 99999;
  }
  /*************************************
  comma
  **************************************/
  .num-adjust .comma{
	font-family: "????", Roboto;
	font-size: 80%;
	position: relative;
	top: -0.02em;
  }
  
  /*************************************
  pc,smp display
  **************************************/
  @media screen and (min-width: 768px) {
	.sp-only {
	  display: none !important;
	}
  }
  
  @media screen and (max-width: 767px) {
	.pc-only {
	  display: none !important;
	}
  }
  
  /*************************************
  grid
  **************************************/
  .inner {
	max-width: 1020px;
	margin: 0 auto;
  }
  
  .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: 767px) {
	.inner {
	 padding: 10px;
	}
	.max-inner {
	  max-width: 100%;
	}
	.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: 767px) {
	.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: 50px;
  }
  
  @media screen and (max-width: 767px) {
	.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% - 315px) / 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;
  }
  
  .ttl-04 {
	font-size: 18px;
	  text-decoration: underline;
  }
  
  
  @media screen and (max-width: 767px) {
	.ttl-01 {
	  font-size: 30px;
	}
	.ttl-02 {
	  font-size: 22px;
	}
	.ttl-03 {
	  font-size: 18px;
	}
  .ttl-04 {
	font-size: 14px;
	  text-decoration: underline;
  }
	  
	.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:  8px solid #fff;
  }
  
  .btn.is-round {
	border-radius: 999em;
  }
  
  .btn.is-inline {
	display: inline-block;
	padding: 10px 50px;
  }
  
  @media screen and (max-width: 767px) {
	.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%;
  }
  
  .flame{
	  border:1px solid #666666;
	  padding:10px;
	  margin-top: 10px;
  }
  
  /***************************************
  accodion
  =***************************************/
  .ac-ttl{
	text-align: center;
  }
  .ac-ttl p{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #ff7713;
    position: relative;
	text-decoration: underline;
    cursor: pointer;
}

.ac-ttl p:hover {
    text-decoration: none;
}

.ac-ttl p:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #ff7713;
    border-right: solid 2px #ff7713;
    position: absolute;
    left: 5px;
    top: 5px;
    position: absolute;
    top: 0.5em;
    left: -1em;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.ac-ttl.open p:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 0.7em;
}

.ac-content {
    display: none;
	margin-top: 15px;
	padding: 15px;
	font-size: 14px;
    background: #fff1e9;
}

@media screen and (max-width: 767px) {}

  /***************************************
  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: 767px) {
	.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;
  }
  
  .list-sub > li + li {
	margin-top: 3px;
  }
  
  /*************************************
  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 > li.no-num{
	padding-left: 1.5em;
  }
  .list-note.list-num > .no-num::before{
	content:"?";
	counter-reset: number;
  }
  
  /*************************************
link
  **************************************/
  .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: 767px) {
	.text-link {
	  font-size: 12px;
	}
  }
  
  /***************************************
  table
 ***************************************/
  .width80 {
	width: 80%;
  }
  
  .width70 {
	width: 70%;
  }
  
  .width60 {
	width: 60%;
  }
  
  .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, .row {
	width: 100%;
  }
  
  .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;
  }
  @media screen and (max-width: 767px) {
	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;
	}
  }
  
  /***************************************
  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%);
  }

/*===========================================================
pagelayout
============================================================*/
/*************************************
nifty-phishing-area
**************************************/
.nifty-phishing-area{
	padding-bottom: 30px;
}
.nifty-phishing-area .ttl-02 {
    padding: 10px;
    padding-left: 1.5rem;
    font-size: 20px;
    font-weight: bold;
    color: #0b267c;
    border-bottom: 2px solid #0b267c;
    position: relative;
}

.nifty-btn-box+.nifty-btn-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b2b2b2;
}

.nifty-btn-box .content {
    width: 65%;
    padding-right: 2%;
}

.nifty-btn-box .btn-wrap {
    width: 35%;
}

@media screen and (max-width: 767px) {
	.nifty-phishing-area{
		padding-bottom: 15px;
	}
	.nifty-phishing-area .ttl-02{
		font-size: 16px;
	}
    .nifty-btn-box .content {
        width: 100%;
        padding-right: 0;
    }

    .nifty-btn-box .btn-wrap {
        width: 100%;
        margin-top: 10px;
    }
}

.link-btn a {
	display: block;
	max-width: 360px;
	width: 100%;
	margin-left: auto;
	padding: 10px 20px;
	text-align: center;
	position: relative;
	background: #0b267c;
	color: #ffffff;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
	-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	border: 2px solid #0b267c;
	border-radius: 2px;
	text-decoration: none;
}

.link-btn a:hover {
	color: #0b267c;
	text-decoration: none;
	background-position: -100% 100%;
}

.link-btn a:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("/common/images/icon_arrow_white.svg") right 8px center no-repeat;
	transition: 0.5s;
}

.link-btn a:hover:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("/common/images/icon_arrow_black.svg") right 8px center no-repeat;
}

/*************************************
Message-area
**************************************/
.Message-area{
	background:url("/common/images/bg_city.png") no-repeat;
	background-size: cover;
}
.Message-box{
	padding: 70px 0;
}
.Message-area p{
	text-align: center;
	color: #FFFFFF;
}
.Message-area .Message-title{
	font-size: 28px;
	font-weight: bold;
}
.Message-area .Message-title span{
	display: block;	
	font-size: 16px;
}
@media screen and (max-width: 767px){
	.Message-box {
		padding: 40px 0;
	  }
}