@charset "utf-8";

/*-----------------------------------
breadcrumbs
-----------------------------------*/
.breadcrumbs{
    overflow: hidden;
    margin: 0;
    background-color: #bcd8d9;
    color: #2d3e3f;
}
.breadcrumbs a{
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: 0s;
    transition: 0s;
    color: #2d3e3f;
    text-decoration: none;
    z-index: 10000;
}
.breadcrumbs li:first-child a{
    padding-left: 0;
}
.breadcrumbs li:last-child{
    padding-left: 16px;
}
.breadcrumbs li:last-child a{
    margin-left: -16px;
    padding-right: 8px;
}
.breadcrumbs a::after,
.breadcrumbs a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
    padding-left: 2px;
}
.breadcrumbs a::after{
    z-index: 2;
    border-left-color: #bcd8d9;
}
.breadcrumbs a::before{
    border-left-color: #FFF;
    right: -1.1em;
    z-index: 1;
}
.breadcrumbs a:hover::after{
    border-left-color: #bcd8d9;
}
.breadcrumbs li:last-child a::after,
.breadcrumbs li:last-child a::before{
    content: normal;
}
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .breadcrumbs ul{
        width: 1000px;
        margin: 0 auto;
    }
    .breadcrumbs li{
        float: left;
        padding-top: 4px;
        font-size: 0.8em;
    }
    .breadcrumbs li a{
        margin-top: -4px;
        padding:4px 3px 4px 16px;
    }
    /*clear*/
    .breadcrumbs ul{
        display: block;
        min-height: 1%;
    }
    .breadcrumbs ul:after{
        clear: both;
        content:".";
        display: block;
        height: 0;
        visibility: hidden;
    }
}
/*--Small~Medium screens--*/
@media only screen and (max-width: 1024px){
    .breadcrumbs ul{
        display:table;
    }
    .breadcrumbs li{
        display:table-cell;
        white-space:nowrap;
    }
    .breadcrumbs li:last-child a{
        padding-right: 30px;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .breadcrumbs ul{
        margin-left: 30px;
    }
    .breadcrumbs li{
        padding-top: 4px;
        font-size: 0.8em;
    }
    .breadcrumbs li a{
        margin-top: -4px;
        padding:4px 3px 4px 16px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .breadcrumbs ul{
        margin-left: 10px;
    }
    .breadcrumbs li{
        font-size: 0.7em;
    }
    .breadcrumbs a{
        padding:2px 3px 2px 16px;
    }
    .breadcrumbs li:last-child a{
        padding-right: 30px;
    }
}

/*-----------------------------------
parts
-----------------------------------*/
.h1-wrap{
    padding: 20px 0 30px;
    background-color: #dbeff0;
    background-image: url(/image/common/shaded.png);
    background-size: auto 10px;
    background-position: center bottom;
    background-repeat: repeat-x;
}
h1{
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
h2{
    margin-bottom: 20px;
    padding: 0 0 0 15px;
    border-left: 4px solid #bcd8d9;
	font-size: 1.2em;
    font-weight: bold;
}
h3{
    margin-bottom: 15px;
    padding: 0 0 0 15px;
    border-left: 4px solid #bcd8d9;
    font-weight: bold;
}

li p,dd p,td p{
    margin-bottom: 0;
}
.mb{
    margin-bottom: 25px;
}
.mt{
    margin-top: 25px;
}
p.sup,
.sup li{
    position: reabsolute;
    padding-left: 1em;
}
p.sup::before,
.sup li::before{
    position: absolute;
    content: "※";
    text-indent: -1em;
}
.we{
    color:#FF0033;
}
.we span{
    font-weight: bold;
}
.small{
    font-size: 0.9em;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.hd{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.1em;
}
p + p.hd{
    margin-top: 20px;
}
#boxer.mobile{
    z-index: 50000;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .h1-wrap{
        padding: 15px 0 20px;
    }
    h1{
        font-size: 1.05em;
        line-height: 1.8;
    }
    h2{
        margin-bottom: 20px;
        font-size: 1.05em;
        line-height: 1.8;
    }
    .hd{
        font-size: 1.05em;
    }
}

/*-----------------------------------
2カラム
-----------------------------------*/
.col-l{
    float: left;
    width: 48%;
    margin-right: 2%;
}
.col-r{
    float: right;
    width: 48%;
    margin-left: 2%;
}
/*--Small~Medium screens--*/
@media only screen and (max-width: 1024px){
    .col-l{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .col-r{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .col-r section{
        padding-top: 0;
    }
}
/*-----------------------------------
table
-----------------------------------*/
table{
    width: 100%;
    border-top: 1px solid #c2c3c4;
    border-right: 1px solid #c2c3c4;
}
th,td{
    padding: 10px 15px;
    border-bottom: 1px solid #c2c3c4;
    border-left: 1px solid #c2c3c4;
}
th{
    background-color: #eeeeee;
    font-weight: bold;
}
th label{
    font-weight: bold;
}
td{
    background-color: #FFF;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    th,td{
        padding: 5px 10px;
    }
    table.sp-table{
    }
    .sp-table th,.sp-table td{
        display: block;
        width: 100%;
    }
    .sp-table th{
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 0.9em;
        /*border: 1px solid #c2c3c4;*/
    }
    .sp-table td{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*-----------------------------------
nodata-txt
-----------------------------------*/
.nodata-txt{
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f3f3f3;
}
.nodata-txt p{
    margin-bottom: 0;
    text-align: left;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .nodata-txt{
        margin-bottom: 20px;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
.col2{
    display: block;
    min-height: 1%;
}

.col2:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
