@CHARSET "UTF-8";

/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */


.d-md-flex   {
	justify-content: space-between;
}
.kakomi {
	width: 47%;
	background-image: url(../images/obi1_bg.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	margin-bottom: 2.5em;
}
.midashi-box {
	width: 100%;
	display: block;
	position: relative;
}

.midashi {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	position: absolute;
	top: 37%;
	left: 8%;
	width: 82%;
}
.midashi2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	position: absolute;
	top: 27%;
	left: 8%;
	width: 82%;
}
.t-box {
	padding: 0em 1.5em 0.5em 1em;	
}
.t-box2 {
	padding: 0em 1.5em 0em 1em;	
}
.indent {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
.nono_indent {
	display: block;
	padding: 0 0.5em 0 2em !important;
}
	
.staff {
	width: 35%;
	display: block;
	float: right;
}
.clip {
	width: 80%;
	margin: 0 auto 2.5em;
	display: block;
}



@media screen and (max-width:1024px) {
.midashi {
	top: 33%;
	left: 8%;
}
.midashi2 {
	top: 20%;
	left: 8%;
}

}

@media screen and (max-width:980px) {
.midashi {
	top: 34%;
	left: 8%;
}
.midashi2 {
	top: 22%;
	left: 8%;
}

}

@media screen and (max-width:850px) {
.midashi {
	top: 32%;
	left: 8%;
}
.midashi2 {
	top: 20%;
	left: 8%;
}

}

@media screen and (max-width:800px) {
.midashi {
	font-size: 1.2em;
	line-height: 1.4em;	
	top: 32%;
	left: 8%;
}
.midashi2 {
	font-size: 1.2em;
	line-height: 1.4em;	
	top: 18%;
	left: 8%;
}

}






@media screen and (max-width:768px) {
.midashi {
	font-size: 1.2em;
	line-height: 1.4em;	
	top: 32%;
	left: 8%;
}
.midashi2 {
	font-size: 1.2em;
	line-height: 1.4em;	
	top: 17.5%;
	left: 8%;
}
.clip {
	width: 100%;
	margin: 0 auto 2.5em;
	display: block;
}
	
}



@media screen and (max-width:767px) {
.kakomi {
	width: 96%;
	background-image: url(../images/obi1_bg.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	margin-bottom: 1.5em;
}
.midashi {
	font-size: 1.2em;
	line-height: 1.4em;	
	top: 33%;
	left: 8%;
}
.midashi2 {
	font-size: 1.2em;
	line-height: 1.4em;	
	top: 20%;
	left: 8%;
}
.clip {
	width: 100%;
	margin: 0 auto 1.5em;
	display: block;
}	
	
}





@media screen and (max-width:575px) {




}





@media screen and (max-width:425px) {


}
