/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/

/*----------------------------------
* 記事本文
---------------------------------*/



/*----------------------------------
* 記事本文終わり
---------------------------------*/


/*----------------------------------
* スマホ用スクロールナビ
---------------------------------*/


#st-footermenubox ul.menu li{/* 文字サイズ変更 */
display:table-cell;
vertical-align:middle;
text-align:center;
font-size:15px;
}

#st-footermenubox ul.menu li .fa{/* アイコンサイズ変更 */
font-size:18px;
}

/*----------------------------------
* スマホ用スクロールナビ終わり
---------------------------------*/





/*----------------------------------
* Search & Filter
---------------------------------*/
.search-words{
font-size:90%;
color:#666;
border-bottom:3px solid #75bf61;
}

#st-page #search-filter-results-12345 dd h3 {/*id+idで指定しないと適用されない*/
margin:0 0 3px 0 !important;
padding:0 !important;
line-height:20px !important;
}
.search-filter-results dd h3{
padding-top:0!important;
padding-bottom:0!important;
}

.search-filter-results dd h3 i{
display: none ;
}

.search-filter-results .fa-check-circle{
margin:0;
}

.search-filter-results dd h3{
border-bottom-width:0 !important;
}

.search-filter-results dd h3::after{
content:none !important;
}

.search-filter-results .st-catgroup.itiran-category{
padding:0;
}

/*--- Tabs + Tab ---*/
.su-tabs {
background: #fff!important;/* 全体色 */
margin: 0px;
}
.su-tabs-nav span {
font-size: 0.9em!important;
background: #d1d1e6!important;/* タブ色 */
color: #61619a!important ;
border-top: 1px solid #9999ca!important;
border-right: 1px solid #9999ca!important;
border-left: 1px solid #9999ca!important;
border-top-left-radius:4px!important;
border-top-right-radius:4px!important;
padding: 12px 10px!important;
min-height: 10px!important;
}
.su-tabs-pane {
font-size: 1.0em!important;
background: #fff!important;/* 本文色 */
border-top: 3px solid #4e4e96!important;
padding: 0px!important;
}
.su-tabs-nav span.su-tabs-current {
background: #0b24a0 !important;/* タブ色 */
color: #fff !important ;
border: 1px solid #0b24a0 !important;
}


/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC(絞り込み検索)
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
#st-page .clearfix dd p {
font-size: 12px;
color: #666;
line-height: 24px;
margin: 0px;
padding: 0px;
}
}
/*----------------------------------
* Search & Filter終了
---------------------------------*/






/*-- 余白 --*/
.block10 {
  margin-bottom: 10px;
}

.block20 {
  margin-bottom: 20px;
}

.block30 {
  margin-bottom: 30px;
}

.block40 {
  margin-bottom: 40px;
}

.block50 {
  margin-bottom: 50px;
}

.block60 {
  margin-bottom: 60px;
}

.block70{
  margin-bottom: 70px;
}

.block100 {
  margin-bottom: 100px;
}

.block120 {
  margin-bottom: 120px;
}

.block150{
  margin-bottom: 150px;
}


/*-- ポップアップ --*/
/*--人気の条件 --*/
.popup {
}
/*-- 詳細絞り込み --*/
.popup2 {
  color:#0042ff;
}


/*-- 在庫状況 --*/
.popup-p_data_3{
}
/*-- ポップアップ終わり --*/



/*-- 「左寄せ」と「右寄せ」の両立用 --*/
.parent {
    /* ベンダープレフィックスは省略 */
    display: flex;
    justify-content: space-between;
}



/************************************
** 横長テーブル
************************************/
.p-sticky-table{
	white-space: nowrap;
	line-height: 1em;
}
.p-sticky-table table{
	border:none;
	border: 1px solid #dedede;
	border-bottom: none;
	border-collapse: collapse;
	word-break: break-all;
	table-layout: fixed;
	display:block;
	overflow:scroll;
	max-height: 2000px;
}
.p-sticky-table thead th:first-child {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
}
.p-sticky-table thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	text-align:center;
}
.p-sticky-table tbody th:first-child{
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
	border:none;
	white-space: normal;
	min-width: 200px;
}
.p-sticky-table th, .p-sticky-table td {
	line-height: 1em ;
	min-width: 50px;
	text-align: left;
	font-size: 12px !important;
	position: relative;
	padding: 5px !important;
	color: #333;
	border: none !important;
	z-index: 0;
	vertical-align:middle !important;
	background:#fff;
}
.p-sticky-table th{
	background:#f0f9ff !important;
	letter-spacing: 0px;
	font-weight: 600 !important;
	color: #555 !important;
}
.p-sticky-table tr{
	border-bottom:none !important;
}
.p-sticky-table img{
	margin: 5px auto;
	display: block;
	padding: 0;
	max-width: 90% !important;
}
.p-sticky-table table th::before, .p-sticky-table table td::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	z-index: -1;
}

/* スマホ */
@media screen and (max-width: 560px) {
	.p-sticky-table table {
		max-height: 2000px;
  	}
	.p-sticky-table thead th:first-child, .p-sticky-table tbody th:first-child {
    		min-width: 30vw;
  	}
 	.p-sticky-table th, .p-sticky-table td {
    		font-size: 12px ;
    		padding: 5px ;
  	}
	 .p-sticky-table  td {
    		font-size: 12px ;
    		padding: 5px ;
		 	text-align: center;
  	}
}







/* 中央寄せ */
.pst-center td {
	text-align: center;
}

.pst-center th {
	text-align: center;
}
/************************************
** 横長テーブル終わり
************************************/


/************************************
** 料金比較用　横長テーブル
************************************/
.p-sticky-table2{

	line-height: 1em;
}
.p-sticky-table2 table{
	border:none;
	border: 1px solid #dedede;
	border-bottom: none;
	border-collapse: collapse;
	word-break: break-all;
	table-layout: fixed;
	display:block;
	overflow:scroll;
}
.p-sticky-table2 thead th:first-child {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
}
.p-sticky-table2 thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	text-align:center;
}
.p-sticky-table2 tbody th:first-child{
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
	border:none;
	white-space: normal;
}
.p-sticky-table2 th, .p-sticky-table2 td {
	line-height: 1em ;
	text-align: left;
	font-size: 12px !important;
	position: relative;
	padding: 5px !important;
	color: #333;
	border: none !important;
	z-index: 0;
	vertical-align:middle !important;
	background:#fff;
}
.p-sticky-table2 th{
	background:#f0f9ff !important;
	letter-spacing: 0px;
	font-weight: 600 !important;
	color: #555 !important;
	min-width: 10vw;
}
.p-sticky-table2 tr{
	border-bottom:none !important;
}
.p-sticky-table2 img{
	margin: 5px auto;
	display: block;
	padding: 0;
	max-width: 100% !important;
}
.p-sticky-table2 table th::before, .p-sticky-table2 table td::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	z-index: -1;
}
	 .p-sticky-table2  td {
    		font-size: 12px ;
		    min-width: 10vw;
    		padding: 5px ;
		 	text-align: center;
  	}

/* スマホ */
@media screen and (max-width: 560px) {
	.p-sticky-table2 table {
		max-height: 2000px;
  	}
	.p-sticky-table2 thead th:first-child, .p-sticky-table2 tbody th:first-child {
    		min-width: 25vw;
  	}
 	.p-sticky-table2 th, .p-sticky-table2 td {
    		font-size: 12px ;
    		padding: 5px ;
  	}
	 .p-sticky-table2  td {
    		font-size: 12px ;
		    min-width: 25vw;
    		padding: 5px ;
		 	text-align: center;
  	}
}

/************************************
** 料金比較用　横長テーブル終わり
************************************/


/*-- テーブルの自動改行なし --*/
.table td {
white-space: nowrap;
}

/*-- テーブルプレスの自動改行なし --*/
.tablepress td {
white-space: nowrap;
}
.tablepress th {
white-space: nowrap;
}

/************************************
** フォント始まり
************************************/
/*-- 文字の太さ--*/
.span.sample600 {font-weight: 600; }
.span.sample900 {font-weight: 900; }
.span.fw900 {font-weight: 900; }

/*-- 文字の色--*/
.font-gray { color: #989898; }


/************************************
** フォント終わり
************************************/

/************************************
** 表の要素
************************************/
/*-- 見出しなし--*/
.table-f {
	font-weight: 900; 
    line-height: 1em; !important;
	font-size: 18px;
	
}

/*-- 枠線なし--*/
.border-hidden{
    border-left-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-top-style: hidden;
}


/************************************
** 表の要素終わり
************************************/

/************************************
** ◯◯に戻る(右下のリンク)
************************************/
.backlink{
	text-align: right;
	font-size: 12px;
}

/*-- 大きいサイズ--*/
.backlink2{
	font-size: 23px;
}

/************************************
** ◯◯に戻る(右下のリンク)終わり
************************************/

/************************************
** リストの行間変更(ul li)
************************************/


/************************************
** リストの行間変更(ul li)終わり
************************************/




/*-- ボタン --*/


/*******↓吹き出しでマイクロコピー付きのボタン1↓*******/
/* solid011 */
.button_solid011 a {
    background: #ff5421;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 50px 10px 30px;
    color: #FFF;
    font-size: 1.4rem;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    flex-direction: column;
    border-radius: 4px;
	 box-shadow: 2px 5px 2px #d44114;
	 white-space: nowrap;
}
.button_solid011 a span {
    background: #ffffff;
    width: 90%;
    text-align: center;
    position: absolute;
    top: -15px;
    padding: 7px 0;
    font-size: 1.2rem;
    color: #e94919;
    filter: drop-shadow(0 3px 0 #d44114);
	 border: 2px solid #d44114;
    border-radius: 8px;
}
.button_solid011 a span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #ffffff;
}




/*******↑吹き出しでマイクロコピー付きのボタン1↑*******/

/*******↓吹き出しでマイクロコピー付きのボタン2↓*******/
/* solid012 */
.button_solid012 a {
    background: #FB303A;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 45px 10px 25px;
    color: #FFF;
    font-size: 1.4rem;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    flex-direction: column;
    border-radius: 4px;
	 box-shadow: 2px 5px 2px #9e0005;
	 white-space: nowrap;
    text-decoration: none;
}
.button_solid012 a span {
    background: #ffffff;
    width: 90%;
    text-align: center;
    position: absolute;
    top: -15px;
    padding: 7px 0;
    font-size: 1.2rem;
    color: #FB303A;
    filter: drop-shadow(0 3px 0 #9e0005);
	 border: 2px solid #E6353B;
    border-radius: 8px;
}
.button_solid012 a span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #ffffff;
}



/*******↑吹き出しでマイクロコピー付きのボタン2↑*******/


/*******↓吹き出しでマイクロコピー付きのボタン3　ブルー↓*******/
/* solid013 */
.button_solid013 a {
    background: #032086;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 45px 10px 25px;
    color: #FFF;
    font-size: 1.4rem;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    flex-direction: column;
    border-radius: 4px;
	 box-shadow: 2px 5px 2px #565656;
	 white-space: nowrap;
    text-decoration: none;
}
.button_solid013 a span {
    background: #ffffff;
    width: 90%;
    text-align: center;
    position: absolute;
    top: -15px;
    padding: 7px 0;
    font-size: 1rem;
    color: #032086;
    filter: drop-shadow(0 3px 0 #000a54);
	 border: 2px solid #032086;
    border-radius: 8px;
}
.button_solid013 a span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #ffffff;
}



/*******↑吹き出しでマイクロコピー付きのボタン3↑*******/



/*-- 青枠線、青文字ボタン --*/
a.button{
   display:block;
   padding:20px;
   margin:0 auto;
   color:#337ab7;/* 文字色 */
   text-align:center;
   font-size:20px;
   font-weight: bold;
   border-radius: 0px;   
   text-decoration: none;
   width: 100%;
   border: 3px solid #337ab7;/*枠*/
}


/*-- チェックボックスを大きく --*/
input[type=checkbox] {
  transform: scale(1.5);
}



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

	 .post .entry-title:not(.st-css-no) {
    margin-left: -8px !important;
    margin-right: 0px !important;
	 padding-left: 0px !important;
    padding-right: 0px !important;
  	}
  }
	
	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
	/*-- ここまで --*/
}
