#single #box #comment p {
	font-size: 16px;
	line-height: 1.7;
}

.cl-bold-box {
	position: relative;
	border: 1px solid #415573;
	border-radius: 4px;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cl-bold-box:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	border-left: 5px solid #fff;
	top: -5px;
	left: 20px;
	transform: translateY(-50%);
	background-color: #fff;
	background-image: url(/column/img/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.cl-bold-box.has-thumbnail {
	display: flex;    
	color: inherit;
}
.cl-bold-box.has-thumbnail p{
	margin: 0!important;
}
.content p {
	margin-top: 20px;
}
.content :first-child {
	margin-top: 0;
}
.content p:after {
	content: "";
	display: block;
	clear: both;
}
.cl-bold-box p {
	margin: 0;
}
.cl-bold-box label,
.cl-bold-box > p:nth-child(1) {
	position: absolute;
	top: -15px;
	left: 38px;
	padding: 0 10px;
	background-color: #fff;
	color: #333;
	font-weight: 300;
	font-size: 1em;
	border-radius: 4px;
}
.cl-bold-box .thumbnail {
	display: flex;
	align-items: center;
	width: 140px;
	float: left;
	line-height: 0;
	margin-bottom: 0!important;
}
.cl-bold-box .thumbnail:hover a, .cl-bold-box .thumbnail a {
	text-decoration: none;
	border: 0 !important;
	display: block;
}
.cl-bold-box .thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.cl-bold-box .content {
	padding-left: 15px;
	width: calc(100% - 140px);
	float: right;
}
.cl-bold-box .content a, 
.cl-bold-box .content a:link, 
.cl-bold-box .content a:active, 
.cl-bold-box .content a:visited {
	color: inherit;
}
.cl-bold-box .content p:first-child {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 16px;
}

.cl-custom-btn {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cl-custom-btn .cla-btn {
	margin-top: 0;
	position: relative;
	font-weight: 700;
	line-height: 2;
	color: #000;
	animation: cla-btn 2s linear infinite;
}
.cl-custom-btn .block-button a {
	background: linear-gradient(100deg, #ff7ab8 0%, #ffb6b9 100%);
	border-radius: 30px;
	display: inline-block;
	line-height: 1.5;
	margin: 0;
	position: relative;
	text-decoration: none;
	color: #fff;
	padding: 12px 20px;
	border: 0 !important;
	transition: .25s all ease-in-out;
	padding-left: 45px;
}
.cl-custom-btn .block-button a:hover {
	border: 0 !important;
	bottom: -2px;
}
.cl-custom-btn .block-button a:before {
	content: "";
	position: absolute;
	width: 19px;
	height: 16px;
	background-image: url(/column/img/heart.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
@keyframes cla-btn{
	0%,100%{
		transform:translateY(5px)
	}
	50%{
		transform:translateY(-5px)
	}
}
@media (max-width: 768px) {
	.cl-bold-box .content p {
		display: none;
	}
	.cl-bold-box .content p:first-child {
		display: block;
		margin-bottom: 0;
		font-size: 15px;
	}
}


#wake_interview {
	margin: 30px auto;
}
#wake_interview h2 {
	margin: 20px 0 10px 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3em;
	color: #000000;
	position: relative;
	font-family: "游明朝", "yumincho", serif;
	text-align: center;
}
#wake_interview h2 span:not(.toc-span) {
	position: relative!important;
	display: block;
	color: #FFF!important;
	background: #846C49;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 0.9rem;
	font-weight: normal;
	width: 120px;
	margin: 10px auto;
	border-radius: 30px;
}
#wake_interview p {
	text-align: left;
	padding: 10px;
	line-height: 1.5em;
}
.wake_box {
	margin: 40px auto;
}
.wake_box > p:nth-child(1){
	text-align: center!important;
}
.table111 {
	max-width: 800px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 auto 32px;
}
.table111 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
}
.table111 .row:last-child {
	border-bottom: none;
}
.table111 .row .right, .table111 .row .center {
	width: 50%;
	height: 48px;
	line-height: 48px;
}
.table111 .row .right {
	background-color: #f5f5f5;
}
.table111 .row .center{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
}
.bigining_box {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
}
.bigining_box .faceicon {
	float: left;
	width: 80px;
}
.bigining_box .faceicon img {
	width: 100%;
	height: auto;
	/*zborder: solid 3px #e1e8f6;*/
	border-radius: 50%;
	margin-bottom: 0px;
}
.bigining_box .chatting {
	width: 100%;
}
.bigining_text {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 95px;
	padding: 10px 10px;
	border-radius: 12px;
	background: #e1e8f6;
	max-width: 700px;
}
.bigining_text:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #e1e8f6;
}

@media (min-width: 768px) {
	.table111 {
		font-size: 16px;
	}
	.table111 .row .right, .table111 .row .center {
		height: 60px;
		line-height: 60px;
	}
	.table111 .row .center{
		font-size: 22px;
		text-align: center;
		margin:0 auto;
	}
}
@media(max-width: 768px) {
	.bigining_box .faceicon {
		margin-right: -90px;
	}
}

#single #box #comment table{
	border-collapse: collapse; 
	width: 100%;
}
#single #box #comment table tr:first-child {
	background-color: #fffdf9 !important;
	font-weight: bold !important;
}
#single #box #comment table td{
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 10px 15px;
}
#single #box #comment table td:nth-child(1){
	text-align: center;
}
#single #box #comment table td a{
	color: #6f97bc;
}
#single #box #comment table td a:hover{
	color: #6495ED;
}
#single #box #comment .title-1{
	position: relative;
	padding: 30px 20px;
	background: linear-gradient(90deg, #FFEBF5 13.19%, #E1EFFF 56.59%);
}
#single #box #comment .title-1::before {
	content: "";
	position: absolute;
	top: 8px;
	width: 100%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #777;
}
#single #box #comment .title-1::after {
	content: "";
	position: absolute;
	bottom: 8px;
	width: 100%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #777;
}
#single #box #comment .title-1 p{
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}
#single #box #comment .title-1 h3{
	margin-bottom: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
}
#single #box #comment .title-2{
	position: relative;
	padding-bottom: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 8px solid #fff;
	border-image: linear-gradient(90deg, #FACFE6 13.19%, #C5E0FF 56.59%);
	border-image-slice: 1;
}
#single #box #comment .title-2:after{
	content: "";
	position: absolute;
	bottom: -8px;
	width: 100%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #777;
}
#single #box #comment .point{
	position: relative;    
	padding: 20px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border: solid 1px #e2e2e2;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
#single #box #comment .point__img{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
#single #box #comment .point__img img{
	border-radius: 100%;
	overflow: hidden;
}
#single #box #comment .point__img:before{
	content: "";
	display: block;
	width: 65px;
	height: 35px;
	background: url(/lp/B1/img/icon-point.svg) no-repeat center center/100% 100%;
}
#single #box #comment .point__txt{
	flex: 1;
	line-height: 35px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 97%, #e2e2e2 97%, #e2e2e2 100%);
	background-size: 100% 35px;
}
#single #box #comment .list-check-box {
	padding: 20px;
	background: #f5f5f5;
}
#single #box #comment .list-check-box h3 {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #000;
}
#single #box #comment ul {
	list-style-type: none;
	padding: 0 1rem;
}
#single #box #comment .list-check-box ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
#single #box #comment .list-check-box ul li:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	background: #b60005;
}
#single #box #comment .list-check-box ul li:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 5px;
	display: block;
	width: 4px;
	height: 8px;
	color: #fff;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: translateY(-50%) rotate(35deg);
}
@media(max-width: 768px) {
	#single #box #comment .point__txt {
		flex: unset;
		width: 100%;
	}
	#single #box #comment .point__img {
		width: 77px;
	}
}

.boder{
	padding: 15px 20px;
	border: 1px solid #415573;
	border-radius: 4px;
	width: fit-content;
}

.review{
	padding: 20px 30px;
	background: #f2f2f2;
	border-radius: 15px;
	margin: 30px 0;
}
.review h4{
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	margin: 0 0 15px !important;
}
.review h4:after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/column/img/chat_bubble.svg) no-repeat center center/100%;
}
.boder{
	padding: 15px 20px;
	border: 1px solid #415573;
	border-radius: 4px;
	width: fit-content;
}
.box29 {
	margin: 2em 0;
	border: solid 2px #ffc107;
}
.box29 .box-title {
	position: relative;
	top: -2px;
	padding: 2px 9px;
	background: #ffc107;
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	width: fit-content;
}
.box29 .box-title:before {
	content: "";
	display: block;
	width: 12px;
	height: 17px;
	background: url(/column/img/icon-light.png) no-repeat center center/100% 100%;
}
.box29 .box-content {
	padding: 15px;
}
.box29 .box-content ul {
	list-style-type: disc!important;
}
.box29 .box-content li {
	padding: 5px 0;
}
.columnIndex {
	margin: 25px 0;
	margin: 2.5rem 0;
	padding: 15px;
	padding: 1.5rem;
	border: 1px dashed #f0376d;
}
.columnIndex-title {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.columnIndex-list{
	padding: 0!important;
}
.columnIndex-item {
	margin-top: 5px;
	margin-top: .5rem;
	padding-left: 1em;
	text-indent: -1em;
}
.columnIndex-item:before {
	content: "■";
	margin-right: 0.5em;
}
.columnIndex-item>a {
	text-decoration: underline solid;
	color: inherit!important;
	text-decoration: none;
	transition: color 150ms ease;
}
.columnIndex-list .columnIndex-list{
	padding-left: 1em!important;
}
.columnIndex-list .columnIndex-list .columnIndex-item:before {
	content: "★";
	margin-right: 0.5em;
}
#single #box #comment .has-toc h2{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 20px;
	margin: 40px 0 20px;
	border-top: 3px dotted;
	border-bottom: 3px dotted;
}
#single #box #comment .has-toc h3{
	margin: 1.5em 0;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 700;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
#single #box #comment .has-toc h3:before {
	content: "";
	background: url(/column/img/icon-sprite.png) no-repeat center center/100% 100%;
	width: 24px;
	height: 32px;
	display: block;
	margin-right: 5px;
}
@media(max-width: 768px) {
	#single #box #comment .has-toc h2 {
		font-size: 22px;
		padding: 12px;
	}
	#single #box #comment .has-toc h3 {
		font-size: 20px;
	}
}
body:not(.is-member) .page-post-main .container, body.is-member .page-post-main .container {
	padding-top: 0;
}

.post-navigation{
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 2px;
}
.post-navigation__inner{
	border-top: 1px solid #000;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 70px;
	position: relative;
}
.post-navigation__inner:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background-color: #ccc;
}
.post-navigation__inner.has-empty:after{
	display: none;
}
.post-navigation__inner > a {
	flex: 1;
	color: inherit;
	padding: 20px 0 18px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	position: relative;
}
.post-navigation__inner > a:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 8px;	
}
.post-navigation__inner > a.prev_post_link{
	padding-left: 30px;
}
.post-navigation__inner > a.prev_post_link:before{
	left: 0;
	background: url(/column/img/icon-arrow-left.png) no-repeat center center/100% 100%;
	transition: all 0.2s;
}
.post-navigation__inner > a.prev_post_link:hover:before{
	left: 1%;
}
.post-navigation__inner > a.next_post_link{
	padding-right: 30px;
}
.post-navigation__inner > a.next_post_link:before{
	right: 0;
	background: url(/column/img/icon-arrow-right.png) no-repeat center center/100% 100%;
	transition: all 0.2s;
}
.post-navigation__inner > a.next_post_link:hover:before{
	right: 1%;
}

.post-navigation__inner .topics_photo img{
	aspect-ratio: 1;
	object-fit: cover;
}
.post-navigation__inner > a .text_box{
	flex: 1;
}
.post-navigation__inner > a .text_box .ttl{
	margin-top: 0!important;
	margin-bottom: 10px!important;
	font-size: 12px!important;
	line-height: 1!important;
	color: #888!important;
}
.post-navigation__inner > a.next_post_link .topics_photo{
	order: 2;
}
.post-navigation__inner > a.next_post_link .text_box{
	order: 1;
}
.h2_ttl05{
	margin: 73px 0 44px;
	font-family: 'Lora', serif;
	font-size: 40px;
	color: #000;
	text-align: center;
	line-height: 0.7;
}
.h2_ttl05 .txt02 {
	display: block;
	font-size: 12px;
	line-height: 1;
}
.h2_ttl05 .txt01 {
	display: block;
	font-size: 17px;
	line-height: 2;
	font-weight: bold;
	padding: 0 20px;
	background-color: #FFF;
	margin-top: 10px;
	position: relative;
	z-index: 0;
}
.h2_ttl05 .txt01:after{
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 50%;
	background-color: #000;
}
.h2_ttl05 .txt01 span{
	z-index: 0;
	position: relative;
	background-color: #fff;
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 0 20px 3px;
}
.relation__items{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px;
	padding: 0;
}
.relation__item{
	width: calc((100% - 90px) / 4);
}
.relation__item a{
	color: inherit;
}
.relation__item img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.relation__item .day {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	color: #888;
	display: block;
}
@media(max-width: 768px) {
	.post-navigation {
		border-top: unset;
		border-bottom: unset;
		padding-top: 0;
	}
	.post-navigation__inner {
		border-bottom: 1px solid #000;
		gap: 20px;
		flex-direction: column;
	}
	.post-navigation__inner:after {
		width: 100%;
		height: 1px;
		top: 50%;
		left: 0;
	}
	.relation__items {
		gap: 20px;
	}
	.relation__item {
		width: 100%;
	}
	.relation__item a {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 15px;
	}
	.relation__item img {
		width: 88px;
		margin-bottom: 0;
	}
	.relation__item .txt {
		flex: 1;
	}
	.relation__item .day {
		display: none;
	}
}

.page-post-header {
	z-index: 1;
}

.page-post-header a {
	margin: 20px 0;
}

.page-post-header .container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0 !important;
}

.group-search {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 0;
	--color_seach: #f63876;
    --color_seach_hover: #ff6699;
}

.group-search a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.group-search a:hover {
	text-decoration: unset;
}

.header__search-form {
    position: absolute;
    z-index: 1;
    width: 300px;
    top: calc(100% + 10px);
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
}

.header__search-form.active {
	max-height: 200px;
}

.header__search-form input[type="text"] {
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0;
    padding: 7px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 33px;
}

.header__search-form button {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    background: var(--color_seach);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    font-size: 12px;
    color: #fff;
    border: none;
}

.page-post-header {
	overflow: unset;
}

.st-kaiwa-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: table;
	margin-top: 40px;
}

.st-kaiwa-face {
    text-align: center;
    display: table-cell;
    width: 60px;
    vertical-align: top;
}

.st-kaiwa-area {
    display: flex;
    margin: 0;
    vertical-align: top;
    text-align: left;
}

.st-kaiwa-area2 {
    display: flex;
    vertical-align: top;
    text-align: right;
    margin: 0px;
}

.st-kaiwa-hukidashi2,
.st-kaiwa-hukidashi {
	font-size: 18px;
	line-height: 32px;
	flex: 1;
}

.st-kaiwa-face2 {
    text-align: center;
    display: table-cell;
    width: 60px;
    vertical-align: top;
}

.st-kaiwa-hukidashi2 {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 7px;
    position: relative;
    background-color: #f9f9f9;
    text-align: left;
}

.st-kaiwa-hukidashi, .st-kaiwa-hukidashi2 {
    background-color: #fcffed;
    border-color: #fcffed;
}

.st-kaiwa-hukidashi {
    display: inline-block;
    padding: 15px 20px;
    margin-left: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 7px;
    position: relative;
    background-color: #f9f9f9;
}

.st-kaiwa-hukidashi {
	background-color: #edfcf9;
    border-color: #edfcf9;
}

.st-kaiwa-hukidashi::before, .st-kaiwa-hukidashi2::before {
    content: '';
    position: absolute;
    top: 30px;
    margin-top: -11px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    z-index: 0;
}

.st-kaiwa-hukidashi::before {
    left: -11px;
    border-width: 11px 11px 11px 0;
}

.st-kaiwa-hukidashi::before {
    border-color: transparent #edfcf9 transparent transparent;
}

.st-kaiwa-hukidashi::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f9f9f9 transparent transparent;
}

.st-kaiwa-hukidashi:after {
    border-color: transparent #fff4f7 transparent transparent;
}

.st-kaiwa-54 .st-kaiwa-hukidashi::after {
    border-right-color: #edfcf9;
}

.st-kaiwa-face2 img {
    border-radius: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
.st-kaiwa-face img {
    border-radius: 60px;
    border: 1px solid #ccc;
}
.st-kaiwa-face img, .st-kaiwa-face2 img {
    margin-bottom: 0px;
    border-color: rgb(255, 255, 255);
}


.st-kaiwa-hukidashi::before, .st-kaiwa-hukidashi2::before {
    content: "";
    position: absolute;
    top: 30px;
    margin-top: -11px;
    display: block;
    width: 0px;
    height: 0px;
    z-index: 0;
    border-style: solid;
    border-color: transparent;
}

.st-kaiwa-hukidashi2::before {
    right: -11px;
    border-width: 11px 0px 11px 11px;
}

.st-kaiwa-face-name2 {
    margin-top: 5px;
    color: rgb(97, 97, 97);
    font-size: 70%;
    line-height: 1.5;
    max-width: 60px;
}

.st-kaiwa-hukidashi2::before {
    border-color: transparent transparent transparent rgb(252, 255, 237);
}

.st-kaiwa-hukidashi2:after {
    border-color: transparent transparent transparent #fff4f7;
}

.st-kaiwa-97 .st-kaiwa-hukidashi2::after {
    border-left-color: #fcffed;
}

.st-mycolor {
    color: rgb(255, 153, 204);
    font-weight: bold;
}

.clearfix {
    zoom: 1;
}

.huto {
    font-weight: bold;
}

.st-mymarker-s {
    font-weight: bold;
    background: linear-gradient(transparent 70%, rgb(255, 249, 196) 0%);
}

.st-minihukidashi .st-minihukidashi-flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.post .st-minihukidashi, .st-minihukidashi {
    font-size: 100%;
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    z-index: 2;
}

.post .st-minihukidashi, .st-minihukidashi {
	font-size: 90%;
}

.post .st-minihukidashi span.st-minihukidashi-arrow, .st-minihukidashi span.st-minihukidashi-arrow {
	content: '';
    position: absolute;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f3f3f3;
    top: 100%;
    left: 40px;
}

.st-minihukidashi .st-minihukidashi-flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.clip-memobox {
    display: table;
    background: #f3f3f3;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
}

.clip-fonticon {
    padding: 0 15px 0 10px;
    text-align: center;
}

.clip-memotext {
    padding-left: 15px;
    border-left: 1px solid #E0E0E0;
    width: 100%;
    box-sizing: border-box;
}

.clip-fonticon, .clip-memotext {
    display: table-cell;
    vertical-align: middle;
}

.st-mybox {
    position: relative;
    margin: 25px 0;
    padding: 0 20px;
    border: solid 2px #9E9E9E;
    border-radius: 8px;
}

.st-mybox .st-mybox-title {
    position: absolute;
    display: inline-block;
    top: -0.8em;
    left: 10px;
    padding: 0 10px;
    line-height: 1.5;
    color: #9E9E9E;
    font-weight: bold;
    margin-bottom: 10px;
}

.st-mybox.st-title-under .st-mybox-title {
    position: relative;
    display: inline-block;
    margin: 20px 0 0;
    margin-bottom: 10px;
    top: 0;
    left: 0;
    text-shadow: none !important;
}

.st-mybox.st-title-border .st-mybox-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.st-mybox.st-title-border.st-title-under .st-mybox-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.st-mybox.st-title-under .st-in-mybox {
    padding: 0 0 20px;
}

ol.is-style-st-no li, ul.is-style-st-no li, ol.is-style-st-no-border li, ul.is-style-st-no-border li, .st-list-no li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    counter-increment: st-list-count;
    list-style: none;
    position: relative;
    padding-left: 30px;
}

ol.is-style-st-no li:before, ul.is-style-st-no li:before, ol.is-style-st-no-border li:before, ul.is-style-st-no-border li:before, .st-list-no li:before {
    content: counter(st-list-count);
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #ccc;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0.4em;
    left: 0;
}

.st-list-no:not(.st-css-no) li:before, .post ol.is-style-st-maruno li:before, .post .maruno ol li:before {
    background: #c1c1ff;
    color: #ffffff;
}

.post ol.is-style-st-no li:before, .post ul.is-style-st-no li:before, .post ol.is-style-st-no-border li:before, .post ul.is-style-st-no-border li:before, .st-list-no:not(.st-css-no) li:before {
    background-color: #c1c1ff;
}

.st-list-no.st-list-border ul li:before {
	top: calc(0.4em + 10px);
}

ol.is-style-st-border li, ul.is-style-st-border li, ol.is-style-st-circle-border li, ul.is-style-st-circle-border li, ol.is-style-st-check-border li, ul.is-style-st-check-border li, ol.is-style-st-no-border li, ul.is-style-st-no-border li, .st-list-border ol li, .st-list-border ul li {
    border-bottom: dotted 1px #ccc;
    padding-top: 10px;
	font-size: 18px;
	line-height: 32px;
}


.group-popup {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}

.group-popup .group {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.group-popup .group .bg {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.group-popup .group .group-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.group-popup .group .group-image .group-main {
	position: relative;
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	transform: translate(10px, -63%);
}

.group-popup .group .group-image .group-main.active img:nth-child(1) {
	animation: ani_01 1s cubic-bezier(0.04, 0.27, 0.35, 1.32) forwards;
}

.group-popup .group .group-image .group-main.active img:nth-child(2) {
	animation: ani_02 1s cubic-bezier(0.04, 0.27, 0.35, 1.32) forwards;
}

.group-popup .group .group-image .group-main.active img:nth-child(3) {
	animation: ani_03 1s cubic-bezier(0.04, 0.27, 0.35, 1.32) forwards;
}

@keyframes ani_01 {
	0% {
		transform: translateX(50px) translateY(70px) rotate(7deg);
	}
	100% {
		transform: translateX(84px) translateY(0px) rotate(7deg);
	}
}

@keyframes ani_02 {
	0% {
		transform: translateX(0px) translateY(70px) rotate(0deg);
	}
	100% {
		transform: translateX(0px) translateY(00px) rotate(0deg);
	}
}

@keyframes ani_03 {
	0% {
		transform: translateX(-74px) translateY(70px) rotate(-9deg);
	}
	100% {
		transform: translateX(-129px) translateY(0px) rotate(-9deg);
	}
}

.group-popup .group .group-image .group-main img {
	position: absolute;
}

.group-popup .group .group-image .group-main img:nth-child(1) {
	transform:  translateX(50px) translateY(70px) rotate(7deg);
	z-index: 1;
}
.group-popup .group .group-image .group-main img:nth-child(2) {
	transform: translateX(0px) translateY(70px) rotate(0deg);
	z-index: 2;
}
.group-popup .group .group-image .group-main img:nth-child(3) {
	transform: translateX(-74px) translateY(70px) rotate(-9deg);
	z-index: 1;
}

.group-popup .content {
	position: relative;
	width: 100%;
	max-width: 360px;
}

.group-popup .content .group-content {
	background-color: #333333;
	padding: 16px;
	border-radius: 20px;
	position: relative;
	z-index: 3;
}

.group-popup .content .above {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.group-popup .content .above .title {
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

.group-popup .content .above .close {
	position: absolute;
	top: 0;
	right: 0;
}

.group-popup .content .above .ic-close {
	position: relative;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.group-popup .content .above .ic-close::after,
.group-popup .content .above .ic-close::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.group-popup .content .above .ic-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.group-popup .content .below {
	margin-top: 20px;
	padding: 0 5px;
	max-height: 300px; /*内容高さの制限*/
	overflow-y: auto;
}
.group-popup .content .below::-webkit-scrollbar {
  width: 5px;
}
.group-popup .content .below::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.group-popup .content .below::-webkit-scrollbar-thumb {
  background: #888; 
}
.group-popup .content .below::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.group-popup .content .below .text{
	font-size:  16px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

.group-popup .content .below .group-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.group-popup .content .below .group-btn .btn-popup {
	width: 100%;
	color: #fff;
	padding: 8px 0;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
	transition: 0.5s all;
}
.group-popup .content .below .group-btn .btn-popup:hover {
	text-decoration: unset;
	opacity: 0.8;
}

.group-popup .content .below .group-btn .bg-blue {
	background-color: #5c3dc2;
}
.group-popup .content .below .group-btn .bg-gray {
	background-color: #059cb5;
}
.group-popup .content .below .group-btn .bg-pink {
	background-color: #af6388;
}
.group-popup .content .below .group-btn .btn-popup__close {
	color: #fff;
	cursor: pointer;
	transition: opacity 0.2s;
	margin-top: 10px;
}
.group-popup .content .below .group-btn .btn-popup__close:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {
	.group-popup .content .above .title {
		font-size: 20px;
	}
	.group-popup .content .below .text {
		font-size: 14px;
	}
	.group-popup .content .below .group-btn .btn-popup {
		font-size: 14px;
	}
	.group-popup .group .group-image .group-main img:nth-child(1) {
		height: 200px;
		width: 200px;
	}
	.group-popup .group .group-image .group-main img:nth-child(2) {
		height: 200px;
		width: 200px;
	}
	.group-popup .group .group-image .group-main img:nth-child(3) {
		height: 200px;
		width: 200px;
	}
}

.group-popup-below {
	display: none;
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 100%;
	max-width: 320px;
	z-index: 1000;
}
.group-popup-below .group-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.group-popup-below .group-content .group-image {
	position: absolute;
	z-index: 0;
	top: -20%;
	transform: translateY(-50%);
}
.group-popup-below .group-content .group-image img {
	transform: translateX(0px) translateY(70px) rotate(0deg);
}
.group-popup-below .group-content .group-image.active img {
	animation: ani_02 1s cubic-bezier(0.04, 0.27, 0.35, 1.32) forwards;
}

.group-popup-below .group-content .content {
	position: relative;
	z-index: 1;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.group-popup-below .group-content .content .above .close {
	position: absolute;
	top: 0;
	right: 0;
}
.group-popup-below .group-content .content .above .close .ic-close {
	position: relative;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.group-popup-below .group-content .content .ic-close::after,
.group-popup-below .group-content .content .ic-close::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.group-popup-below .group-content .content .ic-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.group-popup-below .group-content .content .title p {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.group-popup-below .group-content .content .text p {
	font-size:  16px;
	text-align: center;
	line-height: 1.5;
}
.group-popup-below .group-content .content .group-btn .btn-popup {
	width: 100%;
	color: #fff;
	padding: 8px 15px;
    box-sizing: border-box;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
	transition: 0.5s all;
	background-color: #5c3dc2;
}

.group-popup-below .group-content .content .group-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

.group-popup-below .group-content .content .group-btn .btn-popup:hover {
	text-decoration: unset;
	opacity: 0.8;
}
.group-popup-below .group-content .content .below {
	margin-top: 10px;
	padding: 0 5px;
	max-height: 350px;/*内容高さの制限*/
	overflow-y: auto;
}
@media (min-width: 768px) {
	.group-popup-below .group-content .content .below::-webkit-scrollbar {
		width: 5px;
	}
	.group-popup-below .group-content .content .below::-webkit-scrollbar-track {
		background: #f1f1f1; 
	}
	.group-popup-below .group-content .content .below::-webkit-scrollbar-thumb {
		background: #888; 
	}
	.group-popup-below .group-content .content .below::-webkit-scrollbar-thumb:hover {
		background: #555; 
	}
}

@media (max-width: 768px) {
	.group-popup-below {
		max-width: 270px;
		right: 10px;
	}
	.group-popup-below .group-content .content .title p {
		font-size: 20px;
	}
	.group-popup-below .group-content .content .text p {
		font-size: 14px;
	}
	.group-popup-below .group-content .content .group-btn {
		font-size: 14px;
	}
	.group-popup-below .group-content .group-image img {
		height: 120px;
		width: 120px;
	}
}

.alignC{
	text-align: center;
	padding: 50px 0;
}