@charset "utf-8";

/* reset
--------------------------------------------------*/
/*body {
	margin: 0;
	padding: 0;
	border: none;
}*/
/* img */
img,
        /*box*/
        div,
        p,
        blockquote,
        /* heading */
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        /* list */
        ul,
        ol,
        li,
        dl,
        dt,
        dd,
        /* form */
        form,
        fieldset,
        textarea,
        /* address */
        address,
        /* html5 */
        article,
        aside,
        dialog,
        figure,
        footer,
        header,
        hgroup,
        nav,
        section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* table */
/*table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}*/
th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a,
a:focus,
a:hover,
a:active {
  outline: none;
}

/* form */
input,
input:focus,
input:hover,
input:active,
textarea,
textarea:focus,
textarea:hover,
textarea:active {
  outline: none;
}

/* img */
img {
  vertical-align: top;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* page layout */
#qa_wrapper {
  width: 1150px;
  margin: 0 auto;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.05em;
  text-align: left;
  word-break: break-word;
}

#qa_wrapper .contents {
  width: 950px;
  margin: 0 auto;
  padding: 70px 0 60px;
}

#qa_wrapper .logo {
  margin-bottom: 30px;
}

#qa_wrapper .title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  /* margin-bottom: 30px; */
  margin-bottom: 24px;
  color: #003d4c;
}

#qa_wrapper #slider {
  margin-bottom: 60px;
}

#qa_wrapper #slider .list li {
  position: relative;
}

#qa_wrapper #slider .list li .cap {
  margin-top: 24px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

#qa_wrapper #slider .slick-dots {
  margin-top: 10px;
  width: 100%;
  list-style: none;
  text-align: center;
}

#qa_wrapper #slider .slick-dots li {
  display: inline-block;
  margin: 0 0.5em;
}

#qa_wrapper #slider .slick-dots li button {
  font-size: 0;
  background: #dcdcdd;
  border: none;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  outline: none;
  cursor: pointer;
}

#qa_wrapper #slider .slick-dots li.slick-active button {
  background: #003d4c;
}

/* 共通 */
#qa_wrapper .section + .section {
  margin-top: 60px;
}

#qa_wrapper .mod-ttl {
  text-align: center;
  background: #003d4c;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 0;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}

#qa_wrapper .mod-sttl {
  margin-bottom: 8px;
  border-bottom: 1px solid #003d4c;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #003d4c;
}

#qa_wrapper .mod-txt {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500;
}

#qa_wrapper .note {
  font-size: 0.8em;
  vertical-align: text-top;
}

/* merit */
#qa_wrapper #merit {
}

#qa_wrapper #merit .list {
  margin-right: -30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 8px;
}

#qa_wrapper #merit .list .item {
  display: block;
  width: calc((100% / 2) - 8px);
  box-sizing: border-box;
  border: 1px solid #003d4c;
  padding: 20px 20px 24px;
}

#qa_wrapper #merit .list .item:nth-child(3),
#qa_wrapper #merit .list .item:nth-child(4) {
  margin-bottom: 0;
}

#qa_wrapper #merit .list .item .ttlArea {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

#qa_wrapper #merit .list .item .ttlArea .icon {
  display: table-cell;
  vertical-align: middle;
  width: 75px;
}

#qa_wrapper #merit .list .item .ttlArea .ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  color: #003d4c;
}

/* movie */
#qa_wrapper #movie {
}

#qa_wrapper #movie .movie {
  /* width: 66%;
  aspect-ratio: 16 / 9; */
}

#qa_wrapper #movie .movie {
  position: relative;
  width: 60%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

#qa_wrapper #movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about */
#qa_wrapper #about {
}

#qa_wrapper #about .aboutAc {
}

#qa_wrapper #about .aboutAc {
  display: block;
  border: 1px solid #d9d9d9;
}

#qa_wrapper #about .aboutAc dt {
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

#qa_wrapper #about .aboutAc dt p {
  font-weight: 700;
}

#qa_wrapper #about .aboutAc dt .icon {
  position: absolute;
  background: #003d4c;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 50%;
  margin-top: -15px;
}

#qa_wrapper #about .aboutAc dt.is-show .icon:after {
  display: none;
}

#qa_wrapper #about .aboutAc dt .icon:before,
#qa_wrapper #about .aboutAc dt .icon:after {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
}

#qa_wrapper #about .aboutAc dt .icon:before {
  width: 16px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px;
}

#qa_wrapper #about .aboutAc dt .icon:after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  margin-left: -1px;
}

#qa_wrapper #about .aboutAc dd {
  padding: 0 15px 15px;
  display: none;
}

#qa_wrapper #about .aboutAc dd ol {
  margin-bottom: 16px;
  counter-reset: listnum;
}

#qa_wrapper #about .aboutAc dd ol li::before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum) "."; /* カウントした数に応じて番号を表示 */
  padding-right: 0.5em;
}

#qa_wrapper #about .aboutAc dd div p + p {
  font-size: 14px;
}

/* works */
#qa_wrapper #works .list {
  /* margin-right: -30px; */
  margin-bottom: 16px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

#qa_wrapper #works .list .item {
  display: block;
  width: 460px;
  /* width: calc((100% / 2) - 8px); */
  box-sizing: border-box;
}

#qa_wrapper #works .list .item .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #007d8a;
  padding: 5px 0;
}

#qa_wrapper #works .list .item .img {
  /* width: 460px; */
  width: 100%;
  height: auto;
}

#qa_wrapper #works .list .item .img img {
  width: 100%;
  height: auto;
}

/* cabin */
#qa_wrapper #cabin .list {
  margin-bottom: 24px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

#qa_wrapper #cabin .list .item {
  display: block;
  width: calc((100% / 2) - 12px);
  box-sizing: border-box;
  text-align: center;
}

#qa_wrapper #cabin .list .item .num {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background: #003d4c;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 0;
  margin-bottom: 8px;
}

#qa_wrapper #cabin .list .item .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

#qa_wrapper #cabin .list .item .img {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  margin-bottom: 15px;
}

#qa_wrapper #cabin .list .item .img img {
  width: 100%;
  height: auto;
}

#qa_wrapper #cabin .list .item .size {
  font-size: 14px;
}

#qa_wrapper #cabin .cap {
  margin-bottom: 32px;
  font-size: 14px;
}

#qa_wrapper #cabin .cv {
  text-align: center;
}

#qa_wrapper #cabin .cv .microcopy {
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  margin-left: 10px;
}

#qa_wrapper #cabin .cv .microcopy span {
  font-size: 18px;
  font-weight: 700;
  color: #003d4c;
  background: linear-gradient(transparent 70%, #fff7d6 30%);
}

#qa_wrapper #cabin .cv .microcopy::before,
#qa_wrapper #cabin .cv .microcopy::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  bottom: 0;
  background-color: #003d4c;
}

#qa_wrapper #cabin .cv .microcopy::before {
  left: -0.8em;
  transform: rotate(-30deg);
}

#qa_wrapper #cabin .cv .microcopy::after {
  right: -0.8em;
  transform: rotate(30deg);
}

#qa_wrapper #cabin .cv a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 60%;
  margin: 0 auto;
  /* color: #003d4c; */
  color: #003d4c;
  background-color: #fff7d6;
  padding: 18px 35px;
  border-radius: 50px;
  border: 1px solid #003d4c;
  box-sizing: border-box;
  /* letter-spacing: 0.05em;
  box-sizing: border-box;
  text-shadow: 0 -1.5em 0 #003d4c, 0 0 0 #003d4c;
  overflow: hidden; */
}

#qa_wrapper #cabin .cv .btn_text {
  font-size: 20px;
  font-weight: 700;
  transition: 0.4s;
}

#qa_wrapper #cabin .cv a:hover .btn_text {
  letter-spacing: 0.12em;
}

/* smoking */
#qa_wrapper #smoking {
}

#qa_wrapper #smoking .sup {
  vertical-align: super;
  font-size: 8px;
}

#qa_wrapper #smoking .smokingItem {
  display: table;
  width: 100%;
  margin: 0 auto;
  width: 820px;
}

#qa_wrapper #smoking .smokingItem .img {
  display: table-cell;
  vertical-align: middle;
}

#qa_wrapper #smoking .smokingItem .txtArea {
  display: table-cell;
  vertical-align: middle;
}

#qa_wrapper #smoking .smokingItem .txtArea .ttl {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}

#qa_wrapper #smoking .smokingItem .txtArea .txt {
  margin-bottom: 16px;
}

#qa_wrapper #smoking .smokingItem .txtArea .note_txt ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

/*ManufacturerSite*/

#qa_wrapper #ManufacturerSite {
  background-color: #efefef;
  padding: 24px 0;
  text-align: center;
}

#qa_wrapper #ManufacturerSite a {
  text-decoration: none;
  color: #333;
}

#qa_wrapper #ManufacturerSite a:hover {
  text-decoration: underline;
}
