@charset "UTF-8";
/*----------------------------
▼ 共通
- side_nav
- ttl
- txt
- btn
- リスト_点付き list_dot
- way_sec
- flow
- c2_white_bg

▼ TOP
- sttl
- breadcrumbs
- mv_sec
- about_sec
- equipment_sec
- doctor_sec
- access_sec

▼当センターへのアクセス
- access_sec
‐ route_sec

▼ 白内障手術について
- lens_sec
- selected_sec

▼ 手術の流れ
- sttl
- caution_sec
- post_sec
----------------------------*/
/* 共通
--------------------------------------------------------- */
/*============================
#side_nav
============================*/
#side_nav {
  background: url("../image/main/myopia/side_nav_bg_main.jpg") 0 0/cover no-repeat;
}

/*============================
ttl
============================*/
.st_02.f19 {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .st_02.f19 {
    font-size: 16px;
  }
}
.st_02.f18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .st_02.f18 {
    font-size: 16px;
  }
}

/*============================
txt
============================*/
.f12 {
  font-size: 12px;
}

.f21 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .f21 {
    font-size: 17px;
  }
}

.f22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .f22 {
    font-size: 17px;
  }
}

/*============================
btn
============================*/
.brown_bt {
  width: 100% !important;
  height: 55px;
}
.brown_bt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
  border: 1px solid #817061;
  border-radius: 2px;
  background: #817061;
}
.brown_bt a::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (min-width: 769px) {
  .brown_bt a:hover {
    background: #ffffff;
    color: #817061;
  }
}
@media only screen and (min-width: 769px) {
  .brown_bt a:hover::after {
    border-top: 2px solid #817061;
    border-right: 2px solid #817061;
  }
}

/*============================
リスト_点付き list_dot
============================*/
.list_dot li::before {
  background-color: #c7b6a1;
}

/*============================
way_sec
============================*/
.way_sec {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .way_sec {
    margin-bottom: 80px;
  }
}
.way_sec .way_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .way_sec .way_wrap {
    margin-bottom: 40px;
    gap: 6px;
  }
}
.way_sec .way_wrap li {
  width: 21.33%;
}
@media screen and (max-width: 768px) {
  .way_sec .way_wrap li {
    width: 100%;
    max-width: 250px;
  }
}
.way_sec .way_wrap li.arrow {
  width: 14.77px;
  height: 29.53px;
  margin-bottom: 10px;
  background: url("../image/or/about/way_arrow.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .way_sec .way_wrap li.arrow {
    height: 6.5px;
    margin-bottom: 20px;
  }
}

/*============================
flow
============================*/
.flow {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffcf6), to(#f3eee3));
  background: linear-gradient(#fffcf6 0%, #f3eee3 100%);
}

/*============================
c2_white_bg
============================*/
.c2_white_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 40px 0 16px;
  border: 1px solid #8d735c;
  background: #ffffff;
  -webkit-filter: drop-shadow(3px 3px 3px #8d735c);
          filter: drop-shadow(3px 3px 3px #8d735c);
}
@media screen and (max-width: 768px) {
  .c2_white_bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 30px;
  }
}
.c2_white_bg .left_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 44.31%;
}
@media screen and (max-width: 768px) {
  .c2_white_bg .left_area {
    width: 100%;
  }
}
.c2_white_bg .right_area {
  width: 48.34%;
  margin: 22px 0 40px;
}
@media screen and (max-width: 768px) {
  .c2_white_bg .right_area {
    width: 100%;
    margin: 0;
  }
}
.c2_white_bg .list_dot li {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .c2_white_bg .list_dot li {
    font-size: 17px;
  }
}

/* TOP
--------------------------------------------------------- */
#or_top {
  padding-top: 0;
  /*============================
  sttl
  ============================*/
  /*============================
  breadcrumbs
  ============================*/
  /*============================
  mv_sec
  ============================*/
  /*============================
  about_sec
  ============================*/
  /*============================
  equipment_sec
  ============================*/
  /*============================
  doctor_sec
  ============================*/
  /*============================
  access_sec
  ============================*/
}
#or_top .sttl_01::before {
  background: url("../../asset/image/or/sttl01_icon_01.svg") no-repeat;
}
#or_top .breadcrumbs {
  position: sticky;
  top: 0;
  right: 5%;
  left: 0;
  width: 100%;
  margin: 0 auto 98.8px;
}
@media screen and (max-width: 768px) {
  #or_top .breadcrumbs {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #or_top .breadcrumbs ol {
    margin-right: 5%;
  }
}
#or_top .mv_sec {
  width: 100%;
  max-width: initial;
  margin-bottom: 45px;
  padding-top: 0;
  /* 動画実装後削除 */
}
#or_top .mv_sec video {
  width: 100%;
}
#or_top .mv_sec img {
  width: 100%;
}
#or_top .about_sec {
  margin-bottom: 190.4px;
}
@media screen and (max-width: 768px) {
  #or_top .about_sec {
    margin-bottom: 95px;
  }
}
#or_top .about_sec .c3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
#or_top .about_sec .c3 > div .brown_bt {
  margin-top: 6px;
}
#or_top .about_sec .brown_bt {
  max-width: inherit;
}
#or_top .equipment_sec {
  margin-bottom: 189.2px;
}
@media screen and (max-width: 768px) {
  #or_top .equipment_sec {
    margin-bottom: 95px;
  }
}
#or_top .equipment_sec .w1000 > .st_02 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #or_top .equipment_sec .w1000 > .st_02 {
    font-size: 17px;
  }
}
#or_top .equipment_sec .w1000 .st_02.noi {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #or_top .equipment_sec .w1000 .st_02.noi {
    font-size: 16px;
  }
}
#or_top .equipment_sec .c3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#or_top .equipment_sec .c3 > div {
  width: 27.2%;
}
@media screen and (max-width: 768px) {
  #or_top .equipment_sec .c3 > div {
    width: 100%;
  }
}
#or_top .equipment_sec .c3 > div .img_area {
  text-align: center;
}
#or_top .equipment_sec .c3 > div .img_area img {
  max-width: 272px;
}
@media screen and (max-width: 768px) {
  #or_top .equipment_sec .c3 > div .img_area img {
    width: 60%;
  }
}
#or_top .doctor_sec {
  margin-bottom: 173.6px;
}
#or_top .doctor_sec .c2_rwide .left_area {
  width: 51%;
}
@media screen and (max-width: 768px) {
  #or_top .doctor_sec .c2_rwide .left_area {
    width: 100%;
  }
}
#or_top .doctor_sec .c2_rwide .left_area .brown_bt {
  max-width: 247px;
  margin-left: 0;
}
#or_top .doctor_sec .c2_rwide .right_area {
  width: 48.9%;
}
@media screen and (max-width: 768px) {
  #or_top .doctor_sec .c2_rwide .right_area {
    width: 100%;
  }
}
#or_top .access_sec .c2_rwide .left_area {
  width: 39%;
}
@media screen and (max-width: 768px) {
  #or_top .access_sec .c2_rwide .left_area {
    width: 100%;
  }
}
#or_top .access_sec .c2_rwide .left_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #or_top .access_sec .c2_rwide .left_area ul {
    gap: 25px;
  }
}
#or_top .access_sec .c2_rwide .left_area ul li {
  padding-bottom: 35px;
  border-bottom: 1px dotted #b4b4b4;
}
#or_top .access_sec .c2_rwide .left_area ul li:first-child {
  padding-bottom: 20px;
  border-bottom: 1px dashed #b4b4b4;
}
#or_top .access_sec .c2_rwide .left_area .brown_bt {
  max-width: 247px;
  margin-left: 0;
}
#or_top .access_sec .c2_rwide .left_area .brown_bt.bt_wide {
  max-width: 311px;
}
#or_top .access_sec .c2_rwide .left_area .txt_large {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #or_top .access_sec .c2_rwide .left_area .txt_large {
    font-size: 16px;
  }
}
#or_top .access_sec .c2_rwide .right_area {
  width: 54.1%;
}
@media screen and (max-width: 768px) {
  #or_top .access_sec .c2_rwide .right_area {
    width: 100%;
  }
}

/* 当センターへのアクセス
--------------------------------------------------------- */
/*============================
access_sec
============================*/
#access_sec > .content ul.adress_area li dl {
  grid-template-columns: 180px calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  #access_sec > .content ul.adress_area li dl {
    grid-template-columns: repeat(1, 1fr);
  }
}
#access_sec > .content ul.adress_area li dl dd.set_btn {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #access_sec > .content ul.adress_area li dl dd.set_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#access_sec > .content ul.adress_area li dl dd.set_btn .brown_bt a::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

/*============================
route_sec
============================*/
#route_sec {
  width: 100%;
}

/* 白内障手術について
--------------------------------------------------------- */
#or_about {
  /*============================
  lens_sec
  ============================*/
  /*============================
  selected_sec
  ============================*/
}
#or_about .sttl_01::before {
  width: 46.5px;
  height: 32.55px;
  background: url("../image/common/icon_cataract.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  #or_about .sttl_01::before {
    width: 35px;
    height: 25px;
  }
}
#or_about .lens_sec {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec {
    margin-bottom: 80px;
  }
}
#or_about .lens_sec .c2_lwide .left_area {
  width: 59.77%;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .c2_lwide .left_area {
    width: 100%;
  }
}
#or_about .lens_sec .c2_lwide .right_area {
  width: 36.22%;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .c2_lwide .right_area {
    width: 100%;
  }
}
#or_about .lens_sec .c2_list_dot li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .c2_list_dot li {
    font-size: 14px;
  }
}
#or_about .lens_sec .c2_list_dot li::before {
  top: 1em;
  background: #c7b6a1;
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .c2_list_dot li::before {
    width: 8px;
    height: 8px;
    top: 0.8em;
  }
}
#or_about .lens_sec .c2_overlap {
  position: relative;
  max-width: 729px;
  margin: 0 auto;
}
#or_about .lens_sec .c2_overlap .img_area {
  width: 61.72%;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .c2_overlap .img_area {
    width: 90%;
  }
}
#or_about .lens_sec .c2_overlap .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44.3%;
  min-height: 149px;
  padding: 43.5px 5% 44.5px;
  text-align: center;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .c2_overlap .txt_area {
    position: relative;
    top: -30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 90%;
    min-height: auto;
    padding: 20px 5%;
  }
}
#or_about .lens_sec .c2_overlap .txt_area p span {
  font-weight: bold;
}
#or_about .lens_sec .c2_overlap .txt_area.brown_bg {
  background: -webkit-gradient(linear, right top, left top, from(#846449), to(#b29477));
  background: linear-gradient(-90deg, #846449 0%, #b29477 100%);
}
#or_about .lens_sec .c2_overlap .txt_area.brown_bg p {
  color: #ffffff;
}
#or_about .lens_sec .c2_overlap .txt_area.white_bg {
  background: #ffffff;
}
#or_about .lens_sec .c2_overlap .txt_area.white_bg p {
  color: #605043;
}
#or_about .lens_sec .c2_overlap.l_img .txt_area {
  right: 0;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .c2_overlap.l_img .txt_area {
    margin-left: auto;
  }
}
#or_about .lens_sec .c2_overlap.r_img .img_area {
  margin-left: auto;
}
#or_about .lens_sec .c2_overlap.r_img .txt_area {
  left: 0;
}
#or_about .lens_sec .prime_img_area {
  max-width: 780px;
  margin: 0 auto;
}
#or_about .lens_sec .merit_area {
  background: rgb(255, 252, 246);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 252, 246)), to(rgb(243, 238, 227)));
  background: linear-gradient(180deg, rgb(255, 252, 246) 0%, rgb(243, 238, 227) 100%);
  padding: 80px 5%;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .merit_area {
    padding: 40px 5%;
  }
}
#or_about .lens_sec .merit_area .sttl01 {
  width: 100%;
  padding: 15px 0;
  background-color: #817061;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .merit_area .sttl01 {
    font-size: 18px;
  }
}
#or_about .lens_sec .merit_area .sttl02 {
  width: 100%;
  padding: 15px 0;
  background-color: #A69A8D;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .merit_area .sttl02 {
    font-size: 18px;
  }
}
#or_about .lens_sec .merit_area .list_dot li {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .merit_area .list_dot li {
    font-size: 16px;
  }
}
#or_about .lens_sec .merit_area .list_dot li .f16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .merit_area .list_dot li .f16 {
    font-size: 14px;
  }
}
#or_about .lens_sec .merit_area .list_dot li::before {
  background-color: #977D6F;
  top: 0.7em;
}
#or_about .lens_sec .st_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#or_about .lens_sec .st_01 span {
  display: inline-block;
  background: #FF9E3B;
  padding: 0 15px;
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .st_01 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #or_about .lens_sec .c2_same.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#or_about .selected_sec .table {
  overflow-x: auto;
}
#or_about .selected_sec .table table {
  width: 100%;
  border: 1px solid #977D6F;
}
@media screen and (max-width: 768px) {
  #or_about .selected_sec .table table {
    min-width: 300px;
  }
}
#or_about .selected_sec .table table th, #or_about .selected_sec .table table td {
  height: 51.3px;
  border: 1px solid #977D6F;
  text-align: center;
  vertical-align: middle;
}
#or_about .selected_sec .table table th {
  color: #ffffff;
  font-size: 22px;
  line-height: 3;
  font-family: "Yu Mincho";
  color: #605043;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #or_about .selected_sec .table table th {
    font-size: 16px;
    line-height: 1.8;
  }
}
#or_about .selected_sec .table table th:nth-child(1) {
  width: 58%;
  background: #F9F0EB;
}
#or_about .selected_sec .table table th:nth-child(2) {
  width: 42%;
  background: #F6D6C5;
}
#or_about .selected_sec .table table td {
  font-size: 18px;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #or_about .selected_sec .table table td {
    font-size: 14px;
    line-height: 1.8;
  }
}
#or_about .selected_sec .table table td:nth-child(2) {
  background: #F9F0EB;
}
#or_about .selected_sec .table table td .num {
  font-size: 22px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #or_about .selected_sec .table table td .num {
    font-size: 16px;
  }
}
#or_about .selected_sec .table table td:nth-child(2) {
  font-size: 14px;
}

/* 手術の流れ
--------------------------------------------------------- */
#or_operation {
  /*============================
  caution_sec
  ============================*/
  /*============================
  post_sec
  ============================*/
}
#or_operation .sttl_01::before {
  background: url("../../asset/image/or/operation/sttl01_icon_01.svg") no-repeat;
}
#or_operation .caution_sec {
  margin-bottom: 137.1px;
}
@media screen and (max-width: 768px) {
  #or_operation .caution_sec {
    margin-bottom: 70px;
  }
}
#or_operation .caution_sec .caution_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  #or_operation .caution_sec .caution_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
  }
}
#or_operation .caution_sec .caution_list li {
  width: 25%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #or_operation .caution_sec .caution_list li {
    width: 100%;
    padding: 0 0 20px;
  }
}
#or_operation .caution_sec .caution_list li:not(:last-child) {
  border-right: 1px dotted #767777;
}
@media screen and (max-width: 768px) {
  #or_operation .caution_sec .caution_list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #767777;
  }
}
#or_operation .caution_sec .caution_list li img {
  display: block;
  margin: 0 auto 10.9px;
}
#or_operation .caution_sec .caution_list li .hd_txt {
  margin-bottom: 15px;
  color: #707070;
  font-weight: 600;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #or_operation .caution_sec .caution_list li .hd_txt {
    font-size: 16px;
  }
}
#or_operation .caution_sec .c2_list_red_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 70px;
}
@media only screen and (max-width: 820px) {
  #or_operation .caution_sec .c2_list_red_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#or_operation .caution_sec .c2_list_red_wrap ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#or_operation .caution_sec .c2_list_red_wrap ul li {
  font-size: 19px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #or_operation .caution_sec .c2_list_red_wrap ul li {
    font-size: 17px;
  }
}
#or_operation .post_sec .post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px 0;
}
@media screen and (max-width: 768px) {
  #or_operation .post_sec .post_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#or_operation .post_sec .post_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46.66%;
  padding: 32.9px 30px;
  gap: 0 8px;
}
@media screen and (max-width: 768px) {
  #or_operation .post_sec .post_list li {
    width: 100%;
    padding: 20px 5%;
  }
  #or_operation .post_sec .post_list li.item01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #or_operation .post_sec .post_list li.item02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #or_operation .post_sec .post_list li.item03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #or_operation .post_sec .post_list li.item04 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #or_operation .post_sec .post_list li.item05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #or_operation .post_sec .post_list li.item06 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
#or_operation .post_sec .post_list li .icon {
  width: 50px;
}
#or_operation .post_sec .post_list li .txt_area {
  width: calc(100% - 50px - 8px);
}
#or_operation .post_sec .post_list li .txt_area .hd_txt {
  margin: 10.5px 0 15.6px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.454;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #or_operation .post_sec .post_list li .txt_area .hd_txt {
    font-size: 17px;
  }
}
#or_operation .post_sec .post_list li .txt_area .txt {
  font-size: 14px;
  line-height: 1.571;
  letter-spacing: 0.05em;
}
#or_operation .post_sec .post_list li:nth-child(1), #or_operation .post_sec .post_list li:nth-child(4), #or_operation .post_sec .post_list li:nth-child(5) {
  background: #fcf8f3;
}
#or_operation .post_sec .post_list li:nth-child(1) .txt_area .hd_txt, #or_operation .post_sec .post_list li:nth-child(4) .txt_area .hd_txt, #or_operation .post_sec .post_list li:nth-child(5) .txt_area .hd_txt {
  color: #5d3b1b;
}
#or_operation .post_sec .post_list li:nth-child(1) .txt_area .txt, #or_operation .post_sec .post_list li:nth-child(4) .txt_area .txt, #or_operation .post_sec .post_list li:nth-child(5) .txt_area .txt {
  color: #1c1c1c;
}
#or_operation .post_sec .post_list li:nth-child(2), #or_operation .post_sec .post_list li:nth-child(3), #or_operation .post_sec .post_list li:nth-child(6) {
  background: #8d735c;
}
#or_operation .post_sec .post_list li:nth-child(2) .txt_area .hd_txt, #or_operation .post_sec .post_list li:nth-child(3) .txt_area .hd_txt, #or_operation .post_sec .post_list li:nth-child(6) .txt_area .hd_txt {
  color: #ffffff;
}
#or_operation .post_sec .post_list li:nth-child(2) .txt_area .txt, #or_operation .post_sec .post_list li:nth-child(3) .txt_area .txt, #or_operation .post_sec .post_list li:nth-child(6) .txt_area .txt {
  color: #ffffff;
}/*# sourceMappingURL=or.css.map */