@charset "UTF-8";
body {
  font: 13px "メイリオ","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

body, div, p, pre, h1, h2, h3, h4, h5, h6, table, form,
caption, ul, ol, li, dl, dt, dd, img {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 100%;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, optgroup, option, address {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
  *font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

a {
  color: #0066cc;
}
a:visited {
  color: #004B91;
}
a:hover {
  color: #e55992;
  text-decoration: none;
}
a:active {
  color: #e55992;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  -webkit-box-shadow: 0 1px 2px rgba(89, 89, 96, 0.1) inset;
  box-shadow: 0 1px 2px rgba(89, 89, 96, 0.1) inset;
}

input[type="text"]:focus,
textarea:focus {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
}

input[type="text"]:hover,
textarea:hover {
  border: 1px solid #a6c8ff;
}

select {
  padding: 2px;
  border: 1px solid #ccc;
}

input[type="radio"],
input[type="checkbox"] {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  cursor: pointer;
}

/* margin */
.mg-0 {
  margin: 0 !important;
}

.mg-t0 {
  margin-top: 0 !important;
}

.mg-t5 {
  margin-top: 5px !important;
}

.mg-t10 {
  margin-top: 10px !important;
}

.mg-t15 {
  margin-top: 15px !important;
}

.mg-t20 {
  margin-top: 20px !important;
}

.mg-t25 {
  margin-top: 25px !important;
}

.mg-t30 {
  margin-top: 30px !important;
}

.mg-r0 {
  margin-right: 0 !important;
}

.mg-r5 {
  margin-right: 5px !important;
}

.mg-r10 {
  margin-right: 10px !important;
}

.mg-r15 {
  margin-right: 15px !important;
}

.mg-r20 {
  margin-right: 20px !important;
}

.mg-r25 {
  margin-right: 25px !important;
}

.mg-r30 {
  margin-right: 30px !important;
}

.mg-b0 {
  margin-bottom: 0 !important;
}

.mg-b5 {
  margin-bottom: 5px !important;
}

.mg-b10 {
  margin-bottom: 10px !important;
}

.mg-b15 {
  margin-bottom: 15px !important;
}

.mg-b20 {
  margin-bottom: 20px !important;
}

.mg-b25 {
  margin-bottom: 25px !important;
}

.mg-b30 {
  margin-bottom: 30px !important;
}

.mg-l0 {
  margin-left: 0 !important;
}

.mg-l5 {
  margin-left: 5px !important;
}

.mg-l10 {
  margin-left: 10px !important;
}

.mg-l15 {
  margin-left: 15px !important;
}

.mg-l20 {
  margin-left: 20px !important;
}

.mg-l25 {
  margin-left: 25px !important;
}

.mg-l30 {
  margin-left: 30px !important;
}

/* padding */
.pa-0 {
  padding: 0 !important;
}

.pa-t0 {
  padding-top: 0 !important;
}

.pa-t5 {
  padding-top: 5px !important;
}

.pa-t10 {
  padding-top: 10px !important;
}

.pa-t15 {
  padding-top: 15px !important;
}

.pa-t20 {
  padding-top: 20px !important;
}

.pa-t25 {
  padding-top: 25px !important;
}

.pa-t30 {
  padding-top: 30px !important;
}

.pa-r0 {
  padding-right: 0 !important;
}

.pa-r5 {
  padding-right: 5px !important;
}

.pa-r10 {
  padding-right: 10px !important;
}

.pa-r15 {
  padding-right: 15px !important;
}

.pa-r20 {
  padding-right: 20px !important;
}

.pa-r25 {
  padding-right: 25px !important;
}

.pa-r30 {
  padding-right: 30px !important;
}

.pa-b0 {
  padding-bottom: 0 !important;
}

.pa-b5 {
  padding-bottom: 5px !important;
}

.pa-b10 {
  padding-bottom: 10px !important;
}

.pa-b15 {
  padding-bottom: 15px !important;
}

.pa-b20 {
  padding-bottom: 20px !important;
}

.pa-b25 {
  padding-bottom: 25px !important;
}

.pa-b30 {
  padding-bottom: 30px !important;
}

.pa-l0 {
  padding-left: 0 !important;
}

.pa-l5 {
  padding-left: 5px !important;
}

.pa-l10 {
  padding-left: 10px !important;
}

.pa-l15 {
  padding-left: 15px !important;
}

.pa-l20 {
  padding-left: 20px !important;
}

.pa-l25 {
  padding-left: 25px !important;
}

.pa-l30 {
  padding-left: 30px !important;
}

/* clearfix */
.cl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

*:first-child + html .cl {
  zoom: 1;
  /* IE7 */
}

/* input width */
.fw-5 {
  width: 5% !important;
}

.fw-10 {
  width: 10% !important;
}

.fw-20 {
  width: 20% !important;
}

.fw-30 {
  width: 30% !important;
}

.fw-40 {
  width: 40% !important;
}

.fw-50 {
  width: 50% !important;
}

.fw-60 {
  width: 60% !important;
}

.fw-70 {
  width: 70% !important;
}

.fw-80 {
  width: 80% !important;
}

.fw-90 {
  width: 90% !important;
}

.fw-100 {
  width: 100% !important;
}

/* font-size */
.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

/* line-height */
.lh-10 {
  line-height: 1.0 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2.0 !important;
}

/* text */
.tx-ac {
  text-align: center !important;
}

.tx-al {
  text-align: left !important;
}

.tx-ar {
  text-align: right !important;
}

.tx-wb {
  font-weight: bold !important;
}

.tx-wn {
  font-weight: normal !important;
}

.tx-du {
  text-decoration: underline !important;
}

.tx-dn {
  text-decoration: none !important;
}

/* --------------------------------
 Layout
-------------------------------- */
.l-all {
  color: #333;
}

.l-head {
  height: 60px;
  border-bottom: solid 1px #ccc;
}

.l-contents {
  position: relative;
  margin: 0 auto;
  width: 960px;
}

.l-foot {
  padding: 50px 0;
  background: #eee;
}

.l-foot__area {
  padding: 50px 0 100px;
}

/* --------------------------------
 head
-------------------------------- */
.head-inner {
  margin: 0 auto;
  width: 960px;
}

.head-logo {
  float: left;
  padding: 15px 20px 0 15px;
}

.head-txt {
  float: left;
  padding: 18px 0 0;
}

.head-year {
  float: right;
  margin: 18px 0 0;
  padding: 3px 13px;
  border: solid 1px #4e412b;
  font-size: 12px;
  font-weight: bold;
}

/* --------------------------------
 foot
-------------------------------- */
.foot-inner {
  text-align: center;
  margin: 0 auto;
  width: 960px;
}

.foot-top {
  margin: 0 0 30px;
  font-size: 13px;
  font-weight: bold;
}

.foot-top img {
  position: relative;
  top: 6px;
  margin: 0 5px 0 0;
  width: 110px;
}

.foot-txt {
  margin: 0 0 15px;
  font-size: 11px;
  line-height: 1.5;
}

.foot-privacy {
  margin: 0 0 35px;
  font-size: 11px;
}

.foot-privacy img {
  position: relative;
  top: 15px;
  margin: 0 5px 0 0;
}

.foot-lint a {
  font-size: 11px;
  color: #2975c2;
}

/* --------------------------------
 contents
-------------------------------- */
/* フォント */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* KV */
.kv {
  position: relative;
  margin: 0 0 40px;
}

.kv-numTxtArea {
  font-size: 18px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  color: #cf1212;
}
.kv-numTxtArea span {
  font-size: 34px;
}

.kv-numTxtArea-txt {
  position: absolute;
  bottom: 105px;
  text-align: center;
  font-weight: bold;
}

.kv-numTxtArea-txt__school {
  left: 82px;
}

.kv-numTxtArea-txt__review {
  left: 216px;
}

.kv-numTxtArea-txt__user {
  left: 365px;
}

/* エリア選択 */
.search {
  margin: 0 0 60px;
}

.search-title {
  text-align: center;
  margin: 0 0 20px;
  padding: 20px;
  background: #4e412b;
}

.search-pref {
  margin: 0 0 30px;
}

.search-prefList {
  margin: 0 54px 10px;
}
.search-prefList:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .search-prefList {
  *zoom: 1;
}
.search-prefList li {
  float: left;
  margin: 0 12px 0 0;
}
.search-prefList li a {
  display: block;
  text-align: center;
  padding: 19px 0 18px;
  width: 130px;
  border: 1px solid #dbd0bd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-decoration: none;
  background: #faf7f3;
  color: #4e412b;
}
.search-prefList li a:hover {
  border: 1px solid #222076 !important;
  background: #222076 !important;
  color: #fff !important;
}
.search-prefList li:last-child {
  margin: 0;
}

.search-prefList__active a {
  border: 1px solid #222076 !important;
  background: #222076 !important;
  color: #fff !important;
}

.search-prefOther {
  text-align: right;
}
.search-prefOther a {
  display: inline-block;
  padding: 9px 31px 8px 15px;
  border: 1px solid #dbd0bd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  background: url(/yobikou/img/lp1/ic_arrow_right.png) 94% center no-repeat;
  color: #4e412b;
}
.search-prefOther a:hover {
  border: 1px solid #222076 !important;
  background: #222076 url(/yobikou/img/lp1/ic_arrow_right_white.png) 94% center no-repeat !important;
  color: #fff !important;
}

/* 検索結果 */
.search-resultTitle {
  margin: 0 0 35px;
  padding: 0 20px 10px;
  border-bottom: 2px solid #c3083b;
  font-size: 24px;
  font-weight: bold;
}
.search-resultTitle span {
  font-weight: bold;
  color: #c3083b;
}
.search-resultTitle em {
  font-size: 16px;
  font-style: normal;
}

.search-result-bundleBt {
  text-align: center;
  margin-bottom: 30px;
}
.search-result-bundleBt a {
  display: inline-block;
  padding: 8px 10px 6px;
  width: 340px;
  border: 1px solid #c3093b;
  box-shadow: 0 4px 0 #8f0027;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  background: #c3093b url(/yobikou/img/lp1/ic_pamph.png) no-repeat 20px center;
  color: #fff;
  border-radius: 5px;
}
.search-result-bundleBt a:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 1px 0 #8f0027;
}

.search-resultList li {
  margin: 0 0 35px;
  padding: 0 20px 20px;
  background: #f2efe9;
}

.search-resultList-guide {
  display: inline-block;
  position: relative;
  top: -15px;
  margin: 0 0 0 18px;
  padding: 0 5px 0 24px;
  width: auto;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 25px;
  font-feature-settings: "palt";
  background: #fff;
}
.search-resultList-guide::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-width: 8px 5px 0 5px;
  border-color: #ccc transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -8px;
  left: 11px;
}
.search-resultList-guide::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-width: 7px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -6px;
  left: 12px;
}
.search-resultList-guide span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 6px;
  left: 5px;
  background: url(/yobikou/img/common/listin_check.png) no-repeat 0 0;
  background-size: 13px 26px;
}

.search-resultList-campaignBanner {
  background: none !important;
  text-align: center;
}
.search-resultList-campaignBanner a {
  display: block;
}
.search-resultList-campaignBanner a:hover {
  opacity: 0.8;
}

.search-schoolList-item {
  position: relative;
  padding: 25px 20px;
  border: solid 1px #dbd0bd;
  background: #fff;
}

.search-schoolList-item-campaignBanner {
  position: absolute;
  top: 20px;
  right: 20px;
}
.search-schoolList-item-campaignBanner a {
  display: block;
}
.search-schoolList-item-campaignBanner a:hover {
  opacity: 0.8;
}

.search-schoolList-item-campaignNotTarget {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #df150b;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.search-schoolList-name {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  padding-right: 200px;
}
.search-schoolList-name a {
  display: inline-block;
  width: 595px;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  color: #4e412b;
}

.search-schoolList-name__noCheck a {
  padding: 0;
}

.search-schoolList-name-ttlCheck {
  width: 25px;
  height: 100%;
  margin-right: 10px;
}
.search-schoolList-name-ttlCheck input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  outline: 0;
  opacity: 0;
}
.search-schoolList-name-ttlCheck label {
  display: block;
  width: 100%;
  height: 100%;
}
.search-schoolList-name-ttlCheck label::after {
  content: "";
  display: block;
  margin: auto 0;
  width: 25px;
  height: 25px;
  background-image: url(/yobikou/img/common/listin_checkmark.png);
  background-repeat: no-repeat;
  background-position: 0 -25px;
}
.search-schoolList-name-ttlCheck label.cart-delete::after {
  background-position: 0 0;
}

.search-schoolList-name-officialButton {
  width: 35px;
  margin-right: 10px;
}
.search-schoolList-name-officialButton .officialButton {
  padding: 6px;
}

.search-schoolList-lead {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.search-schoolList-spec {
  display: table;
  table-layout: fixed;
  margin: 0 0 20px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-schoolList-spec a {
  text-decoration: none;
  color: #333;
}

.search-schoolList-img {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px 0 0;
  width: 120px;
}
.search-schoolList-img img {
  width: 118px;
  border: 1px solid #ccc;
}

.search-schoolList-data {
  display: table-cell;
  position: relative;
  top: -3px;
}

.search-schoolList-data-rating {
  margin: 0 0 10px 0;
}
.search-schoolList-data-rating dt {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.search-schoolList-data-rating dd {
  display: inline-block;
  vertical-align: middle;
}

.search-schoolList-data-point {
  padding: 0 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #b03;
}

.search-schoolList-data-reviewNum {
  font-size: 14px;
}
.search-schoolList-data-reviewNum span {
  font-size: 16px;
  font-weight: bold;
}

.search-schoolList-data-teachingType {
  display: block;
  margin: 0 0 5px;
  line-height: 1;
}
.search-schoolList-data-teachingType:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .search-schoolList-data-teachingType {
  *zoom: 1;
}
.search-schoolList-data-teachingType dt {
  float: left;
  display: table-cell;
  vertical-align: middle;
  margin: 6px 28px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.search-schoolList-data-teachingType dd {
  display: table-cell;
  vertical-align: middle;
}
.search-schoolList-data-teachingType dd span {
  display: inline-block;
  margin: 2px 5px 2px 0;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  background: #3a8133;
  color: #fff;
}

.search-schoolList-data-others {
  display: block;
  margin: 0 0 10px;
  line-height: 1;
}
.search-schoolList-data-others:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .search-schoolList-data-others {
  *zoom: 1;
}
.search-schoolList-data-others dt {
  float: left;
  display: table-cell;
  vertical-align: middle;
  margin: 6px 28px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.search-schoolList-data-others dd {
  display: table-cell;
  vertical-align: middle;
}
.search-schoolList-data-others dd span {
  display: inline-block;
  margin: 2px 5px 2px 0;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  background: #334781;
  color: #fff;
}

.search-schoolList-data-classroom dt {
  float: left;
  vertical-align: middle;
  display: table-cell;
  margin: 0 57px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.search-schoolList-data-classroom dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
}

.search-schoollist-btn-request {
  text-align: center;
  padding: 0 0 15px;
  background: #fff;
}
.search-schoollist-btn-request a {
  display: inline-block;
  padding: 12px 10px 10px;
  width: 378px;
  border: 1px solid #c3093b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 0 #8f0027;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  background: #c3093b;
  color: #fff;
}
.search-schoollist-btn-request a:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 1px 0 #8f0027;
}
.search-schoollist-btn-request a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 26px;
  margin: 0 7px 0 0;
  background: url(/yobikou/img/lp1/ic_pamph.png) no-repeat left center;
  background-size: auto 26px;
}

.search-schoollist-btn-request-active {
  text-align: center;
  padding: 0 0 4px;
}
.search-schoollist-btn-request-active a {
  display: inline-block;
  padding: 12px 10px 10px;
  width: 378px;
  border: 1px solid #c3093b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 0 #8f0027;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  color: #c3093b;
}
.search-schoollist-btn-request-active a:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 1px 0 #8f0027;
}
.search-schoollist-btn-request-active a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin: 0 7px 0 0;
  background: url(/yobikou/img/lp1/ic_pamph_add.png) no-repeat left center;
  background-size: auto 26px;
}

.search-result-more {
  text-align: center;
  margin: 0 0 50px;
}
.search-result-more button {
  display: inline-block;
  padding: 17px 0;
  width: 300px;
  border: 1px solid #dbd0bd;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  line-height: 1;
  background: #fff url(/yobikou/img/lp1/ic_arrow_bottom.png) 90% center no-repeat;
  background-size: 10px 6px;
  color: #4e412b;
}
.search-result-more button:hover {
  background: #4e412b url(/yobikou/img/lp1/ic_arrow_bottom_white.png) 90% center no-repeat;
  background-size: 10px 6px;
  color: #fff;
  cursor: pointer;
}
.search-result-more button span {
  font-size: 14px;
  font-weight: bold;
}
.search-result-more button em {
  font-style: normal;
}

.search-cv {
  text-align: center;
}
.search-cv a {
  display: inline-block;
  padding: 13px 30px;
  width: 500px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 0 #8f0027;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background: url(/yobikou/img/lp1/ic_arrow_right_white_large.png) 96% center no-repeat;
  background-size: 12px 22px;
  background-color: #c3093b;
}
.search-cv a:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 1px 0 #8f0027;
}

.search-cv__off {
  margin: 0 auto;
  padding: 13px 30px;
  width: 500px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 0 #999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/yobikou/img/lp1/ic_arrow_right_white_large.png) 96% center no-repeat;
  background-size: 12px 22px;
  background-color: #ccc;
}
.search-cv__off .search-cvTxt-icon p {
  color: #999 !important;
}

.search-cvTxt {
  display: table;
  line-height: 1.3;
  color: #fff;
}
.search-cvTxt .search-cvTxt-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0 60px 0 0;
}
.search-cvTxt .search-cvTxt-icon p {
  padding: 11px 10px 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #c3093b;
}
.search-cvTxt .search-cvTxt-txt {
  display: table-cell;
  vertical-align: middle;
}
.search-cvTxt .search-cvTxt-txt p {
  font-size: 24px;
  font-weight: bold;
}
.search-cvTxt .search-cvTxt-txt p small {
  font-size: 18px;
}

.search-cv__follow {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1300000000;
  padding: 15px 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* どんな基準で選ぶべきなの？ */
.whatSelect {
  position: relative;
  margin: 0 0 80px;
}

.whatSelect-title {
  text-align: center;
  padding: 26px 20px;
  background: #4e412b;
}

.whatSelect-content {
  padding: 0 20px;
}

.whatSelect-content-bg {
  position: absolute;
  top: 10px;
  right: 0;
}

.whatSelect-contentTop {
  margin: 60px 0 50px;
  font-size: 16px;
}

.whatSelect-contentTop-img {
  margin: 0 0 60px 120px;
}

.whatSelect-contentTop-txt {
  font-size: 16px;
  line-height: 1.5;
}

.whatSelect-contentBottom li {
  margin: 0 0 20px;
  border: 1px solid #dbd0bd;
}
.whatSelect-contentBottom li:last-child {
  margin-bottom: 0;
}

.whatSelect-contentBottom-title {
  text-align: center;
  padding: 12px 0 11px;
  background: #83735b;
}

.whatSelect-contentBottom-inner {
  display: table;
}

.whatSelect-contentBottom-explanation {
  display: table-cell;
  background: #faf7f3;
  padding: 30px 0 25px;
  width: 460px;
}

.whatSelect-contentBottom-explanation-img {
  text-align: center;
  margin: 0 0 25px;
}

.whatSelect-contentBottom-explanation-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}

.whatSelect-contentBottom-recommend {
  display: table-cell;
  vertical-align: top;
  padding: 30px 0 25px;
  width: 460px;
}

.whatSelect-contentBottom-recommend-title {
  text-align: center;
  margin: 0 0 25px;
}

.whatSelect-contentBottom-recommend-list ul li {
  margin: 0 25px 15px 25px;
  padding: 0 0 0 40px;
  border: none;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  background: url(/yobikou/img/lp1/ic_check.png) no-repeat left top;
  background-size: 28px 24px;
}
.whatSelect-contentBottom-recommend-list ul li:last-child {
  margin: 0 25px;
}

.shindanBanner {
  margin: 0 0 80px;
  text-align: center;
}
.shindanBanner a {
  display: block;
}
.shindanBanner a:hover {
  opacity: 0.8;
}
.shindanBanner img {
  vertical-align: bottom;
}

/* 口コミ */
.review {
  margin: 0 0 60px;
}

.review-title {
  position: relative;
}
.review-title img {
  vertical-align: middle;
}

.review-title-top {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 12px;
  width: 320px;
  background: #a89c88;
}

.review-title-main {
  text-align: center;
  padding: 35px 20px 25px;
  background: #4e412b;
}

.review-content {
  padding: 40px 30px 30px;
  background: url(/yobikou/img/lp1/bg_review_content.png) repeat;
  background-size: 9px;
}
.review-content ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .review-content ul {
  *zoom: 1;
}
.review-content ul li {
  float: left;
  margin: 0 10px 10px;
  padding: 20px 30px 45px;
  width: 370px;
  height: 131px;
  background: url(/yobikou/img/lp1/bg_review_content_fukidashi01.png) no-repeat 0 0;
  background-size: 430px 196px;
}
.review-content ul li.review-content__bgWide {
  height: 179px;
  background: url(/yobikou/img/lp1/bg_review_content_fukidashi02.png) no-repeat 0 0;
  background-size: 430px 244px;
}

.review-content-title {
  margin: 0 0 18px;
  padding: 0 0 10px;
  border-bottom: solid 1px #4e412b;
}
.review-content-title img {
  vertical-align: middle;
}

.review-content-txt {
  font-size: 18px;
  line-height: 1.35;
}

/* 当サイトのご利用者の声 */
.userReview {
  margin: 0 0 60px;
}

.userReview-title {
  text-align: center;
  padding: 30px 20px 31px;
  background: #4e412b;
}
.userReview-title img {
  vertical-align: middle;
}

.userReview-content {
  padding: 15px 60px 40px;
  background: #f2efe9;
}

.userReview-content-note {
  text-align: right;
  margin: 0 0 10px;
  font-size: 14px;
  color: #4e412b;
}

.userReview-contentList li {
  margin: 0 0 10px;
  padding: 20px 40px;
  border: 1px solid #dbd0bd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.userReview-contentList li:last-child {
  margin: 0;
}

.userReview-contentList-title {
  margin: 0 0 20px;
}
.userReview-contentList-title img {
  vertical-align: middle;
}

.userReview-contentList-txt {
  padding: 0 0 0 40px;
  font-size: 18px;
  line-height: 1.5;
}

/* ページの上へ戻る */
.toTop {
  text-align: right;
  margin: 0 20px 20px;
}
.toTop a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #4e412b;
}
.toTop a:hover {
  opacity: 0.6;
}
.toTop a span {
  padding: 0 20px 0 0;
  background: url(/yobikou/img/lp1/ic_arrow_up.png) no-repeat right center;
  background-size: 14px auto;
}

/* フッター */
.footer {
  padding: 40px 0 120px;
  border-top: solid 1px #dbd0bd;
}

.footer-navi {
  text-align: center;
  margin: 0 0 30px;
}
.footer-navi ul li {
  display: inline-block;
}
.footer-navi ul li:after {
  content: "｜";
  color: #333;
  font-weight: bold;
}
.footer-navi ul li:last-child:after {
  content: none;
}
.footer-navi ul li a {
  font-size: 16px;
  color: #333;
}

.footer-ev {
  text-align: center;
  padding: 0 0 40px;
}

.footer-ev-ap {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
}
.footer-ev-ap strong {
  font-weight: bold;
  color: #b03;
}

.footer-ev-data {
  font-size: 14px;
}

.footer-copyright {
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  background: #4e412b;
  color: #fff;
}

/* 追従 一覧を見る */
.sideFollowLink {
  position: fixed;
  z-index: 1000;
  top: 25%;
  right: 0;
  border: solid 1px #4e412b;
  border-right: none;
  background: #fff;
}
.sideFollowLink a {
  display: inline-block;
  padding: 30px 43px 86px 44px;
  font-size: 26px;
  font-weight: bold;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-decoration: none;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  background: url(/yobikou/img/lp1/ic_arrow_up_circle.png) no-repeat center 360px;
  background-size: 38px;
  color: #4e412b;
}
.sideFollowLink a:hover {
  opacity: 0.6;
}

/* モーダル */
.modal-bg {
  overflow: hidden;
  height: 100%;
}

.modal {
  display: none;
  z-index: 1800000100;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 15px;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
}
.modal:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.modal-inner {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  padding: 1px 4px 0;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #959595;
  color: #fff;
}
.modal-close:focus {
  cursor: pointer;
  outline: 0;
}

.modal-loading {
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}

.modal-content {
  text-align: left;
  width: 870px;
  height: 670px;
  margin: 0 auto;
  padding: 30px 0 85px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
}

.modal-contentInner {
  padding: 0 30px;
  height: 540px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}
.modal-contentInner .mod-brandDetail {
  margin: 0 0 20px;
}
.modal-contentInner .mod-brandDetail-baseInfo {
  display: table;
  width: 800px;
  margin: 0;
}
.modal-contentInner .mod-brandDetail-baseInfo-txt-upper {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 15px 10px;
}
.modal-contentInner .mod-brandDetail-baseInfo-img {
  display: inline-block;
  width: 68px;
  border: 1px solid #ccc;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-contentInner .mod-brandDetail-baseInfo-img img {
  width: 66px;
}
.modal-contentInner .mod-brandDetail-baseInfo-main {
  display: inline-block;
  width: 690px;
  padding: 5px 0 5px 10px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-contentInner .mod-brandDetail-baseInfo-main:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .modal-contentInner .mod-brandDetail-baseInfo-main {
  *zoom: 1;
}
.modal-contentInner .mod-brandDetail-baseInfo-name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.modal-contentInner .mod-brandDetail-baseInfo-name span {
  margin: 0 0 0 15px;
  font-size: 24px;
  font-weight: normal;
}
.modal-contentInner .mod-brandDetail-baseInfo-review {
  float: left;
  font-size: 0;
}
.modal-contentInner .mod-brandDetail-baseInfo-review dt {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.modal-contentInner .mod-brandDetail-baseInfo-review dd {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.modal-contentInner .mod-brandDetail-baseInfo-review-star {
  position: relative;
  top: -1px;
}
.modal-contentInner .mod-brandDetail-baseInfo-review-star img {
  width: 20px;
  margin: 0 1px 0 0;
  line-height: 1;
}
.modal-contentInner .mod-brandDetail-baseInfo-review-point {
  font-size: 20px;
  font-weight: bold;
  color: #b03;
  line-height: 1.2;
}
.modal-contentInner .mod-brandDetail-baseInfo-review-txt {
  padding: 2px 0 0;
  font-size: 14px;
}
.modal-contentInner .mod-brandDetail-baseInfo-txt-under {
  padding: 10px 15px 0;
  line-height: 0;
  vertical-align: top;
}
.modal-contentInner .mod-taragetGrade {
  display: inline-block;
  font-size: 0;
}
.modal-contentInner .mod-taragetGrade dt {
  display: inline-block;
  color: #334781;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px 0 0;
  vertical-align: middle;
  line-height: 1;
}
.modal-contentInner .mod-taragetGrade dd {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #334781;
  padding: 5px;
  line-height: 1;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.modal-contentInner .mod-teachingType {
  display: inline-block;
  margin: 0 0 10px 30px;
  font-size: 0;
}
.modal-contentInner .mod-teachingType dt {
  display: inline-block;
  color: #3a8133;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px 0 0;
  vertical-align: middle;
  line-height: 1;
}
.modal-contentInner .mod-teachingType dd {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-size: 14px;
  background: #3a8133;
  padding: 5px;
  line-height: 1;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.modal-contentInner .mod-brandDetail-baseInfo-condition {
  display: block;
  vertical-align: middle;
  margin: 0 0 15px;
  font-size: 0;
}
.modal-contentInner .mod-brandDetail-baseInfo-condition dt {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.modal-contentInner .mod-brandDetail-baseInfo-condition dd {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.modal-contentInner .mod-brandDetail-baseInfo-caution {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}
.modal-contentInner .mod-brandDetail-ttlBox {
  display: table;
  width: 100%;
  height: 50px;
  border: 1px solid #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-contentInner .mod-brandDetail-ttl {
  display: table-cell;
  text-align: left;
  padding: 0 0 0 10px;
  background: #e8e8e8;
  vertical-align: middle;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.2;
}
.modal-contentInner .mod-brandDetail-ttl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background: #b03;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.modal-contentInner .mod-brandDetail-contbox {
  margin: 0 0 20px;
  padding: 15px 20px;
  border: 1px solid #dfdfdf !important;
  border-top: none !important;
}
.modal-contentInner .mod-brandDetail-caution {
  text-align: right;
  margin: 0 0 10px;
  font-size: 12px;
}
.modal-contentInner .report-point-kv {
  margin: 0 0 20px;
}
.modal-contentInner .report-point-kv img {
  width: 100%;
}
.modal-contentInner .report-point-txt {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.modal-contentInner .mod-brand-review-box {
  border: none;
  background: #fff;
  position: relative;
}
.modal-contentInner .mod-brand-review-title {
  padding: 10px 20px;
  color: #fff;
  background: #b7ae9f;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.modal-contentInner .mod-brand-review-title a {
  color: #fff !important;
  font-size: 100%;
}
.modal-contentInner .mod-brand-review {
  display: table;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.modal-contentInner .mod-brand-review-reviewTx {
  display: table-cell;
  padding: 12px 20px 0;
  width: 745px;
  box-sizing: border-box;
  vertical-align: top;
}
.modal-contentInner .mod-brand-review-reviewTx-point {
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.modal-contentInner .mod-brand-review-star {
  position: relative;
  top: 2px;
  margin: 0 0 15px;
}
.modal-contentInner .mod-brand-review-star span {
  padding: 0 4px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.modal-contentInner .mod-brand-review-star img {
  position: relative;
  top: 2px;
  margin: 0 1px 0 0;
  width: 20px;
}
.modal-contentInner .mod-brand-review-score {
  padding: 0 0 0 4px;
  font-size: 24px !important;
  color: #b03;
  vertical-align: middle;
}
.modal-contentInner .mod-brand-detall-score {
  font-weight: bold;
}
.modal-contentInner .mod-brand-detall-score span {
  color: #b03;
}
.modal-contentInner .mod-brand-review-reviewTx-wrap {
  margin: 15px 0 0;
}
.modal-contentInner .mod-brand-review-reviewTx-grade {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
.modal-contentInner .mod-brand-review-reviewTx-year {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.3;
}
.modal-contentInner .mod-brand-review-reviewTx-main dt {
  padding: 12px 0 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
  color: #334781;
}
.modal-contentInner .mod-brand-review-reviewTx-main dd {
  margin: 0 0 4px;
  padding: 0 0 16px;
  line-height: 1.8;
  word-break: break-all;
}

.modal-content-close {
  margin: 0 0 50px;
}
.modal-content-close button {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 9px 40px 10px 40px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  background: #e2dcd3;
}
.modal-content-close button:hover {
  opacity: 0.6;
}

.modal-contentCv {
  position: relative;
  bottom: 2px;
  right: 0;
  left: 0;
  width: 100%;
}

.modal-contentCv-title {
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  background: #000;
  color: #fff;
}

.modal-contentCv-btArea {
  text-align: center;
  padding: 30px 0;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  background: #f2efe9;
}
.modal-contentCv-btArea .search-schoollist-btn-request {
  background: #f2efe9;
}

.modal-contentCv-bt a {
  display: inline-block;
  padding: 12px 10px 10px;
  width: 378px;
  border: 1px solid #c3093b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 0 #8f0027;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  background: #c3093b;
  color: #fff;
}
.modal-contentCv-bt a:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 1px 0 #8f0027;
}
.modal-contentCv-bt a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 26px;
  margin: 0 7px 0 0;
  background: url(/yobikou/img/lp1/ic_pamph.png) no-repeat left center;
  background-size: auto 26px;
}

.modal-contentCv-bt-active a {
  display: inline-block;
  padding: 12px 10px 10px;
  width: 378px;
  border: 1px solid #c3093b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 0 #8f0027;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  color: #c3093b;
}
.modal-contentCv-bt-active a:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 1px 0 #8f0027;
}
.modal-contentCv-bt-active a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin: 0 7px 0 0;
  background: url(/yobikou/img/lp1/ic_pamph_add.png) no-repeat left center;
  background-size: auto 26px;
}

.modal-content__pref {
  padding: 0 !important;
  height: 200px;
  width: 520px;
}
.modal-content__pref .modal-close {
  top: -25px;
}

.modal-contentTitle {
  text-align: center;
  margin: -13px 0 35px 0;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  background: #eee;
}

.modal-contentSelect {
  text-align: center;
}
.modal-contentSelect select {
  margin: 0 auto;
  padding: 5px 25px 5px 14px;
  height: 45px;
  width: 350px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/yobikou/img/lp1/ic_arrow_bottom_gray.png) no-repeat 97% center #fff;
  background-size: 14px auto;
}
.modal-contentSelect select::-ms-expand {
  display: none;
}

.officialButton-wrap {
  display: inline-block;
  position: relative;
}

.officialButton {
  display: inline-block;
  cursor: pointer;
  font-size: 11px;
  padding: 2px 6px;
  vertical-align: middle;
  background: #aaa;
  color: #fff;
  border-radius: 3px;
}

.officialButton-annotation {
  display: block;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 405px;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 6px 0 #ccc;
  border: 1px solid #acacac;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  z-index: 100;
  font-size: 13px;
  font-weight: normal;
}
.officialButton-annotation::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -195px;
  background: url(/img/common/ic_fukidashi_under.png) center 0 no-repeat;
  width: 100%;
  height: 12px;
}

.mod-bodyFixed {
  overflow: hidden;
  height: 100%;
}

.mod-modal {
  display: none;
  z-index: 1800000000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
}
.mod-modal:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.mod-modal__active {
  display: block;
}

.mod-modal-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mod-modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 34px;
  height: 34px;
  font-size: 22px;
  font-weight: bold;
  background: #c1c1c1;
  border: 0;
  border-radius: 50%;
  padding: 1px 8px 1px;
}
.mod-modal-close:hover {
  cursor: pointer;
  outline: 0;
}

.mod-campaignModal {
  background: #fff;
  border-radius: 10px;
  height: 560px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
  padding: 20px;
}

.mod-campaignModal-image {
  margin-bottom: 15px;
}

.mod-campaignModal-button {
  width: 340px;
  margin: 0 auto;
}
.mod-campaignModal-button a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  box-shadow: 0 5px 0 #100e49;
  background: #222076;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: bold;
  box-sizing: border-box;
}
.mod-campaignModal-button a:hover {
  opacity: 0.8;
}
