﻿@charset "utf-8";

/*------------------------------
  一般・共有
------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  /*    padding-top: 45px;*/
  font-size: 13px;
  color: #303030;
  margin: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.sp-block {
  display: none;
}

.pc-block {
  display: block;
}

/*------------------------------
  ヘッダー
------------------------------*/
header #hdInner #hdTitle .header-note {
  display: table-cell;
  width: 443px;
  height: 46px;
  padding-left: 10px;
  font-size: 86.5%;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
  overflow: hidden;
}

/*------------------------------
  メイン
------------------------------*/
.feature_bg {
  background-color: #f2f2f2;
  background-image: none;
  /*min-width: 950px;*/
  padding-top: 1px;
}

body #wrapper .content {
  margin: 0 auto;
  /*padding-bottom: 60px;*/
  position: relative;
  /*width: 950px;*/
  clear: both;
  font-size: 16px;
}

/*メインビジュアル*/
.main_visual {
  padding: 20px 0;
}

.main_visual h1 {
  text-align: center;
  font-size: 0;
}

.main_visual h1 span {
  background-color: #0075ab;
  /*width: 950px;*/
  max-width: 910px;
  padding: 20px;
  display: inline-block;

  font-size: 0;
  margin: 0 auto;
}

.main_visual h1 span img {
  width: 80%;
}

.main_visual-inner {
  display: flex;
  max-width: 950px;
  margin: 40px auto 20px;
}

.main_visual-img {
  width: 55%;
}

.main_visual-img img {
  max-width: 100%;
}

.main_visual-info {
  width: 45%;
}

.main_visual-info dt {
  border-top: 2px solid #a40000;
  border-bottom: 2px solid #a40000;

  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 5px;
}

.main_visual-info dd {
  margin: 0 auto;
  display: inline-block;
  padding: 20px 10px;
}

.area-link {
  max-width: 950px;
  margin: 20px auto;
  text-align: center;
}

.area-link ul {
  display: flex;
  justify-content: center;
}

.area-link ul li {
  margin-right: 10px;
}

.area-link ul li:last-of-type {
  margin-right: 0;
}

.area-link ul li a {
  display: inline-block;
  padding: 14px 70px;
  text-decoration: none;
  background: #f7f7f7;
  border: solid 1px #0075ab;
  border-left: solid 6px #0075ab;

  /*左線*/
  color: #0075ab;
  /*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.area-link ul li.kanto-link a {
  border: solid 1px #0075ab;
  border-left: solid 6px #0075ab;
  color: #0075ab;
}

.area-link ul li.kansai-link a {
  border: solid 1px #b41d24;
  border-left: solid 6px #b41d24;
  color: #b41d24;
}

.area-link ul li.tokai-link a {
  border: solid 1px #01908a;
  border-left: solid 6px #01908a;
  color: #01908a;

  padding: 14px;
}

.area-link ul li a:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

/*おすすめポイント*/
.recommended-point {
  background-color: #fbfbfb;
}

.recommended-point-inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px;
}

.recommended-point-inner ul li {
  margin-bottom: 20px;
}

.recommended-point-inner ul li dl dt {
  font-size: 24px;
  font-weight: bold;
}

.recommended-point-inner ul li dl dt span {
  display: inline-block;

  position: relative;

  margin-right: 40px;
}

.recommended-point-inner ul li dl dt span::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/one.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  right: -45px;
  transform: translateY(-50%);
}

.recommended-point-inner ul li:nth-of-type(1) dl dt span::after {
  background-image: url(../img/one.png);
}

.recommended-point-inner ul li:nth-of-type(2) dl dt span::after {
  background-image: url(../img/two.png);
}

.recommended-point-inner ul li:nth-of-type(3) dl dt span::after {
  background-image: url(../img/three.png);
}

.recommended-point-inner ul li:nth-of-type(4) dl dt span::after {
  background-image: url(../img/four.png);
}

/*ご購入はこちらから*/
.sale-area {
  background-color: #fbfbfb;
}

.sale-area-region:nth-of-type(odd) {
  background-color: #e2f5fb;
}

.sale-area-region-inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 0;

  display: flex;
}

.sale-area-region-left {
  width: 50%;
}

.sale-area-region-left-info {
  text-align: center;
  width: 200px;
  margin: 25px auto 0;
}

.sale-area-region-left-info p {
  /*display: inline-block;*/
  text-align: left;
  font-size: 14px;
}

.sale-area-region-right {
  width: 50%;
}

.sale-day {
  font-size: 13px;
}

.book-info h3 {
  font-size: 24px;
  font-weight: bold;
}

.sale-link {
  display: flex;
  margin: 15px 0;
}

.amazon-link a {
  display: inline-block;
  /*    padding: 1rem 1rem .5rem;*/
  padding: 1rem 0.8rem 0.5rem;
  text-decoration: none;
  background: #f7f7f7;
  border: solid 1px #fe9901;
  border-left: solid 10px #fe9901;
  color: #fe9901;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

  width: 150px;
  height: 40px;
}

.rakuten-link a {
  display: inline-block;
  /*    padding: 1rem 1rem .5rem;*/
  padding: 1rem 0.8rem 0.5rem;
  text-decoration: none;
  background: #f7f7f7;
  border: solid 1px #c00000;
  border-left: solid 10px #c00000;
  color: #c00000;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

  width: 150px;
  height: 40px;

  margin-left: 10px;
}

.amazon-link a img,
.rakuten-link a img {
  width: 100%;
}

.sale-price {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 20px;
}

.sale-price span {
  font-size: 24px;
}

/*Swiper 開始*/
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  /*
    height: 435px;
    width: 300px;
*/

  height: 319px;
  width: 220px;
}

/*
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    margin-left: calc(-37.5% - 5px);
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}*/

/**/
.swiper-pagination-thumb {
  width: 80px;
  height: 116px;

  /*
    width: 25%;
    height: 100%;
*/
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*border: 3px solid #eee;*/
  margin: 5px;
  cursor: pointer;

  opacity: 0.5;
}

.swiper-pagination-thumb.swiper-pagination-thumb-active {
  opacity: 1;
  background-color: transparent;

  outline: none;
}

/*Swiper 終了*/

/*------------------------------
  フッター
------------------------------*/
/*pc*/
#footer #ftOtherLinks {
  border-top: #ddd solid 2px;
}

#footer #ftOtherLinks .outsideLink {
  border-top: none;
}

/*sp*/
.ft-menu02 .tit {
  color: #fff;
  background: #999;
  padding: 10px;

  font-size: 1.5rem;
  font-weight: bold;
}

.ft-menu02 ul {
  display: table;
  width: 100%;
  background-color: #fff;
}

.ft-menu02 ul li {
  display: table-cell;
  width: 50%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.ft-menu02 ul li:first-child {
  border-left: 0;
}

.ft-menu02 ul li a {
  display: block;
  position: relative;
  padding: 10px 12px;
}

.ft-menu02 ul li a span {
  min-height: 19px;
  display: block;
}

.icn-ft-menu02-01 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_01.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-02 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_02.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-03 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_03.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-04 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_04.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-07 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_07.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-06 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_06.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.ft-device {
  position: relative;
  padding: 14px 0;
}

.ft-device ul {
  text-align: center;
}

.ft-device ul li {
  display: inline;
}

.ft-device ul li:first-child :after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}

/* 980px以下*/
@media screen and (max-width: 980px) {
  .movie-area .movie-title {
    font-size: 18px;
  }
}

/* 768px以下*/
@media screen and (max-width: 520px) {
  .sp-block {
    display: block;
  }

  .pc-block {
    display: none;
  }

  /*------------------------------
  ヘッダー
------------------------------*/
  header {
    min-width: initial;
    height: 68px;
  }

  nav#breadcrumb {
    min-width: initial;
  }

  /*sp*/
  header .spHeaderWord {
    padding: 3px 6px;
    background: #f7f7f7;
    color: #666;
    font-size: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding-left: 10px;
    text-align: left;
  }

  header ul li {
    float: left;
    border-right: 1px solid #ccc;
    height: 40px;
    padding: 3.5px 6px;
  }

  header ul li:first-child {
    width: 40%;
  }

  header ul li:first-child a {
    background: url(/cn/images/item/brand.png?gid=f89caf6) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    /*
        width: 98px;
        height: 25px;
*/
    width: 120px;
    height: 40px;
    background-size: 121.5px 30px;
    -webkit-background-size: 121.5px 30px;
    -moz-background-size: 121.5px 30px;
    -ms-background-size: 121.5px 30px;
    background-size: 121.5px 30px;
    cursor: pointer;
    text-indent: -9999px;
    margin: 0 auto;
  }

  header ul li:last-child {
    width: 13%;
    border-right: 0;
    padding-top: 15px;
    position: relative;
    text-align: center;
  }

  /*------------------------------
  メイン
------------------------------*/
  .feature_bg {
    min-width: initial;
  }

  #wrapper .content {
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }

  /*メインビジュアル*/
  .main_visual {
    padding: 0 0 20px;
  }

  .main_visual h1 span img {
    width: 100%;
  }

  .main_visual-inner {
    display: block;
  }

  .main_visual-img {
    width: 85%;
    margin: 20px auto;
  }

  .main_visual-info {
    width: 85%;
    margin: 20px auto;
  }

  .area-link ul {
    display: block;
  }

  .area-link ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .area-link ul li:last-of-type {
    margin-bottom: 0;
  }

  .area-link ul li a {
    width: 80%;
    max-width: 160px;
  }

  .area-link ul li.tokai-link a {
    max-width: 210px;
    padding: 14px 45px;
  }

  /*おすすめポイント*/

  /*ご購入はこちらから*/
  .sale-area-region-inner {
    display: block;
  }

  .sale-area-region-left {
    width: 80%;
    margin: 20px auto;
  }

  .sale-area-region-right {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }

  .gallery-top {
    margin-top: 20px;
  }

  /*swiper*/
  .swiper-pagination-thumbs-kanto,
  .swiper-pagination-thumbs-kansai,
  .swiper-pagination-thumbs-tokai {
    width: 100%;
    /*max-width: 370px;*/
    max-width: 240px;
    margin: 10px auto;
  }

  .swiper-pagination-thumb {
    width: 50px;
    height: 72px;
  }

  /*swiper*/
  .sale-link {
    display: block;
  }

  .amazon-link a {
    width: 240px;
    height: 60px;
  }

  .rakuten-link a {
    margin-left: 0;
    margin-top: 10px;

    width: 240px;
    height: 60px;
  }

  .sale-area-region-left-info {
    margin: 0;
  }

  /*------------------------------
  フッター
------------------------------*/
  #footer {
    min-width: inherit;
  }

  nav#breadcrumb ol {
    width: 100%;
  }

  footer {
    background: #3ca3ee;
    color: #fff;
    font-weight: bold;
  }

  footer .ft-link {
    text-align: center;
    padding: 10px 0;
  }

  footer .ft-link li {
    display: inline;
    font-size: 86.5%;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #fff;
  }

  footer a:link,
  footer a:visited,
  footer a:hover,
  footer a:active {
    color: #fff;
  }

  footer .ft-corp {
    text-align: center;
    padding: 8px 0;
  }

  footer .ft-pr-link {
    padding: 10px 0;
    text-align: center;
  }

  footer .ft-pr-link ul {
    display: inline-block;
    text-align: left;
    font-size: 86.5%;
  }
}

#vegas {
  /* width: 100vw;
    height: 100vh; */
  width: 100vw;
  height: 600px;
}
@media screen and (max-width: 520px) {
  #vegas {
    height: 420px;
  }
}

.p-contents-wrap {
  padding: 4rem;
}
@media screen and (max-width: 520px) {
  .p-contents-wrap {
    padding: 4rem 2rem;
  }
}
.p-head-border {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  /* margin-top: 5.0rem; */
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .p-head-border {
    font-size: 2.4rem;
    font-weight: 900;
  }
}
.p-head-border:before,
.p-head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #303030;
}
.p-head-border:before {
  /* margin: 0 1rem 0 5.0rem; */
  margin-right: 1rem;
}
.p-head-border:after {
  /* margin: 0 5.0rem 0 1.0rem; */
  margin-left: 1rem;
}
.p-head-text {
  font-size: 2.2rem;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .p-head-text {
    font-size: 1.6rem;
  }
}
.p-point1-wrap {
  display: flex;
}
@media screen and (max-width: 520px) {
  .p-point1-wrap {
    display: block;
  }
}
.p-point2-wrap {
  display: flex;
  margin-top: 3.3rem;
}

@media screen and (max-width: 520px) {
  .p-point2-wrap {
    /* display: block; */
    flex-direction: column-reverse;
    margin-top: 1.6rem;
    position: relative;
  }
}
.p-point3-wrap {
  display: flex;
  margin: 3.3rem 0 4rem;
}
@media screen and (max-width: 520px) {
  .p-point3-wrap {
    display: block;
    /* margin-top: 19.6rem; */
  }
}
.p-point1 {
  width: 65%;
  margin-left: 20px;
}
@media screen and (max-width: 520px) {
  .p-point1 {
    width: 100%;
    margin-left: 0;
  }
}
.p-point-title {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .p-point-title {
    /* display: block; */
    font-size: 1.8rem;
  }
}
.c-point-red {
  color: #be051a;
}
.p-point-Num {
  font-family: Century Gothic, sans-serif;
  font-size: 7.3rem;
  font-style: italic;
  font-weight: bold;
  padding-right: 10px;
  color: #303030;
}
.c-point-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 5.5rem;
  margin-top: -3rem;
}
@media screen and (max-width: 520px) {
  .c-point-text {
    font-size: 1.3rem;
    margin-left: 0;
    margin-top: -10px;
    line-height: 24px;
  }
}
.p-point-img1 {
  width: 38%;
  height: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 520px) {
  .p-point-img1 {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.p-point-img2 {
  width: 38%;
  margin-top: 3rem;
}
@media screen and (max-width: 520px) {
  .p-point-img2 {
    width: 100%;
    margin-top: 1.6rem;
    /* position: absolute;
    top: 195px; */
  }
}
.p-point-img3 {
  width: 38%;
  height: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 520px) {
  .p-point-img3 {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-head-subtitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 4rem 0 1.8rem;
}
@media screen and (max-width: 520px) {
  .p-head-subtitle {
    font-size: 1.6rem;
    margin: 1.5rem 0 2.4rem;
  }
}
.c-margin-bottom25 {
  margin-bottom: 2.5rem;
}
.c-margin-botto37 {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 520px) {
  .c-margin-botto37 {
    margin-bottom: 2.4rem;
  }
}
.p-vision {
  display: flex;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-vision {
    display: block;
  }
}
.p-vision-text {
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 520px) {
  .p-vision-text {
    font-size: 1.3rem;
  }
}
.c-margin-left40 {
  margin-left: 6rem;
}
.p-schedule__item2 {
  color: #303030;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 1rem 0.25rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column-reverse;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  justify-content: center;
  margin: 0 0 0 8rem;
  padding: 20px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-schedule__item2 {
    margin: 0 0 0 2.7rem;
    font-size: 1.3rem;
  }
}
.p-schedule {
  /* position: relative; */
}
.p-schedule-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-58%, -50%);
  z-index: 10;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-schedule-arrow {
    width: 57%;
  }
}
@media screen and (max-width: 520px) {
  .p-schedule-arrow {
    width: 71%;
  }
}
.p-schedule__list {
  /* z-index: 20; */
  position: relative;
}
.c-cta__contact {
  position: relative;
}
.c-cta__contact-img-left {
  position: absolute;
  top: -7.3rem;
  left: -20.7rem;
}
@media screen and (max-width: 520px) {
  .c-cta__contact-img-left {
    top: 8.7rem;
    left: -0.2rem;
  }
}
.c-cta__contact-img-right {
  position: absolute;
  top: -7.3rem;
  right: -20.7rem;
}
@media screen and (max-width: 520px) {
  .c-cta__contact-img-right {
    top: 9.2rem;
    right: -0.9rem;
  }
}
.p-case__underline {
  border-bottom: dotted 3px white;
}
@media screen and (max-width: 520px) {
  .p-case__underline {
    font-size: 1.4rem;
  }
}
.c-margin-top40 {
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .c-margin-top40 {
    margin-top: 0;
  }
}
.p-vision-img {
  width: 96%;
}
.p-footer__title2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-right: -61px;
}
@media screen and (max-width: 520px) {
  .p-footer__title2 {
    font-size: 1.8rem;
    margin-right: 0;
  }
}
.p-nakaguro1 {
  position: absolute;
  top: 69px;
  right: 1.5rem;
}
@media screen and (max-width: 520px) {
  .p-nakaguro1 {
    top: 52px;
    right: 17px;
  }
}
.p-nakaguro2 {
  position: absolute;
  top: 143px;
  right: 1.5rem;
}
@media screen and (max-width: 520px) {
  .p-nakaguro2 {
    top: 95px;
    right: 17px;
  }
}
.p-main-title-wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-main-title-wrap {
    max-width: 360px;
  }
}
@media screen and (max-width: 520px) {
  .p-main-title-wrap {
    width: 100%;
  }
}
.p-main-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 18% 0;
  /* visibility: hidden; */
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
.p-main-title p {
  font-size: 1.8rem;
}
@media screen and (max-width: 520px) {
  .p-main-title p {
    font-size: 1.4rem;
  }
}
.p-main-title h1 {
  font-size: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-main-title h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 520px) {
  .p-case__text {
    font-size: 1.6rem;
  }
}
.p-balloon1 {
  position: absolute;
  width: 100%;
  top: 20.1px;
  right: -14.6rem;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  .p-balloon1 img {
    max-width: none;
    /* left: 3.5rem; */
    left: 1rem;
    top: -4.5rem;
    position: absolute;
  }
}

@media screen and (max-width: 520px) {
  .p-balloon1 {
    width: 60%;
    top: -5px;
    right: 13.4rem;
  }
}
.p-balloon2 {
  position: absolute;
  right: -27px;
  top: 20.1px;
  width: 100%;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  .p-balloon2 img {
    max-width: none;
    left: -39.7rem;
    top: 1.6rem;
    position: absolute;
  }
}
@media screen and (max-width: 520px) {
  .p-balloon2 {
    right: 0;
    top: 17.7rem;
    width: 60%;
  }
}
.c-margin-bottom34 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 520px) {
  .c-margin-bottom34 {
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 520px) {
  .p-point-text {
  }
}
.p-vision-list {
  list-style: disc;
  margin-left: 2rem;
}
@media only screen and (max-width: 520px) {
  .p-vision-list {
    list-style: none;
    margin-left: 0;
  }
}
.p-vision-list-item {
  white-space: nowrap;
}
