@charset "UTF-8";
/*----------------------------------------------------
HOUDAI PAGE
----------------------------------------------------*/
.breadcrumb .breadcrumb_list a {
    color: #1280b3;
}
.sp_display {
  display: none !important;
}
.lower_h2 {
  font-size: 2.7rem;
  color: #47515b;
  text-align: center;
}
.lower_h2:before {
  content: url(/biz/tghikari/img/option/houdai/head_line_gray01.webp);
  margin-right: 20px;
  vertical-align: 0.2em;
}
.lower_h2:after {
  content: url(/biz/tghikari/img/option/houdai/head_line_gray02.webp);
  margin-left: 20px;
  vertical-align: 0.2em;
}
.business_inner {
  width: 960px;
  margin: 0 auto 80px;
}
.business_about_box {
  margin: 40px 0 80px;
}
.business_about_box .intro_text {
  color: #47515b;
  font-size: 1.6rem;
  margin-top: 25px;
  text-align: center;
}
.business_about_box .img_box {
  margin-top: 50px;
}
.business_about_box .img_box li {
  float: left;
  margin-right: 68px;
}
.business_about_box ul li:last-child {
  margin-right: 0;
}
.software_box {
  position: relative;
  margin-top: 80px;
  padding-bottom: 20px;
}
.software_box li,
.software_box .left_box,
.software_box .right_box {
  float: left;
  margin-top: 30px;
  padding-right: 10px;
}
.software_box li {
  border-bottom: 1px solid #dcdbdb;
  padding-right: 20px;
}
.border_none {
  border: none !important;
}
.left_box {
  height: 190px;
}
.right_box {
  width: 325px;
  margin-left: 25px;
}
.right_box .software_box_ttl {
  font-size: 1.8rem;
}
.right_box .software_box_orange {
  font-size: 1.2rem;
  font-weight: bold;
  color: #eb6d00;
  margin: 5px 0 2px;
}
.link_blue {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: #0279b0;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.link_blue:after {
  content: url(/biz/tghikari/img/option/houdai/icon_link.webp);
  margin-left: 8px;
  padding-top: 3px;
}
.price_box table {
  color: #47515b;
  border-top: 1px solid #cac9ca;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.6rem;
  margin-top: 55px;
}
.price_box table th,
.price_box table td {
  border-bottom: 1px solid #cac9ca;
  padding: 15px 20px;
}
.price_box table th {
  font-weight: normal;
  background: #f2f8fb;
}
.border-rl {
  border-right: 1px solid #cac9ca;
  border-left: 1px solid #cac9ca; 
}
.price_box .text_bottom {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 15px 0 35px;
}

/* お客様の声 */

.voice {
	padding: 30px 30px;
	background: #fcfbef;
	margin-bottom: 40px;
}

	.voice h2 {
		width: 190px;
		float: left;
		display: inline;
	}
	
	.voice ul {
		width: 660px;
		float: right;
		display: inline;
	}
	
		.voice ul li {
			font-size: 1.1em;
			font-weight: bold;
			position: relative;
		}
		
		.voice ul li span {
			color: #ba2500;
			font-size: 1.2em;
		}
		
		.voice ul li:before {
			content: "●　" ;
			color: #0279af;
			font-size: 0.6em !important;
			top: 50% !important;
			left: -15px !important;
			margin-top: -8px !important;
			margin-right: 15px !important;
			position: absolute;
		}

/* オプションスライダー */
#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;
  }
  .business_inner {
    width: 100%;
    padding: 0 20px;
  }
  .lower_h2 {
    font-size: 1.6rem;
  }
  .lower_h2　.space_text {
    letter-spacing: -0.2em;
  }
  .lower_h2:before {
    content: url(/biz/tghikari/img/option/houdai/sp_head_line_gray01.webp);
    margin-right: 10px;
  }
  .lower_h2:after {
    content: url(/biz/tghikari/img/option/houdai/sp_head_line_gray02.webp);
    margin-left: 10px;
  }
  .business_about_box {
    margin-bottom: 65px;
  }
  .business_about_box .intro_text {
    font-size: 1.6rem;
    margin-top: 25px;
  }
  .business_about_box .img_box {
    margin-top: 40px;
  }
  .business_about_box .img_box li {
    margin-right: 4.5%;
    width: 30%;
  }
  .business_about_box .img_box li:last-child {
    margin-right: 0;
  }
  .software_box {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .software_box li,
  .software_box .left_box,
  .software_box .right_box {
    float: left;
    margin-top: 25px;
    padding-right: 0;
  }
  .software_box li {
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdbdb;
  }
  .software_box li:last-child {
    border-bottom: none !important;
  }
  .border_none {
    border-bottom: 1px solid #dcdbdb !important;
  }
  .left_box {
    width: 30%;
    height: auto;
    margin-right: 5%;
  }
  .right_box {
    width: 60%;
    margin-left: 0;
  }
  .right_box .software_box_ttl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .right_box .software_box_orange {
    font-size: 1.4rem;
  }
  .link_blue {
    bottom: 0;
    right: 0;
    font-size: 1.6rem;
  }
  .link_blue:after {
    margin-left: 8px;
    padding-top: 3px;
  }
  .price_box table {
    font-size: 1.4rem;
    border: none;
    margin-top: 0;
  }
  .price_box table thead {
    display: none;
  }
  .price_box table tr {
    display: block;
    margin: 40px 0 20px;
  }
  .price_box table td {
    display: block;
    padding: 10px;
    text-align: right;
  }
  .price_box table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
  }
  .border-rl {
    border: none;
  }

	/* お客様の声 */
	
	.voice {
		padding: 30px 30px;
		background: #fcfbef;
	}
	
		.voice h2 {
			width: 100%;
			float: inherit;
			display: inherit;
			text-align: center;
			margin-bottom: 20px;
		}
		
		.voice ul {
			width: 100%;
			float: inherit;
			display: inherit;
		}
		
			.voice ul li {
				font-size: 0.9em;
				font-weight: bold;
				position: relative;
				margin-bottom: 8px;
				margin-left: 15px;
			}
			
			.voice ul li span {
				color: #ba2500;
				font-size: 1em;
			}
			
			.voice ul li:before {
				content: "●　" ;
				color: #0279af;
				font-size: 0.6em !important;
				top: 6px !important;
				left: -15px !important;
				margin-top: 0 !important;
				margin-right: 15px !important;
				position: absolute;
			}

  /* オプション */

  #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;
  }

}