<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  color: #222;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
  position: relative;
}

.clearfix {
  display: block;
}

.lum-lightbox {
  z-index: 999;
}

.wrap {
  position: relative;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

h2,
h3,
h4 {
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
a:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}

a img {
  transition: opacity 0.3s ease-out;
}

.article {
  background: url(../../images/smm/solarmate_bg.jpg) left bottom no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .article {
    padding: 20px 0 0;
    background: url(../../images/smm/solarmate_bg.jpg) left top no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  .article {
    padding-top: 0;
  }
}
.article section #formWrap {
  width: 100%;
  overflow: hidden;
}
.article section div {
  text-align: center;
  margin: auto;
}
.article section div.first_title {
  background: url(../img/solarmate_fukidashi.png) no-repeat;
  background-size: cover;
  height: 184px;
  width: 756px;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .article section div.first_title {
    background: url(../img/solarmate_fukidashi_sp.png) no-repeat;
    background-size: cover;
    width: 95%;
    height: 90px;
  }
}
.article section div.second_title {
  background: url(../img/0en.png) no-repeat;
  background-size: contain;
  width: 1000px;
  padding-top: 14.7%;
  font-size: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .article section div.second_title {
    width: 100%;
    height: 46px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.article section div.third_title {
  background: url(../img/motto_otoku_title.png) no-repeat;
  background-size: cover;
  height: 320px;
  width: 920px;
  font-size: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .article section div.third_title {
    background: url(../img/motto_otoku_title_sp.png);
    background-size: cover;
    width: 100%;
    padding-top: 35%;
    height: auto;
    margin-bottom: 20px;
  }
}
.article section div.four_title {
  background: url(../img/otoku_title.png) no-repeat;
  background-size: contain;
  width: 100%;
  font-size: 0;
  margin-bottom: 40px;
  padding-top: 12%;
}
@media screen and (max-width: 750px) {
  .article section div.four_title {
    width: 100%;
    height: auto;
  }
}
.article section div.question_title {
  background: url(../img/question_title.png) no-repeat;
  background-size: cover;
  padding-top: 12.5%;
  width: 1000px;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .article section div.question_title {
    width: 100%;
    height: auto;
  }
}
.article section.section-block {
  padding: 0 0 20px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .article section.section-block {
    max-width: 100%;
    padding: 0 20px 35px 20px;
  }
}
.article section.section-block .block-info {
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.article section.section-block .section-head {
  color: #fff;
  font-size: 1.8em;
  margin: 0 auto 40px;
  padding: 20px 0 0;
  background: #001199;
  height: 80px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .article section.section-block .section-head {
    color: #fff;
    font-size: 24px;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
}
.article section.section-block .section-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -19px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #001199 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.article section.section-block h3 {
  text-align: center;
  color: #001199;
  width: 680px;
  margin: 0 auto 10px;
  border-bottom: #001199 1px solid;
  font-size: 20px;
  padding: 0 0 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .article section.section-block h3 {
    width: 100%;
    font-size: 16px;
    padding: 0 25px 10px;
  }
}
.article section.section-block p {
  text-align: center;
  margin: 0 0 35px 0;
  font-size: 12px;
}
.article section.section-block table {
  width: 680px;
  margin: 0 auto 10px;
  border-collapse: separate;
  border-spacing: 5px;
}
@media screen and (max-width: 750px) {
  .article section.section-block table {
    width: 100%;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 480px) {
  .article section.section-block table {
    border-collapse: unset;
    margin: 0 auto;
    border-spacing: unset;
  }
}
.article section.section-block table th {
  width: 30%;
  padding: 15px;
  font-size: 14px;
  background: #d1d4ea;
  font-weight: bold;
  color: #001199;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.article section.section-block table th.require {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .article section.section-block table th {
    width: 100%;
    padding: 7px;
    font-size: 16px;
    background: transparent;
    font-weight: bold;
    color: #001199;
    box-sizing: border-box;
    vertical-align: middle;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .article section.section-block table th {
    text-align: left;
  }
}
.article section.section-block table th span {
  background: #ff9900;
  color: #fff;
  padding: 5px;
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 0.8em;
}
.article section.section-block table th em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.article section.section-block table td {
  width: 70%;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .article section.section-block table td {
    width: 100%;
    display: block;
    padding: 7px;
    box-sizing: border-box;
  }
}
.article section.section-block table td ul.contact-time-lst li {
  display: flex;
  margin-bottom: 1rem;
}
.article section.section-block table td label {
  display: inline-block;
  margin: 0 20px 10px 0;
  position: relative;
  cursor: pointer;
}
.article section.section-block table td label.contact-select::after {
  display: block;
  content: " ";
  position: absolute;
  top: 44%;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #001199;
  pointer-events: none;
  /*　←★これ*/
}
.article section.section-block table td label.contact-time {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.article section.section-block table td label.contact-time::before {
  content: "";
  display: inline-block;
  border: #001199 1px solid;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  left: 0;
  top: 50%;
  cursor: pointer;
  position: sticky;
  margin: 0 0.5rem 0 0;
  border-radius: 2px;
}
.article section.section-block table td label.contact-time::after {
  content: "";
  position: absolute;
  width: 15px;
  padding-top: 7px;
  left: 3px;
  top: 2px;
  border-left: 3px solid #0228a0;
  border-bottom: 3px solid #0228a0;
  transform: rotate(-45deg);
  display: none;
}
.article section.section-block table td input[type=text], .article section.section-block table td input[type=tel], .article section.section-block table td input[type=email] {
  background: #ffffff;
  border: #001199 1px solid;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .article section.section-block table td input[type=text], .article section.section-block table td input[type=tel], .article section.section-block table td input[type=email] {
    width: 100%;
  }
}
.article section.section-block table td input:checked + label::after {
  display: block;
}
.article section.section-block table td select {
  border: #001199 1px solid;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border-radius: 2px;
  background: #ffffff;
}
.article section.section-block table td textarea {
  display: block;
  border: #001199 1px solid;
  width: 100%;
  max-width: 460px;
  min-height: 120px;
  height: auto;
  padding: 0.5rem;
  margin-top: 10px;
  border-radius: 2px;
  background: #ffffff;
}
.article section.section-block table td textarea::-moz-placeholder {
  font-size: 16px;
  color: #c0bdbd;
}
.article section.section-block table td textarea::placeholder {
  font-size: 16px;
  color: #c0bdbd;
}
@media screen and (max-width: 480px) {
  .article section.section-block table td textarea {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .article section#lp-contents .block {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .article section#consult.section-block {
    padding-top: 20px;
  }
}
.article section #contact_btn,
.article section .contact_btn {
  text-align: center;
  width: 700px;
  margin: 20px auto;
}
@media screen and (max-width: 750px) {
  .article section #contact_btn,
  .article section .contact_btn {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .article section #contact_btn,
  .article section .contact_btn {
    margin-top: 10px;
    display: inline-block;
  }
}
.article section #contact_btn #submit-btn,
.article section .contact_btn #submit-btn {
  background: #001199;
  border: none;
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  width: 480px;
  cursor: pointer;
  margin: 0 10px;
}
@media screen and (max-width: 750px) {
  .article section #contact_btn #submit-btn,
  .article section .contact_btn #submit-btn {
    background: #001199;
    padding: 10px 0;
    font-size: 16px;
    width: 80%;
    margin: 0 5px;
  }
}
.article section #contact_btn #submit:hover,
.article section #contact_btn #submit-btn:hover,
.article section .contact_btn #submit:hover,
.article section .contact_btn #submit-btn:hover {
  background: #3333bb;
}
.article section #contact_btn span,
.article section .contact_btn span {
  display: block;
  font-size: 12px;
  margin-top: 1rem;
}
.article section#consult {
  margin-bottom: 20px;
}
.article section#consult .information_box {
  padding: 0 0 20px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .article section#consult .information_box {
    padding: 0 20px;
  }
}
.article section#consult .information_box h4 {
  text-align: center;
  margin: 0 0 10px;
}
.article section#consult .information_box span.small {
  font-size: 0.8rem;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.article section#consult .information_box span.large {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  font-weight: bold;
}
.article section#consult .information_box ul.info {
  width: 813px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 750px) {
  .article section#consult .information_box ul.info {
    display: block;
  }
}
.article section#consult .information_box ul.info li {
  display: block;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .article section#consult .information_box ul.info li {
    margin-bottom: 10px;
  }
}
.article section#consult .information_box ul.info li span.text {
  font-size: 0;
}
.article section#consult .information_box ul.info li.call a {
  background: url(../../images/smm/info_call.png) no-repeat;
  background-size: cover;
  width: 260px;
  height: 87px;
  display: block;
}
.article section#consult .information_box ul.info li.line_app a {
  background: url(../../images/smm/info_line.png) no-repeat;
  background-size: cover;
  width: 260px;
  height: 87px;
  display: block;
}
.article section#consult .information_box ul.info li.mail_app a {
  background: url(../../images/smm/info_mail.png) no-repeat;
  background-size: cover;
  width: 260px;
  height: 87px;
  display: block;
}
.article section#company {
  margin: 20px auto 95px;
  padding: 40px 0;
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 750px) {
  .article section#company {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
.article section#company &gt; div {
  margin: 0px;
  padding: 0px;
  background: none;
  display: none;
}
.article section#company &gt; div .company-inner {
  margin: 0 25px;
  font-size: 16px;
  text-align: left;
}
.article section#company &gt; div .company-inner p {
  font-size: 16px;
  text-align: left;
}
.article section#company &gt; div .company-inner #company_top {
  margin: 30px 0;
  display: inline-block;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .article section#company &gt; div .company-inner #company_top {
    margin: 15px 0;
  }
}
.article section#company &gt; div .company-inner #company_top p {
  width: 634px;
  float: left;
}
@media screen and (max-width: 750px) {
  .article section#company &gt; div .company-inner #company_top p {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.article section#company &gt; div .company-inner #company_top figure {
  width: 336px;
  float: right;
}
@media screen and (max-width: 750px) {
  .article section#company &gt; div .company-inner #company_top figure {
    width: 100%;
    height: auto;
  }
}
.article section#company &gt; div .company-inner table {
  width: 100%;
}
.article section#company &gt; div .company-inner table th {
  padding: 10px 20px;
  border: #999 1px solid;
  background: #d1d4ea;
  color: #001199;
  width: 20%;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .article section#company &gt; div .company-inner table th {
    padding: 5px 10px;
    border: #999 1px solid;
    background: #d1d4ea;
    color: #001199;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    display: block;
    text-align: center;
  }
}
.article section#company &gt; div .company-inner table td {
  padding: 10px 20px;
  border: #999 1px solid;
  width: 80%;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .article section#company &gt; div .company-inner table td {
    padding: 5px 10px;
    border: #999 1px solid;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}
.article section#company &gt; div .company-inner table td p {
  margin: 0 0 10px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  .article section#company &gt; div .company-inner table td p {
    padding: 0;
    text-indent: 0;
  }
}
.article section#company h2 {
  cursor: pointer;
  text-align: center;
  color: #001199;
  font-size: 25px;
  padding: 15px 0;
  margin: 0 25px;
  position: relative;
  border: #001199 solid 2px;
}
.article section#company h2 span {
  background: #000;
  width: 100px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 50%;
}
.article section#company h2 span::after, .article section#company h2 span::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #001199;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.article section#company h2 span::after {
  background: #001199;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.article section#company h2 span.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.article section .block {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 750px) {
  .article section .block {
    width: 100%;
    height: auto;
  }
}
.article section .block p.img-block {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .article section .block p.img-block {
    text-align: center;
  }
}
.article section .block p.text-block {
  width: 700px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 0.8rem;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .article section .block p.text-block {
    width: 90%;
    font-size: 11px;
    margin-top: 20px;
    font-weight: bold;
    display: inline-block;
  }
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img {
    max-width: 100%;
  }
}
#page-top {
  display: none;
}
#page-top .pagetop {
  width: 50px;
  height: 30px;
  position: fixed;
  right: 0;
  bottom: -4px;
  background-color: #001199;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  #page-top .pagetop {
    width: 50px;
    height: 50px;
    right: 0;
  }
}
#page-top .pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}

.fadeIn {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  animation: fadeOut 1s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Q and A  */
/* QandA */
.QandAFVtitle {
  position: relative;
  padding-left: 36px;
}

.QandAFVtitle::before {
  position: absolute;
  content: "";
  background-image: url(../img/SVG/iconQandA.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}

.iconQ {
  width: 47px;
  height: 38px;
}

.iconA {
  width: 47px;
  height: 38px;
}

.QandAsect {
  background: #f8f8f8;
  height: auto;
  width: 100%;
  padding-top: 90px;
}

.QandAbefore {
  background: #f8f8f8;
  height: auto;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 0px;
}

.QandAwrap {
  width: 100%;
  max-width: 1098px;
  height: auto;
  margin: 0 auto 0px auto;
}

.QandAwrap .descript {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #002299;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 40px;
}

.question1 {
  background: #FFF0DC;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-items: flex-start;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}

.question2 {
  background: #FFF;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-items: flex-start;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}

.questions {
  width: 100%;
  height: 240px;
  background: #FFF0DC;
  margin-bottom: 40px;
  display: grid;
  grid-template-rows: 1fr 4px 1fr;
  justify-items: flex-start;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}

.borderQandA {
  width: 928px;
  height: 2px;
  display: block;
}

.questions:nth-of-type(2n) {
  background: #FFF;
}

#company .logo {
  width: 220px;
}

/* main */
main {
  width: 1000px;
  margin: 0 auto;
}

#why_title {
  margin: 0 0 80px 0;
}

.title {
  margin: 0 0 60px 0;
  text-align: center;
}

.title p {
  font-size: 24px;
  border-bottom: #001199 4px solid;
  padding: 0 0 0px 0;
  color: #001199;
  width: 500px;
  margin: 0 auto;
  font-weight: bold;
}

.title p span {
  font-size: 30px;
}

.title h2 {
  font-size: 40px;
  font-weight: 300;
}

.title h2 span {
  font-size: 50px;
  font-weight: bolder;
}

#box01 article,
#box02 article,
#box03 article {
  border-left: #88ddbb 15px solid;
  -o-border-image: linear-gradient(0deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
     border-image: linear-gradient(0deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
  border-image-slice: 1;
  padding: 0 0 0 25px;
  width: 100%;
  box-sizing: border-box;
}

#box01 article figure,
#box02 article figure,
#box03 article figure {
  width: 360px;
  float: right;
}

#box01 article div,
#box02 article div,
#box03 article div {
  width: 580px;
  float: left;
}

#box01 article div h3,
#box02 article div h3,
#box03 article div h3 {
  font-size: 24px;
  color: #990000;
  border-bottom: #999999 1px solid;
  text-align: center;
  margin: 0 0 20px;
  padding: 0 0 10px;
}

#box01 article div p,
#box02 article div p,
#box03 article div p {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 25px;
}

#box01 article div ul li,
#box02 article div ul li,
#box03 article div ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 30px 0 0;
}

#box01 article div ul li:last-of-type,
#box02 article div ul li:last-of-type,
#box03 article div ul li:last-of-type {
  margin: 0;
}

#box01 article div ul li a,
#box02 article div ul li a,
#box03 article div ul li a {
  color: #001199;
  text-decoration: none;
  display: block;
  font-weight: bolder;
}

/* box01 */
#box01 {
  padding: 0 0 80px 0;
}

/* box02 */
#box02 {
  padding: 80px 0;
  background: #f2f2f2;
}

.wrapper {
  margin: 0 auto;
  width: 1000px;
}

/* box03 */
#box03 {
  padding: 80px 0;
}

.min {
  font-size: 11px;
}

/* cv */
.cv {
  width: 100%;
  background: #d1d4ea;
  padding: 30px 0 25px;
  margin: 0 0 60px;
  text-align: center;
}

.cv02 {
  width: 100%;
  background: #d1d4ea;
  padding: 180px 0 55px;
  margin: 0 0 60px;
  text-align: center;
  position: relative;
}

.cv h2,
.cv02 h2 {
  font-size: 1.4em;
  line-height: 1.25;
  margin: 0 0 15px 0;
  height: 81px;
  background-position: center;
  background-image: url("../images/cv_title.svg");
  background-repeat: no-repeat;
}

.cv div,
.cv02 div {
  width: 400px;
  margin: 0 5px;
  display: inline-block;
}

.cv div a,
.cv02 div a {
  border: #001199 2px solid;
  display: block;
  color: #001199;
  text-decoration: none;
  line-height: 70px;
  box-sizing: border-box;
  border-radius: 70px;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
}

.cv div:last-of-type a:hover,
.cv02 div:last-of-type a:hover {
  background: #06c755;
  border: #06c755 2px solid;
}

.cv div a:hover,
.cv02 div a:hover {
  background: #001199;
  color: #fff;
}

.cv02 figure {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 900px;
}

/* box04 */
#box04 {
  padding: 44px 0 156px;
  text-align: center;
}

#box04_title {
  margin: 0 0 50px 0;
}

#box04_title p {
  color: #001199;
  font-size: 24px;
  margin: 0 0 35px 0;
  font-weight: bold;
}

#box04_title h2 {
  font-size: 30px;
  padding: 15px 0 20px;
  border: #88ddbb 2px solid;
  -o-border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
     border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
  border-image-slice: 1;
  width: 560px;
  box-sizing: border-box;
  color: #001199;
  margin: 0 auto;
  line-height: 1.4;
}

#box04_title h2 span {
  font-size: 38px;
}

#box04_text {
  font-size: 18px;
  margin: 0 0 570px;
}

#box04 article {
  position: relative;
  background: #f2f2f2;
  padding: 170px 0 72px;
  margin: 0 0 90px;
}

#box04 article figure {
  position: absolute;
  width: 680px;
  height: auto;
  top: -490px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

#box04 article h3 {
  position: absolute;
  top: 310px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 409px;
}

#box04 article p {
  line-height: 2;
  font-size: 18px;
}

#box04 &gt; h3 {
  font-size: 24px;
}

#box04 h3 span {
  color: #990000;
}

/* box05 */
#box05 {
  margin: 0 0 70px 0;
  padding: 0 0 160px 0;
  background-image: url(../images/line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}

#box05 h2 {
  font-size: 30px;
  border-bottom: #88ddbb 2px solid;
  -o-border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
     border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
  border-image-slice: 1;
  padding: 0 0 10px 0;
  margin: 0 auto 50px;
  width: 560px;
  letter-spacing: 0.2em;
}

#box05 p {
  margin: 0 0 80px 0;
  font-size: 18px;
  line-height: 2;
}

#box05 h3 {
  border: #001199 2px solid;
  padding: 5px 0;
  margin: 0 auto 15px;
  width: 300px;
  color: #001199;
  font-size: 20px;
}

#box05 p:last-of-type {
  font-size: 18px;
  margin: 0 0 60px 0;
  line-height: 1;
  font-weight: bold;
}

#box05 figure {
  width: 670px;
  margin: 0 auto;
}

/* box06 */
#box06 {
  padding: 0 0 160px;
}

#box06 h2 {
  font-size: 30px;
  color: #001199;
  margin: 0 0 98px 0;
  text-align: center;
}

#box06 h2 span {
  font-size: 36px;
}

#box06 p {
  font-size: 11px;
  width: 900px;
  margin: 0 auto;
}

#box06 figure {
  width: 900px;
  margin: 0 auto;
}

/* box07 */
#box07 {
  margin: 0 0 95px 0;
  border-bottom: #999999 2px solid;
}

#box07 .box07_title div {
  padding: 26px 10px;
  width: 75%;
  border: 1px solid #fff;
  display: inline-block;
}

.box07_title {
  color: #fff;
  font-size: 1.6em;
  margin: 0 auto 50px;
  padding-top: 0.53em;
  background: #001199;
  height: 160px;
  width: 100%;
  text-align: center;
  position: relative;
}

.box07_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #001199 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

#box07 article {
  padding: 0 0 95px;
}

#box07 article h3 {
  width: 100%;
  padding: 0 0 10px 70px;
  margin: 0 0 25px 0;
  font-size: 26px;
  box-sizing: border-box;
  background-position: bottom;
  background-repeat: no-repeat;
  letter-spacing: 0.2em;
}

#box07 article h3.title01 {
  background-image: url(../images/box07_title_line.png);
}

#box07 article h3.title02 {
  background-image: url(../images/box07_title_line02.png);
}

#box07 article h3.title03 {
  background-image: url(../images/box07_title_line03.png);
}

#box07 div {
  padding: 0 70px;
}

#box07 div p {
  margin: 0 0 40px 0;
  font-size: 16px;
}

#submit {
  background: #001199;
  border: none;
  padding: 8px 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  width: 330px;
  cursor: pointer;
  cursor: hand;
  margin: 0 10px;
}

#myreset {
  background: #eee;
  border: none;
  padding: 8px 0;
  color: #000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  width: 330px;
  cursor: pointer;
  cursor: hand;
  margin: 0 10px;
}

#confirm tr {
  border-bottom: #001199 1px solid;
}

.input-l {
  width: 100%;
}

footer {
  background: #001199;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  position: relative;
}

footer p:first-child {
  text-align: center;
}

#page_top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  border: #fff 2px solid;
  background: #001199;
  width: 50px;
  height: 50px;
  scroll-behavior: smooth;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

#page_top.scrollin {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

#page_top:hover {
  background-color: #3333bb;
}

.button a {
  color: #001199;
}

.lum-gallery-button {
  display: none !important;
}

#link01,
#link02,
#link03,
#link04 {
  padding-top: 80px;
  margin-top: -80px;
  display: inline-block;
}

/* company */
.line {
  width: 100%;
  height: 30px;
  position: relative;
  background: #001199;
}

.line::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 6.2px;
  background: linear-gradient(90deg, rgb(136, 221, 187) 0%, rgb(136, 221, 187) 30%, rgb(0, 17, 153) 100%);
}

input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  vertical-align: baseline;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  input[type=checkbox] {
    margin-right: 10px;
  }
}

.contact-time {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: block !important;
  font-size: 13px !important;
  color: #ff8700 !important;
  margin-top: 5px !important;
}

.wpcf7-response-output {
  text-align: center !important;
  margin: 10px auto !important;
  color: #F00 !important;
  font-size: 15px !important;
}
@media screen and (max-width: 572px) {
  .wpcf7-response-output {
    font-size: 84% !important;
    margin-top: 10px !important;
  }
}

.spam-capcha label {
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 10px auto;
  font-size: 16px;
}
.spam-capcha label &gt; span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
}
.spam-capcha label &gt; span input[type=text] {
  width: 150px;
  margin-left: 10px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background: #ffffff;
}
.spam-capcha label &gt; span .wpcf7-not-valid-tip {
  display: block !important;
  position: absolute !important;
  white-space: nowrap !important;
  bottom: -25px !important;
}
@media screen and (max-width: 480px) {
  .spam-capcha label &gt; span .wpcf7-not-valid-tip {
    left: -38%;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}/*# sourceMappingURL=smm-contact-blog.css.map */</pre></body></html>