@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900&display=swap");
html {
  font-size: 62.5%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  list-style: none;
}

.sizeguide {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}

@media screen and (min-width: 601px) {
  .sizeguide {
    max-width: 620px;
  }
}

.sizeguide__head__title {
  border-bottom: 1px solid;
  text-align: center;
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  letter-spacing: 0.3em;
  font-weight: bold;
}

@media screen and (min-width: 601px) {
  .sizeguide__head__title {
    padding-bottom: 22px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .sizeguide__head__title {
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sizeguide__head__discription {
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (min-width: 601px) {
  .sizeguide__head__discription {
    padding: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

@media screen and (max-width: 600px) {
  .sizeguide__head__discription {
    padding: 10px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.sizeguide__item:last-child {
  border-bottom: 1px solid #787878;
}

.sizeguide__image {
  margin-bottom: 10px;
}

.sizeguide__image__img {
  width: 100%;
}

.sizeguide__comment__txt {
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (min-width: 601px) {
  .sizeguide__comment__txt {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .sizeguide__comment__txt {
    font-size: 10px;
    font-size: 1rem;
  }
}

.sizeguide__attention {
  margin-top: 30px;
}

.sizeguide-attention {
  padding: 0 10px;
}

.sizeguide-attention__title {
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (min-width: 601px) {
  .sizeguide-attention__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .sizeguide-attention__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sizeguide-attention__item {
  margin-bottom: 20px;
}

.sizeguide-attention__item:last-child {
  margin-bottom: 0;
}

.sizeguide-attention__item__head:not(.h2) {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 16px;
  border: 1px solid #cccc;
}

@media screen and (min-width: 601px) {
  .sizeguide-attention__item__head:not(.h2) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .sizeguide-attention__item__head:not(.h2) {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.sizeguide-attention__item__txt {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (min-width: 601px) {
  .sizeguide-attention__item__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

@media screen and (max-width: 600px) {
  .sizeguide-attention__item__txt {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
}

@media screen and (min-width: 601px) {
  .accordion-title {
    padding: 22px 25px 22px 25px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 600px) {
  .accordion-title {
    padding: 14px 25px 14px 25px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 601px) {
  .accordion-content .accordion-title {
    padding: 22px 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .accordion-content .accordion-title {
    padding: 14px 25px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.accordion-content .accordion-title:first-child {
  border: 0;
}

.accordion-title:first-child {
  border-top: 1px solid #787878;
}

.accordion-title:hover,
.accordion-title:visited,
.accordion-title:active {
  text-decoration: none;
}

.accordion-title span {
  font-weight: normal;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (min-width: 601px) {
  .accordion-title span {
    margin-left: 24px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px) {
  .accordion-title span {
    margin-left: 17px;
    font-size: 8px;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 601px) {
  .accordion-content .accordion-title span {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .accordion-content .accordion-title span {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  width: 96%;
  margin: 0 auto;
}

.accordion-content .accordion-content,
.accordion-content-single {
  padding: 22px 25px;
}

.accordion-content-single {
  width: 92%;
  margin: 0 auto;
}
