.head-image p.h-ttl {
  transform: translate(-50%, -50%);
  margin-top: 50px;
}
.content {
  border-bottom: 1px solid #000000;
  padding-bottom: 80px;
}
.content p{
	font-size: 14px;
	line-height: 20px;
}
.content a {
  transition: all 300ms 0s ease;
}
.content a:hover {
  opacity: 0.5;
}
.inr {
  width: 1000px;
}
span.cap {
  font-size: 70%;
  line-height: 70%;
}
.content .flex {
  align-items: flex-start;
}
.content .flex > div {
  width: 48%;
}
.content .flex.col3 > div {
  width: calc(100%/3);
}
.content .flex.flex-end {
  align-items: flex-end;
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: normal;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.bnr-voice {
  margin-top: 40px;
}
p.ttl {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 36px;
}
.bg {
  background-color: #f5f7f4;
  padding-bottom: 100px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(224, 202, 118, 1) 0%, rgba(190, 203, 184, 1) 100%) 1;
}
.bg2 {
  background-color: #fdfcf6;
  padding: 0px 0px 100px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(224, 202, 118, 1) 0%, rgba(190, 203, 184, 1) 100%) 1;
  margin-top: 100px;
}
.bg3 {
  background-color: #fdfcf6;
  padding: 0px 0px 100px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(224, 202, 118, 1) 0%, rgba(190, 203, 184, 1) 100%) 1;
}
.img-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0px auto;
  padding-top: 100px;
}
.img-nav p {
  width: calc(100% / 3);
}
.img-nav p:nth-child(4), .img-nav p:nth-child(5) {
  width: 50%;
}
.img-nav-cap {
  max-width: 1200px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  text-align: right;
  display: block;
  line-height: 1.4rem;
  padding-top: 5px;
  letter-spacing: normal;
}
.head-area {
  padding: 60px 0px 0px;
}
.head-area p {
  margin-bottom: 5px;
  line-height: 30px;
  width: 100%;
}
.head-area p.ttl {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 36px;
}
.head-area p.cap-img {
  line-height: normal;
  text-align: left;
  margin-bottom: 0px;
  padding-top: 0px;
}
.cont-nav {
  background-color: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 100px;
}
.cont-nav ul {
  display: flex;
  max-width: 1000px;
  margin: 0px auto;
  flex-wrap: wrap;
}
.cont-nav ul li {
  width: 20%;
  border-left: 1px solid #CCCCCC;
}
.cont-nav ul li:last-child {
  border-right: 1px solid #CCCCCC;
}
.cont-nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #2a4f5e;
  padding: 20px 0px 35px;
  font-size: 35px;
  line-height: 35px;
  background-image: url(../img/cont-nav-point1.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-size: 15px auto;
}
.cont-nav ul li a.active {
  color: #ffffff;
  background-image: url(../img/cont-nav-point2.png);
  background-color: #2a4f5e;
  pointer-events: none;
}
.c-head {
  background-image: url(../img/c1-head.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
}
#c2 .c-head {
  background-image: url(../img/c2-head.jpg);
}
#c3 .c-head {
  background-image: url(../img/c3-head.jpg);
}
#c4 .c-head {
  background-image: url(../img/c4-head.jpg);
}
#c5 .c-head {
  background-image: url(../img/c5-head.jpg);
}
.c-head .cap-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  margin: 0px;
  color: #FFFFFF;
}
.c-head-ttl {
  padding: 80px 0px;
  text-align: center;
}
.c-head-ttl img {
  max-width: 675px;
}
.c-ttl {
  font-size: 25px;
  line-height: 40px;
}
.c-ttl2 {
  font-size: 25px;
}
.ttl-fill {
  background-color: #2a4f5e;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.ttl-border {
  text-align: center;
  position: relative;
  margin: 20px auto 40px;
  height: 18px;
}
.ttl-border span {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  background-color: #f5f7f4;
  padding: 0px 10px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.ttl-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.c-spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-spec.c1-ill {
  background-image: url(../img/c1-ill2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 612px auto;
}
.c-spec > div {
  width: 30%;
  margin-bottom: 20px;
}
.c-spec div p {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}
.c-spec div p span {
  font-size: 80%;
}
.c-spec div p.time {
  border-top: 1px solid #000000;
  padding-top: 4px;
}
.c-spec div p.teikyu {
  background-color: #2a4f5e;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 9px;
  line-height: 18px;
}
.c-spec div p.icon img {
  height: 64px;
  width: auto;
}
img.c1-3 {
  width: 326px;
  max-width: none;
}
.mt40 {
  margin-top: 40px;
}
.c-box {
  background-color: #2a4f5e;
  padding: 44px 44px 20px;
  color: #FFFFFF;
  position: relative;
  margin-top: 80px;
}
.c-box::before, .c-box::after {
  content: "";
  position: absolute;
  border: 1px solid #FFFFFF;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
}
.c-box::after {
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
}
.c-box .c-ttl {
  padding: 0px;
  text-align: left;
  color: #FFFFFF;
  font-size: 25px;
}
.c-box p.c-ttl + p {
  padding: 20px 0px 36px;
  line-height: 1.2;
}
.c-box .c-spec:last-child {
  border-top: 1px solid #FFFFFF;
  padding-top: 40px;
}
.c-box .c-spec > div {
  width: 300px;
}
.c-box .c-spec > div:last-child {
  width: 574px;
}
.c-box .c-spec > div:last-child p {
  margin-top: 0px;
  text-align: justify;
  line-height: 30px;
  margin-bottom: 20px;
}
.c-box .c-spec div p.time {
  border-top: 1px solid #ffffff;
}
.c-box .c-spec div p.teikyu {
  background-color: #ffffff;
  color: #2a4f5e;
}
.c2bg{
	background-image: url(../img/c2-ill-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 34% auto;
}
/* ---------------------------------------------------c3 */
.flex.c3 {
  
}
.flex.c3 .c3c1 {
	width: 73%;
	z-index: 2;
	
}
.content .flex.c3 .c3c1 p.c-ttl2 {
	text-align: justify;
	font-size: 25px;
	line-height: 36px;
}
.flex.c3 .c3c1 p.c-ttl2 + p {
  padding: 20px 0px 0px;
}
.flex.c3 .c3c2 {
  width: 53%;
	margin-top: 40px;
}
.flex.c3 .c3c2 p {
  font-size: 12px;
  margin-bottom: 10px;
}
.flex.c3 .c3c3 {
  width: 24%;
  text-align: center;
}
.c3-img {
  max-width: 1080px;
  width: 100%;
  margin: -100px auto 0px;
}
.c-box.c3 .c-spec {
  border-top-style: none;
  padding-top: 0px;
}
.c-box.c3 .c-spec > div {
  width: 360px;
  margin-bottom: 0px;
}
.c-box.c3 .c-spec > div:last-child {
  width: 530px;
}
.c-box.c3 .c-spec > div:first-child p {
  line-height: 30px;
  text-align: justify;
}
.c-box.c3 p.c-ttl + p {
  padding: 20px 0px;
}
.c-box.c3 .c-spec > div:last-child p {
  margin-bottom: 10px;
}
/* ---------------------------------------------------c4 */
.c-box.c4 {
  background-repeat: no-repeat;
  background-position: 0% bottom;
  background-size: cover;
  background-image: url(../img/c4-box-bg.jpg);
  height: 520px;
}
.c-box.c4 .c-ttl span {
  font-size: 70%;
  display: inline-block;
  margin-left: 10px;
}
.c-box.c4 .flex {
  margin-top: 20px;
}
.c-box.c4 .flex > div:first-child {
  width: 447px;
}
.c-box.c4 .flex > div:last-child {
  width: 427px;
  border-left: 1px dashed #FFFFFF;
  padding-left: 35px;
}
.c-box.c4 .flex > div:first-child p {
  margin-bottom: 10px;
  line-height: 30px;
  text-align: justify;
}
.c-box.c4 .flex p .kyusin {
  font-size: 12px;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #2a4f5e;
  display: inline-block;
  width: 80px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  margin-right: 10px;
}
.c-box.c4 .flex p.cap {
  font-size: 13px;
  line-height: 20px;
}
/* ---------------------------------------------------c5 */
.c5-map {
  max-width: 700px;
  margin-bottom: 80px;
}
.ac-sub-ttl {
  background-color: #becbb8;
  text-align: center;
  margin: 40px 0px 20px;
}
.ac-sub-ttl img {
  max-width: 200px;
}
/* ---------------------------------------------------point */
.inr.point {
  text-align: center;
  color: #2a4f5e;
  line-height: 30px;
}
.inr.point .c-ttl {
	padding: 40px 0px 20px;
	font-size: 25px;
	line-height: 36px;
}
.content p.cap-cnt{
	font-size: 10px;
	line-height: 14px;
}
.inr.point .c-ttl span {
  font-size: 16px;
  display: block;
}
.inr.point .c-ttl span.flat {
	font-size: 25px;
	line-height: 30px;
}
.p-ttl {
  text-align: center;
  padding-top: 100px;
}
.cap-img {
  margin-right: 10px;
}
.p1-img {
  width: 870px;
  margin: 60px auto 100px;
}
.p2-img {
  position: relative;
  margin: 60px auto;
  width: 720px;
}
.p2-img img {
  max-width: 320px;
}
.p2-img .badge {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 180px;
  height: 180px;
}
.p2-img .badge img {
  width: 180px;
}
.bi-img {
  padding: 60px 0px 100px;
}
.movie-wrap {
  padding-top: 20px;
}
/* ---------------------------------------------------plan */
.head-image.plan {
  padding-top: 0px;
  margin-top: 100px;
}
.head-image.plan p.h-ttl {
  transform: translate(-50%, -50%);
  margin-top: 0px;
}
.flex.plan {
  margin-top: 80px;
}
.flex.plan > div {
  background-color: #FFFFFF;
  width: 326px;
  text-align: left;
  padding: 30px;
  line-height: 24px;
  height: 425px;
  position: relative;
}
.flex.plan > div.wide {
  width: 495px;
  height: 377px;
  margin-bottom: 10px;
}
.flex.col4 > div p{
	text-align: justify;	
}
.flex.plan > div p.c-ttl, .flex.col4 > div p.c-ttl {
  padding: 0px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 23px;
}
.flex.plan > div span {
  font-size: 12px;
  display: block;
  line-height: 16px;
  padding-top: 5px;
}
.flex.plan p.img {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.inr.point .c-ttl.mt0{
	padding-top: 20px;
}
.inr.point p.ttl-16sec{
	padding-top: 40px;	
}
.menuplan {
  max-width: 800px;
  margin: 80px auto 0px;
}
.menuplan .flex {
  margin-top: 40px;
}
.menuplan .flex p.base {
  position: relative;
}
.menuplan .flex p {
  width: 31%;
}
.menuplan .flex p.base:after {
  content: "";
  background-image: url(../../plan/img/sss/s1-allow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  position: absolute;
  right: -2%;
  top: 50%;
}
.plan-img {
  margin-top: 60px;
  margin-bottom: 60px;
}
.content .flex.col4 {
  align-items: stretch;
}
.content .flex.col4 > div {
  width: 24%;
  padding: 25px;
  background-color: #FFFFFF;
  line-height: 24px;
}
.c-box.plan {
  background-color: #d5ddd0;
  color: #000000;
  text-align: left;
}
.c-box.plan .flex .c-ttl {
  padding: 0px;
  color: #2a4f5e;
  line-height: 32px;
}
.c-box.plan p.c-ttl + p {
  padding: 20px 0px;
  line-height: 27px;
  text-align: justify;
}
.c-box.plan .flex > div:first-child {
  width: 504px;
}
.c-box.plan .flex > div:last-child {
  width: 356px;
}
.c-btn {
  margin-top: 70px;
  text-align: center;
}
.c-btn + .c-btn {
  margin: 20px 0px;
}
.c-btn a {
  width: 390px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding: 9px 0px;
  border: 2px solid;
  border-image: linear-gradient(90deg, rgba(224, 202, 118, 1) 0%, rgba(190, 203, 184, 1) 100%) 1;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  background-color: #FFFFFF;
  position: relative;
}
.c-btn a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  transform: rotate(45deg);
}
/* ---------------------------------------------------confort */
.flex.conf {
  margin-top: 60px;
  align-items: flex-end;
}
.flex.conf > div {
  width: 32%;
}
.flex.sec1 {
  margin-top: 80px;
  align-items: flex-end;
  text-align: justify;
}
.flex.sec1 > div {
  width: 653px;
  color: #000000;
}
.flex.sec1 > div:last-child {
  width: 306px;
  padding-right: 0%;
  line-height: 28px;
}
.flex.sec1 > div:last-child p.img {
  text-align: center;
  margin-bottom: 20px;
}
.flex.sec1 > div:last-child p.img img {
  width: 85%;
}
.flex.sec1 .cap {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.c-box.zeh {
  padding: 0px 0px 20px;
}
.c-box.zeh > p {
  margin-left: 44px;
  margin-right: 44px;
}
.c-box.zeh .c-ttl {
  padding-top: 50px;
  padding-bottom: 0px;
  color: #2a4f5e;
}
.c-box.zeh .bels {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin: 20px 44px 0px;
  align-items: center;
}
.c-box.zeh .bels .cap {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.c-box.zeh .flex.bels > div:first-child {
  width: 250px;
}
.c-box.zeh .flex.bels > div:last-child {
  width: 588px;
}
.c-box.zeh p.c-ttl + p {
  padding-bottom: 0px;
  padding-top: 10px;
}
.c-box.zeh .c-btn {
  margin-top: 40px;
  margin-bottom: 30px;
}
.c-box.life {
  padding-bottom: 40px;
}
.c-box.life .c-ttl {
  color: #2a4f5e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.c-box.life .c-ttl span {
  display: inline-block;
  font-size: 20px;
}
.c-box.life .flex > div, .c-box.life .flex > div:last-child {
  width: 293px;
}
.c-box.life .flex > div.wide {
  width: 447px;
  margin-bottom: 15px;
}
.side-float {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 50px;
  transform: translateY(-50%);
}
.side-float a {
  display: block;
  margin: 5px 0px;
  transition: all 300ms 0s ease;
}
.side-float a:hover {
  opacity: 0.7;
}
.content p.cap-l,.content .head-area p.cap-l {
  font-size: 10px;
  line-height: 14px;
  margin-top: 10px;
}
/* ===============================================================================
media query
=============================================================================== */
@media screen and (max-width:768px) {
  .head-image p.h-ttl {
    margin-top: 0px;
  }
  .content {
    padding-top: 0px;
  }
  .bg2 {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .bg, .bg3 {
    padding-bottom: 40px;
  }
  .inr {
    width: 95%;
  }
  .sp10 {
    margin-top: 10px;
  }
  .sp20 {
    margin-top: 20px;
  }
  .content .flex > div {
    width: 100%;
  }
  .head-area p.ttl {
    font-size: 16px;
    line-height: 26px;
  }
  .head-area p {
    font-size: 14px;
    line-height: 24px;
  }
  .img-nav {
    min-width: 0px;
    width: 95%;
    padding-top: 60px;
  }
  .img-nav p, .img-nav p:nth-child(4), .img-nav p:nth-child(5) {
    width: 100%;
  }
  .content p.img-nav-cap {
    width: 95%;
    min-width: 0px;
  }
  .cont-nav {
    margin-top: 60px;
  }
  .cont-nav ul {
    border-bottom-style: none;
  }
  .cont-nav ul li {
    width: 33.3%;
    border-left-style: none;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .cont-nav ul li:nth-child(odd) {}
  .cont-nav ul li a {
    padding: 10px 0px 20px;
    font-size: 20px;
    line-height: 20px;
    background-size: 8px auto;
  }
  .c-head {
    background-image: url(../img/c1-head-sp.jpg);
    aspect-ratio: 64 / 35;
    width: 100%;
    height: auto;
  }
  #c2 .c-head {
    background-image: url(../img/c2-head-sp.jpg);
  }
  #c3 .c-head {
    background-image: url(../img/c3-head-sp.jpg);
  }
  #c4 .c-head {
    background-image: url(../img/c4-head-sp.jpg);
  }
  #c5 .c-head {
    background-image: url(../img/c5-head-sp.jpg);
  }
  .c-head-ttl {
    width: 90%;
    padding: 40px 0px;
    margin: 0px auto;
  }
  .c-head-ttl img {
    max-width: none;
    width: 100%;
  }
  .content p.c-ttl {
	font-size: 18px;
	padding: 40px 0px;
	line-height: 27px;
  }
  .content p.c-ttl2 {
	font-size: 18px;
	line-height: 27px;
  }
  .ttl-border span {
    width: 80%;
  }
  .c-btn {
    margin-top: 40px;
  }
  .c-btn a {
    width: 90%;
  }
  .c-spec > div {
    width: 48%;
  }
  img.c1-3 {
    width: 100%;
  }
  .c-spec.c1-ill {
    background-image: none;
  }
  .c-spec.sp-font > div {
    font-size: 76%;
  }
  .c-spec div p.icon img {
    height: 54px;
    width: auto;
  }
  .c-box {
    padding: 24px 24px 0px;
    margin-top: 40px;
  }
  .c-box .c-spec > div {
    width: 100%;
  }
  .content .c-box p.c-ttl {
	font-size: 18px;
	padding: 0px;
	line-height: 28px;
  }
  .c-box p.c-ttl + p {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0px;
  }
  .p-ttl {
    padding-top: 60px;
  }
  .side-float {
    display: none;
  }
  .c-box .c-spec > div:last-child p {
    font-size: 15px;
    line-height: 24px;
  }
  .c-box.c3 .c-spec > div:first-child .c-ttl + p {
    font-size: 15px;
    line-height: 24px;
  }
.c2bg{
	background-image:none;
}
  /* ------------------------------------c3 */
  .flex.c3 .c3c1 {
    width: 100%;
  }
.content .flex.c3 .c3c1 p.c-ttl2 {
    font-size: 17px;
    line-height: 27px;
}
  .flex.c3 .c3c2 {
    width: 100%;
    margin-top: 20px;
  }
  .c3c3 {
    width: 48%;
    margin-top: 20px;
    text-align: center;
    z-index: 2;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
  }
  .c3-img {
    width: 95%;
    margin: 80px auto 0px;
  }
  .c-box.c3 {
    padding-bottom: 14px;
    margin-top: 20px;
  }
  /* ------------------------------------c4 */
  .c-box.c4 {
    background-image: none;
    padding: 0px;
    height: auto;
  }
  .c-box.c4 p.c-ttl {
    padding: 24px 24px 0px;
  }
  .c-box.c4 .flex {
    padding: 0px 24px;
    width: 100%;
  }
  .c-box.c4 .flex > div:first-child {
    width: 100%;
  }
  .c-box.c4 .flex > div:last-child {
    border-left-style: none;
    padding-left: 0px;
    width: 100%;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 1.00);
    margin-top: 20px;
  }
	.c-box.c4 .flex > div:first-child p{
	font-size: 14px;
	line-height: 20px;
	}
  /* ------------------------------------c5 */
  .c5-map {
    margin-bottom: 0px;
  }
  /* ------------------------------------point */
  .p1-img {
    width: 100%;
    margin: 40px 0px 20px;
  }
  .content .p1-img div, .content .p1-img div:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .bi-img {
    padding: 20px 0px 20px;
  }
  .content .flex.col3 > div {
    width: 100%;
  }
  .inr.point .c-ttl span.flat {
	font-size: 16px;
	line-height: 24px;
  }
  .p2-img {
    width: 100%;
    margin-top: 10px;
  }
  .p2-img img {
    max-width: 100%;
  }
  .inr.point .c-ttl {
    font-size: 18px;
    line-height: 28px;
  }
  .p2-img .badge {
    width: 120px;
    height: 120px;
  }
  /* ------------------------------------plan */
  .flex.plan {
    margin-top: 40px;
  }
  .flex.plan > div, .flex.plan > div.wide {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .flex.plan p.img, .flex.plan div > .flex img {
    position: static;
    margin-top: 20px;
  }
  .flex.plan > div .c-ttl {
    font-size: 19px;
    line-height: 24px;
  }
  .menuplan {
    margin-top: 40px;
  }
  .menuplan .flex p {
    width: 100%;
    margin-bottom: 20px;
  }
  .menuplan .flex p:last-child {
    margin-bottom: 0px;
  }
  .menuplan .flex p.base:after {
    background-image: url(../../plan/img/sss/s1-allow-sp.png);
    width: 26px;
    height: 13px;
    right: 50%;
    top: auto;
    bottom: -10px;
    transform: translateX(50%);
  }
  .plan-img {
    margin: 40px 0px;
  }
  .content .flex.col4 > div {
    padding: 10px;
    width: 49%;
    margin-bottom: 10px;
  }
  .content .flex.col4 > div .c-ttl {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
  }
  .content .flex.col4 > div p {
    font-size: 14px;
    line-height: 18px;
  }
  .c-box.plan .flex > div {
    width: 100%;
  }
  .c-box.plan .flex > div:last-child {
    margin-bottom: 24px;
  }
  .c-box.plan .flex .c-ttl {
    font-size: 18px;
    line-height: 27px;
  }
	.c-box.plan p.c-ttl + p{
	line-height: 20px;		
	}
	.inr.point p.ttl-16sec{
	padding-top: 20px;	
}
	
  /* ------------------------------------confort */
  .flex.conf > div {
    padding-left: 8%;
    padding-bottom: 40px;
  }
  .flex.conf > div:last-child {
    padding-bottom: 0px;
  }
  .flex.sec1 {
    flex-direction: column-reverse;
  }
  .flex.sec1 > div:last-child {
    width: 100%;
    margin-bottom: 40px;
  }
  /* ------------------------------------zeh */
  .c-box.zeh {
    padding-bottom: 10px;
  }
  .c-box.zeh > p {
    margin-left: 24px;
    margin-right: 24px;
  }
  .content .c-box.zeh p.c-ttl {
    padding-top: 20px;
    font-size: 17px;
    line-height: 27px;
  }
  .c-box.zeh .bels {
    margin: 20px 24px 0px;
  }
  .c-box.zeh .flex.bels > div:first-child {
    margin: 20px 0px;
    text-align: center;
  }
  .c-box.zeh .flex.bels > div:first-child img {
    width: 80%;
  }
  /* ------------------------------------life */
  .c-box.life {
    padding-bottom: 30px;
  }
  .c-box.life .flex > div, .c-box.life .flex > div:last-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .c-box.life .flex > div:last-child {
    margin-bottom: 0px;
  }
  .c-box.life .c-ttl span {
	font-size: 14px;
	display: block;
	line-height: 18px;
  }
  .c-box.life .c-ttl {
    font-size: 19px;
    line-height: 30px;
  }
}
.video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:360px) {
.spn2{
	display: none;	
}
	.content .flex.col4 > div .c-ttl br{
	display: none;		
	}
}