@charset "utf-8";
/* CSS Document */
html{ scroll-behavior: smooth;}

.faq p{
  font-size:0.875rem;
  text-align: justify;
  line-height: 1.7;
}
.faq a{
  color: #00B9EF;
  border-bottom: 1px solid #00B9EF;
  transition: .2s;
  display: inline-block;
}
.faq a:hover{
  opacity: .6;
}
.top_link{border-bottom: none!important;}

.faq section{
  text-align: left;
}

    .faq section h3 {
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    font-weight: 800;
    color: #00B9EF;
    padding: 0.5rem 0 0.25rem 0.75rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #f39800;
    margin-bottom: 0.5em;
    margin-left: 1em;
    line-height: 1.2;
}
    .faq section h3::before {
    content: "";
    position: absolute;
    background: url("../img/pen.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
    bottom: -2px;
    left: -14px;
}
/*-top----------------------*/
  .faq_top {
    display: flex;
    width: 100%;
    height: 120px;
    position: relative;
}
.faq_top > a:first-of-type{width: 100%;opacity: 1!important;}

.faq_top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00B9EF;
    height: 100%;
    width: 50vw;
    margin-left: calc(50% - 50vw);
    z-index: -1;
}
.faq_top h1{
    margin: 0;
    position: relative;
    left: -20%;
    width: 100%;
    background-image: url(../img/faq_kkpj_logo2.png);
    background-repeat: no-repeat;
    border-radius: 0 0 50px 0;
    /*height: 120px;*/
    height: 100%;
    background-position: center;
    background-size: cover;
}
.faq_top .kkpj_top_icon {
    display: flex;
    position: absolute;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
}
.faq_top h1 img{
    height: 120px;
  display: none;
}
.faq_top .kkpj_top_icon img {
    height: 50px;
    max-width: 150px
   
}
.faq_top .kkpj_top_icon img:nth-child(2) {
    margin-left: 3rem;
}
/*--タイトル--------------------*/
.faq_tit {
  text-align: center;
  margin: 8rem auto 0;
}
.faq_tit h2{margin: 0;}
/*--著作権----------------------*/
  .faq_Copyright{text-align: left;}
  .faq_Copyright > div{
    position: relative;
    padding: 3rem 0;
    background-color: #f5f2ef;
    margin-left: 10px;
  }
  .faq_Copyright > div::before {
    content: "";
    position: absolute;
    background-image: url("../img/icon_notebook.svg");
    background-repeat: no-repeat space;
    background-position: left;
    top: 20px;
    left: -10px;
    width: 100%;
    height: calc(100% - 22px);
}
.faq_Copyright dl{
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.7;
  z-index: 100;
  position: relative;
}
.faq_Copyright dl dt{
  padding-right: 2rem;
  border-right: 1px solid #00B9EF;
}
.faq_Copyright dl dd{
  padding-left: 2rem;
}
/*-----------------------------------------------------*/
.cont_back_4,.cont_back_4 span{
  display: inline-block;
  color:#005594;
  letter-spacing: 0.2em;
  font-size: 2.5rem;
  font-feature-settings: "palt" 1;
  position: relative;
  min-width: 400px;
}
.cont_back_4 span{padding: 0.5em 1em;}
.cont_back_4::before,.cont_back_4::after,.cont_back_4 span::before,.cont_back_4 span::after{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
}
.cont_back_4::before {
  top:0;
  left: 0;
  border-top: 4px solid #1eadde;
  border-left: 4px solid #f39700;
}
.cont_back_4::after {
  bottom:0;
  right: 0;
  border-right: 4px solid #f39700;
  border-bottom: 4px solid #1eadde;
}
.cont_back_4 span::after {
  top: 0;
  right: 0;
  border-top: 4px solid #1eadde;
  border-right: 4px solid #f39700;
}
.cont_back_4 span::before {
  bottom: 0;
  left: 0;
  border-left: 4px solid #f39700;
  border-bottom: 4px solid #1eadde;
}


/*---faq_charalogo------------------*/


.faq_charalogo dl{
  color: #00B9EF;
  margin-bottom: 5rem;
}
.faq_charalogo dl dt{

  font-size: 1.3rem;
  margin: 2rem 0
}
.faq_charalogo dl dt{
  font-size: 1.3rem;
  font-weight: 700;
  margin: 2rem 0
}
/*.faq_charalogo dl dd span{
  color: #000;
  padding-left: 0.5em
}*/
.faq_charalogo dl .charalogo_img{
  display: flex;
  flex-wrap: wrap;
}
.faq_charalogo dl dd:last-of-type{
  color: #000;
}
.faq_charalogo dl dd div:first-of-type{
  margin-right: 5rem;
  margin-bottom: 2rem;
}
.faq_charalogo dl dd div div img{
  min-height: 250px;
}
.faq_charalogo dl dd div div:first-of-type{
  margin-bottom: 1rem;
}
.faq_charalogo_kk dd img{
  max-height: 200px;
  margin-bottom: 1rem;
}

/*---faq_site_cont-------------------------------*/
/*.faq_site_cont p a{
  position: relative;
  color: #00B9EF;
  border-bottom: 1px solid #00B9EF;
  padding-right: 1.5em;
  font-size: 1rem;
}
.faq_site_cont p a::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #00b9ef;
  border-right: 0;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}*/

/*-faq_faq----------------------------------------*/
.faq_faq{
  font-size: 0.875rem;
  line-height: 1.7;}
.faq_faq dt,.faq_faq dd{
  position: relative;
  padding-left: 4rem;}
.faq_faq dt{
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1.5rem;}
.faq_faq dd{
  padding-bottom: 2rem;
  border-bottom: 1px solid #F39800;
}
.faq_faq dd:last-child{
  padding-bottom: 0;
  border-bottom: none;
}
.faq_faq dt::before,.faq_faq dd::before{
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: -0.5em;
  left:0;
}
.faq_faq dt::before{
  content:url("../img/faq_faq_q.svg");
}
.faq_faq dd::before{
  content:url("../img/faq_faq_a.svg");
}
/*------------------------------------*/
.faq_Copyright.faq_contact > div {text-align: center;}
.faq_Copyright.faq_contact dl{
  display: inline-block;
}
.faq_Copyright.faq_contact dl dt{
    background-color: #00B9EF;
    padding: 0.75rem 1rem;
    border-radius: 50px;
}
.faq_Copyright.faq_contact dl dt a{
    border-bottom: none;
    color: #fff;
}
.faq_Copyright.faq_contact dl dd{
  padding-left: 0;
}
.faq_Copyright.faq_contact dl dd p{
  text-align: center;
}

/*------------------------------------*/


@media screen and (max-width: 1500px){
.faq_top h1{
    left: -10%;
    width: 84%;
}
.faq_top .kkpj_top_icon {
    right: -8%;
}
}
@media screen and (max-width: 1300px){
.faq_top h1{
    left: 0;
    width: 66%;
    background-position: -45px center;
}
.faq_top .kkpj_top_icon {
    right: 0;
}
}
@media screen and (max-width: 1100px){
.faq_header{
  padding-left: 0;
  padding-right: 0;
}
.faq_top h1{
width: 100%;
background-position: left;

}
.faq_top > a:first-of-type{width: 60%;}

.faq_top .kkpj_top_icon {
  width: 35%;
}
.faq_top .kkpj_top_icon img {
   max-width: 100%;
    width: 40%;
    height: auto;
}
  
}
@media screen and (max-width: 767px){
article section, footer section {
  margin-bottom: 3rem;
}
.faq_top::before {
    background: none;
}
.faq_top{
  height: 100px;
}
/*.faq_top h1{
  height: 100px;
}*/
/*.faq_top .kkpj_top_icon {
  top: 40%;
}*/
.faq_top .kkpj_top_icon img:nth-child(2) {
    margin-left: 1.5rem;
}
.faq_tit {
  margin: 4rem auto 0;
}
.cont_back_4 span {
  padding: 1em 2em;
}
.cont_back_4, .cont_back_4 span {
  font-size: 1.5rem;
  min-width: auto;
}

/*-------------------------------*/
.faq_charalogo dl dd div div img {
  min-height: auto;
  width: 100%;
}
.faq_charalogo dl dd div div {
  width: 100%;
}
.faq_charalogo .charalogo_img div:first-of-type img{width: 80%;}
/*------------------------------*/
.faq_Copyright > div {
    display: flex;
  justify-content: center;
  }
.faq_Copyright dl {
    flex-direction: column;
  font-size: 1rem;
}
.faq_Copyright dl dt {
    padding-bottom: 1rem;
    border-bottom: 1px solid #00b9ef;
    border-right: none;
}
.faq_Copyright dl dd {
    padding-left: 0;
}
.faq_Copyright.faq_contact dl {
    padding: 0 1rem 0 1.5rem;
}
  
/*.faq_Copyright.faq_contact dl dt {
    border-bottom: none;
    padding-bottom: 0;
}*/
}

@media screen and (max-width: 600px){
.faq_top > a:first-of-type {
  width: 50%;
}
.faq_top{
  height: 80px;
}
/*.faq_top h1{
  height: 80px;
}*/
.faq_top .kkpj_top_icon {
  width: 47%;
}

.faq_charalogo .charalogo_img div:first-of-type img {
  width: 100%;
  }
.faq_Copyright.faq_contact dl {
  padding: 0 1rem 0 2rem;
  }
  
}
@media screen and (max-width: 375px) {
    .faq_Copyright > div {
        padding-left: 2rem;
    }
    .faq_Copyright.faq_contact dl {
        padding: 0 1rem 0 0rem;
        font-size: 0.85rem;
    }
    .faq_top > a:first-of-type {
        width: 56%;
    }
      .faq_top h1 {
    position: relative;
    left: -20px;
    }
}