@charset "utf-8";
/* lower_common.css */

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


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


/*下層共通
////////////////////////////////////////////////////*/
#contents #main_area {
	font-size: 123%;
	line-height: 1.7;
	margin-top: 25px;
}

.sub_top_box {
	padding: 0 10px 0 15px;
	overflow: hidden;

}
.sub_top_img {
	float: right;
}
.btn_small {
	width: 300px;
	height: 34px;
	text-align: center;
	background: #1a6580;
	border-radius: 5px;
	padding: 16px 0;
	margin: 40px 0 0;
	color: #fff;
	font-size: 138%;
	font-weight: bold;
	float: left;
}
.btn_small a {
	color: #fff;
}
.btn_big {
	width: 540px;
	height: 34px;
	text-align: center;
	background: #0071b6;
	border-radius: 5px;
	padding: 16px 0;
	color: #fff;
	font-size: 138%;
	margin: 15px auto 40px;
	font-weight: bold;
}
.btn_big a {
	color: #fff;
}
.other_box .btn_big {
	margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
	.btn_small,
	.btn_big {
		width: 100%;
		height: 100%;
	}
}
.sub_ttl {
	background: url(../img/h_bg.png) no-repeat 10px;
	width: 560px;
	border-radius: 5px;
	padding: 3px 0 0 40px;
	margin: 30px 0 35px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 138%;
}
.sub_ttl span {
	font-size: 70%;
	color: #fff;
}
.ss_ttl {
	font-weight: bold;
	font-size: 153%;
	padding: 0 0 0 15px;
}
.xs_ttl {
	font-weight: bold;
	font-size: 112%;
}
.tx_box {
	padding: 0 10px 0 15px;
	margin: 0 0 20px 0;
}
.tx_box span {
	color: #f56d9a;
}
.tx_box.fsmall {
	font-size:75%;
}
@media screen and (max-width: 767px) {
	.sub_ttl {
		width: 90%;
		margin: 20px auto 35px;
	}
}
/*カテゴリ別タイトル*/
.haisui .sub_ttl {
	background-color: #84d4d6;
}
.haisui .ss_ttl,
.haisui .xs_ttl {
	color: #84d4d6;
}
.kataduke .sub_ttl {
	background-color: #52c490;
}
.kataduke .ss_ttl,
.kataduke .xs_ttl {
	color: #52c490;
}
.shinyo .sub_ttl {
	background-color: #f26161;
}
.shinyo .ss_ttl,
.shinyo .xs_ttl,
.shinyo .point_t {
	color: #f26161;
}
.service_link {
	overflow: hidden;
	margin: 30px 0 0;
}
.service_link li {
	float: left;
	margin: 0 1em 10px 0;
	font-size: 83%;
}
.hosyu .sub_ttl {
	background-color: #8fc73b;
}
.hosyu .ss_ttl,
.hosyu .xs_ttl {
	color: #8fc73b;
}
.recruit .sub_ttl,
.info .sub_ttl,
.company .sub_ttl {
	background-color: #1a6580;
}
.recruit .ss_ttl,
.recruit .xs_ttl,
.info .ss_ttl,
.info .xs_ttl,
.company .ss_ttl,
.company .xs_ttl {
	color: #1a6580;
}
.privacy .sub_ttl {
	background-color: #1a6580;
}
.privacy .ss_ttl,
.privacy .xs_ttl {
	color: #127cbc;
}
.kappa .sub_ttl {
	background-color: #91609d;
}
.kappa .ss_ttl,
.kappa .xs_ttl {
	color: #91609d;
}
.line_box {
	border-radius: 5px;
	background: url(../img/bg_box.png);
	border: 1px solid #42c800;
	padding: 20px;
	margin: 20px;
	overflow: hidden;
}
.line_box h3 {
	font-size: 125%;
	color: #42c800;
	margin: 0 0 10px;
}
.line_box h3 img {
	width: 8%;
	height: auto;
	margin: 0 1em 0 0;
	vertical-align: middle;
}
.line_box h3 span {
	font-size: 70%
}
.line_box .qr {
	float: right;
	margin: 0 0 0 10px;
}
.line_box .sample img {
	width: 33%;
	height: auto;
}
.line_box p {
	font-size: 87%;
}
.line_box .att {
	font-size: 147%;
	font-weight: bold;
}


.other_box {
	border-radius: 5px;
	background: url(../img/bg_box.png);
	border: 1px solid #ebebeb;
	padding: 20px;
	margin: 20px;
}
.other_box h3 {
	font-size: 125%;
}
.other_box h3 span {
	font-size: 70%
}
.other_box p {
	font-size: 87%;
}
.other_box .att {
	font-size: 147%;
	font-weight: bold;
}
.other_box .note {
	margin: 15px 0 0;
	font-size:75%;
}
.other_box .r_note {
	margin: 15px 0 0;
	font-size:75%;
	color: #f26161;
}
.other_box .r_note_box {
	font-size:75%;
	background: #f26161;
	border-radius: 3px;
	color: #fff;
	padding: 5px 10px;
}
.other_box .btn_big {
	font-size: 138%;
}
.img_box {
	overflow: hidden;
	padding: 10px;
	margin: 20px;
}
.img_box img {
	float: left;
	margin: 0 40px 0 0;
}
.img_box.t_pic img {
	float: left;
	margin: 0 0px 0 0;
}
.img_box.t_pic img:last-child {
	float: right;
	margin: 0 0px 0 0;
}
@media screen and (max-width: 767px) {
	.img_box img {
		float: none;
		width: 100%;
	}
	.line_box .qr {
	float: none;
	text-align: center;
	margin: 0 auto;
	}
	.line_box .sample img {
		width: 50%;
		height: auto;
	}
}
.numlist {
	padding: 0 10px 0 45px;
	margin: 10px 0 20px 0;
}
.numlist li {
	list-style: decimal outside;
	margin: 0 0 8px 0;
}
.table {
	border-collapse: collapse;
	margin: 0 10px 20px;
}
.table th {
	background: #f6f6f6;
	text-align: center;
	width: 6em;
}
.table th,
.table td {
	border: 1px solid #e5e5e5;
	padding: 10px;
}
@media screen and (max-width: 767px) {
	.table {
		width: 95%;
		margin: 0 20px 20px;
	}
	.table th,
	.table td {
		width: 95%;
		display: block;
		text-align: left;
	}
}

.other_box2 {
	border-radius: 5px;
	border: 1px solid #f26161;
	padding: 20px;
	margin: 40px 20px;
	overflow: hidden;
}
.other_box2 h3 {
	font-size: 125%;
	color: #f26161;
}
.other_box2 h3 span {
	font-size: 70%
}
.other_box2 p {
	font-size: 87%;
}
.other_box2 .att {
	font-size: 147%;
	font-weight: bold;
}
.other_box2 .note {
	margin: 15px 0 0;
	font-size:75%;
}
.other_box2 .r_note {
	margin: 15px 0 0;
	font-size:75%;
	color: #f26161;
}
.other_box2 .btn_big {
	font-size: 138%;
}
.other_box2 img {
	float: right;
	margin: 0 0 0 40px;
}
.info_list {
	padding: 10px;
}
.info_list li {
	overflow: hidden;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px dotted #ccc;
}
.info_list li span {
	float: right;
}
.info_list li span img {
	vertical-align: middle;
}
.info .img_box {
	color:#f3578b;
	font-size: 75%;
}
.info .img_box img {
	margin: 0 20px 0 0;
}
.kappa_prof {
	overflow: hidden;
	padding: 0 20px;
}
.kappa_prof dt {
	float: left;
	width: 5em;
}
.kappa_prof dd {
	padding: 0 0 8px 5em;
	margin: 0 0 8px 0;
}
.slider li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.kappa_prof dt,
	.kappa_prof dd {
		width: 100%;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
	}
	.kappa_prof dt {
		background: #ddd;
	}
}
.sign {
	margin: 50px 0 0;
}
.company_prof {
	overflow: hidden;
	padding: 0 20px;
}
.company_prof dt {
	float: left;
	width: 8em;
}
.company_prof dd {
	padding: 0 0 8px 8em;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #ddd;
}
.slider li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.company_prof dt,
	.company_prof dd {
		width: 100%;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
	}
	.company_prof dt {
		background: #ddd;
	}
}
.map_area {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 20px;
	width: 580px;
}
.map_area iframe,
.map_area object,
.map_area embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.map_area {
		width: 95%;
	}
}
.blog .sub_ttl,
.search .sub_ttl {
	background-color: #52c490;
}

.sub_ttl span {
	float: right;
	font-size: 66%;
	margin: 10px 0 0;
	padding: 0 10px 0 0;
}
.blog_box {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
	margin: 25px 0 0;
	padding: 0 0 15px;
}
.blog_box h2 {
	background: #0071b6;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	border: 1px solid #fff;
	color: #fff;
}
.blog_box ul {
	padding: 15px 15px 0 20px;
}
.blog_box li {
	list-style: inside disc;
}
.blog_box .s_btn {
	background: #8fc73b;
	text-align: center;
	width: 80%;
	padding: 10px;
	margin: 15px auto 0;
}
