@charset "utf-8";
/* css Document */
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5rem;
  font-size: 18px;
  color: #2c2e35;
  font-weight: 500;
  background: #E3E9F1;
  overflow-wrap: anywhere;
}
a {
  text-decoration: none;
}
a:active, a:hover {
  /*color: #000;*/
}
a:hover img {
  /*opacity: 0.5;
  transition: 1s;*/
}
section {
  padding: 100px 0;
  overflow: hidden;
}
.container {
  width: 1280px;
  margin: 0 auto 50px;
}

/*------------------------------------------------------------------------------
  年末年始
------------------------------------------------------------------------------*/
.nenmatsu img {
  width: 100%;
}

/*------------------------------------------------------------------------------
  基本カラー
------------------------------------------------------------------------------*/
.pink {
  color: #ff357f !important;
}
.blue {
  color: #024e8f !important;
}
.white {
  color: #ffffff !important;
}
.gray {
  color: #eceff2 !important;
}
.skayblue {
  color: #c3d9e6 !important;
}

/*------------------------------------------
  タイトルまわり
------------------------------------------*/

.title {
    font-size: 46px;
    font-weight: 700;
    transform: skewX(-15deg);
    margin-bottom: 50px;
    line-height: 1em;
}
section.section1 {
  padding: 150px 0 80px;
}
.section1 .title:before {
  content: attr(data-en);
  position: absolute;
  top: -25px;
  left: 30%;
  right: -50%;
  transform: translateX(-50%);
  color: rgba(195, 217, 230, 0.5);
  font-size: 130px;
  z-index: -5;
}
.Categorytitle {
    font-size: 30px;
    font-weight: 700;
    transform: skewX(-15deg);
    margin-bottom: 50px;
    line-height: 1em;
}
  /*--------------------------------------------
  セクションまわり
----------------------------------------------*/
  section {
    padding: 0 0 50px;
  }
  .qanda_cont {
    margin: 0 auto;
  }
  .section1 .sec1_title:before {
    font-size: 80px;
  }

/*------------------------------------------
  section1 最よくあるご質問
------------------------------------------*/

.qa_item {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  filter: drop-shadow(0 0 8px rgba(2, 78, 143, 0.5));
  transform: translateZ(0);
  margin-bottom: 50px;
}
.qa_item:last-child {
  margin-bottom: 0;
}
.question {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #024e8f;
  align-items: center;
}
.answer {
  padding: 10px 0 0 0;
}
.qa_title {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #024e8f;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
.qa_text {
  font-weight: 700;
}
.an_title {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d02260;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
.question div {
  width: 100%;
}
.question div:first-child {
  flex: 0.1;
  display: flex;
  align-items: flex-start;
}
.question div:last-child {
  flex: 2;
  display: flex;
  align-items: center;
}
.answer div:first-child {
  flex: 0.1;
  display: flex;
  align-items: flex-start;
}
.answer div:last-child {
  flex: 2;
  display: flex;
  align-items: center;
}


  /*==============================================================================
          tablet
============================================================================== */
 /* ------ 960px以下 ------- */
@media (max-width: 1080px) {
  body {
    font-size: 16px;
  }
  section {
    width: 100%;
    padding: 0;
  }
  .container {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  h2 {
    line-height: 1.2rem;
  }
  .Categorytitle {
    font-size: 25px;
    font-weight: 700;
    transform: skewX(-15deg);
    margin-bottom: 30px;

}
    /*--------------------------------------------
  section8 最よくあるご質問
----------------------------------------------*/
  section.section1 {
    padding: 70px 0 0;
  }
  .qanda_cont {
    margin: 0 auto;
  }
  .section8 .sec_title:before {
    font-size: 80px;
  }
}
/*==============================================================================
            SP
  ============================================================================== */
/* ------ 500px以下 ------- */
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
  section {
    width: 100%;
    padding: 0;
  }
  /*------------------------------------------
  タイトルまわり
------------------------------------------*/

.title {
    font-size: 30px;
    margin-bottom: 50px;
}
.section1 .title:before {
  font-size: 50px;
}
  /*--------------------------------------------
  section1 最よくあるご質問
----------------------------------------------*/
  .section1 .sec1_title:before {
    font-size: 50px;
  }
  .qa_item {
    margin-bottom: 30px;
  }
  .an_text {
    text-align: justify;
  }
}

