@charset "UTF-8";
/* CSS Document */



input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  padding: 0;
  line-height: 1.0em;
}


/* Accordion styles */
.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  color: #000;
  overflow: hidden;
  margin-bottom: 14px;
  border-top: 1px solid #FF6600;
}
.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1em 1em 1em 3.5em !important;
  line-height: 1.0em !important;
  /*background: #2c3e50;*/
  font-weight: bold;
  cursor: pointer;
  /* Icon */
  background: #FFF2E5 url(/faq/item_img/ico_question.png) no-repeat 10px 10px;
}
.tab h3 {
  padding: 0;
  margin-bottom: 0;
  line-height: 1.0em;
  color: #000;
}
.tab-label:hover {
  color: #FF6600;
    /* Icon */
  background: #FFF2E5 url(/faq/item_img/ico_question.png) no-repeat 10px 10px;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em 0 3.5em;
  color: #2c3e50;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
    /* Icon */
  background: #FBFBFB url(/faq/item_img/ico_answer.png) no-repeat 10px 10px;
  overflow: hidden;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: #FFF2E5;
    /* Icon */
  background: url(/faq/item_img/ico_question.png) no-repeat 10px 10px;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 200vh;
  padding: 1em 1em 1em 3.5em;
}




/* Category styles */

.category__container {
  width: 100%;
  background-color: #f6f9fa;
  padding: 40px 0 20px 0;
}

.category__container h2 {
  font-size: 26px;
  font-weight: normal;
  color: #3e4b56;
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
}

.category__flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category__flex-item {
  width: 31%;
  margin-bottom: 28px;
  padding: 27px 13px 27px 13px;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 21px rgba(0,0,0,0.1);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.category__flex-item h3 {
  margin-bottom: 10px;
}

.category__flex-item a {
  text-decoration: none;
}

.category__flex-item a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}

.category__flex-item p {
  font-size: 14px;
  color: #FF6600;
}

.category__ico img {
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .category__flex-item {
    width: 100%;
  }
  .category__flex-item h3 {
    line-height: 1.2;
    font-size: 19px;
  }
  .category__ico img {
  width: 60%;
}
}



/* frequently-question styles */


.frequently-question__container {
  width: 100%;
  padding: 20px 0 45px 0;
}

/*
.frequently-question__container h2 {
  font-size: 26px;
  font-weight: normal;
  color: #3e4b56;
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
}
*/





/* contact styles */

.contact__container {
  width: 100%;
  padding: 20px 0 45px 0;
}

.contact__txt {
  text-align: center;
  margin-bottom: 20px;
  color: #3e4b56;
}

.contact__flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact__flex-item {
  width: 40%;
}

.contact__flex-item:first-child {
  margin-right: 40px;
}

.contact__flex-item h3 {
  margin-bottom: 0px;
  color: #3e4b56;
  text-align: center;
}

.contact__btn {
  width: 100%;
  display: block;
  padding: 20px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.green {
  background-color: #19B100;
  border-bottom: 4px solid #128100;
}

.blue {
  background-color: #00ACCB;
  border-bottom: 4px solid #017B90;
}
/*
.contact__btn span.contact__btn-txt--base{
  color: #FFF;
  position: relative;
  padding-left: 24px;
}

.contact__btn span.contact__btn-txt--base::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
*/
.contact__btn--mail span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 0;
  background: url(/faq/item_img/ico_btn_email.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.contact__btn--tell span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 0;
  background: url(/faq/item_img/ico_btn_tell.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.contact__txt--time{
  text-align: center;
  font-size: 12px;
}

.contact__btn-txt--tel {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .contact__flex-item {
    width: 100%;
  }
  .contact__flex-item:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
