@charset "utf-8";
/* CSS Document */
.navbar-brand {
  display: inline-block;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
  margin-right: 0;
  font-size: medium;
}
@media (max-width:768px) {
  .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
#globalNavi ul {}
#globalNavi a {
  display: block;
  border-radius: 4px;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
}
#globalNavi ul li a:hover {
  background: #72baeb;
}
/* 固定 */
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
.bg-blue {
  background-color: #1C2379;
}
.bg-gray {
  background-color: #FBFAFA;
}
.bg-slider {
  width: 100%;
  height: 85vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:768px) {
  .bg-slider {
    height: 40vh;
  }
}
.bg-h1 {
  width: 100%;
  height: 50vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bg-h1.png);
}
.bg-h1 h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 3em;
  text-shadow: 2px 2px 3px #000;
}
@media (max-width:768px) {
  .bg-h1 h1 {
    font-size: 1.6em;
  }
}
.content h1 {
  font-size: 2.4em;
  color: #1C2379;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
  padding-bottom: 0.8em;
}
.content h1 span {
  font-size: 0.6em;
  color: #ac1d23;
  display: block;
}
.content h2 {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.content h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4C54B7;
  border-radius: 2px;
}
@media (max-width:768px) {
  .content h1 {
    font-size: 1.4em;
  }
}
.side h1 {
  font-size: 1.2em;
  text-align: center;
  border-top: 3px solid #1C2379;
  padding-top: 13px;
  margin-bottom: 0.8em;
}
.list-side {
  padding-left: 0px;
  list-style-type: none;
  line-height: 2em;
}
.side address h1 {
  padding-top: 5px;
  border-top-style: none;
  background-color: #AC1D23;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 5px;
}
.point h2 {
  color: #AC1D23;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
  font-size: 1.5em;
  margin-bottom: 1em;
}
.point h2:before {
  width: 0;
  height: 0;
}
.voice h2 {
  font-size: 1.2em;
}
.voice h2 a {
  color: #AC1D23;
}
@media (max-width:768px) {
  .point h2 {
    font-size: 1.2em;
  }
}
[href^="tel"] {
  text-decoration: none;
  color: #333;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  [href^="tel"] {
    pointer-events: auto;
  }
}
#footerFloatingMenu [href^="tel"] {
  color: #007bff;
}
.box {
  border-radius: 15px;
  padding: 15px;
  border: 10px solid #CCCCCC;
}
.box2 {
    margin: 2em 0;
    background-color: #EFF1FC;
    width: 100%;
}
.box2 .box-title {
    font-size: 1.2em;
    background-color: #252D88;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #a5a5a5;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#e5e5e5 0%, #c8c7c8 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px); /*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%); /*グラデーションを明るく*/
}
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1C2379;
}
.info {
  border-radius: 10px;
  padding: 20px;
  background-color: #FFFFFF;
}
.info h1 {
  font-size: 1.2em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 0.8em;
  color: #AC1D23;
  font-weight: bold;
}
.info dl {
  max-height: 200px;
  overflow-y: scroll;
}
.info dd {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.item-list {
  padding: 0 10px 0 10px;
}
.item-list ul {
  margin-left: -10px;
  overflow: hidden;
  background-color: transparent;
}
.item-list ul li {
  list-style-type: none;
  float: left;
  padding-left: 20px;
}
ul.cols-1 li {
  width: 100%;
}
ul.cols-2 li {
  width: 50%;
}
ul.cols-3 li {
  width: 33.33333%;
}
ul.cols-4 li {
  width: 25%;
}
ul.cols-5 li {
  width: 20%;
}
ul.cols-6 li {
  width: 16.66666%;
}
ul.cols-7 li {
  width: 14.28571%;
}
ul.cols-8 li {
  width: 12.5%;
}
@media only screen and (max-width: 767px) {
  ul.cols-4 li, ul.cols-5 li, ul.cols-6 li, ul.cols-7 li, ul.cols-8 li {
    width: 33%;
  }
  ul.cols-3 li {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li {
    width: 100%;
  }
}
.side li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f152';
  margin-right: 5px;
}
footer li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
}
footer li a {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .mb-smt {
    margin-bottom: 40px;
  }
}
ul.check li {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.check li:before {
  content: "";
  position: absolute;
  top: .7em;
  left: .2em;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 7px;
  height: 10px;
  border-right: 3px solid #8b6b4e;
  border-bottom: 3px solid #8b6b4e;
}
ul.disc li {
  position: relative;
}
ul.disc li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: .5em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}
.col-md-6.col-12.mb-3 span {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #c00;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 35px;
}
.flow {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border-bottom-color: #555;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  box-sizing: border-box;
  width: 100%;
}
.flow:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.flow:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.flowp {
  margin: 0;
  padding: 0;
}
.list_qaa > input {
  display: none;
}
.list_qaa > label {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.list_qaa > label > dt, .list_qaa > label > dd {
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #3388dd;
  background-color: #fff;
}
.list_qaa > label > dt:before, .list_qaa > label > dd:before {
  position: absolute;
  top: 0px;
  left: 0.5em;
  font-size: 2em;
}
.list_qaa > label > dt:before {
  content: "Q";
}
.list_qaa > label > dd:before {
  content: "A";
}
.list_qaa > label > dt {
  padding: 1em 1em 1em 3.5em;
}
.list_qaa > label > dt:after {
  display: inline-block;
  position: relative;
  top: 50%;
  right: -1em;
  transform: translateY(-50%) rotate(135deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #3388dd;
  border-right: 2px solid #3388dd;
  content: "";
}
.list_qaa > .check_open:checked + label > dt:after {
  transform: rotate(-45deg);
}
.list_qaa > label > dd {
  padding: 0px 1em 0px 3.5em;
  ;
  position: relative;
  z-index: -1;
  height: 0px;
  transform: translateY(-2em);
  visibility: hidden;
  transition: none;
}
.list_qaa > .check_open:checked + label > dd {
  padding: 1em 1em 1em 3.5em;
  ;
  height: 100%;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.5s;
}

.w70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 768px) {
.w70 {
    width: 100%;
}	
}
@media only screen and (max-width: 768px) {
table.respo tbody tr th,table.respo tbody tr td {
    width: 100%;
    display: block;
}
table.respo tbody tr th {
    border-bottom-style: none;
    padding-bottom: 0px;
}
table.respo tbody tr td {
    border-top-style: none;
	padding-top: 0px;
}	
}
#anchor1,#anchor2,#anchor3,#anchor4,#anchor5,#anchor6,#anchor7,#anchor8,#anchor9,#anchor10,#anchor11 {
   margin-top:-60px;
  padding-top:60px;
}
.fa-lg {
    line-height: 1.5em!important;
}
@media (min-width: 481px) {
    #footerFloatingMenu {
        display: none;
    }
}
@media (max-width: 480px) {
    #footerFloatingMenu {
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: rgba(255,255,255,0.85);
    z-index: 10;
    width: 100%;
    font-size: 1.8em;
    }
}
.flexiblebox {
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}#footerFloatingMenu a span  {
    display: block;
}
.thumbnail img {
    width: 100%;
    height: auto;
}