@charset "utf-8";
/*
#inner-content-area{
	font-size:12px;
	width:auto;
}*/

#footerArea{
	margin-top:0;
}
.txt-right{
	text-align:right !important;
}

.valign-top{
	vertical-align:top;
}

.valign-middle{
	vertical-align:middle;
}



h3{
	border:none;
	font-size:130%;
}
@media screen and (max-width:960px){
.contents_rapper{
	overflow:hidden;
}
}

body{
	max-width:100vw;
	overflow-x:hidden;
}

#tracking_vavi{
	display:none !important;
}

@media print, screen and (min-width: 980px){
.site_search_btn{
	top:126px;
}	
}




/*--------------------------------------
    Icons
--------------------------------------*/
#inner-content-area .icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#inner-content-area .icon.arrow {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: text-top;
  _vertical-align: -4px;
  background: url("../img/arrow.png") no-repeat;
  width: 13px;
  height: 13px;
}

/*--------------------------------------
    clearfix 
--------------------------------------*/
#inner-content-area #content_header, #information, #content .section #page_title, #content .section .section_title_sub, #search_tab_area #tab_nav, #search_tab_area #area_nav, #date_selecter_box, #inner-content-area #links, #inner-content-area #sub_links, #mobile_container, .border-box {
  *zoom: 1;
}
#inner-content-area #content_header:before, #information:before, #content .section #page_title:before, #content .section .section_title_sub:before, #search_tab_area #tab_nav:before, #search_tab_area #area_nav:before, #date_selecter_box:before, #inner-content-area #links:before, #inner-content-area #sub_links:before, #mobile_container:before, .border-box:before, #inner-content-area #content_header:after, #information:after, #content .section #page_title:after, #content .section .section_title_sub:after, #search_tab_area #tab_nav:after, #search_tab_area #area_nav:after, #date_selecter_box:after, #inner-content-area #links:after, #inner-content-area #sub_links:after, #mobile_container:after, .border-box:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#inner-content-area #content_header:after, #information:after, #content .section #page_title:after, #content .section .section_title_sub:after, #search_tab_area #tab_nav:after, #search_tab_area #area_nav:after, #date_selecter_box:after, #inner-content-area #links:after, #inner-content-area #sub_links:after, #mobile_container:after, .border-box:after {
  clear: both;
}

/*--------------------------------------
    Main Styles 
--------------------------------------*/
#inner-content-area {
  line-height: 1.5;
  background: url("../img/bg_body.gif") repeat-x;
}
#inner-content-area ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#inner-content-area .container {

  margin: 0 auto;
  background: white url("../img/bg_main.gif") no-repeat;
}
#inner-content-area #content{
	padding-top:10px;
}
#inner-content-area #content_header {
  padding:10px 20px 15px;
  background: url("../img/h_main.gif") no-repeat;
}
#inner-content-area #content_header .main_title {
  float: left;
  width: 162px;
}
#inner-content-area #content_header .archive_btn {
  float: right;
  width: 182px;
}
#inner-content-area #content_inner {
  padding: 20px;
}
#inner-content-area #main {
  padding:10px 20px 40px;
}

#information {
  margin-bottom: 20px;
  font-size: 1.4rem;
  border:solid 1px #cfcfcf;
  padding:1.5em 1em;
  display:flex;
  align-items:flex-start;
  background: #fff;
}

#information h3 > i{
	color:#4fc7f0;
	display:inline-block;
	font-size:24px;
	font-family:'Material Icons';
	vertical-align:middle;
	margin-right:0.5em;
}

#information h3{
	flex-basis:15%;
	color: #716b6a;
}

#information .information_message {
	flex-grow:1;
	flex-basis: 85%;
}

#information .information_message ul > li{
	text-indent:-1em;
}
#information .information_message ul > li:not(:last-of-type){
	margin-bottom:0.5em;
}


#information .information_message li::before{
	content:"";
	width:0.5em;
	height:0.5em;
	display:inline-block;
	background:#cbcbcb;
	border-radius:100%;
	vertical-align:middle;
	margin-right:0.5em;
}

.info-frame_type1{
    display: flex;
    justify-content: center;
    border: solid 3px #cccccc;
    margin-bottom: 20px;
    padding: 16px 20px;
    box-sizing: border-box;
    max-width: 100%;
    font-weight: bold;
    color: #555555;
}


#alert {
  line-height: 1.8;
  padding: 7px 12px;
  margin-bottom: 20px;
  background: url("../img/bg_alert.gif") repeat;
}
#alert #alert-inner {
  font-size: 1.25em;
  padding:5px;
  margin:5px;
  background: #fff;
  text-align: center;
}
#alert .area {
  font-size: 1.2em;
  font-weight: bold;
  line-height:1.4;
}
#alert .cities {
  color: #395f9d;
}

#alert .btn_list{
	margin:0.5em;
}

#alert .btn_list a{
	display:inline-block;
	background: #ca2323;
	padding:0.3em 2em;
	border-radius:3px;
	box-shadow:0px 1px 2px #cccccc;
	color:#ffffff;
}

.section {

margin-bottom: 28px;

border:solid 1px #cfcfcf;

margin-top: 20px;
}
.section .section_content {
  padding: 15px 20px 20px;
  font-size: 100%;
}

.section #page_title {
  position: relative;
}

.section #page_title h3 {

  color: #116688;
  padding: 20px 38px;
}
.section #page_title .last_updated {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: right;
  background: none;
  margin: 0;
}
.section .section_title {

  color: #116688;
  padding: 17px 38px;
  vertical-align: middle;
  min-height: 28px;
  height: auto !important;
  height: 28px;
  background: url("../img/bg_section_title.gif") no-repeat;
}
.section .section_title_sub {
  position: relative;
  font-size: 1.25rem;
  padding: 1px;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  vertical-align: middle;
  min-height: 28px;
  height: auto !important;
  height: 28px;
  background: url("../img/bg_section_title_sub.gif") no-repeat 19px 14px #f9f9f9;
}
.section .section_title_sub h3 {
  padding: 10px 35px;
}
.section .section_title_sub .last_updated {
  position: absolute;
  right: 20px;
  top: 15px;
  text-align: right;
  margin: 0;
}

#search_tab_area{
  position:relative;
}

#search_tab_area p {
  margin-bottom: 1em;
}
#search_tab_area #tab_nav {
  border-bottom: 7px solid #3e9abb;
}
#search_tab_area #tab_nav li {
  float: left;
  margin-right: 3px;
}
#search_tab_area #tab_nav li img{
	display:block;
}
#search_tab_area #area_nav {
  margin-left: -15px;
}
#search_tab_area #area_nav li {
  float: left;
  padding-left: 14px;
  margin-bottom: 15px;
}

#search_tab_area .btn_kaminari-info{
  position:absolute;
  right:0;
  top:6px;
}

/*--------------------------------------
 * 過去の停電一覧
--------------------------------------*/
#date_selecter_box {
  width: 834px;
  margin: 15px 0;
  border: 5px solid #c6e6ef;
  padding: 18px;
}
#date_selecter_box p.date_selecter_message {
  float: left;
  width: 530px;
  margin: 0;
  height: 32px;
  line-height: 32px;
}
#date_selecter_box .date_selecter {
  float: right;
  width: 300px;
  margin: 0;
  padding: 0;
}
#date_selecter_box .date_selecter select {
  height: 31px;
  width: 300px;
  border: 1px solid #cccccc;
  margin: 0;
}

#content .archive_date {
  font-size: 1.084em;
  font-weight: bold;
  margin-bottom: 10px;
}

#day_nav {
  position: relative;
  height: 100px;
}
#day_nav a {
  position: absolute;
  top: 30px;
}
#day_nav a.prev {
  left: 270px;
}
#day_nav a.next {
  left: 460px;
}

/*--------------------------------------
    サービスエリアテーブル
--------------------------------------*/
.mb30 {
  margin-bottom: 30px;
}

.service_area {
  width: 100%;
  border: 2px solid #99ccdd;
  border-collapse: collapse;
}
.service_area.sub {
  border: 1px solid #cccccc;
}
.service_area.sub th {
  font-weight: bold;
}
.service_area.sub th, .service_area.sub td {
  border: 1px solid #cccccc;
}
.service_area.sub th.dashed, .service_area.sub td.dashed {
  border-style: dashed;
}
.service_area th {
  vertical-align: middle;
  text-align: left;
  background: #e3f3f6;
  font-weight: normal;
  border-bottom: 1px solid #99ccdd;
}
.service_area th.center {
  text-align: center;
}
.service_area th.sub_header {
  background: #f9f9f9;
}
.service_area th, .service_area td {
  padding: 15px 15px;
}
.service_area td {
  border: 2px solid #99ccdd;
}
.service_area td.dashed {
  border: 1px dashed #99ccdd;
}
.service_area td.dashed.top {
  border-top-style: solid;
}

.service_area.table-type2 {
	width:auto;
	overflow-x:scroll;
	overflow-scrolling:touch;
}
.service_area.table-type2 th,
.service_area.table-type2 td{
	padding-top:5px;
	padding-bottom:5px;
}

.service_area.table-type2 th{
	text-align:center;
	border-right:dotted 1px #99ccdd;
	border-bottom-width: 2px;
}

.service_area.table-type2 td{
	border-left-style:dotted;
	border-right-style:dotted;
	border-width:1px;
	text-align:center;
}

.service_area.table-type2.data-type-city td{
	border-style:dotted;
	border-right-style:solid;
}


.service_area.table-type2 .nowrap{
	white-space:nowrap;
	display:table-cell;
}


/*--------------------------------------
    Links 
--------------------------------------*/
#inner-content-area #links {
  margin-left: -20px;
  margin-bottom: 10px;
}
#inner-content-area #links li {
  float: left;
  width: 450px;
  padding-left: 20px;
}
#inner-content-area #sub_links {
    margin-left: -20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
}
#inner-content-area #sub_links li {
    font-size: 1.25em;
    flex-basis: 50%;
    padding-left: 20px;
}
#inner-content-area #sub_links li .btn_wrapper {
  border: 1px solid #dddddd;
  width: 448px;
}
#inner-content-area #sub_links li a.btn {
  display: block;
}
#inner-content-area #sub_links li a.btn.square {
  width: 440px;
  border: 4px solid #eeeeee;
  padding: 15px 0;
  font-size: 0.8em;
}

/*--------------------------------------
    質問
--------------------------------------*/
#question_list li {
  padding: 9px 0 4px 50px;
  margin-bottom: 15px;
  background: url("../img//icon-question.gif") no-repeat left top;
}

#question_answer {
  margin-bottom: 30px;
}
#question_answer dt {
  padding: 9px 0 4px 50px;
  margin-bottom: 15px;
  background: url("../img//icon-question.gif") no-repeat left top;
}
#question_answer dd {
  padding: 9px 0 4px 50px;
  margin: 0 0 15px;
  background: url("../img//icon-answer.gif") no-repeat left top;
}

#content .btn_faq_top {
  width: 210px;
  margin: 0 auto;
}

/*--------------------------------------
    mobile
--------------------------------------*/
#mobile_container {
  padding-top: 15px;
}
#mobile_container .mobile_box {
  width: 416px;
  border: 5px solid #c6e6ef;
  padding: 2px;
}
#mobile_container .mobile_box.smartphone {
  float: left;
}
#mobile_container .mobile_box.smartphone h4 {
  background: url("../img//icon-smartphone.gif") no-repeat 16px 12px #eeeeee;
}
#mobile_container .mobile_box.phone {
  float: right;
}
#mobile_container .mobile_box.phone h4 {
  background: url("../img//icon-phone.gif") no-repeat 16px 12px #eeeeee;
}
#mobile_container .mobile_box table {
  width: 400px;
  margin: 0 auto 16px;
}
#mobile_container .mobile_box table .url {
  font-size: 0.8em;
  width: 320px;
  word-break: break-all;
}
#mobile_container .mobile_box h4 {
  font-weight: bold;
  margin: 0 0 32px 0;
  color: #116688;
  padding: 15px 0 15px 45px;
}

/*--------------------------------------
    siteinfo
--------------------------------------*/
#siteinfo h4 {
  font-size: 1.1em;
  margin: 0 0 20px 0;
}
#siteinfo h5 {
  font-size: 1em;
  margin: 0 0 15px 0;
}
#siteinfo h6 {
  background: none;
  margin: 0 0 10px;
  padding: 0;
}
#siteinfo ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-bottom: 2em;
}
#siteinfo ul li {
  margin-bottom: 1em;
}
#siteinfo ul.other {
  margin-bottom: 0;
}
#siteinfo ul.other li {
  margin-bottom: 0;
}
#siteinfo div.about_usage {
  padding-left: 20px;
}
#siteinfo p.usage_url {
  padding-left: 1em;
}

/*--------------------------------------
    Buttons 
--------------------------------------*/
a.btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #395f9d;
  text-align: center;
  vertical-align: middle;
}
a.btn.rounded_large {
  font-size: 1.25em;
  padding: 20px 0;
  width: 450px;
  background: url("../img//bg_btn_rounded_large.gif") no-repeat;
}
a.btn.rounded_middle {
  font-size: 1.25em;
  width: 430px;
  padding: 20px 0;
  background: url("../img//bg_btn_rounded_middle.gif") no-repeat;
}

/*--------------------------------------
   ボーダーボックス 
--------------------------------------*/
.border-box {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.border-box .border-box-section {
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.border-box .border-box-section.last {
  border-bottom: none;
}

.branch-list {
  text-align: right;
}

/*--------------------------------------
   Add
--------------------------------------*/
.nowrap{
	white-space:nowrap;
	display:inline-table;
}
#err{
	display:none;
}
.city{
	display:table-cell;
	white-space:nowrap;
	padding-right:0.2em;
	width:4em;
}
.ward{
	display:table-cell;
}
.tbl{
	display:table;
	width:100%;
}
.bt_reload{
	margin-left:12px;
}
.bt_reload img{
	vertical-align:middle;
}


.for_media{
	color:#E84A4A;
	font-weight:bold;
	margin:10px 0 0;
}

/*--------------------------------------
  Banner
--------------------------------------*/

.banner_area {
    margin-bottom:20px;
}
.banner_area > ul {
    display: flex;
}

.banner_area li {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 26px 19px 19px;
}

.banner_area li .text{
    margin-bottom:10px !important;
    font-size:120%;
}

#inner-content-area #sub_links > li {
    float: none;
    margin: 0 auto;
}

.modal-box {
    width:480px;
    font-size:1.2rem;
}

.modal_close{
position:absolute;
top:5px;
right:10px;
}
.modal_close:nth-of-type(2){
	top:auto;
	bottom:10px;
}

.modal-content {
    text-align:center;
    position:relative;
    margin:43px 0px;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    background:url('../img/fancybox/bg_modal.gif') repeat-y;
    padding:0px 20px 30px;
    z-index:1000000;
    font-size:1.2em;
}

.fancybox-ie6 .modal-content {
    background:#fff;
}

.modal-title {
    font-size:1.2em;
    background:#e3f3f6;
    border:2px solid #99ccdd;
    padding:12px 0;
}

.modal-content .count {
    font-weight:bold;
}

.button_style1{
	color:#ffffff;
	background:#0e7ba0;
	padding:0.5em 2em;
	box-sizing:border-box;
	display:inline-block;
	border-radius:3px;
	box-shadow:0 1px 2px #cccccc;
}
/*----------------------------*/
.service_area td.teiden-num-list-wrapper{
	padding:0 !important;
	border: 2px solid #99ccdd !important;
}

.teiden-num-list{
	display:flex;
	flex-wrap:wrap;
	transform: translateY(-1px);
}
.teiden-num-list::after{
	content:"";
	display:block;
	flex-grow:1;
	border-top:1px dashed #99ccdd;
}

.teiden-num-list > li{
	flex-basis:calc(100% / 3 - 1px);
	border-top:1px dashed #99ccdd;
	border-right:1px dashed #99ccdd;
}

.teiden-num-list > li:nth-of-type(-n+3){
	border-top:none;
}

.teiden-num-list > li:nth-of-type(3n){
	border-right:none;
}

.teiden-num-list > li > .flex-inner{
	margin:15px;
}


/*---------*/


.outage-numbers .num{
	display:inline-block;
}

.show-detail{
	border:none;
	background:none;
	text-align: left;
	display: inline;
	color: #395F9D;
	margin: 0;
	cursor: pointer;
	outline: none;
	text-decoration: underline;
	padding:0;
}
.show-detail:hover{
	color:#99ccdd;
	text-decoration:underline;
}

.statusbox{
	margin: 1% 4%;
	position: relative;
	padding: 14px 0 0;
	display: none;
}
.statusbox .streetname{
	font-size: 116%;
}

.statusbox dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	font-size: 100%;
	-webkit-overflow-scrolling: touch;
}

.statusbox dl:not(:last-of-type){
	margin-bottom:15px;
}

.statusbox dt,
.statusbox dd{
	margin-top: 8px;
}

.statusbox dt {
    background: #0e7ba0;
    color:#ffffff;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-basis:30%;
    flex-grow:1;

}

.statusbox dd{background:#ffffff;padding: 0.5em 1em;display: inline-flex;align-items: center;line-height: 1.3;
width:60%}

@media screen and (max-width:460px){
		.statusbox dt {
		width: auto;
		padding: 0 0.5em;
		text-align: left;
		display: block;
	}
	.statusbox dd{
		width:100%;
	}
}


@media screen and (min-width:699px){
	.statusbox dt {
		flex-basis:13%;
		padding:0.5em;
		white-space: nowrap;
	}
	.statusbox dd{
		flex-basis:25%;	
	}

	.statusbox dd.w1{
		flex-basis:75%;	
	}

}

@media screen and (min-width:740px){
	.legend li:not(:last-of-type)::after {
		border-width: 10px !important;
	}
}


.statusbox-wrapper{

position: absolute;

z-index: 0;

left: 50%;

background: rgba(191, 227, 234, 0.9);

transition: opacity 0.5s;

box-sizing:border-box;

box-shadow: 0 3px 3px 3px rgba(194, 194, 194, 0.3), 0 1px 3px rgba(98, 98, 98, 0.73);

top: 50vw;

max-width: 760px;

overflow: hidden;

max-height: 0;

width: 70vw;

opacity: 0;

transform: translateX(-50%);
}
.status-shown .statusbox-wrapper{
	z-index: 999;
	max-height: 500vw;
	opacity: 1;
	overflow: visible;
	cursor: move;
}
.effect-refresh{
	animation: InOut 0.5s ease;
}
@keyframes InOut {
0% {opacity:0.3;}
100% {opacity:1;}
}


.statusbox-wrapper .statusbox{
	display:block;
}

.statusbox-overflow{
	max-height: 25vh;
	overflow-y:auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 20px;
}

.statusbox-wrapper .bt-close{
    border-radius: 100%;
    color: #ffffff;
    vertical-align: middle;
    margin-left: 0.5em;
    background: #898989;
    padding: 5px;
    right: 10px;
    position: absolute;
    border: none;
    font-size: 3.3rem;
    width: 1em;
    height: 1em;
    line-height: 0;
    cursor:pointer;
    top: 10px;
    outline: none;
    transition: top 0.2s,opacity 0.5s;
}



.legend-wrapper{
	margin:0 2% 3%;
}
.legend{
    color: #232323;
    font-size: 96%;
    display: flex;
    justify-content: space-between;
    margin: 2% 2% 14px;
}


.legend .icon i{
	font-size:1.25em;
}
.legend li{
	position:relative;
	flex-basis: calc(100% / 6);
}

.legend li > div {

line-height:1.5;

height: 100%;
}


.legend li:not(:last-of-type)::after {
    content:"";
    width: 0;
    height:0;
    display:inline-block;
    border-style:solid;
    border-width: 1vw;
    border-color: transparent transparent transparent #9e9e9e;
    position:absolute;
    right: calc(-25%);
    top: calc(50%);
    transform: translateY(-50%);
    opacity: 0.9;
}
.legend li.active::after{
	border-left-color: #0e7ba0;
	animation: blink 1s steps(2) 0s infinite normal;
}

@keyframes blink{
  0% {opacity:0.2;}
  100% {opacity: 1;}
}

.legend .label{
    /* font-weight:bold; */
    color: #3c3c3c;
    background: #e6e6e6;
    padding: 0.5em 0.25em;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    /* box-shadow: 0 1px 3px 0 rgba(43, 43, 43, 0.77); */
    min-height: 3em;
    display: flex;
    justify-content: space-around;
    border-radius: 5px;
    align-items: center;
    font-size: 96%;
    box-sizing:border-box;
    position:relative;
    height: 100%;
    border: solid 2px #e6e6e6;
    transition:transform 0.2s;
}
.legend .label:hover{
		border-color: #95e4ff;
}
.legend .active .label{
	border-color: #2ea7d0;
	background-color: #2ea7d0;
	color: #ffffff;
}


.legend .set-note .label::after{
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width:  15px 10px;
    border-color: transparent transparent rgba(255,255,255,0.9) transparent;
    position: absolute;
    bottom: -20px;
    z-index:2;
    left: 50%;
    transform: translateX(-50%);
}



.legend-wrapper .description{
    font-size: 96%;
    padding: 0 1em;
    color: #333333;
    position:relative;
    overflow:hidden;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
    margin: 0 2% 10px;
    border-radius: 10px;

}


.legend-wrapper .description > li{
	position:absolute;
	top: 100%;
	transition: top 0.3s,transfrom 0.3s;
	padding: 0.5em 0;
	width: 95%;
	text-align: center;
	left: 50%;
}

.legend-wrapper .description > li.set-note{
	top: 50%;
	transform: translate(-50%,-50%);
}
.legend-wrapper .description > li.clone-note{
	position:relative;
	visibility:hidden;
	transform:none;
}

/*----------------------------------*/

.btn_type1{
    display: inline-block;
    border-radius: 5px;
    font-size: 96%;
    background: #35a1b1 !important;
    padding: 0.5em 1em 0.5em 0.6em !important;
    color: #ffffff;
    box-shadow: 0 1px 1px rgba(61, 61, 61, 0.42);
}

.btn_type1:hover{
	text-decoration:none;
	opacity:0.8;
}

.btn_type1::before{
	content:"";
	display:inline-block;
	width:0.4em;
	height:0.4em;
	vertical-align:middle;
	border-right:solid 2px #ffffff;
	border-bottom:solid 2px #ffffff;
	margin-right:0.5em;
	transform:rotate(-45deg);
}
.btn_type1 i{
	display:none;
}

.info-frame1-parent{
        padding: 0 !important;
}
.info-frame1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-wrap:wrap;
}

.copy-box{
	margin: 0;
	font-size: 96%;
	text-align:right;
	color: #5d5d5d;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #efefef;
	width: 100%;
	padding: 0.5em 1em 1em;
	box-shadow: 0 -2px 4px rgba(179, 179, 179, 0.57);
}

.copy-box i{
	vertical-align:middle;
	font-size:20px;
}

.copy-box i svg{
	fill:rgb(111, 111, 111);
	width:1em;
	height:1em;
	vertical-align:top;
	margin-right:0.25em;
	position:relative;
	
}

.copy-box ul{
	display:inline-block;
}

.copy-box ul li{
	display:inline-block;
	margin-left:0.5em;
}


.copy-table-type2{
	border-radius:3px;
	border:none;
	padding:0.75em 1em;
	vertical-align:middle;
	box-shadow:0 1px 2px rgba(109, 109, 109, 0.5);
	color:#ffffff;
	background:#2d9eae;
	font-size: 90%;
	line-height:1;
	cursor:pointer;
	font-weight: bold;
}

.copy-table-type2:hover{
	opacity:0.8;
}

.copy-alert-wrapper{
	position:fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	overflow:hidden;
	transition: transform 0.25s,opacity 0.5s;
	transform-origin:center center;
	display:flex;
	transform:scale(0);
	opacity:0;
	align-items:center;
	justify-content:center;
	width: 100vw;
	height: 100vh;
}
.copy-alert-wrapper.show-box{
	transform:scale(1);
	opacity:1;
}

.copy-alert{
	align-self: center;
}

.copy-alert-inner{
	color: rgb(62, 62, 62);
	font-weight:bold;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 6px 3px rgba(88, 88, 88, 0.37);
	padding: 1em 5em;
	border-radius: 3px;
	display:inline-block;
	/* border: solid 5px rgba(66, 140, 154); */
}

.copy-alert-inner::before{
	content:'';
	display:inline-block;
	width:0.75em;
	height:1em;
	border-right:solid 4px #2d9eae;
	border-bottom:solid 4px #2d9eae;
	transform:rotate(40deg) scale(0.75,1);
	margin-right:0.75em;
	margin-top:-0.5em;
	vertical-align:middle;
}


.teiden-tbl {
	padding:0 2% 60px;
	box-sizing:border-box;
}

.teiden-tbl header{
	margin:20px 0;
	border:solid 1px #eeeeee;
	padding:8px 20px 8px 0;
	box-sizing:border-box;
}
.teiden-tbl header > p{
	text-align:right;
}


.teiden-tbl header h1{
	font-weight:bold;
	font-size:100%;
}
.teiden-tbl header h1::before{
	content:"";
	display:inline-block;
	width:1em;
	height:2px;
	margin-right:0.25em;
	background:#e70014;
	vertical-align:middle;
}

@media all and (min-width:768px){
	.teiden-tbl header{
			display:flex;
			justify-content:space-between;
	}
	.service_area.table-type2 {
	width:100%;
}
}