@charset "UTF-8";

/* =================================
SubPage
==================================== */

.cf {
  *zoom: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #c6c6c6;
}

form :-moz-placeholder {
  opacity: 1;
  color: #c6c6c6;
}

form ::-moz-placeholder {
  opacity: 1;
  color: #c6c6c6;
}

form :-ms-input-placeholder {
  color: #c6c6c6;
}

::-moz-selection {
  color: #fff;
  background: rgba(66, 152, 141, 0.7);
}

::selection {
  color: #fff;
  background: rgba(66, 152, 141, 0.7);
}

/*==============================
intersection of SubPgae
==============================*/

.page-module {
  padding-bottom: 4.375em;
}

.page-module .page-mv {
  position: relative;
  color: #fff;
  border-top: 5px solid #e2efee;
  border-bottom: 5px solid #e2efee;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.page-module .page-mv:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(36, 82, 76, 0.5);
}

.page-module .page-mv.txt-mv {
  background: #e2efee;
}

.page-module .page-mv.txt-mv:after {
  height: 5px;
  background: #fff;
}

.page-module .page-mv.txt-mv:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
}

.page-module .page-mv.txt-mv .page-header {
  height: 10.625em;
  padding-bottom: 3.2em;
}

.page-module .page-mv.txt-mv .page-ttl-jp {
  color: #614c3f;
}

.page-module .page-mv.txt-mv .page-ttl-en {
  color: #a0cbc6;
}

.page-module .page-mv.txt-mv .page-intro {
  bottom: 0.8em;
  color: #817c7a;
}

.page-module .page-header {
  position: relative;
  height: 18.75em;
  padding-bottom: 4em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}

.page-module .page-ttl {
  position: relative;
  padding-left: 2.5%;
  margin-bottom: 0.675em;
}

.page-module .page-ttl:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background: #42988d;
  border-right: 2px solid #fff;
}

.page-module .page-ttl-jp {
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.35;
}

.page-module .page-ttl-jp span {
  font-size: 0.6em;
  padding: 0 0 0 1em;
  color: #42988d;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

.page-module .page-ttl-en {
  letter-spacing: 0.1em;
  color: #e2efee;
}

.page-module .page-intro {
  padding-left: 2.8%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 0.875em;
  position: absolute;
  left: 0;
  bottom: 1.72em;
  height: 3em;
}

.page-module .l-breadcrumbs {
  padding: 0.497em 0;
  font-size: 0.75em;
  line-height: 1.5;
  color: #817c7a;
  background: #faf7ef;
}

.page-module .l-breadcrumbs span[property="itemListElement"] {
  padding: 0 1em 0 1.35em;
  display: inline-block;
  vertical-align: middle;
}

.page-module .l-breadcrumbs span[property="itemListElement"]:first-child {
  padding-left: 0;
}

.page-module .l-breadcrumbs span[property="itemListElement"]:not(:first-child) {
  background: url(../img/module/icon_arw_01_lg.svg) no-repeat left center/0.4em;
}

.page-module .l-breadcrumbs span[property="itemListElement"]:nth-child(n + 3) {
  max-width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-module .l-breadcrumbs a {
  color: #817c7a;
  line-height: 1.5;
}

.l-contents {
  padding-bottom: 9.375em;
}

.content-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-inner .current-nav {
  display: none;
}

.main-wrap {
  width: 74.5%;
  max-width: 870px;
}

.l-side {
  width: 22.5%;
}

.l-side .side-ttl {
  position: relative;
  padding: 0.4em 0 0.4em 10%;
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #42988d;
  border-bottom: 2px solid #e2efee;
}

.l-side .side-ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 5px;
  height: 94.8%;
  background: #42988d;
}

.l-side .side-ttl:after {
  font-family: "Roboto", sans-serif;
  content: attr(data-title) " ";
  color: #a0cbc6;
  font-size: 0.75em;
  letter-spacing: 0.075em;
  padding-left: 1.5em;
}

.l-side .side-ttl + .local-nav {
  border-top: none;
}

.l-side .side-nav + .side-ttl {
  margin-top: 3em;
}

.l-side .current-nav {
  display: block;
  padding: 0.4em 0;
  margin-bottom: 3px;
  background: #faf7ef;
}

.l-side .current-nav a {
  position: relative;
  display: block;
  padding: 0.775em 3% 0.775em 17%;
  font-size: 0.875em;
  letter-spacing: 0.075em;
  line-height: 1.35;
  transition: background-color 0.3s;
}

.l-side .current-nav a:before,
.l-side .current-nav a:after {
  position: absolute;
  content: "";
  background: #a0cbc6;
  left: 11%;
  margin: auto;
}

.l-side .current-nav a:before {
  top: 0.83em;
  width: 1px;
  height: 1.14em;
}

.l-side .current-nav a:after {
  top: 1.4em;
  width: 0.57em;
  height: 1px;
}

.l-side .current-nav a:hover,
.l-side .current-nav a:active {
  background-color: #e2efee;
}

.l-side .current-nav a.current {
  font-weight: 700;
  color: #42988d;
}

.l-side .local-nav {
  border-top: 2px solid #e2efee;
}

.l-side .local-nav li {
  border-bottom: 1px solid #e2efee;
}

.l-side .local-nav a {
  display: block;
  padding: 0.9em 0.5em 0.9em 11%;
  font-size: 0.875em;
  letter-spacing: 0.075em;
  background: url(../img/module/icon_arw_01_lg.svg) no-repeat right 3%
    center/0.4em;
  transition: background-color 0.3s;
}

.l-side .local-nav a:hover,
.l-side .local-nav a:active {
  background-color: #e2efee;
}

.l-side .second-hierarchy {
  margin-top: 3em;
  border-top: 2px solid #e2efee;
}

.l-side .second-hierarchy li {
  border-bottom: 1px solid #e2efee;
}

.l-side .second-hierarchy li:last-child {
  border-bottom: 2px solid #e2efee;
}

.l-side .second-hierarchy a {
  position: relative;
  display: block;
  padding: 0.9em 0.5em 0.9em 11%;
  font-size: 0.875em;
  letter-spacing: 0.075em;
  background: url(../img/module/icon_arw_01_lg.svg) no-repeat right 3%
    center/0.4em;
  transition: background-color 0.3s;
}

.l-side .second-hierarchy a:hover,
.l-side .second-hierarchy a:active {
  background-color: #e2efee;
}

.l-side .second-hierarchy a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 5px;
  height: 1.5em;
}

.l-side .side-gas a:before {
  background: #2e3be7;
}

.l-side .side-oil a:before {
  background: #d92938;
}

.l-side .side-electric a:before {
  background: #ffb033;
}

.l-side .side-construction a:before {
  background: #17b410;
}

.l-side .side-company a:before {
  background: #42988d;
}

.l-side .side-news a:before {
  background: #614c3f;
}

.l-side .side-campaign a:before {
  background: #b0a59f;
}

.l-side .article-list a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1%;
  padding: 0.5em 0.5em 0.5em 2%;
}

.l-side .article-date {
  padding-left: 0.4em;
  margin-right: 3%;
  font-size: 0.857em;
  letter-spacing: 0;
  color: #817c7a;
}

.l-side .article-cat {
  margin: 0;
  padding: 0.2em 0.5em 0;
  min-width: 5.5em;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 0.333em;
  border: 1px solid;
  vertical-align: middle;
  line-height: 1.5;
  font-feature-settings: normal;
}

.l-side .cat-gas {
  color: #2e3be7;
}

.l-side .cat-oil {
  color: #d92938;
}

.l-side .cat-electric {
  color: #ffb033;
}

.l-side .cat-construction {
  color: #17b410;
}

.l-side .cat-company {
  color: #42988d;
}

.l-side .article-ttl {
  margin-top: 0.4em;
  padding-right: 1em;
  padding-left: 0.3em;
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
}

.side-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
}

.line-ttl {
  position: relative;
  padding: 0 0 0.225em 3.2%;
  margin-bottom: 2.08em;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #42988d;
  border-bottom: 1px solid;
}

.contact_link {
  color: #0366d6 !important;
  border-bottom: #0366d6 1px solid;
}

.line-ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 5px;
  height: 84%;
  border-right: 2px solid #a0cbc6;
  background: #42988d;
}

.line-ttl:after {
  font-family: "Roboto", sans-serif;
  content: attr(data-title) " ";
  color: #a0cbc6;
  font-size: 0.5em;
  letter-spacing: 0.075em;
  padding-left: 1.5em;
}

.point-list li {
  position: relative;
  padding: 0 0 0 1.5em;
}

.point-list li:before {
  left: 0.5em;
  top: 0;
  position: absolute;
  content: "・";
}

.point-list li + li {
  margin-top: 0.25em;
}

/*==============================
    .l-page
    ==============================*/

.l-page {
}

.l-page .denki-item {
  padding-top: 0.5em;
}

.l-page .page-item + .page-item {
  margin-top: 5.75em;
}

.page-2col-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 2rem;
}

.page-2col-list li {
  width: 50%;
  margin: 0 0 0.8em;
}

.page-2col-list.link li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.page-2col-list.link li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 15px;
  width: 15px;
  background: url(http://revision0.xsrv.jp/jal/wp/wp-content/themes/jalsupport/assets/img/page/link/link_img-01.svg);
}

.page-2col-list li a:hover {
  color: #42988d;
}

/*==============================
    .l-company
    ==============================*/

.company-mv {
  background-image: url(../img/page/company/company_mv@2x.jpg);
}

.l-company .company-item {
  padding-top: 0.5em;
}

.l-company .company-item + .company-item {
  margin-top: 3.6em;
}

.l-company .company-item h3 {
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.l-company .company-item p {
  margin: 0 0 0.8em;
  letter-spacing: 0.1em;
}

.l-company .company-item .company-txt {
  margin-bottom: 2.08em;
}

.l-company .company-item p span {
  font-weight: 800;
}

.l-company .company-intro {
  padding-top: 2.5em;
}

.l-company .company-intro-en {
  position: relative;
  margin: 0 0 1.7em;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #a0cbc6;
}

.l-company .company-intro-en:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 2.8em;
  height: 2.8em;
  background: #faf7ef;
  border-radius: 50%;
  z-index: -1;
}

.l-company .company-intro-ttl {
  margin: 0 0 0.8em;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #42988d;
  text-align: center;
}

.l-company .company-intro .company-intro-body {
  max-width: 540px;
  margin: auto;
  letter-spacing: 0.075em;
}

.l-company .company-mov {
  margin: 40px auto 0;
  display: block;
  max-width: 100%;
  width: 540px;
  height: 300px;
}

.l-company .company-profile table,
.l-company .company-subsidiary table {
  width: 100%;
  margin-top: -5px;
}

.l-company .company-profile table .column-1,
.l-company .company-subsidiary table .column-1 {
  position: relative;
  width: 26%;
  padding: 1.47em 2% 1.47em 3.45%;
  line-height: 1.5;
  color: #614c3f;
  font-weight: 700;
  vertical-align: top;
  font-feature-settings: normal;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #eee;
  border-top: none;
  background: #e2efee;
}

.l-company .company-profile table .column-1:before,
.l-company .company-profile table .column-1:after,
.l-company .company-subsidiary table .column-1:before,
.l-company .company-subsidiary table .column-1:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 5px;
  background: #fff;
}

.l-company .company-profile table .column-1:before,
.l-company .company-subsidiary table .column-1:before {
  top: 0;
}

.l-company .company-profile table .column-1:after,
.l-company .company-subsidiary table .column-1:after {
  bottom: 0;
}

.l-company .company-profile table .column-2,
.l-company .company-subsidiary table .column-2 {
  width: 74%;
  padding: 1.47em 3.45%;
  line-height: 1.5;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #eee;
}

.l-company .company-business-list {
  counter-reset: number 0;
}

.l-company .company-business-list div + div {
  margin-top: 2em;
}

.l-company .company-business-list dt {
  font-weight: 700;
}

.l-company .company-business-list dt:before {
  padding-right: 0.5em;
  counter-increment: number 1;
  content: "(" counter(number) ")";
}

.l-company .company-business-list dd {
  position: relative;
  margin-top: 0.25em;
  padding: 0 0 0 3em;
}

.l-company .company-business-list dd:before {
  left: 2em;
  top: 0;
  position: absolute;
  content: "・";
}

.l-company .company-philosophy-copy {
  margin: 0 0 6em;
  font-size: 1.25em;
  color: #42988d;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.075em;
  font-feature-settings: normal;
}

.l-company .company-philosophy-body {
  position: relative;
  padding: 3px;
  border: 2px solid #e2efee;
  background: radial-gradient(ellipse at center, #a0cbc6 0%, #ffffff 100%);
}

.l-company .company-philosophy-body img {
  position: absolute;
  top: -5.625em;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 30.625em;
}

.l-company .company-philosophy-body ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 7.5em 3% 3.7em;
  text-align: center;
  border: 2px solid #e2efee;
  background: #fff;
}

.l-company .company-philosophy-body li {
  position: relative;
  text-align: left;
  padding-left: 2em;
  font-size: 1.125em;
  line-height: 2;
}

.l-company .company-philosophy-body li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "一、";
}

.l-company .company-philosophy-body li + li {
  margin-top: 0.5em;
}

.l-company .comapny-access-map {
  margin: 0 0 0.65em;
  position: relative;
  width: 100%;
  padding: 54% 0 0 0;
}

.l-company .comapny-access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-company .comapny-access-note {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-company .comapny-access-note dt {
  width: 3.5em;
  position: relative;
}

.l-company .comapny-access-note dt:after {
  position: absolute;
  right: 0.5em;
  content: "：";
}

.l-company .comapny-access-note dd {
  width: calc(100% - 4em);
}

.tab_item {
  width: calc(100% / 5);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

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

/*ラジオボタンを全て消す*/

input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/

.l-company .tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/

#new:checked ~ #new_content,
#career:checked ~ #career_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/

.recruit_tab input:checked + .tab_item {
  border-bottom: 3px solid;
}

.l-company .recruit_btn {
  border: 2px solid #42988d;
  width: 40%;
  padding: 2.5em 3%;
  margin: 1.5em 0;
}

/*==============================
    .l-denki
    ==============================*/

.denki-mv {
  background-image: url(../img/page/denki/denryoku_mv@2x.jpg);
}

.l-denki .denki-item {
  padding-top: 0.5em;
}

.l-denki .denki-item + .denki-item {
  margin-top: 5.75em;
}

.l-denki .denki-item h3 {
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.l-denki .denki-item p {
  margin: 0 0 0.8em;
  letter-spacing: 0.1em;
}

.l-denki .denki-item p span {
  font-weight: 800;
}

.l-denki .denki-item .denki-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f2faf9;
  margin: 0 0 0.8em;
}

.l-denki .denki-item .denki-step .denki-step-num {
  padding: 2em 4%;
}

.l-denki .denki-item .denki-step .denki-step-num h4 {
  white-space: nowrap;
  font-weight: 800;
}

.l-denki .denki-item .denki-step .denki-step-txt {
  padding: 2em 4%;
}

.l-denki .denki-item .denki-step .denki-step-txt .denki-step-ttl {
  font-weight: 800;
}

.l-denki .denki-intro {
  padding-top: 2.5em;
}

.l-denki .denki-intro-en {
  position: relative;
  margin: 0 0 1.7em;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #a0cbc6;
}

.l-denki .denki-intro-en :after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 2.8em;
  height: 2.8em;
  background: #faf7ef;
  border-radius: 50%;
  z-index: -1;
}

.l-denki .denki-intro-ttl {
  margin: 0 0 0.8em;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #42988d;
  text-align: center;
}

.l-denki .denki-intro-body {
  max-width: 540px;
  margin: auto;
  letter-spacing: 0.075em;
}

.l-denki .denki-business-list {
  counter-reset: number 0;
}

.l-denki .denki-business-list div + div {
  margin-top: 2em;
}

.l-denki .solar-list {
  margin-bottom: 2.08em;
}

.l-denki .dataTables_length {
  display: none;
}

.l-denki #tablepress-3-no-2_filter {
  display: none;
}

.l-denki .dataTables_paginate {
  display: none;
}

.l-denki .dataTables_info {
  display: none;
}

.l-denki table {
  width: 100%;
  margin-top: -5px;
  pointer-events: none;
}

.l-denki .tablepress .odd td {
  background-color: #ffffff;
}

.l-denki table .column-1,
.l-denki table .column-2 {
  padding: 1.47em 3.45%;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.l-denki table .column-1 {
  border-right: 1px solid #eee;
}

.l-denki table .row-1 .column-1,
.l-denki table .row-1 .column-2 {
  position: relative;
  width: 50% !important;
  padding: 1.47em 2% 1.47em 3.45%;
  line-height: 1.5;
  color: #614c3f;
  font-weight: 700;
  vertical-align: top;
  font-feature-settings: normal;
  letter-spacing: 0.075em;
  border-bottom: none;
  border-top: none;
  background: #e2efee;
}

.l-denki table .column-1:before,
.l-denki table .column-2:before {
  position: absolute;
  content: "";
  width: 5px;
  left: 0;
  height: 100%;
  background: #fff;
  top: 0;
}

.l-denki table .column-1:after,
.l-denki table .column-2:after {
  position: absolute;
  content: "";
  width: 5px;
  right: 0;
  height: 100%;
  background: #fff;
  top: 0;
}

.denki-qa input[type="radio"] {
  display: none;
}

.denki-qa label {
  position: relative;
  display: block;
  padding: 15px;
}

.denki-qa label h3 {
  position: relative;
  padding-left: 30px;
}

.denki-qa label h3::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
}

.denki-qa .denki-qa-list {
  -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 7%);
  box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 7%);
  margin-bottom: 20px;
}

.denki-qa .answer {
  border-top: 1px solid #333;
  display: none;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.denki-qa .answer-txt {
  position: relative;
  margin: 0;
  padding: 20px;
  padding-left: 45px;
}

.denki-qa .answer-txt::before {
  content: "A.";
  position: absolute;
  left: 16px;
  top: 15px;
  font-size: 20px;
}

.denki-qa input[type="radio"]:checked + div.denki-qa-list > label + div.answer {
  display: block;
}

.l-denki .denki-item .denki-qa h3 {
  margin: 0;
}

/*==============================
    .l-mov
    ==============================*/

.mov-item iframe {
  margin-top: 20px;
  width: 100%;
  height: 500px;
}

/*# sourceMappingURL=denki.css.map */

/*==============================
    .l-kensetsu
    ==============================*/

.kensetsu-mv {
  background-image: url(../img/page/kensetsu/kensetsu_mv@2x.jpg);
}

.l-kensetsu .kensetsu-item {
  padding-top: 0.5em;
}

.l-kensetsu .kensetsu-item + .kensetsu-item {
  margin-top: 5.75em;
}

.l-kensetsu .kensetsu-item h3 {
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.l-kensetsu .kensetsu-item p {
  margin: 0 0 0.8em;
  letter-spacing: 0.1em;
}

.l-kensetsu .kensetsu-item p span {
  font-weight: 800;
}

.l-kensetsu .kensetsu-intro {
  padding-top: 2.5em;
}

.l-kensetsu .kensetsu-intro p {
  margin: auto;
  text-align: center;
}

.l-kensetsu .kensetsu-intro-en {
  position: relative;
  margin: 0 0 1.7em;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #a0cbc6;
}

.l-kensetsu .kensetsu-intro-en :after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 2.8em;
  height: 2.8em;
  background: #faf7ef;
  border-radius: 50%;
  z-index: -1;
}

.l-kensetsu .kensetsu-intro-ttl {
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.l-kensetsu .kensetsu-intro-body {
  margin: auto;
  letter-spacing: 0.075em;
}

/*# sourceMappingURL=kensetsu.css.map */

/*==============================
    .l-gas
    ==============================*/

.gas-mv {
  background-image: url(../img/page/gas/gas_mv.jpg);
}

.l-gas .gas-item {
  padding-top: 0.5em;
}

.l-gas .gas-item__txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-gas .gas-item + .gas-item {
  margin-top: 5.75em;
}

.l-gas .gas-item h3 {
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.l-gas .gas-item h5 {
  margin: 2em 0 1.2em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.l-gas .gas-item h5 span {
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0.2em;
}

.l-gas .gas-item .img-ttl {
  font-size: 18px;
}

.l-gas .gas-item p {
  margin: 0 0 0.8em;
  letter-spacing: 0.1em;
}

.l-gas .gas-item .gas-txt {
  margin-bottom: 2.08em;
}

.l-gas .gas-item p span {
  font-weight: 800;
}

.l-gas .gas-intro {
  padding-top: 2.5em;
}

.l-gas .gas-intro p {
  margin: auto;
  text-align: center;
}

.l-gas .gas-intro-en {
  position: relative;
  margin: 0 0 1.7em;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #a0cbc6;
}

.l-gas .gas-intro-en :after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 2.8em;
  height: 2.8em;
  background: #faf7ef;
  border-radius: 50%;
  z-index: -1;
}

.l-gas .gas-intro-ttl {
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.l-gas .gas-intro-body {
  margin: auto;
  letter-spacing: 0.075em;
}

.l-gas .dataTables_length {
  display: none;
}

.l-gas #tablepress-4-no-2_filter {
  display: none;
}

.l-gas #tablepress-5-no-2_filter {
  display: none;
}

.l-gas .dataTables_paginate {
  display: none;
}

.l-gas .dataTables_info {
  display: none;
}

.l-gas table {
  width: 100%;
  margin-top: -5px;
  pointer-events: none;
  border: 1px solid #eee;
}

.l-gas table th,
.l-gas table td {
  text-align: center;
}

.l-gas .tablepress .odd td {
  background-color: #ffffff;
}

.l-gas table .column-1,
.l-gas table .column-2,
.l-gas table .column-3 {
  padding: 1.47em 3.45%;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.l-gas table .column-1,
.l-gas table .column-2 {
  border-right: 1px solid #eee;
}

.l-gas table .row-1 .column-1,
.l-gas table .row-1 .column-2,
.l-gas table .row-1 .column-3 {
  position: relative;
  width: 33% !important;
  padding: 1.47em 2% 1.47em 3.45%;
  line-height: 1.5;
  color: #614c3f;
  font-weight: 700;
  vertical-align: top;
  font-feature-settings: normal;
  letter-spacing: 0.075em;
  border-bottom: none;
  border-top: none;
  background: #e2efee;
}

.l-gas table .row-2 .column-1 {
  display: table-cell;
  vertical-align: middle;
}

.l-gas table .column-1:before,
.l-gas table .column-2:before,
.l-gas table .column-3:before {
  position: absolute;
  content: "";
  width: 5px;
  left: 0;
  height: 100%;
  background: #fff;
  top: 0;
}

.l-gas table .column-1:after,
.l-gas table .column-2:after,
.l-gas table .column-3:after {
  position: absolute;
  content: "";
  width: 5px;
  right: 0;
  height: 100%;
  background: #fff;
  top: 0;
}

/*==============================
    .l-oil
    ==============================*/

.oil-mv {
  background-image: url(../img/page/oil/oil_header.jpg);
}

.l-oil .oil-item {
  padding-top: 0.5em;
}

.l-oil .oil-item + .oil-item {
  margin-top: 5.75em;
}

.l-oil .oil-item h3 {
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.l-oil .oil-item p {
  margin: 0 0 0.8em;
  letter-spacing: 0.1em;
}

.l-oil .oil-item .oil-txt {
  margin-bottom: 2.08em;
}

.l-oil .oil-item p span {
  font-weight: 800;
}

.l-oil .oil-intro {
  padding-top: 2.5em;
}

.l-oil .oil-intro p {
  margin: auto;
  text-align: center;
}

.l-oil .oil-intro-en {
  position: relative;
  margin: 0 0 1.7em;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #a0cbc6;
}

.l-oil .oil-intro-en :after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 2.8em;
  height: 2.8em;
  background: #faf7ef;
  border-radius: 50%;
  z-index: -1;
}

.l-oil .oil-intro-ttl {
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.l-oil .oil-intro-body {
  margin: auto;
  letter-spacing: 0.075em;
}

.l-oil .dataTables_length {
  display: none;
}

.l-oil #tablepress-4-no-2_filter {
  display: none;
}

.l-oil #tablepress-5-no-2_filter {
  display: none;
}

.l-oil .dataTables_paginate {
  display: none;
}

.l-oil .dataTables_info {
  display: none;
}

.l-oil table {
  width: 100%;
  margin-top: -5px;
  pointer-events: none;
  border: 1px solid #eee;
}

.l-oil table th,
.l-oil table td {
  text-align: center;
}

.l-oil .tablepress .odd td {
  background-color: #ffffff;
}

.l-oil table .column-1,
.l-oil table .column-2,
.l-oil table .column-3 {
  padding: 1.47em 3.45%;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.l-oil table .column-1,
.l-oil table .column-2 {
  border-right: 1px solid #eee;
}

.l-oil table .row-1 .column-1,
.l-oil table .row-1 .column-2,
.l-oil table .row-1 .column-3 {
  position: relative;
  width: 33% !important;
  padding: 1.47em 2% 1.47em 3.45%;
  line-height: 1.5;
  color: #614c3f;
  font-weight: 700;
  vertical-align: top;
  font-feature-settings: normal;
  letter-spacing: 0.075em;
  border-bottom: none;
  border-top: none;
  background: #e2efee;
}

.l-oil table .row-2 .column-1 {
  display: table-cell;
  vertical-align: middle;
}

.l-oil table .column-1:before,
.l-oil table .column-2:before,
.l-oil table .column-3:before {
  position: absolute;
  content: "";
  width: 5px;
  left: 0;
  height: 100%;
  background: #fff;
  top: 0;
}

.l-oil table .column-1:after,
.l-oil table .column-2:after,
.l-oil table .column-3:after {
  position: absolute;
  content: "";
  width: 5px;
  right: 0;
  height: 100%;
  background: #fff;
  top: 0;
}

/*==============================
    .l-archive
    ==============================*/

.l-archive .content-inner {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.l-archive .archive-article-list li {
  border-bottom: 1px solid #e2efee;
}

.l-archive .archive-article-list li:first-child {
  border-top: 1px solid #e2efee;
}

.l-archive .archive-article-list a {
  padding: 1.5em 1.86em 1.05em 0.625em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  background: url(../img/module/icon_arw_01.svg) no-repeat right 0.625em
    center/0.3675em;
  transition: background 0.3s, color 0.3s;
}

.l-archive .archive-article-list a:hover,
.l-archive .archive-article-list a:active {
  background-color: #e2efee;
  background-position: right 0.4375em center;
}

.l-archive .archive-article-list + .archive-article-more {
  display: none;
}

.l-archive .archive-article-date {
  font-size: 0.875em;
  line-height: 1.5;
  min-width: 8em;
  font-feature-settings: normal;
}

.l-archive .archive-article-cat {
  display: inline-block;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.5em 0.1em;
  min-width: 5.5em;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 0.333em;
  vertical-align: middle;
  line-height: 1.5;
  background: #a0cbc6;
  color: #fff;
  font-feature-settings: normal;
}

.l-archive .cat-gas {
  background: #2e3be7;
}

.l-archive .cat-oil {
  background: #d92938;
}

.l-archive .cat-electric {
  background: #ffb033;
}

.l-archive .cat-construction {
  background: #17b410;
}

.l-archive .cat-company {
  background: #42988d;
}

.l-archive .archive-article-ttl {
  margin-top: 0.4em;
  width: 100%;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.wp-pagenavi {
  margin-top: 5em;
  text-align: center;
  letter-spacing: -0.04em;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 0 0;
  margin: 0 0.1em;
  width: 1.77em;
  height: 1.77em;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: normal;
  border: none;
  border-radius: 50%;
  transition: background 0.3s;
}

.wp-pagenavi a {
  font-family: "Roboto", sans-serif;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:active {
  background-color: #e2efee;
}

.wp-pagenavi .current {
  color: #42988d;
  background: #e2efee;
}

.wp-pagenavi .previouspostslink {
  border: none;
  height: 0;
  padding-top: 1.77em;
  overflow: hidden;
  vertical-align: bottom;
  background: url(../img/module/icon_arw_01.svg) no-repeat center/0.4em;
  transform: rotate(180deg);
}

.wp-pagenavi .nextpostslink {
  border: none;
  height: 0;
  padding-top: 1.77em;
  overflow: hidden;
  vertical-align: bottom;
  background: url(../img/module/icon_arw_01.svg) no-repeat center/0.4em;
}

.wp-pagenavi a:hover {
  background-color: rgba(66, 152, 141, 0.1);
}

.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}

.wp-pagenavi .extend {
  border: none;
}

/*==============================
.l-single
==============================*/

.l-single .content-inner {
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-top: 2em;
}

.l-single .single-header {
  margin-bottom: 3em;
}

.l-single .single-header h1 {
  position: relative;
  padding: 0 0 0.5em 3.2%;
  margin-bottom: 0.7em;
  font-size: 1.5em;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #e2efee;
}

.l-single .single-header h1:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.3em;
  margin: auto;
  content: "";
  width: 5px;
  height: 90%;
  border-right: 2px solid #a0cbc6;
  background: #42988d;
}

.l-single .single-header .single-header-data {
  display: -webkit-flex;
  display: flex;
  padding: 0 0 0 3.2%;
}

.l-single .single-header .single-header-date {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  color: #817c7a;
}

.l-single .single-header .single-header-cat {
  margin: 0 0 0 2em;
  padding: 0.2em 0.5em 0;
  min-width: 5.5em;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 0.333em;
  border: 1px solid;
  vertical-align: middle;
  line-height: 1.5;
  font-feature-settings: normal;
}

.l-single .single-header .cat-gas {
  color: #2e3be7;
}

.l-single .single-header .cat-oil {
  color: #d92938;
}

.l-single .single-header .cat-electric {
  color: #ffb033;
}

.l-single .single-header .cat-construction {
  color: #17b410;
}

.l-single .single-header .cat-company {
  color: #42988d;
}

.l-single .single-body {
  padding: 0 0 3.75em;
  margin: 0 0 0 3.2%;
  letter-spacing: 0.075em;
  border-bottom: 2px solid #e2efee;
}

.l-single .single-body h2 {
  position: relative;
  padding: 0 0 0.4em 2.6%;
  margin-top: 1.35em;
  margin-bottom: 1em;
  font-size: 1.5em;
  color: #42988d;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #42988d;
}

.l-single .single-body h2:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.4em;
  margin: auto;
  content: "";
  width: 5px;
  height: 96.2%;
  border-right: 2px solid #a0cbc6;
  background: #42988d;
}

.l-single .single-body h3 {
  position: relative;
  padding: 0 0 0.3em 2.6%;
  margin-top: 1.6em;
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e2efee;
}

.l-single .single-body h3:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.3em;
  margin: auto;
  content: "";
  width: 5px;
  height: 85.72%;
  background: #a0cbc6;
}

.l-single .single-body h4 {
  position: relative;
  padding: 0 0 0.1em 0.6%;
  margin-top: 1.75em;
  margin-bottom: 1em;
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e2efee;
}

.l-single .single-body h5 {
  position: relative;
  padding: 0 0 0.1em 0.6%;
  margin-top: 1.75em;
  margin-bottom: 1em;
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.l-single .single-body p + p {
  margin-top: 1.75em;
}

.l-single .single-body p + img {
  margin-top: 2em;
}

.l-single .single-body img {
  margin-bottom: 1em;
}

.l-single .single-body a {
  text-decoration: underline;
  color: #42988d;
}

.l-single .single-body a:hover,
.l-single .single-body a:active {
  text-decoration: none;
}

.l-single .single-body ul {
  margin: 1em 0;
}

.l-single .single-body ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.5;
}

.l-single .single-body ul li:before {
  left: 0.5em;
  top: 0;
  position: absolute;
  content: "・";
}

.l-single .single-body ul li + li {
  margin-top: 0.25em;
}

.l-single .single-body ol {
  margin: 1em 0;
  counter-reset: number 0;
}

.l-single .single-body ol li {
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.5;
}

.l-single .single-body ol li:before {
  left: 0.25em;
  top: 0;
  position: absolute;
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  line-height: 1.25;
}

.l-single .single-body ol li + li {
  margin-top: 0.25em;
}

.l-single .single-body blockquote {
  margin-top: 2em;
  position: relative;
  padding: 2em 5%;
  background: #faf7ef;
}

.l-single .single-body blockquote:before,
.l-single .single-body blockquote:after {
  position: absolute;
  font-size: 3.75em;
  line-height: 1;
  color: #42988d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ",
    "sans-serif";
}

.l-single .single-body blockquote:before {
  content: "“";
  left: 2%;
  top: -0.2em;
}

.l-single .single-body blockquote:after {
  content: "”";
  right: 2%;
  bottom: -0.75em;
}

.l-gas * {
  box-sizing: border-box;
}

.l-gas .l-gas__flex {
  margin-top: 50px;
}

.l-gas .l-gas__flex dl {
  display: flex;
  margin-top: 10px;
}

.l-gas .l-gas__flex dl:nth-of-type(n + 2) {
  margin-top: 5px;
  padding-top: 5px;
}

.l-gas .l-gas__flex dt {
  width: 150px;
  padding: 15px 0 15px 30px;
  background-color: #e2efee;
  font-weight: bold;
}

.l-gas .l-gas__flex dd {
  width: calc(100% - 150px);
  padding: 15px 30px;
}

.l-base__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-base__flex + .l-base__flex {
  margin-top: 40px;
}

.l-base__flex p {
  width: 40%;
}

.l-base-list {
  margin-top: 60px;
}

.l-base__flex iframe {
  width: 50%;
  height: 250px;
  margin-right: 3%;
}

.l-base-list h3 {
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.l-base-list li {
  padding: 1.5em 3%;
}

.l-base-tel {
  position: relative;
  width: 640px;
  text-align: center;
  border: 2px solid #42988d;
  border-radius: 1em;
  background: #f5f0df url(../img/module/contact_tel_bg.png) no-repeat
    center/100% 100%;
}

.l-base-tel:after {
  position: absolute;
  bottom: -4px;
  left: 1.6%;
  content: "";
  width: 5.25em;
  height: 7.3125em;
  background: url(../img/module/icon_operator.svg) no-repeat center/100%;
}

.l-base-tel .l-base-note {
  max-width: 70%;
  margin: auto;
}

.l-base-telno {
  display: inline-block;
  font-size: 2.875em;
  line-height: 1;
  margin-top: -0.1em;
  margin-bottom: 0.3em;
}

.l-base-telno span {
  font-size: 0.347em;
}

.l-base--txtlist {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.l-base--txtlist a {
  text-decoration: underline;
}

.line-ttl:nth-of-type(n + 2) {
  margin-top: 80px;
}

.l-base__wrap {
  margin-top: 25px;
}

.l-base__wrap h3 {
  margin-bottom: 25px;
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.l-base__wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.l-base__wrap ul li {
  width: 50%;
}

.l-base__wrap ul li:nth-of-type(n + 3) {
  margin-top: 50px;
}

.l-base__wrap ul li a {
  text-decoration: underline;
}

.l-service .l-base-list {
  margin-top: 20px;
}

.l-service .service-item p:not(.l-base-telno):not(.l-base-note):not(.wrap_txt) {
  margin-top: 20px;
}

.l-service .service-item h3 {
  font-size: 1.2em;
  color: #42988d;
}

.ssList-item h3 {
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.ssList-item__txt {
  margin-bottom: 25px;
}

.ssList__wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.ssList__wrap ul li {
  width: 45%;
}

.ssList__wrap ul li figure {
  margin-bottom: 8px;
  display: block;
}

.ssList__wrap ul li a {
  text-decoration: underline;
}

.ssList__wrap ul li:nth-of-type(n + 3) {
  margin-top: 40px;
}

.ssList__wrap + .ssList__wrap {
  margin-top: 80px;
}

.ssList__wrap__txt {
  margin-top: 70px;
}

.about-item + .about-item {
  margin-top: 80px;
}

.about-item h3 {
  margin: 0 0 0.8em;
  color: #42988d;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.about-item__flex {
  display: flex;
  justify-content: center;
}

.about-item__flex--type02 {
  justify-content: space-between;
}

.about-item__flex--type03 {
  justify-content: center;
  align-items: center;
}

.about-item__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-item__flex p {
  width: 480px;
}

.about-item__flex--type03 p {
  width: 70%;
}

.about-item__flex--type03 {
  background: #f2faf9;
  padding: 20px;
}

.about-item__flex figure {
  margin: 0 30px;
  width: 270px;
}

.about-item__flex--type03 figure {
  width: auto;
}

.about-item__flex figure figcaption {
  text-align: center;
}

.about-item a {
  text-decoration: underline;
}

.about-item__flex div img {
  display: block;
  margin: auto 0 0;
}

.about-item__txt01 {
  margin: 30px 0;
}

.about-item__txt02 {
  margin-bottom: 40px;
}

.about-item__txt03 {
  margin-bottom: 40px;
}

.about-item__txt03 li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.about-item__flex--mb5 {
  margin-bottom: 50px;
}

.about-item__list li + li {
  margin-top: 20px;
}

.about-item__list li figure {
  width: 35%;
}

.about-item__list li p {
  width: 60%;
}

.about-item__list {
  margin-top: 50px;
}

.about-item__ttl02 {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}

.about-item__ttl03 {
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}

.about-item__list02 li {
  display: flex;
  justify-content: space-between;
}

.about-item__list02 li p {
  width: 65%;
}

.about-item__list02 li figure {
  width: 30%;
}

.about-item__list02 li + li {
  margin-top: 35px;
}

.contact-item form * {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
}

.contact-item:nth-of-type(n + 2) {
  margin-top: 70px;
}

.contact-item dl {
  display: flex;
}

.contact-item .list {
  margin-bottom: 50px;
}

.contact-item dl + dl {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.contact-item dt {
  position: relative;
  width: 30%;
  padding-right: 40px;
}

.contact-item dt span {
  position: absolute;
  top: 3px;
  right: 0;
  background: #bb0000;
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
}

.contact-item dd {
  width: 70%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
}

.contact-item dd input,
.contact-item dd textarea {
  background: #e3efef;
  padding: 10px 13px;
  display: inline;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
}

.contact-item dd .half {
  width: 48%;
}

.l-contact-confirm .contact-item dd .half {
  width: auto;
}

.contact-item dd .all {
  width: 100%;
}

.contact-item dd textarea {
  width: 100%;
  height: 250px;
}

.contact-item dd .half + .half {
  margin-left: 4%;
}

.l-contact-confirm .contact-item dd .half + .half {
  margin-left: 10px;
}

.contact-item button,
.contact-item .button {
  display: block;
  padding: 1em 4.2em;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-radius: 0.25em;
  background: url(../img/module/icon_mail_arw.svg) no-repeat right 2px bottom
    2px;
  background-color: #f5d980;
  transition: background 0.3s;
  font-size: 16px;
  margin-top: 60px;
  margin-left: calc(30% + 30px);
  cursor: pointer;
}

.contact-item .button {
  margin-top: 40px;
  margin-left: auto;
  width: auto;
  display: inline-block;
}

.contact-item .txt {
  margin-bottom: 40px;
}

.contact-item button:hover,
.contact-item .button:hover {
  background-color: #a0cbc6;
}

.service-item:nth-of-type(n + 2) {
  margin-top: 80px;
}

.service-item .order li {
  background: #f2faf9;
  padding: 30px;
  display: flex;
}

.service-item .order li figure {
  width: 120px;
}

.service-item .order li figure img {
  width: 80px;
}

.service-item .order p {
  margin-top: 0;
}

.service-item .order li div {
  width: calc(100% - 120px);
}

.service-item .order li:nth-of-type(n + 2) {
  margin-top: 80px;
}

.service-item .order li b {
  text-decoration: underline;
}

.service-item .order li {
  position: relative;
}

.service-item .order li + li::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/page/gas/service_arrow.svg) no-repeat;
  width: 50px;
  height: 50px;
}

.service-item .order li p span.indent {
  display: block;
  counter-increment: li;
  padding-left: 1em;
  text-indent: -0.8em;
}

.service-item .order li p span.indent:before {
  content: counter(li) ".";
}

.service-item .red {
  color: #ff0000;
}

.service-item .order li p {
  margin-top: 0 !important;
}

.service-item .wrap {
  display: flex;
  justify-content: space-between;
  background-color: #f5f0df;
  width: 80%;
  padding: 30px;
  margin-top: 60px;
}

.service-item .wrap p {
  margin: 0;
  width: 75%;
}

.service-item .wrap figure {
  width: 20%;
}

.service-item .wrap figure img {
  width: 100%;
}

.service-item .use {
  margin-top: 40px;
}

.l-ssList .js-map {
  height: 400px;
}

@media only screen and (max-width: 767px) {
  .l-ssList .js-map {
    height: 300px;
  }
}

.l-ssList .pc-side {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.l-ssList .pc-side a {
  width: 126px;
}

@media only screen and (max-width: 767px) {
  .l-ssList .pc-side {
    display: grid;
  }

  .l-ssList .pc-side a {
    width: 110px;
  }
}

.l-ssList .sign_wrap {
  margin-top: 15px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .l-ssList .sign_wrap {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.l-ssList .sign_wrap > div {
  display: flex;
  align-items: center;
  column-gap: 0.7rem;
}

.l-ssList .sign_wrap img {
  width: 35px;
}

@media only screen and (max-width: 1000px) {
  .l-company .company-philosophy-body li {
    max-width: 20em;
    margin: auto;
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 767px) {
  .page-module {
    margin-top: 11.9vw;
    padding-bottom: 11.2vw;
  }
  .page-module .page-mv {
    font-size: calc(10.17px + 1.02vw);
  }
  .page-module .page-mv.txt-mv .page-header {
    height: auto;
    padding: 5vw 0;
  }
  .page-module .page-header {
    height: 50vw;
    max-height: 480px;
    padding-bottom: 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page-module .page-ttl {
    padding-left: 1em;
    margin-bottom: 0;
  }
  .page-module .page-ttl:before {
    width: 3px;
    border-right: 1px solid #fff;
  }
  .page-module .page-ttl-jp {
    font-size: 1.75em;
  }
  .page-module .page-intro {
    display: none;
  }
  .sp-menu {
    margin-top: 4vw;
    position: relative;
    width: 100%;
  }
  .sp-menu .sp-menu-btn {
    padding: 1.75vw 1.2em;
    letter-spacing: 0.1em;
    color: #42988d;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid rgba(160, 203, 198, 0.8);
  }
  .sp-menu .sp-menu-btn:after {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    right: 5vw;
    top: 3vw;
    background: url(../img/module/icon_arw_01_down.svg) no-repeat center/contain;
    transition: transform 0.3s;
  }
  .sp-menu .sp-menu-btn.active:after {
    transform: rotateX(180deg);
  }
  .sp-menu .current-nav {
    position: absolute;
    display: none;
    width: 100%;
    background: #faf7ef;
    z-index: 5;
  }
  .sp-menu .current-nav li {
    border-bottom: 1px solid #e2efee;
  }
  .sp-menu .current-nav a {
    position: relative;
    display: block;
    padding: 3vw 5%;
    font-size: 1em;
    letter-spacing: 0.075em;
    line-height: 1.35;
    transition: background 0.3s;
    background: url(../img/module/icon_arw_01_lg_down.svg) no-repeat right 5.2vw
      center/0.8em;
  }
  .sp-menu .current-nav a:hover,
  .sp-menu .current-nav a:active {
    background-color: #e2efee;
  }
  .l-contents {
    padding-bottom: 16vw;
  }
  .content-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .main-wrap {
    width: 100%;
    min-height: 0%;
  }
  .l-side {
    width: 100%;
    margin-top: 8vw;
  }
  .l-side .side-ttl {
    position: relative;
    padding: 1vw 3%;
    margin-bottom: 4px;
  }
  .l-side .current-nav {
    display: none;
  }
  .l-side .local-nav {
    border-top: none;
  }
  .l-side .local-nav a {
    padding: 2vw 3%;
  }
  .l-side .second-hierarchy {
    display: none;
  }
  .side-inner {
    position: static;
  }
  .line-ttl {
    padding: 0 0 0.56vw 3%;
    margin-bottom: 8vw;
    font-size: calc(10.35px + 2.041vw);
  }
  .line-ttl:before {
    width: 3px;
    border-right: 1px solid #a0cbc6;
  }
  .line-ttl:after {
    display: none;
  }
  /*==============================
    .l-page
    ==============================*/
  .l-page .page-item + .page-item {
    margin-top: 14.72vw;
  }
  .page-2col-list {
    display: block;
  }
  .page-2col-list li {
    width: 100%;
  }
  /*==============================
        .l-company
        ==============================*/
  .l-company .company-item {
    padding-top: 1.28vw;
  }
  .l-company .company-item + .company-item {
    margin-top: 14.72vw;
  }
  .l-company .company-intro {
    padding-top: 6.4vw;
  }
  .l-company .company-mov {
    height: 60vw;
    max-height: 300px;
  }
  .l-company .company-intro-en {
    margin: 0 0 3.8vw;
  }
  .l-company .company-intro-ttl {
    margin: 0 0 4.56vw;
    font-size: calc(12.43px + 2.551vw);
  }
  .l-company .company-profile table,
  .l-company .company-subsidiary table {
    width: 100%;
    margin-top: 0;
  }
  .l-company .company-profile table .column-1,
  .l-company .company-profile table .column-2,
  .l-company .company-subsidiary table .column-1,
  .l-company .company-subsidiary table .column-2 {
    display: block;
    width: 100%;
  }
  .l-company .company-profile table .column-1,
  .l-company .company-subsidiary table .column-1 {
    padding: 0.6em 3% 0.4em;
    margin: 0 0 1vw;
    vertical-align: middle;
    border-bottom: none;
  }
  .l-company .company-profile table .column-1 br,
  .l-company .company-subsidiary table .column-1 br {
    display: none;
  }
  .l-company .company-profile table .column-1:before,
  .l-company .company-profile table .column-1:after,
  .l-company .company-subsidiary table .column-1:before,
  .l-company .company-subsidiary table .column-1:after {
    content: none;
  }
  .l-company .company-profile table .column-2,
  .l-company .company-subsidiary table .column-2 {
    margin: 0 0 1vw;
    padding: 1em 3% 1.35em;
    border-top: 1px solid #eee;
    font-size: 0.9375em;
    vertical-align: middle;
  }
  .l-company .company-profile table tr:first-child .column-1,
  .l-company .company-subsidiary table tr:first-child .column-1 {
    margin-top: 1vw;
    border-top: 1px solid #eee;
  }
  .l-company .company-profile table tr:first-child .column-1:before,
  .l-company .company-subsidiary table tr:first-child .column-1:before {
    content: "";
    width: 100%;
    height: calc(1vw + 1px);
    top: calc(-1vw - 1px);
    border-top: 1px solid #eee;
  }
  .l-company .company-philosophy-copy {
    margin: 0;
    font-size: calc(6.35px + 2.041vw);
    color: #42988d;
    font-feature-settings: "palt";
  }
  .l-company .company-philosophy-body {
    position: relative;
    margin-top: 18vw;
    padding: 3px;
    border: 2px solid #e2efee;
    background: radial-gradient(ellipse at center, #a0cbc6 0%, #ffffff 100%);
  }
  .l-company .company-philosophy-body img {
    position: absolute;
    top: -13.5vw;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 80%;
  }
  .l-company .company-philosophy-body ul {
    padding: 20vw 3% 9.5vw;
    margin-top: 0;
  }
  .l-company .company-philosophy-body li {
    font-size: 0.9375em;
    line-height: 2;
    max-width: 100%;
  }
  .l-company .company-philosophy-body li + li {
    margin-top: 0.5em;
  }
  .l-company .comapny-access-map {
    margin: 0 0 0.65em;
    position: relative;
  }
  .l-company .comapny-access-note {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-company .comapny-access-note dt {
    width: 3.5em;
    position: relative;
  }
  .l-company .comapny-access-note dt:after {
    position: absolute;
    right: 0.5em;
    content: "：";
  }
  .l-company .comapny-access-note dd {
    width: calc(100% - 4em);
  }
  .tab_item {
    width: calc(100% / 2);
  }
  .l-company .recruit_btn {
    width: 100%;
  }
  /*==============================
        .l-denki
        ==============================*/
  .l-denki .denki-intro {
    padding-top: 6.4vw;
  }
  .l-denki .denki-item + .denki-item {
    margin-top: 14.72vw;
  }
  .l-denki .denki-item .denki-step {
    display: block;
  }
  .l-denki .denki-item .denki-step .denki-step-num {
    padding: 2em 4% 0;
  }
  .l-denki .img-list-denki {
    width: 140px;
    display: block;
    margin: 0 auto;
  }
  .l-denki .denki-item p {
    margin: 10px 0 1em;
  }
  /*==============================
	.l-mov
	==============================*/
  .mov-item iframe {
    height: 200px;
  }
  /*==============================
        .l-archive
        ==============================*/
  .l-archive .content-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .l-archive .archive-article-list a {
    padding: 1.5em 1.86em 1.05em 0.625em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(../img/module/icon_arw_01.svg) no-repeat right 0.625em
      center/0.3675em;
    transition: background 0.3s, color 0.3s;
  }
  .l-archive .archive-article-cat {
    padding: 0.2em 0.5em;
  }
  .l-archive .archive-article-ttl {
    margin-top: 0.5em;
    font-size: 1em;
  }
  .wp-pagenavi {
    margin-top: 12.8vw;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 2em;
    height: 2em;
    font-size: 1em;
    line-height: 2;
  }
  .wp-pagenavi .previouspostslink {
    padding-top: 2em;
  }
  .wp-pagenavi .nextpostslink {
    padding-top: 2em;
  }
  /*==============================
        .l-single
        ==============================*/
  .l-single .content-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
  .l-single .single-header {
    margin-bottom: 7.68vw;
  }
  .l-single .single-header h1 {
    padding: 0 0 0.56vw 3%;
    font-size: calc(16.17px + 1.02vw);
  }
  .l-single .single-header h1:before {
    width: 3px;
    border-right: 1px solid #a0cbc6;
  }
  .l-single .single-header .single-header-data {
    padding: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .l-single .single-body {
    padding: 0 0 9.6vw;
    margin: 0;
  }
  .l-single .single-body h2 {
    font-size: calc(16.17px + 1.02vw);
  }
  .l-single .single-body h2:before {
    width: 3px;
    border-right: 1px solid #a0cbc6;
  }
  .l-single .single-body h3 {
    font-size: calc(14.17px + 1.02vw);
  }
  .l-single .single-body h3:before {
    width: 3px;
  }
  .l-single .single-body h4 {
    font-size: calc(12.17px + 1.02vw);
  }
  .l-single .single-body h5 {
    font-size: calc(12.17px + 1.02vw);
  }

  .l-gas * {
    box-sizing: border-box;
  }

  .l-gas .l-gas__flex {
    margin-top: 25px;
  }

  .l-gas .l-gas__flex dl {
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #e2efee;
  }

  .l-gas .l-gas__flex dl:nth-of-type(n + 2) {
    margin-top: 10px;
    padding-top: 0;
  }

  .l-gas .l-gas__flex dt {
    width: 100%;
    padding: 10px 15px;
    background-color: #e2efee;
    font-weight: bold;
  }

  .l-gas .l-gas__flex dd {
    width: 100%;
    padding: 10px 15px;
  }

  .l-base__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .l-base__flex + .l-base__flex {
    margin-top: 40px;
  }

  .l-base__flex p {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .l-base-list {
    margin-top: 60px;
  }

  .l-base__flex iframe {
    width: 350px;
    height: 250px;
    margin-right: 30px;
  }

  .l-base-list li {
    padding: 7.68vw 4%;
  }

  .l-base-list h3 {
    margin-bottom: 8vw;
  }

  .l-base-tel {
    background: #fff;
  }

  .l-base--txtlist {
    margin-top: 20px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .l-base-list {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .l-base-list h3 {
    margin: 0 0 0.8em;
    font-size: 1.25em;
    margin-bottom: 4vw;
  }

  .l-base-list li {
    padding: 3.84vw 4%;
  }

  .l-base-mail {
    width: 100%;
    margin-top: 4.8vw;
  }

  .l-base-mail .mail-btn {
    margin: 0 auto 3.84vw;
  }

  .l-base-note {
    font-size: 0.875em;
  }

  .l-base-tel {
    width: 100%;
    background: #f5f0df url(../img/module/contact_tel_bg.png) no-repeat
      center/100% 100%;
  }

  .l-base-tel:after {
    left: 1.6%;
    width: 13.44vw;
    height: 18.72vw;
    background-size: contain;
  }

  .l-base-tel .l-base-note {
    max-width: 74%;
  }

  .l-base-telno {
    font-size: calc(16.78px + 4.592vw);
    line-height: 1;
    margin-top: -0.1em;
    margin-bottom: 0.3em;
  }

  .l-base-telno span {
    font-size: 0.347em;
  }

  .l-base-tel {
    background: #f5f0e2 url(../img/module/contact_tel_bg.png) no-repeat
      center/100% 100%;
    overflow: hidden;
  }

  .l-base--txtlist a {
    text-decoration: underline;
  }

  .line-ttl:nth-of-type(n + 2) {
    margin-top: 80px;
  }

  .l-base-tel:after {
    left: -1.5%;
    width: 13.44vw;
    height: 18.72vw;
    background-size: contain;
  }

  .l-base-list li {
    padding: 7.68vw 4%;
  }

  .l-base-tel .l-base-note {
    max-width: 90%;
  }

  .l-base__flex iframe {
    width: 100%;
    height: 250px;
    margin-right: 0;
  }

  .l-base-list h3 {
    margin-bottom: 4vw;
  }

  .l-base__wrap {
    margin-top: 25px;
  }

  .l-base__wrap h3 {
    margin-bottom: 25px;
    font-size: 1.5em;
    color: #42988d;
  }

  .l-base__wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .l-base__wrap ul li {
    width: 100%;
  }

  .l-base__wrap ul li:nth-of-type(n + 2) {
    margin-top: 30px;
  }

  .l-base__wrap ul li a {
    text-decoration: underline;
  }

  .ssList__wrap ul li {
    width: 48%;
  }

  .ssList__wrap ul li figure {
    margin-bottom: 8px;
    display: block;
  }

  .ssList__wrap ul li a {
    text-decoration: underline;
  }

  .ssList__wrap ul li:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .ssList__wrap + .ssList__wrap {
    margin-top: 40px;
  }

  .ssList__wrap__txt {
    margin-top: 30px;
  }

  .about-item__flex--type02,
  .about-item__flex--type03,
  .about-item__list,
  .top-article {
    flex-wrap: wrap;
  }

  .about-item__flex--type02 figure {
    width: 60%;
  }

  .about-item__flex {
    margin-top: 10px;
  }

  .about-item__flex figure {
    margin: 0;
    width: auto;
  }

  .about-item__img01,
  .about-item__img02,
  .about-item__img03 {
    width: 70% !important;
  }

  .about-item__txt01 {
    margin-top: 15px;
  }

  .about-item__flex--type02 figure {
    margin: 0 auto;
    margin-top: 20px;
  }

  .about-item__flex--type03 {
    padding: 15px 20px;
  }

  .about-item__flex--type03 p {
    width: 100%;
  }

  .about-item__flex--type03 figure {
    margin-top: 15px;
  }

  .about-item__list li {
    flex-wrap: wrap;
  }

  .about-item__list li figure {
    width: 70%;
    margin: 0 auto 20px;
  }

  .about-item__list li p {
    width: 100%;
  }

  .about-item__list02 li + li {
    margin-top: 30px;
  }

  .contact-item dl {
    display: block;
  }

  .contact-item dl + dl {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
  }

  .contact-item dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .contact-item dt span {
    position: absolute;
    top: 3px;
    right: 0;
    background: #bb0000;
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
  }

  .contact-item dd {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .contact-item dd input,
  .contact-item dd textarea {
    background: #e3efef;
    padding: 10px 13px;
    display: inline;
    box-sizing: border-box;
    font-size: 14px;
  }

  .contact-item dd textarea {
    height: 150px;
  }

  .contact-item dd .sp-all {
    width: 100%;
  }

  .contact-item button {
    margin: auto;
    margin-top: 50px;
  }

  .contact-item button:hover {
    background-color: #a0cbc6;
  }

  .service-item .order li {
    display: block;
    padding: 20px;
  }

  .service-item .order li figure,
  .service-item .order li div {
    width: 100%;
  }
  .service-item .order li figure {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .service-item .order li b {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .service-item .wrap {
    width: 90%;
    display: block;
    padding: 20px;
    margin-top: 40px;
  }
  .service-item .wrap figure {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .service-item .wrap p {
    width: 100%;
  }
}

@media only screen and (max-width: 624px) {
  .l-company .company-philosophy-body li {
    max-width: 20em;
    margin: auto;
  }
}

@media only screen and (max-width: 480px) {
  .page-module {
    margin-top: 14vw;
  }
}

.sns-mv {
  background-image: url(../img/page/sns/img-mv.jpg);
}

.l-sns .s-about > ul {
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .l-sns .s-about > ul {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.l-sns .s-about > ul .c-download-link {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5d980;
  border-radius: 4px;
  font-size: 16px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: bold;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .l-sns .s-about > ul .c-download-link {
    height: 60px;
  }
}
.l-sns .s-about > ul .c-download-link svg {
  width: 20px;
}
.l-sns .s-about > ul .c-download-link svg g path {
  transition: 0.3s all;
}
.l-sns .s-about > ul .c-download-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/page/sns/ic-mark.svg);
  background-size: cover;
  right: 2px;
  bottom: 2px;
}
@media (min-width: 768px) {
  .l-sns .s-about > ul .c-download-link:hover {
    color: #f5d980;
    background: #40322a;
  }
  .l-sns .s-about > ul .c-download-link:hover svg g path {
    fill: #f5d980;
  }
}
.l-sns .s-wrap {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .l-sns .s-wrap {
    margin-top: 40px;
  }
}
.l-sns .s-wrap .s-wrap-follow {
  margin-top: 30px;
}
.l-sns .s-wrap .c-btn-sns {
  position: relative;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #f5d980;
  border-radius: 4px;
  font-size: 16px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 40px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .l-sns .s-wrap .c-btn-sns {
    height: 45px;
  }
}
.l-sns .s-wrap .c-btn-sns svg {
  width: 34px;
}
@media (max-width: 767px) {
  .l-sns .s-wrap .c-btn-sns svg {
    width: 25px;
  }
}
.l-sns .s-wrap .c-btn-sns svg path {
  transition: 0.3s all;
}
.l-sns .s-wrap .c-btn-sns::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/page/sns/ic-mark.svg);
  background-size: cover;
  right: 2px;
  bottom: 2px;
}
@media (min-width: 768px) {
  .l-sns .s-wrap .c-btn-sns:hover {
    color: #f5d980;
    background: #40322a;
  }
}
.l-sns .s-list {
  margin-top: 40px;
}
.l-sns .s-list h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #42988d;
}
@media (max-width: 767px) {
  .l-sns .s-list h3 {
    font-size: 16px;
  }
}
.l-sns .s-list h3:nth-of-type(n + 2) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .l-sns .s-list h3:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.l-sns .s-list > ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 50px;
}
@media (max-width: 767px) {
  .l-sns .s-list > ul {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.l-sns .s-list > ul > li {
  display: grid;
  grid-template-columns: 190px 1fr;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.l-sns .s-list .l-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .l-sns .s-list .l-content {
    display: contents;
  }
}
.l-sns .s-list .l-content > ul {
  margin-top: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .l-sns .s-list .l-content > ul {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.l-sns .s-list .l-content > ul li .c-btn-shop {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #40322a;
  border-radius: 4px;
  background: #f5d980;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .l-sns .s-list .l-content > ul li .c-btn-shop:hover {
    color: #f5d980;
    background: #40322a;
  }
}
@media (max-width: 767px) {
  .l-sns .s-list .l-content > ul li .c-btn-shop {
    width: 100%;
  }
}
.l-sns .s-list .l-content > ul li .c-btn-sns {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 14px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 4px;
  background: #06c755;
  transition: 0.3s all;
  border: 1px solid transparent;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-sns .s-list .l-content > ul li .c-btn-sns {
    width: 100%;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.l-sns .s-list .l-content > ul li .c-btn-sns svg {
  width: 20px;
}
@media (min-width: 768px) {
  .l-sns .s-list .l-content > ul li .c-btn-sns:hover {
    color: #06c755;
    background: #fff;
    border-color: #06c755;
  }
  .l-sns .s-list .l-content > ul li .c-btn-sns:hover svg path {
    fill: #06c755;
  }
}
@media (max-width: 767px) {
  .l-sns .s-list .r-content {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
.l-sns .s-list .r-content h4 {
  font-size: 16px;
  font-weight: bold;
}
.l-sns .s-list .r-content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.688;
  font-weight: 500;
} /*# sourceMappingURL=sns.css.map */
