@charset "UTF-8";
@font-face {
  font-display: swap;
	font-family: "Lato-Italic";
	src: url("/fonts/Lato-Italic.ttf") format("truetype");
}

header nav#mainnav ul li a{
  color:#0e0e0e;
}
header nav#mainnav ul li{
  background-image: url(/img/common/nav-divline-g.png);
}

#mv{
	background-image: url(/img/usage/mv.jpg);
}

#mv h2{
  text-shadow:
    0 0 40px #fff,
    0 0 40px #fff,
    0 0 40px #fff,
    0 0 40px #fff,
    0 0 40px #fff,
    0 0 40px #fff,
    0 0 40px #fff,
    0 0 40px #fff,
    0 0 40px #fff,
    0 0 40px #fff;
}

main article#mv h2 img.subtitle {
	margin-top: -24px;
	padding-left: 1px;
}

main h2 img.subtitle {
  display: block;
  margin: 12px auto 0;
}

h1 {
  color: rgba(0,0,0,0.6);
}

h3{
	margin-bottom: 24px;
}

main .btn {
  min-width: 400px;
}
main section{
	max-width: 1000px;
}
main .note {
	font-size: 13px;
}
main #traffic thead th{
	width: 20%;
}
main #traffic thead th:first-of-type{
	width: 40%;
}

main #traffic thead th h3{
	font-size: 13px;
  background-color: #fff;
  color: #2b94e4;
  padding: 4px 6px 3px;
  margin-bottom: 8px;
	white-space: nowrap;
}
main #traffic tbody td{
	text-align: center;
	font-weight: bold;
	padding: 23px 24px 22px;
}
main #traffic tbody td:first-of-type p{
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	text-align: left;
}
main #traffic tbody td:first-of-type h4{
	text-align: left;
  font-size: 14px;
  margin-bottom: 0;
}
main #traffic tbody td:first-of-type img{
	float: left;
	margin: 0 12px 0 0;
}
main #traffic ul.list{
	display: inline-block;
}
main #traffic ul.list li::before {
  display: none;
}
main #traffic ul.list li {
	text-indent: -1em;
	font-size: 13px;
}
main ul.numheader{
	text-align: left;
}
#value ul li{
  vertical-align: top;
  background-color: #eff5f9;
  margin: 0 10px 20px
}
#value ul li h5{
  font-size: 16px;
  margin:16px 16px 8px;
  text-align: left;
}
#value ul li p{
  margin: 8px 16px 16px;
}
#value ul li a{
  font-size: 12px;
  width: 300px;
  text-decoration: none;
  color: #0e0e0e;
  display: inline-block;
  text-align: left;
}
#value ul.double li a{
  width: 460px;
}

/*-----------------------------------------------------------------------
 20191216 page fix
*----------------------------------------------------------------------- */
main .available .tab_c {
  padding-top: 36px;
}
main .available nav.tab ul li a.selected {
  background-color: #0e0e0e;
}
main .available nav.tab ul li a {
  background-color: #f0f5f9;
}
.available-comfortable {
  border: 1px solid #0e0e0e;
  margin: 0 auto 50px;
  padding: 36px 120px 32px;
}
.available-comfortable li {
  margin: 0 0 10px;
  vertical-align: top;
  width: 96px;
}
.available-comfortable h3 {
  margin: 0 0 24px;
}
.available-comfortable img {
  width: 80px;
}
.available-comfortable p {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0.2em 0 0;
}
.available-guide {
  margin: 0 auto;
}
.available-guide h3 {
  margin: 0 0 26px;
}
.available-guide ul {
  text-align: left;
}
.available-guide li {
  letter-spacing: 0.05em;
  margin: 0 0 42px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 156px;
}
.available-guide img {
  margin: 0 0 14px;
  width: 80px;
}
.available-guide dl {
  line-height: 1.4;
}
.available-guide dt,
.available-guide dd:nth-of-type(1) {
  font-weight: bold;
}
.available-guide dt {
  font-size: 16px;
}
.available-guide dd:nth-of-type(1) {
  font-size: 15px;
  margin: 0 auto 3px;
}
.available-guide dd:nth-of-type(2) {
  font-size: 13px;
}
.available-guide .is-caution {
  font-size: 11px;
  vertical-align: text-top;
}
.available-guide a {
  bottom: 0;
  font-size: 16px;
  left: 0;
  margin: 0 0 -1.6em;
  position: absolute;
  width: 100%;
}
.available-common-note ul {
  text-align: left;
}
.available-common-note li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.available-common-note a {
  display: block;
}


/*-----------------------------------------------------------------------
 swiper
----------------------------------------------------------------------- */
#banner{
	padding: 0 0 60px;
}
#banner h2 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 30px;
}
#banner .is-orange {
  color: #ff6f00;
  display: block;
  font-size: 40px;
}
#banner section{
	max-width: 100%;
	padding: 0;
}
#banner .swiper-container {
	padding-bottom: 20px;
}
#banner .swiper-slide {
	width: 330px;
}
#banner .swiper-button-next,
#banner .swiper-button-prev{
  display:none;
}
#banner .swiper-wrapper{
  display: block;
  margin: auto;
}
#banner .swiper-slide{
  display: inline-block;
  margin: 0px 5px;
}
#banner .swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
#banner .swiper-slide:nth-child(1) { order: 2; }
#banner .swiper-slide:nth-child(2) { order: 1; }
#banner .swiper-slide:nth-child(3) { order: 3; }

/* img to text */
.com-subtitle.is-en{
  display: block;
  font-family: Lato-Italic;
}
.mv-head .is-en {
  font-size: 23px;
  letter-spacing: 0.2em;
  margin: 6px auto 0;
}
.mv-head .is-adjust_position {
  font-size: 30px;
  margin: 0 -0.4em;
  vertical-align: middle;
}
.com-section-head .is-en {
  color: #038de1;
  font-size: 18px;
  letter-spacing: 0.25em;
  margin: 8px auto 0;
}