@charset "UTF-8";
.bathclin{
  text-align: center;
  padding: 0 40px;
}
.read-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 20px;
  border-radius: 27px;
  background: #0075ba;
}
.read-txt{
	font-size: 18px;
}
.fw-b{
	font-weight: bold;
}
.bathset{
	margin: 30px 0 120px;
}
.bathclin_cont{
  margin-bottom: 20px;
}
.bathclin_cont img{
  display: inline-block;
  margin-bottom: 40px;
}
.data{
	margin-bottom: 120px;
}
.data .cont-img{
	margin: 20px;
}
.data .tac{
	margin-top: 40px;
}

.Payment{
	padding: 1.5em 1em;
	margin: 40px 0;
	background-color: #f2f2f2;
}
.Payment dt{
	font-weight: bold;
}
.Payment dd p{
	text-indent: -1em;
	margin-left: 1em;
}
.Button__submit.__large{
	font-size: 1.8rem;
	max-width: 560px;
  margin: 0 10px 0;
}

.cont-img .ta-c{
	font-size: 13px;
	line-height: 1.4;
}
.cont-img-wrap{
	display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.cont-img-wrap .cont-img {
   margin: 0 10px;
}

.doc-area{
  background:#F2F9FB;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.doc-area-title{
  color:#fff;
  font-size:24px;
  font-weight:bold;
  background-color:#00A8E6;
  text-align:center;
  padding:10px;
  border-radius:10px 10px 0 0;
}
.doc-area-inner{
  display: flex;
  justify-content: center;
  border: 4px solid #B2D8F1;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.doc-area .doc{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 300px;
  margin: 20px 40px 40px;
}
.doc-area .doc-title{
  color: #008AC7;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
.doc-area .doc img{
  border: 1px solid #dedede;
}
.order_memo{
  color: #888;
  font-size: 12px;
  margin-top: 15px;
}
.tac{
  display: flex;
  justify-content: center;
}
/*サンプルお申込みフォーム*/
.OrderForm__item.list{
  padding: 10px 0 0;
}
.OrderForm__item.list dt,
.OrderForm__item.list dd > p{
  padding: 0 24px;
}
.SampleList li{
  padding: 0.6em 24px;
  border-top: dotted 1px #ccc;
  transition: 0.2s
}
.SampleList li:hover{
  background: #f2f2f2;
}
.SampleList li label{
  display: block;
  cursor: pointer;
}
.SampleList li input[type="checkbox"]{
  margin-right: 0.5em;
}

@media screen and (max-width: 599px) {
	.bathclin{
    padding: 0 0;
  }
  .read-title {
    font-size: 16px;
    line-height: 1.3;
    padding: 0.5em 1em;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .read-txt{
  	font-size: 14px;
  	text-align: left;
  	line-height: 1.7;
  }
  .bathset{
		margin: 30px 0 60px;
	}
	.cont-img .ta-c{
		font-size: 10px;
	}
	.cont-img-wrap{
		flex-direction: column-reverse;
	}
	.cont-img-wrap .cont-img{
		margin: 10px;
	}
	.data{
		margin-bottom: 60px;
	}
	.data .cont-img{
		margin: 15px 0;
	}
	.data .tac{
		margin-top: 30px;
	}
  .bathclin_cont{
    margin-bottom: 20px;
  }
  .bathclin_cont img{
    margin-bottom: 20px;
  }
  .Payment{
  	margin: 20px 0 30px;
  }
  .Button__submit.__large{
  	width: 90%;
  	max-width: inherit;
  	font-size: 1.6rem;
  }
  .cont-area{
    margin-bottom: 15px;
  }
  .doc-area{
    margin-bottom: 30px;
  }
  .doc-area-title{
    font-size: 16px;
  }
  .doc-area-inner{
    border-width: 2px;
  }
  .doc-area .doc{
    width: 45%;
    margin: 10px 2% 20px;
  }
  .doc-area .doc-title{
    font-size: 14px;
    line-height: 1.4;
  }
}