﻿@charset "utf-8";

/*------------------------------
  一般・共有
------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  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;
}
/*------------------------------
  フッター
------------------------------*/
/*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: 960px) {
  .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: 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;
  }
  /*------------------------------
  フッター
------------------------------*/
  #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{
  background-color: #FEF8E6;
  font-weight: 600;
  font-family: "Noto Sans JP", Meiryo, "MS PGothic", sans-serif;
}
.p-main__contents{
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
.p-main__contents{
  width: 960px;
}
}
.p-main__visual{
  background-color: #1D2088;
  margin-top: 68px;
  height: 20%;
  text-align: center;
  padding-bottom: 14px;
}
@media only screen and (min-width: 520px) {
.p-main__visual{
  padding-bottom: 20px;
}}
@media only screen and (min-width: 960px) {
.p-main__visual{
  background-color: #1D2088;
  margin-top: 46px;
  text-align: center;
}
}
.p-main__visual-img{
  margin-top: 14px;
  width: 80%;
}
@media only screen and (min-width: 960px) {
.p-main__visual-img{
  margin-top: 50px;
  width: auto;
}
}
.p-about__wrap{
  background-color: #E6F4FF;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
.p-about__wrap{
  width: 100%;
}
}
.p-about__title-wrap{
  padding-top: 1.6rem;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-bottom: #1D2088 1px solid;
}
@media only screen and (min-width: 960px) {
.p-about__title-wrap{
  padding-top: 4.0rem;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-bottom: #1D2088 1px solid;
}
}
.p-about__title01{
  font-size: 1.4rem;
  font-weight: bold;
  color: #1D2088;
  border-top: #1D2088 1px solid;
  padding: 1.0rem 0;
  background-color: #CFE9FE;
}
@media only screen and (min-width: 960px) {
.p-about__title01{
  font-size: 2.4rem;
  padding: 1.7rem 0;
}
}
.p-about__title-txt{
  font-size: 1.0rem;
  padding-bottom: 1.0rem;
  background-color: #CFE9FE;
}
@media only screen and (min-width: 960px) {
.p-about__title-txt{
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-bottom: 2.0rem;
}
}
.p-about__title-flex{
  display: flex;
  margin: 3.0rem auto 2.6rem;
  justify-content: center;
  align-items: center;
}
.p-about__title02{
  font-size: 1.5rem;
  font-weight: bold;
  color: #1D2088;
  margin: 0 1.7rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
.p-about__title02{
  font-size: 2.4rem;
  margin: 0 1.7rem;
}
}
.p-about__title-img{
  height: 49px;
}
@media only screen and (min-width: 960px) {
.p-about__title-img{
  height: 76px;
}
}
.p-about__detail-flex{
  display: block;
  padding-bottom: 4%;
}
@media only screen and (min-width: 960px) {
.p-about__detail-flex{
  display: flex;
  justify-content: center;
  padding-bottom: 4%;
}
}
.p-about__detail-left{
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 520px) {
.p-about__detail-left{
  text-align: center;
}
}
@media only screen and (min-width: 960px) {
.p-about__detail-left{
  width: 38%;
  text-align: right;
}
}
.p-about__detail-right{
  width: 100%;
  margin-left: 0;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
.p-about__detail-right{
  width: 44%;
  margin-left: 2%;
  text-align: left;
}
}
.p-about__detail-lead{
  font-size: 1.0rem;
  padding-left: 0;
  text-indent: 0;
  text-align: center;
  display: inline-block;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 960px) {
.p-about__detail-lead{
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  display: inline-block;
  letter-spacing:normal
}
}
.p-about__detail-list-title{
  font-size: 1.4rem;
  font-weight: bold;
  color: #1D2088;
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
.p-about__detail-list-title{
  font-size: 1.8rem;
  margin-bottom: 4%;
}
}
.p-about__detail-list{
  list-style: disc;
  list-style-position: inside;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (min-width: 960px) {
.p-about__detail-list{
  list-style: disc;
  list-style-position: inside;
  width: auto;
}
}
.p-about__detail-list-item{
  color: #1D2088;
  font-size: 1.2rem;
  text-align: left;
}
@media only screen and (min-width: 960px) {
.p-about__detail-list-item{
  font-size: 1.6rem;
}
}
.p-about__detail-txt{
  color: #1D2088;
}
.p-about__detail-chintiger-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-about__detail-chintiger{
  width: 33%;
  margin: 4.5% 0 0 4%;
}
@media only screen and (min-width: 960px) {
.p-about__detail-chintiger{
  width: 22%;
  margin: 7% 0 0 4%;
}
}
.p-about__detail-line{
  position: relative;
}
.p-about__detail-line01{
  position: absolute;
  width:67px;
  height:2px;
  left: -52px;
  top: -34px;
  background:#1D2088;
  transform:rotate(25deg);
}
.p-about__detail-line02{
  position: absolute;
  width:67px;
  height:2px;
  left: -52px;
  top: 34px;
  background:#1D2088;
  transform:rotate(-25deg);
}
.p-example-wrap{
  background-color: #fff;
  padding: 4%;
  text-align: center;
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 960px) {
.p-example-wrap{
  background-color: #fff;
  padding: 4%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
}
.p-example__title{
  background-color: #233799;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 1.6%;
  width: 100%;
  margin-top: -3%;
}
@media only screen and (min-width: 960px) {
.p-example__title{
  background-color: #233799;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 1.6%;
  margin-top: -2%;
}
}
.p-example__chintiger{
  width: 37%;
}
@media only screen and (min-width: 960px) {
.p-example__chintiger{
  width: 22%;
}
}
.p-example{
  width: 100%;
  border: #233799 1px solid;
  padding: 3.6% 1.7%;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 960px) {
.p-example{
  padding: 3.6% 1.7%;
}
}
.p-example__01{
  border: #233799 1px solid;
  text-align: left;
  margin-bottom: 4%;
}
.p-example__01_question-wrap{
  background-color: #E6F4FF;
  padding: 3.5% 5% 0;
}
@media only screen and (min-width: 960px) {
.p-example__01_question-wrap{
  padding: 2% 3% 0;
}
}
.p-example__01_question{
  font-size: 1.4rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 960px) {
.p-example__01_question{
  font-size: 2.4rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 1.6rem;
}
}
.p-example__01_list{
  font-size: 1.4rem;
  list-style: none;
  display: flex;
}
@media only screen and (min-width: 960px) {
.p-example__01_list{
  font-size: 2.4rem;
}
}
.p-example__03_list{
  font-size: 1.4rem;
  list-style: none;
  padding-bottom: 14px;
}
@media only screen and (min-width: 960px) {
.p-example__03_list{
  font-size: 2.4rem;
  padding-bottom: 20px;
}
}
.p-example__01_item{
  margin: 0 0 11px 15px;
}
@media only screen and (min-width: 960px) {
.p-example__01_item{
  margin: 0 0 20px 26px;
}
}
.p-example__01_answer-show{
  font-size: 2.4rem;
  color: #FFF;
  background-color: #233799;
  padding: 8px;
  text-align: center;
}
.p-example__01_answer-wrap{
  background-color: #FFFFE6;
  /* padding: 2% 3%; */
}
.p-example__01_answer{
  color: #E6261F;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
@media only screen and (min-width: 960px) {
.p-example__01_answer{
  font-size: 2.4rem;
  margin-bottom: 6px;
}
}
.p-example__01_answer-txt{
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
.p-example__01_answer-txt{
  font-size: 1.6rem;
}
}
.p-example__02_txt{
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
.p-example__02_txt{
  font-size: 1.8rem;
}
}
.p-example__02_img-wrap{
  text-align: center;
  margin-bottom: 24px;
}
.p-example__02_img{
  width: 79%;
}
@media only screen and (min-width: 960px) {
.p-example__02_img{
  width: 57%;
}
}
@media only screen and (min-width: 960px) {
.p-example__02_img{
  width: 34%;
}
}
.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
  display: block;
  font-size: 1.6rem;
}
@media only screen and (min-width: 960px) {
.title {
  font-size: 2.4rem;
}
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 6.6em;
top: 0.95em;
width: 2px;
height: 0.75em;
background-color: #FFF;
transition: all 0.3s;
}
@media only screen and (min-width: 520px) {
.title::after,
.title::before {
right: 16em;
top: 0.85em;
}
}
@media only screen and (min-width: 960px) {
.title::after,
.title::before {
content: "";
position: absolute;
right: 14em;
top: 0.75em;
width: 2px;
height: 0.75em;
background-color: #FFF;
transition: all 0.3s;
}
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
  padding: 2% 3%;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.p-example__chintaiger-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-example__chintaiger-img{
  width: 28%;
}
@media only screen and (min-width: 960px) {
.p-example__chintaiger-img{
  width: 16%;
}
}
.p-example__chintaiger-txt{
  color: #1D2088;
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
.p-example__chintaiger-txt{
  font-size: 2.4rem;
}
}
.p-bottom-wrap{
  background-image: url(/shinsa/qualification/assets/images/bg_sp.png);
  background-size: cover;
  text-align: center;
  padding: 33px 0;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 520px) {
.p-bottom-wrap{
  background-image: url(/shinsa/qualification/assets/images/bg_pc.png);
}
}
@media only screen and (min-width: 960px) {
.p-bottom-wrap{
  background-image: url(/shinsa/qualification/assets/images/bg_pc.png);
  width: 100%;
}
}
.p-bottom__title{
  font-size: 1.6rem;
  font-weight: bold;
  color: #1D2088;
  margin-bottom: 11px;
}
@media only screen and (min-width: 960px) {
.p-bottom__title{
  font-size: 3.2rem;
  margin-bottom: 24px;
}
}
.p-bottom__txt{
  font-size: 1.2rem;
  margin-bottom: 24px;
}
@media only screen and (min-width: 960px) {
.p-bottom__txt{
  font-size: 1.8rem;
  margin-bottom: 12px;
}
}
.p-bottom__txt2{
  font-size: 1.2rem;
  color: #1D2088;
  margin-bottom: 39px;
}
@media only screen and (min-width: 960px) {
.p-bottom__txt2{
  font-size: 1.8rem;
  margin-bottom: 40px;
}
}

/* ========================================
   住んだら手帳フッター
======================================== */
.sundara-footer {
  border-top: 1px solid #E5E5E5;
  padding: 50px 0;
  margin-top: 40px;
}

.sundara-footer__content {
  padding: 0 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.sundara-footer__logo {
  width: 140px;
  height: 53px;
  flex-shrink: 0;
}

.sundara-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sundara-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.sundara-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sundara-footer__company {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.sundara-footer__company a {
  color: #3E3732;
  text-decoration: none;
}

.sundara-footer__company a:hover {
  text-decoration: underline;
}

.sundara-footer__nav {
  display: flex;
  gap: 20px;
  font-size: 14px;
  flex-wrap: wrap;
}

.sundara-footer__nav a {
  color: #3E3732;
  text-decoration: underline;
}

.sundara-footer__nav a:hover {
  text-decoration: none;
}

/* レスポンシブ対応 */
@media only screen and (max-width: 520px) {
  .sundara-footer {
    padding: 30px 0;
  }
  
  .sundara-footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .sundara-footer__logo {
    width: 120px;
    height: 45px;
  }
  
  .sundara-footer__links {
    align-items: center;
  }
  
  .sundara-footer__nav {
    justify-content: center;
  }
}
