@charset "UTF-8";

#pdce p {margin-bottom: 20px}
@media (max-width: 767px) {
	#pdce img {max-width: 100%}	
}
.fc-silver-1 {color: #858585;}
.fc-silver-2 {color: #808080;}
.fc-red-1 {color : #E4454B;}
.fc-yellow-1 {color: #FEDE00;}

@media (max-width: 767px) {

  .sp-fs-11 ,
  .sp-fs-11 > li{
    font-size: 11.25px;
  }
  .sp-fs-12 { font-size: 12px; }
  .sp-fs-13 { font-size: 13px; }
  .sp-fs-14 { font-size: 14px; }
  .sp-fs-15 { font-size: 15px; }
  .sp-fs-17 { font-size: 17px; }
  .sp-fs-19 { font-size: 19px; }
  .sp-fs-23 { font-size: 23px; }
  .sp-fs-24 { font-size: 24px; }
  .sp-fs-25 { font-size: 25px; }
  .sp-fs-26 { font-size: 26px; }

}

@media (min-width: 768px) {

  .pc-fs-14 { font-size: 14px; }
  .pc-fs-15 ,
  .pc-fs-15 > li {
    font-size: 15px;
  }
  .pc-fs-16 { font-size: 16px; }
  .pc-fs-17 { font-size: 17px; }
  .pc-fs-18 { font-size: 18px; }
  .pc-fs-20 { font-size: 20px; }
  .pc-fs-24 { font-size: 24px; }
  .pc-fs-22 { font-size: 22px; }
  .pc-fs-28 { font-size: 28px; }
  .pc-fs-34 { font-size: 34px; }
  .pc-fs-36 { font-size: 36px; }

}


@media (max-width: 767px) {

  .sp-lh-22-34 { line-height: 1.5; }
  .sp-lh-22-40 { line-height: 2; }
  .sp-lh-22-40 > li { line-height: 2; }
  .sp-lh-24-42 { line-height: 1.625; }
  .sp-lh-28-40 { line-height: 1.454; }
  .sp-lh-28-54 { line-height: 1.95; }
  .sp-lh-30-42 { line-height: 1.416; }
  .sp-lh-30-53 { line-height: 1.766; }
  .sp-lh-30-54 { line-height: 1.8; }
  .sp-lh-30-60 { line-height: 2; }
  .sp-lh-31-23 { line-height: 1.333; }
  .sp-lh-33-49 { line-height: 1.5; }
  .sp-lh-34-33 { line-height: .970; }
  .sp-lh-34-54 { line-height: 1.588; }
  .sp-lh-34-59 { line-height: 1.735; }
  .sp-lh-38-54 { line-height: 1.421; }
  .sp-lh-48-49 { line-height: 1.031; }
  .sp-lh-50-72 { line-height: 1.44; }
  .sp-lh-54-87 { line-height: 1.611; }

}

@media (min-width: 768px) {

  .pc-lh-14-24 { line-height: 1.714; }
  .pc-lh-15-26 { line-height: 1.733; }
  .pc-lh-15-26 > li { line-height: 1.733; }
  .pc-lh-16-26 { line-height: 1.625; }
  .pc-lh-16-32 { line-height: 2; }
  .pc-lh-17-32 { line-height: 2; }
  .pc-lh-18-24 { line-height: 1.333; }
  .pc-lh-18-35 { line-height: 1.944; }
  .pc-lh-20-30 { line-height: 1.5; }
  .pc-lh-20-37 { line-height: 1.85; }
  .pc-lh-20-39 { line-height: 1.95; }
  .pc-lh-22-32 { line-height: 1.454; }
  .pc-lh-22-33 { line-height: 1.5; }
  .pc-lh-22-46 { line-height: 2.09; }
  .pc-lh-24-34 { line-height: 1.416; }
  .pc-lh-24-43 { line-height: 1.791; }
  .pc-lh-28-40 { line-height: 1.428; }
  .pc-lh-36-58 { line-height: 1.611; }

}


/* ------------------------------------------------------------------------------------ *
文字間
 * ------------------------------------------------------------------------------------ */

@media (max-width: 767px) {

  .sp-ls-1 {
    letter-spacing: -5px;
  }

  .sp-ls-2 {
    letter-spacing: -4px;
  }

  .sp-ls-3 {
    letter-spacing: -.5px;
  }

  .sp-ls-4 {
    letter-spacing: -2px;
  }

  .sp-ls-5 {
    letter-spacing: -3px;
  }
}

@media (min-width: 768px) {

  .pc-ls-1 ,
  .pc-ls-1 > li {
    letter-spacing: -.5px;
  }

  .pc-ls-2 ,
  .pc-ls-2 > li ,
  .pc-ls-1 > li.ls-2 {
    letter-spacing: -.8px;
  }

  .pc-ls-3 {
    letter-spacing: -5px;
  }

  .pc-ls-4 {
    letter-spacing: -4px;
  }

  .pc-ls-5 {
    letter-spacing: -1px;
  }
}

/* ------------------------------------------------------------------------------------ *
強調
 * ------------------------------------------------------------------------------------ */

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

/* ------------------------------------------------------------------------------------ *
幅
 * ------------------------------------------------------------------------------------ */

@media (max-width: 767px) {
  .sp-maxw-254 {
    max-width: 254px;
  }
  .sp-maxw-231 {
    max-width: 231px;
  }
  .sp-maxw-65p {
    max-width: 65%;
  }
  .sp-maxw-100p {
    max-width: 100%;
  }
}

@media (min-width: 768px) {

  .pc-maxw-455 {
    max-width: 455px;
    height: auto;
  }

  .pc-maxw-480 {
    max-width: 480px;
  }

  .pc-maxw-520 {
    max-width: 520px;
    height: auto;
  }

  .pc-maxw-550 {
    max-width: 550px;
    height: auto;
  }

  .pc-maxw-1050 {
    max-width: 1050px;
    height: auto;
  }

  .pc-maxw-1150 {
    max-width: 1150px;
    height: auto;
  }

}

/* ------------------------------------------------------------------------------------ *
高さ
 * ------------------------------------------------------------------------------------ */

@media (max-width: 767px) {
}

@media (min-width: 768px) {

  .pc-mh-64 {
    min-height: 64px;
    box-sizing: border-box;
  }

}

/* ------------------------------------------------------------------------------------ *
マーク
 * ------------------------------------------------------------------------------------ */

.mark-0101 {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .mark-0101 {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 768px) {
  .mark-0101 {
    width: 23px;
    height: 23px;
    top: -1px;
  }
}


/* ------------------------------------------------------------------------------------ *
インデント
 * ------------------------------------------------------------------------------------ */

.indent-0101 {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}


/* ------------------------------------------------------------------------------------ *
リンクボックス
 * ------------------------------------------------------------------------------------ */

.link-box {
  cursor: pointer;
}


/* ------------------------------------------------------------------------------------ *
ボックス
 * ------------------------------------------------------------------------------------ */

.wrap-0101 {
  box-sizing: border-box;
  border: solid 2px #fede00;
  padding: 20px 10px;
  background-color: #fff;
}

.wrap-0101 p {
  padding: 0;
}

@media (min-width: 768px) {
  .wrap-0101 {
    border-width: 4px;
    padding: 30px 12px;
  }
}

/* ------------------------------------------------------------------------------------ *
テーブル
 * ------------------------------------------------------------------------------------ */

/* table-0101
 **************************************************************/
.table-0101 {
  box-sizing: border-box;
  border: solid 1px #a1a1a1;
  border-right-width: 0;
  border-bottom-width: 0;
}

.table-0101 th ,
.table-0101 td {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  text-align: center;
  font-weight: bold;
  width: 50%;
  padding: 10px 0;
  line-height: 1;
}

.table-0101 thead th {
  background-color: #858585;
  color: #fff;
}

.table-0101 tbody th {
  background-color: #fff;
}

.table-0101 tbody td {
  background-color: #FEDE00;
}

@media (max-width: 767px) {
  .table-0101 {
    width: 265px;
  }
  .table-0101 th ,
  .table-0101 td {
    font-weight: normal;
  }
}

@media (min-width: 768px) {
  .table-0101 {
    width: 300px;
  }
}

/* table-0201
 **************************************************************/
.table-0201 {
  box-sizing: border-box;
  border: solid 0 #231815;
  border-top-width: 2px;
  border-bottom-width: 2px;
  table-layout: fixed;
  width: 100%;
}

.table-0201 th,
.table-0201 td {
  border-bottom-width: 1px;
  font-weight: normal;
  padding: 10px;
  line-height: 1;
}

.table-0201 th:not(:last-child),
.table-0201 td:not(:last-child) {
  border-right-width: 1px;
}

.table-0201 thead th {
  background-color: #FDE9C0;
  text-align: center;
}

.table-0201 tbody th {
  background-color: #ECECED;
}

.table-0201 tbody td {
  background-color: #fff;
  text-align: center;
}

/* table-0301
 **************************************************************/
.table-0301 {
  box-sizing: border-box;
  border: solid 1px #231815;
  border-width: 0;
}

.table-0301 thead,
.table-0301 tbody {
  border-bottom-width: 1px;
}

.table-0301 th,
.table-0301 td {
  border-width: 0;
  font-weight: normal;
  padding: 10px;
  line-height: 1;
}

.table-0301 thead th {
  background-color: #D9DADA;
}

.table-0301 tbody th {
  background-color: #fff;
}

.table-0301 tbody td {
  background-color: #FEDE00;
  text-align: center;
}



/* ------------------------------------------------------------------------------------ *
通常テキスト
 * ------------------------------------------------------------------------------------ */

p ,
li ,
dd {
  font-size: 16px;
  line-height: 2;
}

p:last-child ,
ul:last-child ,
li:last-child ,
dl:last-child ,
dd:last-child {
  margin-bottom: 0;
}


/* ------------------------------------------------------------------------------------ *
定義リスト
 * ------------------------------------------------------------------------------------ */

dt {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

dt:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  dt {
    font-size: 19px;
    line-height: 1.42;
  }
}

@media (min-width: 768px) {
  dt {
    font-size: 22px;
    line-height: 1.5;
  }
}


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

@media (max-width: 767px) {

  .pc {
    display: none;
  }

  .w-568-sp {
    width: 268px;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc-inline-block {
    display: inline-block !important;
  }
}


/* ------------------------------------------------------------------------------------ *
揃え
 * ------------------------------------------------------------------------------------ */

.block-center {
  margin-left: auto;
  margin-right: auto;
}
.text-center{text-align: center;}
@media (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
  .block-center-sp {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .text-center-pc {
    text-align: center;
  }
  .text-right-pc {
    text-align: right;
  }
  .block-center-pc {
    margin-left: auto;
    margin-right: auto;
  }
}


/* ------------------------------------------------------------------------------------ *
リンク
 * ------------------------------------------------------------------------------------ */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a ,
a:hover {
  color: #f00;
}

.breadcrumbs a,
#products a,
#info a,
#contact a {
  color: #009FFD;
  transition: color 0.22s ease-out;
}

.breadcrumbs a:hover, .breadcrumbs a:active,
#products a:hover, #products a:active,
#info a:hover, #info a:active,
#contact a:hover, #contact a:active {
  color: #03384B;
}

.link-gray ,
.link-gray:hover ,
.link-gray a ,
.link-gray a:hover ,
.breadcrumb a ,
.breadcrumb a:hover {
  color: #818181;
}

a:hover img {
  opacity: .8;
}


/* ------------------------------------------------------------------------------------ *
アイコン
 * ------------------------------------------------------------------------------------ */

.icon-rotate-90 {
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 5px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}


/* ------------------------------------------------------------------------------------ *
背景
 * ------------------------------------------------------------------------------------ */

.background-gray-image {
  background-image: url(../img/pdce/background-gray.png);
  background-position: center center;
  background-repeat: repeat;
}

/* ------------------------------------------------------------------------------------ *
YouTubeビデオ
 * ------------------------------------------------------------------------------------ */
.video-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* ------------------------------------------------------------------------------------ *
コンテナ
 * ------------------------------------------------------------------------------------ */

.container-border {
  background-color: #c5c5c5;
  margin: 0;
  height: 1px;
}

.container-border-2 {
  background-color: #c9c9ca;
  margin: 0;
  height: 1px;
}

/* container
 **************************************************************/
@media (min-width: 768px) and (max-width: 1439px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

/* container-1180
 **************************************************************/
@media (min-width: 768px) and (max-width: 1179px) {
  .container-1180 {
    max-width: 100%;
  }
}

@media (min-width: 1180px) {
  .container-1180 {
    max-width: 1180px;
    padding: 0;
  }
}

/* container-980
 **************************************************************/
@media (min-width: 768px) and (max-width: 979px) {
  .container-980 {
    max-width: 100%;
  }
}

@media (min-width: 980px) {
  .container-980 {
    max-width: 980px;
    padding: 0;
  }
}


/* margin / padding
 **************************************************************/
.container-mlr {margin-left:auto; margin-right:auto}
@media (max-width: 767px) {

  .sp-container-p-lr-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .container-pt {
    padding-top: 50px;
  }

  .container-pb {
    padding-bottom: 50px;
  }

  .container-pb-2 {
    padding-bottom: 35px;
  }

  .container-pt-pb {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-pt-pb-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-sp-265 {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
  }
	.container-mlr {margin-left: 10px; margin-right:10px;}
}

@media (min-width: 768px) {
  .container-pt {
    padding-top: 92px;
  }

  .container-pb {
    padding-bottom: 116px;
  }

  .container-pb-2 {
    padding-bottom: 75px;
  }

  .container-pt-pb {
    padding-top: 92px;
    padding-bottom: 116px;
  }

  .container-pt-pb-2 {
    padding-top: 52px;
    padding-bottom: 75px;
  }
}

.content-fluid-sp {
  margin-left: -12px;
  margin-right: -12px;
}

.block-980 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 980px) {
  .block-pc-980 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}




/* ------------------------------------------------------------------------------------ *
マージン
 * ------------------------------------------------------------------------------------ */

.p-10  { padding: 10px; }

.m-0 { margin: 0; }

.ml-50 { margin-left: 50px; }

@media (max-width: 767px) {

  .mb-3-sp  { margin-bottom: 1rem; }

  .sp-mt-5  { margin-top:  5px; }
  .sp-mt-15 { margin-top: 15px; }
  .sp-mt-20 { margin-top: 20px; }
  .sp-mt-22 { margin-top: 22px; }
  .sp-mt-25 { margin-top: 25px; }
  .sp-mt-28 { margin-top: 28px; }
  .sp-mt-30 { margin-top: 30px; }
  .sp-mt-32 { margin-top: 32px; }
  .sp-mt-35 { margin-top: 35px !important; }
  .sp-mt-37 { margin-top: 37px; }
  .sp-mt-40 { margin-top: 40px; }
  .sp-mt-42 { margin-top: 42px; }
  .sp-mt-46 { margin-top: 46px; }
  .sp-mt-52 { margin-top: 52px; }
  .sp-mt-57 { margin-top: 57px; }
  .sp-mt-60 { margin-top: 60px; }
  .sp-mt-75 { margin-top: 75px; }
  .sp-mt-95 { margin-top: 95px; }

  .sp-ml-24 { margin-left: 24px; }

  .sp-mb-5   { margin-bottom: 5px; }
  .sp-mb-10   { margin-bottom: 10px; }

  .sp-content-width-max {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .sp-pb-30  { padding-bottom: 30px; }
}

@media (min-width: 768px) {
  .pc-mt-5   { margin-top: 5px; }
  .pc-mt-6   { margin-top: 6px; }
  .pc-mt-7   { margin-top: 7px; }
  .pc-mt-8   { margin-top: 8px; }
  .pc-mt-20  { margin-top: 20px; }
  .pc-mt-22  { margin-top: 22px; }
  .pc-mt-24  { margin-top: 24px; }
  .pc-mt-26  { margin-top: 26px; }
  .pc-mt-30  { margin-top: 30px; }
  .pc-mt-33  { margin-top: 33px; }
  .pc-mt-35  { margin-top: 35px; }
  .pc-mt-40  { margin-top: 40px; }
  .pc-mt-43  { margin-top: 43px; }
  .pc-mt-44  { margin-top: 44px; }
  .pc-mt-45  { margin-top: 45px; }
  .pc-mt-46  { margin-top: 46px; }
  .pc-mt-50  { margin-top: 50px; }
  .pc-mt-55  { margin-top: 55px; }
  .pc-mt-60  { margin-top: 60px; }
  .pc-mt-65  { margin-top: 65px; }
  .pc-mt-75  { margin-top: 75px; }
  .pc-mt-70  { margin-top: 70px; }
  .pc-mt-75  { margin-top: 75px; }
  .pc-mt-80  { margin-top: 80px; }
  .pc-mt-85  { margin-top: 85px; }
  .pc-mt-90  { margin-top: 90px; }
  .pc-mt-96  { margin-top: 96px; }
  .pc-mt-100  { margin-top: 100px; }
  .pc-mt-110  { margin-top: 110px; }
  .pc-mt-120  { margin-top: 120px; }
  .pc-mt-124  { margin-top: 124px; }
  .pc-mt-125  { margin-top: 125px; }
  .pc-mt-140  { margin-top: 140px; }

  .pc-ml-10 { margin-left: 10px; }
  .pc-ml-20 { margin-left: 20px; }
  .pc-ml-24 { margin-left: 24px; }
  .pc-ml-60 { margin-left: 60px; }
  .pc-ml-200 { margin-left: 200px; }
  .pc-ml-230 { margin-left: 230px; }
  .pc-ml-240 { margin-left: 240px; }

  .pc-mb-5   { margin-bottom: 5px; }
  .pc-mb-10   { margin-bottom: 10px; }
  .pc-mb-50   { margin-bottom: 50px; }

  .pc-pt-10  { padding-top: 10px; }
  .pc-pt-25  { padding-top: 25px; }
  .pc-pt-50  { padding-top: 50px; }

  .pc-pb-50  { padding-bottom: 50px; }
}



/* ------------------------------------------------------------------------------------ *
ボックス
 * ------------------------------------------------------------------------------------ */


/* 区切り線 上
 **************************************************************/

.box-border-top {
  border-top: solid 1px #c6c6c6;
}


/* 囲い線
 **************************************************************/

.box-border {
  border: solid 1px #c6c6c6;
  padding: 32px 15px;
}

@media (min-width: 768px) {
  .box-border {
    border: solid 1px #c6c6c6;
    padding: 30px;
  }
}

.box-border-2 {
  border: solid 1px #C3C3C3;
}

/* 強調線
 **************************************************************/

.box-em-border {
  border: solid 8px #fede00;
  padding: 30px 0;
}


/* テーブル
 **************************************************************/

@media (min-width: 768px) {
  .box-table-pc {
    display: table;
  }

  .box-table-pc-col2 > div {
    width: 50%;
  }

  .box-table-pc .box-table-cell {
    display: table-cell;
    vertical-align: middle;
  }

  .box-table-pc .box-table-cell-vtop {
    vertical-align: top;
  }
}


/* 横スクロールボックス
 **************************************************************/
.box-h-scroll {
  overflow: auto;
}


/* ------------------------------------------------------------------------------------ *
テキスト
 * ------------------------------------------------------------------------------------ */

/* バー
 **************************************************************/
.bar1 {
  position: relative;
  text-align: center;
  margin-bottom: 200px;
  font-weight: bold;
}
.bar1:after {
  content: '';
  border-bottom: solid 2px #fede00;
  position: absolute;
  bottom: -100px;
}

@media (max-width: 767px) {
  .bar1:after {
    left: calc(50% - 40px);
    width: 80px;
  }

  .bar1-1 {       margin-bottom: 75px; }
  .bar1-1:after { bottom: -45px; }

  .bar1-2 {       margin-bottom: 60px; }
  .bar1-2:after { bottom: -30px; }

  .bar1-3 {       margin-bottom: 75px; }
  .bar1-3:after { bottom: -35px; }
}

@media (min-width: 768px) {
  .bar1:after {
    left: calc(50% - 55px);
    width: 110px;
  }

  .bar1-1 {       margin-bottom: 150px; }

  .bar1-2 {       margin-bottom: 120px; }
  .bar1-2:after { bottom: -60px; }

  .bar1-3 {       margin-bottom: 130px; }
  .bar1-3:after { bottom: -70px; }
}


/* 見出し
 **************************************************************/
.h2 {
  position: relative;
  text-align: center;
  margin-bottom: 2.4em;
  font-weight: bold;
}
.h2:after {
  content: '';
  border-bottom: solid 2px #fede00;
  position: absolute;
  bottom: -1em;
}

.h2-bar:before {
  content: '';
  border-top: solid 2px #fede00;
  position: absolute;
  top: -1em;
}

@media (max-width: 767px) {
  .h2 {
    font-size: 24px;
    line-height: 1.54;
  }
  .h2:after,
  .h2-bar:before {
    left: calc(50% - 40px);
    width: 80px;
  }
  .h2-2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .h2-2:after {
    bottom: 0;
  }
  .h2-3 {
    font-size: 30px;
  }

  .h2-4 {       margin-bottom: 60px; }
  .h2-4:after { bottom: -30px; }

  .h2-bar { margin-top: 60px; }
}

@media (min-width: 768px) {
  .h2 {
    font-size: 36px;
    line-height: 1.6;
  }
  .h2:after,
  .h2-bar:before {
    left: calc(50% - 55px);
    width: 110px;
  }
  .h2-2 {
    font-size: 42px;
    margin-bottom: 37px;
  }
  .h2-2:after {
    bottom: 0;
  }
  .h2-3 {
    font-size: 50px;
  }

  .h2-4 {       margin-bottom: 120px; }
  .h2-4:after { bottom: -60px; }

  .h2-bar { margin-top: 120px; }
}


/* 見出し
 **************************************************************/
.h3 {
  border: solid 4px #cbcbcb;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-right-width: 0;
  text-align: center;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .h3 {
    font-size: 22px !important;
    line-height: 1;
    padding: 12px 0;
    margin: 60px auto 50px auto;
  }
}

@media (min-width: 768px) {
  .h3 {
    font-size: 30px !important;
    line-height: 1;
    padding: 15px 0;
    margin: 68px auto 50px auto;
  }
}

/* 見出し
 **************************************************************/
.h4 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .h4 {
    font-size: 19px;
    line-height: 1.42;
    border-left: solid 7px #fede00;
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .h4 {
    font-size: 18px;
    line-height: 1.7777;
    border-left: solid 14px #fede00;
    padding: 12px 12px;
    margin-bottom: 10px;
  }
}

/* 見出し
 **************************************************************/
.h5 {
  position: relative;
  text-align: left;
  margin-bottom: 2em;
  font-weight: bold;
}
.h5:after {
  content: '';
  border-bottom: solid 2px #fede00;
  position: absolute;
  bottom: -.5em;
}

@media (max-width: 767px) {
  .h5 {
    font-size: 24px;
    line-height: 1.54;
  }
  .h5:after {
    left: 0;
    width: 80px;
  }
}

@media (min-width: 768px) {
  .h5 {
    font-size: 28px;
    line-height: 1.285;
  }
  .h5:after {
    left: 0;
    width: 110px;
  }
}

/* メッセージ
 **************************************************************/

@media (max-width: 767px) {
  .text1 {
    font-size: 12px;
    line-height: 1.51;
  }
}

@media (min-width: 768px) {
  .text1 {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .text2 {
    font-size: 12px;
    line-height: 1.51;
  }
}

@media (min-width: 768px) {
  .text2 {
    font-size: 14px;
    line-height: 1.85;
  }
}


/* 強調メッセージ1
 **************************************************************/

.text-strong {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text-strong {
    font-size: 17px;
    line-height: 1.58;
  }
}

@media (min-width: 768px) {
  .text-strong {
    font-size: 20px;
    line-height: 1.95;
  }
}


/* 強調メッセージ2
 **************************************************************/

.text-strong2 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text-strong2 {
    font-size: 19px;
    line-height: 1.42;
  }
}

@media (min-width: 768px) {
  .text-strong2 {
    font-size: 22px;
    line-height: 1.5;
  }
}


/* 強調メッセージ3
 **************************************************************/

.text-strong3 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text-strong3 {
    font-size: 25px;
    line-height: 1.34;
  }
}

@media (min-width: 768px) {
  .text-strong3 {
    font-size: 32px;
    line-height: 1.31;
  }
}


/* 強調メッセージ4
 **************************************************************/

.text-strong4 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text-strong4 {
    font-size: 24px;
    line-height: 1.34;
  }
}

@media (min-width: 768px) {
  .text-strong4 {
    font-size: 24px;
    line-height: 1.5;
  }
}


/* 強調メッセージ5
 **************************************************************/

.text-strong5 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text-strong5 {
    font-size: 17px;
    line-height: 1.88;
  }
}

@media (min-width: 768px) {
  .text-strong5 {
    font-size: 18px;
    line-height: 1.88;
  }
}


/* 強調メッセージ6
 **************************************************************/

.text-strong6 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text-strong6 {
    font-size: 23px;
    line-height: 1.45;
  }
}

@media (min-width: 768px) {
  .text-strong6 {
    font-size: 26px;
    line-height: 1.84;
  }
}


/* 強調メッセージ7
 **************************************************************/

.text-strong7 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text-strong7 {
    font-size: 24px;
    line-height: 1.416;
  }
}

@media (min-width: 768px) {
  .text-strong7 {
    font-size: 36px;
    line-height: 1.611;
  }
}


/* 強調メッセージ11
 **************************************************************/

.text-strong11 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text-strong11 {
    font-size: 19px;
    line-height: 1.42;
    border-left: solid 7px #fede00;
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .text-strong11 {
    font-size: 32px;
    line-height: 1.56;
    border-left: solid 14px #fede00;
    padding-left: 20px;
  }
}


/* ------------------------------------------------------------------------------------ *
リスト
 * ------------------------------------------------------------------------------------ */

.list-1 {
  list-style: none;
}

.list-1 li {
  position: relative;
}

.list-1 li:before {
  content: '◉';
  position: absolute;
  left: -23px;
  top: 0;
}


/* ------------------------------------------------------------------------------------ *
マーク付きリスト
 * ------------------------------------------------------------------------------------ */

ul.list-with-mark {
  list-style: none;
  padding-left: 1em;
}

ul.list-with-mark li {
  text-indent: -1em;
}



/* ------------------------------------------------------------------------------------ *
ボタン
 * ------------------------------------------------------------------------------------ */

.btn {
  background-color: #d3d3d3;
  font-weight: bold;
  border-radius: 2em;
}

.btn:hover {
  opacity: .8;
  text-decoration: none;
}

.btn-silver {
  background-color: #d3d3d3;
  font-size: 16px;
  line-height: 4em;
  padding: 0 6em;
}

.btn-white {
  background-color: #fff;
  font-size: 16px;
  line-height: 4em;
  padding: 0 6em;
}

.btn-yellow {
  background-color: #fede00;
  font-size: 22px;
  line-height: 3em;
  padding: 0 3em;
}


.btn-contact img {
  max-width: 279px;
  height: auto;
}

@media (min-width: 768px) {
  .btn-contact img {
    max-width: 310px;
  }
}

.btn-290 {
  width: 290px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}


/* ------------------------------------------------------------------------------------ *
ブロック
 * ------------------------------------------------------------------------------------ */

/* clearfix
 **************************************************************/
.clearfix:after ,
.block-02:after ,
.block-03:after ,
.block-04:after ,
.block-05:after ,
.block-06:after ,
.block-07:after ,
.block-08:after ,
.block-09:after ,
.block-10:after ,
.block-11:after ,
.block-12:after ,
.block-13:after ,
.block-18:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix:before ,
.block-02:before ,
.block-03:before ,
.block-04:before ,
.block-05:before ,
.block-06:before ,
.block-07:before ,
.block-08:before ,
.block-09:before ,
.block-10:before ,
.block-11:before ,
.block-12:before ,
.block-13:before ,
.block-18:before {
  content: '';
  display: block;
  clear: both;
}

.clearfix ,
.block-02 ,
.block-03 ,
.block-04 ,
.block-05 ,
.block-06 ,
.block-07 ,
.block-08 ,
.block-09 ,
.block-10 ,
.block-11 ,
.block-12 ,
.block-13 ,
.block-18 {
  display: block;
}


/* パターン１
 **************************************************************/

.block-01 {
  border-top: solid 2px #c6c6c6;
}

.block-01-no-border {
  border-top-width: 0;
}

.block-01 table {
  width: 100%;
}

.block-01 table ,
.block-01 table th ,
.block-01 table td {
  border: solid 1px #fff;
}

.block-01 table,
.block-01 table thead th ,
.block-01 table thead td {
  border-color: transparent;
}

.block-01 table {
  border-right-width: 0;
  border-bottom-width: 0;
}

.block-01 table th ,
.block-01 table td {
  border-left-width: 0;
  border-top-width: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 2.28;
}

.block-01 .block-01-table thead th {
  text-align: center;
  font-weight: normal;
  padding-bottom: 15px;
  vertical-align: top;
}

.block-01 .block-01-table thead th:nth-child(1) {
  text-align: left;
}

.block-01 .block-01-table thead th:nth-child(2) .text-strong ,
.block-01 .block-01-table thead th:nth-child(3) .text-strong ,
.block-01 .block-01-table thead th:nth-child(4) .text-strong {
  letter-spacing: -1px;
}

.block-01 .block-01-table tbody th {
  background-color: #d0d0d0;
  padding: 0 20px;
}

.block-01 .block-01-table tbody td {
  background-color: #e4e4e4;
  text-align: center;
  padding: 0;
}

@media (max-width: 767px) {
  .block-01 .img-pie-chart {
    max-width: 122px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .block-01 .img-pie-chart {
    max-width: 162px;
    height: auto;
  }
}

/* パターン２ : 2カラム 470px
 **************************************************************/

@media (min-width: 768px) {

  .block-02  p {
    margin: 0;
  }

  .block-02  p:nth-child(1) {
    float: left;
  }
  .block-02  p:nth-child(2) {
    float: right;
  }

  .block-02  img{
    max-width: 470px;
    height: auto;
  }
}


/* パターン３ : 2カラム 476px
 **************************************************************/

@media (min-width: 768px) {

  .block-03  > div {
    width: 476px;
  }

  .block-03  > div:nth-child(1) {
    float: left;
  }
  .block-03  > div:nth-child(2) {
    float: right;
  }

  .block-03  img{
    max-width: 476px;
    height: auto;
  }
}


/* パターン４ : 2カラム 300px / 660px
 **************************************************************/

@media (min-width: 768px) {

  .block-04  > div:nth-child(1) {
    float: left;
    width: 300px;
  }
  .block-04  > div:nth-child(2) {
    float: right;
    width: 655px;
  }
}


/* パターン５ : 2カラム 468px
 **************************************************************/

@media (min-width: 768px) {

  .block-05 > div {
    width: 468px;
  }

  .block-05 > div:nth-child(1) {
    float: left;
  }

  .block-05 > div:nth-child(2) {
    float: right;
  }

  .block-05  img{
    max-width: 100%;
    height: auto;
  }
}


/* パターン６ : 2カラム 330px
 **************************************************************/

@media (min-width: 768px) {

  .block-06 > div:nth-child(1) {
    width: 330px;
    float: left;
  }

  .block-06 > div:nth-child(2) {
    width: 650px;
    float: right;
  }
}


/* パターン７ : 3カラム 330px
 **************************************************************/

.block-07 > div {
  box-sizing: border-box;
  float: left;
}

@media (max-width: 767px) {

  .block-07 > div {
    width: 50%;
    margin: 8px 0 0 0;
  }

  .block-07 > div p {
    padding-left: 2px;
  }

  .block-07 > div:nth-child(1) p ,
  .block-07 > div:nth-child(3) p ,
  .block-07 > div:nth-child(5) p ,
  .block-07 > div:nth-child(7) p {
    padding-left: 0;
    padding-right: 2px;
  }

  .block-07 > div:nth-child(1) ,
  .block-07 > div:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {

  .block-07 > div {
    width: 320px;
    margin: 20px 0 0 10px;
  }

  .block-07 > div:nth-child(1) ,
  .block-07 > div:nth-child(4) ,
  .block-07 > div:nth-child(7) {
    margin-left: 0;
  }

  .block-07 > div:nth-child(1) ,
  .block-07 > div:nth-child(2) ,
  .block-07 > div:nth-child(3) {
    margin-top: 0;
  }
}


/* パターン８ : 3カラム 300px
 **************************************************************/


@media (max-width: 767px) {

  .block-08 > div.col-2 {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .block-08 > div {
    box-sizing: border-box;
    float: left;
    width: 300px;
    margin: 20px 0 0 40px;
  }

  .block-08 > div:nth-child(1) ,
  .block-08 > div:nth-child(4) ,
  .block-08 > div:nth-child(7) {
    margin-left: 0;
  }

  .block-08 > div:nth-child(1) ,
  .block-08 > div:nth-child(2) ,
  .block-08 > div:nth-child(3) {
    margin-top: 0;
  }

  .block-08 > div.col-2 {
    width: 640px;
  }
}


/* パターン９ : 3カラム
 **************************************************************/

.block-09 > div {
  box-sizing: border-box;
  float: left;
}

@media (max-width: 767px) {

  .block-09 > div {
    margin: 0;
  }

  .block-09 > div:nth-child(1) {
    width: 100%;
  }

  .block-09 > div:nth-child(2) ,
  .block-09 > div:nth-child(3) {
    width: 50%;
  }
}

@media (min-width: 768px) {

  .block-09 > div {
    box-sizing: border-box;
    float: left;
    margin: 0;
  }

  .block-09 > div:nth-child(1) {
    width: 50%;
  }

  .block-09 > div:nth-child(2) {
    width: 20%;
  }

  .block-09 > div:nth-child(3) {
    width: 30%;
  }

}


/* パターン10 : 2カラム 50%
 **************************************************************/

@media (min-width: 768px) {

  .block-10 > div:nth-child(1) {
    width: 50%;
    float: left;
  }

  .block-10 > div:nth-child(2) {
    width: 50%;
    float: right;
  }
}


/* パターン11 : 2カラム 50%
 **************************************************************/

.block-11 > div:nth-child(1) {
  width: 50%;
  float: left;
}

.block-11 > div:nth-child(2) {
  width: 50%;
  float: right;
}


/* パターン12 : 3カラム
 **************************************************************/

.block-12 {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 767px) {

  .block-12 {
    box-sizing: border-box;
    margin-top: 32px;
  }

  .block-12 > div:nth-child(2) {
    padding: 26px 13px 0 13px;
  }

  .block-12 > div:nth-child(3) {
    padding: 20px 13px 15px 13px;
  }

  .block-12 .col-message .sub-title {
    font-size: 15px;
    line-height: 1.75;
    color: #333;
  }

  .block-12 .col-message .title {
    font-size: 26px;
    line-height: 1.142;
    color: #333;
    font-weight: bold;
  }

  .block-12 .col-message .message {
    font-size: 15px;
    line-height: 1.687;
    color: #666;
  }
}

@media (min-width: 768px) {

  .block-12 {
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin-top: 30px;
  }

  .block-12:first-child {
    margin-top: 0;
  }

  .block-12 > div {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }

  .block-12 > div:nth-child(1) {
    width: 311px;
  }

  .block-12 > div:nth-child(2) {
    padding: 0 30px;
  }

  .block-12 > div:nth-child(3) {
    width: 240px;
  }

  .block-12 .col-message .sub-title {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
  }

  .block-12 .col-message .title {
    font-size: 28px;
    line-height: 1.142;
    color: #333;
    font-weight: bold;
  }

  .block-12 .col-message .message {
    font-size: 16px;
    line-height: 1.687;
    color: #666;
  }
}


/* パターン13 : 3カラム
 **************************************************************/

.block-13 {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 767px) {

  .block-13 {
    box-sizing: border-box;
    margin-top: 32px;
  }

  .block-13 > div:nth-child(2) {
    padding: 26px 13px 0 13px;
  }

  .block-13 > div:nth-child(3) {
    padding: 20px 13px 15px 13px;
  }

  .block-13 .col-message .sub-title {
    font-size: 15px;
    line-height: 1.75;
    color: #333;
  }

  .block-13 .col-message .title {
    font-size: 26px;
    line-height: 1.142;
    color: #333;
    font-weight: bold;
  }

  .block-13 .col-message .message {
    font-size: 15px;
    line-height: 1.687;
    color: #666;
  }
}

@media (min-width: 768px) {

  .block-13 {
    box-sizing: border-box;
    display: table;
    width: 100%;
    max-width: 1170px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-13:first-child {
    margin-top: 0;
  }

  .block-13 > div {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }

  .block-13 > div:nth-child(1) {
    width: 390px;
  }

  .block-13 > div:nth-child(2) {
    padding: 0 30px;
  }

  .block-13 > div:nth-child(3) {
    width: 316px;
    padding: 28px 0;
    text-align: center;
  }

  .block-13 .col-message .sub-title {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
  }

  .block-13 .col-message .title {
    font-size: 28px;
    line-height: 1.142;
    color: #333;
    font-weight: bold;
  }

  .block-13 .col-message .message {
    font-size: 16px;
    line-height: 1.687;
    color: #666;
  }
}


/* パターン14 : 2カラム 50%
 **************************************************************/

@media (min-width: 768px) {

  .block-14 {
    display: table;
  }

  .block-14 > div {
    display: table-cell;
    vertical-align: middle;
  }

  .block-14 > div:nth-child(1) {
    width: 50%;
  }

  .block-10 > div:nth-child(2) {
    width: 50%;
  }
}


/* パターン15 : 3カラム
 **************************************************************/

@media (min-width: 768px) {

  .block-15 > div {
    margin-top: 10px;
  }

  .block-15 > div:first-child {
    margin-top: 0;
  }

  .block-15 > .cols-2 {
    display: table;
    width: 100%;
  }

  .block-15 > .cols-2 > div {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }

  .block-15 > .cols-2 > div img {
    max-width: 320px;
    height: auto;
  }

  .block-15 > .cols-2 > div:nth-child(1) {
    text-align: right;
    padding-right: 5px;
  }

  .block-15 > .cols-2 > div:nth-child(2) {
    text-align: left;
    padding-left: 5px;
  }

  .block-15 > .cols-3 {
    display: table;
    width: 100%;
  }

  .block-15 > .cols-3 > div {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 33.33%;
  }

  .block-15 > .cols-3 > div img {
    max-width: 320px;
    height: auto;
  }

  .block-15 > .cols-3 > div:nth-child(2) {
    padding: 0 10px;
  }
}


/* パターン16
 **************************************************************/

.block-16 h2 {
  border-left: solid 14px #FEDE00;
}

.block-16 > .table img {
  padding: 0;
}

@media (max-width: 767px) {

  .block-16 {
    margin-top: 70px;
  }

  .block-16:first-child {
    margin-top: 0;
  }

  .block-16 h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.363;
    padding: 0 0 0 16px;
    border-left-width: 7px;
  }

  .block-16 > .table {
    margin-top: 30px;
  }

  .block-16 > .table > div:nth-child(2) {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {

  .block-16 {
    margin-top: 100px;
  }

  .block-16:first-child {
    margin-top: 0;
  }

  .block-16 h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 3;
    padding: 0 0 0 43px;
  }

  .block-16 > .table {
    display: table;
    width: 100%;
    margin-top: 44px;
  }

  .block-16 > .table > div {
    display: table-cell;
    vertical-align: top;
  }

  .block-16 > .table > div:nth-child(1) {
    padding-right: 40px;
  }

  .block-16 > .table > div:nth-child(2) {
    width: 392px;
  }

}


/* パターン17 : 3カラム
 **************************************************************/

@media (max-width: 767px) {

  .block-17 > div {
    margin-top: 10px;
    text-align: center;
  }

  .block-17 > div:first-child {
    margin-top: 0;
  }

  .block-17 > .cols-1 > div img {
    max-width: 50%;
    height: auto;
  }

  .block-17 > .cols-2 {
    display: table;
    width: 100%;
  }

  .block-17 > .cols-2 > div {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
}

/* パターン18 : 2カラム 60%
 **************************************************************/

.block-18 > div:nth-child(1) {
  width: 60%;
  float: left;
}

.block-18 > div:nth-child(2) {
  width: 40%;
  float: right;
}



/* ------------------------------------------------------------------------------------ *
parts-0101 : パーツ : メインイメージ
 * ------------------------------------------------------------------------------------ */

.parts-0101 .container {
  padding-left: 0;
  padding-right: 0;
}
.parts-0101 .container p {
  margin: 0;
}

@media (max-width: 767px) {
  .parts-0101 {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .parts-0101 {
    margin-bottom: 70px;
  }
}


/* ------------------------------------------------------------------------------------ *
parts-0102 : パーツ : DEOFACTORは、新型コロナウイルス(COVID-19)を不活化させる効果があることが明らかになりました。
 * ------------------------------------------------------------------------------------ */

@media (max-width: 767px) {
  .parts-0102 .image img {
    max-width: 246px;
  }
}

@media (min-width: 768px) {
  .parts-0102 .box-table-cell:nth-child(1) {
    width: 300px;
  }
  .parts-0102 .image img {
    max-width: 266px;
  }
}


/* ------------------------------------------------------------------------------------ *
parts-0106 : パーツ : 認定NPO法人 バイオメディカルサイエンス研究会
 * ------------------------------------------------------------------------------------ */

@media (max-width: 767px) {
  .parts-0106 .comment {
    position: relative;
    padding: 20px 13px;
  }

  .parts-0106 .comment .image {
    position: absolute;
    top: 12px;
    left: -41px;
    width: 200px;
  }

  .parts-0106 .comment .image img {
    max-width: 96px;
    height: auto;
  }

  .parts-0106 .comment .message-1 {
    margin-left: 103px;
  }
}

@media (min-width: 768px) {
  .parts-0106 .comment {
    position: relative;
    padding: 36px 50px 36px 0;
  }

  .parts-0106 .comment .image {
    position: absolute;
    top: 32px;
    left: 0;
    width: 200px;
  }

  .parts-0106 .comment .image img {
    max-width: 130px;
    height: auto;
  }

  .parts-0106 .comment .message-1 ,
  .parts-0106 .comment .message-2 ,
  .parts-0106 .comment .message-3 {
    margin-left: 200px;
  }
}


/* ------------------------------------------------------------------------------------ *
parts-0108 : パーツ : 事業展開
 * ------------------------------------------------------------------------------------ */

.parts-0108 .swiper {
  width: 100%;
  height: 700px;
}

.parts-0108 .item-box {
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0 auto;
  cursor: pointer;
}

.parts-0108 .swiper-slide {
  box-sizing: border-box;
  padding: 15px 0;
}

.parts-0108 .item-box .image ,
.parts-0108 .item-box .logo {
  text-align: center;
}

.parts-0108 .swiper-pagination-bullet-active {
  background-color: #555;
}

.parts-0108 .swiper-button-prev ,
.parts-0108 .swiper-button-next {
  top: 45%;
  color: #808080;
}

@media (max-width: 767px) {

  .parts-0108 .swiper {
    height: 610px;
  }

  .parts-0108 .swiper-slide {
    width: 100%px;
  }

  .parts-0108 .item-box {
    width: calc(100% - 30px);
    height: 526px;
  }

  .parts-0108 .item-box .logo {
    margin: 30px 0 0 0;
  }

  .parts-0108 .item-box .title {
    font-size: 22px;
    line-height: 1.416;
    font-weight: bold;
    text-align: center;
    margin: 18px 0 0 0;
  }

  .parts-0108 .item-box .description {
    margin: 15px auto 0 auto;
    width: calc(100% - 30px);
    font-size: 15px;
    line-height: 1.75;
    color: #656565;
  }
}

@media (min-width: 768px) {

  .parts-0108 .swiper-wrapper {
    position: relative;
  }

  .parts-0108 .swiper {
    max-width: 1320px;
  }

  .parts-0108 .swiper:before ,
  .parts-0108 .swiper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #aaa;
    z-index: 2;
  }

  .parts-0108 .swiper:before {
    left: calc(50% - 660px);
    background: linear-gradient(to left, rgba(255,255,255,0),rgba(255,255,255,1));
  }

  .parts-0108 .swiper:after {
    left: calc(50% + 560px);
    background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,1));
  }

  .parts-0108 .swiper-slide {
    width: 442px;
  }

  .parts-0108 .item-box {
    width: 412px;
    height: 555px;
  }

  .parts-0108 .item-box .logo {
    margin: 30px 0 0 0;
  }

  .parts-0108 .item-box .title {
    font-size: 22px;
    line-height: .954;
    font-weight: bold;
    text-align: center;
    margin: 18px 0 0 0;
  }

  .parts-0108 .item-box .description {
    margin: 15px auto 0 auto;
    width: 362px;
    font-size: 14px;
    line-height: 1.857;
    color: #656565;
  }

}



/* ------------------------------------------------------------------------------------ *
parts-0109 : パーツ : スライド
 * ------------------------------------------------------------------------------------ */

.parts-0109 .container {
  padding-left: 0;
  padding-right: 0;
}
.parts-0109 .container p {
  margin: 0;
}

.parts-0109 .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.parts-0109 .swiper-pagination-bullet-active {
  background-color: #555;
}

.parts-0109 .swiper-button-prev ,
.parts-0109 .swiper-button-next {
  top: 43%;
  color: #fff;
  z-index: 1;
}

.parts-0109 .swiper-button-prev:before ,
.parts-0109 .swiper-button-next:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #555555;
  opacity: .8;
  z-index: -1;
}

.parts-0109 .swiper-button-next:after,
.parts-0109 .swiper-button-prev:after {
  font-size: 16px;
}

@media (max-width: 767px) {
  .parts-0109 {
    margin-bottom: 24px;
  }

  .parts-0109 .swiper-button-prev ,
  .parts-0109 .swiper-button-next {
    display: none;
  }
}


/* ------------------------------------------------------------------------------------ *
parts-0110 : パーツ : NEWS
 * ------------------------------------------------------------------------------------ */

.parts-0110 .swiper {
  width: 100%;
  height: 500px;
}

.parts-0110 .item-box {
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0 auto;
  cursor: pointer;
}

.parts-0110 .swiper-slide {
  box-sizing: border-box;
  padding: 15px 0;
}

.parts-0110 .item-box .image {
  text-align: center;
}

.parts-0110 .item-box .image .image-box {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; /* contain / cover */
  aspect-ratio: 340 / 215;
}

.parts-0110 .item-box .date {
  color: #898989;
}

.parts-0110 .item-box .description {
  color: #898989;
}


.parts-0110 .swiper-pagination {
  display: none;
}

.parts-0110 .swiper-button-prev ,
.parts-0110 .swiper-button-next {
  top: 38.5%;
  color: #fff;
  z-index: 1;
}

.parts-0110 .swiper-button-prev:before ,
.parts-0110 .swiper-button-next:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #555555;
  opacity: .8;
  z-index: -1;
}

.parts-0110 .swiper-button-next:after,
.parts-0110 .swiper-button-prev:after {
  font-size: 16px;
}

@media (max-width: 767px) {

  .parts-0110 .swiper {
    height: 450px;
  }

  .parts-0110 .swiper-slide {
    width: 100%px;
  }

  .parts-0110 .item-box {
    width: calc(100% - 30px);
    max-width: 340px;
    height: 410px;
  }

  .parts-0110 .item-box .date ,
  .parts-0110 .item-box .title ,
  .parts-0110 .item-box .description {
    padding-left: 14px;
    padding-right: 14px;
  }

  .parts-0110 .item-box .date {
    margin: 17px 0 0 0;
    font-size: 14px;
    line-height: 1;
    color: #898989;
  }

  .parts-0110 .item-box .title {
    font-size: 16px;
    line-height: 1.437;
    font-weight: bold;
    margin: 18px 0 0 0;
  }

  .parts-0110 .item-box .description {
    margin: 15px auto 0 auto;
    font-size: 14px;
    line-height: 1.464;
    color: #898989;
  }
}

@media (min-width: 768px) {

  .parts-0110 .swiper-wrapper {
    position: relative;
  }

  .parts-0110 .swiper {
    max-width: 1240px;
  }

  .parts-0110 .swiper-slide {
    width: 400px;
  }

  .parts-0110 .item-box {
    width: 370px;
    height: 460px;
    padding: 15px;
  }

  .parts-0110 .item-box .date ,
  .parts-0110 .item-box .title ,
  .parts-0110 .item-box .description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parts-0110 .item-box .date {
    font-size: 14px;
    line-height: 1;
    margin: 20px 0 0 0;
  }

  .parts-0110 .item-box .title {
    font-size: 17px;
    line-height: 1.411;
    font-weight: bold;
    margin: 18px 0 0 0;
  }

  .parts-0110 .item-box .description {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.571;
  }

}



/* ------------------------------------------------------------------------------------ *
parts-0111 : パーツ : ヘッダー
 * ------------------------------------------------------------------------------------ */

.parts-0111 h1 {
  background-color: #FEDE00;
  color: #898989;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.parts-0111 nav {
  margin: 0;
}

.parts-0111 nav ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.parts-0111 nav ul li {
  display: inline-block;
  padding: 0 30px;
}

.parts-0111 nav ul li a {
  position: relative;
  color: #808080;
  display: inline-block;
}

.parts-0111 nav ul li.current a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 4px #333;
}

@media (max-width: 767px) {

  .parts-0111 h1 {
    font-size: 30px;
    padding: 40px 0;
  }

  .parts-0111 nav ul li a {
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 15px;
  }

}

@media (min-width: 768px) {

  .parts-0111 h1 {
    font-size: 42px;
    padding: 67px 0;
  }

  .parts-0111 nav ul li a {
    font-size: 16px;
    line-height: 1.5;
    padding: 28px 15px;
  }
}


/* ------------------------------------------------------------------------------------ *
parts-0112 : パーツ : 動画リスト
 * ------------------------------------------------------------------------------------ */

.parts-0112 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.parts-0112 ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}

.parts-0112 ul li p {
  font-weight: bold;
}

@media (max-width: 767px) {

  .parts-0112 {
    margin: 0 15px;
  }

  .parts-0112 ul li {
    margin-top: 30px;
  }
  .parts-0112 ul li:first-child {
    margin-top: 0;
  }

  .parts-0112 ul li p {
    font-size: 14px;
    line-height: calc(28 / 21);
    margin-top: 1em;
  }
}

@media (min-width: 768px) {

  .parts-0112 {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .parts-0112 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .parts-0112 ul::after {
    content: "";
    display: block;
    width: 33.3333%;
  }

  .parts-0112 ul li {
    width:calc(33.3333333% - 15px);
    margin: 30px 0 0 15px;
  }

  .parts-0112 ul li:nth-child(3n-2) {
    margin-left: 0;
  }

  .parts-0112 ul li:nth-child(1) ,
  .parts-0112 ul li:nth-child(2) ,
  .parts-0112 ul li:nth-child(3) {
    margin-top: 0;
  }

  .parts-0112 ul li p {
    font-size: 17px;
    line-height: calc(22 / 17);
    margin-top: 1em;
  }
}


/* ------------------------------------------------------------------------------------ *
parts-0113 : パーツ : 商品リスト
 * ------------------------------------------------------------------------------------ */

.parts-0113 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.parts-0113 ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}

.parts-0113 ul li p {
  font-weight: bold;
}

@media (max-width: 767px) {

  .parts-0113 {
    margin: 0 auto;
  }

  .parts-0113 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .parts-0113 ul li {
    width: calc(50% - 5px);
    margin: 40px 0 0 5px;
  }

  .parts-0113 ul li:nth-child(2n-1) {
    margin-left: 0;
  }

  .parts-0113 ul li:nth-child(1) ,
  .parts-0113 ul li:nth-child(2) {
    margin-top: 0;
  }

  .parts-0113 ul li iframe {
    max-width: 100%;
  }

  .parts-0113 ul li p {
    font-size: 12px;
    line-height: calc(36 / 22.5);
    margin-top: 1em;
  }
}

@media (min-width: 768px) {

  .parts-0113 {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .parts-0113 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .parts-0113 ul::after {
    content: "";
    display: block;
    width: calc(50% + 25px) ;
  }

  .parts-0113 ul li {
    width: calc(25% - 70px);
    margin: 40px 0 0 70px;
  }

  .parts-0113 ul li:nth-child(4n-3) {
    margin-left: 0;
  }

  .parts-0113 ul li:nth-child(1) ,
  .parts-0113 ul li:nth-child(2) ,
  .parts-0113 ul li:nth-child(3) ,
  .parts-0113 ul li:nth-child(4) {
    margin-top: 0;
  }

  .parts-0113 ul li p.image {
    margin: 0;
    line-height: 1;
  }

  .parts-0113 ul li p.description {
    font-size: 15px;
    line-height: calc(24 / 15);
    margin-top: 1em;
    min-height: 3em;
  }

}


/* ------------------------------------------------------------------------------------ *
parts-0114 : パーツ : 説明リスト
 * ------------------------------------------------------------------------------------ */

.parts-0114 .col-md-4 {
  background-image: url(/wp-content/themes/kokorocare/assets/images/background-02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 20px;
  padding-right: 0;
}

.parts-0114 .col-md-4 p {
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .parts-0114 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .parts-0114 .col-md-4 {
    margin-top: 10px;
  }
  .parts-0114 .col-md-4:nth-child(1) {
    margin-top: 0;
  }

  .parts-0114 .fc-yellow-1 {
    position: relative;
    top: -3px;
    font-size: 13px;
    line-height: calc(55.8 / 25.2);
  }
}

@media (min-width: 768px) {
  .parts-0114 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .parts-0114 .row {
    gap: 17px;
  }

  .parts-0114 .col-md-4 {
    width: calc(33.3333% - 18px);
  }

  .parts-0114 .fc-yellow-1 {
    position: relative;
    top: -3px;
    font-size: 14px;
    line-height: calc(31 / 14);
  }
}


/* ------------------------------------------------------------------------------------ *
parts-0115 : パーツ : エビデンス
 * ------------------------------------------------------------------------------------ */

.parts-0115 .block-01-table {
  table-layout: fixed;
}

.parts-0115 .block-01-table tbody th ,
.parts-0115 .block-01-table tbody td {
  box-sizing: border-box;
  padding: 0;
}

.parts-0115 .block-01-table tbody th span {
  margin-left: 20px;
}

@media (max-width: 767px) {

  .parts-0115 .table-cols-3 {
    width: 736px;
  }

  .parts-0115 .table-cols-4 {
    width: 980px;
  }
}

@media (min-width: 768px) {

  .parts-0115 .table-cols-3 {
    width: 736px;
  }

  .parts-0115 .block-01-table thead th ,
  .parts-0115 .block-01-table thead td {
    font-size: 16px;
    line-height: calc(23 / 16);
  }

  .parts-0115 .block-01-table tbody th ,
  .parts-0115 .block-01-table tbody td {
    font-size: 14px;
    line-height: calc(21 / 14);
    padding-top: 8px;
    padding-bottom: 8px;
  }
}


/* ------------------------------------------------------------------------------------ *
parts-0204 : パーツ : エビデンスバナー
 * ------------------------------------------------------------------------------------ */

.parts-0204 .box {
  box-sizing: border-box;
  border: solid 8px #FEDE00;
}

@media (max-width: 767px) {

  .parts-0204 .box {
    padding: 24px 21px;
    border-width: 4px;
  }

  .parts-0204 .box .btn {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

}

@media (min-width: 768px) {

  .parts-0204 .box {
    padding: 25px;
  }

  .parts-0204 .box-col2 {
    display: table;
  }

  .parts-0204 .box-col2 > div {
    display: table-cell;
    vertical-align: middle;
  }

  .parts-0204 .image img {
    max-width: 438px;
    height: auto;
  }

  .parts-0204 .box-col-message {
    padding: 0 10px 0 40px;
  }

}


/* ------------------------------------------------------------------------------------ *
parts-0205 : パーツ : 見出し
 * ------------------------------------------------------------------------------------ */

.parts-0205 {
  text-align: center;
  border: solid 0 #cbcbcb;
  font-weight: bold;
}

@media (max-width: 767px) {
  .parts-0205 {
    border-top-width: 2px;
    border-bottom-width: 1px;
    font-size: 24px;
    line-height: calc(49.5 / 48);
    padding: 11px 0;
  }
}

@media (min-width: 768px) {
  .parts-0205 {
    border-top-width: 4px;
    border-bottom-width: 2px;
    font-size: 32px;
    line-height: calc(33 / 32);
    padding: 16px 0;
  }
}


/* ------------------------------------------------------------------------------------ *
parts-0206 : パーツ : エビデンスグラフ
 * ------------------------------------------------------------------------------------ */

@media (min-width: 768px) {
  .parts-0205 img {
    max-width: 620px;
  }
}


/* ------------------------------------------------------------------------------------ *
文字サイズ / 行間
 * ------------------------------------------------------------------------------------ */

@media (max-width: 767px) {

  .sp-fs-23-40 { font-size: 11.5px; line-height: 1.777; }
  .sp-fs-28-46 { font-size: 14px; line-height: calc(46 / 28); }
  .sp-fs-28-54 { font-size: 14px; line-height: 1.928; }
  .sp-fs-30-54 { font-size: 15px; line-height: 1.8; }
  .sp-fs-34-54 { font-size: 17px; line-height: 1.588; }
  .sp-fs-38-58 { font-size: 19px; line-height: 1.526; }
  .sp-fs-38-60 { font-size: 19px; line-height: calc(60 / 38); }
  .sp-fs-44-87 { font-size: 22px; line-height: calc(87 / 44); }
}

@media (min-width: 768px) {

  .pc-fs-15-26 { font-size: 15px; line-height: 1.7333; }
  .pc-fs-16-32 { font-size: 16px; line-height: 2; }
  .pc-fs-16-26 { font-size: 16px; line-height: calc(26 / 16); }
  .pc-fs-18-28 { font-size: 18px; line-height: calc(28 / 18); }
  .pc-fs-18-24 { font-size: 18px; line-height: calc(24 / 18); }
  .pc-fs-20-37 { font-size: 20px; line-height: 1.850; }
  .pc-fs-20-39 { font-size: 20px; line-height: 1.950; }
  .pc-fs-22-31 { font-size: 22px; line-height: calc(31 / 22); }
  .pc-fs-22-43 { font-size: 22px; line-height: calc(43 / 22); }
  .pc-fs-24-43 { font-size: 24px; line-height: calc(43 / 22); }
  .pc-fs-32-58 { font-size: 32px; line-height: calc(58 / 32); }
}



/*
 * General
 */

.screen-reader-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

body.category-products .content,
body.category-info .content,
body.page-template-default .content,
body.post-template-default .content {
  margin: 0 auto;
  max-width: 1440px;
  padding: 2.5rem 3rem;
  width: 100%;
}

.annotation {
  font-size: 70%;
}

.notice {
  color: #FF8080;
  font-weight: 400;
}

ul.check-list,
ul.point-list {
  list-style: none;
  position: relative;
}

ul.check-list>li::before,
ul.point-list>li::before {
  position: absolute;
  transform: translateX(-1.3em);
}

ul.check-list>li::before {
  content: '\2610';
}

ul.point-list>li::before {
  content: '\25CE';
}

.ribbon {
  background: #888888;
  border: 1px solid #888888;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.3rem;
  padding: 0.2rem 1.8rem;
  position: relative;
  text-indent: 0.3rem;
  transform: rotate(-12deg) skew(-12deg, 6deg);
  transform-style: preserve-3d;
}

.ribbon::before,
.ribbon::after {
  border-style: solid;
  border-width: 0.5em;
  content: "";
  display: block;
  height: 2em;
  position: absolute;
  transform: translateZ(-1em);
  width: 0;
  z-index: -1;
}

.ribbon::before {
  border-color: #666666 #444444 #666666 #666666;
  bottom: -0.5em;
  left: -0.5em;
}

.ribbon::after {
  border-color: #666666 #666666 #666666 #444444;
  right: -0.5em;
  top: -0.5em;
}

.smart-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.smart-cards:not(:last-child) {
  margin-bottom: 2.5rem;
}

.smart-cards>.smart-card:not(:last-child) {
  margin-bottom: 2.5rem;
}

.smart-cards>.smart-card {
  position: relative;
}

.smart-cards>.smart-card>a>h3 {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #FFFFFF;
  font-size: inherit;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0.4rem 0.8rem;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}

.smart-cards>.smart-card>a:hover>h3,
.smart-cards>.smart-card>a:active>h3 {
  opacity: 1;
}

table.company {
  font-size: 85%;
}

.map>iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .smart-cards>.smart-card {
    flex-basis: 48%;
  }

  .smart-cards>.smart-card:nth-last-child(2) {
    margin-bottom: 0;
  }
}

/*
 * Main
 */

body>.container {
  background-color: #FADF08;
  background-image: url(img/background.png);
  background-image: image-set(url(img/background.png) 1x, url(img/background@2x.png) 2x);
  background-image: -webkit-image-set(url(img/background.png) 1x, url(img/background@2x.png) 2x);
}

#main {
  background: #FFFFFF;
  padding-bottom: 2.5rem;
}

#main>section>.content {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

#main>section>.content h2 {
  text-align: center;
}

body:not(.home) #main>section>.content h2 {
  text-align: inherit;
}

body:not(.home) #main>section>.content>header,
body:not(.home) #main>article>.content>header,
body:not(.home) #main>article>.content>section:not(:last-child),
body:not(.home) #main>article>.content>section>section,
body>.container>aside>section>.content>h2 {
  margin-bottom: 2.5rem;
}

#main>.page {
  text-align: center;
}

/*
 * Main - Jumbotron
 */

#jumbotron {
  padding: 1rem 0;
}

#jumbotron>.content>.slider>.slide>img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #jumbotron>.content>.slider,
  #jumbotron>.content>.smart-cards>.smart-card:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #jumbotron>.content>.smart-cards {
    display: flex;
  }
}

/*
 * Main - Tech
 */

#tech {
  background: rgba(255, 255, 255, 0.68);
}

#tech>.content>.columns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 0;
}

#tech>.content>.columns>figure>img {
  border: 0.3rem solid #FFFFFF;
  border-radius: 30%;
}

#tech>.content>.columns>.column>nav {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #tech>.content>.columns>figure {
    flex-basis: 40%;
    margin: 0;
  }

  #tech>.content>.columns>.column {
    flex-basis: 50%;
  }
}

/*
 * Main - Products
 */

.home #products {
  position: relative;
}

.home #products::before {
  background: rgba(255, 255, 255, 0.68);
  content: "";
  height: 4rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home #products>.content>nav {
  display: flex;
  justify-content: center;
}

/*
 * Main - Special contents
 */

#special {
  background: #FFFFFF;
}

#special>.content>section:not(:last-child) {
  margin-bottom: 2.5rem;
}

/*
 * Main - Informations
 */

#info {
  background: #FFFFFF;
}

#info>.content {
  display: flex;
  flex-wrap: wrap;
}

#info>.content>h2,
#info>.content>header,
#info>.content>nav {
  flex-basis: 100%;
}

#info>.content>ul {
  flex: 1;
  padding: 0;
}

#info>.content>ul>li {
  list-style: none;
  padding: 1rem 0;
  position: relative;
}

#info>.content>ul>li:not(:last-child) {
  border-bottom: 1px dotted #CCCCCC;
}

#info>.content>ul>li>time {
  display: block;
}

#info>.content>ul>li>a:after {
  content: "";
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

#info>.content>ul>li.archive {
  justify-content: flex-end;
  text-align: right;
}

#info>.content>aside {
  flex-basis: 100%;
}

#info>.content>aside>div {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #info>.content>ul {
    margin-right: 3rem;
  }

  #info>.content>ul>li {
    display: flex;
  }

  #info>.content>ul>li>time {
    margin-right: 3rem;
  }

  #info>.content>aside {
    flex-basis: 300px;
  }
}

/*
 * Main - SDGs
 */

.sdgs-item {
  background: #F7F7F7;
  margin-bottom: 20px;
  padding: 30px;
}

.sdgs-item p:first-child {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sdgs-item p:first-child {
    justify-content: space-around;
    margin-bottom: 24px;
  }

  .sdgs-item p:first-child img {
    height: 130px;
    width: 130px;
  }
}

@media (min-width: 768px) {
  .sdgs-item {
    display: flex;
  }

  .sdgs-item p:first-child {
    flex-shrink: 0;
    width: 350px;
  }

  .sdgs-item p:first-child img {
    margin-right: 24px;
  }
}

/*
 * Main - Glossary
 */

#glossary a,
#term a {
  color: inherit;
}

#glossary nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

#glossary nav li:not(:last-child) {
  margin: 0 12px 12px 0;
}

#glossary nav a {
  align-items: center;
  background: #F3F4F3;
  border: 1px solid #C5C6C4;
  border-radius: 8px;
  display: flex;
  padding: 0 14px 0 6px;
}

#glossary nav a:hover {
  text-decoration: none;
}

#glossary nav a::before {
  content: '\0F104';
  font-family: 'kokorocare-icons';
  font-size: 10px;
}

#glossary h2,
#term h1 {
  border-left: solid #FEDE00;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

#glossary .columns {
  display: flex;
  flex-wrap: wrap;
}

#glossary .column>section {
  margin-bottom: 60px;
}

#glossary .column ul {
  list-style: none;
}

#glossary .column li {
  align-items: center;
  display: flex;
}

#glossary .column li::before {
  align-items: center;
  background: #9F9F9F;
  border-radius: 50%;
  color: #FFFFFF;
  content: '\0F104';
  display: inline-flex;
  flex-shrink: 0;
  font-family: 'kokorocare-icons';
  font-size: 12px;
  height: 1rem;
  justify-content: center;
  margin-right: 8px;
  transform: rotate(270deg);
  width: 1rem;
}

#glossary .contact {
  margin-top: 60px;
  padding-top: 60px;
}

#term h1 {
  display: flex;
  flex-direction: column;
}

#term h1>span {
  font-weight: normal;
  font-size: 16px;
  margin-top: 24px;
}

#term .back {
  border-top: 1px solid #DADADA;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  text-align: right;
}

@media (max-width: 767px) {
  #glossary nav {
    margin-bottom: 50px;
  }

  #glossary h2 {
    border-left-width: 0.75rem;
    padding: 0.75rem;
  }

  #glossary .column {
    width: 100%;
  }

  #glossary .column ul,
  #glossary .contact p {
    padding-left: 1.5rem;
  }

  #term h1 {
    border-left-width: 0.75rem;
    margin-bottom: 50px;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}

@media (min-width: 768px) {
  #glossary nav {
    margin-bottom: 100px;
  }

  #glossary h2 {
    border-left-width: 14px;
    padding: 24px;
  }

  #glossary .column {
    width: 50%;
  }

  #glossary .column>section:last-child {
    margin-bottom: 0;
  }

  #glossary .column ul,
  #glossary .contact p {
    padding-left: 40px;
  }

  #glossary .contact {
    border-top: 1px solid #DADADA;
  }

  #term h1 {
    border-left-width: 14px;
    margin-bottom: 80px;
    padding: 40px 40px 0 40px;
  }

  #term section {
    padding-left: 54px;
  }
}

/*
 * Main - FAQ
 */

#faq a,
#faq-detail a {
  color: inherit;
}

#faq h2 {
  border-left: solid #FEDE00;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

#faq .category {
  margin-bottom: 60px;
}

#faq .category ul {
  list-style: none;
}

#faq .category li {
  align-items: center;
  border-bottom: 1px solid #DADADA;
  display: flex;
  font-weight: bold;
  padding: 4px 0;
}

#faq .category li::before {
  align-items: center;
  background: #9F9F9F;
  border-radius: 50%;
  color: #FFFFFF;
  content: 'Q';
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  height: 1.5rem;
  justify-content: center;
  margin-right: 8px;
  width: 1.5rem;
}

#faq-detail h1 {
  font-size: inherit;
  font-weight: bold;
}

#faq-detail h1::before {
  align-items: center;
  background: #9F9F9F;
  border-radius: 50%;
  color: #FFFFFF;
  content: 'Q';
  display: inline-flex;
  flex-shrink: 0;
  font-size: 18px;
  height: 1.8rem;
  justify-content: center;
  margin-right: 8px;
  width: 1.8rem;
}

#faq-detail .container>section::before {
  align-items: center;
  background: #C60F28;
  border-radius: 50%;
  color: #FFFFFF;
  content: 'A';
  display: flex;
  font-size: 18px;
  height: 1.8rem;
  justify-content: center;
  left: 0;
  margin-right: 8px;
  top: 0;
  width: 1.8rem;
}

#faq-detail .back {
  border-top: 1px solid #DADADA;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  text-align: right;
}

@media (max-width: 767px) {
  #faq h2 {
    border-left-width: 0.75rem;
    padding: 0.75rem;
  }

  #faq .category ul,
  #faq .contact p {
    padding-left: 1.5rem;
  }

  #faq .contact {
    padding-top: 30px;
  }

  #faq-detail h1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  #faq-detail h1::before {
    margin-bottom: 8px;
  }

  #faq-detail .container>section::before {
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) {
  #faq h2 {
    border-left-width: 14px;
    padding: 24px;
  }

  #faq .category ul,
  #faq .contact p {
    padding-left: 40px;
  }

  #faq .contact {
    padding-top: 60px;
  }

  #faq-detail h1 {
    margin-bottom: 54px;
  }

  #faq-detail .container>section {
    padding-left: 37px;
    position: relative;
  }

  #faq-detail .container>section::before {
    position: absolute;
  }
}

/*
 * Main - Search Results
 */

#search-result>.content>h1,
#search-result>.content>article {
  margin-bottom: 2.5rem;
}

#search-result>.content>article>h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

#search-result>.content>article>time {
  display: block;
  margin-bottom: 0.5rem;
}

#search-result>.content>article>time,
#search-result>.content>article>p {
  font-size: 85%;
}

#search-result>.content>article>p>.highlight {
  font-weight: bold;
}

/*
 * Breadcrumbs
 */

.breadcrumbs ol {
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumbs ol>li {
  display: inline-block;
  font-size: 85%;
}

.breadcrumbs ol>li:not(:last-child)::after {
  content: '>';
  margin: 0 0.8rem;
}

/*
 * Cards
 */

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1380px;
}

.cards>.card {
  border: none;
  display: flex;
  flex: 0 1 100%;
  margin-bottom: 1.5rem;
}

.cards>.card:last-child {
  margin-right: auto;
}

.cards>.card>section {
  background: #FFFFFF;
  padding-bottom: 1.5rem;
  position: relative;
  transition: box-shadow 0.4s ease-out;
  width: 100%;
}

.cards>.card>section:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}

.cards>.card>section>.thumbnail {
  border-bottom: 7px solid #FADF08;
  overflow: hidden;
  width: 100%;
  transition: border-color 0.4s ease-out;
}

.cards>.card>section>.thumbnail>img {
  display: block;
  height: auto;
  transform: scale(1);
  transition: transform 0.4s ease-out;
  width: 100%;
}

.cards>.card>section:hover>.thumbnail {
  border-color: #C3AD00;
}

.cards>.card>section:hover>.thumbnail>img {
  transform: scale(1.1);
}

.cards>.card>section>.summary>h2,
.cards>.card>section>.summary>h3 {
  font-size: inherit;
}

.cards>.card>section>.summary>h2,
.cards>.card>section>.summary>h3,
.cards>.card>section>.summary>p,
.cards>.card>section>.summary>a.read-more {
  margin: 1.5rem 1.5rem 0;
}

.cards>.card>section>.summary>h2>a,
.cards>.card>section>.summary>h3>a,
.cards>.card>section>.summary>a.read-more {
  color: #03384B;
  display: block;
  text-align: center;
  text-decoration: none;
}

.cards>.card>section>.summary>p {
  font-size: 70%;
}

.card-link:after {
  background: transparent;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cards>.card {
    max-width: 50%;
    padding: 1.5rem 1.5rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .cards>.card {
    max-width: 33.3333%;
  }
}

/*
 * Product
 */

.product {
  display: flex;
  margin-bottom: 2.5rem;
}

.product>figure>img {
  width: auto;
}

.product>div>h3:not(:last-child),
.product>div>p:not(:last-child) {
  margin-bottom: 1rem;
}

.soldout>figure,
.cards>.soldout>section>.thumbnail {
  position: relative;
}

.soldout>figure::after,
.cards>.soldout>section>.thumbnail::after {
  background: #FFF;
  border: 2px solid #FF8080;
  color: #FF8080;
  content: 'Sold out';
  font-size: 1.22rem;
  font-weight: 400;
  padding: 0 0.4rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}

.soldout>figure:lang(ja)::after,
.cards>.soldout>section>.thumbnail:lang(ja)::after {
  content: '\5B8C\58F2';
}

@media screen and (max-width: 767px) {
  .product {
    flex-wrap: wrap;
  }
}

/*
 * Search form
 */

.search-form {
  display: flex;
  justify-content: center;
  margin: 0 auto 2.5rem;
}

.search-form>input[type="text"] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: none;
  max-width: 20rem;
  padding: 0.2rem 0.4rem;
  transition: background 0.22s ease-out;
  width: 60%;
}

.search-form>input[type="text"]:hover,
.search-form>input[type="text"]:focus {
  background: rgba(255, 255, 255, 0.18);
}

.search-form>button {
  align-items: center;
  background: transparent;
  border: none;
  color: #03384B;
  display: flex;
  justify-content: center;
  margin-left: 0.4rem;
  transition: color 0.22s ease-out;
}

.search-form>button:hover {
  color: #5D8FA2;
}

.search-form>button::before {
  content: "\0F002";
  font-family: 'kokorocare-icons';
}

/*
 * Forms
 */

form .optional,
form .required {
  border-radius: 1rem;
  color: #FFFFFF;
  font-size: 85%;
  margin-left: 0.6rem;
  padding: 0.24rem 0.6rem;
  white-space: nowrap;
}

form .optional {
  background: #CCCCCC;
}

form .required {
  background: #FF8080;
}

fieldset {
  margin-bottom: 2rem;
}

label {
  cursor: pointer;
}

legend {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  text-align: center;
}

input[type="email"],
input[type="tel"],
input[type="text"],
input[type="number"],
textarea {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 0.24rem 0.6rem;
  transition: border-color 0.22s;
}

input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
textarea:hover,
textarea:focus {
  border-color: #03384B;
}

button {
  border: none;
}

input:focus,
button:focus {
  outline: none;
}

input[aria-invalid="true"],
input[aria-invalid="true"]:hover,
input[aria-invalid="true"]:focus,
textarea[aria-invalid="true"],
textarea[aria-invalid="true"]:hover,
textarea[aria-invalid="true"]:focus {
  border-color: #FF8080;
}

.wpcf7-form .item {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.wpcf7-form .item>.label {
  display: block;
  font-weight: bold;
}

.wpcf7-form .item .wpcf7-radio {
  line-height: 2;
  list-style: none;
  margin: 0;
  padding-left: 0.6rem;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-form .description {
  display: block;
  font-size: 85%;
  margin-top: 0.6rem;
}

.wpcf7-form .send {
  text-align: center;
}

.wpcf7-form .send>input[type="submit"] {
  background: #03384B;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  margin-left: 20px;  /* Make ajax-loader space for centering */
  padding: 0.8rem 2rem;
  transition: background 0.22s ease-out;
}

.wpcf7-form .send>input[type="submit"]:hover {
  background: #355F6F;
}

.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form textarea {
  height: 10rem;
}

.wpcf7-form .alert {
  background: #FF8080;
  border-radius: 10px;
  bottom: -0.6rem;
  color: #FFFFFF;
  content: attr(aria-label);
  font-size: 85%;
  left: 50%;
  padding: 0.24rem 0.6rem;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.wpcf7-form .alert::before {
  border-bottom: 0.6rem solid #FF8080;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: -0.6rem;
  transform: translateX(-50%);
  width: 0;
}

@media screen and (max-width: 768px) {
  .wpcf7-form .item>.label {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .wpcf7-form .item {
    display: flex;
  }

  .wpcf7-form .item>.label,
  .wpcf7-form .item>.data {
    padding: 0.24rem 0.6rem;
  }

  .wpcf7-form .item>.label {
    flex: 1 30%;
    text-align: right;
  }

  .wpcf7-form .item>.data {
    flex: 1 70%;
    margin-left: 2rem;
  }
}

/*
 * Pagination
 */

.pagination>.nav-links {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.pagination>.nav-links>.page-numbers {
  align-items: center;
  border-radius: 10px;
  color: #888888;
  display: flex;
  height: 32px;
  justify-content: center;
  margin: 0 10px;
  text-decoration: none;
  width: 32px;
}

.pagination>.nav-links>.current,
.pagination>.nav-links>a.page-numbers:hover {
  background: #EFF2E9;
}

/*
 * Post navigation
 */

.post-navigation>.nav-links>div:not(:last-child) {
  margin-bottom: 3rem;
}

.post-navigation>.nav-links>.nav-previous>a,
.post-navigation>.nav-links>.nav-next>a {
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.post-navigation>.nav-links>.nav-previous>a:before,
.post-navigation>.nav-links>.nav-next>a:after {
  content: '\0F104';
  display: block;
  font-family: 'kokorocare-icons';
}

.post-navigation>.nav-links>.nav-previous>a:before {
  transform: rotate(90deg);
}

.post-navigation>.nav-links>.nav-next>a:after {
  transform: rotate(-90deg);
}

@media screen and (min-width: 768px) {
  .post-navigation>.nav-links {
    display: flex;
    justify-content: space-between;
  }

  .post-navigation>.nav-links>div:not(:last-child) {
    margin-bottom: 0;
  }

  .post-navigation>.nav-links>.nav-next {
    margin-left: auto;
  }
}

/*
 * Contents
 */

.comparison th,
.comparison td {
  height: 5rem;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.cl {
  background: #FDF5B4;
  width: 25%;
}

.al {
  background: #FCEF83;
  width: 25%;
}

.isx {
  background: #FBE539;
  width: 25%;
}

.tested {
  border-collapse: separate;
  border-spacing: 0.2rem;
  font-size: 85%;
  margin-bottom: 1rem;
  width: 100%;
}

.tested thead th {
  background: #BFCCD9;
}

.tested th,
.tested td {
  border: none;
  line-height: 1.2;
  vertical-align: middle;
}

.tested tbody th {
  font-weight: inherit;
}

.tested td {
  text-align: center;
}

.tested .times th {
  background: #D9E1E8;
  text-align: center;
}

.tested .odd th,
.tested .odd td {
  background: #E9EBEA;
}

.tested .even th,
.tested .even td {
  background: #ECF0F3;
}

.antibacterial-test tbody td:nth-child(even):not(:last-child) {
  border-right: 0.2rem solid #FFFFFF;
}

.voice p {
  background: url(img/voice.png) no-repeat;
  font-size: 13px;
  height: 175px;
  line-height: 1.95;
  padding: 26px 16px 0 22px;
  width: 277px;
}

@media screen and (max-width: 768px) {
  .comparison th,
  .comparison td {
    font-size: 85%;
  }
}

/*
 * WordPress
 */

.wp-block-button:not(:last-child),
.wp-block-columns:not(:last-child),
.wp-block-column:not(:last-child),
.wp-block-image:not(:last-child),
.wp-block-media-text:not(:last-child),
.wp-block-separator:not(:last-child) {
  margin-bottom: 2.5rem;
}

.wp-block-image>.aligncenter>figcaption {
  text-align: center;
}

.wp-block-image>.alignright>figcaption {
  text-align: right;
}

.wp-block-image.border>img {
  border: 1px solid #03384B;
}

.wp-block-separator {
  background-color: #DADADA;
  border: none;
  margin-top: 2.5rem;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0.4rem 0.8rem;
  }
}

/********************************************************************
トップページ
 ********************************************************************/
body#top #df-antivirus {
  background-color: #fff;
}
body#top #df-antivirus p {
  margin: 0;
  padding: 60px 3rem 70px 3rem;
  text-align: center;
}
body#top #df-antivirus p a {
  display: inline-block;
}
body#top #df-antivirus p a img {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body#top #df-antivirus {
  }
}
@media screen and (min-width: 768px) {
  body#top #df-antivirus {
  }
}

.wpcf7-acceptance input[type=checkbox]{
    height: 15px;
    width: 15px;

    vertical-align: sub;
}
.wpcf7-list-item-label{
font-size: 16px;

}
@media screen and (min-width: 768px) {
  .wpcf7-acceptance input[type=checkbox]{
  height: 20px;
    width: 20px;
}
.wpcf7-list-item-label{

font-size: 20px;

}
}

.parts-sns{
  width: 100%;
  text-align: center;
  ul{
    display: flex;
    justify-content: center;
    align-items: center;

    li{
      list-style: none;
      padding: 0 1rem;
      img{
        width: 100%;
        max-width: 40px;
      }
    }
  }
}
#main.column{
  .breadcrumbs{
    .content{
       margin: 0 auto;
    max-width: 1440px;
    padding: 2.5rem 3rem;
    width: 100%;
    }
  }
  article{
    .content{
      margin: 0 auto;
    max-width: 1440px;
    padding: 2.5rem 3rem;
    width: 100%;
    }
  }
}
.archive-column{
  .cards{
    img{
      width: 100%;
      aspect-ratio: 1332/882;
      object-fit: cover;
    }
  }
}
.column-banner{
  max-width: 1040px;
 width: 100%;
 margin: 3rem auto 0;
 h3{
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  font-size: 18px;
   @media screen and (min-width: 769px) {
font-size: 24px;
    }
  br{
   display: block;
    @media screen and (min-width: 769px) {
       display: none;
    }
  }
 }
 p{
  line-height: 0;
 }
 a{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  img{
    width: 100%;
    height: auto;
 }
 }
 .pc{
  display: none;
 }
 .sp{
  display: block;
 }
 @media screen and (min-width: 768px) {
    .pc{
      display: block;
    }
    .sp{
      display: none;
    }
}
}

 .block-pc-1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .block-pc-832 {
    width: 100%;
    max-width: 832px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .font-b {
    font-weight: bold;
  }
  .fw-bold {
    span {
      font-weight: normal;
      font-size: 16px;
    }
  }
 .pc-fs-24-43{
    @media (min-width: 768px) {
      line-height: calc(43 / 24) !important;
    }
  }
  .sp-fs-38-58{
    line-height: calc(68 / 38);
  }

  .h3 {
    border: none !important;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3 !important;
  }

  @media (min-width: 768px) {
    .h3 {
      font-size: 42px;
    }
  }

  .table-block {
    width: 100%;
    margin: 0 auto;
    background-color: white;

    th,
    td {
      padding: 15px;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      border-left: 1px solid white;
    }

    .column1 {
      width: 15%;
    }

    .column2 {
   width: 85%;
      background-color: #808080;
      color: white;
      font-size: 22px;
      padding: 15px 0;
       @media (min-width: 768px) {
   width: 33%;
   padding: 15px;
      }
    }

    .column3 {
      width: 85%;
      background-color: #fede00;
      font-size: 22px;
      padding: 15px 0;
      @media (min-width: 768px) {
        width: 52%;
        padding: 15px;
      }
    }

    img {
      width: 80%;
      margin: 20px auto;
      display: table;
       @media (min-width: 768px) {
        width: auto;
      height: 100%;
      max-height: 448px;
       }
    }

    tbody {
      th {
        background-color: #c0c0c0;

        &.wt {
          background-color: white;
        }
      }

      td {
        &.wt {
          background-color: white !important;
        }

        &:nth-child(even) {
          background-color: #ebebeb;
          text-align: center;
        }

        &:nth-child(odd) {
          background-color: #FFF299;
          text-align: center;
        }
      }
    }
  }
  .table-block-two {
   margin-top: 20px;
  }

  @media (min-width: 768px) {
    .block-15>.cols-2 {
      display: flex !important;
      width: 100%;
      flex-wrap: wrap;
    }
  }

  @media (min-width: 768px) {
    .block-15>.cols-2>div img {
      max-width: 100% !important;
      height: auto;
    }
  }

  @media (min-width: 768px) {
    .block-15>.cols-2>div {
      box-sizing: border-box;
      display: block !important;
      width: 50%;
      padding: 0 !important;
    }
  }
  @media (min-width: 768px) {
    .block-15>.cols-3 {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr);
      width: 100%;
    }
  }

  @media (min-width: 768px) {
    .block-15>.cols-3>div {
      box-sizing: border-box;
      display: block !important;
      width: 100% !important;

      img {
        width: 100%;
        height: auto;
      }
    }
  }

  @media (min-width: 768px) {
    .block-15>.cols-3>div img {
      max-width: 100% !important;
      height: auto;
    }
  }

  @media (min-width: 768px) {
    .block-15>.cols-3>div:nth-child(2) {
      padding: 0 !important;
    }
  }
#content-03{
  .block-15 > .cols-3 {
 display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
@media (min-width: 768px) {
  .block-15 > .cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
}
  .block-content04 {
    .ill-08-sp{
      padding-top: 20px !important;
      @media (min-width: 768px) {
        padding-top: 0 !important;
      }
    }
    background-color: white;
    padding: 20px 0;
@media (min-width: 768px) {
   padding: 40px;
}
    div {
      text-align: center !important;

      &:first-child {
        @media (min-width: 768px) {
          border-right: 1px dashed #303030;
        }
      }


    }


    h4 {
      font-size: 20px;
      font-weight: bold;
      padding: 20px 10px 15px;
    }

    p {
      padding: 0 20px;
    }

    img {
      width: auto !important;
      height: auto !important;
      max-height: 325px;
    }
  }

  .img-10 {
    width: auto !important;
    height: 422px !important;
    display: table;
    margin: 0 auto;
    @media (min-width: 768px) {
      height: 352px !important;
    }
  }

  .img-11 {
    width: auto !important;
    height: 407px !important;
     display: table;
    margin: 0 auto;
  }

  .block-content06 {
    @media (min-width: 768px) {
      img {
        margin: 0 20px !important;
      }
    }
  }

  .block-content07 {
    .cols-2 {
      @media (min-width: 768px) {
        display: flex !important;
        justify-content: center !important;
        gap: 20px;
      }

      >div {
        width: 100% !important;
         padding-top: 15px !important;
          @media (min-width: 768px) {
        max-width: 310px !important;
        padding: 30px 0 0 0 !important;
          }
      }

      h4 {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0 0 !important;

        img {
          width: auto !important;
          height: auto !important;
          max-height: 49px !important;
          margin-right: 10px !important;
          vertical-align: middle;
        }
      }

      p {
        text-align: center !important;
      }
    }
    .cols-3 {
      @media (min-width: 768px) {
        display: flex !important;
        justify-content: center !important;
        gap: 20px;
      }

      >div {
        width: 100% !important;
         padding-top: 15px !important;
       @media (min-width: 768px) {
        max-width: 310px !important;
        padding: 30px 0 0 0 !important;
          }
      }

      h4 {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0 0 !important;

        img {
          width: auto !important;
          height: auto !important;
          max-height: 49px !important;
          margin-right: 10px !important;
          vertical-align: middle;
        }
      }

      p {
        text-align: center !important;
      }
    }
  }
   @media (min-width: 768px) {
    .block-15.block-content07>.cols-3>div:nth-child(2) {
     padding: 30px 0 0 0 !important;
    }
}
  #content-08{
    .cols-2{
      img{
        width: 100% !important;
           max-width: 254px !important;
           display: table;
           margin: 0 auto 20px;
        @media (min-width: 768px) {
        height: auto !important;
        display: inline-block;
        margin: 0;
        }
      }
    }
    @media (min-width: 768px) {
    .block-15 > .cols-2 {
        gap: 2rem;
        align-items: center;
    }
    @media (min-width: 768px) {
    .block-15 > .cols-2 > div {
        width:calc(50% - 1rem) !important;
        font-weight: bold;
    }
}
}
  }

  #content-09{
   @media (min-width: 768px) {
    .block-15 > .cols-2 {
        gap: 2rem;
        flex-direction: row-reverse;
    }
  }
    @media (min-width: 768px) {
    .block-15 > .cols-2 > div {
        width:calc(50% - 1rem) !important;
        font-weight: bold;
    }
  }
    @media (min-width: 768px) {
    .block-15 > .cols-2 > div:nth-child(1) {
        text-align: left;
    }
}
h3{
      border-left: 14px solid #fede00;
      padding-left: 10px;
      font-size: 28px;
      font-weight: bold;
     padding: 20px 0 20px 15px;
    }
  }
.btn-contact{
  a{
    background-color: #fede00;
    padding: 10px 20px;
    border-radius: 50px;
    color: black;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
   display: table;
   margin: 0 auto;
    width: 100%;
    max-width: 290px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    @media (min-width: 768px) {
 display: inline-block;
    }
    &:hover{
      color: black;
      opacity: 0.6;
       transition: all 0.3s ease;
    }
  }
  img{
    vertical-align: sub;
    margin-right: 10px;
}
  }

