@charset "UTF-8";

/* 初期設定
----------------------------------------------------------------------------------------*/

#ui3110 img {
  vertical-align: middle;
}

#ui3110 a img {
  border-style: none;
  vertical-align: baseline;
}

#ui3110 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#ui3110 p + p {
  margin-top: 20px;
}

/* 共通
----------------------------------------------------------------------------------------*/

#ui3110 .contents_area {
  margin-bottom: 50px;
  margin-top: 5px;
  font-size: 1.8rem;
}

#ui3110 h2,
#ui3110 h3 {
  font-family: 'Noto Sans JP', sans-serif;
}

#ui3110 .contents_area .tit01 {
  margin: 0 0 10px 0;
  padding: 20px;
  background-color: #46850f;
  color: #ffffff;
  font-weight: 300;
}

#ui3110 .contents_area .tit02 {
  margin: 50px 0 0 0;
  padding: 0 0 5px;
  color: #46860f;
  border-bottom: 3px solid #46860f;
  font-weight: 500;
}

#ui3110 .contents_area .tit03 {
  font-weight: 500;
}


#ui3110 .contents_area .contents_box {
  margin-top: 30px;
}

#ui3110 .cl01 {
  color: #008fbf;
}

#ui3110 .cl02 {
  color: #c00;
}

#ui3110 .name_box {
  color: #808080;
  text-align: right;
  font-size: 80%;
}

#ui3110 .info_box {
  padding: 15px 30px;
  background-color: #f0f0f0;
  font-size: 1.5rem;
  width: 100%;
}

#ui3110 .contents_box_pc {
  margin-top: 60px;
}

#ui3110 .contents_box_pc .pc_area {
  margin-top: 10px;
  border: 2px solid #689e38;
}

#ui3110 .item_series {
  font-weight: bold;
  color: #666666;
}

#ui3110 .item_series span {
  font-size: 2.7rem;
}

#ui3110 .item_tit {
  font-weight: bold;
  font-size: 2rem;
  color: #c00;
  margin-top: 10px;
}

#ui3110 .item_txt {
  font-size: 1.6rem;
  margin-top: 10px;
}

#ui3110 .main_img{
  text-align: center;
}

/* btn */

#ui3110 .btn01 {
  position: relative;
  display: block;
  color: #46850f;
  background: #ffffff;
  padding: 20px 20px 20px 30px;
  border: solid #46850f 2px;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 3px;
  transition: all 0.2s ease-out;
}

#ui3110 .btn01:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ffffff;
}

#ui3110 .btn01:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #46850f;
}

#ui3110 .btn01:hover {
  text-decoration: none;
  color: #ffffff !important;
  background: #46850f;
}

/* 他のお客様の声
----------------------------------------------------------------------------------------*/

#ui3110 .btn_box {
  text-align: center;
}

#ui3110 .btn_box a {
  width: 70%;
  margin: 0 auto;
  font-size: 2.5rem;
}


/* 職域282向けリンク追加
----------------------------------------------------------------------------------------*/

#ui3110 .var01 .btn01 {
  background: #46850f;
  color: #fff !important;
  border-color: #46850f;
  padding: 15px 15px 15px 30px;
}

#ui3110 .var01 .btn01:after {
  border-left-color: #46850f;
}

#ui3110 .var01 .btn01:hover {
  background: #fff;
  color: #46850f !important;
}

#ui3110 .btn_box.var01 a {
  width: 100%;
  margin: 10px 0 0;
}



@media print,
screen and (min-width: 768px) {
  /* 共通
---------------------------------------------------------------------*/
  #ui3110 {
    width: 1160px;
    margin: 0 auto;
  }
  #ui3110 h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
  #ui3110 h3 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #ui3110 h2 span {
    padding: 0 30px 0 0;
    background-position: left 30px top 15px;
    background-color: #ffffff;
  }
  #ui3110 .contents_area .contents_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #ui3110 .contents_area .contents_box:nth-of-type(2n+1) {
    flex-direction: row-reverse;
  }
  #ui3110 .contents_area .contents_box .contents_img {
    width: 40%;
  }
  #ui3110 .contents_area .contents_box .contents_txt {
    width: 57%;
  }
  #ui3110 .contents_area .tit03 {
    font-size: 3.6rem;
    font-weight: 300;
  }
  #ui3110 .contents_box_pc .pc_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 20px;
  }
  #ui3110 .item_l {
    width: 40%;
  }
  #ui3110 .item_r {
    width: 57%;
  }

}

@media screen and (max-width: 767px) {
  /* 共通
---------------------------------------------------------------------*/
  #ui3110 {
    margin: 10px 10px 0;
  }
  #ui3110 h2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  #ui3110 h2::before {
    top: 105%;
  }
  #ui3110 h3 {
    font-size: 2rem;
  }
  #ui3110 .contents_area .contents_box .contents_img {
    text-align: center;
  }
  #ui3110 .contents_area .contents_box .contents_txt {
    margin-top: 20px;
  }
  #ui3110 .info_box {
    padding: 15px 5%;
  }
  #ui3110 .contents_area .tit03 {
    font-size: 2.4rem;
    font-weight: 300;
  }
  #ui3110 .contents_box_pc .pc_area {
    padding: 10px 3%;
  }
  #ui3110 .item_l {
    text-align: center;
  }
  #ui3110 .btn_box a {
    width: 100%;
    font-size: 1.8rem;
  }

}
