@charset "utf-8";

/*
  Description: layout template style
*/

/****** CONTENTS ***************************************

2: global nav
3: fixed nav
4: breadcrumb
6: foot common

*******************************************************/

.for_sp {
  display: block;
}
.for_pc {
  display: none;
}
@media screen and (min-width:768px) {
	.for_sp {
		display: none;
	}
	.for_pc {
		display: block;
	}
}


/****** 2: global nav *************************************/

#l_gnav {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  background: #fff;
  z-index: 9998;
}

#l_gnav p, #l_gnav dt, #l_gnav dd, #l_gnav th, #l_gnav td, #l_gnav li {
  line-height: 1;
}

#l_gnav .main_nav {
  padding-top: 12px;
}

#l_gnav .wrap {
  padding: 0;
}

#l_gnav .gnav_list {
  display: table;
  width: 100%;
  height: 60px;
}

#l_gnav .gnav_item {
  display: table-cell;
  width: 16.666666%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#l_gnav .gnav_item.net {
  border-left: 1px solid #ddd;
}

#l_gnav .nav_btn {
  position: relative;
  display: block;
  min-height: 49px;
  padding: 5px 0 6px;
  text-align: center;
}

#l_gnav .gnav_item.current_li a,
#l_gnav .gnav_item.current_li span {
  color: #fff;
}

#l_gnav .gnav_item.current_li {
  border-color: #6794d4;
  background-color: #6794d4;
  color: #6794d4;;
}

#l_gnav .gnav_item.current_li.tel {
  border-color: #83c24b;
  background-color: #83c24b;
}

#l_gnav .gnav_item.current_li.tv {
  border-color: #ee734b;
  background-color: #ee734b;
}

#l_gnav .gnav_item.current_li.smart {
  border-color: #62ade4;
  background-color: #62ade4;
}

#l_gnav .gnav_item.current_li.denki {
  border-color: #39b384;
  background-color: #39b384;
}

#l_gnav .gnav_item.current_li.gas {
  border-color: #0075c1;
  background-color: #0075c1;
}

.media_sp #l_gnav .nav_btn {
	padding-bottom: 15px;
}

#l_gnav .nav_btn:hover {
  text-decoration: none;
}

#l_gnav .nav_btn:hover img {
  opacity: 1.0;
  -ms-filter: "alpha(opacity=100)";
}

#l_gnav .nav_btn.on .ro_line {
  display: block;
}

#l_gnav .gnav_name_gas {
  display: block;
  margin: 7px 0 0;
  color: #000;
  font-size: 14px;
}

#l_gnav .gnav_name {
  display: block;
  margin: 4px 0 0;
  color: #000;
  font-size: 14px;
}

#l_gnav .nav_btn .ro_line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}
.media_sp #l_gnav .nav_btn .ro_line {
	padding: 3px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}

#l_gnav .net .ro_line {
}
.media_sp #l_gnav .net .ro_line {
  background-image: url(../img/sp/ro_mark_net_sp.gif);
}

#l_gnav .tel .ro_line {
}
.media_sp #l_gnav .tel .ro_line {
  background-image: url(../img/sp/ro_mark_denwa_sp.gif);
}

#l_gnav .tv .ro_line {
}
.media_sp #l_gnav .tv .ro_line {
  background-image: url(../img/sp/ro_mark_tv_sp.gif);
}

#l_gnav .mobile .ro_line {
}

#l_gnav .smart .ro_line {
}
.media_sp #l_gnav .smart .ro_line {
  background-image: url(../img/sp/ro_mark_slink_sp.gif);
}
#l_sp_navigation_content .option-service .gnav_icon {
  vertical-align: middle;
  padding-top:10px;
  margin-bottom: 0;
}
#l_sp_navigation_content .option-service .gnav_name {
  vertical-align: middle;
}

#l_sp_navigation_content .option-service .sp_btn_catch{
  font-weight: lighter;
  font-size: 13px;
}

#l_sp_navigation_content .option-service .sp_btn_font{
  font-weight: bold;
  font-size: 18px;
}
.text_small{
  font-size: 12px;
}
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding : 20px 13px;
  color :#121212;
  font-weight: bold;
  font-size:14px;
  background :#ccc;
  cursor :pointer;
  transition: all 0.5s;
}

.accbox label:hover {
  opacity:0.8;
}

.accbox input {
  display: none;
}

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.accshow li img{
  margin-top:-5px; 
}

.cssacc:checked + label + .accshow {
  height: auto;
  padding: 5px 0;
  opacity: 1;
}
.accshow li{
  background: #eaeaea;
  margin-bottom: 3px;
}
.accbox .accshow p {
  margin: 15px 10px}
.accbox{
    position: relative;
}
.cssacc{
  position: relative;
}

.cssacc:checked + label:before {
  content: "-";
  position: absolute;
  right: 12px;
  font-size: 20px;
  color: #121212;
}
.accbox label:before {
  content: "+";
  position: absolute;
  right: 12px;
  font-size: 20px;
  color: #121212;
}
#l_sp_navigation .service-link-ttl{
  font-size: 15px;
  font-weight: bold;
  margin:10px 0 15px;
  padding-left: 5px;
}
/* #l_sp_navigation .link_allow{
  position: absolute;
  right:10px;
  font-weight:lighter;
  transform: scale(0.6, 1);
  top: 50%;
  margin-top: -10px;
}
#l_sp_navigation .link_allow2{
  position: absolute;
  right:10px;
  top:40%;
  font-weight:lighter;
  transform: scale(0.6, 1);
}
#l_sp_navigation .link_allow3{
  position: absolute;
  right:10px;
  font-weight:lighter;
  transform: scale(0.6, 1);
} */
.link_arrow01{
  position: relative;
}
.link_arrow01::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 6px;
  height: 9px;
  margin-top: -5px;
  background: url(../img/subnavi/icon_arrow02.png) no-repeat center;
  background-size: 6px 9px;
}
#l_sp_navigation_content .option-service .gnav_icon {
    vertical-align: middle;
    margin-bottom: 0;
    float: left;
    padding-right: 15px;
}
/* s-mode
--------------------*/


.s-mode #l_gnav {
  margin-left: 0;
}






/* sub nav
--------------------*/
.sub_nav {
  position: relative;
  margin: 0 auto;
  width: 960px;
}

.sub_nav_list {
  overflow: hidden;
}

.sub_nav_item {
  width: 100%;
}

.sub_nav_detail {
  overflow: hidden;
}

.sub_nav .menu_ttl {
  float: left;
  width: 21.25%;
}

.sub_nav .menu_ttl a {
  display: block;
  width: 189px;
  padding: 5px 0;
  background: #33b6d3;
}

.mansion .sub_nav .menu_ttl a,
.maison .sub_nav .menu_ttl a {
  background: #709ddb;
}

.sub_nav .menu_ttl a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.sub_nav .menu_detail {
  position: relative;
  padding: 10px 50px 10px 0;
  width: auto;
  background: #6794d4;
  height: 50px;
  box-sizing: border-box;
}

.sub_nav .menu_detail {
  background-color: #6794d4;
}
.sub_nav.current_tel .menu_detail {
  background-color: #83c24b;
}
.sub_nav.current_tv .menu_detail {
  background-color: #ee734b;
}
.sub_nav.current_smart .menu_detail {
  background-color: #62ade4;
}
.sub_nav.current_denki .menu_detail {
  background-color: #39b384;
}
.sub_nav.current_gas .menu_detail {
  background-color: #0075c1;
}

.sub_nav .menu_detail .close {
  position: absolute;
  top:0;
  right: 0;
  background: rgba(0,0,0,.05);
}

.sub_nav .nav_list {
  display: table;
  width: 100%;
}

.sub_nav .nav_item {
  display: table-cell;
  width: 147px;
  text-align: center;
  vertical-align: middle;
  background: url(../img/subnav_bg.png) no-repeat right center;
}

.sub_nav .nav_item:last-child {
  background: none;
}

.sub_nav .nav_item a {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding: 10px 0 6px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}

.sub_nav .menu_ttl a:link,
.sub_nav .menu_ttl a:visited,
.sub_nav .nav_item a:link,
.sub_nav .nav_item a:visited {
  text-decoration: none;
}

.sub_nav .nav_item a.on, .sub_nav .nav_item a:hover {
  background-color: #bbb;
  background-color: rgba(255,255,255,0.4);
}

.sub_nav .nav_item a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.sub_nav .sub_nav_icon {
  margin: 0 0 6px;
}


/* s-mode
--------------------*/


.s-mode .sub_nav {
  position: relative;
  margin-left: 0;
  width: 960px;
}


/* fixnav
--------------------*/

.media_pc #l_fixnav .sub_nav .menu_ttl a {
  padding: 0;
}

.media_pc #l_fixnav .sub_nav .nav_item {
  padding: 5px 1px 4px;
}

.media_pc #l_fixnav .sub_nav .nav_item a {
  padding: 4px 0 5px;
}

.media_pc #l_fixnav .sub_nav .sub_nav_icon {
  margin: 0 0 3px;
}

/* for sp
--------------------*/

.media_sp .sub_nav_detail {
  padding: 0;
}

.media_sp .sub_nav .menu_ttl {
  float: none;
  width: auto;
}

.media_sp .sub_nav .menu_ttl a {
  background: #fff;
}

.media_sp .sub_nav .menu_detail {
  float: none;
  width: auto;
}

.media_sp .sub_nav .nav_list {
  display: block;
}

.media_sp .sub_nav .menu_ttl, .media_sp .sub_nav .nav_item {
  display: table;
  width: 100%;
  padding: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
}

.media_sp .mansion .sub_nav .menu_ttl span {
  letter-spacing: -1px;
}

.media_sp .sub_nav .menu_ttl a, .media_sp .sub_nav .nav_item a {
  display: table-cell;
  width: auto;
  height: 49px;
  padding: 0 15px 0 20px;
  border-radius: 0;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}

.media_sp .sub_nav .nav_item a.on, .media_sp .sub_nav .nav_item a:hover {
  background-color: #fff;
}

.media_sp .sub_nav .sub_nav_icon {
  float: left;
  margin: 0 14px 0 0;
  vertical-align: middle;
}

.media_sp .sub_nav .sub_nav_name {
  float: left;
}

.media_sp .sub_nav .sub_nav_arrow {
  float: right;
}

.media_sp .sub_nav .nav_close {
  display: table;
  width: 100%;
  height: 50px;
}

.media_sp .sub_nav .close_btn {
  display: table-cell;
  width: 100%;
  background: #464646;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
}

.media_sp .sub_nav .close_icon {
  margin: 0 0 0 8px;
}

/* other service
--------------------*/
.other_service {
  position: absolute;
  top: 12px;
  left: 50%;
  margin: 0 0 0 330px;
}

.media_pc .other_service {
  display: none !important;
}

.media_pc #l_fixnav .other_service,
.media_pc #l_gnav .other_service {
  display: block;
}
.other_service .service_btn {
  width: 150px;
}

.other_service .btn {
  width: 150px;
  padding: 6px 8px 3px 14px;
}

.mansion .other_service .btn,
.maison .other_service .btn {
  width: 152px;
  padding: 6px 8px 3px 14px;
}

.other_service .btn .btn_icon {
  display: block;
  float: left;
  height: 18px;
  margin: 8px 10px 0 0;
}

.other_service .btn .btn_name {
  float: left;
  font-size: 12px;
  line-height: 1.1em;
}

.mansion .other_service .btn .btn_name,
.maison .other_service .btn .btn_name {
  padding-top: 4px;
  height: 35px;
  line-height: 1.3;
}

.mansion #l_fixnav .other_service .btn .btn_name,
.maison #l_fixnav .other_service .btn .btn_name {
  padding-top: 0px;
  height: 29px;
  line-height: 1.1;
}

.other_service .btn .btn_note {
  font-size: 10px;
  line-height: 1em;
}

.other_service .btn .btn_arrow {
  float: right;
  margin: 8px 0 0;
}

.mansion .other_service .btn .btn_arrow,
.maison .other_service .btn .btn_arrow {
  margin: 10px 0 0;
}

/* for sp
--------------------*/
.media_sp #l_gnav {
  display: none;
  border-bottom: 0;
}

.media_sp #l_gnav .main_nav {
  padding: 0;
}

.media_sp #l_gnav .gnav_list {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.media_sp #l_gnav .nav_btn{
  min-height: 70px;
  padding-top: 7px;
}

.media_sp #l_gnav .gnav_icon {
  width: 24px;
  height: auto;
}

.media_sp #l_gnav .gnav_name {
  line-height: 1;
}

.media_sp #l_gnav .smart .gnav_name {
  margin: 0;
}

.media_sp .other_service {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  margin: 10px 0 0;
  padding: 0 10px;
}

.media_sp .other_service .service_btn {
  display: table;
  width: 100%;
  height: 29px;
}

.media_sp .other_service .btn {
  display: table-cell;
  width: auto;
  padding: 0 10px 0 11px;
  color: #000;
  font-size: 11px;
  vertical-align: middle;
}

.media_sp .other_service .btn_icon,
.media_sp .other_service .btn_arrow {
  margin-top: 0;
}

.media_sp .other_service .btn_icon {
  width: 13px;
  height: auto;
}

.media_sp .other_service .btn_name {
  line-height: 14px;
}

.media_sp .other_service .btn_note {
  font-size: 100%;
}

.media_sp .other_service .btn_arrow {
  width: 7px;
  height: auto;
}

.media_sp .mansion .other_service .btn .btn_name,
.media_sp .maison .other_service .btn .btn_name {
  padding-top: 0;
  height: auto;
  line-height: 14px;
}

.media_sp .mansion .other_service .btn .btn_arrow,
.media_sp .maison .other_service .btn .btn_arrow {
  margin: 0;
}



/****** 3: fixed nav *************************************/

#l_fixnav {
  display: none;
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  min-width: 960px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffe100;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 10000;
}

#l_fixnav p, #l_fixnav dt, #l_fixnav dd, #l_fixnav th, #l_fixnav td, #l_fixnav li {
  line-height: 1;
}

#l_fixnav .main_nav {
  position: relative;
  margin: 0 auto;
  width: 960px;
  z-index: 100;
}

#l_fixnav .wrap {
  padding: 0;
}

#l_fixnav .nav_wrap {
  display: table;
  width: 960px;
  padding: 0;
}

#l_fixnav .nav_logo, #l_fixnav .nav_box {
  display: table-cell;
  vertical-align: middle
}

#l_fixnav .nav_logo {
  width: 120px;
}

#l_fixnav .nav_logo a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

#l_fixnav .nav_box {
  width: 630px;
}

#l_fixnav .main_nav_list {
  display: table;
  float: left;
  width: 100%;
  border-left: 1px solid #ddd;
}

#l_fixnav .main_nav_item {
  display: table-cell;
  width: 16.6666%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#l_fixnav .main_nav_item.current_li a,
#l_fixnav .main_nav_item.current_li span {
  color: #fff;
}

#l_fixnav .main_nav_item.current_li {
  border-color: #6794d4;
  background-color: #6794d4;
  color: #6794d4;;
}

#l_fixnav .main_nav_item.current_li.tel {
  border-color: #83c24b;
  background-color: #83c24b;
}

#l_fixnav .main_nav_item.current_li.tv {
  border-color: #ee734b;
  background-color: #ee734b;
}

#l_fixnav .main_nav_item.current_li.smart {
  border-color: #62ade4;
  background-color: #62ade4;
}

#l_fixnav .main_nav_item.current_li.denki {
  border-color: #39b384;
  background-color: #39b384;
}

#l_fixnav .main_nav_item.current_li.gas {
  border-color: #0075c1;
  background-color: #0075c1;
}

#l_fixnav .nav_btn {
  position: relative;
  display: block;
  height: 44px;
  padding: 8px 0 8px;
  text-align: center;
}

#l_fixnav .nav_btn:hover {
  text-decoration: none;
}

#l_fixnav .nav_btn:hover img {
  opacity: 1.0;
  -ms-filter: "alpha(opacity=100)";
}

#l_fixnav .nav_btn.on .ro_line {
  display: block;
}

#l_fixnav .main_nav_name_gas {
  display: block;
  margin: 7px 0 0;
  color: #000;
  font-size: 14px;
}

#l_fixnav .main_nav_name {
  display: block;
  margin: 4px 0 0;
  color: #000;
  font-size: 14px;
}

#l_fixnav .other_service {
  margin: 0 0 0 310px;
}

#l_fixnav .other_service .service_btn {
  width: 170px;
}

#l_fixnav .other_service .btn {
  width: 100%;
  padding: 6px 8px 4px;
}

#l_fixnav .other_service .btn_icon,
#l_fixnav .other_service .btn_arrow {
  margin-top: 3px;
}

#l_fixnav .nav_btn .ro_line {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

#l_fixnav .net .ro_line {
  background: #6794d4;
}

#l_fixnav .tel .ro_line {
  background: #83c24b;
}

#l_fixnav .tv .ro_line {
  background: #ee734b;
}

#l_fixnav .mobile .ro_line {
  background: #664996;
}

#l_fixnav .smart .ro_line {
  background: #62ade4;
}


/* for s-mode
--------------------*/


.s-mode #l_fixnav {
  box-sizing: border-box;
  padding-left: 90px;
  width: auto;
}

.s-mode #l_fixnav .main_nav {
  margin-left: 0;
}



/* for sp
--------------------*/
.media_sp #l_fixnav {
  display: none !important;
  min-width: 0;
}
.media_sp #l_fixnav .nav_wrap {
  width: 100%;
}

.media_sp #l_fixnav .sub_nav,
.media_sp #l_fixnav .main_nav {
  padding: 0;
  width: 100%;
}

#l_fixnav .nav_box {
  width: auto;
}

.media_sp #l_fixnav .nav_logo, .media_sp #l_fixnav .other_service {
  display: none;
}

.media_sp #l_fixnav .main_nav_list {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.media_sp #l_fixnav .nav_btn {
  height: 22px;
}

.media_sp #l_fixnav .main_nav_icon {
  width: 24px;
  height: auto;
}

.media_sp #l_fixnav .main_nav_name {
  display: none;
}

.media_sp #l_fixnav .smart .main_nav_name {
  margin: 0;
}

.media_sp #l_fixnav .other_service {
  width: 100%;
  margin: 0;
}


/****** 4: breadcrumb *************************************/

#l_breadcrumb {
  border-bottom: none;
}

#l_breadcrumb .wrap {
  color: #999;
  font-size: 85.714286%;
  line-height: 3.33333333em;
}

#l_breadcrumb .wrap a:link,
#l_breadcrumb .wrap a:visited {
  color: #000;
}

.lower #l_breadcrumb {
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
  background: -moz-linear-gradient(top, #f9f9f9, #fff);
}

/* for sp
--------------------*/
.media_sp #l_breadcrumb {
  display: none;
}

.media_sp .lower #l_breadcrumb {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.media_sp #l_breadcrumb .wrap {
  font-size: 84.615385%;
  line-height: 25px;
}





/****** 6:footer common *************************************/

/* wrap
--------------------*/
.wrap {
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.media_sp .wrap {
  width: auto;
}

.footer__common {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer__navi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
}

.footer__navi--box {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: table;
}

.footer__navi--box--even {
    width: 48%;
    margin-right: 0;
    margin-left: 2%;
    margin-bottom: 20px;
    display: table;
}

.footer__navi--head {
    width: 100%;
    height: 70px;
    position: relative;
    background: #ffffff;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    color: #0095a1;
    display: table;
}

.footer__navi--head::before {
    position: absolute;
    top: 50%;
    left: 92%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_open.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.footer__navi--head p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.footer__navi .is-open::before {
    background: none;
}

.footer__navi .is-open::after {
    position: absolute;
    top: 50%;
    left: 92%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_close.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.footer__navi--body {
    display: none;
    background-color: #FFFFFF;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 1.125rem;
}

.footer__navi--head--btn {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    background: #ffffff;
    font-size: 1.25rem;
    font-weight: bold;
    color: #0095a1;
}

.footer__navi--head--btn a {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #0095a1;
    background-image: url("../img/footer_arrow01.png");
    background-position: 96.2% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.footer__navi--head--btn a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer__navi--head span,
.footer__navi--head--btn span {
    font-size: 130%;
}

.footer__navi--lists {
    border-bottom: 1px dotted #000000;
    margin-bottom: 10px;
}

.footer__navi--lists:last-child {
    border-bottom: none;
}

.footer__navi--lists a {
    display: block;
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    background-image: url("../img/footer_arrow02.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
}

.footer__navi--lists a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.footer__navi--lists--list {
    padding-left: 10px; 
}

.footer__info {
    background-color: #0095a1;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 1.25rem;
}

.footer__info p {
    color: #FFFFFF;
}

.footer__info--inner {
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer__info--box {
    width: 48.5%;
    padding-top: 20px;
    margin-right: 1.5%;
}

.footer__info--box:last-child {
    width: 48%;
    margin-right: 0;
    margin-left: 1.5%;
}

.footer__info--btn01,
.footer__info--btn02,
.footer__info--btn03 {
    border: #e2e2e2 1px solid;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.footer__info--btn02 {
    margin-bottom: 12px;
}

.footer__info--btn01 a,
.footer__info--btn02 a,
.footer__info--btn03 a {
    color: #0095a1;
    font-weight: bold;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    background-image: url("../img/footer_arrow01.png");
    background-position: 96.2% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.footer__info--btn01 a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer__info--btn02 a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer__info--btn03 a {
    padding-top: 17px;
    padding-bottom: 17px;
}

.footer__info--btn01 a:hover,
.footer__info--btn02 a:hover,
.footer__info--btn03 a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer__info--box p {
    color: #0095a1;
}

.footer__tel--txt span {
    background-color: #0095a1;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 75%;
    margin-left: 10px;
    padding-top: 1px;
    padding-left: 8px;
    vertical-align: 2px;
}

.footer__tel--txt02 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 0.875rem;
}

.footer__tel--txt02 span {
    background-color: #0095a1;
    border-radius: 3px;
    color: #FFFFFF;
    margin-left: 10px;
    padding-top: 1px;
    padding-left: 5px;
    vertical-align: 2px;
}

.footer__tel--number {
    color: #0095a1;
    line-height: 1em;
    font-size: 3rem;
    background-image: url("../img/footer_icon.png");
    background-position: 0 46%;
    background-repeat: no-repeat;
    -webkit-background-size: 44px auto;
    background-size: 44px auto;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 48px;
}

p.footer__tel--note {
    color: #000000;
    font-size: 0.750rem;
}

p.footer__tel--ip {
    margin-top: 15px;
    color: #000000;
    font-size: 0.9375rem;
}

p.footer__tel--ip--number {
    font-size: 2.1rem;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 8px;
    line-height: 1;
}

p.footer__tel--ip--number span {
    font-size: 60%;
}

p.footer__consultation {
    font-size: 0.8125rem;
    color: #000000;
}

p.footer__consultation a {
    color: #0095a1;
    text-decoration: underline;
}

/* for sp --------------------------------*/
.media_sp .footer__common {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.media_sp .footer__navi {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

.media_sp .footer__navi--box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.media_sp .footer__navi--box--even {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

.media_sp .footer__navi--head {
    width: 100%;
    height: 50px;
}

.media_sp .footer__navi--head::before {
    position: absolute;
    top: 50%;
    left: 90%;
}

.media_sp .footer__navi--head p {
    padding-left: 12px;
}

.media_sp .footer__navi .is-open::after {
    top: 50%;
    left: 90%;
}

.media_sp .footer__navi--body {
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    font-size: 1.125rem;
}

.media_sp .footer__navi--head--btn {
    height: 60px;
}

.media_sp .footer__navi--head--btn a {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-position: 95% 50%;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}

.media_sp .footer__navi--lists {
    margin-bottom: 8px;
}

.media_sp .footer__navi--lists a {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000000;
    background-image: url("../img/footer_arrow02.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
}

.media_sp .footer__navi--lists a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.media_sp .footer__info {
    background-color: #0095a1;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 1.25rem;
}

.media_sp .footer__info--inner {
    display: block;
    margin-top: 5px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.media_sp .footer__info--box {
    width: 100%;
    padding-top: 0;
    margin-right: 0%;
}

.media_sp .footer__info--box:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.media_sp .footer__info--btn01,
.media_sp .footer__info--btn02,
.media_sp .footer__info--btn03 {
    margin-bottom: 10px;
}

.media_sp .footer__info--btn01 a,
.media_sp .footer__info--btn02 a,
.media_sp .footer__info--btn03 a {
    padding-right: 15px;
    padding-left: 15px;
    background-position: 95% 50%;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}

.media_sp .footer__info--btn01 a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.media_sp .footer__info--btn02 a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.media_sp .footer__info--btn03 a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.media_sp .footer__tel--number {
    font-size: 1.8rem;
    line-height: 1.2;
    background-image: url("../img/footer_icon.png");
    background-position: 0 0;
    -webkit-background-size: 50px auto;
    background-size: 50px auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 55px;
}

.media_sp .footer__tel--time {
    font-size: 0.875rem;
    color: #000000;
    margin: 0;
    padding: 0;
}

.media_sp p.footer__tel--note {
    color: #000000;
    font-size: 0.750rem;
}

.media_sp p.footer__tel--ip {
    margin-top: 15px;
    font-size: 0.67rem;
}

.media_sp p.footer__tel--ip--number {
    font-size: 1.5625rem;
    margin-top: 5px;
    margin-bottom: 8px;
    line-height: 1;
}

.media_sp p.footer__consultation {
    font-size: 0.67rem;
}

.media_sp .aaa {
    font-size: 0.875rem;
    color: #000000;
    margin: 0;
    padding: 0;
}









.simulation_bg {
	background: #ffe100;
	margin-top: 60px;
	padding-bottom: 40px;
}
.simulation_ttl {
	font-size: 1.8rem;
	padding-top: 40px;
	text-align: center;
}
.simulation_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.simulation-eo_container,.simulation-energy_container {
	flex-basis: 94%;
	max-width: 94%;
}
.simulation_btn {
	position: relative;
	display: inline-block;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	overflow: hidden;
	box-shadow: 0 6px 0 #e2d256;
	border-radius: 6px;
	text-decoration: none;
	text-indent: -2em;
	transition: .1s;
	width: 100%;
}
.simulation_btn:hover {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 0 0 #e2d256;
	border-bottom: none;
}
.simulation_btn:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: .3em;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
.simulation_btn a {
	position: absolute;
	padding: 1em 1.8em 1em 5.5em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.simulation-eo_ttl {
	margin-top: 1.5em;
	padding-top: 10px;
}
.simulation-eo_energy {
	margin-top: 1.5em;
	padding-top: 10px;
}
.arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.simulation_btn::before{
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #272727;
	border-right: 1px solid #272727;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.simulation_eo-new {
	background: #fff url("/share/img/contents/ico_simulation_new.png") no-repeat;
	background-position: 15px center;
	padding: 1.5em 1em 2em 5.5em;
}
.simulation_eo-user {
	background: #fff url("/share/img/contents/ico_simulation_user.png") no-repeat;
	background-position: 15px center;
	padding: 1.5em 1em 2em 5.5em;
}
.simulation_energy-denki {
	background: #fff url("/share/img/contents/ico_denki.png") no-repeat;
	background-position: 15px center;
	padding: 1.5em 1em 2em 5.5em;
}
.simulation_energy-gas {
	background: #fff url("/share/img/contents/ico_gas.png") no-repeat;
	background-position: 15px center;
	padding: 1.5em 1em 2em 5.5em;
}

@media screen and (max-width: 320px) {
	.simulation_btn {
		font-size: 1.4rem;
	}
	.simulation_btn:after {
		width: 10px;
		height: 10px;
	}
	.simulation-eo_ttl {
		background: url("../img/ico_eo.png") right 5% center no-repeat;
		background-size: 50%;
		margin-top: 1.5em;
		padding-top: 10px;
		padding-left: 0%;
	}
	.simulation_eo-new {
		background-position: 10px center;
		background-size: 30px;
	}
	.simulation_eo-user {
		background-position: 10px center;
		background-size: 30px;
	}
	.simulation_energy-denki {
		background-position: 10px center;
		background-size: 30px;
	}
	.simulation_energy-gas {
		background-position: 10px center;
		background-size: 30px;
	}
}

@media screen and (max-width: 480px) {
	.contents_ttl {
		margin-top: 1.6em;
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 768px) {
	.simulation_container {
		flex-wrap: nowrap;
		justify-content: space-around;
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	.simulation-eo_container,.simulation-energy_container {
		flex-basis: 47%;
		max-width: 47%;
	}
	.simulation_btn {
		min-width: 45%;
		font-size: 1.6rem;
	}
	.simulation_eo-new {
		background-position: 15px center;
	}
	.simulation_eo-user {
		background-position: 15px center;
	}
	.simulation_energy-denki {
		background-position: 15px center;
	}
	.simulation_energy-gas {
		background-position: 15px center;
	}
}

@media screen and (min-width:1024px) {
	.tab-panel {
		margin-top: 60px;
	}
	.charge_lead {
		font-size: 1.6rem;
		width: 980px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.tab-group {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	.simulation_btn-container {
		max-width: 980px;
		margin-top: 40px;
	}
	.simulation_btn-new {
		font-size: 1.8rem;
		margin-left: 40px;
		min-width: 310px;
	}
	.simulation_btn-user {
		font-size: 1.8rem;
		margin-left: 40px;
		min-width: 310px;
	}
	.service_container {
		width: 980px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.service_container-item {
		flex-basis: 470px;
		margin-top: 40px;
	}
	.service_lead {
		margin-top: 40px;
	}
	.simulation_ttl {
		font-size: 3.0rem;
	}
	.simulation-eo_container,.simulation-energy_container {
		flex-basis: 42%;
		max-width: 42%;
	}
	.simulation_btn {
		min-width: 40%;
		font-size: 1.8rem;
	}
}


