@charset "utf-8";


/*
アイコン作成　https://sozai.cman.jp/
*/

html, body, div, span, h1, h2, h3, p, a, img, ol, ul, li, dl, dt, dd, table, tr, td, hr {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

html{
	font-size: 62.5%;
	line-height: 1.8;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', YuGothic, sans-serif;
}

body { font-size: 1.8em; }

h1 { font-size: 120%; }

h2, h3 { font-size: 110%; }

img {
	max-width: 100%;
	height: auto;
	float: none;
}

p { margin: 1.5em 0; }

a:link  { color: #0000DE;  font-weight: bold; text-decoration: none; }
a:visited { color: #000000; font-weight: normal; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:hover { color: #999; text-decoration: underline; }

#top_block {
	max-width: 100%;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
	margin-bottom: 1em;
	font-size:0.7em;
	text-align: center;
}

#top {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 1em;
}

#top .logo {
	max-width: 150px;
	max-height: 45px;
	float: left;
}

#top a,
#menu,
#contents h2 a,
.apply_btn a{
	display: block;
}

#top .desktop {
	text-align: right;
	vertical-align:top;
	margin-bottom: 1em;
	line-height: 1.3;
}

#top .tel_sub {
	font-size: 80%;
}

#top .tel { font-size: 150%;}

#top .mobile,
#menu_label span {
	display: none;
}

#menu ul.list {
	width: 800px;
	margin: 0 auto;
	display:table;
	table-layout: fixed;
}

#menu ul.list li {
	display:table-cell;
	height: 3em;
	vertical-align:middle;
	background: #f5f5f5;
	font-size:90%;
	border: 1px solid #ccc;
	text-align: center;
}

#menu_box {
	visibility: hidden;
	position: absolute;
}
#menu_box {
	visibility: hidden;
	position: absolute;
}

#contents{
	max-width: 800px;
	margin: 0 auto;
}

#contents p{ clear: both; }

#contents_block{
		max-width: 800px;
		margin-bottom: 1em;
		padding: 1.5em;
		border: solid #ccc 1px;
		clear:both;
	}

#bread ol { margin-bottom: 1em; }

#bread ol li {
	display: inline;
	font-size:0.8em;
	margin-bottom: 1em;
}

#bread ol li a:after {
	margin-left: 0.5em;
	content:"»";
}

#bread ol li a.end{
  pointer-events:none;
  color:#000000;
  font-weight:normal;
}

#bread ol li a.end:after {
	content:none;
}

#contents h1 {
	border-left: solid 6px #FC0;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	background: #f5f5f5;
	clear:both;
}
/*
#contents h2 {
	width: 40%;
	padding: 0.5em;
	margin: 1em 1em 2em 1em;
	text-align:center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #E4E4E4;
	box-shadow: 0 3px 1px 0  #333;
	background: #fff url(arrow.svg)  no-repeat;
	background-size: 20px;
	background-position: 95% 50%;  
	float:left;
}*/

#contents .tittle{
	color: #000080;
	font-size: 110%;
	font-weight: bold;
	border-bottom: dashed 1px #ccc ;
	padding-bottom: 1em;
	margin-bottom: 1em;
	clear: both;
}

#contents_block table {
	width:100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #336699;
}

#contents_block table thead th {
	border: 1px solid #336699;
	border-bottom: none;
	background: #336699;
	padding: 1em;
	color: #fff;
}

#contents_block table tbody th {
	padding: 1em;
	border-bottom: 1px solid #336699;
	background: #f5f5f5;
}

#contents_block table td {
	padding: 1em;
	border: 1px solid #336699;
}

.apply_block {
	max-width: 800px;
}

.apply_btn {
	width: 25%;
	padding: 1em;
	margin: 0 0 1em 1em;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #bbb;
	box-shadow:0 -3px 0 0 #ddd inset;
	background:#f5f5f5 url(arrow.svg)  no-repeat;
	background-size: 20px;
	background-position: 90% 50%; 
	float:left;
}

.tel {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

#footer {
    max-width: 100%;
	font-size: 0.8em;
	clear:both;
}

#sitemap {
    max-width: 100%;
	background: #f5f5f5;
	margin-bottom: 1em;
	border: solid #FC0;
	border-width: 1px 0;
}

#sitemap_block {
	width: 800px;
	margin: 0 auto;
	display:table;
	table-layout: fixed;
}


#sitemap dl{
	display: table-cell;
	line-height: 3em;
	padding: 1em 0;
}

#sitemap dt {
	font-weight:bold;
	color: #333;
}

#sitemap dd { letter-spacing: -0.1em; }

#sitemap dd a{ font-weight:normal; }

#sitemap dd:before {
	margin-left: 0.5em;
	content:">";
	color:#f00;
	letter-spacing: 0.5em;
}

#footer ul{
	width: 800px;
	display:table;
	table-layout: fixed;
	margin: 0 auto;
	margin-bottom: 1em;
}

#footer li{
	display:table-cell;
	text-align: center;
}

#copyright {
    max-width: 100%;
	background: #f5f5f5;
	padding: 1em;
	text-align: center;
}

.dash {
	border: dashed 1px #ccc ;
	margin: 1em 0;
}

.clear { clear:both; }

.right {text-align: right;}
