@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.navi-in > ul .caption-wrap {
  height: 100%;
}

.navi-in li a {
    height: 100% !important;
}

.visit h2, .time h2, .flow h2, .change h2, .cooperation h2, .QA h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.visit h2 > img, .time h2> img, .flow h2 > img, .change h2 > img, .cooperation h2 > img, .QA h2> img {
  top: unset;
  margin-right: 0;
}

.docter p {
  margin-block: 1.2rem;
}

.footer_left p {
  margin-top: 2rem;
}

.flow_text2 {
  font-size: 1.1rem;
  line-height: 1.5 !important;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}

.elementor-section {
  padding-block: 3rem;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
