/* CSS Document */
.a2hs-content {
  background: #f7f3ed; }
  .a2hs-content__obi {
    background: #494949; }
  .a2hs-content__howto {
    display: flex;
    justify-content: space-between; }
    .a2hs-content__howto_device {
      width: 48.4%; }
      .a2hs-content__howto_device h2 {
        color: #494949;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px; }
  .a2hs-content__step {
    margin-bottom: 24px;
    overflow: hidden; }
    .a2hs-content__step .ttl {
      position: relative;
      padding: 13px 0 0 14px; }
      .a2hs-content__step .ttl .subttl {
        font-size: 20px;
        font-weight: bold;
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-bottom: 14px;
        padding: 9px 13px 7px;
        line-height: 1;
        background: #fff;
        border-radius: 100px; }
      .a2hs-content__step .ttl h3 {
        color: #494949;
        font-size: 20px;
        line-height: 1.6;
        font-weight: bold;
        position: relative;
        z-index: 1; }
    .a2hs-content__step_main {
      display: flex;
      justify-content: space-between; }
      .a2hs-content__step_main p {
        font-size: 14px;
        width: 240px;
        margin-top: 80px; }
      .a2hs-content__step_main .step_img {
        margin-top: 40px;
        width: 220px;
        text-align: center; }
  .a2hs-content__step .ttl::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -16px;
    left: -30px;
    right: -30px;
    transform: rotate(-5deg);
    z-index: 0;
    height: 150px;
    width: 150%;
    background: #fdbe01;
    box-shadow: 0px 5px 0px 0px rgba(114, 114, 114, 0.15); }
  .a2hs-content__step:nth-of-type(1) .step_img {
    min-height: 251px; }
  .a2hs-content__step:nth-of-type(1) .ttl .subttl {
    color: #fdbe01; }
  .a2hs-content__step:nth-of-type(1) .ttl::after {
    background: #fdbe01; }
  .a2hs-content__step:nth-of-type(2) .step_img {
    min-height: 240px; }
  .a2hs-content__step:nth-of-type(2) .ttl .subttl {
    color: #ff82e0; }
  .a2hs-content__step:nth-of-type(2) .ttl::after {
    background: #ff82e0; }
  .a2hs-content__step:nth-of-type(3) .step_img {
    min-height: 210px; }
  .a2hs-content__step:nth-of-type(3) .ttl .subttl {
    color: #67d3ff; }
  .a2hs-content__step:nth-of-type(3) .ttl::after {
    background: #67d3ff; }
  .a2hs-content__step:nth-of-type(4) .step_img {
    min-height: 251px; }
  .a2hs-content__step:nth-of-type(4) .ttl .subttl {
    color: #00d53b; }
  .a2hs-content__step:nth-of-type(4) .ttl::after {
    background: #00d53b; }
