@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

body {font-family: 'Roboto','sans-serif',"Noto Serif", system-ui;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 310px);}
ul.page { width: 100%;}
.product_page .products-list::before, .product_page .products-list::after{display: none;}
.product_page .products-list{grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); display: grid; grid-gap: 20px;}
.products-list .item{width: 100%; display: block; padding: 0; margin: 0;}
.product-layer-two{width: 280px; padding: 20px; background: #FFFFFF;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border: 0; border-bottom:1px solid #ccc; margin: 0;}
.product-layer-two li a{background: transparent; border: 0;}
.product-layer-two li.active a{border: 0;}
.product-layer-two li:hover > a{color: #991713;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1440px) {
.product_page .products-list{grid-gap: 15px;}
}

@media screen and (max-width: 1024px) {
.product-layer-two{width: 200px;}
.product_page .products-list{width: calc(100% - 220px); grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;     z-index: 20;}
.bannerindex { position:sticky; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { position:static; padding:0; margin:0;}
}

/*隱藏大圖輪播點點按鈕*/
/*.swiper-pagination-clickable .swiper-pagination-bullet {display: none;}*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.main_part {   border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*header最右側icon*/
.nav-menu>li:last-child {display:none;}

/*網站按鈕*/
.animated-arrow {    background: #eccc75;    border-radius: 100px;}

/*內頁背景*/
body:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/nezha99/mail_bg.jpg);
}
#content_main {
    background: url(https://pic03.eapple.com.tw/7DragonPalace/bg-1.jpg) no-repeat top center fixed;
    background-size: cover;
}


/*top*/
#to_top {  box-shadow: 0px 0px 10px #e9d0af82; color: #eccc75;  background: #ffffffd6; backdrop-filter: saturate(100%) blur(10px);}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #eccc75;}

/*滾輪
::-webkit-scrollbar { width: 9px;}
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}
::-webkit-scrollbar-track-piece { background: #e9e9e9;}
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #b9403c; border: #b9403c;}
::-webkit-scrollbar-track { box-shadow: transparent;}*/

/*大圖*/
.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/7DragonPalace/大圖-1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/7DragonPalace/大圖-1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

/*下拉編輯頁*/
.other_select_page .promotion_title { display: none;}
.other_select_page .clearfix {  display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Header*/
/* .header_area{position: sticky; width: 100%; left: 0; top: 0;}
.header_area.sticky{position: sticky;}
.header_area.sticky .main_header_area .container {background:none;transition: all 1s;}
.header_area.sticky .main_header_area {
    background:#ffffffb5; 
    backdrop-filter: saturate(100%) blur(10px);
    height: 78px; 
    opacity: 1;
    transition: all 1s; 
    box-shadow: 0px 1px 10px 0px #e0dbdb;
} 

.pageIndex .main_header_area{ background: none; height: 0px; opacity:0; transition: all 0.3s;}
.main_header_area{background: #ffffff00; height: 78px; opacity:1; transition: all 0.3s;}
.navigation {padding: 6px 0 0px 300px;} */

.header_area {
    width:100%;
    position: relative;
    background: url(https://pic03.eapple.com.tw/nezha99/footer_bg.jpg);
    padding: 10px 20px;
}
.header_area.sticky {
    position: fixed;
}

.stellarnav > ul > li > a { color: #ffffff; letter-spacing: 2px;padding: 0 10px;}
.stellarnav > ul > li:hover > a {
    color:#FFFFFF;
    letter-spacing: 4px;
    filter: drop-shadow(2px 4px 6px #888);
}
.main_header_area{background:none;}
.main_header_area .container {  max-width: 1630px; transition: 0.8s;}
.navigation { grid-template-columns: 180px 1fr 230px; align-items: center;}
.stellarnav ul { text-align: right;}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a { padding-right: 0px;}
.me_tp_features a { color: #fff; width: fit-content; margin: 2px;}

/*選單最大寬度設定*/
.main_header_area .container {max-width: 1500px; transition: all 0.3s;}

/*第一層*/
.stellarnav > ul > li {padding: 0 5px;}
.stellarnav ul ul {padding-top: 0px; /*box-shadow: 0px 0px 10px #c8c8c88f;*/}
.stellarnav ul ul ul {padding-top: 0px;}
.stellarnav > ul > li > a{
    color: #FFFFFF; 
    padding: 0;
    font-weight: 400; 
    letter-spacing:1px;
    font-size: 16px; 
    transition:all 0.3s;
}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a {padding: 0 0px 0 0px;}
.stellarnav > ul > li > a b {font-weight: 400; letter-spacing: 1px; font-family:"Noto Sans TC","Noto Serif TC","Source Sans Pro","微軟正黑體","arial","sans-serif";}

/*第二層*/
.stellarnav li li {border: 0px #eee solid;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
    color: #ffffff;
    padding: 10px 10px; 
    font-size: 14px; 
    transition: all 0.3s; 
    border-left:2px solid transparent; 
    font-weight: 400; 
    background: #eccc75;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #ffffff; 
    padding-left:14px; 
    border-color:#cf2222 ; 
    background: #eccc75c0;
}

/*SubMenu*/
.shop_search_btn {background: #b3b3b3;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #b3b3b3;}
.me_tp_features {padding-right: 6px; margin-bottom: 3px;}
.me_tp_features a i {   color: #FFFFFF;}
.me_tp_features a span {   color: #FFFFFF;}
.box_search {    display: none;}
.tp_links {display: none;}

/*按鈕hover底線特效 old*/
.stellarnav > ul > li {position: relative;}

/*LOGO*/
.nav-brand {   width: 195px;     margin-top: 1px;}


@media screen and (max-width: 1024px) {
.navigation {     padding: 5px 0px 0px;  }
.main_header_area {height: 160px;}
.header_area.sticky .main_header_area {height: 160px;}
.me_tp_features {    padding-right: 0px;}
}
@media screen and (max-width: 768px) {
    /*選單漸變效果＝＝*/
    /*首頁固定選單*/
    .navigation {  padding: 0px;  padding-top: 3px;  }
    .header_area{position:relative;}
    .header_area.sticky{position:fixed;}
    .main_header_area .container {max-width: 100%;}
    .main_header_area {height: 120px;}
    .header_area.sticky .main_header_area .container {max-width: 100%;}
    .main_header_area { height: 120px; opacity: 1;}
    .header_area.sticky .main_header_area { height: 120px;}
    .me_tp_features {    margin: 0px 0;}
    
    
    /*側邊選單/＝＝＝＝＝*/
    .stellarnav li li > a , .stellarnav li li.has-sub > a{  padding: 15px 15px ;border-left:none;}
    .stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 15px 15px ;border-color:transparent;}
    .stellarnav .menu-toggle:after {    color: #FFFFFF;}
    .stellarnav .menu-toggle span.bars span {   background:  #FFFFFF;}
    .stellarnav.mobile {    top: 7px;}
    .stellarnav.mobile > ul > li > a {padding: 10px 43px 5px 10px;}
    .stellarnav.mobile > ul > li{border-bottom: 1px #ddceb7 solid;}
    .stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
    .stellarnav.mobile ul{padding-top: 0px;}
    .stellarnav.mobile li.open {background: #ffffff;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #4e1750;}
    .stellarnav.mobile li.open li.open {background: #ffffff;}
    /*.stellarnav > ul > li:hover > a {color: #ffffff;}*/
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {     background: #eccc75;    }
    .stellarnav.mobile li li a.dd-toggle {    background: none;    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #4e1750; border-right: 0px; box-shadow: 1px 1px 10px #735940ba;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #4e1750; color: #FFFFFF;}
    .stellarnav a.dd-toggle .icon-plus:after {  border-bottom: solid 3px #cf2222;}
    .stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px #cf2222;}
    .stellarnav .icon-close:before {  border-bottom: solid 3px #eccc75;}
    .stellarnav .icon-close:after { border-bottom: solid 3px #eccc75;}
    
    /*Logo/＝＝＝＝＝*/
    .nav-brand{ margin-top: 10px;}
    .header_area .nav-brand{max-width: unset; margin-top: 0px;}
}
@media screen and (max-width: 570px) {
    /*側邊選單/＝＝＝＝＝*/
    .stellarnav.mobile {   top: 3px;    }
}
@media screen and (max-width: 425px) {
    /*側邊選單/＝＝＝＝＝*/
    .stellarnav.mobile {   top: 2px;    }
}

/*下拉*/
.submenu-indicator {  margin-left: 8px;  margin-top: 4px;}
.submenu-indicator-chevron {    border-color: transparent #343a40 #343a40 transparent;}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #eccc75 #eccc75 transparent;}

/*下拉選單*/
.nav-dropdown {    min-width: 130px;}
.nav-menu>li>.nav-dropdown {    border: solid 0px #f0f0f0;}
.nav-dropdown>li>a {    text-align: center;}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {  background: #eccc75; color: rgb(255, 255, 255);}
.stellarnav li.drop-left ul ul {   left: 160px;    right: auto;}

@media screen and (max-width: 768px) {
.nav-toggle {   top: 20px;   right: 35px;}
.navigation-portrait .nav-menu > li > a {  padding: 20px 50px;}
.stellarnav li.drop-left ul ul {   left:auto;    right: 160px ;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 35px;
    letter-spacing: 4px;
    padding: 0;
    height: 395px;
    display: none;
}
.banner h5 {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 30%;
    width: 20%;
    padding: 20px;
    background: #ffffffb8;
    border-radius: 45px;
}

.services_page .banner.banB {}
.other_page .banner.banB {}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

/*首頁文章*/
.module_i_news li:nth-child(n+4) {display: none;}


@media screen and (max-width: 768px) {
.banner {    height: 135px;    font-size: 20px;}
.banner h5 {        width: 30%;    padding: 10px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* footer=== */

.footer_logo {  max-width: 1500px;  width: 100%;margin: 0 auto;padding-top: 30px;}
.footer_logo img { max-width: 250px;}

/*footer*/
.footer .center {max-width: 1500px;padding: 0 35px 0 10px;}
.footer { background: url(https://pic03.eapple.com.tw/nezha99/footer_bg.jpg);  padding: 00px 0 0px;}
.footer_info { display: flex; flex-direction: row;  flex-wrap: wrap; padding-right: 0px;}
.box_link { position: relative; right: 0px; width: 100%; max-width: 100%; display: flex;  justify-content: flex-start; align-items: center; flex-wrap: wrap; flex-direction: row; align-content: flex-start;
     order: 9; max-width: fit-content; padding-left: 105px;    max-width: 1500px;  padding-left: 105px; margin: 20px auto 0;}
.box_link a {  width: 30px; border: unset; border-radius: 5px; padding: 0 30px 0 10px; font-size: 20px;  margin: 0px; color: #fff;}
.footer_info ul { display: flex; width: 100%;  justify-content: space-between;}
.footer_info li:nth-child(1) {  width: 48%;}

.footer_info li p { line-height: 220%; letter-spacing: 2px; color: #ffffff;}
.footer_info li p > a{color: #fff;} 
.footer_info li:nth-child(2) { width: 300px;display:none;}
.footer_menu {  justify-content: space-between;  display: flex;  flex-direction: row;}
.footer_menu a { display: block; padding: 15px 0px; border: unset; margin: 0 20px 0px 0; font-size: 14px; line-height: 100%; color: #ffffff;
    background: transparent; width: auto; border-bottom: unset; border-top: 2px solid;writing-mode: vertical-lr; text-align: left; letter-spacing: 3px;}
.footer_menu a:hover { background: transparent;  color: #dfbde2;  transition: 0.5s;}
.box_link a:hover {  color: #dfbde2; background: transparent;}

.footer_info iframe { width: 22%;}
.copy { text-align: center; padding: 15px 0;  font-size: 13px; color: #ffffff;  border-top: 1px #ddd solid;  margin-top: 30px;}
.copy a {color: #fff;}

.box_link:before { content: "CONTACT :"; font-size: 15px; color: #ffffff;  left: 0; top: 50%;  transform: translateY(-50%); position: absolute;  letter-spacing: 1px;}
.copy a { color: #fff;}
.copy a:hover { color: #dfbde2;}


@media screen and (max-width: 768px) {
/*footer*/
.footer_info ul { display: flex;  width: 100%;  justify-content: space-between; flex-direction: column;  align-items: center;}
.footer_logo { text-align: center;}
.box_link:before {display: none;}
.box_link{padding-left: 0px;justify-content: center;}
.footer_info li:nth-child(1) {  width: 100%;}
.footer_info li:nth-child(2) {  width: auto;}
.footer_menu a { margin: 0 10px;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*促銷方案*/

.promotion_title * {  color: #cf2222;}
.promotion_title { text-align: center;}
.promotion_title em {  border: 1px #cf2222 dashed;}
.promotion_title span { border: 1px #cf2222 dashed;}
.promotion_title h2 {  display: block;  font-size: 30px;}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { border: 2px #cf2222 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

/*首頁*/
.news_part {    margin: 70px auto;    padding: 50px 30px;    background: #fffffff2;    border-radius: 20px; border: 2px #eccc75 solid;}
.news_part .title_i_box h4 {  color: #cf2222;}
.news_list ul li a:hover {   background: #fff1cd;}

@media (max-width:450px) {
.news_part{padding: 30px 15px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
h5.blog_le_t {   text-align: center;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#cf2222 !important;}
.blog_le .accordion {
    border: none;
    border-radius:0px;
    border-top:1px #ccc solid;;
}
.blog_le .accordion li .link:last-child {    border-bottom: 1px solid #CCC;}
.blog_box {    padding: 30px 7px 7px 7px;}
.blog_list_le {    box-shadow: 0px 0px 5px #ccc;     width: 100%;}
.blog_list_ri {    padding: 7px 0px;    width: 96%;}
.subbox_item { 
    width:32%;
    padding: 0px 0;
    margin-left: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.subbox_item a {    overflow: hidden;}
.submenu a {   background: #fff;}
.submenu a:hover {    background:#e3bd55;}
.subbox_item a:before {
    transform: translate(-50%,-50%);
    left: 50%;
    right: 0;
    bottom: -17%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #eccc75;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}
.subbox_item a:hover:before {    bottom: -5%;}
.subbox_item a:after {    display: none;}

/*文章內頁*/
.blog_back a.article_btn_back {
    background:#cf2222;
}
.blog_back a.article_btn_next {
    background: #eccc75;
}
.blog_back a.article_btn_prev {
    background: #eccc75;
}

.blog_box_edit *{max-width: 100%;}
.blog_box_edit iframe{display: block;}
@media screen and (max-width: 768px) {
    .subbox_item {  width: 47%;}
    .subbox_item a:before {display: none;}
}
@media screen and (max-width: 600px) {
    .subbox_item {  width: 96%;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {    background: rgb(0 0 0 / 25%);    border-radius: 5px;}
.block {   background: #cf2222;}
.subalbum-menu h2 {    color:#cf2222;    letter-spacing: 1px;}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
    border-radius: 5px;       /*圓角*/
    box-shadow: 0px 0px 10px #aaa;}

.show-list .show_name {    text-align: center;    margin-top: 15px;}

.show-list .item:hover .show_name {    color: #eccc75;}

.other_album_choice li {    background: #eccc75;    border-radius: 50px;    font-size: 13px;}
.other_subalbum li {  background:none;}
.album_fixed_title {  background: none;}
.other_album_choice li .fa {    height: 12px;  vertical-align: baseline;}
.fa-2x {    font-size: 1em;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_page .contact_content {padding: 0;}
.blank_letter {color: #cf2222;}
.contact_content .information_left {     width: 30%;}
.contact_content .information_right {    width: 100%;      padding: 0px 22%;}
.list_before.info li {    padding-left: 36px;    letter-spacing: 1px;}
.list_before.info li::before {      color: #574232;  letter-spacing: 1px;}

.contact_form {    margin-top: 0;}
.contact_form li {padding-left: 0;}
.contact_form li.last cite { background: #cf2222;     border-radius: 50px;}
.contact_form li.last blockquote {  color: #cf2222;     border-radius: 50px;   }
.contact_form li.last blockquote, .contact_form li.last cite {  border: 1px #cf2222 solid;     margin-left: 10px;}
.contact_form li .form__label {    width: 190px;    text-align: left;margin-left: 0;    letter-spacing: 0.5px;}
.contact_form li .form__insert {    width: 100%;}
.contact_form li input.noborder { }
.contact_form li textarea.noborder {  border: none;  border-bottom: 1px #ccc solid;}

.contact_content .information_left {   display: none;}
.contact_le_map a {display: none;}

li.ADD2 {   display: none;}

input[type="checkbox"], input[type="radio"] {        margin: 3px 5px 5px 10px;  vertical-align: middle;}
.form select {    margin-left: 10px;background-color: #ffffff;    border: 1px solid #666;    color: #000;}
.noborder {padding: 5px 5px;}

@media screen and (max-width: 768px) {
.contact_content .information_left {     width: 100%;}
.contact_content .information_right {   padding: 0px 6%;}
.blank_letter {  padding-top: 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */






