@charset "UTF-8";



.sche table {

}
.sche table tr {
}

.sche table tr td {
	text-align: left;
	padding: 5px;
	font-size: 14px;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sche table tr td {
	text-align: left;
	padding: 5px;
	font-size: 14px;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sche table tr td {
	text-align: left;
	padding: 10px;
	font-size: 16px;
}
}

.tex_a {
	font-weight: bold;
	color: #ff7200;
	vertical-align: top;
	white-space: nowrap;
}
.tex_b {
	color: #FFF;
	background-color: #ffc000;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top !important;
	white-space: nowrap;
	margin-left: 0px;
	margin-top: 0px;
	float: none;
}
.tex_c {
		vertical-align: top;
		

}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.tex_c {
		width:340px;

}
.tex_a {
	font-weight: bold;
	color: #ff7200;
			white-space: normal;


}
.tex_b {
	color: #FFF;
	background-color: #ffc000;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	width: 55px;
	text-align: center;
	
}
}
@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.tex_c {
		width:auto;

}
.tex_a {
	font-weight: bold;
	color: #ff7200;

}
.tex_b {
	color: #FFF;
	background-color: #ffc000;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	margin-top: 5px;
	margin-left: 10px;
}
}

.sche {
	float: none;
		display: block;

}
.sche_img {
	float: right;
	display:none;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sche {
	float: left;
		display: block;
		width:575px;

}
.sche_img {
	float: right;
	display: block;
		width:145px;
	height:auto;

}
.sche_img img {
		float: right;

	width:100%;
	height:auto;
	
}
}

@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sche_img {
	float: right;
	display: block;
		width:200px;
	height:auto;

}

.sche_img img {
	width:210px;
	height:auto;
	
}
.sche {
	float: left;
		display: block;
		width:auto;

}
}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.sche_img {
	float: right;
	display: block;
			width:auto;
	height:auto;

}
.sche_img img {
	width:auto;
	height:auto;
	
}
}
.sche_arrow {
	height: auto;
	width: 100%;
}

.sche_arrow img {
	height: 15px;
	width: auto;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.sche_arrow {
	height: auto;
	width: 100%;
}
.sche_arrow img {
	height: 20px;
	width: auto;
}
}

@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.sche_arrow {
	height: auto;
	width: auto;
}
.sche_arrow img {
	height: auto;
	width: auto;
}
}
.tex_br span br {
	display: none;
}
@media print, screen and (min-width:480px) {
	/* 480px以上用（スマホ用）の記述 */
.tex_br span br {
	display: block;
}
}

