@charset "utf-8";
/* CSS Document */
body {
  width: 100%;
  background-color: #f2f2f2;
}
html, body {
  width: 100%;
  font-family: 'Lato', sans-serif; /*'Ubuntu', sans-serif;*/
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin-bottom: .3rem;
}
a:hover {
  text-decoration: none;
}
.navbar {
  background-color: white !important;
  border-bottom: solid 1px #e5e5e5;
}
.navbar a:hover {
  color: rgba(0, 0, 0, 0.95) !important;
}
#home {
  background-color: #FFFFCC;
  /*background-color: #8293b1;*/
}
#home img {
  width: 120px;
  text-align: center;
  margin-top: 6rem;
  /*margin-left: 45%;
	margin-right:45%;*/
}
#home .flex-center {
  text-align: center;
}
#contact .flex-center {
  text-align: center;
}
#home h1 {
  padding-top: .5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #616368;
}
#home .date {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #616368;
  line-height: 2rem;
  margin-bottom: 1.2rem;
}
#home .date:before, #home .date:after {
  content: '';
  display: block;
  /*height: 1px;
  background: #616368;*/
  flex: 1 1 auto;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
}
@media (max-width: 992px) {
  #home .date:before, #home .date:after {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
}
@media (max-width: 768px) {
  #home .date:before, #home .date:after {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  #home h1 {
    padding-top: 1.5em;
  }
}
.red {
  color: red !important;
}
.redb {
  color: red !important;
  font-weight: bold;
}
.emphasized {
  font-weight: bold;
  font-size: 1.5rem;
}
.emphasized3 {
  font-weight: bold;
  font-size: 1.3rem;
}
.area-content {
  background: white;
  padding: 40px;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
}
.lg img {
  width: 80%;
}
.title {
  font-size: 1rem !important;
}
@media (max-width: 991px) {
  .title {
    font-size: .7rem;
  }
}
#summary a {
  color: #336699;
  text-decoration: underline !important;
}
#summary a:hover {
  color: #2a4474 !important;
}
#summary p a:hover {
  color: #2a4474 !important;
}
#application a {
  /*color: #336699!important;*/
  text-decoration: underline !important;
}
#application a:hover {
  color: #2a4474 !important;
}
.to-app {
  padding: 1.5rem;
  background-color: #f2f2f2;
}
.to-app p {
  padding: 1.5rem;
  text-align: center;
}
#howto a {
  color: #336699;
  text-decoration: underline !important;
}
#howto .indent a:hover {
  color: #2a4474 !important;
}
#faq .accordion-item a {
  color: #336699;
  text-decoration: underline;
}
#faq .accordion-item a:hover {
  color: #2a4474 !important;
}
.to-app-btn {
  padding: 2rem 5rem;
  background-color: #336699 !important;
  text-align: center;
  color: white !important;
  font-weight: bold;
  font-size: 1.3rem;
}
@media(max-width:991px) {
  .to-app-btn {
    padding: 2rem;
  }
}
.to-app-btn:hover {
  background-color: #2a4474 !important;
}
.menu-to-app-btn {
  background-color: #336699 !important;
  text-align: center;
  margin-left: .5rem;
  border-radius: 10px;
}
.menu-to-app-btn a {
  color: white !important;
  font-weight: bold;
  font-size: .85rem;
  border-radius: 10px;
  width: 100%;
}
.menu-to-app-btn a:hover {
  background-color: #2a4474 !important;
  color: white !important;
  border-radius: 10px;
}
.address {
  padding: 1.5rem;
  border: solid 1px #616368;
}
@media(min-width:992px) {
  .npc {
    display: none !important;
  }
}
@media(max-width:991px) {
  .nsp {
    display: none !important;
  }
  .area-content {
    background: white;
    padding: 2rem 1rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
  }
  .to-qa-btn {
    padding: 2rem !important;
  }
}
/* news */
/*#news:after{
	position: absolute;
	z-index: -1;
	content:'';
	top:10px;
	left:-30%;
	width:150%;
	height: 550px;
	background: #DEF0E7;
	transform: rotate(-5deg);
}*/
#news .area-content {
  background: #fff;
  padding: 40px;
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
}
#news h2 {
  /*color: #fff;	*/
}
#news li a {
  transition: all 0.3s;
}
#news li a:hover {
  color: #666;
}
#news article {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCC;
}
#news article time {
  padding: 0 2em 0 0;
  color: #666;
  font-size: 0.8rem;
}
#news article h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.call {
  font-size: 3rem;
  font-weight: bold;
  color: inherit;
  text-align: center;
}
@media (max-width: 768px) {
  .call {
    font-size: 2rem;
  }
}
#contact a:hover {
  color: #616368 !important;
}
#contact p {
  text-align: center !important;
}
#contact li {
  text-align: center !important;
}
#footer p {
  color: white !important;
  text-align: center;
  margin-top: 1rem;
}
#footer p a, a:hover {
  color: white;
}
#footer .policy {
  font-size: .8rem;
  margin: 2rem;
}
.to-qa {
  text-align: center;
}
.to-qa p {
  padding: 2rem 0 0;
  font-weight: bold;
}
.to-qa-btn {
  padding: 2rem 5rem;
  /*background-color: #336699!important;*/
  color: #242F51;
  font-weight: bold;
  border: solid 3px #242F51;
  font-size: 1.3rem;
}
.to-qa-btn a {
  color: #242F51;
  text-decoration: none !important;
}
.to-qa-btn:hover {
  color: #242F51 !important;
  background-color: #e9f0fa !important;
}
.to-summary-btn {
  padding: 2rem;
  font-weight: bold;
  border: solid 3px red;
  border-radius: 5px;
  text-align: center;
  color: red;
}
.to-summary-btn a {
  color: red !important;
}
.to-summary-btn a:hover {
  color: red !important;
}
.indent {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: -0.7em;
}
.indent1 {
  margin-left: 1em;
}
.indent-area {
  padding-left: 1rem;
  text-indent: 1em;
}
.indent1 li {
  margin-left: 1em;
}
.indent2 {
  margin-left: 2em;
}
.indent3 {
  margin-left: 3em;
}
.indent4 {
  margin-left: 4em;
}
.indent7 {
  margin-left: 7em;
}
.indent4-area {
  padding-left: 7rem;
  text-indent: -3rem;
}
.btn-notice {
  text-align: center;
  color: red;
  font-weight: bold;
  margin-bottom: -1rem;
}
.btn-notice02 {
  text-align: center;
  color: red;
  font-weight: bold;
  margin-top: -1.5rem;
}
.btn-notice02 a {
  color: red !important;
}
.no {
  text-align: right;
}
.lb-nav a.lb-next {
  display: none !important;
}
.lb-nav a.lb-prev {
  display: none !important;
}
.lb-data .lb-number {
  display: none !important;
}
#application .notice .redb a {
  color: red !important;
}
#application .notice .redb a:hover {
  color: red !important;
}
/*▼20230720追加▼*/
.bk-g {
  padding: 1.5rem;
  background-color: #f2f2f2;
  margin-bottom: 5%;
}
.ind {
  padding-left: 2rem;
  text-indent: -2.65rem;
}
.ind-top {
  margin-top: -1rem !important;
}
/*--table--*/
table.top-t {
  width: 100%;
  text-align: center;
}
.kyufugaku {
  display: inline-block;
}
.kyufugaku li {
  display: inline-block;
}
.bk-b {
  background-color: #CFE3FF;
  padding: 1rem;
  border-radius: 10px;
}
.bk-r {
  background-color: #CFFFD9;
  padding: 1rem;
  border-radius: 10px;
  margin-left: 5px;	
}
.bk-y {
  padding: 1rem;
  border: 1px solid #000;
  margin-left: 5px;	
}
.bk-yy {
  background-color: #FFFFCC;	
  padding: 1rem;
  border-radius: 10px;
  margin-left: 5px;	 
}
.schedule{
	padding: 1rem;
	background-color: #FFFFCC;
}
.schedule-txt{
	margin: 1rem;
}
table.top-t {
  width: 100%;
}
table.top-t th, table.top-t td.st {
  background-color: rgb(51, 102, 153);
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
.top-t-fst, .top-t-fst2 {
  border-top: 1px solid rgba(51, 102, 153, 0.6);
  background-color: rgb(51, 102, 153);
  color: #FFF;
  font-weight: bold;
}
.top-t-fst2 {
  border-left: 1px solid #FFF;
}
.top-t-fst3 {
  background-color: #FFFFCC;
  color: #333;
  border-right: 1px #FFF solid;
  border-left: none !important;
}
table.top-t td {
  padding: 10px 1rem;
  border-left: 1px solid rgba(51, 102, 153, 0.6);
  border-bottom: 1px solid rgba(51, 102, 153, 0.6);
  border-right: 1px solid rgba(51, 102, 153, 0.6);
}
.top-t a:hover {
  color: #336699 !important;
  opacity: 0.8;
}
.top-n{
border-right: none;
}
.t-tr{
border-top:  1px solid rgba(51, 102, 153, 0.6);
border-right: 1px solid rgba(51, 102, 153, 0.6);
border-left:  1px solid rgba(51, 102, 153, 0.6);
}	
#home ul {
  display: flex;
  align-items: center;
  margin-left: 3%;
}
#home ul li:first-child {
  vertical-align: middle;
  text-align: center;
  margin-right: 2em;	
}
#home ul li:first-child img {
  width: 300px;
  max-width: 300px;
  margin-top: 0;
}
.call:hover {
  color: #616368 !important;
}
.n-hover {
  color: #336699 !important;
  opacity: 0.8;
}
.ad {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
}
.ad li {
  width: 48%;
  margin: 5% 1% 0;
}
.ad li img {
  width: 100%;
}
.p-left {
  padding-left: 2rem;
}
.movie {
  display: flex;
}
.movie li {
  width: 48%;
  margin: 0 1.25%;
}
video {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .sp-left {
    text-align: left !important;
  }
  .p-left {
    display: none;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap !important;
  }
  .kyufugaku {
    margin-bottom: 10%;
	 display: block;
text-align: center!important; 
  }
.kyufugaku li {
  display: block;
}
.bk-b {
width: 100%;
}
.bk-r {
width: 100%;	
}
.bk-y {
width: 100%;
}
.bk-yy {
width: 100%; 
}	
  #home ul {
    display: block;
    margin-left: 0 !important;
  }
  #home ul li:first-child img {
    padding-top: 15%;
  }
  .ad {
    display: block;
  }
  .ad li {
    width: 100%;
    margin: 5% 0 0;
  }
  .movie {
    display: block;
  }
  .movie li {
    width: 100%;
    margin: 0 0 8%;
  }
}
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	display: block;
	border-bottom: 1px #999 solid
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 10px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/* 20250516追加 */
 .indent-kaigyo3 {
  text-indent: -3em;
  padding-left: 3em;
  }
 .indent-kaigyo1 {
  text-indent: -1em;
  padding-left: 1em;
  }
 .indent-kaigyo2 {
  text-indent: -2em;
  padding-left: 2em;
  }
