@charset "UTF-8";
/*
===================================================================
 site_theme.css
===================================================================
v1.0.1
20240428
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/* リセット */
@import url("default.css");
/*
===================================================================
 var.css - drug-kubo.com
===================================================================
v1.0.0 
20240223
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*
===================================================================
 categorySec001.css
===================================================================
v1.0.0 
20240227
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#categorySec001 {
  padding: 3rem 5% 4rem 5%; }
  #categorySec001 h1 {
    font-size: clamp(2.5rem, 3vw, 4rem);
    color: #086dff;
    padding-bottom: 1rem; }
    #categorySec001 h1 span {
      color: #333; }
  #categorySec001 hr {
    width: 100%;
    display: block;
    height: 1px;
    background: #999; }
  #categorySec001 article {
    padding: 2rem 0; }
    #categorySec001 article a {
      text-decoration: none;
      color: #fff; }
      #categorySec001 article a .homeSec001__tuduki {
        display: inline-block;
        font-size: 1.6rem;
        color: #333;
        border: solid 1px #333;
        background: #fff;
        padding: 1rem 2rem;
        border-radius: 3px;
        margin: 1rem 0 0 0;
        transition: all 0.3s ease; }
        #categorySec001 article a .homeSec001__tuduki:hover {
          background: #086dff;
          color: #fff; }
    #categorySec001 article h3 {
      font-size: clamp(2rem, 2.5vw, 3rem);
      color: #333;
      padding: 0.5rem 0 1rem 0; }
    #categorySec001 article p {
      font-size: 1.6rem;
      color: #333;
      line-height: 160%; }
    #categorySec001 article ul {
      display: flex;
      justify-content: flex-start; }
      #categorySec001 article ul li {
        background: #ff50bc;
        color: #fff;
        font-size: 1.3rem;
        padding: 0.3rem 0.5rem;
        display: inline-block;
        margin-right: 1rem; }
    #categorySec001 article ._box {
      width: 100%;
      text-align: left; }
    #categorySec001 article .homeSec001__date {
      color: #757575;
      font-size: 1.3rem;
      padding: 0.8rem 0 0.3rem 0;
      display: inline-block; }
    #categorySec001 article ._box2 {
      width: 100%;
      text-align: right; }
  #categorySec001 .flex_box_2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 10%; }
    #categorySec001 .flex_box_2 .category_link {
      margin: 2rem 0; }
      #categorySec001 .flex_box_2 .category_link a {
        font-size: 1.4rem;
        display: inline-block;
        padding: 0.5rem 1rem;
        border: solid 2px #086dff;
        border-radius: 0.2rem;
        color: #086dff;
        margin-right: 1rem;
        margin-bottom: 1rem;
        font-weight: 900;
        text-decoration: none;
        transition: all 0.3s ease;
        background: #fff; }
        #categorySec001 .flex_box_2 .category_link a:hover {
          color: #fff;
          background: #086dff; }
  #categorySec001 .pagination {
    padding: 2rem 0 4rem 0;
    text-align: center; }
    #categorySec001 .pagination .wp-pagenavi a, #categorySec001 .pagination .wp-pagenavi span {
      border: solid 1px #BFBFBF;
      border-radius: 3px; }
    #categorySec001 .pagination .wp-pagenavi a:hover, #categorySec001 .pagination .wp-pagenavi span.current {
      border: solid 2px #BFBFBF; }

@media screen and (min-width: 768px) {
  #categorySec001 .flex_box_2 .category_link a {
    font-size: 1.6rem;
    margin-right: 2rem; } }
/*
===================================================================
 globalFooter.css
===================================================================
v1.0.0 
20240227
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalFooter__topImage {
  text-align: center; }
  #globalFooter__topImage img {
    width: 90%;
    height: auto;
    line-height: 0;
    padding: 0 5%;
    max-width: 1300px;
    vertical-align: bottom; }

#globalFooter {
  background: #086dff;
  padding: 3rem 10%; }
  #globalFooter ._box {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }
  #globalFooter .globalFooter__left {
    width: 100%;
    box-sizing: border-box; }
    #globalFooter .globalFooter__left a {
      text-decoration: none;
      color: #fff;
      font-weight: 600;
      padding: 0 0 0.5rem 0; }
    #globalFooter .globalFooter__left img {
      width: 80%;
      max-width: 300px;
      height: auto;
      display: block;
      margin: 0 auto;
      padding-bottom: 2rem;
      padding-top: 2rem; }
    #globalFooter .globalFooter__left p {
      color: #fff;
      font-weight: 600;
      padding: 0 0 0.5rem 0; }
  #globalFooter .globalFooter__right {
    display: none;
    width: 50%;
    height: 80px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    vertical-align: bottom;
    position: relative; }
    #globalFooter .globalFooter__right img {
      width: 60%;
      max-width: 200px;
      height: auto;
      box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
      border-radius: 10px;
      position: absolute;
      bottom: 5px;
      right: 5px; }
      #globalFooter .globalFooter__right img:hover {
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
        bottom: 0;
        right: 0; }
  #globalFooter .copy {
    display: block;
    font-size: 1.4rem;
    width: 100%;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 2rem;
    line-height: 150%; }
    #globalFooter .copy a {
      color: #fff;
      text-decoration: none;
      transition: all 0.3s ease; }
      #globalFooter .copy a:hover {
        color: #00387c; }

@media screen and (min-width: 768px) {
  #globalFooter .globalFooter__left {
    float: left;
    width: 50%; }
    #globalFooter .globalFooter__left img {
      margin: 0; }
  #globalFooter .globalFooter__right {
    display: block;
    float: right;
    width: 15%;
    height: 300px; }
    #globalFooter .globalFooter__right img {
      width: 80%; } }
/*
===================================================================
 globalHeader.css
===================================================================
v1.0.0
20240223
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalHeader {
  /*2階層目を持つliの矢印の設定*/
  /*3階層目を持つliの矢印の設定*/
  /*== 2・3階層目の共通設定 */
  /*下の階層を持っているulの指定*/
  /*hoverしたら表示*/
  /*ナビゲーションaタグの形状*/
  /*==3階層目*/
  /*3階層目の位置*/ }
  #globalHeader nav.globalHeader__gNav {
    background: #086dff;
    color: #fff;
    text-align: center; }
    #globalHeader nav.globalHeader__gNav ul {
      list-style: none;
      display: flex;
      justify-content: center; }
      #globalHeader nav.globalHeader__gNav ul ul {
        display: block; }
      #globalHeader nav.globalHeader__gNav ul li {
        position: relative; }
        #globalHeader nav.globalHeader__gNav ul li a {
          display: block;
          text-decoration: none;
          color: #fff;
          padding: 20px 25px;
          transition: all .3s; }
          #globalHeader nav.globalHeader__gNav ul li a:hover {
            color: #fff; }
        #globalHeader nav.globalHeader__gNav ul li li a {
          padding: 10px 35px; }
  #globalHeader nav ul li.has-child::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg); }
  #globalHeader nav ul ul li.has-child::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); }
  #globalHeader nav li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    /*形状を指定*/
    background: #00387c;
    width: 180px;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s; }
  #globalHeader nav li.has-child:hover > ul,
  #globalHeader nav li.has-child ul li:hover > ul,
  #globalHeader nav li.has-child:active > ul,
  #globalHeader nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1; }
  #globalHeader nav li.has-child ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6); }
  #globalHeader nav li.has-child ul li:last-child > a {
    border-bottom: none; }
  #globalHeader nav li.has-child ul li a:hover,
  #globalHeader nav li.has-child ul li a:active {
    background: #086dff; }
  #globalHeader nav li.has-child ul ul {
    top: 0;
    left: 182px;
    background: #66ADF5; }
  #globalHeader nav li.has-child ul ul li a:hover,
  #globalHeader nav li.has-child ul ul li a:active {
    background: #448ED3; }
  #globalHeader .globalHeader__flexBox {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 1.5rem 5% 1rem 5%; }
    #globalHeader .globalHeader__flexBox .globalHeader__flexBox--title {
      width: 50%;
      max-width: 280px; }
      #globalHeader .globalHeader__flexBox .globalHeader__flexBox--title img {
        width: 100%;
        height: auto; }
    #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox {
      width: 70%;
      max-width: 600px;
      display: flex;
      justify-content: flex-end;
      flex-wrap: nowrap;
      position: relative; }
      #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a {
        padding: 0 0 0 2%;
        transition: all 0.3s ease;
        position: relative; }
        #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a img {
          width: 97%;
          height: auto; }
        #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a ._ofVanish {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          opacity: 1;
          transition: all 0.3s ease;
          z-index: 1; }
          #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a ._ofVanish:hover {
            opacity: 0; }
        #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a ._ofBase {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 0; }
      #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a:first-child {
        width: 22.00%; }
      #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a:nth-child(2) {
        width: 24.72%; }
      #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a:last-child {
        width: 27.20%; }

@media screen and (max-width: 767px) {
  #globalHeader nav {
    display: none; }
  #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox {
    display: none; } }
/*
===================================================================
 homeSec000.css
===================================================================
v1.0.0 
20240428
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px; }
  #homeSec000 .swiper-slide img {
    width: 100%;
    height: auto; }

/*
===================================================================
 homeSec001.css
===================================================================
v1.0.0 
20240428
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec001 {
  padding: 3rem 5% 4rem 5%; }
  #homeSec001 h2 {
    font-size: clamp(2.5rem, 3vw, 4rem);
    color: #086dff;
    padding-bottom: 1rem; }
    #homeSec001 h2 span {
      color: #333; }
  #homeSec001 hr {
    width: 100%;
    display: block;
    height: 1px;
    background: #999; }
  #homeSec001 article {
    padding: 2rem 0; }
    #homeSec001 article a {
      text-decoration: none;
      color: #fff; }
      #homeSec001 article a .homeSec001__tuduki {
        display: inline-block;
        font-size: 1.6rem;
        color: #333;
        border: solid 1px #333;
        background: #fff;
        padding: 1rem 2rem;
        border-radius: 3px;
        margin: 1rem 0 0 0;
        transition: all 0.3s ease; }
        #homeSec001 article a .homeSec001__tuduki:hover {
          background: #086dff;
          color: #fff; }
    #homeSec001 article h3 {
      font-size: clamp(2rem, 2.5vw, 3rem);
      color: #333;
      padding: 0.5rem 0 1rem 0; }
    #homeSec001 article p {
      font-size: 1.6rem;
      color: #333;
      line-height: 160%; }
    #homeSec001 article ul {
      display: flex;
      justify-content: flex-start; }
      #homeSec001 article ul li {
        background: #ff50bc;
        color: #fff;
        font-size: 1.3rem;
        padding: 0.3rem 0.5rem;
        display: inline-block;
        margin-right: 1rem; }
    #homeSec001 article ._box {
      width: 100%;
      text-align: left; }
    #homeSec001 article .homeSec001__date {
      color: #757575;
      font-size: 1.3rem;
      padding: 0.8rem 0 0.3rem 0;
      display: inline-block; }
    #homeSec001 article ._box2 {
      width: 100%;
      text-align: right; }
  #homeSec001 ._more {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    #homeSec001 ._more ._border {
      display: inline-block;
      border: solid 2px #086dff;
      box-sizing: border-box;
      border-radius: 3px;
      overflow: hidden; }
      #homeSec001 ._more ._border a {
        padding: 1rem 2rem;
        font-size: 1.6rem;
        display: block;
        color: #fff;
        transition: all 0.3s ease;
        background: #086dff;
        text-decoration: none; }
        #homeSec001 ._more ._border a:hover {
          background: #fff;
          color: #333; }

@media screen and (min-width: 768px) {
  #homeSec001 {
    padding: 3rem 2.5% 4rem 2.5%; } }
/*
===================================================================
 homeSec002.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec002 {
  margin: 0 auto;
  width: 100%;
  background: #086dff;
  margin-top: 6rem;
  padding-bottom: 1rem; }
  #homeSec002 h2 {
    font-size: 4vw;
    font-weight: 800;
    letter-spacing: 0.2rem;
    color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
  #homeSec002 .homeSec002__flexBox {
    display: flex;
    margin: 0 auto;
    padding: 0 5%;
    max-width: 1400px;
    flex-wrap: wrap;
    justify-content: space-around; }
    #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article {
      width: 90%;
      box-sizing: border-box;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 2rem;
      background: #fff; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article a {
        text-decoration: none;
        color: #333;
        transition: all 0.3s ease;
        filter: brightness(1); }
        #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article a:hover {
          filter: brightness(1.2); }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article img {
        width: 100%;
        height: auto;
        border-radius: 0.5rem; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article h3 {
        font-size: 1.6rem;
        font-weight: 900;
        text-align: left;
        padding: 0.5rem 5%;
        color: #333; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article hr {
        display: block;
        border: none;
        height: 1px;
        width: calc(100% - 10px);
        margin: 0 auto;
        background: #333;
        margin-bottom: 0.5rem; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article p {
        font-size: 1.6rem;
        text-align: left;
        line-height: 120%;
        padding: 0.5rem 5%;
        padding-top: 0.2rem;
        color: #333; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article ._category ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 5%; }
        #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article ._category ul li {
          background: #fff;
          border: solid 1px #666;
          border-radius: 100rem;
          padding: 0.2rem 0.7rem;
          font-size: 1.2rem;
          margin-right: 0.3rem;
          margin-bottom: 0.3rem;
          color: #333; }
  #homeSec002 ._more {
    display: block;
    width: 80%;
    max-width: 400px;
    background: #fff;
    padding: 0.8rem 0.8rem;
    border: solid 1px #999;
    border-radius: 100px;
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
    text-align: center;
    margin: 4rem auto;
    transition: all 0.3s ease; }
    #homeSec002 ._more:hover {
      background: #086dff;
      color: #fff; }

@media screen and (min-width: 540px) {
  #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article {
    width: 44%; } }
@media screen and (min-width: 768px) {
  #homeSec002 h2 {
    font-size: 3rem; } }
@media screen and (min-width: 1084px) {
  #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article {
    width: 23%; } }
@media screen and (min-width: 1400px) {
  #homeSec002 h2 {
    font-size: 4rem; } }
/*
===================================================================
 homeSec003.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec003 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  margin-top: 6rem;
  padding-bottom: 1rem; }
  #homeSec003 h2 {
    font-size: 9vw;
    font-family: keifont;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #333;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
    #homeSec003 h2 span {
      font-size: 4vw; }
  #homeSec003 .homeSec003__image {
    width: 100%; }
    #homeSec003 .homeSec003__image img {
      width: 100%;
      height: auto; }
  #homeSec003 .homeSec003__article {
    width: 100%;
    background: #00387c;
    margin: 2rem 0;
    border-radius: 5px;
    overflow: hidden; }
    #homeSec003 .homeSec003__article a {
      text-decoration: none;
      filter: brightness(1); }
      #homeSec003 .homeSec003__article a:hover {
        filter: brightness(1.2); }
    #homeSec003 .homeSec003__article .homeSec003__article--left {
      width: 100%; }
      #homeSec003 .homeSec003__article .homeSec003__article--left img {
        width: 100%;
        height: auto; }
    #homeSec003 .homeSec003__article .homeSec003__article--right h3 {
      font-size: 1.8rem;
      font-weight: normal;
      font-family: keifont;
      text-align: left;
      color: #333;
      padding: 0.5rem 5%;
      padding-top: 1.5rem; }
      #homeSec003 .homeSec003__article .homeSec003__article--right h3 span {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900; }
    #homeSec003 .homeSec003__article .homeSec003__article--right p {
      font-size: 1.6rem;
      color: #333;
      padding: 0.5rem 5%;
      padding-bottom: 1.5rem; }

@media screen and (min-width: 540px) {
  #homeSec003 h2 {
    font-size: 4rem; } }
@media screen and (min-width: 768px) {
  #homeSec003 h2 {
    font-size: 5rem;
    padding-bottom: 5rem; }
  #homeSec003 .homeSec003__article {
    margin: 4rem 0;
    border-radius: 5px; }
    #homeSec003 .homeSec003__article .homeSec003__article--left {
      float: left;
      width: 30%;
      box-sizing: border-box; }
      #homeSec003 .homeSec003__article .homeSec003__article--left img {
        width: 100%;
        height: auto; }
    #homeSec003 .homeSec003__article .homeSec003__article--right {
      float: right;
      width: 70%;
      box-sizing: border-box; }
      #homeSec003 .homeSec003__article .homeSec003__article--right h3 {
        font-size: 2.2vw;
        padding: 0.5rem 10%;
        padding-top: 3.5rem; }
      #homeSec003 .homeSec003__article .homeSec003__article--right p {
        font-size: 1.9vw;
        color: #333;
        padding: 0.5rem 10%; } }
@media screen and (min-width: 1084px) {
  #homeSec003 h2 {
    font-size: 6rem; }
    #homeSec003 h2 span {
      font-size: 3rem; } }
@media screen and (min-width: 1400px) {
  #homeSec003 {
    width: 100%; }
    #homeSec003 h2 {
      font-size: 7rem; }
      #homeSec003 h2 span {
        font-size: 4rem; }
    #homeSec003 .homeSec003__article .homeSec003__article--left {
      width: 20%; }
    #homeSec003 .homeSec003__article .homeSec003__article--right {
      width: 80%; }
      #homeSec003 .homeSec003__article .homeSec003__article--right h3 {
        font-size: 4rem;
        padding: 0.5rem 10%;
        padding-top: 3.5rem; }
      #homeSec003 .homeSec003__article .homeSec003__article--right p {
        font-size: 1.9rem;
        color: #333;
        padding: 0.5rem 10%; } }
/*
===================================================================
 homeSec004.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec004 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  margin-top: 6rem;
  padding-bottom: 8rem; }
  #homeSec004 h2 {
    font-size: 9vw;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #333;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
    #homeSec004 h2 span {
      font-size: 4vw; }
  #homeSec004 h3 {
    font-size: clamp(1.6rem, 3.3vw, 3.2rem);
    font-weight: 800;
    text-align: center;
    padding: 5rem 0 3rem 0; }
  #homeSec004 .homeSec004__box .homeSec004__left p {
    font-size: 1.6rem;
    padding: 0 0 2.5rem 0;
    line-height: 150%; }
  #homeSec004 .homeSec004__box .homeSec004__right {
    padding-bottom: 2rem;
    text-align: center; }
    #homeSec004 .homeSec004__box .homeSec004__right img {
      display: inline;
      width: 80%;
      height: auto; }
  #homeSec004 .homeSec004__shoukoukai {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3rem; }
    #homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child {
      width: 30%; }
      #homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease;
        filter: brightness(1);
        margin-bottom: 2rem; }
        #homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child img:hover {
          filter: brightness(1.2); }
  #homeSec004 ._more {
    display: block;
    width: 80%;
    max-width: 400px;
    background: #086dff;
    padding: 0.8rem 0.8rem;
    border: solid 1px #999;
    border-radius: 100px;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 2rem auto 4rem auto;
    transition: all 0.3s ease; }
    #homeSec004 ._more:hover {
      background: #fff;
      color: #333; }

@media screen and (min-width: 540px) {
  #homeSec004 h2 {
    font-size: 4rem; } }
@media screen and (min-width: 768px) {
  #homeSec004 h2 {
    font-size: 5rem;
    padding-bottom: 5rem; }
  #homeSec004 .homeSec004__box .homeSec004__left {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 0 5%; }
    #homeSec004 .homeSec004__box .homeSec004__left p {
      font-size: 1.6vw; }
  #homeSec004 .homeSec004__box .homeSec004__right {
    float: right;
    width: 40%;
    box-sizing: border-box; }
    #homeSec004 .homeSec004__box .homeSec004__right img {
      width: 100%;
      height: auto;
      padding: 0; }
  #homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child {
    width: 19%; } }
@media screen and (min-width: 1084px) {
  #homeSec004 h2 {
    font-size: 6rem; }
    #homeSec004 h2 span {
      font-size: 3rem; }
  #homeSec004 .homeSec004__box .homeSec004__left p {
    font-size: 1.8rem; }
  #homeSec004 .homeSec004__box .homeSec004__right {
    padding-right: 10%; } }
@media screen and (min-width: 1400px) {
  #homeSec004 h2 {
    font-size: 7rem; }
    #homeSec004 h2 span {
      font-size: 4rem; }
  #homeSec004 .homeSec004__box .homeSec004__left p {
    font-size: 2.0rem; }
  #homeSec004 .homeSec004__box .homeSec004__right {
    padding-right: 10%; } }
/*
===================================================================
 homeSec005.css - drug-kubo.com
===================================================================
v1.0.0 
20240227
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec005 {
  display: block;
  margin: 0 auto;
  width: 80%; }
  #homeSec005 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #086dff;
    margin: 3rem 0 2rem 0;
    display: inline-block;
    line-height: 80%; }
    #homeSec005 h2 .chapter {
      font-size: 1.5rem; }
    #homeSec005 h2 span {
      font-size: 1.6rem;
      font-weight: 300;
      color: #333;
      padding-left: 1rem; }
  #homeSec005 .article hr.line {
    display: block;
    height: 1px;
    border: none;
    margin-bottom: 2rem;
    margin-top: 0;
    background-color: #333; }
  #homeSec005 .article .left {
    border-right: none; }
    #homeSec005 .article .left .day {
      font-size: 5rem;
      line-height: 5rem;
      letter-spacing: 0.4rem;
      padding-bottom: 0.5rem;
      color: #888; }
    #homeSec005 .article .left .month {
      font-size: 1.4rem;
      line-height: 2rem;
      padding-bottom: 1.5rem; }
  #homeSec005 .article .right {
    border-right: solid 1px #333;
    width: 100%;
    max-width: 800px; }
    #homeSec005 .article .right p {
      color: #666;
      font-size: 1.5rem;
      padding-top: 1.5rem;
      line-height: 150%;
      padding-bottom: 1.5rem; }
  #homeSec005 .list-data {
    opacity: 1;
    display: block; }
  #homeSec005 .list-data.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none; }
  #homeSec005 .list-btn {
    margin: 20px 0; }
  #homeSec005 .list-btn.is-btn-hidden {
    display: none; }
  #homeSec005 .list-btn button {
    color: #333;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 200px;
    transition: all 0.3s; }
  #homeSec005 .list-btn button:hover {
    opacity: 0.6; }

@media screen and (min-width: 768px) {
  #homeSec005 {
    display: block;
    margin: 2rem auto 0 auto;
    padding-bottom: 2rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem; }
    #homeSec005 h2 {
      font-size: 5rem;
      line-height: 100%; }
      #homeSec005 h2 .chapter {
        font-size: 2.5rem; }
      #homeSec005 h2 span {
        font-size: 2.6rem;
        padding-left: 1rem; }
    #homeSec005 .article .right p {
      font-size: 1.8rem; } }
@media screen and (min-width: 1200px) {
  #homeSec005 {
    background-size: 50% auto; }
    #homeSec005 .article hr.line {
      display: block;
      height: 1px;
      border: none;
      margin-bottom: 2rem;
      background-color: #333; }
    #homeSec005 .article .left {
      float: left;
      border-right: solid 1px #333;
      padding-right: 3rem; }
      #homeSec005 .article .left .month {
        padding-bottom: 1.5rem; }
    #homeSec005 .article .right {
      border-right: none;
      float: left;
      padding-left: 3rem; }
      #homeSec005 .article .right p {
        padding-bottom: 1.5rem; } }
/*アニメーション*/
.bg .bg-wrap {
  position: relative;
  display: inline-block; }

.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #086dff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center; }

.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .bg .bg-wrap .inn {
    font-size: 25px; } }
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%); }
  30% {
    transform: scaleX(1) translateX(0); }
  100% {
    transform: scaleX(1) translateX(0); }
  30%, 100% {
    opacity: 1; } }
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block; }

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0; }

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px; }

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold; }

.matrix .bg-wrap .inn.small {
  font-size: 15px; }

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1); }

.matrix.is-animated .bg-wrap {
  opacity: 1; }

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0); }

/*
===================================================================
 pageAccess.css
===================================================================
v1.0.0 
20240529
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#pageAccess {
  padding-bottom: 10rem;
  max-width: 1400px;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto; }
  #pageAccess h1 {
    font-size: 2rem;
    color: #333;
    text-align: left;
    padding: 0 0 0 1rem;
    border-left: solid 5px #086dff;
    margin: 3rem 0 2rem 0; }
  #pageAccess table {
    margin-top: 2rem;
    margin-bottom: 4rem;
    text-align: left;
    width: 100%;
    max-width: 700px;
    border-collapse: collapse; }
    #pageAccess table tr th {
      width: 30%;
      padding: 0.5rem;
      border: solid 1px #999; }
    #pageAccess table tr td {
      width: 70%;
      padding: 0.5rem;
      border: solid 1px #999; }
      #pageAccess table tr td a {
        text-decoration: none; }
  #pageAccess .flex_box_2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 10% 5rem 10%; }
  #pageAccess .category_link {
    margin: 2rem 0; }
    #pageAccess .category_link a {
      font-size: 1.4rem;
      display: inline-block;
      padding: 0.5rem 1rem;
      border: solid 2px #086dff;
      border-radius: 0.2rem;
      color: #086dff;
      margin-right: 1rem;
      margin-bottom: 1rem;
      font-weight: 900;
      text-decoration: none;
      transition: all 0.3s ease;
      background: #fff; }
      #pageAccess .category_link a:hover {
        color: #fff;
        background: #086dff; }

/*
===================================================================
 pageGiinIchiran.css
===================================================================
v1.0.0 
20240506
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#pageGiinIchiran {
  padding-bottom: 10rem;
  max-width: 1400px;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto; }
  #pageGiinIchiran h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #333;
    padding-bottom: 2rem;
    padding-top: 4rem;
    text-align: left; }
  #pageGiinIchiran hr.singleContent__hr {
    display: block;
    width: 100%;
    max-width: 1400px;
    border: none;
    height: 1px;
    margin: 6rem auto;
    background: #086dff; }
  #pageGiinIchiran .flex_box_2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 10% 5rem 10%; }
  #pageGiinIchiran .pageGiinShoukai__flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li {
      width: 48%;
      box-sizing: border-box; }
      #pageGiinIchiran .pageGiinShoukai__flexBox li a {
        display: block;
        text-decoration: none;
        color: #333;
        transition: all 0.3s ease; }
        #pageGiinIchiran .pageGiinShoukai__flexBox li a h2 {
          font-size: 1.9rem;
          line-height: 130%;
          padding: 0 0 0 1rem;
          margin-bottom: 0.2rem;
          margin-top: 0.3rem;
          text-align: left;
          border-left: solid 4px #086dff;
          letter-spacing: 0; }
          #pageGiinIchiran .pageGiinShoukai__flexBox li a h2 span {
            font-size: 1.4rem;
            line-height: 130%;
            display: block; }
        #pageGiinIchiran .pageGiinShoukai__flexBox li a img {
          width: 100%;
          height: auto; }
        #pageGiinIchiran .pageGiinShoukai__flexBox li a p {
          font-size: 1.3rem;
          padding: 0 0 2rem 0;
          line-height: 160%;
          text-align: left;
          letter-spacing: 0; }
        #pageGiinIchiran .pageGiinShoukai__flexBox li a:hover {
          filter: brightness(1.1); }
      #pageGiinIchiran .pageGiinShoukai__flexBox li._column2 {
        display: block; }
      #pageGiinIchiran .pageGiinShoukai__flexBox li._column3 {
        display: none; }
      #pageGiinIchiran .pageGiinShoukai__flexBox li._column4 {
        display: none; }
      #pageGiinIchiran .pageGiinShoukai__flexBox li._bottomadj {
        padding-bottom: 4rem; }

@media screen and (min-width: 540px) {
  #pageGiinIchiran .pageGiinShoukai__flexBox li a h2 {
    font-size: 2.0rem; }
  #pageGiinIchiran .pageGiinShoukai__flexBox li a p {
    font-size: 1.4rem; } }
@media screen and (min-width: 768px) {
  #pageGiinIchiran .pageGiinShoukai__flexBox li {
    width: 32%; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li a h2 {
      font-size: 2.2rem;
      margin-bottom: 0.3rem;
      margin-top: 0.5rem; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li a p {
      font-size: 1.5rem; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li._column2 {
      display: none; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li._column3 {
      display: block; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li._column4 {
      display: none; } }
@media screen and (min-width: 1084px) {
  #pageGiinIchiran .pageGiinShoukai__flexBox li {
    width: 23.5%; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li a h2 {
      font-size: 2.2rem;
      margin-bottom: 0.4rem;
      margin-top: 0.8rem; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li a p {
      font-size: 1.6rem; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li._column2 {
      display: none; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li._column3 {
      display: none; }
    #pageGiinIchiran .pageGiinShoukai__flexBox li._column4 {
      display: block; } }
/*
===================================================================
 pageGiinShoukai.css
===================================================================
v1.0.0 
20240430
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#pageGiinShoukai {
  padding-bottom: 10rem;
  max-width: 1400px;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto; }
  #pageGiinShoukai h1 {
    font-size: 2rem;
    color: #333;
    text-align: left;
    padding: 0 0 0 1rem;
    border-left: solid 5px #086dff;
    margin: 3rem 0 2rem 0; }
  #pageGiinShoukai hr.pageGiinShoukai__hr {
    display: block;
    width: 100%;
    max-width: 1400px;
    border: none;
    height: 1px;
    margin: 6rem auto;
    background: #086dff; }
  #pageGiinShoukai p {
    font-size: 1.6rem;
    padding: 0 0 2rem 0;
    line-height: 160%;
    text-align: left; }
  #pageGiinShoukai .pageGiinShoukai__flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center; }
    #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--left {
      width: 100%; }
      #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--left h2 {
        font-size: 3rem;
        font-weight: 700;
        color: #333;
        text-align: center;
        line-height: 130%;
        margin: 1rem 0 2rem 0; }
        #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--left h2 span {
          font-weight: 300;
          font-size: 1.4rem; }
      #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--left img {
        width: 100%;
        max-width: 400px;
        height: auto; }
      #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--left ._iconFlexBox {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 3rem; }
        #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--left ._iconFlexBox a {
          width: 30px;
          padding: 0 5px;
          transition: all 0.3s ease;
          transform: scale(1); }
          #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--left ._iconFlexBox a img {
            width: 100%;
            height: auto; }
          #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--left ._iconFlexBox a:hover {
            transform: scale(1.2); }
    #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right {
      width: 100%;
      text-align: left; }
      #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right h3 {
        color: #00387c;
        font-size: 1.8rem;
        font-weight: 700;
        padding-bottom: 2rem; }
        #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right h3._jimusho {
          padding-top: 4rem; }
      #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right table tr {
        border-bottom: solid 1px #bbb; }
        #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right table tr:first-child {
          border-top: solid 1px #bbb; }
        #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right table tr th {
          font-size: 1.6rem;
          font-weight: 700;
          color: #333;
          padding: 0.5rem 0;
          padding-right: 1rem; }
        #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right table tr td {
          font-size: 1.6rem;
          font-weight: 400;
          color: #333;
          padding: 0.5rem 0; }
      #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right table._table2 tr th, #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right table._table2 tr td {
        border: solid 1px #bbb;
        padding: 0.5rem 1rem; }
        #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right table._table2 tr th a, #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right table._table2 tr td a {
          text-decoration: none; }
      #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right table._table2 tr th {
        background: #eee; }
  #pageGiinShoukai .flex_box_2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 10% 5rem 10%; }
    #pageGiinShoukai .flex_box_2 .category_link {
      margin: 2rem 0; }
      #pageGiinShoukai .flex_box_2 .category_link a {
        font-size: 1.4rem;
        display: inline-block;
        padding: 0.5rem 1rem;
        border: solid 2px #086dff;
        border-radius: 0.2rem;
        color: #086dff;
        margin-right: 1rem;
        margin-bottom: 1rem;
        font-weight: 900;
        text-decoration: none;
        transition: all 0.3s ease;
        background: #fff; }
        #pageGiinShoukai .flex_box_2 .category_link a:hover {
          color: #fff;
          background: #086dff; }

@media screen and (min-width: 768px) {
  #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--left {
    width: 30%; }
  #pageGiinShoukai .pageGiinShoukai__flexBox .pageGiinShoukai__flexBox--right {
    width: 60%; } }
/*
===================================================================
 sideMenu.css
===================================================================
v1.0.0 
20240428
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#sideMenu ._box {
  padding: 0 5% 3rem 5%;
  box-sizing: border-box; }
  #sideMenu ._box h3 {
    background: #086dff;
    color: #fff;
    padding: 0.5rem 1rem;
    text-align: left;
    font-weight: 700;
    margin-bottom: 1rem;
    border-radius: 5px;
    font-size: 1.6rem; }
  #sideMenu ._box p {
    font-size: 1.6rem;
    line-height: 160%; }
  #sideMenu ._box ul li {
    display: block;
    border-bottom: solid 1px #333; }
    #sideMenu ._box ul li:first-child {
      border-top: solid 1px #333; }
    #sideMenu ._box ul li a {
      display: block;
      font-size: 1.6rem;
      color: #333;
      padding: 1rem 0;
      text-decoration: none;
      transition: all 0.3s ease;
      background: #fff; }
      #sideMenu ._box ul li a:hover {
        background: #c2fcff; }
  #sideMenu ._box ._adj {
    width: 100%;
    height: 5rem; }

@media screen and (min-width: 768px) {
  #sideMenu ._box {
    padding: 3rem 10% 3rem 10%; } }
/*
===================================================================
 singleContents.css
===================================================================
v1.0.0 
20240429
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#singleContents {
  padding-bottom: 10rem;
  max-width: 1400px;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  /*ContactForm7カスタマイズ*/
  /*入力欄*/
  /*「必須」文字*/
  /*「任意」文字*/
  /* タイトル列 */
  /* レスポンシブ */
  /* 「送信する」ボタン */ }
  #singleContents h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #333;
    padding-bottom: 2rem;
    padding-top: 4rem;
    text-align: left; }
  #singleContents h2 {
    font-size: 2.2rem;
    line-height: 130%;
    padding: 0 0 0 1rem;
    margin-bottom: 1.8rem;
    margin-top: 3rem;
    text-align: left;
    border-left: solid 2px #086dff; }
  #singleContents h3 {
    font-size: 1.8rem;
    padding: 2rem 0 1rem 0;
    font-weight: bold; }
  #singleContents hr.singleContent__hr {
    display: block;
    width: 100%;
    max-width: 1400px;
    border: none;
    height: 1px;
    margin: 6rem auto;
    background: #086dff; }
  #singleContents img {
    max-width: 100%;
    height: auto;
    padding-bottom: 1rem; }
  #singleContents ul li, #singleContents ol li {
    list-style-position: inside; }
  #singleContents ul._disc li, #singleContents ol._disc li {
    list-style-type: disc; }
  #singleContents ul._decimal li, #singleContents ol._decimal li {
    list-style-type: decimal; }
  #singleContents ul._daihyouList, #singleContents ol._daihyouList {
    font-weight: normal;
    font-size: 1.6rem;
    padding-left: 2.2rem;
    text-indent: -2.2rem; }
    #singleContents ul._daihyouList li, #singleContents ol._daihyouList li {
      padding-bottom: 0.5rem; }
    #singleContents ul._daihyouList ._daihyouList__inner, #singleContents ol._daihyouList ._daihyouList__inner {
      padding-left: 1.6rem; }
  #singleContents ul._toudansha, #singleContents ol._toudansha {
    padding-bottom: 2rem; }
    #singleContents ul._toudansha li, #singleContents ol._toudansha li {
      font-weight: normal;
      font-size: 1.6rem;
      padding-left: 3.4rem;
      text-indent: -3.4rem;
      line-height: 160%; }
  #singleContents figcaption {
    font-size: 1.3rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1.5rem; }
  #singleContents p {
    font-size: 1.6rem;
    padding: 0 0 2rem 0;
    line-height: 160%;
    text-align: left; }
    #singleContents p img {
      width: 2.6rem;
      height: auto;
      position: relative;
      top: 0.5rem;
      padding-right: 1rem;
      padding-bottom: 0; }
    #singleContents p._toudansha {
      padding-bottom: 0; }
  #singleContents .category_link {
    margin: 2rem 0; }
    #singleContents .category_link a {
      font-size: 1.4rem;
      display: inline-block;
      padding: 0.5rem 1rem;
      border: solid 2px #086dff;
      border-radius: 0.2rem;
      color: #086dff;
      margin-right: 1rem;
      margin-bottom: 1rem;
      font-weight: 900;
      text-decoration: none;
      transition: all 0.3s ease;
      background: #fff; }
      #singleContents .category_link a:hover {
        color: #fff;
        background: #086dff; }
  #singleContents ._category {
    width: 100%;
    max-width: 1400px; }
    #singleContents ._category ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      #singleContents ._category ul li {
        margin: 1rem 1rem 0 0; }
        #singleContents ._category ul li a {
          font-size: 1.4rem;
          text-decoration: none;
          padding: 0.5rem 1rem;
          font-weight: normal;
          color: #fff; }
  #singleContents .wp-block-details {
    padding: 1rem 2rem;
    font-size: 1.8rem;
    background: #fff;
    border: solid 2px #333;
    border-radius: 10px;
    filter: brightness(1);
    transition: all 0.3s ease;
    color: #333;
    font-weight: bold;
    margin-bottom: 1.5rem; }
    #singleContents .wp-block-details figure {
      padding-top: 1rem; }
    #singleContents .wp-block-details p {
      padding-top: 1rem;
      font-weight: normal; }
    #singleContents .wp-block-details summary {
      font-weight: bold;
      color: #086dff; }
    #singleContents .wp-block-details:hover {
      filter: brightness(1.2); }
  #singleContents ._padLeft15 {
    padding-left: 1.5rem; }
  #singleContents ._padLeft30 {
    padding-left: 3.0rem; }
  #singleContents .bg_sub {
    background: #ede6dd; }
  #singleContents .flex_box_2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 10% 5rem 10%; }
  #singleContents .main_box {
    padding: 4rem 0;
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box; }
  #singleContents table.CF7_table {
    width: 80%;
    margin: 0 auto;
    border: 3px solid #e5e5e5; }
  #singleContents table.CF7_table tr {
    border-top: 1px solid #e5e5e5; }
  #singleContents .single .entry-content table.CF7_table,
  #singleContents .page .entry-content table.CF7_table {
    display: table; }
  #singleContents .CF7_table input, #singleContents .CF7_table textarea {
    border: 1px solid #d8d8d8; }
  #singleContents .CF7_table ::placeholder {
    color: #797979; }
  #singleContents .CF7_req {
    font-size: .9em;
    padding: 5px;
    background: #f79034;
    /*オレンジ*/
    color: #fff;
    border-radius: 3px;
    margin-right: 1em; }
  #singleContents .CF7_unreq {
    font-size: .9em;
    padding: 5px;
    background: #bdbdbd;
    /*グレー*/
    color: #fff;
    border-radius: 3px;
    margin-right: 1em; }
  @media screen and (min-width: 768px) {
    #singleContents .CF7_table th {
      width: 30%;
      /*横幅*/
      background-color: #ebedf5;
      /*ブルーグレー*/ } }
  @media screen and (max-width: 768px) {
    #singleContents table.CF7_table {
      width: 95%; }
    #singleContents .CF7_table tr, #singleContents .CF7_table td, #singleContents .CF7_table th {
      display: block;
      width: 100%;
      line-height: 2.5em; }
    #singleContents .CF7_table th {
      background-color: #ebedf5; } }
  #singleContents .wpcf7 input.wpcf7-submit {
    background-color: #086dff;
    padding: 1rem 2rem;
    border-radius: 3px;
    border: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
    filter: brightness(1);
    transition: all 0.3s ease; }
    #singleContents .wpcf7 input.wpcf7-submit:hover {
      filter: brightness(1.2); }
  #singleContents .wpcf7 input.wpcf7-text, #singleContents .wpcf7 textarea.wpcf7-textarea {
    padding: 1rem;
    border-radius: 3px;
    border: solid 2px #bbb;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box; }
  #singleContents .CF7_btn {
    text-align: center;
    margin-top: 20px; }
  #singleContents .wpcf7-response-output {
    margin-top: 1rem; }
  #singleContents .wpcf7-spinner {
    width: 0;
    margin: 0; }
  #singleContents label {
    width: 100%; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  letter-spacing: 0.1rem;
  text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff; }

a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #333;
  transition: all 0.3s ease; }
  a:hover {
    color: #00387c;
    text-decoration-color: #00387c; }

p {
  font-size: clamp(1.4rem, 2.5vw, 1.6rem); }

main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box; }
  main #mainContents {
    width: 100%; }
  main #sideMenu {
    width: 100%; }

.clear {
  clear: both; }

.on_mobile {
  display: block; }

.on_pc {
  display: none; }

.on_mobile_inline {
  display: inline; }

.on_pc_inline {
  display: none; }

.drawer-dropdown-menu {
  background-color: #00387c;
  padding: 0.8rem 0; }
  .drawer-dropdown-menu a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.6rem;
    color: #fff; }
    .drawer-dropdown-menu a:hover {
      color: #c2fcff;
      text-decoration: none; }
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 2.2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: #fff;
    padding-left: 25px; }

.drawer-hamburger {
  width: 3rem;
  color: #086dff;
  font-size: 1rem;
  padding: 18px 5% 30px 3%; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #086dff; }

.drawer-menu li {
  display: block;
  width: 100%; }

.drawer-menu-item {
  font-size: 1.6rem;
  padding: 15px 15px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease-in-out; }
  .drawer-menu-item:hover {
    color: #c2fcff;
    text-decoration: none; }

.drawer-nav {
  background-color: #00387c;
  width: 16.25rem;
  width: 25rem; }

.drawer--right .drawer-nav {
  right: -16.25rem;
  right: -25rem; }

.drawer--right .drawer-hamburger {
  right: 1rem; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
  right: 25rem; }

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 768px) {
  main {
    display: flex;
    justify-content: space-between; }
    main #mainContents {
      width: 80%; }
    main #sideMenu {
      width: 20%; }

  .on_mobile {
    display: none; }

  .on_pc {
    display: block; }

  .on_mobile_inline {
    display: none; }

  .on_pc_inline {
    display: inline; } }
