@charset "UTF-8";
.box-type01{
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px){
  .box-type01{
    margin: 5px 0 10px;
  }
}

/* ttl */
.ttl_01 {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ttl_01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border: solid 2px #C6A062;
  transform: rotate(45deg) translate(-20%, -55%);
}
.ttl_01:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #C6A062;
}
@media screen and (max-width: 768px) {
  .ttl_01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ttl_01:before {
    width: 10px;
    height: 10px;
    border: solid 1px #C6A062;
  }
}
.ttl_02 {
  text-align: center;
}
.ttl_02 span {
  display: inline-block;
  position: relative;
  padding: 0 26px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.ttl_02 span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  margin: -5px 0 0;
  background: url(/common/img/ico_square_01.png) left top no-repeat;
  background-size: 11px 11px;
}
.ttl_02 span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 11px;
  margin: -5px 0 0;
  background: url(/common/img/ico_square_01.png) left top no-repeat;
  background-size: 11px 11px;
}
.ttl_03 {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.ttl_03:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 74%;
  border-radius: 20px;
  background: #A38640;
  transform: translateY(-50%);
}
.ttl_03._bubble {
  width: max-content;
}
.ttl_03._bubble .bubble {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -145px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  background: #98241C;
  transform: translateY(-50%);
}
.ttl_03._bubble._green .bubble {
  background: #C6A062;
}
.ttl_03._bubble .bubble:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  border-top: 3px solid transparent;
  border-right: 10px solid #98241C;
  border-bottom: 3px solid transparent;
  transform: translateY(-50%);
}
.ttl_03._bubble._green .bubble:before {
  border-right: 10px solid #C6A062;
}
@media screen and (max-width: 768px) {
  .content_box > .ttl_03 {
    /* margin: 50px 0 10px; */
    margin-top: 40px;
  }
  .content_box > .ttl_03._bubble {
    margin: 80px 0 20px;
  }
  .ttl_03._bubble .bubble {
    top: -30px;
    right: auto;
    left: 10px;
  }
  .ttl_03._bubble .bubble:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: 15px;
    bottom: -6px;
    border-top: 3px solid transparent;
    border-right: 10px solid #98241C;
    border-bottom: 3px solid transparent;
    transform: rotate(-90deg);
  }
}


/* cv */
.cv {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  color: #FFF;
  background: #FD6A00;
}
.cv:hover {
  opacity: .6;
}
.cv span {
  position: relative;
  display: block;
  margin: 0 0 0 30px;
  padding: 0 0 0 37px;
  font-size: 20px;
  font-weight: bold;
}
.cv span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/shinryou/eye/img/renewal/icon_mail.svg) 0/contain no-repeat;
  transform: translateY(-50%);
}
.cv:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translate(-25%, -25%);
}
@media screen and (max-width: 768px) {
  .cv span {
    font-size: 17px;
  }
}

/* btn_box */
.btn_box {
  margin: 24px 0 48px;
  text-align: center;
}
.btn_box .link {
  display: inline-block;
  min-width: 300px;
  padding: 12px 60px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #ab9153;
}
.btn_box .link:hover {
  opacity: .6;
}
.btn_box .link span {
  display: inline-block;
  position: relative;
  left: -8px;
}
.btn_box .link span:after {
  content: '';
  display: block;
  position: absolute;
  top: 27%;
  right: -18px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btn_box {
    margin: 26px 0 50px;
  }
}

/* page_link */
.page_link {
  margin: 40px 0 0;
}
.page_link .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page_link .list .item {
  min-width: 240px;
  margin: 0 10px;
}
.page_link._02 .list .item {
  min-width: 228px;
  margin: 0 10px;
}
.page_link .list .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: solid 1px #D4D0BB;
  background: transparent linear-gradient(0deg, #F9F8F3 0%, #F0ECE0 100%) 0% 0% no-repeat padding-box;
}
.page_link .list .item .link:hover {
  opacity: .6;
}
.page_link .list .item .link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: solid 1px #CCC1A2;
  border-bottom: solid 1px #CCC1A2;
  transform: rotate(45deg) translate(-25%, -25%);
}
@media screen and (max-width: 768px) {
  .page_link {
    margin: 20px 0 50px;
  }
  .page_link .list {
    flex-wrap: wrap;
  }
  .page_link .list .item {
    width: 100%;
  }
  .page_link .list .item {
    margin: 0;
  }
  /*.page_link .list .item:first-child {
    margin: 0 0 10px;
  }*/
  .page_link .list .item ,
  .page_link._02 .list .item {
    margin: 0 0 10px;
  }
  .page_link .list .item:last-child {
    margin: 0 0 0;
  }
  .page_link .list .item .link {
    width: 100%;
    min-width: initial;
  }
  .page_link .list .item .link:hover {
    opacity: .6;
  }
}

/* link_box */
.link_box .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0 0;
  padding: 0 20px;
}
.link_box .list .item {
  width: 100%;
  height: 120px;
  margin: 0 0 15px;
  border-radius: 6px;
  border: solid 1px #802941;
  border-right-width: 30px;
  box-shadow: 2px 3px 0 #EFEAE4;
  background: #F5F5F5;
}
.link_box .list .item._small {
  width: 335px;
  height: 85px;
}
.link_box .list .item:nth-of-type(1) {
  border-color: #C5A062;
  background: #FFFDFA url(/shinryou/eye/img/renewal/link_box_bg_1.png) 0/contain no-repeat;
}
.link_box .list .item:nth-of-type(2) {
  border-color: #9D9D9D;
  background: #F5F5F5 url(/shinryou/eye/img/renewal/link_box_bg_2.png) 0/contain no-repeat;
}
.link_box .list .item:nth-of-type(3) {
  border-color: #B77306;
  background: #FFF9F0 url(/shinryou/eye/img/renewal/link_box_bg_3.png) 0/contain no-repeat;
}
.link_box .list .item:nth-of-type(4) {
  background: url(/shinryou/eye/img/renewal/link_box_bg_4.png) 0/contain no-repeat;
}
.link_box .list .item:nth-of-type(5) {
  background: url(/shinryou/eye/img/renewal/link_box_bg_5.png) 0/contain no-repeat;
}
.link_box .list .item .link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 0 250px;
}
.link_box .list .item .link:hover {
  opacity: .6;
}
.link_box .list .item._small .link {
  padding: 0 0 0 70px;
}
.link_box .list .item .link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -17px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translate(-25%, -25%);
}
.link_box .list .item .link .img {
  display: block;
  width: 40px;
  height: 50px;
}
.link_box .list .item .link .txt_wrap {
  margin: 0 0 0 20px;
}
.link_box .list .item .link .txt_wrap .ttl {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.link_box .list .item._small .link .txt_wrap .ttl {
  font-size: 18px;
}
.link_box .list .item .link .txt_wrap .txt {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .link_box .list {
    padding: 0 15px;
  }
  .link_box .list .item {
    height: 88px;
    border-right-width: 20px;
  }
  .link_box .list .item:nth-of-type(1) {
    background: #FFFDFA url(/shinryou/eye/img/renewal/link_box_bg_1_sp.png) 0/contain no-repeat;
  }
  .link_box .list .item:nth-of-type(2) {
    background: #F5F5F5 url(/shinryou/eye/img/renewal/link_box_bg_2_sp.png) 0/contain no-repeat;
  }
  .link_box .list .item:nth-of-type(3) {
    background: #FFF9F0 url(/shinryou/eye/img/renewal/link_box_bg_3_sp.png) 0/contain no-repeat;
  }
  .link_box .list .item:nth-of-type(4) {
    background: url(/shinryou/eye/img/renewal/link_box_bg_4_sp.png) 0/contain no-repeat;
  }
  .link_box .list .item:nth-of-type(5) {
    background: url(/shinryou/eye/img/renewal/link_box_bg_5_sp.png) 0/contain no-repeat;
  }
  .link_box .list .item._small {
    width: 100%;
    height: 88px;
  }
  .link_box .list .item._small .link {
    padding: 0 0 0 50px;
  }
  .link_box .list .item .link {
    padding: 0 0 0 50px;
  }
  .link_box .list .item .link:after {
    right: -12px;
  }
  .link_box .list .item .link .img {
    display: block;
    width: 32px;
    height: 39px;
  }
  .link_box .list .item .link .txt_wrap {
    margin: 0 0 0 12px;
  }
  .link_box .list .item .link .txt_wrap .ttl {
    font-size: 16px;
  }
}

/* banner_box */
.banner_box {
  margin: 45px auto;
  text-align: center;
}
.banner_box a {
  display: block;
  width: max-content;
  margin: 0 auto 20px;
}
.banner_box a:hover {
  opacity: .6;
}
.banner_box .img {
  width: 100%;
  height: auto;
}
.banner_box .txt {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .banner_box {
    width: calc(100% - 30px);
    margin: 30px auto 50px;
  }
  .banner_box .txt {
    text-align: left;
    letter-spacing: -0.4px;
  }
}

/* cv_box */
.cv_box {
  width: 100%;
  margin: 40px auto;
}
.cv_box .txt_box._01 {
  width: 100%;
  padding: 28px 30px;
  background: #FFEFD6;
}
.cv_box .txt_box._01 .txt {
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  line-height: 28px;
  color: #333;
}
.cv_box .txt_box._01 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 22px auto 0;
}
.cv_box .txt_box._01 .box .tel {
  display: block;
  width: calc(50% - 10px);
}
.cv_box .txt_box._01 .box .tel:hover {
  opacity: .6;
}
.cv_box .txt_box._01 .box .tel .img {
  display: block;
  width: 100%;
  height: auto;
}
.cv_box .txt_box._01 .box .cv {
  width: calc(50% - 10px);
}
.cv_box .txt_box._02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 92px;
  background: #FFF6E7;
}
.cv_box .txt_box._02 .txt {
  position: relative;
  padding: 0 0 0 60px;
}
.cv_box .txt_box._02 .txt:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(/shinryou/eye/img/renewal/obj_map.svg) 0/contain no-repeat;
  transform: translateY(-50%);
}
.cv_box .txt_box._02 .txt .link {
  text-decoration: underline;
}
.cv_box .txt_box._02 .txt .link:hover {
  opacity: .6;
}
@media screen and (max-width: 768px) {
  .cv_box .txt_box._01 {
    padding: 30px 15px 20px;
  }
  .cv_box .txt_box._01 .txt:first-child {
    margin: 0 0 20px;
  }
  .cv_box .txt_box._01 .box .tel {
    width: 100%;
  }
  .cv_box .txt_box._01 .box .cv {
    width: 100%;
    margin: 20px 0 0;
  }
  .cv_box .txt_box._02 {
    height: 134px;
    padding: 0 15px;
  }
}


/* content_box */
.content_box {
  margin: 40px auto 0;
}
.content_box > .ttl_01 + div,
.content_box > .ttl_01 + p,
.content_box > .ttl_01 + h1,
.content_box > .ttl_01 + h2,
.content_box > .ttl_01 + h3 {
  margin-top: 20px;
}
.content_box > .ttl_01 + .img_wrap,
.content_box > .ttl_03 + .img_wrap {
  width: 100%;
}
.content_box > .ttl_01 + .img_wrap .img,
.content_box > .ttl_03 + .img_wrap .img {
  display: block;
  width: 100%;
  height: auto;
}
.content_box > .txt {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 26px;
}
.content_box .list._01 .item {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  padding: 30px;
  background: #FBF9F2;
}
.content_box .list._01 {
  margin: 30px 0 0;
}
.content_box .list._01 .item:last-of-type {
  margin: 0;
}
.content_box .list._01 .item .ttl_03 {
  position: absolute;
  top: 30px;
  left: 30px;
}
.content_box .list._01 .item .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content_box .list._01 .item .box .txt_wrap {
  width: calc(100% - 310px);
  padding: 40px 0 0;
}
.content_box .list._01 .item .box .txt_wrap .txt {
  margin: 0 0 20px;
}
.content_box .list._01 .item .box .txt_wrap .txt:last-of-type {
  margin: 0;
}
.content_box .list._01 .item .box .img_wrap {
  width: 290px;
}
.content_box .list._01 .item .box .img_wrap .img {
  display: block;
  width: 100%;
  height: auto;
}
.content_box .list._02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: -10px;
}
.content_box .list._02 .item {
  position: relative;
  width: calc(50% - 7.5px);
  margin-top: 25px;
  padding: 15px 15px 107px;
  background: #FBF9F2;
}
.content_box .list._02 .item .box {
  display: flex;
  justify-content: space-between;
}
.content_box .list._02 .item .box._01 .img_wrap {
  position: relative;
  width: 100px;
  height: 90px;
  overflow: hidden;
}
.content_box .list._02 .item .box._01 .img_wrap .img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.content_box .list._02 .item .box._01 .txt_wrap {
  width: calc(100% - 115px);
}
.content_box .list._02 .item .box._01 .txt_wrap .ttl {
  margin: 0 0 6px;
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: solid 1px #C5A062;
}
.content_box .list._02 .item .box._01 .txt_wrap .txt {
  font-size: 16px;
  line-height: 26px;
}
.content_box .list._02 .item .box._02 {
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 10px;
  background: #F1EDE2;
}
.content_box .list._02 .item .box._02 .txt_wrap .ttl {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1;
}
.content_box .list._02 .item .box._02 .txt_wrap .txt {
  font-size: 14px;
  line-height: 20px;
}
.content_box .list._02 .item .box._02 .link_wrap {
  width: 115px;
  height: 44px;
}
.content_box .list._02 .item .box._02 .link_wrap .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 16px 0 0;
  font-size: 14px;
  color: #fff;
  background: #C6A062;
}
.content_box .list._02 .item .box._02 .link_wrap .link:hover {
  opacity: .6;
}
.content_box .list._02 .item .box._02 .link_wrap .link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translate(-25%, -25%);
}
.content_box .list._03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 15px auto -30px;
}
.content_box .list._03 .item {
  width: calc(50% - 7.5px);
  margin-bottom: 30px;
  padding: 15px;
  background: #FBF9F2;
}
.content_box .list._03 .item .img_wrap {
  width: 100%;
}
.content_box .list._03 .item .img_wrap .img {
  display: block;
  width: 100%;
  height: auto;
}
.content_box .list._03 .item .txt {
  margin: 15px 0 0;
}
.content_box .list._03 .item .txt a{
  text-decoration: underline;
  color: #a38640;
}

.content_box .list._04 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px auto 0;
}
  .content_box .list._04 .ttl-cmn-04 {
    padding: 0 0 10px;
    position: relative;
    border-bottom: none;
    margin-bottom: 15px;
  }
    .content_box .list._04 .ttl-cmn-04:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      right: 50%;
      width: 46px;
      height: 1px;
      content: "";
      background: #C6A062;
      transform: translateX(-50%);
    }
  .content_box .list._04 .item {
    overflow: hidden;
    width: calc(33% - 7.5px);
    margin: 15px 5px 0;
  }
  .content_box .list._04 .item .item_img {
    padding: 15px 15px;
    background: #FBF9F2;
  }
    .content_box .list._04 .item:nth-child(3n) {
      margin-right: 0;
    }
  .content_box .list._04 li .image-01 img {
    width: 100%;
  }
  .content_box .list._04 li .table-cmn-01 {
    margin-top: 15px;
  }
  .content_box .list._04 li .table-cmn-01 {
    margin-top: 0;
  }
  .table-cmn-01 table tr th ,
  .table-cmn-01 table tr td {
      padding: 10px;
  }
@media screen and (min-width: 769px) {
  .content_box .list._02 .item .box._02 {
    min-height: 82px;
  }
}
@media screen and (max-width: 768px) {
  .content_box {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .content_box > .txt {
    margin: 10px 0 0;
  }
  .content_box .list._01 {
    margin: 20px 0 0;
  }
  .content_box .list._01 .item {
    padding: 20px;
  }
  .content_box .list._01 .item .ttl_03 {
    top: 20px;
    left: 20px;
  }
  .content_box .list._01 .item .box {
    flex-wrap: wrap;
  }
  .content_box .list._01 .item .box .img_wrap {
    width: 100%;
    padding: 47px 0 0;
  }
  .content_box .list._01 .item .box .txt_wrap {
    width: 100%;
    padding: 20px 0 0;
    order: 2;
  }
  .content_box .list._02 .item {
    width: 100%;
    padding: 10px 10px 102px;
  }
  .content_box .list._02 .item .box._02 {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }

  .content_box .list._03 .item {
    width: 100%
  }
  .content_box .list._03 .item .txt {
    margin: 20px 0 0;
  }

  .content_box .list._04{
    justify-content: space-between;
  }
  .content_box .list._04 .ttl-cmn-04 {
    padding: 0 0 10px;
    position: relative;
    border-bottom: none;
    margin-bottom: 15px;
  }
    .content_box .list._04 .ttl-cmn-04:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      right: 50%;
      width: 46px;
      height: 1px;
      content: "";
      background: #C6A062;
      transform: translateX(-50%);
    }
  .content_box .list._04 .item {
    width: calc(50% - 7.5px);
    margin: 15px 0 0;
  }
  .content_box .list._04 .table-cmn-01 table tr th ,
  .content_box .list._04 .table-cmn-01 table tr td {
    display: block;
    width: 100%;
  }
}


/* fusica_notice */
.fusica_notice {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin: 0 0 50px;
  border-radius: 4px;
  border: solid 1px #C6A062;
  background: #FFFDFA;
  padding: 10px;
}
.fusica_notice li.fusica_top .image.kanshu {
  width: 120px;
}
.fusica_notice .detail-01.record02 {
  padding: 0;
}
.fusica_notice .detail-01.record02 .dr_title {
  display: flex;
  align-items: center;
}
.fusica_notice .detail-01.record02 .dr_title .fwb {
  font-weight: bold;
}
.fusica_notice .detail-01.record02 li.fusica_top {
  padding: 0;
}
@media screen and (max-width: 768px) {
  div.fusica_notice {
    flex-wrap: wrap;
    width: calc(100% - 30px);
    margin: 20px auto 36px;
    padding: 10px 15px;
  }
  .fusica_notice .detail-01.record01 {
    width: 100%;
  }
  .fusica_notice li.fusica_top .image.kanshu {
    width: 80px;
  }
  .detail-01.record02 {
    width: 100%;
  }
  ul.dr_kanshu {
    justify-content: space-between;
  }
}

/* intro_box */
.intro_box {
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .intro_box {
    margin: 10px auto;
    width: calc(100% - 30px);
  }
}

/* header_cv_box */
.header_cv_box {
  width: 100%;
  margin: 0 0 10px;
  padding: 25px 0;
  background: #F6F6F6;
}
.header_cv_box .txt {
  text-align: center;
  color: #333;
}
.header_cv_box .btn_wrap {
  width: 400px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .header_cv_box .btn_wrap {
    width: calc(100% - 30px);
  }
}

/* hero-cmn-01 */
.hero-cmn-01 {
  margin: 0;
}
.hero-cmn-01 .box-text-01 {
  top: 60%;
  left: 0;
  text-align: center;
}
.hero-cmn-01 .box-text-01 .text-01 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: bold;
  font-family: serif;
  font-weight: normal;
}
.hero-cmn-01 .box-text-01 .text-02 {
  width: max-content;
  padding: 15px 54px;
  font-size: 26px;
  font-weight: bold;
  font-family: sans-serif;
  color: #fff;
  background: #C5A062;
}
.hero-cmn-01 .box-text-01 .text-02 span {
  font-size: 13px;
  font-weight: normal;
}
.hero-cmn-01 .box-text-01 .text-03 {
  margin: 47px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

/* hero-cmn-02 */
.hero-cmn-02 {
  margin: 0;
  position: relative;
}
.hero-cmn-02 .box-text-01 {
  top: 10%;
  left: 0;
  text-align: center;
  position: absolute;
}
.hero-cmn-02 .box-text-01 .text-01 {
  margin: 0 0 18px 18px;
  font-size: 26px;
  font-weight: bold;
  font-family: serif;
  font-weight: normal;
  text-align: left
}
.hero-cmn-02 .box-text-01 .text-02 {
  width: max-content;
  padding: 15px 54px;
  font-size: 26px;
  font-weight: bold;
  font-family: sans-serif;
  color: #fff;
  background: #C5A062;
}
.hero-cmn-02 .box-text-01 .text-02 span {
  font-size: 13px;
  font-weight: normal;
}
.hero-cmn-02 .box-text-01 .text-03 {
  margin: 30px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}


@media screen and (max-width: 768px) {
  .hero-cmn-01 .box-text-01 {
    top: 50%;
  }
  .hero-cmn-01 .box-text-01 {
    left: 15px;
  }
  .hero-cmn-01 .box-text-01 .text-01 {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .hero-cmn-01 .box-text-01 .text-02 {
    padding: 15px 25px;
    font-size: 20px;
  }
  .hero-cmn-01 .box-text-01 .text-03 {
    margin: 20px 0 0;
    font-size: 10px;
  }
  .hero-cmn-02 .box-text-01 {
    left: 15px;
  }
  .hero-cmn-02 .box-text-01 .text-01 {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .hero-cmn-02 .box-text-01 .text-02 {
    padding: 15px 25px;
    font-size: 20px;
  }
  .hero-cmn-02 .box-text-01 .text-03 {
    margin: 20px 0 0;
    font-size: 10px;
  }
  .hero-cmn-02 .image-01 img {
    width: 100%;
  }
}

/* contents-main */
.contents-main {
  background: #fff;
}

/* pc/sp ????????¿ã?? */
.pc {
  display: block!important;
}
.sp {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}

/* table */
.table-cmn-02 thead {
  font-weight: bold;
}
.table-cmn-02 .color_red {
  color: #98241C;
}
.table-cmn-02 tbody td:nth-child(2) {
  background: #FFF6E7;
}
.table-cmn-02 tbody td:nth-child(3) {
  background: #f3f4f4;
}
.table-cmn-02 table tr:last-child th {
  border-bottom: 1px solid #fff;
}

/* c_txt_box */
.c_txt_box {
  margin-top: 30px;
  background: #FBF9F2;
  padding: 20px;
  text-align: center;
}
.c_txt_box .color_red {
  color: #98241C;
}
@media screen and (max-width: 768px) {
  .c_txt_box {
    text-align: left;
  }
}

/* laser */
#anc-01.content_box ,
#anc-02.content_box ,
#anc-03.content_box {
  padding-top: 50px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
#anc-01.content_box ,
#anc-02.content_box ,
#anc-03.content_box {
  padding-top: 60px;
  margin-top: -60px;
}
  #anc-01.content_box > .ttl_03 ,
  #anc-02.content_box > .ttl_03 ,
  #anc-03.content_box > .ttl_03 {
    margin-top: 0;
  }
  .content_box .list._04 .ttl-cmn-04 {
    font-size: 18px;
  }
  .content_box .list._04 .table-cmn-01 table tr td {
    border-left: 1px solid #a38640;
  }
  .content_box .list._04 .table-cmn-01 table tr th {
    border-bottom: 1px solid #a38640;
  }
}

/* dental */
.box-text-01._dental {
  top: 52%;
  padding: 0 12px;
}
.box-text-01._dental .text-01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 10px;
}
.box-text-01._dental .text-01 .big {
  margin: 0 0 10px;
  font-size: 47px;
  line-height: 46px;
  font-family: 'Hiragino Mincho Pro';
}
.box-text-01._dental .text-01 .small {
  font-size: 35px;
  line-height: 34px;
  font-family: 'Hiragino Mincho Pro';
}
.box-text-01._dental .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
.box-text-01._dental .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: 101px;
  margin: 0 3.5px;
  font-size: 14px;
  font-family: 'Hiragino Mincho Pro';
  border-radius: 50%;
  color: #fff;
  background: #C6A062;
}
.box-text-01._dental .txt {
  font-size: 17px;
  font-family: 'Hiragino Mincho Pro';
}
.box-text-01._dental .txt .box {
  display: inline-block;
  margin: 10px 0 0 5px;
  padding: 8px 10px;
  font-size: 20px;
  border: solid 1px #C6A062;
}

.dental .link_box .list .item:nth-of-type(1) {
  border-color: #C5A062;
  background: #FFFDFA url(/shinryou/dental/img/renewal/link_box_bg_1.png) 0/contain no-repeat;
}
.dental .link_box .list .item:nth-of-type(2) {
  border-color: #9D9D9D;
  background: #F5F5F5 url(/shinryou/dental/img/renewal/link_box_bg_2.png) 0/contain no-repeat;
}
.dental .link_box .list .item:nth-of-type(3) {
  border-color: #B77306;
  background: #FFF9F0 url(/shinryou/dental/img/renewal/link_box_bg_3.png) 0/contain no-repeat;
}
.dental .link_box .list .item:nth-of-type(4) {
  background: url(/shinryou/dental/img/renewal/link_box_bg_4.png) 0/contain no-repeat;
}
.dental .link_box .list .item:nth-of-type(5) {
  background: url(/shinryou/dental/img/renewal/link_box_bg_5.png) 0/contain no-repeat;
}
.dental .link_box .list .item .link .txt_wrap .txt {
  font-size: 13px;
}
.dental .content_box .list._03 .item .bubble {
  padding: 7px 4px;
}
.dental .content_box .list._03 .item .ttl_03._bubble .bubble {
  right: -70px;
}
.dental .content_box .list._03 .item .ttl_03._bubble .bubble:before {
  left: -7px;
}
.accent {
  font-weight: bold;
  background:linear-gradient(transparent 40%, #FFF24B 40%);
}
.dental .kv {
  display: block;
  width: 377px;
  height: auto;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .box-text-01._dental {
    top: 50%;
    padding: 0;
  }
  .box-text-01._dental .text-01 .big {
    margin: 0 0 5px;
    font-size: 26px;
    line-height: 1;
  }
  .box-text-01._dental .text-01 .small {
    font-size: 20px;
    line-height: 1;
  }
  .box-text-01._dental .list .item {
    width: 72px;
    height: 72px;
    margin: 0 2px;
    font-size: 10px;
  }
  .box-text-01._dental .txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
  }
  .box-text-01._dental .txt .box {
    display: inline-block;
    width: max-content;
    margin: 5px 0 0;
    padding: 2px 5px;
    font-size: 16px;
  }
  .dental .link_box .list .item:nth-of-type(1) {
    background: #FFFDFA url(/shinryou/dental/img/renewal/link_box_bg_1_sp.png) 0/contain no-repeat;
  }
  .dental .link_box .list .item:nth-of-type(2) {
    background: #F5F5F5 url(/shinryou/dental/img/renewal/link_box_bg_2_sp.png) 0/contain no-repeat;
  }
  .dental .link_box .list .item:nth-of-type(3) {
    background: #FFF9F0 url(/shinryou/dental/img/renewal/link_box_bg_3_sp.png) 0/contain no-repeat;
  }
  .dental .link_box .list .item:nth-of-type(4) {
    background: url(/shinryou/dental/img/renewal/link_box_bg_4_sp.png) 0/contain no-repeat;
  }
  .dental .link_box .list .item:nth-of-type(5) {
    background: url(/shinryou/dental/img/renewal/link_box_bg_5_sp.png) 0/contain no-repeat;
  }
  .dental .kv {
    width: 100%;
    margin: 0 auto;
  }
  .dental .link_box {
    margin: 20px 0 0;
  }
  .dental .link_box .list {
    padding: 0;
  }
  .dental .link_box .list .item .link .txt_wrap .txt {
    line-height: 16px;
  }
  .dental .content_box .list._03 .item .ttl_03._bubble {
    right: auto;
  }
  .dental .content_box .list._03 .item .ttl_03._bubble .bubble {
    top: 50%;
    right: -70px;
    left: auto;
  }
  .dental .content_box .list._03 .item .ttl_03._bubble .bubble:before {
    top: 50%;
    bottom: auto;
    left: -10px;
    transform: translateY(-50%);
  }
}

/* nose */
.nose .link_box .list .item._small {
  height: 127px;
}
.nose .link_box .list .item._small .link .txt_wrap .ttl {
  font-size: 16px;
}
.nose .content_box .col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.nose .content_box .col_2 .col_box {
  width: calc(50% - 7.5px);
  margin: 50px 0 0;
}
.nose .content_box .col_2 .col_box .item {
  width: 100%;
}

.nose .link_box .list .item:nth-of-type(1) {
  border-color: #C5A062;
  background: #FFFDFA url(/shinryou/nose/img/renewal/link_box_bg_1.png) 0/contain no-repeat;
}
.nose .link_box .list .item:nth-of-type(2) {
  border-color: #9D9D9D;
  background: #F5F5F5 url(/shinryou/nose/img/renewal/link_box_bg_2.png) 0/contain no-repeat;
}
.nose .link_box .list .item:nth-of-type(3) {
  border-color: #B77306;
  background: #FFF9F0 url(/shinryou/nose/img/renewal/link_box_bg_3.png) 0/contain no-repeat;
}
.nose .link_box .list .item:nth-of-type(4) {
  background: url(/shinryou/nose/img/renewal/link_box_bg_4.png) 0/contain no-repeat;
}
.nose .link_box .list .item:nth-of-type(5) {
  background: url(/shinryou/nose/img/renewal/link_box_bg_5.png) 0/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .nose .link_box .list .item._small {
    height: 88px;
  }
  .nose .content_box .col_2 .col_box {
    width: 100%;
  }
  .nose .link_box .list .item:nth-of-type(1) {
    background: #FFFDFA url(/shinryou/nose/img/renewal/link_box_bg_1_sp.png) 0/contain no-repeat;
  }
  .nose .link_box .list .item:nth-of-type(2) {
    background: #F5F5F5 url(/shinryou/nose/img/renewal/link_box_bg_2_sp.png) 0/contain no-repeat;
  }
  .nose .link_box .list .item:nth-of-type(3) {
    background: #FFF9F0 url(/shinryou/nose/img/renewal/link_box_bg_3_sp.png) 0/contain no-repeat;
  }
  .nose .link_box .list .item:nth-of-type(4) {
    background: url(/shinryou/nose/img/renewal/link_box_bg_4_sp.png) 0/contain no-repeat;
  }
  .nose .link_box .list .item:nth-of-type(5) {
    background: url(/shinryou/nose/img/renewal/link_box_bg_5_sp.png) 0/contain no-repeat;
  }
}



.list-treatment-01 li{
  width: 50%;
}

@media screen and (min-width: 768px){
  .list-treatment-01 li{
    width: 210px;
  }
}

.sec-eye-03{
  margin: 20px auto;
}

.fusica_notice .detail-01.record01 p{
  margin-bottom: -5px;
  font-size: 11px;
}

@media screen and (min-width: 768px){
  .fusica_notice .detail-01.record01 p{
    font-size: 14px;
  }
}
