h2 {
  color: #e60012;
  line-height: 1.5;
  font-size: 2.4rem;
  margin: 3rem 0 2rem;
  padding-left: 15px;
  padding-bottom: 0;
  border-bottom: none;
  border-left: 2px solid #e60012;
}
h3 {
  border-bottom: 3px solid #e60012;
	color: #e60012;
}
img {
  max-width: 100%;
  height: auto;
}
.keiei_box {
  margin-bottom: 8rem;
}
.pcnavi {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}
.pcnavi .navinner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.heading_content .navi {
  display: flex;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.heading_content .navi li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.heading_content .navi a {
  display: block;
  padding: 10px;
  color: #e60012;
}
.heading_content .navi a:hover {
  background: #bcf1ff;
}
.heading_content .logo .logo_item, .splogo .logo_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.heading_content .logo .logo_item li, .splogo .logo_item li {
  width: 90px;
}
/* .heading_content .logo .logo_item li:not(:last-child),
.splogo .logo_item li:not(:last-child) {
    border-right: 1px solid #ddd;
} */

@media (max-width: 767px) {
  .pcnavi {
    display: none;
  }
  .splogo {
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-top: 1rem;
  }
}

#gnavi .linkbtn>ul>li{
	background: #efefef;
}
#gnavi .linkbtn>ul>li a{
	display: block;
}
.mv {
  margin: 3rem 0 5rem;
}
.mv .copy {
  text-align: right;
}
.mv img {
  max-width: 100%;
}
.navbar-header {
  background: #009fe6;
}
#fixedmenu {
  display: none;
}
/* .list-group .list-group {
    display: none;
} */
.list-group-item a {
  color: #009fe6;
}
.list-group {
  border-top: none;
}
@media (max-width: 767px) {
  /*#fixedmenu {
    display: block;
  }*/
  /* .list-group .list-group {
        display: block;
    } */
}
#main_contents {
  line-height: 1.5;
}


.box {
  background: #e60012;
  padding: 40px;
}
.inner {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}


.caution{
	font-weight: bold;
	font-size: 2.6rem;
	background: #e60012;
	text-align: center;
	color: white;
	padding: 2rem;
	border-radius: 30px;
}

.caution p{
	margin-bottom: 0;
}


#about ul li{
	margin-bottom: 5rem;
}

#about ul li:last-of-type{
	margin-bottom: 0;
}

#schedule table tr th{
	background: #e60012;
	color: #fff;
}

#schedule table tr th.sub-title{
	background: #ffebc7;
	color: #333;
}



#seika ul li{
	margin-bottom: 5rem;
}

#seika ul li:last-of-type{
	margin-bottom: 0;
}


#boshu table tr th{
	text-align: justify;
	text-align-last: justify;
	color: #e60012;
	vertical-align: top;
}



#faq ul.faq_box>li{
	margin-bottom: 5rem;
}

#faq ul.faq_box>li:last-of-type{
	margin-bottom: 0;
}

#faq ul li dl dd{
	padding-left: 5rem;
	text-indent: -2.3rem;
}



.button{
	display: block;
	width: 20%;
	padding: 2rem;
	background: #3d63ae;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: white;
	border-radius: 50px;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 1000;
}

@media (max-width: 767px){
	.button{
		width: 100%;
		border: 0;
		font-size: 1.6rem;
		position: sticky;
		bottom: 0;
		padding: 1rem;
	}
}








