﻿@charset "utf-8";

body,p,td,li, h5,h6 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	font-size:1rem;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:normal;
}

.font-g {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.font-m {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",source-han-serif-japanese,"游明朝","Yu Mincho","游明朝体",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}



/* マージン設定
==================================================== */
.np { padding-left:0; padding-right:0; }
.margin0 { margin-left:-30px; margin-right:-30px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.mr-30 { margin-right:30px; }


.m-80 { margin-top:80px; margin-bottom:80px; }
.m-110 { margin-top:110px; margin-bottom:110px; }
.p-80 { padding-top:80px; padding-bottom:80px; }
.p-110 { padding-top:110px; padding-bottom:110px; }


@media (max-width: 767.98px) {
	.mt-80, .mt-110 { margin-top:20px; }
	.mb-80, .mb-110 { margin-bottom:20px; }
	.pt-80, .pt-110 { padding-top:20px; }
	.pb-80, .pb-110 { padding-bottom:20px; }
	.m-80, .m-110 { margin-top:20px; margin-bottom:20px; }
	.p-80, .p-110 { padding-top:20px; padding-bottom:20px; }
}


/* 背景色
==================================================== */


/* 文字サイズ、体裁
==================================================== */
.lh-1 { line-height:1em; }
.lh-2 { line-height:2em; }
.lh-2_5 { line-height:2.5em; }
.lh-3 { line-height:3em; }
.ls-n1 { letter-spacing: -1px; }
.ls-n2 { letter-spacing: -2px; }
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.ls-3 { letter-spacing: 3px; }

h1 {
	font-size: 1.8rem;
	line-height: 1em;
	font-weight:500;
}
h2 {
	font-size: 1.5rem;
	line-height: 2em;
	font-weight:bold;
}
h3 {
	font-size: 1.2rem;
	line-height: 2em;
	font-weight:bold;
}
h4 {
	font-size: 1.1rem;
	line-height: 1em;
	margin: 10px 0 5px 0;
	font-weight:bold;
}

p {
	margin:0;
	padding:0;
}
.fs-0_8 {
	font-size:0.8rem!important;
}
.fs-0_8 p {
	font-size:0.8rem!important;
}

/* お問い合わせ
==================================================== */
h5.modal-title {
	font-size:18px;
	font-weight:bold;
}


/* リンク
==================================================== */
a {
	color: #898989; 
}
a:hover { color: #333; }

a.navi-link {
	font-family: Arial;
	color: #c5b573;
}

a.navi-link:hover {
	color: #3db2b2;
	text-decoration:none;
}


/* ボタン
==================================================== */


/* ナビバー
==================================================== */
	body { padding-top:40px;padding-bottom:100px; }
nav.navbar-dark {
	background-color:#000;
}
.navbar-brand {
	padding:0;
	margin:0;
}

.navbar-toggler { 
	position:relative;
	border:none;
	color:#000;
	padding-bottom:0;
}
.navbar-toggler .text {
	position:absolute;
	font-family:Arial;
	font-size:8px;
	top:0;
	left:auto;
	right:auto;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
	position:relative;
	margin-top:-2px;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}


/* トップスライド
==================================================== */





/* コピーライト
==================================================== */
#copyright {
	font-size:13px;
	padding-bottom:10px;
}


/* トップへ戻る
==================================================== */
a.page-top {
	position:fixed;
	bottom:60px;
	right:10px;
	opacity:0.5;
	color:#0064f2;
	display:block;
}
a.page-top:hover {
	opacity:0.7;
}
@media (max-width: 767.98px) {
	a.page-top {
		font-size:14px;
		bottom:0;
		right:0;
	}
}


/* アウトライン
==================================================== */
#outline #history {
  margin-top: 20px;
  margin-bottom: 2em;
}
#outline h3.midashi {
  width: 80px;
  height: 22px;
  margin-bottom: 0.5em;
  background-color:#ccbe83;
  color:#fff;
  font-size:0.9rem;
  line-height:23px;
  text-align:center;
  font-weight:normal;
}
#outline #history dl dt {
  float: left;
  width: 58px;
  clear:left;
  font-weight:normal;
}
#outline #history dl dd {
  margin-left: 58px;
}
#outline #corpoutline dl dt {
  float: left;
  width: 8em;
  clear:left;
  font-weight:normal;
}
#outline #corpoutline dl dd {
  margin-left: 9em;
}
#outline div#listhead {
  margin-top: 20px;
  width: 290px;
  height: 33px;
}
#outline div#listbottom {
  width: 290px;
  height: 15px;
}
#outline div#list {
  height: 482px;
  border: 1px solid #999;
  padding: 10px 14px 0px;
  overflow: auto;
}
#outline div#list ul li {
  list-style-type: none;
  font-size: 10px;
  line-height: 120%;
  color: #666;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
  border-bottom: 1px dotted #ccc;
}


/* ボーダー　グラデーション
==================================================== */
.border-gradation {
	box-shadow:0px 5px 5px -1px #93928e inset;
}


.rotate-45-right {
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 
==================================================== */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 1200px) {
}
