@charset "utf-8";
body * {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
  box-sizing: border-box;
}

@media only screen and (max-width: 980px) {
  .lp-content .container {
    width: 96%;
  }
}

.font-big {
  font-size: 2rem;
}

@media only screen and (max-width: 850px) {
  .font-big {
    font-size: 1.2rem;
  }
}

.font-small {
  font-size: 0.8rem;
}

.color-red {
  color: #d80000;
}

.color-white {
  color: #fff;
}

.color-grey {
  color: #777777;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 3000ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-scale {
  opacity: 0;
  transform: scale(0.2) rotate(23deg);
  transition: all 2000ms;
}

.effect-scale.effect-scroll {
  opacity: 1;
  transform: scale(1) rotate(0);
}

@media only screen and (max-width: 560px) {
  .effect-scale, .effect-scale.effect-scroll {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

.lp-title {
  background: #EDECF1;
}

.ellepatioplus .lp-main {
  position: relative;
  background: url(/common/images/lp/ellepatioplus/ellepatio_main_back.jpg) no-repeat;
  background-position: center;
  text-align: center;
}

.newsupermaxim .lp-main {
  background: url(/common/images/lp/newsupermaxim/newsupermaxim_main_back.jpg) no-repeat;
  background-position: center;
}
.newsupermaxim .lp-main img {
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .lp-main {
    background-size: 202% 100%;
  }
}

.lp-main .logo {
  padding: 0;
  height: 53px;
  width: 205px;
  top: 12px;
  left: 27%;
  right: 50%;
  transform: translateX(-50%);
  position: absolute;
}

@media only screen and (max-width: 850px) {
  .lp-main .logo {
    left: 112px;
  }
}

@media only screen and (max-width: 560px) {
  .lp-main .logo {
    height: 27px;
    width: 98px;
    left: 59px;
  }
}

.lp-title .main_topfig {
  padding: 20px 0 5px;
  margin: 0 auto;
}

@media only screen and (max-width: 1050px) {
  .lp-title .main_topfig {
    width: 100%;
  }
}

.title-list {
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 850px) {
  .title-list {
    padding: 15px 0 1px;
    display: block;
  }
}

.title-item {
  padding: 7px 0 0;
  min-height: 80px;
  width: 54%;
}

.title-item:last-of-type {
  padding: 0;
  width: 46%;
}

@media only screen and (max-width: 850px) {
  .title-item, .title-item:last-of-type {
    margin: 0 auto 10px;
    width: max-content;
  }
}

@media only screen and (max-width: 560px) {
  .title-item, .title-item:last-of-type {
    margin: 0 0;
    width: 100%;
  }
}

.title-item p, .inquiry p {
  font-size: 1.5rem;
  font-weight: 500;
}

.title-item p, .inquiry p.color-red {
  line-height: 0.8;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .title-item p, .inquiry p {
    font-size: 1.0rem;
    line-height: 1.1;
  }
}

.newsupermaxim .inquiry.back_1 p {
  margin: 0 auto;
  max-width: 800px;
  text-shadow: 1px 2px 3px #000;
}

.title-item a, .inquiry a {
  padding: 0 10px;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(to bottom, #448602, #226603);
  background: -webkit-linear-gradient(to bottom, #448602, #226603);
  background: linear-gradient(to bottom, #448602, #226603);
  display: flex;
  align-items: center;
  border-radius: 2px;
  color: #fff;
  -webkit-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.3));
}

.inquiry a {
  margin: 50px auto;
  padding: 30px;
  width: 80%;
  border-radius: 10px;
}

.newsupermaxim .inquiry a {
  margin: 30px auto;
}

.newsupermaxim .inquiry.back_3 a {
  margin: 12px 0;
  padding: 13px;
  width: max-content;
  background: #00a4e7;
  border-radius: 0;
}

.newsupermaxim .inquiry.back_3 a img {
  margin: 0;
}

@media only screen and (max-width: 560px) {
  .newsupermaxim .inquiry.back_3 a, .newsupermaxim .inquiry.back_3 a img {
    width: 100%;
  }
}

.inquiry a p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.inquiry a span {
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 950px) {
  .inquiry a span {
    font-size: calc(1rem + (1vw - 0.6rem));
  }
}

.inquiry a img {
  max-width: 100%;
}

@media only screen and (max-width: 980px) {
  .inquiry a {
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 560px) {
  .inquiry a {
    margin: 20px auto;
    padding: 12px;
    width: 92%;
  }
  .newsupermaxim .inquiry a {
    margin: 7px auto;
  }
}

@media only screen and (max-width: 850px) {
  .title-item a {
    margin: 10px auto 10px;
    padding: 10px 20px;
  }
}

.title-item a:hover, .inquiry a:hover {
  background: -moz-linear-gradient(to bottom, #226603, #448602);
  background: -webkit-linear-gradient(to bottom, #226603, #448602);
  background: linear-gradient(to bottom, #226603, #448602);
}

.title-item a img {
  margin: 0 5px 0 20px;
  width: auto;
  border: none;
}

@media only screen and (max-width: 850px) {
  .title-item a img {
    margin: 0 5px 0 10px;
  }
}

.title-item a p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (max-width: 980px) {
  .title-item a p {
    font-size: calc(1rem + (1vw - 0.6rem));
  }
}

.title-item a span {
  font-size: 1.5rem;
  font-weight: 400;
}

@media only screen and (max-width: 980px) {
  .title-item a span {
    font-size: calc(1rem + (1vw - 0.2rem));
  }
}

.tenpo-link {
  text-align: center;
  padding: 25px 0;
}

.tenpo-link .side {
  position: fixed;
  right: 0;
  bottom: 110px;
  z-index: 1;
}

@media only screen and (max-width: 560px) {
  .tenpo-link {
    padding: 15px 0;
  }
  .tenpo-link .side {
    display: none;
  }
}

.worries {
  background: #FAF9F4;
}

.worries .container {
  padding: 70px 0 0;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .worries .container {
    padding: 30px 0 0;
  }
}

@media only screen and (max-width: 850px) {
  .worries img {
    margin: 5px auto;
    width: 75%;
  }
}

.worries-img {
  width: 100%;
  max-width: 1080px;
  display: block;
}

.worries-img.sp {
  display: none;
}

@media only screen and (max-width: 850px) {
  .worries .worries-img {
    margin: 0 auto -45px;
    width: 100%;
  }
  .worries-img.pc {
    display: none;
  }
  .worries-img.sp {
    display: block;
  }
}

.solution {
  margin: 0 auto;
  text-align: center;
}

.newsupermaxim .solution {
  margin: 0 auto 40px;
}

.solution img {
  max-width: 100%;
}

.solution .solution-img {
  margin: 70px auto 30px;
  width: auto;
  display: block;
}

@media only screen and (max-width: 560px) {
  .solution .solution-img {
    margin: 20px auto 30px;
    width: 30%;
  }
}

@media only screen and (max-width: 560px) {
  .solution-imgsize {
    margin: -6px 0 0 0;
  }
}

.solution-text {
  margin: 10px 0 40px;
  font-size: 3.7rem;
  font-weight: 600;
}

@media only screen and (max-width: 560px) {
  .solution-text {
    margin: 10px 0 70px;
    font-size: 2.2rem;
  }
}

.solution-color {
  padding: 95px 0;
  background: url(/common/images/lp/newsupermaxim/solution_back.png);
  background-size: 100% 100%;
}

.newsupermaxim .solution-color {
  background: url(/common/images/lp/newsupermaxim/nsm_solution_back.png);
  background-size: 100% 100%;
}

@media only screen and (max-width: 560px) {
  .solution-color, .newsupermaxim .solution-color {
    padding: 35px 10px;
    background: #FBF9F4;
    border-radius: 30px;
  }
}

.solution-color .color-list {
  margin: 0 0 30px;
  display: flex;
}

@media only screen and (max-width: 560px) {
  .solution-color .color-list {
    display: block;
  }
}

.solution-color .color-list img {
  margin: 30px 0 0;
}

.solution-color .color-item {
  width: 50%;
}

@media only screen and (max-width: 560px) {
  .solution-color .color-item {
    width: 90%;
    margin: 0 auto;
  }
}

.solution-list {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

@media only screen and (max-width: 560px) {
  .solution-list {
    margin: 60px 0;
    display: block;
  }
}

.solution-item:nth-of-type(2n-1) {
  margin: auto 0;
  width: 61%;
}

.solution-item:nth-of-type(2n) {
  width: 34%;
}

.solution-item:nth-of-type(3) {
  order: 3;
}

@media only screen and (max-width: 560px) {
  .solution-item:nth-of-type(2n-1), .solution-item:nth-of-type(2n) {
    margin: 40px 0;
    width: 100%;
  }
}

.solution-item img {
  width: 100%;
}

.solution-item h4, .profit h4 {
  margin: 0 0 20px;
  color: #545452;
  font-size: 1.6rem;
}

@media only screen and (max-width: 560px) {
  .solution-item h4, .profit h4 {
    font-size: 1.2rem;
  }
}

.solution-item p {
  font-size: 1.05rem;
  line-height: 1.8;
}

@media only screen and (max-width: 560px) {
  .solution-item p {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.solution-variable {
  padding: 85px 0 1px;
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 850px) {
  .solution-variable {
    padding: 0;
  }
}

.newsupermaxim .solution-variable img {
  margin: 0 0 30px;
}

@media only screen and (max-width: 980px) {
  .newsupermaxim .solution-variable img {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .newsupermaxim .solution-variable img {
    margin: 0 0;
  }
}

.variable-text {
  position: absolute;
  top: 230px;
  left: 21%;
  text-align: left;
  line-height: 1.8;
  font-size: 1.05rem;
  letter-spacing: -0.8px;
}

@media only screen and (max-width: 980px) {
  .variable-text {
    position: relative;
    top: 15px;
    left: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.variable-list {
  margin: 50px 0;
  display: flex;
}

.newsupermaxim .variable-list {
  flex-wrap: wrap;
}

@media only screen and (max-width: 650px) {
  .variable-list {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
}

.variable-item {
  margin: 0 1% 0 0;
  width: calc((100% - 3%) / 4);
  font-size: 0.8rem;
  text-align: center;
  font-weight: 700;
}

.newsupermaxim .variable-item {
  margin: 0 1% 10px 0;
  width: calc((100% - 2%) / 3);
}

.variable-item:last-of-type, .newsupermaxim .variable-item:nth-of-type(3n) {
  margin: 0;
}

@media only screen and (max-width: 650px) {
  .variable-item {
    margin: 0 3% 20px 0;
    width: calc((100% - 3%) / 2);
  }
  .variable-item:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
  .newsupermaxim .variable-item {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

.newsupermaxim .variable-item p {
  margin: 10px 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  color: #525251;
}

.newsupermaxim .variable-item .variable-title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .newsupermaxim .variable-item p {
    line-height: 1;
  }
  .newsupermaxim .variable-item .variable-title {
    font-size: 1.2rem;
    text-align: center;
  }
}

.variable-item img {
  width: 100%;
}

.newsupermaxim .variable-item img {
  margin: 0;
}

.variable-system {
  padding: 65px 0 0;
  background: #E5E2DB;
  text-align: left;
}

@media only screen and (max-width: 560px) {
  .variable-system {
    padding: 25px 0 0;
  }
}

.system-list {
  margin: 40px 0 0;
  padding: 20px;
  background: #fff;
  display: flex;
  border: 3px solid #C9C6BF;
}

@media only screen and (max-width: 560px) {
  .system-list {
    margin: 20px 0 0;
    padding: 10px;
    display: block;
  }
}

.system-item p {
  margin: 0 20px 20px;
  font-size: 1.05rem;
  line-height: 1.9;
}

.system-item p+p {
  margin: 0 20px 0;
}

@media only screen and (max-width: 560px) {
  .system-item p {
    margin: 0;
    line-height: 1.5;
  }
  .system-item p+p {
    margin: 0;
  }
}

.solution .system-item img {
  max-width: none;
}

.system-list+img {
  width: 100%;
}

.inquiry .container {
  margin: 60px auto;
  border: 2px solid #EEEEEE;
}

@media only screen and (max-width: 560px) {
  .inquiry .container {
    margin: 20px auto;
  }
}

.inquiry.back_1 .inquiry-up {
  background: url(/common/images/lp/newsupermaxim/inquiry_back_1.png) no-repeat;
  background-size: 100% 100%;
  background-position: 35px;
}

.newsupermaxim .inquiry.back_1 .inquiry-up {
  background: url(/common/images/lp/newsupermaxim/nsm_inquiry_back_1.jpg) no-repeat;
  background-size: 100% 91%;
  background-position: top;
}

.inquiry.back_2 .inquiry-up {
  background: url(/common/images/lp/newsupermaxim/inquiry_back_2.png) no-repeat;
  background-size: 43% 112%;
  background-position: right top;
}

.newsupermaxim .inquiry.back_2 .inquiry-up {
  margin: 14px 13px 0 0;
  background: url(/common/images/lp/newsupermaxim/nsm_inquiry_back_2.png) no-repeat;
  background-size: 37% 97%;
  background-position: right top;
}

.inquiry.back_3 .inquiry-up {
  background: url(/common/images/lp/newsupermaxim/inquiry_back_3.png) no-repeat;
  background-size: 100%;
  background-position: 50px top;
}

.newsupermaxim .inquiry.back_3 .inquiry-up {
  padding: 30px 30px 20px;
  background: url(/common/images/lp/newsupermaxim/nsm_inquiry_back_3.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 950px) {
  .inquiry.back_1 .inquiry-up, .inquiry.back_2 .inquiry-up, .inquiry.back_3 .inquiry-up, .newsupermaxim .inquiry.back_2 .inquiry-up, .newsupermaxim .inquiry.back_3 .inquiry-up {
    background: none;
  }
  .newsupermaxim .inquiry.back_2 .inquiry-up {
    margin: 14px 0 0;
  }
}

.inquiry-up {
  padding: 30px;
}

@media only screen and (max-width: 560px) {
  .inquiry-up {
    padding: 0 5px;
  }
  .newsupermaxim .inquiry.back_3 .inquiry-up {
    padding: 16px 5px 10px;
  }
}

.inquiry-up img {
  margin: 54px 0 17px;
}

.newsupermaxim .inquiry-up img {
  margin: 0 0 30px;
}

.newsupermaxim .back_1 .inquiry-up img {
  margin: 10px auto 0;
  display: block;
}

@media only screen and (max-width: 980px) {
  .newsupermaxim .back_1 .inquiry-up img {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .inquiry-up img {
    margin: 20px 0;
  }
  .newsupermaxim .back_1 .inquiry-up img {
    margin: 0 auto 0;
  }
}

.profit img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.profit img.sp {
  display: none;
}

@media only screen and (max-width: 560px) {
  .profit-img, .relax-img, .type-img {
    margin: 20px auto 10px;
    width: 50% !important;
  }
  .relax-img {
    width: 35% !important;
  }
  .profit img.pc {
    display: none;
  }
  .profit img.sp {
    margin: 0 auto;
    display: block;
  }
}

.profit-title, .profit-text span, .relax-title, .type-title, .spec .spec-title {
  margin: 40px 0 45px;
  font-size: 3.7rem;
  font-weight: 600;
  text-align: center;
  color: #444444;
}

.spec .spec-title {
  margin: 40px 0 5px;
}

@media only screen and (max-width: 950px) {
  .profit-title, .profit-text span, .relax-title, .type-title, .spec .spec-title {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 560px) {
  .profit-title, .profit-text span, .relax-title, .type-title, .spec .spec-title {
    margin: 10px 0 20px;
    font-size: 1.7rem;
  }
}

.profit-text {
  margin: 0 0 45px;
  line-height: 1.8;
  font-size: 1.0rem;
}

.newsupermaxim .profit-text {
  margin: 20px 0 10px;
}

@media only screen and (max-width: 560px) {
  .profit-text {
    line-height: 1.4;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.profit-text span {
  font-size: 0.7rem;
}

.profit-text h4 {
  margin: 0 0 20px;
  color: #545452;
  font-size: 1.6rem;
}

.profit-air {
  background: url(/common/images/lp/newsupermaxim/profit_back.jpg) no-repeat;
  background-size: 111%;
  background-position: center;
}

.newsupermaxim .profit-air {
  height: 657px;
  background: url(/common/images/lp/newsupermaxim/nsm_profit_back.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1310px) {
  .profit-air {
    background-size: auto 78%;
  }
}

@media only screen and (max-width: 950px) {
  .profit-air {
    background: none;
  }
  .profit img.sp {
    /* display: block; */
  }
}

@media only screen and (max-width: 560px) {
  .newsupermaxim .profit-air {
    height: auto;
    background: none;
  }
}

.profit-air img {
  margin: 0;
  padding: 100px 0 30px;
}

.newsupermaxim .profit-air img {
  padding: 30px 0 0;
}

@media only screen and (max-width: 950px) {
  .profit-air img {
    margin: 0 auto;
    padding: 50px 0 30px;
  }
}

.profit-air .profit-text {
  padding: 0 0 80px;
  width: 50%;
}

@media only screen and (max-width: 950px) {
  .profit-air .profit-text {
    padding: 0 0 20px;
    width: 100%;
  }
}

.profit-list {
  margin: 0 0 50px;
  display: flex;
}

@media only screen and (max-width: 560px) {
  .profit-list {
    display: block;
  }
}

.profit-item {
  margin: 20px 1% 0 0;
  width: calc((100% - 2%)/ 3);
}

@media only screen and (max-width: 560px) {
  .profit-item {
    margin: 20px 0 0;
    width: 100%;
  }
}

.profit-item:last-of-type {
  margin: 20px 0 0 0;
}

.profit-item img {
  width: 100%;
}

.relax {
  margin: 0 0 80px;
  padding: 50px 0 0;
  background: #F7F9E4;
}

@media only screen and (max-width: 560px) {
  .relax {
    margin: 0 0 10px;
    padding: 30px 0 0;
  }
}

.relax img {
  margin: 0 auto 30px;
  display: block;
}

.relax-img3 {
  width: inherit;
}

.newsupermaxim .relax-img3 {
  width: 100%;
}

.casestudy .container {
  background: #FAF9F4;
}

.casestudy-list {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  .casestudy-list {
    display: block;
  }
}

.casestudy-item:first-of-type p {
  width: 278px;
  height: 101px;
  background: #6CBA42;
  color: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: bold;
}

.casestudy-item:last-of-type p {
  margin: 0 0 0 20px;
  padding: 0 35px 0 0;
  color: #6CBA42;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 560px) {
  .casestudy-item:first-of-type p {
    width: 50%;
    height: 50px;
    font-size: 1.5rem;
  }
  .casestudy-item:last-of-type p {
    margin: 10px 0 0 10px;
    padding: 0 10px 0 0;
  }
}

.casestudy-text {
  margin: 0 0 20px;
  line-height: 1.8;
}

.casestudy-text span {
  padding: 5px;
  background: #FFDFC0;
}

.casestudy-example {
  padding: 35px;
}

@media only screen and (max-width: 560px) {
  .casestudy-example {
    padding: 10px;
  }
}

.casestudy-example img {
  width: 100%;
}

.casestudy-example h4 {
  margin: 20px 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.casestudy-example h4 span {
  font-weight: bold;
  font-size: 1.5rem;
}

.example-list {
  display: flex;
}

@media only screen and (max-width: 560px) {
  .example-list {
    display: block;
  }
}

.example-item:first-of-type {
  margin: 0 20px 0 0;
  width: 15%;
}

.type img {
  margin: 0 auto 30px;
  display: block;
}

.type img.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .type img.pc {
    display: none;
  }
  .type img.sp {
    margin: 10px auto;
    width: auto;
    display: block;
  }
}

.type-content {
  margin: 25px 0 0;
  padding: 40px 0;
  text-align: left;
}

@media only screen and (max-width: 950px) {
  .type-content {
    margin: 0;
  }
}

@media only screen and (max-width: 560px) {
  .type-content {
    padding: 20px 0;
  }
}

.type-content:nth-of-type(2n) {
  background: #FAF9F4;
}

.type-content .container {
  padding: 0 60px;
  box-sizing: border-box;
}

.type-content .container+.container {
  padding: 0 0;
}

@media only screen and (max-width: 950px) {
  .type-content .container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 560px) {
  .type-content .container {
    padding: 0 20px;
  }
}

.type-content img {
  margin: 30px 0 0;
  max-width: 100%;
}

.type-content img+.type-text {
  margin: 15px 0;
  font-size: 1rem;
}

@media only screen and (max-width: 560px) {
  .type-content img {
    margin: 0 auto;
  }
}

.type-text {
  line-height: 1.6;
  font-size: 1.1rem;
  font-family: "メイリオ", sans-serif;
  color: #666666;
}

@media only screen and (max-width: 560px) {
  .type-text {
    line-height: 1.5;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.type-content .type-text+.type-text {
  margin: 20px 0 0;
}

.type-content h3 {
  margin: 0 0 0 -60px;
  padding: 0 0 20px 56px;
  position: relative;
  font-size: 2.8rem;
  font-weight: 600;
}

.type-content h3::before {
  height: 57px;
  width: 57px;
  position: absolute;
  left: 0;
  bottom: 14px;
  background: url(/common/images/lp/newsupermaxim/type-title.png) no-repeat;
  background-size: contain;
  content: '';
}

@media only screen and (max-width: 950px) {
  .type-content h3 {
    margin: 0 0 0 -30px;
    padding: 0 0 20px 38px;
    font-size: 1.8rem;
  }
  .type-content h3::before {
    height: 37px;
    width: 37px;
    bottom: 18px;
  }
}

@media only screen and (max-width: 560px) {
  .type-content h3 {
    margin: 0 0 0 -26px;
    padding: 0 0 10px 24px;
    font-size: 1.2rem;
  }
  .type-content h3::before {
    height: 23px;
    width: 23px;
    bottom: 7px;
  }
  .type-content:nth-of-type(3) h3::before {
    bottom: 28px;
  }
}

.type-list {
  display: flex;
}

.type-item {
  margin: 0 10px 0 0;
  width: calc((100% - 20px) / 3);
}

.type-item:last-of-type {
  margin: 0 0 0 0;
}

@media only screen and (max-width: 560px) {
  .type-list {
    flex-wrap: wrap;
  }
  .type-item {
    margin: 0 0;
    width: 100%;
  }
  .type-item {
    margin: 0 0;
    width: 100%;
  }
}

.type-item .type-text {
  margin: 20px 0 0 0;
}

.type-table {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .type-table {
    overflow-x: scroll;
  }
}

.type-table tbody {
  border: 2px solid #000;
}

.type-table img {
  width: 100%;
  min-width: 980px;
}

@media only screen and (max-width: 560px) {
  .type-table img {
    height: 200px;
    width: auto;
    min-width: 100%;
    max-width: max-content;
  }
}

.type-table table {
  margin: 20px 0 0;
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  text-align: center;
  color: #4F4F4F;
}

.type-table th {
  width: calc(100% / 4);
  min-width: 135px;
  padding: 3px 0;
  font-weight: bold;
  border: 1px solid #000;
  border-right: 2px solid #000;
  background: #E6E6E6;
}

.type-table tr:first-of-type th {
  width: auto;
  min-width: 30px;
}

@media only screen and (max-width: 560px) {
  .type-table tr:first-of-type th {
    height: 185px;
    width: 30px;
  }
}

.type-table td {
  width: calc(100% / 4);
  min-width: 330px;
  padding: 3px 0;
  border: 1px solid #000;
  border-right: 2px solid #000;
  background: #fff;
}

.type-table th span {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

.border-top {
  border-top: 2px solid #000;
}

.spec * {
  box-sizing: border-box;
}

.spec h3 {
  padding: 15px 20px;
  background: #EEEEEE;
  font-family: "メイリオ", sans-serif;
  font-size: 1.7rem;
  color: #525251;
}

@media only screen and (max-width: 850px) {
  .spec h3 {
    font-size: 1.2rem;
  }
}

.spec h3 span {
  font-size: 1rem;
}

.spec p {
  line-height: 1.6;
  font-family: "メイリオ", sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  color: #525251;
}

@media only screen and (max-width: 560px) {
  .spec p {
    line-height: 1.5;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.spec p span {
  font-size: 1rem;
  font-weight: bold;
}

.spec .color-blue {
  color: #007DBD;
}

.spec img {
  max-width: 100%;
}

.spec-fourtype, .spec-flamecolor, .spec-size, .spec-ruffle, .spec-certification, .spec-color, .spec-reference {
  margin: 0 0 45px 0;
  padding: 15px 15px;
}

.fourtype-list {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.fourtype-item {
  margin: 0 5% 25px 0;
  width: calc((100% - 10%) / 3);
}

.fourtype-item:nth-of-type(2) {
  margin: 0 0 25px;
  width: calc((100% - 2.5%) / 3 * 2);
}

.fourtype-item:nth-of-type(5) {
  margin: 0 0 25px;
}

@media only screen and (max-width: 560px) {
  .fourtype-item {
    margin: 0 0 25px 0;
    width: 100%;
  }
  .fourtype-item:nth-of-type(2) {
    margin: 0 0 25px;
    width: 100%;
  }
  .fourtype-item:nth-of-type(5) {
    margin: 0 0 25px;
  }
}

.fourtype-item .list-title {
  margin: 0 0 6px;
  padding: 3px 0;
  background: #0186D1;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

@media only screen and (max-width: 560px) {
  .fourtype-item .list-title {
    font-size: 1.2rem;
  }
}

.fourtype-item:first-of-type .list-title {
  background: #AAAAAA;
}

.fourtype-item img {
  width: 100%;
}

.spec-flamecolor img {
  margin: 60px 0 0;
}

.spec-size ul {
  display: flex;
}

.spec-size li {
  width: 77%;
}

.spec-size li:first-of-type {
  width: 190px;
}

.spec-size span.font-big {
  font-size: 1.7rem;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .spec-size ul {
    margin: 0 0 10px;
    display: block;
  }
  .spec-size li, .spec-size li:first-of-type {
    width: 100%;
  }
  .spec-size span.font-big {
    font-size: 1.2rem;
  }
}

.spec-ruffle .color-red {
  margin: 20px 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #d80000;
}

@media only screen and (max-width: 560px) {
  .spec-ruffle .color-red {
    font-size: 1rem;
  }
}

.spec-ruffle img {
  margin: 20px 0 0;
}

.spec-certification ul {
  display: flex;
}

@media only screen and (max-width: 560px) {
  .spec-certification ul {
    display: block;
  }
}

.spec-certification li+li {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 560px) {
  .spec-certification li+li {
    margin: 0 0 0 10px;
  }
}

.spec-color img {
  margin: 30px 0 0;
}

@media only screen and (max-width: 560px) {
  .spec-color img {
    margin: 10px 0 0;
  }
}

.spec-reference p {
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
  color: #FE3229;
}

.spec-reference p+p, .spec-table+p {
  margin: 20px 0 0;
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .spec-fourtype p.sp, .spec-reference p+p.sp {
    display: block;
  }
}

.spec-table {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .spec-table {
    overflow: scroll;
  }
}

.spec-table img {
  width: 100%;
  min-width: 980px;
}

@media only screen and (max-width: 560px) {
  .spec-table img {
    height: 200px;
    width: auto;
    min-width: 100%;
    max-width: max-content;
  }
}

.spec-reference table {
  margin: 20px 0 0;
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  text-align: center;
  color: #4F4F4F;
}

.spec-reference thead {
  background: #EEEEEE;
}

.spec-reference thead th {
  padding: 10px 0;
  font-weight: 500;
}

.spec-reference tbody td {
  padding: 20px 0;
}

.spec-reference table th, .spec-reference table td {
  border: 1px solid #CCCCCC;
}

.quote {
  padding: 30px 0;
  background: #3FA8ED;
}

.quote-title {
  padding: 0 20px 25px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}

.quote-content {
  padding: 20px 85px;
  background: #fff;
}

@media only screen and (max-width: 850px) {
  .quote-content {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 560px) {
  .quote-content {
    padding: 10px 10px;
  }
}

.quote-heading {
  margin: 0 0 20px;
  background-image: url(/common/images/common/logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: flex;
  border: none;
}

.quote-heading h3 {
  margin: 1.5% 0 0 6%;
  padding: 0 0 2px;
  width: 100%;
  color: #555;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  font-size: 1.5rem;
  text-indent: 1%;
}

@media only screen and (max-width: 560px) {
  .quote-heading h3 {
    margin: 1.5% 0 0 10%;
  }
}

.footer {
  padding: 3% 0 0;
}

.footer img {
  margin: 0 30px 0 0;
  width: 165px;
}

.footer a {
  color: #000;
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}

.footer p {
  font-size: 0.8rem;
}

.footer-logo {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  .footer-logo {
    display: block;
  }
}

.arrow {
  position: relative;
}

.arrow::after {
  margin: 0 0 0 8px;
  width: 0;
  height: 0;
  border-left: 13px solid #AA0707;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 5px;
  content: '';
}

.shop_main_info {
  padding: 0 0 40px;
}

@media only screen and (max-width: 560px) {
  .shop_main_info {
    padding: 0 0 10px;
  }
}

.estimate_form dl dd input[name="zip1"], .estimate_form dl dd input[name="zip2"], .estimate_form dl dd input[name="zip3"], .estimate_form dl dd input[name="zip4"] {
  width: 85px;
  height: 56px;
}

.estimate_form section.sec03 select, .estimate_form section.sec04 select, .estimate_form section.sec06 select, .estimate_form section.sec07 select {
  padding: 3px 30px 10px 5px !important;
  height: 56px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

section.sec01 input[type=text], section.sec02 input[type=text], section.sec03 input[type=text], section.sec03 input[type=tel], section.sec04 input[type=text], section.sec04 input[type=tel], section.sec05 input[type=email], section.sec05 input[type=text], section.sec05 input[type=tel], section.sec07 textarea {
  height: 56px;
}



/*********************************************************
現地調査・見積依頼のフロー図を
追加
**********************************************************/
a:hover img {
  opacity: 0.8;
  transition: .3s;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  cursor: pointer;
}
.ellepatioplus .ele__trouble {
  padding: 35px 0 0 0;
}
.ellepatioplus .ele__trouble-tit {
  text-align: center;
  font-size: 3.5rem;
  color: #666666;
  font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  line-height: 1.5;
}
.ellepatioplus .ele__trouble figure {
  text-align: center;
}
.ellepatioplus .ele__trouble img {
  max-width: 100%;
}
.ellepatioplus .ele__flow {
  margin: 70px 0;
}

.ellepatioplus .ele__flow-tit {
  font-size: 1.8rem;
  margin-bottom: 45px;
  background: #eeeeee;
  color: #444444;
  padding: 15px 30px;
  font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
.ellepatioplus .ele__flow ul li {
  border: 4px solid #00a4e6;
  border-radius: 70px;
  position: relative;
  padding: 12px 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: #444444;
}
.ellepatioplus .ele__flow ul li + li {
  margin-top: 65px;
}
.ellepatioplus .ele__flow ul li + li::before {
  content: '';
  background: url(/wp/wp-content/themes/bunkas/images/electric/d-arw.png)no-repeat;
  width: 41px;
  height: 21px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ellepatioplus .ele__flow ul li figure {
  width: 10%;
  position: relative;
  left: 3px;
  z-index: -1;
}

.ellepatioplus .ele__flow-bl {
  width: 80%;
}
.ellepatioplus .ele__flow-txt01 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

.ellepatioplus .ele__flow-txt02 {
  font-size: 19px;
  font-weight: bold;
  padding: 10px 0 0;
  font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

.ellepatioplus .ele__flow-txt02 a {
  color: #d80000;
  text-decoration: underline;
  font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

@media only screen and (max-width: 830px) {
  .ellepatioplus .ele__flow-txt02 {
    padding: 10px 0 0 27px;
  }
    footer .container {
    width: 96%;
  }
}

@media only screen and (max-width: 560px) {
  .ellepatioplus .ele__trouble-tit {
    font-size: 1.7rem;
    margin: 0 0 10px 0;
    line-height: 1.3;
  }
  .ellepatioplus .ele__flow {
    margin: 50px 0;
  }
  .ellepatioplus .ele__flow-tit {
    font-size: 1.5rem;
  }
  .ellepatioplus .ele__flow ul li {
    padding: 12px 15px;
    border-radius: 20px;
  }
  .ellepatioplus .ele__flow ul li + li {
    margin-top: 40px;
  }
  .ellepatioplus .ele__flow ul li + li::before {
    top: -23px;
  }
  .ellepatioplus .ele__flow ul li figure {
    display: none;
  }
  .ellepatioplus .ele__flow-bl {
    width: 100%;
  }
  .ellepatioplus .ele__flow-txt01 {
    font-size: 1.2rem;
  }
  .ellepatioplus .ele__flow-txt02 {
    font-size: 14px;
    padding: 7px 0 0;
    line-height: 1.3;
  }
  .ellepatioplus .ele__flow-txt02 br {
    display: none;
  }
}