@charset "utf-8";
#con_main {
	width: 100%;
	overflow: hidden;
	height: 340px;
	color: #fff;
	background: url(../images/main_bg3.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#con_main h2 {
	text-align: center;
	font-size: 32px;
	text-shadow: 0 0 2px #000;
}
#con_main h2 span {
	font-size: 15px;
	display: block;
}
#con_main .black_wrap {
	content: '';
	padding-top: 185px;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	overflow: hidden;
	height: 340px;
}
/*-----------------------------------------------------------------*/
	/* concept.html */
#concept .wrap {
	width: 48%;
	float: left;
	margin-right: 2%;
	padding-bottom: 40px;
	border-radius: 4px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.15);
}
#concept .wrap:nth-child(2n) {
	margin-left: 2%;
	margin-right: 0;
}
#concept .img_part img {
	width: 100%;
	height: auto;
	border-radius: 4px 4px 0px 0px;
}
#concept .text_part h4 {
	font-size: 32px;
	text-align: center;
	margin: 30px 0px 30px;
	position: relative;
}
#concept .text_part h4::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #151515;
}
#concept .text_part p {
	width: 100%;
	padding: 0px 40px;
}
#concept2 {
	background: #f0f0f0;
}
#concept2 h3 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
}
#concept2 h3.motto {
	font-size: 32px;
	text-align: left;
	margin-bottom: 20px;
	font-family:"Sawarabi Mincho", serif;
}
#concept2 h3 span {
	font-size: 24px;
	display: block;
}
#concept2 h3 span.sub2 {
	font-size: 22px;
	display: inline-block;
	padding-left: 40px;
}
#concept2 .flex{
	    display: flex;
    justify-content: space-evenly;
}
#concept2 .text_part {
	width: 680px;
}
#concept2 .text_part p {
	font-size: 14px;
	margin-bottom: 20px;
}
#concept2 .text_part p.name {
	font-size: 24px;
	margin-bottom: 40px;
}
#concept2 .text_part p.name span {
	font-size: 14px;
	margin-right: 10px;
}
#concept2 .img_part {
	width: auto;
	margin-bottom: 40px;
}
#concept2 .img_part img {
	width: 280px;
	height: auto;
}
#concept2 .message_flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#concept2 .message_flex .text_part{
	float: none;
}
#concept2 .message_flex .img_part{
	float: none;
}

/*-----------------------------------------------------------------*/
	/* 作業所詳細ページ */
#p_detail h3 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
	font-family:"Sawarabi Mincho", serif;
}
.bosyu{
	width: 800px;
padding: 10px;
	border-radius: 10px;
	text-align: center;
	margin: 20px auto 40px;
	background: #f7f7f7;
}
.bosyu2{
	clear: both;
	width: 100%;
padding: 20px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 20px auto 0px;
}
.bosyu p.title{
	color :#ff0000;
	font-size: 40px;
	font-family:"Sawarabi Mincho", serif;
}
.bosyu2 p.title{
	color :#ff0000;
	font-size: 26px;
	font-family:"Sawarabi Mincho", serif;
}
.bosyu p.tel_number,.bosyu2 p.tel_number{
	font-size: 32px;
	font-family:"Sawarabi Mincho", serif;
}
.bosyu p.tel_number span.tel,.bosyu2 p.tel_number span.tel{
	padding-left: 30px;
	background:url(../images/tel2.png) no-repeat left;
	background-size: 20px auto;
}
.bosyu2 p.small{
	font-size: 15px;
	display: block;
}
#p_detail ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -2% -2% 0;
}
#p_detail ul li {
	width: 32%;
	padding: 0 2% 2% 0;
}
#p_detail ul li img {
	width: 100%;
	height: auto;
}
#information {
	background: url(../images/map.jpg) no-repeat center;
	background-size: cover;
}
#information table.list, #per table.list:last-child {
	margin-bottom: 0px;
}
#job .wrap {
	display: flex;
	justify-content: center;
}
#job .even_part {
	width: 280px;
	margin: 0 10px 5px;
	text-align: left;
	border-radius: 4px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.15);
}
#job .even_part img {
	width: 100%;
	height: auto;
	border-radius: 4px 4px 0px 0px;
}
#job .even_part h3 {
	margin: 20px 20px 10px;
}
#job .even_part p {
	padding: 0px 20px 20px;
	font-size: 14px;
	line-height: 1.4em;
}
#per {
	background: #f0f0f0;
}
#per h3 {
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	font-family:"Sawarabi Mincho", serif;
}
#per h3 span {
	padding: 0px 40px;
	position: relative;
}
#per h3 span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 40px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #151515;
}
#per h3 span:after {
	content: '';
	position: absolute;
	right: -45px;
	bottom: 18px;
	width: 40px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #151515;
}
#per p.naiyou {
	text-align: center;
	margin-bottom: 20px;
	color: #888;
	line-height: 1.4;
}
#per table.list th, #per table.list td {
	text-align: center;
}
#per p.monney {
	text-align: center;
	margin-bottom: 20px;
}
#per p.monney span {
	font-size: 32px;
	color: #cfa972;
	margin-left: 5px;
	display: inline-block;
	font-family:"Sawarabi Mincho", serif;
}
.clear{
	clear: both;
	overflow: hidden;
}
/*-----------------------------------------------------------------*/
	/* subjects.html */
#subjects ul {
	float: left;
	width: 610px;
	overflow: hidden;
	padding-right: 20px;
}
#subjects ul li {
	background: #f0f0f0;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
	font-family:"Sawarabi Mincho", serif;
	margin-bottom: 20px;
}
#subjects ul li span.small {
	font-size: 13px;
	letter-spacing: 0;
}
/*-----------------------------------------------------------------*/
	/* gallery.html */
#gallery {
	background: none;
	color: #151515;
}
#gallery ul#guide_list {
	margin: 0px auto 80px;
}
#gallery ul.modal li {
	width: 220px;
	margin: 0px 20px 20px 0px;
	float: left;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 1.6em;
}
#gallery ul.modal li:nth-child(5n) {
	margin: 0px 0px 20px 0px;
}
#gallery ul.modal img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
/*-----------------------------------------------------------------*/
	/* recruit.html */
#recruit01 table.list {
	margin-bottom: 0px;
}
#recruit02 {
	background: #f0f0f0;
}
#recruit02 .wrap {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
#recruit02 .text_part {
	float: left;
	width: 700px;
	overflow: hidden;
}
#recruit02 h3 {
	font-family:"Sawarabi Mincho", serif;
	font-size: 32px;
	background: #fff;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: 8px solid #151515;
}
#recruit02 p {
	margin-bottom: 20px;
}
#recruit02 ul {
	list-style-type: disc;
	padding-left: 20px;
}
#recruit02 ul li {
	font-size: 15px;
	margin-bottom: 3px;
}
#recruit02 .img_part {
	float: right;
	width: 440px;
	overflow: hidden;
}
#recruit02 .img_part img {
	width: 100%;
	height: auto;
}
#recruit02 .wrap:nth-child(even) .text_part {
	float: right;
}
#recruit02 .wrap:nth-child(even) .img_part {
	float: left;
}
#recruit03 .three_wrap {
	width: 100%;
	margin-bottom: 40px;
}
#recruit03 .three_wrap:last-child {
	margin-right: 0px;
}
#recruit03 h3 {
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	font-family:"Sawarabi Mincho", serif;
}
#recruit03 h3 span {
	padding: 0px 40px;
	position: relative;
}
#recruit03 h3 span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 40px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #151515;
}
#recruit03 h3 span:after {
	content: '';
	position: absolute;
	right: -45px;
	bottom: 18px;
	width: 40px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #151515;
}
#recruit03 table.list, #recruit03 table.list th {
	text-align: center;
	margin-bottom: 20px;
}
p.total {
	margin-bottom: 40px;
	text-align: right;
}
p.total span {
	font-size: 32px;
	color: #cfa972;
	margin-left: 10px;
	display: inline-block;
	font-family:"Sawarabi Mincho", serif;
}
/*-----------------------------------------------------------------*/
	/* faq.html */
#faq dl {
	margin-bottom: 20px;
}
#faq dl p {
	padding: 20px 0px 20px 90px;
}
#faq dl span {
	width: 66px;
	height: 66px;
	line-height: 66px;
	float: left;
	text-align: center;
	font-size: 24px;
	font-family:"Sawarabi Mincho", serif;
}
#faq dl dt {
	transition: 0.3s;
	background: #f0f0f0;
	padding: 0 20px 0px 0px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
}
#faq dl dt span {
	background: #f19149;
	color: #fff;
}
#faq dl dd {
	display: none;
	padding: 0 20px 0px 0px;
}
#faq dl dd span {
	background: none;
	color: #151515;
}
#faq dl dt:hover {
	background: #e0e0e0;
}
#faq dl dt:after {
	content: '▼';
	position: absolute;
	top: 20px;
	right: 20px;
	color: #565656;
}
#faq dl dt.active:after {
	content: '▲';
}
/*-----------------------------------------------------------------*/
	/* contact.html */

.d_text.no_sales{
	color: #E70F12;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	border: 5px double #E70F12;
	width: 980px;
	margin: 0 auto 30px;
}

/*-----------------------------------------------------------------*/
	/* company.html */
#company {
	padding-bottom: 20px;
}
#company h3 {
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}
#company h3 span {
	padding: 0px 40px;
	position: relative;
}
#company h3 span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 40px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #151515;
}
#company h3 span:after {
	content: '';
	position: absolute;
	right: -45px;
	bottom: 18px;
	width: 40px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #151515;
}
table.list {
	overflow: hidden;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}
table.list th {
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 12px 20px;
	width: 200px;
	background: #f8f8f8;
}
table.list td {
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 12px 20px;
	background: #fff;
}
/*-----------------------------------------------------------------*/
	/* policy.html */
.policy_wrap {
	width: 980px;
	margin: auto;
	padding: 50px 50px;
	background: #f7f7f7;
	border-radius: 4px;
}
.policy_wrap h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.policy_wrap p {
	margin-bottom: 40px;
}
.policy_wrap ul {
	margin-bottom: 40px;
}
.policy_wrap ul.p_list2 {
	padding-left: 20px;
}
/*-----------------------------------------------------------------*/
	/* WardPress */

#article_part {
	width: 72%;
	overflow: hidden;
	float: left;
}
#article_part article {
	width: 96%;
}
#topics article:nth-child(4n) {
	margin: 0px 0px 20px 5px;
}
#sidebar {
	width: 24%;
	overflow: hidden;
	float: right;
}
#sidebar h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#sidebar ul {
	overflow: hidden;
	margin-bottom: 40px;
}
#sidebar ul li {
	margin-bottom: 10px;
}
.single p.date {
	width: auto;
	margin-right: 20px;
	margin-top: 4px;
}
.single p.category {
	position: inherit;
	left: 0;
	top: 0;
}
.single p.category span a {
	background: #f0f0f0;
}
.single p.category span a:hover {
	background: #f19149;
}
.single img {
	max-width: 849.6px;
	height: auto;
	margin-bottom: 40px;
}
.single h2 {
	padding: 20px 0px 10px;
	border-bottom: 3px double #151515;
	font-size: 24px;
	margin-bottom: 40px;
	clear: both;
}
.single .single_wrap {
	margin-bottom: 40px;
}
div.wp-pagenavi {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 30px 0px 20px 0px;
	margin: 0px auto 20px;
}
div.wp-pagenavi span.current {
	display: inline;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
	margin: 0px 5px;
	background-color: #434343;
}
div.wp-pagenavi a {
	display: inline;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding: 10px 15px;
	margin: 0px 5px;
	background: #8c8c8c;
}
#job p.caution{
	margin-top: 40px;
	text-align: center;
}