@charset "UTF-8";
/* Scss Document */
html:before,
html:after,
body:before,
body:after {
  content: "";
  background: #000000;
  position: fixed;
  display: block;
  z-index: 9999; }

/* 上 */
html:before {
  height: 5px;
  width: 100vw;
  left: 0;
  top: 0; }

/* 右 */
html:after {
  width: 5px;
  height: 100vh;
  height: 100svh;
  right: 0;
  top: 0; }

/* 下 */
body:before {
  height: 5px;
  width: 100vw;
  bottom: 0;
  left: 0; }

/* 左 */
body:after {
  width: 5px;
  height: 100vh;
  height: 100svh;
  top: 0;
  left: 0; }

/*--header--*/
header {
  box-sizing: border-box;
  width: 306px;
  height: 100vh;
  position: fixed;
  background-color: white;
  top: 0px;
  left: 0;
  z-index: 999;
  padding-top: 36px;
  text-align: center;
  box-sizing: border-box;
  overflow: scroll; }
  header::-webkit-scrollbar {
    display: none; }
  header.active {
    width: 600px; }
  @media (max-width: 800px) {
    header {
      width: 100%;
      height: 50px;
      background-color: rgba(255, 255, 255, 0); }
      header.active {
        width: 100%; } }
  header .bg_sub {
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: 306px;
    z-index: 1;
    background-color: white;
    transition: .3s ease-in-out;
    opacity: .9; }
    @media (max-width: 800px) {
      header .bg_sub {
        display: none; } }
    header .bg_sub.active {
      width: 306px; }
  header h1 {
    width: 216px;
    margin: auto auto auto 45px; }
    @media (max-width: 800px) {
      header h1 {
        display: none; } }
  header nav.nav_header-pc {
    position: absolute;
    left: 60px;
    top: 160px;
    z-index: 2; }
    @media (max-width: 800px) {
      header nav.nav_header-pc {
        display: none; } }
    header nav.nav_header-pc ul.nav_main li.list a {
      display: block;
      width: 260px;
      padding: 25px 0 8px;
      box-sizing: border-box;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 18px; }
    header nav.nav_header-pc ul.nav_main li.hover_sub {
      position: relative;
      /*&::after{
      	display: block;
      	content: "";
      	width: 0;
      	height: 3px;
      	background-color: $c-text;
      	left: 0;
      	bottom: 0;
      	transition: .5s ease-in-out;
      }*/ }
      header nav.nav_header-pc ul.nav_main li.hover_sub .arrow {
        position: absolute;
        right: -10px;
        top: 25px;
        display: none;
        transition: .5s; }
        header nav.nav_header-pc ul.nav_main li.hover_sub .arrow span {
          display: inline-block;
          width: 16px;
          height: 14px;
          background: url("../img/common/menu_arrow.svg") no-repeat left center;
          opacity: 0;
          animation: fadeInOut 2s ease infinite; }
          header nav.nav_header-pc ul.nav_main li.hover_sub .arrow span:first-of-type {
            animation-delay: 0; }
          header nav.nav_header-pc ul.nav_main li.hover_sub .arrow span:nth-of-type(2) {
            animation-delay: .5s; }
          header nav.nav_header-pc ul.nav_main li.hover_sub .arrow span:nth-of-type(3) {
            animation-delay: 1s; }
          header nav.nav_header-pc ul.nav_main li.hover_sub .arrow span:last-of-type {
            animation-delay: 1.5s; }
      header nav.nav_header-pc ul.nav_main li.hover_sub ul.nav_sub {
        display: none;
        position: absolute;
        left: 100px;
        top: 50px;
        opacity: 0;
        transition: .5s;
        transform: translateY(-50%); }
        header nav.nav_header-pc ul.nav_main li.hover_sub ul.nav_sub > li a {
          display: block;
          width: 290px;
          box-sizing: border-box;
          padding: 15px 0 15px 30px;
          font-size: 1.1rem; }
        header nav.nav_header-pc ul.nav_main li.hover_sub ul.nav_sub > li p {
          width: 200px;
          box-sizing: border-box;
          padding: 0 0 0 30px;
          font-size: 1.1rem; }
      header nav.nav_header-pc ul.nav_main li.hover_sub:hover .arrow {
        display: block; }
      header nav.nav_header-pc ul.nav_main li.hover_sub:hover ul.nav_sub {
        display: block;
        opacity: 1;
        transform: translate(155px, -50%); }
      header nav.nav_header-pc ul.nav_main li.hover_sub:hover::after {
        width: 100%; }
    header nav.nav_header-pc ul.nav_main li.entry {
      margin-top: 30px;
      width: 213px;
      height: 36px;
      background-color: black;
      border-radius: 18px;
      color: white;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 16px;
      letter-spacing: .1em;
      line-height: 36px;
      text-align: center; }
    header nav.nav_header-pc ul.nav_main li.mypage a {
      display: block;
      margin-top: 10px;
      width: 213px;
      height: 46px;
      border: 4px black solid;
      box-sizing: border-box;
      border-radius: 23px;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 16px;
      letter-spacing: .1em;
      line-height: 17px;
      text-align: left;
      padding-left: 90px;
      padding-top: 10px;
      background-image: url("../img/common/mypage.svg");
      background-position: left 58px center;
      background-repeat: no-repeat; }
      header nav.nav_header-pc ul.nav_main li.mypage a:hover {
        background-color: black;
        color: white;
        background-image: url("../img/common/mypage_w.svg"); }

nav.nav_header-sp {
  display: none; }
  @media (max-width: 800px) {
    nav.nav_header-sp {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      height: 100svh;
      z-index: 1005;
      background-color: rgba(255, 255, 255, 0.9);
      visibility: hidden;
      opacity: 0;
      transition: all 0.25s ease-in-out;
      overflow: scroll; }
      nav.nav_header-sp.active {
        visibility: visible;
        opacity: 1; }
      nav.nav_header-sp .logo_sp {
        width: 200px;
        margin: auto;
        padding-top: 15px; }
      nav.nav_header-sp ul.nav_main {
        width: 330px;
        margin: auto;
        padding-top: 15px; }
        nav.nav_header-sp ul.nav_main > li {
          margin-bottom: 20px; }
          nav.nav_header-sp ul.nav_main > li > a {
            padding-bottom: 3px;
            border-bottom: 1px solid #000000;
            font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
            font-weight: 900;
            font-style: normal;
            font-size: 1.2rem; }
          nav.nav_header-sp ul.nav_main > li ul.nav_sub {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap; }
            nav.nav_header-sp ul.nav_main > li ul.nav_sub li {
              width: 50%;
              margin-top: .6em; }
              nav.nav_header-sp ul.nav_main > li ul.nav_sub li a {
                font-size: .9rem;
                line-height: 1.1em; }
            nav.nav_header-sp ul.nav_main > li ul.nav_sub.w_100 li {
              width: 100%; }
        nav.nav_header-sp ul.nav_main li.entry {
          margin-top: 30px;
          width: 100%;
          height: 36px;
          background-color: black;
          border-radius: 18px;
          position: relative; }
          nav.nav_header-sp ul.nav_main li.entry a {
            display: block;
            width: 100%;
            color: white;
            font-size: 16px;
            text-align: center;
            line-height: 36px;
            border-bottom: none; }
        nav.nav_header-sp ul.nav_main li.mypage a {
          display: block;
          margin-top: 10px;
          width: 100%;
          height: 46px;
          border: 4px black solid;
          box-sizing: border-box;
          border-radius: 23px;
          font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
          font-weight: 900;
          font-style: normal;
          font-size: 16px;
          letter-spacing: .1em;
          line-height: 42px;
          text-align: left;
          padding-left: 40%;
          background-image: url("../img/common/mypage.svg");
          background-position: left calc(40% - 20px) center;
          background-repeat: no-repeat; } }

.graf {
  width: 240px;
  margin: 500px auto auto 40px;
  padding-bottom: 100px; }
  @media (max-width: 800px) {
    .graf {
      display: none; } }

.graf_sp {
  width: 80%;
  margin: 50px auto auto; }

.toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 64px;
  height: 50px;
  cursor: pointer;
  z-index: 1100;
  background-color: black;
  display: none; }
  @media (max-width: 800px) {
    .toggle {
      display: block; } }
  .toggle span {
    position: absolute;
    width: 30px;
    height: 3px;
    left: 17px;
    background-color: white;
    transition: all .4s; }
  .toggle span:nth-of-type(1) {
    top: 15px; }
  .toggle span:nth-of-type(2) {
    top: 25px; }
  .toggle span:nth-of-type(3) {
    top: 35px; }
  .toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  .toggle.active span:nth-of-type(2) {
    opacity: 0; }
  .toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }

/*--footer--*/
footer.top {
  position: fixed;
  width: 306px;
  left: 0;
  bottom: 36px;
  z-index: 1000; }
  @media (max-width: 800px) {
    footer.top {
      width: 100%;
      background-color: white;
      bottom: 0;
      height: 60px;
      box-sizing: border-box;
      padding-top: 15px; } }

footer.kaso {
  margin-top: 100px;
  padding: 40px 0 25px;
  width: 100%;
  background-color: #000000;
  color: white;
  position: relative;
  z-index: 1000; }
  @media (max-width: 760px) {
    footer.kaso {
      padding: 40px 0 30px; } }
  footer.kaso .wrap {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 760px) {
      footer.kaso .wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        footer.kaso .wrap .logo {
          margin-bottom: 60px; } }
    @media (min-width: 1111px) {
      footer.kaso .wrap .inner {
        padding-right: 300px; } }
    footer.kaso .wrap .inner nav {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 760px) {
        footer.kaso .wrap .inner nav {
          flex-wrap: wrap;
          justify-content: center; } }
      footer.kaso .wrap .inner nav > ul {
        margin-left: 5rem; }
        @media (max-width: 1110px) {
          footer.kaso .wrap .inner nav > ul {
            margin-left: 3rem; } }
        @media (max-width: 760px) {
          footer.kaso .wrap .inner nav > ul {
            margin-left: .5rem;
            margin-right: .5rem;
            width: 40%; } }
        footer.kaso .wrap .inner nav > ul > li {
          margin-bottom: 3rem; }
          footer.kaso .wrap .inner nav > ul > li > a {
            display: block;
            padding-bottom: .3rem;
            border-bottom: 1px solid white;
            font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
            font-weight: 700; }
          footer.kaso .wrap .inner nav > ul > li > ul {
            padding-top: 1rem;
            font-size: .7rem; }
            footer.kaso .wrap .inner nav > ul > li > ul li a {
              display: block;
              padding-bottom: 1.5em; }
    footer.kaso .wrap .inner p {
      text-align: right;
      font-size: .7rem; }
      @media (max-width: 760px) {
        footer.kaso .wrap .inner p {
          margin-top: 1rem;
          text-align: center; } }

/*--メインコンテンツ共通設定--*/
main {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: 306px; }
  @media (max-width: 800px) {
    main {
      padding: 0; } }

main.kaso {
  padding-top: 40px;
  min-height: calc(100vh - 300px); }
  @media (max-width: 1110px) {
    main.kaso {
      padding-top: 70px; } }

/*パンくず*/
.pankuzu {
  padding-left: 2rem;
  text-align: left;
  font-size: .8rem;
  margin-bottom: 70px; }
  @media (max-width: 1110px) {
    .pankuzu {
      padding-left: 5%; } }

section.title {
  margin-bottom: 100px; }
  section.title h2 {
    margin-bottom: 45px; }
  section.title p {
    margin-top: 45px;
    text-align: center; }
  section.title.mailform h2 {
    margin-bottom: 20px; }
  section.title.mailform p {
    margin-top: auto;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    margin-bottom: 45px; }

section.b_w {
  padding: 70px 0; }
  @media (max-width: 760px) {
    section.b_w {
      padding: 50px 0; } }
  section.b_w .inner {
    width: 80%;
    max-width: 760px;
    margin: auto; }

section.b_g {
  padding: 70px 0;
  position: relative; }
  @media (max-width: 760px) {
    section.b_g {
      padding: 50px 0; } }
  section.b_g::before {
    content: "";
    display: block;
    position: absolute;
    width: 94%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    z-index: -1; }
  section.b_g .inner {
    width: 80%;
    max-width: 760px;
    margin: auto; }

/*理事長あいさつ*/
p.salutation {
  line-height: 2.2em; }

/*ニュースリストタイプ1*/
ul.news_list1 {
  width: 100%;
  margin: auto;
  position: relative; }
  ul.news_list1 li {
    display: flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    padding: 1rem 0; }
    ul.news_list1 li p.date {
      width: 9em; }
    ul.news_list1 li p.title {
      width: calc(100% - 9em);
      font-size: 1.3rem; }
    ul.news_list1 li.important p.title {
      color: #C1272D; }
      ul.news_list1 li.important p.title::before {
        content: "重要";
        display: inline-block;
        color: white;
        background-color: #C1272D;
        font-size: 80%;
        padding: 0 1em;
        border-radius: 1rem;
        margin-right: 1em; }
    @media (max-width: 760px) {
      ul.news_list1 li {
        flex-wrap: wrap;
        border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
        ul.news_list1 li p.date {
          width: 100%; }
        ul.news_list1 li p.title {
          width: 100%; } }

.wp-pagenavi {
  margin-top: 10rem;
  font-size: 1.3rem; }
  .wp-pagenavi span, .wp-pagenavi a {
    padding: 0 1rem; }
  .wp-pagenavi .current {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 700; }

/*ニュースリストタイプ2*/
ul.news_list2 {
  width: 90%;
  max-width: 680px;
  margin: auto;
  box-sizing: border-box;
  border: 4px solid #000000;
  padding: 50px;
  position: relative; }
  @media (max-width: 760px) {
    ul.news_list2 {
      padding: 25px 5%; } }
  ul.news_list2::after {
    content: "";
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    bottom: -4px;
    right: -4px;
    background: url("../img/kaso/page-mekuri.svg") no-repeat right bottom; }
  ul.news_list2 li.title {
    padding-bottom: 30px;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2rem; }
    ul.news_list2 li.title span {
      font-size: 1.5rem; }
  ul.news_list2 li.list:not(:last-of-type) {
    border-bottom: 3px solid #000000; }
  ul.news_list2 .js-accordion-title {
    padding: 30px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center; }
    ul.news_list2 .js-accordion-title p.date {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      width: 7em; }
    ul.news_list2 .js-accordion-title p.title {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      width: calc(100% - 7em); }
    ul.news_list2 .js-accordion-title::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      width: 15px;
      height: 3px;
      /*縦線に*/
      transform: rotate(90deg);
      background: #000000;
      transition: all .3s ease-in-out; }
    ul.news_list2 .js-accordion-title::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      /*横線*/
      width: 15px;
      height: 3px;
      background: #000000;
      transition: all .2s ease-in-out; }
    ul.news_list2 .js-accordion-title.open::before {
      transform: rotate(180deg); }
  ul.news_list2 .content {
    display: none;
    padding: 0 0 30px; }
    ul.news_list2 .content h1, ul.news_list2 .content h2, ul.news_list2 .content h3, ul.news_list2 .content h4, ul.news_list2 .content h5, ul.news_list2 .content h6 {
      text-align: left;
      line-height: 1.4em;
      margin-top: 2rem;
      margin-bottom: .5em; }
    ul.news_list2 .content h1 {
      font-size: 2rem; }
    ul.news_list2 .content h2 {
      font-size: 1.6rem; }
    ul.news_list2 .content h3 {
      font-size: 1.2rem; }
    ul.news_list2 .content h4 {
      font-size: 1.1rem; }
    ul.news_list2 .content h5 {
      font-size: 1rem; }
    ul.news_list2 .content h6 {
      font-size: .8rem; }
    ul.news_list2 .content p {
      margin-bottom: 1rem; }

/*downloadリスト*/
ul.download li {
  display: flex;
  align-items: center;
  padding: 30px 0 20px; }
  ul.download li figure {
    margin-right: 2rem; }
    ul.download li figure a {
      display: block;
      width: 190px;
      height: 190px;
      background-color: white;
      border-radius: 50%;
      filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
      position: relative; }
      ul.download li figure a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  @media (max-width: 760px) {
    ul.download li {
      flex-direction: column; }
      ul.download li figure {
        margin: auto auto 1rem; }
      ul.download li p {
        width: 100%;
        text-align: center; } }

/*downloadリスト2*/
ul.download2 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px; }

/*faqリスト*/
ul.faq {
  width: 90%;
  max-width: 680px;
  margin: auto;
  box-sizing: border-box;
  border: 4px solid #000000;
  padding: 50px;
  position: relative; }
  @media (max-width: 760px) {
    ul.faq {
      padding: 25px 5%; } }
  ul.faq::after {
    content: "";
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    bottom: -4px;
    right: -4px;
    background: url("../img/kaso/page-mekuri.svg") no-repeat right bottom; }
  ul.faq .illust {
    position: absolute;
    bottom: 60px;
    right: 10%; }
    @media (max-width: 760px) {
      ul.faq .illust {
        bottom: 50px;
        right: 5%; } }
  ul.faq li.list {
    width: 85%;
    max-width: 420px; }
    ul.faq li.list:not(:last-of-type) {
      border-bottom: 3px solid #000000; }
    ul.faq li.list a {
      position: relative;
      display: block;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      font-size: 25px;
      line-height: 1.3em;
      box-sizing: border-box;
      padding: 25px 0px 25px 75px; }
      ul.faq li.list a::before {
        content: "";
        display: block;
        position: absolute;
        background: url("../img/kaso/icon_Q.svg") no-repeat center center;
        width: 32px;
        height: 42px;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    @media (max-width: 760px) {
      ul.faq li.list {
        font-size: 20px; }
        ul.faq li.list a {
          padding: 25px 0px 25px 60px; } }

/*検索リスト*/
ul.search_list {
  width: 90%;
  max-width: 680px;
  margin: auto;
  border-top: 3px solid #000000; }
  ul.search_list li {
    border-bottom: 3px solid #000000; }
    ul.search_list li a {
      display: block;
      padding: 1rem;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      line-height: 1.4em; }

/*申し込みフロー*/
ul.flow {
  width: 100%; }
  ul.flow > li {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0px 50px;
    position: relative; }
    ul.flow > li:not(:last-of-type) {
      margin-bottom: 40px; }
      ul.flow > li:not(:last-of-type)::after {
        content: "";
        display: block;
        width: 20px;
        height: 38px;
        background: url("../img/kaso/arrow4.svg") no-repeat center bottom;
        position: absolute;
        left: calc(50% - 10px);
        bottom: -38px; }
    @media (max-width: 760px) {
      ul.flow > li {
        padding: 0px 20px; } }
  ul.flow .js-accordion-title {
    box-sizing: border-box;
    padding: 40px 80px 40px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center; }
    ul.flow .js-accordion-title h5 {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      line-height: 1;
      padding: .2em .5em;
      box-sizing: border-box;
      border: 3px solid #000000;
      margin-right: 2rem;
      background-color: white; }
    ul.flow .js-accordion-title p {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 1.3em; }
      ul.flow .js-accordion-title p span {
        font-size: .7em; }
    ul.flow .js-accordion-title::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      width: 15px;
      height: 3px;
      /*縦線に*/
      transform: rotate(90deg);
      background: #000000;
      transition: all .3s ease-in-out; }
    ul.flow .js-accordion-title::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      /*横線*/
      width: 15px;
      height: 3px;
      background: #000000;
      transition: all .2s ease-in-out; }
    ul.flow .js-accordion-title.open::before {
      transform: rotate(180deg); }
    @media (max-width: 760px) {
      ul.flow .js-accordion-title {
        padding: 20px 45px 30px 0;
        flex-direction: column;
        align-items: flex-start; }
        ul.flow .js-accordion-title h5 {
          margin-bottom: .5rem; }
        ul.flow .js-accordion-title p {
          font-size: 1.4rem; } }
  ul.flow .content {
    display: none;
    padding: 0 0 40px; }
    ul.flow .content h4 {
      font-size: 1.1rem; }

dl.dl_type1 {
  line-height: 2em;
  margin-bottom: 8rem; }
  dl.dl_type1 > dt {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    font-size: 1.3rem; }
  dl.dl_type1 > dd {
    box-sizing: border-box;
    padding-left: 1.8rem;
    margin-bottom: 2rem; }
    dl.dl_type1 > dd p {
      margin-bottom: 1rem; }
    dl.dl_type1 > dd dl > dd {
      box-sizing: border-box;
      padding-left: 1.8rem;
      margin-bottom: 1rem; }

dl.outline {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8em; }
  dl.outline dt {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    width: 6em;
    margin-bottom: 2em; }
  dl.outline dd {
    width: calc(100% - 6em);
    margin-bottom: 2em; }

dl.ainas_shinsei {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1.3em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 700; }
  dl.ainas_shinsei span {
    font-size: .7em;
    display: block; }
  @media (max-width: 760px) {
    dl.ainas_shinsei {
      font-size: 1rem; } }
  dl.ainas_shinsei dt:first-of-type {
    width: 232px;
    height: 2.4em;
    text-align: center;
    background-color: #000000;
    line-height: 2.4em;
    border-radius: 5px;
    color: white; }
    @media (max-width: 760px) {
      dl.ainas_shinsei dt:first-of-type {
        width: 30%; } }
  dl.ainas_shinsei dd:first-of-type {
    width: calc(100% - 240px);
    height: 2.4em;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #000000;
    line-height: 2em;
    border-radius: 5px; }
    @media (max-width: 760px) {
      dl.ainas_shinsei dd:first-of-type {
        width: calc(100% - 31%); } }
  dl.ainas_shinsei dt:not(:first-of-type) {
    width: 240px;
    box-sizing: border-box;
    border-bottom: 2px dashed #000000;
    padding: 1rem 0 1rem 1rem; }
    @media (max-width: 760px) {
      dl.ainas_shinsei dt:not(:first-of-type) {
        width: 30%; } }
  dl.ainas_shinsei dd:not(:first-of-type) {
    width: calc(100% - 240px);
    box-sizing: border-box;
    border-bottom: 2px dashed #000000;
    padding: 1rem; }
    @media (max-width: 760px) {
      dl.ainas_shinsei dd:not(:first-of-type) {
        width: 70%; } }

.price {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background-color: black;
  margin: 2rem auto auto;
  position: relative; }
  .price img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (max-width: 760px) {
    .price {
      width: 180px;
      height: 180px; }
      .price img {
        width: 100px; } }

.privacy_info {
  box-sizing: border-box;
  border: 3px solid #000000;
  padding: 50px;
  margin-top: 10rem; }
  @media (max-width: 760px) {
    .privacy_info {
      padding: 20px 25px; }
      .privacy_info h3 {
        font-size: 1.3rem; } }

.news_single .news_title, .search_single .news_title {
  font-size: 1.5rem;
  margin: 1rem auto 2rem; }
.news_single .content h1, .news_single .content h2, .news_single .content h3, .news_single .content h4, .news_single .content h5, .news_single .content h6, .search_single .content h1, .search_single .content h2, .search_single .content h3, .search_single .content h4, .search_single .content h5, .search_single .content h6 {
  text-align: left;
  line-height: 1.4em;
  margin-top: 2rem;
  margin-bottom: .5em; }
.news_single .content h1, .search_single .content h1 {
  font-size: 2rem; }
.news_single .content h2, .search_single .content h2 {
  font-size: 1.6rem; }
.news_single .content h3, .search_single .content h3 {
  font-size: 1.2rem; }
.news_single .content h4, .search_single .content h4 {
  font-size: 1.1rem; }
.news_single .content h5, .search_single .content h5 {
  font-size: 1rem; }
.news_single .content h6, .search_single .content h6 {
  font-size: .8rem; }
.news_single .content p, .search_single .content p {
  margin-bottom: 1rem; }
.news_single .content a, .search_single .content a {
  font-weight: 600;
  color: #C1272D;
  text-decoration: underline; }
.news_single .btn, .search_single .btn {
  margin-top: 10rem; }

/*検索の上部リスト*/
ul.faq_list1 {
  display: flex;
  flex-wrap: wrap; }
  ul.faq_list1 li {
    margin-bottom: 1rem; }
    ul.faq_list1 li a {
      display: block;
      background-color: black;
      margin-left: .2rem;
      margin-right: .2rem;
      color: white;
      font-size: 1.4rem;
      line-height: 2.8rem;
      padding: 0 4rem 0 1.5rem;
      border-radius: 1.4rem;
      position: relative; }
      ul.faq_list1 li a::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: url("../img/kaso/illust_arrow_w.svg") no-repeat center center;
        position: absolute;
        right: 1rem;
        top: calc(50% - 10px); }

/*検索の下部リスト（アコーディオン）*/
ul.faq_list2 {
  width: 100%;
  box-sizing: border-box; }
  ul.faq_list2 li:not(:last-of-type) {
    border-bottom: 3px solid #000000; }
  ul.faq_list2 .js-accordion-title {
    padding: 30px 70px 30px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center; }
    ul.faq_list2 .js-accordion-title p {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      font-size: 1.3rem; }
    ul.faq_list2 .js-accordion-title::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      width: 15px;
      height: 3px;
      /*縦線に*/
      transform: rotate(90deg);
      background: #000000;
      transition: all .3s ease-in-out; }
    ul.faq_list2 .js-accordion-title::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      /*横線*/
      width: 15px;
      height: 3px;
      background: #000000;
      transition: all .2s ease-in-out; }
    ul.faq_list2 .js-accordion-title.open::before {
      transform: rotate(180deg); }
  ul.faq_list2 .anser {
    display: none;
    padding: 20px 0 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.15); }
    ul.faq_list2 .anser a {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      color: #C1272D;
      text-decoration: underline; }
  @media (max-width: 760px) {
    ul.faq_list2 .js-accordion-title {
      padding: 20px 50px 20px 0; }
      ul.faq_list2 .js-accordion-title p {
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
        font-weight: 700;
        font-size: 1.2rem; } }

/*テキストとボタンの並び*/
ul.text-btn li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }
  ul.text-btn li p {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    width: 17em; }
  ul.text-btn li a {
    margin-right: .5rem; }
  ul.text-btn li.long15 p {
    width: 15em; }
  @media (max-width: 760px) {
    ul.text-btn li {
      flex-wrap: wrap; }
      ul.text-btn li p {
        width: 100%;
        margin-bottom: .5rem; }
      ul.text-btn li a {
        margin-right: .3rem; } }

/*利用者グラフリスト*/
ul.wrap_graf {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem; }
  ul.wrap_graf li {
    width: 32%; }
  @media (max-width: 760px) {
    ul.wrap_graf {
      flex-direction: column; }
      ul.wrap_graf li {
        width: 100%;
        margin-bottom: .5rem; } }

.p_graf {
  margin-top: 3rem;
  width: 100%; }
  .p_graf p {
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 700; }
    @media (max-width: 760px) {
      .p_graf p {
        text-align: left; } }

/*グレー角丸背景*/
.wrap_g {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  box-sizing: border-box;
  padding: 50px 60px; }
  @media (max-width: 1110px) {
    .wrap_g {
      padding: 45px 6%; } }
  @media (max-width: 760px) {
    .wrap_g {
      padding: 35px 6%; } }

/*白角丸背景*/
.wrap_w {
  background-color: white;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 50px 10%; }
  @media (max-width: 760px) {
    .wrap_w {
      padding: 35px 6%; } }

/*ライン枠*/
.wrap_line {
  box-sizing: border-box;
  border: 3px solid #000000;
  background-color: white;
  padding: 30px 5%; }
  @media (max-width: 760px) {
    .wrap_line {
      padding: 20px 3%; } }

/*SDGsのリスト*/
.wrap_sdgs {
  padding-top: 100px; }
  @media (max-width: 760px) {
    .wrap_sdgs {
      padding-top: 50px; } }
  .wrap_sdgs article {
    margin-bottom: 150px; }
    @media (max-width: 760px) {
      .wrap_sdgs article {
        margin-bottom: 80px; } }
    .wrap_sdgs article dl {
      padding-bottom: 5px;
      margin-bottom: 20px;
      border-bottom: 2px solid rgba(0, 0, 0, 0.7);
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .wrap_sdgs article dl dt {
        width: 100px;
        padding-bottom: 10px; }
        @media (max-width: 760px) {
          .wrap_sdgs article dl dt {
            width: 80px; }
            .wrap_sdgs article dl dt img {
              width: 100%; } }
      .wrap_sdgs article dl dd {
        width: calc(100% - 100px);
        box-sizing: border-box;
        padding-left: 20px;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.4em;
        padding-bottom: 10px; }
        @media (max-width: 760px) {
          .wrap_sdgs article dl dd {
            font-size: 1.5rem; } }

/*AINASとは　特徴*/
.tokucyo {
  border-radius: 30px;
  margin-top: 2rem; }
  .tokucyo .inner {
    display: flex;
    align-items: center; }
    .tokucyo .inner h4 {
      margin-right: 2rem; }
    .tokucyo .inner ul {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      line-height: 1.8em; }
    @media (max-width: 760px) {
      .tokucyo .inner {
        flex-direction: column; }
        .tokucyo .inner h4 {
          margin: auto auto 2rem; } }

/*AINASとは　機能*/
dl.kinou dt {
  display: flex;
  align-items: center;
  margin-bottom: 1rem; }
  dl.kinou dt p {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 1rem;
    font-size: 1.2rem; }
  @media (max-width: 760px) {
    dl.kinou dt {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: .5rem; }
      dl.kinou dt p {
        padding-left: 0;
        padding-top: .3rem;
        font-size: 1.2rem; } }
dl.kinou dd {
  margin-bottom: 3rem; }

/*AINASとは　リンク*/
.wrap_2 {
  display: flex;
  justify-content: space-between; }
  .wrap_2 a {
    width: 49%;
    box-sizing: border-box;
    padding: 2rem;
    border: 3px solid #000000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .wrap_2 a img {
      margin-right: 2rem; }
    .wrap_2 a:hover {
      opacity: 1;
      background-color: #C7C7C7; }
  @media (max-width: 760px) {
    .wrap_2 {
      flex-direction: column; }
      .wrap_2 a {
        width: 100%; }
        .wrap_2 a:first-of-type {
          padding: 3rem 0;
          margin-bottom: .5rem; } }

/*AINASとは*/
.wrap_aina {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .wrap_aina li {
    background-color: white;
    border-radius: 20px;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
    width: 49.5%;
    margin-bottom: 2rem;
    text-align: center; }
    .wrap_aina li figure {
      height: 200px;
      width: 100%; }
      .wrap_aina li figure a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .wrap_aina li figure a img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .wrap_aina li h3 a {
      display: block;
      width: 100%;
      text-align: center; }
    .wrap_aina li:last-of-type {
      width: 100%; }
    @media (max-width: 760px) {
      .wrap_aina li {
        width: 49%;
        margin-bottom: 1rem; }
        .wrap_aina li figure {
          height: 150px;
          width: 100%; }
          .wrap_aina li figure a img {
            width: auto;
            height: 100px; }
        .wrap_aina li h3 {
          font-size: 1.5rem; } }

/*AINAS申し込み*/
.wrap_entry {
  position: relative; }
  .wrap_entry .illust {
    position: absolute;
    top: -20px;
    left: 400px; }
  @media (max-width: 760px) {
    .wrap_entry .illust {
      position: absolute;
      top: -35px;
      left: 70%; } }

.wrap_notic {
  color: #C1272D;
  border: 2px solid #C1272D;
  font-weight: bold;
  text-align: left;
  line-height: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem 1.5rem; }
  .wrap_notic a {
    text-decoration: underline; }
  @media (max-width: 760px) {
    .wrap_notic {
      padding: 1.5rem 1rem; } }

/*申込みの流れ*/
.wrap_teisyutu {
  display: flex;
  justify-content: space-between; }
  .wrap_teisyutu li {
    width: 24.5%;
    border: 3px solid #000000;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0; }
    .wrap_teisyutu li h4 {
      text-align: center;
      border-top: 2px solid #000000;
      border-bottom: 2px solid #000000;
      width: 94%;
      margin: auto;
      padding: .5rem 0; }
    .wrap_teisyutu li p {
      text-align: center;
      padding: .5rem 0; }
  @media (max-width: 760px) {
    .wrap_teisyutu {
      flex-wrap: wrap; }
      .wrap_teisyutu li {
        width: 49%;
        margin-bottom: .5rem; } }

.wrap_teisyutu_3 {
  display: flex;
  justify-content: space-between; }
  .wrap_teisyutu_3 li {
    width: 33%;
    border: 3px solid #000000;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0; }
    .wrap_teisyutu_3 li h4 {
      text-align: center;
      border-top: 2px solid #000000;
      border-bottom: 2px solid #000000;
      width: 94%;
      margin: auto;
      padding: .5rem 0; }
    .wrap_teisyutu_3 li p {
      text-align: center;
      padding: .5rem 0; }
  @media (max-width: 760px) {
    .wrap_teisyutu_3 {
      flex-wrap: wrap; }
      .wrap_teisyutu_3 li {
        width: 49%;
        margin-bottom: .5rem; } }

.entry_notic {
  margin-top: 3rem;
  text-align: left; }
  .entry_notic h4 {
    background-color: #C1272D;
    color: white;
    font-size: 1.2rem;
    line-height: 1;
    padding: .4rem 2rem;
    display: inline-block;
    border-radius: 1rem; }

#access {
  display: flex;
  padding-top: 10rem;
  justify-content: space-between; }
  #access .text h4 {
    font-size: 1.5rem; }
    #access .text h4 span {
      font-size: 90%;
      display: block; }
  #access .text h5 {
    margin-top: 2rem; }
  #access .g_map {
    width: 300px; }
  @media (max-width: 760px) {
    #access {
      flex-direction: column; }
      #access .text {
        width: 100%;
        margin-bottom: 2rem; }
      #access .g_map {
        width: 100%; } }

/*情報公開*/
dl.info dt {
  font-size: 40px;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal; }
  dl.info dt a {
    display: block;
    position: relative;
    padding-left: 70px; }
dl.info .type1 a::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 28px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  background: url("../img/kaso/arrow3.svg") no-repeat center center;
  background-color: #000000; }
dl.info .type2 a::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 28px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)); }
dl.info dd {
  box-sizing: border-box;
  padding-left: 70px;
  margin-top: 2rem;
  margin-bottom: 4rem; }
  dl.info dd article {
    margin-bottom: 2rem; }
  dl.info dd p {
    margin-bottom: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 700; }
  dl.info dd ul {
    display: flex;
    justify-content: space-between; }
    dl.info dd ul li {
      text-align: center; }
      dl.info dd ul li figure {
        margin-bottom: 1rem; }
        dl.info dd ul li figure a {
          display: block;
          width: 190px;
          height: 190px;
          background-color: white;
          border-radius: 50%;
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
          position: relative; }
          dl.info dd ul li figure a img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
      dl.info dd ul li p {
        margin-top: 1rem;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
        font-weight: 700;
        text-align: center; }
    @media (max-width: 760px) {
      dl.info dd ul {
        flex-direction: column; }
        dl.info dd ul li {
          width: 190px;
          margin-bottom: 1rem; } }

/*関連情報*/
dl.relations {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 700; }
  dl.relations a::after {
    content: "▶";
    margin-left: 1rem; }
  dl.relations dt {
    font-size: 1.3rem;
    line-height: 1.4em;
    margin-top: 2rem; }
  dl.relations dd {
    margin-top: .5rem;
    box-sizing: border-box;
    padding-left: 2em;
    line-height: 1.6em; }
    @media (max-width: 760px) {
      dl.relations dd {
        font-size: .9rem;
        padding-left: 0; } }

/*SDGs*/
.sdgs7 {
  margin-bottom: 2rem; }
  @media (max-width: 760px) {
    .sdgs7 {
      width: 100%;
      height: auto; } }

ul.id {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.id li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 47%;
    background-color: white;
    border: 2px dashed #000000;
    border-radius: 1rem;
    position: relative;
    text-align: center;
    padding: 2rem 0 1rem; }
    @media (max-width: 760px) {
      ul.id li {
        width: 100%; } }
    ul.id li h4 {
      width: 80%;
      position: absolute;
      left: 10%;
      top: 0;
      transform: translateY(-50%);
      background-color: white;
      border-radius: 1rem;
      text-align: center;
      font-size: 1.4rem;
      padding: .2rem 0; }
    ul.id li .name {
      display: flex;
      align-items: center;
      justify-content: center; }
      ul.id li .name img {
        height: 4rem;
        width: auto;
        margin-right: .5rem; }
      ul.id li .name p {
        font-size: 1.5rem;
        line-height: 1.4em;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
        font-weight: 700; }
    ul.id li p.certificate {
      margin-top: 1.5rem;
      color: #C1272D;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: 700;
      display: inline-block;
      border: 1px solid #000000;
      font-size: 1.4rem;
      padding: .2em .5em; }
    ul.id li.impossible {
      opacity: .4;
      background-color: transparent;
      min-height: 5rem; }
      ul.id li.impossible p {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }

/*電子証明書特設ページ*/
.digital_certificate h3, .digital_certificate p {
  text-align: center; }
.digital_certificate h3 {
  font-size: 2.5rem; }
.digital_certificate p {
  font-weight: bold;
  font-size: 1.5rem; }
  .digital_certificate p span {
    font-size: 1.3em;
    background: linear-gradient(transparent 50%, #FFF500 50%); }
  .digital_certificate p.down_arrow {
    font-size: 2rem; }
