/*========================
共通
========================*/
.cont_wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .cont_wrap {
    display: block;
  }
}

.cont_wrap .left_cont {
  width: 360px;
  box-sizing: border-box;
  padding-right: 30px;
}
@media only screen and (max-width: 640px) {
  .cont_wrap .left_cont {
    width: 100%;
    padding-right: 0;
  }
}

.cont_wrap .right_cont {
  width: calc(100% - 360px);
}
@media only screen and (max-width: 640px) {
  .cont_wrap .right_cont {
    width: 100%;
  }
}

/*========================
about
========================*/
#about .right_cont .lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  #about .right_cont .lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

#about .right_cont .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.25;
}
@media only screen and (max-width: 640px) {
  #about .right_cont .text {
    font-size: 14px;
  }
}

/*========================
company
========================*/
#company {
  padding-top: 185px;
}
@media only screen and (max-width: 640px) {
  #company {
    padding-top: 100px;
  }
}

#company .right_cont table {
  width: 100%;
  border-collapse: collapse;
}

#company .right_cont table tr {
  width: 100%;
  
}

#company .right_cont table tr th {
  width: 180px;
  border-top: 1px solid #323232;
  padding: 15px 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.7;
  align-content: baseline;
}
@media only screen and (max-width: 640px) {
  #company .right_cont table tr th {
    width: 120px;
    font-size: 12px;
  }
}

#company .right_cont table tr:last-child th {
  border-bottom: 1px solid #323232;
}


#company .right_cont table tr td {
  width: calc(100% - 180px);
  border-top: 1px solid #C1C1C1;
  padding: 15px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  #company .right_cont table tr td {
    font-size: 12px;
    width: calc(100% - 120px);
  }
}

#company .right_cont table tr:last-child td {
  border-bottom: 1px solid #C1C1C1;
}

/*========================
ourshop
========================*/
#ourshop {
  padding-top: 185px;
}
@media only screen and (max-width: 640px) {
  #ourshop {
    padding-top: 100px;
  }
}

#ourshop .right_cont .shop_box {
  padding-bottom: 90px;
}
@media only screen and (max-width: 640px) {
  #ourshop .right_cont .shop_box {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

#ourshop .right_cont .shop_box .title_txt{
    font-size: 17px;
    line-height: 1.75em;
}

#ourshop .right_cont .shop_box .shop_tit {
  font-family: "times-new-roman", sans-serif;
  font-size: 21px;
  font-weight: 400;
  padding-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  #ourshop .right_cont .shop_box .shop_tit {
    font-size: 21px;
  }
}

#ourshop .right_cont .shop_box .shop_subtit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS Mincho", serif;
  font-size: 14px;
  padding-bottom: 5px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  #ourshop .right_cont .shop_box .shop_subtit {
    font-size: 12px;
  }
}

#ourshop .right_cont .shop_box .shop_wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 13px;  
  line-height: 1.5;
  letter-spacing: 0.05em;
    margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #ourshop .right_cont .shop_box .shop_wrap {
    font-size: 12px;
    display: block;
  }
}

#ourshop .right_cont .shop_box .link a {
    color: #323232;
    margin-bottom: 5px;
    text-decoration: underline;
    display: inline-block;
}

#ourshop .right_cont .shop_box .shop_wrap .link:hover {
  text-decoration: none;
}

#ourshop .right_cont .shop_box .tel_num {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  #ourshop .right_cont .shop_box .tel_num {
    font-size: 12px;
  }
}

#ourshop .right_cont .shop_box .tel_num a {
  color: #323232;
}
@media only screen and (max-width: 640px) {
  #ourshop .right_cont .shop_box .tel_num a {
    text-decoration: underline;
  }
}

#ourshop .right_cont .shop_box .tel_num a:hover {
  text-decoration: underline;
}

#ourshop .right_cont .shop_box .ph_wrap {
  padding-top: 15px;
}

.google_map iframe{
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

#ourshop .right_cont .shop_box.group .shop_tit {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS Mincho", serif;
}

#ourshop .right_cont .shop_box.group .ph_wrap{
    width: 300px;
    padding-top: 0;
    margin-bottom: 30px;
}

/*========================
contact
========================*/
#contact {
  padding-top: 185px;
}
#contact .link_btn_wrap {
  width: 540px;
    margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #contact .link_btn_wrap {
    width: 100%;
  }
}

#contact .link_btn_wrap .btn {
  padding-bottom: 20px;
}

#contact .link_btn_wrap .btn a {
  display: block;
  height: 150px;
  background-color: #FAFAFA;
  color: #323232;
  position: relative;
}

#contact .link_btn_wrap .btn a:hover {
  background-color: #DDD;
}

#contact .link_btn_wrap .btn a .btn_tit {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#contact .link_btn_wrap .btn a .btn_tit .en_txt {
  font-size: 26px;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  display: block;
}

#contact .link_btn_wrap .btn.-blk a {
  background-color: #323232;
  color: #FFF;
}
#contact .link_btn_wrap .btn.-blk a:hover {
  background-color: #989898;
}

/*========================
service
========================*/
#service {
  padding-top: 185px;
}
.contents_link_box.contents_title.fade_in.scrollin{
    padding-bottom: 40px;
}
.contents_link_wrap {
  padding-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap {
    padding-top: 50px;
  }
}

.contents_link_wrap .contents_link_box {
  margin: auto;
  padding: 0 90px 90px;
  max-width: 900px;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .contents_link_box {
    padding: 0 30px 50px;
  }
}

.contents_link_wrap .contents_link_box .wrap_link {
  display: block;
  color: #323232;
}

.contents_link_wrap .contents_link_box .wrap_link:hover {
  opacity: 0.7;
}

.contents_link_wrap .contents_link_box .wrap_link .tit {
  font-size: 21px;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .contents_link_box .wrap_link .tit {
    font-size: 21px;
  }
}

.contents_link_wrap .contents_link_box .wrap_link .txt_box {
  position: relative;
  padding: 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .contents_link_box .wrap_link .txt_box {
    padding-bottom: 15px;
  }
}

.contents_link_wrap .contents_link_box .wrap_link .lead {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .contents_link_box .wrap_link .lead {
    font-size: 12px;
    letter-spacing: 0;
      text-align: justify;
    }
}

.contents_link_wrap .contents_link_box .wrap_link .link_btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 12px;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.contents_link_wrap .contents_link_box .wrap_link .ph_wrap {
  width: 100%;
  height: 41.66vw;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .contents_link_box .wrap_link .ph_wrap {
    min-height: auto;
    max-height: auto;
    height: 53.33vw;
  }
}

.contents_link_wrap .contents_link_box .wrap_link .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.contents_link_wrap .contents_link_box .wrap_link:hover .ph_wrap img {
  transform: scale(1.04);
}

.contents_link_wrap .works_slider_wrap .tit {
  width: 1260px;
  margin: auto;
  font-size: 26px;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .works_slider_wrap .tit {
    padding: 0 30px 20px;
  }
  .contents_link_wrap .works_slider_wrap .slide  {
    width: 260px;
    height: 260px;
  }
}

.contents_link_wrap .works_slider_wrap .slide a {
  color: #323232;
  padding: 0 5px;
  display: block;
}

.contents_link_wrap .works_slider_wrap .slide a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .works_slider_wrap .slide a:hover {
    opacity: 1;
  }
}

.contents_link_wrap .works_slider_wrap .slide a .ph_wrap {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .works_slider_wrap .slide a .ph_wrap {
    width: 260px;
    height: 260px;
  }
}

.contents_link_wrap .works_slider_wrap .slide a .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents_link_wrap .works_slider_wrap a .txt {
  font-size: 14px;
  padding-top: 10px;
  line-height: 1.25;
}

/*========================
SHOP DESIGN
========================*/
#header-txt {
  padding-top: 185px;
}
@media only screen and (max-width: 640px) {
  #header-txt {
    padding-top: 100px;
  }
}
#header-txt .contents_box{
    text-align: center;
}
#header-txt .contents_box h3{
    font-size: 24px;
    margin-bottom: 40px;
}

#header-txt .contents_box h3 span{
    font-family: "times-new-roman", sans-serif;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}
#header-txt .contents_box p{
    font-size: 14px;
    line-height: 1.75em;
}

.contents_link_box .service_contents{
        margin-top: 30px;
}

.contents_link_box .service_contents h4{
    font-family: "times-new-roman", sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}
.contents_link_box .service_contents .service_contents_txt{
    display: flex;
    justify-content: space-between;
}
.contents_link_box .service_contents .service_contents_txt h5{
    font-size: 24px;
    width: 330px;
    line-height: 1.3em;
}
.contents_link_box .service_contents .service_contents_txt p{
    font-size: 14px;
    line-height: 1.5em;
    width: 570px;
    text-align: justify;
}

.contents_link_wrap .works_slider_wrap .tit {
  width: 1260px;
  margin: auto;
  font-size: 26px;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .works_slider_wrap .tit {
    padding: 0 30px 20px;
  }
  .contents_link_wrap .works_slider_wrap .slide  {
    width: 260px;
    height: 260px;
  }
}

.contents_link_wrap .works_slider_wrap .slide a {
  color: #323232;
  padding: 0 5px;
  display: block;
}

.contents_link_wrap .works_slider_wrap .slide a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .works_slider_wrap .slide a:hover {
    opacity: 1;
  }
}

.contents_link_wrap .works_slider_wrap .slide a .ph_wrap {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 640px) {
  .contents_link_wrap .works_slider_wrap .slide a .ph_wrap {
    width: 260px;
    height: 260px;
  }
}

.contents_link_wrap .works_slider_wrap .slide a .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents_link_wrap .works_slider_wrap a .txt {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 0;
}

/* ========================
INTERIOR SHOP INFO
======================== */
.interior-shop-info {
  padding: 90px 0 90px;
}

.interior-shop-info-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.interior-shop-title {
  margin: 0 0 60px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.06em;
}

.interior-shop-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 90px;
}

.interior-shop-photo {
  width: 540px;
}

.interior-shop-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.interior-shop-lead {
  width: calc(100% - 590px);
}

.interior-shop-lead .shop-name {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 400;
}

.interior-shop-lead p {
  font-size: 14px;
  line-height: 1.75em;
  text-align: justify;
}

.interior-shop-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 50px 60px;
  background: #fff;
}

.interior-shop-logo {
  width: 220px;
  flex-shrink: 0;
}

.interior-shop-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.interior-shop-detail {
  width: calc(100% - 270px);
}

.interior-shop-detail p {
  margin: 0 0 26px;
  font-size: 14px;
  line-height: 1.75em;
}

.interior-shop-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.interior-shop-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 30px;
  border: 1px solid #8a8a8a;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.interior-shop-btns a:hover {
  background: #666;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .interior-shop-info {
    padding: 10px 20px 0;
  }

  .interior-shop-title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .interior-shop-main {
    display: block;
    margin-bottom: 50px;
  }

  .interior-shop-photo {
    width: 100%;
    margin-bottom: 28px;
  }

  .interior-shop-lead {
    width: 100%;
    padding-top: 0;
  }

  .interior-shop-lead .shop-name {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .interior-shop-lead p {
    font-size: 13px;
    line-height: 2;
  }

  .interior-shop-card {
    display: block;
    padding: 30px 20px;
  }

  .interior-shop-logo {
    width: 180px;
    margin: 0 auto 30px;
  }

  .interior-shop-detail {
    width: 100%;
  }

  .interior-shop-detail p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.9;
  }

  .interior-shop-btns {
    display: block;
  }

  .interior-shop-btns a {
    width: 100%;
    margin-bottom: 12px;
  }

  .interior-shop-btns a:last-child {
    margin-bottom: 0;
  }
}

/* ========================
EXTERIOR PAGE
======================== */
.exterior-section {
  padding-top: 90px;
}

.exterior-section-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.exterior-section-title {
  text-align: center;
  font-family: "times-new-roman", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.exterior-section-title.-sm {
  font-size:28px;
}

.exterior-section-subtitle {
  margin: 0 0 20px;
  text-align: center;
  font-family: "times-new-roman", sans-serif;
  font-size: 22px;
  line-height: 1.4;
}

.exterior-section-caption {
  margin: 0 0 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.exterior-main-image {
  margin-bottom: 35px;
}

.exterior-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.exterior-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.exterior-desc-head {
  width: 290px;
}

.exterior-desc-head h4 {
  margin: 0 0 12px;
  font-family: "times-new-roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.exterior-desc-head h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.exterior-desc-text {
  width: calc(100% - 330px);
}

.exterior-desc-text p {
  margin: 0;
  font-size: 14px;
  line-height: 2.1;
  text-align: justify;
}

.exterior-category-intro {
  margin-bottom: 45px;
  text-align: center;
}

.exterior-category-intro p,
.exterior-flow-intro p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75em;
}

.exterior-category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 12px;
}

.exterior-category-item .thumb {
  margin-bottom: 10px;
  overflow: hidden;
}

.exterior-category-item .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.exterior-category-item p {
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}

.exterior-flow-intro {
  margin-bottom: 60px;
  text-align: center;
}

.exterior-flow-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.flow-item {
  width: 126px;
  text-align: center;
}

.flow-num {
  margin-bottom: 12px;
  font-family: "times-new-roman", sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
}

.flow-item h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.flow-item p {
  margin: 0;
  /*min-height: 74px;*/
  font-size: 12px;
    line-height: 1.25em;
}

.flow-badge {
  width: 48px;
  height: 20px;
  margin: 12px auto 0;
  border-radius: 10px;
  background: #b9b9b9;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}

.flow-arrow {
  padding-top: 14px;
  font-family: "times-new-roman", sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #999;
}

.exterior-shop {
  padding-bottom: 40px;
}

.exterior-works-btn {
  padding-top: 185px;
}

.exterior-works-btn .link_btn_wrap {
  width: 540px;
  margin: 0 auto;
}

.exterior-works-btn .link_btn_wrap .btn a {
  background: #f5f5f5;
}

.exterior-works-btn .link_btn_wrap .btn a:hover {
  background: #ddd;
}

@media only screen and (max-width: 640px) {
  .exterior-section {
    padding-top: 100px;
  }

  .exterior-section-inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .exterior-section-title {
    margin-bottom: 36px;
    font-size: 34px;
  }

  .exterior-section-title.-sm {
    font-size: 30px;
  }

  .exterior-section-subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .exterior-section-caption {
    margin-bottom: 24px;
    font-size: 11px;
  }

  .exterior-main-image {
    margin-bottom: 24px;
  }

  .exterior-desc {
    display: block;
  }

  .exterior-desc-head {
    width: 100%;
    margin-bottom: 18px;
  }

  .exterior-desc-head h4 {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .exterior-desc-head h5 {
    font-size: 22px;
  }

  .exterior-desc-text {
    width: 100%;
  }

  .exterior-desc-text p,
  .exterior-category-intro p,
  .exterior-flow-intro p {
    font-size: 13px;
    line-height: 2;
  }

  .exterior-category-intro {
    margin-bottom: 30px;
  }

  .exterior-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }

  .exterior-category-item p {
    font-size: 11px;
  }

  .exterior-flow-intro {
    margin-bottom: 34px;
  }

  .exterior-flow-list {
    display: block;
  }

  .flow-item {
    width: 100%;
    margin-bottom: 24px;
  }

  .flow-item p {
    min-height: auto;
  }

  .flow-arrow {
    display: none;
  }

  .exterior-shop {
    padding-bottom: 0;
  }

  .exterior-works-btn {
    padding-top: 100px;
  }

  .exterior-works-btn .link_btn_wrap {
    width: 100%;
  }
}

.bg-grey{
    background-color: #fafafa;
    margin-top: 90px;
}

/* ========================
WORKS BUTTON
======================== */
#works-btn {
  padding-top: 185px;
}

#works-btn .link_btn_wrap {
  width: 540px;
  margin: 0 auto;
}

#works-btn .works_btn {
  padding-bottom: 0;
}

#works-btn .works_btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 150px;
  padding: 0 110px 0 70px;
  border: 1px solid #7a7a7a;
  color: #646464;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#works-btn .works_btn a:hover {
  opacity: 0.8;
}

#works-btn .works_btn .btn_tit {
  width: auto;
  position: static;
  transform: none;
  text-align: left;
  line-height: 1.3;
  color: #6f6f6f;
}

#works-btn .works_btn .btn_tit .en_txt {
  display: block;
  font-size: 26px;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  color: #6f6f6f;
}

#works-btn .works_btn .btn_tit {
  font-size: 12px;
  font-weight: 500;
}

#works-btn .works_btn a::before,
#works-btn .works_btn a::after {
  content: "";
  position: absolute;
  right: 78px;
  width: 34px;
  height: 1px;
  background-color: #6f6f6f;
  transform-origin: center center;
}

#works-btn .works_btn a::before {
  top: 50%;
  transform: translateY(-12px) rotate(45deg);
}

#works-btn .works_btn a::after {
  top: 50%;
  transform: translateY(12px) rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  #works-btn .works_btn a::before,
  #works-btn .works_btn a::after {
    right: 36px;
    width: 28px;
  }

  #works-btn .works_btn a::before {
    top: 50%;
    transform: translateY(-9px) rotate(45deg);
  }

  #works-btn .works_btn a::after {
    top: 50%;
    transform: translateY(9px) rotate(-45deg);
  }
}

/* ========================
EXTERIOR FLOW ALIGN
======================== */
.exterior-flow-list .flow-item {
  width: 126px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exterior-flow-list .flow-item h4 {
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-align: center;
}

.exterior-flow-list .flow-item .flow-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exterior-flow-list .flow-item .flow-desc {
  margin: 0;
  min-height: 30px;
  font-size: 12px;
  line-height: 1.25em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.exterior-flow-list .flow-item .flow-time {
  margin: 5px 0 5px;
  min-height: 1.25em;
  font-size: 12px;
  line-height: 1.25em;
  text-align: center;
}

.exterior-flow-list .flow-item .flow-badge {
  margin-top: auto;
}

@media only screen and (max-width: 640px) {
  .exterior-flow-list .flow-item {
    width: 100%;
    display: block;
  }

  .exterior-flow-list .flow-item h4 {
    min-height: auto;
    display: block;
  }

  .exterior-flow-list .flow-item .flow-body {
    min-height: auto;
    display: block;
  }

  .exterior-flow-list .flow-item .flow-desc {
    min-height: auto;
    display: block;
  }

  .exterior-flow-list .flow-item .flow-time {
    min-height: auto;
    margin-top: 8px;
  }

  .exterior-flow-list .flow-item .flow-badge {
    margin-top: 12px;
  }
}