@charset "utf-8";
/* ----------------------
		reset
---------------------- */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, figure, pre, form, fieldset, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
table {
  line-height: 1.6;
  border: 0px;
  border-collapse: collapse;
  font-size: 1em;
}
table th {
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.4;
  font-weight: normal;
}
input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
p {
  line-height: 1.5;
}
em {
  font-style: normal;
}
img {
  border: none;
  vertical-align: bottom;
}
select:focus {
  outline: none;
}
a:hover > img {
  opacity: 0.7;
}
a > img {
  opacity: 1;
}
address {
  font-style: normal;
}
ul li {
  line-height: 1.4;
}
*, *::before, *::after {
  box-sizing: border-box;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
.fit {
  width: 100%;
  height: auto;
}
/* ----------------------
		common
---------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-print-color-adjust: exact;
  font-family: 'M PLUS 1p', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
a:link {
  border: none;
  color: #333;
  text-decoration: none;
}
a:visited {
  border: none;
  color: #333;
  text-decoration: none;
}
a:active {
  border: none;
  color: #333;
  text-decoration: none;
}
a:hover {
  border: none;
  color: #333;
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a.nolink {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.alpha a:hover > img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.alpha a > img {
  -webkit-transition: all 0.30s ease 0s;
  -moz-transition: all 0.30s ease 0s;
  transition: opacity 0.30s ease 0s;
}
.alpha2 {
  transition: opacity 0.30s ease 0s;
}
.alpha2:hover {
  opacity: 0.7;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.pc_br {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
img.fit {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .outer {
    overflow: hidden;
  }
}
.top_wrapper.wrapper {
  display: block;
}
/* ----------------------
		header
---------------------- */
.top_header {
  position: relative;
  height: 70px;
}
.top_header .logo {
  margin: 0 0 0 15px;
  width: 175px;
}
.page_header_parts {
  display: none;
}
.sp_header {
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#menu_btn {
  margin: 0 20px 0 0;
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}
#menu_btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #004da0;
}
#menu_btn::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #004da0;
}
#menu_btn span {
  position: absolute;
  content: '';
  top: 14px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #004da0;
}
.open #menu_btn {
  margin-top: -3px;
}
.open #menu_btn::before {
  margin: auto;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  width: 25px;
  height: 2px;
  background-color: #004da0;
  transform: rotate(-45deg);
}
.open #menu_btn::after {
  margin: auto;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  width: 25px;
  height: 2px;
  background-color: #004da0;
  transform: rotate(45deg);
}
.open #menu_btn span {
  display: none;
}
.sp_navi {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: left;
  display: flex;
  z-index: 90;
  flex-wrap: wrap;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 300ms ease;
}
.open .sp_navi {
  transform: none;
  transition: transform 300ms ease;
}
#sp_menu_back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
.open #sp_menu_back {
  opacity: 1;
  z-index: 10;
}
.sp_navi_top {
  border-top: 1px solid #e8e8e8;
  display: flex;
  width: 100%;
}
.sp_navi_top li {
  width: 50%;
  font-size: 1.4rem;
}
.sp_navi_top li a {
  display: block;
}
.sp_navi_top li.support a {
  padding: 20px 0 20px 50px;
  border-right: 1px solid #e8e8e8;
  background: url(../images/common/ico_support.png) no-repeat 18px center;
  background-size: 25px auto;
}
.sp_navi_top li.mypage a {
  padding: 20px 0 20px 60px;
  background: url(../images/common/ico_mypage.png) no-repeat 40px center;
  background-size: 12px auto;
}
.sp_gnavi {
  border-top: 1px solid #e8e8e8;
  width: 100%;
}
.sp_gnavi li {
  border-bottom: 1px solid #e8e8e8;
}
.sp_gnavi li a {
  padding: 18px 20px;
  display: block;
}
.sp_gnavi .sp_subnavi_has a {
  position: relative;
}
.sp_gnavi .sp_subnavi_has ul {
  margin: 0 20px 20px;
  display: none;
  padding: 0 10px;
  background: #f1f1f1;
  border-radius: 8px;
}
.sp_gnavi .sp_subnavi_has li {
  border-bottom: 1px solid #fff;
}
.sp_gnavi .sp_subnavi_has li:last-child {
  border-bottom: none;
}
.sp_gnavi .sp_subnavi_has li a {
  padding: 15px 5px;
  display: block;
}
.sp_gnavi .sp_subnavi_has > a::before, .sp_gnavi .sp_subnavi_has > a::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  background: #004da0;
  right: 20px;
  width: 14px;
  height: 2px;
  transition: all 0.3s ease;
}
.sp_gnavi .sp_subnavi_has > a::after {
  transform: rotate(-90deg);
}
.sp_gnavi .sp_subnavi_has.open > a::after {
  transform: none;
}
.sp_navi_box {
  margin: 35px 10px 30px;
  display: flex;
}
.sp_navi_box li {
  margin: 0 10px;
  text-align: center;
}
.sp_navi_box li a {}
.sp_navi_box li p {
  margin: 0 -10px 5px;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.sp_navi_box li span {
  margin: 8px -10px 0;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004da0;
}
.sp_navi_sns {
  margin: 0 20px 25px;
  display: flex;
  width: 100%;
}
.sp_navi_sns li {
  margin: 0 20px 0 0;
  width: 45px;
}
.sp_navi_bottom {
  margin: 0 20px 40px;
  width: 100%;
}
.sp_navi_bottom li {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: bold;
}
.sp_navi_bottom li a {
  color: #004da0;
}
.sp_navi_hojin {
  background: #f9662d;
}
.sp_navi_kojin {
  background: #0080cb;
}
.sp_gnavi .sp_navi_hojin a, .sp_gnavi .sp_navi_kojin a {
  padding-left: 50px;
  background: url(../images/common/ico_corporate_service.png) no-repeat 20px center;
  background-size: 20px auto;
  color: #fff;
}
#menu_close {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
}
#menu_close::before, #menu_close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  top: 9px;
  background: #004da0;
}
#menu_close::before {
  transform: rotate(45deg);
}
#menu_close::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .top_header {
    display: flex;
    height: 85px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .sp_header {
    display: block;
    height: auto;
    position: initial;
    left: auto;
    top: auto;
    width: auto;
    z-index: inherit;
  }
  .top_header .logo {
    margin: 0 0 0 20px;
    width: 200px;
  }
  .page_header_parts {
    display: block;
  }
  .page_header_parts .youtube {
    width: 30px;
  }
  .page_header_parts .line {
    margin: 0 0 0 10px;
    width: 30px;
  }
  .page_header_parts .insta {
    margin: 0 5px 0 10px;
    width: 30px;
  }
  #menu_btn, .sp_navi {
    display: none;
  }
}
.header {
  background: #fff;
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
}
.header .logo_box {
  margin: 0 0 0 15px;
}
.header .logo {
  display: flex;
  align-items: flex-end;
}
.header .logo a {
  width: 175px;
  flex-shrink: 0;
}
.header .logo span {
  padding: 0 0 0 10px;
  display: block;
  color: #0080cb;
  font-weight: bold;
  font-size: 1.5rem;
}
.side_navi {
  display: none;
}
.side_link {
  display: none;
}
@media screen and (min-width: 768px) {
  .header {
    width: 260px;
    height: auto;
    display: block;
    z-index: inherit;
  }
  .header .logo_box {
    margin: 0 0 20px;
    display: flex;
    height: 285px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-30deg, rgb(229, 236, 240) 0%, rgb(255, 255, 255) 50%);
  }
  .header .logo {
    width: 200px;
    text-align: center;
    display: block;
  }
  .header .logo a {
    width: auto:
  }
  .header .logo span {
    padding: 15px 0 0 0;
  }
  .side_navi {
    display: block;
  }
  .side_navi h3 {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .side_navi h3 a {
    padding: 15px;
    display: block;
    color: #0080cb;
  }
  .side_navi ul {
    margin: 0 20px 30px 0;
  }
  .side_navi li {
    border-top: 1px solid #e8e8e8;
    font-size: 1.4rem;
  }
  .side_navi li a {
    padding: 15px 20px;
    color: #5d5d5d;
    display: block;
  }
  .side_navi li.stay a {
    padding: 10px 0;
    color: #0080cb;
  }
  .side_navi li.stay a span {
    padding: 5px 20px;
    display: block;
    border-left: 3px solid #0080cb;
  }
  .side_link {
    padding: 25px 0;
    border-top: 3px solid #f3f5f6;
    display: block;
  }
  .side_link li {
    font-size: 1.4rem;
  }
  .side_link li a {
    padding: 15px 20px;
    display: block;
    color: #5d5d5d;
  }
  .side_link li.icon_service span {
    padding-left: 25px;
    display: inline-block;
    background: url(../images/common/ico_service.png) no-repeat 0 center;
    background-size: 16px auto;
  }
}
/* ----------------------
		Top
---------------------- */
.top_movie {
  width: 100%;
  background: #eee;
  position: relative;
  overflow: hidden;
}
#video {
  width: 100%;
  height: auto;
}
/*
.top_main_img_wrapper {
  position: relative;
}

.top_main_img > div {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_main_img .slick-slide {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_main_text {
  padding: 45px 20px 0 ;
}

.top_main_text h1 {
  margin: 0 0 15px;
  width: 247px;
}

.top_main_text p {
  color: #fff;
  line-height: 1.6;
  font-size: 1.0rem;
}

.top_main_slide_navi {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}

.top_main_slide_navi ul {
  display: flex;
  justify-content: center;
}

.top_main_slide_navi li {
  margin: 0 5px;
}

.top_main_slide_navi li button {
  text-indent: -9999px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: rgba(255,255,255,0.5);
	transition: all 0.30s ease 0s;
}

.top_main_slide_navi li.slick-active button {
  background: rgba(0,128,203,0.5);
	transition: all 0.30s ease 0s;
}
*/
@media screen and (min-width: 768px) {
  .top_main, .main {
    padding-top: 0;
  }
  .top_movie {
    height: 700px;
  }
  #video {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  /*
  .top_main_img > div {
    height: 700px;
  }
  
  .top_main_img .slick-slide {
    height: 700px;
  }
  
  .top_main_text {
    margin: 0 auto;
    padding: 165px 0 0;
    max-width: 1050px;
  }
  
  .top_main_text h1 {
    margin: 0 0 25px;
    width: 442px;
  }
  
  .top_main_text p {
    line-height: 1.8;
    font-size: 1.6rem;
  }
  
  .top_main_slide_navi {
    bottom: 40px;
  }
  
  .top_main_slide_navi li button {
    width: 10px;
    height: 10px;
  }
*/
}
.top_service {
  padding: 45px 0 0;
  background: #f7f7f7;
}
.top_service .top_title {
  margin: 0 0 45px;
}
.top_title {
  font-size: 3.0rem;
  color: #5e5e5e;
  font-weight: 100;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.top_title span {
  color: #0080cb;
}
.top_service li a {
  display: block;
  height: 240px;
  text-align: center;
  position: relative;
}
.top_service li h3 {
  padding-bottom: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  background: url(../images/common/ico_linkbutton_w.png) no-repeat center bottom;
  background-size: 15px auto;
}
.top_service li p {
  padding: 15px 20px 35px;
  font-size: 1.6rem;
}
.top_service_energy a {
  background: url(../images/top/service_energy_sp.jpg) no-repeat center center;
  background-size: cover;
}
.top_service_product a {
  background: url(../images/top/service_product_sp.jpg) no-repeat center center;
  background-size: cover;
}
.top_service_electric a {
  background: url(../images/top/service_electric_sp.jpg) no-repeat center center;
  background-size: cover;
}
.top_service_auto a {
  background: url(../images/top/service_auto_sp.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top_service {
    position: relative;
    padding: 0;
    background: none;
  }
  .top_service .top_title {
    margin: 0;
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translate(-50%);
  }
  .top_title {
    font-size: 4.0rem;
  }
  .top_service ul {
    display: flex;
    height: 1040px;
  }
  .top_service li {
    width: 25%;
  }
  .top_service li > div {
    height: 600px;
  }
  .top_service li a {
    height: 100%;
    overflow: hidden;
    position: relative;
    background: none;
  }
  .top_service li a::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s ease-out;
  }
  .top_service li a:hover:before {
    transform: scale(1.1);
  }
  .top_service li h3 {
    bottom: 30px;
    font-size: 2.4rem;
  }
  .top_service li p {
    padding: 35px 40px;
  }
  .top_service .top_service_energy {
    padding-top: 200px;
    background: #efefef;
  }
  .top_service .top_service_product {
    padding-top: 290px;
    background: #f7f7f7;
  }
  .top_service .top_service_electric {
    padding-top: 245px;
    background: #efefef;
  }
  .top_service .top_service_auto {
    padding-top: 320px;
    background: #f7f7f7;
  }
  .top_service_energy a::before {
    background: url(../images/top/service_energy_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .top_service_product a::before {
    background: url(../images/top/service_product_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .top_service_electric a::before {
    background: url(../images/top/service_electric_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .top_service_auto a::before {
    background: url(../images/top/service_auto_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}
.top_cooking {
  padding: 50px 0 0;
  height: 435px;
  background: url(../images/top/cooking_back_sp.jpg) no-repeat center center;
  background-size: cover;
}
.top_cooking_text, .top_balloon_text {
  text-align: center;
}
.top_cooking_text h2, .top_support_text h2 {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.top_cooking_text h2 em {
  line-height: 1.4;
  display: block;
  color: #0080cb;
  font-size: 2.8rem;
}
.top_cooking_text p, .top_support_text p {
  margin: 0 0 30px;
  font-size: 1.6rem;
}
.btn_detail {
  display: inline-block;
  box-shadow: 1.627px 3.654px 16px 0px rgba(0, 0, 0, 0.1);
}
.btn_detail a {
  padding: 15px 20px 15px 45px;
  font-size: 1.6rem;
  color: #004da0;
  display: block;
  font-weight: bold;
  background: #fff url(../images/common/ico_linkbutton_b.png) no-repeat 20px center;
  background-size: 15px auto;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .top_cooking {
    padding: 0;
    height: 500px;
    display: flex;
    align-items: center;
    background: url(../images/top/cooking_back_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .top_cooking_text, .top_balloon_text {
    margin: 0 auto;
    width: 100%;
    max-width: 865px;
    text-align: left;
  }
  .top_cooking_text h2, .top_support_text h2 {
    margin: 0 0 15px;
  }
  .top_cooking_text h2 em {
    line-height: 1.6;
    font-size: 4.6rem;
  }
  .top_cooking_text p, .top_support_text p {
    margin: 0 0 30px;
  }
  .btn_detail a {
    padding: 17px 25px 17px 50px;
  }
}
.top_support {
  padding: 50px 10vw 0;
  height: 500px;
  background: url(../images/top/support_back_sp.jpg) no-repeat center center;
  background-size: cover;
}
.top_support_text {
  text-align: center;
}
.top_support_text h2 em {
  line-height: 1.4;
  display: block;
  color: #0080cb;
  font-size: 3.0rem;
}
.top_balloon {
  padding: 45px 30px 0;
  height: 440px;
  background: url(../images/top/balloon_back_sp.jpg) no-repeat center center;
  background-size: cover;
}
.top_balloon_text h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}
.top_balloon_text h2 span {
  display: block;
}
.top_balloon_text p {
  margin: 0 0 30px;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top_support {
    padding: 0;
    height: 500px;
    display: flex;
    align-items: center;
    background: url(../images/top/support_back_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .top_support > div {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .top_support_text {
    width: 390px;
    text-align: left;
  }
  .top_support_text h2 em {
    line-height: 1.6;
    font-size: 4.0rem;
  }
  .top_balloon {
    margin: 0 0 110px;
    height: 400px;
    display: flex;
    align-items: center;
    background: url(../images/top/balloon_back_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .top_balloon_text h2 {
    margin: 0 0 25px;
    font-size: 3.0rem;
  }
  .top_balloon_text p {
    margin: 0 0 35px;
  }
  .top_balloon_text h2 span {
    padding-left: 0.5em;
    display: inline-block;
  }
}
.top_topics {
  padding: 45px 0 80px;
  background: #f7f7f7;
}
.top_topics_slide_wrapper {
  text-align: center;
}
.top_topics_slide {
  margin: 50px auto 0;
}
.top_topics_slide .slick-list {
  margin: 0;
  width: auto;
}
.top_topics_slide .slick-slide {
  margin: 0 5px;
}
.top_topics_slide h3 {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.6rem;
}
.top_topics_slide_navi {
  margin: 30px 20px 0;
  padding: 0 40px;
  position: relative;
}
.top_topics_slide_navi .slick-prev, .top_topics_slide_navi .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
.top_topics_slide_navi .slick-prev {
  left: 0;
  background: url(../images/top/toppics_btn_left.png) no-repeat;
  background-size: 40px auto;
}
.top_topics_slide_navi .slick-next {
  right: 0;
  background: url(../images/top/toppics_btn_right.png) no-repeat;
  background-size: 40px auto;
}
.top_topics_slide_navi .slick-dots {
  margin: 0 60px;
  display: flex;
}
.top_topics_slide_navi .slick-dots li {
  padding-top: 1px;
  border-top: 1px solid #fff;
  height: 1px;
  width: 15px;
  background: #bebebe;
}
.top_topics_slide_navi .slick-dots li.slick-active {
  border-top: 1px solid #004da0;
  background: #004da0;
}
.top_topics_slide_navi .slick-dots button {
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .top_topics {
    padding: 110px 0;
  }
  .top_topics_slide {
    margin: 55px auto 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_topics_slide > div {
    margin: 0 10px 30px;
    width: 365px;
  }
  .top_topics_slide .slick-list {
    margin: 0;
    width: auto;
  }
  .top_topics_slide .slick-slide {
    margin: 0 10px;
    width: 365px;
  }
  .top_topics_slide h3 {
    margin: 10px 0 0;
  }
  .top_topics_slide_navi {
    margin: 40px 0 0;
    padding: 0 40px;
    display: inline-block;
  }
  .top_topics_slide_navi .slick-dots {
    margin: 0 30px;
  }
  .top_topics_slide_navi .slick-dots li {
    width: 30px;
  }
}
.top_news {
  padding: 50px 20px 60px;
  /*  background: #f7f7f7;*/
}
.top_news_list ul {
  margin: 50px 0 20px;
  padding: 3px 0 0;
  border-top: 1px solid #accbde;
}
.top_news_list li {
  background: url(../images/common/line_dotted_b.png) repeat-x 0 bottom;
  background-size: 5px auto;
}
.top_news_list li a {
  padding: 10px 0;
  display: block;
}
.top_news_list li time {
  margin: 3px 15px 0 0;
  font-size: 1.2rem;
  float: left;
}
.top_news_list li .tag span {
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 6px;
}
.top_news_text h3 {
  margin: 5px 0 8px;
  color: #004da0;
  font-size: 1.6rem;
  text-decoration: underline;
}
.top_news_text p {
  font-size: 1.4rem;
}
.tag_info {
  background: #f9662d;
}
.tag_event {
  background: #2dace0;
}
.tag_campaign {
  background: #47af4c;
}
.top_news_list .link {
  font-size: 1.4rem;
}
.top_news_list .link a {
  padding: 0 0 0 20px;
  background: url(../images/common/ico_linkbutton_b.png) no-repeat 0 center;
  background-size: 15px auto;
}
@media screen and (min-width: 768px) {
  .top_news {
    padding: 120px 0 130px;
  }
  .top_news_list {
    margin: 0 auto;
    max-width: 1100px;
  }
  .top_news_list ul {
    margin: 50px 0 20px;
    padding: 5px 20px 0;
  }
  .top_news_list li {
    background: url(../images/common/line_dotted_b.png) repeat-x 0 bottom;
    background-size: 7px auto;
  }
  .top_news_list li a {
    padding: 20px 0;
    display: flex;
  }
  .top_news_list li time {
    width: 95px;
    font-size: 1.4rem;
    flex-shrink: 0;
    float: none;
  }
  .top_news_list li .tag {
    width: 120px;
    flex-shrink: 0;
  }
  .top_news_text h3 {
    margin: 0 0 10px;
  }
  .top_news_list .link {
    margin: 0 0 0 20px;
  }
}
/* ----------------------
		法人
---------------------- */
.hojin_header {
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: relative;
}
.hojin_header .logo {
  margin: 0 0 0 15px;
}
.hojin_header .logo a {
  display: flex;
  align-items: center;
}
.hojin_header .logo img {
  width: 175px;
}
.hojin_header .logo span {
  margin: 0 0 0 10px;
  padding: 5px 3px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1.0rem;
  background: #f9662d;
}
.hojin_header_navi {
  display: none;
}
@media screen and (min-width: 768px) {
  .hojin_header {
    display: flex;
    height: 105px;
    justify-content: space-between;
    align-items: center;
  }
  .hojin_header .logo {
    margin: 0 0 0 20px;
    width: 200px;
  }
  .hojin_header .logo a {
    display: block;
  }
  .hojin_header .logo img {
    width: auto;
  }
  .hojin_header .logo a:hover {
    opacity: 0.7;
  }
  .hojin_header .logo span {
    margin: 8px 0 0;
    padding: 3px 0;
  }
  .hojin_header_navi {
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  .hojin_header_navi .hojin_header_btn {
    display: inline-block;
  }
  .hojin_header_navi .hojin_header_btn a {
    padding: 8px 30px 10px;
    display: block;
    background: #0080cb;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .hojin_header_navi ul {
    margin: 0 20px;
    display: flex;
  }
  .hojin_header_navi li a {
    padding: 0 20px;
    display: flex;
    font-size: 1.4rem;
    color: #5d5d5d;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
  .hojin_header_navi li a span {
    padding: 24px 0;
  }
  .hojin_header_navi li.stay a {
    color: #0080cb;
  }
  .hojin_header_navi li.stay span {
    position: relative;
  }
  .hojin_header_navi li.stay span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #0080cb;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.hojin_top_main {
  height: 400px;
  background: url(../images/hojin/main_sp.jpg) no-repeat center center;
  background-size: cover;
}
.hojin_top_main .top_main_text {
  margin: 0 20px;
  padding-top: 55px;
}
.hojin_top_main .top_main_text h1 {
  margin: 0 0 10px;
  width: 82%;
}
.hojin_top_main .top_main_text p {
  font-size: 1.2rem;
  text-shadow: #009bd8 0 0 6px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hojin_top_main {
    height: 600px;
    background: url(../images/hojin/main_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .hojin_top_main .top_main_text {
    margin: 0 auto;
    padding-top: 145px;
    max-width: 1100px;
  }
  .hojin_top_main .top_main_text h1 {
    margin: 0 0 25px;
    width: 546px;
  }
  .hojin_top_main .top_main_text p {
    margin: 0 0 0 10px;
    font-size: 1.6rem;
  }
}
.hojin_top_news {
  padding: 50px 20px;
}
.hojin_top_news h2 {
  font-size: 3.0rem;
}
.hojin_top_news_list ul {
  margin: 20px 0 15px;
  border-top: 1px solid #dae2e7;
}
.hojin_top_news_list li {
  border-bottom: 1px solid #dae2e7;
}
.hojin_top_news_list li a {
  padding: 15px 0;
  display: block;
}
.hojin_top_news_list li time {
  font-size: 1.4rem;
}
.hojin_top_news_list li h3 {
  margin: 5px 0;
  color: #004da0;
  font-size: 1.6rem;
  text-decoration: underline;
}
.hojin_top_news_list li p {
  font-size: 1.4rem;
}
.hojin_top_news_list .link {
  margin: 20px 0 0 0;
  font-size: 1.4rem;
}
.hojin_top_news_list .link a {
  padding: 0 0 0 20px;
  background: url(../images/common/ico_linkbutton_b.png) no-repeat 0 center;
  background-size: 15px auto;
}
@media screen and (min-width: 768px) {
  .hojin_top_news {
    padding: 100px 0;
  }
  .hojin_top_news .inner {
    margin: 0 auto;
    max-width: 1435px;
    display: flex;
  }
  .hojin_top_news h2 {
    font-size: 4.6rem;
    width: 320px;
  }
  .hojin_top_news_list {
    width: calc(100% - 320px);
  }
  .hojin_top_news_list ul {
    margin: 0 0 15px;
  }
  .hojin_top_news_list li a {
    padding: 20px 0;
    display: flex;
  }
  .hojin_top_news_list li time {
    width: 105px;
    flex-shrink: 0;
  }
  .hojin_top_news_list li h3 {
    margin: 0 0 10px;
  }
}
.hojin_top_navi li h2 {
  margin: 0 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.hojin_top_navi li ul {
  margin: 0 0 35px;
}
.hojin_top_navi li li {
  margin: 0 0 8px;
  padding: 0 0 0 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
}
.hojin_top_navi li a {
  padding: 30px 20px 75px;
  min-height: 375px;
  display: block;
}
.hojin_top_navi li li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  background: #fff;
}
.hojin_top_navi .more {
  padding: 10px 25px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
}
.hojin_top_navi_energy {
  background: url(../images/hojin/navi_energy.jpg) no-repeat center center;
  background-size: cover;
}
.hojin_top_navi_installation {
  background: url(../images/hojin/navi_installation.jpg) no-repeat center center;
  background-size: cover;
}
.hojin_top_navi_eco {
  background: url(../images/hojin/navi_eco.jpg) no-repeat center center;
  background-size: cover;
}
.hojin_top_navi_infrastructure {
  background: url(../images/hojin/navi_infrastructure.jpg) no-repeat center center;
  background-size: cover;
}
.hojin_top_navi_bcp {
  background: url(../images/hojin/navi_bcp.jpg) no-repeat center center;
  background-size: cover;
}
.hojin_top_navi_product {
  background: url(../images/hojin/navi_product.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hojin_top_navi > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .hojin_top_navi > ul > li {
    padding: 0;
    width: 33.3333%;
    min-height: 490px;
    position: relative;
    overflow: hidden;
    background: none;
  }
  .hojin_top_navi li a {
    width: 100%;
    height: 100%;
    padding: 60px;
    display: block;
  }
  .hojin_top_navi li h2 {
    font-size: 3.0rem;
    position: relative;
  }
  .hojin_top_navi > ul > li a::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-out;
  }
  .hojin_top_navi_energy a::before {
    background: url(../images/hojin/navi_energy.jpg) no-repeat center center;
    background-size: cover;
  }
  .hojin_top_navi_installation a::before {
    background: url(../images/hojin/navi_installation.jpg) no-repeat center center;
    background-size: cover;
  }
  .hojin_top_navi_eco a::before {
    background: url(../images/hojin/navi_eco.jpg) no-repeat center center;
    background-size: cover;
  }
  .hojin_top_navi_infrastructure a::before {
    background: url(../images/hojin/navi_infrastructure.jpg) no-repeat center center;
    background-size: cover;
  }
  .hojin_top_navi_bcp a::before {
    background: url(../images/hojin/navi_bcp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hojin_top_navi_product a::before {
    background: url(../images/hojin/navi_product.jpg) no-repeat center center;
    background-size: cover;
  }
  .hojin_top_navi > ul > li a:hover:before {
    transform: scale(1.1);
  }
  .hojin_top_navi .more {
    position: relative;
  }
}
.hojin_top_banner {
  padding: 60px 20px 80px;
}
.hojin_top_banner li {
  margin: 0 0 1px;
}
.hojin_top_banner li a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background: #e3e3e3;
}
.hojin_top_banner li figure {
  margin: 0 20px 0 0;
  width: 60px;
  height: 60px;
}
.hojin_top_banner li h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .hojin_top_banner {
    padding: 100px 27px 85px;
  }
  .hojin_top_banner .inner {
    margin: 0 auto;
    max-width: 1556px;
  }
  .hojin_top_banner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .hojin_top_banner li {
    margin: 0 12px 25px;
    width: 365px;
  }
  .hojin_top_banner li a {
    padding: 25px 0 25px 25px;
  }
  .hojin_top_banner li figure {
    margin: 0 20px 0 0;
    width: 130px;
    height: 130px;
  }
}
/* ----------------------
		法人下層
---------------------- */
.hojin_entry .hojin_header_navi {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  background: #fff;
}
/* ----------------------
		main
---------------------- */
@media screen and (min-width: 768px) {
  .main {
    width: calc(100% - 260px);
  }
}
.page_header {
  padding: 0 20px;
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
}
.page_title h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.4;
}
.page_header_parts {
  display: none;
}
.page_header .hojin_header_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.page_header .hojin_header_btn a {
  padding: 8px 30px 10px;
  display: block;
  background: #0080cb;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_header {
    padding: 0 60px;
    border-radius: 0 0 0 20px;
    height: 325px;
  }
  .page_title h1 {
    font-size: 3.0rem;
  }
  .page_header_parts {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
  .page_header_parts li {
    font-size: 1.4rem;
  }
  .top_header .page_header_parts li a {
    height: 85px;
  }
  .page_header_parts li a {
    display: flex;
    align-items: center;
    text-align: center;
    background: #fff;
    color: #5d5d5d;
    height: 65px;
  }
  .page_header_parts li a span {
    line-height: 1.8;
  }
  .page_header_parts .support a {
    padding: 0 0 0 55px;
    background: #fff url(../images/common/ico_support.png) no-repeat 20px center;
    background-size: 25px auto;
  }
  .page_header_parts .support span {
    padding-right: 20px;
    border-right: 1px solid #0080cb;
  }
  .page_header_parts .mypage a {
    padding: 0 20px 0 45px;
    background: #fff url(../images/common/ico_mypage.png) no-repeat 25px center;
    background-size: 12px auto;
  }
  .page_header_parts .business a {
    padding: 30px 20px 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    background: #f9662d url(../images/common/ico_corporate_service.png) no-repeat center 12px;
    background-size: 21px auto;
  }
  .top_header .page_header_parts .business a {
    background-position: center 18px;
  }
  .page_header_parts .icon_service a {
    padding: 0 0 0 50px;
    background: #fff url(../images/common/ico_service.png) no-repeat 27px center;
    background-size: auto;
    background-size: 16px auto;
  }
  .page_header_parts .icon_service a span {
    padding-right: 20px;
    border-right: 1px solid #0080cb;
  }
  .page_header_big {
    height: 525px;
  }
  .page_header_big .page_title h1 {
    font-size: 4.2rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
  }
}
.path {
  padding: 6px 10px 0 10px;
  background: #f3f5f6;
}
.path ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.path ol li {
  margin: 0 7px 6px 0;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #5d5d5d;
  display: inline-block;
}
.path ol li:last-child {
  margin-right: 0;
}
.path .path_cate {
  white-space: nowrap;
}
.path li a {
  color: #004da0;
  padding-right: 12px;
  background: url(../images/common/path.png) no-repeat right center;
  background-size: 5px auto;
}
@media screen and (min-width: 768px) {
  .path {
    margin: 0 0 0 60px;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
    top: -25px;
    z-index: 2;
  }
  .path ol li {
    margin: 0 15px 0 0;
  }
  .path li a {
    padding-right: 20px;
  }
}
/* ----------------------
		パーツ
---------------------- */
.page_contents {
  margin: 40px auto 80px;
  padding: 0 20px;
}
.page_contents h2 {
  margin: 0 0 40px;
  font-size: 3.2rem;
  color: #5e5e5e;
  font-weight: 100;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.page_contents p {
  margin: 0 0 20px;
  font-size: 1.6rem;
}
.page_contents em {
  font-weight: bold;
}
.page_contents strong {
  color: #e5002d;
  font-weight: bold;
}
.page_contents a {
  text-decoration: underline;
  color: #004da0;
}
.page_contents a[href^="http"] {
  padding-left: 17px;
  background: url(../images/common/ico_blank_b.png) no-repeat 2px center;
  background-size: 10px auto;
}
.page_contents a[href^="https://lin"], .page_contents a[href^="http://asahigas"], .page_contents a[href^="https://www.asahigas"] {
  padding-left: 0 !important;
  background: none !important;
}
@media screen and (min-width: 768px) {
  .page_contents {
    margin: 100px auto;
    padding: 0 30px;
    max-width: 1160px;
  }
  .page_contents h2 {
    margin: 0 0 90px;
    font-size: 4.0rem;
  }
  .page_contents p {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
  .page_contents a[href^="http"] {
    padding-left: 17px;
    background: url(../images/common/ico_blank_b.png) no-repeat 2px center;
    background-size: 10px auto;
  }
}
.page_contents h3 {
  margin: 50px 0 35px;
  padding: 10px 0 0;
  font-size: 2.0rem;
  color: #0080cb;
  font-weight: bold;
  border-top: 1px solid #e8e8e8;
  position: relative;
}
.page_contents h3::after {
  position: absolute;
  content: '';
  left: 0;
  top: -3px;
  width: 20px;
  height: 3px;
  background: #0080cb;
}
.page_contents h4 {
  margin: 40px 0 25px;
  padding: 0 0 0 10px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #5e5e5e;
  border-left: 2px solid #0080cb;
}
.page_contents h4.center {
  margin-bottom: 35px;
  padding: 0 0 10px;
  text-align: center;
  border: none;
  color: #0080cb;
  position: relative;
}
.page_contents h4.center::after {
  position: absolute;
  content: '';
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #0080cb;
}
.page_contents h5 {
  margin: 40px 0 30px;
  padding: 0 0 5px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #0080cb;
  border-bottom: 1px solid #e8e8e8;
}
.page_contents p.note {
  margin: 0 0 2px;
  color: #5e5e5e;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .page_contents h3 {
    margin: 70px 0 40px;
    padding: 25px 0 0;
    font-size: 2.8rem;
  }
  .page_contents h4 {
    margin: 50px 0 40px;
    padding: 0 0 0 15px;
    font-size: 2.2rem;
    border-left: 3px solid #0080cb;
  }
  .page_contents h4.center {
    margin-bottom: 40px;
    padding: 0 0 15px;
  }
  .page_contents .note {
    margin: 0 0 30px;
  }
  .page_contents .note p {
    margin: 0;
    color: #5e5e5e;
    font-size: 1.4rem;
  }
}
.page_contents .table- {
  margin: 30px 0;
  width: 100%;
}
.page_contents .table-.table-3column th, .page_contents .table-.table-3column td {
  width: 33.3333%;
}
.page_contents .table- thead th {
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #d2d2d2;
  background: #4f4f4f;
}
.page_contents .table- thead th.sub {
  background: #848484;
}
.page_contents .table- thead th.sub2 {
  background: #e8e8e8;
  color: #5e5e5e;
}
.page_contents .table- tbody th {
  background: #e8e8e8;
  border-bottom: 1px solid #d2d2d2;
}
.page_contents .table- tbody th, .page_contents .table- tbody td {
  padding: 8px 10px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}
.page_contents .table- tbody tr.line_dotted td {
  border-top: none;
  border-bottom: none;
  background: url(../images/common/line_dotted.png) repeat-x 0 top;
  background-size: 4px auto;
}
.page_contents .table- tbody tr.line_no_bottom td {
  border-bottom: none;
}
.page_contents .table- tbody tr.line_dotted:first-child td {
  background: none;
}
.page_contents .table- tbody tr:last-child td {
  border-bottom: 1px solid #d2d2d2;
}
.scroll_table {
  margin-bottom: 20px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .page_contents .table- {
    margin: 30px 0 40px;
    width: 100%;
  }
  .page_contents .table- thead th {
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #d2d2d2;
    background: #4f4f4f;
  }
  .page_contents .table- thead th.sub {
    background: #848484;
  }
  .page_contents .table- tbody th {
    background: #e8e8e8;
    border-bottom: 1px solid #d2d2d2;
  }
  .page_contents .table- tbody th, .page_contents .table- tbody td {
    padding: 8px 10px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
  }
  .page_contents .table- tbody tr.line_dotted td {
    border-top: none;
    border-bottom: none;
    background: url(../images/common/line_dotted.png) repeat-x 0 top;
    background-size: 4px auto;
  }
  .page_contents .table- tbody tr.line_dotted:first-child td {
    background: none;
  }
  .page_contents .table- tbody tr:last-child td {
    border-bottom: 1px solid #d2d2d2;
  }
  .scroll_table {
    margin-bottom: 0;
    overflow-x: inherit;
    white-space: inherit;
  }
}
ol.page_list {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
  counter-reset: num;
}
ol.page_list li {
  margin: 0 0 20px;
  padding-left: 20px;
  font-size: 1.6rem;
  position: relative;
}
ol.page_list li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  color: #0080cb;
  font-weight: bold;
  left: 0;
  font-size: 1.6rem;
}
ul.page_list {
  margin: 0 0 40px;
  padding: 0;
}
ul.page_list li {
  margin: 0 0 15px;
  padding-left: 20px;
  font-size: 1.6rem;
  position: relative;
}
ul.page_list li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  margin: auto;
  width: 8px;
  height: 4px;
  background: #0080cb;
}
@media screen and (min-width: 768px) {
  ol.page_list {
    margin: 0 0 40px;
  }
  ol.page_list li {
    margin: 0 0 25px;
  }
  ul.page_list {
    margin: 0 0 40px;
    padding: 0;
  }
  ul.page_list li {
    margin: 0 0 25px;
  }
}
.a_left {
  text-align: left;
}
.a_center {
  text-align: center;
}
.a_right {
  text-align: right;
}
.page_h4_center {
  margin: 40px 0 20px;
  padding: 0 0 15px;
  color: #0080cb;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.page_h4_center::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #0080cb;
}
@media screen and (min-width: 768px) {
  .page_h4_center {
    margin: 60px 0 25px;
    padding: 0 0 15px;
    font-size: 2.2rem;
  }
  .page_h4_center::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    margin: auto;
    background: #0080cb;
  }
}
.box_gray {
  margin: 30px 0;
  padding: 30px 25px 20px;
  background: #f3f5f6;
}
.box_gray h4 {
  margin: 0 0 30px;
  padding: 0 0 5px;
  font-weight: bold;
  font-size: 2.0rem;
  color: #5e5e5e;
  border-left: none;
  border-bottom: 1px solid #0080cb;
}
.box_gray h5 {
  margin: 30px 0 20px;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0080cb;
}
.box_gray h6 {
  margin: 0 0 10px;
  padding: 0 60px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #664d35;
  position: relative;
  display: inline-block;
}
.box_gray h6::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background: #664d35;
}
.box_gray p {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .box_gray {
    margin: 50px 0;
    padding: 40px 40px 20px;
  }
  .box_gray h4 {
    margin: 0 0 30px;
    font-size: 2.2rem;
  }
  .box_gray h5 {
    margin: 30px 0 20px;
    font-size: 2.0rem;
  }
  .box_gray h6 {
    margin: 0 0 20px;
  }
}
.box_border {
  margin: 50px 0 30px;
  padding: 30px 25px 20px;
  border-radius: 8px;
  border: 4px solid #f3f5f6;
}
.box_border h4 {
  margin: 0 0 20px -30px;
  padding: 5px 0 5px 25px;
  color: #5e5e5e;
  font-size: 2.0rem;
  font-weight: bold;
  border-left: 5px solid #0080cb;
}
.box_border h5 {
  margin: 30px 0 20px;
  padding: 0 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0080cb;
  border-bottom: 1px solid #e8e8e8;
}
.box_border h6 {
  margin: 30px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.box_border h6.center {
  text-align: center;
}
.box_border p {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .box_border {
    margin: 50px 0;
    padding: 40px 40px 20px;
    border: 5px solid #f3f5f6;
  }
  .box_border h4 {
    margin: 0 0 30px -45px;
    padding: 5px 0 5px 45px;
    font-size: 2.2rem;
  }
  .box_border h5 {
    font-size: 2.0rem;
  }
  .box_border p {
    margin: 0 0 30px;
  }
}
.box_contact {
  margin: 40px 0;
  padding: 30px 20px;
  border-radius: 5px;
  background: #f3f5f6;
  text-align: center;
}
.box_contact h3 {
  margin: 0;
  padding: 0;
  border: none;
  color: #0080cb;
  font-size: 2.4rem;
  font-weight: bold;
}
.box_contact h3::after {
  display: none;
}
.box_contact h4 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
}
.box_contact ul {
  margin: 10px 0 0;
}
.box_contact ul li {
  margin: 0;
}
.box_contact li.tel a {
  font-size: 2.6rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0 10px 35px;
  background: url(../images/common/ico_tel.png) no-repeat 0 5px;
  background-size: 24px auto;
}
.box_contact li dl {
  margin: 10px 0 0;
}
.box_contact li dt {
  padding: 3px 8px;
  color: #fff;
  font-size: 1.2rem;
  background: #5e5e5e;
  display: inline-block;
}
.box_contact li dd {
  margin: 10px 0 20px;
  font-size: 1.4rem;
}
.box_contact .btn_blue a {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #004da0;
}
.box_contact .btn_blue a span {
  padding-left: 20px;
  background: url(../images/common/ico_linkbutton_w.png) no-repeat 0 center;
  background-size: 15px auto;
}
@media screen and (min-width: 768px) {
  .box_contact {
    margin: 80px 0;
    padding: 50px 60px 60px;
  }
  .box_contact h3 {
    margin: 0 0 10px;
    font-size: 2.6rem;
  }
  .box_contact h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .box_contact ul {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box_contact ul li {
    margin: 0 20px;
  }
  .box_contact li.tel {
    padding: 0 0 0 40px;
    background: url(../images/common/ico_tel.png) no-repeat 0 17px;
    background-size: 28px auto;
  }
  .box_contact li.tel a {
    padding: 0;
    background: none;
    font-size: 5.4rem;
    color: #333;
    font-weight: bold;
    text-decoration: none;
  }
  .box_contact li dl {
    margin: 0;
    display: flex;
  }
  .box_contact li dt {
    display: block;
  }
  .box_contact li dd {
    margin: 0 0 0 10px;
    font-size: 1.6rem;
  }
  .box_contact .btn_blue a {
    /*    padding: 27px 130px;*/
    padding: 27px 115px;
  }
}
.page_contents h3.faq_q {
  margin: 35px 0 25px;
  padding: 35px 0 0 50px;
  color: #0080cb;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.page_contents h3.faq_q::after {
  display: none;
}
.page_contents h3.faq_q::before, .page_contents p.faq_a::before {
  position: absolute;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  left: 0;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.page_contents h3.faq_q::before {
  top: 45px;
  content: 'Q';
  background: #0080cb;
}
.page_contents p.faq_a::before {
  top: 0;
  content: 'A';
  background: #ea6abe;
}
.page_contents p.faq_a {
  margin: 0 0 25px;
  padding: 0 0 0 50px;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_contents h3.faq_q {
    margin: 45px 0 36px;
    padding: 50px 0 0 60px;
    font-size: 2.0rem;
  }
  .page_contents h3.faq_q::before, .page_contents p.faq_a::before {
    font-size: 2.0rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .page_contents p.faq_a {
    margin: 0 0 36px;
    padding: 0 0 0 60px;
  }
}
.btn_1column {
  margin: 30px auto;
  box-shadow: 1.627px 3.654px 16px 0px rgba(0, 0, 0, 0.1);
}
.btn_1column a, .btn_2column a {
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004da0;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
}
.btn_1column a span, .btn_2column a span {
  padding-left: 20px;
  background: url(../images/common/ico_linkbutton_b.png) no-repeat 0 center;
  background-size: 15px auto;
}
.btn_2column {
  margin: 30px auto;
  display: flex;
}
.btn_2column a {
  box-shadow: 1.627px 3.654px 16px 0px rgba(0, 0, 0, 0.1);
  width: calc(50% - 10px);
}
.btn_2column a:first-child {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .btn_1column {
    margin: 40px auto;
    box-shadow: 1.627px 3.654px 16px 0px rgba(0, 0, 0, 0.1);
    width: 800px;
  }
  .btn_1column a, .btn_2column a {
    padding: 30px;
    font-size: 1.8rem;
  }
  .btn_2column {
    margin: 40px auto;
  }
  .btn_2column a {
    width: calc(50% - 20px);
  }
  .btn_2column a:first-child {
    margin-right: 40px;
  }
}
.page_tab {
  margin: 50px 0;
}
.page_tab ul {
  display: flex;
  justify-content: space-between;
}
.page_tab li {
  text-align: center;
  border-bottom: 1px solid #0080cb;
  width: calc(33.3333% - 3.3333px);
}
.page_tab li a {
  padding: 12px 10px;
  height: 100%;
  font-size: 1.4rem;
  color: #5e5e5e;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.20s ease 0s;
}
.page_tab li.act a {
  color: #fff;
  background: #0080cb;
  position: relative;
}
.page_tab li.act a::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../images/common/ico_tab_active.png) no-repeat center center;
  background-size: 12px auto;
}
.page_tab_body {
  display: none;
}
.page_tab_body.act {
  display: block;
}
@media screen and (min-width: 768px) {
  .page_tab {
    margin: 80px 0;
  }
  .page_tab li {
    border-bottom: 2px solid #0080cb;
  }
  .page_tab li a {
    padding: 15px 0;
    font-size: 1.6rem;
  }
  .page_tab li.act a::after {
    bottom: -20px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fff url(../images/common/ico_tab_active.png) no-repeat center center;
    background-size: 12px auto;
  }
}
.page_2column {
  margin: 0 0 30px;
}
.page_3column {
  margin: 0 0 30px;
}
.column_left {
  margin: 0 0 30px;
}
.column_right {
  margin: 0 0 30px;
}
.column-media-left {
  margin-right: 20px;
}
.column-media-right {
  margin-left: 20px;
}
.js_notStyle {
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .page_2column {
    margin: 0 0 80px;
    display: flex;
  }
  .page_2column > *:first-child {
    margin-right: 50px;
    width: calc(50% - 50px);
    flex-shrink: 0;
  }
  .page_3column {
    margin: 0 0 80px;
    display: flex;
    justify-content: space-between;
  }
  .page_3column > * {
    width: calc(33.3333% - 27px);
  }
  .column_left {
    margin: 0 4.5% 50px 0;
    width: 47.75%;
    float: left;
  }
  .column_right {
    margin: 0 0 50px;
    width: 47.75%;
    float: left;
  }
  .column-media-left {
    margin-right: 30px;
  }
  .column-media-right {
    margin-left: 30px;
  }
  .page_contents .video_l {
    width: 1100px !important;
  }
  .page_contents .video_m {
    width: 525px !important;
  }
  .page_contents .video_s {
    width: 325px !important;
  }
  .page_contents .column-video-left {
    margin-right: 20px;
  }
  .page_contents .column-video-right {
    margin-left: 20px;
  }
}
/* ----------------------
		index
---------------------- */
.page_index {
  max-width: inherit;
}
.page_index > p {
  margin: 0 auto;
  max-width: 1100px;
}
.page_index h2 {
  margin: 40px 0 50px;
}
.page_index li {
  margin: 0 0 60px;
}
.page_index li figure {
  position: relative;
  z-index: 2;
}
.lpgas_index_img1::before, .lpgas_index_img2::before {
  position: absolute;
  content: '';
  top: -20px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: rgba(0, 128, 203, 0.1);
  z-index: 3;
}
.lpgas_index_img1::after, .lpgas_index_img2::after {
  position: absolute;
  content: '';
  bottom: -20px;
  right: -10px;
  width: 50px;
  height: 50px;
  background: rgba(0, 128, 203, 0.1);
  z-index: 3;
}
.page_index li > div {
  margin: 0 -20px;
  padding: 30px 20px 20px;
  background: #f3f5f6;
}
.page_index li h3 {
  margin: 0 0 20px;
  padding-top: 40px;
  color: #0080cb;
  font-size: 2.2rem;
  font-weight: bold;
  background: url(../images/lpgas/mark_index_title.png) no-repeat center 0;
  background-size: 28px auto;
}
.lp .page_index li h3 {
  padding-top: 55px;
  border: none;
  text-align: center;
}
.lp .page_index li h3::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .page_index {
    max-width: inherit;
  }
  .page_index > p {
    margin: 0 auto;
    max-width: 1100px;
  }
  .page_index h2 {
    margin: 120px 0 140px;
  }
  .page_index li {
    margin: 0 0 150px;
    display: flex;
    align-items: center;
  }
  .page_index li figure {
    width: 53%;
    height: 435px;
    z-index: 2;
  }
  .page_index li:nth-child(2n) figure {
    margin: 0 0 0 -130px;
    order: 2;
  }
  .lpgas_index_img1 {
    background: url(../images/lpgas/index_img1.jpg) no-repeat center center;
    background-size: cover;
  }
  .lpgas_index_img2 {
    background: url(../images/lpgas/index_img2.jpg) no-repeat center center;
    background-size: cover;
  }
  .lpgas_index_img1::before {
    top: -65px;
    left: auto;
    right: 50px;
    width: 150px;
    height: 150px;
  }
  .lpgas_index_img1::after {
    bottom: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
  }
  .lpgas_index_img2::before {
    top: -65px;
    left: -70px;
    width: 150px;
    height: 150px;
  }
  .lpgas_index_img2::after {
    bottom: 35px;
    left: -35px;
    right: auto;
    width: 50px;
    height: 50px;
  }
  .page_index li figure img {
    display: none;
  }
  .page_index li > div {
    margin: 0 0 0 -130px;
    padding: 0 70px 0 210px;
    width: calc(47% + 210px);
    height: 495px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f5f6;
  }
  .page_index li:nth-child(2n) > div {
    margin: 0;
    padding: 0 210px 0 80px;
    order: 1;
  }
  .page_index li h3 {
    margin: 0 0 40px;
    padding-left: 40px;
    font-size: 2.8rem;
    background: url(../images/lpgas/mark_index_title.png) no-repeat 0 0;
    background-size: 28px auto;
  }
  .page_index li p {
    padding-left: 40px;
  }
}
.page_category {
  margin: 45px 20px 60px;
}
.index_list li {
  margin: 0 0 20px 0;
  box-shadow: 1.627px 3.654px 16px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.index_list li::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #004da0;
  border-left: 20px solid transparent;
}
.index_list li a {
  padding: 35px 30px;
  height: 100%;
  display: block;
}
.index_list li h3 {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
  color: #004da0;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(../images/common/ico_linkbutton_b.png) no-repeat 0 6px;
  background-size: 15px auto;
}
.index_list li figure {
  margin: 0 0 20px;
}
.index_list li p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_category {
    margin: 100px auto;
    max-width: 1100px;
  }
  .index_list {
    display: flex;
    flex-wrap: wrap;
  }
  .index_list li {
    margin: 0 55px 55px 0;
    width: calc(33.3333% - 37px);
  }
  .index_list li:nth-child(3n) {
    margin-right: 0;
  }
}
/* ----------------------
		lpgas
---------------------- */
.box_gray_wide {
  margin: 30px -20px 40px;
  padding: 30px 0 10px;
  background: #f3f5f6;
}
.box_gray_wide ul {
  margin: 0 20px;
}
.box_gray_wide li {
  margin: 0 0 30px;
  text-align: center;
  color: #664d35;
  font-size: 1.6rem;
  font-weight: bold;
}
.box_gray_wide li figure {
  margin: 0 auto 15px;
}
.img_telesafe01 {
  width: 100px;
}
.img_telesafe02 {
  width: 80px;
}
.img_telesafe03 {
  width: 118px;
}
.img_telesafe04 {
  width: 125px;
}
@media screen and (min-width: 768px) {
  .page_contents_wide {
    max-width: inherit;
  }
  .page_contents_wide .inner {
    margin: 0 auto;
    max-width: 1100px;
  }
  .box_gray_wide {
    margin: 50px -30px 70px;
    padding: 50px 0;
  }
  .box_gray_wide ul {
    margin: 0 auto;
    display: flex;
    max-width: 1100px;
    justify-content: space-between;
  }
  .box_gray_wide li {
    margin: 0 0 0 80px;
  }
  .box_gray_wide li:first-child {
    margin-left: 0;
  }
  .box_gray_wide li figure {
    margin: 0 auto 30px;
  }
  .lpgas_gray_box li {
    width: calc(25% - 60px);
  }
  .img_telesafe01 {
    width: 143px;
  }
  .img_telesafe02 {
    width: 114px;
  }
  .img_telesafe03 {
    width: 169px;
  }
  .img_telesafe04 {
    width: 179px;
  }
}
.lpgas_3column {
  margin: 0 auto 40px;
}
.lpgas_3column ul {
  margin: 0 auto;
}
.lpgas_3column li {
  margin: 0 0 30px;
  text-align: center;
}
.lpgas_3column li:first-child {
  margin-left: 0;
}
.lpgas_3column li h3 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #0080cb;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  border: none;
}
.lpgas_3column li h3::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 1px;
  width: 2em;
  background: #0080cb;
  margin: auto;
}
.lpgas_3column li p {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .lpgas_3column {
    margin: 0 auto 80px;
  }
  .lpgas_3column ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 1100px;
  }
  .lpgas_3column li {
    margin: 0 0 0 50px;
    text-align: center;
    width: calc(33.3333% - 33px);
  }
  .lpgas_3column li:first-child {
    margin-left: 0;
  }
  .lpgas_3column li h3 {
    margin: 0 0 25px;
    padding: 0 0 15px;
    font-size: 2.2rem;
  }
  .lpgas_3column li h3::after {
    height: 2px;
    width: 2em;
  }
}
.lpgas_2box {
  margin: 0 0 30px;
}
.lpgas_2box ul {
  margin: 0 auto 40px;
}
.lpgas_2box li {
  margin: 0 0 30px;
  padding: 20px 30px;
  border-radius: 8px;
  border: 5px solid #f3f5f6;
  text-align: center;
}
.lpgas_2box li h4 {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
}
.lpgas_2box li figure {
  margin: 0 auto;
}
.lpgas_2box li .img_telesafe06 {
  margin-top: 18px;
}
.lpgas_2box li figcaption {
  margin: 10px auto 0;
  font-size: 1.4rem;
}
.lpgas_2box h5 {
  margin: 0;
  padding: 0;
  color: #ff6a48;
  font-weight: bold;
  font-size: 1.6rem;
  border: none;
}
@media screen and (min-width: 768px) {
  .lpgas_2box {
    margin: 0 0 70px;
  }
  .lpgas_2box ul {
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
  }
  .lpgas_2box li {
    margin: 0;
    padding: 30px;
    width: calc(50% - 25px);
  }
  .lpgas_2box li h4 {
    margin: 0 0 20px;
  }
  .lpgas_2box li .img_telesafe06 {
    margin-top: 36px;
  }
  .lpgas_2box li figcaption {
    margin: 20px auto 0;
  }
  .lpgas_2box h5 {
    font-size: 1.8rem;
  }
}
.bulksystem_gray_box {
  text-align: center;
}
.bulksystem_gray_box h3 {
  color: #0080cb;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border: none;
}
.bulksystem_gray_box h3::after {
  display: none;
}
.bulksystem_gray_box ul {
  margin: 30px auto 0;
}
.bulksystem_gray_box li {
  margin: 0 0 30px;
  padding: 70px 0 0;
  position: relative;
}
.bulksystem_gray_box li::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 45px;
  height: 45px;
  transform: rotate(90deg);
  background: url(../images/lpgas/arrow.png) no-repeat center top;
  background-size: 35px auto;
}
.bulksystem_gray_box li:first-child {
  padding-top: 0;
}
.bulksystem_gray_box li:first-child::after {
  display: none;
}
.img_bulk01 {
  width: 85px;
}
.img_bulk02 {
  width: 154px;
}
.img_bulk03 {
  width: 164px;
}
@media screen and (min-width: 768px) {
  .bulksystem_gray_box h3 {
    font-size: 2.0rem;
  }
  .bulksystem_gray_box ul {
    margin: 50px auto 0;
    display: flex;
    max-width: 1100px;
    justify-content: center;
  }
  .bulksystem_gray_box li {
    margin: 0 70px 0 0;
    padding: 0 0 0 100px;
    width: calc(33.3333% - 47px);
    background: url(../images/lpgas/arrow.png) no-repeat 0 center;
    background-size: 45px auto;
  }
  .bulksystem_gray_box li:first-child {
    margin-right: 0;
    padding-left: 0;
    background: none;
  }
  .bulksystem_gray_box li::after {
    display: none;
  }
  .bulksystem_gray_box li figure {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img_bulk01 {
    width: 121px;
  }
  .img_bulk02 {
    width: 220px;
  }
  .img_bulk03 {
    width: 234px;
  }
}
/* ----------------------
		朝日ガスでんき
---------------------- */
.denki_column {
  margin: 0 0 50px;
}
.page_contents .denki_meisai h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'M PLUS 1p', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
.btn_meisai {
  box-shadow: 1.627px 3.654px 16px 0px rgba(0, 0, 0, 0.1);
  margin: 30px auto 40px;
  background: #009ea8 url(../images/denki/ico_meisai.png) no-repeat 20px center;
  background-size: 60px auto;
}
.btn_meisai a {
  padding: 30px 0 30px 95px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
}
.page_contents .btn_meisai a.icon_outlink {
  padding: 30px 0 30px 95px;
  background: url(../images/common/ico_blank_w.png) no-repeat right 10px bottom 10px;
  background-size: 10px auto;
}
@media screen and (min-width: 768px) {
  .denki_column {
    margin: 0 0 120px;
  }
  .page_contents .denki_meisai h2 {
    font-size: 2.0rem;
  }
  .btn_meisai {
    width: 560px;
    margin: 50px auto 20px;
    background: #009ea8 url(../images/denki/ico_meisai.png) no-repeat 70px center;
    background-size: 125px auto;
  }
  .btn_meisai a {
    padding: 40px 0 40px 215px;
    font-size: 2.2rem;
  }
  .page_contents .btn_meisai a.icon_outlink {
    padding: 40px 0 40px 215px;
    background: url(../images/common/ico_blank_w.png) no-repeat right 10px bottom 10px;
    background-size: 10px auto;
  }
}
.denki_example h2 {
  font-size: 3.0rem;
}
.denki_example ul {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
.denki_example li {
  margin: 0 0 30px;
}
.denki_example li p {
  margin: 10px 0 0;
  font-size: 1.4rem;
}
.btn_compare {
  margin: 50px auto 20px;
  text-align: center;
}
.btn_compare span {
  margin: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  display: inline-block;
  position: relative;
}
.btn_compare span::before, .btn_compare span::after {
  position: absolute;
  content: '';
  background: #6eac37;
  width: 30px;
  height: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
}
.btn_compare span::before {
  left: -35px;
  transform: rotate(65deg);
}
.btn_compare span::after {
  right: -30px;
  transform: rotate(-65deg);
}
.btn_compare div {
  box-shadow: 1.627px 3.654px 16px 0px rgba(0, 0, 0, 0.1);
  background: #6eac37 url(../images/denki/ico_compare.png) no-repeat 20px center;
  background-size: 35px auto;
}
.btn_compare a {
  padding: 30px 0 30px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .denki_example h2 {
    font-size: 2.6rem;
  }
  .denki_example ul {
    margin: 0 0 35px;
    padding: 0 0 35px;
    display: flex;
    justify-content: space-between;
  }
  .denki_example li {
    width: calc(33.3333% - 26px);
  }
  .denki_example li p {
    margin: 10px 0 0;
    font-size: 1.6rem;
  }
  .btn_compare {
    margin: 50px auto 20px;
    width: 560px;
  }
  .btn_compare span {
    margin: 0 0 15px;
    font-size: 2.6rem;
  }
  .btn_compare span::before, .btn_compare span::after {
    width: 35px;
    height: 5px;
  }
  .btn_compare div {
    background: #6eac37 url(../images/denki/ico_compare.png) no-repeat 92px center;
    background-size: 65px auto;
  }
  .btn_compare a {
    padding: 40px 0 40px 65px;
    font-size: 2.2rem;
  }
}
.change_flow {
  margin: 40px 0 30px;
  padding: 30px 20px;
  background: #f3f5f6;
  border-radius: 8px;
  text-align: center;
}
.change_flow h3 {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 1.8rem;
  color: #0080cb;
}
.change_flow h3::after {
  display: none;
}
.change_flow ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.change_flow li {
  margin: 0 0 30px;
  padding: 15px 20px;
  border: 3px solid #d6e3ea;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 10px;
  position: relative;
}
.change_flow li::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0080cb;
}
.change_flow li:last-child::after {
  display: none;
}
.change_flow li span {
  display: block;
  font-size: 1.4rem;
}
.change_flow li:first-child {
  border: none;
  color: #fff;
  background: #0080cb;
}
.change_flow li:last-child {
  margin: 0;
  border: none;
  color: #fff;
  background: #e54457;
}
.denki_change h3 {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  color: #5e5e5e;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
}
.denki_change h3::after {
  display: none;
}
.denki_change h3 em {
  color: #e54457;
}
@media screen and (min-width: 768px) {
  .change_flow {
    padding: 40px;
  }
  .change_flow h3 {
    margin: 0 0 20px;
    font-size: 2.0rem;
  }
  .change_flow ol {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .change_flow li {
    margin: 0 40px 0 0;
    padding: 0 30px;
    height: 145px;
    width: 20%;
  }
  .change_flow li::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: -27px;
    border-left: 10px solid #0080cb;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: none;
  }
  .denki_change h3 {
    margin: 0 0 10px;
    font-size: 2.4rem;
  }
}
.btn_entry {
  box-shadow: 1.627px 3.654px 16px 0px rgba(0, 0, 0, 0.1);
  margin: 40px auto 20px;
  background: #004da0 url(../images/denki/ico_entry.png) no-repeat 20px center;
  background-size: 26px auto;
}
.btn_entry a {
  padding: 30px 30px 30px 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  display: block;
  text-decoration: none;
}
.page_contents .icon_download {
  padding-left: 20px;
  background: url(../images/common/ico_download.png) no-repeat 0 center;
  background-size: 12px auto;
  text-decoration: none;
}
.denki_map .map_box {
  padding: 20px 25px 30px;
  background: #f3f5f6;
  border-radius: 8px;
}
.denki_map .map_box figure {
  margin: 0 0 20px;
}
.denki_map .map_box h3 {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  font-weight: normal;
  font-size: 1.8rem;
  color: #5e5e5e;
}
.denki_map .map_box h3::after {
  display: none;
}
.download_column {
  padding: 25px 25px 10px;
}
.download_column p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .btn_entry {
    width: 700px;
    margin: 50px auto 20px;
    background: #004da0 url(../images/denki/ico_entry.png) no-repeat 85px center;
    background-size: 38px auto;
  }
  .btn_entry a {
    padding: 60px 0 60px 150px;
    font-size: 2.2rem;
  }
  .denki_map .map_box {
    padding: 40px;
    background: #f3f5f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
  }
  .denki_map .map_box figure {
    margin: 0 50px 0 0;
    width: 430px;
    flex-shrink: 0;
  }
  .denki_map .map_box h3 {
    margin: 0 0 20px;
    font-size: 2.0rem;
  }
  .download_column {
    padding: 30px 35px;
  }
  .download_column p {
    margin-bottom: 0;
  }
}
/* ----------------------
		朝日ガス光
---------------------- */
.net_column {
  margin: 0 -20px 40px;
}
.net_header h2 {
  margin: 0 0 30px;
  font-weight: bold;
  color: #0080cb;
  font-size: 2.2rem;
  line-height: 1.6;
}
.net_header h2 span {
  font-size: 2.2rem;
}
.net_header h2 em {
  font-size: 4.2rem;
}
.net_header p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #5e5e5e;
  line-height: 1.6;
}
.net_price > ul {}
.net_price > ul > li {
  margin: 0 0 30px;
}
.net_price > ul > li p {
  margin: 10px 0 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .net_column {
    margin: 0 0 120px;
  }
  .net_header h2 {
    margin: 0 0 50px;
    font-size: 4.2rem;
    line-height: 1.3;
  }
  .net_header h2 span {
    font-size: 3.0rem;
  }
  .net_header h2 em {
    font-size: 9.0rem;
  }
  .net_header p {
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .net_price > ul {
    display: flex;
    justify-content: space-between;
  }
  .net_price > ul > li {
    width: calc(50% - 30px);
  }
  .net_price > ul > li p {
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
}
/* ----------------------
		オートライフ
---------------------- */
.auto_life_header {
  margin: 0 0 50px;
}
.auto_life_header h2 {
  margin: 0 0 30px;
  font-weight: bold;
  color: #0080cb;
  font-size: 1.8rem;
  line-height: 1.7;
}
.auto_life_header h2 em {
  font-size: 2.6rem;
  display: block;
}
.auto_life_header h3 {
  margin: 0 0 40px;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5e5e5e;
  text-align: center;
  line-height: 1.5;
}
.auto_life_header h3::after {
  display: none;
}
.auto_life_navi ul {
  margin: 0 -20px 55px;
}
.auto_life_navi li {
  margin: 0 0 20px;
  height: 240px;
}
.auto_life_navi li a {
  padding: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 240px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
}
.auto_life_navi li span {
  padding-bottom: 20px;
  background: url(../images/common/ico_linkbutton_w.png) no-repeat center bottom;
  background-size: 15px auto;
}
.auto_life_navi .navi_servicestation a {
  background: url(../images/auto_life/img_servicestation.jpg) no-repeat center bottom -10px;
  background-size: cover;
}
.auto_life_navi .navi_hayataro a {
  background: url(../images/auto_life/img_hayataro.jpg) no-repeat center top -30px;
  background-size: cover;
}
.auto_life_navi .navi_car a {
  background: url(../images/auto_life/img_car.jpg) no-repeat center top -150px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .auto_life_header {
    margin: 0 0 70px;
  }
  .auto_life_header h2 {
    margin: 0 0 60px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .auto_life_header h2 em {
    font-size: 5.0rem;
  }
  .auto_life_header h3 {
    margin: 0 0 60px;
    font-size: 2.0rem;
  }
  .auto_life_navi ul {
    margin: 0;
    display: flex;
  }
  .auto_life_navi li {
    width: 33.3333%;
    height: 420px;
    border-left: 1px solid #fff;
  }
  .auto_life_navi li:first-child {
    border: none;
  }
  .auto_life_navi li a {
    padding: 0 0 25px;
    height: 420px;
    font-size: 2.0rem;
  }
  .auto_life_navi li span {
    padding-left: 20px;
    padding-bottom: 0;
    background: url(../images/common/ico_linkbutton_w.png) no-repeat 0 center;
    background-size: 15px auto;
  }
  .auto_life_navi .navi_servicestation a {
    background: url(../images/auto_life/img_servicestation.jpg) no-repeat center center;
    background-size: cover;
  }
  .auto_life_navi .navi_hayataro a {
    background: url(../images/auto_life/img_hayataro.jpg) no-repeat center center;
    background-size: cover;
  }
  .auto_life_navi .navi_car a {
    background: url(../images/auto_life/img_car.jpg) no-repeat center center;
    background-size: cover;
  }
}
/* ----------------------
		自動車販売
---------------------- */
.car_column {
  margin: 0 0 40px;
}
.car_header p {
  font-weight: bold;
  font-size: 1.8rem;
  color: #5e5e5e;
}
.car_newcar .box_gray {
  margin-left: -20px;
  margin-right: -20px;
  padding: 5px 20px;
}
.car_newcar .box_gray figure {
  margin: 25px auto;
}
.auction_flow {
  margin: 30px 0 50px;
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}
.auction_flow li {
  margin: 0 0 30px;
  padding: 10px 20px 20px;
  border-radius: 8px;
  background: #f8f7e6;
  position: relative;
}
.auction_flow li::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e54457;
}
.auction_flow li:last-child::after {
  display: none;
}
.auction_flow h4 {
  margin: 0 0 10px;
  padding: 7px 0 10px 50px;
  color: #0080cb;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 40px;
  border-left: none;
  border-bottom: 1px solid #dddcc8;
  position: relative;
}
.auction_flow li h4:before {
  counter-increment: item;
  content: counter(item);
  color: #fff;
  background: #0080cb;
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  line-height: 40px;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 7px;
  margin: auto;
}
.auction_flow p {
  margin: 0;
}
.car_access > div {
  margin: 0 0 40px;
}
.car_access h4 {
  margin-top: 0;
}
.car_access figure {
  margin: 0 0 30px;
}
.car_access .map {
  margin: 0 0 20px;
}
.car_access .map iframe {
  border: none;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .car_column {
    margin: 0 0 100px;
  }
  .car_header p {
    font-weight: bold;
    font-size: 2.0rem;
    color: #5e5e5e;
  }
  .car_newcar .box_gray {
    margin-left: -120px;
    margin-right: -120px;
    padding: 40px 130px 20px;
  }
  .car_newcar .box_gray figure {
    margin: 15px auto 30px;
    max-width: 836px;
  }
  .auction_flow {
    margin: 50px 0 100px;
    padding: 0;
  }
  .auction_flow li {
    margin: 0 0 40px;
    padding: 20px 35px 30px;
    border-radius: 10px;
  }
  .auction_flow li::after {
    bottom: -26px;
  }
  .auction_flow h4 {
    margin: 0 0 15px;
    padding: 0 0 10px 80px;
    font-size: 2.0rem;
    line-height: 70px;
  }
  .auction_flow li h4:before {
    width: 60px;
    height: 60px;
    font-size: 3.0rem;
    line-height: 60px;
  }
  .car_access {
    display: flex;
    justify-content: space-between;
  }
  .car_access > div {
    width: calc(50% - 30px);
  }
  .car_access .map iframe {
    height: 360px;
  }
}
/* ----------------------
		サービスステーション
---------------------- */
.servicestation_column .box_gray {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px
}
.servicestation_column .box_gray figure {
  margin: 20px auto;
}
.servicestation_2column {
  margin: 40px 0 60px;
}
.servicestation_2column.box_left > div, .servicestation_2column.box_right > div {
  margin: -30px -20px 30px;
  padding: 50px 30px 30px;
  background: #f3f5f6;
}
.servicestation_2column h3 {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  font-size: 1.8rem;
}
.servicestation_2column h3::after {
  display: none;
}
.servicestation_2column p {
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .servicestation_column .box_gray {
    margin-left: -120px;
    margin-right: -120px;
    padding: 40px 130px 20px;
  }
  .servicestation_column .box_gray figure {
    margin: 20px auto;
  }
  .servicestation_2column {
    margin: 80px 0;
    display: flex;
    align-items: flex-start;
  }
  .servicestation_2column figure {
    margin: 0 0 0 55px;
    width: 530px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }
  .servicestation_2column.box_left figure {
    margin: 50px 55px 0 -100px;
    order: 2;
  }
  .servicestation_2column.box_right > div {
    margin: 50px 0 0 -100px;
    padding: 55px 50px 60px 160px;
  }
  .servicestation_2column.box_left > div {
    margin: 0;
    padding: 55px 150px 60px 60px;
  }
  .servicestation_2column h3 {
    margin: 0 0 25px;
    font-size: 2.0rem;
  }
  .servicestation_2column p {
    margin: 0 0 25px;
  }
}
/* ----------------------
		お問い合わせ
---------------------- */
.page_contents .contact_form_column .table- {}
.page_contents .contact_form_column .table- th {
  padding: 15px;
  text-align: left;
  font-weight: normal;
  display: block;
  border: none;
}
.page_contents .contact_form_column .table- td {
  padding: 20px 0 30px;
  text-align: left;
  font-weight: normal;
  display: block;
  border: none;
}
.page_contents .contact_form_column .table- label {
  display: block;
}
.page_contents .contact_form_column .table- label.lb_auto, .page_contents .contact_form_column .table- .ipt_cate label {
  display: inline-block;
}
.page_contents .contact_form_column .table- .ipt_address br {
  display: none;
}
.contact_form_column input[type="text"], .contact_form_column input[type="email"], .contact_form_column input[type="tel"], .contact_form_column textarea {
  padding: 4px;
  border: 1px solid #bbb;
  font-size: 1.6rem;
  width: 100%;
}
.contact_form_column textarea {
  height: 150px;
}
.contact_form_column input[type="email"] {}
.contact_form_column input[name="zip1"], .contact_form_column input[name="zip2"] {
  width: 70px;
}
.contact_form_column select {
  padding: 3px 5px;
}
.contact_form_column input[name="addr1"] {}
.contact_form_column .ipt_address label {
  margin: 0 0 15px;
}
.contact_form_column .ipt_cate label {
  margin: 5px 20px 5px 0;
}
.form_entry .btn_confirm, .form_entry .btn_send {
  margin: 0 0 30px;
  padding: 15px 0;
  background: #0080cb;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  border: none;
  border-radius: 5px;
  border: 2px solid #0080cb;
  width: 100%;
}
.form_entry .btn_back {
  margin: 0 0;
  padding: 15px 0px;
  background: #fff;
  color: #0080cb;
  font-weight: bold;
  font-size: 1.6rem;
  border: none;
  border: 2px solid #0080cb;
  border-radius: 5px;
  width: 100%;
}
.required {
  margin: 0 0 0 10px;
  padding: 2px 4px;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  border-radius: 3px;
  background: #e5002d;
}
.page_contents p.form_attention, .page_contents p.emSection {
  margin: 10px 0 0;
  color: #e5002d;
}
.page_contents .contact_form_column .table- .doui_check {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_contents .contact_form_column .table- th {
    padding: 15px;
    width: 230px;
    display: table-cell;
    border-top: 1px solid #d2d2d2;
  }
  .page_contents .contact_form_column .table- td {
    padding: 15px;
    display: table-cell;
    border-top: 1px solid #d2d2d2;
  }
  .page_contents .contact_form_column .table- label {
    display: inline-block;
  }
  .page_contents .contact_form_column .table- .ipt_address br {
    display: block;
  }
  .contact_form_column input[type="text"], .contact_form_column input[type="email"], .contact_form_column input[type="tel"], .contact_form_column textarea {
    width: 250px;
  }
  .contact_form_column textarea {
    width: 400px;
  }
  .contact_form_column input[type="email"] {
    width: 350px;
  }
  .contact_form_column input[name="zip1"], .contact_form_column input[name="zip2"] {
    width: 70px;
  }
  .contact_form_column input[name="addr1"] {
    width: 350px;
  }
  .contact_form_column .ipt_address label {
    margin: 5px 0;
  }
  .form_entry .btn_confirm, .form_entry .btn_send {
    margin: 0 30px;
    padding: 15px 40px;
    width: auto;
  }
  .form_entry .btn_back {
    margin: 0 30px;
    padding: 15px 40px;
    width: auto;
  }
  .form_entry .form_btn_box {
    display: flex;
    justify-content: center;
  }
  .page_contents .contact_form_column .table- .doui_check {
    text-align: left;
  }
}
/* ----------------------
		News
---------------------- */
.news_index .top_news {
  padding: 0;
  background: #fff;
}
/* ----------------------
		サービス一覧
---------------------- */
.service_modal_wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .service_modal_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    transition: all 0.30s ease 0s;
  }
  .service_modal_wrapper.open {
    opacity: 1;
    z-index: 200;
  }
  .service_modal_wrapper ul {
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service_modal_wrapper li {
    margin: 0 20px 40px;
    max-width: 245px;
    text-align: center;
  }
  .service_modal_wrapper li a {
    display: block;
    color: #fff;
  }
  .service_modal_wrapper li figure {
    margin: 0 0 15px;
    overflow: hidden;
  }
  .service_modal_wrapper li figure img {
    transition: all 0.30s ease 0s;
  }
  .service_modal_wrapper li a:hover img {
    transform: scale(1.05);
  }
  .service_modal_wrapper li p {
    padding-left: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background: url(../images/common/ico_linkbutton_w.png) no-repeat 0 center;
    background-size: 15px auto;
  }
  #modal_close {
    margin: auto;
    position: relative;
    width: 45px;
    height: 45px;
    transform: rotate(-45deg);
    cursor: pointer;
  }
  #modal_close::before, #modal_close::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 35px;
    background: #fff;
  }
  #modal_close::before {
    transform: rotate(-90deg);
  }
}
/* ----------------------
		組織図
---------------------- */
.org_list_scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.org_list {
  display: flex;
  width: 1100px;
}
.org_box {
  border-radius: 10px;
  position: relative;
}
.org_box.blue {
  background: #e0f0fa;
}
.org_box.green {
  background: #dbf5d5;
}
.org_box.yellow {
  background: #fdfae2;
}
.org_box.red {
  background: #fdf0f3;
}
.org_left_column {
  width: 300px;
}
.org_left_column .org_box {
  padding: 55px 25px;
}
.org_right_column {
  width: 800px;
}
.org_right_column .inner {
  padding: 0 0 25px 60px;
  display: flex;
  position: relative;
}
.org_right_column .inner::before {
  position: absolute;
  content: '';
  left: 30px;
  top: 45px;
  width: calc(100% - 90px);
  height: 5px;
  background: #eaeaea;
}
.org_right_column .inner:first-child::before {
  left: 0;
  width: calc(100% - 60px);
}
.org_right_column .inner::after {
  position: absolute;
  content: '';
  left: 30px;
  top: 45px;
  width: 5px;
  height: 100%;
  background: #eaeaea;
}
.org_right_column .inner:last-child::after {
  display: none;
}
.org_center {
  width: 300px;
}
.org_center .org_box {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.org_right {
  padding-left: 60px;
  width: 440px;
  position: relative;
}
.org_right .org_box::after {
  position: absolute;
  content: '';
  left: -30px;
  top: 0;
  width: 5px;
  height: calc(100% + 15px);
  background: #eaeaea;
}
.org_right .org_box:first-child::after {
  top: 45px;
}
.org_right .org_box:last-child::after {
  height: 45px;
}
.org_right .org_box.single::after {
  display: none;
}
.org_right .org_box {
  margin: 0 0 15px;
  padding: 20px 25px;
}
.org_right .org_box::before {
  position: absolute;
  content: '';
  left: -30px;
  top: 45px;
  width: 100%;
  height: 5px;
  background: #eaeaea;
  z-index: -1;
}
.org_list h3 {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  border: none;
}
.org_right .org_box h3 {
  text-align: left;
}
.org_list h3::after {
  display: none;
}
.org_list p {
  margin: 5px 0 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.zip_indent {
  text-indent: -6em;
  padding-left: 6em;
  display: inline-block;
}
.iframe_box {
  margin: 0 0 100px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 600px;
}
.iframe_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .org_list {
    width: 550px;
  }
  .org_left_column {
    width: 150px;
  }
  .org_left_column .org_box {
    padding: 55px 25px;
  }
  .org_right_column {
    width: 550px;
  }
  .org_right_column .inner {
    padding: 0 0 25px 30px;
  }
  .org_right_column .inner::before {
    left: 15px;
    width: calc(100% - 45px);
  }
  .org_right_column .inner:first-child::before {
    width: calc(100% - 30px);
  }
  .org_right_column .inner::after {
    left: 12px;
  }
  .org_center {
    width: 250px;
  }
  .org_center .org_box {
    padding: 20px 10px;
  }
  .org_right {
    padding-left: 30px;
    width: 300px;
  }
  .org_right .org_box::after {
    left: -17px;
    height: calc(100% + 17px);
  }
  .org_right .org_box {
    padding: 20px 25px;
  }
  .org_right .org_box::before {
    left: -17px;
  }
  .org_list h3 {
    font-size: 1.4rem;
  }
  .org_list p {
    font-size: 1.2rem;
  }
  .iframe_box {
    margin: 0 0 50px;
    padding-top: 400px;
  }
  .iframe_box iframe {
    height: 400px;
  }
}
/* ----------------------
		footer
---------------------- */
.footer_link {
  display: none;
}
.footer_bottom {
  padding: 30px 0;
  background: #004da0;
  color: #fff;
  text-align: center;
}
.footer_bottom .footer_logo {
  margin: 0 auto 10px;
  width: 200px;
}
.footer_bottom .footer_address {
  font-size: 1.4rem;
  line-height: 1.6;
}
.footer_bottom .footer_copyright {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .footer_link {
    display: block;
  }
  .footer_link ul {
    margin: 15px 0 15px 40px;
    display: flex;
  }
  .footer_link li {
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    border-left: 1px solid #e8e8e8;
    line-height: 1.2;
  }
  .footer_link li:first-child {
    padding: 0;
    border: none;
  }
  .footer_link li a {
    color: #004da0;
    font-size: 1.2rem;
    display: block;
  }
  .footer_bottom {
    padding: 45px 40px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .footer_bottom .footer_logo {
    margin: 0 40px 0 0;
  }
  .footer_bottom .footer_copyright {
    margin: 0 0 0 auto;
    font-size: 1.0rem;
  }
}
/* -----------------------
　　　404
----------------------- */
#notfound {
  background-color: #fff;
  color: #333;
}
#wrapper_404 {
  margin: 10px;
  padding: 30px;
  width: auto;
  background-image: none;
}
#box_404 {
  border-radius: 5px;
}
.inner_left404 {
  margin-right: 0;
  margin-bottom: 20px;
  text-align: left;
}
.inner_left404 img {
  width: 200px;
}
.inner_right404 {
  font-size: 1.4rem;
}
.inner_right404 h1 {
  font-size: 2.0rem;
  margin-bottom: 20px;
  text-align: left;
}
.inner_right404 p {
  margin-bottom: 10px;
}
.inner_right404 p a {
  text-decoration: underline;
}
#copyright_404 {
  display: block;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #notfound {
    padding-top: 50px;
  }
  #wrapper_404 {
    margin: 0 auto;
    padding: 60px 60px 40px 70px;
    width: 1100px;
  }
  #box_404 {
    margin-bottom: 40px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .inner_left404 {
    margin-right: 50px;
    margin-bottom: 0;
    text-align: left;
  }
  .inner_left404 img {
    margin: 0 auto;
    width: 240px;
    text-align: center;
  }
  .inner_right404 {
    text-align: left;
    font-size: 16px;
  }
  .inner_right404 h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
  }
}
#adminBox, .acms-admin-box {
  margin-bottom: 0;
}
/*ノーマルテーブル*/
.page_contents .tableNl {
  margin: 30px 0;
  width: 100%;
}
.page_contents .tableNl.table-3column th, .page_contents .tableNl.table-3column td {
  width: 33.3333%;
}
.page_contents .tableNl thead th {
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border: 1px solid #d2d2d2;
  background: #4f4f4f;
}
.page_contents .tableNl thead th.sub {
  background: #848484;
}
.page_contents .tableNl thead th.sub2 {
  background: #e8e8e8;
  color: #5e5e5e;
}
.page_contents .tableNl tbody th {
  background: #e8e8e8;
  border-bottom: 1px solid #d2d2d2;
}
.page_contents .tableNl tbody th, .page_contents .tableNl tbody td {
  padding: 8px 10px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}
.page_contents .tableNl tbody tr.line_dotted td {
  border-top: none;
  border-bottom: none;
  background: url(../images/common/line_dotted.png) repeat-x 0 top;
  background-size: 4px auto;
}
.page_contents .tableNl tbody tr.line_no_bottom td {
  border-bottom: none;
}
.page_contents .tableNl tbody tr.line_dotted:first-child td {
  background: none;
}
.page_contents .tableNl tbody tr:last-child td {
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .page_contents .tableNl {
    margin: 30px 0 40px;
    width: 100%;
  }
  .page_contents .tableNl thead th {
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid #d2d2d2;
    background: #4f4f4f;
  }
  .page_contents .tableNl thead th.sub {
    background: #848484;
  }
  .page_contents .tableNl tbody th {
    background: #e8e8e8;
    border-bottom: 1px solid #d2d2d2;
  }
  .page_contents .tableNl tbody th, .page_contents .tableNl tbody td {
    padding: 8px 10px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
  }
  .page_contents .tableNl tbody tr.line_dotted td {
    border-top: none;
    border-bottom: none;
    background: url(../images/common/line_dotted.png) repeat-x 0 top;
    background-size: 4px auto;
  }
  .page_contents .tableNl tbody tr.line_dotted:first-child td {
    background: none;
  }
  .page_contents .tableNl tbody tr:last-child td {
    border-bottom: 1px solid #d2d2d2;
  }
}
.lg_1 #adminBox, .lg_1 .acms-box-medium {
  display: none;
}
@media screen and (min-width: 768px) {
  .lg_1 #adminBox, .lg_1 .acms-box-medium {
    display: block;
  }
}
/*料金表*/
.ryoukin {
  margin: auto;
}
.ryoukin_caption {
  text-align: center;
  font-size: 2rem;
  color: #0080cb;
  font-weight: bold;
  line-height: 1.4;
}
.ryoukin_box {
  display: flex;
  margin: 40px auto 20px;
}
.ryoukin_col {
  flex: 1 1 auto;
}
.ryoukin_label {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 0.4em 0.5em;
  color: #ea6abe;
  border: currentColor 1px solid;
  border-radius: 5px;
  background-color: #f2e2ed;
}
.ryoukin_kigou {
  font-size: 1.8em;
  text-align: center;
  align-self: center;
  flex: 0 0 auto;
  padding: 0 10px;
}
.ryoukin_jyuryo_label {
  text-align: center;
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 0 0.5em;
  bottom: -0.5em;
  background-color: #fff;
  color: #0080cb;
  font-size: 1.8rem;
  font-weight: bold;
}
.ryoukin_jyuryo_box {
  border: 2px #cee8f4 solid;
  border-radius: 5px;
  display: block;
  padding: 1.5em 10px 0.5em;
}
.ryoukin_jyuryo_box table {
  margin: auto;
}
.ryoukin_jyuryo_box .ryoukin_kigou {
  padding: 0;
}
.ryoukin_jyuryo .ryoukin_label {
  color: #0080cb;
  background-color: #cee8f4;
}
.ryoukin_total .ryoukin_label {
  color: #f9662d;
  background-color: #f9dbd2;
}
.ryoukin_price_total {
  padding-top: 0.75em;
  border-top: 1px #666 solid;
}
.ryoukin_price {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  margin: 0.75em 0;
}
.ryoukin_box .small {
  font-size: 1.6rem;
}
.ryoukin_box p.note {
  width: fit-content;
  margin: 0 auto 2px;
}
@media screen and (max-width: 1024px) {
  .ryoukin_box {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .ryoukin_caption {
    font-size: 1.8rem;
  }
  .ryoukin_label {
    font-size: 1.6rem;
  }
  div.ryoukin_kigou {
    font-size: 3.2rem;
  }
  .ryoukin_kigou .eq {
    transform: rotate(90deg);
    display: inline-block;
    margin: 0.5em;
  }
}