@charset "UTF-8";
/*
 * ブレークポイント
 */
/*
 * BEM関連
 */
/*
 * メディアクエリ
 */
/*
 * clearfix
 */
/* --------------------------------------------------
   共通設定
   -------------------------------------------------- */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "honokamarugo";
  src: url("../font/honokamarugo.ttf?uhb5i") format("truetype"), url("../font/honokamarugo.woff?uhb5i") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 641px) {
  .wrap {
    min-width: 1200px;
  }
}
p {
  line-height: 1.2em;
}

a {
  color: #71c3d7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  color: #008ad1;
}

@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
nav ul {
  list-style: none;
}

address {
  font-style: normal;
}

.validate-error {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.btn-box, .btn-block {
  text-align: center;
}

.btn--round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 520px;
  margin: auto;
  height: 60px;
  border: 1px solid #008ad1;
  border-radius: 30px;
}

.btn--round .icon {
  margin-right: 12px;
  -webkit-transition: inherit;
  transition: inherit;
}

.btn--round .text {
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .btn--round .text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  .btn--round .text {
    font-size: 1.375rem;
  }
}
.btn--round:hover {
  border-color: #71c3d7;
}

.btn--round:hover .icon {
  opacity: 0.7;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}
.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.inner {
  margin: auto;
}

@media only screen and (min-width: 641px) {
  .inner {
    width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
input[type=text],
input[type=password],
input[type=submit],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  line-height: 1;
  font-size: inherit;
  letter-spacing: 0.1em;
  border: 1px solid #a5a4a4;
  border-radius: 3px;
}

input[type=text],
input[type=password],
input[type=submit],
textarea {
  width: 100%;
  padding: 15px 14px;
}

input[type=submit] {
  border: none;
}

button {
  background: none;
}

label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

label input[type=radio],
label input[type=checkbox] {
  margin: 0;
  margin-right: 10px;
}

.select-block {
  position: relative;
  border: 1px solid #a5a4a4;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}

.select-block::before {
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0;
  height: 0;
  margin-top: -4px;
  padding: 0;
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #71c3d7;
  pointer-events: none;
}

.select-block select {
  position: relative;
  width: 100%;
  padding-right: 1em;
  padding: 15px;
  padding-right: 40px;
  color: #333;
  font-family: inherit;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 640px) {
  .select-block select {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .select-block select {
    font-size: 1.125rem;
  }
}
.select-block select::-ms-expand {
  display: none;
}

.search-block .input-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  background: #FFF url(../images/common/ico-search-2.png) no-repeat 20px 50%;
}

.search-block .input-block input {
  background: transparent;
  padding: 15px;
  padding-left: 65px;
}

@media only screen and (max-width: 640px) {
  .search-block .input-block input {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .search-block .input-block input {
    font-size: 1.125rem;
  }
}
.search-block .btn--submit {
  width: 100%;
  max-width: 200px;
  border: none;
  color: #FFF;
  background: #71c3d7;
}

@media only screen and (max-width: 640px) {
  .search-block .btn--submit {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .search-block .btn--submit {
    font-size: 1.125rem;
  }
}
.pagenavi-block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenavi-block .btn,
.pagenavi-block .active,
.pagenavi-block .dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3px;
  color: #4b4b4b;
  background: #e9e9e9;
}

@media only screen and (max-width: 640px) {
  .pagenavi-block .btn,
  .pagenavi-block .active,
  .pagenavi-block .dot {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .pagenavi-block .btn,
  .pagenavi-block .active,
  .pagenavi-block .dot {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .pagenavi-block .btn,
  .pagenavi-block .active,
  .pagenavi-block .dot {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 641px) {
  .pagenavi-block .btn,
  .pagenavi-block .active,
  .pagenavi-block .dot {
    width: 50px;
    height: 50px;
  }
}
.pagenavi-block .btn--prev::before,
.pagenavi-block .btn--next::before {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: inherit;
  transition: inherit;
}

@media only screen and (max-width: 640px) {
  .pagenavi-block .btn--prev::before,
  .pagenavi-block .btn--next::before {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 641px) {
  .pagenavi-block .btn--prev::before,
  .pagenavi-block .btn--next::before {
    width: 14px;
    height: 14px;
  }
}
.pagenavi-block .btn--prev::before {
  border-left: 2px solid #4b4b4b;
  border-bottom: 2px solid #4b4b4b;
}

.pagenavi-block .btn--next::before {
  border-top: 2px solid #4b4b4b;
  border-right: 2px solid #4b4b4b;
}

.pagenavi-block .active,
.pagenavi-block .btn:hover {
  color: #FFF;
  background: #71c3d7;
}

.pagenavi-block .active::before,
.pagenavi-block .btn:hover::before {
  border-color: #FFF;
}

.header {
  width: 100%;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .header {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 641px) {
  .header {
    position: fixed;
    z-index: 1000;
    min-width: 1200px;
  }
}
.header-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .header .left-block {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 641px) {
  .header .left-block {
    padding-left: 16px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 640px) {
  .header .left-block .text {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 641px) {
  .header .left-block .text {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .header .left-block .text {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 641px) {
  .header .left-block .text {
    margin-bottom: 15px;
  }
}
.header .left-block .tel-num {
  margin-left: 10px;
  padding: 3px 10px;
  padding-right: 0;
  border-left: 1px solid #333;
}

@media only screen and (max-width: 640px) {
  .header .left-block .tel-num {
    display: none;
  }
}
.header .right-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .header .right-block {
    display: none;
  }
}
.header .right-block .search-box {
  min-width: 300px;
  position: relative;
  margin-right: 20px;
}

.header .right-block .search-box .text {
  width: 100%;
  padding: 12px;
  padding-right: 35px;
}

.header .right-block .search-box .btn--submit {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  padding: 0;
  border: none;
}

.header .right-block .btn--support, .header .right-block .btn--contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  height: 100px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .header .right-block .btn--support, .header .right-block .btn--contact {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 641px) {
  .header .right-block .btn--support, .header .right-block .btn--contact {
    font-size: 0.75rem;
  }
}
.header .right-block .btn--support span, .header .right-block .btn--contact span {
  display: block;
}

.header .right-block .btn--support .image, .header .right-block .btn--contact .image {
  margin-bottom: 10px;
}

.header .right-block .btn--support .text, .header .right-block .btn--contact .text {
  line-height: 1.33333;
}

.header .right-block .btn--support {
  margin-right: 2px;
  background: #71c3d7;
}

.header .right-block .btn--contact {
  background: #4b4b4b;
  line-height: 30px;
}

@media only screen and (max-width: 640px) {
  .header .header-bottom {
    display: none;
  }
}
.header .global-nav {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.header .global-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding-right: 15px;
}

.header .global-nav a {
  position: relative;
  display: block;
  padding: 30px 20px;
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .header .global-nav a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .header .global-nav a {
    font-size: 1.125rem;
  }
}
.header .global-nav a .text {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.header .global-nav a .text::before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: -0.25em;
  content: ">";
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
  opacity: 0;
}

.header .global-nav a .text::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.6em;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header .global-nav a:hover .text::before, .header .global-nav a.active .text::before {
  left: 0;
  opacity: 1;
}

.header .global-nav a:hover .text::after, .header .global-nav a.active .text::after {
  width: 100%;
}

.header .global-nav:not(.global-nav--top) {
  background: #e9e9e9;
  border-color: #e9e9e9;
}

.header .global-nav:not(.global-nav--top) a .text::after {
  margin-top: 1em;
  height: 2px;
  background: #71c3d7;
}

.header .global-nav:not(.global-nav--top) a:hover, .header .global-nav:not(.global-nav--top) a.active {
  background: rgba(255, 255, 255, 0.7);
}

.footer {
  color: #FFF;
  background: #4b4b4b;
}

@media only screen and (max-width: 640px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  .footer {
    padding-top: 65px;
    padding-bottom: 25px;
  }
}
.footer a {
  color: #FFF;
  text-decoration: none;
}

.footer a:hover {
  color: #71c3d7;
}

.footer .logo {
  margin-bottom: 20px;
}

.footer .address-block {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .footer .address-block {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .footer .address-block {
    font-size: 1.25rem;
  }
}
.footer .banner-block {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer .banner-block .flexbox-item:first-child {
  margin-right: 20px;
}

.footer .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .footer .footer-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-nav-list:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 641px) {
  .footer .footer-nav-list:not(:last-child) {
    margin-right: 80px;
  }
}
.footer .footer-nav-list-item:not(:last-child) {
  margin-bottom: 25px;
}

.footer .footer-nav-list-item a {
  display: block;
}

.footer .footer-nav-list-item a::before {
  content: ">";
  display: inline-block;
  margin-right: 4px;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
}

@media only screen and (max-width: 640px) {
  .footer .footer-nav-second {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  .footer .footer-nav-second {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 641px) {
  .footer .footer-nav-second-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-nav-second-list-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 641px) {
  .footer .footer-nav-second-list-item:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
.footer .footer-nav-second-list a {
  display: block;
}

@media only screen and (max-width: 640px) {
  .footer .footer-nav-second-list a {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 641px) {
  .footer .footer-nav-second-list a {
    padding: 0 30px;
  }
}
.footer .copyright {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .footer .copyright {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 641px) {
  .footer .copyright {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer .copyright {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  .footer .copyright {
    margin-top: 60px;
  }
}
/* --------------------------------------------------
   トップページ
   -------------------------------------------------- */
@media only screen and (min-width: 641px) {
  #home {
    padding-top: 180px;
  }
}
#home .swiper-button-disabled {
  opacity: 0;
}

#home .sec--top {
  border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width: 640px) {
  #home .sec--top {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--top {
    margin-bottom: 60px;
  }
}
#home .sec--top #top-slider {
  max-width: 1500px;
  margin: auto;
}

#home .sec--top #top-slider .swiper-slide {
  max-width: 1500px;
  background: #FFF;
}

#home .sec--top #top-slider .swiper-slide a {
  display: block;
  line-height: 0;
}

#home .sec--top #top-slider .swiper-slide a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1500px) {
  #home .sec--top #top-slider .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
}
#home .sec--top .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

#home .sec--top .swiper-pagination-bullet-active {
  background: #555353;
}

#home .sec--top .top-slider-button-prev,
#home .sec--top .top-slider-button-next {
  background: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 640px) {
  #home .sec--top .top-slider-button-prev,
  #home .sec--top .top-slider-button-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--top .top-slider-button-prev,
  #home .sec--top .top-slider-button-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
#home .sec--top .top-slider-button-prev:hover,
#home .sec--top .top-slider-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#home .sec--top .top-slider-button-prev {
  left: 0;
  background-image: url(../images/top/topslider/ico-arrow-left.png);
}

@media only screen and (max-width: 640px) {
  #home .sec--top .top-slider-button-prev {
    background-size: 9px 18px;
  }
}
#home .sec--top .top-slider-button-next {
  right: 0;
  background-image: url(../images/top/topslider/ico-arrow-right.png);
}

@media only screen and (max-width: 640px) {
  #home .sec--top .top-slider-button-next {
    background-size: 9px 18px;
  }
}
#home .sec-title {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #home .sec-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec-title {
    font-size: 1.5rem;
  }
}
#home .sec-title span {
  display: block;
}

#home .sec-title .sub-text {
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  #home .sec-title .sub-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec-title .sub-text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec-title .sub-text {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec-title .sub-text {
    margin-top: 20px;
  }
}
#home .sec-second-title {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

#home .sec--message {
  margin-bottom: 60px;
  text-align: center;
}

#home .sec--message .title {
  margin-bottom: 10px;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  #home .sec--message .title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--message .title {
    font-size: 1.25rem;
  }
}
#home .sec--message .text {
  letter-spacing: 0.05em;
  line-height: 1.625;
}

@media only screen and (max-width: 640px) {
  #home .sec--message .text {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--message .text {
    font-size: 1rem;
  }
}
#home .sec--product-information .sec-title {
  font-weight: 400;
  border-bottom: 2px solid #4b4b4b;
}

@media only screen and (max-width: 640px) {
  #home .sec--product-information .sec-title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .sec-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--product-information .sec-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .sec-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
#home .sec--product-information .sec-second-title {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #home .sec--product-information .sec-second-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .sec-second-title {
    margin-bottom: 35px;
  }
}
#home .sec--product-information .sec-second-title span {
  display: block;
}

@media only screen and (max-width: 640px) {
  #home .sec--product-information .sec-second-title .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .sec-second-title .text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--product-information .sec-second-title .text {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .sec-second-title .text {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--product-information .sec-second-title .sub-text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .sec-second-title .sub-text {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--product-information #product-cat-slider {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information #product-cat-slider {
    margin-bottom: 45px;
    padding: 0 20px;
  }
}
#home .sec--product-information #product-cat-slider a {
  position: relative;
  display: block;
}

#home .sec--product-information #product-cat-slider a .text {
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 10px;
  color: #FFF;
}

@media only screen and (max-width: 640px) {
  #home .sec--product-information #product-cat-slider a .text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information #product-cat-slider a .text {
    font-size: 1.125rem;
  }
}
#home .sec--product-information #product-cat-slider a .image {
  position: relative;
  display: block;
  line-height: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

#home .sec--product-information #product-cat-slider a .image img {
  max-width: 100%;
  height: auto;
}

#home .sec--product-information #product-cat-slider a:hover .image {
  opacity: 0.7;
}

#home .sec--product-information .product-cat-button-prev,
#home .sec--product-information .product-cat-button-next {
  background: rgba(165, 164, 164, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 640px) {
  #home .sec--product-information .product-cat-button-prev,
  #home .sec--product-information .product-cat-button-next {
    width: 30px;
    height: 56px;
    margin-top: -28px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .product-cat-button-prev,
  #home .sec--product-information .product-cat-button-next {
    width: 40px;
    height: 70px;
    margin-top: -35px;
  }
}
#home .sec--product-information .product-cat-button-prev:hover,
#home .sec--product-information .product-cat-button-next:hover {
  background-color: #a5a4a4;
}

#home .sec--product-information .product-cat-button-prev {
  left: 0;
  background-image: url(../images/top/ico-vector-left.png);
}

#home .sec--product-information .product-cat-button-next {
  right: 0;
  background-image: url(../images/top/ico-vector-right.png);
}

@media only screen and (max-width: 640px) {
  #home .sec--product-information .user-block {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .user-block {
    margin-bottom: 75px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--product-information .user-block-item:first-child {
    margin-bottom: 20px;
  }
}
#home .sec--product-information .user-block a {
  display: block;
  line-height: 0;
}

#home .sec--product-information .user-block a:hover {
  opacity: 0.7;
}

#home .sec--product-information .product-list-block {
  padding: 0 20px;
}

@media only screen and (max-width: 640px) {
  #home .sec--product-information .product-list-block {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .product-list-block {
    margin-bottom: 50px;
  }
}
#home .sec--product-information .product-list-block .btn--product-list {
  display: block;
  padding: 10px 0 5px;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.63636;
  background: url(../images/common/bg-stripe-blue.png) repeat 0 0;
  background-size: 4px 1px;
  border-radius: 4px;
}

@media only screen and (max-width: 640px) {
  #home .sec--product-information .product-list-block .btn--product-list {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--product-information .product-list-block .btn--product-list {
    font-size: 1.375rem;
  }
}
#home .sec--product-information .product-list-block .btn--product-list span {
  display: block;
}

#home .sec--product-information .product-list-block .btn--product-list:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
  #home .sec--support {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--support {
    margin-bottom: 50px;
  }
}
#home .sec--support .inner {
  border-top: 2px solid #4b4b4b;
}

@media only screen and (max-width: 640px) {
  #home .sec--support .inner {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--support .inner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--support .sec-content {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--support .sec-content {
    margin-top: 40px;
  }
}
#home .sec--support .sec-content .btn {
  position: relative;
}

#home .sec--support .sec-content .btn .image-block {
  position: relative;
  line-height: 0;
}

#home .sec--support .sec-content .btn .text-block {
  text-align: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 640px) {
  #home .sec--support .sec-content .btn .text-block {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--support .sec-content .btn .text-block {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: rgba(41, 41, 41, 0.9);
  }
}
#home .sec--support .sec-content .btn .text-block .title {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #home .sec--support .sec-content .btn .text-block .title {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  #home .sec--support .sec-content .btn .text-block .title {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 641px) {
  #home .sec--support .sec-content .btn .text-block .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--support .sec-content .btn .text-block .title {
    display: inline-block;
    width: 12em;
    margin-bottom: 10px;
    padding: 0.5em;
    text-align: center;
    border: 1px solid #fff;
  }
}
@media only screen and (min-width: 641px) and (max-width: 640px) {
  #home .sec--support .sec-content .btn .text-block .title {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) {
  #home .sec--support .sec-content .btn .text-block .title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--support .sec-content .btn .text-block .title ~ .title {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--support .sec-content .btn .text-block .title ~ .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--support .sec-content .btn .text-block .text {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  #home .sec--support .sec-content .btn .text-block .text {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 641px) {
  #home .sec--support .sec-content .btn .text-block .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--support .sec-content .btn .text-block .text {
    line-height: 1.69231;
  }
}
@media only screen and (min-width: 641px) and (max-width: 640px) {
  #home .sec--support .sec-content .btn .text-block .text {
    font-size: 0.65rem;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) {
  #home .sec--support .sec-content .btn .text-block .text {
    font-size: 0.8125rem;
  }
}
#home .sec--support .sec-content .btn:hover .text-block {
  opacity: 1;
}

#home .sec--support .sec-content a {
  display: block;
  line-height: 0;
}

#home .sec--support .sec-content a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
  #home .sec--support .sec-content .btn {
    width: 100%;
    margin-bottom: 20px;
  }
  #home .sec--support .sec-content a:nth-child(2) {
    -webkit-box-flex: 60.656%;
    -webkit-flex: 60.656%;
    -ms-flex: 60.656%;
    flex: 60.656%;
    padding-right: 6.49px;
  }
  #home .sec--support .sec-content a:nth-child(3) {
    padding-left: 3.51px;
    -webkit-box-flex: 39.344%;
    -webkit-flex: 39.344%;
    -ms-flex: 39.344%;
    flex: 39.344%;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--example {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--example {
    margin-bottom: 80px;
  }
}
#home .sec--example .inner {
  border-top: 2px solid #4b4b4b;
}

@media only screen and (max-width: 640px) {
  #home .sec--example .inner {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--example .inner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--example .sec-content {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--example .sec-content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--example #example-slider {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--example #example-slider {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
#home .sec--example #example-slider .swiper-slide {
  max-width: 252px;
}

#home .sec--example #example-slider .swiper-slide a {
  display: block;
  line-height: 0;
}

#home .sec--example #example-slider .swiper-slide a:hover {
  opacity: 0.7;
}

#home .sec--example .example-button-prev,
#home .sec--example .example-button-next {
  background: rgba(113, 195, 215, 0.75);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 640px) {
  #home .sec--example .example-button-prev,
  #home .sec--example .example-button-next {
    width: 30px;
    height: 56px;
    margin-top: -28px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--example .example-button-prev,
  #home .sec--example .example-button-next {
    width: 40px;
    height: 70px;
    margin-top: -35px;
  }
}
#home .sec--example .example-button-prev:hover,
#home .sec--example .example-button-next:hover {
  background-color: #71c3d7;
}

#home .sec--example .example-button-prev {
  left: 0;
  background-image: url(../images/top/ico-vector-left.png);
}

#home .sec--example .example-button-next {
  right: 0;
  background-image: url(../images/top/ico-vector-right.png);
}

#home .sec--example .example-list-block {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  #home .sec--example .example-list-block {
    padding: 0 20px;
  }
}
#home .sec--example .example-list-block .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 20px;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 4px;
}

#home .sec--example .example-list-block .btn span {
  display: block;
}

#home .sec--example .example-list-block .btn .icon {
  margin-right: 20px;
  line-height: 0;
}

#home .sec--example .example-list-block .btn:hover {
  opacity: 0.7;
}

#home .sec--example .example-list-block .btn--example {
  max-width: 860px;
  background: url(../images/common/bg-stripe-gray.png) repeat 0 0;
  background-size: 4px 1px;
}

@media only screen and (max-width: 640px) {
  #home .sec--example .example-list-block .btn--example {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--example .example-list-block .btn--example {
    font-size: 1.625rem;
  }
}
#home .sec--example .example-list-block .btn--form {
  background: url(../images/common/bg-stripe-yellow.png) repeat 0 0;
  background-size: 4px 1px;
  line-height: 1.27273;
}

@media only screen and (max-width: 640px) {
  #home .sec--example .example-list-block .btn--form {
    margin-top: 20px;
  }
  #home .sec--example .example-list-block .btn--form br {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--example .example-list-block .btn--form {
    max-width: 252px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--example .example-list-block .btn--form {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--example .example-list-block .btn--form {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--information {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--information {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--information .sec-title {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--information .sec-title {
    font-size: 1.6875rem;
  }
}
#home .sec--information .sec-content {
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #home .sec--information .sec-content {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content {
    margin-top: 45px;
  }
}
#home .sec--information .sec-content-item ul {
  list-style: none;
  width: 100%;
}

#home .sec--information .sec-content-item ul a {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #home .sec--information .sec-content-item ul a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item ul a {
    font-size: 1.125rem;
  }
}
#home .sec--information .sec-content-item ul a:hover {
  color: #71c3d7;
}

#home .sec--information .sec-content-item ul .date {
  margin-right: 15px;
}

#home .sec--information .sec-content-item .more-block {
  margin: 30px 0;
  text-align: right;
}

@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item .more-block {
    padding-right: 28px;
  }
}
#home .sec--information .sec-content-item .more-block a {
  color: #333;
  text-decoration: none;
}

#home .sec--information .sec-content-item .more-block a::after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
}

#home .sec--information .sec-content-item .more-block a:hover {
  color: #71c3d7;
}

#home .sec--information .sec-content-item--info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#home .sec--information .sec-content-item--info .content-title {
  border-bottom: 2px solid #333;
}

@media only screen and (max-width: 640px) {
  #home .sec--information .sec-content-item--info .content-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item--info .content-title {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--information .sec-content-item--info .content-title {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item--info .content-title {
    margin-bottom: 25px;
    margin-right: 28px;
    padding: 0 20px;
    line-height: 64px;
  }
}
#home .sec--information .sec-content-item--info .information-list-block {
  max-height: 335px;
  overflow-y: auto;
}

@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item--info .information-list-block {
    padding: 0 28px;
  }
}
#home .sec--information .sec-content-item--info .information-list-item {
  line-height: 1.42857;
  border-bottom: 1px solid #a5a4a4;
}

#home .sec--information .sec-content-item--info .information-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  #home .sec--information .sec-content-item--info .information-list-item {
    padding: 18px 0;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item--info .information-list-item {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item--blog {
    padding-left: 40px;
    border-left: 1px solid #a5a4a4;
    border-right: 1px solid #a5a4a4;
  }
}
#home .sec--information .sec-content-item--blog .content-title {
  margin-bottom: 15px;
  line-height: 0;
}

@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item--blog .content-title {
    padding-right: 28px;
  }
}
#home .sec--information .sec-content-item--blog .blog-list-block {
  max-height: 335px;
  overflow-y: auto;
}

@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item--blog .blog-list-block {
    padding-right: 28px;
  }
}
#home .sec--information .sec-content-item--blog .blog-list-item {
  border-bottom: 1px solid #a5a4a4;
}

#home .sec--information .sec-content-item--blog .blog-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  #home .sec--information .sec-content-item--blog .blog-list-item {
    padding: 18px 0;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--information .sec-content-item--blog .blog-list-item {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--official-site {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--official-site {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--official-site .sec-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--official-site .sec-content {
    margin-top: 50px;
  }
}
#home .sec--official-site a {
  line-height: 0;
}

@media only screen and (max-width: 640px) {
  #home .sec--official-site a:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--rain-road {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--rain-road {
    margin-bottom: 60px;
  }
}
#home .sec--rain-road .inner {
  border-top: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #home .sec--rain-road .inner {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--rain-road .inner {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--rain-road .sec-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--rain-road .sec-content {
    margin-top: 40px;
  }
}
#home .sec--rain-road a {
  line-height: 0;
}

@media only screen and (max-width: 640px) {
  #home .sec--rain-road a:not(:last-child) {
    margin-bottom: 20px;
  }
}
#home .sec--link {
  margin-bottom: 30px;
}

#home .sec--link .inner {
  border-top: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #home .sec--link .inner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--link .sec-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#home .sec--link .sec-content-item {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #home .sec--link .sec-content-item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--link .sec-content-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px 20px 60px;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--link .sec-content-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--link .sec-content-item:not(:last-child) {
    border-right: 1px solid #a5a4a4;
  }
}
@media only screen and (max-width: 640px) {
  #home .sec--link .sec-content-item .sec-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #home .sec--link .sec-content-item .sec-title {
    margin-bottom: 40px;
  }
}
#home .sec--link a {
  line-height: 0;
}

/* --------------------------------------------------
   下層ページ
   -------------------------------------------------- */
@media only screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 641px) {
  .breadcrumb {
    padding-top: 200px;
    margin-bottom: 30px;
  }
}
.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-list-item {
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .breadcrumb-list-item {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 641px) {
  .breadcrumb-list-item {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .breadcrumb-list-item {
    margin-bottom: 5px;
  }
}
.breadcrumb-list-item:not(:last-child) {
  padding-right: 15px;
}

.breadcrumb-list-item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
}

.breadcrumb-list-item a, .breadcrumb-list-item span {
  text-decoration: none;
  color: #4b4b4b;
}

.breadcrumb-list-item a:hover {
  color: #71c3d7;
}

.page .sec-title {
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .page .sec-title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 641px) {
  .page .sec-title {
    font-size: 2.25rem;
  }
}
.page .sec-title span {
  display: block;
}

.page .sec-title .sub-text {
  font-weight: 400;
  color: #71c3d7;
}

@media only screen and (max-width: 640px) {
  .page .sec-title .sub-text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  .page .sec-title .sub-text {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 640px) {
  .page .sec-title .sub-text {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 641px) {
  .page .sec-title .sub-text {
    margin-top: 20px;
  }
}
.page .sec-second-title {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .page .page-nav {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  .page .page-nav {
    margin-bottom: 50px;
  }
}
.page .page-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .page .page-nav-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page .page-nav-list-item {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .page .page-nav-list-item {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .page .page-nav-list-item {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .page .page-nav-list-item {
    -webkit-box-flex: 49%;
    -webkit-flex: 49%;
    -ms-flex: 49%;
    flex: 49%;
    margin-bottom: 10px;
    height: 40px;
  }
  .page .page-nav-list-item:nth-child(odd) {
    margin-right: 1%;
  }
  .page .page-nav-list-item:nth-child(even) {
    margin-left: 1%;
  }
}
@media only screen and (min-width: 641px) {
  .page .page-nav-list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 180px;
    height: 60px;
    margin: 0 10px;
  }
}
.page .page-nav-list .active,
.page .page-nav-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  background: #959595;
}

.page .page-nav-list a:hover,
.page .page-nav-list .active {
  background: #71c3d7;
}

.page .page-table {
  width: 100%;
}

.page .page-table th, .page .page-table td {
  text-align: left;
  vertical-align: middle;
  border: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  .page .page-table th, .page .page-table td {
    padding: 10px;
  }
}
@media only screen and (min-width: 641px) {
  .page .page-table th, .page .page-table td {
    padding: 20px;
  }
}
.page .page-table th {
  background: #F4F4F4;
}

@media only screen and (max-width: 640px) {
  .page .page-table th {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  .page .page-table th {
    font-size: 1.375rem;
  }
}
.page .page-table td {
  line-height: 1.65;
}

@media only screen and (max-width: 640px) {
  .page .page-table td {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .page .page-table td {
    font-size: 1.25rem;
  }
}
.page .page-table td .btn--access {
  padding: 4px 10px;
  color: #333;
  line-height: 1;
  background: #71c3d7;
  border: 1px solid #008ad1;
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  .page .page-table td .btn--access {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  .page .page-table td .btn--access {
    font-size: 1rem;
  }
}
.page .page-table--blue th {
  background: #bee6f0;
  font-weight: normal;
}

#company .page-nav-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 641px) {
  #company .page-nav-list-item {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  #company .page-table th, #company .page-table td {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #company .page-table tr:not(:first-child) th {
    border-top: none;
  }
}
@media only screen and (max-width: 640px) {
  #company .page-table th {
    border-bottom: none;
  }
}
@media only screen and (max-width: 640px) {
  #company .page-table td:first-child {
    border-top: none;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--company {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--company {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--company .page-table th {
    width: 270px;
  }
}
#company .article--company .sec--company .sec-title,
#company .article--company .sec--history .sec-title {
  margin-bottom: 40px;
}

#company .article--company .sec--history {
  margin-top: 50px;
}

#company .article--representative {
  margin-bottom: 170px;
}

@media only screen and (max-width: 640px) {
  #company .article--representative .sec-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .sec-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--representative .sec-content + .sec-content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .sec-content + .sec-content {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--representative .sec-content + .sec-content.reverse {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .sec-content + .sec-content.reverse {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--representative .sec-content:not(.reverse) .image-block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .sec-content:not(.reverse) .image-block {
    margin-left: 60px;
  }
}
#company .article--representative .sec-content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
  #company .article--representative .sec-content.reverse .text-block {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .sec-content.reverse .text-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--representative .sec-content.reverse .image-block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .sec-content.reverse .image-block {
    margin-right: 60px;
  }
}
#company .article--representative .block-title {
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #company .article--representative .block-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .block-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--representative .block-title ~ .block-title {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .block-title ~ .block-title {
    margin-top: 110px;
  }
}
#company .article--representative .text-block p {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  #company .article--representative .text-block p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .text-block p {
    font-size: 1.25rem;
  }
}
#company .article--representative .text-block p ~ p {
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  #company .article--representative .image-block {
    width: 100%;
    text-align: center;
  }
}
#company .article--representative .image-block .attribute {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #company .article--representative .image-block .attribute {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .image-block .attribute {
    font-size: 1.5rem;
  }
}
#company .article--representative .image-block .signature {
  margin-top: 20px;
  text-align: right;
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #company .article--representative .image-block .signature {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--representative .image-block .signature {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--representative .banner-block {
    margin-top: 40px;
  }
}
#company .article--representative .banner-block a:hover {
  opacity: 0.7;
}

#company .article--recruit {
  margin-bottom: 150px;
}

@media only screen and (max-width: 640px) {
  #company .article--recruit .sec-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--recruit .sec-title {
    margin-bottom: 50px;
  }
}
#company .article--recruit .sec-content p {
  letter-spacing: 0.05em;
  line-height: 1.54545;
}

@media only screen and (max-width: 640px) {
  #company .article--recruit .sec-content p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--recruit .sec-content p {
    font-size: 1.375rem;
  }
}
#company .article--certification-history {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  #company .article--certification-history .sec-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--certification-history .sec-title {
    margin-bottom: 70px;
  }
}
#company .article--certification-history .block-title {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #company .article--certification-history .block-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--certification-history .block-title {
    font-size: 1.875rem;
  }
}
#company .article--certification-history .text-block p {
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #company .article--certification-history .text-block p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--certification-history .text-block p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--certification-history .image-block {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--certification-history .image-block {
    padding-right: 20px;
    margin-left: 30px;
  }
}
#company .article--certification-history .sec--iso {
  margin-bottom: 70px;
}

#company .article--certification-history .sec--iso .page-table {
  margin-top: 30px;
}

#company .article--certification-history .sec--kurumin {
  margin-bottom: 80px;
}

#company .article--certification-history .sec--kurumin .image-block {
  padding-right: 60px;
}

#company .article--certification-history .sec--worklife {
  margin-bottom: 60px;
}

#company .article--winning-history {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec-title {
    margin-bottom: 70px;
  }
}
#company .article--winning-history .sec-second-title {
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec-second-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec-second-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec-second-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec-second-title {
    margin-bottom: 20px;
  }
}
#company .article--winning-history .block-title {
  margin-bottom: 15px;
  letter-spacing: 0.025em;
  line-height: 1.38462;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .block-title {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .block-title {
    font-size: 1.625rem;
  }
}
#company .article--winning-history .block-sub-title {
  margin-top: 25px;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .block-sub-title {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .block-sub-title {
    font-size: 1.125rem;
  }
}
#company .article--winning-history .block-third-title {
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .block-third-title {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .block-third-title {
    font-size: 1.125rem;
  }
}
#company .article--winning-history .text-block p {
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .text-block p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .text-block p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec--recent-history {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec--recent-history {
    margin-bottom: 70px;
  }
}
#company .article--winning-history .sec--recent-history .block-title {
  letter-spacing: 0.05em;
  padding-left: 10px;
  border-left: 6px solid #71c3d7;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec--recent-history .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec--recent-history .block-title {
    font-size: 1.5rem;
  }
}
#company .article--winning-history .sec--recent-history .block-title ~ .block-title {
  margin-top: 40px;
}

#company .article--winning-history .sec--recent-history .sec-content:not(:last-child) {
  margin-bottom: 30px;
}

#company .article--winning-history .sec--recent-history .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
}

#company .article--winning-history .sec--recent-history .text-block .date {
  margin-bottom: 20px;
}

#company .article--winning-history .sec--recent-history .text-block .title {
  font-weight: bold;
  line-height: 2.09091;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec--recent-history .text-block .title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec--recent-history .text-block .title {
    font-size: 1.375rem;
  }
}
#company .article--winning-history .sec--recent-history .image-block {
  line-height: 0;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec--recent-history .image-block {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec--recent-history .image-block {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec--past-history {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec--past-history {
    margin-bottom: 70px;
  }
}
#company .article--winning-history .sec--past-history .past-history-list {
  list-style: none;
}

#company .article--winning-history .sec--past-history .past-history-list-item {
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec--past-history .past-history-list-item {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec--past-history .past-history-list-item {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec--past-history .image-block {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--winning-history .sec--past-history .image-block {
    margin: 25px 0;
  }
}
#company .article--winning-history .sec--past-history .image-block-item {
  line-height: 0;
}

@media only screen and (max-width: 640px) {
  #company .article--winning-history .sec--past-history .image-block-item {
    max-width: 49%;
    margin-bottom: 10px;
  }
}
#company .article--access {
  margin-bottom: 60px;
}

#company .article--access .sec-content {
  padding: 30px 0;
  border-bottom: 1px solid #e9e9e9;
}

#company .article--access .text-block {
  padding-top: 10px;
}

#company .article--access .block-title {
  margin-bottom: 15px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #company .article--access .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--access .block-title {
    font-size: 1.5rem;
  }
}
#company .article--access .address,
#company .article--access .tel {
  line-height: 1.66667;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #company .article--access .address,
  #company .article--access .tel {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--access .address,
  #company .article--access .tel {
    font-size: 1.125rem;
  }
}
#company .article--access .tel {
  margin-bottom: 15px;
}

#company .article--access .access {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #company .article--access .access {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--access .access {
    font-size: 1.125rem;
  }
}
#company .article--access .access + .accsess {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  #company .article--access .map-block {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #company .article--access .map-block {
    margin-left: 80px;
  }
}
#media-history,
#ad-history {
  margin-bottom: 70px;
}

@media only screen and (max-width: 640px) {
  #media-history .sec-title,
  #ad-history .sec-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #media-history .sec-title,
  #ad-history .sec-title {
    margin-bottom: 50px;
  }
}
#media-history .first-text,
#ad-history .first-text {
  margin-bottom: 25px;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #media-history .first-text,
  #ad-history .first-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #media-history .first-text,
  #ad-history .first-text {
    font-size: 1.25rem;
  }
}
#media-history .sec-content,
#ad-history .sec-content {
  border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width: 640px) {
  #media-history .sec-content,
  #ad-history .sec-content {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 641px) {
  #media-history .sec-content,
  #ad-history .sec-content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  #media-history .image-block,
  #ad-history .image-block {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #media-history .image-block,
  #ad-history .image-block {
    margin-right: 70px;
  }
}
#media-history .image-block a,
#ad-history .image-block a {
  display: block;
  line-height: 0;
}

#media-history .text-block,
#ad-history .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#media-history .text-block .block-title,
#ad-history .text-block .block-title {
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #media-history .text-block .block-title,
  #ad-history .text-block .block-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #media-history .text-block .block-title,
  #ad-history .text-block .block-title {
    font-size: 1.25rem;
  }
}
#media-history .text-block .date,
#ad-history .text-block .date {
  margin: 20px 0;
  letter-spacing: 0.025em;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #media-history .text-block .date,
  #ad-history .text-block .date {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #media-history .text-block .date,
  #ad-history .text-block .date {
    font-size: 1.125rem;
  }
}
#media-history .text-block .place,
#media-history .text-block .text,
#ad-history .text-block .place,
#ad-history .text-block .text {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #media-history .text-block .place,
  #media-history .text-block .text,
  #ad-history .text-block .place,
  #ad-history .text-block .text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #media-history .text-block .place,
  #media-history .text-block .text,
  #ad-history .text-block .place,
  #ad-history .text-block .text {
    font-size: 1.125rem;
  }
}
#event-information {
  margin-bottom: 70px;
}

@media only screen and (max-width: 640px) {
  #event-information .sec-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #event-information .sec-title {
    margin-bottom: 50px;
  }
}
#event-information .first-text {
  margin-bottom: 25px;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #event-information .first-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #event-information .first-text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #event-information .sec-content {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 641px) {
  #event-information .sec-content {
    padding: 30px 0;
  }
}
#event-information .sec-content:not(:last-child) {
  /*border-bottom: 1px solid #e9e9e9;*/
}

@media only screen and (max-width: 640px) {
  #event-information .image-block {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #event-information .image-block {
    margin-left: 70px;
  }
}
#event-information .image-block a {
  display: block;
  line-height: 0;
}

#event-information .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#event-information .text-block .block-title {
  margin-bottom: 20px;
  letter-spacing: 0.025em;
  line-height: 1.75;
}

@media only screen and (max-width: 640px) {
  #event-information .text-block .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #event-information .text-block .block-title {
    font-size: 1.5rem;
  }
}
#event-information .text-block .info-block {
  letter-spacing: 0.025em;
  line-height: 1.66667;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #event-information .text-block .info-block {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #event-information .text-block .info-block {
    font-size: 1.125rem;
  }
}
#event-information .text-block .text {
  margin-top: 30px;
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #event-information .text-block .text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #event-information .text-block .text {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #product-information {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .sec-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .sec-title {
    margin-bottom: 60px;
  }
}
#product-information .sec-second-title {
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #product-information .sec-second-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .sec-second-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .sec-second-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .sec-second-title {
    margin-bottom: 50px;
  }
}
#product-information .sec-content + .sec-content {
  margin-top: 100px;
}

#product-information .btn-block {
  margin-top: 40px;
}

#product-information .btn:hover {
  opacity: 0.7;
}

#product-information .btn--round {
  max-width: 340px;
}

@media only screen and (max-width: 640px) {
  #product-information .btn--round {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .btn--round {
    font-size: 1.25rem;
  }
}
#product-information .btn--information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 860px;
  margin: auto;
  padding: 12px;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 4px;
  background-image: url(../images/common/bg-stripe-gray.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 4px 1px;
}

@media only screen and (max-width: 640px) {
  #product-information .btn--information {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  #product-information .btn--information {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 641px) {
  #product-information .btn--information {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .btn--information {
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 640px) {
  #product-information .btn--information {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) {
  #product-information .btn--information {
    font-size: 1.625rem;
  }
}
#product-information .btn--information span {
  display: block;
}

#product-information .btn--information .icon {
  margin-right: 30px;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .search-block {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .search-block {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .article--product-information .search-block-item {
    display: block;
  }
  #product-information .article--product-information .search-block-item .input-block {
    margin: 0;
    margin-bottom: 20px;
  }
  #product-information .article--product-information .search-block-item .btn {
    display: block;
    margin: auto;
    padding: 20px;
  }
}
#product-information .article--product-information .search-block p {
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .search-block p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .search-block p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .article--product-information .search-block .keyword-block {
    display: block;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .search-block .keyword-block {
    margin-top: 70px;
  }
}
#product-information .article--product-information .search-block .keyword-block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #696969;
  text-decoration: none;
  border: 1px solid #a5a4a4;
  background: #dbf1fd;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .search-block .keyword-block-item {
    margin-bottom: 20px;
  }
}
#product-information .article--product-information .search-block .keyword-block-item:hover {
  opacity: 0.7;
}

#product-information .article--product-information .search-block .keyword-block-item .text-block {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .search-block .keyword-block-item .text-block {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .search-block .keyword-block-item .text-block {
    padding: 0 50px;
  }
}
#product-information .article--product-information .search-block .keyword-block-item .text-block .text {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .search-block .keyword-block-item .text-block .text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .search-block .keyword-block-item .text-block .text {
    font-size: 1.375rem;
  }
}
#product-information .article--product-information .search-block .keyword-block-item .text-block .text::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-top: 2px solid #696969;
  border-right: 2px solid #696969;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#product-information .article--product-information .search-block .keyword-block-item .text-block .sub-text {
  color: #959595;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .search-block .keyword-block-item .text-block .sub-text {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .search-block .keyword-block-item .text-block .sub-text {
    font-size: 1rem;
  }
}
#product-information .article--product-information .search-block .keyword-block-item .image-block {
  line-height: 0;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .sec--material {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .sec--material {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
#product-information .article--product-information .sec--material .material-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#product-information .article--product-information .sec--material .material-list-item {
  position: relative;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .sec--material .material-list-item {
    max-width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .sec--material .material-list-item {
    max-width: 276px;
    height: 179px;
    margin-bottom: 50px;
  }
}
#product-information .article--product-information .sec--material .material-list-item:hover {
  opacity: 0.7;
}

#product-information .article--product-information .sec--material .material-list-item .text-block {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-shadow: 0 0 10px 5px #4b4b4b;
  text-align: center;
}

#product-information .article--product-information .sec--material .material-list-item .text-block .text {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .sec--material .material-list-item .text-block .text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .sec--material .material-list-item .text-block .text {
    font-size: 1.875rem;
  }
}
#product-information .article--product-information .sec--material .material-list-item .text-block .sub-text {
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .sec--material .material-list-item .text-block .sub-text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .sec--material .material-list-item .text-block .sub-text {
    font-size: 1.125rem;
  }
}
#product-information .article--product-information .sec--parts .parts-block .block-title {
  margin-bottom: 30px;
  padding: 15px 25px;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #99c7d5;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .sec--parts .parts-block .block-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .sec--parts .parts-block .block-title {
    font-size: 1.5625rem;
  }
}
#product-information .article--product-information .sec--parts .parts-block .flexbox {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#product-information .article--product-information .sec--parts .parts-block .flexbox-item {
  width: 100%;
  max-width: 360px;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .sec--parts .parts-block .flexbox-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .sec--parts .parts-block .flexbox-item {
    margin-bottom: 40px;
  }
}
#product-information .article--product-information .sec--parts .parts-block .flexbox-item.two-block {
  max-width: 780px;
}

#product-information .article--product-information .sec--parts .parts-block .flexbox-item .btn {
  max-width: 100%;
  color: #71c3d7;
  border-color: #71c3d7;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .sec--parts .parts-block .flexbox-item .btn {
    margin-bottom: 10px;
    height: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .sec--parts .parts-block .flexbox-item .btn {
    margin-bottom: 20px;
  }
}
#product-information .article--product-information .sec--parts .parts-block .flexbox-item .btn:hover {
  color: #fff;
  background: #71c3d7;
}

#product-information .article--product-information .sec--parts .parts-block .flexbox-item ul {
  list-style: none;
}

#product-information .article--product-information .sec--parts .parts-block .flexbox-item ul a {
  color: #696969;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information .sec--parts .parts-block .flexbox-item ul a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information .sec--parts .parts-block .flexbox-item ul a {
    font-size: 1.25rem;
  }
}
#product-information .article--product-information .sec--parts .parts-block .flexbox-item ul a::before {
  content: "▶";
  color: #A3A3A3;
  margin-right: 6px;
  padding-left: 6px;
}

#product-information .article--product-information-new .block-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-new .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-new .block-title {
    font-size: 1.5rem;
  }
}
#product-information .article--product-information-new .new-products-list,
#product-information .article--product-information-new .new-release-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

#product-information .article--product-information-new .new-products-list-item,
#product-information .article--product-information-new .new-release-list-item {
  max-width: 570px;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-new .new-products-list-item,
  #product-information .article--product-information-new .new-release-list-item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-new .new-products-list-item,
  #product-information .article--product-information-new .new-release-list-item {
    margin-bottom: 70px;
  }
}
#product-information .article--product-information-new .new-products-list-item .date,
#product-information .article--product-information-new .new-release-list-item .date {
  margin-bottom: 5px;
  letter-spacing: 0.025em;
  font-weight: bold;
}

#product-information .article--product-information-new .new-products-list-item .item-title,
#product-information .article--product-information-new .new-release-list-item .item-title {
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-new .new-products-list-item .item-title,
  #product-information .article--product-information-new .new-release-list-item .item-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-new .new-products-list-item .item-title,
  #product-information .article--product-information-new .new-release-list-item .item-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .article--product-information-new .new-products-list-item .image-block,
  #product-information .article--product-information-new .new-release-list-item .image-block {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-new .new-products-list-item .image-block,
  #product-information .article--product-information-new .new-release-list-item .image-block {
    margin-right: 25px;
  }
}
#product-information .article--product-information-new .new-products-list-item .image-block .btn-block,
#product-information .article--product-information-new .new-release-list-item .image-block .btn-block {
  margin-top: 20px;
}

#product-information .article--product-information-new .new-products-list-item .image-block .btn-block .btn,
#product-information .article--product-information-new .new-release-list-item .image-block .btn-block .btn {
  width: 100%;
  max-width: 160px;
  padding: 14px 0;
  border: none;
  color: #FFF;
  letter-spacing: 0.05em;
  background: #71c3d7;
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-new .new-products-list-item .image-block .btn-block .btn,
  #product-information .article--product-information-new .new-release-list-item .image-block .btn-block .btn {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-new .new-products-list-item .image-block .btn-block .btn,
  #product-information .article--product-information-new .new-release-list-item .image-block .btn-block .btn {
    font-size: 1.25rem;
  }
}
#product-information .article--product-information-new .new-products-list-item .text-block,
#product-information .article--product-information-new .new-release-list-item .text-block {
  line-height: 1.33333;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-new .new-release-block {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-new .new-release-block {
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-new .new-release-list-item {
    margin-bottom: 0;
  }
}
#product-information .article--product-information-item-list .sec-third-title {
  margin-bottom: 30px;
  padding: 15px 25px;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #99c7d5;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-list .sec-third-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-list .sec-third-title {
    font-size: 1.5625rem;
  }
}
#product-information .article--product-information-item-list .block-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-list .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-list .block-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-list .item-block {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-list .item-block {
    margin-bottom: 100px;
  }
}
#product-information .article--product-information-item-list .item-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

#product-information .article--product-information-item-list .item-list-item {
  max-width: 570px;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-list .item-list-item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-list .item-list-item {
    margin-bottom: 70px;
  }
}
#product-information .article--product-information-item-list .item-list-item .item-title {
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-list .item-list-item .item-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-list .item-list-item .item-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-list .item-list-item .image-block {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-list .item-list-item .image-block {
    margin-right: 25px;
  }
}
#product-information .article--product-information-item-list .item-list-item .image-block .btn-block {
  margin-top: 20px;
}

#product-information .article--product-information-item-list .item-list-item .image-block .btn-block .btn {
  width: 100%;
  max-width: 160px;
  padding: 14px 0;
  border: none;
  color: #FFF;
  letter-spacing: 0.05em;
  background: #71c3d7;
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-list .item-list-item .image-block .btn-block .btn {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-list .item-list-item .image-block .btn-block .btn {
    font-size: 1.25rem;
  }
}
#product-information .article--product-information-item-list .item-list-item .text-block {
  line-height: 1.33333;
}

#product-information .article--product-information-item-detail .block-title {
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .block-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .block-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .block-title {
    margin-bottom: 50px;
  }
}
#product-information .article--product-information-item-detail .btn-block .btn {
  width: 100%;
  max-width: 340px;
  border: none;
  color: #FFF;
  letter-spacing: 0.05em;
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .btn-block .btn {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .btn-block .btn {
    font-size: 1.25rem;
  }
}
#product-information .article--product-information-item-detail .btn-block .btn--question {
  background: #71c3d7;
}

#product-information .article--product-information-item-detail .btn-block .btn--question a {
  display: block;
  height: 100%;
  padding: 14px 0;
  color: inherit;
  text-decoration: inherit;
}

#product-information .article--product-information-item-detail .btn-block .btn--back {
  padding: 14px 0;
  background: #959595;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .item-info-block {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .item-info-block {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .item-info-block .image-block {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .item-info-block .image-block {
    margin-right: 40px;
  }
}
#product-information .article--product-information-item-detail .item-info-block .text-block {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .item-info-block .text-block {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .item-info-block .text-block {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .item-detail-block {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .item-detail-block {
    margin-bottom: 50px;
  }
}
#product-information .article--product-information-item-detail .item-detail-block .block-content {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .relation-block {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .relation-block {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
#product-information .article--product-information-item-detail .relation-block .block-title {
  margin-bottom: 30px;
}

#product-information .article--product-information-item-detail .relation-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .relation-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .relation-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#product-information .article--product-information-item-detail .relation-list-item {
  display: block;
  color: #696969;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .relation-list-item {
    max-width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .relation-list-item {
    max-width: 277px;
    margin-bottom: 50px;
  }
}
#product-information .article--product-information-item-detail .relation-list-item:hover .image-block {
  opacity: 0.7;
}

#product-information .article--product-information-item-detail .relation-list-item:hover .text-block {
  color: #71c3d7;
}

@media screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .relation-list-item:not(:nth-child(4n)) {
    margin-right: 30.666666667px;
  }
}
#product-information .article--product-information-item-detail .relation-list-item .image-block {
  line-height: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

#product-information .article--product-information-item-detail .relation-list-item .text-block {
  margin-top: 10px;
  line-height: 1.5;
  -webkit-transition: inherit;
  transition: inherit;
}

@media only screen and (max-width: 640px) {
  #product-information .article--product-information-item-detail .relation-list-item .text-block {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-information .article--product-information-item-detail .relation-list-item .text-block {
    font-size: 1.25rem;
  }
}
#example {
  margin-bottom: 90px;
}

@media only screen and (max-width: 640px) {
  #example .sec-title {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 641px) {
  #example .sec-title {
    margin-bottom: 90px;
  }
}
#example .first-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  #example .first-block {
    display: block;
  }
}
#example .first-block .text {
  letter-spacing: 0.025em;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #example .first-block .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #example .first-block .text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #example .first-block .text {
    line-height: 1.8;
  }
}
#example .first-block .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 4px;
}

@media only screen and (max-width: 640px) {
  #example .first-block .btn {
    margin: auto;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 641px) {
  #example .first-block .btn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#example .first-block .btn span {
  display: block;
}

#example .first-block .btn .icon {
  margin-right: 20px;
}

#example .first-block .btn:hover {
  opacity: 0.7;
}

#example .first-block .btn--form {
  max-width: 320px;
  background: url(../images/common/bg-stripe-yellow.png) repeat 0 0;
  background-size: 4px 1px;
}

@media only screen and (max-width: 640px) {
  #example .first-block .btn--form {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #example .first-block .btn--form {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #example .news-block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #example .news-block {
    margin-top: 60px;
  }
}
#example .news-block .block-title {
  margin-bottom: 20px;
  letter-spacing: 0.025em;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #example .news-block .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #example .news-block .block-title {
    font-size: 1.5rem;
  }
}
#example .news-block .news-list {
  list-style: none;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #example .news-block .news-list {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #example .news-block .news-list {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #example .news-block .news-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #example .news-block .news-list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #example .news-block .news-list-item {
    margin-bottom: 10px;
  }
}
#example .news-block .news-list-item span {
  display: inline-block;
}

#example .news-block .news-list-item .date {
  width: 3.5em;
}

@media only screen and (max-width: 640px) {
  #example .news-block .news-list-item .date {
    margin-right: 10px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 641px) {
  #example .news-block .news-list-item .date {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #example .news-block .news-list-item .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4;
  }
}
#example .news-block .news-list-item a {
  color: #333;
  text-decoration: none;
}

#example .news-block .news-list-item a:hover {
  color: #71c3d7;
}

@media only screen and (max-width: 640px) {
  #example .search-block {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #example .search-block {
    margin-bottom: 80px;
  }
}
#example .search-block .search-block-item--top {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #example .search-block .search-block-item--top {
    display: block;
  }
}
#example .search-block .search-block-item--top .area-block,
#example .search-block .search-block-item--top .use-block,
#example .search-block .search-block-item--top .parts-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  #example .search-block .search-block-item--top .area-block,
  #example .search-block .search-block-item--top .use-block,
  #example .search-block .search-block-item--top .parts-block {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #example .search-block .search-block-item--top .area-block .block-title,
  #example .search-block .search-block-item--top .use-block .block-title,
  #example .search-block .search-block-item--top .parts-block .block-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #example .search-block .search-block-item--top .area-block .block-title,
  #example .search-block .search-block-item--top .use-block .block-title,
  #example .search-block .search-block-item--top .parts-block .block-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #example .search-block .search-block-item--top .area-block .block-title,
  #example .search-block .search-block-item--top .use-block .block-title,
  #example .search-block .search-block-item--top .parts-block .block-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #example .search-block .search-block-item--top .area-block .block-title,
  #example .search-block .search-block-item--top .use-block .block-title,
  #example .search-block .search-block-item--top .parts-block .block-title {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #example .search-block .search-block-item--top .select-block {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  #example .search-block .search-block-item--top .area-block .select-block,
  #example .search-block .search-block-item--top .use-block .select-block {
    width: 290px;
  }
  #example .search-block .search-block-item--top .parts-block .select-block {
    width: 330px;
  }
}
@media only screen and (max-width: 640px) {
  #example .search-block .search-block-item--bottom {
    display: block;
  }
  #example .search-block .search-block-item--bottom .input-block {
    margin-right: 0;
  }
  #example .search-block .search-block-item--bottom .btn {
    display: block;
    margin: auto;
    margin-top: 25px;
    padding: 20px 0;
  }
}
#example .example-block {
  margin-bottom: 50px;
}

#example .example-block .block-title {
  margin-bottom: 20px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #example .example-block .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #example .example-block .block-title {
    font-size: 1.5rem;
  }
}
#example .example-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  #example .example-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #example .example-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#example .example-list-item {
  display: block;
  width: 100%;
  max-width: 277px;
  color: #696969;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #example .example-list-item {
    max-width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #example .example-list-item {
    max-width: 277px;
    margin-bottom: 50px;
  }
}
#example .example-list-item:hover .image-block {
  opacity: 0.7;
}

#example .example-list-item:hover .text-block {
  color: #71c3d7;
}

@media screen and (min-width: 641px) {
  #example .example-list-item:not(:nth-child(4n)) {
    margin-right: 30.666666667px;
  }
}
#example .example-list-item .image-block {
  position: relative;
  line-height: 0;
  -webkit-transition: inherit;
  transition: inherit;
  max-height: 190px;
  padding-top: 68.6%;
}

#example .example-list-item .image-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

#example .example-list-item .text-block {
  margin-top: 10px;
  line-height: 1.5;
  -webkit-transition: inherit;
  transition: inherit;
}

@media only screen and (max-width: 640px) {
  #example .example-list-item .text-block {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #example .example-list-item .text-block {
    font-size: 1.25rem;
  }
}
#example .example-slider-block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  #example .example-slider-block {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #example .example-slider-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#example .example-slider-block .swiper-container {
  margin: 0;
}

#example .example-slider-block .swiper-slide {
  line-height: 0;
}

#example .example-slider-block #example-slider {
  max-width: 950px;
}

@media only screen and (max-width: 640px) {
  #example .example-slider-block #example-slider {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #example .example-slider-block #example-slider {
    margin-right: 20px;
  }
}
#example .example-slider-block #example-thumb-slider {
  max-height: 557px;
}

#example .example-slider-block #example-thumb-slider .swiper-slide {
  max-height: 132px;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#example .example-slider-block #example-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #example .info-block {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #example .info-block {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #example .info-block .page-table tr:not(:last-child) td {
    border-bottom: none;
  }
}
@media only screen and (max-width: 640px) {
  #example .info-block .page-table th, #example .info-block .page-table td {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #example .info-block .page-table th {
    border-bottom: none;
  }
}
#product-features {
  margin-bottom: 150px;
}

@media only screen and (max-width: 640px) {
  #product-features .sec-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #product-features .sec-title {
    margin-bottom: 50px;
  }
}
#product-features .sec-second-title {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #product-features .sec-second-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-features .sec-second-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #product-features .sec-second-title {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #product-features .sec-second-title {
    margin-top: 50px;
  }
}
#product-features .sec-content {
  border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width: 640px) {
  #product-features .sec-content {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 641px) {
  #product-features .sec-content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  #product-features .image-block {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #product-features .image-block {
    margin-right: 70px;
  }
}
#product-features .image-block a {
  display: block;
  line-height: 0;
}

#product-features .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#product-features .text-block .block-title {
  margin-bottom: 10px;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #product-features .text-block .block-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-features .text-block .block-title {
    font-size: 1.25rem;
  }
}
#product-features .text-block .text + .text {
  margin-top: 40px;
}

#product-features .text-block .text-title {
  margin-top: 30px;
  margin-bottom: 10px;
}

#product-features .text-block p {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #product-features .text-block p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #product-features .text-block p {
    font-size: 1.125rem;
  }
}
#product-features .btn-block {
  margin-top: 70px;
}

#raining-path {
  margin-bottom: 70px;
}

#raining-path .sec-title {
  margin-bottom: 50px;
}

#raining-path .block-title {
  letter-spacing: 0.05em;
  color: #696969;
  font-family: "honokamarugo", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #raining-path .block-title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .block-title {
    font-size: 2rem;
  }
}
#raining-path .block-title .text {
  display: inline-block;
  line-height: 1.25;
  border-bottom: 2px solid #696969;
}

@media only screen and (max-width: 640px) {
  #raining-path .block-title .text {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .block-title .text {
    padding-bottom: 2px;
  }
}
#raining-path .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  #raining-path .btn-block {
    margin: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .btn-block {
    margin: 30px;
  }
}
#raining-path .btn--enquete {
  max-width: 340px;
  margin: auto;
  padding: 10px 20px;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: url(../images/common/bg-stripe-green.png) repeat 0 0;
  background-size: 4px 1px;
  border-radius: 4px;
}

@media only screen and (max-width: 640px) {
  #raining-path .btn--enquete {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .btn--enquete {
    font-size: 1.625rem;
  }
}
#raining-path .btn--enquete span {
  display: block;
}

#raining-path .btn--enquete .icon {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  #raining-path .btn--enquete {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .btn--enquete {
    font-size: 1.625rem;
  }
}
#raining-path .btn--enquete:hover {
  opacity: 0.7;
}

#raining-path .sec--about,
#raining-path .sec--three-rulers,
#raining-path .sec--what-ruler {
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  #raining-path .sec--about .block-title,
  #raining-path .sec--three-rulers .block-title,
  #raining-path .sec--what-ruler .block-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .sec--about .block-title,
  #raining-path .sec--three-rulers .block-title,
  #raining-path .sec--what-ruler .block-title {
    margin-bottom: 70px;
  }
}
#raining-path .sec--about .text-block p,
#raining-path .sec--three-rulers .text-block p,
#raining-path .sec--what-ruler .text-block p {
  letter-spacing: 0.025em;
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #raining-path .sec--about .text-block p,
  #raining-path .sec--three-rulers .text-block p,
  #raining-path .sec--what-ruler .text-block p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .sec--about .text-block p,
  #raining-path .sec--three-rulers .text-block p,
  #raining-path .sec--what-ruler .text-block p {
    font-size: 1.125rem;
  }
}
#raining-path .sec--about .text-block p ~ p,
#raining-path .sec--three-rulers .text-block p ~ p,
#raining-path .sec--what-ruler .text-block p ~ p {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  #raining-path .sec--about .image-block,
  #raining-path .sec--three-rulers .image-block,
  #raining-path .sec--what-ruler .image-block {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .sec--about .image-block,
  #raining-path .sec--three-rulers .image-block,
  #raining-path .sec--what-ruler .image-block {
    margin-left: 100px;
  }
}
#raining-path .sec--three-rulers {
  color: #696969;
}

@media only screen and (max-width: 640px) {
  #raining-path .sec--three-rulers .flexbox-item {
    max-width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .sec--three-rulers .flexbox-item {
    max-width: 286px;
  }
}
#raining-path .sec--three-rulers .flexbox-item .item-title {
  margin-bottom: 5px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #raining-path .sec--three-rulers .flexbox-item .item-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .sec--three-rulers .flexbox-item .item-title {
    font-size: 1.875rem;
  }
}
#raining-path .sec--three-rulers .flexbox-item .image-block {
  margin: 0 0 10px;
  padding: 0;
  line-height: 0;
}

#raining-path .sec--three-rulers .flexbox-item .text-block p {
  line-height: 1.5;
}

#raining-path .sec--three-rulers .btn-block {
  margin-top: 50px;
}

#raining-path .sec--enquete .sec-content {
  max-width: 880px;
  margin: auto;
  padding: 30px;
  background: #f1f9fe;
  border: 2px dotted #a5a4a4;
}

#raining-path .sec--enquete .enquete-title {
  margin-bottom: 20px;
  text-align: center;
}

#raining-path .sec--enquete .text-block {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #raining-path .sec--enquete .text-block {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path .sec--enquete .text-block {
    font-size: 1.125rem;
  }
}
#raining-path .sec--enquete .btn-block {
  margin: 0;
}

#raining-path-three-rulers {
  margin-bottom: 70px;
}

#raining-path-three-rulers .sec-title {
  margin-bottom: 50px;
}

#raining-path-three-rulers .block-title {
  letter-spacing: 0.05em;
  color: #696969;
  font-family: "honokamarugo", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .block-title {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .block-title {
    font-size: 2.125rem;
  }
}
#raining-path-three-rulers .block-title .text {
  display: inline-block;
  line-height: 1.25;
  border-bottom: 2px solid #696969;
}

@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .block-title .text {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .block-title .text {
    padding-bottom: 2px;
  }
}
#raining-path-three-rulers .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .btn-block {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .btn {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .btn {
    max-width: none;
    padding: 10px 40px;
  }
}
#raining-path-three-rulers .sec--about,
#raining-path-three-rulers .sec--three-rulers {
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--about .block-title,
  #raining-path-three-rulers .sec--three-rulers .block-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .sec--about .block-title,
  #raining-path-three-rulers .sec--three-rulers .block-title {
    margin-bottom: 70px;
  }
}
#raining-path-three-rulers .sec--about .text-block p,
#raining-path-three-rulers .sec--three-rulers .text-block p {
  letter-spacing: 0.025em;
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--about .text-block p,
  #raining-path-three-rulers .sec--three-rulers .text-block p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .sec--about .text-block p,
  #raining-path-three-rulers .sec--three-rulers .text-block p {
    font-size: 1.125rem;
  }
}
#raining-path-three-rulers .sec--about .text-block p ~ p,
#raining-path-three-rulers .sec--three-rulers .text-block p ~ p {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--about .image-block,
  #raining-path-three-rulers .sec--three-rulers .image-block {
    width: 100%;
    text-align: center;
  }
}
#raining-path-three-rulers .sec--about .three-rulers-block {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--about .three-rulers-block {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .sec--about .three-rulers-block {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--about .three-rulers-block .flexbox {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .sec--about .three-rulers-block .flexbox {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--about .three-rulers-block .flexbox-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#raining-path-three-rulers .sec--three-rulers .flexbox {
  border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--three-rulers .flexbox {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .sec--three-rulers .flexbox {
    padding: 60px 30px;
  }
}
#raining-path-three-rulers .sec--three-rulers .flexbox .image-block {
  line-height: 0;
}

@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .sec--three-rulers .flexbox .image-block {
    padding-top: 80px;
  }
}
#raining-path-three-rulers .sec--three-rulers .flexbox .text-block .block-title {
  margin-bottom: 30px;
}

#raining-path-three-rulers .sec--three-rulers .flexbox .text-block .block-sub-title {
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--three-rulers .flexbox .text-block .block-sub-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .sec--three-rulers .flexbox .text-block .block-sub-title {
    font-size: 1.5rem;
  }
}
#raining-path-three-rulers .sec--three-rulers .flexbox .text-block p {
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--three-rulers .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #raining-path-three-rulers .sec--three-rulers .flexbox .image-block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .sec--three-rulers .flexbox:not(.reverse) .image-block {
    margin-right: 60px;
  }
  #raining-path-three-rulers .sec--three-rulers .flexbox.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #raining-path-three-rulers .sec--three-rulers .flexbox.reverse .image-block {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #raining-path-three-rulers .sec--three-rulers .btn-block {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #raining-path-three-rulers .sec--three-rulers .btn-block {
    margin-top: 50px;
  }
}
#detail .sec-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-intro {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-intro {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-intro .block-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-intro .block-title {
    margin-bottom: 60px;
  }
}
#detail .article--detail-intro .block-sub-title {
  letter-spacing: 0.025em;
  line-height: 1.67857;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-intro .block-sub-title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-intro .block-sub-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-intro .block-sub-title {
    margin-bottom: 20px;
  }
  #detail .article--detail-intro .block-sub-title br {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-intro .block-sub-title {
    margin-bottom: 40px;
  }
}
#detail .article--detail-intro p {
  letter-spacing: 0.05em;
  line-height: 1.54545;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-intro p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-intro p {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-intro p ~ p {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-intro p ~ p {
    margin-top: 30px;
  }
}
#detail .article--detail-intro .signature {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-intro .signature {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-content {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content {
    margin-bottom: 150px;
  }
}
#detail .article--detail-content .sec--detail-content .sec-content {
  background: #f4fafc;
  border: 1px solid #baf1ff;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .sec-content {
    padding: 20px 12px 30px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .sec-content {
    padding: 50px 30px;
  }
}
#detail .article--detail-content .sec--detail-content .sec-content + .sec-content {
  margin-top: 20px;
}

#detail .article--detail-content .sec--detail-content .title-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block {
    display: block;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block {
    margin-bottom: 30px;
  }
}
#detail .article--detail-content .sec--detail-content .title-block .block-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title {
    padding-right: 30px;
    border-right: 1px solid #135e97;
  }
}
#detail .article--detail-content .sec--detail-content .title-block .block-title .icon {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .icon {
    width: 130px;
    height: 130px;
    margin-right: 20px;
  }
}
#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.miseru {
  background-image: url(../images/detail/ico-miseru.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.nagasu {
  background-image: url(../images/detail/ico-nagasu.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.ukeru {
  background-image: url(../images/detail/ico-ukeru.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.odoru {
  background-image: url(../images/detail/ico-odoru.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.ukasu {
  background-image: url(../images/detail/ico-ukasu.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.hazusu {
  background-image: url(../images/detail/ico-hazusu.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.kakusu {
  background-image: url(../images/detail/ico-kakusu.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.niseru {
  background-image: url(../images/detail/ico-niseru.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.miseru {
  background-image: url(../images/detail/ico-miseru.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.tokekomu {
  background-image: url(../images/detail/ico-tokekomu.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.sowasu {
  background-image: url(../images/detail/ico-sowasu.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .icon.kiru {
  background-image: url(../images/detail/ico-kiru.png);
}

#detail .article--detail-content .sec--detail-content .title-block .block-title .text-box {
  color: #135e97;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .text-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .text-box {
    text-align: center;
  }
}
#detail .article--detail-content .sec--detail-content .title-block .block-title .text-box .num {
  display: inline-block;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .text-box .num {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .text-box .num {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .text-box .num {
    margin-bottom: 5px;
  }
}
#detail .article--detail-content .sec--detail-content .title-block .block-title .text-box .text {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .text-box .text {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .text-box .text {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-title .text-box .text {
    display: block;
  }
}
#detail .article--detail-content .sec--detail-content .title-block .block-sub-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title-item + .block-sub-title-item {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title-item + .block-sub-title-item {
    margin-left: 20px;
  }
}
#detail .article--detail-content .sec--detail-content .title-block .block-sub-title .num {
  display: inline-block;
  padding: 4px 10px;
  color: #FFF;
  letter-spacing: 0.025em;
  background: #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title .num {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title .num {
    font-size: 1.5rem;
  }
}
#detail .article--detail-content .sec--detail-content .title-block .block-sub-title .text {
  color: #135e97;
  letter-spacing: 0.025em;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title .text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title .text {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title .text {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title .text {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .title-block .block-sub-title .text {
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#detail .article--detail-content .sec--detail-content .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#detail .article--detail-content .sec--detail-content .text-block .text {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .text-block .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .text-block .text {
    font-size: 1.25rem;
  }
}
#detail .article--detail-content .sec--detail-content .text-block .btn {
  padding: 15px 60px;
  color: #FFF;
  letter-spacing: 0.1em;
  background: #71c3d7;
  border-radius: 3px;
}

#detail .article--detail-content .sec--detail-content .text-block .btn-box {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .text-block .btn {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .text-block .btn {
    font-size: 1.5rem;
  }
}
#detail .article--detail-content .sec--detail-content .text-block .btn:hover {
  opacity: 0.7;
}

#detail .article--detail-content .sec--detail-content .image-block {
  width: 100%;
  max-width: 560px;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .image-block {
    margin-bottom: 20px;
  }
}
#detail .article--detail-content .sec--detail-content .image-block .image {
  text-align: center;
  line-height: 0;
}

#detail .article--detail-content .sec--detail-content .image-block .description {
  margin-top: 10px;
  color: #998b5f;
  letter-spacing: 0.025em;
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content .image-block .description {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content .image-block .description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index {
    margin-top: 50px;
  }
}
#detail .article--detail-content .sec--detail-content-index .index-title {
  padding: 10px 0;
  color: #FFF;
  letter-spacing: 0.3em;
  text-align: center;
  font-weight: normal;
  background: #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index .index-title {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index .index-title {
    font-size: 1.625rem;
  }
}
#detail .article--detail-content .sec--detail-content-index .index-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index .index-list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index .index-list {
    margin-top: 50px;
  }
  #detail .article--detail-content .sec--detail-content-index .index-list::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 350px;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item {
    max-width: 350px;
    margin-bottom: 100px;
  }
}
#detail .article--detail-content .sec--detail-content-index .index-list-item .item-title {
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .item-title {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .item-title {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .item-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .item-title {
    margin-bottom: 30px;
  }
}
#detail .article--detail-content .sec--detail-content-index .index-list-item .image-block {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .image-block {
    margin-bottom: 15px;
  }
  #detail .article--detail-content .sec--detail-content-index .index-list-item .image-block img {
    max-width: 118px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .image-block {
    margin-bottom: 30px;
  }
}
#detail .article--detail-content .sec--detail-content-index .index-list-item .text-block {
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .text-block {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .text-block {
    font-size: 1.125rem;
  }
}
#detail .article--detail-content .sec--detail-content-index .index-list-item .description-block {
  color: #998b5f;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .description-block {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .description-block {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .description-block {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-content .sec--detail-content-index .index-list-item .description-block {
    margin-top: 30px;
  }
}
#detail .article--detail-content .sec--detail-content-index .index-list-item .description-block a {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-about .block-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .block-title {
    margin-bottom: 60px;
  }
}
#detail .article--detail-about .block-sub-title {
  letter-spacing: 0.025em;
  line-height: 1.67857;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about .block-sub-title {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .block-sub-title {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-about .block-sub-title {
    margin-bottom: 20px;
  }
  #detail .article--detail-about .block-sub-title br {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .block-sub-title {
    margin-bottom: 40px;
  }
}
#detail .article--detail-about p {
  letter-spacing: 0.05em;
  line-height: 1.54545;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-about p ~ p {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about p ~ p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-about .content-block {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .content-block {
    margin-bottom: 90px;
  }
}
#detail .article--detail-about .profile-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about .profile-block {
    margin-bottom: 30px;
    padding: 15px;
    border: 5px solid #bee6f0;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .profile-block {
    margin-bottom: 60px;
    padding: 40px;
    border: 10px solid #bee6f0;
  }
}
#detail .article--detail-about .profile-block .image-block {
  max-width: 350px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about .profile-block .image-block {
    margin-bottom: 20px;
  }
}
#detail .article--detail-about .profile-block .profile-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

#detail .article--detail-about .profile-block .profile-name {
  color: #bee6f0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about .profile-block .profile-name {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .profile-block .profile-name {
    margin-top: 30px;
  }
}
#detail .article--detail-about .profile-block .profile-name .name {
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about .profile-block .profile-name .name {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .profile-block .profile-name .name {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #detail .article--detail-about .profile-block .profile-name .kana {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .profile-block .profile-name .kana {
    font-size: 1.1875rem;
  }
}
#detail .article--detail-about .profile-block .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#detail .article--detail-about .profile-block .text-block .history {
  color: #71c3d7;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about .profile-block .text-block .history {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .profile-block .text-block .history {
    font-size: 1.25rem;
  }
}
#detail .article--detail-about .profile-block .text-block .description {
  margin-top: 30px;
  line-height: 1.55556;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about .profile-block .text-block .description {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .profile-block .text-block .description {
    font-size: 1.125rem;
  }
}
#detail .article--detail-about .info-block .info-list {
  list-style: none;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

@media only screen and (max-width: 640px) {
  #detail .article--detail-about .info-block .info-list {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #detail .article--detail-about .info-block .info-list {
    font-size: 1.25rem;
  }
}
#detail .article--detail-about .info-block .info-list-item {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 6px solid #bee6f0;
}

#how-to-use {
  margin-bottom: 110px;
}

@media only screen and (max-width: 640px) {
  #how-to-use .sec-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .sec-title {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  #how-to-use .sec-content + .sec-content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .sec-content + .sec-content {
    margin-top: 100px;
  }
}
#how-to-use .block-title {
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #how-to-use .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .block-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #how-to-use .block-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .block-title {
    margin-bottom: 30px;
  }
}
#how-to-use .btn {
  display: block;
  max-width: 700px;
  margin: auto;
  padding: 10px 0 5px;
  color: #FFF;
  line-height: 1.63636;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 4px 1px;
  border-radius: 4px;
}

@media only screen and (max-width: 640px) {
  #how-to-use .btn-block {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .btn-block {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #how-to-use .btn {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .btn {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .btn {
    letter-spacing: 0.1em;
  }
}
#how-to-use .btn span {
  display: block;
}

#how-to-use .btn:hover {
  opacity: 0.7;
}

#how-to-use .btn--product-list {
  background-image: url(../images/common/bg-stripe-blue.png);
}

#how-to-use .btn--case {
  background-image: url(../images/common/bg-stripe-yellow.png);
}

#how-to-use .btn--cad-data {
  background-image: url(../images/common/bg-stripe-purple.png);
}

@media only screen and (max-width: 640px) {
  #how-to-use .flow-block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .flow-block {
    margin-top: 60px;
  }
}
#how-to-use .flow-block .flow-item {
  position: relative;
}

@media only screen and (max-width: 640px) {
  #how-to-use .flow-block .flow-item + .flow-item {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .flow-block .flow-item + .flow-item {
    margin-top: 130px;
  }
}
#how-to-use .flow-block .flow-item + .flow-item::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  background: url(../images/how-to-use/ico-vector-bottom-blue.png) no-repeat 0 0;
}

@media only screen and (max-width: 640px) {
  #how-to-use .flow-block .flow-item + .flow-item::before {
    width: 45px;
    height: 40px;
    margin-top: -55px;
    margin-left: -22.5px;
    background-size: 45px 40px;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .flow-block .flow-item + .flow-item::before {
    width: 90px;
    height: 80px;
    margin-top: -105px;
    margin-left: -45px;
  }
}
#how-to-use .flow-block .flow-title {
  margin-bottom: 20px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #how-to-use .flow-block .flow-title {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .flow-block .flow-title {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 640px) {
  #how-to-use .flow-block .image-block {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .flow-block .image-block {
    margin-right: 50px;
  }
}
#how-to-use .flow-block .text-block p {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #how-to-use .flow-block .text-block p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #how-to-use .flow-block .text-block p {
    font-size: 1.125rem;
  }
}
#how-to-use .flow-block .text-block p ~ p {
  margin-top: 30px;
}

#about .title-block {
  margin-bottom: 40px;
  background: #eef1f0;
}

@media only screen and (max-width: 640px) {
  #about .title-block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #about .title-block {
    margin-top: 50px;
  }
}
#about .title-block .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 640px) {
  #about .title-block .text-block {
    padding: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #about .title-block .text-block {
    padding: 30px 40px 0;
  }
}
#about .title-block .image-block {
  line-height: 0;
}

#about .title-block .title {
  padding-bottom: 15px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #about .title-block .title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .title-block .title {
    font-size: 1.5rem;
  }
}
#about .title-block .title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#about .title-block .description {
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  #about .title-block .description {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .title-block .description {
    font-size: 1.125rem;
  }
}
#about .title-block .description .image {
  margin-top: -30px;
  margin-right: 30px;
}

#about .title-block .description li {
  margin-bottom: 10px;
}

#about .description-block {
  margin-bottom: 80px;
}

#about .description-block .left-block {
  max-width: 600px;
}

#about .description-block .left-block p {
  line-height: 1.66667;
}

#about .description-block .right-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 640px) {
  #about .description-block .right-block {
    margin-top: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  #about .description-block .right-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 25px;
  }
}
#about .description-block .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  border: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #about .description-block .btn {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .description-block .btn {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #about .description-block .btn + .btn {
    margin-top: 10px;
  }
}
#about .description-block .btn:hover {
  opacity: 0.7;
}

#about .description-block .btn span {
  display: block;
}

#about .description-block .btn .text {
  padding: 0 25px;
  line-height: 1;
}

#about .description-block .btn .image {
  line-height: 0;
}

#about .line-up-block {
  margin-bottom: 80px;
}

#about .line-up-block h3 {
  padding-bottom: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  font-weight: normal;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #about .line-up-block h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .line-up-block h3 {
    font-size: 1.5rem;
  }
}
#about ul {
  list-style: none;
}

@media only screen and (max-width: 640px) {
  #about .line-up-list-item {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #about .line-up-list .image {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #about .line-up-list .image {
    margin-bottom: 30px;
  }
}
#about .line-up-list .text {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  #about .line-up-list .text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .line-up-list .text {
    font-size: 1.375rem;
  }
}
#about .line-up-list .text a {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #about .line-up-second-list {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .line-up-second-list {
    font-size: 1.25rem;
  }
}
#about .line-up-second-list-item:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 641px) {
  #about .article--building .line-up-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 641px) {
  #about .article--building .line-up-list-item:not(:first-child) {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 640px) {
  #about .article--building .line-up-list .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .article--building .line-up-list .text {
    font-size: 1.25rem;
  }
}
#about .article--building .line-up-second-list-item .image {
  border: 1px solid #a5a4a4;
}

#about .page-nav .inner {
  margin: 0;
}

#about .page-nav--standard .page-nav-list-item {
  max-width: 280px;
}

@media only screen and (max-width: 640px) {
  #about .page-nav--special {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #about .page-nav--special {
    margin-bottom: 90px;
  }
}
#about .page-nav--special .page-nav-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 641px) {
  #about .page-nav--special .page-nav-list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 370px;
    -ms-flex: 1 1 370px;
    flex: 1 1 370px;
    max-width: none;
    margin-bottom: 20px;
  }
}
#about .page-nav--special .page-nav-list-item a {
  width: 100%;
}

#about .page-nav-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #about .page-nav-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .page-nav-title {
    font-size: 1.875rem;
  }
}
#about .btn-block {
  margin: 100px 0;
}

#about .btn-block .btn:not(.btn--prev):not(.btn--next):not(.btn--num):not(.btn--submit) {
  display: block;
  width: 100%;
  letter-spacing: 0.075em;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  background-repeat: repeat;
  background-position: 0;
  background-size: 4px 1px;
  border: none;
  border-radius: 4px;
}

#about .btn-block .btn:hover {
  opacity: 0.7;
}

#about .btn-block .btn--login {
  max-width: 700px;
  margin: auto;
  padding: 15px 0;
  background-image: url(../images/common/bg-stripe-gray.png);
}

@media only screen and (max-width: 640px) {
  #about .btn-block .btn--login {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .btn-block .btn--login {
    font-size: 1.375rem;
  }
}
#about .btn-block .btn--register {
  max-width: 700px;
  margin: auto;
  padding: 15px 0;
  background-image: url(../images/common/bg-stripe-blue.png);
}

@media only screen and (max-width: 640px) {
  #about .btn-block .btn--register {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .btn-block .btn--register {
    font-size: 1.375rem;
  }
}
#about .btn-block .btn--back {
  max-width: 400px;
  margin: auto;
  padding: 15px 0;
  background-image: url(../images/common/bg-stripe-gray.png);
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  #about .btn-block .btn--back {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 641px) {
  #about .btn-block .btn--back {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 640px) {
  #about .btn-block .btn--back {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) {
  #about .btn-block .btn--back {
    font-size: 1.75rem;
  }
}
#about .btn-block .btn--download {
  max-width: 560px;
  margin: auto;
  padding: 15px 0;
  background-image: url(../images/common/bg-stripe-green.png);
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  #about .btn-block .btn--download {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 641px) {
  #about .btn-block .btn--download {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 640px) {
  #about .btn-block .btn--download {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) {
  #about .btn-block .btn--download {
    font-size: 1.75rem;
  }
}
#about .btn-block .btn--contact {
  max-width: 860px;
  margin: auto;
  background-image: url(../images/common/bg-stripe-blue.png);
}

@media only screen and (max-width: 640px) {
  #about .btn-block .btn--contact {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .btn-block .btn--contact {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 640px) {
  #about .btn-block .btn--contact {
    padding: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #about .btn-block .btn--contact {
    padding: 15px 0;
  }
}
#about .btn-block .btn--catalog {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 280px;
  padding: 10px 20px;
  background-image: url(../images/common/bg-stripe-aqua.png);
}

@media only screen and (max-width: 640px) {
  #about .btn-block .btn--catalog {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .btn-block .btn--catalog {
    font-size: 1.5rem;
  }
}
#about .btn-block .btn--catalog .text {
  display: block;
}

#about .btn-block .btn--catalog .icon {
  display: block;
  margin-left: 10px;
}

@media only screen and (max-width: 640px) {
  #about .article--housing .page-nav-title,
  #about .article--building .page-nav-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #about .article--housing .page-nav-title,
  #about .article--building .page-nav-title {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  #about .article--housing .page-nav .inner,
  #about .article--building .page-nav .inner {
    margin: 0;
  }
}
#about .article--housing .page-nav-list,
#about .article--building .page-nav-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#about .article--housing .page-nav-list-item,
#about .article--building .page-nav-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 380px;
  -ms-flex: 1 1 380px;
  flex: 1 1 380px;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  #about .article--housing .page-nav-list-item,
  #about .article--building .page-nav-list-item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #about .article--housing .page-nav-list-item,
  #about .article--building .page-nav-list-item {
    margin-bottom: 20px;
  }
}
#about .article--housing .page-nav-list-item.two-block,
#about .article--building .page-nav-list-item.two-block {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  max-width: none;
}

@media only screen and (min-width: 641px) {
  #about .article--housing .page-nav-list-item.two-block,
  #about .article--building .page-nav-list-item.two-block {
    margin-left: 30px;
  }
}
#about .article--housing .page-nav-list-item.two-block .image-block,
#about .article--building .page-nav-list-item.two-block .image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  #about .article--housing .page-nav-list-item.two-block .image-block,
  #about .article--building .page-nav-list-item.two-block .image-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
}
@media only screen and (min-width: 641px) {
  #about .article--housing .page-nav-list-item.two-block .image-block,
  #about .article--building .page-nav-list-item.two-block .image-block {
    margin-left: 30px;
    height: 120px;
  }
}
#about .article--housing .page-nav-list-item.two-block p,
#about .article--building .page-nav-list-item.two-block p {
  color: #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #about .article--housing .page-nav-list-item.two-block p,
  #about .article--building .page-nav-list-item.two-block p {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .article--housing .page-nav-list-item.two-block p,
  #about .article--building .page-nav-list-item.two-block p {
    font-size: 1rem;
  }
}
#about .article--housing .page-nav-list-item a,
#about .article--building .page-nav-list-item a {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  color: #696969;
  border: 1px solid #a5a4a4;
  background: #dbf1fd;
}

#about .article--housing .page-nav-list-item a:hover,
#about .article--building .page-nav-list-item a:hover {
  opacity: 0.7;
}

#about .article--housing .page-nav-list-item a .text-block,
#about .article--building .page-nav-list-item a .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 640px) {
  #about .article--housing .page-nav-list-item a .text-block,
  #about .article--building .page-nav-list-item a .text-block {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #about .article--housing .page-nav-list-item a .text-block,
  #about .article--building .page-nav-list-item a .text-block {
    font-size: 1.25rem;
  }
}
#about .article--housing .page-nav-list-item a .image-block,
#about .article--building .page-nav-list-item a .image-block {
  line-height: 0;
}

#about .article--housing .page-nav-list-item .description-block,
#about .article--building .page-nav-list-item .description-block {
  margin: 15px 0 0;
}

@media only screen and (max-width: 640px) {
  #about .article--housing .page-nav--special,
  #about .article--building .page-nav--special {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #about .article--housing .page-nav--special,
  #about .article--building .page-nav--special {
    margin-bottom: 60px;
  }
}
#about .article--housing .page-nav--special .description-text,
#about .article--building .page-nav--special .description-text {
  margin-bottom: 10px;
}

#tanita-support {
  margin-bottom: 90px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .sec-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec-title {
    margin-bottom: 50px;
  }
}
#tanita-support .page-nav .inner {
  margin: 0;
}

#tanita-support .page-nav--standard .page-nav-list-item {
  max-width: 280px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .page-nav--special {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .page-nav--special {
    margin-bottom: 90px;
  }
}
#tanita-support .page-nav--special .page-nav-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 641px) {
  #tanita-support .page-nav--special .page-nav-list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 370px;
    -ms-flex: 1 1 370px;
    flex: 1 1 370px;
    max-width: none;
    margin-bottom: 20px;
  }
}
#tanita-support .page-nav--special .page-nav-list-item a {
  width: 100%;
}

#tanita-support .page-nav-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #tanita-support .page-nav-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .page-nav-title {
    font-size: 1.875rem;
  }
}
#tanita-support .first-text {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .pagenavi-block {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .pagenavi-block {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .sec-content + .sec-content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec-content + .sec-content {
    margin-top: 100px;
  }
}
#tanita-support .sec-content .sec-content-title {
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .sec-content .sec-content-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec-content .sec-content-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .sec-content .sec-content-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec-content .sec-content-title {
    margin-bottom: 60px;
  }
}
#tanita-support .sec-content .sec-content-second-title {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .sec-content .sec-content-second-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec-content .sec-content-second-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .sec-content .sec-content-second-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec-content .sec-content-second-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .sec-content .sec-content-second-title ~ .sec-content-second-title {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec-content .sec-content-second-title ~ .sec-content-second-title {
    margin-top: 60px;
  }
}
#tanita-support .sec-content p {
  line-height: 1.55556;
}

@media only screen and (max-width: 640px) {
  #tanita-support .sec-content p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec-content p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .sec-content .image-block:first-child {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec-content .image-block:first-child {
    margin-right: 40px;
  }
}
#tanita-support .btn:not(.btn--prev):not(.btn--next):not(.btn--num):not(.btn--submit) {
  display: block;
  width: 100%;
  letter-spacing: 0.075em;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  background-repeat: repeat;
  background-position: 0;
  background-size: 4px 1px;
  border: none;
  border-radius: 4px;
}

#tanita-support .btn:hover {
  opacity: 0.7;
}

#tanita-support .btn--login {
  max-width: 700px;
  margin: auto;
  padding: 15px 0;
  background-image: url(../images/common/bg-stripe-gray.png);
}

@media only screen and (max-width: 640px) {
  #tanita-support .btn--login {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .btn--login {
    font-size: 1.375rem;
  }
}
#tanita-support .btn--register {
  max-width: 700px;
  margin: auto;
  padding: 15px 0;
  background-image: url(../images/common/bg-stripe-blue.png);
}

@media only screen and (max-width: 640px) {
  #tanita-support .btn--register {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .btn--register {
    font-size: 1.375rem;
  }
}
#tanita-support .btn--back {
  max-width: 400px;
  margin: auto;
  padding: 15px 0;
  background-image: url(../images/common/bg-stripe-gray.png);
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  #tanita-support .btn--back {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 641px) {
  #tanita-support .btn--back {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 640px) {
  #tanita-support .btn--back {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) {
  #tanita-support .btn--back {
    font-size: 1.75rem;
  }
}
#tanita-support .btn--download {
  max-width: 560px;
  margin: auto;
  padding: 15px 0;
  background-image: url(../images/common/bg-stripe-green.png);
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  #tanita-support .btn--download {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 641px) {
  #tanita-support .btn--download {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 640px) {
  #tanita-support .btn--download {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) {
  #tanita-support .btn--download {
    font-size: 1.75rem;
  }
}
#tanita-support .btn--contact {
  max-width: 860px;
  margin: auto;
  background-image: url(../images/common/bg-stripe-blue.png);
}

@media only screen and (max-width: 640px) {
  #tanita-support .btn--contact {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .btn--contact {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .btn--contact {
    padding: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .btn--contact {
    padding: 15px 0;
  }
}
#tanita-support .btn--catalog {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 280px;
  padding: 10px 20px;
  background-image: url(../images/common/bg-stripe-aqua.png);
}

@media only screen and (max-width: 640px) {
  #tanita-support .btn--catalog {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .btn--catalog {
    font-size: 1.5rem;
  }
}
#tanita-support .btn--catalog .text {
  display: block;
}

#tanita-support .btn--catalog .icon {
  display: block;
  margin-left: 10px;
}

#tanita-support .article--simulation .sec-content-second-title {
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .sec-content-second-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .sec-content-second-title {
    font-size: 1.5rem;
  }
}
#tanita-support .article--simulation .page-table {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .page-table th {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .page-table th {
    font-size: 1.25rem;
  }
}
#tanita-support .article--simulation .page-table th .tag {
  margin-top: 10px;
  font-weight: normal;
  padding: 3px 8px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .page-table th .tag {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .page-table th .tag {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .page-table td {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .page-table td {
    font-size: 1.125rem;
  }
}
#tanita-support .article--simulation .page-table .btn--delete {
  padding: 6px 15px;
  color: #333;
  font-family: inherit;
  background: #e9e9e9;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .page-table .btn--delete {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .page-table .btn--delete {
    font-size: 1.125rem;
  }
}
#tanita-support .article--simulation .btn-block {
  margin: 50px 0;
}

#tanita-support .article--simulation .content-second-title {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .content-second-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .content-second-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .content-second-title {
    margin-top: 40px;
    margin-bottom: 15px;
    line-height: 1.36364;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .content-second-title {
    margin-top: 90px;
    margin-bottom: 25px;
  }
}
#tanita-support .article--simulation .search-block .search-block-item--top {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#tanita-support .article--simulation .search-block .search-block-item--top.extend::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 360px;
}

#tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item {
    margin-top: 20px;
  }
}
#tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item .block-title {
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item .block-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item .block-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item .select-block {
    width: 360px;
  }
}
#tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item .flexbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item .flexbox input[type=text] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item .flexbox .unit {
  margin-left: 10px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item .flexbox .unit {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .search-block .search-block-item--top .flexbox-item .flexbox .unit {
    font-size: 1.25rem;
  }
}
#tanita-support .article--simulation .search-block .search-block-item--bottom {
  text-align: center;
}

#tanita-support .article--simulation .search-block .search-block-item--bottom .btn--submit {
  max-width: 300px;
  margin: auto;
  padding: 15px;
  font-family: inherit;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .search-block .search-block-item--bottom .btn--submit {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .search-block .search-block-item--bottom .btn--submit {
    font-size: 1.375rem;
  }
}
#tanita-support .article--simulation .search-block .description-block {
  margin-top: 30px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .search-block .description-block {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .search-block .description-block {
    font-size: 1rem;
  }
}
#tanita-support .article--simulation .about-block.al-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#tanita-support .article--simulation .about-block .image-block {
  width: 100%;
  max-width: 375px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .about-block .image-block {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .about-block .image-block {
    margin-right: 40px;
  }
}
#tanita-support .article--simulation .about-block .text-block + .text-block {
  margin-top: 50px;
}

#tanita-support .article--simulation .about-block .text-block .title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--simulation .about-block .text-block .title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--simulation .about-block .text-block .title {
    font-size: 1.25rem;
  }
}
#tanita-support .article--simulation .about-block .text-block p + p {
  margin-top: 20px;
}

#tanita-support .article--cad .sec-content-second-title {
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec-content-second-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .sec-content-second-title {
    font-size: 1.5rem;
  }
}
#tanita-support .article--cad .page-table {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .page-table-block {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
#tanita-support .article--cad .page-table .tag {
  display: inline-block;
  padding: 6px 15px;
  letter-spacing: 0.075em;
  line-height: 1;
  font-weight: bold;
  background: #FFF;
  border-radius: 4px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .page-table .tag {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .page-table .tag {
    font-size: 1.25rem;
  }
}
#tanita-support .article--cad .page-table .tag--blue {
  color: #008ad1;
  border: 1px solid #008ad1;
}

#tanita-support .article--cad .page-table .tag--gray {
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
}

#tanita-support .article--cad .page-table th, #tanita-support .article--cad .page-table td {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .page-table th, #tanita-support .article--cad .page-table td {
    min-width: 100px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .page-table th {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .page-table th {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .page-table th .flexbox {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#tanita-support .article--cad .page-table th .tag {
  margin-top: 10px;
  font-weight: normal;
  padding: 3px 8px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .page-table th .tag {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .page-table th .tag {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .page-table th .tag:first-child {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .page-table td {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .page-table td {
    font-size: 1.125rem;
  }
}
#tanita-support .article--cad .page-table .btn--delete {
  padding: 6px 15px;
  color: #333;
  font-family: inherit;
  background: #e9e9e9;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .page-table .btn--delete {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .page-table .btn--delete {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .btn-block {
    margin: 25px 0;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .btn-block {
    margin: 50px 0;
  }
}
#tanita-support .article--cad .form-title {
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .form-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .form-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .form-title {
    margin-top: 40px;
    line-height: 1.36364;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .form-title {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .search-block .search-block-item--top {
    margin-bottom: 20px;
  }
}
#tanita-support .article--cad .search-block .search-block-item--top .flexbox-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .search-block .search-block-item--top .flexbox-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#tanita-support .article--cad .search-block .search-block-item--top .flexbox-item .block-title {
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .search-block .search-block-item--top .flexbox-item .block-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .search-block .search-block-item--top .flexbox-item .block-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .search-block .search-block-item--top .flexbox-item .select-block {
    width: 360px;
  }
}
#tanita-support .article--cad .search-block .search-block-item--bottom .item-title {
  letter-spacing: 0.025em;
  font-weight: normal;
  margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .search-block .search-block-item--bottom .item-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .search-block .search-block-item--bottom .item-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .search-block .search-block-item--bottom .type-block {
    margin-right: 40px;
  }
}
#tanita-support .article--cad .search-block .search-block-item--bottom .type-block label {
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .search-block .search-block-item--bottom .type-block label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .search-block .search-block-item--bottom .type-block label {
    font-size: 1.25rem;
  }
}
#tanita-support .article--cad .search-block .search-block-item--bottom .type-block label:not(:last-child) {
  margin-right: 10px;
}

#tanita-support .article--cad .search-block .search-block-item--bottom .keyword-block {
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .search-block .search-block-item--bottom .keyword-block {
    display: block;
    width: 100%;
  }
  #tanita-support .article--cad .search-block .search-block-item--bottom .keyword-block .input-block {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .search-block .search-block-item--bottom .keyword-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#tanita-support .article--cad .search-block .btn--submit {
  font-family: inherit;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .search-block .btn--submit {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .search-block .btn--submit {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .search-block .btn--submit {
    display: block;
    margin: auto;
    margin-top: 30px;
    padding: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .search-block .btn--submit {
    margin: 0;
    padding: 0;
  }
}
#tanita-support .article--cad .sec--cad-search .caution-text {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec--cad-search .sec-content-terms {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .sec--cad-search .sec-content-terms {
    margin-top: 90px;
  }
}
#tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block ~ .terms-block {
  margin-top: 60px;
}

#tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block .terms-title {
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block .terms-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block .terms-title {
    font-size: 1.25rem;
  }
}
#tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block ol {
  padding-left: 20px;
  line-height: 1.55556;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block ol {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block ol {
    font-size: 1.125rem;
  }
}
#tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block ol li {
  margin-bottom: 20px;
}

#tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block dl {
  line-height: 1.55556;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block dl {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block dl {
    font-size: 1.125rem;
  }
}
#tanita-support .article--cad .sec--cad-search .sec-content-terms .terms-block p + dl {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec--cad-search .item-list-block {
    display: block;
    margin-top: 30px;
  }
  #tanita-support .article--cad .sec--cad-search .item-list-block ~ .item-list-block {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .sec--cad-search .item-list-block {
    margin-top: 30px;
  }
}
#tanita-support .article--cad .sec--cad-search .item-list-block .text-block {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec--cad-search .item-list-block .text-block {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .sec--cad-search .item-list-block .text-block {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec--cad-search .item-list-block .item-list-pagenavi {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .sec--cad-search .item-list-block .item-list-pagenavi {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec--cad-search .item-list-block .item-list-pagenavi {
    margin-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#tanita-support .article--cad .sec--cad-search .item-list-block .item-list-pagenavi a, #tanita-support .article--cad .sec--cad-search .item-list-block .item-list-pagenavi .active {
  margin: 0 5px;
}

#tanita-support .article--cad .sec--cad-search .item-list-block .item-list-pagenavi .active {
  color: #71c3d7;
  text-decoration: underline;
}

#tanita-support .article--cad .sec--cad-search .item-list-block .item-list-pagenavi a {
  color: #a5a4a4;
  text-decoration: none;
}

#tanita-support .article--cad .sec--cad-search .item-list-block .item-list-pagenavi a:hover {
  color: #008ad1;
}

#tanita-support .article--cad .sec--cad-search .dl-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#tanita-support .article--cad .sec--cad-search .dl-block .tag {
  margin: 0 10px;
}

#tanita-support .article--cad .sec--cad-confirm .btn-block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--cad .sec--cad-confirm .btn-block .btn {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--cad .sec--cad-confirm .btn-block .btn {
    margin: 0 20px;
  }
}
#tanita-support .sec--movie p {
  margin-bottom: 30px;
  text-align: center;
}

#tanita-support .sec--movie .movie-block {
  max-width: 950px;
  margin: auto;
}

#tanita-support .sec--movie .movie-block + .movie-block {
  margin-top: 60px;
}

#tanita-support .sec--movie .movie-block .movie-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 30px;
}

#tanita-support .sec--movie .movie-block .movie-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#tanita-support .sec--movie .movie-block .movie-title {
  color: #71c3d7;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  #tanita-support .sec--movie .movie-block .movie-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .sec--movie .movie-block .movie-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--password-form .password-block {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--password-form .password-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--password-form .password-block .text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--password-form .password-block .text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--password-form .password-block .text {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--password-form .password-block .text {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--password-form .password-block input[type=text] {
    max-width: 730px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--login {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--login .login-form {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .login-form {
    margin-top: 60px;
  }
}
#tanita-support .article--login .login-form .flexbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#tanita-support .article--login .login-form .flexbox + .flexbox {
  margin-top: 30px;
}

#tanita-support .article--login .login-form .flexbox .text {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .login-form .flexbox .text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .login-form .flexbox .text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--login .login-form .flexbox .text {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .login-form .flexbox .text {
    max-width: 250px;
  }
}
#tanita-support .article--login .login-form .flexbox input {
  max-width: 730px;
}

#tanita-support .article--login .login-form .password-forgot-text {
  margin: 20px 0 0;
}

@media only screen and (min-width: 641px) {
  #tanita-support .article--login .login-form .password-forgot-text {
    text-align: center;
  }
}
#tanita-support .article--login .login-form .btn-block {
  margin-top: 40px;
  margin-bottom: 60px;
}

#tanita-support .article--login .login-form .btn-block .btn + .btn {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .support-description-block {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .support-description-block {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--login .page-nav-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .page-nav-title {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--login .page-nav .inner {
    margin: 0;
  }
}
#tanita-support .article--login .page-nav-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#tanita-support .article--login .page-nav-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 380px;
  -ms-flex: 1 1 380px;
  flex: 1 1 380px;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .page-nav-list-item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .page-nav-list-item {
    margin-bottom: 20px;
  }
}
#tanita-support .article--login .page-nav-list-item.two-block {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  max-width: none;
}

@media only screen and (min-width: 641px) {
  #tanita-support .article--login .page-nav-list-item.two-block {
    margin-left: 30px;
  }
}
#tanita-support .article--login .page-nav-list-item.two-block .image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .page-nav-list-item.two-block .image-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .page-nav-list-item.two-block .image-block {
    margin-left: 30px;
    height: 120px;
  }
}
#tanita-support .article--login .page-nav-list-item.two-block p {
  color: #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .page-nav-list-item.two-block p {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .page-nav-list-item.two-block p {
    font-size: 1rem;
  }
}
#tanita-support .article--login .page-nav-list-item a {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  color: #696969;
  border: 1px solid #a5a4a4;
  background: #dbf1fd;
}

#tanita-support .article--login .page-nav-list-item a:hover {
  opacity: 0.7;
}

#tanita-support .article--login .page-nav-list-item a .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .page-nav-list-item a .text-block {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .page-nav-list-item a .text-block {
    font-size: 1.25rem;
  }
}
#tanita-support .article--login .page-nav-list-item a .image-block {
  line-height: 0;
}

#tanita-support .article--login .page-nav-list-item .description-block {
  margin: 15px 0 0;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .page-nav--special {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .page-nav--special {
    margin-bottom: 60px;
  }
}
#tanita-support .article--login .page-nav--special .description-text {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .special-description-block {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .special-description-block {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--login .special-description-block p + p {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .special-description-block p + p {
    margin-top: 30px;
  }
}
#tanita-support .article--login .trouble-shooting-block .first-text {
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .trouble-shooting-block .first-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .trouble-shooting-block .first-text {
    font-size: 1.25rem;
  }
}
#tanita-support .article--login .trouble-shooting-block .second-title {
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .trouble-shooting-block .second-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .trouble-shooting-block .second-title {
    font-size: 1.25rem;
  }
}
#tanita-support .article--login .title-block {
  position: relative;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .title-block {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .title-block {
    margin-bottom: 60px;
  }
}
#tanita-support .article--login .title-block .text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (min-width: 641px) {
  #tanita-support .article--login .title-block .text-block {
    position: absolute;
    height: 100%;
    padding-left: 60px;
  }
}
#tanita-support .article--login .title-block .text-block .title {
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .title-block .text-block .title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .title-block .text-block .title {
    font-size: 1.75rem;
  }
}
#tanita-support .article--login .title-block .text-block .text {
  letter-spacing: 0.075em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .title-block .image-block {
    margin-top: 10px;
  }
}
#tanita-support .article--login .support-news-block .support-news-list {
  margin-bottom: 50px;
  list-style: none;
}

#tanita-support .article--login .support-news-block .support-news-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a5a4a4;
}

#tanita-support .article--login .support-news-block .support-news-list-item a {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .support-news-block .support-news-list-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--login .support-news-block .support-news-list-item a .date {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .support-news-block .support-news-list-item a .date {
    margin-right: 30px;
  }
}
#tanita-support .article--login .support-news-block .support-news-list-item a .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#tanita-support .article--login .support-news-block .support-news-list-item a:hover {
  color: #008ad1;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--login .support-news-block .btn-block .sub-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--login .support-news-block .btn-block .sub-text {
    font-size: 1.25rem;
  }
}
#tanita-support .article--reference .sec--reference .reference-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .reference-list::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 372px;
  }
}
#tanita-support .article--reference .sec--reference .reference-list-item {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .reference-list-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .reference-list-item {
    max-width: 372px;
  }
}
#tanita-support .article--reference .sec--reference .reference-list-item .heading {
  position: relative;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .reference-list-item .heading {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .reference-list-item .heading {
    height: 220px;
    margin-bottom: 20px;
  }
}
#tanita-support .article--reference .sec--reference .reference-list-item .heading.white .text-block {
  color: #FFF;
}

#tanita-support .article--reference .sec--reference .reference-list-item .heading.white .text-block::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  content: "";
  background: rgba(75, 75, 75, 0.65);
}

#tanita-support .article--reference .sec--reference .reference-list-item .text-block {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #333;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-shadow: 0 0 10px 5px #4b4b4b;
  text-align: center;
}

#tanita-support .article--reference .sec--reference .reference-list-item .text-block .text {
  position: relative;
  z-index: 100;
  letter-spacing: 0.05em;
  line-height: 1.53846;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .reference-list-item .text-block .text {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .reference-list-item .text-block .text {
    font-size: 1.625rem;
  }
}
#tanita-support .article--reference .sec--reference .reference-list-item .text-block::before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.65);
}

#tanita-support .article--reference .sec--reference .reference-list-item .case-list .case-list-item {
  display: block;
  color: #a5a4a4;
  line-height: 1.4;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .reference-list-item .case-list .case-list-item {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .reference-list-item .case-list .case-list-item {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .reference-list-item .case-list .case-list-item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .reference-list-item .case-list .case-list-item {
    margin-bottom: 20px;
  }
}
#tanita-support .article--reference .sec--reference .reference-list-item .case-list .case-list-item:hover {
  color: #008ad1;
}

#tanita-support .article--reference .sec--reference .reference-list-item .case-list .case-list-item::before {
  content: "▶";
  margin-right: 0.5em;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .about-reference-block {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .about-reference-block {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}
#tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item {
  position: relative;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item + .about-reference-item {
    margin-top: 20px;
  }
}
#tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block {
  position: absolute;
  z-index: 10;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border: 2px solid;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block {
    top: 25px;
    bottom: 25px;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block {
    top: 45px;
    bottom: 45px;
    left: 40px;
    right: 40px;
  }
}
#tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block .item-title {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  border-bottom: 2px solid;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block .item-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block .item-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block .item-title {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block .item-title {
    height: 100px;
    padding: 35px 0;
  }
}
#tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block .item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block .item-text {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .text-block .item-text {
    height: 184px;
    padding: 30px 20px;
  }
}
#tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item .image-block {
  position: relative;
  z-index: 1;
}

#tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item:first-child {
  color: #FFF;
}

#tanita-support .article--reference .sec--reference .about-reference-block .about-reference-item:last-child {
  text-shadow: 0 0 10px #fff, 0px -1px 10px #fff, 0px 1px 10px #fff, -1px -1px 10px #fff, -1px 0px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, 1px 0px 10px #fff, 1px 1px 10px #fff;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .catalog-block .text-block {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference .catalog-block .text-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 120px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference .catalog-block .btn-block {
    width: 100%;
  }
  #tanita-support .article--reference .sec--reference .catalog-block .btn-block .btn {
    margin: auto;
  }
}
#tanita-support .article--reference :not(.sec--reference) .description-text {
  margin-bottom: 40px;
}

#tanita-support .article--reference :not(.sec--reference) .description-text p + p {
  margin-top: 20px;
}

#tanita-support .article--reference :not(.sec--reference) .content-second-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  letter-spacing: 0.025em;
  font-weight: normal;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference :not(.sec--reference) .content-second-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference :not(.sec--reference) .content-second-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--reference :not(.sec--reference) .content-second-title ~ .content-second-title {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference :not(.sec--reference) .content-second-title ~ .content-second-title {
    margin-top: 80px;
  }
}
#tanita-support .article--reference :not(.sec--reference) .flexbox-item {
  width: 100%;
  max-width: 560px;
}

#tanita-support .article--reference :not(.sec--reference) .flexbox-item p + p {
  margin-top: 30px;
}

#tanita-support .article--reference :not(.sec--reference) .item-title {
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference :not(.sec--reference) .item-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference :not(.sec--reference) .item-title {
    font-size: 1.375rem;
  }
}
#tanita-support .article--reference .sec--reference-calc .illust-block > div {
  margin-bottom: 30px;
}

#tanita-support .article--reference .sec--reference-calc .illust-block > div:nth-child(2) img {
  margin-left: -100px;
}

#tanita-support .article--reference .sec--reference-yane .expression-block {
  margin: 20px 0;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #333;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-yane .expression-block {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-yane .expression-block {
    font-size: 1.375rem;
  }
}
#tanita-support .article--reference .sec--reference-yane .toi-block .flexbox-item:last-child {
  max-width: 490px;
}

#tanita-support .article--reference .sec--reference-yane .adaptation-block + .adaptation-block {
  margin-top: 40px;
}

#tanita-support .article--reference .sec--reference-yane .adaptation-block .item-second-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-yane .adaptation-block .item-second-title {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-yane .adaptation-block .item-second-title {
    font-size: 1.125rem;
  }
}
#tanita-support .article--reference .sec--reference-yane .adaptation-block .flexbox-item:last-child {
  text-align: center;
}

#tanita-support .article--reference .sec--reference-yane .adaptation-block .page-table {
  margin-top: 20px;
  margin-bottom: 40px;
}

#tanita-support .article--reference .sec--reference-yane .adaptation-block .page-table th, #tanita-support .article--reference .sec--reference-yane .adaptation-block .page-table td {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-yane .adaptation-block .page-table th, #tanita-support .article--reference .sec--reference-yane .adaptation-block .page-table td {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-yane .adaptation-block .page-table th, #tanita-support .article--reference .sec--reference-yane .adaptation-block .page-table td {
    font-size: 1rem;
  }
}
#tanita-support .article--reference .sec--reference-kaze .expression-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  padding: 10px;
  font-weight: bold;
  background: #e9e9e9;
  border: 1px solid #333;
  border-radius: 6px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .expression-block .flexbox-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#tanita-support .article--reference .sec--reference-kaze .expression-block .flexbox-item:first-child {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .expression-block .flexbox-item:first-child {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-kaze .expression-block .flexbox-item:first-child {
    font-size: 1.375rem;
  }
}
#tanita-support .article--reference .sec--reference-kaze .expression-block .flexbox-item:last-child {
  line-height: 1.44444;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .expression-block .flexbox-item:last-child {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-kaze .expression-block .flexbox-item:last-child {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .kaze-block .flexbox-item:last-child {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-kaze .kaze-block .flexbox-item:last-child {
    max-width: 534px;
  }
}
#tanita-support .article--reference .sec--reference-kaze .measures-block + .measures-block {
  margin-top: 40px;
}

#tanita-support .article--reference .sec--reference-kaze .measures-block .item-title ~ .item-title {
  margin-top: 50px;
}

#tanita-support .article--reference .sec--reference-kaze .measures-block .item-second-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .measures-block .item-second-title {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-kaze .measures-block .item-second-title {
    font-size: 1.125rem;
  }
}
#tanita-support .article--reference .sec--reference-kaze .measures-block .flexbox-item:last-child {
  max-width: 532px;
}

#tanita-support .article--reference .sec--reference-kaze .measures-block .flexbox-item:last-child .item-title {
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  background: #bee6f0;
  font-weight: normal;
  border: 1px solid #a5a4a4;
}

#tanita-support .article--reference .sec--reference-kaze .data-block + .data-block {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .data-block .flexbox-item + .flexbox-item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .data-block .item-title ~ .item-title {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-kaze .data-block .item-title ~ .item-title {
    margin-top: 50px;
  }
}
#tanita-support .article--reference .sec--reference-kaze .data-block .page-table {
  margin-top: 20px;
  margin-bottom: 10px;
}

#tanita-support .article--reference .sec--reference-kaze .data-block .page-table th, #tanita-support .article--reference .sec--reference-kaze .data-block .page-table td {
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .data-block .page-table th, #tanita-support .article--reference .sec--reference-kaze .data-block .page-table td {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-kaze .data-block .page-table th, #tanita-support .article--reference .sec--reference-kaze .data-block .page-table td {
    font-size: 1rem;
  }
}
#tanita-support .article--reference .sec--reference-kaze .data-block .page-table th.heading {
  background: #71c3d7;
}

#tanita-support .article--reference .sec--reference-kaze .contact-block {
  margin-top: 40px;
}

#tanita-support .article--reference .sec--reference-kaze .contact-block .tel-block {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  text-align: center;
  background: #FCFADB;
  border: 1px solid #a5a4a4;
}

#tanita-support .article--reference .sec--reference-kaze .contact-block .tel-block .flexbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#tanita-support .article--reference .sec--reference-kaze .contact-block .tel-block .num {
  margin-left: 20px;
  display: inline-block;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .contact-block .tel-block .num {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-kaze .contact-block .tel-block .num {
    font-size: 1.5rem;
  }
}
#tanita-support .article--reference .sec--reference-kaze .baloon-text {
  position: relative;
  display: inline-block;
  padding: 20px;
  text-align: center;
  background: #FFF;
  border: 2px solid #71c3d7;
  border-radius: 8px;
}

#tanita-support .article--reference .sec--reference-kaze .baloon-text::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -61px;
  margin-top: -38px;
  content: "";
  width: 63px;
  height: 75px;
  background: url(../images/tanita-support/ico-vector-right.png) no-repeat 0 0;
}

#tanita-support .article--reference .sec--reference-kaze .table-block {
  max-width: 950px;
  margin: auto;
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .table-block .page-table-block {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
#tanita-support .article--reference .sec--reference-kaze .table-block .page-table-block + .page-table {
  margin-top: 30px;
}

#tanita-support .article--reference .sec--reference-kaze .table-block .page-table th, #tanita-support .article--reference .sec--reference-kaze .table-block .page-table td {
  padding: 10px 5px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-kaze .table-block .page-table th, #tanita-support .article--reference .sec--reference-kaze .table-block .page-table td {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-kaze .table-block .page-table th, #tanita-support .article--reference .sec--reference-kaze .table-block .page-table td {
    font-size: 1rem;
  }
}
#tanita-support .article--reference .sec--reference-kaze .table-block .page-table th span, #tanita-support .article--reference .sec--reference-kaze .table-block .page-table td span {
  display: inline-block;
}

#tanita-support .article--reference .sec--reference-kaze .table-block .page-table th {
  min-width: 90px;
}

#tanita-support .article--reference .sec--reference-kaze .table-block .page-table td.text-l {
  text-align: left;
}

#tanita-support .article--reference .sec--reference-ame-yuki .baloon-text {
  position: relative;
  display: inline-block;
  padding: 20px;
  text-align: center;
  background: #FFF;
  border: 2px solid #71c3d7;
  border-radius: 8px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .baloon-text::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -61px;
  margin-top: -38px;
  content: "";
  width: 63px;
  height: 75px;
  background: url(../images/tanita-support/ico-vector-right.png) no-repeat 0 0;
}

#tanita-support .article--reference .sec--reference-ame-yuki .table-block {
  max-width: 950px;
  margin: auto;
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table-block {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
#tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table-block + .page-table-block {
  margin-top: 30px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table-block + .page-table-block th:nth-child(3), #tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table-block + .page-table-block td:nth-child(3) {
  min-width: 280px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table-block + .page-table-block th:last-child, #tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table-block + .page-table-block td:last-child {
  min-width: 380px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table th, #tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table td {
  padding: 10px 5px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table th, #tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table td {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table th, #tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table td {
    font-size: 1rem;
  }
}
#tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table th span, #tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table td span {
  display: inline-block;
}

#tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table th {
  min-width: 90px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .table-block .page-table td.text-l {
  text-align: left;
}

#tanita-support .article--reference .sec--reference-ame-yuki .measures-block + .measures-block {
  margin-top: 40px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .measures-block .item-title ~ .item-title {
  margin-top: 50px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .measures-block .item-second-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .measures-block .item-second-title {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .measures-block .item-second-title {
    font-size: 1.125rem;
  }
}
#tanita-support .article--reference .sec--reference-ame-yuki .measures-block .flexbox-item:first-child {
  max-width: 640px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .measures-block .flexbox-item:last-child {
  max-width: 482px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .measures-block .flexbox-item:last-child .item-title {
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  background: #bee6f0;
  font-weight: normal;
  border: 1px solid #a5a4a4;
}

#tanita-support .article--reference .sec--reference-ame-yuki .data-block + .data-block {
  margin-top: 40px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .data-block .flexbox-item {
  max-width: 540px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .data-block .flexbox-item + .flexbox-item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .data-block .item-title .small {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .data-block .item-title .small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .data-block .item-title ~ .item-title {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .data-block .item-title ~ .item-title {
    margin-top: 50px;
  }
}
#tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table {
  margin-top: 20px;
  margin-bottom: 10px;
}

#tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table th, #tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table td {
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table th, #tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table td {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table th, #tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table td {
    font-size: 1rem;
  }
}
#tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table th.heading {
  background: #71c3d7;
}

#tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table-two-block th, #tanita-support .article--reference .sec--reference-ame-yuki .data-block .page-table-two-block td {
  width: 50%;
}

#tanita-support .article--reference .sec--reference-data .safe-block-item + .safe-block-item {
  margin-top: 50px;
}

#tanita-support .article--reference .sec--reference-data .drainage-block {
  max-width: 950px;
  border: 1px solid #a5a4a4;
  border-radius: 10px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-data .drainage-block {
    margin: 30px auto;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-data .drainage-block {
    margin: 60px auto;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-data .drainage-block .text-block {
    padding: 0 20px 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-data .drainage-block .text-block {
    padding: 0 40px 40px;
  }
}
#tanita-support .article--reference .sec--reference-data .long-term-block .long-term-block-title {
  margin-bottom: 15px;
  font-family: "honokamarugo", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  color: #a5a4a4;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-data .long-term-block .long-term-block-title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-data .long-term-block .long-term-block-title {
    font-size: 1.75rem;
  }
}
#tanita-support .article--reference .sec--reference-data .long-term-block .long-term-block-title span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-data .long-term-block .point-block {
    margin-top: 30px;
  }
  #tanita-support .article--reference .sec--reference-data .long-term-block .point-block .flexbox-item + .flexbox-item {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-data .long-term-block .point-block {
    margin-top: 60px;
  }
}
#tanita-support .article--reference .sec--reference-data .long-term-block .item-title {
  padding: 15px 0;
  color: #FFF;
  letter-spacing: 0.025em;
  text-align: center;
  background: #71c3d7;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-data .long-term-block .item-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-data .long-term-block .item-title {
    font-size: 1.25rem;
  }
}
#tanita-support .article--reference .sec--reference-data .long-term-block .item-title ~ .item-title {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-data .caution-block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-data .caution-block {
    margin-top: 60px;
  }
}
#tanita-support .article--reference .sec--reference-data .caution-block .flexbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#tanita-support .article--reference .sec--reference-data .caution-block .flexbox .image-block {
  margin-right: 40px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-data .escape-clause-block {
    margin-top: 30px;
  }
}
#tanita-support .article--reference .sec--reference-data .escape-clause-block ul {
  padding-left: 30px;
  line-height: 1.55556;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--reference .sec--reference-data .escape-clause-block ul {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--reference .sec--reference-data .escape-clause-block ul {
    font-size: 1.125rem;
  }
}
#tanita-support .article--special-order .sec--special-order .special-order-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#tanita-support .article--special-order .sec--special-order .special-order-list-item {
  max-width: 372px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order .special-order-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
#tanita-support .article--special-order .sec--special-order .special-order-list-item .heading {
  position: relative;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order .special-order-list-item .heading {
    min-height: 180px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order .special-order-list-item .heading {
    height: 220px;
    margin-bottom: 20px;
  }
}
#tanita-support .article--special-order .sec--special-order .special-order-list-item .heading.white .text-block {
  color: #FFF;
}

#tanita-support .article--special-order .sec--special-order .special-order-list-item .text-block {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #333;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-shadow: 0 0 10px 5px #4b4b4b;
  text-align: center;
}

#tanita-support .article--special-order .sec--special-order .special-order-list-item .text-block .text {
  position: relative;
  z-index: 100;
  letter-spacing: 0.05em;
  line-height: 1.53846;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order .special-order-list-item .text-block .text {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order .special-order-list-item .text-block .text {
    font-size: 1.625rem;
  }
}
#tanita-support .article--special-order .sec--special-order .special-order-list-item .text-block::before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.65);
}

#tanita-support .article--special-order .sec--special-order .special-order-list-item .text-block::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  content: "";
  background: rgba(75, 75, 75, 0.65);
}

#tanita-support .article--special-order .sec--special-order .special-order-list-item .case-list .case-list-item {
  display: block;
  color: #a5a4a4;
  line-height: 1.4;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order .special-order-list-item .case-list .case-list-item {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order .special-order-list-item .case-list .case-list-item {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order .special-order-list-item .case-list .case-list-item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order .special-order-list-item .case-list .case-list-item {
    margin-bottom: 20px;
  }
}
#tanita-support .article--special-order .sec--special-order .special-order-list-item .case-list .case-list-item:hover {
  color: #008ad1;
}

#tanita-support .article--special-order .sec--special-order .special-order-list-item .case-list .case-list-item::before {
  content: "▶";
  margin-right: 0.5em;
}

#tanita-support .article--special-order .sec--special-order-detail .sec-content-item-title {
  margin-bottom: 15px;
  color: #71c3d7;
  letter-spacing: 0.05em;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item-title {
    font-size: 1.5rem;
  }
}
#tanita-support .article--special-order .sec--special-order-detail .sec-content-item {
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item + .sec-content-item {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item + .sec-content-item {
    padding-top: 40px;
  }
}
#tanita-support .article--special-order .sec--special-order-detail .sec-content-item .btn-block .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  margin-top: 20px;
  padding: 15px 20px;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  background: #71c3d7;
  border-radius: 4px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item .btn-block .btn {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item .btn-block .btn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item .btn-block .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order-detail .sec-content-item .btn-block .btn {
    margin-left: auto;
    margin-right: 0;
  }
}
#tanita-support .article--special-order .sec--special-order-detail .sec-content-item .btn-block .btn:hover {
  opacity: 0.7;
}

#tanita-support .article--special-order .sec--special-order-detail .image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order-detail .image-block {
    max-width: 570px;
  }
}
#tanita-support .article--special-order .sec--special-order-detail .image-block .image {
  line-height: 0;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order-detail .image-block .image {
    max-width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order-detail .image-block .image:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order-detail .image-block .image:nth-child(n+3) {
    margin-top: 20px;
  }
}
#tanita-support .article--special-order .sec--special-order-detail .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.42105;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--special-order .sec--special-order-detail .text-block {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--special-order .sec--special-order-detail .text-block {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content .material-search-block {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content .material-search-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content .material-search-block {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content .material-search-block {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content .material-search-block .text {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content .material-search-block .text {
    margin-right: 10px;
  }
}
#tanita-support .article--osamari .sec-content .material-search-block .material-search-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#tanita-support .article--osamari .sec-content .material-search-block .material-search-list a {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content .material-search-block .material-search-list a {
    margin-bottom: 5px;
  }
}
#tanita-support .article--osamari .sec-content-item {
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content-item {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content-item {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content-item + .sec-content-item {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content-item + .sec-content-item {
    padding-top: 40px;
  }
}
#tanita-support .article--osamari .sec-content-item .btn-block .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  margin-top: 20px;
  padding: 15px 20px;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  background: #71c3d7;
  border-radius: 4px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content-item .btn-block .btn {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content-item .btn-block .btn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content-item .btn-block .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content-item .btn-block .btn {
    margin-left: auto;
    margin-right: 0;
  }
}
#tanita-support .article--osamari .sec-content-item .btn-block .btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content .flexbox-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content .flexbox-item {
    max-width: 356px;
  }
}
#tanita-support .article--osamari .sec-content .flexbox-item .image-block {
  margin-bottom: 10px;
}

#tanita-support .article--osamari .sec-content .flexbox-item .text-block {
  color: #696969;
  line-height: 1.42105;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content .flexbox-item .text-block {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content .flexbox-item .text-block {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  #tanita-support .article--osamari .sec-content .description-block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--osamari .sec-content .description-block {
    margin-top: 60px;
  }
}
#tanita-support .article--seminor .sec-content-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #a5a4a4;
}

#tanita-support .article--seminor .sec-content-item + .sec-content-item {
  padding-top: 40px;
}

#tanita-support .article--seminor .sec-content .text-block h5 {
  margin-top: 20px;
  line-height: 1.55556;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--seminor .sec-content .text-block h5 {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--seminor .sec-content .text-block h5 {
    font-size: 1.125rem;
  }
}
#tanita-support .article--seminor .sec-content .text-block p + p {
  margin-top: 20px;
}

#tanita-support .article--tour .sec-content .text-block--reserve p ~ p {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--tour .sec-content .btn-block {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--tour .sec-content .btn-block {
    margin-top: 120px;
  }
}
#tanita-support .article--tour .sec-content .btn-block .btn {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--pro-tour {
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--pro-tour {
    margin-bottom: 400px;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--pro-tour .sec-content {
    text-align: center;
  }
}
#tanita-support .article--pro-tour .sec-content p {
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  #tanita-support .article--pro-tour .sec-content p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #tanita-support .article--pro-tour .sec-content p {
    font-size: 1.25rem;
  }
}
#qa {
  margin-bottom: 110px;
}

@media only screen and (max-width: 640px) {
  #qa .sec-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #qa .sec-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #qa .sec-content + .sec-content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 641px) {
  #qa .sec-content + .sec-content {
    margin-top: 100px;
  }
}
#qa .article--qa .search-block {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa .search-block-item {
    display: block;
  }
  #qa .article--qa .search-block-item .input-block {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #qa .article--qa .search-block-item .btn {
    width: 100%;
    max-width: none;
    padding: 15px;
  }
}
#qa .article--qa .first-block {
  margin-bottom: 90px;
  letter-spacing: 0.025em;
  line-height: 1.55556;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa .first-block {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa .first-block {
    font-size: 1.125rem;
  }
}
#qa .article--qa .first-block .btn {
  display: block;
  max-width: 340px;
  margin: auto;
  padding: 12px 0;
  color: #FFF;
  letter-spacing: 0.1em;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 4px 1px;
  border-radius: 4px;
}

#qa .article--qa .first-block .btn-block {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa .first-block .btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa .first-block .btn {
    font-size: 1.625rem;
  }
}
#qa .article--qa .first-block .btn span {
  display: block;
}

#qa .article--qa .first-block .btn:hover {
  opacity: 0.7;
}

#qa .article--qa .first-block .btn--contact {
  background-image: url(../images/common/bg-stripe-green.png);
}

#qa .article--qa .frequent-qa-block .block-title {
  margin-bottom: 30px;
  padding: 15px 25px;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #99c7d5;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa .frequent-qa-block .block-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa .frequent-qa-block .block-title {
    font-size: 1.5625rem;
  }
}
#qa .article--qa .frequent-qa-block .flexbox {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#qa .article--qa .frequent-qa-block .flexbox-item {
  width: 100%;
  max-width: 360px;
  margin-bottom: 40px;
}

#qa .article--qa .frequent-qa-block .flexbox-item.two-block {
  max-width: 780px;
}

#qa .article--qa .frequent-qa-block .flexbox-item .btn {
  max-width: 100%;
  margin-bottom: 20px;
  color: #71c3d7;
  border-color: #71c3d7;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa .frequent-qa-block .flexbox-item .btn {
    height: 40px;
  }
}
#qa .article--qa .frequent-qa-block .flexbox-item .btn:hover {
  color: #fff;
  background: #71c3d7;
}

#qa .article--qa .frequent-qa-block .flexbox-item ul {
  list-style: none;
}

#qa .article--qa .frequent-qa-block .flexbox-item ul a {
  color: #696969;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa .frequent-qa-block .flexbox-item ul a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa .frequent-qa-block .flexbox-item ul a {
    font-size: 1.25rem;
  }
}
#qa .article--qa .frequent-qa-block .flexbox-item ul a::before {
  content: "▶";
  color: #A3A3A3;
  margin-right: 6px;
  padding-left: 6px;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa .frequent-qa-block .btn {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa .frequent-qa-block .btn {
    font-size: 1.25rem;
  }
}
#qa .article--qa-detail .block-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa-detail .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa-detail .block-title {
    font-size: 1.5rem;
  }
}
#qa .article--qa-detail .qa-block + .qa-block {
  margin-top: 1px;
}

#qa .article--qa-detail .qa-block dt, #qa .article--qa-detail .qa-block dd {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa-detail .qa-block dt, #qa .article--qa-detail .qa-block dd {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa-detail .qa-block dt, #qa .article--qa-detail .qa-block dd {
    font-size: 1.125rem;
  }
}
#qa .article--qa-detail .qa-block dt {
  position: relative;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #99c7d5;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa-detail .qa-block dt {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa-detail .qa-block dt {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 640px) {
  #qa .article--qa-detail .qa-block dt {
    padding: 10px 15px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa-detail .qa-block dt {
    padding: 15px 25px;
  }
}
#qa .article--qa-detail .qa-block dt::before {
  content: "Q:";
  margin-right: 5px;
}

#qa .article--qa-detail .qa-block dt::after {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  display: block;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa-detail .qa-block dt::after {
    right: 0.3em;
    margin-top: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa-detail .qa-block dt::after {
    right: 0.5em;
    margin-top: -4px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 16px solid #fff;
  }
}
#qa .article--qa-detail .qa-block dt.active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#qa .article--qa-detail .qa-block dd {
  display: none;
  letter-spacing: 0.025em;
  line-height: 1.66667;
  border: 1px solid #99c7d5;
  border-top: none;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa-detail .qa-block dd {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa-detail .qa-block dd {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #qa .article--qa-detail .qa-block dd {
    padding: 10px 15px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa-detail .qa-block dd {
    padding: 40px 25px;
    padding-right: 40px;
  }
}
#qa .article--qa-detail .qa-block dd .text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
  -ms-flex-align: strech;
  align-items: strech;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#qa .article--qa-detail .qa-block dd .text-block .text {
  padding-top: 7px;
}

#qa .article--qa-detail .qa-block dd .text-block::before {
  margin-right: 5px;
  content: "A:";
  color: #959595;
}

@media only screen and (max-width: 640px) {
  #qa .article--qa-detail .qa-block dd .text-block::before {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  #qa .article--qa-detail .qa-block dd .text-block::before {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 640px) {
  #link {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 641px) {
  #link {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 640px) {
  #link .page-nav-list-item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 641px) {
  #link .page-nav-list-item {
    max-width: 300px;
  }
}
#link .sec-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  #link .sec-content + .sec-content {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #link .sec-content + .sec-content {
    margin-top: 80px;
  }
}
#link .block-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #link .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #link .block-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #link .link-block + .link-block {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #link .link-block + .link-block {
    margin-top: 40px;
  }
}
#link .link-block dt, #link .link-block dd {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #link .link-block dt, #link .link-block dd {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #link .link-block dt, #link .link-block dd {
    font-size: 1.125rem;
  }
}
#link .link-block dt {
  letter-spacing: 0.025em;
  font-weight: bold;
}

#link .link-block dt a {
  display: inline-block;
  color: #333;
  line-height: 1.1;
  text-decoration: none;
  border-bottom: 1px solid white;
}

#link .link-block dt a:hover {
  border-bottom: 1px solid #333;
}

@media only screen and (max-width: 640px) {
  .form {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 641px) {
  .form {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 640px) {
  .form .sec-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 641px) {
  .form .sec-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .form .sec-content + .sec-content {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  .form .sec-content + .sec-content {
    margin-top: 80px;
  }
}
.form .block-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  .form .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .block-title {
    font-size: 1.5rem;
  }
}
.form p {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  .form p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .form p {
    font-size: 1.125rem;
  }
}
.form p .small {
  color: #a5a4a4;
}

@media only screen and (max-width: 640px) {
  .form p .small {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  .form p .small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .form p .small {
    display: block;
  }
}
.form .file-block input[type=file] {
  display: none;
}

.form .file-block .btn {
  max-width: 220px;
  margin-right: 20px;
  line-height: 1;
  background: #71c3d7;
}

@media only screen and (max-width: 640px) {
  .form .file-block .btn {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .file-block .btn {
    font-size: 1.125rem;
  }
}
.form .file-block .file-name {
  margin-right: 15px;
}

.form .file-block + .btn--clear {
  max-width: 120px;
  line-height: 1;
  background: #4b4b4b;
}

@media only screen and (max-width: 640px) {
  .form .file-block + .btn--clear {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .file-block + .btn--clear {
    font-size: 1.125rem;
  }
}
.form .page-table {
  margin-top: 15px;
  table-layout: fixed;
}

@media only screen and (max-width: 640px) {
  .form .page-table th, .form .page-table td {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .form .page-table th {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .page-table th {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .form .page-table th > br {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .form .page-table th {
    width: 360px;
  }
}
.form .page-table th .small {
  margin-top: 15px;
  font-weight: normal;
  line-height: 1.5625;
}

@media only screen and (max-width: 640px) {
  .form .page-table th .small {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .page-table th .small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .form .page-table tr:not(:first-child) th {
    border-top: none;
  }
}
@media only screen and (max-width: 640px) {
  .form .page-table td {
    border-top: none;
  }
}
.form .page-table td textarea {
  min-height: 130px;
  resize: vertical;
}

.form .page-table td p {
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .form .page-table td p {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .page-table td p {
    font-size: 1rem;
  }
}
.form .page-table .select-block {
  max-width: 340px;
}

.form .page-table .select-block::before {
  z-index: 1;
  border-top-width: 10px;
  border-top-color: #a5a4a4;
}

@media only screen and (max-width: 640px) {
  .form .page-table .select-block::before {
    right: 10px;
  }
}
@media only screen and (min-width: 641px) {
  .form .page-table .select-block::before {
    right: 16px;
  }
}
.form .page-table .select-block::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  content: "";
  margin: 0;
  height: 100%;
  background: #e9e9e9;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .form .page-table .select-block::after {
    width: 35px;
  }
}
@media only screen and (min-width: 641px) {
  .form .page-table .select-block::after {
    width: 50px;
  }
}
.form .page-table .select-block select {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .form .page-table .select-block select {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 641px) {
  .form .page-table .select-block select {
    padding-right: 65px;
  }
}
.form .page-table .text-block {
  margin: 10px 0;
}

.form .page-table .text-block p {
  margin-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  .form .page-table .text-block p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .page-table .text-block p {
    font-size: 1.25rem;
  }
}
.form .page-table .tr-address div:not(:last-child) {
  margin-bottom: 10px;
}

.form .page-table .tr-date .flexbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form .page-table .tr-date .text {
  margin: 0 10px;
}

.form .page-table .tr-image .flexbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form .page-table .postcode {
  position: relative;
}

.form .page-table .postcode .text {
  position: absolute;
  left: 10px;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
}

.form .page-table .postcode input {
  padding-left: 60px;
}

@media only screen and (max-width: 640px) {
  .form .page-table .file-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
  }
  .form .page-table .file-block .btn {
    display: block;
    margin: 10px auto;
  }
  .form .page-table .file-block + .btn {
    display: block;
    margin: auto;
  }
}
.form .input-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form .input-flex-box + .input-flex-box {
  margin-left: 10px;
}

.form .input-flex-box label {
  margin-right: 15px;
}

.form .input-flex-box span.text {
  margin-right: 10px;
  min-width: 2em;
  text-align: center;
}

.form .input-flex-box input[type=text],
.form .input-flex-box input[type=password] {
  max-width: 340px;
}

.form .enquete-block + .enquete-block {
  margin-top: 50px;
}

.form .enquete-block p {
  margin-bottom: 20px;
}

.form .enquete-block label input {
  margin-right: 10px;
}

.form .enquete-block .flexbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  .form .enquete-block .flexbox > input[type=text] {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 641px) {
  .form .enquete-block .flexbox > input[type=text] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .form .enquete-block-item {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .enquete-block-item {
    font-size: 1.25rem;
  }
}
.form .enquete-block-item + .enquete-block-item {
  margin-top: 50px;
}

.form .enquete-block .enquete-inner-block:not(:first-child) {
  margin-top: 20px;
  margin-left: 20px;
}

.form .enquete-block .enquete-inner-block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  .form .enquete-block .enquete-inner-block-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form .enquete-block .enquete-inner-block-item > *:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 640px) {
  .form .enquete-block .enquete-inner-block-item .text {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .form .enquete-block .enquete-inner-block-item input[type=text] {
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .form .enquete-block .enquete-inner-block-item input[type=text] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 640px) {
  .form .description-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  .form .description-block {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.form .description-block .text-block {
  line-height: 1.55556;
}

@media only screen and (max-width: 640px) {
  .form .description-block .text-block {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .description-block .text-block {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .form .description-block .text-block {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  .form .description-block .text-block {
    margin-right: 40px;
  }
}
.form .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 15px 20px;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 4px;
}

@media only screen and (max-width: 640px) {
  .form .btn-block {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  .form .btn-block {
    margin-top: 90px;
  }
}
.form .btn-block p {
  margin-bottom: 20px;
  letter-spacing: 0.018em;
}

@media only screen and (max-width: 640px) {
  .form .btn-block p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .btn-block p {
    font-size: 1.125rem;
  }
}
.form .btn span {
  display: block;
}

.form .btn .icon {
  margin-right: 20px;
}

.form .btn:hover {
  opacity: 0.7;
}

.form .btn--form {
  max-width: 340px;
  margin: auto;
  background: url(../images/common/bg-stripe-green.png) repeat 0 0;
  background-size: 4px 1px;
}

@media only screen and (max-width: 640px) {
  .form .btn--form {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .btn--form {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .contact-block .contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .form .contact-block .contact-list ~ .contact-list {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  .form .contact-block .contact-list ~ .contact-list {
    margin-top: 20px;
  }
}
.form .contact-block .contact-list dt {
  width: 150px;
  color: #FFF;
  letter-spacing: 0.025em;
  background: #71c3d7;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .form .contact-block .contact-list dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .contact-block .contact-list dt {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .form .contact-block .contact-list dt {
    padding: 6px 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  .form .contact-block .contact-list dt {
    padding: 12px 0;
    margin-right: 20px;
  }
}
.form .contact-block .contact-list dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.025em;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  .form .contact-block .contact-list dd {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .contact-block .contact-list dd {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .form .contact-block .contact-list dd .num {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  .form .contact-block .contact-list dd .num {
    margin-right: 20px;
  }
}
.form .tips {
  margin-top: 20px;
  color: #3cacc8;
  letter-spacing: 0.025em;
  line-height: 1.55556;
}

@media only screen and (max-width: 640px) {
  .form .tips {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .form .tips {
    font-size: 1.125rem;
  }
}
.form .tips-title {
  font-weight: normal;
}

.form .article--contact-form .first-text {
  margin-bottom: 40px;
}

#privacy-policy {
  margin-bottom: 70px;
}

#privacy-policy .sec-title {
  margin-bottom: 50px;
}

#privacy-policy .first-text {
  margin-bottom: 55px;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #privacy-policy .first-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #privacy-policy .first-text {
    font-size: 1.25rem;
  }
}
#privacy-policy .privacy-block ~ .privacy-block {
  margin-top: 30px;
}

#privacy-policy .privacy-block dt {
  letter-spacing: 0.025em;
  line-height: 1.66667;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #privacy-policy .privacy-block dt {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #privacy-policy .privacy-block dt {
    font-size: 1.125rem;
  }
}
#privacy-policy .privacy-block dd {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #privacy-policy .privacy-block dd {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #privacy-policy .privacy-block dd {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  #terms {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 641px) {
  #terms {
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 640px) {
  #terms .sec-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #terms .sec-title {
    margin-bottom: 50px;
  }
}
#terms .first-text {
  letter-spacing: 0.025em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #terms .first-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #terms .first-text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  #terms .first-text {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 641px) {
  #terms .first-text {
    margin-bottom: 55px;
  }
}
#terms .block-title {
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #a5a4a4;
}

@media only screen and (max-width: 640px) {
  #terms .block-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  #terms .block-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #terms .block-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #terms .block-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #terms .term-block ~ .term-block {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #terms .term-block ~ .term-block {
    margin-top: 30px;
  }
}
#terms .term-block dt {
  letter-spacing: 0.025em;
  line-height: 1.66667;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #terms .term-block dt {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #terms .term-block dt {
    font-size: 1.125rem;
  }
}
#terms .term-block dd {
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #terms .term-block dd {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  #terms .term-block dd {
    font-size: 1.125rem;
  }
}
#terms .term-block-title ~ .term-block-title {
  margin-top: 30px;
}

#terms .term-block ul {
  padding-left: 25px;
}

@media only screen and (max-width: 640px) {
  #sitemap {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 641px) {
  #sitemap {
    margin-bottom: 125px;
  }
}
@media only screen and (max-width: 640px) {
  #sitemap .sec-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #sitemap .sec-title {
    margin-bottom: 90px;
  }
}
#sitemap ul {
  list-style: none;
}

#sitemap ul a {
  letter-spacing: 0.025em;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #sitemap ul a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  #sitemap ul a {
    font-size: 1.25rem;
  }
}
#sitemap ul a:hover {
  color: #71c3d7;
}

@media only screen and (max-width: 640px) {
  #sitemap .sitemap-list-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #sitemap .sitemap-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  #sitemap .sitemap-list-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
#sitemap .sitemap-list-item > a {
  color: #333;
}

#sitemap .sitemap-list-item > a::before {
  content: ">";
  padding-right: 8px;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
}

#sitemap .second-list {
  margin-top: 20px;
}

#sitemap .second-list .second-list-item {
  padding-left: 18px;
}

#sitemap .second-list .second-list-item:not(:last-child) {
  margin-bottom: 15px;
}

#sitemap .second-list a {
  color: #696969;
}

.detail .image-block {
  text-align: center;
}



.wrap.is-bread_none {
  padding-top: 14px;
}
@media only screen and (min-width: 641px) {
  .wrap.is-bread_none {
    padding-top: 242px;
  }
}

.header .global-nav .is-hover_nav {
  position: relative;
  display: block;
  padding: 30px 20px;
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .header .global-nav .is-hover_nav {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) {
  .header .global-nav .is-hover_nav {
    font-size: 1.125rem;
  }
}
.header .global-nav .is-hover_nav .text {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.header .global-nav .is-hover_nav .text::before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: -0.25em;
  content: ">";
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
  opacity: 0;
}

.header .global-nav .is-hover_nav .text::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.6em;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header .global-nav .is-hover_nav:hover .text::before, .header .global-nav .is-hover_nav.active .text::before {
  left: 0;
  opacity: 1;
}

.header .global-nav .is-hover_nav:hover .text::after, .header .global-nav .is-hover_nav.active .text::after {
  width: 100%;
}

.header .global-nav:not(.global-nav--top) .is-hover_nav .text::after {
  margin-top: 1em;
  height: 2px;
  background: #71c3d7;
}

.header .global-nav:not(.global-nav--top) .is-hover_nav:hover, .header .global-nav:not(.global-nav--top) .is-hover_nav.active {
  background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 641px) {
  #product-information .article--product-information .sec--material.is-column2 {
    padding: 0 300px;
  }
}

#tanita-support .article--login .support-description-block {
  line-height: 1.55556;
}

@media (min-width: 641px) {
  .display_to_mq {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 641px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 641px) {
  .display_mq.is-block {
    display: block;
  }
}

.inline_block {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.mb1em {
  margin-bottom: 1em;
}

.line_height_m {
  line-height: 1.55556;
}

.mt10 {
  margin-top: 10px;
}

.btn-login {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #71c3d7;
  color: #FFF;
  margin: 15px auto;
}

.image {
  width: 330px;
  height: 226px;
}

.image.is-reset_size {
  width: auto;
  height: auto;
}

.global-nav-list-item {
  height: 78px;
  position: relative;
}
.global-nav-list-accordion {
  display: none;
  background-color: #e9e9e9;
}

.o-title.is-akita_factory {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 21px;
}
@media (min-width: 641px) {
  .o-title.is-akita_factory {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
@media (min-width: 641px) {
  .o-title.is-akita_factory.is-pro_line {
    padding-top: 40px;
  }
}

.o-single_img {
  text-align: center;
}
.o-single_img.is-akita_factory_president {
  padding-top: 12px;
}
.o-single_img.is-icon_pro_line {
  margin-bottom: 24px;
}
@media (min-width: 641px) {
  .o-single_img.is-icon_pro_line {
    margin-bottom: 0;
  }
}

.p-akita_factory li {
  list-style: none;
}
.p-akita_factory__base_text {
  font-size: 13px;
}
@media (min-width: 641px) {
  .p-akita_factory__base_text {
    font-size: 14px;
  }
}
@media (min-width: 641px) {
  .p-akita_factory__base_text.is-center_mq {
    text-align: center;
  }
}
.p-akita_factory__base_text p {
  line-height: 2;
}
.p-akita_factory__base_text.is-pro_line {
  margin-bottom: 24px;
}
@media (min-width: 641px) {
  .p-akita_factory__base_text.is-pro_line {
    margin-bottom: 48px;
  }
}
@media (min-width: 641px) {
  .p-akita_factory__base_text.is-pro_items {
    max-width: 460px;
    margin: 0 auto;
  }
}
.p-akita_factory__logo {
  text-align: center;
  margin-bottom: 16px;
}
.p-akita_factory__akita_flow {
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 40px;
}
.p-akita_factory__akita_flow__flow_img {
  text-align: center;
  margin-bottom: 24px;
}
.p-akita_factory__akita_flow__graf_img {
  text-align: center;
}
.p-akita_factory__local_pro {
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 40px;
}
.p-akita_factory__local_pro__item_list {
  text-align: center;
  max-width: 240px;
  margin: 0 auto 24px;
}
.p-akita_factory__local_pro__item_list::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 641px) {
  .p-akita_factory__local_pro__item_list {
    max-width: none;
    margin-bottom: 32px;
  }
}
.p-akita_factory__local_pro__item_list > li {
  width: 50%;
  float: left;
  border-left: 1px solid #000;
  margin-bottom: 24px;
}
@media (min-width: 641px) {
  .p-akita_factory__local_pro__item_list > li {
    margin-bottom: 0;
    width: auto;
    float: none;
    font-size: 0;
    display: inline-block;
  }
}
.p-akita_factory__local_pro__item_list > li:nth-child(2n) {
  border-right: 1px solid #000;
}
@media (min-width: 641px) {
  .p-akita_factory__local_pro__item_list > li:nth-child(2n) {
    border-right: none;
  }
}
.p-akita_factory__local_pro__item_list > li:nth-child(2n+1) {
  clear: left;
}
.p-akita_factory__local_pro__item_list > li:last-child {
  border-right: 1px solid #000;
}
.p-akita_factory__pro_line {
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 641px) {
  .p-akita_factory__pro_line {
    position: relative;
    min-height: 600px;
  }
}
@media (min-width: 641px) {
  .p-akita_factory__pro_line__wrap {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.p-akita_factory__pro_line__thumb_list {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
  font-size: 0;
}
@media (min-width: 641px) {
  .p-akita_factory__pro_line__thumb_list {
    max-width: 115px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}
.p-akita_factory__pro_line__thumb_list.is-right_mq {
  left: auto;
  right: 0;
}
.p-akita_factory__pro_line__thumb_list > li {
  display: inline-block;
  width: 50%;
  padding: 4px;
}
@media (min-width: 641px) {
  .p-akita_factory__pro_line__thumb_list > li {
    width: 100%;
    padding: 0;
  }
}
.p-akita_factory__pro_line__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-akita_factory__pro_line__menu .menu_inner {
  position: relative;
  width: 320px;
  height: 225px;
  overflow: hidden;
  display: inline-block;
  margin: 10px 0;
}
.p-akita_factory__pro_line__menu .menu_inner:hover .menu_ttl img {
  transform: scale(1);
}
.p-akita_factory__pro_line__menu .menu_inner:hover img {
  transform: scale(1.1);
  filter: brightness(120%);
}
.p-akita_factory__pro_line__menu .menu_inner:hover .menu_ttl {
  opacity: 1;
}
.p-akita_factory__pro_line__menu .menu_inner img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  z-index: 1;
}
.p-akita_factory__pro_line__menu .menu_inner .menu_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2;
  width: 230px;
  height: 150px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-akita_factory__pro_line__menu .menu_inner .menu_ttl img {
  height: 80px;
  width: auto;
}
.p-akita_factory__pro_line__menu .menu_inner .menu_ttl span {
  font-family: Arial, Helvetica, "sans-serif";
  color: #5E89C1;
  font-size: 14px;
  text-align: center;
}
.p-akita_factory__pro_line__menu .menu_inner .menu_btn {
  display: none;
}
.p-akita_factory__pro_line__menu .menu_inner .menu_btn a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  height: 42px;
  width: auto;
  padding: 13px 30px 10px 20px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  border-radius: 30px;
}
.p-akita_factory__pro_line__menu .menu_inner .menu_btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 12px;
  top: calc(50% - 6px);
  right: 10px;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/inc/images/akita_factory/icon_arrow.png);
  background-size: contain;
}
.p-akita_factory__pro_line__menu .menu_inner .menu_btn a:hover {
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-akita_factory__pro_line__message {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 60px 0 30px;
}
.p-akita_factory__pro_line__message .image {
  width: 250px;
  margin-right: 50px;
}
.p-akita_factory__pro_line__message .image img {
  width: 100%;
}
.p-akita_factory__pro_line__message .text {
  width: calc(100% - 300px);
}
.p-akita_factory__pro_line__message .text h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 50px 30px 0;
}
.p-akita_factory__pro_line__message .text h3 span {
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
}
.p-akita_factory__pro_line__message .text p {
  line-height: 2;
  margin: 20px 0;
}
.p-akita_factory__kanki-mune {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 641px) {
  .p-akita_factory__kanki-mune {
    position: relative;
  }
}
.p-akita_factory__kanki-mune__menu {
  display: flex;
  justify-content: center;
  gap: 0 60px;
}
.p-akita_factory__kanki-mune__menu .menu_inner {
  position: relative;
  width: 320px;
  height: 225px;
  overflow: hidden;
  display: inline-block;
  margin: 10px 0;
}
.p-akita_factory__kanki-mune__menu .menu_inner:hover .menu_ttl img {
  transform: scale(1);
}
.p-akita_factory__kanki-mune__menu .menu_inner:hover img {
  transform: scale(1.1);
  filter: brightness(120%);
}
.p-akita_factory__kanki-mune__menu .menu_inner:hover .menu_ttl {
  opacity: 1;
}
.p-akita_factory__kanki-mune__menu .menu_inner img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  z-index: 1;
}
.p-akita_factory__kanki-mune__menu .menu_inner .menu_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2;
  width: 230px;
  height: 150px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-akita_factory__kanki-mune__menu .menu_inner .menu_ttl img {
  height: 80px;
  width: auto;
}
.p-akita_factory__kanki-mune__menu .menu_inner .menu_ttl span {
  font-family: Arial, Helvetica, "sans-serif";
  color: #5E89C1;
  font-size: 14px;
  text-align: center;
}
.p-akita_factory__kanki-mune__menu .menu_inner .menu_btn {
  display: none;
}
.p-akita_factory__kanki-mune__menu .menu_inner .menu_btn a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  height: 42px;
  width: auto;
  padding: 13px 30px 10px 20px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  border-radius: 30px;
}
.p-akita_factory__kanki-mune__menu .menu_inner .menu_btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 12px;
  top: calc(50% - 6px);
  right: 10px;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/inc/images/akita_factory/icon_arrow.png);
  background-size: contain;
}
.p-akita_factory__kanki-mune__menu .menu_inner .menu_btn a:hover {
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-akita_factory__kanki-mune__message {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 60px 0 30px;
}
.p-akita_factory__kanki-mune__message .image {
  width: 250px;
  margin-right: 50px;
}
.p-akita_factory__kanki-mune__message .image img {
  width: 100%;
}
.p-akita_factory__kanki-mune__message .text {
  width: calc(100% - 300px);
}
.p-akita_factory__kanki-mune__message .text h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 50px 30px 0;
}
.p-akita_factory__kanki-mune__message .text h3 span {
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
}
.p-akita_factory__kanki-mune__message .text p {
  line-height: 2;
  margin: 20px 0;
}
.p-akita_factory__sns {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.p-akita_factory__sns .inner {
  text-align: center;
}
@media (min-width: 641px) {
  .p-akita_factory__sns {
    flex-direction: row;
    position: relative;
  }
  .p-akita_factory__sns .inner {
    max-width: 45%;
  }
}
.p-akita_factory__pro_items {
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 40px;
}
.p-akita_factory__environment {
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 40px;
}
.p-akita_factory__environment__item_list {
  max-width: 540px;
  margin: 0 auto;
}
.p-akita_factory__environment__item_list > li {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
@media (min-width: 641px) {
  .p-akita_factory__environment__item_list > li {
    font-size: 14px;
  }
}
.p-akita_factory__history {
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 641px) {
  .p-akita_factory__history__column_wrap {
    max-width: 568px;
    margin: 0 auto;
  }
  .p-akita_factory__history__column_wrap::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media (min-width: 641px) {
  .p-akita_factory__history__column_left {
    width: 320px;
    float: left;
    padding-right: 4px;
  }
}
@media (min-width: 641px) {
  .p-akita_factory__history__column_right {
    width: 248px;
    float: right;
  }
}
.p-akita_factory__history__item_list {
  line-height: 1.75;
  margin-bottom: 24px;
}
@media (min-width: 641px) {
  .p-akita_factory__history__item_list {
    margin-bottom: 0;
  }
}
.p-akita_factory__history__item_list > li > dl {
  position: relative;
  font-size: 12px;
  padding-left: 6em;
}
@media (min-width: 641px) {
  .p-akita_factory__history__item_list > li > dl {
    font-size: 10px;
  }
}
.p-akita_factory__history__item_list > li > dl > dt {
  position: absolute;
  top: 0;
  left: 0;
}
.p-akita_factory__history__thumb_list {
  text-align: center;
}
.p-akita_factory__history__thumb_list > li {
  margin-bottom: 8px;
}
.p-akita_factory__history__thumb_list > li:last-child {
  margin-bottom: 0;
}
.p-akita_factory__bg_grey {
  background-color: #D6D6D6;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 24px 0;
}
@media (min-width: 641px) {
  .p-akita_factory__bg_grey {
    padding: 12px 0;
  }
}
.p-akita_factory__bg_grey__top_wrap {
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
@media (min-width: 641px) {
  .p-akita_factory__bg_grey__top_wrap {
    max-width: 744px;
    margin: 0 auto 24px;
    padding: 0 40px 12px;
  }
  .p-akita_factory__bg_grey__top_wrap::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media (min-width: 641px) {
  .p-akita_factory__bg_grey__bottom_logo {
    width: 264px;
    float: left;
  }
}
@media (min-width: 641px) {
  .p-akita_factory__bg_grey__person_list {
    width: 345px;
    float: right;
  }
}
.p-akita_factory__bg_grey__bottom_wrap {
  text-align: center;
}
.p-akita_factory__bg_grey__symbol_1 {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .p-akita_factory__bg_grey__symbol_1 {
    width: 262px;
    display: inline-block;
    border-left: 1px solid #000;
  }
}
.p-akita_factory__bg_grey__symbol_2 {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .p-akita_factory__bg_grey__symbol_2 {
    width: 262px;
    display: inline-block;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
.p-akita_factory__photographer {
  font-size: 9px;
  text-align: center;
  padding: 8px 0;
}
@media (min-width: 641px) {
  .p-akita_factory__photographer {
    font-size: 10px;
    text-align: right;
    max-width: 660px;
    margin: 0 auto;
  }
}
.p-akita_factory__photographer__text_link {
  display: inline-block;
  color: #333;
  font-size: 12px;
  padding-top: 1em;
  text-decoration: none;
}
@media (min-width: 641px) {
  .p-akita_factory__photographer__text_link {
    padding-top: 0;
    padding-left: 1em;
  }
}

main#akita {
  padding-top: 90px;
}
main#akita .p-akita-inner {
  width: 100%;
  overflow-x: hidden;
}
main#akita .p-akita-header {
  position: fixed;
  width: 100%;
  transition: top 0.3s;
  z-index: 10;
}
main#akita .p-akita-header .p-akita-header-inner {
  height: 70px;
  top: 90px;
  background: rgba(245, 245, 245, 0.8);
}
main#akita .p-akita-header ul {
  display: flex;
  font-size: 10px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
main#akita .p-akita-header ul li {
  text-align: center;
  letter-spacing: -0.2px;
}
main#akita .p-akita-header ul li + li {
  margin-left: 10px;
}
main#akita .p-akita-header ul img {
  height: 40px;
}
main#akita .p-akita-header a {
  color: #063775;
  text-decoration: none;
}
main#akita .p-akita-header a:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
main#akita .p-akita-sp-btn {
  display: none;
}
main#akita .modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(180, 180, 180, 0.6);
  z-index: 11;
}
main#akita .modal .p-akita-modal-content {
  position: fixed;
  background-color: #FFFFFF;
  padding: 30px 4% 30px;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}
main#akita .modal .p-akita-modal-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#akita .modal .p-akita-modal-content ul li {
  width: 33.3333333333%;
  text-align: center;
  margin-top: 20px;
}
main#akita .modal .p-akita-modal-content ul li a {
  color: #063775;
  text-decoration: none;
  font-size: 11px;
}
main#akita .modal .p-akita-modal-content ul li img {
  height: 50px;
}
main#akita .modal .p-akita-modal-content ul li:first-of-type {
  width: 100%;
}
main#akita .modal .p-akita-modal-content ul li:first-of-type img {
  width: 120px;
  height: auto;
}
main#akita .modal .p-akita-modal-close {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: opacity 0.6s;
}
main#akita .modal .p-akita-modal-close::before,
main#akita .modal .p-akita-modal-close::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 3px;
  background: #D5011D;
  content: "";
}
main#akita .modal .p-akita-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
main#akita .modal .p-akita-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
main#akita .p-akita-inner {
  width: 100%;
  padding-top: 130px;
}
main#akita .p-akita-logo {
  margin: 50px auto;
  text-align: center;
}
main#akita .p-akita-ttl {
  width: 1080px;
  margin: 50px auto 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main#akita .p-akita-ttl img {
  width: 110px;
}
main#akita .p-akita-ttl h2 {
  font-size: 20px;
  letter-spacing: -0.1rem;
  line-height: 1.2;
}
main#akita .p-akita-ttl h2 span {
  color: #7697C2;
  font-size: 16px;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 0.1rem;
}
main#akita .p-akita-ttl-image {
  width: 130px;
  text-align: center;
}
main#akita .p-akita-ttl-text {
  width: auto;
  margin-left: 30px;
  padding-top: 10px;
  text-align: center;
}
main#akita .p-akita-ttl-text h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}
main#akita .p-akita-ttl-text h3 + p {
  margin-top: 30px;
}
main#akita .p-akita-ttl-text p {
  color: #666666;
  line-height: 1.6;
}
main#akita .p-akita-movie {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 50px auto;
}
main#akita .p-akita-movie .inner {
  width: 560px;
  margin: 50px auto;
  text-align: left;
}
main#akita .p-akita-movie .inner h4 {
  font-weight: 600;
  margin: 10px 0;
}
main#akita .p-akita-movie-bg {
  position: absolute;
  width: 626px;
  height: 547px;
  left: calc(50% - 700px);
  top: 0;
  background: url("https://www.tanita-hw.co.jp/wp-content/themes/tanita/inc/images/akita_factory/bg_01.png") no-repeat;
  background-size: contain;
  z-index: -1;
}
main#akita .p-akita-movie-bg h3 {
  position: absolute;
  top: 130px;
  right: 130px;
  font-size: 96px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 500;
  transform: rotate(-90deg);
}
main#akita .p-akita-voice {
  position: relative;
  text-align: center;
  margin: 100px 0;
}
main#akita .p-akita-voice .voice_image {
  position: absolute;
  width: 200px;
  left: 0;
}
main#akita .p-akita-voice .voice_image img {
  border-radius: 0 20px 20px 0;
  width: 100%;
  box-shadow: -25px 18px 0px 0px #f4f8f9;
}
main#akita .p-akita-voice .inner {
  position: relative;
  width: 1080px;
  margin: 80px auto;
  padding-left: 250px;
  text-align: left;
}
main#akita .p-akita-voice .voice_text {
  width: 100%;
}
main#akita .p-akita-voice .voice_text p {
  line-height: 2;
  margin: 20px 0;
}
main#akita .p-akita-voice .voice_name {
  padding-top: 20px;
}
main#akita .p-akita-voice .voice_name h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 50px 30px 0;
}
main#akita .p-akita-voice .voice_name span {
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
}
main#akita .p-akita-voice-bg {
  position: absolute;
  width: 661px;
  height: 610px;
  right: calc(50% - 1000px);
  top: 0;
  background: url("https://www.tanita-hw.co.jp/wp-content/themes/tanita/inc/images/akita_factory/bg_02.png") no-repeat;
  background-size: contain;
  z-index: -1;
}
main#akita .p-akita-voice-bg h3 {
  position: absolute;
  top: 130px;
  right: 230px;
  font-size: 96px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 500;
  transform: rotate(-90deg);
}
main#akita .p-akita-gallery {
  margin: 80px 0;
}
main#akita .p-akita-gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
main#akita .p-akita-gallery ul li {
  width: calc(33.3333333333% - 4px);
  margin: 3px 0;
}
main#akita .p-akita-gallery ul li:nth-of-type(2), main#akita .p-akita-gallery ul li:nth-of-type(5) {
  margin: 3px 5px;
}
main#akita .p-akita-gallery ul li img {
  width: 100%;
  height: auto;
}
main#akita .p-akita-gallery .inner {
  width: 980px;
  margin: 50px auto;
}
main#akita .p-akita-gallery .inner p {
  line-height: 2;
  margin: 20px 0;
}
main#akita .p-akita-gallery .p-akita-rmovie,
main#akita .p-akita-gallery .p-akita-rproduct {
  width: 1080px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#akita .p-akita-gallery .p-akita-rmovie h2,
main#akita .p-akita-gallery .p-akita-rproduct h2 {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 120px;
  text-align: center;
  position: relative;
}
main#akita .p-akita-gallery .p-akita-rmovie h2::after,
main#akita .p-akita-gallery .p-akita-rproduct h2::after {
  position: absolute;
  top: 60px;
  left: 50%;
  content: "";
  border: 1px solid #D5011D;
  height: 40px;
}
main#akita .p-akita-gallery .p-akita-rmovie .inner {
  width: 320px;
  margin: 5px;
}
main#akita .p-akita-gallery .p-akita-rmovie .inner iframe {
  border-radius: 10px;
}
main#akita .p-akita-gallery .p-akita-rproduct .inner {
  width: 260px;
  margin: 5px;
}
main#akita .p-akita-gallery .p-akita-rproduct .inner a {
  color: #666666;
  text-decoration: none;
}
main#akita .p-akita-gallery .p-akita-rproduct .inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 180px;
}
main#akita .p-akita-gallery .p-akita-rproduct .p-akita-rproduct-img {
  position: relative;
  background: #e9e9e9;
  width: 260px;
  height: 180px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  main#akita .p-akita-inner {
    padding-top: 0;
  }
  main#akita .forSP {
    display: block;
  }
  main#akita .forPC {
    display: none;
  }
  main#akita .p-akita-header-inner {
    display: none;
  }
  main#akita .p-akita-sp-btn {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    height: 42px;
    width: 160px;
    background: rgba(245, 245, 245, 0.8);
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    z-index: 10;
  }
  main#akita .p-akita-sp-btn::after {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    top: calc(50% - 6px);
    right: 10px;
    background: url("https://www.tanita-hw.co.jp/wp-content/themes/tanita/inc/images/akita_factory/icon_arrow.png");
    background-size: contain;
  }
  main#akita .p-akita-sp-btn a {
    display: block;
    height: 42px;
    width: 160px;
    padding: 13px 20px 10px 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  main#akita .p-akita-sp-btn a:hover {
    opacity: 0.7;
  }
  main#akita .p-akita-ttl {
    width: auto;
    margin: 50px 20px 20px;
  }
  main#akita .p-akita-ttl-text {
    margin-left: 30px;
    text-align: left;
  }
  main#akita .p-akita-ttl-text h3 + p {
    margin-top: 10px;
  }
  main#akita .p-akita-movie-bg {
    left: calc(50% - 500px);
    top: -40px;
  }
  main#akita .p-akita-movie-bg h3 {
    transform: rotate(0deg);
    top: 0px;
    right: 140px;
    font-size: 70px;
  }
  main#akita .p-akita-movie .inner {
    width: auto;
    margin: 20px 10px 20px;
    padding-top: 50px;
  }
  main#akita .p-akita-movie .inner + .inner {
    padding-top: 30px;
  }
  main#akita .p-akita-voice {
    margin: 80px 0 30px;
  }
  main#akita .p-akita-voice .inner {
    width: auto;
    padding-left: 0;
    margin: 80px auto 40px;
    display: flex;
    flex-wrap: wrap;
  }
  main#akita .p-akita-voice .voice_image {
    position: relative;
    width: 28%;
  }
  main#akita .p-akita-voice .voice_name {
    width: 72%;
    padding-left: 20px;
    align-self: center;
  }
  main#akita .p-akita-voice .voice_name h3 {
    margin: 0 10px 30px 0;
  }
  main#akita .p-akita-voice .voice_name span {
    padding-left: 0;
    display: inline-block;
  }
  main#akita .p-akita-voice .voice_text {
    width: 100%;
  }
  main#akita .p-akita-voice .voice_text p {
    line-height: 2;
    margin: 20px 20px;
  }
  main#akita .p-akita-voice-bg {
    right: calc(50% - 600px);
    top: -60px;
  }
  main#akita .p-akita-voice-bg h3 {
    top: 40px;
    right: 330px;
    font-size: 70px;
    transform: rotate(0deg);
  }
  main#akita .p-akita-gallery {
    margin: 40px 0;
  }
  main#akita .p-akita-gallery li {
    width: calc(50% - 3px);
  }
  main#akita .p-akita-gallery li:nth-of-type(2), main#akita .p-akita-gallery li:nth-of-type(5) {
    margin: 3px 0;
  }
  main#akita .p-akita-gallery li:nth-of-type(even) {
    margin: 3px 0 3px 5px;
  }
  main#akita .p-akita-gallery .inner {
    width: auto;
    margin: 50px 20px;
  }
  main#akita .p-akita-rmovie,
  main#akita .p-akita-rproduct {
    width: auto;
    margin: 60px auto;
  }
  main#akita .p-akita-rmovie h2,
  main#akita .p-akita-rproduct h2 {
    padding-bottom: 80px;
  }
  main#akita .p-akita-rmovie .inner {
    width: auto;
  }
}
@media (max-width: 400px) {
  main#akita .p-akita-ttl {
    flex-direction: column;
    align-content: center;
  }
  main#akita .p-akita-ttl-image,
  main#akita .p-akita-ttl-text {
    width: 100%;
    margin: 10px;
  }
}

.p-contest {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.p-contest li {
  list-style: none;
}
.p-contest__top_cnt {
  max-width: 900px;
  margin: 0 auto;
}
.p-contest__top_cnt__logo {
  padding: 12px 0;
  max-width: 204px;
}
@media (min-width: 641px) {
  .p-contest__top_cnt__logo {
    max-width: 284px;
  }
}
.p-contest__intro {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 13px;
  padding: 20px 20px 32px;
}
@media (min-width: 641px) {
  .p-contest__intro {
    font-size: 16px;
    text-align: center;
    padding: 30px 0 48px;
  }
}
.p-contest__intro__title {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 641px) {
  .p-contest__intro__title {
    font-size: 23px;
  }
}
.p-contest__intro p {
  line-height: 2;
  margin-bottom: 8px;
}
.p-contest__intro .is-sp_right {
  text-align: right;
}
@media (min-width: 641px) {
  .p-contest__intro .is-sp_right {
    text-align: center;
  }
}
.p-contest__the_work {
  max-width: 900px;
  margin: 0 auto;
}
.p-contest__the_work__title {
  padding: 12px 0;
  line-height: 28px;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media (min-width: 641px) {
  .p-contest__the_work__title {
    line-height: 78px;
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.p-contest__the_work__title a {
  color: #333;
  text-decoration: none;
}
.p-contest__the_work__title a:hover {
  text-decoration: underline;
}
.p-contest__the_work__item_list {
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  .p-contest__the_work__item_list {
    margin-bottom: 60px;
  }
  .p-contest__the_work__item_list::after {
    clear: both;
    content: "";
    display: block;
  }
}
.p-contest__the_work__item_list p {
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 8px;
}
.p-contest__the_work__item_list > li {
  margin-bottom: 24px;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 641px) {
  .p-contest__the_work__item_list > li {
    margin-right: 60px;
    width: 260px;
    float: left;
    padding: 0;
  }
}
@media (min-width: 641px) {
  .p-contest__the_work__item_list > li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-contest__the_work__award {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
}
.p-contest__the_work__award a {
  color: #333;
  text-decoration: none;
}
.p-contest__the_work__award a:hover {
  text-decoration: underline;
}
.p-contest__the_work__award .is-font_size_s {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 6px;
}
.p-contest__the_work__care_text {
  padding-top: 24px;
}
.p-contest__the_work__care_text p {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
}
.p-contest__judge_profile {
  max-width: 900px;
  margin: 0 auto;
  padding: 16px 20px 32px;
}
@media (min-width: 641px) {
  .p-contest__judge_profile {
    padding: 16px 50px 32px;
  }
}
.p-contest__judge_profile__title {
  background: #888888;
  color: #fff;
  line-height: 38px;
  font-size: 23px;
  text-align: center;
}
.p-contest__judge_profile__member_list {
  padding-top: 15px;
}
@media (min-width: 641px) {
  .p-contest__judge_profile__member_list::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media (min-width: 641px) {
  .p-contest__judge_profile__member_list > li {
    max-width: 390px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 641px) {
  .p-contest__judge_profile__member_list > li:last-child {
    margin-right: 0;
  }
}
.p-contest__judge_profile__member_list > li img {
  max-width: 100%;
}
.p-contest__copy_right {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
  font-size: 12px;
  padding: 20px 10px;
}
.p-contest__copy_right p {
  line-height: 1.5;
}

#company.p-recruit .article--recruit .sec-content {
  width: 100%;
}
#company.p-recruit .article--recruit .sec-content .recruit-lead p {
  text-align: center;
  margin: 50px 10px;
  font-size: 1.25rem;
}
#company.p-recruit .article--recruit .sec-content .recruit-img {
  width: 100%;
  min-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
}
#company.p-recruit .article--recruit .sec-content .image {
  position: absolute;
  width: 22%;
  max-width: 400px;
  height: auto;
  top: 360px;
}
#company.p-recruit .article--recruit .sec-content .image img {
  width: 100%;
}
#company.p-recruit .article--recruit .sec-content .image:first-of-type {
  left: 0;
}
#company.p-recruit .article--recruit .sec-content .image:nth-of-type(2) {
  right: 0;
}
#company.p-recruit .article--recruit .sec-content .image_sp {
  display: none;
}
#company.p-recruit .article--recruit .sec-content .recruit-box {
  background-color: #F5F5F5;
  text-align: center;
  padding: 80px 0;
}
#company.p-recruit .article--recruit .sec-content .recruit-box p {
  font-size: 1.25rem;
}
#company.p-recruit .article--recruit .sec-content .accordion {
  max-width: 1000px;
  margin: 30px auto;
  border-radius: 20px;
  background: #fff;
  text-align: left;
}
#company.p-recruit .article--recruit .sec-content .accordion-heading {
  position: relative;
  padding: 40px 40px 40px 100px;
  cursor: pointer;
  font-size: 1.25rem;
}
#company.p-recruit .article--recruit .sec-content .accordion-heading span.location {
  position: absolute;
  right: 200px;
  font-weight: 400;
  font-size: 1rem;
  margin-left: 100px;
}
#company.p-recruit .article--recruit .sec-content .accordion-heading span.location::before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  display: inline-block;
  background: #D9D9D9;
  top: 50%;
  left: -50px;
}
#company.p-recruit .article--recruit .sec-content .accordion-heading div.num {
  position: absolute;
  left: 0;
  top: 30px;
  background: #71C3D7;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 5px 10px;
  border-radius: 0 5px 5px 0;
}
#company.p-recruit .article--recruit .sec-content .accordion-heading span.accordion-toggle {
  position: absolute;
  top: 50%;
  right: 30px;
  line-height: 1;
  translate: 0 -50%;
}
#company.p-recruit .article--recruit .sec-content .accordion-heading span.accordion-toggle .accordion-toggle-icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #71C3D7;
}
#company.p-recruit .article--recruit .sec-content .accordion-heading span.accordion-toggle .accordion-toggle-icon::before, #company.p-recruit .article--recruit .sec-content .accordion-heading span.accordion-toggle .accordion-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background: #fff;
  translate: -50% -50%;
  -webkit-transition: opacity 400ms, rotate 400ms;
  transition: opacity 400ms, rotate 400ms;
}
#company.p-recruit .article--recruit .sec-content .accordion-heading span.accordion-toggle .accordion-toggle-icon::after {
  rotate: 90deg;
}
#company.p-recruit .article--recruit .sec-content .accordion-heading span.accordion-toggle .accordion-toggle-icon.active::after {
  rotate: 0deg;
}
#company.p-recruit .article--recruit .sec-content .accordion-content {
  display: none;
  font-size: 12px;
  color: #636363;
  line-height: 1.6;
  padding: 0 100px 30px 100px;
  text-align: left;
}
#company.p-recruit .article--recruit .sec-content .accordion-content p {
  font-size: 1rem;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  margin: 30px 0;
  border-top: 3px solid #EBEBEB;
  border-bottom: 3px solid #EBEBEB;
  align-content: stretch;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dt {
  width: 190px;
  background: #FBFBFB;
  padding: 20px 30px;
  font-weight: 600;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dt:not(:first-of-type) {
  border-top: 1px solid #EBEBEB;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd {
  width: calc(100% - 190px);
  padding: 20px 40px;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd:not(:first-of-type) {
  border-top: 1px solid #EBEBEB;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd p {
  font-size: 0.9rem;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd ul + p,
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd p + p {
  margin-top: 10px;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd p.contact {
  border: 1px solid #71C3D7;
  border-radius: 10px;
  background: #F9FDFD;
  padding: 14px 40px;
  margin: 20px 0;
  font-size: 0.9rem;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd .stepbar {
  margin: 0 auto;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd .stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd .stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: flex-start;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd .stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  margin-top: 4px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background-color: #71C3D7;
  flex-shrink: 0;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd .stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 20px;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd .stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 21px);
  background-color: #71C3D7;
  position: absolute;
  top: 14px;
  left: 6px;
  z-index: 1;
}
#company.p-recruit .article--recruit .sec-content .accordion-content dl dd .stepbar .stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
#company.p-recruit .article--recruit .sec-content .accordion-content.active {
  display: block;
}

@media only screen and (max-width: 640px) {
  #company.p-recruit .article--recruit .sec-content .recruit-lead p {
    text-align: left;
    margin: 50px 10px;
  }
  #company.p-recruit .article--recruit .sec-content .recruit-img {
    display: none;
  }
  #company.p-recruit .article--recruit .sec-content .image_sp {
    display: block;
    margin: 10px 0;
  }
  #company.p-recruit .article--recruit .sec-content .image_sp img {
    width: 100%;
  }
  #company.p-recruit .article--recruit .sec-content .recruit-box {
    background-color: #F5F5F5;
    text-align: center;
    padding: 40px 0;
  }
  #company.p-recruit .article--recruit .sec-content .accordion {
    margin: 30px 10px;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-heading {
    padding: 30px 50px 50px 50px;
    line-height: 1.2;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-heading span.location {
    right: 50px;
    bottom: 20px;
    margin-left: 100px;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-heading span.location::before {
    width: 30px;
    left: -50px;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-heading div.num {
    font-size: 1.75rem;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-heading span.accordion-toggle {
    right: 10px;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-content {
    padding: 0 20px 30px 20px;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-content dl {
    flex-direction: column;
    margin: 30px 0;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-content dl dt {
    width: 100%;
    padding: 20px 20px;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-content dl dt:not(:first-of-type) {
    border-top: 1px solid #EBEBEB;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-content dl dd {
    width: 100%;
    padding: 20px 30px;
  }
  #company.p-recruit .article--recruit .sec-content .accordion-content dl dd:not(:first-of-type) {
    border-top: none;
  }
}/*# sourceMappingURL=style.css.map */