@charset "UTF-8";

/*******************************
boxWrap
*******************************/
.boxWrap .detail .table dd img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.boxWrap .detail .table dd ul li {
    text-indent: -30px;
    padding-left: 30px;
    margin-bottom: 30px;
}
.boxWrap .detail .table dd table {
    margin-top: 15px;
    font-size: 90%;
    color: #00336a;
}
.boxWrap .detail .table dd table th {
    font-weight: 700;
    background-color: #d9e0e9;
    width: 310px;
    height: 42px;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #00336a;
    border-bottom: none;
}
.boxWrap .detail .table dd table td {
    padding: 12px 0;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #00336a;
    border-top: none;
}

/*******************************
#flow
*******************************/
#flow .flowDetail ul li .caption span {
    margin-right: 1em;
}
#flow .flowDetail ul li .caption span:last-child {
    margin-right: 0;
}


/*******************************
#day
*******************************/
#day {
    margin-bottom: 100px;
}
#day h2 {
    background-color: #e5ebf0;
    font-size: 187.5%;
    color: #00336a;
    font-weight: 700;
    padding: 30px 0 30px 100px;
    margin-bottom: 55px;
}
#day table {
    width: 100%;
}
#day table th,
#day table td {
    box-sizing: border-box;
}
#day table th {
    background-color: #f5f3f2;
    border: 1px solid #666666;
    font-weight: 400;
    vertical-align: middle;
    font-size: 112.5%;
}
#day table tr:first-child th:first-child {
    border: none;
    background-color: #fff;
}
#day table tr:first-child th:nth-child(2) {
    height: 40px;
}
#day table tr:nth-child(2) th {
    height: 40px;
}
#day table td {
    border: 1px solid #666666;
    text-align: center;
    vertical-align: middle;
    font-size: 112.5%;
}
#day table tr:nth-child(n+3) th:first-child {
    height: 60px;
}
#day table .fw {
    font-weight: 700;
}







/*******************************
#document
*******************************/
#document .type01,
#document .type03,
#document .type05 {
    display: flex;
}
#document .type01 dt,
#document .type03 dt,
#document .type05 dt {
    width: 270px;
    color: #00336a;
}
#document .type01 dt .title,
#document .type03 dt .title,
#document .type05 dt .title {
    font-size: 162.5%;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}

#document .type01 dd img {
    border: 1px solid #cbcbcb;
    width: 270px;
}
#document .type01 dd img:first-child {
    margin-right: 40px;
}


#document .type03 dt .small {
    font-size: 125%;
    margin-top: 45px;
    text-indent: -0.8em;
    padding-left: 0.8em;
}
#document .type03 dd {
    width: 700px;
    letter-spacing: 0.05em;
}
#document .type03 dd .box {
    margin-bottom: 40px;
}
#document .type03 dd .box .title {
    font-size: 137.5%;
    font-weight: 500;
    background-color: #ebe7d5;
    color: #00336a;
    padding: 10px 0 10px 20px;
    margin-bottom: 30px;
}
#document .type03 dd ul {
    font-size: 125%;
    padding-left: 20px;
}
#document .type03 dd ul li {
    margin-bottom: 10px;
}
#document .type03 dd ul li span {
    font-size: 65%;
    vertical-align: text-top;
}
#document .type03 dd p {
    padding-left: 20px;
}
#document .type03 .notes {
    margin-top: 50px;
}
#document .type03 .notes li {
    font-size: 70%;
    text-indent: -2em;
    padding-left: 2em;
}
#document .type03 .margin01 {
    margin-top: 30px;
}
#document .type03 .margin02 {
    margin-top: 20px;
}

#document .type03 .box02 .title {
    font-size: 137.5%;
    font-weight: 500;
    color: #00336a;
    padding: 10px 0 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #00336a;
}
#document .type03 .indent01 {
    text-indent: -1em;
    padding-left: 2.3em;
}


#document .type05 dd .inFlex {
    display: flex;
    margin-bottom: 70px;
}
#document .type05 dd .inFlex img {
    border: 1px solid #cbcbcb;
    width: 270px;
    margin-right: 40px;
}
#document .type05 .box02 .title {
    font-size: 137.5%;
    font-weight: 500;
    color: #00336a;
    padding: 10px 0 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #00336a;
}
#document .type05 .box02 ul {
    font-size: 125%;
    padding-left: 20px;
}
