@charset "UTF-8";
/* CSS Document */

#page-top {position: fixed;bottom: 40px;right: 40px;width: 60px; z-index:400;}
@media screen and (max-width: 896px) {
	#page-top {position: fixed;bottom: 5px;right: 5px;width: 30px; z-index:400;}
}

.EN {font-family: "EB Garamond", serif;}
.mincho {font-family: "Zen Old Mincho", serif;}

.bgWH {background-color: #FFF;}
.bgBR {background-color: #4E3B30;}
.bgBE {background-color: #9A8557;}
.bgGRY {background-color: #EEE;}
.txtWH {color: #FFF;}
.txtBR {color: #4E3B30;}
.txtBE {color: #9A8557;}

.ratioBox {position: relative;width: 100%;height: auto;}
.ratio1-1:before {content: "";display: block;padding-top: 100%; /* 1:1 */}
.ratio2-1:before {content: "";display: block;padding-top: 50%; /* 2:1 */}
.ratio3-2:before {content: "";display: block;padding-top: 66%; /* 3:2 */}
.ratio4-3:before {content: "";display: block;padding-top: 75%; /* 4:3 */}
.ratioInner {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}

.r8 {border-radius: 8px;}
.side {position: fixed; right: 30px; bottom: 40px; z-index: 2;}
.side li {width: 104px;}
.side li a {display: block; width: 100%; color: #FFF; background: #4E3B30; border: 1px solid #FFF; line-height: 1.5;}
.side li a:hover {background: #FFF; color: #4E3B30; border: 1px solid #4E3B30;}
.side li:first-child a {padding: 15px 0;}
.side li:last-child a {padding: 25px 0;}
.side li a span {padding-top: 30px; display: block;}
.side li:first-child a span {background: url("../img/cmn/icon_catalog.svg") no-repeat center top;}
.side li:last-child a span {background: url("../img/cmn/icon_mail_wh.svg") no-repeat center top; background-size: 20px auto;}
.side li:first-child a:hover span {background: url("../img/cmn/icon_catalog_br.svg") no-repeat center top;}
.side li:last-child a:hover span {background: url("../img/cmn/icon_mail_br.svg") no-repeat center top; background-size: 20px auto;}
@media screen and (max-width: 1024px) {
	.side {right: 10px; bottom: 10px;}
}

#header {position: relative; width: 100%; padding-left: 50px;}
#header h1 {position: absolute; top: 20px;}
.logo {width: 230px; margin-top: 20px;}
#hanburger {display: none;}
.menu_button {width: 55px; height: 55px; position: fixed; top: 0; right: 0; background: #4E3B30; z-index: 15;}
#hanburger:checked ~ .menu_button {top: 0;}
#hanburger:checked ~ .span2 {display: none;}
#hanburger:checked ~ .span1 {width: 34px; transform: rotate(45deg); top: 27px; right: 11px;}
#hanburger:checked ~ .span3 {width: 34px; transform: rotate(-45deg); top: 27px; right: 11px;}
.global_menu {visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; color: #222; overflow-y: scroll; text-align: center;}
#hanburger:checked ~ .global_menu {visibility: visible;}
.menu > a {display: block; width: 100%; padding: 5px 50px;}
.menu > a:hover {background: #4E3B30; color: #FFF;}
.menu {font-size: 18px; font-weight: 600; white-space: nowrap; border-left: 1px solid #222;}
.menu .pd {display: none;}
.menu:nth-child(3) {border-right: 1px solid #222;}
.menu:last-child {margin-left: 50px; border-left: 1px solid #4E3B30;}
.menu:last-child > a {padding: 45px 20px; display: block; width: 100%; background: #4E3B30; color: #FFF;}
.menu:last-child > a:hover {background: #FFF; color: #4E3B30;}
.menu:last-child > a span {display: block; padding-top: 38px; background: url("../img/cmn/icon_mail_wh.svg") no-repeat center top; background-size: 28px auto;}
.menu:last-child > a:hover span {background: url("../img/cmn/icon_mail_br.svg") no-repeat center top; background-size: 28px auto;}
#hanburger,.spOnly {display: none;}
@media screen and (min-width: 896px) {
  .menu_button {display: none;}
  .global_menu {position: inherit; padding: 0; color: #fff; visibility: visible; overflow-y: visible; height: auto; width: auto;}
}
@media screen and (max-width: 1024px) {
	#header {padding-left: 20px;}
	.menu > a {padding: 5px 40px;}
	.menu:last-child {margin-left: 40px;}
}
@media screen and (max-width: 896px) {
	.side {display: none;}
	#header {padding-left: 0;}
	#header h1 {top: 0; position: relative; width: 100%; background: #4E3B30; color: #FFF; padding: 10px 60px 10px 20px;} 
	.logo {width: 150px;}
	#header .logo {margin: 10px auto 10px;}
  .spOnly {display: block;}
  span.span1,span.span2,span.span3 {width: 29px; height: 1px; background-color: #FFF; position: absolute; right: 13px; transition: .3s; z-index: 100; position: fixed;}
  .span1 {top: 17px;}
  .span2 {top: 27px;}
  .span3 {top: 37px;}
  .menu {display: block; font-size: 16px;}
  .menu > a {padding: 10px 15px; text-align: left; border-bottom: 1px solid #CCC;}
  .menu > a span {margin-right: 10px; width: 30px!important;}
  .menu > a span img {width: 100%;}
	.menu:last-child {border-left: none;}
	.menu:last-child > a {padding: 10px 15px;}
	.menu:last-child > a span {padding-top: 0; padding-left: 34px; background-size: 24px auto; background-position: left center;}
  .global_menu {z-index: 10;}
  .menu .pd {display: inline-block; width: 100%; position: absolute; top: 0; left: 0; height: 100%;}
  .menu_wrap {display: none;}
  #hanburger:checked ~ * .menu_wrap {display: block; opacity: 1; min-height: 100vh; background: rgba(255,255,255,.8); /*position: fixed;*/ top: 0; z-index: 5;}
  #hanburger:checked ~ * .menu {max-height: inherit; overflow-y: visible; padding: 0; margin-left: 0; position: relative;}
  #hanburger:checked ~ * .child_menu {max-height: 0; overflow-y: hidden; visibility: hidden; text-align: left;}
  .menu > label:hover {cursor: pointer; cursor: hand;}
}

.cmnContact {padding: 80px 0; background-image: url("../img/cmn/bg_contact01.png"),url("../img/cmn/bg_contact02.png"); background-repeat: no-repeat,no-repeat; background-position: right top,left bottom;}
.cmnContact .w50 {max-width: 510px; width: calc(50% - 40px); margin: 0 20px; padding: 40px 50px; position: relative; /*background-image: url("../img/cmn/corner03.svg"),url("../img/cmn/corner04.svg"); background-repeat: no-repeat,no-repeat; background-position: left top,right bottom;*/}
.cmnContact .w50::before,.cmnContact .w50::after {width: 100%; height: 100%; position: absolute; content: '';}
.cmnContact .w50::before {border-top: 2px solid #FFF; border-right: 2px solid #FFF; top: 0; right: 0;}
.cmnContact .w50::after {border-bottom: 2px solid #FFF; border-left: 2px solid #FFF; bottom: 0; left: 0;}
.cmnContact .inner {position: relative; height: 100%; z-index: 1;}
.cmnContact .tel {padding-left: 45px; background: url("../img/cmn/icon_tel.svg") no-repeat left center;}
.footer {padding: 80px 0; background: url("../img/cmn/bg_foot.jpg") no-repeat center; background-size: cover;}
.footer .logo {margin-top: 0;}
.footer .siteNavi {margin-left: auto;}
.siteNavi ul {border-left: 1px solid #222;}
.siteNavi li {border-right: 1px solid #222;}
.siteNavi li a {padding: 5px 30px; display: block;}
.siteNavi li a:hover {background: #4E3B30; color: #FFF;}
.footCopy {text-align: right;}
.footCopy small {font-size: 14px;}
#ftNavi {display: none;}
@media screen and (max-width: 1045px) {
	.cmnContact .w50 {padding: 30px;}
}
@media screen and (max-width: 896px) {
	.cmnContact {padding: 40px 0; background-size: 70% auto,90% auto;}
	.footer {margin-bottom: 50px; padding: 40px 0 20px;}
	.footer .companyInfo,.footer .siteNavi {margin-bottom: 20px;}
	.cmnContact .tel {padding-left: 30px; background-size: 24px auto;}
	#ftNavi {display: block; background: #4E3B30; position: fixed; z-index: 5; bottom: 0; border-top: 1px solid #FFF; width: 100%;}
	#ftNavi ul {text-align: center; font-size: 10px; font-weight: bold;}
	#ftNavi li {letter-spacing: normal; display: inline-block; width: 25%;}
	#ftNavi li a {display: block; padding: 5px 0; color: #FFF; border-left: 1px solid #725748; border-right: 1px solid #392C24;}
	#ftNavi li:first-child a {border-left: none;}
	#ftNavi li:last-child a {border-right: none;}
	#ftNavi li span {width: 24px; margin: 0 auto 5px; display: block;}
}
@media screen and (max-width: 785px) {
	.cmnContact {padding: 40px 0 10px;}
	.cmnContact .w50 {width: 100%; margin: 0 auto 30px;}
}
@media screen and (max-width: 520px) {
	.siteNavi li {width: 50%; text-align: center; margin-bottom: 10px;}
}

.w1780 {width: 100%; max-width: 1780px; padding-left: 0; padding-right: 0;}
.w1680 {width: 100%; max-width: 1680px; padding-left: 0; padding-right: 0;}
.w1480 {width: 100%; max-width: 1480px; padding-left: 0; padding-right: 0;}
.container {width: 100%; max-width: 1212px; padding-left: 0; padding-right: 0;}
.containers {width: calc(100% - 40px); max-width: 888px; padding-left: 0; padding-right: 0;}
.mlr,.container,.containers {margin-left: auto; margin-right: auto;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 20px; margin-right: 20px;}
.col1 {width: calc(16.6666% - 40px);}
.col2,.box3 {width: calc(33.3333% - 40px);}
.col3 {width: calc(50% - 40px);}
.col4 {width: calc(66.6666% - 40px);}
.col5 {width: calc(83.3333% - 40px);}
.col6 {width: calc(100% - 40px);}
.box4 {width: calc(25% - 30px); margin-left: 15px; margin-right: 15px;}
.w300 {max-width: 300px; width: 100%;}
.w100 {width: 100%;}
.w50 {width: 50%;}
.w46 {width: calc(46% - 50px);}
.w54 {width: calc(54% - 50px);}
@media screen and (max-width: 896px) {
  .containers {width: calc(100% - 30px);}
  .mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 15px; margin-right: 15px;}
  .col1 {width: calc(16.6666% - 30px);}
  .col2,.box3 {width: calc(33.3333% - 30px);}
  .col3 {width: calc(50% - 30px);}
  .col4 {width: calc(66.6666% - 30px);}
  .col5 {width: calc(83.3333% - 30px);}
  .col6 {width: calc(100% - 30px);}
  .w46 {width: calc(46% - 30px);}
  .w54 {width: calc(54% - 30px);}
}
@media screen and (max-width: 568px) {
  .col1 {width: calc(33.3333% - 30px);}
  .col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {width: calc(100% - 30px);}
  .mlr5 {margin-left: 5px; margin-right: 5px;}
  .box4 {width: calc(50% - 20px); margin-left: 10px; margin-right: 10px;}
}

ul.dot {list-style: disc; margin-left: 1.5em;}
ul.num {list-style: decimal; margin-left: 1.5em;}

table {width: 100%;}
table tr:nth-child(odd) {background-color: #FFF;}
table tr:nth-child(even) {background-color: #EEEEEE;}
table th,table td {padding: 10px 20px; line-height: 1.7; text-align: center; border: 1px solid #CCCCCC;}
table.tblGR th {width: 25%; background: #4A8308; color: #FFF;}
table.tblGR2 th {width: 280px; background: #4A8308; color: #FFF;}
table.tblGR2 td {text-align: left; width: calc(100% - 250px);}
@media screen and (max-width: 568px) {
  table.tblGR th,table.tblGR td {padding: 10px 5px;}
  table.tblGR2 th,table.tblGR2 td {width: 100%; display: block;}
  table.tblGR2 td {border-top: none;}
}

.btnCmn {min-width: 240px; display: inline-block;}
.btnCmn a {display: block; width: 100%; padding: 10px 54px 10px 20px; line-height: 1.5; border-radius: 30px; background-position: right 20px center; background-repeat: no-repeat;}
.btnCmn a:hover {background-position: right 10px center; background-repeat: no-repeat;}
.btnBR {background: #4E3B30; color: #FFF; border: 1px solid #4E3B30; background-image: url("../img/cmn/arrow_wh.svg");}
.btnBR:hover {background: #FFF; color: #4E3B30; background-image: url("../img/cmn/arrow_br.svg");}
.btnWH {background: #FFF; color: #4E3B30; border: 1px solid #FFF; background-image: url("../img/cmn/arrow_br.svg");}
.btnWH:hover {background: #4E3B30; color: #FFF; background-image: url("../img/cmn/arrow_wh.svg");}
.cmnContact .btnWH span {padding-left: 40px; background: url("../img/cmn/icon_mail_br.svg") no-repeat left center;}
.cmnContact .btnWH:hover span {background: url("../img/cmn/icon_mail_wh.svg") no-repeat left center;}
.mta {margin-top: auto;}
.ls2 {letter-spacing: 0.2em;}
.ls12 {letter-spacing: 0.12em;}

.ttlObj {padding-left: 49px; background-image: url("../img/cmn/ttl_obj01.svg"); background-repeat: no-repeat; background-position: left center;}
.ttlObj.txtWH {background-image: url("../img/cmn/ttl_obj03.svg");}
.txtCent .ttlObj {padding-right: 49px; background-image: url("../img/cmn/ttl_obj01.svg"),url("../img/cmn/ttl_obj02.svg"); background-position: left center,right center;}

#top01 .mv {width: 100%; height: 700px;}
#top01 h2 {position: absolute; top: 50%; transform: translateY(-50%); left: 100px;}
#top01 h2 .bgWH {display: inline-block; margin-bottom: 5px;}
@media screen and (max-width: 896px) {
	#top01 .mv {height: 400px;}
	#top01 h2 {left: 20px; top: inherit; transform: translateY(0); bottom: 20px;}
}
@media screen and (max-width: 568px) {
	#top01 .mv {height: 40vh;}
	#top01 .txt50 {font-size: 7vw;}
	#top01 .txt40 {font-size: 80%;}
}

#top02 .obj01,#top02 .obj02 {position: absolute;}
#top02 .obj01 {width: 47.75%; top: 0; right: 30px; z-index: -1;}
#top02 .obj02 {width: 42%; bottom: 0; left: 0;}
#top02 .inner {max-width: 1320px; width: calc(100% - 40px); padding: 70px 0;}
#top02 .EN {font-size: 120px; color: #999999; position: absolute; top: 0; left: 40px; z-index: 1; line-height: 1.2;}
#top02 .mainImg {width: calc(100% - 340px); margin-right: 60px;}
#top02 .mincho {width: 280px; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; position: relative;}
#top02 .mincho span {margin-top: 180px;}
#top02 .mincho span.sp {margin-top: 0;}
#top02 .mincho .txtWH {font-size: 350%; width: 160px; display: inline-block; text-align: center; padding: 10px; position: absolute; margin-top: 0; right: -24px;}
#top02 .mincho::before {position: absolute; content: ''; width: 160px; height: 160px; background: #9A8557; border-radius: 8px; top: 0; right: 10px;}
@media screen and (max-width: 1024px) {
	#top02 .EN {font-size: 100px;}
}
@media screen and (max-width: 896px) {
	#top02 .EN {font-size: 13vw; left: 0;}
	#top02 .mainImg {width: calc(100% - 220px);}
	#top02 .mincho {width: 160px;}
	#top02 .mincho span {margin-top: 120px;}
	#top02 .mincho .txtWH {right: -21px;}
	#top02 .mincho::before {width: 100px; height: 100px; right: 0;}
}
@media screen and (max-width: 568px) {
	#top02 .inner {padding: 30px 0;}
	#top02 .EN {position: relative;}
	#top02 .mainImg {width: 100%; margin-right: 0;}
	#top02 .txt40 {font-size: 20px;}
	#top02 .mincho {width: 100%; -ms-writing-mode: rl; writing-mode: horizontal-tb;}
	#top02 .mincho span,#top02 .mincho span.sp {margin-top: 0; margin-left: 100px;}
	#top02 .mincho .txtWH {right: inherit; left: -103px; width: auto; text-align: left; top: -23px;}
	#top02 .mincho::before {width: 85px; height: 85px; right: inherit; left: 0;}
}

#top03 .txtArea {width: 46%; padding: 80px 70px; position: relative; /*background-image: url("../img/cmn/corner01.svg"),url("../img/cmn/corner02.svg"); background-repeat: no-repeat,no-repeat; background-position: left 15px top 15px,right 15px bottom 15px;*/}
#top03 .txtArea::before,#top03 .txtArea::after {width: calc(100% - 30px); height: calc(100% - 30px); position: absolute; content: '';}
#top03 .txtArea::before {border-top: 2px solid #222; border-right: 2px solid #222; top: 15px; right: 15px;}
#top03 .txtArea::after {border-bottom: 2px solid #222; border-left: 2px solid #222; bottom: 15px; left: 15px;}
#top03 .txtArea .inner {position: relative; z-index: 1;}
#top03 .mainImg {width: 54%;}
#top03 .bgGRY:first-of-type .r8 {border-top-left-radius: 0; border-bottom-left-radius: 0;}
#top03 .bgGRY:last-of-type .r8 {border-top-right-radius: 0; border-bottom-right-radius: 0;}
@media screen and (max-width: 1480px) {
	#top03 {padding: 0 20px;}
}
@media screen and (max-width: 1024px) {
	#top03 .txtArea,#top03 .mainImg {width: 100%;}
}
@media screen and (max-width: 568px) {
	#top03 .txtArea {padding: 50px 40px;}
}

#top04 .bgBR {padding: 120px 150px; background-image: url("../img/top/04-02.png"); background-repeat: no-repeat; background-size: calc(100% + 50px); background-position: right bottom;}
#top04 h3 {padding-bottom: 30px;}
#top04 h3 span {font-size: 80%;}
#top04 h3::before {position: absolute; content: ''; width: 120px; height: 2px; background: #FFF; border-radius: 1px; bottom: 0; left: 0;}
@media screen and (max-width: 1480px) {
	#top04 .bgBR {padding: 60px 40px;}
}
@media screen and (max-width: 660px) {
	#top04 .bgBR {padding: 30px 20px;}
	#top04 .w50 {width: 100%;}
	#top03 .txtArea .txt36,#top04 .txtArea .txt36 {font-size: 20px; letter-spacing: normal;}
	#top03 .txtArea .txt24,#top04 .txtArea .txt24 {font-size: 17px; letter-spacing: normal;}
}

#top05 {background: url("../img/top/05-01.jpg") no-repeat center; background-size: cover; padding: 100px 0; width: 100%; overflow: hidden;}
.itemSlide {width: 100%; max-width: 1680px; margin-left: auto; margin-right: auto; display: flex;}
.itemSlide li {width: 364px; margin: 0 20px;}
.itemSlide .slick-list {overflow: visible;}
.itemSlide .slick-track {display: flex; flex-wrap: wrap; justify-content: center;}
.itemSlide .slick-slide {height: auto !important;}
.itemSlide li .ratioInner img {border-top-left-radius: 8px; border-top-right-radius: 8px;}
.itemSlide li .inner {padding: 20px; text-align: center;}
.itemSlide li h3 {min-width: 224px; display: inline-block; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 22px; position: relative; background-image: url("../img/cmn/triangle01.svg"),url("../img/cmn/triangle02.svg"); background-repeat: no-repeat; background-position: left center,right center;}
.itemSlide li h3::before,.itemSlide li h3::after {position: absolute; content: ''; width: calc(100% - 54px); left: 27px; border: 1px dashed #222;}
.itemSlide li h3::before {top: 0;}
.itemSlide li h3::after {bottom: 0;}
.itemSlide li .inner p {text-align: left;}
.itemSlide li dt {padding: 0 20px; border-radius: 20px; margin-right: 10px;}
.slideArrow {position: absolute; width: 80px; height: 80px; border-radius: 50%; top: 50%; transform: translateY(-50%); background-color: #4E3B30; border: 1px solid #4E3B30; z-index: 1; cursor: pointer;}
.slideArrow.prevArrow {left: calc(15% - 60px); background-image: url("../img/cmn/arrow_wh_prev.svg"); background-repeat: no-repeat; background-position: center;}
.slideArrow.nextArrow {right: calc(15% - 60px); background-image: url("../img/cmn/arrow_wh.svg"); background-repeat: no-repeat; background-position: center;}
.slideArrow:hover {background-color: #FFF;}
.slideArrow.prevArrow:hover {background-image: url("../img/cmn/arrow_br_prev.svg");}
.slideArrow.nextArrow:hover {background-image: url("../img/cmn/arrow_br.svg");}
@media screen and (max-width: 896px) {
	#top05 {padding: 50px;}
	.slideArrow {width: 60px; height: 60px;}
}
@media screen and (max-width: 568px) {
	.itemSlide li {width: 300px; margin: 0 10px;}
	.slideArrow.prevArrow {left: -40px;}
	.slideArrow.nextArrow {right: -40px;}
}

#top06 .newsArea {width: calc(100% - 240px); padding-left: 80px;}
.newsArea li {border-bottom: 1px solid #999;}
.newsArea li a {padding: 20px 0;}
.newsArea li a:hover {background-color: #EEE;}
.newsArea li .date {width: 90px;}
.newsArea li .cat,#newsDetail .cat {width: 140px; text-align: center; padding: 5px 10px; border-radius: 20px;}
.newsArea li .ttlNews {padding: 0 34px 0 20px; width: calc(100% - 230px); background: url("../img/cmn/arrow_br.svg") no-repeat right center;}
@media screen and (max-width: 1024px) {
	#top06 .newsArea {width: 100%; padding-left: 0; margin-top: 20px;}
}
@media screen and (max-width: 568px) {
	.newsArea li .ttlNews {width: 100%; padding: 10px 34px 0 0;}
}

.pageTtl {position: absolute; left: 50px; bottom: 0; z-index: 1;}
.pageTtl h2 {padding-bottom: 30px;}
.pageTtl h2::before {position: absolute; content: ''; width: 100px; height: 1px; background: #222; bottom: 0; left: 0;}
.kvImg {position: relative; width: 75.3%; margin-left: 24.7%;}
.kvImg::before {position: absolute; content: ''; width: 65.5%; height: 100%; background: #FFF; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);}
.bread {margin-right: 20px;}
.bread li:not(:last-child) {padding-right: 18px; margin-right: 10px; background: url("../img/cmn/bread.svg") right center no-repeat;}
.bread li a:hover {text-decoration: underline;}
@media screen and (max-width: 896px) {
	.pageTtl {position: relative; padding: 30px 0; left: 20px;}
	.kvImg {position: absolute; top: 0; height: 100%;}
}

.ttlSide {width: 250px;}
.sideContents {width: calc(100% - 250px); margin-top: auto;}
#company02 dt:not(:last-of-type),#company02 dd:not(:last-of-type) {margin-bottom: 15px;}
#company02 dt {width: 180px; padding: 15px 0; border-bottom: 1px solid #9A8557; border-right: 1px solid #9A8557;}
#company02 dd {width: calc(100% - 190px); margin-left: 10px; padding: 15px 20px; border-bottom: 1px solid #999;}
#company03 .map iframe {width: 100%; height: 460px;}
@media screen and (max-width: 896px) {
	.ttlSide,.sideContents {width: 100%;}
	#company03 .map iframe {height: 300px;}
}
@media screen and (max-width: 568px) {
	#company02 dt:not(:last-of-type) {margin-bottom: 5px;}
	#company02 dt,#company02 dd {width: 100%; margin-left: 0;}
	#company02 dt {padding: 10px 20px; border-right: none; border-left: 1px solid #9A8557;}
	#company02 dd {padding: 10px 20px; border-left: 1px solid #999;}
}

#newsDetail .post {padding-bottom: 60px; border-bottom: 1px solid #999;}
#contact01 .tel {padding-left: 45px; background: url("../img/cmn/icon_tel_bk.svg") no-repeat left center; margin-right: 20px;}
#contact02 .formStep li {position: relative; margin-right: 30px; text-align: center; color: #999999;}
#contact02 .formStep li.active {color: #9A8557;}
#contact02 .formStep li:last-child {margin-right: 0;}
#contact02 .formStep li .num {display: block; margin-bottom: 22px;}
#contact02 .formStep li::before,#contact02 .formStep::after {position: absolute; content: '';}
#contact02 .formStep li::before {width: 13px; height: 13px; border-radius: 50%; border: 1px solid #999; background: #FFF; margin: 0 auto; bottom: 27px; left: 0; right: 0;}
#contact02 .formStep li.active::before {border: 1px solid #9A8557; background: #9A8557;}
#contact02 .formStep::after {width: calc(100% - 30px); height: 1px; background: #9A8557; margin: 0 auto; bottom: 33px; left: 0; right: 0; z-index: -1;}
#contact02 .privacy {background: #EEE; padding: 30px 40px;}
#contact02 .privacy .inner {height: 240px; overflow-y: auto;}
@media screen and (max-width: 568px) {
	#contact02 .privacy {padding: 20px;}
}

@media (min-width: 896px) {
	a[href^="tel:"] {pointer-events: none; cursor: default;}
}

.pageNav {margin-top: 50px;}
.pageNav li {width: 40px; line-height: 40px; text-align: center; margin: 0 5px 5px; font-size: 14px; color: #FFF;}
.pageNav li .current {display: block; width: 100%; height: 100%; background: #9A8557; border-radius: 50%;}
.pageNav li a {display: block; width: 100%; background: #FFF; border: 1px solid #9A8557; border-radius: 50%; color: #9A8557;}
.pageNav li a.next,.pageNav li a.prev {border: none; width: inherit;}



