@charset "UTF-8";

/*=============================
    common setting
===============================*/
body{
    background: url(../images/bg_detail.jpg);
    text-align: left;
}
.rbtn{ margin: 0 auto 100px auto; }
.bread{ background: none; }


/*  c_conts01
--------------------------*/
.c_conts01 { padding: 0 10px 100px 10px; }
.c_conts01 .center{ text-align: center; }
.c_conts01 .center .ttl01 { margin: 70px 0 50px 0; }
.c_conts01 .ttl01 span::before, .c_conts01 .ttl01 span::after{ display: none; }

.c_conts01 .link_area{ overflow: hidden; text-align: left; margin-bottom: 50px; }
.c_conts01 .link_list.left{
    width: 49%;
    float: left;
    display: block;
}
.c_conts01 .link_list.right{
    width: 49%;
    float: right;
    display: block;
}
.c_conts01 .link_list li{ border-bottom: 1px dotted #000; margin-bottom: 25px; position: relative; padding-left: 15px; }
.c_conts01 .link_list li::after{
    content: "●";
    font-size: 12px;
    color: #e02d3c;
    position: absolute;
    top: 0;
    left: 0;
}
.c_conts01 .link_list li a{
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 5px;
}
.c_conts01 .link_list li span{
    padding-right: 20px;
    color: #e02d3c;
    background: url(../images/icon_click02.png) no-repeat right center;
    background-size: 13px;
    font-size: 15px;
    font-weight: bold;
}

.rbtn{ margin-bottom: 0; }