@charset "UTF-8";
/*
	font
*******************************/
/*
	color
*******************************/
/*
01: テーブルセル（奇数行）
02: テーブルセル（偶数行）
03: ホバー
04: ダーク
05: SPグローバルナビゲーション
06: ヘッダーバナー
07: 料金表
*/
/*
	width
*******************************/
/*
	フォントサイズ
*******************************/
/*
	レスポンシブ
*******************************/
/*
	モード
*******************************/
/*
	アイコンフォント
*******************************/
/*
	アーガイル柄
*******************************/
/*
	ホバーアニメーション
*******************************/
/*
	section
*******************************/
@media (max-width: 768px) {
  .summary .sectionDescription.has-image .boxFlex_unit {
    order: 1;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .summary .sectionDescription.has-image .boxFlex_unit {
    margin-bottom: 20px;
    margin-top: 0;
    order: 0;
    width: 100% !important;
  }
}
.summary button.boxImage {
  position: relative;
}
.summary button.boxImage::before {
  display: inline-block;
  font-family: "conoha_icon";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: none;
  text-transform: none;
  bottom: 12px;
  color: #12b8d7;
  content: "\f08f";
  position: absolute;
  right: 12px;
  font-size: 32px;
  font-size: 3.2rem;
}
/*# sourceMappingURL=this.css.map */