@charset "UTF-8";

/* よどまるコーナーcss */
#yodomaru h1 {
    line-height: 1.2em;
    color: #29ABCC;
    margin: 30px 0 12px 0;
    position: relative;
    border-bottom: 2px solid #ccc;
    padding: 7px 0;
    font-size: 140%;
    font-weight: bold;
}
#yodomaru h1::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #29ABCC;
}


#yodomaru h3.tt_s {
    font-size: 110%;
    color: #e36c0a;
    margin-bottom: 10px;
    font-weight: bold;
}

.t_center {
    text-align: center;
}

#yodomaru span.btn02 {
    text-align: center;
    display: block;
}
#yodomaru span.btn02 a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -9px;
    color: #29ABCC;
    font-family: FontAwesome;
    content: "\f138";
    vertical-align: middle;
}


/* PC用 */
@media screen and ( min-width:641px ) {
  #yodomaru span.btn02 a {
      position: relative;
      padding: 8px 70px;
      margin: 10px 0;
      color: #29ABCC;
      display: inline-block;
      border: 1px solid #29ABCC;
      text-decoration: none;
      border-radius: 3px;
      text-align: center;
      text-decoration: none !important;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -ms-border-radius: 50px;
  }


}

/* スマホ用 */
@media screen and ( max-width:640px ) {
  #yodomaru h1 {
      margin: 15px 0 8px 0;
  }

  #yodomaru span.btn02 a {
    position: relative;
    padding: 10px;
    margin: 10px;
    color: #29ABCC;
    display: block;
    border: 1px solid #29ABCC;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
  }
  #yodomaru span.btn02 a:after {
    top: 44%;
  }

  #yodomaru  .column_1 img {
    float: right;
    margin: 0 0 10px 20px;
  }

}
