@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------
 COMPONENT|Style
---------------------------------------------------------- */
#style_img ul{
  background-color: #efefef;
  padding: 30px;
  position: relative;
}

#style_img ul::after{
  content: "";
	position: absolute;
	top: auto;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
	margin-top: -14px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #efefef transparent transparent transparent;
}

#style_img ul li{
  background-color: #2b2b2b;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

#style_img ul li:last-child{
  margin-right: 0;
}

#style_img ul li::before,
#style_img ul li::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: -27%;
  width: 20%;
  height: 1.5%;
  margin-top: -2px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#style_img ul li::after{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#style_img ul li:last-child::before,
#style_img ul li:last-child::after{
  display: none;
}

#style_img p{
  padding: 30px;
  margin: auto;
  text-align: center;
  font-size: 200%;
  background-color: #2b2b2b;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

/* ---- PC ---- */
@media (min-width: 769px) {
  #style_img ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  #style_img ul li{
    margin-right: 5%;
    width: 16%;
    height: auto;
    position: relative;
  }
  
  #style_img ul li{
    content: "";
    display: block;
    padding-top: 16%;
  }
  
  #style_img ul li span:not(.no-pc):not(.no-sp){
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
  #style_img ul li span:before{
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
  }
  
}

/* ---- SP ---- */
@media (max-width: 768px) {
  #style_img ul li{
    margin-bottom: 42px;
    padding: 20px 5%;
  }
  
  #style_img ul li:last-child{
    margin-bottom: 0;
  }
  
  #style_img ul li::before,
  #style_img ul li::after{
    width: 30px;
    height: 2px;
    right: 0;
    bottom: -22px;
    top: auto;
    left: 0;
    margin: auto;
  }
}

/*----------------------------------------------------------
 COMPONENT | Element
---------------------------------------------------------- */

.box .text.catch{
  margin-bottom: 40px;
}

dl.text::after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.box dl.text{
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}

dl.text dt{
  font-size: 190%;
  text-align: center;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}

/* ---- PC ---- */
@media (min-width: 769px) {
  .box dl.text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  dl.text dt{
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* 上下中央 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* 左右中央 */
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    line-height: 1;
  }

  dl.text dd{
    width: 100%;
    margin-left: -200px;
    padding-left: 238px;
    box-sizing: border-box;
  }
}

/* ---- SP ---- */
@media (max-width: 768px) {
  .box dl.text{
    margin-bottom: 30px;
    padding-top: 30px;
  }
  
  dl.text dt{
    margin-bottom: 10px;
  }
}