@charset "UTF-8";
.topic_style .align_light{
    font-size: 100%;
    text-align: right;
}
.topic_style .align_light span{
    display: inline-block;
    padding: 1em;
}
.topic_style .align_light span a{
    color: #fff;
    text-decoration: none;
}
.topic_style .ti_1{
    text-indent: 1em;
}
.topic_style .bold{
    font-weight: bold;
}
.topic_style .tdu{
    text-decoration: underline;
}
.topic_style .in_table{
    margin-top: 20px;
    width: 100%;
}
.topic_style .in_table th,.topic_style .in_table td{
    border: 1px solid #c3c3c3;
    padding: 1.5em 1em;
    vertical-align: middle;
}
.topic_style .btn_red{
    background: #D3003F;
    border: 2px solid #FF8CAE;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 15px 5px 15px;
    text-align: center;
    text-decoration: none;
}
.topic_style .btn_red:hover{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
}
.topic_style ol li{
    margin-bottom: 5px;
    text-indent: -1em;
    margin-left: 1em;
}
.topic_style .sct5 ul{
    margin: 10px 0;
}
.table_caption_foot{
    text-align: right;
    margin-top: 5px;
}
.topic_style .set_indent{
    margin-left: 1em;
}
.image_wrapper{
    margin-top: 10px;
    padding: 30px 0;
    text-align: center;
}
.image_wrapper img{
    width: 25%;
    height: 25%;
    margin: 0px 25px;
}
.tel{
    padding: 0 1em;
}
.set_fz_small{
    font-size: 80%;
    padding-left: 0.5em;
}
.unit_list{
    margin-top: 20px;
}
.unit_list li{
    margin-bottom: 5px;
    text-indent: -1.3em;
    margin-left: 1.3em;
}
.unit_bottom{
    margin-top: 25px;
}
.unit_bottom p,.unit_bottom div{
    margin-bottom: 5px;
}
.unit_bottom_anchor{
    padding-left: 1em;
}
#LinkArea ul li{
    padding-left: 0;
}
.contents_bottom_wrapper{
    margin: 30px auto;
}
.contents_bottom_wrapper p a{
    font-size: 100%;
    padding: 10px 2em 10px 1em;
}
@media (min-width: 980px) {
}
@media (max-width: 979px) {
    .image_wrapper{
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        text-align: center;
    }
    .image_wrapper img{
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .topic_style .align_light{
        text-align: center;
    }
}
@media (max-width: 450px) {
    .in_table th,td{
        display: block;
    }
    .in_table th{
        text-align: center;
        border-bottom: none!important;
    }
}
.topic_style h4.set-headicon{
    color: #333!important;
    font-weight: bold!important;
    background: url(../../../common/img/ico_square.png) no-repeat 0 5px!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    border-bottom: #b1b1b1 1px dotted!important;
    padding: 0 0 4px 15px!important;
    margin-bottom: 15px!important;
    margin-top: 30px!important;
    border-left: none!important;
}
.anchor-pdf{
    padding: 0 3px 0 0;
    text-decoration: underline;
}
.anchor-pdf img{
    margin-left: 5px;
    vertical-align: middle;
}