@charset "utf-8";

/* 共通
----------------------------------------------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
  
/* 背景設定 */
body {
	border-top:5px solid #00489d;
}

/* レイアウト設定 */
article {
	margin-bottom:2rem;
}

#top article {
	margin-bottom:0;
}

/* 画像設定 */
a:hover img {
	opacity: 0.5;
}

/* リンク設定 */
a,
.breadcrumbs a {
  color: #00489d;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #346473; }
  a img {
    border: 0;
}

/* カラー設定 */
.red {
	color: #ec5840;
}
.gray {
	color: #666666;
}

.blue {
	color: #00489d;
}

.green {
	color:#10c200;
}

.orange {
	color:#ffae00;
}

/* サイズ設定 */
.big {
	font-size: 1.4rem;
}

.big2 {
	font-size: 1.2rem;
}

.big3 {
	font-size: 2rem;
}

.big4 {
	font-size: 9rem;
}

.mini {
	font-size:0.85rem;
	font-weight:normal;
}

.mini2 {
	font-size:0.75rem;
}

/* キャッチコピー */
.copy {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
	font-size:1.5rem;
}

.copy2 {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
	font-size:1.3rem;
}

@media only screen and (max-width: 29.938em) {
article .copy {
	font-size:1.1rem;
}
}

/* 引用設定 */
article blockquote {
	background-color:#F2F2F2;
	border-left:none;
	padding:1rem 1rem 0.5rem;
}

article blockquote p {
	color:#333;
}

/* マーカー設定 */
.marker {
	background: linear-gradient(transparent 60%, #66adff 60%);
}

.marker2 {
	background: linear-gradient(transparent 60%, #fdff83 60%);
}

/* パネル設定 */
.panel {
	border-radius:10px;
}

.panel .button {
	margin-bottom:0;
}

/* 引用リスト設定 */
blockquote ol{
  counter-reset:number;
  list-style:none;
  margin:0;
  padding:0;
}

blockquote ol li {
	margin-bottom:0.5rem;
}

blockquote ol li:before{
  counter-increment: number;
  content: counter(number);
}

.maru li:before {
  float: left;
  background: #ffae00;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-right:0.5rem;
}

/* Q and A 指定 */
dd{
	margin-left: 1.5rem;
	text-indent: -1.6em;
}

.question dt{
	border-bottom: 3px solid #00489d;
}

.question dt::before {
	content: "Q";
	color: #000;
	text-align: center;
	font-size: 140%;
	margin-right:0.5rem;

}

.question dd::before {
	content: "A";
	color: #364ba8;
	font-size: 140%;
	font-weight: bold;
	margin-right:0.5rem;

}

@media (pointer: fine),
(hover: hover) {
	a:where([href^="TEL:"]) {
		pointer-events: none;
	}

	a:where([href^="tel:"]) {
		pointer-events: none;
	}
}

.vpc767_in {
	display: inline !important;
}

.vsp767 {
	display: none !important;
}

.vsp767_in {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.vsp767 {
		display: block !important;
	}

	.vsp767_in {
		display: inline !important;
	}

	.vpc767,
	.vpc767_in {
		display: none !important;
	}
}

.no-link{
	pointer-events: none;
}

/* ボタン設定
----------------------------------------------------------------------------------------------------*/
button.small, .button.small {
    padding-top: 0.625rem;
    padding-right: 2rem;
    padding-bottom: 0.625rem;
    padding-left: 2rem;
    font-size: 0.875rem;
		background-color: #00489d;
}

button.small b, .button.small b {
	font-size:1.2rem;
	font-weight:normal;
}
  .button.success {
    background-color: #00489d;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #dff0ff;
      color: #fefefe; }
	
/* ヘッダー
----------------------------------------------------------------------------------------------------*/

.title-bar {
  background: #FFFFFF;
  color: #333333;
  padding: 0.5rem; 
}

.top-bar-right{
	margin-top: 1.5rem;
}

.top-bar,
.top-bar ul {
  background-color: #dff0ff; }

body.f-topbar-fixed {
	padding-top: 0;
}

#hcontact {
	padding-top: 2rem;
}

#hcontact p {
	margin-bottom:1rem;
}

#hmail {
	padding-top: 2rem;
}

#hmail p {
	margin-bottom:0;
}

#hmail span {
	margin-left:0.5rem;
}

#hmail .button {
	font-weight:bold;
	margin-bottom:0;
}


@media only screen and (max-width: 47.938em) {
.title-bar {
  padding: 0 0.5rem 0.5rem; 
}

#head1 {
	display: none;
}
#head2 {
	margin-bottom: 0;
	border-bottom: 1px solid #CCC;
}

#head2 h1 {
	margin-right:1rem;
	margin-bottom:0;
}

#head2 .top-bar-right {
	margin-top:1.5rem;
}

#hscontact {
	margin-top:1rem;
}

#hscontact span {
	margin-left:0.5rem;
}
}

@media only screen and (max-width: 29.938em) {
.title-bar {
  padding: 1rem 0.5rem; 
}
	
#head2 .top-bar-right {
	margin-top:0.5rem;
}
}

@media only screen and (min-width: 48em) {
#head2 {
	display: none;
}

#head1 h1 {
	margin-top: 25px;
	margin-bottom:17px;
	font-size: 0;
}
}

/* グローバルナビ
----------------------------------------------------------------------------------------------------*/
#head1 nav {
	border-top:1px solid #00489d;
	border-bottom:1px solid #00489d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #00489d), color-stop(0.00, #dff0ff));
	background: -webkit-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -moz-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -o-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -ms-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: linear-gradient(to bottom, #dff0ff 0%, #00489d 59%);
}

#head1 .button.secondary {
	background-color:rgba(0,0,0,0.00);
	border-bottom: none;
	border-top: none;
	color: #FFF;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight:bold;
    position: relative;
}

#head1 .button.secondary:before,
#head1 li:last-child .button.secondary:after {
	height: 100%;
	content:"";
	display:block;
	width:1px;
	background: #00489d;
}

#head1 .button.secondary:before {
	position: absolute;
	top:0;
	left:0;
}

#head1 li:last-child .button.secondary:after {
	position: absolute;
	top:0;
	right:0;
}

#head1 .button.secondary:hover, #head1 .button.secondary:focus {
	background-color: #00489d;
	color: #fefefe; }
	
#head1 .button.small {
    padding-top: 1.025rem;
    padding-right: 0.2rem;
    padding-bottom: 1.125rem;
    padding-left: 0.2rem;
    font-size: 0.875rem;
}

#head1 .button-group .button {
    margin-bottom: 0;
}

@media only screen and (max-width: 47.938em) {
	#globalmenu .button-group .button {
		background-color: #00489d;
		color: #FFF;
	}
	#globalmenu .button-group .button.hollow {
		border: 1px solid #00489d;
	}
	#globalmenu .button-group .button:hover,
	#globalmenu .button-group .button:focus {
    background-color: #dff0ff;
    color: #fefefe;
	}
}

/* フッター
----------------------------------------------------------------------------------------------------*/
#footer {
	background-color:#dff0ff;
	border-top: 1px solid #DDDDDD;
	margin-bottom: 0;
	padding: 2rem 0 0;
}

p#navi-foot {
	border-top:1px solid #CCC;
	margin-left:0;
	margin-top:1rem;
	padding-top:1rem;
}

#navi-foot span {
	margin-left:1.3rem;
	margin-right:1rem;
	padding-left:1.2rem;
}

#navi-foot span a:before {
  font-family: FontAwesome;
  color: #dff0ff;
  content: '\f138';
  margin-right:0.8rem;
}

#footer p {
	font-size: 0.875rem ;
}

#footer .button {
	margin-bottom: 0;
}

@media only screen and (max-width: 29.938em) {
#foot-comp p span {
	display:inline-block;
	margin-left:0;
}
}

/* コピーライト表記 */
.copyright {
	background-color: #00489d;
	color: #FFF;
	font-size: 70%;
	padding:0.2rem;
	text-align: center;
}

/* ページ先頭 */
#ptop {
	width:40px;
	height:40px;
	background:#00489d;
	opacity:0.8;
	position:fixed;
	right:5px;
	bottom:10px;
	cursor:pointer;
	z-index:200;
}

#ptop:hover {
	opacity:1;
}

#ptop a {
	padding:20px 10px 5px;
	color:#fff;
	font-size:8pt;
	text-decoration:none;
	position:relative;
	top:16px;
	left:0;
	z-index:10;
}

#ptop:after {
    content: ' ';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#fff;
    position:absolute;
    top:5px;
    left:15px;
}

@media only screen and (max-width: 47.938em) {
#ptop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	cursor: pointer;
	opacity: 1;
}

.bodtop {
	border-top:1px solid #CCC;
	margin-top:1rem;
}

.bodtop img {
	padding:1rem 0;
}
}

#ptop img {
	border: none;
}

/* トップ：メインイメージ
----------------------------------------------------------------------------------------------------*/
#mainb {
	border-top:1px solid #CCC;
	text-align: center;
}

#mainb h1 {
	margin:0;
	padding:0;
}

#mainb2 {
	border-top:3px solid #999;
	text-align: center;
}

#mainb2 h1 {
	margin:0;
	padding:0;
}

/* トップ：アバウト
----------------------------------------------------------------------------------------------------*/
#top-about {
	background-color: #FFF;
	padding:1rem 0;
}

#top-about p.copy {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}

/* トップ：コンテンツ
----------------------------------------------------------------------------------------------------*/
#top-contents {
	background-color: #00489d;
	padding-top:2.5rem;
	padding-bottom:1rem;
}

#top-contents a {
	color:#333;
}

#top-contents .contents-box {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom:1.5rem;
	padding-bottom:0.5rem;
	text-align:center;
}

#top-contents .contents-box h4 {
	margin-bottom:0;
}

#top-contents .contents-box .mini {
	color:#00489d;
}

.banner-marginbottom{
	margin-bottom: 20px;
}

@media only screen and (max-width: 29.938em) {
#top-contents .contents-box h4 {
	font-size: 1.7rem;
}
}

/* トップ：ニュース
----------------------------------------------------------------------------------------------------*/
#top-info {
	background-color:#dff0ff;
	padding:0 0 1rem;
}

#top-info h3 {
	margin-top:2rem;
	margin-bottom:2rem;
	text-align:center;
}

#top-info h3 span {
	border-top:3px solid #00489d;
	padding-top:0.8rem;
}

#top-news {
	margin-bottom:2rem;
}

#top-info .newsList {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
}

#top-info ul.newsList {
	list-style-type:none;
	margin-bottom:1rem;
}

#top-info .newsList li{
	border-top: 1px solid #DDDDDD;
	font-size:0.9375rem;
}

#top-info .newsList li a {
	color:#333333;
}

#top-info .newsList li .label {
	text-align:center;
	width:100px;
}

#top-info .newsList li .link{
	display: block;
	padding: 18px 35px 18px 10px;
}

#top-info .newsList .date,
#top-info .newsList .note{
	padding: 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: 0;
	vertical-align: top;
	word-wrap: break-word;
}

#top-info .newsList .date{
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-right: 20px;
	padding-left: 20px;
	word-wrap: break-word;
}

/* トップ：バナー
----------------------------------------------------------------------------------------------------*/
#top-banner {
	padding-top:2rem;
	padding-bottom:2rem;
}

#top-banner h5 {
	margin-bottom:1.5rem;
	position: relative;
	text-align: center;
}
#top-banner h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#top-banner h5::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

/* ページタイトル
----------------------------------------------------------------------------------------------------*/
#ptitle {
	background-color: #dff0ff;
	border-bottom:1px solid #00489d;
	margin-bottom: 0.5rem;
	padding:1rem 0;
}

#ptitle h2 {
	color:#00489d;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight:600;
	margin: 0;
	padding:1rem 1rem 0;
	line-height: 2rem;
}

/* パンくずリスト
----------------------------------------------------------------------------------------------------*/
ul.breadcrumbs {
	margin-bottom: 0;
}
ul.breadcrumbs li {
	font-size:0.8rem;
}

/* ページ：見出し
----------------------------------------------------------------------------------------------------*/
article header h1 {
	margin-top: 1rem;
	margin-bottom:2rem;
}

article header h2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #00489d), color-stop(0.00, #dff0ff));
	background: -webkit-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -moz-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -o-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -ms-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: linear-gradient(to bottom, #dff0ff 0%, #00489d 59%);
	border-left:5px solid #dff0ff;
	border-top:1px solid #00489d;
	border-bottom:1px solid #00489d;
	border-right:1px solid #00489d;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.5rem;
	font-weight:800;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 29.938em) {
article header h2 {
	font-size: 1.2rem;
}
}

article header h3 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #00489d), color-stop(0.00, #dff0ff));
	background: -webkit-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -moz-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -o-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -ms-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: linear-gradient(to bottom, #dff0ff 0%, #00489d 59%);
	border-top:1px solid #00489d;
	border-left:1px solid #00489d;
	border-right:1px solid #00489d;
	border-bottom:4px solid #dff0ff;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.1rem;
	font-weight:bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.6rem 1rem 0.5rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

article header h4 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #FFF), color-stop(0.00, #F6F6F6));
	background: -webkit-linear-gradient(top, #F6F6F6 0%, #FFF 59%);
	background: -moz-linear-gradient(top, #F6F6F6 0%, #FFF 59%);
	background: -o-linear-gradient(top, #F6F6F6 0%, #FFF 59%);
	background: -ms-linear-gradient(top, #F6F6F6 0%, #FFF 59%);
	background: linear-gradient(to bottom, #F6F6F6 0%, #FFF 59%);
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:4px solid #00489d;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.2rem;
	font-weight:bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.6rem 1rem 0.5rem;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
}
article header h5 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #00489d), color-stop(0.00, #dff0ff));
	background: -webkit-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -moz-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -o-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -ms-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: linear-gradient(to bottom, #dff0ff 0%, #00489d 59%);
	border-top:1px solid #00489d;
	border-left:1px solid #00489d;
	border-right:1px solid #00489d;
	border-bottom:4px solid #dff0ff;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.1rem;
	font-weight:bold;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.6rem 1rem 0.5rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
article header h6 {
	border-bottom: 3px solid #00489d;
	font-size: 1.1rem;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	padding-left:0.5rem;
	margin-bottom:1rem;
}

/* article header h6 {
	background-color: #00489d;
	color: #FFF;
	padding:0.3rem;
} */

/* ページ：テーブル
----------------------------------------------------------------------------------------------------*/
article table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	background: none;
	margin: 0 0 1rem;
	padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article table thead tr th {
	background-color: #b1d6ff;
	text-align: center;
}

article table tr th {
	background-color: #dbecff;
	text-align: left;
}

article td {
	background-color: #FFF;
	text-align: left;
}

article table tr th, article table tr td {
	border: 1px solid #6d6d6d;
	padding: 0.5rem;
	margin: 0;
	font-size:0.9375rem;
}

.table-scroll table {
	width: 100%;
}

/* ニュース
----------------------------------------------------------------------------------------------------*/
.post header {
	background-color: #dff0ff;
	padding-bottom: 0.2rem;
	margin-bottom: 1rem;
}
.post header h3 {
	margin-bottom: 0;
	background-color: #FFFFFF;
}

article.post header h3::after {
	border-bottom: 1px solid #CCCCCC;
}

.post header time {
	padding: 10px;
	font-size: 0.875rem;
}

.post table.kyugyo {
	width: auto;
}

.post table.kyugyo thead,
.post table.kyugyo tbody,
.post table.kyugyo tfoot article table.kyugyo tr th,
article table.kyugyo tr td {
	border: 0px none;
		width: auto;
		padding: 0;
		margin-bottom: 1em;
		background-color: #FEFEFE;
}

article table.kyugyo tr td:nth-child(2) {
	padding-left: 20px;
}

/* 店舗案内
----------------------------------------------------------------------------------------------------*/

/* Googleマップ */
.google-maps {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2rem;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.stack .jigyou-ul {
	margin-bottom: 0;
}

@media only screen and (max-width: 47.938em) {
.google-maps {
	padding-bottom: 55%;
}
}

@media only screen and (max-width: 29.938em) {
.google-maps {
	padding-bottom: 70%;
}
}

/* 選挙レンタカー
----------------------------------------------------------------------------------------------------*/
#electioncar #top-contents {
	background-color: #fefefe;
	padding-top:1rem;
	padding-bottom:0;
}

#electioncar #top-contents .contents-box {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #00489d), color-stop(0.00, #dff0ff));
	background: -webkit-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -moz-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -o-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -ms-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: linear-gradient(to bottom, #dff0ff 0%, #00489d 59%);
	color: #FFF;
	padding-bottom:0;
}

#electioncar #top-contents .contents-box .copy {
	font-size: 1rem;
	margin-bottom:1rem;
}

.mybox {
	border: 2px solid #a6d0ff;
	margin-bottom:2rem;
 	padding: 2rem;	/* 内側の余白 */
}

.mybox img{
	margin-bottom: 1rem;
}

/* レンタカー
----------------------------------------------------------------------------------------------------*/
#rentalcar #top-contents {
	background-color: #fefefe;
	padding-top:1rem;
	padding-bottom:0;
}

#rentalcar #top-contents .contents-box {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #00489d), color-stop(0.00, #dff0ff));
	background: -webkit-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -moz-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -o-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: -ms-linear-gradient(top, #dff0ff 0%, #00489d 59%);
	background: linear-gradient(to bottom, #dff0ff 0%, #00489d 59%);
	color: #FFF;
	padding-bottom:0;
}

#rentalcar #top-contents .contents-box .copy {
	font-size: 1rem;
	margin-bottom:1rem;
}

.mybox {
	border: 2px solid #a6d0ff;
	margin-bottom:2rem;
 	padding: 2rem;	/* 内側の余白 */
}

.mybox img{
	margin-bottom: 1rem;
}

/* お問い合わせ
----------------------------------------------------------------------------------------------------*/
article .panel.callout {
	background-color:#F2F2F2;
	border-radius:0;
	padding-bottom:0;
}

.bod {
    border-bottom: 1px solid #CCC;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.bod label {
    font-weight: normal;
    font-size: 1rem;
}

.bod .large-8 li {
	padding-bottom:0;
}

.bod li label {
    font-size: 0.875rem;
}

fieldset legend {
    font-weight: normal;
    background: none;
    padding: 0;
    margin: 0;
    margin-left: 0
	}

label {
	margin-bottom:0.3rem;
}

/* 個人情報保護方針
----------------------------------------------------------------------------------------------------*/
.privacy-box dt {
	border-bottom: 5px solid #EEE;
	border-left: 6px solid #00489d;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0.3rem 0.7rem;
}


.privacy-box dd {
	letter-spacing:0.1rem;
	margin-bottom:1rem;
}

/* サイトマップ
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 47.938em) {
#sitemap-box {
	margin-bottom:1rem;
}

#sitemap-box h3 img {
	width: 50%;
}
}

#sitemap-box ul {
	border-bottom: 3px solid #EEEEEE;
	margin: 0 0 1.5rem;
	padding: 0;
}

#sitemap-box ul ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#sitemap-box li {
	border-bottom: 2px solid #EEEEEE;
	list-style-type: none;
}

#sitemap-box li li {
	border-top: 2px solid #EEEEEE;
	border-bottom: none;
	margin-left:1rem;
}

#sitemap-box li a {
	display: block;
	padding: 1rem 0.6rem 1rem;
	text-decoration: none;
	color: #333;
	font-weight:bold;
}

#sitemap-box li li a {
	font-weight:normal;
}

#sitemap-box li a:before {
  font-family: FontAwesome;
  color: #00489d;
  content: '\f138';
  margin-right:0.8rem;
}

#sitemap-box li li a:before {
  font-family: FontAwesome;
  color: #00489d;
  content: '\f101';
  margin-right:0.8rem;
}

#sitemap-box li a:hover {
	background-color: #F7F7F7;
}

@media only screen and (max-width: 29.938em) {
	#sitemap-box .text-center p {
		font-size:0.7rem;
	}
}