@charset "UTF-8";
/*
* TWINKLE version 2.0.3
*/
/*
* ADDContexts
*/


/*
*
* TOP
* --------------------------------------------------
*/

.top_comment{
	font-weight: 400;
	color: #1E1E1E;
	font-size: 35px;
	line-height: 1.1;
	font-family: 'Kiwi Maru', serif;
  	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	display: inline-block;
}

.top_comment_box{
	text-align: center;
}

/*
*
* CONTENTS CHOICE
* --------------------------------------------------
*/
@media screen and (min-width: 680px){   
  .pc { display:inline; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:inline; }
}



.seminer_detail{
	font-size: 18px;
	line-height: 1.6667;
	letter-spacing: 0.03em;
}



.h2_title_big {
	font-size: 22px;
	font-weight: 600;
	color: #EA818E;
	background-color: #F6CDD3;
	border-bottom: solid 6px #EA818E;
	border-radius: 10px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
	padding: 10px;
}




.sub_title {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding: 15px 15px 10px 35px;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
}
 
.sub_title::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 5px;
	height: 25px;
	background-color: #EA818E;
}





.custom_bg{

background:rgba(255,255,255,0.8);


}


/*menuのMENU*/
.rd-navbar-toggle .menu-text {
    color: #F6B3BF; 
    font-size: 8px; 
    font-weight: bold; 
    text-align: center; 
    display: block; 
    margin-top: -10px;
}

.rd-navbar-toggle .menu-text {

    transform: rotate(0deg); 
}
