@charset "UTF-8";
/*----------------------------------------------------
　共通
----------------------------------------------------*/
body {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  body {
    padding: 100px 0 0 0;
  }
}

.btn {
  text-align: center;
  position: relative;
  width: 300px;
}
.btn:before {
  right: 65px;
}
.btn a {
  position: relative;
  display: block;
  background-color: #e71f19;
  box-shadow: 3px 3px 0 #8b120f;
  color: #FFF !important;
  border-radius: 5px;
  padding: 20px 30px;
  top: 0;
  left: 0;
}
.btn a:hover {
  opacity: 1;
  box-shadow: 0 0 0 #FFF;
  top: 4px;
  left: 4px;
}
.btn:hover {
  opacity: 1;
}

.contactBtn {
  font-size: 30px;
  width: 500px;
  margin: 0 auto;
}
.contactBtn a {
  background: url("../images/provider/mail.webp") 30% center no-repeat, #e71f19;
  background-size: 38px 28px;
  padding: 30px 30px 30px 60px;
}
.no-webp .contactBtn a {
  background: url("../images/provider/mail.png") 30% center no-repeat, #e71f19;
}
@media screen and (max-width: 768px) {
  .contactBtn {
    width: 90%;
    font-size: 22px;
  }
  .contactBtn a {
    padding: 10px 10px 10px 60px;
    background: url("../images/provider/mail.webp") 20% center no-repeat, #e71f19;
  }
  .no-webp .contactBtn a {
    background: url("../images/provider/mail.png") 20% center no-repeat, #e71f19;
  }
}

.inner2 {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner2 {
    width: 100%;
  }
}

.section {
  padding: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 20px 20px 50px;
  }
}

/*----------------------------------------------------
　ヘッダー
----------------------------------------------------*/
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  header .inner .logo {
    padding: 0 0 0 20px;
  }
}
header .btn {
  text-align: center;
  position: relative;
  width: 170px;
}
header .btn:before {
  right: 65px;
}
header .btn a {
  position: relative;
  display: block;
  background-color: #e71f19;
  box-shadow: 3px 3px 0 #8b120f;
  color: #FFF !important;
  border-radius: 5px;
  padding: 20px 30px;
  top: 0;
  left: 0;
}
header .btn a:hover {
  opacity: 1;
  box-shadow: 0 0 0 #FFF;
  top: 4px;
  left: 4px;
}
header .btn:hover {
  opacity: 1;
}
header .btn a {
  background: url("../images/provider/mail.webp") 20% center no-repeat, #e71f19;
  background-size: 17px 13px;
  padding: 5px 10px 5px 40px;
}
.no-webp header .btn a {
  background: url("../images/provider/mail.png") 20% center no-repeat, #e71f19;
}
@media screen and (max-width: 768px) {
  header .btn {
    display: none;
  }
}

header.top .logo {
  display: none;
}
@media screen and (max-width: 768px) {
  header.top .logo {
    display: block;
  }
}

/*----------------------------------------------------
　メイン
----------------------------------------------------*/
.main {
  background: url("../images/provider/mainBg.webp") center top repeat;
  background-size: cover;
  min-height: 800px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.no-webp .main {
  background: url("../images/provider/mainBg.jpg") center top repeat;
}
@media screen and (max-width: 768px) {
  .main {
    min-height: 300px;
  }
}
.main:after {
  background: url("../images/provider/main.webp") center top no-repeat;
  width: 770px;
  height: 610px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.no-webp .main:after {
  background: url("../images/provider/main.png") center top no-repeat;
}
@media screen and (max-width: 768px) {
  .main:after {
    width: 50%;
    height: 300px;
    background: url("../images/provider/main.webp") center bottom no-repeat;
    background-size: 100%;
  }
  .no-webp .main:after {
    background: url("../images/provider/main.png") center bottom no-repeat;
  }
}
.main .inner {
  font-style: italic;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main .inner {
    width: 100%;
    padding: 0 20px;
  }
}
.main .sub {
  font-size: 28px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 0 0 30px 10px;
}
@media screen and (max-width: 768px) {
  .main .sub {
    font-size: 15px;
    padding: 0 0 10px;
  }
}
.main h1 {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .main h1 {
    font-size: 24px;
  }
}
.main .plan {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 720px;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .main .plan {
    width: 100%;
  }
}
.main .plan .in {
  width: 350px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #3ba37d;
  color: #FFF;
  padding: 15px 20px;
  margin: 0 10px 0 0;
  font-size: 17px;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .main .plan .in {
    width: 60%;
    margin: 0 0 5px;
    padding: 5px;
    font-size: 13px;
  }
}
.main .plan .in span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .plan .in span:before {
  content: "";
  display: inline-block;
  background: url("../images/provider/meter_w.webp") center no-repeat;
  width: 65px;
  height: 30px;
}
.no-webp .main .plan .in span:before {
  background: url("../images/provider/meter_w.png") center no-repeat;
}
@media screen and (max-width: 768px) {
  .main .plan .in span:before {
    display: none;
  }
}
.main .plan .in:last-child {
  background-color: #2b658a;
  margin: 0;
}

/*----------------------------------------------------
　タイトル
----------------------------------------------------*/
.titleBox {
  text-align: center;
  font-size: 36px;
  padding: 70px 20px;
}
@media screen and (max-width: 768px) {
  .titleBox {
    font-size: 22px;
    padding: 30px 20px 50px;
  }
}

.page_main {
  font-size: 40px;
  text-align: center;
  position: relative;
  margin: 50px 0 70px !important;
  padding: 40px 0 0 !important;
}
@media screen and (max-width: 768px) {
  .page_main {
    font-size: 6vw !important;
    margin: 0 0 30px !important;
  }
}
.page_main:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 180px;
  height: 1px;
  background-color: #d7d7d7;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/*----------------------------------------------------
　プランボックス
----------------------------------------------------*/
.planBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.planBox .inBox {
  width: 50%;
  padding: 50px 30px 250px 0;
  background-color: #cae6dc;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .planBox .inBox {
    width: 100%;
    padding: 20px;
  }
}
.planBox .inBox .in {
  width: 560px;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  .planBox .inBox .in {
    width: 100%;
  }
}
.planBox .inBox .in .title {
  font-size: 22px;
  font-weight: bold;
  background-color: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: #3ba37d;
  margin: 0 0 20px;
}
.planBox .inBox .in .title span {
  background-color: #3ba37d;
  color: #FFF;
  font-size: 20px;
  padding: 15px 40px;
  margin: 0 20px 0 0;
}
.planBox .inBox .in .tx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-size: 22px;
  font-weight: 800;
  padding: 50px 0 43px 70px;
}
.planBox .inBox .in .tx:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background: url("../images/provider/meter_g.webp") left 50% no-repeat;
  width: 65px;
  height: 40px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.no-webp .planBox .inBox .in .tx:before {
  background: url("../images/provider/meter_g.png") left 50% no-repeat;
}
.planBox .inBox .in .tx span {
  display: block;
  font-size: 18px;
}
.planBox .inBox .in .imgBox {
  text-align: center;
}
.planBox .inBox .in .price {
  text-align: center;
}
.planBox .inBox .in .price p {
  background-color: #FFF;
  margin: 0 0 20px;
}
.planBox .inBox .in .price .pay, .planBox .inBox .in .price .pay2 {
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 768px) {
  .planBox .inBox .in .price .pay, .planBox .inBox .in .price .pay2 {
    padding: 0 10px;
    font-size: 16px;
  }
}
.planBox .inBox .in .price .pay:after, .planBox .inBox .in .price .pay2:after {
  content: "";
  display: block;
  background-color: #f4ec2f;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.planBox .inBox .in .price .pay span, .planBox .inBox .in .price .pay2 span {
  position: relative;
  z-index: 2;
}
.planBox .inBox .in .price .pay span.num, .planBox .inBox .in .price .pay2 span.num {
  font-size: 40px;
  color: #d91617;
}
@media screen and (max-width: 768px) {
  .planBox .inBox .in .price .pay span.num, .planBox .inBox .in .price .pay2 span.num {
    font-size: 30px;
  }
}
.planBox .inBox .in .price .pay2 {
  font-size: 14px;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .planBox .inBox .in .price .pay2 {
    font-size: 12px;
  }
}
.planBox .inBox .in .price .pay2:after {
  display: none;
}
.planBox .inBox .in .price .pay2 span.num {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .planBox .inBox .in .price .pay2 span.num {
    font-size: 20px;
  }
}
.planBox .inBox .in ul {
  background-color: #FFF;
  padding: 30px;
  border-radius: 5px;
  margin: 20px 0 0 0;
}
.planBox .inBox .in ul li {
  list-style: inside;
}
.planBox .inBox .in .tx2 {
  font-size: 14px;
}
.planBox .inBox:nth-child(2) {
  background-color: #bbe2ec;
  padding: 50px 0 250px 30px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .planBox .inBox:nth-child(2) {
    padding: 20px 20px 150px;
  }
}
.planBox .inBox:nth-child(2) .in .title {
  color: #2b658a;
}
.planBox .inBox:nth-child(2) .in .title span {
  background-color: #2b658a;
}
.planBox .inBox:nth-child(2) .in .tx {
  padding: 35px 0 30px 70px;
}
.planBox .inBox:nth-child(2) .in .tx:before {
  top: 50%;
  background: url("../images/provider/meter_b.webp") left center no-repeat;
}
.no-webp .planBox .inBox:nth-child(2) .in .tx:before {
  background: url("../images/provider/meter_b.png") left center no-repeat;
}
.planBox .btn {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .planBox .btn {
    bottom: 50px;
  }
}

/*----------------------------------------------------
　TOP
----------------------------------------------------*/
.pageCon {
  padding: 0 !important;
}

.topBox1 {
  padding: 0 0 100px;
}
.topBox1 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .topBox1 .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .topBox1 .inner {
    padding: 0 20px;
  }
}
.topBox1 .inner .inBox {
  flex: 1;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .topBox1 .inner .inBox {
    padding: 0 0 20px;
    width: 100%;
    flex: auto;
  }
}
@media screen and (max-width: 768px) {
  .topBox1 .inner .inBox .imgBox img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.topBox1 .inner .inBox .txBox h3 {
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .topBox1 .inner .inBox .txBox h3 {
    font-size: 18px;
  }
}

.topBox2 {
  background: url("../images/provider/bg.webp") center no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 50px 0 100px;
}
.no-webp .topBox2 {
  background: url("../images/provider/bg.jpg") center no-repeat;
}
@media screen and (max-width: 768px) {
  .topBox2 {
    padding: 0 20px 50px;
  }
}
.topBox2 .inner {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .topBox2 .inner {
    width: 100%;
  }
}
.topBox2 .inner .inBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .topBox2 .inner .inBox {
    padding: 0 0 30px;
  }
}
.topBox2 .inner .inBox .imgBox {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .topBox2 .inner .inBox .imgBox {
    width: 100%;
    text-align: center;
  }
}
.topBox2 .inner .inBox .txBox {
  width: 55%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .topBox2 .inner .inBox .txBox {
    width: 100%;
    font-size: 16px;
  }
}
.topBox2 .inner .inBox .txBox h3 {
  font-size: 30px;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .topBox2 .inner .inBox .txBox h3 {
    font-size: 20px;
  }
}

.topBox3 {
  padding: 50px 0 0;
}
.topBox3 .inner {
  max-width: 1000px;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .topBox3 .inner {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.topBox3 .inner dl dt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 20px;
  padding: 0 30px 0 0;
  margin: 0 0 30px;
  border: 1px solid #b4b4b4;
}
@media screen and (max-width: 768px) {
  .topBox3 .inner dl dt {
    padding: 0 5px 0 0;
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.topBox3 .inner dl dt:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Q";
  font-size: 36px;
  width: 40px;
  padding: 20px;
  margin: 0 50px 0 0;
  text-align: center;
  background-color: #2b658a;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .topBox3 .inner dl dt:before {
    font-size: 20px;
    width: 10%;
    padding: 10px;
    margin: 0 10px 0 0;
  }
}
.topBox3 .inner dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .topBox3 .inner dl dt span {
    width: 90%;
    justify-content: flex-start;
  }
}
.topBox3 .inner dl dd {
  padding: 0 0 50px 100px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .topBox3 .inner dl dd {
    padding: 0 0 30px;
  }
}
.topBox3 .sub {
  text-align: center;
  padding: 50px 20px;
  background-color: #f6f6f6;
  font-size: 18px;
}
.topBox3 .sub .tx1 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .topBox3 .sub .tx1 {
    font-size: 20px;
  }
}

.page {
  /*----------------------------------------------------
  　Service
  ----------------------------------------------------*/
  /*----------------------------------------------------
  　Service
  ----------------------------------------------------*/
  /*----------------------------------------------------
  　billing
  ----------------------------------------------------*/
  /*----------------------------------------------------
  　information
  ----------------------------------------------------*/
  /*----------------------------------------------------
  　Contact
  ----------------------------------------------------*/
}
.page.service .planBox {
  margin: 0 0 50px;
}
.page.service .planBox .inBox {
  padding: 50px 30px 50px 0;
}
@media screen and (max-width: 768px) {
  .page.service .planBox .inBox {
    padding: 20px;
  }
}
.page.service .planBox .inBox:nth-child(2) {
  padding: 50px 0 50px 30px;
}
@media screen and (max-width: 768px) {
  .page.service .planBox .inBox:nth-child(2) {
    padding: 20px;
  }
}
.page.service .planBox .inBox .in {
  min-height: 100px;
}
.page.service .serviceBox1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page.service .serviceBox1 .imgBox {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .page.service .serviceBox1 .imgBox {
    margin: 0 0 20px;
  }
}
.page.service .serviceBox1 .txBox {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .page.service .serviceBox1 .txBox {
    width: 100%;
  }
}
.page.service .serviceBox1 .txBox h3 {
  font-size: 20px;
}
.page.service .serviceBox2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page.service .serviceBox2 .inBox {
  width: 23%;
  margin: 0 1% 20px;
}
@media screen and (max-width: 768px) {
  .page.service .serviceBox2 .inBox {
    width: 98%;
  }
}
.page.support .inner2 .title {
  font-size: 30px;
  border-left: 4px solid #232323;
  padding: 0 0 0 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page.support .inner2 .title {
    margin: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 30px;
    text-align: center;
  }
}
.page.support .inner2 .title .tSub {
  font-size: 20px;
}
.page.support .inner2 ul {
  padding: 40px;
  margin: 0 0 10px;
  background-color: #EDEDED;
}
.page.support .inner2 ul li {
  list-style: decimal;
  margin: 0 0 0 2em;
  line-height: 150%;
  padding: 0.5em 0;
}
.page.support .inner2 p {
  padding: 0 !important;
}
.page.support .inner2 .sub {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  padding: 0 0 20px !important;
}
.page.support .footer_contact {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page.support .footer_contact {
    margin-top: 0;
  }
}
.page.billing .inner2 {
  padding: 0 20px;
}
.page.billing table tr th {
  background-color: #EFEFEF;
}
.page.billing .footer_contact {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page.billing .footer_contact {
    margin-top: 0;
  }
}
.page.information .footer_contact {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page.information .footer_contact {
    margin-top: 0;
  }
}
.page.contact #content .inner {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .page.contact #content .inner {
    width: 100%;
  }
}
.page.contact #content .inner form {
  padding: 50px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .page.contact #content .inner form {
    padding: 30px 20px;
  }
}
.page.contact #content .inner table th {
  border: none !important;
  font-size: 20px;
  width: 40% !important;
  vertical-align: top;
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  .page.contact #content .inner table th {
    width: 95% !important;
    border-bottom: 2px solid #FFF !important;
    padding: 0 0 10px 0 !important;
  }
}
.page.contact #content .inner table td {
  border: none !important;
  font-size: 20px;
  width: 60% !important;
}
@media screen and (max-width: 768px) {
  .page.contact #content .inner table td {
    padding: 15px 0;
    width: 100% !important;
  }
}
.page.contact #content .inner .phone, .page.contact #content .inner .phone1 {
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .page.contact #content .inner .phone, .page.contact #content .inner .phone1 {
    width: 18% !important;
  }
}
.page.contact #content .inner input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.page.contact #content .inner input[type="text"] {
  width: 100%;
}
.page.contact #content .inner input[type="email"],
.page.contact #content .inner .comment {
  width: 100%;
}
.page.contact #content .inner .submit {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .page.contact #content .inner .submit {
    padding: 0;
  }
}
.page.contact #content .inner .submit .btn {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  position: relative;
  font-size: 30px;
  width: 500px;
  margin: 0 auto;
  background: url("../images/provider/mail.webp") 30% center no-repeat, #e71f19;
  background-size: 38px 28px;
  padding: 30px 30px 30px 60px;
  box-shadow: 3px 3px 0 #8b120f;
  border: none;
  color: #FFF !important;
  border-radius: 5px;
  top: 0;
  left: 0;
}
.no-webp .page.contact #content .inner .submit .btn {
  background: url("../images/provider/mail.png") 30% center no-repeat, #e71f19;
}
.page.contact #content .inner .submit .btn:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  box-shadow: 0 0 0 #333;
  top: 4px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .page.contact #content .inner .submit .btn {
    width: 90%;
    font-size: 22px;
    padding: 10px 10px 10px 60px;
    background: url("../images/provider/mail.webp") 20% center no-repeat, #e71f19;
  }
  .no-webp .page.contact #content .inner .submit .btn {
    background: url("../images/provider/mail.png") 20% center no-repeat, #e71f19;
  }
}

/*----------------------------------------------------
　フッター
----------------------------------------------------*/
footer .footer_contact {
  background: url("../images/provider/bg.webp") center no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 50px 0 100px;
}
.no-webp footer .footer_contact {
  background: url("../images/provider/bg.jpg") center no-repeat;
}
@media screen and (max-width: 768px) {
  footer .footer_contact {
    padding: 0 20px 50px;
  }
}
footer .footer_contact .inner {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .inner {
    width: 100%;
  }
}
footer .footer_contact .inner table th {
  border: none !important;
  font-size: 20px;
  width: 40% !important;
  vertical-align: top;
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .inner table th {
    width: 100% !important;
    border-bottom: 2px solid #FFF !important;
    padding: 0 0 10px 0 !important;
  }
}
footer .footer_contact .inner table td {
  border: none !important;
  font-size: 20px;
  width: 60% !important;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .inner table td {
    width: 100% !important;
  }
}
footer .footer_contact .inner .phone {
  width: auto !important;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .inner .phone {
    width: 28% !important;
  }
}
footer .footer_contact .inner input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
footer .footer_contact .inner input[type="text"] {
  width: 100%;
}
footer .footer_contact .inner input[type="email"],
footer .footer_contact .inner .comment {
  width: 100%;
}
footer .footer_contact .inner .submit {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .inner .submit {
    padding: 0;
  }
}
footer .footer_contact .inner .submit .btn {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  position: relative;
  font-size: 30px;
  width: 500px;
  margin: 0 auto;
  background: url("../images/provider/mail.webp") 30% center no-repeat, #e71f19;
  background-size: 38px 28px;
  padding: 30px 30px 30px 60px;
  box-shadow: 3px 3px 0 #8b120f;
  border: none;
  color: #FFF !important;
  border-radius: 5px;
  top: 0;
  left: 0;
}
.no-webp footer .footer_contact .inner .submit .btn {
  background: url("../images/provider/mail.png") 30% center no-repeat, #e71f19;
}
footer .footer_contact .inner .submit .btn:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  box-shadow: 0 0 0 #333;
  top: 4px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .inner .submit .btn {
    width: 90%;
    font-size: 22px;
    padding: 10px 10px 10px 60px;
    background: url("../images/provider/mail.webp") 20% center no-repeat, #e71f19;
  }
  .no-webp footer .footer_contact .inner .submit .btn {
    background: url("../images/provider/mail.png") 20% center no-repeat, #e71f19;
  }
}
