/* CSS Document */
.event_dec_area{
	padding: 10px 20px 10px 20px;
	background-color: rgba(250,255,239,1.00);
	border-radius: 5px;
}
.info_kiji{
	border-bottom: 1px dotted rgba(199,199,199,1.00);
	padding-left: 10px;
	padding-bottom: 3px;
}
.h1_small{
	font-size: 90%;
	margin: 3px!important;
	text-align: center;
	color: #808080;
}
.seminer_img{
	float: left;
	margin: 0 10px 10px 0;
	min-width: 200px;
}
.info_area{
    max-height: 300px;
    overflow: auto;
}
.bg_rd {
    border-radius: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(191,255,202,1.00) 0%,rgba(207,255,236,1.00) 50.26%,rgba(0,255,155,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(191,255,202,1.00) 0%,rgba(207,255,236,1.00) 50.26%,rgba(0,255,155,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(191,255,202,1.00) 0%,rgba(207,255,236,1.00) 50.26%,rgba(0,255,155,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(191,255,202,1.00) 0%,rgba(207,255,236,1.00) 50.26%,rgba(0,255,155,1.00) 100%);
    text-align: center;
    padding: 45px 0;
    font-family: "M PLUS Rounded 1c"!important;
    font-size: 180%;
    border: 7px solid #E0F8E9;
}
.wf-roundedmplus1c {
    font-family: "M PLUS Rounded 1c";
}
@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}
.link_bn_001 {
    position: fixed;
    z-index: 999;
    right: 5px;
   bottom:20px;
}

.link_bn_001 img {
    width: 35vw;
    max-width: 250px;
}
.link_bn_001 img:hover {
    opacity: 0.8;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"!important; }
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

/**PC**/
@media screen and (min-width: 680px){
	.midasi_001 {
	background-color: #ddd;
	font-size: 105%;
	padding: 5px 15px;
	width: 280px;
}
.bg_3_imgage {
background-image: url(images/top/img_3_dont_know.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 0 5px;
}
}
/**mbile**/
@media screen and (max-width: 680px){
	.midasi_001 {
	background-color: #ddd;
	font-size: 105%;
	padding: 5px 15px;
	width: 100%;
}
.bg_3_imgage {
background-image: url(images/top/img_3_dont_know.png);
	background-repeat: no-repeat;
	background-size: auto 15vw;
	background-position: 1% 3px;
}
}

.info_box_001 {
border: 1px solid #DDDDDD;
	padding: 10px;
}

.info_kiji_001 {
border-bottom: 1px dotted #EEEEEE;
	padding-bottom: 3px;
	margin-bottom: 5px
}
.info_kiji_001 span{
	font-size: 90%;
	color: #D0A363
}

.kiji_samnail {
	width: 50px;
	border: 1px solid #EEEEEE;
	margin: 0px 10px 5px 0px;
}

.info_kiji_002 {
	display: flex;
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.seminar_badge {
border: 1px solid #dddddd;
	border-radius: 10px;
font-size: 70%;
	text-align: center;
	display: inline-block;
	padding: 1px 10px;
}

.fukidashi_001 {
position: relative;
padding: 1.5rem 0.5rem 1.5rem 0.5rem;
border-radius: 35px;
background-color: #D0894B;
color: white;
font-weight: normal;
font-size: 20px;
text-align: center;
	font-family: "Sawarabi Mincho"!important;
}

.fukidashi_001:before {
    position: absolute;
    top: 100%;
    left: 40px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #D0894B;
    border-width: 8px;
    content: "";	
}

