﻿@charset "utf-8";

.page_title {
	background-image: url('../kaigo/title_back.jpg');
}

.catch {
	color: #990000;
	font-family: "Maru Folk Medium", serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 20px auto;
	padding-left: 30px;
	text-align: left;
}

#barrierfree_box {
	width: 820px;
	padding-bottom: 50px;
	text-align: center;
}

.copy {
	width: 820px;
	text-align: left;
}

p {
	width: 820px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 16px;
	padding-left: 30px;
	font-weight: bold;
}

#leftbox {
	float: left;
	display: inline;
	width: 550px;
}

#rightbox {
	float: left;
	display: inline;
	width: 230px;
	margin-left: 30px;
	text-align: center;
}

#leftbox ul li {
	background-position: 0px 5px;
	text-align: left;
	list-style-type: none;
	background-image: url('../barrier_free/check_mark.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 30px;
	margin-bottom: 15px;
	line-height: 150%;
}

.caption {
	width: 220px;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	color: #0033CC;
	margin-right: auto;
	margin-left: auto;
}


/* ■スマホ用CSS
--------------------------------------------------------------*/

/*スマホ用要素PC非表示*/
# {
	display: none;
}

/*スマホ用表示*/
@media screen and (max-width: 750px) {
	.page_title {
		width: 100%;
		height: 40px;
		background-position: right bottom;
		margin-top: 0;
		color: #fff;
		font-size: medium;
		font-weight: bold;
		padding-top: 0.5em;
		padding-left: 1em;
		box-sizing: border-box;
		font-family: "TBUDGothic E";
	}

	.catch {
		font-size: medium;
		line-height: 1.25em;
		margin: 1em auto;
		padding-left: 0.5em;
	}

	#main {
		width: 100%;
		box-sizing: border-box;
	}

	#barrierfree_box {
		width: 100%;
		box-sizing: border-box;
	}

	.copy {
		width: 100%;
		box-sizing: border-box;
	}

	p {
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 5px;
		text-align: left;
		font-size: medium;
		padding-left: 0;
	}

	#leftbox {
		clear: both;
		width: 100%;
		box-sizing: border-box;
	}

	#rightbox {
		clear: both;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}

	#leftbox ul li {
		background-position: 0px 0px;
		text-align: left;
		list-style-type: none;
		background-image: url('../barrier_free/check_mark.gif');
		background-repeat: no-repeat;
		padding-left: 1.5em;
		margin-left: 1em;
		margin-bottom: 15px;
		line-height: 150%;
	}

	.caption {
		width: 100%;
		box-sizing: border-box;
		font-size: small;
	}

	.side1em {
		padding: 0 1em;
	}

}