@charset "UTF-8";

/* ナビゲーション */

.bottomNav_bg {
	background-color: #0071ad;
}
.bottomNav_bg ul {
	width: 1050px;
	margin: 0 auto;
}
.bottomNav_bg li {
	float: left;
	transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
}
.bottomNav_bg li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #62accc;
	vertical-align: 0.5em;
}
.bottomNav_bg li:last-child:after {
	background-color: #0071ad;
}
.bottomNav_bg li:hover {
	background: #5fc0ec;
	transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	transition: 0.4s ease;
}
.bottomNav_bg li a {
	display: inline-block;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	text-decoration: none;
	padding: 0 44px;
	transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	vertical-align: bottom;
}

/* section */

.contents_area section {margin-bottom: 70px;}

.separate {
	padding-top: 70px;
	background: url(/biz/tghikari/img/top/separate.webp) no-repeat center top;
}

p.section_text {
	text-align: center;
	margin-bottom: 45px;
}

/* float */

.left  {float:left;  display: inline;}
.right {float:right; display: inline;}

/* 見出し */

h2 {font-size: 2.2em;}

h2.border {
	text-align: center;
	margin-bottom: 45px;
}

h2.border p {
	display: inline-block;
	padding: 0 230px;
	color: #0279af;
	line-height: 100%;
	background: url(/biz/tghikari/img/top/bg_borderHead_blue_L.webp) , url(/biz/tghikari/img/top/bg_borderHead_blue_R.webp);
	background-repeat: no-repeat , no-repeat;
	background-position: left 13px , right 13px;
}

h2.border span {
	color: #72c1e5;
	font-size: 0.4em;
	display: block;
	margin-top: 5px;
}

/* ボタン */

.detail_btn {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 25px 30px;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.detail_btn:after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0;
	display: block;
	width: 25px;
	height: 2px;
	-webkit-transform: skewY(-45deg);
	-ms-transform: skewY(-45deg);
	transform: skewY(-45deg);
	z-index: 10;
	background-color: #fff;
}

.detail_btn_block {width: 370px; margin: 60px auto 0;}

#hikari .detail_btn {color: #fff; background-color: #48525c;}

#about .detail_btn {color: #000; background-color: #f47718;}

#option .detail_btn {color: #fff; background-color: #48525c;}

#guide .detail_btn {color: #000; background-color: #f47718;}

#news .detail_btn {color: #000;	background-color: #e3e3e3;}


/* メインイメージ */

#mainImage {
    overflow:hidden;
    position:relative;
    width:100%;
	padding-top: 128px;
}

.mainSlide {
    position:relative;
    left:50%;
    width:3600px;
    margin-left:-600px;
}
#mainImage li {
    width:1200px;
}


#mainImage .bx-wrapper {
    margin:0 auto;
    position:relative;
}

/* ページャー */
#mainImage .bx-wrapper .bx-pager {
    width:1200px;
    text-align:center;
    font-size:.85em;
    font-family:Arial;
    font-weight:bold;
    color:#666;
  	position: absolute !important;
	margin-left: -600px;
	left:50%;
	bottom: 40px !important;
	z-index:90;
}

#mainImage .bx-wrapper .bx-pager .bx-pager-item,
#mainImage .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}

#mainImage .bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:40px;
    height:8px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#efefef;
}

#mainImage .bx-wrapper .bx-pager.bx-default-pager a:hover,
#mainImage .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#000;
}


/* 光 */

#hikari {
	padding: 15px;
	border: 1px solid #e3e3e3;
}

#hikari .left {
	width: 500px;
	padding-top: 30px;
}

	#hikari .left h2 {
		color: #0279af;
		line-height: 140%;
		text-align: left;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 2px solid #e3e3e3;
	}
	
	#hikari .left p {
		color: #47515b;
		font-size: 1.4em;
		line-height: 140%;
		height: 82px;
		margin-bottom: 50px;
		padding-top: 10px;
		padding-left: 90px;
		background: url(/biz/tghikari/img/top/month.webp) no-repeat left top;
	}

#hikari .right {
	width: 592px;
}

/* TG光とは */

#about {
	background-color: #fcfcfc;
    padding: 40px 10px 0;
}

#merit_list {
	margin: 0 0 0 4px;
	border-left: 1px solid #eee;
}

#merit_list li {
	width: 295px;
	height: 360px;
	padding: 0 20px;
	float: left;
	display: inline;
	border-right: 1px solid #eee;
}

	#merit_list dt {
		color: #47515b;
		font-size: 1.3em;
		font-weight: bold;
		text-align: center;
		padding: 20px 0 0;
	}
	
	#merit_list dd {
		margin-top: 20px;
	}

/* オプション */

#optionSlide_wrapper {
    overflow:hidden;
    position:relative;
    width:100%;
}

.optionSlide {
    position:relative;
}


#optionSlide_wrapper .bx-wrapper {
    margin:0 auto;
    position:relative;
}

/* オプション - コントローラー */
#optionSlide_wrapper .bx-wrapper .bx-prev {
    left:10px;
	position: absolute;
    background:url(/biz/tghikari/img/top/slide_L.webp) no-repeat left center;
}

#optionSlide_wrapper .bx-wrapper .bx-next {
    right:10px;
	position: absolute;
    background:url(/biz/tghikari/img/top/slide_R.webp) no-repeat right center;
}

#optionSlide_wrapper .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 15px;
    outline: 0;
    width: 27px;
    height: 265px;
    text-indent: -9999px;
    z-index: 1;
}

/* オプションスライド 内容 */

.optionSlide li a {
	width: 100%;
	display: block;
	text-decoration: none;
}

.optionSlide .option_img {
	width: 250px;
	height: 155px;
	display: table-cell;
	vertical-align: middle;
	background: #d9f3ff;
}

.optionSlide li:nth-child(even) .option_img {
	background: #defafc;
}

	.optionSlide .option_img img {
		margin: 0 auto;
	}
	
.optionSlide .option_text {
	text-align: center;
	height: 175px;
	border: 1px solid #e3e3e3;
	position: relative;
	background: #fff;
}

	.optionSlide .option_text dt {
		color: #0279af;
		font-size: 1.4em;
		font-weight: bold;
		padding-top: 11px;
	}
	
	.optionSlide .option_text dd {
		color: #333;
	}

	.optionSlide .option_text .corner {
		position: absolute;
		bottom: 0;
		right: 0;
	}

/* ご利用ガイド */

#guide {
	padding: 40px 10px 0;
	background-color: #fcfcfc;
}

#guide h3 {
	color: #535152;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 35px;
	padding: 13px 0 30px;
	border-top: 2px solid #f0f0f0;
	background: url(/biz/tghikari/img/top/border.webp) no-repeat center bottom;
}

	#guide h3 span {
		font-size: 0.7em;
		margin-left: 40px;
	}

#diversion_flow li {
	width: 350px;
	height: 400px;
	float: left;
	display: inline;
	margin-right: 75px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}

#diversion_flow li:last-child {
	margin-right: 0;
}

#diversion_flow dt {
	padding: 0;
	margin: -18px 0 23px -22px;
}

	#diversion_flow dt span {
		font-size: 1.3em;
		display: inline-block;
		padding-left: 10px;
		padding-top: 40px;
	}
	
	#diversion_flow .step1 dt span {color: #47515b;}
	#diversion_flow .step2 dt span {color: #0070ad;}
	#diversion_flow .step3 dt span {color: #008fc4;}

#diversion_flow .img {
	margin-bottom: 25px;
	text-align: center;
}

#diversion_flow dd {
	padding: 0 20px;
}


/* ニュース・お知らせ */

#news_list {
	border-top: 1px solid #e9e9e9;
}

#news_list li a {
	color: #000;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 15px 23px;
	border-bottom: 1px solid #e9e9e9;
	background: url(/biz/tghikari/img/top/news_arrow.webp) no-repeat right 23px center;
}

#news_list .news_date span {
	color: #fff;
	font-size: 0.9em;
	padding: 5px 15px;
	margin-left: 23px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #47515b;
}

#news_list .news_text {
	margin-top: 8px;
}


/* 光故障受付センター */

.contents_area section#reception {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #48525C;
	font-size: 1.8rem;
	font-weight: bold;
}
.contents_area section#reception .left {
	display: table-cell;
	margin: 0;
	padding: 0 20px;
	width: 35%;
	height: 100%;
	text-align: right;
	vertical-align: middle;
}
.contents_area section#reception .right {
	display: table-cell;
	margin: 0;
	padding: 0 20px;
	width: 65%;
	text-align: left;
	border-left: 1px solid #d1d3d6;
}
.contents_area section#reception .tel {
	margin: 10px 0;
	padding: 10px;
	line-height: 2.2rem;
	background-color: #F0EFEF;
}
.contents_area section#reception .tel .area {
	display: table-cell;
	padding: 0 15px 0 0;
	font-size: 2.2rem;
	font-weight: bold;
	vertical-align: middle;
}
.contents_area section#reception .tel .num {
	display: table-cell;
	padding: 0 0 0 5px;
	vertical-align: middle;
	border-left: 1px solid #d1d3d6;
}


@media screen and (max-width: 640px) {

/* font-size */

p {font-size: 0.7em;}
ol {font-size: 0.7em;}

/* ナビゲーション */

.bottomNav_bg ul {
	width: 100%;
	padding: 0 10px;
}
.bottomNav_bg li {
	width: 100%;
	float: none;
	border-bottom: 1px solid #62accc;
		transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.bottomNav_bg li:after {
	display: none;
	width: 0;
	height: 0;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	vertical-align: middle;
}

.bottomNav_bg li:last-child {
	border-bottom: none;
}

.bottomNav_bg li a {
	display: block;
	font-size: 1.8rem;
	vertical-align: middle;
	text-align: center;
	padding: 6px 0;
}
.bottomNav_bg li:hover {
	background: none;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.bottomNav_bg li a {
	height: auto;

	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}

/* section */

.contents_area section {margin-bottom: 10%; padding: 0 6%;}

.separate {
	padding-top: 10% !important;
}

p.section_text {
	margin-bottom: 8%;
}

/* float */

.left  {float:inherit; display: inherit;}
.right {float:inherit; display: inherit;}

/* 見出し */

h2 {
	font-size: 0.9em;
	margin-bottom: 6%;
}

h2.border {
	margin-bottom: 4%;
}

h2.border p {
	font-size: 2.2rem;
	padding: 0 40px;
	background-position: left -175px center , right -175px center;
}

h2.border span {
	font-size: 1.6rem;
}

/* ボタン */

.detail_btn {
	font-size: 1em;
	padding: 5% 6%;
}

.detail_btn_block {width: 100%; margin: 10% auto 0;}


/* メインイメージ */

#mainImage {
	padding-top: 0;
}

.mainSlide {
    left:0;
    width:100%;
    margin-left:0;
}

#mainImage li {
    width:100%;
}

/* メインイメージ - ページャー */
#mainImage .bx-wrapper .bx-pager {
    width:100%;
	margin-left: -50%;
	left:50%;
	bottom: 8% !important;
}

/* 光 */

#hikari {
	padding: 4% 8% 0;
	border: none;
}

#hikari .left {
	width: 100%;
	padding-top: 6%;
}

	#hikari .left h2 {
		margin-bottom: 4%;
		padding-bottom: 4%;
	}
	
	#hikari .left p {
		color: #47515b;
		font-size: 0.9em;
		line-height: 200%;
		height: inherit;
		margin-bottom: 8%;
		padding-top: 0;
		padding-left: 60px;
		background: url(/biz/tghikari/img/top/month.webp) no-repeat left top;
		-webkit-background-size: 50px auto;
		background-size: 50px auto;
	}

	#hikari a.detail_btn {
		width: 100% ;
		font-size: 0.8em;
	}

#hikari .right {
	width: 100%;
}

#hikari .right img {
	width: 100%;
}

/* TG光とは */

#merit_list {
	margin: 0;
	border-left: none;
}

#merit_list li {
	width: 100%;
	height: auto;
	padding: 6%;
	margin-bottom: 8%;
	float: inherit;
	display: inherit;
	border: 1px solid #eee;
}

#merit_list li:last-child {
	margin-bottom: 0;
}

	#merit_list dt {
		font-size: 2.0rem;
		padding: 0;
	}
	
	#merit_list dd {
		margin-top: 4%;
		font-size: 1.8rem;
	}
	
	#merit_list dd img {
		width: 70%;
		margin: 0 15%;
	}

/* オプション */

#optionSlide_wrapper {
	width: 100%;
	margin: 0 auto;
}

/* オプション - コントローラー */
#optionSlide_wrapper .bx-wrapper .bx-prev {
    left: 10px;
	position: absolute;
	z-index: 90;
}

#optionSlide_wrapper .bx-wrapper .bx-next {
    right: 10px;
	position: absolute;
	z-index: 90;
}

/* オプションスライド 内容 */

.optionSlide li {
	margin: 0 35px;
}

.optionSlide li a {
	text-decoration: none;
}

.optionSlide .option_text dt {
	font-size: 1.4rem;
}

.optionSlide .option_text dd {
	font-size: 0.7em;
}

.optionSlide .option_text {
	border: 2px solid #e3e3e3;
}

/* オプション - コントローラー */
#optionSlide_wrapper .bx-wrapper .bx-prev {
    left:0;
	opacity:0.6;
    background:url(/biz/tghikari/img/top/slide_L.webp) no-repeat center center , #e3e3e3;
}

#optionSlide_wrapper .bx-wrapper .bx-next {
    right:0;
	opacity:0.6;
    background:url(/biz/tghikari/img/top/slide_R.webp) no-repeat center center , #e3e3e3;
}

#optionSlide_wrapper .bx-wrapper .bx-controls-direction a {
    width:35px;
    height:265px;
}

/* ご利用ガイド */

#guide h3 {
	font-size: 1.8rem;
	margin-bottom: 6%;
}

	#guide h3 span {
		display: block;
		margin-left: 0;
	}

#diversion_flow li {
	width: 100%;
	height: auto;
	float: inherit;
	display: inherit;
	margin-right: 0;
	padding: 6%;
	margin-bottom: 8%;
}

#diversion_flow li:last-child {
	margin-bottom: 0;
}

#diversion_flow dt {
	padding: 0 ;
	margin: 0 0 6%;
}

	#diversion_flow dt span {
		font-size: 1.8rem;
		display: inline-block;
		padding-left: 10px;
		padding-top: 0;
	}
	
	#diversion_flow dt img {
		width: 45px;
		height: auto;
	}

#diversion_flow .img img {
	width: 120px;
}

#diversion_flow dd {
	font-size: 1.8rem;
	padding: 0 ;
}


/* ニュース・お知らせ */

#news_list li a {
	padding: 15px 40px 15px 15px;
}

#news_list .news_text {
	margin-top: 8px;
}

/* 光故障受付センター */

.contents_area section#reception span {
	display: block;
	width: 100%;
	text-align: center;
}
.contents_area section#reception .left,
.contents_area section#reception .right {
	display: block;
	width: 100%;
	text-align: center;
}
.contents_area section#reception .tel {
	display: block;
	padding: 20px 20px 10px 20px;
	width: 100%;
	text-align: center;
}
.contents_area section#reception .tel .area,
.contents_area section#reception .tel .num {
	display: block;
	padding: 5px;
	width: 100%;
	text-align: center;
	border-style: none;
}

}

