@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
font,
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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:visited {
  color: #333;
  transition: all 0.3s;
}
a:hover {
  color: #333;
  transition: all 0.3s;
}
a:active {
  color: #333;
  transition: all 0.3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1350px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

#container {
  text-align: left;
  overflow: hidden;
}
#main {
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 15px 0 0;
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  background-color: #f1e213;
}
#gHeader h1 {
  margin-left: 19px;
}
#gHeader .linkList {
  margin: -5px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  font-size: 1.5rem;
  font-weight: 500;
}
#gHeader .linkList li {
  margin: 0 12px;
}
#gHeader .linkList a:hover,
#gNavi a:hover {
  opacity: 0.7;
}
#gHeader .linkList .img {
  padding-right: 3px;
  position: relative;
}
#gHeader .linkList .posTxt {
  position: absolute;
  top: -10px;
  left: -5px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  text-align: center;
  line-height: 18px;
  background-color: #b51c24;
}
#gHeader .linkList .img img {
  vertical-align: middle;
}
#gHeader .lBox {
  width: 64.5%;
}
#gHeader .posImg {
  position: absolute;
  top: 0;
  z-index: 10;
  right: 4px;
  text-align: right;
}
#gHeader .posImg img {
  width: 264px;
  text-align: right;
}
@media all and (min-width: 897px) and (max-width: 1380px) {
  #gHeader .posImg {
    right: -27px;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 7px 0 0;
    display: block;
  }
  #gHeader h1 {
    margin-bottom: 11px;
    width: 224px;
    margin-left: 9px;
  }
  #gHeader .bgBox {
    padding-left: 0;
    background-image: url("../../img/common/sp_navi_bg.png");
    background-size: auto 37px;
    background-repeat: repeat;
  }
  #gHeader .linkList {
    margin-bottom: 0;
    font-size: 1.3rem;
    justify-content: flex-start;
  }
  #gHeader .linkList .out {
    display: none;
  }
  #gHeader .linkList .active {
    background: url("../../img/common/bg.png") no-repeat left top / 100% 100%;
  }
  #gHeader .linkList .active a {
    color: #b51c24;
  }
  #gHeader .linkList .active .over {
    display: none;
  }
  #gHeader .linkList .active .out {
    display: inline-block;
  }
  #gHeader .linkList li {
    margin: 0;
    border-right: 1px solid #f0e213;
  }
  #gHeader .linkList li:last-child {
    border-right: none;
  }
  #gHeader .linkList li a {
    min-width: 89px;
    padding: 7px 4px 7px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
  }
  #gHeader .lBox {
    width: auto;
  }
  #gHeader .linkList .img {
    padding-right: 0;
  }
  #gHeader .linkList .posTxt {
    width: 18px;
    height: 18px;
    top: -3px;
    left: -8px;
    line-height: 16px;
    background-color: #b51c24;
  }
  #gHeader .posImg {
    top: -5px;
    right: -16px;
    max-width: 126px;
  }
  #gHeader .posImg img {
    width: 100%;
  }
}
@media all and (max-width: 374px) {
  #gHeader .posImg {
    max-width: 88px;
    top: -3px;
  }
}

#gHeader .header_logo img {
	display: block;
	margin-left: 10px;
	width: 446px;
	height: auto;
}

@media (max-width: 896px) {
	#gHeader .header_logo img {
		width: 64vw;
		margin: 0 10px 10px;
	  }
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
.bgBox {
  padding-left: 13.6%;
  background: url("../../img/common/navi_bg.png") no-repeat left top / 100% 100%;
}
#gNavi ul {
  display: flex;
  flex-wrap: wrap;
}
#gNavi ul li {
  margin-right: 18px;
}
#gNavi ul a {
  padding: 8px 0;
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
}
@media all and (min-width: 897px) {
  #gHeader .linkList {
    padding: 0 25% 0 0;
  }
}
@media all and (max-width: 896px) {
  #gNavi {
    display: none;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 115px 0 37px;
  text-align: center;
  position: relative;
  background-color: #f1f1f1;
}
#gFooter .pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
#gFooter a:hover {
  opacity: 0.7;
}
#gFooter .fNavi {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#gFooter .fNavi li {
  margin: 0 15px;
}
#gFooter .fNavi01 {
  margin-bottom: 28px;
}
#gFooter .fNavi01 a {
  font-size: 1.4rem;
  color: #666;
}
#gFooter .ttl {
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: #666;
}
#gFooter .linkList {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#gFooter .linkList li {
  margin: 0 10px;
}
#gFooter .linkList01 li {
  margin: 0 20px;
}
#gFooter .logo a {
  opacity: 1;
}
#gFooter .logo {
  padding: 13px 0;
}
#gFooter .copyright {
  font-size: 1.4rem;
  color: #666;
}
#gFooter .copyright .size {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 3px;
}

.contents-section a {
  color: #b51c24
}

.cmnTit {
  color: #b51c24;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  border-top: 1px solid #b51c24;
  padding-top: 3px;
  font-feature-settings: "palt";
}

/*faq*/

.faqList {
  margin: 57px 0 0;
  border-top: 1px solid #cccccc;
}
.q-and-a dt {
  font-size: 24px;
  font-weight: bold;
  color: #b51c24;
  padding-top: 18px;
  margin-bottom: 12px;
}
.q-and-a dt span.q {
  display: inline-block;
  margin-right: 12px;
}
.q-and-a dd span.a {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.q-and-a .mb {
  margin-bottom: 17px;
}
.q-and-a dd {
  border-bottom: 1px solid #ccc;
  padding-left: 30px;
  position: relative;
  padding-top: 7px;
  padding-bottom: 25px;
  line-height: 1.7;
}
.faqList caption {
  text-align: left;
  margin-bottom: 5px;
}
.faqList table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
  table-layout: fixed;
}
.supplement {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.faqList table th {
  text-align: center;
  font-weight: normal;
  background: #efeee8;
  border: 1px solid #ccc;
  padding: 8px 15px;
}
.faqList table td {
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 13px;
  text-align: center;
}
.faqList table tr th:first-child {
  text-align: left;
}
.faqList table .left td {
  text-align: left;
}

#equipment-illustration {
  margin: 20px 0;
  border: #63a1bb 1px solid;
  width: 638px;
  background: #d2f5ff;
  border-radius: 10px;
  padding-bottom: 20px;
  padding: 10px 0px 0;
  box-sizing: border-box;
}

#equipment-illustration div.photo-area {
  display: flex;
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
}

#equipment-illustration div.photo-frame {
  margin: 0;
  padding: 0 8px;
  width: 202px;
}

#goto-trailer {
  margin: 30px 0 30px 23px;
  padding: 15px;
  width: 630px;
  background: #c3d7df;

  border-radius: 10px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#goto-trailer h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 123.1%;
}

#goto-trailer div.photo-area {
  margin: 0 -8px;
  width: 726px;
}

#goto-trailer div.photo-frame {
  float: left;
  margin: 0;
  padding: 0 8px;
  width: 226px;
}

#equipment-illustration div.caption,
#goto-trailer div.caption {
  font-size: 85%;
  padding: 5px 0 0;
  text-align: center;
}

/*guide*/
.guidepage {
  margin-top: 40px;
  line-height: 1.7;
}
.guidepage .sc {
  overflow-x: scroll;
}
.guidepage .sc table {
  width: 1400px;
}

.guidepage table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  table-layout: fixed;
}
.guidepage table caption {
  text-align: left;
  margin-bottom: 5px;
}
strong.red {
  color: #cc0000;
}

.toku .left th {
  width: 180px !important;
}
.guidepage .left th,
.guidepage .left td {
  text-align: left;
  vertical-align: top;
}
.guidepage .mb {
  margin-bottom: 18px;
}
.guidepage table th {
  text-align: center;
  font-weight: normal;
  background: #efeee8;
  border: 1px solid #ccc;
  padding: 13px 15px;
}
.guidepage table td {
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 13px;
  text-align: center;
}
.guidepage .section {
  margin-bottom: 50px;
}
.guidepage .section ul {
  margin-top: 5px;
  margin-bottom: 10px;
}
.guidepage .sml {
  font-size: 14px;
}
.guidepage .section .text {
  margin-bottom: 48px;
}

.guidepage .scb {
  width: 120px;
  margin-top: 10px;
  margin-left: auto;
}
.guidepage h3.tit {
  color: #af1e23;
  font-size: 24px;
  border-left: 4px solid #af1e23;
  line-height: 1.3;
  padding: 3px 0 4px 12px;
  margin-bottom: 29px;
}
.guidepage h4.t {
  font-size: 19px;
  margin-bottom: 15px;
}

@media (max-width: 896px) {
  #gFooter {
    padding: 72px 0 18px;
  }
  #gFooter .fNavi {
    margin-bottom: 12px;
  }
  #gFooter .fNavi li {
    margin: 0 11px 16px;
  }
  #gFooter .fNavi01 a {
    font-size: 1.1rem;
  }
  #gFooter .ttl {
    font-size: 1rem;
  }
  #gFooter .linkList {
    margin-bottom: 21px;
    justify-content: space-between;
  }
  #gFooter .linkList img {
    width: 100%;
  }
  #gFooter .linkList01 {
    margin-top: -4px;
    justify-content: center;
  }
  #gFooter .linkList li {
    width: 48%;
    margin: 0;
  }
  #gFooter .linkList01 li {
    width: 25px;
    margin: 0 12px;
  }
  #gFooter .logo {
    padding: 3px 0 0;
  }
  #gFooter .logo img {
    width: 172px;
  }
  #gFooter .copyright .size {
    font-size: 1.1rem;
  }
  #gFooter .copyright {
    font-size: 0.8rem;
  }
  #gFooter .pageTop {
    width: 44px;
  }

  .cmnTit {
    font-size: 20px;
    border-top: 2px solid #b51c24;
  }
  .faqList {
    margin: 30px 0 0;
  }
  .q-and-a dt {
    font-size: 18px;
    padding-top: 14px;
    margin-bottom: 0px;
    padding-left: 23px;
    position: relative;
    line-height: 1.3;
  }
  .q-and-a dt span.q {
    display: inline-block;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 22px;
  }
  .q-and-a dd span.a {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
  }
  .q-and-a .mb {
    margin-bottom: 17px;
  }
  .q-and-a .sc {
    overflow-x: scroll;
  }
  .q-and-a .sc table {
    width: 700px;
  }
  .q-and-a .sc .scb {
    width: 120px;
    margin-top: 10px;
    margin-left: auto;
  }
  .q-and-a dd {
    padding-left: 23px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1.7;
  }
  .faqList caption {
    text-align: left;
    margin-bottom: 5px;
  }
  .faqList table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
    table-layout: fixed;
  }
  .supplement {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .faqList table th {
    text-align: center;
    font-weight: normal;
    background: #efeee8;
    border: 1px solid #ccc;
    padding: 8px 15px;
  }
  .faqList table td {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 13px;
    text-align: center;
  }
  .faqList table .left td {
    text-align: left;
  }
  .faqList .vt th {
    vertical-align: top !important;
    text-align: left;
    width: 110px;
  }
  #equipment-illustration {
    margin: 20px 0;
    border: #63a1bb 1px solid;
    width: 100%;
    background: #d2f5ff;
    border-radius: 10px;
    padding-bottom: 20px;
  }
  #equipment-illustration img {
    width: 100%;
    height: auto;
  }

  #equipment-illustration div.photo-area {
    display: flex;
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
  }

  #equipment-illustration div.photo-frame {
    margin: 0;
    padding: 0 8px;
    width: 202px;
  }

  /*guide*/
  .guidepage {
    margin-top: 40px;
    line-height: 1.7;
  }
  .guidepage .sc {
    overflow-x: scroll;
  }
  .guidepage .sc table {
    width: 1100px;
  }

  .guidepage table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    table-layout: fixed;
  }
  .guidepage table caption {
    text-align: left;
    margin-bottom: 5px;
  }
  strong.red {
    color: #cc0000;
  }
  .guidepage .mb {
    margin-bottom: 18px;
  }
  .guidepage table th {
    text-align: center;
    font-weight: normal;
    background: #efeee8;
    border: 1px solid #ccc;
    padding: 8px 15px;
  }
  .guidepage table td {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 13px;
    text-align: center;
  }
  .guidepage .section {
    margin-bottom: 40px;
  }
  .guidepage .section ul {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .guidepage .sml {
    font-size: 14px;
  }
  .guidepage .section .text {
    margin-bottom: 35px;
  }

  .guidepage .scb {
    width: 120px;
    margin-top: 10px;
    margin-left: auto;
  }
  .guidepage h3.tit {
    font-size: 18px;
    padding: 3px 0 4px 8px;
    margin-bottom: 24px;
  }
  .guidepage h4.t {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .toku .left th {
    width: 100px !important;
  }
  .toku .left td {
    word-break: break-all;
  }
}
