@charset "UTF-8";
/* あ */

div.imagetable2_each_block{
  padding: 0 5px;
}

/* PC */
@media screen and (min-width:960px){
  div.imagetable2_before_after{
    padding-bottom: 144px;
    background: url("../../images/utility/image_table/arrow2-1.png") no-repeat bottom;
  }

  div.imagetable2_each_block{
    width: 290px;
    font-size: 0.9em;
  }

  div.imagetable2_each_block:nth-of-type(odd){
    float: left;
  }

  div.imagetable2_each_block:nth-of-type(even){
    float: right;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  div.imagetable2_before_after{
    background: url("../../images/utility/image_table/arrow2-2.png") no-repeat center center;
  }

  div.imagetable2_each_block{
    text-align: center;
  }

  div.imagetable2_each_block:nth-of-type(odd){
    margin-bottom: 30px;
  }

  div.imagetable2_before_after div.imagetable2_each_block:nth-of-type(odd){
    margin-bottom: 100px;
  }
}


ul.imagetable3{
  list-style: none;
}

.imagetable3 li p{
  padding: 0 5px;
  line-height: 2.0em;
}

/* PC */
@media screen and (min-width:960px){
  div.imagetable3_before_after{
    background: url("../../images/utility/image_table/arrow3-1.png") no-repeat center center;
  }

  div.imagetable3_before_after .imagetable3:first-of-type{
    margin-bottom: 144px;
  }

  ul.imagetable3{
    font-size: 0.8em;
  }

  .imagetable3 li{
    float: left;
    width: 192px;
    padding: 0 5px;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  div.imagetable3_before_after{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    background: url("../../images/utility/image_table/arrow3-2.png") no-repeat center top;
  }

  ul.imagetable3{
    width: 200px;
    margin: 0 auto;
  }

  div.imagetable3_before_after ul.imagetable3, div.imagetable3_2columns ul.imagetable3{
    float: left;
    width: 48%;
  }

  .imagetable3:first-of-type{
    padding-right: 10px;
  }

  .imagetable3 li{
    margin-bottom: 20px;
  }
}

p.imagetable_before, p.imagetable_after{
  text-align: center;
  font-size: 22px;
}

.imagetable_before{
  color: #036eb8;
}

.imagetable_after{
  color: #ea5514;
}

/* PC */
@media screen and (min-width:960px){
  p.imagetable_before, p.imagetable_after{
    display: none;
  }
}
