@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6e8ed;
}
.jumbotron {
	background-image: url('../images/top-image02.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.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%;
}
} /* END */


.bg-lightblue {
	background-color: #f2f4fc;
}

/* 小デバイス（縦向きモバイル, 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 */

.bg-navy { 
    background-color:#000080;
}

.text-navy { color:#000080;}

.bg-navy-d { 
    background-color:#093f73;}

.text-navy-d { color:#093f73;}

.bg-navy-d2 { 
    background-color:#005bac;}

.text-navy-d2 { color:#005bac;}

.bg-l_blue {
	background-color: #cae5ff;
}

.navbar-navy .navbar-brand{color:#fff}.navbar-navy .navbar-brand:focus,.navbar-navy .navbar-brand:hover{color:#fff}.navbar-navy .navbar-nav .nav-link{color:rgba(255,255,255,1)}.navbar-navy .navbar-nav .nav-link:focus,.navbar-navy .navbar-nav .nav-link:hover{color:rgba(255,255,255,0.7)}.navbar-navy .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-navy .navbar-nav .active>.nav-link,.navbar-navy .navbar-nav .nav-link.active,.navbar-navy .navbar-nav .nav-link.show,.navbar-navy .navbar-nav .show>.nav-link{color:#fff}.navbar-navy .navbar-toggler{color:rgba(255,255,255,0.8);border-color:rgba(255,255,255,0.8)}.navbar-navy .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(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-navy .navbar-text{color:rgba(255,255,255,1)}.navbar-navy .navbar-text a{color:#fff}.navbar-navy .navbar-text a:focus,.navbar-navy .navbar-text a:hover{color:#fff}

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 20px;
    bottom: 10px;
    background: #6496c3;
    border: solid 2px #6496c3;
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

table{
  border-collapse: collapse;
  width: 100%;
  background-color:#FFF;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  /*text-align:left;*/
  box-sizing:border-box;
}
.tb01 th {
  background: #394687;
  color: #fff;
  
}
@media screen and (max-width: 767.98px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100% !important;
    border-bottom:none;
  }
  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #6a78be;
    margin-right: 10px;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb02 th,
.tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb02 th {
  background: #e9f2fa;
  color: #434343;
  
}
@media screen and (max-width: 767.98px) {
  .tb02 {
    width: 100%;
  }
  table.tb02 th,
  table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb03 th,
.tb03 td{
  padding: 10px;
  border: solid 1px #ccc;
  /*text-align:center;*/
  box-sizing:border-box;
}
.tb03 th {
  background: #458ed0;
  color: #fff;
  
}
@media screen and (max-width: 767.98px) {
  .tb03 {
    width: 100%;
  }
  table.tb03 th,
  table.tb03 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb03 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb04 th,
.tb04 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb04 th {
  background: #fff;
  color: #434343;
  
}
@media screen and (max-width: 767.98px) {
  .tb04 {
    width: 100%;
  }
  table.tb04 th,
  table.tb04 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb04 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.top-bar {
  padding:  0;
  background: #e9f2fa;
  position: relative;
}

.tb_text {font-size:0.9rem;}

/* Header area
================================================== */
.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
  background: #005bac;
  /*background: #000080;*/
}

.header-one .navbar-collapse {
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

.header-one ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
  }
}

.header-one .logo-area {
	padding: 15px 0;
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}

.header-two .navbar-fixed {
  background-color: #fff;
}

ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #b7d0e7 !important;
  /*color: #95a3ed !important;*/
  /*color: #ffb600 !important;*/
}

/*-- Logo --*/
.logo img {
  width: auto;
  height: 35px;
}

.header-two .logo img {
  height: 30px;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #95a3ed;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #005bac;
  /*background: #95a3ed;*/
  /*background: #ffb600;*/
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #8293e7;
  /*color: #ffb600;*/
  position: relative;
}

ul.navbar-nav > li {
  padding: 0 13px;
  position: relative;
}

@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav > .header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }
  .header-two ul.navbar-nav > li.active > a i,
  .header-two ul.navbar-nav > li > a.active i {
    color: #8293e7;
	/*color: #ffb600;*/
  }
}

ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #000 !important;
  font-size: 13px;
}

:root{
	scroll-padding: 100px;
	scroll-behavior: smooth;
}

.midasi1 {
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

.midasi1:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'スローガン';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

.midasi2 {
  position: relative;
  color: black;
  background: #eaf6fe;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

.midasi2:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'スローガン';
  background: #093f73;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

.midasi3 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
}

.midasi4 {
  padding: 0.5em;/*文字周りの余白*/
  color: #fff;/*文字色*/
  background: #093f73;/*背景色*/
  border-top: solid 5px #d0ecff;/*上線*/
  border-bottom: solid 5px #d0ecff;/*下線*/
}

.midasi5 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  border-top: solid 3px #516ab6;/*上線*/
}

.midasi6 {
  position: relative;
  color: #d0ecff;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.midasi6:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #d0ecff;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.midasi7 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #fff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  border-top: solid 3px #516ab6;/*上線*/
}

.midasi8 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.midasi8:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #516ab6;
  bottom: -3px;
  width: 20%;
}

.midasi9 {
  position: relative;
  padding: 0.25em 0;
}
.midasi9:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(81, 106, 182), transparent);
  background: linear-gradient(to right, rgb(81, 106, 182), transparent);
}

.midasi10 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  font-size:1.3em;
  color: #2a2a2a;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

.font_s3 {
	font-size:1.3em;
}

.font_s5 {
	font-size:1.5em;
}

.rist_m dl{
  display:flex;
  flex-wrap: wrap;
  border:none;
  /*border: 1px solid #ccc;
  border-top: none;*/
}
.rist_m dt{
  background: #fff;
 /* background: #e1f0ff;*/
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
  /*border-top: 1px solid #ccc;*/
}
.rist_m dd{
  padding: 5px;
  margin: 0;
  /*border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;*/
  width: 75%;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
.rist_m dl{
    flex-flow: column nowrap;
  }
.rist_m dt,
.rist_m dd{
    width: 100%;
  }
.rist_m dd{
    border-left: none;
  }
}
