@charset "utf-8";

h1.index {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 50px;
    padding-bottom: 30px;
    background: url("../../image/plan/plan-h1.png") no-repeat center bottom;
}
.plan {
    width: 1000px;
    margin: 0 auto 200px;
    position: relative;
}
.solie-concept {
    background: url("../../image/plan/bg-solie.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-bottom: 100px;
}
.plan.campaign-target{
    margin-bottom: 260px;
}
.plan h2 {
    font-size: 28px;
    color: #fff;
    line-height: 1.6;
    width: 430px;
    box-sizing: border-box;
    background: #4673b1;
    padding: 20px 30px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 80;
}
.plan#smart h2 {
    background: #447f4f;
}
.plan#prime h2 {
    background: #036eb7;
}
.plan#grand h2 {
    background: #be9124;
}
p.notice-plan,
.plan-data p.notice-plan {
  font-size: 10px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.4;
}
.plan .campaign,
.plan-c .campaign{
/*    margin-bottom: 10px;*/
    display: none;
}
.plan .campaign02,
.plan-c .campaign02{
/*   margin-bottom: 10px;*/
    display: none;
}
.plan.award-ver h2 {
    top: 95px;
}
.award {
    text-align: center;
    margin-bottom: 25px;
}
.plan .detail {
    width: 540px;
    border: 1px solid #4673b1;
    padding: 60px 40px 40px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 70;
}
.plan .l-ver{
		padding-top: 70px;
}
.plan.award-ver .detail {
    top: 180px;
}
.plan .detail dl {
    border-bottom: 2px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.plan .detail dl dt {
    font-size: 24px;
    vertical-align: bottom;
}
.plan .detail dl dd {
    font-size: 46px;
    font-weight: 700;
}
.plan .detail dl dd span {
    font-size: 16px;
}
.plan .detail dl dd em {
    font-size: 12px;
		font-style: normal;
		font-weight: normal;
}
.plan .detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 20px;
}
.plan .detail ul li {
    color: #4673b1;
    font-size: 16px;
    border: 1px solid #4673b1;
    border-radius: 5px;
    text-align: center;
    width: 146px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.plan .detail ul li:nth-child(3n) {
    margin-right: 0px;
}
p.link {
    font-size: 22px;
    text-align: center;
}
p.link a {
    display: block;
    background: #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
}
.catalog {
    text-align: center;
}
.plan-b {
    width: 1000px;
    margin: 0 auto 80px;
    border: 1px solid #4673b1;
    padding: 40px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.detail-b {
    width: 440px;
    position: relative;
}
.detail-b h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    width: 400px;
    box-sizing: border-box;
    background: #4673b1;
    padding: 20px 30px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 80;
}
.detail-b figure {
    margin-bottom: 30px;
    padding-top: 94px;
}

.plan-c {
    text-align: center;
    width: 1000px;
    margin: 0 auto 80px;
    border: 1px solid #4673b1;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}
.plan-c h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    box-sizing: border-box;
    background: #4673b1;
    display: inline-block;
    margin-bottom: -30px;
    position: relative;
    z-index: 80;
}
.plan-c h2 span {
    display: block;
    padding: 20px 30px;
}
.plan-c ul {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.other h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.detail-other {
    border: 1px solid #ccc;
    width: 1000px;
    margin: 0 auto 80px;
    padding: 40px;
    box-sizing: border-box;
}
.detail-other h3 {
    font-size: 28px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}
.detail-other div.detail-other-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.detail-other div.detail-other-in a {
    display: block;
    font-size: 24px;
}
.detail-other div.detail-other-in a figure {
    margin-bottom: 20px;
}
.detail-other div.detail-other-in a ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.detail-other div.detail-other-in a ul li {
    width: 440px;
}
.detail-other div.detail-other-in a ul li:first-child {
    margin-right: 38px;
}

/* 商品ページ汎用
-----------------------------------------------------*/
#plan-title {
    min-width: 1650px;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.plan-data h1 {
    margin-bottom: 20px;
}
.mainvisual {
    width: 50%;
    min-width: 500px;
    overflow: hidden;
}
.mainvisual img {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 600px;
}
.plan-data {
    width: 50%;
    min-width: 500px;
    background: #f1f5f6;
    padding: 30px 50px 0px 50px;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.plan-data p {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.plan-data dl {
    margin-bottom: 30px;
    background: #4673b1;
    display: inline-block;
    color: #fff;
    padding: 30px;
}
.plan-data dt {
    font-size: 30px;
    font-weight: 700;
}
.plan-data dd {
    font-size: 100px;
}
.plan-data dd span {
    font-size: 36px;
}
.plan-data dd em {
    font-size: 26px;
}
.plan-data dd.notice {
    font-size: 12px;
    padding-top: 20px;
}
.plan-data ul {
    font-size: 0;
}
.plan-data li {
    font-size: 20px;
    line-height: 1.5;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #bbb;
}
.plan-data li:first-child {
    padding-left: 0;
}
.plan-data li:last-child {
    border-right: none;
    padding-right: 0;
}
.illust-plan {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.illust-plan.mp {
    width: 920px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.bg {
    padding-bottom: 30px;
}
.swiper-button-prev, .swiper-button-next {
  color: #fff;
}
.illust-plan figure {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 20px;
}
#miraie-plus .illust-plan figure {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 350px;
}
.illust-plan figure img {
    margin-bottom: 30px;
}
.illust-plan figure figcaption {
    font-size: 28px;
    text-align: center;
    padding: 5px 15px;
    background: #fff;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bg {
    background: #ece9e0;
    padding-top: 70px;
}
h3.h3-plan {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.comment {
    line-height: 1.8;
    font-size: 18px;
    width: 920px;
    margin: 0 auto 60px;
}
.info {
    width: 920px;
    margin: 0 auto;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info dl {
    background: #fff;
    line-height: 1.5;
    border: 1px solid #000;
    text-align: center;
    width: 280px;
    margin-right: 40px;
    padding: 10px;
    box-sizing: border-box;
}
.info dl:last-of-type {
    margin-right: 0px;
}
.info dt {
    font-size: 18px;
}
.info dd {
    font-size: 34px;
}
.info dd sup {
    font-size: 14px;
}
.info dd span {
    font-size: 18px;
}

ul.spec {
    width: 1000px;
    margin: 0 auto 20px;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.spec li {
    color: #4673b1;
    font-size: 22px;
    border: 1px solid #4673b1;
    border-radius: 5px;
    text-align: center;
    width: 240px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    box-sizing: border-box;
}
ul.spec li.solar {
    padding: 5px 10px;
}
ul.spec li span {
    font-size: 10px;
		display: block;
}
ul.spec li:nth-child(4n) {
    margin-right: 0px;
}

ul.spec-solie {  
    width: 460px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.spec-solie li {
    color: #4673b1;
    font-size: 18px;
    border: 1px solid #4673b1;
    border-radius: 5px;
    text-align: center;
    width: 225px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    box-sizing: border-box;
}
ul.spec-solie li span {
    font-size: 10px;
		display: block;
}
#solie-grand ul.spec-solie li:first-of-type,
#solie-prime ul.spec-solie li:first-of-type {
    width: 100%;
}
ul.spec-solie li:nth-child(2n) {
    margin-right: 0px;
}
#solie-grand ul.spec-solie li:nth-child(2n+1),
#solie-prime ul.spec-solie li:nth-child(2n+1) {
    margin-right: 0px;
}
.plan-data ul.spec-solie li:last-child {
    border-right: 1px solid #4673b1;
}

.works {
    text-align: center;
    margin-bottom: 60px;
    overflow: hidden;
}
.works h2 {
    font-size: 48px;
    display: inline-block;
    margin: 0 auto 60px;
    padding-top: 50px;
    padding-bottom: 30px;
    background: url("../../image/plan/plan-h1.png") no-repeat center bottom;
}
.swiper-slide p {
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-align: left;
}
.swiper-slide p span {
    font-size: 24px;
    line-height: 2.2;
    display: inline-block;
    font-weight: 700;
    padding: 0px 20px;
    background: #fff;
}
.swiper-slide em {
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}
.mainvisual figure {
    position: relative;
}
.mainvisual em {
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}
.swiper-container2 {
    position: relative;
    min-width: 1200px;
}
.swiper-button-next, .swiper-button-prev,
.swiper-button-next2, .swiper-button-prev2{
    position: absolute;
    top: 50%;
    width: 34px;
    height: 56px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 34px 56px;
    -webkit-background-size: 34px 56px;
    background-size: 34px 56px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-prev2, .swiper-container-rtl .swiper-button-next2{
    background-image: url("../../image/plan/arrow-prev.png");
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-next2, .swiper-container-rtl .swiper-button-prev2{
    background-image: url("../../image/plan/arrow-next.png");
    right: 10px;
    left: auto;
}
.swiper-slide-prev,
.swiper-slide-next {
    background: #000;
}
.swiper-slide-prev img,
.swiper-slide-next img {
    opacity: 0.3;
}
.swiper-slide-prev p,
.swiper-slide-next p {
    display: none;
}
.swiper-pagination {
    z-index: 555;
    text-align: right;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
}
.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    opacity: 1;
    background: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    left: auto;
    right: 20px;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #fff;
    width: 22px;
    height: 22px;
}

.slider-shelter {
    text-align: center;
}
.point {
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}
.point div.point-box {
/*    width: 460px;
    margin-right: 80px;*/
    margin-bottom: 80px;
}

/* ミライエ
-----------------------------------------------------*/
h3.h3-merit {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.point .point-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.point .tite-point {
    font-size: 24px;
/*    font-weight: 700;*/
    line-height: 1.4;
    color: #fff;
    background: #4673b1;
/*    background: #6c919e;*/
    margin-bottom: 20px;
    padding: 6px 15px;
    padding-left: 40px;
}
.illust-insulation {
    margin-bottom: 20px;
    margin-top: -20px;
    text-align: center;
}
.txt-insulation {
    width: 825px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.6;
}
.txt-insulation span {
    font-size: 14px;
}
.merit {
    border: 1px solid #d1d1d1;
    margin-bottom: 40px;
    padding: 30px 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.merit div {
    font-size: 18px;
    width: 440px;
}
.merit div:first-of-type {
    margin-right: 40px;
}
.merit h4 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 15px 5px;
    background: #11b8b1;
}
.point .merit figure {
    text-align: center;
    margin-bottom: 20px;
}
.merit figure figcaption {
    padding: 20px 0;
}
.merit div p {
    line-height: 1.5;
}
.point-dl {
    margin-bottom: 30px;
}
.point-dl dt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.point-dl dd {
    font-size: 18px;
    line-height: 1.6;
}
.point .point-detail figure {
    min-width: 500px;
    margin-right: 30px;
}
.point .point-detail p {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 20px;
}
.point figure {
    margin-bottom: 0px;
}
.point figure img {
    margin-bottom: 0px;
}
.btn-more {
    max-width: 600px;
}
.grad-item .sb {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    padding: 10px;
    border: 1px solid #6c919e;
    box-sizing: border-box;
}
.grad-item .sb p {
    margin-bottom: 0;
}
.point .point-detail .sb figure {
    min-width: inherit;
    margin-right: 10px;
}

/* ソリエプラス
-----------------------------------------------------*/
#sorie .hoty {
    text-align: center;
    margin-bottom: 30px;
}
.point-detail .grad-item dt {
    font-weight: bold;
    font-size: 22px;
    color: #77909c;
    margin-bottom: 8px;
}
.point-detail .grad-item dd {
    font-size: 18px;
    line-height: 1.5;
}

.equipment {
    background: #f1f5f6;
    padding: 90px 0;
}
.equipment-in {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.equipment-in div {
    background: #fff;
    width: 460px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
}
.equipment-in div h2 {
    font-size: 30px;
    color: #6c919e;
    font-weight: 700;
    border-bottom: 1px solid #f1f5f6;
    margin-bottom: 25px;
    padding-bottom: 8px;
}
.equipment-in div li {
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.equipment-in div li:before {
    content: '・';
    position: absolute;
    left: 0;
}
/* よくばりアルダス
-----------------------------------------------------*/
#solie-smart .hoty {
    text-align: center;
    margin-bottom: 30px;
}
#solie-smart .bg-img {
    background: url("../../image/plan/solie-smart/bg-img.jpg") no-repeat center;
    background-size: cover;
    padding-top: 600px;
}
/* ミライエ
-----------------------------------------------------*/
#solie-prime .hoty {
    text-align: center;
    margin-bottom: 30px;
}
#solie-prime .bg-img {
    background: url("../../image/plan/solie-prime/bg-img.jpg") no-repeat center;
    background-size: cover;
    padding-top: 600px;
}
/* ミライエプラス
-----------------------------------------------------*/
#miraie-plus .bg-img {
    background: url("../../image/plan/miraie-plus/bg-img.jpg") no-repeat center;
    background-size: cover;
    padding-top: 600px;
}

#power-charge .charge {
    background: url("../../image/plan/miraie-plus/illust-hybrid.png") no-repeat;
    width: 1000px;
    margin-bottom: 40px;
    padding-top: 510px;
    position: relative;
}
#power-charge .charge p {
    position: absolute;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 24px;
    line-height: 1.6;
    top: 0;
    left: 0;
}
#power-charge ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
#power-charge ul li {
    position: relative;
    padding-right: 30px;
    font-size: 18px;
}
#power-charge ul li:after {
    content: '/';
    position: absolute;
    right: 12px;
}
#power-charge ul li:last-of-type {
    padding-right: 0px;
}
#power-charge ul li:last-of-type:after {
    content: '';
}

/* ゴールドミライエ
-----------------------------------------------------*/
#goldmiraie .bg-img {
    background: url("../../image/plan/miraie-plus/bg-img.jpg") no-repeat center;
    background-size: cover;
    padding-top: 600px;
}
#goldmiraie .illust-plan {
    width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* ソリエ
-----------------------------------------------------*/
#solie-grand .bg-img {
    background: url("../../image/plan/solie-grand/bg-img.jpg") no-repeat center;
    background-size: cover;
    padding-top: 600px;
}
/* パワーマックス
-----------------------------------------------------*/
#powermax .bg-img {
    background: url("../../image/plan/powermax/bg-img.jpg") no-repeat center;
    background-size: cover;
    padding-top: 600px;
}
#powermax .plus {
    width: 1000px;
    margin: 0 auto;
}
#powermax .plus h2 {
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px;
}
#powermax .plus-in {
    color: #3c3631;
    background: #fff;
    margin-bottom: 60px;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
#powermax .plus-in figure {
    min-width: 500px;
    text-align: center;
    margin-right: 30px;
}
#powermax .plus-in figcaption {
    color: #3c3631;
    font-size: 34px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#powermax .plus-in figcaption:after {
    content: '';
    width: 120px;
    height: 6px;
    margin: auto;
    position: absolute;
    font-size: 0;
    background: #624d43;
    left: 0;
    right: 0;
    bottom: 0;
}
#powermax .plus-in .plus-detail h3 {
    color: #624d43;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 14px;
}
#powermax .plus-in .plus-detail div {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-bottom: 20px;
}
#powermax .plus-in .plus-detail div figure {
    margin-right: 20px;
    min-width: 120px;
}
#powermax .plus-in .plus-detail div p {
    color: #3c3631;
    font-size: 15px;
    line-height: 1.9;
}
#powermax .plus-in .plus-detail dl {
    background: #77909c;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
}
#powermax .plus-in .plus-detail dl dt {
    font-size: 14px;
    margin-right: 5px;
    line-height: 1.5;
}
#powermax .plus-in .plus-detail dl dd {
    font-size: 24px;
}
#powermax .plus-in .plus-detail dl dd strong {
    font-size: 70px;
    font-weight: normal;
}
#powermax .plus-in .plus-detail dl dd span {
    font-size: 17px;
}

/* 防災パワーマックス
-----------------------------------------------------*/
#bousai-powermax .bg-img {
    background: url("../../image/plan/bousai-powermax/bg-img.jpg") no-repeat center;
    background-size: cover;
    padding-top: 600px;
}
#bousai-powermax .eq {
		text-align: center;
		color: #fff;
    background: url("../../image/plan/bousai-powermax/bg-eq.jpg") no-repeat center;
    background-size: cover;
    padding-top: 60px;
		padding-bottom: 50px;
}
#bousai-powermax .eq-in {
    width: 1000px;
    margin: 0 auto;
}
#bousai-powermax .eq-in h2 {
		font-family: 'Noto Serif JP', serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 84px;
		border-bottom: double #fff;
		display: inline-block;
		margin-bottom: 30px;
		padding-bottom: 20px;
}
#bousai-powermax .eq-in img {
    object-fit: cover;
}
.txt-intro {
		font-family: 'Noto Serif JP', serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		font-size: 54px;
		line-height: 1.5;
		margin-bottom: 40px;
}
.if {
		background: #fff;
		margin-bottom: 40px;
		padding: 30px;
}
.if h3 {
		font-size: 38px;
		color: #25305f;
		line-height: 1.5;
		margin-bottom: 20px;
}
.eq-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.eq-list .eq-detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
		width: 480px;
		margin-bottom: 40px;
}
.eq-list .eq-detail figure {
		min-width: 180px;
}
.eq-list .eq-detail.full {
		width: 100%;
}
.eq-list .eq-detail.full figure {
		min-width: 520px;
}
.eq-list .eq-detail dl {
    background: #293569;
		padding: 20px;
}
.eq-list .eq-detail dl dt {
    font-size: 28px;
		line-height: 1.5;
		margin-bottom: 10px;
}
.eq-list .eq-detail dl dt span {
    font-size: 12px;
		display: block;
}
.eq-list .eq-detail dl dd {
    font-size: 18px;
		text-align: left;
		line-height: 1.5;
}
#bousai-powermax ul.spec {
    width: 1000px;
    margin: 0 auto 40px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
#bousai-powermax .catalog-present .inner {
    width: 100%;
}

/* ────────────────────── *
 *                                              *
 * こだわりや楽しみをプラス                     *
 *                                              *
 * ────────────────────── */

#plus {
    background: #ece9e0;
    clear: both;
    width: 100%;
    padding: 40px 0 30px;
}
#plus .inner {
    width: 1000px;
    margin: 0 auto;
}
#plus .inner > dl {
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 40px;
}
#plus .inner > dl dt {
    color: #fff;
    background: #694c40;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 15px;
}
#plus .inner h3 {
    font-size: 34px;
    color: #3c332e;
    text-align: center;
    margin: 0 auto 20px;
}
#plus .inner .detail {
    background: #fff;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#plus .inner .detail figure {
    width: 530px;
    overflow: hidden;
    flex-shrink: 0;
}
#plus .inner .detail figure img {
    width: 530px;
    height: 100%;
    object-fit: cover;
}
#plus .inner .detail dl {
    font-size: 16px;
    line-height: 1.9;
    padding: 30px;
}
#plus .inner .detail dl dt {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    color: #694c41;
    margin-bottom: 20px;
}
#plus .inner .detail dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#plus .inner .detail dl dd p.image {
    margin-right: 20px;
    flex-shrink: 0;
}

/* キャンペーンバナー
-----------------------------------------------------*/
.campaign-bnr{
/*		width: 100%;
		margin: 20px 0;*/
	    display: none;
}
.campaign-bnr02{
/*		width: 100%;
		margin: 20px 0;*/
	    display: none;
}
.campaign-bnr p,
.campaign-bnr02 p {
		width: 1000px;
		margin:0 auto;
}