@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2012.03.23
Style Info:     
------------------------------------------------------------------------ */  

/*------------------------------------------------------------News*/

.info-main {
 
}
.info-main img {
 max-width: 100%;
 height: auto;
}
.info-main figure {
 margin: 0 0 1em;
}
.info-main li {
 position:relative;
 margin-bottom: 5px;
 padding: 0 0 0 10px;
 line-height: 1.5em;
}
.info-main li:last-child {
 margin-bottom: 0;
}
.info-main li:before{
 content: "";
 display: block;
 position: absolute;
 left: 0px;
 top: calc(0.75em - 3px);
 height: 6px;
 width: 6px;
 border-radius: 50%;
 background: #c46aa7;
}
.info-update {
 display: flex;
 justify-content: flex-end;
 font-size: 14px;
 margin-bottom: 1.5em;
}
.info-update dt,.info-update dd {
 font-size: 14px;
}