﻿
  @media only screen and (min-width: 980px) {
    .top__main-category {
      max-width: 800px; } }
  .top__main-category ul {
    transform: skewX(20deg);
    width: 140%;
    margin: 0 -20%; }
    .top__main-category ul li {
      margin: 0 0 10px;
      background: white;
      background-size: auto 175px;
      background-position: right 10%  center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 640px) {
        .top__main-category ul li {
          background-size: 50% auto; } }
      @media only screen and (min-width: 980px) {
        .top__main-category ul li {
          margin: 0 0 20px; } }
      .top__main-category ul li a {
        color: white; }
      .top__main-category ul li p {
        font-weight: bold;
        font-size: 1.2rem; }
        @media only screen and (min-width: 980px) {
          .top__main-category ul li p {
            font-size: 1.4rem; } }
      .top__main-category ul li span {
        font-size: .8rem; }
    .top__main-category ul .top__category-grd {
      padding: 10px;
      width: 85%;
      height: 65px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media only screen and (min-width: 980px) {
        .top__main-category ul .top__category-grd {
          padding: 20px;
          height: 88px; } }
      .top__main-category ul .top__category-grd p {
        width: 100%; }
    .top__main-category ul .ctac {
      background-image: url("../image/header_ctac.jpg"); }
      @media only screen and (min-width: 640px) {
        .top__main-category ul .ctac {
          background-position: right 10%  bottom 8%; } }
      .top__main-category ul .ctac .top__category-grd {
        background: linear-gradient(90deg, #006DBD 60%, transparent);
        padding-left: calc(15% + 80px); }
        @media only screen and (min-width: 980px) {
          .top__main-category ul .ctac .top__category-grd {
            padding-left: 26%; } }
    .top__main-category ul .medical {
      background-image: url("../image/header_medical.png"); }
      @media only screen and (min-width: 640px) {
        .top__main-category ul .medical {
          background-position: right 10%  bottom 8%; } }
      .top__main-category ul .medical .top__category-grd {
        background: linear-gradient(90deg, #57a3ff 60%, transparent);
        padding-left: calc(15% + 60px); }
        @media only screen and (min-width: 980px) {
          .top__main-category ul .medical .top__category-grd {
            padding-left: 23%; } }
    .top__main-category ul .food {
      background-image: url("../image/header_food.png"); }
      .top__main-category ul .food .top__category-grd {
        background: linear-gradient(90deg, #2ec4b6 60%, transparent);
        padding-left: calc(15% + 30px);
        width: 80%; }
        @media only screen and (min-width: 980px) {
          .top__main-category ul .food .top__category-grd {
            padding-left: 19%; } }
    .top__main-category ul .care {
      background-position: right 30%  bottom 62%;
      background-image: url("../image/header_care.png"); }
      .top__main-category ul .care .top__category-grd {
        background: linear-gradient(90deg, #fe8da6 60%, transparent);
        padding-left: 15%;
        width: 70%; }
    .top__main-category ul .industry {
      background-position: right 38%  bottom 40%;
      background-image: url("../image/header_industry.png"); }
      @media only screen and (min-width: 640px) {
        .top__main-category ul .industry {
          background-position: right 34%  bottom 40%; } }
      .top__main-category ul .industry .top__category-grd {
        background: linear-gradient(90deg, #ff924a 60%, transparent);
        padding-left: 12%;
        width: 60%; }

.top__intro {
  padding: 50px 5% 80px;
  background: #f0f9ff; }
  @media only screen and (min-width: 980px) {
    .top__intro {
      padding: 10px 5% 110px;
      text-align: center; } }
  .top__intro h2 {
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 25px; }
    .top__intro h2:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 2px;
      background: red; }
  .top__intro p {
    line-height: 1.5; }
    @media only screen and (min-width: 980px) {
      .top__intro p {
        line-height: 1.7;
        max-width: 940px;
        margin: 0 auto; } }

.top__use {
  width: 100%;
  padding: 50px 5%; }
  @media only screen and (min-width: 980px) {
    .top__use {
      padding: 80px 5% 50px; } }
  .top__use h2 {
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 25px; }
    .top__use h2:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 2px;
      background: red; }
  @media only screen and (min-width: 980px) {
    .top__use .top__use-img {
      max-width: 800px;
      margin: 0 auto; } }
  .top__use img {
    width: 100%;
    margin: 0 auto; }

.top__news {
  padding: 30px 0;
  position: relative;
  margin: -50px 0 0; }
  @media only screen and (min-width: 980px) {
    .top__news {
      margin: -250px 0 80px; } }
  .top__news:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../image/top_news_bg.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 980px) {
    .top__news .top__news_inner {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 180px 0 10px; } }
  .top__news h2 {
    text-align: center;
    font-size: 2rem;
    color: #006DBD; }
    @media only screen and (min-width: 980px) {
      .top__news h2 {
        font-size: 4rem; } }
    .top__news h2 span {
      color: rgba(0, 109, 189, 0.5); }
  .top__news .top__news-list {
    margin: 5%;
    padding: 2%;
    border: 12px solid white;
    outline: solid 1px #e0e0e0;
    height: 450px;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.9); }
    .top__news .top__news-list::-webkit-scrollbar {
      width: 12px; }
    .top__news .top__news-list::-webkit-scrollbar-track {
      background: #f2f2f2;
      border: none;
      border-radius: 10px; }
    .top__news .top__news-list::-webkit-scrollbar-thumb {
      background: #C6C6C6;
      border-radius: 10px;
      box-shadow: none; }
    @media only screen and (min-width: 980px) {
      .top__news .top__news-list {
        width: 70%;
        padding: 3% 4% 3% 3%;
        height: 460px;
        border: 20px solid white;
        border-bottom: 30px solid white; } }
    .top__news .top__news-list li {
      margin: 0 0 22px; }
      @media only screen and (min-width: 980px) {
        .top__news .top__news-list li {
          display: flex;
          margin: 0 0 40px; } }
  .top__news .headline_text {
    font-size: .99rem; }
  @media only screen and (min-width: 980px) {
    .top__news .news_inner_text {
      width: 70%; } }
  .top__news .place_text, .top__news .date_text {
    padding: 0 0 0 .5rem;
    font-size: .92rem;
    color: #8d8583; }
  .top__news .label_news {
    width: 30%;
    text-align: center;
    padding: 2px 0;
    margin: 0 0 5px;
    background: #006DBD;
    color: white; }
    @media only screen and (min-width: 980px) {
      .top__news .label_news {
        width: 20%;
        margin: 0 25px 0 0;
        height: 26px; } }
  .top__news .label_topics {
    width: 30%;
    text-align: center;
    padding: 2px 0;
    margin: 0 0 5px;
    background: #65C5F7;
    color: white; }
    @media only screen and (min-width: 980px) {
      .top__news .label_topics {
        width: 20%;
        margin: 0 25px 0 0;
        height: 26px; } }

.top__contact {
  padding: 30px 0 140px;
  position: relative; }
  @media only screen and (min-width: 980px) {
    .top__contact {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: center;
      padding: 10px 0 125px 0; } }
  .top__contact h2 {
    text-align: center;
    font-size: 2rem;
    color: #006DBD; }
    @media only screen and (min-width: 980px) {
      .top__contact h2 {
        padding: 0 16% 0 3%;
        font-size: 4rem; } }
  @media only screen and (min-width: 980px) {
    .top__contact .top__contact-list {
      display: flex;
      justify-content: space-around;
      width: 55%;
      max-width: 700px;
      margin: 0 0 0 5%; } }
  .top__contact a {
    position: relative;
    margin: 40px 0; }
    @media only screen and (min-width: 980px) {
      .top__contact a {
        margin: 20px 5%; } }
    .top__contact a:hover {
      opacity: .5; }
  .top__contact .contact__hexagon {
    position: relative;
    width: 90px;
    background: #006DBD;
    transform: rotate(90deg);
    margin: 20px auto; }
    @media only screen and (min-width: 980px) {
      .top__contact .contact__hexagon {
        width: 100px; } }
    .top__contact .contact__hexagon:before {
      display: block;
      padding-top: 173.205080757%;
      /*  3 / √3 x 100  */
      content: ''; }
    .top__contact .contact__hexagon .hexagon__inner-1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #006DBD;
      transform: rotate(120deg); }
    .top__contact .contact__hexagon .hexagon__inner-2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #006DBD;
      transform: rotate(-120deg); }
  .top__contact .contact__icon {
    position: absolute;
    right: 0;
    left: 0;
    top: -12px;
    bottom: 0;
    z-index: 100;
    margin: auto;
    width: 200px;
    height: 80px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem; }
    @media only screen and (min-width: 980px) {
      .top__contact .contact__icon {
        width: 150%;
        margin: auto -25%; } }
    .top__contact .contact__icon img {
      width: 90px;
      margin: 0 auto; }

.hexagon_bg {
  position: absolute;
  content: '';
  top: -26%;
  right: 2%;
  z-index: -1;
  width: 60%;
  height: 60%;
  background-size: 125px auto;
  background-position: center center;
  background: url("../image/back_hexagon_blue.svg");
  background-repeat: no-repeat;
  margin: auto; }
  @media only screen and (min-width: 980px) {
    .hexagon_bg {
      width: 400px;
      height: 80%;
      top: -90%;
      right: 0; } }

.news_bg {
  top: -74%;
  bottom: 0;
  right: 0;
  left: -44%;
  z-index: -1;
  width: 50%;
  height: 36%; }
  @media only screen and (min-width: 980px) {
    .news_bg {
      width: 400px;
      height: 80%;
      top: -10%;
      left: -66%; } }

.top_contact_bg {
  top: auto;
  bottom: -10px;
  right: 10px;
  left: auto;
  z-index: -1;
  width: 50%;
  height: 36%;
  margin: 0; }
  @media only screen and (min-width: 980px) {
    .top_contact_bg {
      width: 420px;
      height: 100%;
      right: 10px;
      bottom: 50px; } }

.eyecatch {
  height: auto;
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
  position: relative;
  z-index: 1;
  background: white; }
  .eyecatch:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat; }
  @media only screen and (min-width: 980px) {
    .eyecatch {
      padding: 40px 0;
      max-width: 1180px;
      margin: 0 auto; } }

.eyecatch__grd {
  position: absolute;
  bottom: -1px;
  background: linear-gradient(90deg, white 5%, rgba(255, 255, 255, 0.85) 37%, rgba(255, 255, 255, 0));
  width: 101%;
  height: 80vw;
  z-index: -1; }

.eyecatch__hexagon {
  position: relative;
  width: 110px;
  background: #006DBD;
  transform: rotate(90deg);
  margin: 20px auto; }
  @media only screen and (min-width: 980px) {
    .eyecatch__hexagon {
      width: 141px;
      margin: 0px 5.2%; } }
  .eyecatch__hexagon:before {
    display: block;
    padding-top: 173.205080757%;
    /*  3 / √3 x 100  */
    content: ''; }
  .eyecatch__hexagon .hexagon__inner-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006DBD;
    transform: rotate(120deg); }
  .eyecatch__hexagon .hexagon__inner-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006DBD;
    transform: rotate(-120deg); }

.eyecatch__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  transform: rotate(-90deg);
  width: 200px;
  height: 160px; }
  @media only screen and (min-width: 980px) {
    .eyecatch__icon {
      justify-content: center;
      width: 166%;
      margin: -25% auto -25% -50px;
      height: auto; } }
  .eyecatch__icon h1 {
    font-size: 25px;
    width: 90%;
    margin: 0 5%;
    word-wrap: break-word; }
    @media only screen and (min-width: 980px) {
      .eyecatch__icon h1 {
        font-size: 1.8rem; } }
  .eyecatch__icon p {
    padding: 15px 0 0; }
    @media only screen and (min-width: 980px) {
      .eyecatch__icon p {
        letter-spacing: 1px; } }

.eyecatch__medical:before {
  background-image: url("../image/header_medical.png");
  background-position: right 97%; }
.eyecatch__medical .eyecatch__hexagon, .eyecatch__medical .hexagon__inner-1, .eyecatch__medical .hexagon__inner-2 {
  background: #57a3ff; }

.eyecatch__food:before {
  background-image: url("../image/header_food.png"); }
.eyecatch__food .eyecatch__hexagon, .eyecatch__food .hexagon__inner-1, .eyecatch__food .hexagon__inner-2 {
  background: #2ec4b6; }

.eyecatch__care:before {
  background-image: url("../image/header_care.png");
  background-position: right 19%; }
.eyecatch__care .eyecatch__hexagon, .eyecatch__care .hexagon__inner-1, .eyecatch__care .hexagon__inner-2 {
  background: #fe8da6; }

.eyecatch__industry:before {
  background-image: url("../image/header_industry.png");
  background-position: right 71%; }
.eyecatch__industry .eyecatch__hexagon, .eyecatch__industry .hexagon__inner-1, .eyecatch__industry .hexagon__inner-2 {
  background: #ff924a; }

.eyecatch__ctac:before {
  background-image: url("../image/header_ctac.png");
  background-position: right 97%; }

@media only screen and (min-width: 980px) {
  .eyecatch_top .eyecatch__hexagon {
    margin: 0px auto; } }

@media only screen and (min-width: 980px) {
  .content_inner_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
     } }

.content_inner {
  width: 100%;
  padding: 85px 10px;
  word-wrap: break-word; }
  @media only screen and (min-width: 640px) {
    .content_inner {
      max-width: 720px;
      padding: 30px 10px 100px;
      position: relative;
      z-index: 2;
      margin: 0 auto; } }
  @media only screen and (min-width: 980px) {
    .content_inner {
      margin: 0;
      box-sizing: border-box;
      max-width: 100%;
      width: calc(100% - 260px);
      padding: 30px 10px 150px 2%; } }
  .content_inner .link_target {
    padding-top: 65px;
    margin-top: -50px; }
    @media only screen and (min-width: 980px) {
      .content_inner .link_target {
        padding-top: 50px;
        margin-top: 0px; } }
  @media only screen and (min-width: 980px) {
    .content_inner img {
      width: 80%;
      margin: 5px 10%; } }
  .content_inner h1 {
    font-size: 2rem;
    padding: 30px 0 10px; }
  .content_inner h2 {
    font-size: 2rem;
    padding: 5px 12px 5px;
    margin: 30px 0 5px;
    border-left: 10px solid #006DBD; }
    @media only screen and (min-width: 980px) {
      .content_inner h2 {
        font-size: 2.2rem;
        margin: 30px 0 150px 30px;
        padding: 5px 25px 5px;
        letter-spacing: 1px;
        text-shadow: 1px 1px 5px white; } }
  .content_inner h3 {
    color: #006DBD;
    font-size: 1.6rem;
    padding: 45px 5px 2px;
    margin: 0 0 15px;
    border-bottom: 1px solid #006DBD; }
	
	.content_inner h3:nth-child(1) {
	  
	 
	  padding: 0px 5px 2px;
	  
	   }
	
	
	
	
	
  .content_inner h4 {
    font-size: 1.4rem;
    padding: 45px 0 10px; }
    @media only screen and (min-width: 980px) {
      .content_inner h4 {
        padding: 55px 0 10px; } }
  .content_inner h5 {
    font-size: 1.4rem;
    padding: 30px 0 10px; }
    @media only screen and (min-width: 980px) {
      .content_inner h5 {
        padding: 30px 5px 10px; } }
  .content_inner h6 {
    padding: 10px 0; }
  .content_inner p {
    padding: 0 0 10px;
    word-wrap: break-word; }
    @media only screen and (min-width: 980px) {
      .content_inner p {
        margin: 0 20px;
        letter-spacing: .2px; } }
  .content_inner table {
    padding: 0 0 10px; }
  .content_inner ol, .content_inner ul {
    padding: 0 0 10px; }
  .content_inner .harf_img_container {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 980px) {
      .content_inner .harf_img_container {
        padding: 5px 5%; } }
    .content_inner .harf_img_container .harf_img {
      width: 100%;
      padding: 2px; }
      @media only screen and (min-width: 980px) {
        .content_inner .harf_img_container .harf_img {
          width: 50%;
          padding: 5px 2%;
          margin: 0; } }
      .content_inner .harf_img_container .harf_img img {
        width: 100%; }
        @media only screen and (min-width: 980px) {
          .content_inner .harf_img_container .harf_img img {
            margin: 0;
            width: 100%; } }
  .content_inner table {
    background: #f0f9ff;
    overflow: hidden;
    font-size: .7rem;
    width: 100%;
    margin: 0 0 10px; }
    @media only screen and (min-width: 980px) {
      .content_inner table {
        width: 90%;
        margin: 10px 5%;
        font-size: 1.2rem; } }
    .content_inner table img {
      width: 20px; }
    .content_inner table tr {
      border-bottom: 2px solid white; }
    .content_inner table th {
      padding: 5px;
      min-width: 45px;
      vertical-align: middle;
      border-right: 2px solid white; }
    .content_inner table td {
      padding: 1px;
      text-align: center;
      vertical-align: middle;
      border-right: 2px solid white; }
      @media only screen and (min-width: 980px) {
        .content_inner table td {
          padding: 1px 5px; } }
      .content_inner table td:first-child {
        text-align: left; }
      .content_inner table td span {
        color: red;
        font-weight: bold;
        padding: 0; }
    .content_inner table th, .content_inner table td {
      position: relative;
      z-index: 1; }
    .content_inner table th:hover:after, .content_inner table td:hover:after {
      content: "";
      position: absolute;
      background-color: rgba(0, 109, 189, 0.04);
      left: 0;
      top: -5000px;
      height: 10000px;
      width: 100%;
      z-index: -1; }
    .content_inner table thead {
      background: #3eadff; }
    .content_inner table tbody th {
      background: #cceaff; }
    .content_inner table tbody tr:hover {
      background: #e6f4ff; }
    .content_inner table tbody td:hover {
      background: #d1ecff; }
  .content_inner table.long_table {
    min-width: 500px; }
    @media only screen and (min-width: 980px) {
      .content_inner table.long_table {
        width: 100%;
        margin: 10px 0; } }
    .content_inner table.long_table tbody th {
      padding: 5px 35px 5px 15px;
      min-width: 210px;
      width: 80px;
      vertical-align: middle;
      position: relative;
      text-align: left; }
      @media only screen and (min-width: 980px) {
        .content_inner table.long_table tbody th {
          padding: 6px 35px 6px 15px;
          width: 260px; } }
    .content_inner table.long_table tbody th.th_heading {
      padding: 5px;
      width: 10px;
      min-width: 10px;
      background: #a4d8ff; }
    .content_inner table.long_table tbody .pattern_AB {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      margin: auto;
      height: 20px; }
      @media only screen and (min-width: 980px) {
        .content_inner table.long_table tbody .pattern_AB {
          right: 7px;
          height: 20px; } }
      .content_inner table.long_table tbody .pattern_AB img {
        margin: 0; }
  .content_inner .table_description p {
    padding: 0; }
  .content_inner .table_description span {
    color: red;
    font-weight: bold;
    padding: 0 3px; }
  .content_inner .table_description img {
    width: 20px;
    margin: 0; }
  .content_inner .table_scroll {
    width: 100%; }
    @media only screen and (max-width: 500px) {
      .content_inner .table_scroll {
        overflow-x: scroll; } }
    @media only screen and (min-width: 980px) {
      .content_inner .table_scroll {
        overflow-x: visible; } }
  .content_inner .rate {
    position: relative;
    background: linear-gradient(-45deg, #006DBD, #007cd7 80%, #008af0);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    height: 1rem;
    width: calc(100% - 40px);
    margin: 0 20px; }

div.download-select-title h4 {
  font-size: 1rem; }
div.download-select-title + p > span {
  padding: 0 !important;
  margin: 0 !important; }

div.download-list-wrap {
  min-width: 100%;
  word-wrap: break-word; }
  div.download-list-wrap ul.download-list {
    min-width: 100%;
    word-wrap: break-word; }
  div.download-list-wrap > ul.download-list > li > ul > li {
    margin-top: 10px;
    margin-left: 1em;
    word-wrap: break-word; }
  div.download-list-wrap > ul.download-list > li > label {
    background: rgba(87, 163, 255, 0.5);
    padding-top: 5px;
    padding-bottom: 5px; }
    div.download-list-wrap > ul.download-list > li > label > span.dir {
      font-size: 1rem;
      font-weight: bold;
      word-wrap: break-word; }

.download-list li label {
  display: block;
  padding-left: 20px;
  position: relative;
  width: 100%; }
  .download-list li label input {
    display: none; }
  .download-list li label span {
    display: block;
    text-align: left;
    padding: 0 0 0 1rem;
    font-size: 1rem;
    font-weight: bold; }
    @media only screen and (min-width: 980px) {
      .download-list li label span {
        padding: 0 0 0 1rem; } }
    .download-list li label span .new-file {
      display: inline;
      background: #ff6666;
      color: white;
      font-weight: bold;
      padding: 0 2px;
      margin-left: 5px; }
  .download-list li label span:before {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.4) inset;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%); }
  .download-list li label input:checked + span:after {
    display: block;
    content: '';
    position: absolute;
    top: 0%;
    left: 3px;
    width: 14px;
    height: 6px;
    border-left: 3px solid #ff924a;
    border-bottom: 3px solid #ff924a;
    -webkit-transform: translateY(35%) rotate(-50deg);
    transform: translateY(35%) rotate(-50deg); }
  .download-list li label .all-checked:before {
    background: rgba(204, 204, 204, 0.5); }
  .download-list li label .all-checked:after {
    display: block;
    content: '';
    position: absolute;
    top: 0%;
    left: 3px;
    width: 14px;
    height: 6px;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    -webkit-transform: translateY(35%) rotate(-50deg);
    transform: translateY(35%) rotate(-50deg); }
  .download-list li label .dir:before {
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .download-list li label input:checked + .dir:after {
    top: 50%;
    left: 5px;
    transform: translateY(-75%) rotate(-50deg);
    -webkit-transform: translateY(-75%) rotate(-50deg); }
  .download-list li label input:checked + span:before {
    border-color: #ccc; }

ul.cfm-download-li li {
  list-style: circle;
  margin-left: 1em; }
  ul.cfm-download-li li:not(:last-child) {
    margin-bottom: 10px; }
  ul.cfm-download-li li > ul {
    margin-top: 10px; }

.medical img.graph {
  width: 80%;
  margin: 0 10%; }
  @media only screen and (min-width: 980px) {
    .medical img.graph {
      width: 68%;
      margin: 10px 16% 5px; } }
.medical ol.medical__feature {
  padding: 5px 5px 5px 15px;
  margin: 0 0 0 15px; }
  .medical ol.medical__feature li {
    padding: 5px 5px 5px 10px;
    list-style-type: decimal; }
.medical h2 {
  border-color: #57a3ff; }
.medical h3 {
  color: #57a3ff;
  border-color: #57a3ff; }
.medical table {
  background: #ebf4ff; }
  .medical table th:hover:after, .medical table td:hover:after {
    background-color: rgba(87, 163, 255, 0.04); }
  .medical table thead {
    background: #8abfff; }
  .medical table tbody th {
    background: #cce3ff; }
  .medical table tbody tr:hover {
    background: #e6f1ff; }
  .medical table tbody td:hover {
    background: #e1eeff; }
.medical table.long_table tbody th.th_heading {
  background: #9ecaff; }
.medical .rate {
  background: linear-gradient(-45deg, #57a3ff, #71b1ff 80%, #8abfff); }

.food img.graph {
  width: 80%;
  margin: 0 10%; }
  @media only screen and (min-width: 980px) {
    .food img.graph {
      width: 68%;
      margin: 10px 16% 5px; } }
.food ol.medical__feature {
  padding: 5px 5px 5px 15px;
  margin: 0 0 0 15px; }
  .food ol.medical__feature li {
    padding: 5px 5px 5px 10px;
    list-style-type: decimal; }
.food h2 {
  border-color: #2ec4b6; }
.food h3 {
  color: #2ec4b6;
  border-color: #2ec4b6; }
.food table {
  background: #e8faf8; }
  .food table th:hover:after, .food table td:hover:after {
    background-color: rgba(46, 196, 182, 0.04); }
  .food table thead {
    background: #58d8cc; }
  .food table tbody th {
    background: #bbefea; }
  .food table tbody tr:hover {
    background: #d8f6f3; }
  .food table tbody td:hover {
    background: #d8f6f3; }
.food table.long_table tbody th.th_heading {
  background: #79dfd6; }
.food .rate {
  background: linear-gradient(-45deg, #2ec4b6, #3bd1c3 80%, #4fd6c9); }

.care img.graph {
  width: 80%;
  margin: 0 10%; }
  @media only screen and (min-width: 980px) {
    .care img.graph {
      width: 68%;
      margin: 10px 16% 5px; } }
.care ol.medical__feature {
  padding: 5px 5px 5px 15px;
  margin: 0 0 0 15px; }
  .care ol.medical__feature li {
    padding: 5px 5px 5px 10px;
    list-style-type: decimal; }
.care h2 {
  border-color: #fe8da6; }
.care h3 {
  color: #fe8da6;
  border-color: #fe8da6; }
.care table {
  background: #fff2f5; }
  .care table th:hover:after, .care table td:hover:after {
    background-color: rgba(254, 141, 166, 0.06); }
  .care table thead {
    background: #fe97ae; }
  .care table tbody th {
    background: #ffd9e1; }
  .care table tbody tr:hover {
    background: #ffe8ed; }
  .care table tbody td:hover {
    background: #ffe3e9; }
.care table.long_table tbody th.th_heading {
  background: #fec0cd; }
.care .rate {
  background: linear-gradient(-45deg, #fe8da6, #fea6ba 80%, #fec0cd); }

.industry img.graph {
  width: 80%;
  margin: 0 10%; }
  @media only screen and (min-width: 980px) {
    .industry img.graph {
      width: 68%;
      margin: 10px 16% 5px; } }
.industry ol.medical__feature {
  padding: 5px 5px 5px 15px;
  margin: 0 0 0 15px; }
  .industry ol.medical__feature li {
    padding: 5px 5px 5px 10px;
    list-style-type: decimal; }
.industry h2 {
  border-color: #ff924a; }
.industry h3 {
  color: #ff924a;
  border-color: #ff924a; }
.industry table {
  background: #fff4ed; }
  .industry table th:hover:after, .industry table td:hover:after {
    background-color: rgba(255, 146, 74, 0.04); }
  .industry table thead {
    background: #ffa76e; }
  .industry table tbody th {
    background: #ffdcc4; }
  .industry table tbody tr:hover {
    background: #ffeee3; }
  .industry table tbody td:hover {
    background: #ffeee3; }
.industry table.long_table tbody th.th_heading {
  background: #ffbd91; }
.industry .rate {
  background: linear-gradient(-45deg, #ff924a, #ffa164 80%, #ffb17d); }

.side_nav {
  width: 92%;
  max-width: 720px;
  margin: 40px auto 150px; }
  @media only screen and (min-width: 980px) {
    .side_nav {
      height: 570px;
      width: 260px;
      position: sticky;
      position: -webkit-sticky;
      top: 150px;
      margin: 20px 0 0;
      padding: 0 ;
      font-size: 14px; } }

.side_nav__large-category {
  font-weight: bold;
  background: #f0f9ff;
  background: #006DBD;
  color: #006DBD;
  color: white;
  border-bottom: 1px solid white;
  width: 100%;
  display: block;
  font-size: 15px;
  margin: 0 0 10px; }
  .side_nav__large-category a {
    padding: 10px;
    width: 100%;
    display: block;
    color: #006DBD;
    color: white; }

.side_nav__medium-category li {
  background: #e6f4ff;
  font-weight: bold;
  margin: 0 0 10px;
  position: relative;line-height:2.5 }
  .side_nav__medium-category li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 40px;
    background: linear-gradient(135deg, rgba(179, 223, 255, 0.7), rgba(0, 109, 189, 0) 40%);
    z-index: 1; }
  .side_nav__medium-category li:hover {
    background: #f0f9ff;
    transition: all 500ms; }
  .side_nav__medium-category li a {
    width: 90%;
    padding: 11px 10px 11px 35px;
    color: #006DBD;
    position: relative; }
    @media only screen and (min-width: 980px) {
      .side_nav__medium-category li a {
        padding: 14px 10px 14px 37px;
        width: 80%; } }
    .side_nav__medium-category li a:after {
      content: "";
      background: url(../image/menu_blue.svg);
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 15px;
      width: 12px;
      height: 12px;
      z-index: 1;
      margin: auto; }
    .side_nav__medium-category li a:hover:after {
      background: url(../image/menu_blue.svg);
      background-repeat: no-repeat;
      width: 12px;
      height: 12px; }

.side_nav__small-category li {
  margin: 0; }
  .side_nav__small-category li:before {
    width: 30px;
    height: 30px; }
  .side_nav__small-category li a {
    padding: 11px 10px 11px 40px; }
    @media only screen and (min-width: 980px) {
      .side_nav__small-category li a {
        padding: 12px 10px 12px 40px; } }
    .side_nav__small-category li a:after {
      background: none;
      content: '・';
      left: 23px;
      height: 18px; }

.link {
  position: relative;
  padding: 10px 10px 10px 35px;
  color: #006DBD; }
  .link:after {
    content: "";
    background: url(../image/menu_blue.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 12px;
    height: 12px;
    z-index: 1;
    margin: auto; }
  @media only screen and (min-width: 980px) {
    .link {
      padding: 12px 10px 12px 37px; } }
  .link .icon {
    color: #006DBD;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 1rem; }
    @media only screen and (min-width: 980px) {
      .link .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); } }

li.open .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
  @media only screen and (min-width: 980px) {
    li.open .icon {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); } }

@media only screen and (min-width: 980px) {
  .open {
    display: block !important; } }

.submenu {
  display: none; }
  @media only screen and (min-width: 980px) {
    .submenu {
      display: block;
      padding-top: 0px; } }
  .submenu li {
    background: #f0f9ff;
    font-weight: 100;
    border-bottom: 1px solid #c7e7ff; }
    .submenu li:first-child {
      border-top: 1px solid white; }
    @media only screen and (min-width: 980px) {
      .submenu li {
        border-bottom: none; } }
    .submenu li:hover {
      background: #e6f4ff;
      transition: all 500ms; }

.medical_side_nav .side_nav__large-category {
  background: white;
  background: #57a3ff;
  color: #57a3ff; }
  .medical_side_nav .side_nav__large-category a {
    color: #57a3ff; }
.medical_side_nav .side_nav__medium-category li {
  background: #ebf4ff; }
  .medical_side_nav .side_nav__medium-category li:before {
    background: linear-gradient(135deg, rgba(153, 199, 255, 0.7), rgba(87, 163, 255, 0) 40%); }
  .medical_side_nav .side_nav__medium-category li:hover {
    background: #f5faff; }
  .medical_side_nav .side_nav__medium-category li a {
    color: #57a3ff; }
.medical_side_nav .link {
  color: #57a3ff; }
  .medical_side_nav .link .icon {
    color: #57a3ff; }
@media only screen and (min-width: 980px) {
  .medical_side_nav .open {
    display: block !important; } }
.medical_side_nav .submenu {
  display: none; }
  @media only screen and (min-width: 980px) {
    .medical_side_nav .submenu {
      display: block;
      padding-top: 0px; } }
  .medical_side_nav .submenu li {
    background: #f4f9ff;
    font-weight: 100;
    border-bottom: 1px solid white; }
    .medical_side_nav .submenu li:hover {
      background: #fafcff; }

.food_side_nav .side_nav__large-category {
  background: white;
  background: #2ec4b6;
  color: #2ec4b6; }
  .food_side_nav .side_nav__large-category a {
    color: #2ec4b6; }
.food_side_nav .side_nav__medium-category li {
  background: #dcf7f4; }
  .food_side_nav .side_nav__medium-category li:before {
    background: linear-gradient(135deg, rgba(100, 219, 208, 0.7), rgba(46, 196, 182, 0) 40%); }
  .food_side_nav .side_nav__medium-category li:hover {
    background: #ecfbf9; }
  .food_side_nav .side_nav__medium-category li a {
    color: #2ec4b6; }
    .food_side_nav .side_nav__medium-category li a:after {
      background: url(../image/menu_green.svg);
      background-repeat: no-repeat; }
    .food_side_nav .side_nav__medium-category li a:hover:after {
      background: url(../image/menu_green.svg);
      background-repeat: no-repeat; }
.food_side_nav .side_nav__small-category li {
  margin: 0; }
  .food_side_nav .side_nav__small-category li:before {
    width: 30px;
    height: 30px; }
  .food_side_nav .side_nav__small-category li a {
    padding: 11px 10px 11px 40px; }
    @media only screen and (min-width: 980px) {
      .food_side_nav .side_nav__small-category li a {
        padding: 12px 10px 12px 40px; } }
    .food_side_nav .side_nav__small-category li a:after {
      background: none;
      content: '・';
      left: 24px;
      height: 18px;
      width: 11px;
      height: 11px; }
.food_side_nav .link {
  color: #2ec4b6; }
  .food_side_nav .link:after {
    background: url(../image/menu_green.svg);
    background-repeat: no-repeat; }
  .food_side_nav .link .icon {
    color: #2ec4b6; }
@media only screen and (min-width: 980px) {
  .food_side_nav .open {
    display: block !important; } }
.food_side_nav .submenu {
  display: none; }
  @media only screen and (min-width: 980px) {
    .food_side_nav .submenu {
      display: block;
      padding-top: 0px; } }
  .food_side_nav .submenu li {
    background: #f0fcfb;
    font-weight: 100;
    border-bottom: 3px solid #fdfefe; }
    .food_side_nav .submenu li:hover {
      background: #f9fdfd; }

.care_side_nav .side_nav__large-category {
  background: white;
  background: #fe8da6;
  color: #fe8da6; }
  .care_side_nav .side_nav__large-category a {
    color: #fe8da6; }
.care_side_nav .side_nav__medium-category li {
  background: #fff2f5; }
  .care_side_nav .side_nav__medium-category li:before {
    background: linear-gradient(135deg, rgba(255, 217, 225, 0.7), rgba(254, 141, 166, 0) 40%); }
  .care_side_nav .side_nav__medium-category li:hover {
    background: white; }
  .care_side_nav .side_nav__medium-category li a {
    color: #fe8da6; }
    .care_side_nav .side_nav__medium-category li a:after {
      background: url(../image/menu_pink.svg);
      background-repeat: no-repeat; }
    .care_side_nav .side_nav__medium-category li a:hover:after {
      background: url(../image/menu_pink.svg);
      background-repeat: no-repeat; }
.care_side_nav .side_nav__small-category li {
  margin: 0; }
  .care_side_nav .side_nav__small-category li:before {
    width: 30px;
    height: 30px; }
  .care_side_nav .side_nav__small-category li a {
    padding: 11px 10px 11px 40px; }
    @media only screen and (min-width: 980px) {
      .care_side_nav .side_nav__small-category li a {
        padding: 12px 10px 12px 40px; } }
    .care_side_nav .side_nav__small-category li a:after {
      background: none;
      content: '・';
      left: 24px;
      height: 18px;
      width: 11px;
      height: 11px; }
.care_side_nav .link {
  color: #fe8da6; }
  .care_side_nav .link:after {
    background: url(../image/menu_pink.svg);
    background-repeat: no-repeat; }
  .care_side_nav .link .icon {
    color: #fe8da6; }
@media only screen and (min-width: 980px) {
  .care_side_nav .open {
    display: block !important; } }
.care_side_nav .submenu {
  display: none; }
  @media only screen and (min-width: 980px) {
    .care_side_nav .submenu {
      display: block;
      padding-top: 0px; } }
  .care_side_nav .submenu li {
    background: white;
    font-weight: 100;
    border-bottom: 1px solid white; }
    .care_side_nav .submenu li:hover {
      background: white; }

.industry_side_nav .side_nav__large-category {
  background: white;
  background: #ff924a;
  color: #ff924a; }
  .industry_side_nav .side_nav__large-category a {
    color: #ff924a; }
.industry_side_nav .side_nav__medium-category li {
  background: #fff1e8; }
  .industry_side_nav .side_nav__medium-category li:before {
    background: linear-gradient(135deg, rgba(255, 192, 151, 0.7), rgba(255, 146, 74, 0) 40%); }
  .industry_side_nav .side_nav__medium-category li:hover {
    background: #fffaf7; }
  .industry_side_nav .side_nav__medium-category li a {
    color: #ff924a; }
    .industry_side_nav .side_nav__medium-category li a:after {
      background: url(../image/menu_orange.svg);
      background-repeat: no-repeat; }
    .industry_side_nav .side_nav__medium-category li a:hover:after {
      background: url(../image/menu_orange.svg);
      background-repeat: no-repeat; }
.industry_side_nav .side_nav__small-category li {
  margin: 0; }
  .industry_side_nav .side_nav__small-category li:before {
    width: 30px;
    height: 30px; }
  .industry_side_nav .side_nav__small-category li a {
    padding: 11px 10px 11px 40px; }
    @media only screen and (min-width: 980px) {
      .industry_side_nav .side_nav__small-category li a {
        padding: 12px 10px 12px 40px; } }
    .industry_side_nav .side_nav__small-category li a:after {
      background: none;
      content: '・';
      left: 24px;
      height: 18px;
      width: 11px;
      height: 11px; }
.industry_side_nav .link {
  color: #ff924a; }
  .industry_side_nav .link:after {
    background: url(../image/menu_orange.svg);
    background-repeat: no-repeat; }
  .industry_side_nav .link .icon {
    color: #ff924a; }
@media only screen and (min-width: 980px) {
  .industry_side_nav .open {
    display: block !important; } }
.industry_side_nav .submenu {
  display: none; }
  @media only screen and (min-width: 980px) {
    .industry_side_nav .submenu {
      display: block;
      padding-top: 0px; } }
  .industry_side_nav .submenu li {
    background: #fffaf7;
    font-weight: 100;
    border-bottom: 1px solid white; }
    .industry_side_nav .submenu li:hover {
      background: white; }

@media only screen and (min-width: 980px) {
  .content_inner__category .content_inner {
    width: 100%;
    padding: 0 6.5% 100px; } }

@media only screen and (min-width: 980px) {
  .category_nav {
    padding-top: 280px; } }
@media only screen and (min-width: 980px) {
  .category_nav .side_nav__medium-category {
    display: flex;
    flex-wrap: wrap; } }
.category_nav .side_nav__medium-category li {
  padding: 20px 0;
  background: #57a3ff;
  margin: 0 5px 30px; }
  @media only screen and (min-width: 980px) {
    .category_nav .side_nav__medium-category li {
      width: 46%;
      margin: 2%;
      font-size: 1.2rem; } }
  .category_nav .side_nav__medium-category li a {
    color: white;
    width: 100%;
    font-size: 1.1rem; }
    @media only screen and (min-width: 980px) {
      .category_nav .side_nav__medium-category li a {
        font-size: 1.2rem; } }
    .category_nav .side_nav__medium-category li a p {
      position: relative;
      padding: 0px 0 21px 25px;
      margin: -5px 0 0; }
      .category_nav .side_nav__medium-category li a p:after {
        content: "";
        background: url(../image/menu_blue.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 12%;
        left: 5px;
        width: 12px;
        height: 12px;
        z-index: 1;
        margin: auto; }
  .category_nav .side_nav__medium-category li .category_nav_img_list {
    padding: 11px 10px 11px 10px; }
    .category_nav .side_nav__medium-category li .category_nav_img_list:after {
      background: none; }
    .category_nav .side_nav__medium-category li .category_nav_img_list .category_nav_img {
      width: 100%;
      height: 80px;
      overflow: hidden;
      position: relative;
      margin: 0 0 -20px; }
      @media only screen and (min-width: 980px) {
        .category_nav .side_nav__medium-category li .category_nav_img_list .category_nav_img {
          width: 90%;
          height: 180px;
          margin: 0 5% -5px; } }
      .category_nav .side_nav__medium-category li .category_nav_img_list .category_nav_img img {
        position: absolute;
        content: "";
        width: 100%;
        margin: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
  .category_nav .side_nav__medium-category li:hover {
    box-shadow: 0px 2px 20px #ccc; }
    .category_nav .side_nav__medium-category li:hover a {
      color: #57a3ff; }
  .category_nav .side_nav__medium-category li .submenu {
    padding: 10px 0 0 0;
    margin: 0 0 -10px 0; }
    @media only screen and (min-width: 980px) {
      .category_nav .side_nav__medium-category li .submenu {
        margin: 0 0 -20px 0; } }
    @media only screen and (min-width: 980px) {
      .category_nav .side_nav__medium-category li .submenu li {
        width: 100%;
        margin: 0;
        padding: 0; } }
    @media only screen and (min-width: 980px) {
      .category_nav .side_nav__medium-category li .submenu li:before {
        background: none; } }
    .category_nav .side_nav__medium-category li .submenu li:hover a {
      color: #57a3ff; }
    .category_nav .side_nav__medium-category li .submenu li a {
      color: white;
      width: 100%; }
      @media only screen and (min-width: 980px) {
        .category_nav .side_nav__medium-category li .submenu li a {
          padding: 12px 10px 12px 47px; } }
      .category_nav .side_nav__medium-category li .submenu li a:after {
        background: none; }
        @media only screen and (min-width: 980px) {
          .category_nav .side_nav__medium-category li .submenu li a:after {
            height: 19px; } }
@media only screen and (min-width: 980px) {
  .category_nav .side_nav__medium-category .category_apply {
    height: 85px; } }

.content_inner__category .content_inner__food li {
  background: #2ec4b6; }
  .content_inner__category .content_inner__food li:before {
    background: linear-gradient(135deg, rgba(236, 251, 249, 0.7), rgba(46, 196, 182, 0) 40%);
    z-index: 1; }
  .content_inner__category .content_inner__food li:hover {
    background: #dcf7f4; }
    .content_inner__category .content_inner__food li:hover a {
      color: #2ec4b6; }
  .content_inner__category .content_inner__food li a:after {
    background: url(../image/menu_green.svg);
    background-repeat: no-repeat; }
  .content_inner__category .content_inner__food li a p:after {
    background: url(../image/menu_green.svg);
    background-repeat: no-repeat; }
  .content_inner__category .content_inner__food li .submenu li:hover a {
    color: #2ec4b6; }
  .content_inner__category .content_inner__food li .submenu li a:after {
    background: none; }
.content_inner__category .content_inner__industry li {
  background: #ff924a; }

.content_inner__category .content_inner__care li {
  background: #fe8da6; }
  .content_inner__category .content_inner__care li:before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(254, 141, 166, 0) 40%);
    z-index: 1; }
  .content_inner__category .content_inner__care li:hover {
    background: white; }
    .content_inner__category .content_inner__care li:hover a {
      color: #fe8da6; }
  .content_inner__category .content_inner__care li a:after {
    background: url(../image/menu_pink.svg);
    background-repeat: no-repeat; }
  .content_inner__category .content_inner__care li a p:after {
    background: url(../image/menu_pink.svg);
    background-repeat: no-repeat; }
  .content_inner__category .content_inner__care li .submenu li:hover a {
    color: #fe8da6; }
  .content_inner__category .content_inner__care li .submenu li a:after {
    background: none; }

.content_inner__category .content_inner__industry li {
  background: #ff924a; }
  .content_inner__category .content_inner__industry li:before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 146, 74, 0) 40%);
    z-index: 1; }
  .content_inner__category .content_inner__industry li:hover {
    background: #ffe2cf; }
    .content_inner__category .content_inner__industry li:hover a {
      color: #ff924a; }
  .content_inner__category .content_inner__industry li a:after {
    background: url(../image/menu_orange.svg);
    background-repeat: no-repeat; }
  .content_inner__category .content_inner__industry li a p:after {
    background: url(../image/menu_orange.svg);
    background-repeat: no-repeat; }
  .content_inner__category .content_inner__industry li .submenu li:hover a {
    color: #ff924a; }
  .content_inner__category .content_inner__industry li .submenu li a:after {
    background: none; }

@media only screen and (min-width: 640px) {
  .content_inner__contact {
    margin: 0 auto 0; } }
@media only screen and (min-width: 640px) {
  .content_inner__contact .contact-form-group {
    padding: 20px 100px 20px 30px; } }
.content_inner__contact span.required-label {
  display: inline-block;
  color: white;
  background: #ff6666;
  padding: 2px 4px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: .7rem;
  font-weight: bold; }
.content_inner__contact span.any-label {
  display: inline-block;
  color: white;
  background: #bbb;
  padding: 2px 4px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: .7rem;
  font-weight: bold; }
.content_inner__contact span.error {
  display: block;
  color: red; }
  @media only screen and (min-width: 980px) {
    .content_inner__contact span.error {
      margin: 0 0 0 22%; } }
  .content_inner__contact span.error:empty {
    margin: 0;
    padding: 0; }
.content_inner__contact input.error, .content_inner__contact textarea.error, .content_inner__contact select.error {
  background-color: rgba(255, 0, 0, 0.2) !important;
  border-color: red !important; }
@media only screen and (min-width: 980px) {
  .content_inner__contact .form-item {
    padding-top: 20px; } }
@media only screen and (min-width: 980px) {
  .content_inner__contact .form-item:after {
    content: "";
    clear: both;
    display: block; } }
@media only screen and (min-width: 980px) {
  .content_inner__contact .form-item label {
    display: flex;
    flex-wrap: wrap;
    align-items: center; } }
.content_inner__contact .form-item .form-item-title {
  margin-bottom: 5px; }
  @media only screen and (min-width: 980px) {
    .content_inner__contact .form-item .form-item-title {
      margin-bottom: 0px;
      width: 22%; } }
@media only screen and (min-width: 980px) {
  .content_inner__contact .form-item .horizontal-input {
    width: 78%; } }
.content_inner__contact .form-item h4 {
  font-size: 1rem;
  display: inline-block;
  padding: 30px 5px 5px 0;
  height: 40px;
  word-break: break-word; }
  @media only screen and (min-width: 980px) {
    .content_inner__contact .form-item h4 {
      padding: 0 5px 0 0;
      height: auto; } }
.content_inner__contact .form-item input {
  background-color: transparent;
  box-shadow: 0 0 1px 2px rgba(204, 204, 204, 0.2) inset;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  height: 40px;
  letter-spacing: 1px;
  padding: 5px 10px;
  width: 100%;
  margin: 0; }
  @media only screen and (min-width: 980px) {
    .content_inner__contact .form-item input {
      height: 30px; } }
  .content_inner__contact .form-item input:focus {
    border-color: #ccc;
    box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.4) inset;
    outline: none; }
  .content_inner__contact .form-item input::placeholder {
    color: rgba(204, 204, 204, 0.8);
    font-size: 16px; }
.content_inner__contact .form-item select:not(*[id^=sample_select]) {
  background-color: transparent;
  box-shadow: 0 0 1px 2px rgba(204, 204, 204, 0.2) inset;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  height: 40px;
  letter-spacing: 1px;
  padding: 5px 10px;
  width: 100%;
  margin: 0; }
  @media only screen and (min-width: 980px) {
    .content_inner__contact .form-item select:not(*[id^=sample_select]) {
      height: 30px;
      width: 100%;
      max-width: 400px; } }
  .content_inner__contact .form-item select:not(*[id^=sample_select]):focus {
    border-color: #ccc;
    box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.4) inset;
    outline: none; }
  .content_inner__contact .form-item select:not(*[id^=sample_select])::placeholder {
    color: rgba(204, 204, 204, 0.8);
    font-size: 16px; }
.content_inner__contact .form-item textarea {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.4) inset;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 14px;
  resize: vertical;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0; }
  @media only screen and (min-width: 980px) {
    .content_inner__contact .form-item textarea {
      width: 100%; } }
  .content_inner__contact .form-item textarea:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.4) inset;
    letter-spacing: 1px; }
  .content_inner__contact .form-item textarea::placeholder {
    color: rgba(204, 204, 204, 0.8);
    font-size: 16px;
    letter-spacing: 1px; }
.content_inner__contact .form-item ul {
  margin: 5px 0 5px 20px;
  padding: 0; }
  .content_inner__contact .form-item ul li {
    list-style-type: disc;
    padding: 0 0 3px; }
.content_inner__contact .form-item .datepicker-wrap > div:not(:first-child) {
  margin-top: 10px; }
@media only screen and (min-width: 640px) {
  .content_inner__contact .form-item .datepicker-wrap {
    display: flex;
    align-items: center; }
    .content_inner__contact .form-item .datepicker-wrap > div:not(:first-child) {
      margin-top: 0px; } }
.content_inner__contact .form-item .datepicker-wrap .datepicker-button {
  position: relative;
  width: 30px;
  height: 30px;
  max-width: 30px;
  min-width: 30px;
  margin-right: 20px; }
  .content_inner__contact .form-item .datepicker-wrap .datepicker-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\f073";
    color: #555;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #eee;
    border-radius: 3px; }
  .content_inner__contact .form-item .datepicker-wrap .datepicker-button .seminar_date {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    box-shadow: none;
    border: none;
    transition: .5s;
    padding: 50%; }
    .content_inner__contact .form-item .datepicker-wrap .datepicker-button .seminar_date:hover {
      cursor: pointer;
      background-color: rgba(87, 163, 255, 0.5); }
@media only screen and (min-width: 640px) {
  .content_inner__contact .form-item .datepicker-wrap .datepicker-result {
    display: flex;
    align-items: center; } }
.content_inner__contact .form-item .datepicker-wrap .datepicker-result > div {
  display: flex;
  align-items: center; }
  .content_inner__contact .form-item .datepicker-wrap .datepicker-result > div:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 640px) {
      .content_inner__contact .form-item .datepicker-wrap .datepicker-result > div:not(:last-child) {
        margin-bottom: 0px;
        margin-right: 10px; } }
  .content_inner__contact .form-item .datepicker-wrap .datepicker-result > div:nth-child(2) {
    float: left; }
    @media only screen and (min-width: 640px) {
      .content_inner__contact .form-item .datepicker-wrap .datepicker-result > div:nth-child(2) {
        float: none; } }
  .content_inner__contact .form-item .datepicker-wrap .datepicker-result > div:nth-child(3) {
    float: left; }
    @media only screen and (min-width: 640px) {
      .content_inner__contact .form-item .datepicker-wrap .datepicker-result > div:nth-child(3) {
        float: none; } }
.content_inner__contact .form-item .datepicker-wrap .datepicker-result .value {
  display: inline-flex;
  height: 30px;
  width: 70px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 20px;
  padding: 0 20px 0 10px;
  margin-right: 5px;
  font-weight: normal; }
  .content_inner__contact .form-item .datepicker-wrap .datepicker-result .value:before {
    position: absolute;
    content: '\f0dd';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 12px;
    top: 50%;
    right: 10px;
    transform: translate(50%, -50%); }
.content_inner__contact .form-item .datepicker-wrap .datepicker-result .year-value, .content_inner__contact .form-item .datepicker-wrap .datepicker-result .time-value {
  width: 100px; }
.content_inner__contact .form-item .datepicker-wrap .datepicker-result .unit {
  font-weight: bold;
  font-size: 16px; }
.content_inner__contact .check-boxes {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 30px; }
  @media only screen and (min-width: 980px) {
    .content_inner__contact .check-boxes {
      padding: 20px 80px 80px; } }
  .content_inner__contact .check-boxes label {
    padding-left: 20px;
    position: relative;
    width: 100%; }
    .content_inner__contact .check-boxes label input {
      display: none; }
    .content_inner__contact .check-boxes label p {
      text-align: left;
      padding: 0 0 0 5%;
      font-size: 1rem;
      font-weight: bold; }
      @media only screen and (min-width: 980px) {
        .content_inner__contact .check-boxes label p {
          padding: 0; } }
    .content_inner__contact .check-boxes label p:before {
      border: 1px solid #ccc;
      border-radius: 2px;
      box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.4) inset;
      display: block;
      content: '';
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .content_inner__contact .check-boxes label input:checked + p:after {
      display: block;
      content: '';
      position: absolute;
      top: 40%;
      left: 3px;
      width: 14px;
      height: 6px;
      border-left: 3px solid #ff924a;
      border-bottom: 3px solid #ff924a;
      -webkit-transform: translateY(-50%) rotate(-50deg);
      transform: translateY(-50%) rotate(-50deg); }
    .content_inner__contact .check-boxes label input:checked + p:before {
      border-color: #ccc; }
  .content_inner__contact .check-boxes span.error {
    margin: 0;
    padding: 0; }
.content_inner__contact .privacy-policy-text {
  padding: 50px 0 30px; }
  @media only screen and (min-width: 980px) {
    .content_inner__contact .privacy-policy-text {
      padding: 80px 0 30px; } }
  .content_inner__contact .privacy-policy-text a {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline; }
.content_inner__contact .form-item .contact_btn {
  margin: 30px 0;
  margin-top: 100px; }
  @media only screen and (min-width: 980px) {
    .content_inner__contact .form-item .contact_btn {
      display: flex;
      justify-content: center; } }
  .content_inner__contact .form-item .contact_btn input[name="back"] {
    background-color: #ccc;
    margin: 0 0 20px;
    width: 100%; }
    @media only screen and (min-width: 980px) {
      .content_inner__contact .form-item .contact_btn input[name="back"] {
        width: 200px;
        margin: 0 20px 0 0; } }
  .content_inner__contact .form-item .contact_btn input[name="send"] {
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 980px) {
      .content_inner__contact .form-item .contact_btn input[name="send"] {
        margin: 0; } }
  .content_inner__contact .form-item .contact_btn input[name="cfm"] {
    visibility: hidden; }
.content_inner__contact .form-item input[type="submit"] {
  border-radius: 5px;
  border: none;
  box-shadow: none;
  color: white;
  display: block;
  font-size: 20px;
  height: 70px;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #006DBD;
  margin: 0 auto;
  padding: 10px;
  width: 40%;
  -webkit-appearance: none;
  width: 100%; }
  .content_inner__contact .form-item input[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer; }
.content_inner__contact .max-title {
  width: 100% !important;
  margin-bottom: 5px !important; }
@media all and (-ms-high-contrast: none) {
  .content_inner__contact input[name="back"] {
    margin: 0 5px 0 0 !important; }
  .content_inner__contact input[name="send"] {
    margin: 0 0 0 5px !important; } }
.content_inner__contact table.table-cmn tr {
  display: flex;
  flex-wrap: wrap; }
.content_inner__contact table.table-cmn th {
  width: 100%;
  background: white; }
.content_inner__contact table.table-cmn td {
  width: 100%; }
.content_inner__contact ul.checklist, .content_inner__contact ul.radiolist {
  min-width: 100%;
  word-wrap: break-word;
  margin-left: 0;
  margin-top: 0; }
  .content_inner__contact ul.checklist li, .content_inner__contact ul.radiolist li {
    list-style: none !important;
    margin-top: 2px;
    margin-left: 5px;
    word-wrap: break-word; }
    .content_inner__contact ul.checklist li label span.dir, .content_inner__contact ul.radiolist li label span.dir {
      font-size: 1rem;
      font-weight: bold;
      word-wrap: break-word; }
.content_inner__contact ul.checklist li label {
  display: block;
  padding-left: 20px;
  position: relative;
  width: 100%; }
  .content_inner__contact ul.checklist li label input {
    display: none; }
  .content_inner__contact ul.checklist li label span {
    display: block;
    text-align: left;
    padding: 0 0 0 1rem;
    font-size: 1rem;
    font-weight: bold; }
    @media only screen and (min-width: 980px) {
      .content_inner__contact ul.checklist li label span {
        padding: 0 0 0 1rem; } }
    .content_inner__contact ul.checklist li label span .new-file {
      display: inline;
      background: #ff6666;
      color: white;
      font-weight: bold;
      padding: 0 2px;
      margin-left: 5px; }
  .content_inner__contact ul.checklist li label span:before {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.4) inset;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%); }
  .content_inner__contact ul.checklist li label input:checked + span:after {
    display: block;
    content: '';
    position: absolute;
    top: 0%;
    left: 3px;
    width: 14px;
    height: 6px;
    border-left: 3px solid #ff924a;
    border-bottom: 3px solid #ff924a;
    -webkit-transform: translateY(35%) rotate(-50deg);
    transform: translateY(35%) rotate(-50deg); }
  .content_inner__contact ul.checklist li label input:checked + span:before {
    border-color: #ccc; }
.content_inner__contact ul.radiolist li label {
  display: block;
  padding-left: 20px;
  position: relative;
  width: 100%; }
  .content_inner__contact ul.radiolist li label input {
    display: none; }
  .content_inner__contact ul.radiolist li label span {
    display: block;
    text-align: left;
    padding: 0 0 0 1rem;
    font-size: 1rem;
    font-weight: bold; }
    @media only screen and (min-width: 980px) {
      .content_inner__contact ul.radiolist li label span {
        padding: 0 0 0 1rem; } }
  .content_inner__contact ul.radiolist li label span:before {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.4) inset;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%); }
  .content_inner__contact ul.radiolist li label input:checked + span:after {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff924a; }
  .content_inner__contact ul.radiolist li label input:checked + span:before {
    border-color: #ccc; }
@media only screen and (min-width: 980px) {
  .content_inner__contact .contact-form-wrap.ctac-contact .form-item .form-item-title {
    width: 24%; } }
@media only screen and (min-width: 980px) {
  .content_inner__contact .contact-form-wrap.ctac-contact .form-item .horizontal-input {
    width: 76%; } }
.content_inner__contact .contact-form-wrap.ctac-contact .error input + span:before {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.2); }
.content_inner__contact .contact-form-wrap.ctac-contact .check-cat-label {
  background: rgba(87, 163, 255, 0.5);
  padding: 3px 0 3px 10px;
  margin-bottom: 5px;
  font-weight: bold; }

.content_breadcrumb {
  border-bottom: 1px solid #f9f9f9; }
  .content_breadcrumb .content_breadcrumb__list {
    padding: 10px 0 8px;
    display: flex; }
    @media only screen and (min-width: 980px) {
      .content_breadcrumb .content_breadcrumb__list {
        max-width: 1100px;
        margin: 0 auto; } }
  .content_breadcrumb li {
    position: relative;
    padding: 0 20px 0 10px;
    font-size: .8rem;
    letter-spacing: .2px; }
    .content_breadcrumb li:after {
      content: '>';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      height: 1rem;
      color: #C6C6C6; }
    .content_breadcrumb li:last-child:after {
      content: ''; }
    .content_breadcrumb li a {
      color: #3e3a39; }
      .content_breadcrumb li a:hover {
        color: #006DBD;
        text-decoration: underline; }

header {
  position: absolute;
  z-index: 10000;
  background: white;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  top: 0; }
  @media only screen and (min-width: 980px) {
    header {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); } }

.header__top {
  height: auto;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: auto; }

.header__top-link {
  display: block; }

.header__top-logo {
  margin: 5px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 45px;
  width: 150px;
  box-sizing: border-box; }
  @media only screen and (min-width: 980px) {
    .header__top-logo {
      height: 50px;
      width: 200px;
      margin-left: 60px; } }
  .header__top-logo:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-image: url("../image/logo.jpg");
    background-repeat: no-repeat; }
    @media only screen and (min-width: 980px) {
      .header__top-logo:before {
        height: 100%;
        margin: auto; } }

#nav-drawer {
  position: relative;
  right: 10px;
  width: 30px;
  float: right;
  overflow: hidden; }
  @media only screen and (min-width: 980px) {
    #nav-drawer {
      width: calc(100% - 150px); } }

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none; }

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle; }
  @media only screen and (min-width: 980px) {
    #nav-open {
      display: none; } }

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer; }

#nav-open span:before {
  bottom: -8px; }

#nav-open span:after {
  bottom: -16px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

.close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 10px;
  right: 78%; }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5; }

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(34%);
  transform: translateX(34%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

/*中身*/
#nav-content {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  /*最前面に*/
  width: 75%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  height: auto;
  background: rgba(255, 255, 255, 0.92);
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  /*右に隠しておく*/
  box-shadow: 0 0 10px black; }
  @media only screen and (min-width: 980px) {
    #nav-content {
      position: static;
      transform: translateX(0%);
      height: 55px;
      width: 100%;
      overflow: hidden;
      display: flex;
      justify-content: flex-end; } }
  #nav-content ul {
    padding: 5px 0; }
    @media only screen and (min-width: 980px) {
      #nav-content ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 10px 0 20px 10px; } }
    #nav-content ul li {
      border-bottom: 1px solid #ccc; }
      @media only screen and (min-width: 980px) {
        #nav-content ul li {
          border: none;
          display: none; } }
      #nav-content ul li:last-child {
        border-bottom: none; }
      #nav-content ul li a {
        color: #3e3a39;
        padding: 20px 0 20px 30px;
        display: block;
        position: relative;
        line-height: 1;
        font-weight: normal;
        font-size: 1.05em; }
        #nav-content ul li a:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 13px;
          margin: auto;
          background: url(../image/menu_red_min.svg);
          background-repeat: no-repeat;
          width: 8px;
          height: 8px; }
    #nav-content ul .nav-title {
      position: relative; }
      @media only screen and (min-width: 980px) {
        #nav-content ul .nav-title {
          display: inline-block;
          padding: 0 35px 0 18px; } }
      #nav-content ul .nav-title::before {
        content: '';
        background: url(../image/menu_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 12px;
        width: 12px;
        height: 12px;
        margin: auto; }
        @media only screen and (min-width: 980px) {
          #nav-content ul .nav-title::before {
            margin: 13px auto 0;
            left: 0; } }
      #nav-content ul .nav-title a {
        color: #312e2d;
        letter-spacing: 1px;
        line-height: 1;
        padding: 20px 0 20px 30px; }
        @media only screen and (min-width: 980px) {
          #nav-content ul .nav-title a {
            font-size: 0.9em;
            padding: 12px 0 5px;
            letter-spacing: .5px; } }
        @media only screen and (min-width: 980px) {
          #nav-content ul .nav-title a:hover {
            color: #006DBD;
            border-bottom: 1px solid #006DBD;
            padding: 12px 0 4px; } }
        #nav-content ul .nav-title a::before {
          background: none; }
  #nav-content .nav-language {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: rgba(230, 230, 230, 0.9);
    padding: 10px 0;
    margin: 0; }
    @media only screen and (min-width: 980px) {
      #nav-content .nav-language {
        width: 22%;
        background: none;
        display: flex;
        flex-direction: row;
        padding: 10px 0 10px 10px; } }
    #nav-content .nav-language p {
      padding: 10px 0; }
      @media only screen and (min-width: 980px) {
        #nav-content .nav-language p {
          display: none; } }
    #nav-content .nav-language li {
      border: none; }
      @media only screen and (min-width: 980px) {
        #nav-content .nav-language li {
          display: block;
          width: 100%;
          height: auto;
          margin-left: 15px;
          margin-right: 15px; } }
    #nav-content .nav-language a {
      width: calc(100%/3);
      float: left;
      padding: 13px 0;
      color: #adadad; }
      @media only screen and (min-width: 980px) {
        #nav-content .nav-language a {
          width: 100%;
          padding: 2px 0; } }
      #nav-content .nav-language a:first-child {
        border-right: 1px solid #adadad; }
        @media only screen and (min-width: 980px) {
          #nav-content .nav-language a:first-child {
            border: none; } }
      #nav-content .nav-language a:before {
        background: none; }
    #nav-content .nav-language .active a {
      color: #3e3a39;
      position: relative; }
      #nav-content .nav-language .active a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20%;
        margin: auto;
        background: url(../image/menu_red_min.svg);
        background-repeat: no-repeat;
        width: 8px;
        height: 8px; }
        @media only screen and (min-width: 980px) {
          #nav-content .nav-language .active a:before {
            left: -10px; } }

.header__pc-menu {
  background: #006DBD; }
  .header__pc-menu .pc_container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1280px; }
  .header__pc-menu li {
    display: block;
    width: 100%;
    text-align: center; }
  .header__pc-menu a {
    color: white;
    padding: 14px 0 6px 0;
    font-size: 1.15rem;
    display: block;
    letter-spacing: .5px; }
    .header__pc-menu a:hover {
      background: white;
      color: #006DBD;
      opacity: 1; }
    .header__pc-menu a p {
      line-height: .8;
      font-weight: 800; }
    .header__pc-menu a span {
      font-size: .75rem;
      line-height: 1; }

.header__pc-menu_en .pc_container li a {
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

footer {
  background: #006DBD; }

.footer__inner {
  padding: 20px 5%;
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto; }
  @media only screen and (min-width: 980px) {
    .footer__inner {
      max-width: 100%; } }

.footer__top {
  width: 100%;
  border-top: 10px solid #006DBD; }
  @media only screen and (min-width: 980px) {
    .footer__top {
      border-top: 1px solid #006DBD; } }
  .footer__top .footer__top-logo {
    margin: 5px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    margin: auto 0 40px;
    padding: 10px 0 20px;
    background: white; }
    .footer__top .footer__top-logo:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-size: 125px auto;
      background-position: center center;
      background-image: url("../image/logo.jpg");
      background-repeat: no-repeat;
      margin: auto; }
      @media only screen and (min-width: 980px) {
        .footer__top .footer__top-logo:before {
          height: 100%;
          margin: auto; } }

.footer__list {
  width: 50%;
  padding: 0 0 20px;
  font-size: 1.02rem;
  font-weight: bold; }
  @media only screen and (min-width: 980px) {
    .footer__list {
      width: 20%;
      font-size: .98rem; } }
  .footer__list a {
    padding: 7px 0 7px 15px;
    color: white;
    position: relative; }
    @media only screen and (min-width: 980px) {
      .footer__list a {
        padding: 5px 0 5px 15px; } }
    .footer__list a:hover {
      text-decoration: underline; }
    .footer__list a:before {
      content: '';
      background: url(../image/menu_red_min.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0px;
      width: 8px;
      height: 8px;
      margin: auto; }
  .footer__list ul {
    padding: 0 0 0 .3rem; }
    .footer__list ul a {
      font-size: .9rem;
      font-weight: normal; }
      .footer__list ul a:before {
        background: none;
        content: '•';
        top: auto;
        bottom: auto; }

small {
  width: 100%;
  padding: 50px 0 50px;
  font-size: .85rem;
  text-align: center;
  color: white; }

a.nongmo_link:before {
  background: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://www.nissoexcipients.com/hpc-c/css/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("https://www.nissoexcipients.com/hpc-c/css/fonts/slick.eot");
  src: url("https://www.nissoexcipients.com/hpc-c/css/fonts/slick.eot?") format("embedded-opentype"), url("https://www.nissoexcipients.com/hpc-c/css/fonts/slick.woff") format("woff"), url("https://www.nissoexcipients.com/hpc-c/css/fonts/slick.ttf") format("truetype"), url("https://www.nissoexcipients.com/hpc-c/css/fonts/slick.svg") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

article.ctac {
  padding-top: 55px; }
  @media only screen and (min-width: 980px) {
    article.ctac {
      padding-top: 120px; } }
  article.ctac * {
    font-family: "ヒラギノ角ゴPro W3", "ヒラギノ角ゴPro W6", "ヒラギノ角ゴ W3", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, sans-serif; }
  article.ctac .ctac-container {
    background-image: url("../image/ctac_back_top.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative; }
    @media only screen and (min-width: 640px) {
      article.ctac .ctac-container {
        padding-top: 50px;
        background-size: cover; } }
    @media only screen and (min-width: 980px) {
      article.ctac .ctac-container {
        background-position: center bottom; } }
  article.ctac .ctac-decoration__top {
    width: 25%; }
    @media only screen and (min-width: 640px) {
      article.ctac .ctac-decoration__top {
        width: 15%;
        position: absolute;
        top: 0;
        left: 0; } }
  article.ctac .ctac-container__bottom {
    position: relative; }
    @media only screen and (min-width: 640px) {
      article.ctac .ctac-container__bottom {
        max-width: 1200px;
        margin: 0 auto; } }
  article.ctac .ctac-decoration__bottom {
    width: 25%; }
    @media only screen and (min-width: 640px) {
      article.ctac .ctac-decoration__bottom {
        width: 15%;
        position: absolute;
        right: 0;
        top: 20px; } }
    @media only screen and (min-width: 980px) {
      article.ctac .ctac-decoration__bottom {
        width: 15%; } }
  article.ctac .ctac-catch {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px; }
    @media only screen and (min-width: 640px) {
      article.ctac .ctac-catch {
        padding-top: 60px; } }
    @media only screen and (min-width: 980px) {
      article.ctac .ctac-catch {
        padding-top: 30px; } }
    article.ctac .ctac-catch__text {
      display: inline-block;
      border-top: 1px solid;
      border-bottom: 1px solid;
      padding: 2px 5px; }
    article.ctac .ctac-catch h1 {
      letter-spacing: 1px;
      font-size: 4.3vw; }
      @media only screen and (min-width: 980px) {
        article.ctac .ctac-catch h1 {
          font-size: 30px; } }
    article.ctac .ctac-catch h2 {
      color: #004599;
      letter-spacing: 1px;
      font-size: 1.4rem;
      margin: 30px 0 0; }
    article.ctac .ctac-catch__top {
      font-size: 3.2vw;
      font-weight: bold;
      line-height: 1.7;
      text-align: center;
      width: 90%;
      margin: 0 5%; }
      @media only screen and (min-width: 640px) {
        article.ctac .ctac-catch__top {
          font-size: 2vw; } }
      @media only screen and (min-width: 980px) {
        article.ctac .ctac-catch__top {
          font-size: 18px; } }
      article.ctac .ctac-catch__top span {
        font-size: 62%;
        font-weight: 100; }
        @media only screen and (min-width: 640px) {
          article.ctac .ctac-catch__top span {
            font-size: 80%; } }
  article.ctac .ctac-logo {
    width: 70%;
    margin: -10px 15%; }
    @media only screen and (min-width: 980px) {
      article.ctac .ctac-logo {
        width: 50%;
        margin: -20px 25%;
        text-align: center; } }
    @media only screen and (min-width: 980px) {
      article.ctac .ctac-logo img {
        max-width: 600px;
        margin: 0 auto; } }
  article.ctac .ctac-feature-container {
    margin: 0 0 50px; }
    @media only screen and (min-width: 640px) {
      article.ctac .ctac-feature-container {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto 30px; } }
    @media only screen and (min-width: 980px) {
      article.ctac .ctac-feature-container {
        max-width: 1200px; } }
    article.ctac .ctac-feature-container .ctac-feature {
      background-image: url("../image/feature_box.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      color: #004599;
      padding: 5% 25% 6%;
      margin: 20px 0;
      text-align: center;
      min-height: 250px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      align-items: center;
      width: 100%; }
      @media only screen and (min-width: 640px) {
        article.ctac .ctac-feature-container .ctac-feature {
          padding: 0 2%;
          min-height: 250px;
          width: 32%; } }
      @media only screen and (min-width: 980px) {
        article.ctac .ctac-feature-container .ctac-feature {
          padding: 0 5%;
          min-height: 290px;
          width: 30%; } }
      article.ctac .ctac-feature-container .ctac-feature h3 {
        font-size: 120%;
        padding-bottom: 15px;
        width: 100%; }
        @media only screen and (min-width: 640px) {
          article.ctac .ctac-feature-container .ctac-feature h3 {
            font-size: 1.9vw; } }
        @media only screen and (min-width: 980px) {
          article.ctac .ctac-feature-container .ctac-feature h3 {
            font-size: 19px; } }
      article.ctac .ctac-feature-container .ctac-feature .feature_text {
        text-align: left;
        width: 150px; }
        @media only screen and (min-width: 640px) {
          article.ctac .ctac-feature-container .ctac-feature .feature_text {
            width: 100%;
            font-size: 1.4vw;
            padding: 0 20%; } }
        @media only screen and (min-width: 980px) {
          article.ctac .ctac-feature-container .ctac-feature .feature_text {
            padding: 0 11% 0 13%;
            font-size: .9rem;
            letter-spacing: 1px;
            line-height: 1.5; } }
  @media only screen and (min-width: 640px) {
    article.ctac .feature_bottom-container {
      display: flex;
      justify-content: center;
      width: 100%;
      padding: 0 3%; } }
  @media only screen and (min-width: 980px) {
    article.ctac .feature_bottom-container {
      max-width: 1200px;
      margin: 0 auto; } }
  article.ctac .feature_bottom {
    text-align: center;
    font-weight: bold;
    margin: 0 0 10px; }
    @media only screen and (min-width: 640px) {
      article.ctac .feature_bottom {
        width: 25%;
        margin: 0 40px 0 0;
        position: relative; } }
    @media only screen and (min-width: 980px) {
      article.ctac .feature_bottom {
        margin: 0 60px 0 0; } }
    article.ctac .feature_bottom:after {
      content: "＋";
      font-size: 200%; }
      @media only screen and (min-width: 640px) {
        article.ctac .feature_bottom:after {
          content: "＋";
          position: absolute;
          right: -15px;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 4rem;
          width: 10px; } }
      @media only screen and (min-width: 980px) {
        article.ctac .feature_bottom:after {
          right: -22px; } }
    @media only screen and (min-width: 640px) {
      article.ctac .feature_bottom:last-of-type {
        margin: 0; } }
    article.ctac .feature_bottom:last-of-type:after {
      content: ""; }
    article.ctac .feature_bottom__arrow:after {
      content: "↓"; }
      @media only screen and (min-width: 640px) {
        article.ctac .feature_bottom__arrow:after {
          content: "→"; } }
  article.ctac .ctac-title {
    text-align: center;
    margin: 30px 0; }
    article.ctac .ctac-title h2 {
      display: inline-block;
      background: #006DBD;
      color: white;
      padding: 3px;
      font-size: 1.2rem;
      letter-spacing: 1px;
      width: 60%;
      margin: 0 20%; }
      @media only screen and (min-width: 640px) {
        article.ctac .ctac-title h2 {
          font-size: 1.5rem;
          padding: 10px;
          width: 30%;
          margin: 0 35%; } }
  article.ctac .facility_table {
    margin: 10px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word; }
    @media only screen and (min-width: 640px) {
      article.ctac .facility_table {
        width: 92%;
        margin: 0 4%; } }
    @media only screen and (min-width: 980px) {
      article.ctac .facility_table {
        max-width: 1000px;
        margin: 0 auto; } }
    article.ctac .facility_table tr {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (min-width: 640px) {
        article.ctac .facility_table tr {
          flex-wrap: nowrap; } }
      article.ctac .facility_table tr:nth-of-type(odd) {
        background: #f2f2f2; }
    article.ctac .facility_table th, article.ctac .facility_table td {
      padding: 10px;
      width: 100%;
      text-align: left;
      border-top: 1px solid #ccc; }
      @media only screen and (min-width: 640px) {
        article.ctac .facility_table th, article.ctac .facility_table td {
          padding: 20px;
          display: flex;
          align-items: center; } }
      article.ctac .facility_table th ul, article.ctac .facility_table td ul {
        width: 100%; }
      article.ctac .facility_table th li, article.ctac .facility_table td li {
        padding-left: 1rem;
        position: relative; }
        article.ctac .facility_table th li:before, article.ctac .facility_table td li:before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0; }
      article.ctac .facility_table th span, article.ctac .facility_table td span {
        font-size: .75rem; }
    @media only screen and (min-width: 640px) {
      article.ctac .facility_table th {
        width: 220px; } }
    @media only screen and (min-width: 980px) {
      article.ctac .facility_table th {
        width: 250px; } }
    @media only screen and (min-width: 640px) {
      article.ctac .facility_table td {
        width: calc(100% - 220px); } }
    @media only screen and (min-width: 980px) {
      article.ctac .facility_table td {
        width: calc(100% - 250px); } }
  article.ctac .ctac-access {
    padding: 10px; }
    @media only screen and (min-width: 640px) {
      article.ctac .ctac-access {
        display: flex;
        width: 92%;
        margin: 30px 4%; } }
    @media only screen and (min-width: 980px) {
      article.ctac .ctac-access {
        width: 80%;
        max-width: 1000px;
        margin: 40px auto; } }
    article.ctac .ctac-access h4 {
      font-weight: bold;
      font-size: 1.4rem; }
    article.ctac .ctac-access h5 {
      font-weight: bold;
      font-size: 1rem;
      margin-bottom: 10px; }
      article.ctac .ctac-access h5 span {
        font-size: .8rem; }
    article.ctac .ctac-access__inner {
      border-top: 1px solid black;
      padding: 10px 0;
      margin-top: 10px; }
    @media only screen and (min-width: 980px) {
      article.ctac .ctac-access .ctac-access-box {
        width: 45%; } }
    article.ctac .ctac-access .ctac-access-box p {
      line-height: 1.5; }
    @media only screen and (min-width: 980px) {
      article.ctac .ctac-access .ctac-access-img {
        width: 55%; } }
    article.ctac .ctac-access .ctac-access-img img {
      width: 100%; }
  article.ctac .ctac-footer {
    background: black;
    color: white; }
    article.ctac .ctac-footer a {
      color: white; }
    article.ctac .ctac-footer__container {
      padding: 10px; }
      @media only screen and (min-width: 980px) {
        article.ctac .ctac-footer__container {
          max-width: 1200px;
          margin: 0 auto;
          display: flex; } }
    article.ctac .ctac-footer .ctac-contact-top {
      padding: 10px; }
      @media only screen and (min-width: 980px) {
        article.ctac .ctac-footer .ctac-contact-top {
          width: 60%;
          margin-right: 30px; } }
      article.ctac .ctac-footer .ctac-contact-top img {
        margin-bottom: 10px;
        padding: 0 10%; }
        @media only screen and (min-width: 980px) {
          article.ctac .ctac-footer .ctac-contact-top img {
            padding: 0;
            width: 80%; } }
      article.ctac .ctac-footer .ctac-contact-top a {
        font-weight: bold;
        font-size: 1.2rem;
        border-bottom: 1px solid white;
        margin-bottom: 10px; }
        @media only screen and (min-width: 980px) {
          article.ctac .ctac-footer .ctac-contact-top a {
            padding-bottom: 5px; } }
      article.ctac .ctac-footer .ctac-contact-top .qr img {
        width: 80px;
        margin: 0 auto;
        height: auto;
        padding: 10px; }
        @media only screen and (min-width: 980px) {
          article.ctac .ctac-footer .ctac-contact-top .qr img {
            width: 100px; } }
    article.ctac .ctac-footer .ctac-contact-bottom {
      border: 3px solid white;
      margin: 10px 0; }
      @media only screen and (min-width: 980px) {
        article.ctac .ctac-footer .ctac-contact-bottom {
          display: flex;
          font-weight: bold; } }
      article.ctac .ctac-footer .ctac-contact-bottom p {
        padding: 10px; }
        @media only screen and (min-width: 980px) {
          article.ctac .ctac-footer .ctac-contact-bottom p {
            width: 50%; } }
      article.ctac .ctac-footer .ctac-contact-bottom span {
        font-size: .9rem; }
        @media only screen and (min-width: 980px) {
          article.ctac .ctac-footer .ctac-contact-bottom span {
            font-size: .8rem; } }
      article.ctac .ctac-footer .ctac-contact-bottom .ctac-contact__inner {
        background: white;
        color: black;
        text-align: center; }
        @media only screen and (min-width: 980px) {
          article.ctac .ctac-footer .ctac-contact-bottom .ctac-contact__inner {
            width: 50%; } }
        @media only screen and (min-width: 980px) {
          article.ctac .ctac-footer .ctac-contact-bottom .ctac-contact__inner p {
            width: 100%; } }
    article.ctac .ctac-footer .ctac-mail p {
      background: white;
      color: black;
      font-weight: bold;
      padding: 2px;
      display: inline; }
      @media only screen and (min-width: 980px) {
        article.ctac .ctac-footer .ctac-mail p {
          padding: 5px 10px;
          margin-right: 10px; } }
    article.ctac .ctac-footer .ctac-mail a {
      display: inline-block;
      font-weight: bold;
      font-size: 1rem; }
      @media only screen and (min-width: 980px) {
        article.ctac .ctac-footer .ctac-mail a {
          font-size: 1.5rem; } }

@media only screen and (min-width: 980px) {
  .lp_banner {
    width: 60%;
    margin: 30px auto 0; } }
.lp_banner:hover {
  opacity: .8; }
.lp_banner img {
  width: 100%;
  margin: 0; }

a.ctac_active {
  background: #24a2ff; }

article.ctac_202012 {
  padding-top: 55px; }
  @media only screen and (min-width: 980px) {
    article.ctac_202012 {
      padding-top: 120px; } }
  article.ctac_202012 * {
    font-family: "ヒラギノ角ゴPro W3", "ヒラギノ角ゴPro W6", "ヒラギノ角ゴ W3", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, sans-serif; }
  @media only screen and (min-width: 980px) {
    article.ctac_202012 .container {
      max-width: 1100px; } }
  article.ctac_202012 section .container {
    margin-bottom: 0; }
  article.ctac_202012 .ctac-keyvisual-cal {
    margin: 0; }
    article.ctac_202012 .ctac-keyvisual-cal img {
      width: 100%; }
    article.ctac_202012 .ctac-keyvisual-cal .slick-dots {
      position: absolute;
      bottom: 5px; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .ctac-keyvisual-cal .slick-dots {
          bottom: 10px; } }
      article.ctac_202012 .ctac-keyvisual-cal .slick-dots li {
        margin: 0; }
        article.ctac_202012 .ctac-keyvisual-cal .slick-dots li button:before {
          content: "■";
          opacity: .5; }
          @media only screen and (min-width: 640px) {
            article.ctac_202012 .ctac-keyvisual-cal .slick-dots li button:before {
              font-size: 15px; } }
      article.ctac_202012 .ctac-keyvisual-cal .slick-dots .slick-active button:before {
        color: red;
        opacity: 1; }
  article.ctac_202012 .ctac-catch {
    background: #f4f4f4;
    margin: -5px 0 0; }
    article.ctac_202012 .ctac-catch h1, article.ctac_202012 .ctac-catch h2 {
      text-align: center;
      font-family: "DIN Alternate"; }
    article.ctac_202012 .ctac-catch h1 {
      font-size: 1.8rem;
      letter-spacing: 1px; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .ctac-catch h1 {
          font-size: 2.5rem;
          letter-spacing: 3px; } }
    article.ctac_202012 .ctac-catch h2 {
      padding-bottom: 20px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .ctac-catch h2 {
          font-size: 1.7rem;
          letter-spacing: 1px; } }
      article.ctac_202012 .ctac-catch h2 span {
        color: red; }
        @media only screen and (min-width: 640px) {
          article.ctac_202012 .ctac-catch h2 span {
            padding-left: 3px; } }
    article.ctac_202012 .ctac-catch p {
      padding-bottom: 15px;
      line-height: 1.5; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .ctac-catch p {
          line-height: 1.65;
          text-align: center; } }
      article.ctac_202012 .ctac-catch p span {
        font-weight: bold;
        font-size: .95rem;
        display: inline; }
        @media only screen and (min-width: 640px) {
          article.ctac_202012 .ctac-catch p span {
            font-size: 1.15rem; } }
  article.ctac_202012 .ctac-title {
    margin: 30px 0; }
    article.ctac_202012 .ctac-title h2 {
      font-size: 1.5rem;
      position: relative;
      padding: 0 0 10px;
      margin: 0 0 25px; }
      article.ctac_202012 .ctac-title h2:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        margin: auto;
        width: 50px;
        height: 2px;
        background: red; }
  article.ctac_202012 .ctac-movie .container {
    width: 100%;
    padding: 3% 8%; }
  article.ctac_202012 .movie-cal .slick-track {
    margin: 0 auto; }
  @media only screen and (min-width: 980px) {
    article.ctac_202012 .movie-cal li {
      display: flex;
      padding: 0 20px; } }
  article.ctac_202012 .movie-cal li img {
    width: 100%;
    margin: 3px 0; }
  article.ctac_202012 .movie-cal .movie-txt {
    padding: 10px 5px 5px; }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .movie-cal .movie-txt {
        width: 50%;
        padding: 0 10px 10px 20px; } }
  article.ctac_202012 .movie-cal h4 {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 5px 0; }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .movie-cal h4 {
        padding: 0 0 10px;
        font-size: 1.25rem; } }
  article.ctac_202012 .movie-cal table {
    width: 100%;
    margin: 0 0 10px;
    font-size: .9rem; }
    article.ctac_202012 .movie-cal table tr {
      background: #f2f2f2;
      border-top: 1px solid #ccc; }
      article.ctac_202012 .movie-cal table tr:last-child {
        border-bottom: 1px solid #ccc; }
      article.ctac_202012 .movie-cal table tr th, article.ctac_202012 .movie-cal table tr td {
        padding: 7px; }
        @media only screen and (min-width: 640px) {
          article.ctac_202012 .movie-cal table tr th, article.ctac_202012 .movie-cal table tr td {
            padding: 10px; } }
      article.ctac_202012 .movie-cal table tr th {
        border-right: 1px solid #ccc; }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .movie-cal table tr th {
            width: 128px; } }
  article.ctac_202012 .movie-cal a {
    display: block; }
    article.ctac_202012 .movie-cal a:hover {
      opacity: .85;
      transition: .2s; }
  article.ctac_202012 .movie-cal .slick-prev {
    overflow: visible; }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .movie-cal .slick-prev {
        left: -21px; } }
    article.ctac_202012 .movie-cal .slick-prev:before {
      content: "◀︎";
      color: #006DBD;
      font-size: 24px;
      opacity: 1; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .movie-cal .slick-prev:before {
          font-size: 42px; } }
    article.ctac_202012 .movie-cal .slick-prev:hover:before {
      opacity: .75;
      transition: .2s; }
  article.ctac_202012 .movie-cal .slick-next {
    right: -21px;
    overflow: visible; }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .movie-cal .slick-next {
        right: 0; } }
    article.ctac_202012 .movie-cal .slick-next:before {
      content: "▶︎";
      color: #006DBD;
      font-size: 24px;
      opacity: 1; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .movie-cal .slick-next:before {
          font-size: 42px; } }
    article.ctac_202012 .movie-cal .slick-next:hover:before {
      opacity: .75;
      transition: .2s; }
  article.ctac_202012 .movie-content {
    max-width: 800px;
    margin: 0 auto; }
    article.ctac_202012 .movie-content h4 {
      font-weight: bold;
      font-size: 1.1rem;
      text-align: center; }
    article.ctac_202012 .movie-content video, article.ctac_202012 .movie-content img {
      width: 100%;
      object-fit: cover;
      margin: 5px 0; }
  article.ctac_202012 .ctac-link {
    margin: 40px 10px 10px; }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .ctac-link {
        margin: 30px 10px -0; } }
    article.ctac_202012 .ctac-link > .container {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
      @media only screen and (min-width: 980px) {
        article.ctac_202012 .ctac-link > .container {
          padding: 3% 3% 1%; } }
    article.ctac_202012 .ctac-link a {
      background: linear-gradient(#e6e9ed, white);
      border: 1px solid white;
      border-radius: 5px;
      box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
      color: #006DBD;
      margin: 3px;
      text-align: center;
      width: calc(50% - 6px);
      padding: 5px;
      font-weight: bold;
      position: relative; }
      @media only screen and (min-width: 980px) {
        article.ctac_202012 .ctac-link a {
          width: calc(25% - 10px);
          padding: 10px 5px;
          margin: 5px; } }
      article.ctac_202012 .ctac-link a:hover {
        opacity: .7;
        transition: all .2s;
        cursor: pointer;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25); }
      article.ctac_202012 .ctac-link a p {
        display: inline-block; }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .ctac-link a p {
            padding-right: 4px; } }
      article.ctac_202012 .ctac-link a img {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 12px;
        height: auto; }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .ctac-link a img {
            width: 15px; } }
  article.ctac_202012 .ctac-support {
    margin: 0 auto; }
  article.ctac_202012 .ctac-course {
    margin: 0 0 20px; }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .ctac-course {
        display: flex; } }
    article.ctac_202012 .ctac-course img {
      width: 100%; }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .ctac-course .ctac-course-img {
        width: 48%; } }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .ctac-course .ctac-course-txt {
        width: 52%;
        padding: 0 0 0 35px; } }
    article.ctac_202012 .ctac-course p {
      padding: 5px 0; }
    article.ctac_202012 .ctac-course .ctac-course-btn {
      background: #006DBD;
      color: white;
      font-weight: bold;
      text-align: center;
      padding: 20px 0;
      font-size: 1.2rem;
      margin: 10px 0 0; }
      @media only screen and (min-width: 980px) {
        article.ctac_202012 .ctac-course .ctac-course-btn {
          font-size: 1.3rem;
          padding: 30px 0;
          margin: 30px 0 0; } }
    article.ctac_202012 .ctac-course a:hover {
      opacity: .8; }
  @media only screen and (min-width: 980px) {
    article.ctac_202012 .ctac-download .ctac-course-btn {
      margin: 5px 0 0; } }
  article.ctac_202012 .ctac-tab-menu-wrap {
    background: #f4f4f4;
    padding: 10px; }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .ctac-tab-menu-wrap {
        padding: 20px 30px 30px;
        max-width: 1100px;
        margin: 0 auto; } }
  article.ctac_202012 .ctac-menu-content-ul {
    position: relative; }
  article.ctac_202012 .arrow-key {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px; }
    article.ctac_202012 .arrow-key p {
      color: #006DBD;
      font-size: 25px;
      display: inline;
      position: absolute; }
      article.ctac_202012 .arrow-key p:hover {
        cursor: pointer;
        opacity: 0.7;
        transition: all .2s linear; }
    article.ctac_202012 .arrow-key p.left {
      left: -20px; }
    article.ctac_202012 .arrow-key .left.none {
      display: none; }
    article.ctac_202012 .arrow-key p.right {
      right: -20px;
      float: right; }
    article.ctac_202012 .arrow-key .right.none {
      display: none; }
  article.ctac_202012 .ctac-menu-category-ul li {
    display: inline-block;
    background: white;
    border-radius: 40px;
    margin: 10px 0 15px;
    color: white;
    text-align: center;
    padding: 3px 10px;
    line-height: 1;
    font-size: 12px; }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .ctac-menu-category-ul li {
        font-size: 12px;
        font-weight: 500;
        margin: 0 2px 20px;
        padding: 5px 12px 5px 10px; } }
    article.ctac_202012 .ctac-menu-category-ul li img {
      display: inline-block;
      width: 10px;
      margin: 0 5px 0 0; }
  article.ctac_202012 .ctac-menu-category-ul .category-hpc {
    border: 1px solid #006DBD;
    color: #006DBD; }
  article.ctac_202012 .ctac-menu-category-ul .category-ssf {
    border: 1px solid #ff924a;
    color: #ff924a; }
  article.ctac_202012 .ctac-menu-category-ul .category-health {
    border: 1px solid #2ec4b6;
    color: #2ec4b6; }
  @media only screen and (min-width: 980px) {
    article.ctac_202012 .ctac-menu-ul {
      margin: 0 5px 10px;
      display: flex;
      width: 100%; } }
  @media only screen and (min-width: 640px) {
    article.ctac_202012 .ctac-menu-ul .clear {
      width: 100%; } }
  @media only screen and (min-width: 980px) {
    article.ctac_202012 .ctac-menu-ul .clear {
      width: auto;
      min-width: 30%; } }
  article.ctac_202012 .ctac-menu-ul li {
    color: #006DBD;
    cursor: pointer;
    padding: 2px 5px 2px 20px;
    position: relative;
    margin: 3px 0; }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .ctac-menu-ul li {
        padding: 2px 5px 2px 20px; } }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .ctac-menu-ul li {
        min-width: 250px;
        font-size: 15px; } }
    article.ctac_202012 .ctac-menu-ul li:before {
      content: '';
      background: url(../image/menu_blue.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5px;
      width: 10px;
      height: 10px;
      margin: auto; }
    article.ctac_202012 .ctac-menu-ul li:hover {
      background: #006DBD;
      color: white; }
  article.ctac_202012 .ctac-menu-ul .active {
    background: #006DBD;
    color: white; }
    article.ctac_202012 .ctac-menu-ul .active:before {
      background: url(../image/menu_white.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  article.ctac_202012 .ctac-menu-ul .category-ssf {
    color: #ff924a; }
    article.ctac_202012 .ctac-menu-ul .category-ssf:before {
      background: url(../image/menu_orange.svg);
      background-repeat: no-repeat; }
    article.ctac_202012 .ctac-menu-ul .category-ssf:hover {
      background: #ff924a; }
  article.ctac_202012 .ctac-menu-ul .category-ssf.active {
    background: #ff924a;
    color: white; }
  article.ctac_202012 .ctac-menu-ul .category-health {
    color: #2ec4b6; }
    article.ctac_202012 .ctac-menu-ul .category-health:before {
      background: url(../image/menu_green.svg);
      background-repeat: no-repeat; }
    article.ctac_202012 .ctac-menu-ul .category-health:hover {
      background: #2ec4b6; }
  article.ctac_202012 .ctac-menu-ul .category-health.active {
    background: #2ec4b6;
    color: white; }
  article.ctac_202012 .ctac-menu-content-wrap {
    background: white;
    border: 2px solid #006DBD;
    display: none; }
  article.ctac_202012 .ctac-menu-content-ul .is-show {
    display: block; }
  article.ctac_202012 .ctac-menu-content-ul .category-ssf {
    border-color: #ff924a; }
    article.ctac_202012 .ctac-menu-content-ul .category-ssf .ctac-menu-content-title {
      background: #ff924a; }
    article.ctac_202012 .ctac-menu-content-ul .category-ssf h4 {
      color: #ff924a; }
  article.ctac_202012 .ctac-menu-content-ul .category-health {
    border-color: #2ec4b6; }
    article.ctac_202012 .ctac-menu-content-ul .category-health .ctac-menu-content-title {
      background: #2ec4b6; }
    article.ctac_202012 .ctac-menu-content-ul .category-health h4 {
      color: #2ec4b6; }
  article.ctac_202012 .ctac-menu-content-title {
    background: #006DBD;
    color: white;
    font-weight: bold;
    padding: 2px 10px; }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .ctac-menu-content-title {
        padding: 4px 10px; } }
  @media only screen and (min-width: 640px) {
    article.ctac_202012 .ctac-menu-flex {
      display: flex; } }
  article.ctac_202012 .ctac-menu-content {
    padding: 10px; }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .ctac-menu-content {
        padding: 15px 20px 20px 10px; } }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .ctac-menu-content {
        width: 50%;
        padding: 15px 30px 20px 10px; } }
    article.ctac_202012 .ctac-menu-content h4 {
      color: #006DBD;
      padding: 0 70px 5px 0;
      position: relative; }
      article.ctac_202012 .ctac-menu-content h4 span {
        position: absolute;
        right: 0;
        top: 0; }
    article.ctac_202012 .ctac-menu-content li {
      padding: 2px 0 2px 15px;
      position: relative; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .ctac-menu-content li {
          padding: 4px 0 4px 15px;
          font-size: 15px; } }
      article.ctac_202012 .ctac-menu-content li:before {
        content: "・";
        position: absolute;
        left: 0;
        top: 3px;
        height: 10px; }
        @media only screen and (min-width: 640px) {
          article.ctac_202012 .ctac-menu-content li:before {
            top: 5px; } }
  article.ctac_202012 .ctac-menu-content-movie {
    padding: 10px; }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .ctac-menu-content-movie {
        padding: 0 0 20px; } }
  article.ctac_202012 .ctac-facility {
    padding: 3% 0 0; }
  article.ctac_202012 .facility_table {
    width: 100%;
    margin: 10px 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word; }
    article.ctac_202012 .facility_table tr {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .facility_table tr {
          flex-wrap: nowrap; } }
      article.ctac_202012 .facility_table tr:nth-of-type(odd) {
        background: #f2f2f2; }
    article.ctac_202012 .facility_table th, article.ctac_202012 .facility_table td {
      padding: 10px;
      width: 100%;
      text-align: left;
      border-top: 1px solid #ccc; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .facility_table th, article.ctac_202012 .facility_table td {
          padding: 20px;
          display: flex;
          align-items: center; } }
      article.ctac_202012 .facility_table th ul, article.ctac_202012 .facility_table td ul {
        width: 100%; }
      article.ctac_202012 .facility_table th li, article.ctac_202012 .facility_table td li {
        padding-left: 1rem;
        position: relative; }
        article.ctac_202012 .facility_table th li:before, article.ctac_202012 .facility_table td li:before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0; }
      article.ctac_202012 .facility_table th span, article.ctac_202012 .facility_table td span {
        font-size: .75rem; }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .facility_table th {
        width: 220px; } }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .facility_table th {
        width: 250px; } }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .facility_table td {
        width: calc(100% - 220px); } }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .facility_table td {
        width: calc(100% - 250px); } }
  @media only screen and (min-width: 640px) {
    article.ctac_202012 .ctac-access {
      display: flex; } }
  article.ctac_202012 .ctac-access h4 {
    font-weight: bold;
    font-size: 1.4rem; }
  article.ctac_202012 .ctac-access h5 {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px; }
    article.ctac_202012 .ctac-access h5 span {
      font-size: .8rem; }
  article.ctac_202012 .ctac-access__inner {
    border-top: 1px solid black;
    padding: 10px 0;
    margin-top: 10px; }
  @media only screen and (min-width: 980px) {
    article.ctac_202012 .ctac-access .ctac-access-box {
      width: 45%; } }
  article.ctac_202012 .ctac-access .ctac-access-box p {
    line-height: 1.5; }
  @media only screen and (min-width: 980px) {
    article.ctac_202012 .ctac-access .ctac-access-img {
      width: 55%; } }
  article.ctac_202012 .ctac-access .ctac-access-img img {
    width: 100%; }
  article.ctac_202012 .ctac-contact-btn a {
    color: white;
    background: #006DBD;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px;
    margin: 10px auto 50px;
    width: 92%;
    max-width: 500px; }
    @media only screen and (min-width: 640px) {
      article.ctac_202012 .ctac-contact-btn a {
        padding: 30px;
        font-size: 1.3rem;
        margin: 10px auto 100px; } }
    article.ctac_202012 .ctac-contact-btn a:hover {
      opacity: .75;
      transition: .2s; }
  article.ctac_202012 .ctac-footer {
    background: black;
    color: white; }
    article.ctac_202012 .ctac-footer a {
      color: white; }
    article.ctac_202012 .ctac-footer__container {
      padding: 10px; }
      @media only screen and (min-width: 980px) {
        article.ctac_202012 .ctac-footer__container {
          max-width: 1200px;
          margin: 0 auto;
          display: flex; } }
    article.ctac_202012 .ctac-footer .ctac-contact-top {
      padding: 10px; }
      @media only screen and (min-width: 980px) {
        article.ctac_202012 .ctac-footer .ctac-contact-top {
          width: 60%;
          margin-right: 30px; } }
      article.ctac_202012 .ctac-footer .ctac-contact-top img {
        margin-bottom: 10px;
        padding: 0 10%; }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .ctac-footer .ctac-contact-top img {
            padding: 0;
            width: 80%; } }
      article.ctac_202012 .ctac-footer .ctac-contact-top a {
        font-weight: bold;
        font-size: 1.2rem;
        border-bottom: 1px solid white;
        margin-bottom: 10px; }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .ctac-footer .ctac-contact-top a {
            padding-bottom: 5px; } }
      article.ctac_202012 .ctac-footer .ctac-contact-top .qr img {
        width: 80px;
        margin: 0 auto;
        height: auto;
        padding: 10px; }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .ctac-footer .ctac-contact-top .qr img {
            width: 100px; } }
    article.ctac_202012 .ctac-footer .ctac-contact-bottom {
      border: 3px solid white;
      margin: 10px 0; }
      @media only screen and (min-width: 980px) {
        article.ctac_202012 .ctac-footer .ctac-contact-bottom {
          display: flex;
          font-weight: bold; } }
      article.ctac_202012 .ctac-footer .ctac-contact-bottom p {
        padding: 10px; }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .ctac-footer .ctac-contact-bottom p {
            width: 50%; } }
      article.ctac_202012 .ctac-footer .ctac-contact-bottom span {
        font-size: .9rem; }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .ctac-footer .ctac-contact-bottom span {
            font-size: .8rem; } }
      article.ctac_202012 .ctac-footer .ctac-contact-bottom .ctac-contact__inner {
        background: white;
        color: black;
        text-align: center; }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .ctac-footer .ctac-contact-bottom .ctac-contact__inner {
            width: 50%; } }
        @media only screen and (min-width: 980px) {
          article.ctac_202012 .ctac-footer .ctac-contact-bottom .ctac-contact__inner p {
            width: 100%; } }
    article.ctac_202012 .ctac-footer .ctac-mail p {
      background: white;
      color: black;
      font-weight: bold;
      padding: 2px;
      display: inline; }
      @media only screen and (min-width: 980px) {
        article.ctac_202012 .ctac-footer .ctac-mail p {
          padding: 5px 10px;
          margin-right: 10px; } }
    article.ctac_202012 .ctac-footer .ctac-mail a {
      display: inline-block;
      font-weight: bold;
      font-size: 1rem; }
      @media only screen and (min-width: 980px) {
        article.ctac_202012 .ctac-footer .ctac-mail a {
          font-size: 1.5rem; } }
  article.ctac_202012 .qa {
    padding-bottom: 80px; }
    @media only screen and (min-width: 980px) {
      article.ctac_202012 .qa {
        padding-bottom: 120px; } }
    article.ctac_202012 .qa .qa-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin: 40px 0 5px; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .qa .qa-title {
          font-size: 1.4rem;
          margin: 40px 2px 10px; } }
    article.ctac_202012 .qa .qa-wrap {
      position: relative; }
      article.ctac_202012 .qa .qa-wrap a {
        display: inline; }
    article.ctac_202012 .qa .accordion-content {
      display: none;
      padding: 10px 15px 5px;
      background: #f4f4f4; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .qa .accordion-content {
          padding: 20px 20px 10px; } }
      article.ctac_202012 .qa .accordion-content p {
        padding: 0 20px 5px 40px; }
        @media only screen and (min-width: 640px) {
          article.ctac_202012 .qa .accordion-content p {
            padding: 0 20px 10px 40px; } }
        article.ctac_202012 .qa .accordion-content p a {
          text-decoration: underline;
          font-weight: bold;
          color: #006DBD;
          padding: 0 2px; }
      article.ctac_202012 .qa .accordion-content .big {
        font-weight: bold;
        font-size: 15px;
        position: relative; }
        @media only screen and (min-width: 640px) {
          article.ctac_202012 .qa .accordion-content .big {
            font-size: 16px; } }
        article.ctac_202012 .qa .accordion-content .big .answer {
          position: absolute;
          left: 5px;
          top: 0; }
      article.ctac_202012 .qa .accordion-content img {
        max-width: calc(100% - 40px);
        width: auto;
        height: auto;
        padding-left: 40px; }
      article.ctac_202012 .qa .accordion-content li {
        list-style: disc;
        list-style-position: inside; }
      article.ctac_202012 .qa .accordion-content .underline {
        text-decoration: underline; }
    article.ctac_202012 .qa .q8-answer {
      background: white;
      padding: 10px;
      margin: 10px 0 0; }
    article.ctac_202012 .qa .accordion {
      padding: 20px 10px;
      border: 1px solid #ccc;
      margin-bottom: -1px;
      position: relative;
      z-index: 2; }
      @media only screen and (min-width: 640px) {
        article.ctac_202012 .qa .accordion {
          padding: 20px 15px; } }
      article.ctac_202012 .qa .accordion p {
        font-size: 15px;
        font-weight: bold;
        padding: 0 20px 0 45px;
        position: relative; }
        @media only screen and (min-width: 640px) {
          article.ctac_202012 .qa .accordion p {
            font-size: 16px;
            padding: 0 20px 0 50px; } }
        article.ctac_202012 .qa .accordion p .question {
          position: absolute;
          left: 0;
          top: 0; }
        article.ctac_202012 .qa .accordion p:after {
          content: '▼';
          color: #006DBD;
          position: absolute;
          top: 0;
          right: 0; }
      article.ctac_202012 .qa .accordion:hover {
        background: rgba(0, 109, 189, 0.15);
        transition: all .2s;
        cursor: pointer; }
    article.ctac_202012 .qa .accordion.show p:after {
      content: '▲'; }
    article.ctac_202012 .qa .accordion-wrap {
      margin-bottom: 20px; }

.lp_banner_top {
  margin: 30px 2% 0; }
  @media only screen and (min-width: 980px) {
    .lp_banner_top {
      margin: 0 auto 60px; } }

article.ssf {
  padding-top: 55px;
  background: #9EB6CC; }
  @media only screen and (min-width: 980px) {
    article.ssf {
      padding-top: 120px; } }
  article.ssf * {
    font-family: "ヒラギノ角ゴPro W3", "ヒラギノ角ゴPro W6", "ヒラギノ角ゴ W3", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, sans-serif; }
  @media only screen and (min-width: 980px) {
    article.ssf .ssf-container {
      max-width: 980px;
      margin: 0 auto; } }
  article.ssf .ssf-firstview {
    background-image: url("../image/back.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding: 90px 20px 50px;
    text-align: center; }
    @media only screen and (min-width: 980px) {
      article.ssf .ssf-firstview {
        padding: 100px 20px 100px; } }
  article.ssf .ssf-firstview-text {
    width: 100%;
    max-width: 750px;
    margin: 0 auto; }
  article.ssf .ssf-white-back {
    background: rgba(255, 255, 255, 0.7);
    margin: 0 3%;
    padding: 10px 20px; }
    @media only screen and (min-width: 980px) {
      article.ssf .ssf-white-back {
        padding: 10px 50px 100px;
        position: relative;
        margin: 50px 3%; } }
    article.ssf .ssf-white-back p {
      padding-bottom: 20px; }
    article.ssf .ssf-white-back ul li {
      padding: 0 0 8px 12px;
      position: relative; }
      article.ssf .ssf-white-back ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        background: white;
        height: 7px;
        width: 7px;
        border-radius: 10px; }
        @media only screen and (min-width: 980px) {
          article.ssf .ssf-white-back ul li:before {
            top: 8px; } }
    @media only screen and (min-width: 980px) {
      article.ssf .ssf-white-back table {
        width: 50%; } }
    article.ssf .ssf-white-back table th {
      width: 85px;
      text-align: left;
      text-align-last: justify;
      vertical-align: top;
      padding-right: 20px; }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-white-back table th {
          width: 100px; } }
    article.ssf .ssf-white-back table td {
      padding-bottom: 10px; }
    article.ssf .ssf-white-back .ssf_quality {
      width: 70%;
      margin: 0 15%; }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-white-back .ssf_quality {
          width: 40%;
          height: auto;
          margin: 0;
          position: absolute;
          right: 50px;
          bottom: 60px; } }
  article.ssf .ssf-title {
    position: relative;
    text-align: left;
    padding: 0 0 0 35px;
    margin: 30px 0 10px;
    font-size: 18px; }
    @media only screen and (min-width: 980px) {
      article.ssf .ssf-title {
        font-size: 24px;
        letter-spacing: 1px;
        margin: 40px 0 10px; } }
    article.ssf .ssf-title:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 30px;
      height: 30px;
      background-image: url("../image/title.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 2; }
  article.ssf .ssf-white {
    background: white; }
    @media only screen and (min-width: 980px) {
      article.ssf .ssf-white > .ssf-container {
        display: flex;
        flex-wrap: wrap; } }
  article.ssf .ssf-item {
    padding: 30px 20px 30px; }
    @media only screen and (min-width: 980px) {
      article.ssf .ssf-item {
        width: 50%;
        padding: 30px; } }
    article.ssf .ssf-item dl {
      padding: 0 0 10px;
      display: flex;
      flex-wrap: wrap; }
    article.ssf .ssf-item dt {
      width: 75px;
      padding-right: 20px;
      text-align-last: justify; }
    article.ssf .ssf-item dd {
      width: calc(100% - 75px); }
    article.ssf .ssf-item .ssf-standard-dl {
      padding-top: 10px; }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-item .ssf-standard-dl {
          font-size: .9rem; } }
      article.ssf .ssf-item .ssf-standard-dl dl {
        padding: 0 0 5px; }
      article.ssf .ssf-item .ssf-standard-dl dt {
        width: 30px;
        padding-right: 20px; }
      article.ssf .ssf-item .ssf-standard-dl dd {
        width: calc(100% - 30px); }
    article.ssf .ssf-item .ssf-product-dl dt {
      width: 120px;
      padding-right: 20px; }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-item .ssf-product-dl dt {
          width: 135px; } }
    article.ssf .ssf-item .ssf-product-dl dd {
      width: calc(100% - 120px); }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-item .ssf-product-dl dd {
          width: calc(100% - 135px); } }
  article.ssf .ssf-item-full {
    width: 100%; }
    @media only screen and (min-width: 980px) {
      article.ssf .ssf-item-full img {
        width: 50%;
        float: left;
        padding: 20px; } }
  article.ssf .ssf-standard-table {
    background: #EAF6FD;
    width: 100%; }
    article.ssf .ssf-standard-table thead {
      background: #004599;
      color: white; }
    article.ssf .ssf-standard-table th {
      font-weight: 100;
      text-align: left;
      border: solid 1px #9FA0A0;
      padding: 4px;
      vertical-align: middle; }
    article.ssf .ssf-standard-table td {
      border: solid 1px #9FA0A0;
      padding: 4px; }
  article.ssf .ssf-footer {
    background: #004599;
    color: white; }
    article.ssf .ssf-footer a {
      color: white; }
    article.ssf .ssf-footer__container {
      padding: 10px; }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-footer__container {
          max-width: 1200px;
          margin: 0 auto;
          display: flex;
          padding: 10px 10px 20px; } }
    article.ssf .ssf-footer .ssf-contact-top {
      padding: 10px; }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-footer .ssf-contact-top {
          width: 40%;
          margin-right: 30px; } }
      article.ssf .ssf-footer .ssf-contact-top img {
        margin-bottom: 10px;
        padding: 0 10%; }
        @media only screen and (min-width: 980px) {
          article.ssf .ssf-footer .ssf-contact-top img {
            padding: 0;
            width: 90%; } }
    @media only screen and (min-width: 980px) {
      article.ssf .ssf-footer .ssf-contact-bottom {
        width: 70%; } }
    article.ssf .ssf-footer .ssf-contact {
      border: 3px solid white;
      margin: 10px 0; }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-footer .ssf-contact {
          width: 100%;
          display: flex;
          align-items: center;
          font-weight: bold; } }
      article.ssf .ssf-footer .ssf-contact p.ssf-left {
        padding: 10px; }
        @media only screen and (min-width: 980px) {
          article.ssf .ssf-footer .ssf-contact p.ssf-left {
            width: 40%;
            font-size: 20px; } }
      article.ssf .ssf-footer .ssf-contact .ssf-contact__inner {
        background: white;
        color: black; }
        @media only screen and (min-width: 980px) {
          article.ssf .ssf-footer .ssf-contact .ssf-contact__inner {
            width: 60%;
            padding: 0 0 0 30px; } }
        article.ssf .ssf-footer .ssf-contact .ssf-contact__inner p {
          padding: 10px; }
          @media only screen and (min-width: 980px) {
            article.ssf .ssf-footer .ssf-contact .ssf-contact__inner p {
              width: 100%;
              line-height: 1.6; } }
    article.ssf .ssf-footer .ssf-mail p {
      background: white;
      color: black;
      font-weight: bold;
      padding: 2px;
      display: inline; }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-footer .ssf-mail p {
          padding: 5px 10px;
          margin-right: 10px; } }
    article.ssf .ssf-footer .ssf-mail a {
      display: inline-block;
      font-weight: bold;
      font-size: 1rem; }
      @media only screen and (min-width: 980px) {
        article.ssf .ssf-footer .ssf-mail a {
          font-size: 1.5rem; } }

/*# sourceMappingURL=common.css.map */
