/* mainHeader////////////////////////////////////////////////////*/
#mainHeader {
  padding: 0 15px;
  background: url(../img/mv_bg.jpg) center bottom no-repeat;
  background-size: cover;
}

#mainHeader .mainHeader-inner {
  position: relative;
  max-width: 1000px;
  height: 640px;
  margin: auto;
  padding-top: 85px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #mainHeader .mainHeader-inner {
    padding-top: 115px;
  }
}

#mainHeader .mainHeader-logo {
  position: absolute;
  width: 150px;
  top: 15px;
  left: 0;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
}

#mainHeader .mainHeader-info {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  font-size: 16px !important;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  #mainHeader .mainHeader-info {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  #mainHeader .mainHeader-info .mainHeader-info-tell {
    margin: 0 0 0 auto;
  }

  #mainHeader .mainHeader-info .mainHeader-info-form {
    margin: 0 auto 0 0;
  }

  #mainHeader .mainHeader-info {
    position: absolute;
    top: 67px;
    right: 0;
    display: flex;
    font-size: 13px !important;
    line-height: 1;
  }
}

#mainHeader .mainHeader-info a {
  color: #333;
  text-decoration: none !important;
  transition: .2s;
}

#mainHeader .mainHeader-info a:hover,
#mainHeader .mainHeader-img p.right span a:hover {
  opacity: .5;
  transition: .2s;
}

@media screen and (min-width:768px) {
  #mainHeader .mainHeader-info a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
  }
}

#mainHeader .mainHeader-info .mainHeader-info-tell {
  padding-right: .9em;
}

#mainHeader .mainHeader-info .mainHeader-info-tell a {
  display: flex;
  align-items: center;
  font-size: 1.2em !important;
  line-height: 1;
  padding-top: 2px;
}

#mainHeader .mainHeader-info .mainHeader-info-tell i.material-icons {
  font-family: 'Material Icons';
  font-size: 1.5em !important;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 1.2em;
}

#mainHeader .mainHeader-info .mainHeader-info-form a {
  padding: .4em .9em;
  background-color: rgba(238, 134, 45, 0.9);
  border-radius: 6px;
  display: block;
  color: #fff;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #mainHeader .mainHeader-info .mainHeader-info-form a {
    padding: .5em .9em .3em !important;
  }
}

#mainHeader .mainHeader-logo .mainHeader-logo-img {
  margin-bottom: 10px;
}

#mainHeader .mainHeader-tit {
  margin-bottom: 60px;
}

#mainHeader .mainHeader-img {
  text-align: center;
  display: flex;
  align-items: flex-start;
}

#mainHeader .mainHeader-img p {
  width: 33.3%;
  text-align: center;
  font-size: 1.3em;
}

#mainHeader .mainHeader-img p.left {
  background-color: rgba(59, 161, 155, 0.71);
  color: #fff;
  border-radius: 20px;
  padding: 1em;
  position: relative;
  margin-top: 1em;
}

#mainHeader .mainHeader-img p.left::after {
  top: 40%;
  left: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  border-left-color: rgba(59, 161, 155, 0.71);
  border-width: 12px;
  margin-top: -12px;
}

#mainHeader .mainHeader-img p.right {
  background-color: rgba(228, 212, 64, 0.71);
  border-radius: 20px;
  padding: 1em;
  position: relative;
}

#mainHeader .mainHeader-img p.right span a {
  font-weight: bold;
  color: #ff1608;
  text-decoration: none;
}

#mainHeader .mainHeader-img p.right::after {
  top: 60%;
  right: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  border-right-color: rgba(228, 212, 64, 0.71);
  border-width: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 640px) {
  #mainHeader .mainHeader-img {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }

  #mainHeader .mainHeader-img p {
    width: 100%;
    font-size: 1.1em;
  }

  #mainHeader .mainHeader-img p.left::after {
    top: 100%;
    left: 40%;
    border: solid transparent;
    content: "";
    position: absolute;
    border-top-color: rgba(59, 161, 155, 0.71);
    border-width: 10px;
    margin-top: 0px;
  }

  #mainHeader .mainHeader-img p.right::after {
    top: 0;
    right: 40%;
    border: solid transparent;
    content: "";
    position: absolute;
    border-bottom-color: rgba(228, 212, 64, 0.71);
    border-width: 10px;
    margin-top: -20px;
  }
}

#container {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #mainHeader .mainHeader-inner {
    height: auto;
    padding-bottom: 10px;
  }

  #mainHeader .mainHeader-logo {
    width: auto;
  }

  #mainHeader .mainHeader-logo .mainHeader-logo-img {
    display: inline-block;
    width: 35%;
    margin: 0 5px 0 0;
  }

  #mainHeader .mainHeader-logo p {
    display: inline-block;
  }

  #mainHeader .mainHeader-tit {
    margin-bottom: 10px;
  }

  #mainHeader .mainHeader-img img {
    width: 50%;
  }
}

/* question////////////////////////////////////////////////////*/
#question {
  padding: 0 15px;
  background: #ef862d;
  overflow: hidden;
}

#question .question-inner {
  position: relative;
  max-width: 1000px;
  height: 450px;
  margin: auto;
  line-height: 1;
}

#question .question-inner::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top-color: #ef862d;
}

#question .question-img {
  position: absolute;
  bottom: 0;
  left: -30px;
}

#question .question-fukidashi {
  position: absolute;
}

#question .question-fukidashi.fukidashi01 {
  top: 60px;
  left: 285px;
}

#question .question-fukidashi.fukidashi02 {
  top: 210px;
  left: 452px;
}

#question .question-fukidashi.fukidashi03 {
  top: 285px;
  left: 647px;
}

@media screen and (max-width: 1139px) {
  #question .question-img {
    left: 0;
    width: 320px;
  }
}

@media screen and (max-width: 1024px) {
  #question .question-fukidashi.fukidashi02 {
    left: 420px;
  }

  #question .question-fukidashi.fukidashi03 {
    left: 480px;
  }
}

@media screen and (max-width: 899px) {
  #question .question-fukidashi.fukidashi02 {
    left: 320px;
  }

  #question .question-fukidashi.fukidashi03 {
    left: 380px;
  }
}

@media screen and (max-width: 767px) {
  #question .question-inner {
    height: auto;
    padding-top: 15px;
  }

  #question .question-img {
    position: relative;
    width: auto;
  }

  #question .question-fukidashi.fukidashi01,
  #question .question-fukidashi.fukidashi02,
  #question .question-fukidashi.fukidashi03 {
    display: none;
  }

  #question .question-inner::after {
    bottom: -40px;
  }
}

/* faq////////////////////////////////////////////////////*/
#faq {
  padding: 0 5px;
  background: #fff;
}

#faq .faq-inner {
  position: relative;
  max-width: 1020px;
  margin: auto;
  padding: 100px 0 0;
}

#faq .faq-tit {
  margin-bottom: 80px;
  padding: 0 10px;
  text-align: center;
}

#faq .faq-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

#faq .faq-list li {
  -webkit-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 20px;
  padding: 0 10px;
}

#faq .faq-list li dl {
  padding: 20px;
  background-color: #f5f5f5;
}

#faq .faq-list li dt {
  position: relative;
  margin-bottom: 25px;
  padding: 20px 20px 18px;
  font-size: 18px;
  color: #ef862d;
  text-align: center;
  line-height: 1.44;
  background-color: #fff;
  border: 1px solid #ef862d;
}

#faq .faq-list li dt span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#faq .faq-list li dt::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -5px;
  width: 34px;
  height: 55px;
  background: url(../img/sub2_qmark.png) center no-repeat;
  background-size: cover;
}

#faq .faq-list li dt::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background-color: #fff;
  border: 1px solid #ef862d;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1023px) {
  #faq .faq-tit {
    margin-bottom: 50px;
  }

  #faq .faq-list li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #faq .faq-inner {
    padding: 30px 0 0;
  }

  #faq .faq-tit {
    margin-bottom: 30px;
  }

  #faq .faq-list li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  #faq .faq-list li dl {
    padding: 10px;
  }

  #faq .faq-list li dt {
    position: relative;
    margin-bottom: 15px;
    padding: 10px 20px 8px 10px;
    font-size: 15px;
    line-height: 1.44;
  }

  #faq .faq-list li dt::before {
    top: -6px;
    right: -3px;
    width: 20px;
    background-position: center 0;
    background-size: 100% auto;
  }

  #faq .faq-list li dt br {
    display: none;
  }

  #faq .faq-list li dt span {
    display: inline;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  #faq .faq-list li dd {
    font-size: 12px;
  }
}

/* trial////////////////////////////////////////////////////*/
#trial {
  padding: 30px 0 0;
  background: #fff;
}

#trial .trial-tit {
  margin-bottom: 75px;
  padding: 0 15px;
  text-align: center;
}

#trial .trial-mv {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

#trial .trial-mv-item {
  -webkit-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

#trial .trial-mv-item.txt {
  padding: 60px 50px;
  background-color: #fff;
}

#trial .trial-mv-item.visual {
  background-image: url(../img/sub3_imag_naka.jpg);
  background-position: center;
  background-size: cover;
}

#trial .trial-mv-item.visual.fukei {
  background-image: url(../img/sub3_imag_fukei.jpg);
}

@media screen and (max-width: 1023px) {
  #trial .trial-tit {
    margin-bottom: 50px;
  }

  #trial .trial-mv-item.visual {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  #trial .trial-mv-item.txt {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 25px 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #trial {
    padding: 0;
  }

  #trial .trial-tit {
    margin-bottom: 20px;
  }

  #trial .trial-mv-item.visual,
  #trial .trial-mv-item.txt {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  #trial .trial-mv-item.txt {
    padding: 0 15px 15px;
    font-size: 12px;
  }

  #trial .trial-mv-item.visual.naka {
    display: none;
  }

  #trial .trial-mv-item.visual.fukei {
    background-image: none;
  }
}

/* contact////////////////////////////////////////////////////*/
.contact {
  padding: 0 15px;
  background: #fff;
  text-align: center;
}

.contact .contact-outer {
  max-width: 1000px;
  margin: auto;
  padding: 80px 0;
}

.contact .contact-inner {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.contact .contact-item {
  margin-bottom: 20px;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  text-align: center;
}

.contact .contact-item.btn a {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.pc .contact .contact-item.btn a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
}

.contact .contact-caution {
  display: inline-block;
  margin: auto;
  font-size: 12px;
}

.contact .contact-caution li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

.contact .contact-caution li span {
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

@media screen and (max-width: 1023px) {
  .contact .contact-outer {
    padding: 40px 0;
  }

  .contact .contact-item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-outer {
    padding: 20px 0 40px;
  }

  .contact .contact-inner {
    padding: 25px 0;
  }

  .contact .contact-item {
    margin-bottom: 15px;
    padding: 0;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }

  .contact .contact-item.tell img {
    width: 85%;
  }

  .contact .contact-caution {
    font-size: 10px;
  }
}

/* visualSpace1////////////////////////////////////////////////////*/
#visualSpace1 {
  width: 100%;
  height: 460px;
  background: url(../img/img_visualSpace1.jpg) center 0 no-repeat;
  background-size: auto 460px;
}

#visualSpace1.fix {
  background-attachment: fixed;
}

@media screen and (min-width: 1515px) {

  #visualSpace1,
  #visualSpace1.fix {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  #visualSpace1 {
    height: auto;
    background-image: none;
  }
}

/* effects////////////////////////////////////////////////////*/
#effects {
  padding: 0 5px;
  background: url(../img/sub4_bg.jpg) center center no-repeat;
  background-size: cover;
}

#effects .effects-inner {
  position: relative;
  max-width: 1020px;
  margin: auto;
  padding: 80px 0 60px;
}

#effects .effects-tit {
  margin-bottom: 80px;
  padding: 0 10px;
  text-align: center;
}

#effects .effects-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

#effects .effects-list li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}

#effects .effects-list li dl {
  overflow: hidden;
  padding: 25px 30px;
  background-color: #fff;
}

#effects .effects-list li dt {
  margin-bottom: 25px;
  font-size: 18px;
  color: #ef862d;
  text-align: center;
}

#effects .effects-list li .effects-list-img {
  float: left;
  width: 45%;
  text-align: center;
}

#effects .effects-list li:last-of-type .effects-list-img {
  margin-top: -20px;
}

#effects .effects-list li .effects-list-txt {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #effects {
    padding: 0 5px;
    background: url(../img/sub4_bg_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }

  #effects .effects-inner {
    padding: 30px 0 0px;
  }

  #effects .effects-tit {
    margin-bottom: 25px;
  }

  #effects .effects-list li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  #effects .effects-list li dl {
    padding: 15px;
  }

  #effects .effects-list li dt {
    margin-bottom: 10px;
    font-size: 15px;
  }

  #effects .effects-list li .effects-list-img {
    width: 25%;
    padding-right: 15px;
  }

  #effects .effects-list li:last-of-type .effects-list-img {
    margin-top: -10px;
  }

  #effects .effects-list li:nth-of-type(3) .effects-list-img img {
    width: 80%;
  }

  #effects .effects-list li .effects-list-txt {
    font-size: 12px;
  }
}

/* genuine////////////////////////////////////////////////////*/
#genuine {
  padding: 0 15px;
  background: #fff url(../img/sub5_bg.jpg) center no-repeat;
  background-size: auto 100%;
}

#genuine .genuine-inner {
  max-width: 1000px;
  margin: auto;
  padding: 80px 0 285px;
}

#genuine .genuine-tit {
  margin-bottom: 40px;
  text-align: center;
}

#genuine .genuine-txt {
  margin-bottom: 40px;
  text-align: center;
}

#genuine .genuine-list {
  display: table;
  max-width: 900px;
  margin: auto;
  padding: 20px 25px;
  color: #fff;
  background-color: #ef862d;
}

#genuine .genuine-list dt {
  display: table-cell;
  min-width: 345px;
  padding-right: 45px;
  vertical-align: middle;
}

#genuine .genuine-list dd {
  display: table-cell;
  padding-left: 45px;
  font-size: 12px;
  border-left: 1px solid #fff;
  vertical-align: middle;
}

@media screen and (min-width: 1470px) {
  #genuine {
    background-position: center bottom;
    background-size: cover;
  }

  #genuine .genuine-inner {
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 767px) {
  #genuine {
    padding-bottom: 27%;
    background: #fff url(../img/sub5_bg_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }

  #genuine .genuine-inner {
    padding: 30px 0 0;
  }

  #genuine .genuine-tit {
    margin-bottom: 25px;
  }

  #genuine .genuine-txt {
    margin-bottom: 15px;
    text-align: left;
    font-size: 12px;
  }

  #genuine .genuine-list {
    display: block;
    padding: 10px 15px;
  }

  #genuine .genuine-list dt {
    display: block;
    min-width: auto;
    margin-bottom: 10px;
    padding-right: 0;
    line-height: 1;
  }

  #genuine .genuine-list dd {
    display: block;
    padding: 10px 0 0;
    font-size: 12px;
    border-left: none;
    border-top: 1px solid #fff;
    line-height: 1.5;
  }
}

/* casestudies////////////////////////////////////////////////////*/
#casestudies {
  padding: 0 15px;
  background: #fff;
}

#casestudies .casestudies-inner {
  max-width: 1000px;
  margin: auto;
  padding: 80px 0;
}

#casestudies .casestudies-tit {
  margin-bottom: 50px;
  text-align: center;
}

#casestudies .casestudies-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

#casestudies .casestudies-list li {
  position: relative;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

#casestudies .casestudies-txt {
  position: absolute;
  top: 5%;
  left: 4%;
  width: 92%;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 767px) {
  #casestudies .casestudies-inner {
    padding: 30px 0;
  }

  #casestudies .casestudies-tit {
    margin-bottom: 25px;
  }

  #casestudies .casestudies-list li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  #casestudies .casestudies-txt {
    left: 2%;
    width: 96%;
    padding: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  #casestudies .casestudies-txt {
    padding: 8px;
    font-size: 10px;
  }

  #casestudies .casestudies-txt br {
    display: none;
  }
}

/* plan////////////////////////////////////////////////////*/
#plan {}

#plan .plan-tit {
  margin-bottom: 40px;
  padding: 0 15px;
  text-align: center;
}

#plan .plan-txt {
  margin-bottom: 45px;
  padding: 0 15px;
  font-size: 18px;
  text-align: center;
}

#plan .detail .detail-outer {
  padding: 0 15px 40px;
  background: #f5f5f5;
}

#plan .mt40 {
  margin-top: 3em;
}

#plan #plan2.detail .detail-outer {
  background: #f5f5f5 url(../img/sub7_bg2.png) center 160px no-repeat;
}

#plan .detail .detail-header {
  width: 90%;
  margin: auto;
  padding: 40px 0;
  text-align: center;
}

#plan #plan2.detail .detail-header {
  max-width: 640px;
}

#plan .detail .detail-tit {
  margin-bottom: 10px;
}

#plan .detail .detail-tit img {
  margin-bottom: 30px;
}

#plan .detail .detail-txt {
  margin-bottom: 30px;
  padding: 0 15px;
  color: #ef862d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

#plan .detail .detail-list {
  display: inline-block;
}

#plan .detail .detail-list li {
  position: relative;
  padding: 13px 10px 11px 30px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1;
}

#plan .detail .detail-list li::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 8px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  line-height: 1;
  background-color: #ef862d;
  border-radius: 50%;
}

#plan .detail .detail-list li:first-of-type {
  border-top: 1px solid #c8c8c8;
}

#plan .detail .detail-items {
  max-width: 1000px;
  margin: 0 auto 30px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#plan .detail .detail-items li {
  padding: 20px 10px;
  text-align: center;
  background-color: #fff;
  -webkit-flex-basis: 23.5%;
  flex-basis: 23.5%;
  max-width: 23.5%;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.pc #plan .detail .detail-items li:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
  cursor: pointer;
}

#plan .detail .detail-items li .detail-items_lead {
  margin-top: 20px;
  font-weight: bold;
}

#plan .detail .detail-items li .detail-items_lead.lavender {
  color: #a677b1;
}

#plan .detail .detail-items li .detail-items_lead.green {
  color: #00bf50;
}

#plan .detail .detail-items li .detail-items_lead.cool {
  color: #6fa2e9;
}

#plan .detail .detail-items li .detail-items_lead.warm {
  color: #fd9402;
}

#plan .detail .detail-price {
  text-align: center;
}

#plan .detail .detail-price_txt {
  margin-top: -35px;
  text-align: center;
}

#plan #plan2.detail .detail-price_txt {
  margin-top: 10px;
}

#plan .plan-contact {
  max-width: 1000px;
  margin: auto;
  padding: 80px 0;
}

#plan .plan-contact_tit {
  margin-bottom: 55px;
  padding: 0 15px;
  text-align: center;
}

#plan .plan-contact_inner {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
}

#plan .plan-contact .plan-contact_item {
  margin-bottom: 20px;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  text-align: center;
}

#plan .plan-contact .plan-contact_item.btn a {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.pc #plan .plan-contact .plan-contact_item.btn a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
}

@media screen and (max-width: 1023px) {
  #plan .plan-contact {
    padding: 50px 0;
  }

  #plan .detail .detail-outer {
    background-size: 120% auto;
  }

  #plan #plan2.detail .detail-outer {
    background-size: 90% auto;
    background-position: center 12.5%;
  }

  #plan .detail .detail-items li {
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 1.75%;
  }

  #plan .plan-contact .plan-contact_item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {

  #plan .detail .detail-outer,
  #plan #plan2.detail .detail-outer {
    padding-bottom: 15px;
    background-image: none;
  }

  #plan .detail .detail-header {
    padding: 20px 0 10px;
  }

  #plan #plan2.detail .detail-header {
    padding-bottom: 15px;
  }

  #plan .plan-tit {
    margin-bottom: 15px;
  }

  #plan .plan-tit img {
    width: 65%;
  }

  #plan .plan-txt {
    margin-bottom: 20px;
    font-size: 14px;
  }

  #plan .detail .detail-tit img {
    width: 50%;
    margin-bottom: 15px;
  }

  #plan #plan2.detail .detail-tit img {
    width: 40%;
  }

  #plan .detail .detail-tit img:first-of-type,
  #plan #plan2.detail .detail-tit img:first-of-type {
    width: 35px;
  }

  #plan .mt40 {
    margin-top: 1.7em;
  }

  #plan .detail .detail-txt {
    margin-bottom: 20px;
    font-size: 16px;
  }

  #plan .detail .detail-list {
    margin-bottom: 20px;
  }

  #plan .detail .detail-list li {
    padding: 10px 0 10px 16px;
    font-size: 12px;
  }

  #plan .detail .detail-list li::before {
    left: 2px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  #plan .detail .detail-items {
    margin-bottom: 10px;
  }

  #plan .detail .detail-items li {
    margin-bottom: 3%;
    padding: 10px 10px;
    -webkit-flex-basis: 48.5%;
    flex-basis: 48.5%;
    max-width: 48.5%;
    font-size: 12px;
  }

  #plan .detail .detail-items li img.switch {
    width: 50%;
  }

  #plan .detail .detail-items li .detail-items_lead {
    margin-top: 10px;
  }

  #plan .detail .detail-price_txt {
    margin-top: 5px;
    font-size: 12px;
  }

  #plan .plan-contact_tit {
    margin-bottom: 20px;
  }

  #plan .plan-contact_tit img {
    width: 75%;
  }

  #plan .plan-contact {
    padding: 25px 0;
  }

  #plan .plan-contact .plan-contact_item {
    margin-bottom: 15px;
    padding: 0;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }

  #plan .plan-contact .plan-contact_item.tell img {
    width: 85%;
  }

  #plan #plan2.detail .detail-price img {
    width: 60%;
  }
}

/* trialDetail////////////////////////////////////////////////////*/
#trialDetail {
  margin: 90px 0 -30px;
}

#trialDetail .trialDetail-header {
  margin-bottom: 50px;
  padding: 0 15px 40px;
  text-align: center;
  background-color: #f5f5f5;
}

#trialDetail .trialDetail-tit img {
  margin-bottom: 25px;
}

#trialDetail .trialDetail-tit img:first-of-type {
  margin-top: -90px;
}

#trialDetail .trialDetail-txt {
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  #trialDetail {
    margin: 90px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #trialDetail {
    margin-top: 15%;
  }

  #trialDetail .trialDetail-header {
    margin-bottom: 20px;
    padding: 0 25px 15px;
  }

  #trialDetail .trialDetail-tit img {
    margin-bottom: 10px;
  }

  #trialDetail .trialDetail-tit img:first-of-type {
    margin-top: -15%;
  }

  #trialDetail .trialDetail-txt {
    text-align: left;
    font-size: 12px;
  }
}

/* Footer////////////////////////////////////////////////////*/
#Footer {
  background-image: url(../img/footer_bk.gif);
  background-repeat: repeat-x;
  background-color: #E76C26;
  padding: 30px 15px 0;
  color: #ffede2;
  padding-bottom: 25px;
  font-size: 12px;
  margin-top: 20px;
  letter-spacing: 1px;
}

#Footer #wrapper {
  position: relative;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

#Footer .add-txt {
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 10px;
  line-height: 1.4;
}

#Footer .box {
  overflow: hidden;
  zoom: 1;
}

#Footer .fleft {
  float: left;
}

#Footer .fleft strong {
  margin-right: 25px;
}

#Footer .fright {
  float: right;
}

#Footer dl dt {
  float: left;
}

#Footer dl dd {
  float: left;
  margin-right: 21px;
}

#Footer .url a,
#Footer .fright dl dd a,
#Footer .fright dl dt a {
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 0px center;
  line-height: 1;
}

#Footer .fright dl dd a {
  background-image: url(../img/bt_arrow01.png);
}

#Footer .fright dl dt a {
  background-image: url(../img/bt_arrow02.png);
}

#Footer .fright dl dd a:hover {
  background-image: url(../img/bt_arrow01_on.png);
  color: #ffcaac;
}

#Footer .fright dl dt a:hover {
  background-image: url(../img/bt_arrow02_on.png);
  color: #ffcaac;
}

#Footer .url a:hover {
  color: #ffcaac;
}

#Footer .copyright {
  background-image: url(../img/footer_line.gif);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding-top: 9px;
  margin-top: 16px;
}

@media screen and (max-width: 929px) {
  #Footer .fright {
    float: none;
    clear: both;
    padding-left: 16em;
  }
}

@media screen and (max-width: 767px) {
  #Footer {
    margin-top: 0;
  }

  #Footer .add-txt br {
    display: none;
  }

  #Footer .number {
    display: block;
    margin: 1.8em 0 0.7em;
    font-size: 14px;
  }

  #Footer .fright {
    padding-left: 0;
  }

  #Footer .fright dl dd,
  #Footer .fright dl dt {
    width: 100%;
    margin: 0;
  }

  #Footer .fright dl dd a,
  #Footer .fright dl dt a {
    display: block;
    padding: 8px 0 8px 16px;
  }

  #Footer .copyright {
    background-size: 100% auto;
  }
}

/* Fadein////////////////////////////////////////////////////*/
.fadein {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out 0.2s;
  transition: all 0.6s ease-out 0.2s;
}

.fadein.scrollin {
  opacity: 1;
}

.fadein_y {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: all 0.6s ease-out 0.2s;
  transition: all 0.6s ease-out 0.2s;
}

.fadein_y.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadein_x {
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  -webkit-transition: all 0.6s ease-out 0.2s;
  transition: all 0.6s ease-out 0.2s;
}

.fadein_x.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadein_-x {
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  -webkit-transition: all 0.6s ease-out 0.2s;
  transition: all 0.6s ease-out 0.2s;
}

.fadein_-x.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.delay_1 {
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay_2 {
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}