@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 全体フォント設定 */
*{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.96px;
}


/**
 * ログイン関連メニューCSS
*/

ul#menu-grobal_login a:before{
    display: none;
}
ul#menu-grobal_login li a{
    border-bottom: none;
    transition:unset;
}
ul#menu-grobal_login li a:hover{
    background-color: transparent;
}
ul#menu-grobal_login{
    display:flex;
    align-items: baseline;
}
/* 新規登録ボタン */
ul#menu-grobal_login li.register{
    background:#DA6A38 0% 0% no-repeat padding-box;
    color: #fff;
    border-radius:40px;
    padding: 0px 10px;
}

/* マイページ、ログアウト */
.header_btn{
  border: 1px solid #fff;
  border-radius: 4px;
}
.header_btn:hover{
  background-color: #fff;
  color:#183C74!important;
}
.header_btn.logout {
  padding: .75em .5em;
  margin-left: .5em;
}
.header_btn.logout:hover{
  text-decoration: none;
}

/**
 * 製品情報ページ 企業情報
 */
.company_detail{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0!important;
}
.company_detail dt{
  width: 20%;
}
.company_detail dd{
  width:80%;
}

/**
 * 製品ページ　動画
 */
.product-videos{
  display: flex;
  flex-direction: row;
  overflow-y: hidden; /*不要なスクロール表示削除*/
}
.product-videos img{
  width: 192px;
  max-width: 192px;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 0 .5rem;
}
.product-videos a::after {
  content: "\f144";
  display: block;
  color: rgba(255,255,255,.9);
  position: relative;
  top: calc( -50% + 24px );
  left: calc(50% - 24px);
  width: 48px;
  line-height: 48px;
  height: 48px;
  margin-top: -50px;
  font-family: "Font Awesome 5 Free";
  font-size: 48px;
  background-color: rgba(66,66,66,.4);
  box-shadow: 0 0 10px 2px rgba(66,66,66,.4);
  border-radius: 50%;
}

/**
 * 製品ページ スクリーンショット
 */
.product-screenshot{
  min-width: 192px;
  min-height: 108px;
  max-width: 192px;
  object-fit: contain;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 0 .5rem;
}


/**
 * 製品ページ 資料
 */
.product-file {
    display: block;
    width:192px;
    object-fit: contain;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 0 .5rem;
}

.product-file .product-file-thumbnail{
    width: 192px;
    height: 108px;
    object-fit: contain;
    vertical-align: middle;
}

.filename {
    border-top: 1px solid #ddd;
    width: 100%;
    display: block;
    padding: .25rem;
    font-weight: 700;
    color: #333;
    min-height: 40px;
    height: auto;
}

.filesize {
    font-size: .8rem;
    font-weight: 400;
}

/* 資料・画像・動画　横スクロール */

.product-imgs,
.product-videos,
.product-files {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

/* 製品情報 タイトル */

.product-title {
  display:flex;
}

.product-title .logo{
  width: 80px;
  height: 80px;
  margin-right: .5rem;
}

.modify_date{
  width: 100%;
  text-align: right;
}

/* パンくずリスト 非表示になっているページタイトル */
.single span.p-breadcrumb__text{
  display: block!important;
}


/* 目次 */
.widget_swell_index {
  border: 1px solid #70707033;
  background-color: #F5F5F5;
}
#sidebar .widget_swell_index{
  border-radius:0!important;
}

.c-widget__title.-side {
  color: #183C74;
  margin-bottom: 0;
}

.c-widget__title.-side::before,
.c-widget__title.-side::after {
  display: none;
}

.p-toc.post_content {
  padding: .5em!important;
}

#sidebar .p-toc__link {
  text-decoration:underline;
}

ol.is-style-index>li::before {
  content: counter(li) ".";
  border: none;
  padding: 0;
}

ol.is-style-index ol>li::before{
  content: counter(li) "-" counter(li2) ".";
  border: none;
}

/** 別ページのsidebarで隙間ができる問題 **/
#sidebar #text-7 p:empty:before{
  display:none;
}

/*.post_content>*{
  margin-bottom:0;
}*/

/* ログイン関連メニュー 上書き */
.w-header__inner {
    display: flex;
    align-items: baseline;
}

.w-header__inner a.loggedin {
    color: inherit;
}

/* スマホ時ログインメニュー */
@media (max-width: 959px){
  .w-header.pc_.logoutonly {
    display: flex!important;
    order:4;
  }
  .w-header.pc_.logoutonly li:not(.register){
    display:none;
  }
  .register{
    margin-right: 5px!important;
  }
  .register a{
    letter-spacing:.66pt;
    white-space: nowrap;
  }
  .l-header__logo {
    flex-grow: 2;
  }
}

/* スクロールバーの強制非表示 chrome */
::-webkit-scrollbar {
  display: none;
}

/* マイページ・ログイン・登録・パスワードリセットはフッター直前ウィジェットは表示しない */
.page-template-page-member>#before_footer_widget{
  display: none;
}


/* トップページ  */

/* 横幅いっぱいにする */
/*.l-container {
  max-width: 100vw;
  margin: 0;
}*/

/* ヘッダー */
header{
  box-shadow: 4px 4px 12px #0E63BA29;
}
header .l-header__inner.l-container{
  height: 72px;
}
/* ヘッダーバー */
.header_bar_logo {
  margin-right: 16px;
}
.header_bar_logo a{
  color:#183c74;
  font: normal normal 900 36px/42px Raleway;
  letter-spacing: 0px;
}

/* フッター */
.l-footer__foot {
  padding-top: .35em;
  padding-bottom: .35em;
}
.l-footer .copyright{
  font: normal normal normal 10px/20px Roboto;
  text-align: center;
}
h2.footer_logo{
  font: normal normal 900 34px/40px Raleway;
  letter-spacing: 2.04px;
  margin: 0;
}
.footer_logo_subtitle{
  font-size:12px;
  line-height:20px;
  letter-spacing: 0px;
}
.footer_btns .is-style-btn_line a{
  width: 100%;
}
.footer_btns .footer_btn_contact .swell-block-button__link{
  border: 2px solid #DA6A38;
  background-color:#DA6A38;
  color: #fff;
}
.footer_btns .footer_btn_contact .swell-block-button__link:hover{
  background-color: transparent;
  color: #DA6A38!important;
}
.footer_btns .footer_btn_company .swell-block-button__link:hover{
  background-color: #fff;
  color:#183C74!important;
}
.footer_cat_list.wp-block-categories-list>li>a{
  padding: .25em;
}
.footer_cat_list.wp-block-categories li a{
  border:none;
}
.footer_cat_list.wp-block-categories-list>li>a::before{
  display: none;
}
footer .wp-block-column>p{
  font: normal normal bold 14px/20px Noto Sans JP;
  letter-spacing: 1.4px;
}
footer .wp-block-column ul>li>a{
  font: normal normal normal 13px/26px Noto Sans JP;
  letter-spacing: 1.3px;
}

/* トップへ　ボタン */
.c-fixBtn {
  background: #69A3D2 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  border: none;
  color: #fff;
}

.hov-bg-main:hover {
  color: #69A3D2!important;
  background-color: #fff!important;
}


/* トップページ ヘッダーテキスト文字 */
.top_head_text{
  font: normal normal 800 54px/64px Raleway!important;
  letter-spacing: 0px!important;
  color: #183C74!important;
  margin-bottom: .5em!important;
}
.top_head_text sup{
  font: normal normal bold 16px/24px Noto Sans JP!important;
  vertical-align: middle!important;
}

/* ------------------------------------------------------------- 
    リスト・カードデザイン 
   ------------------------------------------------------------- */
/* カードラッパー */
main .-type-card li.p-postList__item .p-postList__item_inner,
.ranking .-type-card li.p-postList__item .rank_contents{
  display: flex;
  flex-direction: column;
  box-shadow: 6px 6px 16px #BAD0E843;
  border-radius: 10px;
  background-color: #fff;
}
/* リストラッバー */
main .-type-list li.p-postList__item .p-postList__item_inner,
.ranking .-type-list li.p-postList__item .rank_contents{
  display: flex;
  align-items: center;
  box-shadow: 6px 6px 16px #BAD0E843;
  border-radius: 10px;
  background-color: #fff;
  padding: 1em;
}
/* リストの高さ */
main ul.p-postList.-type-list li{
  height: 200px; 
}

/* カード画像リンク */
main .-type-card li.p-postList__item .p-postList__item_inner>a.p-postList__link{
  width: 100%;
}
/* カード画像 */
main .-type-card li.p-postList__item .p-postList__thumb.c-postThumb,
.ranking .-type-card li.p-postList__item .p-postList__thumb.c-postThumb{
  border-radius: 10px 10px 0px 0px;
  box-shadow: none;
  width: 100%;
}

/* リスト画像リンク */
main .-type-list li.p-postList__item .p-postList__item_inner>a.p-postList__link{
  display: inline-block;
  width: 40%;
}
/* リスト画像 */
main ul.p-postList.-type-list li.p-postList__item .p-postList__thumb.c-postThumb{
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 170px;
}
/*main ul.p-postList.-type-list li.p-postList__item .p-postList__thumb.c-postThumb .c-postThumb__figure{
  height: 100%;
  width: 100%;
}*/

/* 本文 */
main ul.p-postList .p-postList__body,
.ranking ul.p-postList .p-postList__body{
  display: flex;
  flex-direction: column;
}
/* カード本文 */
main ul.p-postList.p-postList.-type-card .p-postList__body,
.ranking ul.p-postList.p-postList.-type-card .p-postList__body{
  padding: 1em;
}
/* リスト本文 */
main ul.p-postList.-type-list .p-postList__body{
  padding-left: 1em;
}

/* リスト矢印 */
.p-postList-arrow,
.ranking .p-postList__body:last-child{
  margin-top:auto;
  text-align: right;
  text-decoration: none!important;
  width: 100%;
  display: inline-block;
}
main ul.p-postList .p-postList__body .icon-more_arrow,
.ranking ul.p-postList .p-postList__body .icon-more_arrow{
  font-size: 1.5em;
  color: var(--color_main);
}
main ul.p-postList.p-postList .p-postList__body .icon-more_arrow::before,
.ranking ul.p-postList.p-postList .p-postList__body .icon-more_arrow::before {
  vertical-align: bottom;
}
/* カードメタ情報 */
main ul.p-postList .p-postList__meta,
.ranking ul.p-postList .p-postList__meta{
  flex-direction:column;
  align-items: flex-start;
}

/* カテゴリ */
main ul.p-postList .p-postList__cat,
.ranking ul.p-postList .p-postList__cat{
  background: #183C74 0% 0% no-repeat padding-box;
  border-radius: 3px;
  padding: 4px 5px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.72px;
  color: #FFFFFF;
}
main ul.p-postList .p-postList__cat::before,
.ranking ul.p-postList .p-postList__cat::before{
  display:none;
}
.p-postList-arrow>br{
  display: none;
}

/* ------------------------------------------------------------- */

/* 時間 */
main ul.p-postList time,
.ranking ul.p-postList time{
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #A9ADB2;
  padding-top: .5rem;
  padding-bottom: 1rem;
}
/* ランキングの時間 */
.ranking .p-postList.-type-card time{
  padding-bottom:0;
}


/* ランキング */
.ranking {
  margin: 0 auto 6em!important;
  max-width: var(--container_size);
  padding: 0 46px;
  position: relative;
}
.ranking ul.p-postList{
  flex-wrap: nowrap;
}
.ranking .top_head_text::after {
  display:block;
  content:"";
  width: 88px;
  height:58px;
  position:absolute;
  top: -30px;
  left: -30px;
  z-index:200;
  background-image:url("/wp-content/themes/swell_child/image/PC_ranking_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/* 順位数字 */
.ranking .rank_number {
  display: block;
  position: relative;
  top: .25em;
  font: italic normal bold 48px/57px Roboto;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.5;
  text-shadow    : 
    1px  1px 0px rgba(24, 60, 116, 0.5),
    -1px  1px 0px rgba(24, 60, 116, 0.5),
    1px -1px 0px rgba(24, 60, 116, 0.5),
    -1px -1px 0px rgba(24, 60, 116, 0.5),
    1px  0px 0px rgba(24, 60, 116, 0.5),
    0px  1px 0px rgba(24, 60, 116, 0.5),
    -1px  0px 0px rgba(24, 60, 116, 0.5),
    0px -1px 0px rgba(24, 60, 116, 0.5);
}
.ranking .p-postList__item{
  padding:0;
  width: 100%;
}
.rank_contents{
  padding:0;
}
.ranking .swiper-wrapper.p-postList.-type-card {
  margin: 0 auto!important;
  align-items: stretch;
}
/* ランキングページネーション */
.rank_pagination{
  text-align: center;
}

/* top articles moreボタン */
.top_article_list .btn_text{
  background-color: #183C74;
  box-shadow: 6px 6px 16px #98BBE229;
  color: #fff;
  width: 360px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width:959px){
  .top_article_list .btn_text{
    width: 100%;
  }
}
.top_article_list .btn_text::after{
  content: "\e921";
  font-size: 1.5rem;
  font-weight: bold;
}

.w-frontTop,
.w-frontTop + .post_content{
  margin-bottom:0;
}
.w-frontBottom{
  margin-top:0;
}

h2.pickup_title {
  margin-bottom: 20px;
  font-weight: 900;
}


/* フッター直前ウィジェット */
#before_footer_widget .l-container{
  background-color: #fff;
  margin: 0;
  max-width: 100vw;
  padding: 0;
}
/* ダウンロード帯部分 */
.download-belt {
  background-color: #69A3D2;
  padding: 0 200px;
  width: 100vw;
  justify-content: center;
}
/* ダウンロード帯部分　タイトル */
.download-belt h4 {
  font-size: x-large!important;
  width: 100%;
}
.dl_btn a.swell-block-button__link {
  flex-direction: row-reverse;
}
.dl_btn a.swell-block-button__link>span{
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 30px;
  font-weight: bold;
}
.dl_btn a.swell-block-button__link i{
  margin-right: 0;
  margin-left: .5em;
}
.dl_btn a.swell-block-button__link i::before{
  font-weight: bold;
}

/* ランキング PCは日本語を下に */
.ranking .top_head_text>sup{
  display: block;
}
/* ランキングスライダー矢印 */
.rank_button-prev, 
.rank_button-next{
  position: absolute;
  top: 40%;
  background-image: none;
  margin:0 auto;
  border-radius: 10px;
  z-index:1;
}
.rank_button-prev{
  left: 7%;
}
.rank_button-next{
  right: 7%;
}
.rank_button-next::before,
.rank_button-prev::before {
  display:block;
  position:relative;
  top:50%;
  width: 46px;
  height: 46px;
  background-color: var(--color_main);
  box-shadow: 3px 3px 11px #4E80AA4A;
  border-radius: 10px;
  color: #fff;
  font-family: 'icomoon';
  font-size:30px;
  line-height: 46px;
  text-align:center;
}
.rank_button-next::before{
  content: "\e921";
}
.rank_button-prev::before{
  content: "\e911";
}

/* ダウンロード帯下のスペース削除 */
.post_content.p-blogParts {
  margin: 0;
}

/* トップスライド */
/*.p-postSlider__postList .swiper-slide-active {
  width: 50%!important; 
}
.p-postSlider__postList .swiper-slide-prev,
.p-postSlider__postList .swiper-slide-next {
  width: 25%!important;
}*/
.p-postSlider__postList{
  align-items:center;
}
/* スライダータイトル部分カラー */
.p-postSlider__postList .p-postList__item{
  border-radius: 12px;
}
.p-postSlider__postList .p-postList__link {
  border-radius: 12px;
  background-color: var(--color_main);
}
/* スライダータイトル・日付の並び */
.p-postSlider__postList .p-postList__body{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items:center;
  padding: 0 1em .75em;
  border-radius: 0 0 12px 12px;
}
/* スライダータイトル */
.p-postSlider__postList .p-postList__title{
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* スライダー画像 */
.p-postSlider__postList .p-postList__thumb{
  border-radius: 12px 12px 0px 0px;
}
/* スライダー共通 矢印 */
.swiper-button-next,
.swiper-button-prev {
  top: 50%!important;
  width:46px!important;
  height:46px!important;
  background-color: #183C74!important;
  box-shadow: 3px 3px 11px #4E80AA4A;
  margin:0 auto;
  border-radius: 10px;
  padding: 12px 20px;
}
/*.p-postSlider .swiper-button-prev{
  left: calc(25% - 1em)!important
}
.p-postSlider .swiper-button-next{
  right: calc(25% - 1em)!important
}*/
/* スライド共通　矢印サイズ */
.swiper-button-next svg, 
.swiper-button-prev svg{
  width: 6px;
  height: 12px;
}
/* スライダー　ページネーション */
.swiper-container-horizontal+.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination-bullet{
  background-color: #A9ADB2!important;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: var(--color_main)!important;
}

/* カテゴリーリスト＝ピックアップバナー */
h2.pickbnr_title {
  margin: 0 auto;
  display:flex;
  text-align: center;
  flex-direction: column;
  margin-bottom: .5em!important;
}

.p-pickupBanners ul.p-pickupBanners__list {
    width: 100%;
    margin: 0 auto;
}

.p-pickupBanners li.p-pickupBanners__item {
    padding: 8px 20px;
}

.p-pickupBanners figure.c-bannerLink__figure {
  width: 77px;
  height: 77px;
  border: 2px solid #DA6A38;
  border-radius: 50%;
  z-index: 10;
  background-color: #fff;
}

.p-pickupBanners figure.c-bannerLink__figure img{
  height: 32px;
  width: auto;
  margin:calc( (75px - 32px)/2 ) auto;
  box-shadow: none;
}

.p-pickupBanners a.c-bannerLink {
  box-shadow: none!important;
  height: 77px;
  border-radius: 5px!important;
  font: normal normal bold 18px/27px Noto Sans JP;
  letter-spacing: 1.8px;
  color: #FFFFFF;
}

.p-pickupBanners .c-bannerLink:not(.-hov-off):hover .c-bannerLink__figure{
  opacity: 1;
}

.p-pickupBanners span.c-bannerLink__label {
  text-shadow: inherit!important;
  line-height: 64px;
  background: #DA6A38 0% 0% no-repeat padding-box;
  border-radius: 5px;
  height: 64px;
  display:block;
  border-left: 20px solid #fff;
  width: calc( 100% - 30px );
  margin-left: 30px;
  text-align: left;
  padding-left: 50px;
}

.p-pickupBanners .c-bannerLink::after {
  content: "\e921";
  position: absolute;
  width: auto;
  height: 100%;
  right: 1em;
  top: 0;
  z-index: 2;
  line-height: 77px;
  text-align: right;
  font-family: icomoon!important;
}


/* サイドバー広告掲載 */
.side_ad_block{
  background: #183C74 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 2.5em 1em;
  border-radius: 1em;
}
.side_ad_block h2.is-style-section_ttl{
  font: normal normal bold 20px/29px Noto Sans JP;
  letter-spacing: 2px;
  margin: 1em 0 2em;
}
.side_ad_block h2.is-style-section_ttl::after{
  display: block;
  position: relative;
  top: 1em;
  left: calc(( 100% - 2em )/2);
  width:2em;
  height:2px;
  content:"";
  background-color:#fff;
}
.side_ad_block h3.is-style-section_ttl{
  font: normal normal bold 16px/29px Noto Sans JP;
  letter-spacing: 0.96px;
  margin: 1em 0;
}
.side_ad_block p {
  letter-spacing: 0.84px;
  font: normal normal normal 14px/29px Noto Sans JP;
  margin-bottom: 2em;
}
.side_ad_block .swell-block-button__link{
  width:100%;
  font: normal normal bold 16px/24px Noto Sans JP;
  letter-spacing: 0.96px;
  flex-direction: row-reverse;
}
.side_ad_block a.swell-block-button__link::after {
  content: "\e921";
  position: absolute;
  right: 1.25em;
  font-family: icomoon; 
}
.side_ad_block .swell-block-button__link:hover{
  background-color: #fff;
  color:#183C74!important;
}

/* slider 画像 */
.p-postSlider::before {
  background-position: bottom;
}

/* フロントページは背景色を変更 */
.home,
.archive{
  background-color: #eef6fb;
}

/* pickupバナーは背景白 */
.home .pickup_banner_wrap {
  background-color: #fff;
  padding: 2em;
}
.top #content {
  padding-top: 2em!important;
}

/* サイドバー shadow */
#sidebar .c-widget{
  box-shadow: 3px 6px 12px #c3ccd642;
  border-radius: 10px;
}

/* アーカイブページ タイトルエリア */
.l-topTitleArea{
  min-height: 5rem;
}
.archive .p-breadcrumb,
.archive .l-topTitleArea{
  background-color: #fff;
}
.archive .l-topTitleArea .l-topTitleArea__body{
  color: #183C74;
  text-shadow: none;
  font: normal normal bold 30px/45px Noto Sans JP;
  letter-spacing: 3px;
}
.archive .l-topTitleArea .c-pageTitle__subTitle{
  color: #222424;
  font: normal normal bold 20px/29px Noto Sans JP;
  letter-spacing: 2px;
  opacity: 1;
  margin-left: 0;
}


/* ページネーション */
[class*="page-numbers"] {
  border-radius: 5px;
  background-color: #fff;
  border: none!important;
  font: normal normal medium 14px/16px Roboto;
  letter-spacing: 0px;
}
.-body-solid [class*=page-numbers] {
  box-shadow: none;
}


/* 新規post */
#content .p-postList__item.new_post::before {
  background: #DA6A38 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #D9B7A7;
  position: absolute;
  top: -10px;
  left: -10px;
  width:54px;
  height:54px;
  border-radius: 50%;
  content: "new";
  text-align: center;
  font: normal normal normal 13px/54px Raleway;
  letter-spacing: 1.3px;
  color: #FFFFFF;
  z-index:200;
  transform: matrix(0.94, -0.34, 0.34, 0.94, 0, 0);
}

/* ボタンアイコン右側 */
.ico_right a{
  flex-direction: row-reverse;
  justify-content: space-between!important;
}

/* padding bottom 0 */
.pb_0{
  padding-bottom:0;
}

/* shareボタン */
/* share btn 見出し */
.share_btn_head{
  font: normal normal 800 32px/37px Raleway;
  letter-spacing: 0px;
  color: var(--color_main);
}
/* 追加テキスト */
span.share_text {
  color: #fff;
}
/* アイコン横並び */
.c-shareBtns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* share ボタンテキストサイズ */
.c-shareBtns .c-shareBtns__list .c-shareBtns__item a {
  font: normal normal normal 12px/26px Noto Sans JP;
  letter-spacing: 0.72px;
}
.c-shareBtns .c-shareBtns__list .c-shareBtns__item a i{
  font-size: 12px;
}
/* shareテキストの／を非表示 */
.__text::before,
.__text::after{
  display:none!important;
}
/* shareテキストのフォント */
.__text{
  font: normal normal bold 16px/24px Noto Sans JP;
  letter-spacing: 1.6px;
  color: var(--color_main);
}
/* shareボタン幅調整 */
.c-shareBtns__item a{
  padding: .5em 2em;
}
/* ページ上部の時の文字設定 */
.c-shareBtns.-top .c-shareBtns__list {
  justify-content: flex-end;
}
.c-shareBtns.-top .c-shareBtns__list .c-shareBtns__item a {
  padding: .2em 1em;
}

/* 記事 カテゴリ表示 */
.smf_category .c-categoryList__link {
  border-radius: 4px;
  font-size: small;
  line-height: 1.5;
}
.smf_category .c-categoryList::before {
  display: none;
}

/* 記事タイトルサイズ */
.c-postTitle_ttl{
  font-size: xx-large;
}

/* 関連記事 */
/* 関連記事ウィジェット（デフォルト）　幅1列 */
@media screen and (min-width: 1240px){
  .-related .-type-list .p-postList__item {
    width: 100%;
  }
}
.-related .-type-list .p-postList__link,
.-related .-type-list2 .p-postList__link {
  align-items: center;
}
/* タイトル */
.-related .-type-list .p-postList__title {
  font: normal normal bold 20px/28px Noto Sans JP;
  letter-spacing: 2px;
}
/* 時間色 */
.p-postList__times{
  font: normal normal normal 12px/14px Roboto;
  letter-spacing: 0px;
  color: #A9ADB2;
}

/* 著者ボックス */
.p-authorBox{
  border: none;
  background-color: #F5F5F5;
  border-radius: 0!important;
  align-items:center;
}
/* アバターのborder */
.p-authorBox .avatar{
  border: none;
  vertical-align: middle;
}
/* アバターとテキストの線削除 */
.p-authorBox__r {
  border: none;
}
/* 著者名 */
.p-authorBox__name{
  font-size: larger;
  line-height: 1.5;
  letter-spacing: 1.08px;
  margin: 1rem 0;
}

/* 見出しのデザイン */
.post_content h2{ 
  color: var(--color_text);
  font-size: x-large;
  padding: 0 .5em .5em;
}
.post_content h2::before {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 10%,#DCDEE2 10%,#DCDEE2 100%);
}
@media (min-width: 600px){
  .post_content>h2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.post_content h3{ 
  letter-spacing: 1.32px;
  color: var(--color_htag);
  line-height: 2;
}
.post_content h4{ 
  color: var(--color_htag);
  border: 1px solid var(--color_htag);
  padding: .25em 1em;
  display: inline-block;
  margin: 2em 0 1em;
}
@media (min-width: 600px){
  .post_content h4 {
    font-size: 1em;
  }
}

/* セクションタイトル 関連記事見出し */
h2.c-secTitle{
  color: var(--color_htag);
  border-left: none;
  letter-spacing: 1.32px;
  padding: 0em .5em .5em;
}
h2.c-secTitle::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color_htag);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
}

/* 吹き出し　名前 */
.c-balloon__iconName{
  font-size:14px;
  font-weight: bold;
  line-height:2;
  letter-spacing: 0.84px;
  color: var(--color_main);
  opacity: 1;
}
/* 吹き出し 名前 */
@media (min-width: 600px){
  .c-balloon__icon {
    width: auto;
  }
}
/* 吹き出し　文字サイズ */
.c-balloon .c-balloon__text>p {
  font-size: 0.95em;
}

/* テーブル */
.post_content thead td,
.post_content thead th{
  color: var(--color_text);
  background-color:#F5F5F5;
 }
.post_content .rowheader tbody td:first-child {
  color: var(--color_text);
  background-color:#F5F5F5;
  font-weight: bold;
}
.post_content .wp-block-table{
  margin: 2em auto;
}
/* テーブルボーダー */
.post_content td:last-child, .post_content th:last-child {
  border-right: solid 1px #A9ADB2;
}
.post_content td, .post_content th {
  border-top: solid 1px #A9ADB2;
  border-left: solid 1px #A9ADB2;
}
.post_content tr:last-child>td {
  border-bottom: solid 1px #A9ADB2;
}

/* 目次 */
.-simple.p-toc {
  border-color:#70707033;
  background-color: #f5f5f5;
}
/* 目次タイトル */
.p-toc__ttl{
  color: var(--color_main);
  font-weight: bold;
  border-bottom: none!important;
  padding: 0 .5em!important;
}
/* 目次アイコン削除 */
.p-toc__ttl::before{
  display: none;
}
/* 目次リスト文字サイズ */
.p-toc__list{
  font-size: .95em;
}
/* 下線 */
.p-toc__list li a{
  text-decoration:underline;
}

/* サイドバー カテゴリーリスト */
.sidebar_cat_list{
  background-color: #fff;
  border-radius: 10px;
  padding: 2em 1em;
}
.sidebar_cat_list p{
  border-bottom: 1px solid #70707033;
  margin-bottom: 1em;
}
.sidebar_cat_list p a {
  display: flex;
  align-items: center;
  margin: .5em 1em;
  color: var(--color_main);
}
.sidebar_cat_list p a:hover{
  text-decoration: none;
  font-weight: 700;
}
.sidebar_cat_list p a img{
  margin-right: 1em;
}
.sidebar_cat_list p a *:last-child{
  margin-left: auto;
}
/* サイドバーカテゴリーリストタイトル */
.sidebar_cat_list_titile{
  font: normal normal 800 24px/29px Raleway;
  letter-spacing: 0px;
}
.sidebar_cat_list .sidebar_cat_list_titile {
  margin-bottom: .5em!important;
  padding: .5em 0;
}

/* トップページにはカテゴリーリストは表示しない */
.top .sidebar_cat_list{
  display: none;
}


/* サブメニューのアイコン表示 */
/* サブメニュー表示位置の移動 */
.cat_icon_list .sub-menu {
  -webkit-transform: translateX(-25%)!important;
  transform: translateX(-25%)!important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 250%;
  padding: 1em;
}
.cat_icon_list .sub-menu li{
  width: 48%;
  display: inline-block;
}
/* サブメニューアイコン分の余白 */
.cat_icon_list .sub-menu li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #70707033;
  color: var(--color_main);
}
/* 下2つの線を削除 */
.cat_icon_list .sub-menu .icon05 a,
.cat_icon_list .sub-menu .icon06 a{
  border-bottom: none;
}
/* アイコン設定 */
/* ヘッダーサブメニュー アイコン設定 */
/* アイコンを先頭に */
.cat_icon_list .sub-menu .sp_menu_icon{
  order: 0;
  max-height: 22px;
  max-width: 22px;
  margin-right: .5em;
}
/* テキストを2番目 */
.cat_icon_list .sub-menu a .ttl{
  order: 1;
}
/* > の表示 */
.cat_icon_list .sub-menu a::before {
  content: "\e921";
  font-family: icomoon!important;
  /* border:1px solid; */
  margin-left: auto;
  order: 100;
}


/** トップページ サービス一覧 リスト **/
.top_cat_post_list_area{
  background-color: #fff;
  padding: 2em;
}
.cat_slide{
  overflow: hidden;
  max-width: var(--container_size);
}
.top_cat_list_title{
  margin: 0 auto;
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-bottom: .5em!important;
}
.top_cat_post_list_wrap {
/*   display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content:space-between; */

  /*padding: 2em 2em;*/
/*   margin: 0 auto 2em; */
}
.top_cat_post_list {
  padding: 1em;
  width: calc(( 100% - 1em )/3);
  box-shadow: 3px 6px 12px #c3ccd642;
  border-radius: 1em;
}
.top_cat_post_list h3{
  font-size: x-large;
  font-weight: 800;
  font-family: Raleway, Noto Sans JP;
  color:var(--color_main);
  text-align:center;
}
.cat_post_list {
  counter-reset: num;
}
.cat_post_item .cat_post_link {
  display: flex;
  flex-direction: row;
}
.cat_post_link:hover {
  opacity: .8;
  text-decoration: underline;
}
.cat_post_image_wrap {
  min-width: 30%;
  max-width: 30%;
}
.cat_post_figure {
  height: 100%;
  min-height: 80px;
  min-width: 80px;
  text-align: center;
}
.cat_post_image {
  object-fit: contain;
}
.cat_post_body {
  width: 60%;
  float: left;
  padding: 0 .25em;
}
.cat_post_meta {
  display: flex;
  flex-direction: column;
  color: #A9ADB2;
  font-size: smaller;
}
.cat_post_title {
  line-height: 1.2;
  font-size: smaller;
}
.cat_post_item {
  padding: 1em 0;
}
.cat_post_item:not(:last-child) {
  border-bottom: 1px solid #70707033;
}
.cat_post_item.more_link{
  text-align:center;
}
.cat_post_item.more_link a {
  color: var(--color_main);
  border: 1px solid var(--color_main);
  border-radius: 1.5em;
  display:inline-block;
  width: auto;
  padding: .2em 2em;
  margin:0 auto;
}
.cat_post_item.more_link a i{
  margin-left: .5em;
}
.cat_post_star .c-reviewStars:last-child {
  margin-right: .5em;
}
/* 三角形の順位表示 */
.cat_post_item .cat_post_image_wrap{
  position: relative;
  float: left;
}
.cat_post_item:not(:last-child) .cat_post_image_wrap::before {
  content: "";
  border-bottom: 3em solid transparent;
  border-left: 2.2em solid var(--color_text);
  position: absolute;
  z-index: 100;
}
.cat_post_item .cat_post_image_wrap::after {
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  z-index: 101;
  color: #fff;
  position:absolute;
  top:0;
  left: .2em;
  font-weight:900;
  font-size: 1.2em;
  font-style:italic;
  line-height: 1.3;
}
.cat_post_item:nth-child(1) .cat_post_image_wrap::after{
  color: gold;
}
.cat_post_item:nth-child(2) .cat_post_image_wrap::after{
  color: silver;
}
.cat_post_item:nth-child(3) .cat_post_image_wrap::after{
  color: #ac6b25;
}
/* スライダー矢印 */
.swiper-button-next, 
.swiper-container-rtl,
.swiper-button-prev{
  background-image: none;
}
.top_cat_post_list_area .swiper-button-next,
.top_cat_post_list_area .swiper-button-prev{
  vertical-align:middle;
  padding:0;
}
.top_cat_post_list_area .swiper-button-next::before,
.top_cat_post_list_area .swiper-button-prev::before {
  display:block;
  color: #fff;
  font-family: 'icomoon';
  font-size:30px;
  line-height: 46px;
  text-align:center;
}
.top_cat_post_list_area .swiper-button-next::before{
  content: "\e921";
}
.top_cat_post_list_area .swiper-button-prev::before{
  content: "\e911";
}
.top_cat_post_list_area .swiper-pagination {
  bottom: 0;
}

/* アイコン付きボタンのアイコンを右に寄せる */
.swell-block-button .swell-block-button__link[data-has-icon]{
  flex-direction: row-reverse;
}
.swell-block-button .swell-block-button__link[data-has-icon] svg.__icon{
  margin-left: .5em;
}
/* far fa-window-restoreが指定されるとアイコンを置き換える */
/*.swell-block-button .swell-block-button__link[data-has-icon] svg.__icon.svg-inline--fa.fa-window-restore{
  display: none;
}
.swell-block-button .swell-block-button__link[data-has-icon]::before{
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image:url("/wp-content/themes/swell_child/image/window_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 .5em;
}*/

/* スマホデザイン */
.p-spMenu__inner{
  z-index: 500;
}

/* カートページ page-cart.php */
.cart .post_content {
  margin-top: 0;
}
/* 資料名 */
.dl_filename{
  font-size: 24px;
  letter-spacing: 1.44px;
}
.comma{
  font: normal normal bold 24px/54px Noto Sans JP;
  letter-spacing: 1.44px;
  color:#A9ADB2;
}
/* サブタイトル */
.dl_subtitle{
  font-size:16px;
  font-weight:normal;
  letter-spacing: 0px;
}
.cart .c-pageTitle {
  margin-bottom: 1em;
}
/* リスト */
.post_content .cart_list {
  list-style: none;
  padding-left: 0;
}
/* リストアイテム */
.cart_list .cart_list_item{
  display: flex;
  padding: 2em 0;
}
.cart_list .cart_list_item{
  border-bottom: 1px solid #70707020;
}
/* サムネイル */
.cart_list .cart_file_thumb {
  width: 320px;
  height: 240px;
  object-fit:contain;
  border: 1px solid #A9ADB2;
}
/* 右側ボックス */
.cart_file_meta{
  margin-left: 1em;
}
/* 説明文 */
.cart_file_desp{
  font: normal normal normal 14px/25px Noto Sans JP;
  letter-spacing: 0.84px;
  margin-bottom: 1em;
}
/* 削除ボタン */
.cart_item_remove{
  display: inline;
  padding: 0 .75em;
  border: 1px solid #DA6A38;
  color:#DA6A38;
  font-size:16px;
  font-weight: bold;
  letter-spacing: 1.6px;
  cursor: pointer;
}
.cart_item_remove>i{
  margin-right: .5em;
}
.cart_item_remove:hover {
  background-color: #DA6A38;
  color: #fff;
}
/* カート内プロフィール */
/* プロフィールヘッダー */
.cart-profile>h3{
  margin-bottom:0;
}
.cart-profile>h3>a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
  color: var(--color_main);
  display: inline-block;
  padding-top:10px;
  border-bottom: 1px solid var(--color_main);
}
.cart-profile>h3>a::before{
  content: "";
  display:inline-block;
  margin-right: .5em;
  background-image:url("/wp-content/themes/swell_child/image/editor_icon@2x.png");
  background-repeat:no-repeat;
  background-position:bottom;
  background-size:contain;
  width:17px;
  height:17px;
  vertical-align: middle;
}
/* プロフィール表示 */
.cart-profile .user_row {
  height: 75px;    
  border-bottom: 1px solid #70707033;
  display: flex;
  flex-direction:row;
  align-items:center;
  justify-content:stretch;
  padding: 10px 20px;
}
/* 画像は表示しない */
.cart-profile .user_row:last-child{
  display:none;
}
/* ラベル横幅 */
.cart-profile .user_row label{
  width: 220px;
}
/* プロフィール登録内容 */
.cart-profile .user_row span{
  width: auto;
  font-weight:bold;
}
/* ショートコード内の編集文字は非表示 */
.cart-profile .user_profile+a{
  display:none;
}
/* フッター直前ウィジェットを非表示
  カート、ログイン、会員登録、パスワードリセット、プロフィール、レビュー投稿後
 */
.page-template-page-member>#before_footer_widget .ranking,
.page-template-page-review_posted>#before_footer_widget,
.cart+.w-beforeFooter .ranking{
  display: none;
}
/* レビュー投稿後 */
/* ダウンロードログボタン */
.dl_log_btn {
  display: flex;
  flex-direction: column;
  text-align:center;
}
.dl_log_msg {
  font-size: 12px;
  letter-spacing:.72px;
}
.dl_log_btn .dl_log {
  display:block;
  margin: 0 auto 30px;
  width: 360px;
  height: 64px;
  border-radius: 40px;
  font-size:16px;
  font-weight:bold;
  line-height: 64px;
  color: #fff;
  background-color:#DA6A38;
}
.dl_log_btn .dl_log:hover{
  opacity: .8;
}
.dl_log_btn .dl_log::after{
  content: "\e921";
  font-size:16px;
  line-height: 64px;
  font-family:icomoon!important;
  display:inline-block;
  width: 1em;
  height: 64px;
  position:relative;
  right: -2em;
}
/* DLログエラー */
.dl_log_err{
  display: none;
}

/* サイドバー関連資料 */
/* 全体をスクロール可能にする */
.related-files{
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding-bottom: 1em;
}
.cart-list-header {
  background-color: var(--color_main);
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  height: 52px;
  text-align: center;
  font: normal normal bold 18px/52px Noto Sans JP;
  letter-spacing: 1.8px;
}
.cart-list-form {
  margin: 0 1em;
}
.cart-list{
  max-height: 400px;
  overflow:scroll;
}
.cart-list-item {
  display: flex;
  flex-direction: column;
  margin-top: -1em;
}
.cart-list-item:not(:last-child) {
  margin-bottom: 2em;
}
/* 画像サイズ */
.product-file-thumbnail {
  max-height:188px;
  margin:0 auto;
  border: 1px solid #70707033;
}
/* ファイル名 */
.cart-list .filename{
  border: none;
  height: auto;
  max-height: 100%;
  font: normal normal bold 16px/28px Noto Sans JP;
  letter-spacing: 0.96px;
}
/* 説明文 */
.cart-list .filename .filedesp{
  font: normal normal normal 14px/25px Noto Sans JP;
  letter-spacing: 0.84px;
}
/* チェックボックス の装飾 */
.cart-list input[type="checkbox"] {
  position:relative;
  top: 2em;
  width: 1.5em;
  height: 1.5em;
  margin: .25em;
  z-index: 10;
}
.cart-list input[type="checkbox"]::before{
  content: "";
  display: block;
  width: 2em;
  height:2em;
  background: #D5D5D5 0% 0% no-repeat padding-box;
  border: 1px solid #A9ADB2;
  border-radius: 3px;
  z-index: 10;
}
.cart-list input[type="checkbox"]:checked::before{
  background: #183C74;
  content: "\e923";
  color:#fff;
  font-family: icomoon!important;
  line-height:1.5em;
  text-align:center;
}
/* 資料追加ボタン */
.cart-all {
  display: block;
  width: 100%;
  height: 52px;
  border-radius:10px;
  text-align: center;
  color:#fff;
  background: #DA6A38 0% 0% no-repeat padding-box;
  border:none;
  font-size:15px;
  font-weight:bold;
  line-height: 52px;
  margin-top: 1em;
  padding: 0;
}
.cart-all:disabled{
  opacity: .8;
  cursor: default;
}
.cart-all:disabled::after {
  cursor: default;
}
.cart-all:hover{
  opacity: .8;
}
.cart-all::after{
  content: "\e921";
  position: relative;
  display: block;
  height: 52px;
  top: -52px;
  left: 0;
  margin-right: 1em;
  z-index: 100;
  text-align: right;
  color:#fff;
  font-family: icomoon!important;
}

/* パンくず ホームアイコンを削除 */
.p-breadcrumb .icon-home::before{
  display: none;
}

/* レビュー投稿後画面 */
.page-template-page-review_posted {
  background-color:#69A3D21A;
}
.page-template-page-review_posted #content{
  background-color: #fff;
  border-radius: 10px;
  margin-top: 2em;
}
.page-template-page-review_posted #main_content{
  margin-bottom: 2em;
}
.page-template-page-review_posted .l-mainContent .c-pageTitle{
  border-bottom:none!important;
  text-align: center;
}
.page-template-page-review_posted .c-pageTitle__inner{
  display: inline-block;
  width: 100%;
  border-bottom:none!important;
  font: normal normal bold 32px/54px Noto Sans JP;
  letter-spacing: 3.2px;
  color: var(--color_main);
  text-align:center;
}

.pickup .-type-card.-pc-col3 .p-postList__item {
  width: 33.3%
}
.pickup .p-postList.-type-card, 
.pickup .p-postList.-type-thumb{
  margin-left: 0;
  margin-right: 0;
}

/* 検索 タブ */
/* 右寄せ */
#content .c-tabList {
  justify-content: flex-start;
}
#content .c-tabList .c-tabList__item{
  margin-bottom:0;
  padding:0;
}
/* 吹き出し形を止める */
.is-style-balloon .c-tabList__button::before {
  display: none;
}
/* activeボタンカラー */
.is-style-balloon .c-tabList__button:hover, 
.is-style-balloon .c-tabList__button[aria-selected=true]{
  background: var(--color_gray);
  color: var(--color_text);
  border-bottom: 2px solid var(--color_main);
}
/* ボタンシャドウ削除 */
.-body-solid .is-style-balloon .c-tabList__button {
  box-shadow: none;
}


/* ヘッダーバーの検索フィールド */
.l-header__bar .c-searchForm{
  display: inherit;
}
.l-header__bar button.c-searchForm__submit {
  position: relative;
  top: 5px;
  height: 20px;
}
.l-header__bar input.c-searchForm__s {
  border: 1px solid #A9ADB2;
  border-radius: 4px!important;
  line-height: 1.5;
  padding: 4px;
  width: 14rem;
}

/* 検索ポップアップ */
input.c-searchForm__s {
  border: 2px solid var(--color_link);
  border-radius: 40px!important;
  padding: 4px 44px 4px 12px;
}
input.c-searchForm__s:active,
input.c-searchForm__s:focus {
  outline: none!important;
}

.c-searchForm__submit.icon-search.hov-opacity.u-bg-main {
  background-color: transparent!important;
  color: var(--color_main)!important;
  border: none;
}

.c-searchForm__submit.icon-search.hov-opacity.u-bg-main::before{
  color: var(--color_main)!important;
}


/* サービス一覧、サービス＞カテゴリ一覧 */
.service-archive ul.p-postList.-type-list li{
  height: auto;
}
.service-archive ul.p-postList.-type-list li.p-postList__item .p-postList__item_inner >.p-postList__link{
  width: 20%;
}
.service-archive ul.p-postList.-type-list li.p-postList__item .p-postList__body{
  width: 80%;
}
.service-archive ul.p-postList.-type-list li.p-postList__item .p-postList__thumb.c-postThumb {
  height: 120px;
  width: 120px;
}
.service-archive ul.p-postList.-type-list li.p-postList__item .p-postList__thumb.c-postThumb figure.c-postThumb__figure {
  height:120px;
  width: 120px;
}
.service-archive ul.p-postList.-type-list li.p-postList__item .p-postList__thumb.c-postThumb figure.c-postThumb__figure .c-postThumb__img{
  height:120px;
  width: 120px;
  object-fit: cover;
}

@media (max-width:959px){
  /* コンテンツ幅 */
  .l-container{
    padding-left: 0;
    padding-right: 0;
  }
  .l-container>main,
  .l-topTitleArea,
  .p-breadcrumb,
  .l-footer{
    padding-left: 18px;
    padding-right: 18px;
  }
  .l-footer{
    background-color: var(--color_main);
  }
  .l-container .l-sidebar {
    width: 100%;
  }
  /* ヘッダーカラー */
  .l-header{
    color: var(--color_main);
    background-color: #fff;
  }
  .l-header__inner{
    color: var(--color_main);
  }
  /* ヘッダーロゴ */
  .l-header__logo{
    text-align: left!important;
    padding: 0;
  }
  .sp_logo{
    color: var(--color_main)!important;
    font: normal normal 900 24px Raleway;
  }
  .sp_catch {
    color: var(--color_link);
    font-size: 7pt;
    display: block;
    white-space: nowrap;
  }
  /* パンくず折り返し */
  .p-breadcrumb__list {
    flex-wrap: wrap;
  }
  /* サイズの調整 */
  .l-header__menuBtn.sp_,
  .l-header__customBtn.sp_ {
    width: 40px
  }
  /* スライダー */
  .p-postSlider__postList .p-postList__item,
  .p-postSlider__postList .swiper-slide-active,
  .p-postSlider__postList .swiper-slide-prev,
  .p-postSlider__postList .swiper-slide-next {
    width: 100%!important; 
  }
  .p-postSlider .p-postList__item{
    padding: 0 1.5em!important;
  }
  /* スライダー画像まるめ */
  .p-postSlider__postList .p-postList__thumb{
    border-radius: 12px;
  }
  /* スライダータイトル非表示 */
  .p-postSlider__postList .p-postList__body{
    display: none;
  }
  /* 全スライダー矢印非表示 */
  .swiper-button-next,
  .swiper-button-prev,
  .rank_button-prev,
  .rank_button-next {
    display: none;
  }
  /* スライダーページネーション */
  .p-postSlider .swiper-pagination{
    bottom: 10px!important;
  }
  /* ピックアップバナー = カテゴリ一覧 */
  .p-pickupBanners li.p-pickupBanners__item {
    padding: 8px 0px;
  }
  .p-pickupBanners a.c-bannerLink{
    height: 60px;
  }
  .p-pickupBanners span.c-bannerLink__label{
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
  }
  /* カテゴリアイコン */
  .p-pickupBanners figure.c-bannerLink__figure{
    height: 60px;
    width: 60px;
  }
  .p-pickupBanners figure.c-bannerLink__figure img{
    margin: calc( (55px - 32px)/2 ) auto;
  }
  /* 矢印 */
  .p-pickupBanners .c-bannerLink::after{
    line-height: 60px;
  }
  /* トップページ 見出し */
  .top_head_text{
    font-size: 30px!important;
    line-height: 35px!important;
  }
  .top_head_text sup{
    font-size: 13px!important;
  }
  /* ランキングアイコン */
  .ranking .top_head_text::after{
    width:43px;
    height: 28px;
    top: -15px;
    left: -15px;
  }
  /* ランキング SPは日本語を横に */
  .ranking .top_head_text>sup{
    display: inline;
  }
  /* ランキング幅調整 */
  .wp-block-columns.has-background.ranking {
    padding: 1em 18px 0;
  }
  .ranking .swiper-slide {
    padding: 0 .5em;
  }

  /* ダウンロード帯 */
  .download-belt{
    flex-direction: column-reverse;
  }
  .download-belt h4{
    font-size: 20px!important;
  }
  /* ダウンロード帯 画像 */
  .download-belt img{
    width: 242px;
  }
  /* ダウンロード帯 テキスト、矢印 */
  .dl_btn a.swell-block-button__link>span,
  .dl_btn a.swell-block-button__link i::before{
    font-size: 14px;
    letter-spacing: 0.84px;
  }
  /* ボタン */
  .dl-btn{
    margin-bottom: .5em;
  }
  .dl_btn>a {
    padding: .75em;
  }
  /* 記事一覧ページ（アーカイブ）のタイトル */
  .archive .c-pageTitle{
    font-size: inherit;
  }
  .archive .l-topTitleArea .l-topTitleArea__body{
    font-size: 22pt!important;
    letter-spacing: 2.2pt!important;
  }
  .archive .l-topTitleArea .c-pageTitle__subTitle{
    font-size: 14pt!important;
    letter-spacing: 1.4pt;
  }
  /* 角丸なし */
  .sp_side_square{
    border-radius: 0!important;
  }
  /* スマホサイドバーは背景白 */
  #sidebar{
    background-color: #fff;
    padding-top: 1em;
    margin-top: 2em;
  }
  /* スマホサイドバーは影なし */
  #sidebar .c-widget{
    box-shadow: none;
  }
  /* スマホサイドバーの余白削除 */
  .l-content{
    margin-bottom: 0;
  }
  .w-beforeFooter{
    margin-top: 0;
  }
  /* 開閉メニュー */
  /* MENUタイトルを非表示 */
  /* メニューを横幅いっぱい */
  .p-spMenu__inner{
    width: 100%;
    background-color: #F0F6FB;
  }
  .c-widget__title.-spmenu:empty{
    display: none;
  }
  .p-spMenu__body{
    display: flex;
    flex-direction: column;
    padding-left: 28px;
    padding-right: 28px;
    height: calc( 100% - 50px );
  }
  .p-spMenu__closeBtn {
    margin:0 auto;
    width: 100%;
    background-color: #fff;
  }
  .p-spMenu__closeBtn .c-iconBtn.-menuBtn {
    justify-content: flex-start;
    padding-left: 4vw;
  }
  .p-spMenu .c-iconBtn__icon {
    padding: 4vw;
  }
  /* スマホメニューヘッダー */
  .p-spMenu__header {
    margin: .7em 28px;
    height: 50px;
    overflow: hidden;
  }
  .p-spMenu__header ul{
    display: flex;
    justify-content: center; 
    background: var(--color_main);
  }
  .p-spMenu__header ul{
    height:auto;
    overflow: hidden;
  }
  .p-spMenu__header .c-spnav .menu-item:not(:last-child):not(.register_btn)::after {
    content: "";
    border-right: 1px solid #fff;
  }
  /* 矢印を非表示 */
  .p-spMenu .c-spnav>li>a::before{
    display:none;
  }
  /* ヘッダーメニューテキスト */
  .p-spMenu__header .c-spnav a{
    display: inline-block;
    margin: .8em;
    padding: .25em .5em;
    border-bottom:none;
    color: #fff;
  }
  /* スマホヘッダーメニュー ボタン風 */
  .p-spMenu__header .c-spnav .loggedin a {
    border-radius: 4px;
    border: 1px solid #fff;
    padding: .25em .5em;
  }
  /* ログインボタン */
  .p-spMenu__header .c-spnav li.login_btn a {
    margin-left: 0;
  }
  .p-spMenu__header .c-spnav li.login_btn.icon-person::before{
    color: #fff;
  }
  /* 会員登録ボタン */
  .p-spMenu__header .c-spnav li.register_btn a {
    background-color: #DA6A38;
    height: auto;
    border-radius: 20px;
  }
  /* スマホメニュー本体 */
  .p-spMenu__nav .c-spnav a{
    padding: .75em .25em .5em;
    padding-left: .7em;
    font-weight: bold;
    font-size: 16px;
    height: 56px;
  }
  /* スマホメニュー サブメニュー */
  .p-spMenu__nav .sub-menu .menu-item a{
    padding: .75em .25em;
    padding-left: .7em;
    font-weight: bold;
    height: 56px;
  }
  /* メニュー文字を真ん中に */
  ul.c-spnav>li.menu-item>a>span.sp_icon {
    line-height: 2!important;
    display: inline-block;
    height: 2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  /* スマホメニュー上部 */
  .p-spMenu__up{
    margin-bottom: 2em;
  }
  /* スマホメニュー検索フォーム */
  .p-spMenu__up .c-searchForm__s{
    border-color: #A9ADB2;
    color: var(--color_text);
  }
  .p-spMenu__up .c-searchForm__submit{
    border-radius: 0 4px 4px 0;
  }
  /* スマホメニュー サブメニュー */
  .p-spMenu__nav .sub-menu>.menu-item {
    background-color: #fff;
    height: 56px;
    margin-bottom: 2px;
  }
  .p-spMenu__nav .sub-menu>.menu-item a{
    height: 56px;
    font-size:inherit;
    font-weight: bold;
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .c-spnav .sub-menu a::after {
    content: "\e921";
    font-family: icomoon!important;
    position: relative;
    right: 10px;
    top: 0;
    margin-left: auto;
    order: 100; /* リストの右端にする */
  }
  /* アコーディオンを全体に */
  .p-spMenu__nav .c-submenuToggleBtn{
    width: 100%;
    text-align: end;
  }
  /* アコーディオンボタン */
  .p-spMenu__nav .c-submenuToggleBtn::after{
    border: none;
  }
  /* スマホサブメニュー アイコン設定 */
  .c-spnav .sub-menu a .sp_icon{
    order: 1;
    line-height: 2;
    height: 2em;
  }
  .c-spnav .sub-menu a .sp_menu_icon {
    order: -1;
    max-width: 28px;
    margin-right: 1em;
  }

  /* スマホではpickupをスライダーに */
/*   .pickup ul{
    flex-wrap: nowrap!important;
  } */
  .pickup-pagination{
    text-align: center;
  }
  .pickup .-type-card.-sp-col1 .p-postList__item{
    width: 100%;
  }

  /* スマホ記事ページのCSS調整 */
  main ul.p-postList.-type-list li.p-postList__item .p-postList__thumb.c-postThumb {
    width: 40%;
    height: auto;
  }
  main ul.p-postList.-type-list li.p-postList__item .p-postList__body {
    width: 60%;
  }
  .c-shareBtns .c-shareBtns__list .c-shareBtns__item{
    width: 100%;
  }
  .c-shareBtns .c-shareBtns__list .c-shareBtns__item a {
    padding: .2em .3em!important;
    font-size: 10px;
  }
  .p-authorBox .avatar {
    width: 60px;
    height: 60px;
  }
  .sidebar_cat_list .sidebar_cat_list_titile{
    font-size: 30px;
  }
  .page_bolt_widget {
    width: 100vw;
    margin-left: -18px;
    padding-left:1.5em!important;
  }
  .page_bolt_widget .wp-block-columns {
    flex-direction:column-reverse;
  }
  .page_bolt_widget .bolt_img figure img{
    transform: none;
    height: 160px;
    object-fit: contain;
  }
  .page_bolt_widget h4{
    font-size: 20px;
    line-height: 1.5;
  }
  .page_bolt_widget h4 br{
    display: none;
  }

  /* スマホ ランキングの横幅 */
  .ranking{
    padding:0;
  }

  /* スマホ　ランキング番号 */
  .ranking .rank_number{
    font-size: 30px;
    line-height: 35px;
  }
  .rankslide{
    margin-top: 0!important;
    margin-left: -.25em!important;
  }

  /* スマホ フッター直前ウィジェット */
  .w-beforeFooter{
    background-color: #fff;
  }

  /* スマホフッター直前ウィジェット rankingを非表示にした後のmargin-top  */
  #before_footer_widget .c-widget+.c-widget{
    margin-top:0;
  }

  /* トップページ サイドバーカテゴリリストのマージン削除 */
  .top .c-widget+.c-widget:last-child{
    margin-top: 0;
  }

  /* スマホ 関連記事タグ非表示 */
  .single .-related .p-postList__cat{
    display:none;
  }
  /* 関連記事文字サイズ */
  .-related .-type-list .p-postList__title {
    font: inherit;
    font-weight: bold;
  }
  main .-related ul.p-postList.-type-list li{
    height: auto;
    margin-bottom: 1em;
  }
  .-related ul.p-postList.-type-list .p-postList__link{
    height: auto;
  }
  .-related .p-postList__item .p-postList__thumb.c-postThumb {
    width: 100%!important;
  }

  /* スマホ カテゴリ（お役立ち資料） */
  .category-useful_document main ul.p-postList.-type-list li{
    height: auto;
  }
  .category-useful_document .p-postList__thumb.c-postThumb {
    width: 100%!important;  
  }

  /* カートページ */
  .dl_filename {
    font-size: 16px;
    letter-spacing: .96px;
  }
  .dl_subtitle {
    font-size: 14px;
  }
  .comma {
    font-size: 16px;
    line-height: 20px;
  }
  .cart_list {
    display: flex;
    flex-direction: column;
  }
  .cart_list .cart_file_thumb {
    width: 110px;
    height: 82.5px;
  }
  .cart_file_desp {
    font-size: 12px;
    letter-spacing: .72px;
    line-height: 20px;
  }
  .cart_item_remove {
    font-size: 10px;
    letter-spacing: 1pt;
    float: right;
  }
  .cart_file_meta {
    width: 100%;
  }
  /* カートページプロフィール */
  .cart-profile>h3>a {
    font-size: 12px;
    letter-spacing: .76px;
    padding-top: .3em;
  }
  .cart-profile>h3>a::before{
    width: 12px;
    height:12px;
  }
  .cart-profile .user_row{
    height: 65px;
    flex-wrap:wrap;
  }
  .cart-profile .user_row label{
    width: 100%;
    font-size:14px;
    letter-spacing: .84px;
  }
  /* ダウンロードログボタン */
  .dl_log_btn .dl_log{
    font-size:14px;
    letter-spacing: .84px;
    width: 100%;
  }
  .dl_log_btn .dl_log::after{
    font-size: 14px;
  }
  .dl_log_msg {
    font-size:11px;
    letter-spacing:.66px;
    text-align:left;
  }
  /* 関連資料 */
  .cart-list-header{
    border-radius: 0;
  }
  .cart-list-form{
    padding-left:2.375em;
    padding-right:2.375em;
  }
  .cart-list input[type="checkbox"]::before{
    position: relative;
    top: -.4em;
    left: -.6em;
  }

}

/* スマホ時のみ表示ranking */
.sp_rank {
    padding: 1em 18px;
}
.sp_rank-pagination {
    text-align: center;
}
.sp_rank .p-postList__item_inner {
    background-color: #fff;
    box-shadow: 6px 6px 16px #bad0e843;
    border-radius: 10px;
}
.sp_rank .p-postList__link{
  text-align: left;
}
.sp_rank_number{
  display: block;
  position: relative;
  top: 0.18em;
  font: italic normal bold 30px/35px Roboto;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.5;
  text-shadow    : 
    1px  1px 0px rgba(24, 60, 116, 0.5),
    -1px  1px 0px rgba(24, 60, 116, 0.5),
    1px -1px 0px rgba(24, 60, 116, 0.5),
    -1px -1px 0px rgba(24, 60, 116, 0.5),
    1px  0px 0px rgba(24, 60, 116, 0.5),
    0px  1px 0px rgba(24, 60, 116, 0.5),
    -1px  0px 0px rgba(24, 60, 116, 0.5),
    0px -1px 0px rgba(24, 60, 116, 0.5);
}
.sp_rank .wp-block-column+.wp-block-column {
    margin-top: 0;
}
.sp_rank .p-postList.-type-card time{
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #A9ADB2;
  padding-top: .5rem;
  padding-bottom: 1rem;
}

/* トップスライダー幅 */
.p-postSlider__inner {
  max-width: var(--container_size);
  margin: 0 auto;
}