/* ---------------
そろタッチベースの設定
--------------- */
.entry-sorotouch p {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 18px;
  color: #666;
}

.entry-sorotouch .acms-entry .columnImage {
  margin-bottom: 34px;
}

/* ---------------
テキストタグセレクト
--------------- */
.entry-sorotouch .sorotouch_caution {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-family: 'FP-HiraKakuProN-W6' , 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-weight: bold;
  color: #372D1E;
}

.entry-sorotouch .sorotouch_orange {
  text-align: center;
  font-size: 29px;
  color: #FF6500;
}

.entry-sorotouch .sorotouch_lead_backOrange {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: center;
  font-size: 42px;
  font-family: 'FP-HiraKakuProN-W8', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #FF6500;
}

.entry-sorotouch .sorotouch_centerGray {
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-family: 'SeuratPro-DB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Verdana', 'sans-serif';
  color: #666;
}

.entry-sorotouch .sorotouch_titleGray {
  margin-bottom: 0;
  text-align: center;
  font-size: 38px;
  font-family: 'HiraginoSans-W8';
  font-weight: bold;
  color: #333333;
}

.entry-sorotouch .sorotouch_backGreen{
  margin-bottom: 18px;
  padding-top: 9px;
  padding-right: 8px;
  padding-bottom: 9px;
  padding-left: 8px;
  font-size: 25px;
  font-family: 'SeuratPro-M', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Verdana', 'sans-serif';
  color: #fff;
  background-color: #42B70D;
}

.entry-sorotouch .sorotouch_orange-large {
  margin-bottom: 20px;
  text-align: center;
  font-size: 38px;
  color: #FF6500;
}

/* ---------------
カスタムユニット
--------------- */
/* 色付き番号リスト */
.entry-sorotouch .colorNumberlist_title {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 38px;
  line-height: 1.4;
  font-size: 25px;
  font-family: 'SeuratPro-DB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Verdana', 'sans-serif';
  color: #666;
  border-bottom: 10px solid;
}

.entry-sorotouch .colorNumberlist_num {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  font-size: 43px;
  font-family: 'ToppanBunkyuMidashiGothicStdN-ExtraBold';
  font-weight: bold;
}

/* 色付き番号リストのカラー */
.entry-sorotouch .colorNumberlist_title.pink {
  border-color: #FC66B2;
}
.entry-sorotouch .colorNumberlist_num.pink {
  color: #FC66B2;
}

.entry-sorotouch .colorNumberlist_title.blue {
  border-color: #66BCEE;
}
.entry-sorotouch .colorNumberlist_num.blue {
  color: #66BCEE;
}

.entry-sorotouch .colorNumberlist_title.orange {
  border-color: #F4A567;
}
.entry-sorotouch .colorNumberlist_num.orange {
  color: #F4A567;
}


/*アイコン付き吹き出し*/
.entry-sorotouch .balloon {
  display: flex;
  align-items: flex-end;
  margin-bottom: 46px;
}

.entry-sorotouch .balloon_icon {
  margin-right:7px;
  width: 94px;
  height: 94px;
  object-fit: contain;
}

.entry-sorotouch .balloon_text{
  flex: 1;
  position: relative;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 7px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  color: #FF6500;
  border: 3px solid #42B70D;
  border-radius: 5px;
}

.entry-sorotouch .balloon_text:before,
.entry-sorotouch .balloon_text:after{
  content: "";
  position: absolute;
  top: 65%;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}

.entry-sorotouch .balloon_text:before{
  left: -8px;
  margin-top: -9px;
  border-width: 9px 9px 9px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

.entry-sorotouch .balloon_text:after{
  left: -12px;
  margin-top: -10px;
  border-color: transparent #42B70D transparent transparent;
  border-width: 10px 10px 10px 0;
}


/* 受賞 */
.entry-sorotouch .awardBox {
  margin-bottom: 30px;
  padding-top: 24px;
  padding-right: 0;
  padding-bottom: 24px;
  padding-left: 0;
  border-style: solid none;
  border-width: 4px;
  border-color: #FFDA00;
}

.entry-sorotouch .awardBox_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.entry-sorotouch .awardBox_title p{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #EF4848;
}

.entry-sorotouch .awardBox_lead {
  padding-bottom: 15px;
}

.entry-sorotouch .awardBox_name {
  font-size: 56px;
}

.entry-sorotouch .awardBox_image {
  width: 125px;
  height: 125px;
  object-fit: contain;
}

.entry-sorotouch .awardBox_bottomtext {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}


/*丸画像付きテキスト*/
.entry-sorotouch .introduction {
  display: flex;
  align-items: flex-start;
}

.entry-sorotouch .introduction_image {
  margin-top: -12px;
  margin-bottom: 26px;
  width: 149px;
  height: 149px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.entry-sorotouch .introduction_right {
  flex: 1;
  padding-left: 10px;
}

.entry-sorotouch .introduction_text {
  margin-bottom: 26px;
}

.entry-sorotouch .introduction_supplement {
  font-size: 14px;
}

/* 矢印と背景付き見出し */
.entry-sorotouch .arrowBgTitle {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 16px;
  line-height: 1;
  font-size: 20px;
  font-family: 'HiraginoSans-W6';
  color: #fff;
  background-image: url(/themes/epis/images/bg_arrow.svg);
  background-position: 100%;
  background-repeat: no-repeat;
}

/* 矢印と背景付き見出しの背景色 */
.entry-sorotouch .arrowBgTitle_yellow {
  background-color: #FFB036;
}

.entry-sorotouch .arrowBgTitle_orange {
  background-color: #FF7B36;
}

.entry-sorotouch .arrowBgTitle_red {
  background-color: #FF3636;
}

.entry-sorotouch .dummysection {
  margin-bottom: 80px;
  opacity: 0;
}

.entry-sorotouch .icon-tel::before {
  content: '';
  background-image: url(/themes/epis/images/icon/tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.entry-sorotouch .icon-pin::before {
  content: '';
  background-image: url(/themes/epis/images/icon/pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

/* ---------------
お問い合わせ
--------------- */
.entry-sorotouch .soroContact {
  background: rgba(255, 218, 0, .2);
  margin-bottom: 30px;
  padding: 40px 55px 34px 55px;
  box-sizing: border-box;
  text-align: center;
}

.entry-sorotouch .yellow .soroContact {
  background: none;
  margin-bottom: 0;
  padding: 40px 35px;
}

.entry-sorotouch .soroContact__tel {
  color: #42B70D;
  font-size: 31px;
  font-family: HiraKakuStdN-W8;
  font-weight: bold;
}

.entry-sorotouch .soroContact__tel::before {
  width: 27px;
  height: 27px;
}

.entry-sorotouch .soroContact__tel:link,
.entry-sorotouch .soroContact__tel:visited,
.entry-sorotouch .soroContact__tel:active,
.entry-sorotouch .soroContact__tel:focus,
.entry-sorotouch .soroContact__tel:hover {
  text-decoration: none;
  color: #42B70D;
}

.entry-sorotouch .soroContact__place {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 0;
  font-family: 'FP-HiraKakuProN-W6', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-weight: bold;
}

.entry-sorotouch .soroContact__btn {
  display: block;
  background-image: linear-gradient(-180deg, #FFC443 0%, #FFA120 100%);
  border-radius: 40px;
  font-size: 31px;
  transition: opacity .2s ease-out;
  font-weight: bold;
  padding: 13px 88px;
  margin: 0 auto 15px;
  box-sizing: border-box;
  text-align: center;
  font-family: HiraKakuStdN-W8;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  border: 0;
}

.entry-sorotouch .soroContact__btn:link,
.entry-sorotouch .soroContact__btn:visited,
.entry-sorotouch .soroContact__btn:active,
.entry-sorotouch .soroContact__btn:focus,
.entry-sorotouch .soroContact__btn:hover {
  text-decoration: none;
  color: #FFF;
}

.entry-sorotouch .soroContact__btn:hover {
  opacity: .7;
}

.entry-sorotouch .soroContact__btn span {
  color: #FFA120;
  background: #FFF;
  border-radius: 18px;
  padding: 8px 18px;
  box-sizing: border-box;
  margin-left: 10px;
}

.entry-sorotouch .yellow {
  background: rgba(255, 218, 0, .2) !important;
  border-radius: 0;
  padding-top: 30px;
}

.entry-sorotouch .sorotouch_lead_backOrange + .yellow {
  margin-top: -10px;
}

/* ---------------
フロー
--------------- */
.entry-sorotouch .flow-list {
  list-style: none;
  margin: 0 0 15px;
  padding: 0 35px;
}

.entry-sorotouch .flow-item {
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding: 0 0 16px;
  margin: 0;
}

.entry-sorotouch .flow-item::after {
  content: url(/themes/epis/images/icon/arrow_bottom.svg);
  width: 100%;
  margin: 20px 0 0 25px;
}

.entry-sorotouch .flow-item:last-child::after {
  content: '';
  margin: 0;
}

.entry-sorotouch .flow-item__img-wrap {
  width: 122px;
  padding-right: 16px;
  box-sizing: border-box;
}

.entry-sorotouch .flow-item__img {
  width: 100%;
}

.entry-sorotouch .flow-item__detail {
  flex: 1;
}

.entry-sorotouch .flow-item__heading {
  font-family: 'SeuratPro-DB' , 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-size: 26px;
  border-bottom: 2px dotted #FFA120;
  padding: 0 0 5px;
  margin: 0 0 5px;
  color: #372D1E;
  line-height: 1;
}

.entry-sorotouch .flow-item__description {
  font-size: 18px;
  color: #000;
  line-height: 27px;
  padding: 0;
  margin: 0;
}

/* ---------------
所在地
--------------- */
.entry-sorotouch .classLocation {
  border-top: #FF6500 2px solid;
  display: flex;
  flex-wrap: wrap;
  padding: 38px 35px 45px;
  margin: 0 -10px;
}

.entry-sorotouch .classLocation__item {
  width: 50%;
}

.entry-sorotouch .classLocation__heading {
  font-size: 30px;
  color: #FF6500;
  font-family: 'FP-HiraKakuProN-W6', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-weight: bold;
}

.entry-sorotouch .classLocation-list {

}

.entry-sorotouch .classLocation-list__heading {
  font-family: 'FP-HiraKakuProN-W6', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-weight: bold;
  color: #42B70D;
  font-size: 18px;
}

.entry-sorotouch .classLocation-list__heading::before {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}

.entry-sorotouch .classLocation-list__detail {
  font-size: 18px;
  padding: 0;
}

.entry-sorotouch .classLocation__map {
  width: 50%;
}

/* ---------------
テーブル
--------------- */
#page_bid4 .entry-sorotouch .entry-container table {
  text-align: center;
  border: solid 1px #FFA120;
  font-family: 'FP-HiraKakuProN-W6', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0 10px 10px;
}

#page_bid4 .entry-sorotouch .entry-container table tr {

}

#page_bid4 .entry-sorotouch .entry-container table th {
  border: 0;
  background: #FFA120;
  color: #372D1E;
  text-align: center;
}

#page_bid4 .entry-sorotouch .entry-container table td {
  border: 0;
  color: #372D1E;
}

#page_bid4 .entry-sorotouch .entry-container table td:first-child {
  border-right: 1px solid #FEBA9C;
  white-space: nowrap;
}

/* ---------------
補足テキスト
--------------- */
.entry-sorotouch p.sorotouch_notice {
  color: #666;
  font-size: 14px;
  margin-bottom: 40px;
}


/* ---------------
線付き見出し
--------------- */
.entry-sorotouch h2.sorotouch_sideBorder {
  display: block;
  position: relative;
  font-family: 'SeuratPro-DB' , 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.entry-sorotouch h2.sorotouch_sideBorder span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  background-color: #FFF;
  text-align: left;
}
.entry-sorotouch h2.sorotouch_sideBorder::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FF6500;
}