/*
File Name: plan.css
Version: 3.0
*/

/*** plan sec1 ***/

#plan_sec1 {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px 30px 30px;
    width: 100%;
}

#plan_sec1 > p {
    font-size: 1.6em;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 639px) {

    #plan_sec1 {
        padding: 15px 15px 30px;
    }

    #plan_sec1 > p {
        font-size: 1.4em;
    }

}

/*** plan sec2-5 ***/

#plan_sec2,
#plan_sec3,
#plan_sec4,
#plan_sec5 {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px;
    width: 100%;
}

#plan_sec2 h2,
#plan_sec3 h2,
#plan_sec4 h2,
#plan_sec5 h2 {
    background-color: #e8e0d0;
    border-radius: 5px;
    color: #604800;
    font-size: 2.5em;
    line-height: 1.5;
    margin-bottom: 1.0em;
    padding: 15px;
    position: relative;
    text-align: center;
}

#plan_sec2 h2::after,
#plan_sec3 h2::after,
#plan_sec4 h2::after,
#plan_sec5 h2::after {
    bottom: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e8e0d0;
    content: '';
    left: calc(50% - 10px);
    position: absolute;
}

#plan_sec2 > p,
#plan_sec3 > p,
#plan_sec4 > p {
    font-size: 1.6em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-align: center;
}

#plan_sec2 > p:last-of-type,
#plan_sec3 > p:last-of-type,
#plan_sec4 > p:last-of-type {
    margin-bottom: 1.5em;
}

@media (max-width: 639px) {

    #plan_sec2,
    #plan_sec3,
    #plan_sec4,
    #plan_sec5 {
        padding: 30px 15px;
    }

    #plan_sec2 h2,
    #plan_sec3 h2,
    #plan_sec4 h2,
    #plan_sec5 h2 {
        font-size: 2.0em;
    }

    #plan_sec2 > p,
    #plan_sec3 > p,
    #plan_sec4 > p {
        font-size: 1.4em;
    }
    
}

/*** plan sec2 ***/

#plan_sec2 .sec2_div1 {
    align-items: center;
    display: flex;
    height: auto;
    width: 100%;
}

#plan_sec2 .sec2_div11 {
    height: auto;
    margin-right: 15px;
    width: calc(30% - 15px);
}

#plan_sec2 .sec2_div11 img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
}

#plan_sec2 .sec2_div12 {
    background-color: #f0f0e8;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    margin-left: 15px;
    height: auto;
    padding: 15px;
    width: calc(70% - 15px);
}

#plan_sec2 .sec2_div12 p {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

#plan_sec2 .sec2_div12 p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 639px) {

    #plan_sec2 .sec2_div1 {
        display: block;
    }

    #plan_sec2 .sec2_div11 {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }

    #plan_sec2 .sec2_div12 {
        margin-left: 0;
        width: 100%;
    }

    #plan_sec2 .sec2_div12 p {
        font-size: 1.2em;
    }

}

/*** plan sec3 ***/

#plan_sec3 .sec3_div1 {
    background-color: #f0f0e8;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    height: auto;
    padding: 15px;
    width: 100%;
}

#plan_sec3 .sec3_div1 table {
    margin: 15px auto;
    width: 100%;
}

#plan_sec3 .sec3_div1 tr {
    border-bottom: 1px solid #d0d0d0;
}

#plan_sec3 .sec3_div1 tr:nth-of-type(2n+2) {
    background-color: #ffffff;
}

#plan_sec3 .sec3_div1 tr:nth-of-type(2n+3) {
    background-color: #f0f0f0;
}

#plan_sec3 .sec3_div1 th {
    font-size: 1.4em;
    padding: 0.6em 0.3em;
}

#plan_sec3 .sec3_div1 th span.sup {
    font-size: 0.6em;
    margin-left: 0.5em;
    vertical-align: top;
}

#plan_sec3 .sec3_div1 td {
    font-size: 1.4em;
    padding: 0.6em 0.3em;
    text-align: center;
    vertical-align: middle;
}

#plan_sec3 .sec3_div1 td:first-of-type {
    border-left: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
    color: #ff6600;
}

#plan_sec3 .sec3_div1 td:nth-of-type(2) {
    padding: 0;
    width: 0;
}

#plan_sec3 .sec3_div1 td:last-of-type {
    border-left: 1px solid #daa520;
    border-right: 1px solid #daa520;
    color: #daa520;
}

#plan_sec3 .sec3_div1 tr:first-of-type td:first-of-type {
    background-color: #ff6600;
    color: #ffffff;
    position: relative;
}

#plan_sec3 .sec3_div1 tr:last-of-type td:first-of-type {
    border-bottom: 1px solid #ff6600;
}

#plan_sec3 .sec3_div1 tr:first-of-type td:last-of-type {
    background-color: #daa520;
    color: #ffffff;
    position: relative;
}

#plan_sec3 .sec3_div1 tr:last-of-type td:last-of-type {
    border-bottom: 1px solid #daa520;
}

#plan_sec3 .sec3_div1 td a {
    background-color:#669900;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    margin-top: 8px;
    padding: 4px 12px;
}

#plan_sec3 .sec3_div1 ol {
    counter-reset: number;
    margin: 0 auto 15px;
    width: 100%;
}

#plan_sec3 .sec3_div1 li {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 0.25em;
    padding-left: 1.4em;
    text-indent: -1.4em;
}

#plan_sec3 .sec3_div1 li:last-of-type {
    margin-bottom: 0;
}

#plan_sec3 .sec3_div1 li::before {
    counter-increment: number;
    content: "*"counter(number)" ";
}

#plan_sec3 .sec3_div1 li a {
    border-bottom: 1px dashed #606058;
}

@media (max-width: 639px) {

    #plan_sec3 .sec3_div1 th {
        font-size: 1.2em;
        padding: 0.3em;
        width: 45%;
    }

    #plan_sec3 .sec3_div1 td {
        font-size: 1.2em;
        padding: 0.3em;
    }

    #plan_sec3 .sec3_div1 td a {
        font-size: 10px;
        margin-top: 4px;
        padding: 4px;
    }

    #plan_sec3 .sec3_div1 li {
        font-size: 1.0em;
    }

}

/*** plan sec4 ***/

#plan_sec4 .sec4_div1 {
    display: flex;
    height: auto;
    width: 100%;
}

#plan_sec4 .sec4_div11 {
    height: auto;
    margin-right: 15px;
    max-width: none;
    width: calc(45% - 15px);
}

#plan_sec4 .sec4_div11 p {
    font-size: 1.3em;
    line-height: 1.5;
    margin: 0 auto 0.5em;
    max-width: none;
}

#plan_sec4 .sec4_div11 p:last-of-type {
    margin-bottom: 0;
}

#plan_sec4 .sec4_div11 img {
    display: block;
    height: auto;
    margin: 0 auto 15px;
    max-width: 300px;
    width: 100%;
}

#plan_sec4 .sec4_div12 {
    background-color: #f0f0e8;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    height: auto;
    margin-left: 15px;
    max-width: none;
    padding: 15px;
    width: calc(55% - 15px);
}

#plan_sec4 .sec4_div12 table {
    margin-bottom: 15px;
    width: 100%;
}

#plan_sec4 .sec4_div12 tr:nth-of-type(2n+1) {
    background-color: #f0f0f0;
}

#plan_sec4 .sec4_div12 tr:nth-of-type(2n+2) {
    background-color: #ffffff;
}

#plan_sec4 .sec4_div12 th {
    background-color: #d0d0d0;
    font-size: 1.2em;
    padding: 0.6em 0.2em;
}

#plan_sec4 .sec4_div12 th:first-of-type {
    border-right: 1px solid #ffffff;
}

#plan_sec4 .sec4_div12 th:last-of-type {
    border-right: 1px solid #d0d0d0;
}

#plan_sec4 .sec4_div12 td {
    border: 1px solid #d0d0d0;
    font-size: 1.2em;
    padding: 0.6em 0.2em;
    text-align: center;
}

#plan_sec4 .sec4_div12 ul {
    width: 100%;
}

#plan_sec4 .sec4_div12 li {
    font-size: 1.1em;
    line-height: 1.25;
    margin-bottom: 0.25em;
    padding-left: 0.5em;
    text-indent: -0.8em;
}

#plan_sec4 .sec4_div12 li:last-of-type {
    margin-bottom: 0;
}

#plan_sec4 .sec4_div12 li::before {
    content: '*';
    display: inline;
    margin-right: 0.5em;
}

@media (max-width: 639px) {

    #plan_sec4 .sec4_div1 {
        display: block;
    }

    #plan_sec4 .sec4_div11 {
        margin: 0 auto 15px;
        max-width: 400px;
        width: 100%;
    }

    #plan_sec4 .sec4_div12 {
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }

    #plan_sec4 .sec4_div11 p {
        font-size: 1.2em;
    }

    #plan_sec4 .sec4_div12 th {
        font-size: 1.0em;
        padding: 0.6em 0;
    }

    #plan_sec4 .sec4_div12 td {
        font-size: 1.0em;
        padding: 0.6em 0;
    }

}

/*** plan sec5 ***/

#plan_sec5 .sec5_div1 {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: auto;
    width: 100%;
}

#plan_sec5 .sec5_div11 {
    height: auto;
    margin-left: 15px;
    width: calc(40% - 15px);
}

#plan_sec5 .sec5_div11 img {
    border-radius: 5px;
    display: block;
    height: auto;
    width: 100%;
}

#plan_sec5 .sec5_div12 {
    height: auto;
    margin-right: 15px;
    width: calc(60% - 15px);
}

#plan_sec5 .sec5_div12 p {
    font-size: 1.6em;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

#plan_sec5 .sec5_div12 ul {
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

#plan_sec5 .sec5_div12 li {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 0.25em;
    padding-left: 0.5em;
    text-indent: -0.8em;
}

#plan_sec5 .sec5_div12 li:last-of-type {
    margin-bottom: 0;
}

#plan_sec5 .sec5_div12 li::before {
    content: '*';
    display: inline;
    margin-right: 0.5em;
}

@media (max-width: 639px) {

    #plan_sec5 .sec5_div1 {
        display: block;
    }

    #plan_sec5 .sec5_div11 {
        margin: 0 auto 15px;
        max-width: 400px;
        width: 100%;
    }

    #plan_sec5 .sec5_div12 {
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }

    #plan_sec5 .sec5_div12 p {
        font-size: 1.4em;
        text-align: center;
    }

}