@charset "utf-8";

div.section.mainV {
  background: url(../../img/about/h1_bg_pc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 989px){
  div.section.mainV {
    background: url(../../img/about/h1_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}


div.section .abouTemplateBlock {
}
@media screen and (max-width: 989px){
  div.section .abouTemplateBlock {
  }
}
div.section .abouTemplateBlock .left {
  width: 28%;
  float: left;
}
@media screen and (max-width: 989px){
  div.section .abouTemplateBlock .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
div.section .abouTemplateBlock .right {
  width: 67%;
  float: right;
}
@media screen and (max-width: 989px){
  div.section .abouTemplateBlock .right {
    width: 100%;
    float: none;
  }
}



/* アバウトスライド */
div.section div.aboutSlideWrap div.inside {
  width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px){
    div.section div.aboutSlideWrap div.inside {
      width: 980px;
    }
}

@media screen and (max-width: 989px){
  div.section div.aboutSlideWrap div.inside {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
div.section div.aboutSlideWrap ul {
  width: 960px;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 989px){
  div.section div.aboutSlideWrap ul {
    width: 290px;
  }
}


div.section div.aboutSlideWrap ul li {
  float: left;
  width: 220px;
  padding: 0 20px;
  display: block;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 989px){
  div.section div.aboutSlideWrap ul li {
    width: 280px;
    padding: 0 5px;
  }
}
div.section div.aboutSlideWrap ul li a {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
div.section div.aboutSlideWrap ul li img {
  margin: 0 0 10px;
  width: 100%;

}
div.section div.aboutSlideWrap ul button.slick-arrow {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
}
@media screen and (max-width: 1100px){
    div.section div.aboutSlideWrap ul button.slick-prev {
      left: 0;
    }
}

@media screen and (max-width: 989px){
  div.section div.aboutSlideWrap ul button.slick-arrow {
    width: 30px;
    height: 30px;
    top: 80px;
  }
}
div.section div.aboutSlideWrap ul button.slick-prev {
  background: url(../../img/common/vector_left.svg) no-repeat center center;
  background-size: cover;
  left: -50px;
  z-index: 10;
}
@media screen and (max-width: 1100px){
    div.section div.aboutSlideWrap ul button.slick-next {
      right: 0;
    }
}
@media screen and (max-width: 989px){
  div.section div.aboutSlideWrap ul button.slick-prev {
    left: -10px;
  }
}
div.section div.aboutSlideWrap ul button.slick-next {
  background: url(../../img/common/vector_right.svg) no-repeat center center;
  background-size: cover;
  right: -50px;
  z-index: 10;
}
@media screen and (max-width: 989px){
  div.section div.aboutSlideWrap ul button.slick-next {
    right: -10px;
  }
}
div.section div.aboutSlideWrap ul .slick-dots {
  clear: both;
  padding: 15px 0 0;
}
div.section div.aboutSlideWrap ul .slick-dots li {
  float: none;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  padding: 0;
  background: none;
  border: 1px solid #1eb2c2;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (max-width: 989px){
  div.section div.aboutSlideWrap ul .slick-dots li {
    margin: 0 5px;
  }
}
div.section div.aboutSlideWrap ul .slick-dots li.slick-active {
  background: #1eb2c2;
}


div.section h2.menu,
div.section h2.goods {
  font-size: 24px;
  width: 100%;
  background: none;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 989px){
  div.section h2.menu,
  div.section h2.goods {
    margin: 0 0 20px;
  }
}
div.section h2.menu span,
div.section h2.goods span {
  padding: 0 0 0 50px;
  background: url(../../img/common/h2_fish.svg) no-repeat left center;
  background-size: 39px 28px;
}




/* トピックス */
div.section div.topicsWrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 989px){
  div.section div.topicsWrap {
    width: calc(100% - 40px);
  }
}
div.section h2.topics {
  font-size: 24px;
  width: 100%;
  background: none;
  padding: 0;
  text-align: center;
}
div.section h2.topics span {
  padding: 0 0 0 50px;
  background: url(../../img/common/h2_topics.svg) no-repeat left center;
  background-size: 34px 28px;
}
div.section div.topicsWrap ul.tabList {
  font-size: 14px;
  margin: 0 0 40px;
}
div.section div.topicsWrap ul.tabList li {
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  position: relative;
}
div.section div.topicsWrap ul.tabList li::after {
  height: 14px;
  content: "";
  position: absolute;
  border-right: 1px solid #1eb2c2;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
div.section div.topicsWrap ul.tabList li:last-child {
  padding: 0;
  margin: 0;
}
div.section div.topicsWrap ul.tabList li:last-child::after {
  display: none;
}
div.section div.topicsWrap ul.tabList li.active a {
  text-decoration: none;
  font-weight: bold;
}

div.section div.topicsWrap div.whiteBlock {
  text-align: left;
}
div.section div.topicsWrap div.whiteBlock.withImg div.right p.commnonBtn a {
  margin-left: 0;
}
@media screen and (max-width: 989px){
  div.section div.topicsWrap div.whiteBlock.withImg div.right p.commnonBtn a {
    margin-left: auto;
  }
}



div.section .goodsInfoListBlock {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 989px){
  div.section .goodsInfoListBlock {
    display: block;
  }
}
div.section .goodsInfoListBlock li {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 989px){
  div.section .goodsInfoListBlock li {
    width: 100%;
    margin-right: 0;
  }
}
div.section .goodsInfoListBlock li:nth-child(even) {
  margin-right: 0;
}
div.section .goodsInfoListBlock li .title {
  font-weight: 500;
  margin-bottom: 20px;
}
div.section .goodsInfoListBlock li .img {
  width: 137px;
  float: left;
}
@media screen and (max-width: 989px){
  div.section .goodsInfoListBlock li .img {
    width: 100%;
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }
}
div.section .goodsInfoListBlock li .text {
  width: 227px;
  float: right;
}
@media screen and (max-width: 989px){
  div.section .goodsInfoListBlock li .text {
    width: 100%;
    float: none;
  }
}


.required {
  color: #ed1c24;
  font-weight: 500;
  display: block;
}


div.section .aboutPassportBlock {
  margin-bottom: 30px;
}
div.section .aboutPassportBlock p {
  margin-bottom: 20px;
}
div.section .aboutPassportBlock .left {
  width: 55%;
  float: left;
}
@media screen and (max-width: 989px){
  div.section .aboutPassportBlock .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
div.section .aboutPassportBlock .right {
  width: 40%;
  float: right;
}
@media screen and (max-width: 989px){
  div.section .aboutPassportBlock .right {
    width: 100%;
    float: none;
  }
}
div.section .aboutPassportBlock .tel {
  font-size: 37px;
  line-height: 37px;
}
@media screen and (max-width: 989px){
  div.section .aboutPassportBlock .tel {
    font-size: 32px;
    line-height: 32px;
  }
}
div.section .aboutPassportBlock .tel span {
  font-size: 28px;
  line-height: 28px
}
@media screen and (max-width: 989px){
  div.section .aboutPassportBlock .tel span {
    font-size: 25px;
    line-height: 25px;
  }
}
div.section .aboutPassportBlock .img {
  margin-bottom: 20px;
  text-align: right;
}

div.section .magazineBlock {
  border: 1px solid #13bed0;
  padding: 40px;
  margin: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 989px){
  div.section .magazineBlock {
    padding: 0;
    margin: 20px 0;
  }
}

div.section .magazineBlock .magazineTop {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #13bed0;
}
@media screen and (max-width: 989px){
  div.section .magazineBlock .magazineTop {
    padding: 20px;
    margin-bottom: 0;
  }
}
div.section .magazineBlock .magazineTop p {
  margin: 0;
}
@media screen and (max-width: 989px){
  div.section .magazineBlock .magazineArticle {
    padding: 20px;
    box-sizing: border-box;
  }
}
div.section .magazineBlock .magazineArticle .magazineTtl {
  font-weight: bold;
}
div.section .magazineBlock .magazineArticle dl {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}
@media screen and (max-width: 989px){
  div.section .magazineBlock .magazineArticle dl {
    display: block;
  }
}
div.section .magazineBlock .magazineArticle dl dt {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #13bed0;
  border-radius: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 989px){
  div.section .magazineBlock .magazineArticle dl dt {
    margin: 0 auto 20px;
  }
}
div.section .magazineBlock .magazineArticle dl dd {
  width: 680px;
  font-size: 14px;
}
@media screen and (max-width: 989px){
  div.section .magazineBlock .magazineArticle dl dd {
    width: 100%;
  }
}
div.section .magazineBlock .magazineArticle dl.no02 dd {
  width: 420px;
}
@media screen and (max-width: 989px){
  div.section .magazineBlock .magazineArticle dl.no02 dd {
    width: 100%;
  }
}
div.section .magazineBlock .magazineArticle dl img {
  width: 240px;
  height: 100px;
  margin-left: 20px;
}
@media screen and (max-width: 989px){
  div.section .magazineBlock .magazineArticle dl img {
    display: block;
    margin: 20px auto 0;
  }
}






div.section .aboutGroupWrap01 p {
  margin-bottom: 20px;
}
div.section .aboutGroupWrap01 .left {
  width: 28%;
  float: left;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap01 .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
div.section .aboutGroupWrap01 .right {
  width: 67%;
  float: right;
  display: flex;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap01 .right {
    width: 100%;
    float: none;
    display: block;
  }
}
div.section .aboutGroupWrap01 table.tableTemp02 {
  width: 50%;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap01 table.tableTemp02 {
    width: 100%;
  }
}
div.section .aboutGroupWrap01 table.tableTemp02 + table.tableTemp02 {
  border-left: 1px solid #13bed0;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap01 table.tableTemp02 + table.tableTemp02 {
    border-left: none;
    margin-top: 20px;
  }
}

div.section .aboutGroupWrap02 h3.withLine {
  padding: 0 0 10px;
  width: 100%;
  background: none;
  border-bottom: 1px solid #ade5eb;
  margin: 0 0 30px;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 h3.withLine {
    margin: 0 0 10px;
  }
}


div.section .aboutGroupWrap02 .title {
  font-weight: 500;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .title {
    margin-bottom: 10px;
  }
}
div.section .aboutGroupWrap02 .tel {
  font-size: 37px;
  line-height: 37px;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .tel {
    font-size: 27px;
    line-height: 27px;
  }
}
div.section .aboutGroupWrap02 .tel span {
  font-size: 28px;
  line-height: 28px
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .tel span {
    font-size: 20px;
    line-height: 20px;
  }
}
div.section .aboutGroupWrap02 .aboutGroupBlock01 .left {
  width: 52.5%;
  float: left;
  padding-right: 5%;
  border-right: 1px solid #ade5eb;
  margin-right: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBlock01 .left {
    width: 100%;
    float: none;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}
div.section .aboutGroupWrap02 .aboutGroupBlock01 .right {
  width: 42.5%;
  float: right;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBlock01 .right {
    width: 100%;
    float: none;
  }
}

div.section .aboutGroupWrap02 .aboutGroupBlock01 {
  margin: 40px 0;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBlock01 {
    margin: 20px 0;
  }
}
div.section .aboutGroupWrap02 .aboutGroupBlock01 p {
  margin-bottom: 10px;
}
div.section .aboutGroupWrap02 .aboutGroupBlock02 {
  box-sizing: border-box;
  margin: 40px 0;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBlock02 {
    margin: 20px 0;
  }
}
div.section .aboutGroupWrap02 .aboutGroupBlock02 dt {
  width: 100%;
  display: block;
  background: #1eb2c2;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 18px;
}
div.section .aboutGroupWrap02 .aboutGroupBlock02 dd {
  padding: 20px 40px;
  border: 1px solid #ade5eb;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBlock02 dd {
    padding: 20px;
  }
}


div.section .aboutGroupWrap02 .aboutGroupBlock03 p.left {
  float: left;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBlock03 p.left {
    float: none;
  }
}
div.section .aboutGroupWrap02 .aboutGroupBlock03 p.right {
  float: right
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBlock03 p.right {
    float: none;
  }
}



div.section .aboutGroupWrap02 .aboutGroupBtnBlock {
  display: flex;
  justify-content:center;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBtnBlock {
    margin: 20px 0;
    display: block;
  }
}
div.section .aboutGroupWrap02 .aboutGroupBtnBlock p.commnonBtn.w350 a {
  width: 350px;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBtnBlock p.commnonBtn.w350 a {
    width: auto;
    margin-top: 20px;
  }
}
div.section .aboutGroupWrap02 .aboutGroupBtnBlock p.commnonBtn + p.commnonBtn {
  margin-left: 20px;
}
@media screen and (max-width: 989px){
  div.section .aboutGroupWrap02 .aboutGroupBtnBlock p.commnonBtn + p.commnonBtn {
    margin-left: 0;
    margin-top: 20px;
  }
}
div.section .aboutGroupWrap02 .aboutGroupBtnBlock p.commnonBtn {
  margin-bottom: 0;
}


div.section .aboutGroupWrap02 small {
  font-size: 12px;
}




div.section .aboutSupporterWrap01 .aboutSupporterBlock01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 989px){
  div.section .aboutSupporterWrap01 .aboutSupporterBlock01 {
    margin-bottom: 20px;
  }
}
div.section .aboutSupporterWrap01 .aboutSupporterBlock02 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 989px){
  div.section .aboutSupporterWrap01 .aboutSupporterBlock02 {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}
div.section .aboutSupporterWrap01 .aboutSupporterBlock02 p.commnonBtn a {
  width: 310px;
}
@media screen and (max-width: 989px){
  div.section .aboutSupporterWrap01 .aboutSupporterBlock02 p.commnonBtn a {
    width: auto;
  }
}

div.section .aboutSupporterWrap01 .aboutSupporterBlock02 p.commnonBtn + p.commnonBtn {
  margin-left: 30px;
}
@media screen and (max-width: 989px){
  div.section .aboutSupporterWrap01 .aboutSupporterBlock02 p.commnonBtn + p.commnonBtn {
    margin-left: 0;
    margin-top: 10px;
  }
}

div.section .aboutSupporterWrap01 .left {
  width: 28%;
  float: left;
}
@media screen and (max-width: 989px){
  div.section .aboutSupporterWrap01 .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
div.section .aboutSupporterWrap01 .right {
  width: 67%;
  float: right;
  display: flex;
}
@media screen and (max-width: 989px){
  div.section .aboutSupporterWrap01 .right {
    width: 100%;
    float: none;
    display: block;
  }
}


div.section .aboutSupporterListWrap01 h2 {
  width: 270px
}
div.section .aboutSupporterListWrap01 .aboutSupporterListBlock {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 989px){
  div.section .aboutSupporterListWrap01 .aboutSupporterListBlock {
    display: block;
  }
}
div.section .aboutSupporterListWrap01 .aboutSupporterListBlock li {
  width: 170px;
  margin-right: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 989px){
  div.section .aboutSupporterListWrap01 .aboutSupporterListBlock li {
    width: 170px;
    margin: 0 auto 20px;

  }
}
div.section .aboutSupporterListWrap01 .aboutSupporterListBlock li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 989px){
  div.section .aboutSupporterListWrap01 .aboutSupporterListBlock li:nth-child(5n) {
    margin-right: auto;
  }
}
div.section .aboutSupporterListWrap01 .aboutSupporterListBlock li a {
  text-decoration: none;
  display: block;
}

div.section .aboutSupporterListWrap01 .aboutSupporterListBlock li img {
  margin-bottom: 10px;
}
div.section .aboutSupporterListWrap01 .aboutSupporterListBlock li figure figcaption {
  font-size: 14px;
}



div.section .accessWrap .map iframe {
  width: 100%
}
div.section .accessWrap .googlemap a {
  display: block;
  padding: 0 20px 0 0;
  text-decoration: none;
  background: url(../../img/common/vector_right_blue_thin.svg) no-repeat right center;
  background-size: 11px 11px;
  float: right;
  text-align: right;
  text-decoration: none;
}
@media screen and (max-width: 989px){
  div.section .accessWrap .googlemap a {
    float: none;
  }
}

div.section .accessWrap .accessBox01 {
  position: relative;
  padding: 20px 80px;
  border: 2px solid #13bed0;
  border-radius: 20px;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 989px){
  div.section .accessWrap .accessBox01 {
    padding: 20px;
  }
}
div.section .accessWrap .accessBox01 h3 {
  margin: 0;
}
div.section .accessWrap .mapImg {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  margin-top: -2px;
}
@media screen and (max-width: 989px){
  div.section .accessWrap .mapImg {
    margin-bottom: 40px;
  }
}
div.section .accessWrap .mapImg img {
  width: 100%;
}

div.section .accessWrap .accessBox02 .left {
  width: 47.5%;
  float: left;
}
@media screen and (max-width: 989px){
  div.section .accessWrap .accessBox02 .left {
    width: 100%;
    float: none;
  }
}
div.section .accessWrap .accessBox02 .right {
  width: 47.5%;
  float: right;
}
@media screen and (max-width: 989px){
  div.section .accessWrap .accessBox02 .right {
    width: 100%;
    float: none;
  }
}
div.section .accessWrap .accessBox02 h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ade5eb;
}
div.section .accessWrap .accessBox02 span {
  font-weight: bold;
}
div.section .accessWrap .accessBox03 h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ade5eb;
}
div.section .accessWrap .accessBox04 h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ade5eb;
}
div.section .accessWrap .accessBox05 h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ade5eb;
}

@media screen and (max-width: 989px){
  div.section .accessWrap .scrollBox {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  div.section .accessWrap .scrollBoxInfo {
    font-size: 13px;
    padding: 10px;
    border: 2px solid #13bed0;
    text-align: center;
  }
}

div.section .accessWrap table.tableAccess01 {
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #13bed0;
}
div.section .accessWrap table.tableAccess01 th,
div.section .accessWrap table.tableAccess01 td {
  border-bottom: 1px solid #13bed0;
  padding: 20px 40px;
  vertical-align: middle;
  font-size: 14px;
}
div.section .accessWrap table.tableAccess01 th {
  text-align: center;
  font-weight: normal;
  background: #dbf5f9;
  border-left: 1px solid #13bed0;
}
div.section .accessWrap table.tableAccess01 th:first-child {
  border-left: none;
}
div.section .accessWrap table.tableAccess01 td {
  text-align: center;
  border-left: 1px solid #13bed0;
  padding: 10px 40px;
}
div.section .accessWrap table.tableAccess01 td:first-child {
  border-left: none;
}
div.section .accessWrap table.tableAccess01 .alignL {
  text-align: left;
}

div.section .accessWrap .accessBox05 {
  padding-top: 40px;
}
@media screen and (max-width: 989px){
  div.section .accessWrap .accessBox05 {
    padding-top: 30px;
  }
}
div.section .accessWrap .accessBox05 img {
  margin-bottom: 40px;
}
@media screen and (max-width: 989px){
  div.section .accessWrap .accessBox05 .scrollBox {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  div.section .accessWrap .accessBox05 .scrollBox img {
    max-width: 1000px;
    margin-bottom: 30px;
  }
  div.section .accessWrap .accessBox05 .scrollText {
    font-size: 13px;
    padding: 10px;
    border: 2px solid #13bed0;
    text-align: center;
  }
}

div.section .aboutPriceBlock01 .left {
  width: 31%;
  float: left;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock01 .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
div.section .aboutPriceBlock01 .right {
  width: 67%;
  float: right;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock01 .right {
    width: 100%;
    float: none;
  }
}
div.section .aboutPriceBlock01 span {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
div.section .aboutPriceBlock02 .left {
  width: 67%;
  float: left;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock02 .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
div.section .aboutPriceBlock02 .right {
  width: 28%;
  float: right;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock02 .right {
    width: 100%;
    float: none;
  }
}
div.section .aboutPriceBlock02 span {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 989px){
  div.section .scrollBox {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  div.section .scrollText {
    display: block;
    border: 1px solid #13bed0;
    color: #13bed0;
    padding: 5px 10px;
    text-align: center;
  }
}


div.section table.aboutPriceBlockTable01 {
  width: 100%;
  margin: 0 0 30px;
  border-top: 1px solid #13bed0;
}
div.section table.aboutPriceBlockTable01 th, div.section table.aboutPriceBlockTable01 td {
  border-bottom: 1px solid #13bed0;
  padding: 15px 40px;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (max-width: 989px){
  div.section table.aboutPriceBlockTable01 th, div.section table.aboutPriceBlockTable01 td {
    padding: 15px;
  }
}
div.section table.aboutPriceBlockTable01 th {
  text-align: center;
  font-weight: normal;
  background: #fff;
  width: 30%
}
@media screen and (max-width: 989px){
  div.section table.aboutPriceBlockTable01 th {
    width: auto
  }
}
div.section table.aboutPriceBlockTable01 tr:first-child th, div.section table.aboutPriceBlockTable01 tr:first-child td {
  background: #dbf5f9;
}
div.section table.aboutPriceBlockTable01 td {
  border-left: 1px solid #13bed0;
  text-align: center;
}


div.section table.aboutPriceBlockTable02 {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #13bed0;
}
div.section table.aboutPriceBlockTable02 th, div.section table.aboutPriceBlockTable02 td {
  border-bottom: 1px solid #13bed0;
  padding: 20px 40px;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (max-width: 989px){
  div.section table.aboutPriceBlockTable02 th, div.section table.aboutPriceBlockTable02 td {
    padding: 15px 0;
    display: block;
  }
}
div.section table.aboutPriceBlockTable02 th {
  text-align: center;
  font-weight: normal;
  background: #fff;
  width: 20%
}
@media screen and (max-width: 989px){
  div.section table.aboutPriceBlockTable02 th {
    width: auto
  }
}
div.section table.aboutPriceBlockTable02 td {
  border-left: 1px solid #13bed0;
  text-align: left;
}
@media screen and (max-width: 989px){
  div.section table.aboutPriceBlockTable02 td {
    border-left: none;
  }
}

div.section .aboutPriceBlock03 .left {
  width: 50%;
  float: left;
  padding-right: 5%;
  border-right: 1px solid #ade5eb;
  margin-right: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock03 .left {
    width: 100%;
    float: none;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}
div.section .aboutPriceBlock03 .right {
  width: 45%;
  float: right;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock03 .right {
    width: 100%;
    float: none;
  }
}

div.section .aboutPriceBlock03 .surpportGideBlock {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock03 .surpportGideBlock {
    display: block;
    margin-bottom: 30px;
  }
}
div.section .aboutPriceBlock03 .surpportGideBlock .img {
  width: 185px;
  margin-right: 20px;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock03 .surpportGideBlock .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
div.section .aboutPriceBlock03 .surpportGideBlock .img img {
  width: 100%;
}
div.section .aboutPriceBlock03 .surpportGideBlock .text {
  width: 220px;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock03 .surpportGideBlock .text {
    width: 100%
  }
}

div.section .aboutPriceBlock04 p.commnonBtn a {
  margin-left: 0;
}
@media screen and (max-width: 989px){
  div.section .aboutPriceBlock04 p.commnonBtn a {
    margin-left: auto
  }
}




.accessWrap .tab_list {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 989px){
  .accessWrap .tab_list {
    display: block;
    margin-bottom: 30px;
  }
}
.accessWrap .tab_list li {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 989px){
  .accessWrap .tab_list li {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.accessWrap .tab_list li:first-child {
  margin-left: 0;
}
.accessWrap .tab_list li.active {
  background: url(../../img/common/vector_under_blue.svg) no-repeat center bottom;
  background-size: 11px 11px;
}
@media screen and (max-width: 989px){
  .accessWrap .tab_list li.active {
    background: none;
  }
}
.accessWrap .tab_list li a {
  display: block;
  border: 3px solid #13bed0;
  border-radius: 10px;
  text-decoration: none;
}
@media screen and (max-width: 989px){
  .accessWrap .tab_list li a {
    border: none;
    border-bottom: 1px solid #13bed0;
    border-radius: 0;
  }
  .accessWrap .tab_list li:first-child a {
    border-top: 1px solid #13bed0;
  }
}
.accessWrap .tab_list li.active a {
  background: #13bed0;
  color: #fff;
}






div.section ul.pageTabListAbout {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  padding: 15px 0 0;
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 989px){
  div.section ul.pageTabListAbout {
    padding: 0;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
}
div.section ul.pageTabListAbout li {
  width: 120px;
  margin: 0 15px;
  padding: 0 0 40px;
  opacity: 0.3;
}
@media screen and (max-width: 989px){
  div.section ul.pageTabListAbout li {
    width: 30%;
    margin: 0;
    padding: 0;
  }
  div.section ul.pageTabListAbout li:nth-child(n+5) {
    margin-top: 10px;
  }
}
div.section ul.pageTabListAbout li.active {
  opacity: 1;
  background: url(../../img/common/vector_under_blue.svg) no-repeat center bottom;
  background-size: 11px 11px;
}
@media screen and (max-width: 989px){
  div.section ul.pageTabListAbout li.active {
    opacity: 1;
    background: none;
  }
}
div.section ul.pageTabListAbout li img {
  margin: 0 0 10px;
  height: 70px;
}
@media screen and (max-width: 989px){
  div.section ul.pageTabListAbout li img {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    margin: auto 0;
  }
}
div.section ul.pageTabListAbout li img.on {
  display: none;
}
@media screen and (max-width: 989px){
  div.section ul.pageTabListAbout li img.on{}
}
div.section ul.pageTabListAbout li a {
  text-decoration: none;
  color: #1eb2c2;
  display: block;
}
@media screen and (max-width: 989px){
  div.section ul.pageTabListAbout li a {
    display: block;
    _zoom: 1;
    position: relative;
    font-size: 11px;
  }
}

div.section ul.pageTabListAbout li span {
  display: block;
}
@media screen and (max-width: 989px){
  div.section ul.pageTabListAbout li span{}
}








/* ::::::::::::::::::::::::::::::::: PC ::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 990px){


}


/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px){


}



















/**/
