@charset "utf-8";
/*---------------------------------------------
    ページ内共通部分
---------------------------------------------*/

body {
    background-image: url("../common/img/bg01.png");
}

.setWidth {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.text-red {
    color: #cc0033;
}

.boxShadow_Content{
    box-shadow:0px 0px 35px -5px #b5b5b5;
    max-width: 1000px;
    margin: auto;
    border-radius: 31px;
}

/*---------------------------------------------
    パンくずリスト
---------------------------------------------*/

.pankuzu_inner {
    margin: 20px auto 25px auto;
}

.pankuzu_list {
    overflow: hidden;
}

.pankuzu_list li {
    float: left;
    font-size: 12px;
    line-height: 1.2;
}

.pankuzu_list li:not(:last-child)::after {
    content: ">";
    width: 24px;
    display: inline-block;
    text-align: center;
}

.pankuzu_list li a {
    border-bottom: solid 1px #000;
    display: inline-block;
}

/*---------------------------------------------
    コンテンツ部分
---------------------------------------------*/

.mainContent_inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 150px auto;
    border-radius: 31px;
    background: #fff;
    overflow: hidden;
    padding: 0 0 70px 0;
    box-shadow: 0px 0px 35px -5px #b5b5b5;

}

.mainContent_Title{
    background: #cc0033;
    color: #fff;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 0 40px;
}

.mainContent_subTitle{
    background: #f5f5f5;
    border-left: solid 7px #cc0033;
    font-size: 26px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 64px;
    line-height: 64px;
    padding: 0 19px;
    margin: 51px 0 0 0;
}

.mainContent_Table{
    width: 100%;
    border: solid 1px #cccccc;
}

.mainContent_Table tr:not(:last-child){
    border-bottom: solid 1px #cccccc;
}

.mainContent_Table tr th{
    width: 250px;
    background: #fae5ea;
    border-right: solid 1px #cccccc;
}

.mainContent_Table tr th,
.mainContent_Table tr td{
    height: 63px;
    line-height: 63px;
    padding: 0 0 0 20px;
    font-size: 14px;
}

.mainContent_wrapTable{
    margin: 30px 0 0 0;
}

.mainContent_content01,
.mainContent_content02{
    padding: 0 50px;
}

.mainContent_Table tr .noLineHeight{
    line-height: 2;
    padding: 0 0 13px 20px;
}