@charset "UTF-8";

/*******************************
#flow
*******************************/
#flow .visit {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    gap: 40px;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 40px auto;
}
#flow .visit li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #00336a;
}
#flow .visit li dl dt {
    background-color: #d8cfab;
    font-weight: 500;
    font-size: 150%;
    color: #00336a;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 0.06em;
}
#flow .visit li dl dd {
    padding: 20px 0 15px 0;
}
#flow .visit li dl dd p {
    font-size: 125%;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.05em;
}
#flow .visit li dl dd p span {
    font-size: 85%;
}
#flow .visit li dl dd .btnArea {
    margin: 0 auto;
    color: #ffffff;
    background: #00336a;
    -webkit-box-shadow: 2px 2px 0 #00336a;
    box-shadow: 2px 2px 0 #7e7e86;
    border: 1px solid #7e7e86;
    width: 460px;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
#flow .visit li dl dd .btnArea a {
    font-weight: 500;
    font-size: 150%;
    display: block;
    position: relative;
    letter-spacing: 0.06em;
}
#flow .visit li dl dd .btnArea a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../../images/btnArea_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12px;
}

#flow .flowDetail ul li .btnLink {
    margin-top: 10px;
}
#flow .flowDetail ul li .btnLink a {
    width: 380px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #beaf73;
    color: #00336a;
    font-size: 125%;
    font-weight: 500;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
}
#flow .flowDetail ul li .btnLink a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background-image: url(../../images/common/flowDetail_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 42px;
    top: 50%;
    margin-top: -7px;
}
#flow .flowDetail ul li .btnLink a span {
    font-size: 80%;
}


/*******************************
#document
*******************************/
#document .type01,
#document .type03 {
    display: flex;
}
#document .type01 dt,
#document .type03 dt {
    width: 270px;
    color: #00336a;
}
#document .type01 dt .title,
#document .type03 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;
}


/*******************************
#entry
*******************************/
#entry {
    text-align: center;
    border-bottom: 1px solid #000000;
    padding-bottom: 80px;
    width: 800px;
    margin: 0 auto 80px auto;
}
#entry p {
    color: #00336a;
    font-size: 162.5%;
    font-weight: 700;
}
#entry .btnLink {
    margin-top: 15px;
}
#entry .btnLink a {
    height: 100px;
    line-height: 100px;
    display: block;
    background-color: #beaf73;
    color: #00336a;
    font-size: 237.5%;
    font-weight: 700;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 4px 4px 0 #7e7e86;
    box-shadow: 4px 4px 0 #7e7e86;
}
#entry .btnLink a::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../../images/btnArea_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}
