@charset "UTF-8";
:root {
  --trs-hover: 0.4s cubic-bezier(0.26, 0.16, 0.1, 1);
  --lts: 0.05em;
}

:focus {
  outline: none;
}
.blog_detail {
  font-size:1rem;
}
.blog_detail a{
  font-size:1rem;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: style.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html, body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

strong,
strong span{
  font-weight:600;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding-bottom: 6rem;
  background: #f5f5f5 !important;
  color: #000;
  overflow-x: hidden;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.blog_header {
  background-color:#fff;
  padding:1rem 0;
  margin:0;
}

.rams_logo {
  text-align:center;
  width:100%;
}
.rams_logo img {
    width:350px;
}

.categories {
  margin-block: 3rem 4rem;
  position:relative;
  z-index:1;
}

.categories__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  padding-inline: 2rem;
}
.categories__section__header__inner .categories__inner{
  padding-inline: 0rem;
}
.categories__inner__two {
  display: flex;
  justify-content: space-between; /* 両端寄せ */
  align-items: center;            /* 縦中央揃え（必要に応じて） */
}
.categories__inner__two__left {
  text-align: left; /* 左寄せ（デフォルト） */
  width:80%;
}

.categories__inner__two__right {
  text-align: right; /* 右寄せ */
  width:20%;
}
/*
@media (min-width: 769px) and (max-width: 1350px) {
  .categories__inner {
    max-width: 90%;
    padding: 0;
  }
}
*/

.categories__head__area {
  display: flex;
  justify-content: space-between; /* 左右端に配置 */
}
.categories__head__area__left {
  text-align: left; /* 左寄せ（デフォルト） */
}
.categories__head__area__right {
  text-align: right; /* 右寄せ */
}
.categories__head {
  padding-block-end: .8rem;
  /*border-bottom: .1rem solid #1e1e1e;*/
  margin-inline-end: calc(50% - 50vw);
  padding-inline-end: calc(50vw - 50%);
  overflow: hidden;
}
.categories__head__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: .6rem;
  column-gap: 1.5rem;
  padding:0;
  margin:0;
}
.categories__head__title span {
  /*font-family: "Verdana", sans-serif;*/
  font-family: 'Roboto Condensed', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 2.8rem;
  letter-spacing: .02em;
  font-weight: bold;
}
.categories__head__title small {
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: var(--lts);
}
.categories__head__title2 {
  margin-top:60px;
}
.categories__group {
  margin-block-start: 1rem;
}
.categories__group__flex {
  display: flex;
  justify-content: space-between;
}
.categories__section {
  margin-block-start: 3rem;
}
.categories__section.-col2 {
  max-width: 840px;
  margin-block-start: 0;
}
.categories__section:first-child {
  margin-block-start: 0rem;
}
.categories__section__header__inner {
  inline-size: 100%;
  padding-block: 1rem;
  padding-inline: 2rem;
  background-color: #fff;
  /*border-left: 2rem solid #EB8686;*/
  vertical-align: middle;
  color:#000;
}
@media screen and (max-width: 1024px) {
  .categories__section__header__inner {
    padding-block: 0.8rem;
    padding-inline: 1rem;
  }
}
.categories__section__header__title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.categories__section__header__description {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  display:flex;
}

.categories__section__header__description a,
.categories__section__header__description a:hover {
/*  color:#fff;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.categories__section__header__btn_area {
  /*display:flex;*/
}

.categories__section__header__description span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:10px;
  width: 1.6rem;
  height: 1.6rem;
/*  border: 1px solid #FFF;*/
}
.categories__section__header__description span svg {
  width: 0.7rem;
  height: 0.7rem;
}
@media screen and (max-width: 1024px) {
  .categories__section__header__title {
    width: 72%;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
/*
.categories__section__header__btn {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0.6rem 1rem;
  background-color: #1b75de;
  color: #FFF;
  font-size: 1rem;
  cursor: pointer;
  width:100px;
  text-align:center;
}
*/
.categories__section__header__btn {
/*  color:#fff;*/
  font-size:50px;
  /*text-align:center;*/
  font-weight:bold;
/*
  background-color:#fff;
  color:#000;
  width:50px;
  height:50px;
  line-height:50px;
  font-size:30px;
  text-align:center;
  font-weight:bold;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
*/
}
@media screen and (max-width: 1024px) {
  .categories__section__header__btn {
    width: 25%;
    padding: 0.6rem 0;
    font-size: 0.8rem;
    text-align: center;
  }
}
.categories__section__header__btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.categories__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin-block-start: 2.4rem;*/
  padding-top:1rem;
  padding-bottom:1rem;
}
.categories__list {
  width: 100%;
/*
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fill, minmax(calc(18rem * 1), 1fr));
  overflow: hidden;
*/
}
/* @media screen and (max-width: 768px) {
  .categories__list {
    grid-template-columns: unset;
  }
} */
.categories__card {
  background-color: #fff;
  border-radius: 0.6rem;
  overflow: hidden;
}
.categories__card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.categories__card__link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.categories__card__link:hover img {
  scale: 1.05;
}
.categories__card__link:hover .text-line {
  background-position: left bottom;
  background-size: 100% 1px;
}
.categories__card__thumbnail {
  /*aspect-ratio: 367 / 245;*/
  height:13rem;
  overflow: hidden;
}
.categories__card__thumbnail img {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  height: 100%;
  width: 100%;
  /*object-fit: contain;*/
  object-fit:cover;
  transition: scale var(--trs-hover);
}
.categories__card__textArea {
  padding-block: 1.6rem;
  padding-inline: 1.6rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .categories__card__textArea {
    padding-inline: 1.4rem;
  }
}
.categories__card__head {
  width: 100%;
  padding-block-end: 1rem;
  border-block-end: 0.1rem solid rgba(30, 30, 30, 0.2);
  /*font-family: "Verdana", sans-serif;*/
  font-family: 'Noto Sans JP', 'Roboto Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
a:hover .categories__card__head {
  color: #333;
}
.categories__card__badge {
  color: #1b75de;
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.categories__card__title {
  margin-block-start: 1rem;
  margin-block-end: auto;
/*  font-size: 1.05rem;*/
  font-size: 1rem;
  font-weight:bold !important;
  line-height: 1.5;
  min-height: 6.0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  letter-spacing: var(--lts);
  overflow: hidden;
}

.categories__card__title span {
  font-weight:bold !important;
}

.categories__card a:hover {
  color:#EB8686;
}
.categories__card .text-line {
  background-image: linear-gradient(90deg, #EB8686, #EB8686);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0% 1px;
  transition: background-size 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.categories__card__cat {
  margin-block-start: 1rem;
  padding-block: 0.3rem;
  padding-inline: 1rem;
  border: .1rem solid #1b75de;
  border-radius: 8rem;
  color: #1b75de;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: var(--lts);
  text-align: center;
}
.categories__link-list {
  width: 25rem;
  height: 3.8rem;
  margin:0 auto;
  margin-block-start: 1rem;
}

.categories__link-list a {
  -moz-border-radius: 6.3rem;
  -webkit-border-radius: 6.3rem;
  border-radius: 6.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
/*  background-color: #EB8686;*/
/*  background-color: #4072B3;*/
  font-size: clamp(15px, 1.06667vw, 16px);
  font-weight: 600;
  color: #fff !important;
  letter-spacing: .065em;
}
.categories__link-list span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:10px;
  font-weight: 600;
  right: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #FFF;
}
.categories__link-list span svg {
  width: 0.7rem;
  height: 0.7rem;
}
/*
.categories__link-list a {
  -moz-border-radius: 6.3rem;
  -webkit-border-radius: 6.3rem;
  border-radius: 6.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #EB8686;
  font-size: clamp(15px, 1.06667vw, 16px);
  font-weight: 600;
  color: #fff !important;
  letter-spacing: .065em;
}
.categories__link-list span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:10px;
  font-weight: 600;
  right: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #FFF;
}
.categories__link-list span svg {
  width: 0.7rem;
  height: 0.7rem;
}
*/
.list.categories .list__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  margin: 0 auto;
}
.list.categories .list__header__title-en {
  width:100%;
  /*font-family: "Verdana", sans-serif;*/
  font-family: 'Noto Sans JP', 'Roboto Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .02em;
}
.list__header__title-ja {
  margin-block-start: 0rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .05em;
}
.list__header__title-ja em {
  color: #1b75de;
  font-style: normal;
  font-weight: bold;
}
.list.categories .list__header__lead {
  width:100%;
  margin-block-start: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: .05em;
}
.list.categories .list__header__left {
  position: relative;
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
}
.list.categories .list__header__btn {
  flex-grow: 1;
  width: 21.8rem;
  height: 3.8rem;
  margin-block-start: 2.5rem;
}
/* @media screen and (max-width: 768px) {
  .list.categories .list__header__btn {
    margin-block-start: 0;
  }
}
@media screen and (max-width: 480px) {
  .list.categories .list__header__btn {
    width: 100%;
  }
} */
.list.categories .list__header__btn a {
  -moz-border-radius: 6.3rem;
  -webkit-border-radius: 6.3rem;
  border-radius: 6.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #EB8686 ;
  font-size: clamp(15px, 1.06667vw, 16px);
  font-weight: 500;
  color: #fff !important;
  letter-spacing: .065em;
}
.list.categories .list__header__btn span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #FFF;
}
.list.categories .list__header__btn span svg {
  width: 0.7rem;
  height: 0.7rem;
}
.list.categories .categories__box {
  display: flex;
  flex-direction: unset;
  align-items: flex-start;
  column-gap: 3.5rem;
  margin-block-start: unset;
}
/* @media screen and (max-width: 768px) {
  .list.categories .categories__box {
    display: block;
  }
} */
.list.categories .categories__box > div {
  flex-basis: 18rem;
}
/* @media screen and (max-width: 768px) {
  .list.categories .categories__box > div {
    margin-block-start: 2.5rem;
  }
} */
.list.categories .categories__list {
  flex-basis: 0;
  flex-grow: 999;
  width: 100%;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fill, minmax(calc(18rem * 1), 1fr));
  overflow: hidden;
}
/* @media screen and (max-width: 768px) {
  .list.categories .categories__list {
    grid-template-columns: unset;
  }
} */
.list.categories .categories__head {
  margin-block-start: 3rem;
}

.category-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  overflow-x: auto;
}
/* @media screen and (max-width: 768px) {
  .category-list {
    gap: 1rem;
  }
} */
.category-list > * {
  flex-shrink: 0;
  flex-grow: 0;
}

.category-item {
  display: flex;
  align-items: center;
  color: inherit;
}
.category-item > * + * {
  margin-inline-start: 0.6rem;
}

.category-item.link.active {
  color: #1b75de;
}

.category-item.link .category-item__name {
  transition: color 0.3s ease-out;
}

.category-item.link:hover .category-item__name {
  color: #1b75de;
}

.category-item__circle {
  width: 0.35rem;
  height: 0.35rem;
  background-color: #1b75de;
  border-radius: 50%;
}

.category-item__name {
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: var(--lts);
}
.category-item__name.large {
  font-size: clamp(1.3rem, calc(0.694vw + 0.7rem), 1.6rem);
}
@media screen and (max-width: 1024px) {
  .category-item__name {
    font-size: 0.8rem;
  }
}

.download-area {
  width: 288px;
}

.download-banner {
  padding-block: 1rem 2rem;
  padding-inline: 1rem;
  background-color: #4072B3 ;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-start: 6.6rem;
  width: 288px;
}

.download-banner__title {
  width: 100%;
  padding-block-end: 1rem;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: var(--lts);
}

.download-banner__desc {
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1.75;
  text-align: center;
  padding-bottom:20px;
}

.download-banner__content {
  width: 100%;
  margin-block-start: 1rem;
}

.download-banner__image {
  margin-block-start: 1rem;
}
@media screen and (max-height: 1024px) {
  .download-banner__image {
    display: none;
  }
}
.download-banner__image img {
  width: 100%;
  height: auto;
}

.download-banner__form {
  width: 100%;
  margin-block-start: 1.5rem;
}
@media screen and (max-height: 1024px) {
  .download-banner__form {
    margin-block-start: 0;
  }
}

.download-banner__form-list {
  display: flex;
  flex-direction: column;
}
.download-banner__form-list > * + * {
  margin-block-start: 1rem;
}

.download-banner-form-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}
.download-banner-form-item label {
  color: gray;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: var(--lts);
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
.download-banner-form-item input, .download-banner-form-item select {
  width: 100%;
  padding-block: 1.3rem 0.5rem;
  padding-inline: 1rem;
  background-color: #FFF;
  color: gray;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 0.2rem !important;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
.download-banner-form-item .errorText {
  color: red;
  font-size: 1.2rem;
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
}

.download-banner-button {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  height: 3rem;
  width: 100%;
  margin-block-start: 1.6rem;
  background-color: #EB8686 ;
  border-radius: 6rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: var(--lts);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  cursor: pointer;
}
.download-banner-button.loading {
  color: #FFF;
  background-color: gray;
}
.download-banner-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.download-banner-button:hover .download-banner-button__icon {
  translate: 0 -35%;
}

.download-banner-button__icon {
  height: 1.3rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 2rem;
  translate: 0 -50%;
  transition: translate var(--trs-hover);
}

.download-banner-button.loading .download-banner-button__icon {
  width: 16px;
  height: 16px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #FFF;
  border-radius: 50%;
  animation: loading 1.1s infinite linear;
}
.download-banner-button.loading .download-banner-button__icon > svg {
  display: none;
}

/* パンクズ */
.breadcrumb-005 {
  display: flex;
  gap: 0 15px;
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
  margin-bottom:30px;
}

.breadcrumb-005 li {
  display: flex;
  align-items: center;
}

.breadcrumb-005 li:first-child::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}

.breadcrumb-005 li:not(:last-child)::after {
  display: inline-block;
  width: .3em;
  height: .6em;
  margin-left: 12px;
  background-color: #333333;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}

.breadcrumb-005 a {
  color: #333333;
  text-decoration: none;
  font-size: 0.9rem;
}

.categories__section__vw{
  position: relative;
  /*inset-inline: 50%;
  width: 100vw;
  margin-inline: -50vw;
  */
  width: 100%;
}

 .rotate-fa{
  transform: rotate(180deg);
 }


.categories__card__tags{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start; /* 左寄せ */
    /*min-height:6rem;*/
    /*min-height:3rem;*/
}
.categories__card__tags .categories__card__cat {
		flex: 0 0 30%;
		box-sizing: border-box;
		margin-right:10px;
}


.categories__list__slick {
  margin-right: -1rem; /* 調整用（最後の空白をなくす） */
}

.categories__list__slick .slick-slide {
  margin-right: 1rem; /* ← スライド間のスペース */
}

.slider .slick-list {
/*  overflow: visible; */
}

/* 矢印のサイズを大きくする */
.slick-prev,
.slick-next {
  font-size: 30px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

/* 矢印の位置をカスタム（左右中央など） */
.slick-prev {
  left: -30px;
}
.slick-next {
  right: -35px;
}
.category_close {
 display: none;
}

.category-list-head {
  position: relative;
  padding: 1.5em 1em 1em 2.5em;
  border: 2px solid #6088C6 ;
  margin-top:15px;
  width:100%;
}

.category-list-head > div {
  position: absolute;
  top: -0.5em;
  left: 1em;
  padding: 0 .5em;
  background-color: #f5f5f5;
  color: #6088C6 ;
  font-weight: 600;
  font-size:1rem;
}

.category-list-head ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  display:flex;
  flex-wrap: wrap;
  text-align:center;
  margin: 0 auto;
}

.category-list-head li {
  padding: .3em .3em .3em 0;
  width:16%;
}

.category-list-head li::marker {
  color: #6088C6 ;
  font-size: 1.1em;
}

.wp-pagenavi {
  margin: 2.5rem auto 0.5rem auto;
  text-align:center;
}
.wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  border: solid 1px #4072B3  ;
  border-radius: 50%;
  margin: auto 6px;
  transition: 0.3s ease-out;
  color:#4072B3 ;
  font-size:1rem;
}
.wp-pagenavi .page:hover {
  background: #AEC4E5 ;
}
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  color: #fff;
  background: #4072B3  ;
  border: solid 1px #4072B3  ;
  border-radius: 50%;
  margin: auto 6px;
  font-size:1rem;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  line-height: 42px;
  margin: auto 8px;
  transition: 0.3s ease-out;
  font-size:1.2rem;
  color:#4072B3;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #AEC4E5;
}

.categories__recommend {
  margin-bottom:5rem;
}

.category__search__area {
  margin:2.3rem 0 0.3rem 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:2rem;
}

.category_list .categories__group{
  margin-top:0;
  padding-top:0;
}

.search_text::placeholder {
  opacity: 0.8;
  font-size:1rem;
}

.search_text{
  border-radius:0 !important;
}

.selectbox-2{
  position: relative;
  appearance: none;
  font-size: 1.2em;
  color:#333333;
  /*padding: .9em 3.5em .3.5em .9em;*/
  background-color:#ffffff;
  height:2.5rem !important;
}

.selectbox-2::before,
.selectbox-2::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-2::before {
  content: '';
  position: absolute;
  right: 0;
  display: block;
  width: 2.4rem;
  height: 2.45rem;
  border-radius: 0 1px 1px 0;
  background-color: #4072B3;
}

.selectbox-2::after {
    position: absolute;
    top: 42%;
    right: 1.6em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-2 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 150px;
    height: 2.5rem;
    padding: .5em 3.6em .5em .8em;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333333;
    font-size: 1rem;
    cursor: pointer;
    background-color:#fff;
}

.selectbox-2 select:focus {
    outline: 1px solid #4072B3;
}

.search-form {
  display: flex;
  align-items: center;
  width: 300px;
}

.search-form input[type="text"] {
  flex: 1;
  padding: 7px;
  font-size: 1rem;
  height:2.5rem;
  border:1px solid #ccc;
  background-color:#fff;
  border-radius: 1px 0 0 1px;
}

.search-form input[type="text"]:focus {
  border:1px solid #ccc;
}

.search-form button {
  background: #4072B3;
  color: #fff;
  border: none;
  padding: 11.5px 11.5px;
  cursor: pointer;
  margin-bottom:15px;
  cursor:pointer;
  border-radius: 0 1px 1px 0;
}

.search-form button i {
  font-size: 16px;
}

.download-banner {
  /*position: fixed;*/
  position: sticky;
  top: 10px;
}

.single__title {
    font-weight: 600;
    font-size:1.8em;
    line-height:1.4;
    padding: 1.2em 1.5em 0 1.5rem;
/*
    color:#4072B3;
    padding: 1.2em 1.2em;
    margin-left: 5px;
    margin-top:5px;
    margin-right: 5px;
    outline: 3px solid #4072B3;
    outline-offset: 5px;
    background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)), repeating-linear-gradient(-45deg, #4072B3  0 2px, #fff 2px 6px);
    border-bottom: 0 !important;
    border-left: 0;
*/
}

.blog_single {
  background-color:#fff;
  border-radius:5px;
}

.article-header-exclude-title {
  padding:1.2rem 2rem 0 2rem;
}

.mokuji_contents p{
  line-height:2;
}

.mokuji_contents > ul {
    margin-bottom: 30px;
    border: 2px solid #6088C6  ;
    border-radius: 3px;
    color:#fff;
    background-color:#6088C6 ;
    font-size:1.2rem;
    text-align:center;
    font-weight:600;
    padding:0;
    padding-top:1rem;
}

.mokuji_contents > ul > li > ul > li {
  margin-top:0.5rem;
}

.mokuji_contents > ul > li > ul > li:nth-child(1) {
  margin-top:0rem;
}

.mokuji_contents > ul > p{
  margin:0;
  padding:0;
  width:0;
  height:0;
}

.mokuji_contents ul li{
  margin:0;
  text-align:left;
  background-color:#fff;
  width:100%;
  padding:1rem;
  font-size:.95rem;
}

.mokuji_contents > ul > li:nth-child(2){
  margin-top:1rem;
  padding-top:2rem;
}

.mokuji_contents > ul > li:last-child{
    padding-bottom:2rem;
}

.mokuji_contents ul li a{
  color:#4072B3;
  text-decoration:underline dashed #AEC4E5 !important;
}

.entry-content ul {
  font-size:1rem;
}

.entry-content ul li{
  padding:0.8rem;
  list-style:disc;
}

.entry-content h2{
  /*border-bottom:4px solid #4072B3;*/
  font-weight:600;
  margin: 2.6em 0 0.7em;
  /*
  border-color:#4072B3;
  border-left-width: 4px;
  border-left-style: solid; */
  font-size: 1.2em;
  line-height: 1.5;
  color:#4072B3;
  padding: 1em .7em;
  border-left: 3px solid #4072B3;
  background-color: #f7f6f5;
  color: #333333;
}

.entry-content h3{
  /*border-color:#0f9e86;*/
  border-color:#AEC4E5;
  font-weight:600;
  margin: 2.6em 0 0.7em;
  padding: 10px 0 10px 10px;
  border-left-width: 4px;
  border-left-style: solid;
  font-size: 1.1em;
  line-height: 1.5;
}

.blog_detail {
    display: flex;
    max-width: 1240px;
    margin: auto;
    gap: 20px;
}

a.cateogry_link {
  color:#4072B3;
  text-decoration:underline solid #4072B3 !important;
}

a.cateogry_link:hover {
  color:#4072B3;
  text-decoration:underline solid #4072B3 !important;
}

.slick-prev,
.slick-next,
button.slick-prev,
button.slick-next,
.slick-prev a,
.slick-next a,
.slick-prev:hover,
.slick-next:hover{
/*
  background-color:#ff0000;
  color:#ff0000;
  text-decoration:none;
*/
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
/*    color: transparent;*/
    border: none;
    outline: none;
/*    background: transparent;*/
  color:#ff0000;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '←';
}

.slick-next:before {
    content: '→';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

[class*="carousel__arrow--"]{
/*
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiB6b29tQW5kUGFuPSJtYWduaWZ5IiB2aWV3Qm94PSIwIDAgMjI0Ljg3OTk5IDIyNSIgaGVpZ2h0PSIzMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHZlcnNpb249IjEuMCIgc3R5bGU9ImJhY2tncm91bmQ6bm9uZTsiPjxkZWZzPjxjbGlwUGF0aCBpZD0iZWJhN2YwNjBkNSI+PHBhdGggZD0iTSAwIDAuMDU4NTkzOCBMIDIyNC43NjE3MTkgMC4wNTg1OTM4IEwgMjI0Ljc2MTcxOSAyMjQuOTM3NSBMIDAgMjI0LjkzNzUgWiBNIDAgMC4wNTg1OTM4ICIgY2xpcC1ydWxlPSJub256ZXJvIi8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9Ijk5OWE2NGYwNGYiPjxwYXRoIGQ9Ik0gMzcuOTE0MDYyIDggTCAxNTggOCBMIDE1OCAyMTcgTCAzNy45MTQwNjIgMjE3IFogTSAzNy45MTQwNjIgOCAiIGNsaXAtcnVsZT0ibm9uemVybyIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNlYmE3ZjA2MGQ1KSI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTSAwIDAuMDU4NTkzOCBMIDIyNC44Nzg5MDYgMC4wNTg1OTM4IEwgMjI0Ljg3ODkwNiAyMjQuOTQxNDA2IEwgMCAyMjQuOTQxNDA2IFogTSAwIDAuMDU4NTkzOCAiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTSAwIDAuMDU4NTkzOCBMIDIyNC44Nzg5MDYgMC4wNTg1OTM4IEwgMjI0Ljg3ODkwNiAyMjQuOTQxNDA2IEwgMCAyMjQuOTQxNDA2IFogTSAwIDAuMDU4NTkzOCAiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCM5OTlhNjRmMDRmKSI+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTSA0Mi4yOTY4NzUgMTAxLjkyMTg3NSBDIDM2LjQ2ODc1IDEwNy43NDIxODggMzYuNDY4NzUgMTE3LjE5MTQwNiA0Mi4yOTY4NzUgMTIzLjAxMTcxOSBMIDEzMS44MDA3ODEgMjEyLjM5ODQzOCBDIDEzNy42MjUgMjE4LjIxNDg0NCAxNDcuMDg5ODQ0IDIxOC4yMTQ4NDQgMTUyLjkxNzk2OSAyMTIuMzk4NDM4IEMgMTU4Ljc0MjE4OCAyMDYuNTc4MTI1IDE1OC43NDIxODggMTk3LjEyNSAxNTIuOTE3OTY5IDE5MS4zMDg1OTQgTCA3My45NDkyMTkgMTEyLjQ0NTMxMiBMIDE1Mi44NzEwOTQgMzMuNTc4MTI1IEMgMTU4LjY5NTMxMiAyNy43NjE3MTkgMTU4LjY5NTMxMiAxOC4zMDg1OTQgMTUyLjg3MTA5NCAxMi40ODgyODEgQyAxNDcuMDQyOTY5IDYuNjcxODc1IDEzNy41NzgxMjUgNi42NzE4NzUgMTMxLjc1MzkwNiAxMi40ODgyODEgTCA0Mi4yNSAxMDEuODc1IFogTSA0Mi4yOTY4NzUgMTAxLjkyMTg3NSAiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==) no-repeat center center / 80%;
*/
  background: transparent url(/wp-content/themes/sango-theme/slick/arrow.png) no-repeat center center / 80%;
  position: absolute;
  top: 50%;
  translate: translateY(-50%);
  width: 40px;
  aspect-ratio: 1;
  z-index: 2;
}
.carousel__arrow--prev{
    left: -50px;
}
.carousel__arrow--next{
    right: -35px;
  rotate: 180deg;
}
@media (hover: hover){
  [class*="carousel__arrow--"]{
    transition: .3s;
  }
  [class*="carousel__arrow--"]:hover{
    cursor: pointer;
    opacity: 0.7;
  }
}

/* menu */
.accodion{
  width:650px;
  margin:0 auto;
  margin-top:1.5rem;
  font-size:1rem;
}

.accodion .menu {
  padding:0;
  display: flex;
/*  width: 100%;*/
  font-size:1.0rem;
  margin: 0 auto;
  text-align:center;
  align-items: center;
  justify-content: center;
  display:flex;
  font-size:1.0rem;
  margin: 0 auto;
  gap:80px;
    font-family: 'Noto Sans JP', 'Roboto Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

.accodion .menu>li{
/*  width: 25%;*/
  background-color: #fff;
  position: relative;
/*  border: 2px solid #2589d0;*/
/*  margin: 2rem*/
}

.accodion .menu li a{
/*  padding: 1em;*/
  display: block;
  color:#000;
}

.accodion .menu .menu-title{
  text-align: center;
}

.accodion .menu .accorditon-sub-menu{
  position: absolute;
  z-index: 100;
  width: 140px;
  left: 0;
  display:none;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  margin-top:10px;
}

.accodion .menu .accorditon-sub-menu li{
  border: 1px solid #fff;
/*  background-color:#AEC4E5;*/
  background-color:#4072B3;
  color:#fff;
  border-top: none;
  width: 100%;
}

.accodion .menu .accorditon-sub-menu li:first-child{
/*  border-top: 2px solid #2589d0;*/
}

.accodion .menu .accorditon-sub-menu li a{
  color:#fff;
  padding: 1em;
  width: 100%;
  font-size:0.9rem;
}

.accodion .menu .accorditon-sub-menu li a:hover{
  background-color:#6088C6;
  opacity:1;
}

.accodion .menu li a:hover{
/*  opacity: .6;*/
}

.is_pc {
  display:block !important;
}

.is_sp {
  display:none !important;
}
.categories__inner__single {
    max-width: 900px;
    width:900px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-inline: 2rem;
}
@media screen and (max-width: 1024px) {

  .categories {
    margin-block: 2rem;
    position:relative;
    z-index:1;
  }

  .categories__inner {
    width:95%;
    max-width: 95%;
    padding-left:0;
    padding-right:0;
  }

  .categories__head__area {
    display: block;
  }
  .categories__head__area__left {
    text-align: center; /* 左寄せ（デフォルト） */
  }
  .categories__head__area__right {
    text-align: center; /* 右寄せ */
  }
  .categories__head {
    padding-block-end: .8rem;
    /*border-bottom: .1rem solid #1e1e1e;*/
    margin-inline-end: calc(50% - 50vw);
    padding-inline-end: calc(50vw - 50%);
    overflow: hidden;
  }
  .categories__head__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: .6rem;
    column-gap: 1.5rem;
    padding:0;
    margin:0;
  }
  .categories__head__title span {
    /*font-family: "Verdana", sans-serif;*/
    font-family: 'Roboto Condensed', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .01em;
    font-weight: bold;
  }

  .categories__head__title small {
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: var(--lts);
  }

  .breadcrumb-005 {
    font-size: 0.8rem;
    margin-bottom:20px;
    gap: 0 5px;
  }

  .breadcrumb-005 a{
    font-size: 0.8rem;
    gap: 0 5px;
  }

  .breadcrumb-005 li:first-child::before {
    width: 1em;
    height: 1em;
    margin-right: 4px;
  }

  .breadcrumb-005 li:not(:last-child)::after {
    width: .3em;
    height: .6em;
    margin-left: 10px;
  }

  .categories__section__header__title {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  }
  .categories__section__header__description {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.5;
    width: 100%;
    display:flex;
  }

  .categories__link-list {
    width: 250px;
  }

  .is_pc {
    display:none !important;
  }

  .is_sp {
    display:block !important;
  }

  .categories__list .categories__item  {
    margin-top:20px;
    padding:0;
  }
  .categories__list .categories__item:first-child {
    margin-top:0px;
  }
  .blog_top .categories__list .categories__item:nth-child(n+4) {
    display:none;
  }
  .categories__list__slick {
    margin-right: 0;
    padding:0;
  }

  .categories__list__slick .slick-slide {
    margin-right: 0;
    padding:0;
  }

  #hamburger .btn-gNav{
    position: fixed;
    top: -8px;
    right: 12px;
    width: 30px;
    height: 24px;
    z-index: 1000;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  #hamburger .btn-gNav span{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #222;
    border-radius: 0px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  #hamburger .btn-gNav span:nth-child(1) {
    top:0px;
  }
  #hamburger .btn-gNav span:nth-child(2) {
    top:10px;
  }
  #hamburger .btn-gNav span:nth-child(3) {
    top:20px;
  }
  #hamburger .btn-gNav.open span:nth-child(1){
    background: #fff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  #hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
    top: 6px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  #gNav{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: url(../img/bgbg.png);
    font-size: 18px;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 50px;
    transition: .3s;
  }
  #gNav.open{
    right: 0px;
  }
  #gNav .gNav-menu{
    width: 100%;
    height:100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
  }
  #gNav .gNav-menu li{
    display: block;
    padding : 20px 10px;
  }
  #gNav .gNav-menu li a{
    color: #ddd;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .rams_logo {
    text-align:left;
    width:230px;
    margin-left:10px;
    margin-top:-10px;
  }
  .rams_logo img {
      width:100%;
  }
  .search-form {
    width: 100%;
  }
  .category__search__area {
    margin:1.5rem 0 0.3rem 0;
    padding: 0;
    display: block;
  }
 .list.categories .categories__list {
    gap: 0;
  }

  .categories__section__vw .categories__inner {
    width:100%;
    max-width: 100%;
    padding-left:0;
    padding-right:0;
  }

  /* menu */
  .accodion{
    width:100%;
    margin-top:1.5rem;
    font-size:0.8rem;
  }

  .accodion .menu {
    width: 100%;
    font-size:0.9rem;
    margin: 0;
    padding: 0;
    gap:normal;
    display:flex;
    justify-content:space-evenly;
  }

  .accodion .menu .accorditon-sub-menu{
    font-size:0.7rem;
    position: absolute;
    z-index: 100;
    width: 105px;
    left: 0;
    display:none;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100%;
    margin-top:10px;
  }

  .accodion .menu li {
    width:80px;
  }

  .accodion .menu .accorditon-sub-menu li a{
    color:#fff;
    padding: 1em;
    width: 100%;
    font-size:0.7rem;
    font-weight:normal;
  }
  .menu-title i {
    display:block;
  }

  .blog_detail {
      display: block;
      width:100%;
      max-width: 100%;
      margin: auto;
      gap: 0;
  }
  .categories__inner__single {
      max-width: 100%;
      width:100%;
      margin: 0 auto;
      padding-bottom: 0;
      padding-inline: 0rem;
  }
  .single__title {
      font-weight: 600;
      font-size:1.4em;
      line-height:1.4;
      padding: 1.2em 1.5em 0 1.5rem;
  }

  .selectbox-2 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .selectbox-2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2.4rem;
    height: 2.5rem;
    background-color: #4072B3;
    border-radius: 0 1px 1px 0;
    pointer-events: none;
  }

  .selectbox-2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.6em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    pointer-events: none;
  }

  .selectbox-2 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .5em 3.6em .5em .8em;
    height: 2.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    width:100%;
  }
  .search-form {
    margin-top:10px;
  }
}
