@charset "utf-8";
/* CSS Document */
body {
  width: 100%;
  background-color: #fff;
  color: #242F51;
}
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;
}
ul li.indent {
  list-style-type: katakana;
}
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol li.indent {
  list-style: 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: #d5ead8;	
  /*background-color: #D8F3FF;*/
  /*background-color: #8293b1;*/
}
#home img {
  width: 110px;
  text-align: center;
  margin-top: 1rem;
  /*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-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  /*color: white;*/
}
#home .date {
font-size: 1.6rem;	
   /*font-size: 1.9rem;*/
  font-weight: bold;
  text-align: center;
  /*color: white;*/
line-height: 2.5rem;	
  /*line-height: 2.8rem;*/
  margin-bottom: 1.2rem;
  padding-top: .2rem;
}
#home .date:before, #home .date:after {
  content: '';
  display: block;
  height: 1px;
  background: #242F51;
  /*background: white;*/
  flex: 1 1 auto;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  #home h1 {
    font-size: 2.7rem;
  }
  #home .date {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  #home .date:before, #home .date:after {
    margin-left: 10% !important;
    margin-right: 10% !important;
    line-height: 1rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  #home h1 {
    /*font-size: 3rem;*/
    font-size: 1.7rem;
  }
  #home .date {
    /*font-size: 1.4rem;
	line-height: 2.1rem;*/
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left !important;
  }
  #home .date:before, #home .date:after {
    margin-left: 0% !important;
    margin-right: 0% !important;
    margin-bottom: 1rem;
  }
}
.col-lg-6 {
  /*background-color: #D8F3FF !important;*/
  background-color: #d5ead8 !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: 30px 10px;	
  /*padding: 30px;*/
  width: 100%;	
  /* width: 90%;*/
  margin: 0 auto;
  border-radius: 10px;
}
.area-content p {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .area-content p {
    font-size: 1.2rem;
  }
}
.lg img {
  width: 80%;
}
.title {
  font-size: 1.5rem !important;
}
@media (max-width: 991px) {
  .title {
    font-size: 1rem !important;
  }
  .lg img {
    width: 50%;
  }
}
#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: 1rem;
  text-align: center;
}
#howto a {
  color: #336699;
  text-decoration: underline !important;
}
#howto a:hover {
  color: #0000ff !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: 1.3rem 5rem;
  background-color: #00523a !important;	
  /*background-color: #336699 !important;*/	
  text-align: center;
  color: white !important;
  font-weight: bold;
  font-size: 1.3rem;
}
.to-app-btn:hover {
 background-color: #127d5a !important;
}
@media(max-width:991px) {
  .to-app {
    padding: 1rem;
  }
  .to-app-btn {
    padding: 1.2rem;
  }
}
.menu-to-app-btn {
 background-color: #127d5a !important;	
  /*background-color: #D8F3FF !important;*/
  /*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: 1.1rem;
  border-radius: 10px;
  width: 100%;
    /*color: #242F51;*/
}
.menu-to-app-btn a:hover {
  background-color: #00523a !important;	
  /*background-color: #2a4474 !important;*/
  font-weight: bold;
  color: white !important;
  border-radius: 10px;
}
.address {
  padding: 1.5rem;
  border: solid 1px #616368;
}
@media(min-width:769px) {
  .npc {
    display: none !important;
  }
}
@media(max-width:768px) {
  .nsp {
    display: none !important;
  }
  .area-content {
    background: white;
    padding: 2rem .5rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
  }
  .to-qa-btn {
    padding: 1.5rem !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;
  color: #2500F9;
}
#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:1.5rem;*/
  font-size: 1.25rem;
}
#news article h3 {
  font-size: 1.25rem;
  /*font-size:1.5rem;*/	
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 991px) {
  #news article h3 {	
    /*font-size: 1rem;*/
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
.call {
  font-size: 3rem;
  font-weight: bold;
  color: inherit;
  text-align: center;
}
@media (max-width: 768px) {
  .call {
    font-size: 2rem;
  }
}
#contact a:hover {
  color: #0000ff !important;
}
#contact p {
  text-align: center !important;
}
#contact p.left {
  text-align: center !important;
}
@media (max-width: 768px) {
  #contact p {
    font-size: 1.2rem;
    text-align: left !important;
  }
}
#contact li {
  text-align: center !important;
}
#footer p {
  color: white !important;
  text-align: center;
  margin-top: 1rem;
}
#footer p a, a:hover {
  color: #ffffff !important;
}
#footer .policy {
  font-size: .8rem;
  margin: 2rem;
  color: white;
  text-align: center;
}
.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: 1.5rem;
  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;
  padding-bottom: .4em;
  margin-top: -0.3em;
}
.indent-num {
  padding-left: 1em;
  text-indent: -2.5em;
  padding-bottom: 0.4em;
  margin-top: -0.3em;
}
.indent-sp {
  margin-left: 1em;
  padding-left: 1em;
  padding-bottom: .4em;
  margin-top: -0.3em;
}
.indent1 {
  margin-left: 1em;
}
.indent1-sp {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .indent-sp {
    margin-left: 0;
    padding-left: 0;
  }
  .indent1 {
    margin-left: 0em;
  }
  .indent1-sp {
    margin-left: 0;
    text-align: left;
  }
}
.indent-area {
  text-indent: 1em;
}
.indent-area_pro {}
.indent-area_pro ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.indent1 li {
  margin-left: 1em;
}
.indent2 {
  margin-left: 2em;
}
.indent3 {
  margin-left: 3em;
}
.indent4 {
  margin-left: 4em;
}
@media (max-width: 768px) {
  .indent3 {
    margin-left: 1.5em;
  }
  .indent4 {
    margin-left: 1em;
  }
}
.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;
}
.fs-2h {
  font-size: 1.5rem !important;
}
.fs-3h {
  /*font-size: 2rem !important;*/
  font-size: 1.7rem !important;	
}
.fs-2s {
  font-size: 1.44rem !important;
}
.fs-1s {
  font-size: 1.2rem !important;
}
.fw-bolds {
  font-weight: 700 !important;
}
.fs-5h {
  font-size: 2.45rem !important;
 /*font-size: 2.5rem !important;*/	
}
.fs-2 {
    font-size: 1.3rem !important;
}
@media (max-width: 768px) {
  .fs-2s, .fs-1s {
    font-size: 0.7rem !important;
    font-weight: bold;
  }
  .fs-3h {
    font-size: 1.44rem !important;
    font-weight: bold;
  }	
  .fs-5h {
	/*font-size: 2rem !important; */
    font-size: 1.7rem !important;
    padding: 0.7rem;
  }
  .fw-bolds {
    font-weight: normal !important;
  }
}
/*--table--*/
table.top-t {
  width: 100%;
  /*text-align: center;*/
  margin-bottom: 3rem;
  border-collapse: collapse;
}
.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);
}
table.top-t td, table.top-t td.f-normal {
  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-fst3, .top-t-fst3_02 {
  background-color: #127d5a;	
  /*background-color: #6e88b0;*/
  color: white;
  border-right: 1px #FFF solid;
  border-left: none !important;
}
.top-t-fst3_02 {
  width: 35%;
}
@media (max-width: 768px) {
  table.top-t {
    white-space: nowrap !important;
  }
  .table-scroll {
    overflow-x: scroll;
    width: 100%;
  }
  table.top-t td, table.top-t td.f-normal {
    padding: 10px 0.2rem;
  }
}
/* @media (max-width: 480px) {
    table.top-t {
  width: 102%;
}
    }*/
/*--line--*/
.txt-marker_yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
/*--書類table--*/
.top-t-fst3_02 {
  /*width: 35%;*/
  width: 30%;
}
table.top-t td.f-normal {
  font-weight: normal;
}
/*ページ下部の設置期間------*/
.wrapper-left {
  margin: 0 auto;
  text-align: center;
}
.txt-left {
  display: inline-block;
  text-align: left !important;
}
/*マニュアル系のリンク*/
.manual-link ul{
	display: flex;
	justify-content:center;
	margin-top: 1em;
}
.manual-link ul li{
	font-size: 1.5rem;
}
@media (max-width: 768px) {
.manual-link ul{
	display: block;
}
}
/*マニュアルはこちら部分*/
.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;
}
}