@charset "utf-8";
/* CSS Document */
.pagetitle-faq {
  height: 260px;
  background-image: url("../images/faq/faq_main.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.pagetitle-faq .bg-faq {
  height: 260px;
  background-image: url(../images/common/pagetitle_bg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pagetitle-faq h1 {
  position: absolute;
  top: 110px;
  left: 113px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 200;
  color: #fff;
  line-height: 1.4;
  text-shadow: 1px 2px 3px #333;
}
.search-container {
  padding: 0 0 14px;
  text-align: center;
  border-width: 2px;
  border-color: rgb(0, 66, 152);
  border-style: solid;
  border-radius: 7px;
  background-color: rgb(234, 242, 254);
  width: 100%;
}
.search-container label {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 31px;
  color: rgb(0, 64, 152);
  background-image: url("../images/faq/faq_lens.png");
  background-position: left 122px top;
  background-repeat: no-repeat;
  letter-spacing: 6px;
}
/*.search-container label::before {
  content: '';
  display: block;
  width: 61px;
  height: 49px;
  background-image: url("../images/faq/faq_lens.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}*/
.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.search-box form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-container input[type="text"] {
  height: 40px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  border-width: 1px;
  border-color: rgb(198, 194, 194);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 456px;
  margin: 0 15px 0;
}
.search-container button {
  height: 40px;
  font-size: 18px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
}
.search-container button:first-of-type {
  border-radius: 5px;
  background-color: rgb(0, 64, 152);
  width: 95px;
  height: 41px;
  padding: 0;
  margin: 0 8px 0 0;
}
.search-container button:first-of-type:hover {
 opacity: 0.8;
}
.search-container button:last-of-type {
  border-radius: 5px;
  background-color: rgb(179, 180, 181);
  width: 95px;
  height: 41px;
}
.search-container button .icon {
  font-size: 18px;
  color: #666;
}
.search-container button:hover {}
.section-title {
  background-color: #e8f4ff;
  color: #333;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  border-top: 2px solid #b0d9ff;
}
.question {
  padding: 13px 13px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 7px;
  background-color: rgb(254, 250, 234);
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin: 0 0 17px;
}
.question:hover {
  background-color: #f9f9f9;
}
.question::before {
  content: "問";
  width: 24px;
  height: 24px;
  background-color: #fecb01;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.icon_02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  border-radius: 50%;
  background-color: rgb(219, 219, 217);
  padding: 0px 5px;
  color: #fff;
}
.answer {
  padding: 2px 11px 43px;
  background-color: #fff;
  font-size: 16px;
  display: none;
}
.answer::before {
  content: "答";
  width: 24px;
  height: 24px;
  background-color: #b3b4b5;
  font-weight: bold;
  text-align: center;
  border-radius: 7px;
  margin-right: 10px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
}
.faq-cat_ttl {
  border-width: 2px;
  border-color: rgb(0, 64, 152);
  border-style: solid;
  border-radius: 7px;
  background-color: rgb(226, 237, 255);
  font-weight: bold;
  font-size: 24px;
  color: rgb(0, 64, 152);
  line-height: 2;
  text-align: center;
}
.nav-news{
	display:flex;
justify-content:center;
align-items:center;
}
.page_link{
	
	  border-radius: 7px;
  background-color: rgb(0, 64, 152);
 
  width: 270px;
  height: 53px;

  font-size: 18px;
 
  color: rgb(255, 255, 255);
 display:flex;
justify-content:center;
align-items:center;


}
.page_link:first-child{
	margin: 0 60px 0 0;
}
.page_link:hover{
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	  .pagetitle-faq {
    height: 102px;
    margin-bottom: 60px;
		  background-position: right -86px top;
  }
	.pagetitle-faq h1 {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 3px;
    text-align: center;
    padding: 5px;
    background-color: #014099;
  }
  .pagetitle-faq .bg-faq {
    height: 102px;
    background-image: none;
  }
  .search-box {
    flex-wrap: wrap;
  }
  .search-box form {
    flex-wrap: wrap;
    ;
  }
  .search-container input[type="text"] {
    width: 90%;
    margin: 0 0 10px;
  }
  .search-container label {
    font-size: 7vw;
  }
}