.content-wrap {
  padding-bottom: 0;
}

.detail-wrap {
  padding-top: 80px;
  padding-bottom: 120px;
  border: 12px solid #fff100;
}

@media only screen and (max-width: 480px) {
  .detail-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

section.sec {
  margin-top: 160px;
  margin-bottom: 160px;
}

section.sec:nth-of-type(1) {
  margin-top: 80px;
}

section.sec:last-child {
  margin-bottom: 0;
}

.title-bar {
  margin-bottom: 112px;
}

@media only screen and (max-width: 480px) {
  .title-bar {
    margin-bottom: 80px;
  }
}

.title-bar.cp {
  max-width: 100%;
  margin-bottom: 64px;
  padding: 8px;
  background-color: #0068b7;
  font-size: 4rem;
  color: #fff100;
}

@media only screen and (max-width: 480px) {
  .title-bar.cp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 24px;
    font-size: 2rem;
    text-align: left;
  }
}

.title-btm-bar {
  margin-bottom: 80px;
}

@media only screen and (max-width: 480px) {
  .title-btm-bar {
    margin-bottom: 64px;
  }
}

.title-btm-bar.product {
  max-width: 800px;
  border-color: #3db04d;
  color: #3db04d;
}

@media only screen and (max-width: 480px) {
  .title-btm-bar.product {
    text-align: left;
  }
}

.menu-desc {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.menu-desc p.txt {
  margin-top: 64px;
  font-size: 2.4rem;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .menu-desc p.txt {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}

.menu-desc .caption {
  margin-top: 16px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .menu-desc .caption {
    font-size: 1.4rem;
  }
}

.page404 {
  margin-bottom: 40px;
  padding: 40px;
  border: 8px solid #e8e8e8;
  text-align: center;
}

.page404 .caution {
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  .page404 .caution {
    font-size: 1.6rem;
  }
}

.page404 .btn {
  max-width: 300px;
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #0068b7;
  text-align: center;
  font-size: 1.8rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  .page404 .btn {
    width: 100%;
    padding: 4px;
    font-size: 1.6rem;
  }
}

.page404 .btn:hover {
  border-color: #0085ea;
  background: #0085ea;
  color: #fff;
}

.detail-wrap.info .title-bar {
  margin-bottom: 24px;
  padding: 8px;
  background: #0068b7;
}

@media only screen and (max-width: 480px) {
  .detail-wrap.info .title-bar {
    text-align: left;
  }
}

.detail-wrap.info .title-bar.center {
  text-align: center;
}

.detail-wrap.info .news-list {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.detail-wrap.info .news-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-wrap.info .news-list dl dt,
.detail-wrap.info .news-list dl dd {
  padding: 8px;
}

@media only screen and (max-width: 480px) {
  .detail-wrap.info .news-list dl dt,
  .detail-wrap.info .news-list dl dd {
    font-size: 1.4rem;
  }
}

.detail-wrap.info .news-list dl dt {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 24px;
  border-right: 4px solid #4c4948;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

@media only screen and (max-width: 480px) {
  .detail-wrap.info .news-list dl dt {
    width: 24%;
    padding-right: 0;
    font-size: 1.4rem;
  }
}

.detail-wrap.info .news-list dl dd {
  width: calc(100% - 120px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 24px;
}

.detail-wrap.info .news-list dl dd a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.detail-wrap.info .news-list dl dd a:hover {
  opacity: 0.8;
}

.detail-wrap.info .date {
  margin-bottom: 24px;
}

.detail-wrap.info .post-contents p {
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .detail-wrap.info .post-contents p {
    font-size: 1.6rem;
  }
}

.detail-wrap.info .post-contents p img {
  margin-top: 24px;
  margin-bottom: 24px;
}

section.information {
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  section.information {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  section.information .base-w {
    width: 100%;
  }
}

section.information .block {
  margin-top: 80px;
}

section.information .block .title-box {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 4px;
  border: 8px solid #0089cd;
  text-align: center;
  color: #0089cd;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  section.information .block .title-box {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}

section.information .block .price-area .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 8rem;
  font-weight: bold;
  font-family: "helvetica", "Arial", "noto", sans-serif;
  line-height: 1;
  color: #e60012;
}

@media only screen and (max-width: 480px) {
  section.information .block .price-area .price {
    font-size: 4rem;
  }
}

section.information .block .price-area .price .yen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.8rem;
  font-weight: normal;
  text-align: left;
  color: #4c4948;
}

@media only screen and (max-width: 480px) {
  section.information .block .price-area .price .yen {
    font-size: 1.6rem;
  }
}

section.information .block .price-area .price .yen .up {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 2px;
  margin-left: -4px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 480px) {
  section.information .block .price-area .price .yen .up {
    font-size: 1rem;
  }
}

section.information .block .price-area .price .yen .low {
  font-weight: bold;
}

section.information .block .price-area .price + .price {
  margin-top: 24px;
}

@media only screen and (max-width: 480px) {
  section.information .block .price-area .price + .price {
    margin-top: 8px;
  }
}

section.information .block .price-area dl.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  section.information .block .price-area dl.two {
    width: 100%;
  }
}

section.information .block .price-area dl.two dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 160px;
  padding-bottom: 16px;
  font-size: 1.8rem;
  text-align: right;
  color: #4c4948;
}

@media only screen and (max-width: 480px) {
  section.information .block .price-area dl.two dt {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 40%;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}

section.information .block .price-area dl.two dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(500px - 160px);
}

@media only screen and (max-width: 480px) {
  section.information .block .price-area dl.two dd {
    width: 60%;
  }
}

section.information .block .price-area dl.two dd .price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.information .block .time-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.information .block .time-area .main {
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  section.information .block .time-area .main {
    font-size: 2.4rem;
  }
}

section.information .block .time-area .caption {
  margin-top: 16px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.information .block .time-area .caption {
    font-size: 1.4rem;
  }
}

section.information .block .area-area {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

section.information .block .area-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.information .block .area-area dl dt,
section.information .block .area-area dl dd {
  margin-top: 4px;
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area dl dt,
  section.information .block .area-area dl dd {
    width: 100%;
    margin-top: 0;
  }
}

section.information .block .area-area dl dt {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0089cd;
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area dl dt {
    width: 100%;
  }
}

section.information .block .area-area dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 140px);
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area dl dd {
    width: 100%;
    margin-bottom: 8px;
  }
}

section.information .block .area-area .cap {
  margin-top: 16px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area .cap {
    font-size: 1.4rem;
  }
}

section.information .block .list {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  list-style: disc outside;
}

section.information .block .list li {
  margin-top: 8px;
}

@media only screen and (max-width: 480px) {
  section.information .block .list li {
    margin-left: 24px;
  }
}

section.information .block .flow {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.information .block .flow {
    text-align: left;
  }
}

section.information .block .flow li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: 64px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 30px 18px 0 18px;
  border-color: #0089cd transparent transparent transparent;
}

@media only screen and (max-width: 480px) {
  section.information .block .flow li::after {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

section.information .block .flow li:last-child::after {
  content: none;
}

section.information .table-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
}

section.information .table-area + .table-area {
  margin-top: 40px;
}

section.information .table-area .product-t {
  width: 800px;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: auto;
    width: 100%;
  }
}

section.information .table-area .product-t caption {
  margin-bottom: 4px;
  text-align: left;
  color: #3db04d;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t caption {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t thead {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t tbody {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t tr,
  section.information .table-area .product-t th,
  section.information .table-area .product-t td {
    display: block;
  }
}

section.information .table-area .product-t th,
section.information .table-area .product-t td {
  padding: 16px;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t th,
  section.information .table-area .product-t td {
    font-size: 1.4rem;
  }
}

section.information .table-area .product-t tr.head {
  background: #3db04d;
  color: #fff;
}

section.information .table-area .product-t tr.head th {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 2px solid #3db04d;
  text-align: center;
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t tr.head th {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t tr + tr {
    margin-top: 8px;
  }
}

section.information .table-area .product-t td {
  border: 2px solid #3db04d;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 8px;
  }
  section.information .table-area .product-t td:before {
    content: attr(data-head);
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: block;
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #3db04d;
  }
}

section.information .table-area .product-t td:nth-of-type(1) {
  min-width: 15%;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t td:nth-of-type(1) {
    background: rgba(61, 176, 77, 0.05);
  }
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t td + td {
    border-top: none;
  }
}

section.information .table-area .product-t td .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t td .price-box {
    width: 100%;
    padding: 0;
  }
}

section.information .table-area .product-t td .price-box > div {
  width: auto !important;
}

section.information .table-area .product-t td span.price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
  color: #e60012;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t td span.price {
    padding: 0;
    text-align: left;
    line-height: 1;
  }
}

section.information .table-area .product-t td .cartjs_box {
  border: none !important;
}

section.information .table-area .product-t td .cartjs_box .cartjs_product_table {
  display: none;
}

section.information .table-area .product-t td .cartjs_box .cartjs_dtl_tbl {
  display: none;
}

section.information .table-area .product-t td .cartjs_box .cartjs_block {
  padding: 0 !important;
}

section.information .table-area .product-t td .cartjs_box .cartjs_cart_in {
  margin-bottom: 0 !important;
}

section.information .table-area .product-t td .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
  padding: 8px 16px;
  background: #e60012;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t td .cart-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-left: 8px;
    margin-top: 0;
    padding: 8px 16px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: left;
  }
}

section.information .table-area .product-t td .cart-btn::after {
  content: url(../images/common/icon-cart.svg);
  display: block;
  width: 22px;
  margin-left: 4px;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t td .cart-btn::after {
    display: none;
  }
}

section.information .table-area .product-t td .cart-btn:hover {
  background: #ff4d5b;
}

section.information .table-area .product-t td input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
  padding: 8px 16px;
  background: #e60012;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  -webkit-appearance: none;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  section.information .table-area .product-t td input[type="submit"] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 46%;
    margin-left: 8px;
    margin-top: 0;
    padding: 8px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

section.information .table-area .product-t td input[type="submit"]:hover {
  background: #ff4d5b;
}

section.information .block-title {
  margin-bottom: 16px;
}

@media only screen and (max-width: 480px) {
  section.information .block-title {
    font-size: 2rem;
  }
}

section.information .block-txt {
  margin-bottom: 32px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.information .block-txt {
    font-size: 1.6rem;
  }
}

section.information .img-area {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  body.cp .base-w {
    width: 88%;
  }
}

body.cp .date {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  background: #0068b7;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  body.cp .date {
    font-size: 2rem;
  }
}

body.cp .detail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
}

@media only screen and (max-width: 480px) {
  body.cp .detail-area {
    margin-top: 40px;
  }
}

body.cp .detail-area .download {
  max-width: 300px;
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #0068b7;
  text-align: center;
  font-size: 1.8rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  body.cp .detail-area .download {
    width: 100%;
    padding: 4px;
    font-size: 1.6rem;
  }
}

body.cp .detail-area .download:hover {
  border-color: #0085ea;
  background: #0085ea;
  color: #fff;
}

body.voice .detail-wrap {
  padding-bottom: 40px;
  position: relative;
}

body.voice .title-voice {
  padding: 16px;
  background: #0068b7;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 480px) {
  body.voice .title-voice {
    position: static;
    text-align: center;
  }
}

body.voice .title-voice.pink {
  background-color: #eb637c;
}

body.voice .title-voice.blue {
  background-color: #0089cd;
}

body.voice .title-voice.orange {
  background-color: #f7ae26;
}

body.voice .title-voice.green {
  background-color: #3db04d;
}

@media only screen and (max-width: 480px) {
  body.voice .title-voice img {
    width: 280px;
  }
}

body.voice .title-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 800px;
  min-height: 80px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 480px) {
  body.voice .title-post {
    min-height: auto;
    margin-top: 32px;
    font-size: 2rem;
    letter-spacing: normal;
  }
}

body.voice .detail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media only screen and (max-width: 480px) {
  body.voice .detail-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}

body.voice .detail-area .l {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  body.voice .detail-area .l {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}

body.voice .detail-area .l .txt {
  line-height: 2;
  letter-spacing: 1px;
}

@media only screen and (max-width: 480px) {
  body.voice .detail-area .l .txt {
    line-height: 1.8;
    letter-spacing: normal;
  }
}

body.voice .detail-area .l .txt + .txt {
  margin-top: 24px;
}

body.voice .detail-area .l .name {
  margin-top: 24px;
  text-align: right;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  body.voice .detail-area .l .name {
    font-size: 1.4rem;
  }
}

body.voice .detail-area .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 480px) {
  body.voice .detail-area .r {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  body.voice .detail-area .r img {
    width: 80px;
  }
}

@media only screen and (max-width: 480px) {
  section.voice .sec-ttl .ttl-txt {
    width: 200px;
  }
}

.voice-archive .title-voice {
  margin-bottom: 64px;
  text-align: center;
}

.voice-archive .voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -64px;
}

@media only screen and (max-width: 480px) {
  .voice-archive .voice-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice-archive .voice-list > * {
  width: calc((100% - (24px * 2)) / 3);
  margin-right: 24px;
  margin-bottom: 24px;
}

.voice-archive .voice-list > *:nth-of-type(3n) {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  .voice-archive .voice-list > * {
    width: 100%;
    margin-right: 0;
  }
}

.voice-archive .voice-list .box {
  margin-bottom: 64px;
}

.voice-archive .voice-list .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 160px;
  padding-left: 32px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: url(../images/common/voice-fuki-pink.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.voice-archive .voice-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 270px;
  margin-top: -48px;
}

.voice-archive .voice-list dl dt {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  font-size: 1.4rem;
}

.voice-archive .voice-list dl dd.person {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 151px;
  text-align: right;
}

.voice-archive .voice-list dl dd.person img {
  height: 100%;
  width: auto;
}

.voice-archive .voice-list dl dd.lower {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

.voice-archive .voice-list dl dd.lower .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px 4px 16px;
  border-radius: 100px;
  background: #eb637c;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.voice-archive .voice-list dl dd.lower .btn::after {
  content: "";
  display: block;
  left: 3px;
  width: 4px;
  height: 4px;
  margin-left: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.voice-archive .voice-list .box.pink .comment {
  background-image: url(../images/common/voice-fuki-pink.svg);
}

.voice-archive .voice-list .box.pink dl dd.lower .btn {
  background: #eb637c;
}

.voice-archive .voice-list .box.blue .comment {
  background-image: url(../images/common/voice-fuki-blue.svg);
}

.voice-archive .voice-list .box.blue dl dd.lower .btn {
  background: #0089cd;
}

.voice-archive .voice-list .box.green .comment {
  background-image: url(../images/common/voice-fuki-green.svg);
}

.voice-archive .voice-list .box.green dl dd.lower .btn {
  background: #3db04d;
}

.voice-archive .voice-list .box.orange .comment {
  background-image: url(../images/common/voice-fuki-orange.svg);
}

.voice-archive .voice-list .box.orange dl dd.lower .btn {
  background: #f7ae26;
}

.voice-archive .voice-list a:hover .comment {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.voice-archive .voice-list a:hover dl dd.lower .btn {
  opacity: 0.7;
}

@media only screen and (max-width: 480px) {
  .voice-archive .voice-list .box:nth-of-type(even) a {
    padding-left: 32px;
  }
}

.contact-area {
  margin-top: 112px;
}

@media only screen and (max-width: 480px) {
  .contact-area {
    margin-top: 80px;
  }
}

.contact-area .btn a {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  background: #0068b7;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  .contact-area .btn a {
    font-size: 1.6rem;
  }
}

.contact-area .btn a:hover {
  background: #0085ea;
}

.tel-area {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 112px;
  padding: 12px 24px;
  border: 4px solid #0068b7;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  .tel-area {
    margin-top: 40px;
  }
}

.tel-area .tel-title {
  padding-bottom: 12px;
  border-bottom: 4px solid #0068b7;
  text-align: center;
  color: #0068b7;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .tel-area .tel-title {
    font-size: 2rem;
  }
}

.tel-area .desc {
  padding: 12px 24px;
}

@media only screen and (max-width: 480px) {
  .tel-area .desc {
    padding: 12px 0;
  }
}

.tel-area .desc .name {
  margin-bottom: 8px;
}

@media only screen and (max-width: 480px) {
  .tel-area .desc .name {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
}

.tel-area .desc .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .tel-area .desc .lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}

.tel-area .desc .lower .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .tel-area .desc .lower .time {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.tel-area .desc .lower .time dt {
  padding-right: 16px;
}

.tel-area .desc .lower .time dd {
  padding-left: 16px;
  border-left: 1px solid #4c4948;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .tel-area .desc .lower .time dd br {
    display: none;
  }
}

/*# sourceMappingURL=maps/single.css.map */
