@charset "utf-8";
/* CSS Document */



body {
	width: 100%;
	background-color: #f2f2f2;
}

html,
body {
    width:100%;
    font-family: 'Lato', sans-serif;/*'Ubuntu', sans-serif;*/
}
td{
	padding:1.5em!important;
}

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: #a0c2af;
	/*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,#tel .flex-center {
    text-align: center;
}

#home h1 {
	padding-top: .5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: white;
}

#home .date {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 2rem;
	margin-bottom: 1.2rem;
}

#home .date:before, #home .date:after {
    content: '';
    display: block;
    height: 1px;
    background: white;
    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;
}
.scroll {
    overflow: auto;
    white-space: nowrap !important;
  }
}

.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 {
	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 2rem;
	background-color: #336699!important;
	text-align: center;
	color: white!important;
	font-weight: bold;
	font-size: 1.3rem;
}
.btn-form {
	display:inline-block;
	width: 50%;
}

@media(max-width:991px) {
.to-app-btn {
	padding: 1.5rem;
}
}

.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,#tel a:hover {
	color: #616368!important;
}

#contact p,#tel p {
	text-align: center!important;
}

#contact li,#tel li {
	text-align: center!important;
}


#footer p {
	color: white!important;
	text-align: center;
	margin-top: 1rem;
}

#footer p a, a:hover {
	color: white!important;
}

#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;
}

.btn-box{
	width: 100%!important;
}  

/*table*/
.t-bd {
    border: 1px solid #616368;
}
.t-bd-r {
    border-top: 1px solid #616368;
    border-right: 1px solid #616368;
	border-under: 1px solid #616368;
}
/*formbutton*/
.fb-container {
      display: flex;
      flex-wrap: wrap;
}
.fb-column {
      width: calc(50% - 20px);
      margin: 10px;
      padding: 10px;
}
@media not all and (min-width: 768px){
.fb-column {
      width: 100%;
	padding: 0;
}
}