@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 920px;
}
.sp_only{
	display: none;
}
@media screen and (max-width:768px) {
	body {
		min-width: 100%;
	}
	.sp_only{
		display: block;
	}
}
#dis_solu {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    padding-top: 120px;
    padding-bottom: 100px;
    font-size: 16px;
	}
@media screen and (max-width:768px){
	#dis_solu {
	    width: 100%;
	    max-width: 1080px;
	    margin: 0 auto;
	    padding: 0 10px;
	    box-sizing: border-box;
	    padding-top: 30px;
	    padding-bottom: 100px;
	    font-size: 16px;
		}
}
.spot_cooler_block_main{
	width:100%;
	max-width:1080px;
	margin: 0 auto;
	padding-top:
}
.spot_cooler_block_main h2{
	font-size: 2.0em;
	color:#1098cd;
}
.spot_cooler_block_main h2 span{
	font-size: 0.6em;
	color:#333;
	font-weight: normal;
}
.spot_cooler_block{
	margin-top: 20px;
}
.spot_cooler_block h3{
	color:#333;
	font-size: 1.6em;
	padding:15px 10px;
	box-sizing: border-box;
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.spot_cooler_block h4{
	background: #1098cd;
	color:#fff;
	font-size: 1.3em;
	padding:10px 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.spot_cooler_block article{
	margin-bottom: 25px;
}
.spot_cooler_block article div.text_and_img{
	display: flex;
	flex-wrap: wrap;
	padding:0px 10px;
	box-sizing: border-box;
}
.spot_cooler_block article div.text_and_img p{
	width:60%;
}
.spot_cooler_block article div.text_and_img p span{
	font-size: 0.9em;
}
.spot_cooler_block article div.text_and_img div{
	width:39%;
	margin-left: 1%;
}
@media screen and (max-width:768px){
	.spot_cooler_block article div.text_and_img p{
		width:100%;
	}
	.spot_cooler_block article div.text_and_img div{
		width:100%;
		margin-left: 0%;
		margin-top: 20px;
	}
}
.spot_cooler_block article div.text_and_img div img{
	width:100%;
}
.imgonly{
	margin-top: 20px;
	width:100%;
}
.imgonly img{
	width:100%;
}
.fancybox_sc_img{
	position: relative;
}
.fancybox_sc_img:after{
	content: "";
	position: relative;
	background: url(../img/zoom.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 30px;
	top: -10px;
	left: 88%;
	display: inline-block;
}
.spot_cooler_contbtn{
	width:100%;
	margin-top: 80px;
	text-align: center;
}
.spot_cooler_contbtn a{
	display: inline-block;
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  background: #0d47a1;
  text-decoration: none;
  padding: 20px 10px;
  box-shadow: 2px 2px 2px #ccc;
  transition: 0.3s;
  box-sizing: border-box;
}
.spot_cooler_contbtn a:hover{
	opacity: 0.5;
}
