#support #main-header {
  margin-bottom: 50px;
}
#support #main-header .main-menu .menu-05 a:before {
  background: #1d2088;
  color: #ffffff;
}
#support #content-header {
  position: relative;
  min-height: 160px;
  margin-bottom: 60px;
  padding-left: 190px;
}
#support #content-header.ico:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  line-height: 156px;
  background: #ffffff;
  border: 2px solid #231815;
  border-radius: 50%;
  color: #231815;
  font-size: 8rem;
  font-weight: normal;
  text-align: center;
}
#support #content-header h1 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
}
#support #content-header h2 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}
#support #content-header p {
  line-height: 1.8;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #support #main-header {
    margin-bottom: 20px;
  }
  #support #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 100px;
  }
  #support #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #support #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #support #content-header h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #support #content-header p {
    line-height: 1.8;
  }
}
#support #support-content #support-header {
  margin-bottom: 25px;
}
#support #support-content #support-header h1 {
  background: #e8e9f3;
  color: #1d2088;
  margin-bottom: 15px;
  padding: 10px 16px;
  font-size: 2rem;
  font-weight: bold;
}
#support #support-content #support-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#support #support-content #support-list .item {
  width: 49%;
  margin-bottom: 100px;
}
#support #support-content #support-list .item h2 {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #1d2088;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1d2088;
}
#support #support-content #support-list .item h3 {
  height: 32px;
  line-height: 34px;
  margin-bottom: 20px;
  padding: 0 8px;
  background: #e8e9f3;
}
#support #support-content #support-list .item p {
  margin-bottom: 20px;
}
#support #support-content #support-list .item img {
  width: 100%;
  height: auto;
}
#support #support-content #support-list .item .item-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#support #support-content #support-list .item .item-inner li {
  width: 49%;
}
#support #support-content #support-list .item a.button {
  margin: 20px auto;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #support #support-content #support-list .item {
    width: 100%;
    margin-bottom: 50px;
  }
  #support #support-content #support-list .item .item-inner li {
    width: 100%;
  }
}
#support #content-header.ico.i_05:before {
  font-size: 6rem;
  line-height: 160px;
}

#support #support-content #support-list .item#support-05 {
  width: 100%;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #support #content-header.ico.i_05:before {
    font-size: 3.6rem;
    line-height: 84px;
  }
}
