@charset "UTF-8";

/*============================
top_img
============================*/
.top_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 650px;
  width: 100%;
  background: url(../images/home/top_img.png) no-repeat center top;
  background-size: cover;
}

.top_img img {
  width: 525px;
  margin-top: -70px;
  margin-left: -60px;
}

.top_img .catch {
  display: flex;
  flex-direction: column;
  margin-top: -55px;
}

.top_img .catch p {
  display: inline-block;
  padding: 15px 30px 18px;
  width: 370px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(19, 141, 236, 1) 0%, rgba(52, 207, 200, 1) 90%);
}

.top_img .catch p:nth-of-type(2) {
  margin-top: 10px;
  width: 490px;
}

.top_img .catch .big {
  font-size: 44px;
}

@media only screen and (max-width: 980px) {
  .top_img {
    height: 650px;
    background: url(../images/home/top_img_sp.png) no-repeat right top;
    background-size: cover;
  }

  .top_img img {
    width: 475px;
    margin-left: -40px;
  }

  .top_img .catch {
    font-size: 30px;
  }

  .top_img .catch p {
    font-size: 30px;
  }

  .top_img .catch .big {
    font-size: 38px;
  }
}


@media only screen and (max-width: 768px) {
  .top_img {
    height: 440px;
  }

  .top_img img {
    width: 295px;
    margin-left: -60px;
  }

  .top_img .catch {
    margin-top: -40px;
  }

  .top_img .catch p {
    width: 225px;
    padding: 10px 20px 13px;
    font-size: 20px;
  }

  .top_img .catch p:nth-of-type(2) {
    width: 290px;
  }

  .top_img .catch .big {
    font-size: 24px;
  }
}


/*============================
container
============================*/
.container {
  position: relative;
}

.container h2 .eng {
  display: inline-block;
  margin-right: 30px;
  color: #00146e;
  font-size: 70px;
}

.container h2 {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 60px;
  line-height: 1;
  color: #00146e;
}

@media only screen and (max-width: 768px) {
  .container h2 .eng {
    display: block;
    margin: 0 0 10px 0;
    font-size: 40px;
  }

  .container h2 {
    display: block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
  }
}


/*============================
#about
============================*/
#about {
  background-color: #e6f3ff;
}

#about .box {
  padding: 60px 90px;
  background-color: #fff;
  align-items: center;
}

#about img {
  width: 192px;
}

#about .text {
  width: 625px;
}

#about .lead {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #138dec;
}

@media only screen and (max-width: 768px) {
  #about .box {
    padding: 7% 5%;
  }

  #about img {
    width: 50%;
    margin: auto;
  }

  #about .text {
    width: 100%;
  }

  #about .lead {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
}


/*============================
#strengths
============================*/
#strengths h2 {
  display: block;
  text-align: center;
  position: relative;
}

#strengths h2 span {
  text-align: center;
  padding: 0 20px;
  font-size: 32px;
  color: #00146e;
  background-color: #fff;
}

#strengths h2::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00146e;
  z-index: -1;
}

#strengths dl {
  width: 230px;
}

#strengths dl dd {
  padding-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #strengths h2 span {
    padding: 0 10px;
    font-size: 18px;
  }

  #strengths dl {
    width: 46%;
  }

  #strengths dl:nth-of-type(n+3) {
    margin-top: 40px;
  }

  #strengths dl dd {
    padding-top: 10px;
    font-size: 14px;
  }
}


/*============================
#plan
============================*/
#plan {
  background-color: #e6f3ff;
  position: relative;
}

#plan::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/home/plan/01.png)no-repeat center bottom;
  background-size: 100%;
  z-index: 0;
}

#plan .box {
  padding: 50px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  position: relative;
  z-index: 1;
}

#plan .box p.lead {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #138dec;
}

#plan .box p:nth-of-type(n+2) {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #plan .box {
    padding: 7% 5%;
  }

  #plan .box p.lead {
    font-size: 18px;
    text-align: center;
  }

  #plan .box p {
    text-align: left;
  }
}


/*============================
#area
============================*/
#area img {
  width: 425px;
}

#area .flex {
  align-items: flex-start;
}

#area .box {
  width: 560px;
}

#area .box li {
  padding: 20px 0;
  width: 180px;
  font-size: 20px;
  color: #fff;
  background-color: #0071d1;
  text-align: center;
}

#area .box li:nth-of-type(n+4) {
  margin-top: 10px;
}

#area .box li:nth-of-type(2) {
  background-color: #138dec;
}

#area .box li:nth-of-type(3) {
  background-color: #0ecfbf;
}

#area .box li:nth-of-type(4) {
  background-color: #11c879;
}

#area .box li:nth-of-type(5) {
  background-color: #38c934;
}

#area .box li:nth-of-type(6) {
  background-color: #dcda4d;
}

#area .box li:nth-of-type(7) {
  background-color: #f79d19;
}

#area .box li:nth-of-type(8) {
  background-color: #f980b2;
}

#area .box li:nth-of-type(9) {
  background-color: #f45656;
}

#area .box p {
  margin-top: 10px;
  padding: 20px 0;
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #area .flex {
    flex-direction: column-reverse;
  }

  #area img {
    width: 80%;
    margin: auto;
  }

  #area .box {
    width: 100%;
  }

  #area .box ul {
    flex-direction: row;
  }

  #area .box li {
    padding: 15px 0;
    width: 48.5%;
    font-size: 18px;
  }

  #area .box li:nth-of-type(n+3) {
    margin-top: 3%;
  }

  #area .box p {
    margin-top: 3%;
    margin-bottom: 30px;
  }
}


/*============================
cta
============================*/
.cta {
  background: url(../images/home/conversion.png) no-repeat center bottom;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}

.cta .inner {
  background-color: #fff;
  padding: 60px 0;
}

.cta p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.cta a.tel {
  display: block;
  margin: auto;
  padding: 0 200px;
  width: 100%;
}

.cta a.tel img {
  margin: auto;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .cta {
    padding: 30px 0;
  }

  .cta .inner {
    padding: 5%;
  }

  .cta p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .cta a.tel {
    padding: 0 5%;
  }

  .cta a.tel img {
    width: 100%;
  }
}


/*============================
#case
============================*/
#case {
  background-color: #f5f5f5;
}

#case .box {
  background-color: #fff;
}

#case .box:nth-of-type(n+2) {
  margin-top: 50px;
}

#case .box h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  background-color: #138dec;
}

#case .box h3 span {
  padding: 5px 10px;
  background-color: #fff;
  color: #138dec;
  font-size: 13px;
  border-radius: 50px;
}

#case .box img {
  width: 490px;
}

#case .box .graph {
  width: 550px;
  padding: 50px 40px 30px 30px;
}

#case .box .graph img:first-child {
  width: 280px;
}

#case .box .graph img:last-child {
  width: 170px;
}

#case .min-info {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  #case .box:nth-of-type(n+2) {
    margin-top: 40px;
  }

  #case .box h3 {
    width: 100%;
    padding: 15px;
    font-size: 18px;
  }

  #case .box img {
    width: 100%;
  }

  #case .box .graph {
    width: 100%;
    padding: 40px 30px;
    flex-direction: column-reverse;
    position: relative;
  }

  #case .box .graph img:first-child {
    width: 100%;
    margin-top: 50%;
  }

  #case .box .graph img:last-child {
    position: absolute;
    top: 7%;
    right: 5%;
    width: 38%;
  }
}


/*============================
#flow
============================*/
#flow .flex {
  align-items: flex-start;
}

#flow .box {
  width: 500px;
  counter-reset: no;
  position: relative;
}

#flow .box::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 130%;
  background-color: #138dec;
  top: 100px;
  left: 50%;
  z-index: -1;
}

#flow .box:nth-of-type(2)::after {
  background-color: #36CFCF;
  height: 100%;
}

#flow h3 {
  margin-bottom: 30px;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background-color: #138dec;
  color: #fff;
  text-align: center;
}

#flow .box:nth-of-type(2) h3 {
  background-color: #34cfc8;
}

#flow dl {
  height: 310px;
  background-color: #e6f3ff;
  position: relative;
}

#flow dl:nth-of-type(n+2) {
  margin-top: 50px;
}

#flow dl dt {
  display: flex;
  align-items: center;
  padding-left: 80px;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #138dec;
  position: relative;
}

#flow .box:nth-of-type(2) dl dt {
  border-bottom: 1px solid #36CFCF;
}

#flow dl dt::before {
  counter-increment: no;
  content: counter(no, decimal-leading-zero);
  display: block;
  width: 60px;
  height: 60px;
  background-color: #138dec;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

#flow .box:nth-of-type(2) dl dt::before {
  background-color: #36CFCF;
}

#flow dl dd {
  padding: 30px 20px;
  font-weight: 400;
}

#flow dl dd .bold {
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

#flow dl dd img {
  margin-top: 10px;
  width: 60%;
}

#flow .start {
  margin-top: 50px;
  padding: 70px 0;
  background: url(../images/home/flow/01.png) no-repeat left top;
  background-size: cover;
  width: 100%;
  color: #fff;
  text-align: center;
}

#flow .start p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

#flow .start .lead {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #flow .box {
    width: 100%;
  }

  #flow .box:nth-of-type(2) {
    margin-top: 40px;
  }

  #flow .box::after {
    height: 80%;
  }

  #flow h3 {
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 18px;
  }

  #flow dl {
    height: auto;
  }

  #flow dl:nth-of-type(n+2) {
    margin-top: 30px;
  }

  #flow dl dt {
    padding-left: 60px;
    height: 46px;
    font-size: 18px;
  }

  #flow dl dt::before {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }

  #flow dl dd {
    padding: 5%;
  }

  #flow dl dd .bold {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 16px;
  }

  #flow dl dd img {
    width: 100%;
  }

  #flow .start {
    margin-top: 30px;
    padding: 7% 5%;
  }

  #flow .start p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
  }

  #flow .start .lead {
    margin-bottom: 10px;
    font-size: 18px;
  }

  #flow .start .lead::before,
  #flow .start .lead::after {
    width: 9%;
    left: 2%;
    top: -20%;
  }

  #flow .start .lead::after {
    right: 2%;
    left: auto;
  }
}


/*============================
#faq
============================*/
#faq {
  background-color: #e6f3ff;
}

#faq .choose {
  margin-bottom: 70px;
}

#faq .choose li {
  width: 500px;
  position: relative;
}

#faq .choose li::after {
  content: ' \f078';
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 18px;
  font-weight: 900;
  color: #00146e;
  font-family: "Font Awesome 6 Free";
}

#faq .choose li a {
  padding: 35px;
  display: block;
  background-color: #fff;
  border: 1px solid #00146e;
  color: #00146e;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

#faq h3 {
  margin-bottom: 30px;
  display: block;
  position: relative;
}

#faq h3 span {
  padding-right: 20px;
  font-size: 32px;
  color: #00146e;
  background-color: #e6f3ff;
  position: relative;
  z-index: 10;
}

#faq h3::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00146e;
}

#faq .inner .qa {
  background: #fff;
}

#faq #lowpower .text_wrapper {
  margin-bottom: 80px;
}

#faq .text_box {
  height: 0px;
  overflow: hidden;
}

#faq .show_more {
  width: 100%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: bottom 0.2s;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(90deg, rgba(19, 141, 236, 1) 0%, rgba(52, 207, 200, 1) 100%);
  font-size: 20px;
  padding: 16px 0;
}


@media only screen and (max-width: 768px) {
  #faq .choose {
    margin-bottom: 40px;
  }

  #faq .choose li {
    width: 100%;
  }

  #faq .choose li:nth-of-type(2) {
    margin-top: 20px;
  }

  #faq .choose li::after {
    right: 5%;
    top: 30%;
    font-size: 15px;
  }

  #faq .choose li a {
    padding: 15px;
    font-size: 18px;
  }

  #faq h3 {
    margin-bottom: 20px;
  }

  #faq h3 span {
    padding-right: 10px;
    font-size: 18px;
  }

  #faq h3::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #00146e;
  }

  #faq #lowpower .text_wrapper {
    margin-bottom: 40px;
  }

  #faq .show_more {
    font-size: 16px;
    padding: 15px 0;
  }
}


/*
.qaContainer
============================*/
#lowpower,
#highpower {
  counter-reset: no;
}

.qaContainer .box {
  position: relative;
}

.qaContainer .box:before {
  top: 0;
  left: 40px;
  position: absolute;
  counter-increment: no;
  content: counter(no, decimal-leading-zero)'.';
  color: #00146e;
  font-size: 28px;
  font-weight: 700;
  line-height: 85px;
  z-index: 10;
  font-family: "Outfit", sans-serif;
}

#highpower .qaContainer .box:before {
  content: 'Q'counter(no)'.';
}

.qaContainer .toggle {
  display: none;
}

.qaContainer .Label {
  padding: 30px 40px 30px 100px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #00146e;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.qaContainer .Label::before {
  content: '\2b';
  font-weight: 900;
  font-size: 17px;
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 85px;
  color: #00146e;
}

#highpower .qaContainer .Label::before {
  content: '\f078';
}

.qaContainer .content,
.qaContainer .answer {
  height: 0;
  overflow: hidden;
}

.qaContainer .Label,
.qaContainer .content,
.qaContainer .answer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.qaContainer .content .box:before {
  counter-increment: none;
  content: 'Q.';
  color: #138dec;
  line-height: 70px;
  left: 30px;
}

.qaContainer .content .Label {
  padding: 20px 90px 20px 85px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #222;
}

.qaContainer .content .Label::before {
  content: '\f078';
  line-height: 70px;
  color: #138dec;
}

.qaContainer .answer .text {
  padding: 20px 40px 50px 90px;
  font-size: 15px;
}

.qaContainer .answer .text ul,
.qaContainer .answer .text ol {
  padding: 10px 0;
}

.qaContainer .answer .text ul li {
  padding-left: 15px;
  position: relative;
}

.qaContainer .answer .text ul li:nth-of-type(n+2),
.qaContainer .answer .text ol li:nth-of-type(n+2) {
  margin-top: 10px;
}

.qaContainer .answer .text ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #138dec;
  top: 12px;
  left: 0;
}

.qaContainer .answer .fa-phone {
  color: #138dec;
}

.qaContainer .answer .fa-arrow-up-right-from-square {
  color: #999;
}

.qaContainer .toggle:checked + .Label + .content,
.qaContainer .toggle:checked + .Label + .answer {
  /*開閉時*/
  padding: 0 30px;
  height: auto;
  transition: all .3s;
}

.qaContainer .toggle:checked + .Label + .answer {
  padding: 0;
}

.qaContainer .toggle:checked + .Label::before {
  content: '\f068';
}

.qaContainer .content .toggle:checked + .Label::before,
#highpower .qaContainer .toggle:checked + .Label::before {
  content: '\f106';
}

@media only screen and (max-width: 768px) {
  .qaContainer .box:before {
    top: 0;
    left: 5%;
    font-size: 18px;
    line-height: 60px;
  }

  .qaContainer .Label {
    padding: 5% 10% 5% 16%;
    display: block;
    font-size: 16px;
    line-height: 1.7;
  }

  .qaContainer .Label::before {
    font-size: 13px;
    top: 0;
    right: 5%;
    line-height: 60px;
  }

  .qaContainer .content .box:before {
    line-height: 58px;
    left: 5%;
  }

  .qaContainer .content .Label {
    padding: 5% 10% 5% 15%;
    font-size: 15px;
  }

  .qaContainer .content .Label::before {
    line-height: 58px;
    right: 3%;
  }

  .qaContainer .answer .text {
    padding: 3% 0 5%;
    font-size: 14px;
    font-weight: 400;
  }

  .qaContainer .toggle:checked + .Label + .content,
  .qaContainer .toggle:checked + .Label + .answer {
    /*開閉時*/
    padding: 0 3%;
  }
}


/*============================
.trouble
============================*/
.trouble {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.trouble .inner {
  padding: 50px 0;
  font-size: 20px;
  line-height: 1;
  background-color: #fff;
  color: #222;
  text-align: center;
}

.trouble h2 {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  font-size: 34px;
}

.trouble p {
  font-size: 20px;
  margin-bottom: 30px;
}

.trouble .flex {
  justify-content: center;
  align-items: stretch;
}

.trouble .flex p {
  margin: 0 30px 0 0;
  padding: 8px 0;
  line-height: 26px;
}

.trouble .area {
  padding: 12px 0;
  background-color: #0ecfbf;
  width: 234px;
  color: #fff;
}

.trouble img {
  width: 478px;
}

/*開閉box*/
.info-Container .box {
  margin: 30px 40px 0 40px;
  border: 1px solid #00146e;
  overflow: hidden;
  transition: all 0.3s ease;
}

.info-Container .toggle {
  display: none;
}

.info-Container .box .content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.info-Container .box .Label {
  padding: 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #00146e;
  border: none;
  border-radius: 0;
  position: relative;
}

.info-Container .box .Label::before {
  content: '\f078';
  font-weight: 900;
  font-size: 17px;
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 55px;
  color: #00146e;
}

.info-Container .box .Label .tepco {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
}

.info-Container .box .Label .tepco img {
  width: 100%;
}

.info-Container p {
  font-size: 15px;
  line-height: 1.7;
}

.info-Container p i {
  color: #999;
}

.info-Container .toggle:checked + .box .content {
  height: auto;
}

.info-Container .toggle:checked + .box .Label::before {
  content: '\f106';
}

@media only screen and (max-width: 768px) {
  .trouble {
    padding: 30px 0;
  }

  .trouble .inner {
    padding: 5% 7%;
    font-size: 16px;
    line-height: 1.7;
  }

  .trouble h2 {
    font-size: 20px;
  }

  .trouble p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .trouble .flex p {
    margin: 0;
  }

  .trouble .area {
    width: 100%;
    font-size: 14px;
  }

  .trouble img {
    margin-top: 10px;
    width: 100%;
  }

  .info-Container .box {
    margin: 20px 0 0 0;
  }

  .info-Container .box .Label {
    padding: 5% 12% 5% 5%;
    font-size: 13px;
    line-height: 1.7;
  }

  .info-Container .box .Label::before {
    font-size: 12px;
    right: 3%;
  }

  .info-Container .box .Label .tepco img {
    margin-top: 0;
  }

  .info-Container p {
    padding: 3%;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 400;
  }
}

/*============================
partner
============================*/
.partner {
  background: url(../images/home/partner/01.png) no-repeat center bottom;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

.partner h2 {
  display: block;
  text-align: center;
  font-size: 38px;
  line-height: 1.7;
  color: #fff;
}

.partner a {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  width: 380px;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  transition-duration: .4s;
}

.partner a:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .partner {
    padding: 30px 0;
  }

  .partner h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .partner a {
    width: 100%;
    font-size: 16px;
  }

  .partner a:hover {
    transform: none;
  }
}


/*============================
entry
============================*/
/*
form
============================*/
.min {
  color: #888;
  font-weight: normal;
  font-size: 13px;
  margin-left: 10px;
}

form {
  margin: 0px;
  text-align: left;
}

fieldset {
  padding: 0px;
  border: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* shadow none */
}

input,
textarea,
select {
  line-height: 130%;
  padding: 6px;
  font-weight: normal;
  border: solid 1px #bababa;
  border-radius: 6px;
}

select {
  height: 34px;
  background: #fff;
  padding: 0 10px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto !important;
  margin-left: 2px;
  margin-right: 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  background: #fff;
}

:placeholder-shown {
  color: #565656;
}

::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

label.error {
  font-size: 12px;
  color: #df2500;
  display: inline-block;
  line-height: 1.2;
  padding-top: 6px;
}

.required {
  background: #f45656;
  color: #fff;
  font-size: 10px;
  padding: 6px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
}

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

  input,
  textarea,
  select {
    line-height: 90%;
  }
}


/*============================
entry
============================*/
.formTable {
  width: 100%;
  font-size: 15px;
}

.formTable tr:first-child {
  border-top: 1px solid #fff;
}

.formTable tr {
  display: block;
  border-bottom: 1px solid #fff;
  background-color: #e6f3ff;
}

.formTable th {
  width: 220px;
  vertical-align: middle;
  color: #fff;
  background-color: #138dec;
  padding-left: 16px;
}

.formTable td {
  padding: 20px 15px;
  width: 480px;
}

#entry .formTable td p {
  padding-bottom: 5px;
  font-size: 13px;
  color: #00146e;
}

article .inner p:nth-of-type(n+2) {
  margin-top: 18px;
}

input#zip {
  width: 200px !important;
}

.formTable td p:first-child {
  padding-top: 0;
}

.formTable input,
.formTable textarea {
  width: 100%;
}

.formTable textarea {
  height: 110px;
}

#form .radio-tr li {
  display: inline-block;
  margin-right: 20px;
}

#form .formBtn {
  padding-top: 20px;
}

.formBtn li {
  position: relative;
}

.free-form-group {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.free-form-group .flex {
  justify-content: flex-start;
}

.free-form-group .flex li {
  margin: 2px 20px 2px 0;
}

/* privacy */
#privacy-text {
  font-size: 10px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 30px auto 0;
}

#privacy-text h3 {
  font-weight: bold;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

#privacy-text p {
  padding-bottom: 0;
}

#privacy-text dt {
  font-weight: bold;
  padding-top: 10px;
}

#privacy {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

#privacy a {
  border-bottom: 1px solid #000;
  color: #111;
}

@media only screen and (max-width: 768px) {
  form {
    margin-top: 10px;
  }

  .formTable {
    width: 100%;
  }

  .formTable tr:first-child {
    border-top: none;
  }

  .formTable tr {
    padding: 10px 0 18px;
    background-color: #fff;
  }

  .formTable tr:last-child {
    border: none;
  }

  .formTable th {
    width: 100%;
    padding: 0;
    vertical-align: inherit;
    background: none;
    display: block;
    padding-bottom: 5px;
    position: relative;
    color: #00146e;
  }

  .formTable th:before {
    content: "■ ";
  }

  .formTable td {
    padding: 0;
    width: 100%;
    display: block;
  }

  input#zip {
    width: 200px !important;
  }

  .formTable td p:first-child {
    padding-top: 0;
  }

  .formTable input,
  .formTable textarea {
    width: 100%;
  }

  .formBtn li input {
    font-weight: bold;
  }

  #privacy-text {
    margin-top: 10px;
  }

  /* privacy */
  #privacy {
    margin-top: 20px;
    font-size: 15px;
  }
}

/*============================
confirm
============================*/
#confirm form {
  margin-top: 20px;
}

#confirm #entry .inner > p {
  margin-bottom: 30px;
}

.formBtn .btn01::before {
  border-color: #7b7b7b;
}

#confirm .formBtn li.editBtn input {
  color: inherit;
  background: #fff;
  border: 1px solid #00146e;
  background-size: 7px auto;
  color: #00146e;
}

.add_custom_confirm li {
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  #confirm h2 {
    display: block;
  }

  #confirm h2 span {
    display: block;
  }

  #confirm #entry {
    padding-top: 30px;
  }

  #confirm #entry .inner > p {
    margin-bottom: 10px;
  }

  #confirm .notice {
    line-height: 1.6;
    padding-top: 4px;
  }

  #confirm .formTable tr {
    padding: 12px 0;
  }

  #confirm .submitBtn {
    margin-top: 20px;
  }
}

/*============================
complete
============================*/

@media only screen and (max-width: 768px) {
  #complete h2 {
    display: block;
  }

  #complete h2 span {
    display: block;
  }

  #complete #entry {
    padding-top: 30px;
  }
}
