/*
Theme Name:PM Support
Author:TRUSTY PARTNERS
Description:This is my original theme.
Version:1.0
*/
:root {
    --base-width: 100%;
    --base-height: 100%;
    --font: #27272a;
    --white: #fff;
    --blue: #3b517e;
    --green: #017848;
    --center: center;
    --left: left;
    --right: right;
    --bottom:bottom;
    --base-potision: relative;
    --child-potision: absolute;
    --base-margin: 0 auto;
    --base-padding: 0;
    --base-line: 2em;
    --base-zero: 0;
    --display-inline: inline-block;
    --display-block: block;
    --display-flex: flex;
    --wrap: wrap;
    --border: 1px solid #27272a;
    --cont-width: 1000px;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.8rem;
    --font-size-md: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.3125rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 2rem;
    --font-size-4xl: 2.652rem;
    --font-size-5xl: 4rem;
    --font-weight100: 100;
    --font-weight200: 200;
    --font-weight300: 300;
    --font-weight400: 400;
    --font-weight500: 500;
    --font-weight600: 600;
    --font-weight700: 700;
    --font-weight800: 800;
    --font-weight900: 900;
    --font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


#sample2 {
  width: calc(100% / 3)!important;
  height: auto;
}

.count-p {
  text-align: center;
  margin-bottom: 3rem;
}

.count {
  display: inline-block;
  background: -webkit-linear-gradient(0deg, #156ADF, #1dbaf5 30%, #aad6f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-family: initial;
  font-weight: bold;
}

.tab{
  border-bottom: 3px solid #d5c5a5;
  display: flex;
  justify-content: space-around;
  padding:0;
}
                  
.tab_menu{
  width:calc(100%/4);
  color: #333;
  list-style: none;
  text-align: center;
  padding:5px 0;
  border-right: 1px solid #eee;
  cursor: pointer;
  transition: .3s;
  font-size:14px;
}

.tab_detail_wrap{
  display: none;
}

.tab_menu.active{
  display: block;
  color: #fff;
  background-color: #d5c5a5;
  cursor: pointer;
}

.tab_detail_wrap.show{
  display: block;
}

/* よくある質問タブ */

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
	position: relative;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab .cp_tabpanels {
	position: absolute;
	top:0;
	left: 10em;
	display: block;
	height: 320px;
}
.cp_tab > input + label {
	position: relative;
	z-index: 100;
	top: -15px;
	left: 1px;
	display: block;
	width: 10em;
	margin-bottom: -20px;
	padding: 15px;
	cursor: pointer;
	/* border: 1px solid #cccccc;
	border-right: 0;
	border-radius: 6px 0 0 6px; */
}
.cp_tab > input + label:last-of-type {
	margin-bottom: 100px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	/* border-color: #cccccc;
	border-right: 1px solid #ffffff; */
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	/* border-left: 1px solid #cccccc; */
	min-height: 320px;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
	}
	.cp_tab > input + label {
	font-size: 0.7em;
	}
	.cp_tab .cp_tabpanels {
	left: 7em;
	min-width: 7em;
	}
}




.ctct-btn {
  display: flex;
  gap: 8px;
  margin-top: 2rem;
}

.ctct-btn a {
  padding: 1rem;
  transition: all 0.3s;
  border-radius: 4rem;
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  width: calc(100% / 3);
  text-align: center;
}

.ctct-btn a:hover {
  background-position: 100%!important;
}

.ctct-btn a:first-child {
  background: linear-gradient(45deg, var(--green), #259d56);
}

.ctct-btn a:nth-child(2) {
  background: linear-gradient(45deg, var(--orange), #e2b440);
}

.ctct-btn a:last-child {
  background: linear-gradient(45deg, var(--blue), #2ba2b1);
}

.work-wrap {
	margin: 3rem auto;
}

.flex-box3 {
	display: flex;
	gap: 2vw;
	justify-content: space-evenly;
	margin: 7rem auto;
}

.flex-box3 p {
    background: #f5f5f5;
    padding: 30px;
    margin-top: 30px;
    line-height: 1.5;	
}

.contract .flex-box3 div {
	flex-basis: 29%;
}

.column3 img {
	box-shadow: 14px 20px 29px -2px rgba(193, 193, 193, 0.45);
}

.flex-box3 img {
	width: 80%;
	height: auto;
}

.p-works__list {
	display: flex;
	gap: 2rem .5rem;
	justify-content: flex-start;
  flex-wrap: wrap;
}

.p-works__list img {
	object-fit: cover;
  height: 230px;
  width: 100%;
  transition: all 0.3s;
}

.p-works__list img:hover {
  transform:scale(1.07,1.07);
}

.p-works__list dl {
  width: calc(100% / 4 - 10px);
}

.p-works__list dt {
  max-height: 230px;
	height: 100%;
	border: solid 1px #f4f4f4;
  overflow: hidden;
}

.p-works__list dd {
  color: var(--font);
  background: #e6e5dc;
  padding: 1rem;
}

@charset "UTF-8";
#footer__column {
  width: var(--base-width);
  margin-top: 50px;
  padding: 20px 0;
  z-index: 1;
}
body {
  background-color: var(--white);
}
.ifram{
   filter: grayscale(100%);
   transition: all 0.7s ease;
}
  #contents {
    width: var(--base-width);
    max-width: var(--cont-width);
    margin: var(--base-margin);
  }
  .box-right {
    text-align: var(--right);
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .company-map > iframe {
    vertical-align: var(--bottom);
  }
/********************************************contents background**************************************************************/
  #gree-bg {
    background-color: var(--green);
    padding: 100px 0;
  }
/********************************************pankz**************************************************************/
  #pankz-bg {
    /*background-color: rgba(243,244,244,.5);*/
  }
    #breadcrumb-box {
      margin: 0 0 10px 0;
      padding-bottom: 5px;
    }
      .breadcrumb {
        margin: var(--base-zero);
        padding: var(--base-zero);
        list-style: none;
      }
        .breadcrumb li {
          font-weight: var(--font-weight500);
          display: inline;
          list-style: none;
        }
          .breadcrumb li:after {
            content: '>';
            padding: 0 0.2em;
            color: #cccccc;
          }
            .breadcrumb li:last-child:after {
              content: '';
            }
          .breadcrumb li a {
            text-decoration: none;
            color: var(--font);
            font-size: .8rem;
            opacity: .5;
          }
            .breadcrumb li a.active {
              color: var(--font);
            }
              .breadcrumb li a:hover {
                text-decoration: underline;
              }
/********************************************タイトル**************************************************************/
  #cont-title1 {
    text-align: var(--center);
    margin-top: 100px;
  }
    #cont-title1 > p {
      color: var(--blue);
      position: var(--base-potision);
      display: var(--display-inline);
      font-size: var(--font-size-3xl);
      margin-bottom: .5em;
    }
      #cont-title1 > p:before {
        content: '';
        position: var(--child-potision);
        display: var(--display-inline);
        background-color: var(--blue);
        border-radius: 2px;
        bottom: -10px;
        width: 60px;
        height: 2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
      }
        #cont-title1 > span {
          display: var(--display-block);
          text-align: var(--center);
          font-size: var(--font-size-xs);
        }
  #cont-title2 {
    text-align: var(--left);
  }
    #cont-title2 > p {
      color: var(--white);
      position: var(--base-potision);
      display: var(--display-inline);
      font-size: var(--font-size-3xl);
      font-weight: var(--font-weight700);
      margin-bottom: .2em;
    }
        #cont-title2 > span {
          display: var(--display-block);
          text-align: var(--left);
          font-size: var(--font-size-md);
          color: var(--white);
        }
/********************************************news**************************************************************/
  #news-list-box {
    width: var(--base-width);
    max-width: 500px;
    margin: 50px auto;
  }
    .list-box {
      position: var(--base-potision);
      border-bottom: var(--border);
      margin-bottom: 20px;
      padding-bottom: 15px;
    }
      .list-box:after {
        content: "\e5cc";
        position: var(--child-potision);
        top: 50%;
        right: 10px;
        font-family: 'Material Icons Round';
        margin-top: -12px;
        cursor: pointer;
      }
      .list-box > a {
        color: var(--font);
        display: var(--display-block);
      }
        .list-box > a:hover {
          color: var(--green);
        }
        .list-box > a > p {
          line-height: var(--base-line);
        }
        .list-box > a > span span.blue {
          color: var(--blue);
        }

/********************************************enterprise**************************************************************/
  .enterprise-text {
    text-align: var(--left);
  }
    .enterprise-text > p {
      color: var(--white);
      font-size: var(--font-size-md);
      line-height: var(--base-line);
    }

/********************************************company**************************************************************/
  .company-box {
    text-align: var(--center);
    margin: 50px 0;
  }
    .company-box > p.title {
      color: var(--green);
      font-size: var(--font-size-3xl);
      font-weight: var(--font-weight700);
      font-family: var(--font-family);
    }
    .company-box > p.text {
      color: var(--font);
      font-size: var(--font-size-md);
      line-height: var(--base-line);
      margin: 20px 0;
    }
    .company-box > img {
      width: var(--base-width);
      max-width: 400px;
    }

/********************************************Q&A**************************************************************/
  #qa-wrap {
    text-align: var(--center);
    margin: var(--base-margin);
  }
    #qa-wrap > .qa-box {
      width: var(--base-width);
      background-color: var(--white);
      border: var(--border);
      margin: var(--base-margin);
      margin-top: 30px;
      padding: 10px;
    }
    details {
      margin-bottom: 10px;
    }
      details:last-child {
        margin-bottom: var(--base-zero);
      }
      summary {
        display: var(--display-block);
      }
      summary::-webkit-details-marker {
        display: none;
      }
        .summary_inner {
          display: var(--display-flex);
          align-items: var(--center);
          border: 1px solid var(--font);
          color: var(--font);
          cursor: pointer;
          flex-direction: row;
          padding: 24px;
          font-weight: bold;
          letter-spacing: 1px;
        }
          /* span.q: {
            color: var(--green);
            margin-right: 5px;
          } */
          .icon {
            display: var(--display-block);
            position: var(--base-potision);
            flex-shrink: var(--base-zero);
            width: 24px;
            margin-left: 6px;
            transform-origin: center 43%;
            transition: transform 0.4s;
            margin-left: auto;
          }
            /*details[open] .icon {*/
            /*  transform: rotate(180deg);*/
            /*}*/
            details.is-opened .icon {
              transform: rotate(180deg);
            }
              .icon::before,
              .icon::after {
                content: "";
                position: var(--child-potision);
                display: var(--display-block);
                background-color: var(--font);
                width: 15px;
                height: 3px;
              }
              .icon::before {
                left: var(--base-zero);
                transform: rotate(45deg);
              }
              .icon::after {
                right: var(--base-zero);
                transform: rotate(-45deg);
              }
                .ac-content {
                  background-color: var(--white);
                  overflow: hidden;
                }
                  .content_inner {
                    display: var(--display-flex);
                    flex-direction: column;
                    gap: 1px;
                    padding: 20px 24px;
                  }
                    .content_inner p {
                      line-height: var(--base-line);
                      text-align: justify;
                      text-indent: -1em;
                      padding-left: 1em;
                    }
                      .content_inner p:before {
                        content: 'A:';
                        color: red;
                      }

/********************************************button**************************************************************/
.btn-box1,
.btn-box2 {
  text-align: var(--center);
  margin-bottom: 100px;
}
.btn-box3 {
  text-align: var(--center);
  margin-bottom: 50px;
}
.btn-box4 {
  text-align: var(--center);
  margin-bottom: 150px;
}
  .main-btn,
  .main-btn2 {
    position: var(--base-potision);
    font-size: var(--font-size-md);
    font-weight: var(--font-weight300);
    color: var(--white);
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid black;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
    .main-btn:after,
    .main-btn2:after {
      content: "";
      width: var(--base-width);
      position: var(--child-potision);
      height: var(--base-height);
      top: 10px;
      left: 10px;
      transition: 0.2s;
      z-index: -1;
    }
    .main-btn:after {
      background-color: var(--blue);
    }
    .main-btn2:after {
      background-color: var(--green);
    }
    .main-btn:hover:after,
    .main-btn2:hover:after {
      top: 0px;
      left: 0px;
    }
  @media (min-width: 768px) {
    .main-btn {
      padding: 13px 50px 13px;
    }
  }

  .box-right > a {
    color: var(--font);
    background-color: var(--white);
    border-radius: 25px;
    padding: 0 10px 5px;
  }
    .box-right > a > span {
      position: var(--base-potision);
      font-size: var(--font-size-xs);
      line-height: var(--base-line);
    }
      .box-right > a > span:after {
        position: var(--base-potision);
        top: 1px;
        content: '\e5e1';
        font-family: 'Material Icons Round';
        margin-left: 2px;
      }
        .box-right > a:hover {
          color: var(--white);
          background-color: var(--blue);
          border-radius: 25px;
          padding: 0 10px 5px;
        }
/********************************************slider**************************************************************/
  .sliderArea {
    width: var(--base-width);
    margin: 30px 0 0;
    overflow: hidden;
  }
  .carousel {
    outline: none;
    box-sizing: border-box;
  }
    .carousel-cell {
      position: var(--base-potision);
      background-color: var(--white);
      border: var(--border);
      padding: 15px;
      width: 300px;
      height: auto;
      margin-right: 20px;
      counter-increment: gallery-cell;
    }
      .carousel-cell > a > picture > img {
        width: var(--base-width);
        height: var(--base-height);
        max-width: 280px;
        max-height: 145px;
      }
      .carousel-cell > a > p,
      .carousel-cell span {
        display: var(--display-block);
        text-align: var(--left);
        font-weight: 400;
      }
      .carousel-cell > a > p.title {
        font-size: var(--font-size-2xl);
        font-weight: var(--font-weight600);
        color: var(--green);
        border-bottom: var(--border);
      }
      .carousel-cell > a > p.text {
        font-size: var(--font-size-sm);
        font-weight: var(--font-weight400);
        text-align: var(--left);
        color: var(--font);
        padding: 10px 0 5px;
      }
      .carousel-cell > a > span {
        color: var(--font);
        font-size: var(--font-size-xs);
        float: var(--right);
      }
        .carousel-cell > a > span:after {
          content: '\e5e1';
          font-family: 'Material Icons Round';
          color: var(--font);
          font-size: var(--font-size-xs);
          float: var(--right);
        }
/********************************************flex**************************************************************/
  .btn-flex {
    display: var(--display-flex);
    flex-wrap: var(--wrap);
    justify-content: space-between;
    align-items: stretch;
    margin: 30px 0;
  }
    .btn-flex > div {
      background-color: var(--white);
      border: 1px solid var(--font);
      text-align: var(--left);
      width: 30%;
      padding: 10px;
    }
      .btn-flex > div > a:hover {

      }
      .btn-flex > div > a > p.title {
        font-size: var(--font-size-2xl);
        font-weight: var(--font-weight600);
        color: var(--green);
        border-bottom: var(--border);
      }
      .btn-flex > div > a > p.text {
        font-size: var(--font-size-sm);
        font-weight: var(--font-weight400);
        text-align: var(--left);
        color: var(--font);
        padding: 10px 0 5px;
      }
      .btn-flex > div > a > span {
        color: var(--font);
        font-size: var(--font-size-xs);
        float: var(--right);
      }
        .btn-flex > div > a > span:after {
          content: '>';
          margin-left: 2px;
        }
      .btn-flex > div > a > img {
        width: var(--base-width);
        height: var(--base-height);
        max-width: 280px;
        max-height: 145px;
      }

  .service-flex {
    position: var(--base-potision);
    display: var(--display-flex);
    max-width: var(--cont-width);
    justify-content: space-between;
    padding: 40px;
    margin: 30px 0;
  }
    .service-flex > div {
      width: 48%;
    }
    .service-flex > div.service-bottom {
      padding-top: 10%;
    }
      .service-flex > div > p.title {
        font-size: var(--font-size-2xl);
        font-weight: var(--font-weight700);
        color: var(--green);
        margin-bottom: 30px;
      }
      .service-flex > div > p.text {
        font-size: var(--font-size-md);
        line-height: var(--base-line);
        text-align: justify;
      }
      .service-flex > div > .box-right > a {
        border: var(--border);
        text-align: var(--center);
        color: var(--font);
        font-size: var(--font-size-md);
        position: var(--base-potision);
        top: 20px;
        padding: 5px 15px;
        border-radius: 0!important;
      }
        .service-flex > div > .box-right > a:after {
        position: var(--base-potision);
        top: 1px;
        content: '\e5e1';
        font-family: 'Material Icons Round';
          margin-left: 5px;
        }
        .service-flex > div > .box-right > a:hover {
          color: var(--white)!important;
        }
      .service-flex > div img.column-outside-right{
        flex: 1;
        margin-right: calc(50% - 50vw);
        margin-left: 4%;
      }

  .banner-flex {
    display: var(--display-flex);
    justify-content: var(--center);
    align-items: var(--center);
    margin: 30px 0;
  }
    .banner-flex > div {
      text-align: var(--center);
      padding: 10px;
    }
      .banner-flex > div img {
        width: var(--base-width);
        max-width: 189px;
      }

@media only screen and (min-width: 768px) {
/********************************************ボトムメニュー*************************************************************/
  #footer__column {
    width: var(--base-width);
    padding: 15px 0 20px;
    z-index: 1;
  }
  #footer__column2 {
    width: var(--base-width);
    padding: 15px 0 20px;
    z-index: 1;
  }
    ul.bottom-menu {
      display: none;
    }
  }
/******************************footer*********************************/
  #fkiyaku {
    text-align: var(--center);
  }
    #fkiyaku > ul > li  {
      font-size: .4rem;
    }
    #fkiyaku > ul > li > a  {
      color: var(--font);
    }
    #fkiyaku > ul > li img  {
      width: var(--base-width);
      max-width: 180px;
    }
@media only screen and (min-width: 300px) and (max-width: 767px) {
  #contents {
    padding: 0 10px;
  }
  .box-right {
    text-align: var(--center);
    margin-top: 20px;
  }
/********************************************contents background**************************************************************/
  #gree-bg {
    padding: 50px 0;
  }
/********************************************pankz**************************************************************/
    #breadcrumb-box {
      margin: 2px 0;
    }
        .breadcrumb li {
          font-weight: var(--font-weight300);
        }
          .breadcrumb li a {
            font-size: .6rem;
          }
/********************************************タイトル**************************************************************/
  #cont-title1 {
    margin-top: 50px;
  }
    #cont-title1 > p {
      font-size: var(--font-size-2xl);
      margin-bottom: .3em;
    }
      #cont-title1 > p:before {
        bottom: -3px;
      }
/********************************************news**************************************************************/
  #news-list-box {
    margin: 30px auto;
  }
    .list-box {
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
      .list-box > a {
        font-size: var(--font-size-sm);
      }
/********************************************enterprise**************************************************************/
    .enterprise-text > p {
      font-size: var(--font-size-sm);
    }
/********************************************company**************************************************************/
  .company-box {
    margin: 20px 0;
  }
    .company-box > p.title {
      font-size: var(--font-size-xl);
    }
    .company-box > p.text {
      font-size: var(--font-size-xs);
      text-align: var(--left)!important;
    }
    .company-box > img {
      max-width: 280px;
    }
/********************************************button**************************************************************/
.btn-box1,
.btn-box2,
.btn-box3,
.btn-box4 {
  margin-bottom: 50px;
}
  .main-btn,
  .main-btn2 {
    font-size: var(--font-size-sm);
  }
/********************************************flex**************************************************************/
  .btn-flex {
    margin: 20px 0;
  }
    .btn-flex > div {
      width: 49%;
    }
  .service-flex {
    display: var(--display-block);
    padding: 10px;
    margin: 5px 0;
  }
    .service-flex > div {
      width: var(--base-width);
    }
    .service-flex > div.service-bottom {
      padding-top: 5px;
    }
      .service-flex > div > p.title {
        font-size: var(--font-size-xl);
        margin-bottom: 20px;
      }
      .service-flex > div > p.text {
        font-size: var(--font-size-sm);
      }
      .service-flex > div > .box-right > a {
        font-size: var(--font-size-sm);
        position: var(--base-potision);
        display: var(--display-block);
      }
      .service-flex > div img.column-outside-right{
        width: var(--base-width);
        margin-top: 20px;
        margin-left: 0;
      }
/********************************************ボトムメニュー*************************************************************/
  #footer__column {
    position: var(--base-potision);
    bottom: 70px;
    margin-top: 100px;
  }
  #footer__column2 {
    position: var(--base-potision);
    bottom: 10px;
  }
  .mini-text {
    font-size:.8rem;
  }

  ul.bottom-menu {
    position: fixed;
    display: var(--display-flex);
    left: var(--base-zero);
    bottom: var(--base-zero);
    width: var(--base-width);
    height:70px;
    margin: var(--base-zero);
    padding:10px 0 0;
    background-color:#f5f5f5;
    border-top:1px solid #808080;
    z-index:999;
  }
  ul.bottom-menu　{
    padding-bottom:env(safe-area-inset-bottom);
  }
  ul.bottom-menu li {
    text-align:var(--center);
    width:25%;
    background-color:#f5f5f5;
    list-style-type:none;
  }
    .bottom-menu li a {
      display: var(--display-block);
      color:#808080;
      text-decoration:none;
    }
    .bottom-menu li a:hover {
      color:#a9a9a9;
    }
    .bottom-menu li a.active {
      color:#3B517E;
    }

  ul.menu-second-level {
    visibility: hidden;
    opacity: var(--base-zero);
    z-index:1;
  }

    ul.menu-second-level li a{
      border-top:1px dashed #a9a9a9;
      font-size:15px;
      line-height:50px;
    }
      .menu-second-level li a:hover {
        height: var(--base-height);
        background: lightgrey;
      }
      li.menu-width-max ul.menu-second-level {
        position: var(--child-potision);
        bottom: 70px;
        left: var(--base-zero);
        box-sizing: border-box;
        width: var(--base-width);
        padding: var(--base-zero);
      }
      li.menu-width-max:hover ul.menu-second-level {
        bottom: 70px;
        visibility: visible;
        opacity: 1;
      }
      li.menu-width-max ul.menu-second-level li {
        float: left;
        width: var(--base-width);
        border: none;
      }
  #fkiyaku {
    text-align: var(--center);
  }
    #fkiyaku > ul > li  {
      font-size: .5rem;
    }
    #fkiyaku > ul > li img  {
      width: var(--base-width);
      max-width: 130px;
    }
}