/*.container {
	padding: 0 0;
}*/

.borderColumn .wp-block-column {
    border-right: 1px solid #DDD;
}
.borderColumn .wp-block-column:first-of-type {
    border-left: 1px solid #DDD;
}


.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* サイズは適宜変更してください */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.borderColumn .material-symbols-outlined {
    display: block;
    transform: rotate(90deg);
    width:20px;
    margin:0 auto;
    font-size: 14px;
    font-weight:bold;
    transition: .3s all;
}
.borderColumn .wp-block-column:hover .material-symbols-outlined {
    transform: rotate(90deg) translateX(5px)
}
.aboutText {
    margin: 0 auto;
    margin-block: 0;
    line-height: 200%;

}
@media screen and (max-width:990px) {
html,body {
    width: 100vw;
        overflow-x: hidden;
}
body {
    overflow-x: hidden;
}

    body.custom-background {
    background: #FFF;
}
    #post-8 > div > * {
        padding: 0 1rem;
    }
    /*#post-8 > div > .topicsWrapper {
        padding: 0;
    }*/
    .entry-body .wp-block-heading.spCenter:first-of-type {
        padding: 0 1rem;
    }
    .wp-block-columns.borderColumn {
       flex-wrap:wrap !important;
       justify-content: space-between;
    }
    .wp-block-columns.borderColumn.spShow {
        display: flex !important;
        gap:.5rem;
        margin-bottom: .5rem;
    }
    .wp-block-columns.borderColumn:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: 45% !important;
        flex-basis:42% !important;
        display: flex;
        border: 1px solid #DDD;

    }
    .wp-block-columns.borderColumn.spShow 
    .wp-block-columns.borderColumn > div {
        width: 48% !important;
        flex-basis:revert !important;
        flex-grow:revert !important;
    } 
    .borderColumn .wp-block-column {
        border: 1px solid #DDD;
    }
    .wp-block-columns.borderColumn .wp-block-group {
        gap:0;
        padding:1rem .3rem;
        display: grid;
        grid-template-columns: 62% 30%;
        grid-template-rows: 20px 20px;
    }
        .wp-block-columns.borderColumn div p {
            font-weight: bold;
            font-size:13px !important;
        }
    .wp-block-columns.borderColumn div p:nth-of-type(2) {
        grid-row:2;
        grid-column:1;
    }
        .wp-block-columns.borderColumn div p strong {
font-size: 112%;
        }
        .wp-block-columns.borderColumn div figure {
            align-self: baseline;
grid-row:1/3;
        }
    .wp-block-columns.borderColumn div figure img {
        max-height:30px;
        width: auto;
    }
    .borderColumn .material-symbols-outlined {
        top: 40%;
        right: 5px;
    }
}




.choosing > div {
	border: 1px solid #d6d6d6;
	padding: 1.5rem 1rem .5rem;
	background: #FFF;
	border-radius:10px;
	position: relative;
	overflow: hidden;
}
.choosing > div:after {
	content:"";
	display: block;
	width: 90px;
	height: 90px;
	background: #f0edea;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(45deg) translate(70px);
}
.choosing > div p {
    line-height: 140%;
}
.ranking {
	gap: 16px;
}
.ranking figure {
	box-shadow:0px 1px 5px #d6d6d6;
	border: 4px solid #FFF;
}
@media screen and (max-width:990px) {
	.choosing {
		display: block !important;
	}
	.choosing > div {
        display: grid;
        grid-template-rows: repeat(2,auto);
        grid-template-columns: auto 55%;
        width: 100% !important;
        gap:10px 0;
        flex-basis:100% !important;
        padding-top: 1.1rem;
        border-radius:5px;
        margin-bottom: 1rem;
    }
    .choosing > div h4 {
        grid-column: 1/3;
    }
   	.choosing .vk_spacer {
        display: none;
    }
    .choosing p.has-text-align-center {
        text-align: left;
        align-self: center;
    }
     .choosing figure {
        margin:0 0 0 auto;
     }
     .choosing .is-layout-flow > .aligncenter {
        margin-right: 1rem !important;
     }
     .choosing > div:after {
        width: 80px;
        height: 80px;
     }
     .line-min p {
  line-height: 120%;

}
.wp-block-columns.borderColumn .wp-block-group.line-min { 
    padding: 0.5rem;
    grid-template-rows: 40px 15px;
}

}