@charset "UTF-8";

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

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

          General Setting

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

.project_slide {
	width: calc(100% - 80px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
}

.project_slide_title01 {
	float: left;
	width: calc(100% - 30px);
	margin-top: -250px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	color: #fff;
	font-size: 160px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 500;
	line-height: 1.3;
}

.project_bbox01 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	padding-bottom: 50px;
	border-bottom: solid 1px #aaa;
}

.project_title01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding: 0px;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}

.project_box {
	width: calc(100% - 0px);
	text-align: center;
	margin-bottom: 70px;
}
.project_text {
	display: inline-block;
	max-width: 930px;
	text-align: left;
	line-height: 2;
	padding: 0px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #aaa;
}


.project_box2 {
	width: calc(100% - 0px);
	text-align: center;
	margin-bottom: 0px;
	display: flex;
   align-items: center;
   justify-content: center;
}
.project_box2_img {
	display: inline-block;
	width: 350px;
	text-align: left;
	line-height: 2;
	margin-right: 30px;
	padding: 0px;
	padding-bottom: 20px;
}
.project_box2_text {
	display: inline-block;
	width: 500px;
	max-width: 930px;
	text-align: left;
	line-height: 2;
	padding: 0px;
	padding-bottom: 20px;
}

ul.project_2column{
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 20px;
	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.project_2column li{
	float: left;
	width: calc(100% / 2 - 66px);
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	padding: 10px;
	padding-bottom: 0px;
	display: inline-block;
	border: solid 3px #ccc;
}

ul.project_2column li2{
	float: left;
	width: calc(100% - 66px);
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	padding: 10px;
	padding-bottom: 30px;
	display: inline-block;
	border: solid 3px #ccc;
}

.chart_title01 {
	float: left;
	width: calc(100% - 20px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 20px;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #333;
}

.chart_title02 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 20px;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}

.chart_title03 {
	float: left;
	width: calc(100% - 20px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 20px;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #5880ab;
}

.chart_text01 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}




@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */

.project_slide {
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	text-align: center;
}

.project_slide_title01 {
	float: left;
	width: calc(100% - 30px);
	margin-top: -220px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	color: #fff;
	font-size: 120px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 500;
	line-height: 1.3;
}
	
.project_box2_img {
	float: left;
	display: inline-block;
	width: 40%;
	text-align: left;
	line-height: 2;
	margin-right: 30px;
	padding: 0px;
	padding-bottom: 20px;
}
.project_box2_text {
	float: left;
	display: inline-block;
	width: 100%;
	text-align: left;
	line-height: 2;
	padding: 0px;
	padding-bottom: 20px;
}
	
ul.project_2column li{
	float: left;
	width: calc(100% / 2 - 46px);
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	padding: 10px;
	padding-bottom: 0px;
	display: inline-block;
	border: solid 3px #ccc;
}
	
}



@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.project_slide_title01 {
	float: left;
	width: calc(100% - 30px);
	margin-top: -130px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	color: #fff;
	font-size: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 500;
	line-height: 1.3;
}
	
ul.project_2column li{
	float: left;
	width: calc(100% - 26px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding: 10px;
	padding-bottom: 0px;
	display: inline-block;
	border: solid 3px #ccc;
}
	
}