@charset "UTF-8";
/* Case CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 768px) {
  #kv {
    padding-top: 83px;
    background: url("../images/common/kv_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
  }
  #kv .jp {
    display: inline-block;
    width: 167px;
    height: 29px;
    background: url("../images/case/title.svg") no-repeat;
    margin-right: 30px;
  }
  #kv .page_title_eng {
    display: inline-block;
    width: 52px;
    height: 14px;
    background: url("../images/case/title_eng.svg") no-repeat;
  }

  .content_wrap {
    padding: 50px;
  }

  .archive .search_area {
    margin-bottom: 35px;
  }
  .archive .search_area .search_area_inner {
    padding: 45px 80px;
  }
  .archive .search_area .search_title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 141px;
    height: 27px;
    background: url("../images/case/search_title.svg") center 0/100% no-repeat;
    margin: 0 auto 30px;
  }
  .archive .search_area .search_title:before {
    position: absolute;
    top: 41px;
    left: calc(50% - 110px);
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url("../images/common/icon_search_green.svg") center 0/100% no-repeat;
  }
  .archive .search_area .cat_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .archive .search_area .cat_list_wrap .select_wrap {
    position: relative;
    background: url("../images/case/select_wrap_bg.jpg");
    margin-right: 40px;
    border-radius: 10px;
  }
  .archive .search_area .cat_list_wrap .select_wrap:last-child {
    margin-bottom: 0;
  }
  .archive .search_area .cat_list_wrap .select_wrap:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 26px;
    right: -25px;
    background: url("../images/case/case_cross.svg") center 0/100% no-repeat;
  }
  .archive .search_area .cat_list_wrap .select_wrap:last-child:after {
    display: none;
  }
  .archive .search_area .cat_list_wrap .select_wrap select {
    background-color: transparent;
    text-align: center;
  }
  .archive .search_area .cat_list_wrap .select_wrap.selected {
    background: #e9e6dc;
  }
  .archive .search_area .cat_list_wrap .select_wrap.selected select {
    padding: 0;
  }
  .archive .search_area .cat_list_wrap select {
    width: 280px;
    height: 60px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0 0 20px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .archive .search_area .search_btn_area .search_btn {
    display: block;
    width: 230px;
    height: 60px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #5D995C;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 30px;
    margin: 0 auto;
  }
  .archive .search_area .search_btn_area .search_btn:hover {
    opacity: .8;
  }
  .archive .case_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive .case_list .item {
    width: 300px;
    margin-right: 40px;
    margin-bottom: 65px;
  }
  .archive .case_list .item:nth-child(3n) {
    margin-right: 0;
  }
  .archive .case_list .item > a {
    text-decoration: none;
  }
  .archive .case_list .item > a:hover .image img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .archive .case_list .item .wrap {
    border-bottom: 2px solid #d2d2d2;
  }
  .archive .case_list .item .image {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .archive .case_list .item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .case_list .item .name {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.88889;
    margin-bottom: 15px;
  }
  .archive .case_list .item .desc {
    font-size: 1.4rem;
    line-height: 1.625;
    margin-bottom: 20px;
  }
  .archive .case_list .item .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .archive .case_list .item .cat_list .cat_item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .archive .case_list .item .cat_list .cat_item a {
    position: relative;
    display: inline-block;
    background-color: #F0F0F0;
    font-size: 1.4rem;
    line-height: 1;
    padding: 7px 30px 9px;
    border-radius: 15px;
  }
  .archive .case_list .item .cat_list .cat_item a:hover {
    opacity: .9;
    text-decoration: none;
  }

  .single .content_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 70px;
  }
  .single .content_head .detail_area {
    width: 470px;
  }
  .single .content_head .product_name {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
  }
  .single .content_head .desc {
    font-size: 1.5rem;
    line-height: 2;
    text-align: justify;
    margin-bottom: 25px;
    padding-right: 5px;
  }
  .single .content_head .info {
    width: 100%;
  }
  .single .content_head .info .info_list {
    border-bottom: 1px solid #e2e2e2;
  }
  .single .content_head .info .info_list:first-child {
    border-top: 1px solid #e2e2e2;
  }
  .single .content_head .info .info_list.info_list_cat .info_list_detail {
    padding: 13px 15px 3px;
  }
  .single .content_head .info .info_list_name {
    width: 90px;
    background-color: #F7F4EA;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: .5em;
    font-size: 1.4rem;
    padding: 13px 15px;
  }
  .single .content_head .info .info_list_detail {
    width: calc(100% - 90px);
    font-size: 1.4rem;
    line-height: 2;
    padding: 13px 15px;
  }
  .single .content_head .info .info_list_detail a {
    text-decoration: underline;
  }
  .single .content_head .info .info_list_detail a:hover {
    text-decoration: none;
  }
  .single .content_head .info .info_list_detail_list_pt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .content_head .info .info_list_detail_list_pt1 .item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .single .content_head .info .info_list_detail_list_pt1 a {
    position: relative;
    line-height: 1;
  }
  .single .content_head .info .info_list_detail_list_pt1 a:hover {
    opacity: .9;
    text-decoration: none;
  }
  .single .content_head .info .info_list_detail_list_pt1 a:before {
    content: '、';
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .single .content_head .info .info_list_detail_list_pt1 a:first-child:before {
    display: none;
  }
  .single .content_head .info .info_list_detail_list_pt2 .item {
    margin-bottom: 10px;
  }
  .single .content_head .info .info_list_detail_list_pt2 a {
    line-height: 1;
  }
  .single .content_head .cat_link_btn {
    margin: 0 auto;
  }
  .single .content_head .cat_link_btn a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #EA7832;
    padding: 14px 50px;
    border-radius: 25px;
  }
  .single .content_head .image_area {
    width: 440px;
  }
  .single .content_head .image_area .image {
    width: 100%;
    height: 440px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .single .content_head .image_area .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .single .content_head .image_area .image_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .single .content_head .image_area .image_list .item {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
  }
  .single .content_head .image_area .image_list .item:nth-child(5n) {
    margin-right: 0;
  }
  .single .content_head .image_area .image_list .item img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .single .content_head .image_area .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .content_head .image_area .cat_list .item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .single .content_head .image_area .cat_list .item a {
    position: relative;
    display: inline-block;
    background-color: #F0F0F0;
    font-size: 1.4rem;
    line-height: 1;
    padding: 7px 30px 9px;
    border-radius: 15px;
  }
  .single .content_head .image_area .cat_list .item a:hover {
    opacity: .9;
    text-decoration: none;
  }
  .single .content_body .block {
    margin-bottom: 60px;
  }
  .single .content_body .block .block_name {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 15px;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  .single .content_body .block .desc {
    font-size: 1.5rem;
    line-height: 2;
  }
  .single .related_posts {
    margin-top: 100px;
  }
  .single .related_posts .related_posts_title_wrap {
    position: relative;
    text-align: center;
    padding: 0 50px 30px;
    margin-bottom: 40px;
  }
  .single .related_posts .related_posts_title_wrap:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 66px;
    height: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url("../images/product/others_title_eng.svg") center 0/100% no-repeat;
  }
  .single .related_posts .related_posts_title {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #fff;
    z-index: 5;
    padding: 0 20px;
  }
  .single .related_posts .related_posts_title:before, .single .related_posts .related_posts_title:after {
    content: '';
    display: block;
    width: 95px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 8px;
  }
  .single .related_posts .related_posts_title:before {
    left: -95px;
  }
  .single .related_posts .related_posts_title:after {
    right: -95px;
  }
  .single .related_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .single .related_btn_wrap .related_btn {
    margin: 0 auto;
  }
  .single .related_btn_wrap .related_btn a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #EA7832;
    padding: 14px 50px;
    border-radius: 25px;
  }
  .single .related_btn_wrap .related_btn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .single .related_btn_wrap .related_btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .single .related_btn_wrap .related_btn + .related_btn {
    margin-top: 20px;
  }
  .single .content_wrap {
    margin-bottom: 45px;
  }

  #reset_btn {
    width: 230px;
  }
}
/* Smartphones (portrait and landscape) */
@media print, screen and (max-width: 767px) {
  #kv {
    padding-top: 10.26667vw;
  }
  #kv .jp {
    display: inline-block;
    width: 30.26667vw;
    height: 6.26667vw;
    background: url("../images/case/title.svg") no-repeat;
    margin-right: 30px;
  }
  #kv .page_title_eng {
    display: inline-block;
    width: 10.13333vw;
    height: 3.46667vw;
    background: url("../images/case/title_eng.svg") no-repeat;
  }

  .archive .has_bg_shadow .has_bg_shadow_inner {
    padding: 0 4vw;
  }
  .archive .search_area {
    margin-bottom: 9.33333vw;
  }
  .archive .search_area .search_area_inner {
    padding: 6.66667vw 10.66667vw;
  }
  .archive .search_area .search_title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 29.86667vw;
    height: 5.46667vw;
    background: url("../images/case/search_title.svg") center 0/100% no-repeat;
    margin: 0 auto 7.33333vw;
  }
  .archive .search_area .search_title:before {
    position: absolute;
    left: calc(50% - 23vw);
    content: '';
    display: inline-block;
    width: 5.6vw;
    height: 5.6vw;
    background: url("../images/common/icon_search_green.svg") center 0/100% no-repeat;
  }
  .archive .search_area .cat_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive .search_area .cat_list_wrap .select_wrap {
    position: relative;
    background: url("../images/case/sp_select_wrap_bg.jpg") right center/100% no-repeat;
    border-radius: 10px;
    margin-bottom: 6.66667vw;
  }
  .archive .search_area .cat_list_wrap .select_wrap:after {
    content: '';
    display: block;
    width: 2.66667vw;
    height: 2.66667vw;
    position: absolute;
    bottom: -4.5vw;
    right: 33.33333vw;
    background: url("../images/case/case_cross.svg") center 0/100% no-repeat;
  }
  .archive .search_area .cat_list_wrap .select_wrap:last-child:after {
    display: none;
  }
  .archive .search_area .cat_list_wrap .select_wrap.selected {
    background: #e9e6dc;
  }
  .archive .search_area .cat_list_wrap .select_wrap.selected select {
    padding: 0;
  }
  .archive .search_area .cat_list_wrap select {
    width: 72vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
    text-align: center;
    padding: 0 0 0 4vw;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
  }
  .archive .search_area .search_btn_area .search_btn {
    display: block;
    width: 62.66667vw;
    height: 12vw;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    background-color: #5D995C;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 30px;
    margin: 0 auto;
  }
  .archive .search_area .search_btn_area .search_btn:hover {
    opacity: .8;
  }
  .archive .content_wrap {
    padding-top: 4.66667vw;
  }
  .archive .case_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive .case_list .item {
    width: 40vw;
    margin-bottom: 10vw;
  }
  .archive .case_list .item > a {
    text-decoration: none;
  }
  .archive .case_list .item > a:hover .image img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .archive .case_list .item .wrap {
    border-bottom: 2px solid #d2d2d2;
  }
  .archive .case_list .item .image {
    position: relative;
    width: 40vw;
    height: 40vw;
    overflow: hidden;
    margin-bottom: 2.66667vw;
  }
  .archive .case_list .item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .case_list .item .name {
    font-size: 3.46667vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  .archive .case_list .item .desc {
    font-size: 3.2vw;
    line-height: 1.66667;
    margin-bottom: 4vw;
  }
  .archive .case_list .item .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.66667vw;
  }
  .archive .case_list .item .cat_list .cat_item {
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
  .archive .case_list .item .cat_list .cat_item a {
    position: relative;
    display: inline-block;
    background-color: #F0F0F0;
    font-size: 2.93333vw;
    line-height: 1;
    padding: 1.33333vw 3.46667vw;
    border-radius: 15px;
  }
  .archive .case_list .item .cat_list .cat_item a:hover {
    opacity: .9;
    text-decoration: none;
  }

  .single .content_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 16vw;
  }
  .single .content_head .detail_area {
    width: 100%;
  }
  .single .content_head .detail_area .product_name {
    font-size: 5.06667vw;
    font-weight: bold;
    line-height: 1.26316;
    text-align: center;
    padding-bottom: 3.33333vw;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 4.93333vw;
  }
  .single .content_head .detail_area .desc {
    font-size: 3.73333vw;
    line-height: 1.71429;
    text-align: justify;
    margin-bottom: 10.66667vw;
  }
  .single .content_head .detail_area .desc a {
    text-decoration: underline;
  }
  .single .content_head .detail_area .desc a:hover {
    text-decoration: none;
  }
  .single .content_head .detail_area .info {
    width: 100%;
  }
  .single .content_head .detail_area .info .info_list {
    border-bottom: 1px solid #e2e2e2;
  }
  .single .content_head .detail_area .info .info_list:first-child {
    border-top: 1px solid #e2e2e2;
  }
  .single .content_head .detail_area .info .info_list_name {
    width: 18.66667vw;
    line-height: 1.3;
    letter-spacing: .5em;
    font-size: 3.46667vw;
    padding-top: 2.66667vw;
  }
  .single .content_head .detail_area .info .info_list_detail {
    width: 62.66667vw;
    font-size: 3.46667vw;
    line-height: 1.76923;
    padding-top: 3.46667vw;
    padding-bottom: 2.66667vw;
    margin-bottom: 3.33333vw;
  }
  .single .content_head .detail_area .info .info_list_detail a {
    text-decoration: underline;
  }
  .single .content_head .detail_area .info .info_list_detail a:hover {
    text-decoration: none;
  }
  .single .content_head .detail_area .info .info_list_detail_list_pt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .content_head .detail_area .info .info_list_detail_list_pt1 a {
    position: relative;
    line-height: 1;
  }
  .single .content_head .detail_area .info .info_list_detail_list_pt1 a:hover {
    opacity: .9;
    text-decoration: none;
  }
  .single .content_head .detail_area .info .info_list_detail_list_pt1 a:before {
    content: '、';
    display: inline-block;
    font-size: 4vw;
    margin-right: 1.33333vw;
  }
  .single .content_head .detail_area .info .info_list_detail_list_pt1 a:first-child:before {
    display: none;
  }
  .single .content_head .detail_area .info .info_list_detail_list_pt2 .item {
    margin-bottom: 2.66667vw;
  }
  .single .content_head .detail_area .info .info_list_detail_list_pt2 .item:last-child {
    margin-bottom: 0;
  }
  .single .content_head .detail_area .info .info_list_detail_list_pt2 a {
    line-height: 1;
  }
  .single .content_head .image_area {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .single .content_head .image_area .image {
    width: 100%;
    height: 80vw;
    position: relative;
    overflow: hidden;
    margin-bottom: 6.66667vw;
  }
  .single .content_head .image_area .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .single .content_head .image_area .image_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5.33333vw;
  }
  .single .content_head .image_area .image_list .item {
    position: relative;
    width: 14.66667vw;
    height: 14.66667vw;
    text-align: center;
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
    overflow: hidden;
    border: 1px solid #e2e2e2;
  }
  .single .content_head .image_area .image_list .item:nth-child(5n) {
    margin-right: 0;
  }
  .single .content_head .image_area .image_list .item img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .single .content_head .image_area .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .content_head .image_area .cat_list .item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .single .content_head .image_area .cat_list .item a {
    position: relative;
    display: inline-block;
    background-color: #F0F0F0;
    font-size: 2.93333vw;
    line-height: 1;
    padding: 1.33333vw 3.46667vw;
    border-radius: 15px;
  }
  .single .content_head .image_area .cat_list .item a:hover {
    opacity: .9;
    text-decoration: none;
  }
  .single .content_body .block {
    margin-top: 21.33333vw;
  }
  .single .content_body .block:last-child {
    margin-bottom: 0;
  }
  .single .content_body .block .block_name {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    padding: 2.13333vw 4vw 2.13333vw;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 4vw;
  }
  .single .content_body .block .desc {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .single .content_wrap {
    padding-top: 6vw;
    margin-bottom: 8vw;
  }
  .single .related_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.33333vw;
  }
  .single .related_btn_wrap .related_btn {
    margin: 0 auto;
  }
  .single .related_btn_wrap .related_btn a {
    position: relative;
    display: block;
    font-size: 3.73333vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #EA7832;
    padding: 3.73333vw 12vw;
    border-radius: 25px;
  }
  .single .related_btn_wrap .related_btn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8vw;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .single .related_btn_wrap .related_btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .single .related_btn_wrap .related_btn + .related_btn {
    margin-top: 20px;
  }
  .single .related_posts {
    margin-top: 100px;
  }
  .single .related_posts .related_posts_title_wrap {
    position: relative;
    text-align: center;
    margin-bottom: 6.66667vw;
  }
  .single .related_posts .related_posts_title_wrap:before, .single .related_posts .related_posts_title_wrap:after {
    content: '';
    display: block;
    width: 33.33333vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 2.4vw;
  }
  .single .related_posts .related_posts_title_wrap:before {
    left: 0;
  }
  .single .related_posts .related_posts_title_wrap:after {
    right: 0;
  }
  .single .related_posts .related_posts_title {
    position: relative;
    display: inline-block;
    font-size: 4.26667vw;
    line-height: 1.3;
    font-weight: bold;
    background-color: #fff;
    z-index: 5;
    padding: 0 3.33333vw 6.66667vw;
  }
  .single .related_posts .related_posts_title:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12.53333vw;
    height: 2.93333vw;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url("../images/product/others_title_eng.svg") center 0/100% no-repeat;
  }
  .single .has_bg_shadow_inner {
    padding-bottom: 6vw;
    margin-bottom: 8vw;
  }
}
