@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;
}

/*------------------------------------------
  タイトルまわり
------------------------------------------*/
h1 {
  color: #003164;
}

.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;
  }

/*------------------------------------------
  表
------------------------------------------*/

table tr {
    border-top: solid 1px #c7c7c7;
}
table tr:last-child {
    border-bottom: solid 1px #c7c7c7;
}
table td, th {
    padding: 1.5rem;
}
table th {
    color: #003164;
}
  /*==============================================================================
          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;
}
/*------------------------------------------
  表
------------------------------------------*/

table tr {
    font-size: 14px;
}

