.contant_box {
  margin-top: 90px;
}
.sidebar {
  margin-top: 17px;
}
/*==============================================
*	singlepage_box
==============================================*/
.singlepage_box {
  margin-top: 25px;
}
.page_box {
	margin-top: 50px;
}
/*-----------------
	取扱商品一覧
-----------------*/
.product_detail {
  width: 64.58333vw;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 5vw;
}
.detail_box {
  display: flex;
  justify-content: space-between;
  padding: 1.66667vw;
}
.detail_img {
  width: 37.5vw;
}
.detail_img img {
  width: 37.5vw;
  height: 27.5vw;
  object-fit: cover;
  border-radius: 6px;
}
.detail_txt {
  width: 21.41667vw;
  font-family: 'Kosugi', sans-serif;
  color: #515151;
  font-size: 1.33333vw;
  line-height: 2.25vw;
}
.detail_comment {
  width: 21.41667vw;
  height: 10.66667vw;
  font-size: 1.16667vw;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 0.41667vw;
	overflow-x:hidden;
	overflow-y: auto;
}
.product_price_box {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: center;
  margin: 3.33333vw auto 1.66667vw;
}
.product_price {
  color: #65a01f;
  line-height: 4vw;
  font-size: 2.5vw;
  text-align: center;
}
.product_price_smal {
  font-size: 1.5vw;
  line-height: 4vw;
  color: #65a01f;
}
.free_box {
  padding: 20px;
  margin: 30px 0;
}
.free_box p {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
	padding:5px 20px;
}
.free_box h2 {
  font-size: 26px;
  line-height: 40px;
	background-color:#ffa200;
	border-radius:10px;
	padding:5px 20px;
}
.free_box h3 {
  font-size: 22px;
  line-height: 34px;
	border-bottom:2px solid #ffa200;
	padding:5px 20px;
}
.free_box h4 {
  font-size: 18px;
  line-height: 30px;
	border-bottom:1px solid #ffa200;
	padding:5px 20px;
}
.free_box ul {
  list-style: none;
}
.free_box ul li {
  line-height: 35px;
  padding-left: 15px;
}
.free_box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffa200;
  border-radius: 50%;
  margin-right: 15px;
}
.free_box ol {
  counter-reset: number;
  list-style-type: none;
  padding: 5px 8px;
}
.free_box ol li {
  position: relative;
  padding-left: 30px;
  line-height: 35px;
  padding: 0 0 0 32px;
}
.free_box ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #ffa200;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.free_box img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
/*-----------------
	仕様
-----------------*/
.specification {
  margin: 20px;
}
.specification_title {
  font-family: 'Kosugi', sans-serif;
  color: #515151;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.specification_table {
  border-top: 7px solid #dfdfdf;
  margin: 10px 0 55px;
}
.specification_table tr {
  border-bottom: 1px solid #dfdfdf;
}
.specification_entry {
  border-right: 1px solid #dfdfdf;
}
.specification_table th, .specification_table td {
  padding: 10px;
}
/*-----------------
	ブログ
-----------------*/
.single_header {
	width:100%;
	min-height:300px;
	position: relative;
  }

.single_header .single_txt {
	width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:30px;
	background: rgba(255,255,255,0.8);
  }
.single_txt {
	line-height: 40px;
}
.single_info {
	text-align:right;
	line-height: 20px;
}
.single_img img {
  width: 100%;
	height:300px;
	object-fit:cover;
  }
/*==============================================
*	sidebar
==============================================*/
.repair_box {
  margin-top: 17px;
}
/****************************************

          レスポンシブ

*****************************************/
/*-----------------
	pc
-----------------*/
/* 1200px以上の画面サイズ */
@media screen and (min-width: 1200px) {
  .contant_box {
    margin-top: 90px;
  }
  .sidebar {
    margin-top: 17px;
  }
  /* main */
  .breadcrumbs {
    font-size: 14px;
  }
  /* singlepage_box */
  .singlepage_box {
    margin-top: 25px;
  }
  /* 取扱商品一覧 */
  .product_detail {
    width: 775px;
    margin-top: 60px;
  }
  .detail_box {
    padding: 20px;
  }
  .detail_img {
    width: 450px;
  }
  .detail_img img {
    width: 450px;
    height: 330px;
    border-radius: 6px;
  }
  .detail_txt {
    width: 257px;
    font-size: 16px;
    line-height: 27px;
  }
  .detail_comment {
    width: 257px;
    min-height: 128px;
    font-size: 14px;
    padding: 5px;
  }
  .product_price_box {
    margin: 40px auto 20px;
  }
  .product_price {
    line-height: 48px;
    font-size: 30px;
  }
  .product_price_smal {
    font-size: 18px;
    line-height: 48px;
  }
  .free_box {
    padding: 20px;
    margin: 30px 0;
  }
  .free_box p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
  }
  .free_box h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .free_box h3 {
    font-size: 22px;
    line-height: 34px;
  }
  .free_box h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .free_box ul li {
    line-height: 35px;
    padding-left: 15px;
  }
  .free_box ul li::before {
    width: 10px;
    height: 10px;
    margin-right: 15px;
  }
  .free_box ol {
    padding: 5px 8px;
  }
  .free_box ol li {
    padding-left: 30px;
    line-height: 35px;
    padding: 0 0 0 32px;
  }
  .free_box ol li:before {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .free_box img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
  }
  /* 仕様 */
  .specification {
    margin: 20px;
  }
  .specification_title {
    font-size: 24px;
  }
  .specification_table {
    border-top: 7px solid #dfdfdf;
    margin: 10px 0 55px;
  }
  .specification_table th, .specification_table td {
    padding: 10px;
  }
}
/* 769px以上の画面サイズ */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .contant_box {
    padding: 0 10px;
  }
}
/*-----------------
	tablet
-----------------*/
/* 641px～768pxの画面サイズ */
@media screen and (min-width: 641px) and (max-width: 768px) {
  .contant_box {
    margin-top: 90px;
  }
  .sidebar {
    margin-top: 17px;
  }
  /* main */
  .breadcrumbs {
    font-size: 14px;
  }
  /* singlepage_box */
  .singlepage_box {
    margin-top: 25px;
  }
  /* 取扱商品一覧 */
  .product_detail {
    width: 100%;
    margin-top: 60px;
  }
  .detail_box {
    padding: 20px;
  }
  .detail_img {
    width: 450px;
  }
  .detail_img img {
    width: 350px;
    height: 330px;
    border-radius: 6px;
  }
  .detail_txt {
    width: 357px;
    font-size: 16px;
    line-height: 27px;
  }
  .detail_comment {
    width: 257px;
    height: 128px;
    font-size: 14px;
    padding: 5px;
  }
  .product_price_box {
    margin: 40px auto 20px;
  }
  .product_price {
    line-height: 48px;
    font-size: 30px;
  }
  .product_price_smal {
    font-size: 18px;
    line-height: 48px;
  }
  .free_box {
    padding: 20px;
    margin: 30px 0;
  }
  .free_box p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
  }
  .free_box h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .free_box h3 {
    font-size: 22px;
    line-height: 34px;
  }
  .free_box h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .free_box ul li {
    line-height: 35px;
    padding-left: 15px;
  }
  .free_box ul li::before {
    width: 10px;
    height: 10px;
    margin-right: 15px;
  }
  .free_box ol {
    padding: 5px 8px;
  }
  .free_box ol li {
    padding-left: 30px;
    line-height: 35px;
    padding: 0 0 0 32px;
  }
  .free_box ol li:before {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .free_box img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
  }
  /* 仕様 */
  .specification {
    margin: 20px;
  }
  .specification_title {
    font-size: 24px;
  }
  .specification_table {
    border-top: 7px solid #dfdfdf;
    margin: 10px 0 55px;
  }
  .specification_table th, .specification_table td {
    padding: 10px;
  }
	.repair_box {
    margin-top: 0;
}
}
/*-----------------
 smartphone
-----------------*/
/* 641px以下の画面サイズ */
@media screen and (max-width: 641px) {
  .contant_box {
    margin-top: 90px;
  }
  .sidebar {
    margin-top: 17px;
  }
  /* main */
  .breadcrumbs {
    font-size: 14px;
  }
  /* singlepage_box */
  .singlepage_box {
    margin-top: 25px;
  }
  /* 取扱商品一覧 */
  .product_detail {
    width: 100%;
    margin-top: 60px;
  }
  .detail_box {
    flex-direction: column;
    padding: 20px;
  }
  .detail_img {
    width: 100%;
  }
  .detail_img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
  .detail_txt {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
  }
  .detail_comment {
    width: 100%;
    height: 128px;
    font-size: 14px;
    padding: 5px;
  }
  .product_price_box {
    margin: 40px auto 20px;
  }
  .product_price {
    line-height: 48px;
    font-size: 30px;
  }
  .product_price_smal {
    font-size: 18px;
    line-height: 48px;
  }
  .specification_table td {
    display: block;
    margin: 5px;
  }
  .specification_entry {
    border: 1px solid #d1d1d1;
    background: antiquewhite;
  }
  .free_box {
    padding: 20px;
    margin: 30px 0;
  }
  .free_box p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
  }
  .free_box h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .free_box h3 {
    font-size: 22px;
    line-height: 34px;
  }
  .free_box h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .free_box ul li {
    line-height: 35px;
    padding-left: 15px;
  }
  .free_box ul li::before {
    width: 10px;
    height: 10px;
    margin-right: 15px;
  }
  .free_box ol {
    padding: 5px 8px;
  }
  .free_box ol li {
    padding-left: 30px;
    line-height: 35px;
    padding: 0 0 0 32px;
  }
  .free_box ol li:before {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .free_box img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
  }
  /* 仕様 */
  .specification {
    margin: 20px;
  }
  .specification_title {
    font-size: 24px;
  }
  .specification_table {
    border-top: 7px solid #dfdfdf;
    margin: 10px 0 55px;
  }
	.specification_table tr {
		border:none;
	}
	.specification_table th {
		display:none;
	}
	.specification_table td {
		border:none;
    padding: 10px;
  }
}