body {
  background-position: left top;
  background-attachment: scroll;
}
body .block-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .widget-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .header {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .left {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .right {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .footer {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
/*gotop*/
.web_gotop .actGotop{width: 50px; height: 50px; right: 5px;}
.web_gotop .actGotop a, .web_gotop .actGotop a:link{height: 50px; width: 50px; border-radius: 0; background: rgba(214, 21, 24, 0.7); border: 1px solid #d61518; font-size: 15px; line-height: 70px;}
.web_gotop .actGotop a i{width: 50px; font-size: 30px;}

/****Header start****/
.header_wrap {
    position: fixed;
    z-index: 9999;
}

.header_icons {
    position: absolute;
    width: 138px;
    right: 33px;
    top: 8px;
    padding: 0;
    z-index: 99;
}

.header_icons div.link-list {
    background: none;
}

.header_icons div.link-list ul li a,
.header_icons div.link-list ul li span {
    padding: 5px 5px 5px 5px;
}

.header_logo01 {
    position: absolute;
    left: 25px;
    top: 7px;
    z-index: 999;
    max-width: 200px;
}

.header_logo01 img.img-fluid {
    width: 200px;
}

@media (max-width:1280px) {
    .header_logo01{display: none !important;}
}

.header_nav .mega-menu .menu-logo {
    width: 194px;
    height: 60px;
    position: absolute;
    left: 200px;
}

.header_nav .mega-menu .menu-logo>li>a img {
    width: 160px;
    height: auto;
    left: 33px;
}

.header_nav .mega-menu>section.menu-list-items {
    background-color: rgba(214, 21, 25, .85);
}

.header_nav .mega-menu .menu-links {
    margin: 0 auto;
    max-height: 100% !important;
    float: initial;
    height: 60px;
    justify-content: center;
    max-width: 1000px;
}

.header_nav .mega-menu .menu-links>li {
    flex: 0 0 115px;
    max-width: 115px;
}

.header_nav .mega-menu .menu-links>li>a {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding: 0 10px;
    text-align: center;
    letter-spacing: 0.05rem;
    color: rgb(255 255 255 / 90%);
}

.header_nav .mega-menu .menu-links>li>a i.fa.fa-indicator {
    display: none !important;
}

.header_nav .mega-menu .menu-links>li:hover {
    background-color: transparent;
}

.header_nav .mega-menu .menu-links>li>a::before {
    content: "";
    width: 0;
    height: 4px;
    background: #ffba3b;
    ;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_nav .mega-menu .menu-links>li:hover>a::before {
    width: calc(100% - 0px);
}

.header_nav .mega-menu .mg-drop-down {
    padding: 20px 0;
}

.header_nav .mega-menu .mg-drop-down .megamenu_box {
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}

.header_nav .mega-menu .menu-links li .list_tag ul {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.header_nav .mega-menu .menu-links li .list_tag ul li {
    flex: 0 0 33.3333%;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    float: initial;
}

.header_nav .mega-menu .menu-links li .list_tag ul li a,
.header_nav .mega-menu .menu-links li .list_tag ul li a p {
    text-align: center;
    float: initial;
}

.header_nav .mega-menu .menu-links li .list_tag ul li a {
    padding: 4px 0;
}

.header_nav .mega-menu .menu-links li .list_tag ul li+li a {
    border-left: 1px solid rgb(255 255 255 / 50%);
}

.header_nav .mega-menu .menu-links li .list_tag ul li:nth-child(4) a {
    border-left: 0;
}

.header_nav .mega-menu .menu-links li .list_tag ul li a p {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: rgb(255 255 255 / 90%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_nav .mega-menu .menu-links li .list_tag ul li a:hover p {
    opacity: 0.6;
}

.header_nav .mega-menu .menu-links li .list_box {
    padding: 0 10px 0 0;
    flex: 1;
}

.header_nav .mega-menu .menu-links li .list_box ul li {
    margin: 14px 0;
}

.header_nav .mega-menu .menu-links li .list_box ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgb(255 255 255 / 90%)
}

.header_nav .mega-menu .menu-links li .list_box ul li a p {
    font-size: 15px;
}

.header_nav .mega-menu .menu-links li .list_box ul li:first-child a {
    padding-bottom: 14px;
    border-bottom: 1px solid #f3b44d;
    display: table;
    color: rgb(255 255 255 / 90%);
}

.header_nav .mega-menu .menu-links li .list_box ul li:first-child a p {
    font-size: 16px;
}

.header_nav .mega-menu .menu-links li .list_box ul li a:hover {
    opacity: 0.6;
}

.header_nav .mega-menu .menu-links li .list_box a p {
    color: rgb(255 255 255 / 90%);
    letter-spacing: 0.05rem;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger {
    height: 28px;
    width: 35px;
    background: transparent;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

.header_nav .mega-menu .menu-mobile-collapse-trigger:hover {
    background: transparent;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger span,
.header_nav .mega-menu .menu-mobile-collapse-trigger:before,
.header_nav .mega-menu .menu-mobile-collapse-trigger:after {
    top: 8px;
    height: 1.5px;
    width: 26px;
    opacity: 0.8;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger span {
    top: 14px;
    position: relative;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger span:after {
    content: "";
    position: absolute;
    width: 26px;
    bottom: -28px;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger:after {
    top: 20px;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 24px;
    left: 5px;
    top: 6px;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 24px;
    left: 5px;
    top: 21px;
    font-size: 0;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger:hover.active:hover {
    height: 30px;
    width: 45px;
}

.header_nav .mega-menu .menu-mobile-collapse-trigger.active {
    height: 30px;
    width: 45px;
}

@media (max-width:1280px) {
    .header_nav .mega-menu .menu-logo{left: 0;}
}

@media(max-width:1199px) {
    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 100px;
        max-width: 100px;
    }

    .header_nav .mega-menu .menu-links>li>a {
        padding: 0 10px;
        font-size: 16px;
    }

    .header_nav .mega-menu .menu-links>li:hover>a::before {
        width: calc(100% - 20px);
    }
}

@media(max-width:991px) {
    .header_nav .mega-menu .menu-links {
        justify-content: flex-end;
    }

    .header_nav .mega-menu .menu-logo {
        width: 170px;
        left: 10px;
    }

    .header_nav .mega-menu .menu-logo>li>a img {
        left: 10px;
    }

    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 95px;
        max-width: 95px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 90px;
        max-width: 90px;
    }

    .header_nav .mega-menu .menu-links>li:last-child {
        flex: 0 0 150px;
        max-width: 150px;
    }
}

@media(max-width:767px) {
    .row.header+.row {
        padding-top: 50px;
    }

    .header_nav {
        position: fixed;
        top: 60px;
        right: 0;
        left: 0;
        z-index: 1049;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 0;
    }

    .header_nav .mega-menu .menu-logo {
        width: 100%;
        height: 50px;
        background: #d61519;
        position: fixed;
        z-index: 1050;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
        left: 0;
    }

    .header_nav .mega-menu>section.menu-list-items {
        border-top: 0;
        padding: 0;
    }

    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header_nav .mega-menu .menu-logo>li,
    .header_nav .mega-menu .menu-logo>li>a {
        float: initial;
        height: 50px;
    }

    .header_nav .mega-menu .menu-logo>li>a {
        padding: 0;
        width: 170px;
    }

    .header_nav .mega-menu .menu-logo>li:hover>a:before {
        width: 18px;
        height: 16px;
    }

    .header_nav .mega-menu .menu-logo>li>a:hover{background-color: #d61519;}
    .header_nav .mega-menu .menu-links>li:hover>a {
        background-color: rgb(155, 14, 17);
    }

    .header_nav .mega-menu .menu-links {
        width: 100%;
        height: 100vh;
        max-height: initial !important;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .header_nav .mega-menu .menu-links>li {
        border-bottom: 1px solid rgb(255 255 255 / 30%);
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .header_nav .mega-menu .menu-links>li>a {
        font-size: 15px;
        line-height: 15px;
        width: calc(100% - 50px);
        text-align: left;
        height: 50px;
        padding-top: 15px;
    }

    .header_nav .mega-menu .menu-links>li>a::before {
        display: none;
    }

    .header_nav .mega-menu .menu-links>li:hover,
    .header_nav .mega-menu .menu-links>li.activeTriggerMobile {
        background-color: rgba(155, 14, 17) !important;
    }

    .header_nav .mega-menu .menu-links>li>a i.fa {
        font-size: 1.2em;
    }

    .header_nav .mega-menu .menu-links>li:last-child {
        display: none;
    }

    .header_nav .mega-menu .menu-links li div.mg-drop-down {
        padding: 0 18px;
    }

    .header_nav .mega-menu .mg-drop-down {
        background: rgba(6, 8, 43, 1);
    }

    .header_nav .mega-menu .mg-drop-down .megamenu_box {
        padding: 0;
        min-height: initial;
        flex-flow: column;
    }

    .header_nav .mega-menu .menu-links li .list_box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    .header_nav .mega-menu .mg-drop-down h4 {
        font-size: 16px;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul {
        flex-flow: column;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .header_nav .mega-menu .menu-links li .list_tag {
        padding-bottom: 20px;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul li a {
        padding: 0 0 0 20px;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul li+li a {
        border-left: 0;
    }

    .header_nav .mega-menu .menu-links li .list_tag ul li a p {
        font-size: 16px;
    }

    .header_nav .mega-menu .menu-mobile-collapse-trigger {
        right: 5px;
    }

    .header_nav .mega-menu>section.menu-list-items {
        background-color: #bf1417;
    }

    .header_nav .mega-menu .menu-links>li>a i.fa.fa-indicator {
        display: inline-block !important;
    }

    .header_nav .mega-menu .menu-links>li.hoverTrigger.activeTriggerMobile a i {
        transform: rotate(180deg);
    }

    .header_nav .mega-menu .menu-links li .list_box ul li {
        margin: 0 0 14px;
    }

    .header_nav .mega-menu .menu-links li .list_box ul li:first-child a {
        font-size: 16px;
        padding-bottom: 6px;
        border-bottom: 2px solid #d9b16f;
    }

    .header_nav .mega-menu .menu-links li .list_box ul li a {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .header_nav .mega-menu .menu-logo>li>a img {
        width: 230px;
    }
}

@media(min-width:768px) {
    .header_nav .mega-menu .menu-links {
        display: -ms-flexbox;
        display: flex !important;
        padding-left: 8rem;
    }
}

@media (max-width:1399px) {
    .header_nav .mega-menu .menu-links {
        padding-left: 11rem;
    }
}

@media (max-width:1280px) {
    .header_nav .mega-menu .menu-links {
        padding-left: 0rem;
    }
}

@media(min-width:1600px) {
    .header_nav .mega-menu .menu-links>li {
        flex: 0 0 150px;
        max-width: 150px;
        padding: 0 28px;
    }
}

@media (min-width:1401px) and (max-width:1599px) {
    .header_nav .mega-menu .menu-links>li{
        flex: 0 0 135px;
        max-width: 135px;
        padding: 0 20px;
    }
}




/* header_login*/
.member_login {
    flex: 0 0 135px;
    max-width: 135px;
    position: absolute;
    left: calc(50% + 320px);
    top: 0;
    z-index: 1049;
}

.member_login>.module-container>.main>div>div>a {
    display: block;
    position: relative;
    color: rgb(255 255 255 / 90%);
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

.member_login>.module-container>.main>div>div>a:hover>span {
    position: relative;
    height: 60px;
    line-height: 60px;
    display: block;
}

.member_login>.module-container>.main>div>div>a span::before {
    content: "";
    width: 0;
    height: 4px;
    background: #ffba3b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member_login>.module-container>.main>div>div>a:hover>span::before {
    width: calc(100% - 40px)
}

.member_login .showName {
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}

.member_login .showName .member-name {
    flex: 1;
}

.member_login a.SignOut {
    margin: 0 0 0 5px;
    border-radius: 0;
    padding: 2px 5px;
    background: transparent;
    border: 1px solid #ffffff;
    line-height: 16px;
    font-size: 14px;
    flex: 0 0 40px;
}

.member_login a.SignOut:hover {
    background: transparent;
    border: 1px solid #ffffff;
}

@media(min-width:1600px) {
    .member_login {
        flex: 0 0 150px;
        max-width: 150px;
        position: absolute;
        left: calc(50% + 365px);
        top: 0;
        z-index: 1049;
    }
}

@media (min-width:1401px) and (max-width:1599px) {
    .member_login{
        flex: 0 0 135px;
        max-width: 135px;
        left: calc(50% + 335px);
    }
}

@media (max-width:1280px) {
    .member_login{left: calc(50% + 230px);}
}

@media(max-width:1199px) {
    .member_login {
        flex: 0 0 135px;
        max-width: 135px;
        left: calc(50% + 210px);
        padding: 0 10px;
    }

    .member_login a {
        padding: 0 10px;
        font-size: 16px;
    }

    .member_login>.module-container>.main>div>div>a {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .member_login {
        left: initial;
        font-size: 16px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .member_login {
        right: 15px;
        flex: 0 0 135px;
        max-width: 135px;
    }
}

@media(max-width:767px) {
    .member_login {
        right: 40px;
        flex: 0 0 160px;
        max-width: 160px;
    }

    .member_login>.module-container>.main>div>div>a:hover>span {
        position: relative;
        height: 50px;
        line-height: 50px;
        display: block;
    }

    .member_login>.module-container>.main>div>div>a {
        text-align: right;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
    }

    .member_login>.module-container>.main>div>div>a:hover>span::before {
        display: none;
    }
}


/****Header end****/
/****共用 start****/
* {
    font-family: 'PT Sans', '微軟正黑體', sans-serif;
}

.block_title {
    z-index: 1;
    margin-top: 3rem;
}

.block_title div.link-list {
    background: none;
    min-height: auto;
}

.block_title section.text-link h2 {
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.block_title div.link-list ul {
    display: table;
    margin: auto;
    padding: 0 2.2rem;
    position: relative;
}

.block_title div.link-list ul::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.block_title div.link-list ul li {
    line-height: 1;
    padding: 0 10px;
    background: #fff;
    position: relative;
}

.block_title div.link-list ul li a,
.block_title div.link-list ul li span {
    padding: 0px;
    color: #c61316;
    line-height: 1;
}

.block_title div.link-list ul li i {
    margin: 0;
}

.web-page-frame .M-002-tab ul {
    padding: 8px 0 0;
}

.M-002-tab li.nav-item {
    margin-bottom: 8px;
}

.M-002-tab li.nav-item+li {
    padding-left: 15px;
}

.M-002-tab .nav-pills .nav-link {
    padding: 3px 14px;
    background: #ffffff;
    border: 1px solid #bf1417;
    border-radius: 0;
    color: #bf1417;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.M-002-tab .nav-pills .nav-link.active,
.M-002-tab .nav-pills .show>.nav-link {
    background-color: #bf1417;
    border: 1px solid #bf1417;
    color: #ffffff;
}

/****共用 end****/

/****Footer start****/
.footer_wrap .main.row::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    backdrop-filter: blur(4px);
    background-color: rgb(17 17 17);
    mix-blend-mode: color;
}

.footer_wrap .main.row::after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0%;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(bottom, rgba(317, 17, 17, 1) 0%, rgba(17, 17, 17, 0.6) 100%);
    background: -webkit-linear-gradient(bottom, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0.6) 100%);
    background: linear-gradient(to top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0.6) 100%);
}

.M-002.footer {
    z-index: 1;
}

.M-002.footer .footer-sample,
.M-002.footer .powered {
    background-color: transparent;
}

.M-002.footer .footer-sample {
    padding-top: 30px;
    padding-bottom: 35px;
    max-width: 1400px;
}

.M-002.footer .footer-sample.row {
    flex-flow: column;
    margin: 0 auto;
}

.M-002.footer .footer-sample.row>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.M-002.footer .footer-sample .contact-us-part .contact-use-row {
    margin-bottom: 5px;
    padding-right: 0;
    letter-spacing: 1px;
}

.M-002.footer .footer-sample .logo-part {
    margin-top: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.M-002.footer .footer-sample .logo-part .logo {
    max-width: 200px;
}

.M-002.footer .footer-sample .contact-us-part {
    text-align: center;
}

.M-002.footer .footer-sample .contact-us-part>div:nth-child(1)+div.contact-use-row:nth-child(2) {
    padding-left: 33px;
}

.M-002.footer .footer-sample .service-item-part {
    margin-top: 0;
    text-align: center;
}

.M-002.footer .footer-sample .service-item-part a {
    width: 42px;
    height: 42px;
    margin-right: 0;
    background-color: rgb(166 129 68 / 70%);
    border-radius: 50%;
    display: inline-block;
}

.M-002.footer .footer-sample .service-item-part .social-btn {
    margin-top: 0;
    display: flex;
    justify-content: center;
}

.M-002.footer .footer-sample .service-item-part .social-btn a {
    width: 42px;
    height: 42px;
    margin-right: 0;
    background-color: rgba(255, 186, 59, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

.M-002.footer .footer-sample .service-item-part .social-btn a+a {
    margin-left: 12px;
}

.M-002.footer .footer-sample .service-item-part .social-btn a i {
    font-size: 20px;
    opacity: 0.7;
    width: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.M-002.footer .footer-sample .service-item-part .social-btn a:last-child i {
    background: url(https://materials.fillo.com.tw/materials/modotravel/images/8d90e4dc-9e41-484c-9012-818817f0b614.svg);
    width: 23px;
    height: 23px;
    background-size: 23px;
    opacity: 0.7;
}

.M-002.footer .footer-sample .service-item-part .social-btn a:hover {
    background-color: rgba(255, 186, 59, 0.8);
}

.M-002.footer .footer-sample .service-item-part .social-btn a:hover i {
    opacity: 1;
}

.M-002.footer .powered {
    line-height: 14px;
    padding-bottom: 30px;
    font-size: 14px;
    opacity: .5;
}

@media(max-width:991px) {
    .M-002.footer {
        padding-bottom: 50px;
    }
}

@media(max-width:400px) {
    .M-002.footer .footer-sample .contact-us-part>div:nth-child(1)+div.contact-use-row:nth-child(2) {
        padding-left: 0;
        display: block !important;
    }
}


/****Footer  end****/

@media screen and (max-width:767px) {
    .top-mt {
        margin-top: 0px;
    }
}

/*lecture_form*/
.D_customformfront_main section.group_table.contact{margin-bottom: 200px;padding-top: 200px;}
.D_customformfront_main section.group_table.contact:before{
    background-image: url(https://materials.fillo.com.tw/materials/eurosun/images/46d66381-0997-4539-8dcc-2c90d66a1b01.png);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: fixed;
}
@media (min-width:1200px) {
    .D_customformfront_main section.group_table > .container{max-width: 1140px;position: relative; padding: 50px;box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);}
}
.D_customformfront_main section.group_table .container > h2{
    font-size: 1.8rem;
    display: table;
    margin: auto;
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1.3rem;
    font-weight: bold;
}
.D_customformfront_main section.group_table .container > h2::before{
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.D_customformfront_main section.group_table .container > h2::after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 0px);
    color: #d61619;
    background-color: #fff;
    padding: 0 8px;
}
.D_customformfront_main section.group_table .container > h4{padding: 0; margin: 0; border: none;}
.D_customformfront_main section.group_table .container > h4 > div:nth-child(1){display: none;}
.D_customformfront_main section.group_table .container > h4 .note{
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0;
    font-size: 1rem;
}
.D_customformfront_main section.group_table .container > h4 .note span.text_blue{color: #d61619;font-size: 1.2rem; margin-right: 5px;}
.D_customformfront_main .contact .trip_title p{line-height: 1.5;}
.D_customformfront_main .contact .contac_form .form-row > [class*="col-"]{margin-bottom: 20px;padding-left: 15px !important;padding-right: 15px !important;}
.D_customformfront_main .contact .contac_form label{font-size: 18px;}
.D_customformfront_main .contact .contac_form label span{color: #d61619;margin-left: 5px;}
.D_customformfront_main .contact .contac_form .form-row > [class*="col-"]:nth-child(1) > label{
    font-size: 1.5rem;
    font-weight: bold;
    border-left: 8px solid #d51518;
    padding-left: 1rem;
    line-height: 1.3;
}
.D_customformfront_main .contact .contac_form .form-row > [class*="col-"]:nth-child(1) label span.text_blue {color: #d51518;margin-left: 10px;}
.D_customformfront_main .form-check{margin: 16px 16px; cursor: pointer; font-size: 18px;}
.D_customformfront_main .contact .contac_form input{height: 45px;}
.D_customformfront_main .radio_style [type="radio"]:checked + label:before{border: 1px solid #d79a2d;}
.D_customformfront_main .radio_style [type="radio"]:not(:checked) + label:before{border: 1px solid #ced4da;}
.D_customformfront_main .radio_style [type="radio"]:checked + label:after{background: #d79a2d;}
.D_customformfront_main .contact .contac_form .form-row > .form-group[data-type=TTL] h3{
    font-size: 1.5rem;
    font-weight: bold;
    border-left: 8px solid #d51518;
    padding-left: 1rem;
    line-height: 1.3;
}
.D_customformfront_main .contact .contac_form .form-row > .form-group[data-type=CBX]{margin-top: 3rem;}
.D_customformfront_main .contact .contac_form .form-row > .form-group[data-type=CBX] > label{
    font-size: 1.5rem;
    font-weight: bold;
    border-left: 8px solid #d51518;
    padding-left: 1rem;
    line-height: 1.3;
}
.D_customformfront_main .contact .contac_form .form-row > .form-group[data-type=CBX] .form-check .checkmark{border: 1px solid #ced4da;}
.D_customformfront_main .form-check .customcheck input:checked ~ .checkmark{background-color: #d79a2d;}
.D_customformfront_main section.group_table .btn-lg{padding: 10px 40px; font-size: 20px;background-color: #d51518; border: none;}
.D_customformfront_main section.group_table .btn-lg:hover{background-color: #ad0e10;}
.D_customformfront_main section.group_table .btn-lg::after{
    content: '\f1d9';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0px;
    font-size: 18px;
}
@media (max-width:1199px) {
    .D_customformfront_main section.group_table .container{padding: 2.5rem 1.5rem 1.5rem 1.5rem;}
    .D_customformfront_main section.group_table .container > h4{position: relative;}
    .D_customformfront_main section.group_table .container > h4 .note{top: -2rem;right: 0;}
}
@media (max-width:767px) {
    .D_customformfront_main section.group_table.contact {
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .D_customformfront_main section.group_table .container{padding: 2.5rem 1rem 1.5rem 1rem;}
    .D_customformfront_main section.group_table .container > h2{font-size: 1.5rem;text-align: center; letter-spacing: 0.5px; line-height: 1.3;}
    .D_customformfront_main .contact .contac_form .form-row > [class*="col-"]{padding-left: 10px !important;padding-right: 10px !important;}
}
