@charset "UTF-8";
/*------------------------------------------- 詳細*/
.details__reference-inner {
  margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .details__reference-inner {
    margin-bottom: 70px;
  }
}
/*------------------------------------------- 使用するZoho製品*/
.use_product__area {
  border: 10px solid #ddedf9;
  padding: 35px 20px 20px;
  position: relative;
}
.use_product__area .title8 {
  font-size: 1.8rem;
  white-space: nowrap;
  background-color: #fff;
  padding: 0 15px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.use_product__list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -30px -5px 0;
}
.use_product__list > ul > li {
  width: 50%;
  padding: 30px 5px 0;
}

.use_product__icons {
  padding-top: 100px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.use_product__icons > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}

.use_product__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: -4px;
}

.use_product__txt {
  text-align: center;
  font-size: 1.3rem;
  color: #3788c6;
  margin-top: 10px;
  line-height: 1.2;
}
.use_product__txt span {
  border-bottom: 1px solid #3788c6;
}

@media screen and (min-width: 768px) {
  .use_product__list > ul > li {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .use_product__icons > img {
    transition: transform 0.6s;
    transform: scale(1);
  }
  .use_product__title {
    transition: color 0.6s;
  }
  .use_product__txt {
    transition: color 0.6s;
  }
  .use_product__txt span {
    transition: border-bottom-color 0.6s;
  }
  .use_product__item:hover .use_product__icons > img {
    transform: scale(1.2);
  }
  .use_product__item:hover .use_product__title {
    color: #125fa7;
  }
  .use_product__item:hover .use_product__txt {
    color: #125fa7;
  }
  .use_product__item:hover .use_product__txt span {
    border-bottom-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .use_product__area {
    padding: 35px 20px 40px;
  }
  .use_product__area .title8 {
    font-size: 2.6rem;
    padding: 0 40px;
    top: -30px;
  }
  .use_product__icons {
    padding-top: 132px;
  }
  .use_product__title {
    font-size: 2rem;
  }
  .use_product__txt {
    font-size: 1.4rem;
  }
}


/*-------------------------------------------プロフィール欄*/


h2#head-profile {
    padding: .1em .7em;
    border-left: 5px solid #2589d0;
    color: #2589d0;
    margin-bottom:20px;
    font-size:1.6em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight:700;
}

#profile_area{
    width:960px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}

#profile_area_l{
    width:26%;
    height:auto;
}

div#profile_area_text{
    width: 100%;
}

#profile_name_a{
    font-family: 'Yu Mincho', serif;
    font-weight: 500;
    margin: 10px auto;
}
#profile_name_b{
    width: 60%;
    margin: 0 auto;
    font-family: 'Yu Mincho', serif;
    text-align:center;
    font-weight: 600;
    font-size:1.7em;
}
#profile_name_c{
    width: 60%;
    margin: 0 auto;
}

p#profile_name_c_space{
    width: 60%;
    margin: 0 auto;
    text-align:center;
    font-size:0.5em;
    letter-spacing:0.5em;
}

#profile_area_r{
    width:70%;
    height:auto;
}

p#profile_text{
    line-height: 1.5em;
}
#profile_area_r_row{
    width: 100%;
    display:flex;
    margin: 20px 0 0 0;
}
#certification_area{
    width:50%;
    height:auto;
}

ul#pclist {
    padding: 0;
  }
  
ul#pclist li{
    list-style: none;
    line-height: 1.1em; /*文の行高*/
    padding: 0.5em 0; /*前後の文との余白*/
    font-size:0.8em;
  }


#certificationsbadge_area{
    width:50%;height:auto;
    padding-left:20px;
    box-sizing:border-box;
}

ul#pblist{
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
ul#pblist li{
    width:30%;
    padding:0.1em 0.1em;
    height:auto;
}
h4.p_title{
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    color: #3788c6;/*文字色*/
    font-size: 1.3em;
    background: transparent;/*背景透明に*/
    border-bottom: solid 3px #aacae9;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight:700;
}

@media screen and (max-width: 768px) {
    #profile_area{
        width: 100%;
        display: block;
    }

    #profile_area_l{
        width:100%;
        margin: 0 auto;
    }
    #profile_area_l img{
        width: 60%;
        margin: auto;
        display: block;
    }
    div#profile_area_text{
        width: 60%;
        margin: auto;
        display: block;
    }
    
    #profile_name_a{
        font-family: 'Yu Mincho', serif;
        font-weight: 500;
        margin: 10px auto;
    }
    #profile_name_b{
        width: 60%;
        margin: 0 auto;
        font-family: 'Yu Mincho', serif;
        text-align:center;
        font-weight: 600;
        font-size:1.7em;
    }   
    #profile_area_r{
        width:100%;
        margin: 0 auto;
	padding-top:10px;
    }
    #profile_area_r_row{
        display: block;
    }
    #certification_area{
        width:100%;
        margin: 0 auto;
	padding-top:10px;
    }
    #certificationsbadge_area{
        width:100%;
        margin: 0 auto;
        padding-left:0px;
	padding-top:10px;
    }

}


/*------------------------------------------- 一覧*/


.reference__button-area > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 0;
}
.reference__button-area > ul > li {
  width: 100%;
  padding: 20px 0 0;
}

.reference__middle {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .reference__button-area > ul {
    margin: -20px -10px 0;
  }
  .reference__button-area > ul > li {
    width: 33.3333%;
    padding: 20px 10px 0;
  }
}

@media screen and (min-width: 1200px) {
  .reference__button-area > ul {
    margin: -30px -15px 0;
  }
  .reference__button-area > ul > li {
    width: 20%;
    padding: 30px 15px 0;
  }
  .reference__middle {
    margin-bottom: 90px;
  }
}