@charset "utf-8";

@media all and (min-width:1025px){
.main_pc_only{
    display: block!important;
    }
.main_sp_only{
    display: none!important;
    }
}
@media all and (max-width: 1024px){
    .main_pc_only{
        display: none!important;
    }
    .main_sp_only{
        display: block!important;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px){
    .main_tb_only{
        display: block!important;
    }
}

@media all and (max-width: 768px){
    .main_tb_only{
        display: none!important;
    }
}

#main {
    position: relative;
    background-image: url("../contact/images/header_bg.png");
    background-size:cover;
    margin-top: -223px;padding-bottom: 16%;
    border-bottom: solid 15px #cc00ff;
}

#main .header_bg{
    position:absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

@media all and (max-width: 1024px) {
    #main {
        position: relative;
        background-image: url("../contact/images/header_bg_sp.png");
        background-size:cover;
        margin-top: 0;
        padding-bottom: 23%;
        border-bottom: solid 8px #cc00ff;
    }
}

#contents{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#contents a{
    color: #ff00c8;
    text-decoration: none;
}

#contents a:hover{
    color: #ff00c8;
    text-decoration: underline;
}

.pan{
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    font-weight: 900;
    color: #666;
}

h2{
    font-size: 30px;
    color: #ff00c8;
    padding-bottom: 7px;
    margin-bottom: 33px;
    font-weight: 900;
    border-bottom: 3px #fff solid;
    letter-spacing: 0.1em;
}

.ct *, .ct *:before, .ct *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ct {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 2em;
}

.ct th, .ct  td {
    padding: 20px 10px;
    border: 2px solid #dddddd;
    font-weight: bold;
    background: #fff;
    color: #555;
}

.ct th {
    text-align: center;
    background: #ff00c8;
    color: #fff;
    letter-spacing: 0.1em;
}

@media all and (min-width: 1025px) and (max-width: 1200px){
#contents{
    width: 1000px;
    }
}

@media all and (min-width: 769px) and (max-width: 1024px){
    #contents{
        width: 760px;
        }
}

@media only screen and (max-width:768px){
#contents{
    width: 95%;
}

.ct {
    margin: 0;
}

.ct th, .ct td {
    width: 100%;
    display: block;
    border-top: none;
}

.ct tr:first-child th {
    border-top: 1px solid #dddddd;
}

.ct th, .ct  td {
    padding:10px;
}
}

@media all and (max-width: 1024px){
.head_contents {
    height: 55px;
    }
}



.pagenavi{
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 2em;
}

.pagenavi span{
    padding: 2px 10px;
    margin: 0 4px; background-color:#ff00c8;
    color: #fff;
    font-weight: bold;
}

.current{
    background-color:#fff!important;
    color: #ff00c8!important;
    border: 2px solid #cc00ff;
}

.pagenavi i{
    margin: 0 0.5em;
}

.non{
    color:#fffff4;
}

.mini{
    font-size: 80%;
    font-weight: 900;
}

.yl{
    color: #fff450;
    font-weight: 900;
}
