@charset "UTF-8";
/* CSS Document */

section{
	padding: 0 40px;
}
h2{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #FF892C;
	padding-bottom: 40px;
}
h3{
	text-align: center;
	line-height: 2em;
	padding-bottom: 80px;
}
.tools_wrapper{
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
    width: 95%;
}
.tools_box{
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.reverse{
	flex-direction: row-reverse;
}
.tools_box>div{
	width: 50%;
	box-sizing: border-box;
}
.tools_box>div:first-child{
	padding-right: 4%;
	padding-left: 4%;
}
.tools_box>div:last-of-type{
	padding-left: 3%;
	padding-right: 3%;
}
.tools_slickslider{
	box-shadow:  4px 22px 42px #e0e0e0, -22px -22px 42px #ffffff;
	border-radius: 16px;
	border: solid 15px #fff;
}
.tools_slickslider li img{
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.slick-next:before, .slick-prev:before {
    color: #5CBDEA;
}
.slick-next {
    right: 5px;
}
.slick-prev {
    left: 5px;
    z-index: 10;
}
.tool_name{
	font-size: 20px;
	font-weight: bold;
	color: #18A4E6;
	padding-bottom: 20px;
}
.tool_detail{
	padding-bottom: 20px;
}
.price{
	font-size: 16px;
	margin-bottom: 10px;
	display: flex;
}
.price span:first-child{
	background-color: #18A4E6;
	display: inline-block;
	border-radius: 4px;
	padding: 10px 5px;
	color: #fff;
	font-weight: bold;
	margin-right: 14px;
	font-size: 15px;
	height: 35px;
	box-sizing: border-box;
	width: 29%;
	max-width: 120px;
	text-align: center;
}
.price span:last-of-type{
	padding-top: 5px;
	line-height: 1.6em;
}
.namecard{
	margin-bottom: 45px;
	padding: 20px 20px 0 20px;
}
.namecard>p:first-child{
	font-size: 20px;
	font-weight: bold;
	color: #FF892C;
	padding-bottom: 10px;
}
.limex{
	margin-bottom: 100px;
}
.note{
	font-size: 13px;
	line-height: 1.5em;
}


@media print, screen and (max-width: 970px) {
section {
    padding: 0 20px;
	max-width: 600px;
    margin: 0 auto;
}
h2 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}
h3 {
    text-align: left;
    line-height: 2em;
    padding-bottom: 35px;
}
.tools_wrapper {
    max-width: 460px;
    margin-bottom: 30px;
    width: 100%;
}
.tools_box {
    display: block;
    margin-bottom: 35px;
}
.tools_box>div {
    width: 100%;
}
.tools_box>div:first-child {
    padding: 0 0 30px 0;
}
.tools_slickslider {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 8%);
    border-radius: 16px;
    border: solid 12px #fff;
}
.tools_box>div:last-of-type {
    padding: 0;
}
.tool_name {
    font-size: 18px;
    padding-bottom: 10px;
	line-height: 1.4em;
}
.tool_detail {
    padding-bottom: 10px;
}
.namecard {
    margin-bottom: 25px;
    padding: 10px 0px 0 0px;
}
.namecard>p:first-child {
    font-size: 18px;
    padding-bottom: 5px;
}
.limex {
    margin-bottom: 60px;
}
	.price_block{
		display: block;
	}
	.price_block span{
		display: block;
	}
.price_block span:last-of-type {
    line-height: 1.8em;
}
.price{
	font-size: 15px;
}
.price span:first-child{
    width: 110px;
}


}


@media print, screen and (max-width: 365px){
.tools_slickslider {
    border: solid 10px #fff;
}




}




