@charset "utf-8";
html{
  font-size: 62.5%;
}
/**
 * common
 */
body {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  padding-top: 24px;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  font-weight: 500;
}

body * {
  box-sizing: border-box;
}

/**
 * main
 */

.main {
  background-color: #fff;
  position: relative;
}

/* inner */
.main .inner {
  width: 962px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .inner {
    width: 100%;
}
}
/* btn_contact */
.main .btn_contact {
  display: block;
  width: 100%;
  padding: 23px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.main.information .btn_contact {
  color: #1d2088;
  background-color: #ffd93b;
}
.main.information .btn_contact:hover {
  background-color: #efc000;
}
.main.wonderful_owners .btn_contact {
  background-color: #ffb90c;
  color: #fff;
}
.main.wonderful_owners .btn_contact:hover {
  background-color: #eca800;
}
.main.vision .btn_contact {
  background-color: #f3e149;
  color: #0d6ab4;
}
.main.vision .btn_contact:hover {
  background-color: #efda2a;
}
.main .btn_contact * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.main .btn_contact i {
  margin-right: 10px;
}

/* pagetop */
.main .pagetop {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.main.information .pagetop {
  border: 1px solid #1d2088;
}
.main.information .pagetop:hover {
  background-color: #e8e8f3;
}
.main.wonderful_owners .pagetop {
  border: 1px solid #519a10;
}
.main.wonderful_owners .pagetop:hover {
  background-color: #d0f3b2;
}
.main.vision .pagetop {
  border: 1px solid #0d6ab4;
}
.main.vision .pagetop:hover {
  background-color: #e7f3fb;
}
.main .pagetop a {
  display: table;
  width: 100%;
  height: 100%;
}
.main .pagetop a i {
  display: table-cell;
  vertical-align: middle;
}
.main .pagetop a i img {
  display: block;
  margin: 0 auto;
}

/**
 * main > gnav
 */

.main.information .gnav {
  background-color: #e8e8f3;
  border-top: 1px solid #1d2088;
  border-bottom: 1px solid #1d2088;
}
.main.wonderful_owners .gnav {
  background-color: #e5f4d8;
  border-top: 1px solid #519a10;
  border-bottom: 1px solid #519a10;
}
.main.vision .gnav {
  background-color: #e7f3fb;
  border-top: 1px solid #0d6ab4;
  border-bottom: 1px solid #0d6ab4;
}
.main .gnav > div {
  width: 962px;
  margin: 0 auto;
}
.main .gnav ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.main.information .gnav ul {
  border-left: 1px solid #1d2088;
  border-right: 1px solid #1d2088;
}
.main.wonderful_owners .gnav ul {
  border-left: 1px solid #519a10;
  border-right: 1px solid #519a10;
}
.main.vision .gnav ul {
  border-left: 1px solid #0d6ab4;
  border-right: 1px solid #0d6ab4;
}
.main .gnav ul li {
  display: table-cell;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}
.main.information .gnav ul li + li {
  border-left: 1px solid #1d2088;
}
.main.wonderful_owners .gnav ul li + li {
  border-left: 1px solid #519a10;
}
.main.vision .gnav ul li + li {
  border-left: 1px solid #0d6ab4;
}
.main .gnav ul li a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 26px;
  margin: auto;
  text-decoration: none;
}
.main.information .gnav ul li a {
  color: #1d2088;
  background-image: url("../information/img/gnav_arrow_icon.png");
  background-size: 16px 9px;
  background-position: right 13px center;
  background-repeat: no-repeat;
}
.main.wonderful_owners .gnav ul li a {
  color: #6eb92b;
  /* background-image: url("../../wonderful_owners/img/gnav_arrow_icon.png");
  background-size: 16px 9px;
  background-position: right 13px center;
  background-repeat: no-repeat; */
}
.main.vision .gnav ul li a {
  color: #0d6ab4;
  background-image: url("../vision/img/gnav_arrow_icon.png");
  background-size: 16px 9px;
  background-position: right 13px center;
  background-repeat: no-repeat;
}
.main.information .gnav ul li a:hover {
  background-color: #c8c8e6;
}
.main.wonderful_owners .gnav ul li a:hover {
  background-color: #d0f3b2;
}
.main.vision .gnav ul li a:hover {
  background-color: #e7f3fb;
}
/**
 * main > mv
 */
.main .mv {
  padding: 70px 0;
}
.main.information .mv {
  background-image: url("../information/img/mv_bg.png");
  background-size: 927px 352px;
  background-repeat: repeat-x;
  background-position: center;
  background-color: #1d2088;
  color: #fff;
}
.main.wonderful_owners .mv {
  background-image: url("../../wonderful_owners/img/mv_bg.png");
  background-size: 56px;
  background-repeat: repeat;
  background-position: center;
  background-color: #80bc41;
  color: #fff;
}
.main.vision .mv {
  background-image: url("../vision/img/mv_bg.png");
  background-size: 29px;
  background-repeat: repeat;
  background-position: center;
  background-color: #65addf;
  color: #fff;
}

/* mv_title */
.main .mv_title {
  text-align: center;
}
.main .mv_title p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.main .mv_title h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

/* mv_column */
.main .mv_column {
  overflow: hidden;
  margin: 45px auto 0;
}
.main.wonderful_owners .mv_column {
  width: 783px;
}
.main.vision .mv_column {
  width: 748px;
}
.main .mv_column_image {
  float: left;
  width: 100%;
  margin-right: 30px;
}
.main.information .mv_column_image {
  max-width: 561px;
}
.main.wonderful_owners .mv_column_image {
  max-width: 381px;
}
.main.vision .mv_column_image {
  max-width: 334px;
}
.main .mv_column_text {
  margin-top: 25px;
  overflow: hidden;
}
.main .mv_column_text > * + * {
  margin-top: 30px;
}

.main.wonderful_owners .mv_column_text a {
  border: 1px solid #519a10;
}
.main.vision .mv_column_text a {
  border: 1px solid #0d6ab4;
}

/**
 * main > section
 */
.main .section {
  padding: 60px 0 65px;
}

.main.information .section:nth-child(2n) {
  background-color: #e8e8f3;
}
.main.wonderful_owners .section:nth-child(2n) {
  background-color: #e5f4d8;
}
.main.vision .section:nth-child(2n) {
  background-color: #e7f3fb;
}
.main .section h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
}
.main .section * + h2 {
  margin-top: 60px;
}

.main.information .section h2 {
  color: #1d2088;
}
.main.wonderful_owners .section h2 {
  color: #6eb92b;
}
.main.vision .section h2 {
  color: #0d6ab4;
}
/* sec_lead */
.main .sec_lead {
  text-align: center;
  margin-bottom: 30px;
}
.main .sec_lead.min {
  text-align: left;
}
.main.information .sec_lead.min {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* sec_info */
.main .sec_info {
  text-align: left;
  margin-bottom: 30px;
}

/* sec_list */
.main .sec_list.two {
  max-width: 630px;
  margin: 0 auto;
}
.main .sec_list ul {
}
.main .sec_list ul::after {
  content: "";
  display: block;
  clear: both;
}
.main .sec_list ul + p {
  margin-top: 25px;
}
.main .sec_list ul li {
  float: left;
  width: 300px;
  height: 300px;
  padding: 25px 5px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
  letter-spacing: -0.05em;
}
.main .sec_list ul li + li {
  margin-left: 30px;
}
.main.information .sec_list ul li {
  border: 1px solid #1d2088;
  position: relative;
}
.main.wonderful_owners .sec_list ul li {
  border: 1px solid #519a10;
  position: relative;
}
.main.vision .sec_list ul li {
  border: 1px solid #0d6ab4;
  position: relative;
}
.main .sec_list_title {
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main.information .sec_list_title {
  color: #1d2088;
}
.main.wonderful_owners .sec_list_title {
  color: #6eb92b;
}
.main.vision .sec_list_title {
  color: #0d6ab4;
}
.main .sec_list_title p {
  height: 34px;
  line-height: 34px;
  padding: 0 24px;
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto Condensed", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
.main .sec_list_title.en p {
  font-size: 28px;
}

.main .sec_list_title p::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #fff;
}
.main .sec_list_title p span {
  position: relative;
  z-index: 99;
}
.main .sec_list_image {
  width: 100%;
  height: 180px;
  line-height: 180px;
  display: table;
  margin-bottom: 20px;
}
.main .sec_list_image img {
  vertical-align: middle;
}

/* sec_table */
.main .sec_table {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .main .sec_table {
    /* width: 85%; */
    max-width: 100%;
    margin: 30px 0 0;
  }
}
.main .sec_table.column {
  margin: 0 auto;
}
.main .sec_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .main .sec_table table {
    width: 90%;
    margin: 0 auto;
  }
}
.main .sec_table.fixed {
  table-layout: fixed;
}
.main.information .sec_table table {
  border: 1px solid #1d2088;
}
.main.wonderful_owners .sec_table table {
  border: 1px solid #519a10;
}
.main.vision .sec_table table {
  border: 1px solid #0d6ab4;
}
.main .sec_table table tr > * {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  padding: 14px 30px;
}
@media screen and (max-width: 768px) {
  .main .sec_table table tr > * {
    padding: 14px 18px;
  }
}
.main .sec_table.column tr > * {
  padding: 10px 25px;
}
.main .sec_table table tr > *.align-left {
  text-align: left;
}
.main.information .sec_table table tr > * + * {
  border-left: 1px solid #1d2088;
}
.main.wonderful_owners .sec_table table tr > * + * {
  border-left: 1px solid #519a10;
}
@media screen and (max-width: 768px) {
  .main.wonderful_owners .sec_table table tr > * + * {
    font-size: 12px;
  }
}
.main.vision .sec_table table tr > * + * {
  border-left: 1px solid #0d6ab4;
}
.main.information .sec_table table tbody tr {
  border-top: 1px solid #1d2088;
}
.main.wonderful_owners .sec_table table tbody tr {
  border-top: 1px solid #519a10;
}
.main.vision .sec_table table tbody tr {
  border-top: 1px solid #0d6ab4;
}
.main .sec_table table tr th {
  font-weight: 700;
  min-width: 230px;
}
@media screen and (max-width: 768px) {
  .main .sec_table table tr th {
    min-width: 133px;
  }
}
.main .sec_table.column table tr th {
  font-weight: 700;
  min-width: 0;
  padding: 10px 35px;
  white-space: nowrap;
}
.main.information .sec_table table tr th {
  background-color: #d2d2e7;
}
.main.wonderful_owners .sec_table table tr th {
  background-color: #d3eabf;
}
.main.vision .sec_table table tr th {
  background-color: #d6ecfb;
}
.main.information .sec_table table tr th {
  color: #1d2088;
}
.main.wonderful_owners .sec_table table tr th {
  color: #6eb92b;
}
@media screen and (max-width: 768px) {
  .main.wonderful_owners .sec_table table tr th {
    font-size: 12px;
  }
}
.main.vision .sec_table table tr th {
  color: #0d6ab4;
}
.main .sec_table table tbody tr > * {
  background-color: #fff;
}

.main .sec_column {
  overflow: hidden;
}
.main .sec_column > div:nth-child(1) {
  float: left;
  margin-right: 40px;
}
.main .sec_column > div:nth-child(2) {
  overflow: hidden;
}

/* sec_btn_contact */
.main .sec_btn_contact {
  padding: 20px 0;
  width: 700px;
  margin: 0 auto;
}
.main.information .sec_btn_contact > * {
  border: 1px solid #1d2088;
}
.main.vision .sec_btn_contact > * {
  border: 1px solid #0d6ab4;
}
/* .main.wonderful_owners .sec_btn_contact > * {
	border: 1px solid #519a10;
} */

.p__mv-img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p__mv-img {
    width: 100%;
    /* margin-top: 48px; */
  }
}
.p__breadcrumb{
  position: fixed;
  z-index: 99;
}
.p__gnav {
  position: fixed;
  width: 100%;
  z-index: 99;
  margin-top: -50px;
  background-color: #e5f4d8;
  border-top: 1px solid #519a10;
  border-bottom: 1px solid #519a10;
      font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (max-width: 768px) {
.p__gnav {
/* margin-top: -58px; */
    /* padding-top: 16px;
        height: 9%; */
}
}
.p__gnav-link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p__gnav-link-wrap {
    max-width: 100%;
  }
}
.p__gnav-link1 {
  border-left: 1px solid #519a10;
}
@media screen and (max-width: 768px) {
  .p__gnav-link1 {
    border-left: none;
    height: 42px;
    /* padding-top: 20px; */
  }
  .p__gnav-link-last {
    border-right: none!important;
  }
}
.p__gnav-list {
  flex: 1;
  text-align: center;
  border-right: 1px solid #519a10;
}
.p__gnav-list-select{
  background-color: #cfdec2;
}
.c__line-height48 {
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .c__line-height48 {
    /* line-height: 0; */
  }
}
.c__margin-top24{
  margin-top: 20px;
}
.c__padding-top68{
  padding-top: 68px!important;
}
@media screen and (max-width: 768px) {
.c__padding-top68{
  padding-top: 73px!important;
}
}
.p__gnav-link {
  text-decoration: none;
  display: block;
  /* color: #6eb92b; */
  color: #282828;
  font-weight: bold;
  height: 100% !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p__gnav-link {
  height: auto;
}
}
.p__gnav-list-ad{
  line-height: 18px;
  border-right: none;
  height: 48px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
.p__gnav-list-ad{
  padding-top: 0;
}}
.p__gnav-list-cv{
  border-left: 1px solid #519a10;
}
.p__gnav-list:hover {
  background-color: #cfdec2;
}
.c__padding-top48 {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .c__padding-top48 {
    padding-top: 18px;
  }
}
.p__contents-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 76px 0;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__contents-wrap{
    max-width: 100%;
    width: 100;
    padding: 48px 0;
    margin: 0;
  }
}
.p__contents-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.p__contents-title-left{
  margin-right: 3%;
}
.p__contents-title-right{
  margin-left: 3%;
}
.p__mv {
  background-image: url("../../wonderful_owners/img/bg.png");
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .p__mv {
    width: 100%;
    background-size: auto 272px;
    margin: 0;
    padding-top: 0px;
    background-position-y: top;
  }
}
.p__title-wrap {
  text-align: center;
  width: 960px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p__title-wrap {
    width: 97%;
    margin: 0 auto 56px;
  }
}
.p__subtitle {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p__subtitle {
    font-size: 1.3rem;
  }
}
.p__title {
  font-size: 4.7rem;
  font-weight: bold;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p__title {
    font-size: 2.1rem;
    margin-bottom: 16px;
  }
}
.p__title-lead {
  text-align: left;
  line-height: 27px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p__title-lead {
    font-size: 1.5rem;
    line-height: 21px;
    margin: 0 5%;
  }
  .p__title-lead-wrap {
    text-align: left;
  }
}
.p__title-link{
  margin-bottom: 34px;
  text-align: left;
}
.p__button-wrap {
  text-align: center;
  max-width: 960px;
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  .p__button-wrap {
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.p__button {
  width: 77%;
  padding: 14px;
  margin: 16px auto;
  background-color: #ffb90c;
}
@media screen and (max-width: 768px) {
.p__button {
  margin: 16px auto 18px;
}
}
.p__button-arrow {
  width: 100%;
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.p__button-arrow::after {
  position: absolute;
  top: 20%;
  right: 20%;
  content: "";
  vertical-align: middle;
  width: 0.6em; /* arrow size */
  height: 0.6em; /* arrow size */
  border-top: 3px solid #fff; /* thickness, color */
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p__button-arrow::after {
    right: 7%;
  }
}
.p__title2 {
  font-size: 5.2rem;
  color: #519a10;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p__title2 {
    font-size: 2.0rem;
    /* margin-bottom: 22px; */
    line-height: 30px;
  }
  .p__about-wrap {
    display: block;
    /* width: 85%; */
    width: 100%;
    margin: 0 auto;
  }
  .p__about_img {
    width: 85%;
  }
}
.p__title3 {
  font-size: 4.5rem;
  color: #519a10;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p__title3 {
    font-size: 2.0rem;
    /* margin-bottom: 22px; */
    line-height: 30px;
  }}
.bg_green {
  background-color: #e5f4d8;
  border-radius: 0 200px 0 0;
  max-width: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bg_green {
    padding: 48px 0;
    border-radius: 0 60px 0 0;
    width: 100%;
  }
}
.bg_green2 {
  background-color: #e5f4d8;
  max-width: none;
  /* padding: 76px; */
  text-align: center;
}
.bg_white {
  border-radius: 0 200px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .bg_white {
    border-radius: 0 60px 0 0;
  }
}
.p__reader-boxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
   margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p__reader-boxs {
    display: block;
  }
}
/* .p__reader-boxs::before{
      content: "";
    display: block;
    padding-top: 100%;
} */
.p__reader-box {
  border: #519a10 2px solid;
  border-radius: 21px;
  box-shadow: #519a10 10px 10px;
  display: block;
  padding: 22px 44px;
  margin-bottom: 45px;
  width: 45%;
  height: 334px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p__reader-box {
    width: 90%;
    padding: 12px 14px;
    margin: 0 auto 28px;
        height: 262px;
  }
}
.p__reader-box_bg-white{
  background-color: #fff;
}
.p__reader-title {
  color: #519a10;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p__reader-title {
    font-size: 1.6rem;
  }
}
.p__reader-img {
  /* width: 100%; */
}
@media screen and (max-width: 768px) {
.p__reader-img {
  width: 40%;
}
}
@media screen and (max-width: 767px) {
.p__reader-img {
  width: 73%;
}
}

.p__reader-img2{
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  /* width: 85%; */
}
.p__reader-img1{
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  /* width: 85%; */
}
.p__reader-img4{
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  /* width: 90%; */
}
.p__reader-lead {
  text-align: left;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .p__reader-lead {
    font-size: 1.5rem;
    width: 90%;
    margin: 0 5%;
    line-height: 21px;
  }
}
.p__useful-boxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 64px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p__useful-boxs {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
.p__useful-box {
  width: 45%;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p__useful-box {
    width: 85%;
    margin: 0 auto 40px;
  }
}
.p__useful-img,
.p__lifestyle-img {
  width: 90%;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
.p__useful-img,
.p__lifestyle-img {
  margin-bottom: 16px;
}}
.p__useful-title,
.p__lifestyle-title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p__useful-title,
  .p__lifestyle-title {
    font-size: 1.4rem;
  }
}
.p__useful-lead {
  display: inline-block;
  max-width: 960px;
  text-align: left;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .p__useful-lead {
    max-width: 100%;
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto;
    line-height: 21px;
  }
}
.p__lifestyle-boxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* margin-bottom: 16px; */
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p__lifestyle-boxs {
    display: block;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
.p__lifestyle-box{
  margin-bottom: 28px;
}
}
.p__lifestyle-lead {
  margin: 16px auto 48px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p__lifestyle-lead {
    font-size: 1.5rem;
    margin: 32px 5%;
    width: 90%;
    text-align: left;
    line-height: 21px;
  }
}
.p__lifestyle-lead2 {
  margin: 16px auto 0;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .p__lifestyle-lead2 {
    margin: 0 5%;
    width: 90%;
    line-height: 21px;
    font-size: 1.5rem;
  }
}
.p__lifestyle-box2 {
  width: calc(100% / 3);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__lifestyle-box2 {
    margin: 0 auto;
    width: 97%;
    margin-bottom: 32px;
  }
}
.p__lifestyle-wrap2 {
  max-width: 960px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p__lifestyle-wrap2 {
    max-width: 100%;
  }
}
.p__specification-table {
  margin-bottom: 48px !important;
}
.p__specification-table th,
.p__specification-table td{
  border: 1px solid #519a10;;
}
@media screen and (max-width: 768px) {
.p__specification-table {
  margin-bottom: 28px !important;
}
}
.p__lifestyle-title2 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p__lifestyle-title2 {
    font-size: 1.4rem;
  }
}
.sp-block {
  display: none;
}
.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .feature_bg {
    min-width: 100%;
  }
}
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;
    text-align: left;
}
@media screen and (max-width: 768px){
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;
}
footer {
    background: #3ca3ee;
    color: #fff;
    font-weight: bold;
}
}
.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:first-child {
    border-left: 0;
}
.ft-menu02 ul li {
    display: table-cell;
    width: 50%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.ft-menu02 ul li a {
    display: block;
    position: relative;
    padding: 10px 12px;
}
a, .linkTxt {
    color: #06c;
    text-decoration: underline;
    cursor: pointer;
}
.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;
}
.p__ad_title{
  font-size: 2.6rem;
    margin-bottom: 22px;
}
@media screen and (max-width: 768px){
.p__ad_title{
  font-size: 2.0rem;
  margin-bottom: 16px;
}
}
.p__graph-wrap{
  margin-top: 6px;
}
.p__graph{
  display: flex;
  justify-content: space-around;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
.p__graph{
  display: block;
  /* width: 90%; */
  margin: 0 auto;
}
}
.p__graph-title{
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
.p__graph-img1{
  width: 86%;
margin-bottom: 40px;
}
.p__graph-img2{
  width: 108%;
      margin-bottom: 60px;
}
.p__graph-age{
  overflow: hidden;
}
}
.p__graph-lead{
  text-align: left;
  margin-bottom: 40px;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
.p__graph-lead{
    width: 90%;
    text-align: left;
    margin: 0 auto 56px;
    font-size: 1.5rem;
}
}
.p__graph-title2{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
.p__graph-title2{
  font-size: 1.4rem;
}}
.p__graph2-wrap{
  position: relative;
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
.p__graph2-wrap{
  margin-bottom: 56px;
}
}
@media screen and (max-width: 768px) {
.p__favoriteGenre-graph{
  width: 90%;
}
}
.p__point05{
  position: absolute;
  bottom: 2%;
  width: 26%;
  right: 6%;
}
.p__menu-lead{
  text-align: left;
  width: 95%;
  margin: 0 auto 32px;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
.p__menu-lead{
  font-size: 1.5rem;
  margin: 0 auto 12px;
  line-height: 21px;
  width: 90%;
}}
.p__menu-table{
  margin-bottom: 76px!important;
}
@media screen and (max-width: 768px) {
.p__menu-table{
  width: auto!important;
  margin-bottom: 28px!important;
}
.p__menu-td{
  font-size: 12px!important;
}
}
.p__chirashi-wrap{
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.p__chirashi-wrap{
  width: auto;
}}

.p__chirashi-title{
  text-align: left;
}
@media screen and (max-width: 768px) {
.p__chirashi-title{
    font-size: 1.5rem;
    width: 95%;
    margin: 0 auto;
  }
}
.p__chirashi-img{
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
.p__chirashi-img{
  width: 95%;
  margin-bottom: 48px;
}
}
.p__news-title3{
  font-weight: bold;
  color: #519A10;
  font-size: 28px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
.p__news-title3{
  font-size: 1.5rem;
  margin-bottom: 0;
}
}
.p__client-list-wrap{
  display: flex;
  justify-content: space-around;
    margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
.p__client-list-wrap{
  display: block;
  width: 95%;
  margin: 0 auto 24px;
  font-size: 1.5rem;

}
}
.p__client-list-left,
.p__client-list-right{
  list-style: disc;
  text-align: left;
  line-height: 27px;
}

@media screen and (max-width: 768px) {
.p__client-list-left,
.p__client-list-right{
  width: 83%;
  margin: 0 auto;
  line-height: 21px;
}
}

.p__client-lead{
  text-align: left;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
.p__client-lead{
    margin: 0 5% 24px;
    /* width: 95%; */
    font-size: 1.5rem;
    line-height: 21px;
  }
}
.p__news-date{
  width: 960px;
  display: block;
  margin: 0 auto;
  text-align: left;
}
.p__news-img{
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
.p__news-date,
.p__news-img{
  width: 95%;
  font-size: 1.5rem;
}
}
.p__news-lead{
  width: 960px;
  margin: 0 auto 48px;
  text-align: left;
  line-height: 27px;
}
@media screen and (max-width: 768px){
.p__news-lead{
  font-size: 1.5rem;
  width: 90%;
  margin: 0 5% 24px;
}}
.p__news-date2{
  text-align: right;
  width: 960px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px){
.p__news-date2{
  font-size: 1.5rem;
  width: 95%;
  margin: 24px auto 0;
}}
@media screen and (max-width: 768px){
.c__padding0{
  padding: 0;
}}
@media screen and (max-width: 768px){
.c__footer-sp{
  min-width: 100%!important;
  width: 100%!important;
}
.c__footer-sp ol{
  width: 100%!important;
}
.c__padding-bottom24{
  padding-bottom: 24px;
}
}
#breadcrumb ol li::after{
  display: none!important;
}
.p__header{
  height: 46px;
}
@media screen and (max-width: 768px){
.p__header{
  height: 68px;
}
}


.bg_green-backnumber {
  background-color: #e5f4d8;
  border-radius: 0 200px 0 0;
  max-width: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bg_green-backnumber {
    padding: 0;
    border-radius: 0 60px 0 0;
    width: 100%;
  }
}
.p-backnumber{
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
.p-backnumber{
  margin: 0 3% 0 4%;;
}
}
.p-backnumber-last{
  margin: 0;
}
@media screen and (max-width: 768px) {
.p-backnumber-last{
  margin: 0 3% 0 4%;
}
}
.p-backnumber-wrap{
  display: flex;
}
@media screen and (max-width: 768px) {
.p-backnumber-wrap{
  display: block;
}
}
.p-backnumber__contents-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
.p-backnumber__contents-title{
  margin-bottom: 28px;
}}
.p-backnumber-title-wrap{
  display: flex;
  font-size: 1.8rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5%;
}
.p-backnumber__flex-left{
  width: 53%;
}
@media screen and (max-width: 768px) {
.p-backnumber__flex-left{
  width: 100%;
}}
.p-backnumber__flex-right{
  width: 97%;
}
.p-backnumber-img{
  cursor: pointer;
  width: 72%;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
@media screen and (max-width: 768px) {
.p-backnumber-img{
  width: 71%;
  margin-bottom: 24px;
}
}
.p-backnumber-title{
}
.p-backnumber-title-new{
  font-weight: bold;
  background-color: #FCCC06;
  border-radius: 6px;
  padding: 3px 14px;
}
.p-tokusyu,
.p-interview,
.p-topic{
  font-size: 1.6rem;
  font-weight: bold;
  color: #519A10;
  text-align: left;
  padding-left: 0.25em;
  margin-bottom: 10px;
  background: transparent;
  border-left: solid 6px #519A10;
}
.p-tokusyu-txt{
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 5%;
  text-align: left;
}
@media screen and (max-width: 768px) {
.p-tokusyu-txt{
  font-size: 2.0rem;
  margin-bottom: 6%;
}
}
.p-interview-txt{
  font-size: 1.8rem;
  margin-bottom: 5%;
  text-align: left;
}
@media screen and (max-width: 768px) {
.p-interview-txt{
  font-size: 1.5rem;
  margin-bottom: 6%;
  line-height: 24px;
}
}
.p-topic-list-01{
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
.p-topic-list-01{
  font-size: 1.3rem;
  line-height: 24px;
  margin-bottom: 18px;
}
}
.p-topic-list-02{
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
.p-topic-list-02{
  font-size: 1.3rem;
  line-height: 24px;
}
}
.p-topic-items{
  text-align: left;
   text-indent: -1em;
  padding-left: 1em;
}
.p-button__sample{
  background-color: #FFB90C;
  padding: 14px 98px;
  color: #FFF;
  width: fit-content;
  font-weight: bold;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
.p-button__sample{
  margin: 0 auto 48px ;
}
}
.p-button__sample-last{
  background-color: #FFB90C;
  padding: 14px 98px;
  color: #FFF;
  width: fit-content;
  font-weight: bold;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 959px) {
.p-button__sample-last{
  margin: 0 auto;
}
}
.p-button__sample-arrow::after {
  position: absolute;
  top: 37%;
  right: 10%;
  content: "";
  vertical-align: middle;
  width: 0.6em; /* arrow size */
  height: 0.6em; /* arrow size */
  border-top: 3px solid #fff; /* thickness, color */
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-modal-img{
  width: 100%;
}
.p-modal-img02{
  width: 50%;
}

.p-modal-title{
  font-size: 2.0rem;
  color: #FFF;
  font-weight: bold;
  background-color: #519A10;
  margin: 20px;
  padding: 6px 21px;
  width: fit-content;
  text-align: left;
}
@media screen and (max-width: 768px) {
.p-modal-title{
  margin: 18px 0;
  text-align: center;
  width: 100%;
}
}
.p-modal-tokusyu{
  font-size: 1.6rem;
  font-weight: bold;
  color: #519A10;
  text-align: left;
  padding-left: 0.25em;
  background: transparent;
  border-left: solid 6px #519A10;
  margin-bottom: 10px;
}
.p-modal-tokusyu-txt{
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 6%;
  text-align: left;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
.p-modal-tokusyu-txt{
  font-size: 2.3rem;
  margin-bottom: 7%;
  line-height: 32px;
}
}
.p-button__modal-close::before,
.p-button__modal-close::after{
    content: "";
    display: block;
    width: 6%;/*バツ線の長さ*/
    height: 3px;/*バツ線の太さ*/
    background: #FFF;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top:35%;
    left: 89%;
}
@media screen and (max-width: 768px) {
.p-button__modal-close::before,
.p-button__modal-close::after{
    width: 10%;/*バツ線の長さ*/
    top:36%;
    left: 81.6%;
}
}
.p-button__modal-close::after{
    transform: rotate(-45deg);
    transform-origin:99% 50%;
    left: auto;
    right: 7%;
}
@media screen and (max-width: 768px) {
.p-button__modal-close::after{
    right: 11.4%;
}
}




.modal {
    display: none; /* 初期状態は非表示 */
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(112, 112, 112);
    background-color: rgba(112, 112, 112, 0.5);
}

.modal-content2 {
    background-color: #FFF;
    margin: 2% auto;
    padding: 32px 63px;
    width: 52%;
}
@media screen and (max-width: 768px) {
.modal-content2 {
    margin: 2% auto;
    padding: 16px 18px;
    width: 95%;
}
}
.p-modal-close {
  background-color: #FFB90C;
  padding: 14px  134px;
  color: #FFF;
  width: fit-content;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.p-modal-close {
  padding: 14px  46px;
}
}
.p-modal-close:hover,
.p-modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}
.p-backnumber__title-lead {
  text-align: left;
  line-height: 27px;
  margin-bottom: 34px;
}
.p-backnumber__title-link{
  margin-bottom: 22px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-backnumber__title-lead {
    font-size: 1.5rem;
    line-height: 21px;
    margin: 0 5%  16px;
  }
  .p-backnumber__title-lead-wrap {
    text-align: left;
  }
  .p-backnumber__title-link{
    font-size: 1.5rem;
    margin: 0 5% 16px;
  }
}
.p-backnumber__button-wrap {
  text-align: center;
  max-width: 960px;
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  .p-backnumber__button-wrap {
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.p-backnumber__button-wrap-last {
  text-align: center;
  max-width: 960px;
  margin: 38px auto 76px;
}
@media screen and (max-width: 768px) {
  .p-backnumber__button-wrap-last {
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.p-backnumber__button-arrow {
  width: 100%;
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
.p-backnumber__button-arrow {
  font-size: 1.8rem;
}
}
.p-backnumber__button-arrow::after {
  position: absolute;
  top: 20%;
  right: 20%;
  content: "";
  vertical-align: middle;
  width: 0.6em; /* arrow size */
  height: 0.6em; /* arrow size */
  border-top: 3px solid #fff; /* thickness, color */
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-backnumber__button-arrow::after {
    right: 7%;
  }
}
.p-backnumber__title2 {
  font-size: 5.2rem;
  color: #519a10;
}
@media screen and (max-width: 768px) {
  .p-backnumber__title2 {
    font-size: 2.0rem;
    line-height: 30px;
  }}
.p-modal__page-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
.p-modal__page-wrap{
  display: block;
}
}
.p-prevText,
.p-nextText {
  cursor: pointer;
  color: blue;
}
.p-backnumber__button-page{
  margin: 0 60px;
}
