  @charset "utf-8";
/*=============================================================
 numbers_area Layout
=============================================================*/
.numbers #contents{
  padding-bottom: 0px!important;
}
#ttl-page-area{
  margin: 0;
}
#numbers_area{
  padding: 30px 0;
  background: #edeff1;
}
/* ttl-2nd
-------------------------------------------------------------*/
.numbers .ttl-2nd{
  font-size: 30px;
  left:50%;
  transform: translateX(-50%);
  padding-bottom: 5px;
  margin-top: 100px;
}
.numbers .ttl-2nd:after {
  width: 100%;
  height: 4px;
}

/* numbers-box
-------------------------------------------------------------*/
.numbers-box,
.numbers-box02{
  width: 100%;
}
.numbers-box>li>h3,
.numbers-box02>li>h3,
.numbers-box03>li>h3{
  font-size: 22px;
  margin-bottom: 30px;
}
.numbers-box>li>h3.bdr-text{
  line-height: 1.8;
}
.numbers-box>li>h3.bdr-text>.bdr1,
.numbers-box>li>h3.bdr-text>.bdr2{
  position: relative;
  display: inline-block;
}
.numbers-box>li>h3.bdr-text>.bdr1:after{
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom:0;
  left:0;
  margin-bottom: 5px;
  background: linear-gradient(to right, #cf121b 0%, #e77225 100%);
}
.numbers-box>li>h3.bdr-text>.bdr2:after{
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom:0;
  left:0;
  margin-bottom: 5px;
  background: linear-gradient(to right, #f29f2a  0%, #f4ca2c 100%);
}
.numbers-box>li,
.numbers-box02>li,
.numbers-box03>li{
  width: 100%;
  max-width: calc((100% - 30px) / 2);
  background: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 30px 30px;
  float: left;
  padding: 50px 68px 0;
  box-sizing: border-box;
  min-height: 250px;
}
.numbers-box>li:nth-child(odd),
.numbers-box02>li:nth-child(odd),
.numbers-box03>li:nth-child(odd){
  margin-left: 0;
}
.numbers-box>li:nth-child(even),
.numbers-box02>li:nth-child(even)
.numbers-box03>li:nth-child(even){
  float: right;
}
.numbers-box>li>p,
.numbers-box02>li>p,
.numbers-box03>li>p{
  margin-bottom: 30px;
}
.numbers-box>li>figure,
.numbers-box02>li>figure,
.numbers-box03>li>figure{
  margin: 0;
}
.numbers-box>li>figure+.note,
.numbers-box02>li>figure+.note,
.numbers-box03>li>figure+.note{
  margin-top: 30px;
}
.numbers-box>li .note,
.numbers-box02>li .note,
.numbers-box03>li .note{
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}

/* numbers-box */
.numbers-box>li:nth-child(1),
.numbers-box>li:nth-child(3){
  min-height: 290px;
}
.numbers-box>li:nth-child(2)
{
  min-height: 550px;
}
.numbers-box>li:nth-child(6)
{
  min-height: 450px;
}
.numbers-box>li:nth-child(7)
{
  min-height: 360px;
}

/* numbers-box02 */
.numbers-box02>li:nth-child(1),
.numbers-box02>li:nth-child(2){
  max-width: 100%;
  min-height: 440px;
}
.numbers-box02>li:nth-child(1)>.icon-flow{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: center;
    margin-bottom: 60px;
}
.numbers-box02>li:nth-child(1)>.icon-flow>li{
  max-width: calc((100% - 9%) / 3);
  text-align: center;
  margin-left: 3%;
}
.numbers-box02>li:nth-child(1)>h3{
  margin-bottom: 60px;
}
.numbers-box02>li:nth-child(1)>.icon-flow>li:nth-child(n+4){
  margin-top: 50px;
}
.numbers-box02>li:nth-child(2){
  margin-left: 0;
}
.numbers-box02>li:nth-child(2)>.col2{
  align-items: center;
    margin-bottom: 60px;
}
.numbers-box02>li:nth-child(4){
  float: right;
  min-height: 896px;
}
.numbers-box02>li:nth-child(5){
  float: left;
}
.numbers-box02>li:nth-child(6){
  float: left;
  margin-left: 0;
}

/* numbers-box03 */
.numbers-box03>li:nth-child(5){
  max-width: 100%;
}


/* »áÉç?ÊÂ˜I¤Ë¤Ä¤¤¤Æ */
#numbers_area .boxContents:nth-of-type(2) a:hover{
	opacity: 0.7;	
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:750px), only screen and (max-device-width:750px){
/*=============================================================
 about Layout
=============================================================*/
/* ttl index
-------------------------------------------------------------*/
/* ttl-2nd
-------------------------------------------------------------*/
.numbers .ttl-2nd{
  font-size: 26px;
  margin: 60px 0 50px;
}

/* numbers-box
-------------------------------------------------------------*/
.numbers-box>li>h3,
.numbers-box02>li>h3,
.numbers-box03>li>h3{
  font-size: 18px;
  margin-bottom: 28px;
}
.numbers-box>li>h3.bdr-text>.bdr1:after{
  margin-bottom: 5px;

}
.numbers-box>li>h3.bdr-text>.bdr2:after{
  margin-bottom: 5px;
}
.numbers-box>li,
.numbers-box02>li,
.numbers-box03>li{
  width: 100%;
  max-width: none;
  margin: 0 0 10px 0;
  float: none;
  padding: 40px 20px 40px;
  min-height: auto;
}
.numbers-box>li:nth-child(even),
.numbers-box02>li:nth-child(even)
.numbers-box03>li:nth-child(even){
  float: none;
}
.numbers-box>li>figure>img,
.numbers-box02>li>figure>img,
.numbers-box03>li>figure>img{
  max-width: 65%;
}
.numbers-box02>li>.icon-flow>li>figure>img{
  max-width: 60%;
}
.numbers-box>li>figure+.note,
.numbers-box02>li>figure+.note,
.numbers-box03>li>figure+.note{
  margin-top: 30px;
  margin-bottom: 0;
}
/* numbers-box */
.numbers-box>li:nth-child(1),
.numbers-box>li:nth-child(4){
  min-height: auto;
}
.numbers-box>li:nth-child(2),
.numbers-box>li:nth-child(3){
  min-height: auto;
}
.numbers-box>li:nth-child(6),
.numbers-box>li:nth-child(7),
.numbers-box>li:nth-child(8){
  min-height: auto;
}
.numbers-box>li:nth-child(4)>figure>img,  
.numbers-box>li:nth-child(5)>figure>img{
  /* max-width: 60%; */
}  
.numbers-box>li:nth-child(6)>figure>img{
  max-width: 65%;
}
.numbers-box>li:nth-child(7)>figure>img{
  /* max-width: 80%; */
}  
/* numbers-box02 */
.numbers-box02{
  display: flex;
  flex-wrap: wrap;
  width: 100;
}
.numbers-box02>li{
  width: 100%;
}  
.numbers-box02>li:nth-child(1),
.numbers-box02>li:nth-child(2){
  max-width: 100%;
  min-height: auto;
}
.numbers-box02>li:nth-child(1)>.icon-flow{
  display: block;
}
.numbers-box02>li:nth-child(1)>.icon-flow>li{
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  text-align: center;
 
}
.numbers-box02>li:nth-child(1)>h3{
  margin-bottom: 40px;
}
.numbers-box02>li:nth-child(1)>.icon-flow>li:nth-child(n+4){
  margin-top: 0;
}
.numbers-box02>li:nth-child(3)>figure>img,
.numbers-box03>li:nth-child(5)>figure>img{
  max-width: 100%;
}
.numbers-box02>li:nth-child(4)>figure>img{
  /* max-width: 70%; */
}  
.numbers-box02>li:nth-child(4){
  float: none;
  min-height: auto;
  order: 5;
}
.numbers-box02>li:nth-child(5){
  float: none;
  order: 4;
}
.numbers-box02>li:nth-child(6){
  float: none;
  order: 6;
}

/* numbers-box03 */
.numbers-box03>li:nth-child(1)>figure>img,
.numbers-box03>li:nth-child(2)>figure>img{
  /* max-width: 50%; */
} 
.numbers-box03>li:nth-child(5){
  max-width: 100%;
}
    .numbers-box03 p.sp-mB0{
        margin-bottom: 0;
    }


}