@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;
}

/* 光電話の接続イメージ */
#connect {
  margin-top: 40px;
}
#connect .img_box {
  margin: 25px auto 95px;
  text-align: center;
}
#connect .intro_text,
.merit_box .intro_text {
  color: #47515b;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 25px;
}

/* 光電話の種類(プラン) */
#plan_list {
  margin-bottom: 30px;
}
#plan_list li {
	width: 600px;
	float: left;
	display: inline;
	text-align: left;
	border-right: 1px solid #e3e3e3;
}

#plan_list li:nth-child(1) ,
#plan_list li:nth-child(2) {height: 360px;}

#plan_list li:nth-child(3) ,
#plan_list li:nth-child(4) {height: 280px;}

#plan_list li:nth-child(5) ,
#plan_list li:nth-child(6) {height: 360px;}

#plan_list li:nth-child(7) ,
#plan_list li:nth-child(8) {height: 360px;}

#plan_list li:nth-child(even) {
	border-right: none;
}

#plan_list li h3 {
	color: #fff;
	font-size: 1.3em;
	padding: 8px 0;
	background: #68bfcf;
	text-align: center;
}
#plan_list li p {
	margin: 10px 10px;
}
#plan .lower_h2 {
	margin-bottom:50px;
}
#plan .annot {
  font-size: 1.2rem;
}

/* 付加サービスについて */
#plan .plan_title {
  background-color: #f0f0f0; 
  padding: 15px 0;
  font-size: 2.7rem;
  color: #47515b;
  text-align: center;
}
#service_list {
  margin-top: 40px;
  padding: 0 35px;
}
#service_list li {
  float: left;
  width: 540px;
  height: 220px;
}
#service_list li:nth-child(odd) {
  margin-right: 50px;
}
#service_list li:nth-child(3),
#service_list li:nth-child(4) {
  height: 280px;
}
#service_list li h3 {
  font-size: 1.3em;
  padding: 10px 0;
  color: #55b1c2;
  text-align: center;
  border-top: 2px solid #68bfcf;
  border-bottom: 2px solid #68bfcf;
}
#service_list li p {
  padding: 20px 20px 0;
}


/* オプションスライダー */
#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) {
  .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;
  }

  /* オプション */

  #optionSlide_wrapper {
    width: 100%;
    margin: 30px auto 0;
  }

  /* 光電話の種類(プラン) */
  #plan_list li {
  	width: 100%;
  	height: auto !important;
  	float: inherit;
  	display: inherit;
  	border-right: none;
  	margin-bottom: 8%;
  }
  #plan_list li:nth-child(even) {
  	border-right: none;
  }
  #plan_list h3 {
  	font-size: 0.8em;
  	padding: 8px 0;
  }
  #plan_list li p {
  	margin: 6% 0;
  }

  /* 付加サービスについて */
  #plan .plan_title {
    font-size: 2.7rem;
  }
  #service_list {
    margin-top: 40px;
    padding: 0;
  }
  #service_list li {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
  #service_list li:nth-child(odd) {
    margin-right: 0;
  }
  #service_list li:nth-child(3),
  #service_list li:nth-child(4) {
    height: auto;
  }
  #service_list li p {
    padding: 20px 0 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;
  }
}