/**
 mixin
 */
.tel_list > * {
  border: none !important;
  border-radius: 5px; }

.double_box01 > * {
  width: 49%;
  float: left;
  margin-bottom: 2%;
  display: block;
  background: #fff !important;
  border: 1px solid #ccc;
  text-align: center; }

.double_box01 > :nth-child(2n) {
  margin-left: 2%; }

.double_box01 > :nth-last-child(2),
.double_box01 > :last-child {
  margin-bottom: 15px; }

.tel_cv_btn {
  display: block;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px; }
  .tel_cv_btn .v_middle > * {
    display: block;
    color: #fff; }
  .tel_cv_btn .v_middle > strong {
    font-size: 30px;
    line-height: 120%;
    position: relative;
    padding-left: 30px; }
    .tel_cv_btn .v_middle > strong::before {
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      background: url(/assets/inquiry/images/img_inquiry_02.png) 100% no-repeat;
      background-position: center;
      background-size: auto 100%;
      position: absolute;
      top: 5px;
      left: 0; }

.v_middle, .v_middle_h {
  display: inline-block !important;
  vertical-align: middle; }

.tel_cv_btn .v_middle > span:first-child {
  font-size: 18px; }

.tel_list > .pre {
  background: #0549c6 !important; }

.tel_list > .checkup {
  background: #148f9b !important; }

.tel_list > .gan {
  background: #d0b843 !important; }

.tel_list > .biyo {
  background: #fb637e !important; }

.lastChild {
  margin-right: 0; }

.clearfix:after {
  content: url(../images/spacer.gif);
  display: block;
  clear: both;
  height: 0; }

.radius-none {
  border-radius: 0; }

.button-normal {
  position: relative; }
  .button-normal:after {
    top: 50%; }

@media (min-width: 980px) {
  .button-normal:after {
    width: 24px;
    height: 24px;
    transform: translateY(-50%) rotate(0);
    background: url(/assets/images/common/sub_arw.png) center center no-repeat;
    background-size: contain;
    right: 12px; } }

@media (max-width: 979px) {
  .double_box01.tel_list > :first-child {
    margin-bottom: 20px; }
  .double_box01 > :nth-child(2) {
    margin-bottom: 20px; }
  .double_box01 > :nth-child(3) {
    margin-bottom: 20px; }
  .double_box01 > :nth-last-child(2),
  .double_box01 > :last-child {
    margin-bottom: 15px; }
  .double_box01.tel_list > * {
    width: 100%;
    margin-left: 0 !important; }
  .button-normal:after {
    right: 8px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #0549c5;
    border-bottom: 2px solid #0549c5; } }
