@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
*/

/****************************************

          General Setting

*****************************************/

.costdown_slide {
	float: left;
	width: 100%;
	height: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -150px;
	position: relative;
	z-index: -1;
	overflow: hidden;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("http://www.itec-tsuritani.co.jp/wordpress/wp-content/uploads/2022/05/background01.jpg") repeat center bottom;
	background-size: cover;
}

.costdown_slide p {
	position: relative;
	width: 500px;
	top: 70px;
	left: 350px;
	color: #fff;
	font-size: 42px;
	line-height: 220%;
	letter-spacing: 0.2em;
	font-variant-ligatures: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 600;
	z-index: 9;
	transform: translate(-50%,-50%);
}

#costdown_bbox01 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	padding: 60px;
	color: #fff;
	background: #628da4;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

#costdown_bbox02 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	color: #fff;
	background: #043363;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

#costdown_sbox01 {
	float: left;
	width: calc(100% / 3 - 30px);
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 70px;
	padding: 15px;
	color: #fff;
	text-align: center;
	background: #ee0000;
	border-radius: 3px;
}

#costdown_title01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 30px;
	font-family: "arial";
	letter-spacing: 0.2em;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: center;
}

#costdown_title01_2 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: 0.2em;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: center;
}

#costdown_title02 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 26px;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: center;
}

#costdown_title03 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 26px;
	color: #ff004d;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: center;
}

#costdown_text01 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
}

ul.costdown_contents{
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	align-items: left;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.costdown_contents li{
	float: left;
	width: calc(100% - 0px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	display: inline-block;
}

ul.costdown_contents li2{
	float: left;
	width: calc(100% - 0px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline-block;
	text-align: center;
}

.costdown_contents_text01 {
	float: left;
	width: calc(100% - 0px);
	margin-bottom: 15px;
	padding: 15px;
	color: #fff;
}

.costdown_contents_text02 {
	float: left;
	width: calc(100% - 0px);
	padding: 15px;
	color: #fff;
	background: #ff004d;
	border-radius: 3px;
}




@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
	#costdown_sbox01 {
	float: left;
	width: calc(100% / 3 - 10px);
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 70px;
	padding: 10px;
	color: #fff;
	text-align: center;
	background: #ee0000;
	border-radius: 3px;
}
	
	#costdown_title02 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 22px;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: center;
}
	
	#costdown_title03 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 26px;
	color: #ff004d;
	letter-spacing: 0em;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: center;
}

}



@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
	#costdown_bbox01 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	color: #fff;
	background: #628da4;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
	
	#costdown_bbox02 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	color: #fff;
	background: #043363;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
	
	#costdown_sbox01 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	background: #ee0000;
	border-radius: 3px;
}
	
	#costdown_title01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 24px;
	line-height: 160%;
	font-family: "arial";
	letter-spacing: 0.0em;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: center;
}
	
	#costdown_title02 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 20px;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: center;
}
	
	#costdown_title03 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 20px;
	color: #ff004d;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: left;
}
	
	#costdown_text01 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: left;
}
	
}