@charset "utf-8";

/* -----------------------------------------------
NEWS
----------------------------------------------- */
.news {
  width: 73.14%;
  margin: 60px auto 0;
}

@media (max-width: 1024px) {
  .news {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .news {
    padding: 0 10px;
  }
}

.news .newslist {
  margin-top: 40px;
  font-size: 1.4rem;
}

.news .newslist ul{
  margin-bottom: 60px;
}

.news .newslist li a{
  display: block;
  border-bottom: 1px dotted #c7c7c7;
  padding: 20px 5px;
  transition: 0.3s ease-in-out;
}

.news .newslist li a:hover{
  padding: 20px 5px;
  background: #efefef;
}

.news .newslist li p{
  line-height: 1.6em;
  font-size: 1.4rem;
}

.news .newslist li p.date span{
  display: inline-block;
  font-size: 1.3rem;
}

.news .newslist li p.date .news_type{
  margin-left: 10px;
  font-size: 1.3rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
}

.news .newsnavi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.news .newsnavi_list li a{
  margin-right: 30px;
  font-size: 1.3rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsnavi_list li a:first-child{
  margin-left: 5px;
}

.news .newsnavi_list li a:hover{
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 599px) {
  .news .newslist {
    font-size: 1.3rem;
  }

  .news .newslist li p{
    margin: 10px 0;
    font-size: 1.3rem;
  }

  .news .newsnavi_list {
    display: block;
  }

  .news .newsnavi_list li{
    display: inline-block;
    width: 32%;
    text-align: center;
  }

  .news .newsnavi_list li a{
    margin: 0 0;
    line-height: 2.0em;
    font-size: 1.3rem;
    font-family: futura, 'Century Gothic', 'Hind', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .news .newsnavi_list li a:first-child{
    margin-left: 0px;
  }
}


/* -----------------------------------------------
FAQ
----------------------------------------------- */
.faq {
  width: 73.14%;
  margin: 60px auto 0;
}

@media (max-width: 1024px) {
  .faq {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .faq {
    padding: 0 10px;
  }
}

.faq .faqlist {
  margin-top: 40px;
  font-size: 1.4rem;
}

.faq .faqnavi_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.faq .faqnavi_list li {
  width: 16.6%;
  border:1px solid #fff;
  background:#f1f1f1;
}

.faq .faqnavi_list li .eng_show{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
}

.faq .faqnavi_list li a span{
  display: block;
  margin: 0 0;
  padding: 14px 10px;
  font-size: 1.15rem ;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq .faqnavi_list li a span:hover{
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 599px) {
  .faq .faqnavi_list li {
    width: 25%;
    border:1px solid #fff;
    background:#f1f1f1;
  }
  .faq .faqnavi_list li a span{
    display: block;
    margin: 0 0;
    padding: 10px 10px;
    font-size: 1.10rem ;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

}

.faqlist h3.ttl span{
  display: block;
  margin-top: 40px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #4E4D4D;
  padding-left: 20px;
}

.faqlist h3.ttl .eng_show {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
}

.faqlist .faq.qa .title {
  font-size: 1.4rem;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.faqlist .faq.qa .title::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  background-color: #121212;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faqlist .faq.qa .title::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  background-color: #121212;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faqlist .faq.qa .title.ac::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faqlist .faq.qa .title.ac::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.faq .faqlist dl {
  width: 100%;
  margin: 0 0;
  padding: 10px 10px;
  border-bottom: 1px dotted #c7c7c7;
}

.faq .faqlist .title {
  padding: 10px 10px;
}

.faq .faqlist .content {
  margin-top: 10px;
  margin-bottom: 15px;
}

.faq .faqlist .title span,
.faq .faqlist .content span,
.faq .faqlist .content span a{
  font-size: 1.2rem;
  line-height: 1.7em;
}

.faq .faqlist .content a{
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq .faqlist .content a:hover{
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


/* -----------------------------------------------
request/index
----------------------------------------------- */
.requestIndex{
  width: 70%;
  margin: 60px auto 0;
}
.requestIndex h2{
  margin: 30px 0 5px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 600;
  text-decoration: underline;
}
.requestIndex p{
  font-size: 1.4rem;
  line-height: 1.5em;
}
.requestIndex .attention{
  color: #ff0000;
}
.requestIndex .stepnavi {
  margin: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content:center; 
}
.requestIndex .stepnavi li {
  width: calc(33.333% - 20px);
  margin: 0 10px 20px 10px;
}
.requestIndex .stepnavi li img{
  width: 100%;
}
.requestIndex .button_area{
  width: 80%;
  max-width: 350px;
  margin: 20px auto 40px;
  text-align: center;
}
.requestIndex .button_area .btn_b a{
  margin: 20px auto 40px;
  padding: 14px 40px;
  font-size: 1.8rem;
}
.requestIndex img.img_b{
  width: 100%;
  max-width: 700px;
  margin: 15px 0;
  border: 1px solid #000;
}
.requestIndex img.img_r{
  width: 100%;
  max-width: 700px;
  margin: 15px 0;
  border: 1px solid #ff0000;
}

@media (max-width: 1024px) {
  .requestIndex {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .requestIndex {
    padding: 0 10px;
  }
  .requestIndex .stepnavi li {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
  }
}


/* -----------------------------------------------
pagenation
----------------------------------------------- */
.pagenation ul.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.pagenation ul.pager li {
  margin-right: 4px;
}

.pagenation ul.pager li:last-child {
  margin-right: 0;
}

.pagenation ul.pager li {
  padding: 14px 15px;
  color: #ffffff;
  font-size: 1.2rem;
  display: block;
  background-color: #4E4D4D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagenation ul.pager li:hover {
  cursor: pointer;
  background-color: #888888;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagenation ul.pager li.current {
  background-color: #E5E5E5;
  font-size: 1.2rem;
  padding: 14px 15px ;
  color: #111;
}

.pagenation ul.pager li.current:hover {
  cursor: normal;
}

/* Margin */
.mt0 { margin-top: 0px !important ; }
.mt5 { margin-top: 5px !important ; }
.mt10 { margin-top: 10px !important ; }
.mt15 { margin-top: 15px !important ; }
.mt20 { margin-top: 20px !important ; }
.mt25 { margin-top: 25px !important ; }
.mt30 { margin-top: 30px !important ; }
.mt35 { margin-top: 35px !important ; }
.mt40 { margin-top: 40px !important ; }
.mt45 { margin-top: 45px !important ; }
.mt50 { margin-top: 50px !important ; }
.mt60 { margin-top: 60px !important ; }
.mt70 { margin-top: 70px !important ; }
.mt80 { margin-top: 80px !important ; }
.mt90 { margin-top: 90px !important ; }
.mt100 { margin-top: 100px !important ; }
.mb0 { margin-bottom: 0px !important ; }
.mb5 { margin-bottom: 5px !important ; }
.mb10 { margin-bottom: 10px !important ; }
.mb15 { margin-bottom: 15px !important ; }
.mb20 { margin-bottom: 20px !important ; }
.mb25 { margin-bottom: 25px !important ; }
.mb30 { margin-bottom: 30px !important ; }
.mb35 { margin-bottom: 35px !important ; }
.mb40 { margin-bottom: 40px !important ; }
.mb45 { margin-bottom: 45px !important ; }
.mb50 { margin-bottom: 50px !important ; }
.mb60 { margin-bottom: 60px !important ; }
.mb70 { margin-bottom: 70px !important ; }
.mb80 { margin-bottom: 80px !important ; }
.mb90 { margin-bottom: 90px !important ; }
.mb100 { margin-bottom: 100px !important ; }