/* ----------------------------------base */
body {
	width: 960px;
	margin: 10px auto;
	color: #444;
	font-family: 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',verdana,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	word-wrap:break-word;
	overflow-wrap:break-word;
    word-break: break-all;
}

header, nav, article, aside, section, footer, address {
	font-family: 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',verdana,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1 {
	font-size: 16px;
	margin: 0;
}

h2 {
	margin-left: 20px;
	border-bottom: 1px solid #ccc;
}

h3 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	padding: 10px;
	margin-left: 1em;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #444;
}

a:hover,
a:active {
	text-decoration: underline;
}

/* layout */
article {
	float: right;
	width: 700px;
	padding: 30px 0;
}

aside {
	float: left;
	width: 230px;
	padding: 30px 0;
}

footer {
	clear: both;
	background-color: #ccc;
}

.txt-R {
	text-align: right;
}

.txt-C {
	text-align: center;
}

/* listlink */
.link-detail{
	clear: both;
	text-align: right;
}

.link-detail a{
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

.link-content a{
	background: url(../images/link_arrow.gif) no-repeat scroll left;
	padding-left: 20px;
}

/* pageNavi */
ul.pageNavi {
	padding-top: 30px;
	clear: both;
	text-align: center;
}

ul.pageNavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.pageNavi li span,
ul.pageNavi li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	border: 4px solid #e6e6e6;
	vertical-align: middle;
}

ul.pageNavi li a:hover {
	background: #e6e6e6;
}

/* button */
.btn01 {
	border: solid 1px #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
    color: #000;
	padding: 10px 10px 10px 10px; 
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	text-align: center;
	background-color: #f4f5f5;
		background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
		background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
	display: block;
}

.btn01:hover {
	text-decoration: none;
	border: solid 1px #aaa;
	background-color: #eee;
		background-image: -webkit-linear-gradient(top, #eee, #d1cfcf);
		background-image: -moz-linear-gradient(top, #eee, #d1cfcf);
	background-image: linear-gradient(to bottom, #eee, #d1cfcf);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee, endColorstr=#d1cfcf);/* 16進数の色を3桁にすると、有効にならない */
}

/* clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


/* ----------------------------------header */
header div.header-top {
/*	margin-top: 50px; */
/* 	margin-top: 20px;
	padding: 0 0 30px 0; */
	padding: 0 0 15px 0;
	overflow: hidden;
	position: relative;
}

header div.logo {
	float: left;
/*	padding: 10px 30px 0 15px; */
	padding: 0 10px 0 10px;
}

header h1 {
	float: left;
	margin: 0;
	line-height: 1.2;
	font-size: 28px;
	padding: 0 0 0 0;
}

header h1 span {
	display: block;
	font-size: 18px;
}

header h1 a:link,
header h1 a:visited,
header h1 a:hover {
	text-decoration: none;
}

header div.tel {
	float: right;
}

header dl {
	text-align: right;
	margin: 0 0 5px 0;
	line-height: 1.2;
}

header dt,
header dd {
	display: inline;
	margin: 0;
}

header em {
	font-size: 1.5em;
	font-style: normal;
}

header div.mainvisual {
	position: relative;
}

header div.mainvisual:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 5px;
	content:"";
		background-image: -moz-linear-gradient(top, #000, transparent);
		background-image: -webkit-linear-gradient(top, #000, transparent);
		background-image: -ms-linear-gradient(top, #000, transparent);
	background-image: linear-gradient(to bottom, #000, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#d1cfcf);
	opacity: 0.2;

}

header div.mainvisual p {
	position: absolute;
	top: 70px;
	left: 50px;
	font-size: 24px;
}

/* nav */
header nav {
	box-shadow: 0 5px 3px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.2); /* Firefox用*/
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2); /* Google Chrome, Safari用*/
	box-shadow: 0 2px 3px rgba(0,0,0,.2); /* CSS3*/
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	text-align: center;
	clear: both;
	z-index: 100;
	margin-top: -15px;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: auto;
}

header nav ul li {
	display: block;
	float: left;
/* 	width: 15%; */
	width: 10%;
}

header nav ul li.category-about,
/* header nav ul li.category-job { */
header nav ul li.category-job,
header nav ul li.category-offer,
header nav ul li.category-active,
header nav ul li.category-koukai {
	width: 18%;
}

/* 
header nav ul li.category-offer {
	width: 19%;
}
*/

header nav ul li a{
	display: block;
	background-color: #fff;
	padding-top: 20px;
	min-height: 36px;
	border-bottom: 4px solid #fff;
	border-left: solid 1px #ccc;
}

header nav ul li:first-child a {
	border-left: none;
}

nav ul li a:hover,
body.category-top nav ul li.category-top a,
body.category-about nav ul li.category-about a,
body.category-job nav ul li.category-job a,
body.category-offer nav ul li.category-offer a,
body.category-active nav ul li.category-active a,
body.category-koukai nav ul li.category-koukai a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 4px solid #444;
}


/* ----------------------------------footer */
footer {
	position: relative;
	padding: 15px;
	font-size: 12px;
}

footer p {
	clear: both;
	margin: 0;
}

footer p+p {
	display: inline;
	margin-top: 5px;
}

footer dl {
	display: inline;
	margin: 0 0 0 15px;
	clear: both;
}

footer dt {
	display: inline;
	width: 2.5em;
	line-height: 2em;
}

footer dd {
	display: inline;
	margin-left: 0;
}

footer dd+dt {
	margin-left: 5px;
}

footer ul {
	position: absolute;
	right: 15px;
	top: 15px;
	margin: 0;
}

footer li {
	list-style-type: none;
	display: inline;
	padding-left: 20px;
}


/* ----------------------------------aside */
body.category-top aside section h1 {
	padding: 5px 10px;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}

/* aside sub-nav */
aside section.sub-nav h1 {
	padding: 30px 30px 30px 10px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #cbcbcb;
	font-size: 18px;
	color: #fff;
}

aside section.sub-nav ul {
	margin: 0;
	padding: 0;
}

aside section.sub-nav li {
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #cbcbcb;
	list-style: none;
}

aside section.sub-nav li {
	border-width: 0 1px 1px 0;
}

aside section.sub-nav li a {
	display: block;
	padding: 20px 30px 20px 10px;
	font-size: 18px;
	background: url(../images/link_arrow_s.png) no-repeat 200px center;
}

body.sub-00 aside section.sub-nav li.sub-00 a,
body.sub-01 aside section.sub-nav li.sub-01 a,
body.sub-02 aside section.sub-nav li.sub-02 a,
body.sub-03 aside section.sub-nav li.sub-03 a,
body.sub-04 aside section.sub-nav li.sub-04 a,
body.sub-05 aside section.sub-nav li.sub-05 a,
body.sub-06 aside section.sub-nav li.sub-06 a,
body.sub-07 aside section.sub-nav li.sub-07 a,
body.sub-08 aside section.sub-nav li.sub-08 a,
body.sub-09 aside section.sub-nav li.sub-09 a,
body.sub-10 aside section.sub-nav li.sub-10 a,
body.sub-11 aside section.sub-nav li.sub-11 a,
body.sub-12 aside section.sub-nav li.sub-12 a,
body.sub-13 aside section.sub-nav li.sub-13 a,
body.sub-14 aside section.sub-nav li.sub-14 a,
body.sub-15 aside section.sub-nav li.sub-15 a,
body.sub-16 aside section.sub-nav li.sub-16 a,
body.sub-17 aside section.sub-nav li.sub-17 a,
body.sub-18 aside section.sub-nav li.sub-18 a,
body.sub-19 aside section.sub-nav li.sub-19 a,
body.sub-20 aside section.sub-nav li.sub-20 a {
	background: url(../images/link_arrow.gif) no-repeat 200px center;
}

/* aside banner */
aside section.banner ul,
aside section.banner li {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside section.banner li a {
	display: block;
	margin-bottom: 3px;
	color: #606060;
}

aside section.banner li a:hover img,
aside section.banner li a:active img {
	filter: alpha(opacity=60);
	opacity: 0.8;
	background: #fff;
}

/* aside banner-other */
aside section.banner-other ul {
	padding: 0;
}

aside section.banner-other ul li {
	list-style: none;
	margin-bottom: 10px;
}

aside section.banner-other li img {
	max-width: 100%;
}

/* aside info */
body.category-top aside section div {
	padding: 0 14px;
	border: solid 1px #b3b3b3;
	word-wrap: break-word;
}

body.category-top aside section dl {
	margin: 0;
	clear: both;
}

body.category-top aside section dt {
	float: left;
	width: 2.5em;
	padding-top: 0.2em;
}

body.category-top aside section dt img {
	padding-left: 3px;
}

body.category-top aside section dd {
	float: left;
	margin-left: 0;
	font-size: 20px;
}

body.category-top aside section p {
	clear: both;
	font-size: 14px;
}

body.category-top aside section dl+p {
	padding-top: 10px;
}

.clear{
	clear: both;
}

.mapTrim {
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
	border:0;
}
.mapTrim img {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:250%;
	height:auto;
}


/* ----------------------------------article */

/* mainmenu */
article section h1 {
	padding: 5px 10px;
	color: #fff;
	clear: both;
}

article section h3 {
	clear: both;
}

article section p,
article section li,
article section dt,
article section dd {
	line-height: 1.6;
}

article section.mainmenu ul {
	padding: 0 0 0 5px;
	margin: 0;
	overflow: hidden;
}

article section.mainmenu ul li {
	float: left;
	width: 218px;
	display: inline;
	margin: 0 0 15px 5px;
	border: solid 1px #ccc;
	background: #fff;
	list-style: none;
		-webkit-box-shadow: 0 2px 2px #ccc;
		-moz-box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
}

article section.mainmenu ul li span {
	display: block;
	padding: 0.5em;
}

article section p {
	margin-left: 20px;
}

article section p em {
	font-weight: bold;
	font-style: normal;
}

section+section {
/*	margin-top: 60px; */
	margin-top: 30px;
}


/* ----------------------------------block */

/* block-a-1 */
 article section.block-a-1 p img {
	display: inline;
	float: left;
	margin: 0 15px 15px -20px; 
/* div.block-a-1 {
    margin-top: 16px; */
/*    margin-left: 20px;  */
}

article section.block-a-1 div em {
    font-style: italic;
}

article section.block-a-1 div img {
	display: inline;
	float: left;
	margin: 5px 15px 15px 15px;
}

article section.block-a-1 div img.right {
    margin-right: -2px;
}

article section.block-a-1 div img.left {
    margin-left: -20px;
}

/* block-a-2 */
/* article section.block-a-2 p img {
	display: inline;
	float: right;
	margin: 0 0 15px 0; */
article section.block-a-2 div img {
	display: inline;
	float: right;
	margin: 0 0 15px 0;
}

/* block-a-3 */
/*article section.block-a-3 p span {
	display: block;
/*	text-align: center;
	margin: 30px 0;
} */
article section.block-a-3 div span {
	display: block;
	text-align: center;
	margin: 30px 0;
}

article section.block-a img {
	padding: 0px 15px 0px 15px;
}

/* block-b-1 */
article section.block-b-1 ul {
	margin-left: 10px;
	padding-left: 0;
}
article section.block-b-1 p+ul {
	background-image: url(../images/list_line01.png);
	background-repeat: repeat-x;
	background-position: left top;
}


article section.block-b-1 li {
	list-style: none;
	background-image: url(../images/list_line01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	clear: both;
	overflow: hidden;
}

article section.block-b-1 li span {
	display: block;
	width: 120px;
	float: left;
}

/* 20211213 修正テーマNo2：修正対象候補・対応中\新しい実装 */
article section.block-b-1 li span.block-b-new-mark {
	display: inline-block;
    width: auto;
    padding: 0 10px;
    background-color: #ff2f4f !important;
    color: white !important;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 13px;
	float: none;
}

article section.block-b-1 li span+a {
	display: block;
	float: left;
	width: 550px;
	text-align: justify;
	text-justify: inter-ideograph;
}

article section.block-b-1 li span+div {
	display: block;
	float: left;
	width: 550px;
	text-align: justify;
	text-justify: inter-ideograph;
}

article section.block-b-1 li a.no_date_message,
article section.block-b-1 li div.no_date_message {
	display:block;
	float:left;
	width:600px;
	text-align: justify;
	text-justify: inter-ideograph;
}


article section.block-b-1 li span+a+a,
article section.block-b-1 li span+div+a,
article section.block-b-1 li a.no_date_message+a,
article section.block-b-1 li div.no_date_message+a {
	display: block;
	float: right;
	width: 30px;
	text-decoration:underline;
}

article section.block-b-1 p.getAdobe {
	margin-top: 30px;
	font-size: 12px;
}

article section.block-b-1 p.getAdobe span {
	display: block;
	margin-top: 10px;
}

/* block-b-2 */
article section.block-b-2 ul {
	margin-left: 10px;
	padding-left: 0;
}
article section.block-b-2 p+ul {
	background-image: url(../images/list_line01.png);
	background-repeat: repeat-x;
	background-position: left top;
}


article section.block-b-2 li {
	list-style: none;
	background-image: url(../images/list_line01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	clear: both;
	overflow: hidden;
}

article section.block-b-2 li span {
	display: block;
	width: 120px;
	float: left;
}

/* 20211213 修正テーマNo2：修正対象候補・対応中\新しい実装 */
article section.block-b-2 li span.block-b-new-mark {
	display: inline-block;
    width: auto;
    padding: 0 10px;
    background-color: #ff2f4f !important;
    color: white !important;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 13px;
	float: none;
}

article section.block-b-2 li span+a {
	display: block;
	float: left;
	width: 550px;
	text-align: justify;
	text-justify: inter-ideograph;
}

article section.block-b-2 li span+div {
	display: block;
	float: left;
	width: 550px;
	text-align: justify;
	text-justify: inter-ideograph;
}

article section.block-b-2 li a.no_date_message,
article section.block-b-2 li div.no_date_message {
	display:block;
	float:left;
	width:600px;
	text-align: justify;
	text-justify: inter-ideograph;
}

article section.block-b-2 li span+a+a,
article section.block-b-2 li span+div+a,
article section.block-b-2 li a.no_date_message+a,
article section.block-b-2 li div.no_date_message+a {
	display: block;
	float: right;
	width: 30px;
	text-decoration:underline;
}

article section.block-b-2 p.getAdobe {
	margin-top: 30px;
	font-size: 12px;
}

article section.block-b-2 p.getAdobe span {
	display: block;
	margin-top: 10px;
}


/* block-c */
.block-c {
	clear: both;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}

article section.block-c dt {
	font-weight: bold;
	margin-top: 4em;
	margin-bottom: 1em;
	color: #666;
}

article section.block-c dd {
	padding-top: 6px;
}

article section.block-c dt.separator {
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

article section.block-c dt:first-child {
	margin-top: 0;
	padding-top: 6px;
	border-top: 0;
}

article section.block-c dt .mark {
	font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

article section.block-c dt:not(:first-child) .mark {
  top: 34px;
}

article section.block-c dd .mark {
	font-size: 28px;
  line-height: 1;
	font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

article section.block-c dt,
article section.block-c dd {
	margin-left: 20px;
	padding-left: 3em;
  position: relative;
}

article section.block-c dd span.note {
	display: block;
	margin: 1em 0 1.5em 2.5em;
	text-align: right;
	padding-right: 30px;
}

article section.block-c dd span.note img {
	padding-left: 10px;
	vertical-align: bottom;
}

article section.block-c p.getAdobe {
	margin-top: 30px;
	font-size: 12px;
}

article section.block-c p.getAdobe span {
	display: block;
	margin-top: 10px;
}


/* block-d */
article section.block-d table {
	border-collapse: collapse;
	margin: 0 auto 20px;
	width: 700px;
	font-size: 14px;
}

article section.block-d table th {
	padding: 10px;
	text-align: left;
	width: 200px;
	font-weight: normal;
}

article section.block-d table th .required {
	float: right;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

article section.block-d table td {
	padding: 10px;
}

article section.block-d table td input.name {
	width: 80px;
}

article section.block-d table td input.kana, companykana {
	width: 100px;
}
article section.block-d table td input.zip1 {
	width: 50px;
}

article section.block-d table td input.zip2 {
	width: 80px;
}

article section.block-d table td input.address {
	width: 400px;
}

article section.block-d table td input.tel {
	width: 50px;
}

article section.block-d table td input.email {
	width: 300px;
}

article section.block-d table td textarea.comment {
	height: 200px;
	width: 400px;
}

article section.block-d div.submit {
	margin-bottom: 140px;
	text-align: center;
}

article section.block-d div.submit input {
	display: inline;
	width: 150px;
	margin: 0 40px;
}

article section.block-d p span {
	color: #f00;
}


/* block-e */
article section.block-e table {
	border-collapse: collapse;
	margin: 30px 0 20px 20px;
	width: 680px;
}

article section.block-e table td {
	padding: 10px;
}

article section.block-e table td span {
	display: block;
	float: left;
	width: 500px;
	padding-top:7px;
}

article section.block-e a.btn01{
	display: block;
	float: right;
	width: 120px;
	padding: 5px;
	font-size: 16px;
}

article section.block-e p.getAdobe {
	margin-top: 30px;
	font-size: 12px;
}

article section.block-e p.getAdobe span {
	display: block;
	margin-top: 10px;
}

/* block-f */
div.block-f {
    margin-left: 20px;
}

section.block-f section{
    clear: both;
}

/* article section.block-f h2 { */
article section.block-f h3 {
	padding: 10px;
	margin-left: 1em;
	margin-top: 40px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	clear: both;
}

/* block-g */
.block-g table {
	border-collapse: collapse;
	margin: 0 auto 20px;
	width: 700px;
	font-size: 14px;
}

.block-g table th {
	padding: 10px;
	text-align: left;
	width: 200px;
	font-weight: normal;
}

.block-g table th .required {
	float: right;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.block-g table td {
	padding: 10px;
}

.block-g table td input.name, input.kana,input.gotantou,input.address,input.anken,input.detail,input.workplace,input.workaddress,input.detail {
	width: 400px;
}

.block-g table td input.zip1 {
	width: 50px;
}

.block-g table td input.zip2 {
	width: 80px;
}

.block-g table td input.time {
	width: 80px;
}


.block-g table td input.tel {
	width: 50px;
}

.block-g table td input.email {
	width: 300px;
}

.block-g table td.pdfdl {
	width: 50px;
}


.block-g table td textarea.comment {
	height: 200px;
	width: 400px;
}

.block-g div.submit {
	margin-bottom: 140px;
	text-align: center;
}

.block-g div.submit input {
	display: inline;
	width: 150px;
	margin: 0 40px;
}

.block-g p span {
	color: #f00;
}

.block-g table th {
    background: none repeat scroll 0 0 #ffe6d7;
    border-top: 1px dotted #fd7d00;
	border-bottom: 1px dotted #fd7d00;
	margin-top: 1px;
}
.block-g table td {
    border-top: 1px dotted #fd7d00;
	border-bottom: 1px dotted #fd7d00;
}

.block-g table th .required {
	background-color: #fd7d00;
}

/*
article section.block-f div.fleft {
	float: left;
}

article section.block-f div.fcenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

article section.block-f div.fright {
	float: right;
}*/

article section.block-f img {
}


article section.block-f img.lleft {
	display: inline;
	float: left;
	max-width: 480px;
	margin: 0 15px 15px 0;
}

article section.block-f img.lcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	margin: 0 0 15px 15px;
}

article section.block-f img.lright {
	display: inline;
	float: right;
	max-width: 480px;
	margin: 0 0 15px 15px;
}

article section.block-f img.left {
	display: inline;
	float: left;
	max-width: 218px;
	margin: 0 15px 15px 0;
}

article section.block-f img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 218px;
	margin: 0 0 15px 15px;
}

article section.block-f img.right {
	display: inline;
	float: right;
	max-width: 218px;
	margin: 0 0 15px 15px;
}

article section.block-f div.centerall {
	width: 680px;
}
article section.block-f div.smallmain {
	width: 449px;
}
article section.block-f div.smallblank {
	width: 231px;
}
article section.block-f div.largemain {
	width: 580px;
}
article section.block-f div.largeblank {
	width: 100px;
}

article section.block-f div.clear {
	clear: both;
}

/* 各ページ共通最下部表示 */
article p.getAdobe {
	margin-top: 70px;
	font-size: 12px;
}

article p.getAdobe span {
	display: block;
	margin-top: 10px;
}

/* 2024/3/28 直前のfloatによる回り込み設定を解除 */
.clear-float {
  clear: both;
}

/* 2024/5/10 pタグの前マージンを打ち消し */
.ck-content p {
  margin: 0 0 10px;
}