@charset "utf-8";
/*-----------------------for both-----------------------*/
/*btn*/
.btnLeft {
  width: 48%;
  float: left;
}
.btnRight {
  width: 48%;
  float: right;
  text-align: right;
}
/*-- create --*/
#create li img {
  width: 40%;
  margin-bottom: 20px;
}
#create li p {
  line-height: 130%;
}
article h4 {
  background: #eee;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
}

.l_font{
	font-size:19px;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-- FORM --*/
  .formItem {
    overflow: auto;
  }
  .formItem li {
    width: 49%;
    margin-right: 2%;
    float: left;
    padding-bottom: 20px;
  }
  .formItem li:nth-child(even) {
    margin-right: 0%;
  }
  .questionItem li {
    width: 25%;
    /*margin-right: 2%;*/
    float: left;
    padding-bottom: 5px;
  }
  /*
  .questionItem li:nth-child(3n) {
    margin-right: 0%;
  }*/
  .grayBG {
    background: #fbfbfb;
    padding: 25px 20px;
    width: 100%;
    overflow: auto;
  }
  /*-- create --*/
  #create li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 21px;
    position: relative;
  }
  #create li span {
    background-image: url("../images/enterprise/next.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -25px;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-----------------------memberIndex-----------------------*/
  .formItem li {
    margin-bottom: 20px;
  }
  .questionItem li {
    float: left;
    width: 50%;
    padding-bottom: 5px;
  }
  .grayBG {
    background: #fbfbfb;
    padding: 15px;
    width: 100%;
    overflow: auto;
  }
  /*-- create --*/
  #create li img {
    width: 40%;
    margin-bottom: 10px;
  }
  #create {
    text-align: center
  }
  #create li {
    display: inline-block;
    width: 50%;
    margin-bottom: 40px;
    position: relative;
    font-size: 17px;
  }
  #create li:last-of-type {
    margin-bottom: 0;
  }
  #create li span {
    background-image: url("../images/enterprise/nextMob.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 25px;
    height: 15px;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 12.5px);
  }
}