/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20210719
*/
*{
    box-sizing: border-box;
}
/* 右端目次 */
  .sidenav{
      position: fixed;
      right: 10px;
      top:50px;
	  z-index:999999;
    }
    .sidenav_bars{
      position: relative;
      display: block;
      width: 40px;
      height:40px;
    }
    .sidenav_bar{
      position: absolute;
      background-color: #666;
      width: 40px;
      height: 4px;
      display: block;
      transition: 0.5s;
    }
    .sidenav_bar:nth-child(1){
      top: 0;
    }
    .sidenav_bar:nth-child(2){
      top: 17px;
    }
    .sidenav_bar:nth-child(3){
      top: 34px;
    }
    .sidenav_content{
      margin-top: 8px;
		width:460px;
    }
@media(max-width:599px){
	    .sidenav_content{
		width:330px;
    }
}

    .sidenav .sidenav_content{
		transition:0.5s;
      visibility:hidden;
		 opacity: 0;
    height: 0;
    }

    .sidenav.active .sidenav_content{
      visibility: visible;
		opacity: 1;
		    height: auto;
    }
    .sidenav_btn{
      display: flex;
      align-items: center;
		justify-content:center;
    }
    .sidenav_btn_sentence{
      /* font-size: 14px; */
      color:#666;
		padding-left:15px;
    }

    .sidenav.active .sidenav_bar:nth-child(1){
      transform:rotate(45deg);
      top:17px;
    }
    .sidenav.active .sidenav_bar:nth-child(2){
      opacity: 0;
    }
    .sidenav.active .sidenav_bar:nth-child(3){
      transform:rotate(-45deg);
      top:17px;
    }

#toc-widget-3{
	height: 92vh;
    overflow: scroll;
/*     padding: 1rem; */
/*     box-shadow: 0px 0px 2px rgb(0 0 0 / 50%); */
}

#toc-widget-3 #toc_container .toc_list > li > a {
    border-bottom: none;
    font-size: 14px!important;
    text-decoration: none;
    color: #333!important;
	line-height:1.4;
}
#toc-widget-3 aside ul li {
    font-size: 14px;
    line-height: 24px;
}
#toc-widget-3 ul li >ul a, #toc-widget-3 ul li {
   font-size: 12px!important;
	line-height:1.4;
	padding-bottom: 2px;
}
#toc-widget-3 #toc_container:not(.contracted) {
    padding: 12px;
	padding-left:18px;
}
#toc-widget-3 #toc_container ul ul {
    margin-left: 0.2rem;
}
#toc-widget-3 #toc_container ul a {
    border-bottom:none;
}
#toc-widget-3 #toc_container li li {
    padding: 2px 0;
}
#toc-widget-3 #toc_container li a::before {
    content: "";
}
#toc-widget-3 .toc_number {
    color: #666;
}
#toc-widget-3 #toc_container li {
    margin-bottom: 2px;
    padding: 4px;
}
@media only screen and (min-width: 600px){
#toc-widget-3 #st_toc_container:not(.st_toc_contracted):not(.only-toc), #toc_container:not(.contracted) {
    padding: 20px 12px 30px;
}
}

main .post #st_toc_container.st_toc_style_default > ul > li > ul {
    padding-bottom: 6px;
}
#st_toc_container.st_toc_style_default li a, #st_toc_container.st_toc_style_default li li a {
    font-size: 14px;
}
#st_toc_container .st_toc_list > li > a {
    padding: 8px 0 0 0;
    border-bottom: 1px dotted #AA9;
    font-weight: 600;
}
#st_toc_container ul a {
    padding: 2px 0;
}
#st_toc_container ul ul a {
    border-bottom: none!important;
}


div#sidenav {
    visibility: hidden;
    opacity: 0;
	transition:0.5s;
}

div#sidenav.visible{
	    visibility:visible;
    opacity: 1;
}

@media(max-width:599px){
/* 	div#sidenav {
    visibility: visible;
    opacity: 1;
} */
	.sidenav {
    right: 10px;
    top: 10px;
}
  .sidenav_btn{
		justify-content:flex-end;
    }
}
/* オリジナルここから  */
.bl_3daysSearchBlock {
	margin-bottom: 60px;
}

.bl_3daysSearchBlock_inner {
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

.bl_3daysSearchBlock_ttl {
	text-align: center;
	margin: 55px 0;
}

.bl_3daysSearchBlock_ttl_main {
	font-size: 27px;
	color: #0073aa;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 0.15em;
	font-family: "Josefin Sans", "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif;
}

.bl_3daysSearchBlock_ttl_sub {
	font-size: 16px;
	color: #0073aa;
	letter-spacing: 0.2em;
}

.el_searchResult {
	text-align: center;
	color: #0073aa;
}

.js_target {
	display: none;
}

.js_target.js_selected {
	/* display: block; */
	display: table-row;
}

.bl_selectBlock label {
	display: inline;
}

.el_searchResult {
	margin-bottom: 20px;
}

.bl_selectBlock {
	border: 1px solid #0073aa;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.bl_selectBlock_wrapper_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}

.bl_selectBlock_check label {
	cursor: pointer;
}

.bl_selectBlock_ttl {
	width: 185px;
	color: #0073aa;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

@media screen and (max-width: 765px) {
	.bl_selectBlock_ttl {
		width: 100%;
		margin-bottom: 20px;
	}
}

.bl_selectBlock_content {
	width: calc(100% - 185px);
}

@media screen and (max-width: 765px) {
	.bl_selectBlock_content {
		width: 100%;
	}
}

.bl_searchResultBlock {
	font-size: 14px;
	border-top: 1px solid #bdbdbd;
}

.bl_searchResultBlock_item {
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #bdbdbd;
}

.bl_selectBlock_check {
	display: inline-block;
	margin-right: 25px;
	display: inline-block;
	margin-bottom: 10px;
}

.bl_selectBlock_check:last-child {
	margin-right: 0;
}

.bl_selectBlock_release {
	text-align: center;
	color: #fff;
	background-color: #bdbdbd;
	padding: 15px 0;
}

.js_release {
	cursor: pointer;
}

/* キャンペーン含む絞り込みテーブル */
.campaign-reccomend-server .bl_selectBlock_content{
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap:5px;
    width: 100%;
    }
 
    .campaign-reccomend-server label{
      background: #eee;
      padding:6px 8px!important;
      display: block!important;
      border: 1px solid #E0E0E0;
      box-sizing: border-box;
      border-radius: 3px;
      margin: 0!important;
      position: relative;
      font-size: 14px;
    }
    .campaign-reccomend-server input:checked + label{
      background-color: #fff;
    }
    .campaign-reccomend-server input[type="radio"]{
      visibility: hidden;
      width: 0!important;
      height: 0!important;
      margin: 0!important;
      padding: 0!important;
    }
    .campaign-reccomend-server .server-plans ul{
  padding: 0!important;
  margin:0!important;
  list-style: none!important;
    }
    .campaign-reccomend-server .server-plans ul li{
      font-size: 12px!important;
    }   
    @media(max-width:599px){
      .campaign-reccomend-server label{
      padding:4px 2px!important;
  
    }
    }

/* tooltip  */
.tooltip2 {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.tooltip2 p {
	margin: 0;
	padding: 0;
}

.description2 {
	display: none;
	position: absolute;
	padding: 12px;
	font-size: 12px;
	line-height: 1.6em;
	color: #fff;
	border-radius: 5px;
	background: #000;
	width: 250px;
}

.description2:before {
	content: "";
	position: absolute;
	top: 0;
	right: 95%;
	border: 15px solid transparent;
	border-top: 15px solid #000;
	margin-left: -15px;
	transform: rotateZ(90deg);
}

.tooltip2:hover .description2 {
	display: inline-block;
	top: -25%;
	left: 110%;
	z-index:1;
}

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


	/*-- ここまで --*/
}

/*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) {

	.description2:before {
		content: "";
		position: absolute;
		top: -24px;
		right: 60%;
		border: 15px solid transparent;
		border-top: 15px solid #000;
		margin-left: -15px;
		transform: rotateZ(180deg);
	}

	.tooltip2:hover .description2 {
		display: inline-block;
		top: 30px;
		left: 0px;
	}

	/*-- ここまで --*/
}

/* vk filter serach　調整 */

.vkfs input[type=checkbox], .vkfs input[type=radio] {
    position: absolute;
    left: 0;
    margin: 0 .7rem 0 0;
    padding: 0 !important;
    cursor: pointer;
    width: var(--vk-size-text);
    height: var(--vk-size-text);
    vertical-align: middle;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    text-align: center;
    border: none !important;
}
.vkfs :is(input[type=text],input[type=number],select) {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1em !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    box-sizing: border-box !important;
}
.vkfs input.form-control, .vkfs input[type=date], .vkfs input[type=email], .vkfs input[type=number], .vkfs input[type=password], .vkfs input[type=tel], .vkfs input[type=text], .vkfs input[type=url], .vkfs select {
    margin-bottom: 0 !important;
	margin-top:0!important;
}
@media (min-width: 768px) {
    .vkfs input[type=checkbox], .vkfs input[type=radio] {
        margin: 0 .4rem 0 0 !important;
        top: 6px;
        width: calc(var(--vk-size-text)* 1);
        height: calc(var(--vk-size-text)* 1);
    }
}
.st-tab-content-type-button {
    justify-content: flex-start;
}

.entry-content .st-tab-label[value="5"]:checked ~ .st-tab-main-5, .entry-content .st-tab-label[value="6"]:checked ~ .st-tab-main-6, .entry-content .st-tab-label[value="7"]:checked ~ .st-tab-main-7, .entry-content .st-tab-label[value="8"]:checked ~ .st-tab-main-8, .entry-content .st-tab-label[value="9"]:checked ~ .st-tab-main-9, .entry-content .st-tab-label[value="10"]:checked ~ .st-tab-main-10{
display:block;
}

.column-3.st-tab-content-type-button > label {
    width: 33.3% !important;
}

.column-4.st-tab-content-type-button > label {
    width: 25% !important;
}
@media(max-width:599px){
.st-tab-content input[type="radio"] + label {
    padding: 4px;
	 font-size: 13px;
}
	
}


/* グリーンボックス */
.greenbox {
    padding: 20px;
    background-color: #EAFEE7;
    margin-bottom: 20px;
	  border: solid 1px  #EAFEE7;
}
.greenbox :not(.noborder) {
/*     border: solid 1px  #EAFEE7; */
}
.post .greenbox .maruck, .post .greenbox .maruno, .post .greenbox p:last-child, .post .greenbox ol:last-child, .post .greenbox ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-simple {
  background-color: #D8FAFF!important;
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
    padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}
.box-simple.accent { background-color:#FFD2D2!important;}
.box-simple.sub-primary{ background-color:#CEFFC7!important;}


.post .box-simple .maruck, .post .box-simple .maruno, .post .box-simple p:last-child, .post .box-simple ol:last-child, .post .box-simple ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.post .list-frame p:last-child, .post .list-frame ol:last-child, .post .list-frame ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child ,  .post .webst-point ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}




/* 評判ボックス */
.webst-point{
	display:flex;
	align-items:center;
		flex-wrap:wrap;
background:#e4f5e8;
	padding:0.5rem;
	border:2px solid #35b7a7;
	border-radius:4px;
	margin-bottom:10px;
}

.webst-point .point-title{
	position:relative;
width:100%;
background:#35b7a7;
	padding:0.5rem;
	padding-left:40px;
	color:#fff;
	border-radius:2px;
	font-weight:bold;
	margin-bottom:0.8rem;
}
.webst-point .point-title::before{
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	position:absolute;
	top:8px;
	left:10px;
background-image:url(https://webst8.com/blog/wp-content/uploads/2024/10/icon-good-hand.png);
	z-index:1;
	background-size:cover;
}
.webst-point .left-icon{
	width:60px;
}
.webst-point .right-content{
	width: calc(100% - 70px);
}

.bad.webst-point{
background:#faeae1;
	border:2px solid #ff7373;
}
.bad.webst-point .point-title{
background:#ff7373;
}
.bad.webst-point .point-title::before{
background-image:url(https://webst8.com/blog/wp-content/uploads/2024/10/icon-bad-hand.png);
}

@media(max-width:599px){
.webst-point .left-icon{
	width:100%;
	text-align:center;
}
.webst-point .left-icon img{
		width:60px;
	}
.webst-point .right-content{
	width:100%;
	}
}

/* こんな人におすすめのタイトル */
.osusume-title{
	position:relative;
width:100%;
background:#085baf;
	padding:0.5rem;
	padding-left:40px;
	color:#fff;
	border-radius:2px;
	font-weight:bold;
	margin-bottom:0.8rem;
}
.osusume-title::before{
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	position:absolute;
	top:8px;
	left:10px;
background-image:url(https://webst8.com/blog/wp-content/uploads/2024/10/icon-recommend.png);
	z-index:1;
	background-size:cover;
}


/* モーダル機能の追加 */
    .wst8-modal {
      height: auto;
      position: inherit;
      width: auto;
      transition: 0.3s ease;
    }
    .wst8-modal.active {
      display: block;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99999;
    }
    .wst8-modal__bg {
      display: none;
    }

    .wst8-modal.active .wst8-modal__bg {
      background: rgba(0, 0, 0, 0.4);
      height: 100vh;
      position: absolute;
      width: 100%;
      margin: 0 calc(50% - 50vw);
    }

    .wst8-modal.active .wst8-modal__content{
      background: #fff;
      left: 50%;
      padding: 40px;
      position: absolute;
      top: 10%;
      transform: translatex(-50%);
      width: 70%;
      max-width:900px;
      max-height: 80vh;
      overflow: scroll;
    }
    .wst8-js-modal-close {
      display: none;
    }
    .wst8-modal.active .wst8-js-modal-close {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 30px;
      display: block;
      text-align: right;

    }
    .wst8-modal.active .wst8-modal__content .origin-btn p a{
		font-size:14px;
		padding:4px 8px;
    }

@media(max-width:599px){
  .wst8-modal.active .wst8-modal__content {
      width: 90%;
			padding:40px 20px;
      font-size: 11px;
    }
    .wst8-modal.active .wst8-modal__content p{
		font-size:11px;
    }
    .wst8-modal.active .wst8-modal__content .origin-btn p a{
		font-size:12px;
		padding:4px 8px;
    }
}

/* 比較テーブル縦型 */
table.comparison-table-tate{
  writing-mode: vertical-lr;
}
table.comparison-table-tate th, table.comparison-table-tate td {
  writing-mode: horizontal-tb;
  width: 160px;
}