/* =======================================

    info pc

======================================= */

.info-area .info {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 30px;
}
.info-area .info .right {
	float: right;
	clear: both;
	margin-bottom: 8px;
}
.info-area .info .textbox {
	width: 660px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.info-area .textbox h2 {
	font-size: 24px;
	color: #004098;
	padding-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	clear: both;
}
.textbox h3 {
	font-size: 17px;
	color: #004098;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
}
.info-area .textbox {
	line-height: 1.8em;
}
.info-area .textbox p {
	margin-bottom: 25px;
}
.info-area .textbox img {
	margin-top: 20px;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.box-title {
	border: #ccc solid 1px;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}
.box-indent {
	display: block;
	text-indent: -2em;
	padding-left: 2em;
	font-size: 108%;
}
.list-indent {
	margin: 0;
	padding: 0;
}
.list-indent li {
	margin: 0;
	padding: 0 0 0.5em 1.8em;
	list-style: none;
	text-indent: -1.5em;
}
table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
table th, table td {
	padding:5px 10px;
	line-height: 1.5em;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
table th {
	background-color: #f2f2f2;
	font-weight: normal;
	white-space: nowrap!important;
}
table.th-center th {
	text-align: center;
}
table.th-left th {
	text-align: left;
}

/* =======================================

    about pc

======================================= */
@media screen and (min-width: 769px) {
#about .info-area .info .textbox {
	width: auto;
	padding:0 60px;
}

#about .info-area .info .textbox h2{
	padding-top:25px;
}
}
