@charset "utf-8";
h3.h3_webi {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px 20px 0px;
    padding: 1.0em 1.2em 0.8em 1.2em;
    width: 760px;
    color: white;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.03em;
    background: rgba(13,139,71,1.00) url(/common/images/logo_mark_w_r.png) no-repeat center right 10px / 30px;
	border-radius: 10px;
}

.title_left{
    float: left;
    width: 60px;
    margin-left: 10px;
    font-weight: bold;
}

.title_left1{
    float: left;
    width: 60px;
    margin-left: 10px;
    font-weight: bold;
}

.title_left2{
    float: left;
    width: 90px;
    font-weight: bold;
}

.title_middle{
    float: left;
    font-weight: bold;
}

.title_middle1{
    float: left;
    font-weight: bold;
}

.title_right{
    font-weight: bold;
}

.title_large{
    margin-top: 5px;
    color: #008800;
    font-size: 18px;
}

.title_small1{
    color: #008800;
    font-size: 14px;    
}

.title_small2{
    font-size: 14px;    
}

.space{
    display: none;
}

.float_list{
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 330px;
	z-index: 999999;
	border: 4px rgba(255,255,255,1.0) solid;
    border-radius: 6px;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
	
	/*border-radius: 6px;*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    
}

.float_list_child{
    display: block;
    color: rgba(13,139,71,1.0);
	background: #DDDDDD url("/webinar/images/close.png") no-repeat 290px 7px / 20px 20px;
    padding: 4px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
	border: 1px rgba(255,255,255,1.0) solid;
    cursor: pointer;
}

.float_list_child.close{
    display: block;
    color: rgba(13,139,71,1.0);
	background: #DDDDDD url("/webinar/images/open.png") no-repeat 290px 7px / 20px 20px;
    padding: 4px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
	border: 1px rgba(255,255,255,1.0) solid;
    cursor: pointer;
}

.float {
    display: block;
}

.float_menu  {
	color: rgba(255,255,255,1.0);
	background: rgba(13,139,71,1.0);
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
    line-height: 24px;
	border: 1px rgba(255,255,255,1.0) solid;
}

.float_menu a {
	color: rgba(255,255,255,1.0);
	background: url("/webinar/images/arrow2.png") no-repeat 15px 25px / 30px 30px;
	padding: 7px 0px 7px 50px;
	display: block;
    height: 70px;
}
    
.float_menu:hover > a {
	color: rgba(13,139,71,1.0);
	background: rgba(255,255,255,1.0) url("/webinar/images/arrow1.png") no-repeat 15px 25px / 30px 30px;
	display: block;
	outline: 1px solid rgba(13,139,71,1.0);
    outline-offset: -1px;
}
    
.float_menu2  {
	color: rgba(255,255,255,1.0);
	background: rgba(13,139,71,1.0);
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
    line-height: 24px;
	border: 1px rgba(255,255,255,1.0) solid;
}

.float_menu2 a {
	color: rgba(255,255,255,1.0);
	background: url("/webinar/images/arrow2.png") no-repeat 15px 25px / 30px 30px;
	padding: 16px 0px 0px 40px;
	display: block;
    height: 65px;
}
    
.float_menu2:hover > a {
	color: rgba(13,139,71,1.0);
	background: rgba(255,255,255,1.0) url("/webinar/images/arrow1.png") no-repeat 15px 25px / 30px 30px;
	display: block;
	outline: 1px solid rgba(13,139,71,1.0);
    outline-offset: -1px;
}
 
.float_menu3  {
    display: none;
}

@media only screen and (max-width: 480px) {
h3.h3_webi {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px 20px 0px;
    padding: 1.0em 1.2em 0.8em 1.2em;
    width: 90%;
    color: white;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.03em;
    background: rgba(13,139,71,1.00) url(/common/images/logo_mark_w_r.png) no-repeat center right 10px / 30px;
	border-radius: 10px;
}
    
.title_left{
    float: left;
    width: 60px;
    margin: 10px 0 0 5px;
    font-weight: bold;
}
 
.title_left1{
    display: none;
}
    
.title_left2{
    display: none;
    font-weight: bold;
}    

.title_middle{
    float: left;
    font-weight: bold;
    margin-top: 10px;
}
 
.title_middle1{
    display: none;
}
    
.title_right{
    margin: 0 5px;
    font-weight: bold;
    clear: both;
}
    
.title_large{
    margin-top: 5px;
    color: #008800;
    font-size: 16px;
}

.title_small1{
    color: #008800;
    font-size: 12px;    
}
   
.title_small2{
    font-size: 12px;    
}
    
.space{
    display: block;
    float: left;
    height: 200px;
    width: 100%;
}
   
.float_list_child{
    display: none;
}
    
.float {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 999999;
	border: none;
    border-radius: none;
	box-shadow: none;
}

.float_menu  {
    display: none;
}
    
.float_menu2  {
	color: rgba(255,255,255,1.0);
	background: rgba(13,139,71,1.0);
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
    line-height: 16px;
    width: 100%;
    float: left;
	border: 1px rgba(255,255,255,1.0) solid;
}

.float_menu2 a {
	color: rgba(255,255,255,1.0);
	background: url("/webinar/images/arrow2.png") no-repeat 15px 18px / 16px 16px;
	padding: 11px 0px 1px 0px;
	display: block;
    height: 40px;
}
    
.float_menu2:hover > a {
	color: rgba(255,255,255,1.0);
	background: url("/webinar/images/arrow2.png") no-repeat 15px 18px / 16px 16px;
	display: block;
	outline: 1px solid rgba(13,139,71,1.0);
    outline-offset: -1px;
}
    
.float_menu3  {
	color: rgba(255,255,255,1.0);
	background: rgba(13,139,71,1.0);
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
    line-height: 16px;
    width: 100%;
    float: left;
	border: 1px rgba(255,255,255,1.0) solid;
}

.float_menu3 a {
	color: rgba(255,255,255,1.0);
	background: url("/webinar/images/arrow2.png") no-repeat 15px 18px / 16px 16px;
	padding: 11px 0px 1px 0px;
	display: block;
    height: 40px;
}
    
.float_menu3:hover > a {
	color: rgba(255,255,255,1.0);
	background: url("/webinar/images/arrow2.png") no-repeat 15px 18px / 16px 16px;
	display: block;
	outline: 1px solid rgba(13,139,71,1.0);
    outline-offset: -1px;
}
    
}