@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: #6cbb5a;
}
#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: 6.5rem;
font-weight: bold;
text-align: center;
color: white;
margin-bottom: 1.5rem;
font-size: 3rem!important;
line-height: 1.5;
}
#home .date {
 /*font-size: 1.2rem;*/
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: white;
  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: 1%;
  margin-right: 1%;*/
　margin-bottom: 1%;	
  height: 1px;
  background-color: white;
}
@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 .date {
  font-size: 1.1rem;
    }
  #home h1 {
    padding-top: 3.5em;
	font-size: 2rem!important;  
  }
}
.red {
  color: red !important;
}
.redb {
  color: red !important;
  font-weight: bold;
}
.yellow {
  color: yellow !important;
}

.emphasized {
  font-weight: bold;
  font-size: 1.5rem;
}
.emphasized3 {
  font-weight: bold;
  font-size: 1.3rem;
}
.emphasized4 {
  font-weight: bold;
  font-size: 1.4rem;
}
.emphasized5 {
  font-size: 1.8rem;
}
.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;
  font-size: 1.2rem;	
}
#howto a {
  color: #2a4474;
  text-decoration: underline !important;
}
#howto .indent a:hover {
  color: #006a00 !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: #029e02 !important;
  text-align: center;
  color: white !important;
  font-weight: bold;
  font-size: 1.3rem;
}
@media(max-width:991px) {
  .to-app-btn {
    padding: 1rem;
  }
}
.to-app-btn:hover {
  background-color: #006a00 !important;
}
.menu-to-app-btn {
  background-color: #029e02 !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: #006a00 !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;
}
.indent15 {
  margin-left: 1.5em;
}
.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;
}
/*▼20230720追加▼*/
.indent-2 {
  margin-left: 1em;
  padding-left: 2em;
  text-indent: -2em;
  margin-top: -0.7em;
}
/*▲20230720追加▲*/
/*--table--*/
table.top-t {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;/*▲20231113追加▲*/
}
.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;
}
.bk-y {
  padding: 1rem;
  border: 1px solid #000;
}
.bk-yy {
  background-color: #FFFFCC;	
  padding: 1rem;
  border-radius: 10px;
}
.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 #20332b;
  background-color: rgb(51, 102, 153);
  color: #FFF;
  font-weight: bold;
}
.top-t-fst2 {
  border-left: 1px solid #FFF;
}
.top-t-fst3 {
  background-color: #22ac38;
  color: white;
  border-right: 1px #FFF solid;
  border-left: none !important;
}
.top-t-fst4 {
  background-color: #ee7b3e;
  color: white;
  border-right: 1px #FFF solid;
  border-left: none !important;
}
.top-t-fst5 {
  background-color: #f2f2f2;;
  border-right: 1px #FFF solid;
  border-left: none !important;
}
table.top-t td {
  padding: 10px 1rem;
  border-left: 1px solid #20332b;
  border-bottom: 1px solid #20332b;
  border-right: 1px solid #20332b;
}
.top-t a:hover {
  color: #336699 !important;
  opacity: 0.8;
}
.top-n{
border-right: none;
}
.t-tr{
border-top:  1px solid #20332b;
border-right: 1px solid #20332b;
border-left:  1px solid #20332b;
}	
#home ul {
  display: flex;
  align-items: center;
  margin-left: 3%;
}
#home ul li:first-child {
  vertical-align: middle;
  text-align: center;
}
#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%;
  }
  #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;
}
/*20231115追加*/
.youkou-link ul{
	display: flex;
	justify-content:center;
	margin-top: 1em;
}
.youkou-link ul li{
	font-size: 1.5rem;
	margin-left: 5%;
}
@media (max-width: 768px) {
.youkou-link ul{
	display: block;
}
}

/*フォント*/
.ft-80p{
	font-size: 80%;
}
.blue {
  color: blue !important;
}
/*20250514追加*/
.blue-btn_area {
  width: 100%;
  margin: 2% 0;
}
ul.blue-btn_area li.blue-btn {
    display: flex;
    margin-bottom: 1%;
    align-items: center;
    padding: 1rem 9rem;
    background-color: #029e02;
    text-align: center;
    color: white !important;
}
.discount_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
}
.blue-btn_area li {
    font-size: 1.3rem;
    font-weight: bold;
}
 .discount_area ul a.blue-btn {
  text-align: center;
  width: 98%;
  margin: 1%;
  font-size: 1rem;
  text-decoration: none !important;
  padding: 1.5rem;
    background-color: #029e02!important;
    color: white!important;
    font-weight: bold;
    border-radius: 5px;
}
 .discount_area ul a.blue-btn:hover {
  color: #FFF !important;
  background-color: #006a00!important;
}
.discount_area ul a:hover{
  color: #FFF !important;
  background-color: #006a00!important;
}
.discount_area li {
    font-size: 1.25rem;
    font-weight: bold;
	text-decoration: none!important;
}

.discount_area li:hover {
     color: #FFF !important;
}
.discount_area li.shinsei {
    font-size: 1.5rem!important;
    font-weight: bold;
	text-decoration: none!important;
}

.discount_area li:hover {
     color: #FFF !important;
}
.discount_area ul a.dvd2 {
  text-align: center;
  width: 48%;
  margin: 1%;
  font-size: 1rem;
  padding: 10px;
    background-color: #029e02!important;
    color: white!important;
    font-weight: bold;
    border-radius: 5px;
}
.discount_area ul a.dvd2:hover{
  color: #FFF !important;
  background-color: #006a00!important;
}
.discount_area ul a.dvd2_1 {
  text-align: center;
  width: 48%;
  margin: 1%;
  font-size: 1rem;
  padding: 10px;
    background-color: #FFF!important;
    color: #029e02!important;
    font-weight: bold;
    border-radius: 5px;
	border: solid 1px #029e02;
}
.discount_area ul a.dvd2_1:hover{
  color: #FFF !important;
   background-color: #029e02!important;
}
.discount_area ul a.dvd3 {
  text-align: center;
  width: 31%;
  margin: 1%;
  font-size: 1rem;
  text-decoration: none !important;
  padding: 10px;
    background-color: #029e02!important;
    color: white!important;
    font-weight: bold;
    border-radius: 5px;
}
.discount_area ul a.dvd3:hover{
  color: #FFF !important;
  background-color: #006a00!important;
}
.to-dl-btn {
	color:white;
	font-weight: bold;
}
.to-dl-btn:hover {
	color: #FFF !important;
}
.discount_area {
	width: 100%;
}
span.orange{
    color: #ee7b3e!important;
    font-weight: bold;
	font-size: 1.1rem;
}
span.green{
    color: #006a00!important;
    font-weight: bold;
	font-size: 1.1rem;
}
#howto div.discount_area a{
text-decoration: none!important;	
	}
.left{
text-align: left;	
	}
span.note_s{
vertical-align: top; /*テキストを上付きに*/
font-size: 0.8em; /*テキストを小さく*/
}
span.note_r{
vertical-align: top; /*テキストを上付きに*/
font-size: 0.8em; /*テキストを小さく*/
color: red;	 
}
 .top-t tr td p{
    display: flex;
	margin-bottom: 0 !important;
  }
  .top-t tr td p span.text:first-child{
    /* margin-right: 10px; */
    width: 7%;
  }
  .top-t tr td p span.text:last-child{
    width: 93%;
  }
.mark {
background: linear-gradient(transparent 70%, yellow 50%);
font-weight: bold;
}
.marker {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 0, 0.6));
  background-repeat: no-repeat;
  background-size: 100% 4px; /* マーカーの太さ */
  background-position: 0 100%; /* マーカーの位置 */
}
.online {
    padding: 4px 12px;
    padding-top: 5px;
    margin-top: 18px;
    color: #22ac38;
    border: 2px solid #22ac38;
    font-size: 21.5px;
    line-height: 1;
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    width: 30%;
    text-align: center;
}
.mail {
    padding: 4px 12px;
    padding-top: 5px;
    margin-top: 18px;
    color: #ee7b3e;
    border: 2px solid #ee7b3e;
    font-size: 21.5px;
    line-height: 1;
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    width: 30%;
    text-align: center;
}
p.attention {
    font-size: 1.2rem;
    font-weight: bold;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 1rem;
    background-color: #ff0000;
    padding: 18px;
	color: #FFF;
	line-height: 1.5;
}
.indent-kaigyo2 {
    text-indent: -1.75em;
    padding-left: 2em;
}
@media (max-width: 768px) {
    .discount_area ul a.dvd3 {
        width: 98%;
        margin: 1.5% 2%;
        padding: 1rem;
    }
    .discount_area ul a.dvd2 {
        width: 98%;
        margin: 1.5% 2%;
        padding: 1rem;
    }
 .discount_area ul a.dvd2_1 {
        width: 98%;
        margin: 1.5% 2%;
        padding: 1rem;
    }
	.online {
    font-size: 1.2rem;
    width: 98%;
    text-align: center;
}
.mail {
    font-size: 1.2rem;
    width: 98%;
    text-align: center;
}
}