@charset "UTF-8";

/*******************************
#mainTitle
*******************************/
#mainTitleLow p {
    font-size: 100%;
    color: #fff;
    margin-top: auto;
    margin-left: 22px;
    margin-bottom: 52px;
}

.boxWrap .detail .table dl dd .LinkBox {
    max-width: 500px;
    margin: 10px 0 0 0;
}

.boxWrap .detail .table dl dd .LinkBox .btnWrap {
    width: 100%;
    height: 60px;
    font-size: 140%;
}

.boxWrap .detail .table dl dd .LinkBox .btnWrap.btn01 {
    margin-bottom: 0;
}

.boxWrap .detail .table dl dd .LinkBox .btnWrap div {
    width: 98%;
    height: 50px;
}

.boxWrap .detail .table dl dd .LinkBox .btnWrap a {
    display: block;
    height: 100%;
    line-height: 1.6em;
}

/*******************************
#flow
*******************************/
#flow .flowDetail ul li .step {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 720px;
    height: 90px;
    line-height: 90px;
    background-color: #e5ebf0;
    margin: 20px auto 0 auto;
}
#flow .flowDetail ul li .step p {
    margin-right: 15px;
}
#flow .flowDetail ul li .step ul {
    display: flex;
    align-items: center;
}
#flow .flowDetail ul li .step ul li {
    background-color: #fff;
    width: 150px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    padding: 0;
    margin-right: 50px;
    font-size: 112.5%;
    border: none;
}
#flow .flowDetail ul li .step ul li:last-child {
    margin-right: 0;
}
#flow .flowDetail ul li .step ul li::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../images/common/flowDetail_arrow_03.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: -36px;
    top: 50%;
    margin-top: -10px;
}
#flow .flowDetail ul li .step ul li:last-child::after {
    content: none;
}

/*******************************
#document
*******************************/
#document .type01,
#document .type03,
#document .type04,
#document .type05 {
    display: flex;
}
#document .type01 dt,
#document .type03 dt,
#document .type04 dt,
#document .type05 dt {
    width: 270px;
    color: #00336a;
}
#document .type01 dt .title,
#document .type03 dt .title,
#document .type04 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 .type04 dd {
    width: 587px;
    text-align: center;
}
#document .type04 dd img {
    border: 1px solid #cbcbcb;
    width: 270px;
}


#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;
}



/*******************************
#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;
}
#day table .tokuten {
    background-color: #beaf73;
    border: 1px solid  #beaf73;
}



/*******************************
#recommendation
*******************************/
#recommendation {
    margin-bottom: 100px;
}
#recommendation h2 {
    background-color: #e5ebf0;
    font-size: 187.5%;
    color: #00336a;
    font-weight: 700;
    padding: 30px 0 30px 100px;
    margin-bottom: 55px;
}
#recommendation .leadTxt {
    width: 1000px;
    margin: 0 auto 50px auto;
    font-size: 125%;
}
#recommendation dl {
    width: 1000px;
    margin: 0 auto;
}
#recommendation dl dt {
    font-size: 162.5%;
    color: #00336a;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: 1px solid #00336a;
    letter-spacing: 0.02em;
}
#recommendation dl dd {
    font-size: 125%;
    letter-spacing: 0.05em;
}
#recommendation dl dd dl {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
#recommendation dl dd dl dt {
    border: 1px solid #00336a;
    width: 170px;
    margin-bottom: 0;
    font-size: 130%;
    text-align: center;
    padding: 10px 0;
}
#recommendation dl dd dl dd {
    display: flex;
    align-items: center;
}
#recommendation dl dd dl dd p {
    display: flex;
    align-items: center;
    font-size: 136%;
    font-weight: 700;
    color: #00336a;
    letter-spacing: 0;
}
#recommendation dl dd dl dd p.tel {
    margin-left: 23px;
}
#recommendation dl dd dl dd p.tel img {
    width: 34px;
    margin-right: 15px;
}
#recommendation dl dd dl dd p.mail {
    margin-left: 33px;
}
#recommendation dl dd dl dd p.mail img {
    width: 33px;
    margin-right: 15px;
}
