* {
    box-sizing: border-box;
    vertical-align: middle;
}

body {
    background: #fafafa;
}

a {
    color: #333333;
}

.wrap {
    width: 100%;
    min-height: 100%;
    min-width:100%;
    height: 100vh;
}

ul li {
    list-style: none;
}

.bgcomp {
    position: fixed;
    margin: 0 auto;
    width: 768px;
    left: 28%;
    z-index: 0;
    top: -55px;
    opacity: 0.8;
    width: 110%;
    left: -19px;
}

.inner {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.mb {
    margin-bottom: 40px;
}

.pw {
    padding-left: 6px;
    padding-right: 6px;
}

.cen {
    text-align: center;
}

header {
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #4e4543;
    padding-top: 20px;
    position: fixed;
    z-index: 997;
    background: #fafafa;
}

header .logo img {
    height: 40px;
}

header .header_lang {
    width: 100px;
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: 80px;

}

header .header_lang a {
    width: 30%;
}

header .menu {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    align-items: baseline;
}

header .menu .logo {
    margin-left: 20px;
}

header .menu .back {
    margin-left: 20px;
}

header .menu .area {
    font-size: 20px;
}

header .menu .edit {
    padding: 5px;
    margin-right: 10px;
}

header .menu .headlogo {
    width: 20%;
    margin-left: 10px;
}

header .menu .headlogo img {
    width: 100%;
}

header .menu .count {
    border-radius: 50%;
    background: #e73019;
    color: #ffffff;
    margin-right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}

.slide_wrap {
    max-width: 768px;
    margin: 0 auto;
}

.slide_wrap .slick-slide img {
    width: 100%;
}

.slick-dots {

    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;

}

.slick-dots li button {
    width: 10px;
    padding: 0;
    height: 10px;
    border-radius: 50%;
    line-height: 10px;
    background: none;
    color: transparent;
    border: 2px solid #ffffff;
    margin: 5px;
}

.slick-dots li.slick-active button {
    background: #ffffff;
}


.toplink {
    width: 100%;
    /*    padding: 20px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.toplink li {
    width: 50%;
    padding: 20px;

}

.footer_cont {
    border-top: 2px solid #333333;
    padding-top: 10px;
}

.footer_cont .footer_link {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
}

.footer_cont .footer_link li {
    flex-grow: 1;
    text-align: center;
}

.footer_cont .footer_link li+li {
    border-left: 1px solid #000;
}

.footer_cont .footer_link_copy {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    padding: 10px;
}

.footer_cont .footer_link_copy li {
    width: 30%;
    text-align: center;
}

.footer_cont .footer_link_copy li.mini {
    font-size: 12px;
}

.footer_cont .footer_link_copy li:last-child {
    width: 35%;
    margin-left: auto;
    font-size: 12px;

}

.footer_cont .footer_link_copy li.lang_select {
    display: flex;
    justify-content: space-around;
}

.footer_cont .footer_link_copy li.lang_select a img {
    width: 50%;
}

.copyright {
    text-align: center;
    margin-bottom: 5px;
    font-size: 10px;

}

#edit header .menu {
    align-items: baseline;
}

#edit header .menu .back {
    width: 15%;
    text-align: center;
    font-weight: bold;
}

#edit header .menu input {
    width: 60%;

}

#edit header .menu .complete {
    width: 10%;
    font-weight: bold;
    color: #e73019;
    margin-right: 20px;
}

.search_box {
    display: flex;
    justify-content: center;
}

.searchbox input[type='text'] {
    width: 60%;
    height: 50px;
    border-radius: 0px;
    margin: 0;
    background-color: #eaeae9;
}

.searchbox button {
    width: 50px;
    padding: 0px;
    height: 50px;
    margin: 0;
    border-radius: 0px;
    top: 0px;
    /* margin-top: -5px; */
    font-size: 1em;
    background: #4f4644;
    border-color: #4f4644;
}

.key_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    opacity: 0.2;
}

.key_img.active {
    opacity: 1;
}

.key_img a {
    display: inline-block;
}

.key_img p {
    position: absolute;
    width: 100%;
    top: 45%;
    line-height: 50%;
    text-align: center;
    z-index: 1;
    font-size: 32px;
    color: #ffffff;
}

.key_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background: url("../img/spot-acc.svg"); */
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    pointer-events: none;
}

.key_img img {
    width: 100%;
}

.key_areas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.key_areas .key_img {
    width: 48%;
    height: 140px;
    cursor: pointer;
}

.key_areas .key_img_space {
    width: 50%;
}

.sec_title {
    width: 100%;
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 10px;
}

.sec_title img {
    width: 42px;
    margin-right: 12px;
}

.sharelist {}

.sharelist li a {
    display: flex;
    justify-content: space-around;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    flex-wrap: wrap;
}

.sharelist li .date_group {
    width: 30%;
}

.sharelist li .date_group {
    font-weight: bold;
}

.sharelist li .group {
    flex: 1;
}

.sharelist li {}


.slide-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.slide-list li {
    display: inline-block;
    width: 85%;
    margin: 0px;
    font-size: 48px;
    background: none;
    border: 1px solid #9fa0a0;
    position: relative;
}

.slide-list li a.addbutton {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    background: url("../img/icon-plus.svg");
    background-size: contain;
}

.slide-list li.active a.addbutton {
    background: url("../img/icon-minus.svg");
}

.slide-list li .title {
    font-size: 20px;
}

.slide-list li .title .pw {
    width: 100%;
    overflow: auto;
}

.slide-list li .title .img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.slide-list li .title .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-list li .detail_wrap {
    padding: 0 6px 6px 6px;
}

.slide-list li .detail {
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: 100%;
    padding: 2px;
    word-break: break-all;
    height: calc(18px * 4);
    white-space: normal;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.container {
    margin: 0 auto;
    max-width: 112.0rem;
    padding: 0 2.0rem;
    position: relative;
    width: 100%;
    z-index: 0;
    padding-top: 120px;
    padding-bottom: 60px;
}


/***/
#show ul li {
    position: relative;
    margin-bottom: 0px;
    background: #fafafa;
    border-radius: 10px;
}

#show ul li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 72px;
    border-right: 2px solid #000000;
    width: 2px;
    height: 100%;
}

#edit #show ul li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 63px;
    border-right: 0px solid #000000;
    width: 2px;
    height: 100%;
}

#show input {
    font-size: 14px;
    padding: 5px;
}

#show input[name="start_time"],
#show input[name="time"] {
    font-size: 14px;
    padding: 0px;
    width: 54px;
    text-align: center;
}

#show ul li:last-child:before {
    content: "";
    border-right: 0px solid #000000;
}

#show .head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 16px;
}



#show .day_section .head {
    page-break-before: always;
    border-bottom: 2px solid #000000;
    padding-bottom: 6px;
    margin-bottom: 16px;
    margin-top: 16px;
}

#show .day_section_border_top .head {
    page-break-before: always;
    border-top: 2px solid #000000;
    padding-top: 12px;
    margin-bottom: 16px;
    margin-top: 16px;
}

#show .head .time {
    font-size: 20px;
    margin-right: 3px;
    width: 80px;
}

#show .head .time input {
    width: 100%;
    -webkit-appearance: none;
    background: #fafafa;
}

#show .head .icon {
    margin-right: 5px;
    position: relative;
    width: 30px;
}

#show .head .icon img {
    width: 48px;

}

#show .head .select {
    display: none;
}

#edit #show .head .handle {
    display: block;
    width: 35px;
}

#edit #show .head .icon {
    margin-right: 5px;
    position: relative;
    width: 40px;
}

#show .head .detail {
    margin-left: auto;
    width: 100%;
}

#show .head .detail .title {

    font-size: 18px;
}

#show .head .detail .spot_detail {}

#show .head .detail .spot_detail .spot_txt {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 5px;
}

#show .head .detail .spot_detail .spot_links {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#show .head .detail .spot_detail .spot_links .detail_link {
    margin-right: auto;
    margin-left: 5px;
    font-size: 14px;
    line-height: 14px;
}

#show .head .detail .spot_detail .spot_links .detail_link a {
    color: darkblue;
}

#show .head .detail .spot_detail .spot_links .time {
    font-size: 16px;
    margin-right: 5px;
    line-height: 18px;
    width: 100px;
    text-align: right;
}

#edit .head .detail .spot_detail .spot_links .time_edit {
    width: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
}

#edit .head .detail .spot_detail .spot_links .time_edit .editmin {
    width: 50px;
    font-size: 14px;
    margin: 0 5px;
}

#edit .head .detail .spot_detail .spot_links .time_edit .editmin input {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
}

#show .head .detail .spot_detail .spot_links .time span {
    font-size: 22px;
    vertical-align: baseline;
}

#show .head .detail .spot_detail .spot_links .img {
    width: 30%;

}

#show .head .detail .attention {
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 13px;
}

#show .head .detail .attention:before {
    content: url(../img/icon-att.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 2px;
}

#show .head .select img {
    width: 50px;
    margin-left: 10px;

}

.sub_container_wrap {
    display: block;
    width: 100vw;
    height: 100vh;
    background: #fafafacc;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 100vw;
    transition: all 300ms 0s ease;
}

.sub_container_wrap.active {
    left: 0;
}

.sub_container {
    display: block;
    width: 80vw;
    height: calc(100vh - 100px);
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 20%;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    z-index: 999;

}

.sub_container .sub_back {
    text-align: right;
    padding-top: 10px;
    padding-right: 16px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.sub_container .sub_search {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
    margin-bottom: 20px;
}

.sub_container .sub_search #sub_start_position {
    width: 60%;
}

.sub_container .sub_search #search-text {
    width: 50%;
}

.sub_container .sub_search #sub_edit {
    margin-left: 10px;
    margin-top: -5px;
    width: 16px;
}

.sub_container .sub_search #sub_editok {
    margin-left: 10px;
    margin-top: -5px;
    width: 16px;
}

.sub_container .sub_search #search-text,
.sub_container .sub_search #sub_editok {
    display: none;
}

.sub_container .sub_spot_list {
    width: 100%;
    padding: 0 10px;
}

.sub_container .sub_spot_list ul li {
    display: flex;
    justify-content: flex-start;
    background: #fafafa;
    padding: 2px;
    border-radius: 5px;
}

.sub_container .sub_spot_list ul li span {
    margin-left: 10px;
    max-width: 60%;
    line-height: 30px;
}

.sub_container .sub_spot_list ul li .handle {
    margin-left: auto;
    margin-right: 10px;
    background: url(../img/icon-sort.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    text-indent: -9999px;
}

.sub_container .sub_spot_list a.delete img {
    width: 30px;
}

.sub_container .sub_search_go {
    position: absolute;
    bottom: 10px;
    text-align: right;
    width: 90%;
    right: 10px;
    font-size: 80%;
}

.sub_container .sub_search_go a {
    display: block;
}

.sub_container .sub_search_go a img {
    width: 80px;
}


.info_container_wrap {
    display: block;
    width: 100vw;
    height: 100vh;
    background: #fafafacc;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 100vw;
    transition: all 300ms 0s ease;

}

.info_container_wrap.active {
    left: 0;
}

.info_container_wrap .info_container {
    display: block;
    max-width: 768px;
    width: 70%;
    height: 70vh;
    background: #fafafa;
    position: absolute;
    z-index: 1001;
    top: calc(50% - 35vh);
    left: calc(50% - 35%);


}

.info_container_wrap .info_container .sub_close {
    margin-top: -30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}

.info_container_wrap .info_container .body {
    display: flex;
    flex-flow: column;
}

.info_container_wrap .info_container .body .img {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.info_container_wrap .info_container .body .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_container_wrap .info_container .body .title {
    width: 100%;
    padding: 10px;
    font-size: 18px;
}

.info_container_wrap .info_container .body .detail {
    width: 100%;
    padding: 0 10px;
    font-size: 0.9em;

}

.info_container_wrap .info_container .body .info {
    width: 100%;
    padding: 10px;
    font-size: 0.8em;

}

.info_container_wrap .info_container .body .blank {
    width: 100%;
    text-align: right;
    padding: 0 10px;
}

.info_container_wrap .info_container .body .blank a {
    color: darkblue;
}

.info_container_wrap .info_container .body .add_sch {
    margin-top: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;

}

.info_container_wrap .info_container .body .add_sch div {
    width: 30%;
    line-height: 30px;
    text-align: center;

}

.info_container_wrap .info_container .body .add_sch div a img {
    width: 30px;
    line-height: 30px;
}

#datatables_length {
    display: none;
}

table.admin_datatable :hover {
    background-color: #fcfcaa;
}

.table_td_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.table_td_flex label {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.table_td_flex label input {
    margin-right: 10px;
}

.submit_btn {
    display: flex;
    justify-content: space-around;
}

.submit_btn .alert {
    background: #ee5252;
    border-color: #ee5252;
}

.map_wrap {
    width: 100%;
    height: 255px;
}

.map_wrap #map {
    width: 100%;
    height: 100%;
}

.go_footer {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 2;
}

.go_btn img {
    width: 80px;
}

.container.subpage {
    padding-bottom: 5px;
}

.container.subpage h3 {
    margin-bottom: 5px;
    color: #333333;
}

.recon_area li {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    border: 1px solid #cccccc;
}

.recon_area li .title {
    width: 50%;
    padding: 5px;


}

.recon_area li .img {
    width: 50%;
    padding: 0px;


}

.recon_area li .img img {
    max-width: 100%;
    object-fit: contain;
}

.h2 {
    background: #000000;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}

.pref_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pref_list li {
    width: 25vw;
    background: #214893;
    line-height: 25vw;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.pref_list li.sp {
    width: 25vw;
    background: none;
    line-height: 25vw;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}


nav.NavMenu {
    position: fixed;
    z-index: 2;
    top: 50px;
    left: 0;
    background: none;
    color: #333333;
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
    opacity: 0.95
}

nav.NavMenu ul {
    background: #fafafa;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 40vh;
}

nav.NavMenu ul li {
    font-size: 16px;
    height: 20px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 0px dotted #333;
}

nav.NavMenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a {
    display: block;
    /*クリックできる領域を広げる*/
    color: #333333;
    padding: 1em 0;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active {
    transform: translateX(0%);
}

/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: absolute;
    right: 21px;
    top: 2px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
}

.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #333333;
    -webkit-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    transition: .35s ease-in-out;
    /*変化の速度を指定*/
    left: 6px;
}

.Toggle span:nth-child(1) {
    top: 9px;
}

.Toggle span:nth-child(2) {
    top: 18px;
}

.Toggle span:nth-child(3) {
    top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*add*/
.btn_wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.large_btn a {
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
}

.large_btn a span {
    display: block;
    text-align: center;
    font-size: 60%;
}

.add_btn a {
    background: #bd0000;
}

.save_btn a {
    background: #005fbd;
}

a:hover {
    opacity: 0.8;
}

.del_check {
    color: #bd0000;
    font-size: 80%;
    margin-left: 10px;
}

#search_box .search_time span {
    vertical-align: super;
    margin-right: 10px;
}

#search_box .search_time input {
    background: #eeeeee;
    border: #999999;
    font-size: 20px;
}

.share_button {}


.recon_area li .body {
    width: 50%;
    padding: 1%;

}

.recon_area li .body .title {
    font-weight: bold;
    padding: 0;
}

.recon_area li .body .info_blank a {
    color: darkgreen;
}

@media (min-width:768px) {
    .sponly {
        display: none;
    }

    .pconly {}

    #show ul li:before {
        left: 84px;
    }

    #show ul li.day_section:before {
        display: none;
    }

    .info_container_wrap .info_container {
        display: block;
        width: 70%;
        height: 70vh;
        background: #fafafa;
        position: absolute;
        z-index: 1001;
        top: calc(50% - 35vh);
        left: calc(50vw - 21%);
        max-width: 768px;
    }

    #show input[name="start_time"],
    #show input[name="time"] {
        font-size: 14px;
        padding: 0px;
        width: 80px;
        text-align: center;
        -webkit-appearance: none;
        background: #fafafa;
    }

    .print_button {
        display: inline-block;
    }

    .share_button {
        display: none;
    }
}



@media (max-width:768px) {
    .sponly {}

    .pconly {
        display: none;
    }

    header .menu {
        padding: 0 2%;
        justify-content: space-between;
    }

    header .menu a {
        width: 28%;
        margin-left: 0px;
        text-align: center;
    }

    header .menu a:nth-child(2) {
        width: 33%;
        margin-left: 0px;
        text-align: center;
        line-height: 1em;
    }

    .bgcomp {
        position: fixed;
        margin: 0 auto;
        width: 110%;
        left: -19px;
    }

    .btn_wrap {
        padding: 0 2%;

    }

    .print_button {
        display: none;
    }

    .share_button {
        display: inline-block;
    }

    .recommend li {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .recommend li .body {
        width: 100%;
    }

    .recommend li .body .info_blank {
        text-align: right;
    }

    .recommend li .img {
        width: 100%;
    }

    .recommend li .img img {
        width: 100%;
    }
}






/*! #company About-us
=========================================== */

.companyCnt {
    padding: 30px 40px;
    margin: 0px auto 0px;
    -moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
    padding: 100px 10% 50px;
    position: relative;
    z-index: 1;
    color: #000;
}


.companyCnt h2.en {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 5px;
    position: relative;
    z-index: 3;
}

.companyCnt h2.jp {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
    margin-top: 20px;
    position: relative;
    z-index: 3;
}

.companyTable {
    /* margin-top: 30px; */
    /* margin-bottom: 100px; */
    margin: 50px auto 50px;
    color: #000;
    font-weight: 500;
}

.companyTable th,
.companyTable td {
    border: 1px solid #d6d6d6;
    text-align: left
}

.companyTable th {
    width: 140px;
    border-left: 0;
    padding: 18px 10px 16px;
    font-weight: 500;
    font-size: 15px;
}

.companyTable td {
    border-right: 0;
    padding: 18px 0 16px 30px;
    font-size: 15px;
}

@media only screen and (max-width: 500px) {

    .companyTable th {
        width: 100px;
        border-left: 0;
        padding: 18px 0 16px
    }

    .companyTable td {

        padding: 18px 0 16px 10px;

    }

    .companyTable {
        width: 100%;
    }



}


/*! privacy-privacyCnt
=========================================== */
.privacy-privacyCnt {
    padding: 30px 40px;
    margin: 0px auto 0px;
    -moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
    padding: 100px 10% 50px;
    position: relative;
    z-index: 1;
    color: #000;
}


.privacy-privacyCnt h2.en {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 5px;
    position: relative;
    z-index: 3;
}

.privacy-privacyCnt h2.jp {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
    margin-top: 20px;
    position: relative;
    z-index: 3;
}


.privacyArea {
    /* margin-top: 30px; */
    /* margin-bottom: 100px; */
    margin: 50px auto 50px;
    color: #000;
    font-weight: 500;
}

.privacy-privacyCnt section {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 1px solid #d9d9d9;
}

.privacy-privacyCnt section:first-child {
    border: none;
    padding-top: 0;
}

.privacy-privacyCnt h3 {
    font-size: 110%;
    line-height: 1.5;
    padding-bottom: 15px;
}

.privacy-privacyCnt p,
.privacy-privacyCnt li {
    font-size: 14px;
    line-height: 1.8;
}

.privacy-privacyCnt p {
    margin-left: 1.4em;
}

.privacy-privacyCnt p+ol {
    margin-top: 10px;
}

.privacy-privacyCnt ul li {
    list-style: disc;
    margin-left: 2.4em;
}

.privacy-privacyCnt ol li {
    list-style: decimal;
    margin-left: 3.2em;
}

.privacy-privacyCnt .establish {
    text-align: right;
    font-weight: bold;
    padding-top: 20px;
}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

    .privacy-privacyCnt {
        /* padding: 20px; */
        margin: 0 auto 40px;
        color: #000;
    }

    .privacy-privacyCnt section {
        margin: 0 -10px;
        padding: 15px 10px;
    }

    .privacy-privacyCnt h3 {
        font-size: 1.1rem;
        font-size: 15px;
        padding-bottom: 10px;
    }

    .privacy-privacyCnt .establish {
        padding-top: 10px;
    }

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

    .privacy-privacyCnt p {
        margin-left: 0;
    }

    .privacy-privacyCnt ul li {
        margin-left: 1.4em;
    }

    .privacy-privacyCnt ol li {
        margin-left: 1.8em;
    }

}