@charset "utf-8";

/*----------------------------------------------------------
▼ research_process
----------------------------------------------------------*/
/*---------- タイトル ----------*/
h1 {
  width: auto;
  margin: 0;
  padding: 0;
}
h3 {
  padding: 0px;
}
/*---------- font-size ----------*/
.ft18{
  font-size: 18px !important;
  line-height: 175%;
}
.ft14{
  font-size: 14px !important;
  line-height: 125%;
}
/*---------- mainVisual ----------*/
.mainVisual {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content: center;
    padding: 30px 0;
    text-align: left;
    margin-bottom: 0;
}
.mainVisual .text_wrap {
    font-weight: bold;
    font-size: 40px;
    line-height: 125%;
    padding-right: 140px;
    color: #000000;
}
.mainVisual .img_wrap{
  width: 300px;
}
/* sp */
@media (max-width: 767px) {
    .mainVisual {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 0;
    }
    .mainVisual .text_wrap {
        font-size: 28px;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .mainVisual .img_wrap{
      width: 250px;
    }
}
/*----------------------------------------------------------
▼ upper-area
----------------------------------------------------------*/
/*---------- gray-box ----------*/
.upper-area .gray-box {
    padding: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
    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;
}
.upper-area .gray-box img{
    margin-right: 20px;
}
.upper-area .gray-box .knowledge-text {
    font-size: 24px;
    line-height: 125%;
    font-weight: bold;
}
/*---------- SP ----------*/
@media screen and (max-width: 767px) {
    .upper-area {
        padding-bottom: 30px;
    }
    .upper-area .gray-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        margin-bottom: 0px;
    }
    .upper-area .gray-box img{
        margin-bottom: 10px;
    }
    .upper-area .gray-box .knowledge-text {
        font-size: 16px;
        line-height: 125%;
        font-weight: bold;
    }
}

/*----------------------------------------------------------
▼ inner-area
----------------------------------------------------------*/
.inner-area {
    padding-bottom: 30px;
}
.inner-area~ .inner-area {
  margin-bottom: 80px;
}
.inner-area p{
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0.05em;
}
.titleM {
    border-left: 5px solid #FF4433;
    background: #FFFAFA;
    color: #000000;
    margin-bottom: 15px;
}
.titleS {
    margin: 30px 0 15px;
}
.inner-area .txt {
    line-height: 200%;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.inner-area .online_tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;

}
.inner-area .online_tools img{
    margin-top: 10px;
    width: 100%;
}
.inner-area .online_tools .pc_version{
    width: 50%;
    margin-right: 15px;
}
.inner-area .online_tools .sp_version{
    width: 50%;
    margin-left: 15px;
}
/*---------- テキストデコレーション ----------*/
.inner-area p .under {
    background: linear-gradient(transparent 70%, #FFEE00 70%);
}
/* sp */
@media screen and (max-width: 767px) {
  .inner-area~ .inner-area {
    margin-bottom: 0px;
  }
  .inner-area p,
  .inner-area .txt{
    font-size: 14px;
  }
  .inner-area .online_tools {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .inner-area .online_tools .pc_version ,
  .inner-area .online_tools .sp_version{
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .inner-area .online_tools .sp_version {
    margin-top: 15px;
  }
}
/*---------- 電話アイコン ----------*/
.tel_icon_txt{
    position: relative;
    top: 4px;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}
.tel_num{
    margin-top: 8px;
}
.tel_num_icon{
    position: relative;
    top: 3px;
    width: 30px;
    height: 30px;
}
.tel_num_icon_sub{
  position: relative;
  top: 3px;
  width: 30px;
  height: 30px;
}
.tel_num_link{
    font-size: 24px;
}
.tel_num_link_sub{
  font-size: 18px;
}
/* sp */
@media screen and (max-width: 767px) {
  .tel_num .txt a {
    font-size: 14px;
  }
  .tel_icon_txt{
    top: -1px;
  }
  .tel_num_icon {
    top: 6.5px;
    width: 25px;
    height: 25px;
  }
  .tel_num_icon_sub{ 
    top: 1.5px;
    width: 25px;
    height: 25px;
  }
}
/*---------- ● ----------*/
.maru-list {
    padding-top: 5px;
    margin-bottom: 10px;
}
.maru-list li {
    padding-left: 1.0em;
    text-indent: -1.2em;
    padding-bottom: 10px;
    font-size: 16px;
}
.maru-list li:last-of-type {
    padding-bottom: 0;
}
.maru-list li::before {
    content: "●";
    position: relative;
    padding-right: 0.5em;
    left: 2px;
}
/* sp */
@media screen and (max-width: 767px) {
  .maru-list {
    padding-top: 0px;
  }
  .maru-list li {
    font-size: 14px;
  }
}
/*---------- お花見出しリスト ----------*/
.flower-list {
    margin-top: 30px;
}
.flower-list > li {
    font-size: 28px;
    line-height: 125%;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
}
.flower-list > li:first-of-type {
  padding-top: 0;
}
.flower-list > li:last-of-type {
    border-bottom: none;
}
.flower-list > li .flower {
    position: relative;
    font-weight: bold;
    min-height: 30px;
    letter-spacing: 0;
    font-size: 24px;
}
.flower-list > li .flower::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -40px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.flower-list .list_inner {
    padding-left: 40px;
}
.flower-list li .flower::before {
    background-image: url(/product/assets/img/research_process/icon_point_red.svg);
}
/* sp */
@media screen and (max-width: 767px) {
  .flower-list > li {
    padding: 5px 0;
  }
  .flower-list > li .flower{
    font-size: 16px;
  }
  .flower-list > li .flower::before {
    top: 8px;
    width: 20px;
    height: 20px;
    left: -26px;
  }
  .flower-list .list_inner {
    padding-left: 28px;
  }
}
/*----------------------------------------------------------
▼ 特徴：テーブル
----------------------------------------------------------*/
.tbl-tokucho{
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    table-layout:fixed;
  }
  .tbl-tokucho tr{
    height: 100%;
  }
  .tbl-tokucho td{
    border-width: 0.7px;
    width: auto;
    height: auto;
  }
  .tbl-tokucho tr.tbl-tokucho-title td{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    position:relative;
  }
  /* お花リストに合わせるテーブル */
  .flower-list-tbl {
    margin-left: 55px;
    width: calc(100% - 55px);
  }
  .tbl-tokucho td.tbl-tokucho-cell .tbl-tokucho-cell-inner{
    margin-left: 25px;
  }
  /*---------- テーブル内の中のテキストリスト ----------*/
  .tbl-tokucho td.tbl-tokucho-cell {
    overflow: hidden;
  }
  .tbl-tokucho td.tbl-tokucho-cell .maru_num{
    float: left;
  }
  .tbl-tokucho td.tbl-tokucho-cell p,
  .tbl-tokucho td.tbl-tokucho-cell p.txt{
    font-size: 18px;
    line-height: 175%;
  }
  .tbl-tokucho td.tbl-tokucho-cell p:first-child{
    margin-top: 0;
  }
  .tbl-tokucho td.tbl-tokucho-cell p.txt .under {
    background: linear-gradient(transparent 70%, #FFEE00 70%);
  }
  .tbl-tokucho td.tbl-tokucho-cell .red-txt{
    color: #FF4433;
  }
  .tbl-tokucho .maru_num {
    color: #333333;
    border: 1px solid #333333;
    border-width: 0.7px;
  }
   .gray-box {
    padding: 0px 30px 15px 21px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
    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;
  }
  .left-version {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
/* sp */
@media screen and (max-width: 767px) {
  .tbl-tokucho td.tbl-tokucho-cell p, .tbl-tokucho td.tbl-tokucho-cell p.txt {
    font-size: 14px;
  }
  .gray-box {
    padding: 7px 15px 18px 15px;
  }
  .gray-box a {
    font-size: 14px;
    line-height: 125%;
  }
  .left-version {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
  /*---------- 囲み文字 ----------*/
.maru_num{
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column; 
    vertical-align: top;
    width: 16px;
    height: 16px;
    font-size: 13px;
    line-height: 20px;
    background: #FFFFFF;
    margin-right: 10px;
    position: relative;
    top: 9px;
  }
  @media screen and (max-width: 767px) {
    .maru_num{
      width: 18px;
      height: 18px;
      font-size: 13px;
      line-height: 15px;
      margin-right: 5px;
      top: 3px;
    }
  }
  