﻿@charset "utf-8";

/*------------------------------
  一般・共有
------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  padding-top: 45px;
  color: #333;
  margin: 0;

  box-sizing: border-box;
}

.sp-block {
  display: none;
}

.pc-block {
  display: block;
}
a {
  font-size: 1.2rem;
}
.ftBoxInner ul li a {
  font-size: 1.4rem;
}

a:hover {
  opacity: 0.5;
}

/*------------------------------
  ヘッダー
------------------------------*/
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: #fff;
  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;
}

/*------------------------------
  フッター
------------------------------*/
/*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;
}

/* 960px*/
@media screen and (max-width: 960px) {
  .movie-area .movie-title {
    font-size: 18px;
  }
}

/* 768px以下*/
@media screen and (max-width: 768px) {
  .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(https://sp.chintai.net/sp/cn/images/common2014/common/logo_chintaiger_01.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 98px;
    height: 25px;
    -webkit-background-size: 98px 25px;
    -moz-background-size: 98px 25px;
    -ms-background-size: 98px 25px;
    background-size: 98px 25px;
    cursor: pointer;
    text-indent: -9999px;
    margin: 6px auto;
  }

  header ul li:last-child {
    width: 13%;
    border-right: 0;
    padding-top: 15px;
    position: relative;
    text-align: center;
  }

  /*------------------------------
  メイン
------------------------------*/
  .feature_bg {
    min-width: initial;
    margin-top: 25px;
  }

  #wrapper .content {
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }

  /*------------------------------
  フッター
------------------------------*/
  #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%;
  }
}

.p__main-title {
  display: none;
}
/* .p__mainv {
  height: 274px;
  background: #f9fae9;
  background-image: url("../images/img_bg_top.png"), url("../images/img_bg_bottom.png");
  background-position: top left, bottom center;
  background-size: 128px auto, auto 54px;
  background-repeat: repeat-x, repeat-x;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 520px) {
  .p__mainv {
    background-size: 163px auto, auto 54px;
    height: 70vw;
  }
} */
@media screen and (min-width: 960px) {
  .p__mainv {
    height: 388px;
    background: #f9fae9;
    background-image: url("../images/img_bg_top.png"), url("../images/img_bg_bottom.png");
    background-position: top left, bottom center;
    background-size: 128px auto, auto 54px;
    background-repeat: repeat-x, repeat-x;
    box-sizing: border-box;
    position: relative;
  }
}
/* .p__main-imgwrap {
  display: block;
  position: absolute;
  width: clamp(352px, 90vw, 400px);
  height: 45vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
} */
/* @media screen and (min-width: 520px) {
  .p__main-imgwrap {
    width: clamp(352px, 90vw, 600px);
    height: 30vw;
  }
} */
@media screen and (min-width: 960px) {
  .p__main-imgwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 876px;
    height: 273px;
  }
}
.p__main-img {
  max-width: 100%;
  /* box-sizing: border-box;
  display: block;
  width: clamp(352px, 90vw, 400px);
  height: auto; */
}
@media screen and (min-width: 520px) {
  .p__main-img {
    width: 100%;
  }
}
/* @media screen and (min-width: 960px) {
  .p__main-img {
    width: clamp(352px, 90vw, 876px);
  }
} */
/* 
@media screen and (min-width: 960px) {
  .p__main-img {
    display: block;
    margin: 0 auto;
    padding: 60px 0 47px;
    width: auto;
  }
} */
.p__contents {
  padding-top: 46px;
  margin-bottom: 46px;
}
@media screen and (min-width: 960px) {
  .p__contents {
    padding-top: 61px;
    margin-bottom: 61px;
  }
}
.p__contents-title {
  color: #1d2088;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.p__flex-wrap {
  display: block;
}
@media screen and (min-width: 768px) {
  .p__flex-wrap {
    justify-content: center;
    display: flex;
  }
}
.p__flex-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 31px;
}
.p__shuto-img-wrap,
.p__shuto-wrap,
.p__kinki-img-wrap,
.p__kinki-wrap,
.p__tokai-img-wrap,
.p__tokai-wrap,
.p__kyushu-img-wrap,
.p__kyushu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 235px;
}
@media screen and (min-width: 960px) {
  .p__shuto-img-wrap,
  .p__shuto-wrap,
  .p__kinki-img-wrap,
  .p__kinki-wrap,
  .p__tokai-img-wrap,
  .p__tokai-wrap,
  .p__kyushu-img-wrap,
  .p__kyushu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 185px;
  }
}
.p__shuto-img-wrap {
  background-color: #e8f5fe;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__shuto-img {
  display: block;
  margin: 0 auto;
  width: 86%;
}
@media screen and (min-width: 960px) {
  .p__shuto-img {
    display: block;
    margin: 0 auto;
    width: 51%;
  }
}
.p__shuto-wrap {
  background-color: #cdeafe;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__shuto-img-wrap::before {
  position: absolute;
  background-color: #e8f5fe;
  width: 5px;
  height: 100%;
  content: "";
  z-index: 99;
  top: 0;
  right: 0;
}
.p__shuto {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #1d2087;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
@media screen and (min-width: 960px) {
  .p__shuto {
    text-decoration: none;
    font-size: 3rem;
    font-weight: bold;
    color: #1d2087;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
}
.p__kinki-img-wrap {
  background-color: #fbf2f6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__kinki-wrap {
  background-color: #f8ebf0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__kinki-img {
  display: block;
  margin: 0 auto;
  width: 94%;
}
@media screen and (min-width: 960px) {
  .p__kinki-img {
    display: block;
    margin: 0 auto;
    width: 51%;
  }
}
.p__kinki {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #871d67;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
@media screen and (min-width: 960px) {
  .p__kinki {
    text-decoration: none;
    font-size: 3rem;
    font-weight: bold;
    color: #871d67;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
}
.p__kinki-img-wrap::before {
  position: absolute;
  background-color: #fbf2f6;
  width: 5px;
  height: 100%;
  content: "";
  z-index: 99;
  top: 0;
  right: 0;
}

.p__tokai-img-wrap {
  background-color: #fefdf0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__tokai-img {
  display: block;
  margin: 0 auto;
  width: 70%;
}
@media screen and (min-width: 960px) {
  .p__tokai-img {
    display: block;
    margin: 0 auto;
    width: 39%;
  }
}
.p__tokai-wrap {
  background-color: #fefadb;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__tokai {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff7903;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
@media screen and (min-width: 960px) {
  .p__tokai {
    text-decoration: none;
    font-size: 3rem;
    font-weight: bold;
    color: #ff7903;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
}
.p__tokai-img-wrap::before {
  position: absolute;
  background-color: #fefdf0;
  width: 5px;
  height: 100%;
  content: "";
  z-index: 99;
  top: 0;
  right: 0;
}

.p__kyushu-img-wrap {
  background-color: #eef9ef;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__kyushu-img {
  display: block;
  margin: 0 auto;
  width: 86%;
}
@media screen and (min-width: 960px) {
  .p__kyushu-img {
    display: block;
    margin: 0 auto;
    width: 43%;
  }
}
.p__kyushu-wrap {
  background-color: #def3e0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__kyushu {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #408f4a;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
@media screen and (min-width: 960px) {
  .p__kyushu {
    text-decoration: none;
    font-size: 3rem;
    font-weight: bold;
    color: #408f4a;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
}
.p__kyushu-img-wrap::before {
  position: absolute;
  background-color: #eef9ef;
  width: 5px;
  height: 100%;
  content: "";
  z-index: 99;
  top: 0;
  right: 0;
}

.c-btn__name {
  display: flex;
  width: 80%;
}
@media screen and (min-width: 960px) {
  .c-btn__name {
    width: 60%;
  }
}
.p__tokai .c-btn__name,
.p__kyushu .c-btn__name {
  width: 60%;
}
@media screen and (min-width: 960px) {
  .p__tokai .c-btn__name,
  .p__kyushu .c-btn__name {
    width: 40%;
  }
}
.c-btn__name::after {
  content: "";
  position: absolute;
  top: 111px;
  right: 20px;
  height: 14px;
  width: 14px;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.p__shuto .c-btn__name::after {
  border-top: 2px solid #1d2087;
  border-right: 2px solid #1d2087;
}
.p__kinki .c-btn__name::after {
  border-top: 2px solid #871d67;
  border-right: 2px solid #871d67;
}
.p__tokai .c-btn__name::after {
  border-top: 2px solid #ff7903;
  border-right: 2px solid #ff7903;
}
.p__kyushu .c-btn__name::after {
  border-top: 2px solid #408f4a;
  border-right: 2px solid #408f4a;
}
@media screen and (min-width: 960px) {
  .c-btn__name::after {
    content: "";
    position: absolute;
    top: 87px;
    right: 20px;
    height: 14px;
    width: 14px;
    margin: auto;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
}

.c__bg-yellow {
  background-color: #fffef5;
  padding: 62px 0;
}
.p__overview {
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .p__overview {
    width: 90%;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (min-width: 960px) {
  .p__overview {
    width: 815px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding: 40px 0;
  }
}
.p__overview-title {
  color: #1d2088;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 960px) {
  .p__overview-title {
    color: #1d2088;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
  }
}
.p__table {
  margin: 0 17px;
  border-collapse: collapse;
}
@media screen and (min-width: 960px) {
  .p__table {
    margin: 0 auto;
    border-collapse: collapse;
  }
}

th {
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
  padding: 7px 0;
}
@media screen and (min-width: 960px) {
  th {
    font-size: 1.7rem;
    font-weight: bold;
    width: 16%;
  }
}
td {
  font-size: 1.2rem;
  padding: 0 0 15px;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  td {
    font-size: 1.5rem;
  }
}
th,
td {
  border-bottom: none;
  display: block;
}
@media screen and (min-width: 960px) {
  th,
  td {
    display: table-cell;
    padding: 15px 0;
    border-bottom: 0.5px solid #707070;
  }
}
.p__last-th,
.p__last-td {
  border-bottom: none;
}
