@charset "UTF-8";
/*----------------------------------------------------
HIKARIDENWA PAGE
----------------------------------------------------*/
.breadcrumb .breadcrumb_list a {
    color: #1280b3;
}
.sp_display {
  display: none;
}
.denwa_inner {
  margin: 0 auto 80px;
}
.lower_h2 {
    font-size: 2.7rem;
    color: #47515b;
    text-align: center;
}
.lower_h2:before {
    content: url(/biz/tghikari/img/option/hikaridenwa/head_line_gray01.webp);
    margin-right: 20px;
    vertical-align: text-bottom;
}
.lower_h2:after {
    content: url(/biz/tghikari/img/option/hikaridenwa/head_line_gray02.webp);
    margin-left: 20px;
    vertical-align: text-bottom;
}

@media screen and (max-width: 640px) {
  .sp_display {
    display: block !important;
  }
  .pc_display {
    display: none !important;
  }
  .denwa_inner {
    width: 100%;
    padding: 0 20px;
  }
  .lower_h2 {
    font-size: 1.6rem;
  }
  .lower_h2:before {
    content: url(/biz/tghikari/img/option/hikaridenwa/sp_head_line_gray01.webp);
    margin-right: 10px;
  }
  .lower_h2:after {
    content: url(/biz/tghikari/img/option/hikaridenwa/sp_head_line_gray02.webp);
    margin-left: 10px;
  }
  .about_box .img_box {
    margin: 45px auto 60px;
  }
  .img_box img {
    width: 100%;
    height: auto;
  }
  .connect .intro_text {
    color: #47515b;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 25px;
  }
}




/*----------------------------------------------------
共通
----------------------------------------------------*/

/* 大テキスト */
.big_text {
	font-size: 3rem;
	font-weight: bold;
  color: #47515b;
  text-align: center;
}
.big_text em {
	font-style: normal;
	color: #F57818;
}
.big_text .marker {
	padding: 0 10px 5px;
	background: linear-gradient(transparent 70%, #FDF582 70%);
}

/* 導入テキスト */
.intro_text {
  color: #47515b;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 25px;
}
.intro_text em {
	font-weight: bold;
	font-style: normal;
	color: #F57818;
}

/* ボタン */
.detail_btn_block {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.detail_btn {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 25px 30px;
	width: 370px;
	background-color: #f47718;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.detail_btn_block.col .detail_btn {
	margin: 0 10px;
}
.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;
}

@media screen and (max-width: 640px) {
	/* 大テキスト */
	.contents_area p.big_text {
		font-size: 2.1rem!important;
	}

	/* ボタン */
	.detail_btn_block {
		/* margin: 10% auto 0; */
		margin: 7% auto 0;
	}
	.detail_btn {
		padding: 5% 6%;
		width: 100%;
		font-size: 1em;
	}

	/* 画像 */
	.img_box img {
    width: 100%;
    height: auto;
  }
}






/*----------------------------------------------------
TG VPN とは
----------------------------------------------------*/
#about {
  margin-top: 40px;
}
#about .big_text {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
}





/*----------------------------------------------------
こんなお悩みありませんか？
----------------------------------------------------*/
#nayami {
	margin-top: 70px;
}
#nayami .img_box {
  margin: 60px auto 0;
  text-align: center;
}
#nayami .big_text {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
}





/*----------------------------------------------------
他社との比較 導入の3つのメリット
----------------------------------------------------*/
#merrit {
	margin-top: 70px;
}
#merrit .intro_text {
}
#merrit .merrit_list {
	margin-top: 35px;
}
#merrit .merrit_list li {
	width: 400px;
	float: left;
	display: inline;
	text-align: center;
	padding: 10px 0 20px;
	border-right: 1px solid #e3e3e3;
}
#merrit .merrit_list li:last-child {
	border-right: none;
}
#merrit .merrit_list li h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: bold;
	color: #18933B;
}
#merrit .merrit_list li figure {
	margin: 0 auto 20px;
	width: 180px;
}
#merrit .merrit_list li figure img {
	width: 100%;
}
#merrit .merrit_list li p {
}

@media screen and (max-width: 640px) {
	#merrit .merrit_list li {
		width: 100%;
		float: inherit;
		display: inherit;
		border-right: none;
	}
}





/*----------------------------------------------------
TG VPNの特徴
----------------------------------------------------*/
#feature {
	margin-top: 70px;
}
#feature .img_box {
  margin: 40px auto 60px;
  text-align: center;
}

#feature .point .point_title {
  padding: 15px 0;
	margin-bottom: 40px;
  background-color: #f0f0f0;
  font-size: 2.7rem;
  color: #47515b;
  text-align: center;
}
#feature .point .point_list {
  padding: 0 35px;
  margin-top: -50px;
}
#feature .point .point_list li {
  float: left;
	margin-top: 50px;
  width: 540px;
  /* height: 170px; */
}
#feature .point .point_list li:nth-child(odd) {
  margin-right: 50px;
}
#feature .point .point_list li h4 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	height: 55px;
  border-top: 2px solid #18933B;
  border-bottom: 2px solid #18933B;
  font-size: 1.8rem;
  color: #18933B;
	line-height: 1;
  /* text-align: center; */
}
#feature .point .point_list li h4 span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	margin-right: 20px;
	height: 100%;
	background: #18933B;
	color: #fff;
}
#feature .point .point_list li .detail {
	display: flex;
	padding-left: 10px;
}
#feature .point .point_list li .detail figure {
	margin-right: 20px;
	width: 100px;
}
#feature .point .point_list li .detail figure img {
	width: 100%;
}
#feature .point .point_list li .detail p {
	flex: 1;
}
#feature .point .point_list li .detail p em {
	font-weight: bold;
	font-style: normal;
	color: #F57818;
}

#feature .detail_btn_block {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	#feature .point .point_title {
    font-size: 2.7rem;
  }
  #feature .point .point_list {
    padding: 0;
  }
  #feature .point .point_list li {
    float: none;
    width: 100%;
    height: auto;
  }
  #feature .point .point_list li:nth-child(odd) {
    margin-right: 0;
  }
}





/*----------------------------------------------------
サービスイメージ
----------------------------------------------------*/
#service {
	margin-top: 70px;
}
#service .img_box {
  margin: 40px auto 0;
  text-align: center;
}
#service .intro_text {
	margin-top: 40px;
}
#service .big_text {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	#service .big_text {
		margin-top: 35px;
	}
}




/*----------------------------------------------------
オプションスライダー
----------------------------------------------------*/
#optionSlide_wrapper {
    overflow:hidden;
    position:relative;
    width:100%;
    margin-top: 50px;
}
.optionSlide {
    position:relative;
}
.other_option {
  margin: 70px 0 50px;
}
#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;
  }

@media screen and (max-width: 640px) {
  /* オプション */
  #optionSlide_wrapper {
    width: 100%;
    margin: 30px auto 0;
  }

  /* オプション - コントローラー */
  #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: 0.9em;
  }
  .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;
  }
}