@charset "UTF-8";

.contact_area {
  padding: 10px 0;
  clear: both;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.blue_bg {
  background: #1a2da3;
}

/* ================== */

/*  問い合わせBOX　*/

/* ================== */

.contact_col_11 {
  width: 80%;
  float: left;
  text-align: center;
  margin-right: 20px;
}

.contact_col_1 {
  width: 16%;
}

.blue_bg {
  background: #1a2da3;
}

.contact_area p {
  text-align: center;
  font-size: 150%;
  color: #ffff53;
  font-weight: bold;
}

.sp-only .bt_box {
  margin: 0;
}

.sp-only .bt_box .contact_col_6 {
  margin: 0;
}

.sp-only .bt_box a {
  padding: 5px;
  display: block;
}

.bt_box {
  width: 100%;
  margin: 10px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.bt_box.wrap {
  flex-wrap: wrap;
}

.bt_box.blog {
  flex-wrap: wrap;
  justify-content: left;
}

.bt_box.blog .col_4 {
  padding: 10px;
}

.wrap_w50 {
  width: 48%;
  padding: 10px;
}

.bt_box.foot a {
  width: 100%;
  padding: 10px;
}

.riar_box {
  background: #fff;
  border-radius: 20px;
  width: 46%;
  padding: 10px;
  text-align: center;
}

.riar_box.green {
  background: #19c832;
}

.riar_box.red {
  background: #ff1c38;
}

.riar_box a {
  padding: 10px 20px 10px 50px;
  color: #ffff53;
  font-size: 180%;
  font-weight: bold;
  display: block;
  position: relative;
}

.riar_box.green a:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 10px;
  left: 40px;
  margin-top: -10px;
  background: url(/wp-content/themes/frat7/img/common/icon_form.png)no-repeat;
  background-size: 66px 59px;
  width: 66px;
  height: 59px;
}

.riar_box.red a:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 15px;
  left: 40px;
  margin-top: -10px;
  background: url(/wp-content/themes/frat7/img/common/icon_mail.png)no-repeat;
  background-size: 72px 52px;
  width: 72px;
  height: 52px;
}

.tel_area {
  background: #7cdcff;
  padding: 20px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.tel_inner {
  margin: 0 auto 0;
  display: inline-block;
  font-size: 120%;
  text-align: left;
}

.tel_inner p {
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  text-align: left;
  margin-left: 0px;
  display: block;
  vertical-align: middle;
}

.tel_inner p span {
  background: #fff;
  color: #e94746;
  padding: 2px 5px;
  margin-left: 5px;
  font-weight: bold;
}

.tel_number {
  font-size: 300%;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}

.tel_number img {
  width: 10%;
  margin-right: 5px;
}