
.out-block{
    width: 100%;
    padding: 2% 5%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.block-setting{
    width: 100%;
    max-width: 1080px;
    min-width: 320px;
    box-sizing: border-box;
}
.blockBg {
    width: 320px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin:10px;
}

.blockBg.L1 {
    text-align: center;
    color: black;
    background-color: #FFB636;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.blockBg.L2_1 {
    text-align: center;
    color: #264E58;
    background-color: #FFDEC7;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    width: calc(calc(100% - 60px) / 3);
    margin: 10px;
}

.blockBg.L2_2 {
    text-align: center;
    color: #264E58;
    background-color: #FFDEC7;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    width: calc(calc(100% - 60px) / 3);
    margin: 10px;
}

.blockBg.L2_3 {
    text-align: center;
    color: #264E58;
    background-color: #FFDEC7;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    width: calc(calc(100% - 60px) / 3);
    margin: 10px;
}

.blockBg.L3 {
    vertical-align: middle;
    text-align: center;
    color: #264E58;
    background-color: #B8E9E6;
    height: 100px;
    line-height: 50px;
    width: calc(calc(100% - 100px) / 5);
    margin: 10px;
    font-size: 20px;
    font-weight: 700;
}

.photo-two{
    position: relative;
    width: calc(calc(100% - 40px) / 2);
    display: inline-block;
    margin: 5px;
}

.video-frame{
    border-radius: 20px;
    width: 520px;
    height: 300px
}

.circle-plan-frame{
    width: 110px;
    height: 110px;
    border-radius: 110px;
    position: absolute;
    top: 25px;
    left: 325px;
    z-index: 3;
    background-color: #F4D240;
    border: solid 2px #FFEa8E;
    color: #2B7A77;
    text-align: center;
    vertical-align: middle;
    display: block;
    justify-content: center;
    align-content: center;
}

.circle-plan-text{
    width: 100%;
    font-size: 16px;
    flex-wrap: wrap;
    margin: 16px 0 0 0;
}

.circle-name{
    height: auto;
    margin: 5px 0;
    width: 100%;
    font-weight: 700;
}

/* 測試用 */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.photo_block{
    width: 100%;
    height: 400px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.photo_content{
    display: inline-block;
    width: 570px;
    color: white;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    align-content: center;
}

.photoS3:hover{
    background-size: 150%;
}
#photo_block01:hover #photo_shadow01{
    display: none;
}
#photo_block02:hover #photo_shadow02{
    display: none;
}
.photo_btn{
    width: 50%;
    height: 40px;
    margin: 20px 25%;
    background-color: #B8E9E6;
    color: #2B7A77;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
}
.photo_btn:hover{
    background-color: white;
    color: #3AAFA9;
}

.font-h1-size{
    font-size: 24px;
}
.font-h2-size{
    font-size: 20px;
}

.font-h3-size{
    font-size: 18px;
}

.font-h4-size{
    font-size: 18px;
}

.font-p1-size{
    font-size: 16px;
}

.font-p2-size{
    font-size: 14px;
}

.font-t1-size{
    font-size: 30px;
}

.table-sub-title{
    width: 33%;
    height: 40px;
    padding-left: 30px;
    display: inline-block;
    text-align: left;
}

.sec-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #3AAFA9;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sub-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #2B7A77;
    text-align: center;
    margin-bottom: 20px;
}

.sec-content{
    width: 100%;
    color: #40474A;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 150%;
    font-weight: 400;
    text-align: justify;
}

.icon-prev-btn{
    background-image: url(../../../img/menu/1/1-2/arrow-left-fill.svg);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(256,256,256, 0.7);
    width: 30px;
    height: 30px;
    border: 1px solid #ABABAB;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    position: absolute;
    top:calc(40%);
    left: -1%;
    font-size: 21px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.icon-next-btn{
    background-image: url(../../../img/menu/1/1-2/arrow-right-fill.svg);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(256,256,256, 0.7);
    width: 30px;
    height: 30px;
    border: 1px solid #ABABAB;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    position: absolute;
    top:calc(40%);
    right: -1%;
    font-size: 21px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.dreamBack {
    background-image: url(../../../img/menu/6/6-3/yellow-chevron-left.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.dreamNext {
    background-image: url(../../../img/menu/6/6-3/yellow-chevron-right.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}


.legendView {
    display: inline-block;
    /*width: 350px;*/
    /*max-width: 650px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    padding: 10px 20px;
    border-radius: 20px;
    /*box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);*/
    border: solid 1px #ffffff;
    color: black;
    font-size: 15px;
    text-align: center;
    margin: 20px 0px 20px 0px;
    background: white;
}

.legendContent {
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
    height: 35px;
    line-height: 25px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: #fff solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.employeeCheckBox[type="checkbox"] {
    display: inline-block;
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: #6fcefa solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.donationCheckBox[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: #87d2ce solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.adoptCheckBox[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: #BBB2F6 solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.employeeCheckBox[type="checkbox"]:checked {
    background: #87d2ce;
}
input.employeeCheckBox[type=checkbox]:checked::after {
    content: '';
    margin-top: 6px;
    margin-left: 4px;
    display: block;
    background: transparent;
    border: white solid 2px;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 12px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.donationCheckBox[type="checkbox"]:checked {
    background: #6fcefa;
}
input.donationCheckBox[type=checkbox]:checked::after {
    content: '';
    margin-top: 6px;
    margin-left: 4px;
    display: block;
    background: transparent;
    border: white solid 2px;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 12px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.adoptCheckBox[type="checkbox"]:checked {
    background: #BBB2F6;
}
input.adoptCheckBox[type=checkbox]:checked::after {
    content: '';
    margin-top: 6px;
    margin-left: 4px;
    display: block;
    background: transparent;
    border: white solid 2px;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 12px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.sec2-mobile-view {
    display: block;
}

.sec2-web-view {
    display: none;
}

.mobileGraphScrollBtn {
    position: absolute;
    background-image: url(../../../img/menu/5/5-3/icon-next-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 35px;
    height: 35px;
    left: 50px;
    margin-top: -14px;
    border-radius: 50%;
    border: 1px solid #ABABAB;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-color: white;
    display: block;
    z-index: 1;
}

.section3-title {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #2B7A77;
    margin-top: 20px;
}

/*******************Mobile*************************/
@media only screen and (max-width: 800px) {
    .out-block{
        padding: 0 10px;
    }

    .font-h1-size{
        font-size: 18px;
    }

    .font-h2-size{
        font-size: 16px;
    }

    .font-h3-size{
        font-size: 14px;
    }

    .font-h4-size{
        font-size: 16px;
    }

    .font-p1-size{
        font-size: 12px;
    }

    .font-p2-size{
        font-size: 8px;
    }

    .font-t1-size{
        font-size: 20px;
    }

    .table-sub-title{
        width: 33%;
        height: 40px;
        padding-left: 10px;
        line-height: 20px;
        display: inline-block;
        text-align: left;
    }

    .sec-title {
        font-size: 24px;
    }
    .sub-title {
        font-size: 20px;
    }
    .sec-content{
        font-size: 16px;
    }

    .photo-two{
        position: relative;
        margin-left: calc(50% - 160px);
        width: 320px;
        display: contents;
    }

    .photo_content{
        max-width: 100%;
    }

    /*.photo-two img{*/
    /*    max-width: 320px;*/
    /*}*/

    .video-frame{
        border-radius: 20px;
        width: 300px;
        height: 180px
    }

    .circle-plan-frame{
        width: 80px;
        height: 80px;
        border-radius: 80px;
        top: 15px;
        left: 230px;
        z-index: 3;
    }

    .circle-plan-text{
        font-size: 14px;
    }


    .section3-title {
        font-size: 20px;
    }

    .photo_block{
        height: 270px;
    }

    .legendContent {
        display: inline-block;
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        margin-left: 0px;
        margin-right: 0px;
    }
}