@charset "UTF-8";
/*----------------------------------------------------
HOUDAI PAGE
----------------------------------------------------*/
.breadcrumb .breadcrumb_list a {
    color: #1280b3;
}
.lower_h2 {
  font-size: 2.7rem;
  color: #47515b;
  text-align: center;
}
.lower_h2:before {
  content: url(../img/option/remote/head_line_gray01.webp);
  margin-right: 20px;
  vertical-align: 0.2em;
}
.lower_h2:after {
  content: url(../img/option/remote/head_line_gray02.webp);
  margin-left: 20px;
  vertical-align: 0.2em;
}
.support_inner {
  width: 960px;
  margin: 0 auto 80px;;
}
.support_about_box {
  margin: 40px 0 80px;
}
.support_about_box .intro_text {
  color: #47515b;
  font-size: 1.6rem;
  margin-top: 25px;
  text-align: center;
}
.support_about_box .img_box {
  margin: 50px 0;
}
.support_about_box .support_box {
  float: left;
  width: 322px;
  margin-right: -3px;
  text-align: center;
}
.support_about_box .support_box:last-child {
  margin-right: 0;
}
.support_box img {
  display: block;
  margin: 0 auto;
}
.support_box h2 {
  color: #f57818;
  font-size: 2.0rem;
  margin: 20px 0 18px;
}
.support_box p {
  font-size: 1.4rem;
}
  .support_box .annot {
  display: block;
  color: 47515b;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
  }
.support_box .mini {
  font-size: 1.2rem;
  color: #BA2500;
}

.price_box table {
  color: #47515b;
  border-top: 1px solid #cac9ca;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.6rem;
  margin-top: 55px;
  text-align: center;
}
.price_box table th,
.price_box table td {
  border-bottom: 1px solid #cac9ca;
  padding: 15px 10px;
}
.price_box table th {
  background: #f2f8fb;
}
.price_box table th:first-child,
.price_box table td:first-child {
  width: 5%;
}
.border-r {
  border-right: 1px solid #cac9ca; 
}
.bold_txt {
	font-weight: bold;
}

/* case */

.case_block {
	width: 465px;
	padding: 15px;
	background: #fafafa;
}

#case_1 , #case_3 {
	float: left;
	display: inline;
  height: 400px;
}

#case_2 , #case_4 {
	float: right;
	display: inline;
  height: 400px;
}

#case_1 , #case_2 {
	margin-bottom: 30px;
  height: 435px;
}

.case_block h2 {
	color: #464a4d;
	font-size: 1.2em;
	padding-top: 9px;
	padding-bottom: 4px;
	padding-left: 125px;
	margin-left: -21px;
	margin-bottom: 15px;
}

#case_1 h2 {background: url(../img/option/remote/head_case1.webp) no-repeat left top;}
#case_2 h2 {background: url(../img/option/remote/head_case2.webp) no-repeat left top;}
#case_3 h2 {background: url(../img/option/remote/head_case3.webp) no-repeat left top;}
#case_4 h2 {background: url(../img/option/remote/head_case4.webp) no-repeat left top;}

.case_img img {
	width: 100%;
}

.case_block p {
	margin: 15px 0 0 5px;
}

/* オプションスライダー */
#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(../img/top/slide_L.webp) no-repeat left center;
}

#optionSlide_wrapper .bx-wrapper .bx-next {
    right:10px;
  position: absolute;
    background:url(../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) {
  p,
  a {
    font-size: 1.4rem; 
  }
  .support_inner {
    width: 100%;
    padding: 0 20px;
  }
  .lower_h2 {
    font-size: 1.5rem;
  }
  .lower_h2:before {
    content: url(../img/option/remote/sp_head_line_gray01.webp);
    margin-right: 2px;
  }
  .lower_h2:after {
    content: url(../img/option/remote/sp_head_line_gray02.webp);
    margin-left: 2px;
  }
  .support_about_box {
    margin-bottom: 0;
  }
  .support_about_box .intro_text {
    font-size: 1.6rem;
    margin-top: 25px;
  }
  .support_about_box .img_box {
    margin-top: 40px;
  }
  .support_about_box .support_box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .support_about_box .support_box:last-child {
    margin-right: 0;
  }
  .support_box img {
    width: 80%;
    max-width: 240px;
  }
  .support_box h2 {
    margin: 10px 0;
  }
  .price_box table {
    font-size: 1.4rem;
    margin-top: 50px;
  }
  .price_box table th,
  .price_box table td {
    padding: 10px;
  }
  .price_box table td {
    vertical-align: middle;
  }
  .price_box table th:first-child,
  .price_box table td:first-child {
    width: 53%;
  }

	/* case */
	
	.case_block {
		width: 100%;
		padding: 5%;
	}
	
	#case_1 , #case_2 , #case_3 , #case_4 {
		float: inherit;
		display: inherit;
		margin-bottom: 8%;
	}
	
	.case_block h2 {
		color: #464a4d;
		font-size: 0.75em !important;
		padding-top: 2px;
		padding-bottom: 4px;
		padding-left: 64px;
	}
	
	#case_1 h2 ,
	#case_2 h2 ,
	#case_3 h2 ,
	#case_4 h2 {-webkit-background-size: 55px auto; background-size: 55px auto;}


  /* オプション */

  #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(../img/top/slide_L.webp) no-repeat center center , #e3e3e3;
  }

  #optionSlide_wrapper .bx-wrapper .bx-next {
    right:0;
    opacity:0.6;
    background:url(../img/top/slide_R.webp) no-repeat center center , #e3e3e3;
  }

  #optionSlide_wrapper .bx-wrapper .bx-controls-direction a {
    width:35px;
    height:265px;
  }

}