
/****** select ******/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  padding: 0.75em 2.5em 0.75em 0.75em;
  background-color: #fff;
}
select::-ms-expand{
  display: none;
}
.selectGroup{
  position: relative;
  margin-right: .5em;
}
.selectGroup:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #333333 transparent transparent transparent;
  right: 0.75em;
  margin: auto;
  top: 0;
  bottom: 0;
}
.selectGroupUnit{
  margin-right: 2em;
}
/*----------
mainWrap
----------*/
#simpleCss .simpleSection {
  margin-top: 36px;
  background-color: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}
#simpleCss .simpleSection h4 {
  padding: 25px 4.2% 25px 3.2%;
  font-size: 24px;
  font-weight: bold;
  background-color: #39a75b;
  color: #fff;
  position: relative;
}
#simpleCss .simpleSection h4>img{
  vertical-align: -6px;
  margin-right: 1em;;;

}
#simpleCss .simpleSection .sectionInner {
  padding: 42px 4.2%;
  border-top: 2px solid #fff;
  font-size: 16px;
}
#simpleCss .simpleInner{
  padding: 42px 4.2%;
  background-color: #fff;
  border-radius: 5px;
}
#simpleCss .simpleSection .sectionInner p + p,
#simpleCss .simpleSection .sectionInner p + ul {
  margin-top: 1em;
}
#simpleCss .simpleSection .sectionInner h5 {
  margin-top: 64px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#simpleCss .simpleSection .sectionInner h5::before {
  content: "";
  display: block;
  width: 1000px;
  height: 9px;
  background-color: #fff;
  border-radius: 4.5px;
  position: absolute;
  left: -1010px;
  top: 9px;
}
#simpleCss .simpleSection .attention {
  font-weight: bold;
  background-image: url(../images/bgAttention.jpg);
}

/* sectionWrap */
#simpleCss .simpleSection .sectionInner p + .sectionWrap,
#simpleCss .simpleSection .sectionInner .sectionWrap + p,
#simpleCss .simpleSection .sectionInner .sectionWrap + ul {
  margin-top: 43px;
}
#simpleCss .simpleSection .sectionInner .sectionWrap {
  padding: 42px 4.2%;
  background-color: #d7e6bc;
  border-radius: 5px;
}
#simpleCss .simpleSection .sectionInner .sectionWrap.white {
  background-color: #fff;
}
#simpleCss .simpleSection .sectionInner .sectionWrap.note {
  padding: 24px 4.2%;
}
#simpleCss .simpleSection .sectionInner h5 + .sectionWrap,
#simpleCss .simpleSection .sectionInner .sectionWrap + .sectionWrap {
  margin-top: 21px;
}

/* btnList */
#simpleCss .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#simpleCss .btnList li {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #999999;
  box-shadow: 0 5px 0 0 #999999;
  position: relative;
  top: 0;
  display: block;
}
#simpleCss .btnList li.select{
  top: 5px;
  background-color: #176033;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0 #999999;
  box-shadow: 0 0 0 0 #999999;
  -webkit-transition: top .5s, -webkit-box-shadow .5s;
  transition: top .5s, -webkit-box-shadow .5s;
  -o-transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s, -webkit-box-shadow .5s;
}
#simpleCss .btnList li label:before{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 3px solid #dddddd;
  border-radius: 50%;
  left: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#simpleCss .btnList li.select label:after{
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #39a75b;
  border-radius: 50%;
  left: calc(6% + 7px);
  top: 0;
  bottom: 0;
  margin: auto;
}
#simpleCss .btnList li:active {
  top: 5px;
  -webkit-box-shadow: 0 0 0 0 #999999;
  box-shadow: 0 0 0 0 #999999;
  -webkit-transition: top .5s, -webkit-box-shadow .5s;
  transition: top .5s, -webkit-box-shadow .5s;
  -o-transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s, -webkit-box-shadow .5s;
}
#simpleCss .btnList li.select {
  top: 5px;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0 #999999;
  box-shadow: 0 0 0 0 #999999;
  -webkit-transition: top .5s, -webkit-box-shadow .5s;
  transition: top .5s, -webkit-box-shadow .5s;
  -o-transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s, -webkit-box-shadow .5s;
}
#simpleCss .btnList label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#simpleCss .btnList label,
#simpleCss .btnList a {
  width: 100%;
  height: 100%;
}
#simpleCss .btnList label:hover {
  cursor: pointer;
}
#simpleCss .btnList input {
  display: none;
}
#simpleCss .btnList p {
  font-weight: bold;
}

#simpleCss .col2,
#simpleCss .col3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#simpleCss .col2 li {
  width: 45.45%;
}
#simpleCss .col3 li {
  width: 29.87%;
}
#simpleCss .col2 li:nth-child(n+3),
#simpleCss .col3 li:nth-child(n+4) {
  margin-top: 1em;
}
#simpleCss .nonCol li {
  margin-right: 1em;
  margin-bottom: 1em;
}
/****** simpleTbl ******/
.simpleTbl{
    margin-top: 43px;
    background-color: #d7e6bc;
    border-radius: 5px;
    width: 100%;
}
.simpleTbl tr:not(:first-child){
  border-top: 2px solid #fff;
}
.simpleTbl th,td{
  padding: 1.5em 0;
}
.simpleTbl th{
  font-weight: bold;
  vertical-align: middle;
  padding-left: 5%;
  padding-left: 2em;
}
.simpleTbl td{
  padding-right: 5%;
}
.simpleTbl .btnList li{
  height: 60px;
}
.simpleTbl .btnList li p{
  margin-left: 23.9%;
}
/****** simpleBalloon ******/
.simpleBalloon>li{
  position: relative;
  height: 90px;
}
.simpleBalloon>li>label>p{
  margin-left: 20%;
}
.simpleBalloon>li>p{
  position: absolute;
  background-color: #39a75b;
  top: calc(100% + 12px);
  padding: 1em;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}
.simpleBalloon>li>p:after{
  content: '';
  position: absolute;
  top: -20px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #39a75b transparent;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  /****** select ******/
  select{
    padding: 0.75em 1.5em 0.75em 0.5em;
  }
  .selectGroup{
    margin-right: 0;
  }
  .selectGroupUnit{
    margin-right: 0.55em;
  }
  /*----------
  header
  ----------*/
  /* step */
  #simpleCss header .step {
    padding: 8.5px 2.6%;
  }
  #simpleCss header .step ul {
    margin-left: 0;
  }
  #simpleCss header .step ul li {
    height: 49px;
  }
  #simpleCss header .step ul li:not(:last-child) {
    margin-right: -9px;
  }
  #simpleCss header .step ul li:not(:last-child)::before {
    height: 55px;
    border-radius: 27.5px;
    top: -3px;
    left: 3px;
  }
  #simpleCss header .step ul li > div {
    height: 49px;
    padding-top: 3px;
    border-radius: 2.5px;
  }
  #simpleCss header .step ul li span {
    width: 22px;
  }
  #simpleCss header .step ul li span img {
    width: auto;
    height: 22px;
  }
  #simpleCss header .step ul li p {
    font-size: 10px;
    line-height: 10px;
    margin: 0.5em 0 0;
    display: block;
    text-align: center;
  }

  /*----------
  mainWrap
  ----------*/
  #simpleCss .simpleSection {
    margin-top: 30px;
  }
  #simpleCss .simpleSection h4 {
    font-size: 20px;
    padding: 20px 4.1% 20px 2.7%;
    border-left: 5px solid #39a75b;
  }
  #simpleCss .simpleSection .sectionInner {
    padding: 20px 4.1%;
    border-top: 1px solid #fff;
  }
  #simpleCss .simpleInner{
    padding: 20px 4.1%;
  }
  #simpleCss .simpleSection .sectionInner p + p,
  #simpleCss .simpleSection .sectionInner p + ul {
    margin-top: 0.5em;
  }
  #simpleCss .simpleSection .sectionInner h5 {
    margin-top: 30px;
  }
  #simpleCss .simpleSection .sectionInner h5::before {
    left: -1005px;
  }

  /* sectionWrap */
  #simpleCss .simpleSection .sectionInner p + .sectionWrap,
  #simpleCss .simpleSection .sectionInner .sectionWrap + p,
  #simpleCss .simpleSection .sectionInner .sectionWrap + ul,
  #simpleCss .simpleSection .sectionInner h5 + .sectionWrap,
  #simpleCss .simpleSection .sectionInner .sectionWrap + .sectionWrap {
    margin-top: 20px;
  }
  #simpleCss .simpleSection .sectionInner .sectionWrap {
    padding: 15px 4.5%;
  }

  /* btnList */
  #simpleCss .col2 li:nth-child(n+3),
  #simpleCss .col3 li:nth-child(n+4) {
    margin-top: 0;
  }
  #simpleCss .nonCol li {
    margin: 0;
  }
  #simpleCss .spCol2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #simpleCss .spCol1 li {
    width: 100%;
  }
  #simpleCss .spCol2 li {
    width: 47.5%;
  }
  #simpleCss .spCol1 li:nth-child(n+2),
  #simpleCss .spCol2 li:nth-child(n+3) {
    margin-top: 15px;
  }

  /****** simpleTbl ******/
  .simpleTbl{
    margin-top: 20px;
  }
  .simpleTbl th,td{
    display: block;
    padding: 1em;
  }
  .simpleTbl td{
    padding-top: 0;
  }
}
@media screen and (max-width: 370px){
  select {
    padding: 0.75em 1.25em 0.75em 0.25em;
  }
  .selectGroup {
    display: inline-block;
  }
  .selectGroup:after{
    right: 0.25em;
  }
  .selectGroupUnit {
      margin: 0 0.5em 0 0.05em;
  }
}
