@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
.jumbotron {
	background-image: url('../img/image4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}
.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
.jumbotron{
	height: 150px;
}
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
 #sec2  {
     height: 500px;
 } 
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
 #sec2 .message {
    position: absolute;
     left: 0;
 } 
} /* END */


/*add*/
.header-logo img{
	width: 200px;
	max-width: 100% !important;
}
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .875rem .75rem;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover{
	opacity: 0.8;
}
.h5, h5{
	font-size: 1.1rem;
}
.newsbox{
	margin-bottom: 10px;
}
.newstitle{
  margin-bottom: 35px;
}
.newslink{
  margin-bottom: 20px;
}
.card-img-top{
	width: auto;
	max-height: 200px;
}
.boxlink{
	text-decoration: none;
	color: #000;
}
.boxlink:hover{
	text-decoration: none;
}
#subtitle{
	margin-top: 30px;
	margin-bottom: 30px;
}
#subtitle h2 {
  width: 100%;
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}
#subtitle h2:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.contentstitle {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}
.contentstitle:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.contentstitle:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}
.input_area {
	margin: auto;
	margin-top: 50px;
    margin-bottom: 40px;
    max-width: 600px;
}
.login_area input[type="text"], 
.login_area input[type="password"],
.login_area select {
    padding: 10px;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
    background-color: #fff;
    color: #333;
    font-size: 1em;
    font-weight: 300;
    box-sizing: border-box;
}
.links img{
  max-width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
.links img:hover{
  opacity: 0.7;
}
footer{
  margin-top: 40px;
}

.history h3 {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #77c3df;
  font-size: 1.2em;
  color: white;
  margin-bottom: 30px;
  margin-top: 10px;
  max-width: 400px;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}
.history h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}
h4 {
   position: relative;
   padding-left: 1em;
   margin-bottom: 15px;
   margin-top: 10px;
   font-size: 1.1em;
}

h4::after {
   position: absolute;
   top: 50%;
   left:0;
   transform:translateY(-50%);
   content: '';
   width: 10px;
   height:10px;
   border: solid 4px #446689;
   border-radius:100%;
}

.history_list p{
  border-bottom: 1px solid #ccc;
}

.login_area{
  margin-top: 30px;
}
.mode{
  margin-right: 8px;
}
.mode1_area,
.mode2_area{
  display: none;
}

.mode1_area p,
.mode2_area p{
  font-size: 0.8em;
  margin: 0;
  color:#59432b;
}

@media screen and (max-width: 767.98px) {
	.logotext{
		font-size: 0.8em;
	}
}