@charset "UTF-8";

/* スマホ非表示 */
.sp_display {
	display: none !important;
}

/* パンくず */

.breadcrumb .breadcrumb_list a {
    color: #1280b3;
}

/* section */

.contents_area section {margin-bottom: 70px;}

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 span {
	display: inline-block;
	padding: 0 230px;
	color: #47515b;
	line-height: 100%;
	background: url(/biz/tghikari/img/option/aosbox/bg_borderHead_gray_L.webp) , url(/biz/tghikari/img/option/aosbox/bg_borderHead_gray_R.webp);
	background-repeat: no-repeat , no-repeat;
	background-position: left 13px , right 13px;
}

/* mainImage */

#mainImage {
	margin-bottom: 40px;
}

/* AOSBOXの３つの強み */

#strength li {
	width: 400px;
	float: left;
	display: inline;
	text-align: center;
	padding: 20px 0;
	border-right: 1px solid #e3e3e3;
}

#strength li:last-child {
	border-right: none;
}

#strength li p {
	margin: 30px 0;
}

/* 機能と特徴 */

#feature li {
	width: 600px;
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #e3e3e3;
}

#feature li:nth-child(1) ,
#feature li:nth-child(2) {height: 430px;}

#feature li:nth-child(3) ,
#feature li:nth-child(4) {height: 430px;}

#feature li:nth-child(5) ,
#feature li:nth-child(6) {height: 430px;}

#feature li:nth-child(even) {
	border-right: none;
}

#feature h3 {
	color: #fff;
	font-size: 1.3em;
	padding: 8px 0;
	background: #517ab0;
}

#feature li p {
	margin: 30px 0;
}

/* ラインナップ */

#lineup table {
	border-top: 1px solid #cac9ca;
	border-collapse: collapse;
	width: 100%;
}
#lineup table th,
#lineup table td {
	border: 1px solid #cac9ca;
	padding: 10px;
}
#lineup table th {
	background-color: #f2f8fb;
	text-align: center;
}
#lineup table .border_l_none {
	border-left: none;
}
#lineup table .border_r_none {
	border-right: none;
}
td.text_center {
	text-align: center;
}
/* オプションスライダー */
#optionSlide_wrapper {
    overflow:hidden;
    position:relative;
    width:100%;
    margin-top: 50px;
}
.optionSlide {
    position:relative;
}
.other_option {
  margin-top: 70px;
}
#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非表示 */
.pc_display {
	display: none !important;
}

/* section */

.contents_area section {margin-bottom: 10%; padding: 0 6%;}

p.section_text {
	margin-bottom: 8%;
}

/* float */

.left  {float:inherit; display: inherit;}
.right {float:inherit; display: inherit;}

/* 見出し */

h2 {font-size: 1.5em;}

h2.border {
	margin-bottom: 6%;
}

h2.border span {
	padding: 0 40px;
	background-position: left -175px center , right -175px center;
}

/* AOSBOXの３つの強み */

#strength li {
	width: 100%;
	float: inherit;
	display: inherit;
	border-right: none;
}

/* 機能と特徴 */

#feature li {
	width: 100%;
	height: auto !important;
	float: inherit;
	display: inherit;
	border-right: none;
	margin-bottom: 8%;
}

#feature li:nth-child(even) {
	border-right: none;
}

#feature h3 {
	color: #fff;
	font-size: 0.8em;
	padding: 8px 0;
	background: #517ab0;
}

#feature li p {
	margin: 6% 0;
}


/* ラインナップ */

#lineup table {
	border: none;
	font-size: 2.2rem;
}

#lineup table thead {
	display: none;
}

#lineup table tr {
	border-top: 1px solid #cac9ca;
	display: block;
	margin-bottom: 20px;
}

#lineup table td {
	border-bottom: none;
	border-right: none;
	border-left: none;
	display: block;
	padding: 10px;
	text-align: right;
}

#lineup table td::before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
}

/* オプション */

  #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;
  }

}