@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
#header:before {
  display: none;
}
.main-visual {
  position: relative;
  background: #d8d1bf;
  padding-top: 160px;
  padding-bottom: 55px;
  text-align: center;
}

.main-visual .mv-ttl {
  position: relative;
  text-align: center;
  padding: 7px 20px 14px;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  min-width: 340px;
}

.main-visual .mv-ttl .ttl-en {
  font-size: 62px;
  line-height: 1.11111;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.main-visual .mv-ttl .ttl-ja {
  font-size: 32px;
  line-height: 1.21212;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .main-visual {
    padding-top: 92px;
    padding-bottom: 30px;
  }
  .main-visual .mv-ttl {
    color: #fff;
    padding: 7px 10px 7px;
    border: 1px solid #fff;
    min-width: 200px;
  }
  .main-visual .mv-ttl .ttl-en {
    font-size: 35px;
    line-height: 0.97222;
    letter-spacing: 0.1em;
  }
  .main-visual .mv-ttl .ttl-ja {
    font-size: 17px;
    line-height: 1.66667;
    margin-top: 0;
  }
}

.breadcrumb {
  margin: 17px 0 40px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin: 10px 0 10px;
    display: none;
  }
}

.breadcrumb ul {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 10px;
}

.breadcrumb ul li {
  position: relative;
  padding: 0 23px 0 10px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
}

.breadcrumb ul li span {
  border-bottom: 1px solid #bfbfbf;
  display: inline-block;
}

.breadcrumb ul li:after {
  position: absolute;
  content: '＞';
  font-family: FontAwesome;
  top: 2px;
  height: 100%;
  right: 0px;
}

.breadcrumb ul li:first-child {
  padding-left: 0;
}

.breadcrumb ul li:last-child:after {
  content: "";
}

.breadcrumb ul li:nth-child(2) {
  min-width: 77px;
}

.breadcrumb ul li a {
  text-decoration: none !important;
}

.page-contents {
  padding: 42px 0 0;
}

.page-contents p{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .page-contents {
    padding: 20px 0 0;
  }

  .page-contents p { 
    font-size: 2.2rem;
  }
}

/*-------PAGE NEWS -------*/
#news_list .news_box {
  padding: 50px 98px;
  margin-bottom: 50px;
}
#news_list .news_box:last-child{
  margin-bottom: 80px;
}

#news_list .news_box:nth-child(2n+1) {
  background: #f1f1f1;
}

#news_list .news_box .news_img {
  float: left;
  width: 40%;
  margin: 0 47px 10px 0;
}

#news_list .news_box .headline time {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.05em;
  background: #c8bba0;
  color: #fff;
  padding: 6px 21px;
  display: inline-block;
  margin-bottom: 10px;
}

#news_list .news_box .headline .ttl, #news_list .news_box .headline h2 {
  font-size: 26px;
  line-height: 1.34615;
  letter-spacing: 0.06em;
  font-weight: 400;
  border-bottom: 1px solid #e4dcd6;
  padding-bottom: 28px;
  margin-bottom: 19px;
}

#news_list .news_box .news_txt {
  overflow: hidden;
}

#news_list .news_box .news_txt p {
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  #news_list .news_box {
    padding: 30px 15px;
    margin-bottom: 25px;
  }
  #news_list .news_box .news_img {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  #news_list .news_box .headline time {
    font-size: 14px;
    line-height: 1.57143;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  #news_list .news_box .headline .ttl, #news_list .news_box .headline h2 {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 18px;
    margin-bottom: 19px;
  }
  #news_list .news_box .news_txt p {
    font-size: 14px;
    line-height: 1.78571;
  }
}

.news_pager {
  margin-top: 81px;
}

.news_pager .pager_btn {
  display: inline-block;
  border: 1px solid #2b2b2b;
  position: relative;
  padding: 13px 28px;
  width: 100%;
  max-width: 180px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.75;
}

.news_pager .pager_btn:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  width: 6px;
  height: 11px;
  background: url(../common_img/icn_arr02.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.news_pager .pager_btn.prev_btn {
  text-align: right;
  float: left;
}

.news_pager .pager_btn.next_btn {
  text-align: left;
  float: right;
}

.news_pager .pager_btn.next_btn:before {
  right: 10px;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

@media (min-width: 768px) {
  .news_pager .pager_btn:hover {
    background: #2b2b2b;
    opacity: 1;
    color: #fff;
  }
  .news_pager .pager_btn:hover:before {
    background-image: url(../common_img/icn_arr02_wh.png);
  }
}

@media (max-width: 767px) {
  .news_pager {
    margin-top: 40px;
  }
  .news_pager .pager_btn {
    padding: 8px 20px;
    width: 100%;
    max-width: 110px;
    font-size: 14px;
    line-height: 1.64286;
  }
}

/*-------PAGE contact -------*/
.form-templ .c-table01 dl {
  border-top: 1px solid #e4dcd6;
  padding: 36px 20px;
}

@media (min-width: 768px) {
  .form-templ .c-table01 dl {
    display: table;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form-templ .c-table01 dl {
    padding: 0;
  }
}

.form-templ .c-table01 dl:last-child {
  border-bottom: 1px solid #e4dcd6;
}

.form-templ .c-table01 dl dt {
  position: relative;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #2b2b2b;
}

@media (min-width: 768px) {
  .form-templ .c-table01 dl dt {
    text-align: center;
    display: table-cell;
    vertical-align: top;
    width: 303px;
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .form-templ .c-table01 dl dt {
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 10px;
    border-bottom: 1px solid #e4dcd6;
  }
}

.form-templ .c-table01 dl dd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #2b2b2b;
}

@media (min-width: 768px) {
  .form-templ .c-table01 dl dd {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 69px;
  }
}

@media (max-width: 767px) {
  .form-templ .c-table01 dl dd {
    padding: 10px 10px;
  }
}

.form-templ .c-table01 .hissu, .form-templ .c-table01 .ninni {
  position: absolute;
  right: 17px;
  top: -7px;
  font-size: 16px;
  line-height: 39px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  width: 70px;
  color: #fff;
  height: 40px;
  background: #cd1919;
}

@media (max-width: 767px) {
  .form-templ .c-table01 .hissu, .form-templ .c-table01 .ninni {
    right: 10px;
    top: 7px;
    font-size: 13px;
    line-height: 25px;
    width: 50px;
    height: 26px;
  }
}

.form-templ .c-table01 .ninni {
  background: #2b2b2b;
}

.form-templ .c-table01 .ip-txt,
.form-templ .c-table01 textarea {
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1.8125em;
  letter-spacing: 0.1em;
  width: 97%;
  background: #fff;
  border: 1px solid #bcbec0;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #364246;
}

.form-templ .c-table01 .ip-txt + .ip-txt,
.form-templ .c-table01 textarea + .ip-txt {
  margin-top: 20px;
}

.form-templ input[type="radio" i] {
  transform: scale(1.2);
  margin: 0 13px 0 0;
}

.form-templ .list-radio01 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 95px;
}

.form-templ .list-radio01 li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .form-templ .list-radio01 li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-templ .list-radio01 li:last-child {
    margin-bottom: 0;
  }
}

.form-templ .list-radio02 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 95px;
}

.form-templ .list-radio02 li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .form-templ .list-radio02 li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-templ .list-radio02 li:last-child {
    margin-bottom: 0;
  }
}

.form-templ .note01 {
  margin: 14px 0;
  color: #2b2b2b;
}

.form-templ .note02 {
  margin: 0 0 14px;
  color: #2b2b2b;
}

.form-templ .box-other {
  margin: 19px 0 0;
}

.form-templ .box-other .ip-other {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 117px);
  margin-left: 13px;
}

@media (max-width: 767px) {
  .form-templ .box-other {
    margin: 5px 0 0;
  }
  .form-templ .box-other .ip-other {
    width: calc(100% - 90px);
    margin-left: 5px;
  }
}

.form-templ .box_submit {
  text-align: center;
  margin: 42px 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}

.form-templ .box_submit input[type="checkbox" i] {
  transform: scale(1.3);
  margin: 0 13px 0 0;
}

@media (max-width: 767px) {
  .form-templ .box_submit {
    margin: 30px 0 0;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .p-contact .c-table01 .ip-txt,
  .p-contact .c-table01 textarea {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 23px;
    line-height: 1.64286em;
    letter-spacing: 0.05em;
  }
}

.p-contact .c-table01 .ip-txt::-webkit-input-placeholder,
.p-contact .c-table01 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #364246;
  font-family: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-contact .c-table01 .ip-txt::-moz-placeholder,
.p-contact .c-table01 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #364246;
  font-family: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-contact .c-table01 .ip-txt:-ms-input-placeholder,
.p-contact .c-table01 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #364246;
  font-family: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-contact .c-table01 .ip-txt:-moz-placeholder,
.p-contact .c-table01 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #364246;
  font-family: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-contact .c-table01 .ip-txt.size01,
.p-contact .c-table01 textarea.size01 {
  width: 450px;
}

@media (max-width: 767px) {
  .p-contact .c-table01 .ip-txt.size01,
  .p-contact .c-table01 textarea.size01 {
    width: 100%;
  }
}

.p-contact .c-table01 textarea {
  height: 190px;
}

.p-contact .c-table01 .box-select01 {
  width: 401px;
  position: relative;
  margin-bottom: 15px;
}

.p-contact .c-table01 .box-select01:before {
  position: absolute;
  content: "";
  right: 19px;
  top: 50%;
  width: 15px;
  height: 12px;
  margin-top: -6px;
  background: url(../common_img/ico_select.png) repeat center center;
  background-size: 15px auto;
  z-index: 99;
}

.p-contact .c-table01 .select01 {
  padding: 6px 30px 6px 20px;
  font-size: 14px;
  line-height: 29px;
  line-height: 1.8125em;
  letter-spacing: 0.1em;
  width: 100%;
  background: #fff;
  border: 1px solid #bcbec0;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #364246;
}

.p-contact .c-table01 .select01::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .p-contact .c-table01 .select01 {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 23px;
    line-height: 1.64286em;
    letter-spacing: 0.05em;
  }
}

.p-contact .c-table01 .select01::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #364246;
  font-family: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-contact .c-table01 .select01::-moz-placeholder {
  /* Firefox 19+ */
  color: #364246;
  font-family: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-contact .c-table01 .select01:-ms-input-placeholder {
  /* IE 10+ */
  color: #364246;
  font-family: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-contact .c-table01 .select01:-moz-placeholder {
  /* Firefox 18- */
  color: #364246;
  font-family: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 767px) {
  .p-contact .c-table01 .note02 {
    margin-bottom: 13px;
  }
}

.p-contact .c-table01 .zip-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-contact .c-table01 .zip-box {
    margin-bottom: 10px;
  }
}

.p-contact .c-table01 .zip-box .ip {
  width: 200px;
}

@media (max-width: 767px) {
  .p-contact .c-table01 .zip-box .ip {
    width: calc(100% - 145px);
  }
}

.p-contact .c-table01 .zip-box .txt {
  width: 31px;
}

@media (max-width: 767px) {
  .p-contact .c-table01 .zip-box .txt {
    width: 27px;
  }
}

.p-contact .c-table01 .zip-box .txt2 {
  width: 121px;
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .p-contact .c-table01 .zip-box .txt2 {
    width: 115px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 23px;
    line-height: 1.64286em;
    letter-spacing: 0.05em;
  }
}

.p-contact .c-table01 .state-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .p-contact .c-table01 .state-box {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-contact .c-table01 .state-box .txt {
    width: 115px;
  }
}

@media (max-width: 767px) {
  .p-contact .c-table01 .state-box .txt {
    margin-bottom: 3px;
  }
}

.p-contact .c-table01 .state-box .select01 {
  font-size: 14px;
  line-height: 30px;
  line-height: 1.875em;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .p-contact .c-table01 .state-box .select01 {
    font-size: 14px;
    line-height: 23px;
    line-height: 1.64286em;
    letter-spacing: 0.05em;
  }
}

.p-contact .box-agreement {
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .p-contact .box-agreement {
    font-size: 15px;
  }
}

.btn_submit {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .btn_submit {
    margin-top: 20px;
  }
}

.p-contact .btn_submit input {
  font-family: 'EB Garamond','Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  line-height: 1.375em;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  border: 1px solid #2b2b2b;
  width: 100%;
  max-width: 380px;
  text-align: center;
  position: relative;
  padding: 14px 15px 14px;
  background: url(../common_img/icn_arr02.png) no-repeat right 9px center;
  background-size: 6px 11px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
}

.p-contact .btn_submit.btn_submit_back input{
  background: url(../common_img/icn_arr02_left.png) no-repeat left 9px center
}

.p-contact .btn_submit input:link {
  text-decoration: none;
}

@media (min-width: 768px) {
  .p-contact .btn_submit input:hover {
    color: #fff;
    background: #2b2b2b url(../common_img/icn_arr02_wh.png) no-repeat right 9px center;
    background-size: 6px 11px;
  }
}

@media (max-width: 767px) {
  .p-contact .btn_submit input {
    font-size: 14px;
    line-height: 1.64286;
    max-width: 280px;
    padding: 10px 10px 10px;
  }
}

/*.p-contact .main-visual {
  background-image: url("../contact/images/mv_img.jpg");
}*/

.p-contact .sec01 {
  margin-bottom: 79px;
}

.p-contact .sec01 .desc01 {
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 43px;
}

.p-contact .pp-box {
  background: #fff;
  border: 1px solid #acacac;
  padding: 40px 100px 45px;
  max-width: 1000px;
  margin: 0 auto;
}

.p-contact .pp-box .box + .box {
  margin-top: 35px;
}

.p-contact .pp-box .box .pp-ttl {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.p-contact .pp-box .box p {
  letter-spacing: 0.08em;
}

.p-contact .pp-box .box p a {
  color: #2b2b2b;
}

.p-contact .pp-box .box p .tel-txt {
  text-decoration: none;
}

.p-contact .sec02 {
  background: #f1f1f1;
  padding: 70px 0 80px;
}

.p-contact .sec02 .desc01 {
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 43px;
}

@media (max-width: 767px) {
  .p-contact .sec01 {
    margin-bottom: 40px;
  }
  .p-contact .sec01 .desc01 {
    text-align: left;
    font-size: 14px;
    line-height: 1.64286;
    margin-bottom: 20px;
  }
  .p-contact .pp-box {
    padding: 20px 10px 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-contact .pp-box .box + .box {
    margin-top: 25px;
  }
  .p-contact .pp-box .box .pp-ttl {
    font-size: 15px;
    line-height: 1.66667;
  }
  .p-contact .pp-box .box p {
    font-size: 14px;
    line-height: 1.78571;
  }
  .p-contact .sec02 {
    padding: 30px 0 40px;
  }
  .p-contact .sec02 .desc01 {
    text-align: left;
    font-size: 14px;
    line-height: 1.64286;
    margin-bottom: 25px;
  }
}

/* ==================================================
	ttl_style
================================================== */

.ttl_style01{
  text-align: center;
  font-size: 45px;
  color: #837e7c;
  line-height: 1.04651;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: relative;
  margin-bottom: 50px;
}
.ttl_style01 span{
  display: block;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.12em;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .ttl_style01{
    font-size: 36px;
    margin-bottom: 40px;
  }
  .ttl_style01 span{
    font-size: 13px;
    padding-top: 10px;
  }
}

.ttl_style02{
  font-weight: normal;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #e5e0d4;
  margin-bottom: 40px;
}
.ttl_style02 span{
  padding-left: 20px;
  color: #ada497;
  vertical-align: bottom;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .ttl_style02{
    font-size: 30px;
    line-height: 1.26667;
    margin-bottom: 30px;
  }
  .ttl_style02 span{
    padding-left: 0;
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.53333;
    display: block;
  }
}

.ttl_style03{
  margin-bottom: 30px;
  font-size: 25px;
  color: #ada497;
  letter-spacing: 0.14em;
}

@media (max-width: 767px) {
  .ttl_style03{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.12em;
  }
}

/* ==================================================
	page_ordermade
================================================== */

/*.p-ordermade .main-visual {
  background-image: url("../beauty/ordermade/images/mv_img.jpg");
}*/

@media (min-width: 768px) {
  .p-ordermade .ordermade .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .p-ordermade .ordermade .wrap img{
    margin-left: 80px;
    max-width: 530px;
  }
}

@media (max-width: 767px) {
  .p-ordermade .ordermade .wrap img{
    margin-top: 20px;
  }
}

.p-ordermade .ordermade .photo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-ordermade .ordermade .photo{
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-ordermade .ordermade .photo img{
  width: 23%;
}

@media (max-width: 767px) {
  .p-ordermade .ordermade .photo img{
    width: 48%;
  }
  .p-ordermade .ordermade .photo img:nth-child(n+ 3){
    margin-top: 15px;
  }
}

.p-ordermade .feature{
  background: #f6f3ea;
  margin-top: 100px;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .p-ordermade .feature{
    margin-top: 50px;
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  .p-ordermade .feature .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .p-ordermade .feature .wrap:nth-child(2n){
    flex-direction: row-reverse;
  }
}

.p-ordermade .feature .wrap + .wrap{
  margin-top: 50px;
}

@media (max-width: 767px) {
  .p-ordermade .feature .wrap + .wrap{
    margin-top: 40px;
  }
}

.p-ordermade .feature .wrap .txt{
  max-width: 600px;
}

@media (min-width: 768px) {
  .p-ordermade .feature .wrap img{
    position: relative;
    margin-right: -50px;
    max-width: 600px;
  }

  .p-ordermade .feature .wrap:nth-child(2n) img{
    margin-left: -50px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .p-ordermade .feature .wrap img{
    margin-top: 15px;
  }
}

/* ==================================================
	page_about
================================================== */

/*.p-about .main-visual {
  background-image: url("../about/images/mv_img.jpg");
}*/

@media (min-width: 767px) {
  .p-about .breadcrumb{
    margin: 17px 0;
  }
}

.p-about .page-contents{
  padding-top: 0;
}

.p-about .concept{
  background: url(../images/bg_about.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .p-about .concept{
    padding: 50px 0;
  }
}

.p-about .concept .ttl_style01{
  /* color: #fff; */
  color: #726655;
}

.p-about .concept p{
  font-size: 24px;
  text-align: center;
  /* color: #fff; */
  color: #726655;
  font-family: 'EB Garamond','Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .p-about .concept p{
    font-size: 18px;
    letter-spacing: inherit;
    text-align: left;
  }
}

.p-about .about{
  background: #f6f3ea;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .p-about .about{
    padding: 50px 0;
  }
}

.p-about .about .head h3 span{
  display: block;
}

@media (min-width: 767px) {
  .p-about .about .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    min-height: 400px;
    margin-bottom: 50px;
  }

  .p-about .about .head img{
    position: absolute;
    left: 10px;
    max-width: 700px;
  }

  .p-about .about .head h3{
    z-index: 1;
    font-size: 34px;
    font-weight: normal;
    line-height: 2;
  }

  .p-about .about .head h3 span:last-child{
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .p-about .about .head img{
    margin-bottom: 30px;
  }
  .p-about .about .head h3{
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.p-about .about .wrap{
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-about .about .wrap{
    margin-top: 30px;
  }
}

.p-about .about .wrap ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .p-about .about .wrap ul{
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-about .about .wrap ul li{
  width: 32%;
}

@media (max-width: 767px) {
  .p-about .about .wrap ul li{
    width: 45%;
  }
}

@media (min-width: 767px) {
  .p-about .about .wrap ul li:not(:nth-child(2)){
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .p-about .about .wrap ul li:nth-child(2){
    margin-left: 20px;
  }
  .p-about .about .wrap ul li:last-child{
    margin-top: 20px;
  }
}

.p-about .about .wrap h3{
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
  position: relative;
  padding-top: 100px;
}

@media (min-width: 767px) {
  .p-about .about .wrap h3 br{
    display: none;
  }
}

@media (max-width: 767px) {
  .p-about .about .wrap h3{
    font-size: 26px;
    padding-top: 50px;
  }
}

.p-about .about .wrap h3::before{
  content: "";
  width: 1px;
  height: 80px;
  display: block;
  background: #ada497;
  position: absolute;
  top: 0;
  left: 50%;
}

@media (max-width: 767px) {
  .p-about .about .wrap h3::before{
    height: 40px;
  }
}

.p-about .access{
  margin-top: 100px;
}

@media (max-width: 767px) {
  .p-about .access{
    margin-top: 50px;
  }
}

.p-about .access .gmap{
  margin: 0 auto;
  text-align: center;
}

.p-about .access .gmap iframe{
  width: 1200px;
  height: 500px;
}

@media (max-width: 767px) {
  .p-about .access .gmap iframe{
    width: 100%;
    height: 300px;
  }
}

.p-about .access .gmap + p{
  text-align: center;
  margin-top: 15px;
}

.p-about .access .wrap{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  counter-reset: section;
}

.p-about .access .wrap div{
  width: 32%;
  position: relative;
}

@media (max-width: 767px) {
  .p-about .access .wrap div{
    width: 48%;
  }
}

.p-about .access .wrap div::before{
  counter-increment: section; 
  content: counter(section); 
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #c8bba0;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
}

@media (max-width: 767px) {
  .p-about .access .wrap div::before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media (min-width: 767px) {
  .p-about .access .wrap div:nth-child(n + 4){
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-about .access .wrap div:nth-child(n + 3){
    margin-top: 20px;
  }
}

.p-about .access .wrap div img{
  margin-bottom: 10px;
}

.p-about .calender{
  background: #f6f3ea;
  margin-top: 100px;
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .p-about .calender{
    margin-top: 50px;
    padding: 50px 0;
  }
}

.p-about .calender img{
  max-width: 1000px;
}

@media (max-width: 767px) {
  .p-about .calender .pt-calender{
    width: 100%;
    overflow: auto;
  }
  .p-about .calender img{
    width: 800px;
  }
}

.p-price table{
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.p-price .page-contents .txt{
  width: 1000px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.p-price #sec4{
  padding-bottom: 50px;
}
/* table.col-3 td{
  width: 33%;
} */
table.col-2 td:nth-child(2){
  width: 33%;
}

@media (max-width:767px) {
  .p-price table{
    width: 100%;
  }
  table.col-2 td{
    width: 50% !important;
  }
}

.bg_f6f3ea{
  background-color: #f6f3ea;
}

table td{
  border: 1px solid #726655;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.text-right{
  text-align: right;
}
.b-btn{
  display: flex;
  justify-content: space-between;
}
.b-btn.btn-center{
  justify-content: center;
}
.b-btn.btn-center >*{
  margin: 0 14px;
}

.b-btn .cm-btn01:before{
  transform: rotate(90deg) translateX(-50%);
  right: 20px;
}
.btn-color-white{
  color: #fff;
}
.btn-color-white::before{
  background-image: url(../common_img/icn_arr02_wh.png);
}

.b-btn .cm-btn01{
  background-color: #d7d0bf;
}

.b-btn .cm-btn01:hover{
  background-color: #2b2b2b;
}

.p-price .ttl_style01 {
  padding-top: 10rem;
}
.ttlh3_1{
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  background-color: #f6f3ea;
  padding: 5px 30px;
  box-sizing: border-box;
  margin-top: 50px;
  font-weight: normal;
}
.ttlh3_1.none-bg{
  background-color: transparent;
  padding: 0;
}
.ttlh4_1{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  border-left: 1px solid currentColor;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 26px;
  padding-left: 20px;
  line-height: 30px;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
.fz16{
  font-size: 16px;
}
.p-price .ttl_style01 {
  color:#726655
}
.line-bottom{
  background-image: linear-gradient(#000,#000);
  background-position: center bottom;
  background-size: 100px 2px;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .b-btn{
    flex-wrap: wrap;
    justify-content: center;
  }
  .b-btn .cm-btn01{
    margin-bottom: 10px;
  }
  .p-price .ttl_style01{
    padding-top: 5rem;
  }
  .ttlh3_1{
    font-size: 25px;
  }
  .ttlh4_1{
    font-size: 20px;
    margin-top: 30px;
  }
}


/* p-faq */
.p-faq #sec1 .ttlh3_1{
  margin-top: 0;
}

.p-faq #sec2 .ttlh3_1{
  margin-top: 100px;
}

.p-faq .page-contents{
  padding-bottom: 50px;
}

@media (max-width:767px) {
  .p-faq #sec2 .ttlh3_1{
    margin-top: 50px;
  }
}

/* end p-faq */

/* p-flow */
.p-flow .inner .item{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.p-flow .inner .item:not(:last-child){
  margin-bottom: 50px;
}
.p-flow .inner .item .col{
  width: 50%;
  position: relative;
  z-index: 1;
}

.p-flow .inner .item .col-right{
  background-color: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
}

.p-flow .inner .item .col-right .ttl_style01 {
   color: #726655;
   font-size: 40px;
}

.p-flow .inner .item:not(:last-child) .col-right::before{
  content: '';
  background-image: linear-gradient(#E4DCD6,#E4DCD6);
  background-repeat: repeat-y;
  background-size: 1px 1px;
  background-position: center center;
  top: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
  position: absolute;
}
.p-flow .inner {
  padding-bottom: 50px;
}
@media (max-width:767px) {
  .p-flow .inner .item{
    flex-direction: column-reverse;
  }
  .p-flow .inner .item .col{
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
  }
  .p-flow .inner .item .col-right .ttl_style01{
    font-size: 30px;
    margin-bottom: 20px;
  }
}
/* end p-flow */

/* p-beauty */
.p-beauty .page-contents section{
  padding-top: 100px;
}
.p-beauty .page-contents section:last-child{
  padding-bottom: 100px;
}

.p-beauty .page-contents section .item .inner,
.beauty-ly .item .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.p-beauty .page-contents section .item .inner::before{
  content: '';
  background-color: #f6f3ea;
  height: 40px;
  width: 3px;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  position: absolute;
}
.p-beauty .page-contents section .item .inner.reverse,
.beauty-ly .item .inner.reverse{
  flex-direction: row-reverse;
}
.p-beauty .page-contents section .item .inner >*,
.beauty-ly .item .inner  >*{
  width: 50%;
}
.p-beauty .page-contents section .item .inner .cm-btn01,
.beauty-ly .item .inner .cm-btn01{
  margin-top: 40px;
}
@media (min-width: 768px) {
  .beauty-ly .item .pt{
    height: 420px;
  }
  .beauty-ly .item .pt img{
    position: absolute;
    right: 50%;
  }
}
@media (max-width:767px) {
  .p-beauty .page-contents section{
    padding-top: 50px;
  }
  .p-beauty .page-contents section:last-child{
    padding-bottom: 50px;
  }
  .p-beauty .page-contents section .item .inner,
  .p-beauty .page-contents section .item .inner.reverse,
  .beauty-ly .item .inner,
  .beauty-ly .item .inner.reverse{
    flex-direction: column-reverse;
  }
  .p-beauty .page-contents section .item .inner >*,
  .beauty-ly .item .inner >*{
    width: 100%;
  }
  .p-beauty .page-contents section .item .inner .cm-btn01,
  .beauty-ly .item .inner .cm-btn01{
    margin-top: 20px;
  }
  .p-beauty .page-contents section .item .inner .pt,
  .beauty-ly .item .inner .pt{
    margin-bottom: 20px;
  }
}
/* end p-beauty */

/* p-doctor */
.p-doctor .page-contents{
  padding-top: 0;
  padding-bottom: 90px;
}
.p-doctor .row1 .inner{
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 150px;
}
.p-doctor .row1 .inner::after{
  content: '';
  background-color: #f6f3ea;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 300px);
  z-index: -1;
}
.p-doctor .row1 .inner .info{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  margin-top: -60px;
}
.p-doctor .row1 .inner .info h2{
  position: absolute;
  font-size: 60px;
  font-weight: 500;
  top: 0;
  right: -24px;
  letter-spacing: -10px;
  top: 25px;
  line-height: 1;
}
.p-doctor .row1 .inner .info h3{
  font-size: 50px;
  color: #e5e0d4;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 10px;
  font-weight: 400;
}
.p-doctor .row1 .inner .box-right{
  padding: 50px 0 0 100px;
}
.p-doctor .row1 .inner .box-right h4{
  font-size: 26px;
  font-weight: normal;
  padding-left: 70px;
  background: linear-gradient(currentColor,currentColor) no-repeat center left/50px 1px;
  margin-bottom: 50px;
}
.p-doctor .row1 .inner .box-right dl{
  display: flex;
  margin-top: 15px;
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.p-doctor .row1 .inner .box-right dl dt{
  font-weight: 600;
  width: 115px;
}
.p-doctor .row1 .inner .box-right dl dd{
  width: calc(100% - 115px);
}

.p-doctor .row2 h3{
  color: #837e7c;
  font-size: 26px;
  font-weight: 500;
  padding: 0 50px 0 70px;
  line-height: 45px;
  display: table;
  background:linear-gradient(#000,#000) no-repeat center left/50px 1px, linear-gradient(#f6f3ea,#f6f3ea) no-repeat center right/90% 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.p-doctor .row2 .inner{
  display: flex;
  justify-content: center;
}
.p-doctor .row2 .inner dl{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.p-doctor .row2 .inner dl dt{
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.p-doctor .row2 .inner dl:not(:last-child){
  margin-right: 24px;
}
.p-doctor .row2 .inner dl dt{
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
}
@media (max-width:767px) {
  .p-doctor .page-contents{
    padding-bottom: 40px;
  }
  .p-doctor .row1 .inner{
    flex-direction: column;
    margin-top: 60px;
  }
  .p-doctor .row1 .inner::after{
    top: 40%;
    width:auto;
    left: -30px;
    right: -30px;
  }
  .p-doctor .row1 .inner .info{
    margin-top: 0;
    flex-direction: column;
  }
  .p-doctor .row1 .inner .info h2{
    font-size: 40px;
    line-height: 1;
    text-align: center;
    position: unset;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .p-doctor .row1 .inner .info h3{
    font-size: 36px;
    text-align: right;
  }
  .p-doctor .row1 .inner .info .pt{
    text-align: center;
  }
  .p-doctor .row1 .inner .info .pt img{
    width: 100%;
  }
  .p-doctor .row1 .inner .box-right{
    padding: 20px 0;
  }
  .p-doctor .row1 .inner .box-right h4{
    margin-bottom: 30px;
    font-size: 21px;
  }
  .p-doctor .row2 h3{
    padding: 0 20px 0 40px;
    background-size: 30px 1px, 95% 100%;
    margin: 30px auto 10px;
  }
  .p-doctor .row2 .inner{
    flex-wrap: wrap;
  }
  .p-doctor .row2 .inner dl{
    width: 48%;
    margin-top: 20px;
  }
  .p-doctor .row2 .inner dl dt{
    font-size: 14px;
  }
  .p-doctor .row2 .inner dl:not(:last-child){
    margin-right: 0;
  }
  .p-doctor .row2 .inner dl:nth-child(even){
    margin-left: auto;
  }
}
/* end p-doctor */

/* p-internalmedicine */
.p-internalmedicine .page-contents{
  padding-bottom: 100px;
}
@media (max-width:767px) {
  .p-internalmedicine .page-contents{
    padding-bottom: 40px;
  }
}
/* end p-internalmedicine */

/* p-surgery */
.p-surgery .page-contents section,
.p-dermatology .page-contents section{
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:767px) {
  .b-btn.btn-center >*{
    margin-left: 0;
    margin-right: 0;
  }
  .p-surgery .page-contents section,
  .p-dermatology .page-contents section{
    padding-top: 40px;
  padding-bottom: 40px;
  }
}
/* end p-surgery */


/* p-products */
@media (min-width:768px) {
  .p-products .page-contents #sec0 .b-btn a{
    width: calc((100% - 40px)/4);
    max-width: inherit;
  }
}
.p-products .page-contents #sec1 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.p-products .page-contents #sec1 .inner .item{
  width: calc((100% - 40px)/4);
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #E4DCD6;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-decoration: none;
  transition: .3s;
}
.p-products .page-contents #sec1 .inner .item:hover{
  opacity: .7;
}
.p-products .page-contents #sec1 .inner .item::after{
  content: '';
  background-color: #f6f3ea;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: -1;
}
.p-products .page-contents #sec1 .inner .item dl{
  font-family: 'Noto Sans JP', sans-serif;
  padding: 20px;
  color: #726655;
}
.p-products .page-contents #sec1 .inner .item dl dt{
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #D7D0BF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.p-products .page-contents #sec1 .inner .item .pt{
  height: 278px;
  background-color: #A0A0A0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-products .page-contents #sec1 .inner .item .pt img{
  width: 100%;
  object-fit: contain;
}
.p-products .page-contents .b-btn-last{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding-bottom: 100px;
}
.p-products .page-contents .b-btn-last >*{
  background-color: #f6f3ea;
  text-decoration: none;
  font-size: 16px;
  color: #837e7c;
  padding:20px 20px;
  line-height: 1;
  width: 150px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-products .page-contents .b-btn-last .btn::before{
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 6px;
  height: 11px;
  background: url(../common_img/icn_arr02_be.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-products .page-contents .b-btn-last .btn.btn-left::before{
  left: 10px;
  transform:  translateY(-50%) scale(-1);
}
@media (min-width: 1000px) {
  .p-products .page-contents .b-btn-last >*:hover{
    background-color: #2b2b2b;
    color: #fff;
  }
}
.p-products .page-contents .b-btn-last .btn:hover::before{
  background-image: url(../common_img/icn_arr02_wh.png);
}
.p-products .page-contents .b-btn-last .btn-right{
  margin-left: auto;
}
.p-products .page-contents .b-btn-last .btn-mid{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-products-detail .inner .item .row1{
  display: flex;
}
.p-products-detail .inner .item .row1 .slider-for{
  padding-right: 8px;
  max-height: 400px;
  overflow: hidden;
}
.p-products-detail .inner .item .row1 .slider-nav .slick-list{
  padding: 0;
}
/* .p-products-detail .inner .item .row1 .slider-nav .slick-track{
  display: flex;
  justify-content: space-between;
} */
.p-products-detail .inner .item .row1 .slider-nav .slick-slide{
  margin-right: 10px;
}
.p-products-detail .inner .item .row1 .slider-nav .slick-track .slick-slide img{
  width: 100%;
}
.p-products-detail .inner .item .row1 .col-left{
  max-width: 550px;
}
.p-products-detail .inner .item .row1 .col-right{
  padding-left: 50px;
}
.p-products-detail .inner .item .row1 .col-right h2{
  font-size: 26px;
  color: #ada497;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;;
  margin-bottom: 20px;
}
.p-products-detail .inner .item .row1 .col-right dl{
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #726655;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #E4DCD6;
}
.p-products-detail .inner .item .row1 .col-right h2+dl{
  border-top: 1px solid #E4DCD6;
}
.p-products-detail .inner .item .row1 .col-right dl dt{
  width: 125px;
  font-size: 16px;
  font-weight: 700;
}
.p-products-detail .inner .item .row1 .col-right dl dd{
  width: calc(100% - 125px);
}
.p-products-detail .inner .item .row1 .col-right .btn{
  margin-top: 50px;
}
.p-products-detail .inner .item .row1 .col-right .btn a{
  color: #837e7c;
}
.p-products-detail .inner .item .row1 .col-right .btn a img{
  margin-right: 10px;
  transition: .3s;
}
.p-products-detail .inner .item .row1 .col-right .btn a span{
  position: relative;
  z-index: 1;
}
.p-products-detail .inner .item .row1 .col-right .btn a .on{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s;
}
.p-products-detail .inner .item .row1 .col-right .btn a:hover{
  color: #fff;
}
.p-products-detail .inner .item .row1 .col-right .btn a:hover .on{
  opacity: 1;
}
.p-products-detail .inner .item .row1 .col-right .btn a:hover .off{opacity: 0;}
.p-products-detail .inner .item .row1 .col-right .btn a::before{
  display: none;
}
.p-products-detail .inner .item .row2 .ttlh3_1{
  font-size: 26px;
  margin-bottom: 25px;
}
.slider-for .slick-slide{
  height: 100%;
}
.slider-for .slick-slide li{
  max-width: 100%;
  max-height: 100%;
}
.slick-slide img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
}
.slider-for .slick-slide{
  height: 405px;
  background-color: #ddd
}
.slider-nav .slick-slide{
  margin-top: 10px;
  height: 130px;
  position: relative;
  background-color: #ddd
}
@media (max-width:768px) {
  .p-products .page-contents #sec1 .inner .item{
    width: 48%;
  }
  .p-products .page-contents #sec1 .inner .item .pt{
    height: 180px;
  }
  .p-products .page-contents .b-btn-last .btn-mid{
    top: 70px;
  }
  .p-products-detail .inner .item .row1{
    flex-direction: column;
  }
  .p-products-detail .inner .item .row1 .col-left{
    width: 100%;
    margin-left: 4px;
  }
  .p-products-detail .inner .item .row1 .slider-for{
    max-height: 300px;
  }
  .p-products-detail .inner .item .row1 .col-right{
    padding-left: 0;
  }
  .p-products-detail .inner .item .row1 .col-right h2{
    font-size: 20px;
    margin-top: 20px;
  }
  .p-products-detail .inner .item .row1 .col-right dl{
    padding: 10px 0;
  }
  .p-products-detail .inner .item .row2 .ttlh3_1{
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-for .slick-slide{
    max-height: 300px;
  }
  .slider-nav .slick-slide{
    max-height: 80px;
  }
}
/* end p-products */

/* p-regenerativemedicine */
.p-regenerativemedicine .page-contents .sec1{
  position: relative;
  z-index: 1;
}
.p-regenerativemedicine .page-contents .sec1::before{
  content: '';
  background-color: #f6f3ea;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 200px;
  position: absolute;
  z-index: -1;
}
.p-regenerativemedicine .page-contents .sec1 .txt{
  margin: 50px 0;
}

.p-regenerativemedicine .page-contents .sec1 .b_pt{
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
}

.p-regenerativemedicine .page-contents .sec1 .b_pt>*:nth-child(2){
  margin-top: 100px;
}

.p-regenerativemedicine .page-contents .sec2{
  padding: 100px 0;
}

.p-regenerativemedicine .page-contents .sec2 .row1 .list-circle{
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
}
.p-regenerativemedicine .page-contents .sec2 .row1 .list-circle li{
  width: 240px;
  height: 240px;
  background-color: #f6f3ea;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
}

.p-regenerativemedicine .page-contents .sec2 .row1 .list-circle li::before{
  content: '';
  border: 1px solid #DCD6C7;
  top: 4px;
  left: 4px;
  bottom: -4px;
  right: -4px;
  position: absolute;
  border-radius: 100%;
  z-index: -1;
}
.p-regenerativemedicine .page-contents .sec2 .row1 .list-circle li::after{
  content: '';
  border: 1px solid #DCD6C7;
  top: -4px;
  left: -4px;
  bottom: 4px;
  right: 4px;
  position: absolute;
  border-radius: 100%;
  z-index: -1;
}

.p-regenerativemedicine .page-contents .sec2 .row1 .txt{
  margin-top: 50px;
  padding-bottom: 100px;
}

@media (max-width:767px) {
  .p-regenerativemedicine .page-contents .sec1::before{
    top: 150px;
    bottom: 100px;
  }
  .p-regenerativemedicine .page-contents .sec1 .b_pt>*:nth-child(2){
    margin: 30px 10px 0;
  }
  .p-regenerativemedicine .page-contents .sec2{
    padding: 50px 0;
  }
  .p-regenerativemedicine .page-contents .sec2 .row1 .list-circle li{
    width: 110px;
    height: 110px;
    font-size: 24px;
  }
  .p-regenerativemedicine .page-contents .sec2 .row1 .txt{
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

/* end p-regenerativemedicine */


/*=============================================
* text vertical
*=============================================*/
@media (min-width:768px) {

  .txt-vertical {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
  }
  .txt-normal .int {
    height: 1.1em;
  }
  .txt-vertical-x > * {
    writing-mode: rl-tb;
    -o-writing-mode: vertical-tb;
    -ms-writing-mode: vertical-tb;
    -ms-writing-mode: rl-tb;
    -moz-writing-mode: vertical-tb;
    -webkit-writing-mode: vertical-tb;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    white-space: nowrap;
    word-wrap: break-word;
    width: 1px;
    line-height: 1;
  }
  .txt-vertical .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: .25em;
  }

}

/* 20240724 add */
.SPshow
{
    display: none;
}

.PCshow
{
    display: block;
}

.SPshowflex
{
    display: none;
}

.PCshowflex
{
    display: flex;
}

.-new-image {
  width: 400px;
  height: 500px;
}

.-new-image > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width:767px) {
  .SPshow
{
    display: block;
}

.PCshow
{
    display: none;
}

.SPshowflex
{
    display: flex;
}

.PCshowflex
{
    display: none;
}

.-new-image {
  width: 100%;
  height: auto;
}
}

/* 20250213 add */
.doctor-sns-container {
  /* display: flex; */
  gap: 10px;
  padding-top: 12px;
}

.doctor-sns-container__button {
  border-radius: 20px;
  border: 1px solid #E5E0D4;
  text-decoration: none!important;
  padding: 8px 16px;
  background-color: #fff;
}

.doctor-sns-container__button.-instagram,
.doctor-sns-container__button.-youtube {
  transition: .3s;
  & > span {
    &::before {
      content: "";
      display: block;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
    }
  }
  &:hover {
    opacity: .5;
    transition: .3s;
  }
}

.doctor-sns-container__button.-instagram {
  & > span {
    &::before {
      width: 20px;
      background-image: url(../../assets/images/doctor/icon_instagram.svg);
    }
  }
}

.doctor-sns-container__button.-youtube {
  & > span {
    &::before {
      width: 28px;
      background-image: url(../../assets/images/doctor/icon_youtube.svg);
    }
  }
}

.doctor-sns-container__button > span {
  color: var(--726655, #726655);
  text-align: center;
  
  /* アカウント */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  display: flex;
  align-items: center;
  gap: 10px;
}

.-mt60 {
  margin-top: 60px;
}

.box20250213 {
  display: flex;
  gap: 76px;
  margin-bottom: 60px;
}

.box20250213__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.box20250213__contents--name {
  color: var(--726655, #726655);
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}

.p-doctor .row1 .inner {
  align-items: flex-start;
}

.-add-sub-title {
  display: flex;
  align-items: center;
  gap: 47px;
}

.sub-title {
  color: #726655;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */ 
  display: inline-block;
}

.sub-title.-baek {
  line-height: 1.6;
}

@media (max-width:767px) {
  .doctor-sns-container {
    flex-direction: column;
    padding: 20px 0 0 10px;
  }
  .doctor-sns-container__button {
    width: fit-content;
  }
  .-mt60 {
    margin-top: 32px;
  }
  .box20250213 {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .-add-sub-title {
    gap: 27px;
  }
  .sub-title {
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 15px */
  }

  .sub-title.-baek {
    font-size: 12px;
      line-height: 1.3;
  }
}

/* 20250723 한원 추가 */
/* 공통 */
.main-detail {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 100px auto 0;
  
  .under__inner {
    max-width: 880px;
    margin:  0 auto;
  }
  
  @media screen and (max-width: 767px) {
    margin: 70px auto 0;
  }
}

/* 뉴스탭 상세보기 & 리스트 */
.detail-body {
  text-align: center;
  margin-top: 70px;
  background-color: #fff;
  padding: 50px 0;

  @media screen and (max-width: 767px) {
    width: 90%;
    margin: 7rem auto;
  }
}

.detail-body__head {
  border-bottom: 1px solid #b1b1b1;
  margin: 0 30px;
}

.detail-body__head h1 {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.detail-body__head p {
  color: #b1b1b1;
  font-size: 16px;
  padding-bottom: 30px;
}

.detail-body__content {
  padding: 60px 30px 90px 30px;
  margin: 0 30px;
  border-bottom: 1px solid #b1b1b1;

  @media screen and (max-width: 767px) {
    padding: 0;
  }
}

.detail-body__content p {
  margin: 20px 0;
}

.detail-body__content img.case-thumbnail {
  width: 576px;
  margin: 20px auto;

  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.detail-body .pagination {
  margin: 20px 30px;
  font-size: 14px;
}

.detail-body .pagination li,
.detail-body .pagination a {
  color: #939393;
}

.page-list {
  gap: 20px;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;

  @media screen and (max-width: 1024px) {
    width: 90%;
  }
}

.page-list li {
  padding: 30px 5px;
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 1024px) {
  .page-list li {
    padding: 20px 5px;
  }

  .page-list li h1 {
    font-size: 1.666em;
  }

  .page-list li span {
    width: 20%;
    text-align: right;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 3px 11px;
}

.wp-pagenavi>span {
  color: #bfbfbf;
}

.wp-pagenavi span.current {
  background-color: #363535;
  color: #fff;
}

.wp-pagenavi a {
  color: #343535;
  border: 1px solid #343535;
}

main.archive-sub {
  margin-bottom: 20rem;
}

/* 증례사진 */
/* 증례사진 상세보기 */
.case-thumbnail-url {
  width: 100%;
}

.case-detaidescription {
  font-family: 'lineSeed-rg';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  padding-left: 15px;
  color: #000;
}

.case-detaidescription:not(:last-of-type) {
  margin-bottom: 16px;
}

.case-detail-title {
  font-family: 'lineSeed-rg';
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: #000;
}

.case-detaidescription>a {
  font-family: 'lineSeed-rg';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  color: #000;
}

.case-dr-sns>a {
  display: flex;
  width: 17px;
  height: auto;
  align-items: center;
}

.case-dr-sns>a:not(:last-of-type) {
  margin-right: 8px;
}

.case-dr-sns>a>img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.under-case {
  display: block;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 240px;

  @media screen and (max-width: 690px) {
    width: 80%;
    max-width: 430px;
    padding-bottom: 60px;
  }

  @media screen and (min-width: 691px) and (max-width: 1023px) {
    width: 80%;
  }
}

.under-case.-beaf {
  max-width: 100%;

  @media screen and (max-width: 1024px) {
    width: 80%;
  }
}

.under-case__inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
}

.under-case__inner.-beaf {
  max-width: 1280px;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 56px;
  margin-top: 80px;

  @media screen and (max-width: 767px) {
    width: 80%;
    margin: 0 auto;
  }
}


.case-list .case-contents {
  width: calc(100% / 3 - 27px);
  height: 440px;
  background-color: #fff;
  border-radius: 15px;

  @media screen and (max-width: 690px) {
    width: 100% !important;
  }

  @media screen and (min-width: 691px) and (max-width: 820px) {
    width: calc(100% / 2 - 15px) !important;
    height: fit-content;
  }
}

.case-list .case-contents__inner {
  padding: 20px;
}

.case-list .case-contents__inner .case-title {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: -1px;

  @media screen and (max-width: 767px) {
    font-size: 19px;
  }
}

.case-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.case-contents__list {
  width: 70%;
  margin: 0 auto;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.case-contents__list li {
  flex-direction: column;
  gap: 7px;
}

.case-contents__list li.case-dr-sns {
  flex-direction: row;
}

.case-contents__list li label {
  width: fit-content;
}

.case-contents__list li p {
  margin: 0;
}

#caseListSurgicalMethod {
  text-align: left;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.case-tags__item {
  width: 124px;
  height: 25px;
  background: var(--color-bg);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "lineSeed-rg";
  font-size: 12px;
  letter-spacing: -1px;
}

.case-tags__item>span {
  font-family: 'lineSeed-rg';
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: -.6px;
  color: #000;
}

.under-case__inner .case-pagination {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  gap: 10px;
}

/* ================= 전후사진 ================= */
.case-list .case-contents.-beaf {
  width: calc(100% / 4 - 23px);
  height: fit-content;
  border-radius: 0;
  background-color: #fff;

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    width: calc(100% / 3 - 20px);
  }

  @media screen and (min-width: 1900px) {
    max-height: 360px;
  }
}

.case-list .case-contents.-beaf .case-contents__inner {
  padding: 0px;
}

.case-list .case-contents.-beaf .case-contents__inner .case-title {
  text-align: center;
}

.case-list .case-contents.-beaf .case-thumbnail {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-list .case-contents.-beaf .case-thumbnail::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.case-list .case-contents.-beaf .case-thumbnail-bg-logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  object-fit: contain;
  height: 100%;
  z-index: 2;
  transform: translate3d(-50%, 0, 0);
}

.case-list .case-contents.-beaf .case-title {
  padding: 5px 0;
}

.beaf-category {
  width: 80%;
  margin: 52px auto 0 auto;

  @media screen and (max-width: 767px) {
    margin: 52px 30px 0 30px;
  }
}

.beaf-category h1 {
  font-size: 20px;
  text-align: center;
  color: #9e8363;
  margin-bottom: 24px;
}

.beaf-category ul {
  gap: 20px;
  margin-top: 15px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .beaf-category ul {
    gap: 7px;
  }
}

.beaf-category li {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;

  @media screen and (max-width: 767px) {
    font-size: 2.4rem;
  }
}

.beaf-category li.active,
.beaf-category li:hover {
  background-color: #9e8363;

  & a {
    color: #fff;
  }
}

.beaf-category li a {
  padding: .8rem 1.5rem;
  
  @media screen and (max-width: 767px) {
    padding: 1rem 1.8rem;
  }
}

/* ================= END 전후사진 ================= */


/* 캠페인 페이지 */
@media screen and (max-width:767px) {
  .under-case.-camp {
    margin-top: 50px;
  }
}

.detail-body__head.-camp p {
  width: fit-content;
  height: fit-content;
  background-color: #c36767;
  padding: 5px 12px;
  border-radius: 25px;
  color: #fff;
  margin-bottom: 30px;

  @media screen and (max-width: 767px) {
    font-size: 12px;
  }
}

.case-list .case-contents.-camp {
  width: calc(100% / 3 - 20px);
  height: fit-content;
  overflow: hidden;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

/* 지난 이벤트 */
.past-camp {
  pointer-events: none;
  position: relative;
}

.past-camp::after {
  content: '終了しました。';
  font-size: 1.1666em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.case-list .case-contents.-camp .case-title {
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
}

.case-list .case-contents.-camp .detail-body__content-thumbnail {
  margin-bottom: 15px;
  height: 355px;

  @media screen and (max-width: 690px) {
    height: 329px;
  }
}

.case-list .case-contents.-camp .detail-body__content-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-list .case-contents.-camp .camp-date {
  margin-top: 14px;
  background-color: #c36767;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  width: fit-content;
}

/* 목록보기 버튼 */
.goListBtn {
  width: fit-content;
  margin: 40px auto 20px auto;
  font-size: 14px;
}

.post-arrow {
  margin: 0 30px;
  font-size: 12px;

  & li {
    gap: 5px;
  }

  & li,
  & a {
    font-size: 14px;
    color: #a9a9a9;
  }
}