/*
Theme Name: minounomi
Theme URI:  https://az-create.co.jp/
Author:     AZ CREATE.Co.,Ltd
Author URI: https://az-create.co.jp/
Template:   swell
Version:    1.0
License:    GNU General Public License v2 or later
*/


/* 全体 */
.vertical-rl {
	writing-mode: vertical-rl;
}
/* ヘッダ内部 */
	
#custom_html-3 .wp-block-group {
	letter-spacing: 1px;
	row-gap: 0!important;
}
#custom_html-3 .swell-block-button__link{
	padding: 5px 10px!important;
}
.menu-item {
	padding: 0!important;
}
.menu-item a{
	padding: 8px!important;
}
/* メインビジュ */
.p-mainVisual {
	width: 98%;
    margin: 0 auto;
    padding: 0 0 3%;
}
/* フッターリンク */

[data-partsid="79"] .swell-block-linkList.is-style-default .swell-block-linkList__icon {
	display: none;
}

[data-partsid="79"] .swell-block-linkList.is-style-default.-flex {
    --the-list-padding: 0px;
	--the-gap: 0.5em 2em;align-content
}
/* PDF */
.df-bg {
 background-color: rgba(135, 135, 135, 0.4)!important;
}

/* HOME */

.rigfh-text-box
,.left-text-box {
	padding: 8% 10%!important;
	border-radius: 5px;
}

/* 投稿リストブロックのカード型とサムネイル型を4列表示にする（一木が追加） */
@media (min-width: 960px) {
  .-col4 .-type-card.-pc-col3 .p-postList__item, .-col4 .-type-thumb.-pc-col3 .p-postList__item{
    width: calc(100% / 4);
  }
}

/* slickスライダー */
.slick-slide{
  margin:0 10px!important;
}

.post_content ul {
	padding-left: 0!important;
}