@charset "UTF-8";

/*
Theme Name: 通信制高校広場
Author: Glatch
Description: 通信制高校広場のテーマ。
*/

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

html {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
}

a {
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

img {
  vertical-align: bottom;
}

/* Contents Layout
----------------------------------------------------------------- */

/* Pager
----------------------------------------------------------------- */

.pager {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pager__item > a,
.pager__item > span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.pager__item > a {
  background-color: #d6eab5;
  color: #35a978;
}

.pager__item > span {
  background-color: #35a978;
  color: #fff;
}

.pager__item:first-child,
.pager__item:last-child {
  position: relative;
  display: inline-block;
}

.pager__item:first-child > a,
.pager__item:first-child > span,
.pager__item:last-child > a,
.pager__item:last-child > span {
  background-color: inherit;
}

.pager__item:first-child > a::before,
.pager__item:first-child > a::after,
.pager__item:first-child > span::before,
.pager__item:first-child > span::after,
.pager__item:last-child > a::before,
.pager__item:last-child > a::after,
.pager__item:last-child > span::before,
.pager__item:last-child > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-top: 2px solid #35a978;
  border-right: 2px solid #35a978;
}

.pager__item:first-child > a::before,
.pager__item:first-child > span::before,
.pager__item:last-child > a::before,
.pager__item:last-child > span::before {
  left: 4px;
}

.pager__item:first-child > a::after,
.pager__item:first-child > span::after,
.pager__item:last-child > a::after,
.pager__item:last-child > span::after {
  left: 11px;
}

.pager__item:first-child > span::before,
.pager__item:first-child > span::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pager__item:last-child > a::before,
.pager__item:last-child > a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Breadcrumb
----------------------------------------------------------------- */

.breadcrumb {
  font-size: .875rem;
  background: url(/wp-content/themes/tsushinsei/img/bg_mosaic_01.png) 0 0 repeat;
}

.post-type-archive-ranking .breadcrumb {
  background: none;
}

.breadcrumb a {
  text-decoration: underline;
  color: #2f74b7;
}

.breadcrumb a,
.breadcrumb span {
  position: relative;
}

.breadcrumb a:not(:first-child),
.breadcrumb span:not(:first-child) {
  padding-left: 20px;
}

.breadcrumb a + a::before,
.breadcrumb a + span::before {
  position: absolute;
  top: 4px;
  content: "";
  left: 7px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #49412c;
  border-right: 2px solid #49412c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 通信制高校について知る
----------------------------------------------------------------- */

.other-post + .other-post {
  margin-top: 55px;
}

.other-post .card-list__item {
  width: calc(50% - 10px);
}

.other-post .card-list__item:not(:nth-child(odd)) {
  margin-left: 20px;
}

.other-post__heading {
  position: relative;
  text-align: center;
  font-weight: bold;
}

.other-post__heading > span {
  border-bottom: 4px solid #fade18;
}

.card-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-list__item {
  position: relative;
}

.card-list__item > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
}

.card-list__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 通信制高校の特徴タグ
----------------------------------------------------------------- */

.school-info-feature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d9eff7;
}

.school-info-feature__item {
  padding: 5px 10px;
  color: #2f74b7;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.school-info-feature__item.emphasis {
  color: #e55407;
  background-color: #fade18;
}

/* Other
----------------------------------------------------------------- */

.clearfix:after,
.school-ranking-archive-list-inner:after {
  content: " ";
  display: block;
  clear: both;
}

/* 段落テキスト
----------------------------------------------------------------- */

.article p {
  margin-bottom: 20px;
}

/* 見出し
----------------------------------------------------------------- */

.article h2 {
  position: relative;
  color: #fff;
  font-weight: bold;
  background: #2f74b7 url(/wp-content/themes/tsushinsei/img/bg_dot_01.png) 0 0 repeat-x;
}

.article h2::before {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/tsushinsei/img/icon_check_01.png) 0 0 no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article h2:not(:nth-of-type(1)) {
  margin-top: 100px;
}

.article h3:not(.other-post__heading) {
  margin-bottom: 30px;
  color: #2f74b7;
  font-weight: bold;
  background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
}

.article h4 {
  color: #2f74b7;
  font-weight: bold;
  border-left-style: solid;
  border-left-color: #95d3e8;
}

/* アイキャッチ
----------------------------------------------------------------- */

/* リスト
----------------------------------------------------------------- */

.article ul:not(.card-list) {
  margin: 20px 0;
  background: url(/wp-content/themes/tsushinsei/img/bg_mosaic_01.png) 0 0 repeat;
}

.article ul:not(.card-list) li:not(.card-list__item) {
  position: relative;
}

.article ul:not(.card-list) li:not(.card-list__item)::before {
  position: absolute;
  top: calc((1em * 1.5) / 2);
  left: 0;
  display: block;
  content: "";
  background-color: #2f74b7;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article ul:not(.card-list) li:not(.card-list__item) + li {
  margin-top: .75em;
}

.article ol {
  counter-reset: ol;
  list-style-type: none;
  margin: 20px 0;
  background: url(/wp-content/themes/tsushinsei/img/bg_mosaic_01.png) 0 0 repeat;
}

.article ol li {
  position: relative;
}

.article ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: ol;
  content: counter(ol);
  display: block;
  color: #fff;
  text-align: center;
  background-color: #2f74b7;
}

.article ol li + li {
  margin-top: .75em;
}

/* リンク
----------------------------------------------------------------- */

.article .link {
  border: 2px solid #2f74b7;
}

.article .link a {
  position: relative;
  display: block;
  color: #2f74b7;
  font-weight: bold;
}

.article .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-color: #2f74b7;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article .link a::after {
  position: absolute;
  top: 50%;
  content: "";
  pointer-events: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

/* 画像回り込み
----------------------------------------------------------------- */

/* テーブル
----------------------------------------------------------------- */

.article th {
  width: 37.5%;
  color: #2f74b7;
  background-color: #eeede9;
  border-top-style: solid;
  border-top-width: 1px;
}

.article td {
  width: 62.5%;
}

/* ポイント
----------------------------------------------------------------- */

.article .point {
  margin: 80px 0;
}

.article .point__heading {
  position: relative;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  background-image: linear-gradient(-45deg, #76c6e0 25%, #83cce3 25%, #83cce3 50%, #76c6e0 50%, #76c6e0 75%, #83cce3 75%, #83cce3);
  background-size: 18px 18px;
}

.article .point__heading::before {
  position: absolute;
  content: "";
  display: block;
  width: 89px;
  height: 97px;
  background: url(/wp-content/themes/tsushinsei/img/icon_article-point.png) 0 0 no-repeat;
}

.article .point__detail {
  background-color: #e1f3f9;
}

.article .point__detail p {
  margin-bottom: 0;
}

.article .point__detail p + p {
  margin-top: 20px;
}

.header {
  background-color: #2f74b7;
}

.header .contents-inner {
  position: relative;
}

.header-logo__img {
  padding: 8px 10px;
}

.footer-search {
  background-color: #28292d;
}

.footer-search form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-search input[type="text"] {
  font-size: 1rem;
  background-color: #d9eff7;
  border-radius: 4px;
}

.footer-search input[type="submit"] {
  text-indent: -9999px;
  cursor: pointer;
  background: url(/wp-content/themes/tsushinsei/img/icon_search_01.png) 0 0 no-repeat;
}

.footer-link {
  padding: 20px 0;
}

.footer-link ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-link__item {
  border-right: 1px solid #b4b4b4;
}

.footer-link__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer-link__item a {
  display: block;
  padding: 2px 0;
  color: #2f74b7;
}

.footer-inner {
  background-color: #2f74b7;
}

[class*="footer__author"] {
  color: #fff;
  font-size: .875rem;
  text-align: center;
}

.footer__author-logo {
  margin-bottom: 25px;
}

.copyright {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background-color: #2f74b7;
  border-top: 1px solid #659ed8;
}

.gnavi-area {
  border-bottom: 3px solid #2f74b7;
}

.gnavi__item > a {
  position: relative;
  display: block;
  color: #2f74b7;
  font-weight: bold;
  background-color: #fff;
}

.gnavi__item > a:hover {
  background-color: #fade18;
}

/* サイドバー  > 一括資料請求はこちら
----------------------------------------------------------------- */

.side .search-inner::after {
  content: none;
}

.side .search-wrap .search-bg {
  border-bottom: none;
}

.side .search-wrap .search-pulldown__item__label {
  font-size: .8125rem;
}

.side .search-wrap .conversion__total::before {
  border-width: 8px 6px 0 6px;
}

.side .search-wrap .conversion__total::after {
  border-width: 9px 7px 0 7px;
}

.side .search-wrap .conversion__total > strong {
  margin: 0 4px;
  font-size: 1.125rem;
}

.side .search-wrap .conversion__button > a {
  position: relative;
  display: block;
  width: 100%;
  height: 74px;
  padding-left: 10px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 74px;
  background: linear-gradient(to right, #e77207 0%, #eb8d04 50%, #e97d06 100%);
  border-radius: 6px;
  border-bottom: 4px solid #e55508;
}

.side .search-wrap .conversion__button > a::before {
  position: absolute;
  content: "";
}

.side .search-wrap .conversion__button > a::before {
  top: 50%;
  border-top: 3px solid #f9d917;
  border-right: 3px solid #f9d917;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.side .search-wrap .conversion__button strong::before {
  left: 5px;
}

.side .search-wrap .conversion__button strong::after {
  left: 25px;
}

/* サイドバー  > 目的別リンク
----------------------------------------------------------------- */

/* サイドバー  > タブコンテンツ
----------------------------------------------------------------- */

.side .search__tab-contents {
  border-bottom: none;
}

/* サイドバー  > 記事一覧
----------------------------------------------------------------- */

.side .posts .card-list__item {
  width: 100%;
}

.site-benefit {
  background-color: #fade18;
}

/* キービジュアル > おすすめポイント
----------------------------------------------------------------- */

.osusume-point__label {
  text-align: center;
}

.osusume-point__item {
  position: relative;
  background-color: #79c8e1;
}

.osusume-point__item-inner {
  background-position: 0 center;
  background-repeat: no-repeat;
}

.osusume-point__item-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #fff #fff #b9e2f0 #b9e2f0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.osusume-point__item.free .osusume-point__item-inner {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_osusume-free.png);
}

.osusume-point__item.mail .osusume-point__item-inner {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_osusume-mail.png);
}

.osusume-point__item.join .osusume-point__item-inner {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_osusume-join.png);
}

.osusume-point__item__benefit {
  display: inline;
  padding: 3px;
  color: #e55508;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #fbe233;
}

.osusume-point__item__desc {
  margin-top: 10px;
  line-height: 1.3;
}

.join-list-label {
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.join-list-label > span {
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 0 10px;
  font-size: .75rem;
  line-height: 26px;
  background-color: #46484f;
  border-radius: 13px;
}

.join-list-label > span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #46484f transparent transparent transparent;
}

.join-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.join-list__item {
  margin: 3.5px;
}

/* キービジュアル  > コンバージョンエリア
----------------------------------------------------------------- */

.keyvisual-area .conversion__60s-free-request {
  position: absolute;
  z-index: 1;
}

.search-area .search-inner {
  background-image: linear-gradient(-45deg, #2f74b7 25%, #4382be 25%, #4382be 50%, #2f74b7 50%, #2f74b7 75%, #4382be 75%, #4382be);
}

.osusume-ranking-heading {
  text-align: center;
}

.sogo-ranking .card-list__item > a {
  padding: 0 0 8px 14px;
  background: url(/wp-content/themes/tsushinsei/img/bg_sogo-ranking-item.png) 0 bottom no-repeat;
}

.sogo-ranking .card-list__item::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.sogo-ranking .card-list__item:nth-child(1)::after {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_rank1.png);
}

.sogo-ranking .card-list__item:nth-child(2)::after {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_rank2.png);
}

.sogo-ranking .card-list__item:nth-child(3)::after {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_rank3.png);
}

.sogo-ranking .card-list__item:nth-child(4)::after {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_rank4.png);
}

.sogo-ranking .card-list__item:nth-child(5)::after {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_rank5.png);
}

.sogo-ranking .card-list__item:nth-child(6)::after {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_rank6.png);
}

.sogo-ranking .card-list__img {
  width: 160px;
}

.sogo-ranking .card-list__contents {
  width: calc(100% - 160px);
  font-size: .875rem;
  font-weight: bold;
}

.column-heading {
  position: relative;
  color: #2f74b7;
  text-align: center;
  font-weight: bold;
}

.column-heading::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  background-image: url(/wp-content/themes/tsushinsei/img/bg_arrow_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}

.column-heading > span {
  border-bottom: 4px solid #fade18;
}

.category-archive-heading {
  position: relative;
  color: #2f74b7;
  font-weight: bold;
  background-repeat: no-repeat, repeat;
  background-image: url(/wp-content/themes/tsushinsei/img/bg_category-archive-heading.jpg), linear-gradient(-45deg, #2f74b7 25%, #4382be 25%, #4382be 50%, #2f74b7 50%, #2f74b7 75%, #4382be 75%, #4382be);
  background-size: auto 240px, 18px 18px;
}

.category-archive-heading > span {
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 16px solid #ffde18;
  background-color: #fff;
  box-shadow: 0 0 14px 0 #c7c7c7;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-article-list {
  background: url(/wp-content/themes/tsushinsei/img/bg_mosaic_01.png) 0 0 repeat;
}

.category.archive .main .contents-grid > .contents-inner {
  padding: 0;
}

.category.archive .main .card-list__item {
  width: 100%;
}

.category.archive .main .card-list__item.pickup {
  position: relative;
}

.category.archive .main .card-list__item + .card-list__item {
  margin-top: 20px;
}

.category.archive .main .card-list__contents {
  display: block;
  background-color: #fff;
}

.category.archive .main .card-list__heading {
  color: #2f74b7;
  font-weight: bold;
}

.category.archive .main .card-list__heading > a {
  color: #2f74b7;
}

/* 見出し
----------------------------------------------------------------- */

.single-heading {
  position: relative;
  color: #2f74b7;
  font-weight: bold;
  text-align: center;
}

.single-heading > span {
  padding-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fade18;
}

/* 個別記事 > 検索絵エリア
----------------------------------------------------------------- */

.single .main .search-wrap {
  background-image: linear-gradient(-45deg, #2f74b7 25%, #4382be 25%, #4382be 50%, #2f74b7 50%, #2f74b7 75%, #4382be 75%, #4382be);
}

.single .main .search__label {
  position: relative;
  text-align: center;
  z-index: 1;
}

.single .main .search-purpose__item {
  width: 340px;
}

.single .main .search-purpose__item + .search-purpose__item {
  margin-left: 40px;
}

.single .main .conversion__total {
  margin-left: auto;
  margin-right: auto;
}

/* サイドバー
----------------------------------------------------------------- */

.schoolranking-archive-header {
  background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
}

.school-ranking-heading {
  position: relative;
  font-weight: bold;
}

.school-ranking-heading > span {
  color: #2f74b7;
  margin-right: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-color: #2f74b7;
}

.school-ranking-heading::before {
  position: absolute;
  display: block;
  content: "";
  background: url(/wp-content/themes/tsushinsei/img/icon_school_01.png) 0 0 no-repeat;
}

.research-function {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.research-function__item > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f74b7;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #e2e2da;
  border-radius: 3px;
}

.school-ranking-archive-list {
  background: url(/wp-content/themes/tsushinsei/img/bg_mosaic_01.png) 0 0 repeat;
}

.school-ranking-archive-list__item + .school-ranking-archive-list__item {
  margin-top: 40px;
}

.school-ranking-archive-list__school-name {
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(-45deg, #2f74b7 25%, #4382be 25%, #4382be 50%, #2f74b7 50%, #2f74b7 75%, #4382be 75%, #4382be);
}

.school-ranking-archive-list-inner {
  background-color: #fff;
}

.school-info-img {
  float: left;
}

.school-info-detail__fee {
  color: #2f74b7;
  font-weight: bold;
  border-bottom: 1px solid #e2e2da;
}

.school-info-detail__fee .number {
  color: #333;
}

.school-info-conversion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

.school-info-conversion__button > a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 4px;
}

.school-info-conversion__button.request > a {
  background-color: #e98205;
  border-bottom-color: #e55508;
}

.school-info-conversion__button.detail > a {
  background-color: #9799a4;
  border-bottom-color: #6f717b;
}

/* スクールアーカイブ > サイドバー
----------------------------------------------------------------- */

/* スクールシングル > コンテンツ
----------------------------------------------------------------- */

.single-ranking .contents-grid {
  padding-top: 0;
}

/* スクールシングル > コンバージョンエリア
----------------------------------------------------------------- */

.single-ranking .school-single-info .conversion-area,
.single-ranking .main .conversion-area {
  position: relative;
  background-image: linear-gradient(-45deg, #4fb6d9 25%, #3caed5 25%, #3caed5 50%, #4fb6d9 50%, #4fb6d9 75%, #3caed5 75%, #3caed5);
  background-size: 18px 18px;
}

.single-ranking .school-single-info .conversion-area::before,
.single-ranking .main .conversion-area::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  padding-top: 10px;
  background: url(/wp-content/themes/tsushinsei/img/bg_dot_01.png) 0 0 repeat-x;
}

.single-ranking .school-single-info .conversion-area .contents-inner,
.single-ranking .main .conversion-area .contents-inner {
  position: relative;
}

.single-ranking .school-single-info .conversion-area .conversion__button,
.single-ranking .main .conversion-area .conversion__button {
  position: relative;
}

.single-ranking .school-single-info .conversion-area .conversion__button::before,
.single-ranking .main .conversion-area .conversion__button::before {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  background: url(/wp-content/themes/tsushinsei/img/icon_simple-1min.png) 0 0 no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* スクールシングル >
----------------------------------------------------------------- */

.single-ranking .breadcrumb {
  background: none;
}

.single-ranking .school-name {
  color: #fff;
  font-weight: bold;
}

.backto-archive-link__item > a {
  position: relative;
  display: inline-block;
  color: #2f74b7;
  background-color: #fff;
}

.backto-archive-link__item > a::before {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 3px solid #2f74b7;
  border-right: 3px solid #2f74b7;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.school-single-heading {
  font-weight: bold;
  text-align: center;
}

.school-single-info__list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school-single-info__list__item-inner {
  position: relative;
}

.school-single-info__list__item-inner .school-info-feature {
  padding: 0;
}

.school-single-info__list__item-inner .school-info-feature__item {
  margin: 0 5px 5px 0;
}

.school-single-info__list__item__label {
  font-weight: bold;
}

.school-single-info__list__item__label > span {
  border-left-style: solid;
  border-left-width: 3px;
}

.school-single-info__list__item__detail {
  color: #e55508;
  font-weight: bold;
}

.school-single-info__list__item__detail > span {
  margin-left: 5px;
  color: #333;
  font-size: .875rem;
  font-weight: normal;
}

.school-pr-inner {
  position: relative;
  line-height: 1.6;
  background: #fff;
  border: 2px solid #28292d;
}

.school-pr-inner::before {
  position: absolute;
  top: -28px;
  content: "";
  display: block;
  background-position: center 0;
  background-repeat: no-repeat;
}

.school-single-conversion {
  background-image: linear-gradient(-45deg, #76c6e0 25%, #83cce3 25%, #83cce3 50%, #76c6e0 50%, #76c6e0 75%, #83cce3 75%, #83cce3);
  background-size: 18px 18px;
}

.conversion-inner {
  background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
  border-radius: 6px;
}

.schoo-basic-info__label {
  color: #fff;
  font-weight: bold;
  background-color: #5f6169;
}

/* この学校に興味を持った方はこちらの高校も見ています
----------------------------------------------------------------- */

.related-school-info {
  background: url(/wp-content/themes/tsushinsei/img/bg_mosaic_01.png) 0 0 repeat;
}

.related-school-info__label {
  margin: 0 auto 40px;
  font-weight: bold;
  text-align: center;
  background-image: url(/wp-content/themes/tsushinsei/img/icon_emphasis_01.png), url(/wp-content/themes/tsushinsei/img/icon_emphasis_02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 center, right center;
}

.related-school-info__list {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.related-school-info__list::-webkit-scrollbar {
  height: 6px;
}

.related-school-info__list::-webkit-scrollbar-track {
  background-color: #fff;
}

.related-school-info__list::-webkit-scrollbar-thumb {
  background-color: #2f74b7;
}

.related-school-info__list__item {
  display: inline-block;
  white-space: normal;
  background-color: #fff;
}

.related-school-info__list__item > a {
  color: #2f74b7;
}

.related-school-info__list__item__school-name {
  margin-bottom: 0;
}

/* 口コミ
----------------------------------------------------------------- */

.school-kuchikomi {
  background: url(/wp-content/themes/tsushinsei/img/bg_dot_05.png) 0 0 repeat;
}

.school-kuchikomi__label {
  position: relative;
  margin-bottom: 50px;
  padding-top: 70px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.school-kuchikomi__label::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 48px;
  height: 52px;
  background: url(/wp-content/themes/tsushinsei/img/icon_kuchikomi_01.png) 0 0 no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.school-kuchikomi__label > span {
  color: #3ac28f;
}

.school-kuchikomi__list__item {
  position: relative;
  background-color: #fff;
  border: 2px solid #3ac28f;
  border-radius: 0 6px 6px 6px;
}

.school-kuchikomi__list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 30px;
  border-top: 15px solid #3ac28f;
  border-left: 15px solid #3ac28f;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.school-kuchikomi__list__item + .school-kuchikomi__list__item {
  margin-top: 20px;
}

.school-kuchikomi__list__header {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px dotted #3ac28f;
}

.school-kuchikomi__list__label,
.school-kuchikomi__list__user {
  display: table-cell;
  vertical-align: middle;
}

.school-kuchikomi__list__label {
  color: #3ac28f;
  font-weight: bold;
}

.school-kuchikomi__list__user::before {
  position: relative;
  top: 4px;
  display: inline-block;
  content: "";
  width: 17px;
  height: 19px;
  margin-right: 10px;
  background: url(/wp-content/themes/tsushinsei/img/icon_user_01.png) 0 0 no-repeat;
}

/* スクールシングル > テーブル
----------------------------------------------------------------- */

/* スクールシングル > サイドバー
----------------------------------------------------------------- */

.post {
  background-color: #fbf7ec;
  position: relative;
}

.post.new::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/pet/img/icon_post_new.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}

.post.attention::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/pet/img/icon_post_attention.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 2;
}

.post__heading {
  margin-bottom: 1rem;
}

.post__heading a {
  font-size: .875rem;
  color: #49412c;
  display: block;
}

.post__desc {
  font-size: .75rem;
  color: #49412c;
  margin-bottom: 1rem;
}

.post__date {
  color: #a8986f;
  font-size: .6875rem;
  margin-left: auto;
}

.post__img {
  overflow: hidden;
  position: relative;
}

.post__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}

.post__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 32px;
  background: url(/wp-content/themes/pet/img/img_post.png) 0 0 no-repeat;
}

.tagcloud {
  font-size: .75rem;
  width: 150px;
  margin-top: -4px;
}

.tagcloud__item {
  display: inline-block;
  margin: 4px 2px 0 0;
}

.tagcloud__item a {
  display: block;
  color: #35a978;
  padding: 2px 3px;
  border: solid 1px #35a978;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 2px #e8e8e7;
}

/* -------------------------------------------------------------------
 .post--wide
------------------------------------------------------------------- */

.post--wide .post__img::after {
  height: 36px;
  background: url(/wp-content/themes/pet/img/img_post_wide_01.png) 0 0 no-repeat;
}

.post--wide .tagcloud {
  width: 100%;
}

/* -------------------------------------------------------------------
 .post--wide--sp
------------------------------------------------------------------- */

.post--wide--sp .post__heading {
  height: auto;
}

.search-wrap {
  position: relative;
}

.search-wrap .conversion-area {
  margin-top: 40px;
  background-image: url(/wp-content/themes/tsushinsei/img/bg_pat_02.png), url(/wp-content/themes/tsushinsei/img/bg_pat_03.png);
  background-position: 2% 0, 98% 0;
  background-repeat: no-repeat, no-repeat;
}

.search-wrap .conversion__total {
  position: relative;
  margin-bottom: -10px;
  font-size: .875rem;
  text-align: center;
  background-color: #fff;
  background-image: url(/wp-content/themes/tsushinsei/img/icon_crown.png);
  background-repeat: no-repeat;
  border: 2px solid #e77307;
  z-index: 1;
}

.search-wrap .conversion__total::before,
.search-wrap .conversion__total::after {
  content: "";
  position: absolute;
}

.search-wrap .conversion__total::before {
  border-color: #fff transparent transparent transparent;
}

.search-wrap .conversion__total::after {
  border-color: #e77307 transparent transparent transparent;
}

.search-wrap .conversion__total > strong {
  color: #e55407;
  font-weight: bold;
}

.search-wrap .conversion__button strong {
  position: relative;
}

.search-wrap .conversion__button strong::before,
.search-wrap .conversion__button strong::after {
  position: absolute;
  content: "";
  display: block;
  font-size: .5rem;
  background-color: #f9d917;
  border-radius: 50%;
}

.search-inner {
  position: relative;
}

.search-inner::before,
.search-inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background: url(/wp-content/themes/tsushinsei/img/bg_dot_01.png) 0 0 repeat-x;
}

.search-inner::before {
  top: 10px;
}

.search-bg {
  background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
  border-bottom: 4px solid #2f74b7;
}

.search-heading {
  position: relative;
  margin: 0 auto 5%;
  padding: 0 10px;
  color: #e55407;
  font-weight: bold;
  text-align: center;
  background-color: #fbe233;
}

.search-heading::after {
  content: "";
  position: absolute;
  bottom: -13px;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #fbe233 transparent transparent transparent;
  z-index: 2;
}

.search-pulldown__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-pulldown__item + .search-pulldown__item {
  margin-top: 10px;
}

.search-pulldown__item select {
  padding: 10px;
  font-size: .9375rem;
  background-color: #fff;
  border: 1px solid #d6d6d7;
  border-radius: 3px;
}

.search-pulldown__item__label {
  width: 8em;
  margin-right: 1em;
  color: #2f74b7;
  font-size: .9375rem;
  font-weight: bold;
}

.search-pulldown__item__inner {
  position: relative;
}

.search-pulldown__item__inner::before,
.search-pulldown__item__inner::after {
  position: absolute;
  top: 50%;
  content: "";
  pointer-events: none;
}

.search-pulldown__item__inner::before {
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #2f74b7;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-pulldown__item__inner::after {
  right: 25px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.search-purpose {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.search-purpose__item {
  width: 200px;
  border-bottom: 4px solid #2f74b7;
}

.search-purpose__item > a {
  display: block;
  color: #000;
  background-color: #fff;
  background-position: center 10px;
  background-repeat: no-repeat;
  border-bottom: 5px solid #dddbd2;
  border-radius: 6px;
}

.search-purpose__item > a strong {
  color: #2f74b7;
}

.search-purpose__item.merit > a {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_purpose_01.png);
}

.search-purpose__item.certification > a {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_purpose_02.png);
}

.search-purpose__text {
  font-size: .875rem;
  font-weight: bold;
  text-align: center;
}

.search__tab-contents {
  border-bottom: 4px solid #2f74b7;
  background-color: #5ebcdb;
}

.search__tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search__tab__item {
  position: relative;
  display: block;
  width: calc(50% + 15px);
  color: #fff;
  font-size: .875rem;
  text-align: center;
  line-height: 1.4;
  background-color: #46484f;
  border-top: 2px solid #7e7f84;
}

.search__tab__item::before {
  position: absolute;
  top: -15px;
  content: "";
  display: block;
  width: 37px;
  height: 44px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.search__tab__item > span {
  display: block;
}

.search__tab__item em {
  padding-bottom: 10px;
  font-style: normal;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.search__tab__item.is-current {
  background-color: #5ebcdb;
  border-color: #8fd0e6;
}

.search__tab__item.is-current.area::after {
  position: absolute;
  top: -2px;
  content: "";
  display: block;
  width: 0;
  height: calc(100% + 2px);
  z-index: 1;
}

.search__tab__item.is-current.feature::after {
  position: absolute;
  top: -2px;
  content: "";
  display: block;
  width: 0;
  height: calc(100% + 2px);
  z-index: 1;
}

.search__tab__item.area::before {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_pin_01.png);
}

.search__tab__item.area em {
  background-image: url(/wp-content/themes/tsushinsei/img/bg_dot_02.png);
}

.search__tab__item.feature::before {
  background-image: url(/wp-content/themes/tsushinsei/img/icon_pen_01.png);
}

.search__tab__item.feature em {
  background-image: url(/wp-content/themes/tsushinsei/img/bg_dot_03.png);
}

.search__tab-panel__item {
  display: none;
}

.search__tab-panel__item.is-current {
  display: block;
}

.search__tab-panel__area__item {
  border-top: 1px solid #fff;
}

.search__tab-panel__area__item__label {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.search-area-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-area-link__item:not(:nth-child(4n+1)) {
  margin-left: 10px;
}

.search-area-link__item:nth-child(n+5) {
  margin-top: 10px;
}

.search-area-link__item > a {
  color: #2f74b7;
  font-size: .875rem;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 1.5;
  }

  .contents {
    margin-bottom: 50px;
  }

  .contents-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .contents-grid {
    padding-top: 125px;
  }

  .contents-grid > .contents-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main {
    width: 800px;
  }

  .side {
    width: 340px;
  }

  .pager {
    max-width: 196px;
    margin: 0 5px 20px auto;
  }

  .pager__item {
    font-size: .75rem;
  }

  .breadcrumb > nav {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
  }

  .other-post {
    margin-top: 130px;
    padding: 75px 40px 40px;
    background: url(/wp-content/themes/tsushinsei/img/bg_ring-note.png) center 0 no-repeat, url(/wp-content/themes/tsushinsei/img/bg_mosaic_01.png) 0 0 repeat;
  }

  .other-post .card-list__item:nth-child(n+3) {
    margin-top: 20px;
  }

  .other-post .card-list__img {
    width: 100px;
  }

  .other-post .card-list__contents {
    width: calc(100% - 100px);
    padding: 20px;
    background-color: #fff;
  }

  .other-post__heading {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }

  .school-info-feature {
    padding: 15px 40px 5px;
  }

  .school-info-feature__item {
    width: 140px;
    margin: 0 10px 10px 0;
    font-size: .9375rem;
  }

  .other-post + .article {
    margin-top: 80px;
  }

  .article h2 {
    padding: 45px 40px 40px 100px;
    font-size: 2rem;
  }

  .article h2::before {
    left: 40px;
    width: 40px;
    height: 34px;
    margin-right: 20px;
  }

  .article h3:not(.other-post__heading) {
    padding: 30px 35px;
    font-size: 1.5rem;
  }

  .article h4 {
    margin: 70px 0 25px;
    padding: 20px 0 20px 20px;
    font-size: 1.5rem;
    border-left-width: 8px;
  }

  .article ul:not(.card-list) {
    padding: 40px;
  }

  .article ul:not(.card-list) li:not(.card-list__item) {
    padding-left: 20px;
  }

  .article ul:not(.card-list) li:not(.card-list__item)::before {
    width: 9px;
    height: 9px;
  }

  .article ol {
    padding: 40px;
  }

  .article ol li {
    padding-left: 30px;
  }

  .article ol li::before {
    width: 24px;
    height: 24px;
  }

  .article .link a {
    padding: 18px 60px 18px 40px;
  }

  .article .link a::before {
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .article .link a::after {
    right: 30px;
    width: 9px;
    height: 9px;
  }

  .article .alignleft {
    float: left;
    margin-right: 40px;
  }

  .article .alignright {
    float: right;
    margin-left: 40px;
  }

  .article table {
    margin: 40px 0;
    border-bottom: 1px solid #2f74b7;
  }

  .article th,
  .article td {
    padding: 20px;
  }

  .article th {
    border-top-color: #2f74b7;
  }

  .article td {
    border-top: 1px solid #2f74b7;
  }

  .article .point__heading {
    padding: 15px 20px 15px 108px;
  }

  .article .point__heading::before {
    top: -65px;
    left: 10px;
  }

  .article .point__detail {
    padding: 30px 40px;
    font-size: .9375rem;
  }

  .header {
    height: 100px;
  }

  .header header::after {
    content: "";
    display: block;
    clear: both;
  }

  .header-logo-area {
    display: inline-block;
    float: left;
    padding-top: calc((100px - 55px) / 2);
  }

  .header__lead {
    margin-bottom: 5px;
    font-size: .875rem;
  }

  .sp-menu-btn {
    display: none;
  }

  .header .conversion-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    float: right;
    text-align: center;
  }

  .header .conversion__total {
    margin-right: 105px;
    padding: 10px 12px 8px;
    background: #fff;
    border-left: 5px solid #b9e2f0;
    border-right: 5px solid #b9e2f0;
    border-bottom: 5px solid #b9e2f0;
  }

  .header .conversion__total::after {
    position: absolute;
    top: 5px;
    left: -30px;
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    background: url(/wp-content/themes/tsushinsei/img/img_crown.png) 0 0 no-repeat;
  }

  .header .conversion__total__text {
    margin-bottom: 3px;
    font-size: .875rem;
    line-height: 1.2;
  }

  .header .conversion__total__text > strong {
    margin-right: 8px;
    color: #e55407;
    font-size: 1.5rem;
  }

  .header .conversion__total__caution {
    font-size: .5rem;
  }

  .header .conversion__button {
    position: relative;
  }

  .header .conversion__button > a {
    position: relative;
    display: block;
    width: 320px;
    height: 60px;
    padding-left: 10px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(to right, #e77207 0%, #eb8d04 50%, #e97d06 100%);
    border-radius: 6px;
    border-bottom: 4px solid #e55508;
  }

  .header .conversion__button > a::before {
    position: absolute;
    content: "";
  }

  .header .conversion__button > a::before {
    top: 50%;
    border-top: 3px solid #f9d917;
    border-right: 3px solid #f9d917;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .header .conversion__button > a {
    padding-left: 30px;
  }

  .header .conversion__button::after {
    position: absolute;
    top: -12px;
    left: -90px;
    content: "";
    display: block;
    width: 140px;
    height: 96px;
    background: url(/wp-content/themes/tsushinsei/img/img_student_01.png) 0 0 no-repeat;
  }

  .header .conversion__button strong {
    position: relative;
    font-weight: normal;
  }

  .header .conversion__button strong::before {
    position: absolute;
    top: -12px;
    left: 7px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    font-size: .5rem;
    background-color: #f9d917;
    border-radius: 50%;
  }

  .header .conversion__button strong::after {
    position: absolute;
    top: -12px;
    left: 27px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    font-size: .5rem;
    background-color: #f9d917;
    border-radius: 50%;
  }

  .footer-search {
    padding: 20px 0;
  }

  .footer-search input[type="text"] {
    width: 800px;
    height: 60px;
    padding: 10px 25px;
  }

  .footer-search input[type="submit"] {
    width: 41px;
    height: 40px;
    margin-right: 30px;
  }

  .footer-link__item {
    margin-right: 24px;
    padding-right: 24px;
    font-size: .875rem;
  }

  .footer-inner {
    padding: 50px 0 45px;
  }

  .gnavi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .gnavi__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14.2857%;
    text-align: center;
  }

  .gnavi__item.is-current > a {
    background-color: #fade18;
  }

  .gnavi__item > a {
    width: 100%;
    padding: 25px 15px;
    text-align: center;
  }

  .side {
    margin-left: 60px;
  }

  .side .contents-inner {
    padding: 20px 20px 28px;
    background-image: linear-gradient(-45deg, #76c6e0 25%, #83cce3 25%, #83cce3 50%, #76c6e0 50%, #76c6e0 75%, #83cce3 75%, #83cce3);
    background-size: 18px 18px;
  }

  .side .search-inner::before {
    content: none;
  }

  .side .search-wrap .search__label {
    margin-top: -30px;
    margin-right: 0;
  }

  .side .search-wrap .search__label .for-sp {
    display: none;
  }

  .side .search-wrap .search-bg.for-sp {
    padding: 0;
    background: none;
  }

  .side .search-wrap .search-bg.for-pc {
    padding: 20px;
    background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
  }

  .side .search-wrap .search-bg select {
    width: 160px;
    font-size: .8125rem;
  }

  .side .search-wrap .search-pulldown__intro {
    margin-bottom: 15px;
    font-size: .8125rem;
  }

  .side .search-wrap .search-pulldown__item__inner::before {
    right: 5px;
  }

  .side .search-wrap .search-pulldown__item__inner::after {
    right: 20px;
  }

  .side .search-wrap .conversion-area {
    margin-top: 20px;
    background: none;
  }

  .side .search-wrap .conversion__total {
    width: 270px;
    height: 39px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    font-size: .8125rem;
    line-height: 39px;
    background-position: 10px center;
  }

  .side .search-wrap .conversion__button > a {
    padding: 0 30px;
  }

  .side .search-wrap .conversion__button > a::before {
    right: 20px;
    width: 9px;
    height: 9px;
  }

  .side .search-purpose {
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-image: linear-gradient(-45deg, #2f74b7 25%, #4382be 25%, #4382be 50%, #2f74b7 50%, #2f74b7 75%, #4382be 75%, #4382be);
    background-size: 18px 18px;
  }

  .side .search-purpose__item {
    width: auto;
    border-bottom: none;
  }

  .side .search-purpose__item + .search-purpose__item {
    margin-left: 20px;
  }

  .side .search-purpose__item > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .side .search__tab-contents {
    margin-top: 40px;
  }

  .side .search__tab__item {
    padding: 15px;
  }

  .side .search__tab__item::before {
    top: -25px;
    left: 10px;
  }

  .side .search__tab__item.is-current.area::after,
  .side .search__tab__item:hover.area::after {
    right: -20px;
    border-width: 38px 10px 38px 10px;
  }

  .side .search__tab__item.is-current.feature::after,
  .side .search__tab__item:hover.feature::after {
    left: -20px;
    border-width: 38px 10px 38px 10px;
  }

  .side .search__tab__item > span {
    font-size: 1rem;
  }

  .side .search__tab-panel {
    padding: 0 15px 15px;
  }

  .side .posts {
    position: relative;
    margin-top: 40px;
    padding: 50px 20px 30px;
    background: url(/wp-content/themes/tsushinsei/img/bg_stripe_01.png) 0 0 repeat;
  }

  .side .posts .card-list__item + .card-list__item {
    margin-top: 10px;
  }

  .side .posts .card-list__img {
    width: 112px;
    height: 110px;
    padding: 6px 5px;
    background-color: #fff;
  }

  .side .posts .card-list__contents {
    color: #2f74b7;
    font-size: .875rem;
    width: calc(100% - 112px);
    background-color: #fff;
  }

  .side .posts__heading {
    position: relative;
    width: 160px;
    margin: -60px auto 20px;
    padding: 8px 5px;
    color: #fff;
    text-align: center;
    background-color: #2f74b7;
  }

  .side .posts__heading > span::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #ffde18;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .site-benefit {
    padding: 12px 0;
    text-align: center;
  }

  .keyvisual-area {
    height: 690px;
    background: #2f74b7 url(/wp-content/themes/tsushinsei/img/img_keyvisual.jpg) center 0 no-repeat;
  }

  .keyvisual-inner.for-pc {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
  }

  .keyvisual__copy {
    margin-bottom: 15px;
    padding-top: 40px;
  }

  .keyvisual__copy .for-sp {
    display: none;
  }

  .osusume-point {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 820px;
    padding: 15px;
    background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
  }

  .osusume-point__label {
    width: 370px;
    margin-bottom: 15px;
  }

  .osusume-point__label .for-sp {
    display: none;
  }

  .osusume-point__item:not(.join) {
    width: 370px;
  }

  .osusume-point__item.join {
    width: 400px;
    margin-left: 20px;
    padding-bottom: 20px;
  }

  .osusume-point__item-inner {
    padding: 20px 20px 20px 125px;
  }

  .osusume-point__item-inner::before {
    border-width: 0 30px 30px 0;
  }

  .osusume-point__item.mail .osusume-point__item-inner {
    margin-top: 10px;
  }

  .osusume-point__item.join .osusume-point__item-inner {
    padding-bottom: 14px;
  }

  .osusume-point__item__desc {
    font-size: .8125rem;
  }

  .keyvisual-area .conversion-area {
    position: absolute;
    bottom: 24px;
    right: 0;
  }

  .keyvisual-area .conversion-area.for-sp {
    display: none;
  }

  .keyvisual-area .conversion__button > a {
    position: relative;
    display: block;
    width: 400px;
    height: 90px;
    padding-left: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 90px;
    background: linear-gradient(to right, #e77207 0%, #eb8d04 50%, #e97d06 100%);
    border-radius: 6px;
    border-bottom: 4px solid #e55508;
  }

  .keyvisual-area .conversion__button > a::before {
    position: absolute;
    content: "";
  }

  .keyvisual-area .conversion__button > a::before {
    top: 50%;
    border-top: 3px solid #f9d917;
    border-right: 3px solid #f9d917;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .keyvisual-area .conversion__total {
    position: relative;
    width: 330px;
    height: 42px;
    margin-left: 20px;
    margin-bottom: -10px;
    padding-left: 35px;
    font-size: .875rem;
    text-align: center;
    line-height: 42px;
    background: #fff url(/wp-content/themes/tsushinsei/img/icon_crown.png) 20px center no-repeat;
    border: 2px solid #e77307;
    border-radius: 20px;
    z-index: 1;
  }

  .keyvisual-area .conversion__total::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 30px;
    margin-left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    z-index: 0;
  }

  .keyvisual-area .conversion__total::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 30px;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #e77307 transparent transparent transparent;
    z-index: -1;
  }

  .keyvisual-area .conversion__total > strong {
    margin-right: 8px;
    color: #e55407;
    font-size: 1.5rem;
  }

  .keyvisual-area .conversion__60s-free-request {
    top: -130px;
    right: -100px;
  }

  .search-area .contents-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .search-area .search-inner {
    padding-bottom: 90px;
    background-size: 18px 18px;
  }

  .search-area .search__label {
    margin-right: -34px;
  }

  .osusume-ranking-heading {
    margin-bottom: 70px;
  }

  .osusume-ranking-heading .for-sp {
    display: none;
  }

  .sogo-ranking {
    background: url(/wp-content/themes/tsushinsei/img/bg_dot_04.png) 0 0 repeat;
    padding: 65px 0 75px;
  }

  .sogo-ranking .card-list__item {
    width: 374px;
  }

  .sogo-ranking .card-list__item:not(:nth-child(3n+1)) {
    margin-left: 39px;
  }

  .sogo-ranking .card-list__item:nth-child(n+4) {
    margin-top: 50px;
  }

  .sogo-ranking .card-list__item::after {
    top: -40px;
    width: 82px;
    height: 76px;
  }

  .sogo-ranking .card-list__contents {
    padding: 20px;
    background-color: #fbe233;
  }

  .column-heading {
    margin-bottom: 50px;
    padding-top: 110px;
    font-size: 1.75rem;
  }

  .column-heading::before {
    top: 0;
    height: 100px;
  }

  .archive.category .contents-grid {
    padding-top: 75px;
  }

  .category-archive-heading {
    height: 260px;
    padding: 10px 0;
    background-position: 0 center, 0 0;
  }

  .category-archive-heading > span {
    width: 340px;
    height: 80px;
    padding-left: 28px;
    font-size: 2rem;
    line-height: 80px;
  }

  .category-article-list {
    padding: 40px;
  }

  .category.archive .main .card-list__img {
    width: 180px;
    background-color: #fff;
  }

  .category.archive .main .card-list__contents {
    padding: 30px 35px;
    width: calc(100% - 180px);
  }

  .category.archive .main .card-list__heading {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }

  .single-post .contents-grid {
    padding-top: 75px;
  }

  .single-heading {
    margin-bottom: 60px;
    padding-top: 65px;
    font-size: 2.5rem;
    line-height: 1.6;
  }

  .single-heading > span {
    border-bottom-width: 8px;
  }

  .single-heading::before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(-45deg, #2f74b7 25%, #4382be 25%, #4382be 50%, #2f74b7 50%, #2f74b7 75%, #4382be 75%, #4382be);
    background-size: 18px 18px;
  }

  .single-heading::after {
    position: absolute;
    top: -9px;
    left: 30px;
    content: "";
    display: block;
    width: 62px;
    height: 80px;
    background: url(/wp-content/themes/tsushinsei/img/icon_flag_01.png) 0 0 no-repeat;
  }

  .single .main .search-heading {
    display: block;
  }

  .single .main .search-wrap {
    background-size: 18px 18px;
  }

  .single .main .search-inner {
    padding: 0 0 55px;
  }

  .single .main .search__label {
    top: -75px;
    margin-bottom: -75px;
  }

  .single .main .search-pulldown-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single .main .search-pulldown__item:nth-of-type(1) {
    width: 285px;
  }

  .single .main .search-pulldown__item:nth-of-type(2) {
    width: calc(100% - (285px + 40px));
  }

  .single .main .search-pulldown__item + .search-pulldown__item {
    margin: 0 0 0 40px;
  }

  .single .main .search-pulldown__item__inner select {
    width: 210px;
  }

  .single .main .search-purpose {
    margin: 55px 0 65px;
  }

  .single .main .search-purpose__item > a {
    padding: 45px 30px 45px 150px;
    background-position: 30px center;
    background-size: 100px auto;
    border-width: 8px;
  }

  .single .main .search-purpose__text {
    font-size: 1rem;
    text-align: left;
  }

  .single .main .search__tab-panel {
    padding: 0 40px 40px;
  }

  .single .main .search__tab__item.area::after {
    right: -29px;
    border-top: 55px solid transparent;
    border-left: 20px solid #5ebcdb;
    border-right: 9px solid transparent;
    border-bottom: 26px solid #5ebcdb;
  }

  .single .main .search__tab__item.feature::after {
    left: -28px;
    border-top: 55px solid transparent;
    border-left: 9px solid transparent;
    border-right: 20px solid #5ebcdb;
    border-bottom: 26px solid #5ebcdb;
  }

  .single .main .conversion-area {
    background-position: 20% 0, 80% 0;
  }

  .single .main .conversion__button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 104px;
    padding-left: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 104px;
    background: linear-gradient(to right, #e77207 0%, #eb8d04 50%, #e97d06 100%);
    border-radius: 8px;
    border-bottom: 4px solid #e55508;
  }

  .single .main .conversion__button > a::before {
    position: absolute;
    content: "";
  }

  .single .main .conversion__button > a::before {
    top: 50%;
    border-top: 3px solid #f9d917;
    border-right: 3px solid #f9d917;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .single .main .conversion__button strong::before,
  .single .main .conversion__button strong::after {
    top: -14px;
    width: 9px;
    height: 9px;
  }

  .single .main .conversion__button strong::before {
    left: 12px;
  }

  .single .main .conversion__button strong::after {
    left: 40px;
  }

  .post-type-archive-ranking .contents-grid {
    padding-top: 75px;
  }

  .schoolranking-archive-header .contents-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .school-ranking-heading {
    padding: 60px 0 60px 110px;
    font-size: 2rem;
  }

  .school-ranking-heading > span {
    font-size: 3rem;
    border-bottom-width: 4px;
  }

  .school-ranking-heading::before {
    top: 50%;
    left: 0;
    width: 70px;
    height: 49px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .school-ranking-archive-header__research {
    width: 490px;
    margin-right: 0;
    margin-left: auto;
    padding: 22px 35px;
    background-color: #2f74b7;
    border-radius: 5px;
  }

  .research-function__item {
    width: 200px;
    height: 49px;
  }

  .research-function__item + .research-function__item {
    margin-left: 20px;
  }

  .research-function__item > a {
    line-height: 49px;
    border-bottom-width: 4px;
  }

  .school-ranking-archive-list {
    padding: 20px;
  }

  .school-ranking-archive-list__school-name {
    padding: 30px 40px;
    font-size: 1.75rem;
    background-size: 18px 18px;
  }

  .school-ranking-archive-list-inner {
    padding: 20px;
  }

  .school-info-img {
    width: 280px;
    margin-right: 20px;
  }

  .school-info-detail {
    width: calc(100% - 300px);
    float: right;
  }

  .school-info-detail__fee {
    margin-bottom: 20px;
    padding: 15px 0;
  }

  .school-info-detail__fee .number {
    margin-left: 10px;
    font-size: 1.5rem;
  }

  .school-info-detail__fee .number > span {
    font-size: 1rem;
  }

  .school-info-detail__desc {
    margin-bottom: 15px;
  }

  .school-info-conversion__button {
    width: 200px;
    height: 64px;
  }

  .school-info-conversion__button + .school-info-conversion__button {
    margin-left: 20px;
  }

  .school-info-conversion__button > a {
    font-size: 1.125rem;
    line-height: 64px;
    border-radius: 6px;
  }

  .school-info-conversion__button > a > span {
    font-size: .9375rem;
  }

  .single-ranking .contents-grid > .contents-inner {
    margin-top: 80px;
  }

  .single-ranking .school-single-info .conversion-area,
  .single-ranking .main .conversion-area {
    margin: 100px 0 30px;
  }

  .single-ranking .school-single-info .conversion-area.for-sp,
  .single-ranking .main .conversion-area.for-sp {
    display: none;
  }

  .single-ranking .school-single-info .conversion-area::before,
  .single-ranking .main .conversion-area::before {
    top: 10px;
    background-size: 55px auto;
  }

  .single-ranking .school-single-info .conversion-area .contents-inner::before,
  .single-ranking .main .conversion-area .contents-inner::before {
    position: absolute;
    content: "";
    display: block;
    background: url(/wp-content/themes/tsushinsei/img/icon_student_01.png) 0 0 no-repeat;
    bottom: 0;
    left: 60px;
    width: 205px;
    height: 250px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a,
  .single-ranking .main .conversion-area .conversion__button > a {
    position: relative;
    display: block;
    width: 450px;
    height: 86px;
    padding-left: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 86px;
    background: linear-gradient(to right, #e77207 0%, #eb8d04 50%, #e97d06 100%);
    border-radius: 6px;
    border-bottom: 4px solid #e55508;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a::before,
  .single-ranking .main .conversion-area .conversion__button > a::before {
    position: absolute;
    content: "";
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a::before,
  .single-ranking .main .conversion-area .conversion__button > a::before {
    top: 50%;
    border-top: 3px solid #f9d917;
    border-right: 3px solid #f9d917;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .single-ranking .school-single-info .conversion-area .conversion__button::before,
  .single-ranking .main .conversion-area .conversion__button::before {
    top: -54px;
    width: 140px;
    height: 51px;
  }

  .single-ranking .school-name {
    width: 660px;
    padding: 80px 60px 60px 230px;
    font-size: 1.75rem;
  }

  .backto-archive-link {
    padding: 8px 0;
    background-image: linear-gradient(-45deg, #2f74b7 25%, #4382be 25%, #4382be 50%, #2f74b7 50%, #2f74b7 75%, #4382be 75%, #4382be);
    background-size: 18px 18px;
  }

  .backto-archive-link__item > a {
    padding: 10px 38px;
  }

  .backto-archive-link__item > a::before {
    left: 20px;
    margin-top: -7px;
  }

  .school-single-heading {
    margin-bottom: 80px;
    line-height: 1.4;
    font-size: 2.75rem;
  }

  .school-single-info {
    padding-top: 75px;
    background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
  }

  .school-single-info__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .school-single-info__list__item:nth-of-type(1) {
    width: 480px;
  }

  .school-single-info__list__item:nth-of-type(2) {
    width: 700px;
    margin-left: 20px;
  }

  .school-single-info__list__item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .school-single-info__list__item-inner:nth-of-type(1) {
    width: 170px;
    padding: 0 15px;
    background-color: #2f74b7;
  }

  .school-single-info__list__item-inner:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #2f74b7;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .school-single-info__list__item-inner:nth-of-type(2) {
    padding: 5px 35px 0;
    width: calc(100% - 170px);
    background-color: #d9eff7;
  }

  .school-single-info__list__item-inner .school-info-feature__item {
    font-size: 1rem;
  }

  .school-single-info__list__item__label {
    color: #fff;
    font-size: 1.25rem;
  }

  .school-single-info__list__item__label > span {
    padding: 3px 0 3px 14px;
    border-left-color: #fade18;
  }

  .school-single-info__list__item__detail {
    font-size: 2rem;
  }

  .school-single-info__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .school-single-info__img {
    width: 480px;
    margin-right: 20px;
  }

  .school-pr {
    width: calc(100% - 500px);
    padding: 10px;
    background-image: linear-gradient(-45deg, #bfbbae 25%, #fff 25%, #fff 50%, #bfbbae 50%, #bfbbae 75%, #fff 75%, #fff);
    background-size: 18px 18px;
  }

  .school-pr-inner {
    padding: 140px 40px 35px;
  }

  .school-pr-inner::before {
    left: 50%;
    width: 562px;
    height: 135px;
    background-image: url(/wp-content/themes/tsushinsei/img/txt_school-pr.png);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .conversion-inner {
    position: absolute;
    bottom: 14px;
    right: 0;
    width: 580px;
    padding: 25px 65px;
  }

  .schoo-basic-info__label {
    padding: 15px 20px;
    font-size: 1.5rem;
  }

  .related-school-info {
    padding: 50px 0 80px;
  }

  .related-school-info__label {
    width: 500px;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .related-school-info__list {
    padding: 0 40px 40px;
  }

  .related-school-info__list__item {
    width: 220px;
    border-bottom: 4px solid #e6e4df;
  }

  .related-school-info__list__item + .related-school-info__list__item {
    margin-left: 30px;
  }

  .related-school-info__list__item__school-name {
    padding: 15px 17px;
  }

  .school-kuchikomi {
    padding: 70px 40px 45px;
  }

  .school-kuchikomi__list__header {
    padding: 23px 40px 20px;
  }

  .school-kuchikomi__list__label {
    width: 82%;
    font-size: 1.25rem;
  }

  .school-kuchikomi__list__user {
    width: 18%;
    text-align: right;
  }

  .school-kuchikomi__list__detail {
    padding: 25px 40px 30px;
  }

  .post {
    width: 280px;
  }

  .post:nth-child(n+4) {
    margin-top: 40px;
  }

  .post-inner {
    padding: 20px;
  }

  .post.new::before {
    left: -4px;
    top: 6px;
    width: 44px;
    height: 20px;
  }

  .post.attention {
    border: solid 5px #e75a59;
  }

  .post.attention::after {
    left: -11px;
    top: -27px;
    width: 53px;
    height: 58px;
  }

  .post.attention .post__img {
    width: 270px;
  }

  .post__heading a {
    font-weight: bold;
  }

  .post__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .post__img {
    width: 280px;
    height: 170px;
  }

  .post--wide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .post--wide + .post--wide {
    margin-top: 30px;
  }

  .post--wide .post__img {
    width: 280px;
    height: 200px;
  }

  .post--wide .post__heading a {
    font-size: 1.0625rem;
  }

  .post--wide .post-inner {
    padding: 20px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 620px;
  }

  .post--wide .post__date {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 0.75rem;
  }

  .search-wrap .conversion__total {
    width: 330px;
    height: 42px;
    margin-left: 30px;
    padding-left: 35px;
    line-height: 42px;
    background-position: 20px center;
    border-radius: 21px;
  }

  .search-wrap .conversion__total::before {
    bottom: -8px;
    left: 30px;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    z-index: 0;
  }

  .search-wrap .conversion__total::after {
    bottom: -12px;
    left: 30px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    z-index: -1;
  }

  .search-wrap .conversion__total > strong {
    margin-right: 8px;
    font-size: 1.5rem;
  }

  .search-wrap .conversion__button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
    padding-left: 10px;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    line-height: 84px;
    background: linear-gradient(to right, #e77207 0%, #eb8d04 50%, #e97d06 100%);
    border-radius: 6px;
    border-bottom: 4px solid #e55508;
  }

  .search-wrap .conversion__button > a::before {
    position: absolute;
    content: "";
  }

  .search-wrap .conversion__button > a::before {
    top: 50%;
    border-top: 3px solid #f9d917;
    border-right: 3px solid #f9d917;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .search-wrap .conversion__button strong::before,
  .search-wrap .conversion__button strong::after {
    width: 7px;
    height: 7px;
  }

  .search-wrap .conversion__button strong::before {
    top: -12px;
    left: 7px;
  }

  .search-wrap .conversion__button strong::after {
    top: -12px;
    left: 27px;
  }

  .search-inner::before,
  .search-inner::after {
    padding-top: 10px;
    background-size: 55px auto;
  }

  .search-inner::after {
    bottom: 10px;
  }

  .search-bg {
    padding: 40px 20px 30px;
  }

  .search-heading {
    display: none;
    width: 300px;
    height: 50px;
    font-size: 1.25rem;
    line-height: 50px;
    border-radius: 25px;
  }

  .search-heading::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .search__left {
    width: 430px;
    padding-top: 68px;
  }

  .search-pulldown__intro {
    margin-bottom: 35px;
    font-size: .9375rem;
  }

  .search-pulldown__item select {
    width: 240px;
  }

  .search-purpose__item > a {
    padding: 90px 30px 5px;
    background-size: 75px auto;
  }

  .search-purpose__item + .search-purpose__item {
    margin-left: 30px;
  }

  .search__right {
    width: 710px;
    margin-left: 60px;
    padding-top: 95px;
  }

  .search__tab__item {
    padding: 15px 30px;
  }

  .search__tab__item::before {
    left: 74px;
    background-size: cover;
  }

  .search__tab__item > span {
    font-size: 1.25rem;
  }

  .search__tab__item.is-current.area::after {
    right: -30px;
    border-top: 45px solid transparent;
    border-left: 17px solid #5EBCDB;
    border-right: 13px solid transparent;
    border-bottom: 36px solid #5ebcdb;
  }

  .search__tab__item.is-current.feature::after {
    left: -28px;
    border-top: 45px solid transparent;
    border-left: 13px solid transparent;
    border-right: 16px solid #5ebcdb;
    border-bottom: 36px solid #5ebcdb;
  }

  .search__tab__item:hover {
    background-color: #5ebcdb;
    border-color: #8fd0e6;
  }

  .search__tab__item:hover.area::after {
    position: absolute;
    top: -2px;
    right: -30px;
    content: "";
    display: block;
    width: 0;
    height: calc(100% + 2px);
    border-top: 45px solid transparent;
    border-left: 17px solid #5EBCDB;
    border-right: 13px solid transparent;
    border-bottom: 36px solid #5ebcdb;
    z-index: 1;
  }

  .search__tab__item:hover.feature::after {
    position: absolute;
    top: -2px;
    left: -28px;
    content: "";
    display: block;
    width: 0;
    height: calc(100% + 2px);
    z-index: 1;
    border-top: 45px solid transparent;
    border-left: 13px solid transparent;
    border-right: 16px solid #5ebcdb;
    border-bottom: 36px solid #5ebcdb;
  }

  .search__tab-panel {
    padding: 0 30px 20px;
  }

  .search__tab-panel__area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .search__tab-panel__area__item {
    width: 310px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .search-area-link__item > a {
    display: inline-block;
    width: 70px;
    height: 45px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .header .conversion__button > a {
    padding: 0 30px;
  }

  .header .conversion__button > a::before {
    right: 20px;
    width: 9px;
    height: 9px;
  }

  .keyvisual-area .conversion__button > a {
    padding: 0 30px;
  }

  .keyvisual-area .conversion__button > a::before {
    right: 20px;
    width: 9px;
    height: 9px;
  }

  .single .main .conversion__button > a {
    padding: 0 30px;
  }

  .single .main .conversion__button > a::before {
    right: 20px;
    width: 9px;
    height: 9px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a,
  .single-ranking .main .conversion-area .conversion__button > a {
    padding: 0 30px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a::before,
  .single-ranking .main .conversion-area .conversion__button > a::before {
    right: 20px;
    width: 9px;
    height: 9px;
  }

  .search-wrap .conversion__button > a {
    padding: 0 30px;
  }

  .search-wrap .conversion__button > a::before {
    right: 20px;
    width: 9px;
    height: 9px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  html {
    font-size: 14px;
    line-height: 1.4;
  }

  .contents-grid > .contents-inner {
    padding: 0 10px;
  }

  .pager {
    max-width: 218px;
    margin: 0 auto 18px;
  }

  .pager__item {
    font-size: .857rem;
    font-weight: bold;
  }

  .breadcrumb {
    display: none;
  }

  .breadcrumb a + a::before,
  .breadcrumb a + span::before {
    top: 2px;
  }

  .other-post {
    margin-top: 17.5%;
    padding: 10% 2.8125% 7.5%;
    background: url(/wp-content/themes/tsushinsei/img/bg_ring-note_02.png) center 0 no-repeat, url(/wp-content/themes/tsushinsei/img/bg_mosaic_01.png) 0 0 repeat;
    background-size: 320px auto, 18px auto;
  }

  .other-post .card-list__item:nth-child(n+3) {
    margin-top: 3.125%;
    padding-top: 3.125%;
    border-top: 2px solid #fff;
  }

  .other-post .card-list__img {
    width: 50px;
    margin-right: 10px;
  }

  .other-post .card-list__contents {
    width: calc(100% - 50px);
    font-size: .8785rem;
  }

  .other-post__heading {
    margin-bottom: 7.5%;
    font-size: 1.25rem;
    line-height: 1.7;
  }

  .school-info-feature {
    padding: 1.5625% 3.125%;
  }

  .school-info-feature__item {
    margin: 0 5px 5px 0;
    font-size: .875rem;
  }

  .other-post + .article {
    margin-top: 17.5%;
  }

  .article h2 {
    margin: 0 -10px;
    padding: 10% 5% 7.5% 15%;
    font-size: 1.5rem;
    background-position: 0 2px;
    background-size: 27px auto;
  }

  .article h2::before {
    left: 7.5%;
    width: 20px;
    height: 17px;
    margin-top: 3px;
    background-size: 20px auto;
  }

  .article h3:not(.other-post__heading) {
    margin: 0 -10px 7.5%;
    padding: 7.5% 3.125%;
    font-size: 1.25rem;
  }

  .article h4 {
    margin-bottom: 6.25%;
    padding: 3.125% 0 3.125% 3.125%;
    font-size: 1.125rem;
    border-left-width: 4px;
  }

  .article .article__eyecatch {
    margin-bottom: 7.8125%;
  }

  .article ul:not(.card-list) {
    padding: 4.6875% 6.25%;
  }

  .article ul:not(.card-list) li:not(.card-list__item) {
    padding-left: 6.25%;
  }

  .article ul:not(.card-list) li:not(.card-list__item)::before {
    width: 5px;
    height: 5px;
  }

  .article ol {
    padding: 4.6875% 6.25%;
  }

  .article ol li {
    padding-left: 6.25%;
  }

  .article ol li::before {
    width: 15px;
    height: 15px;
    font-size: .875rem;
  }

  .article .link a {
    padding: 10px 50px 10px 7.5%;
  }

  .article .link a::before {
    right: 5px;
    width: 30px;
    height: 30px;
  }

  .article .link a::after {
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .article .alignleft,
  .article .alignRight {
    margin-bottom: 10.9375%;
  }

  .article th,
  .article td {
    padding: 1rem;
  }

  .article th {
    border-top-color: #2f74b7;
  }


  .article .point__heading {
    padding: 4.6875% 4.6875% 4.6875% 15.625%;
    font-size: 1.25rem;
  }

  .article .point__heading::before {
    top: -25px;
    left: 0;
    background-size: 54px auto;
  }

  .article .point__detail {
    padding: 4.6875% 6.25%;
  }

  .header {
    height: 50px;
  }

  .header .contents-inner {
    margin: 0;
    padding: 0;
  }

  .header-logo__img img {
    width: 175px;
  }

  .header__lead {
    width: 53.529vw;
    margin: 0 auto;
    font-size: .8571rem;
    text-align: center;
  }

  .sp-menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
  }

  .sp-menu-btn > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sp-menu-btn span:not(:nth-of-type(4)) {
    width: 50%;
    height: 3px;
    background-color: #2f74b7;
    border-radius: 4px;
  }

  .sp-menu-btn span:nth-of-type(1) {
    top: 12px;
  }

  .sp-menu-btn span:nth-of-type(2) {
    top: 19px;
  }

  .sp-menu-btn span:nth-of-type(3) {
    top: 26px;
  }

  .sp-menu-btn span:nth-of-type(4) {
    top: 32px;
    color: #2f74b7;
    font-size: .5rem;
  }

  .header .conversion-area {
    display: none;
  }

  .footer-search {
    padding: 3.125% 6.25% 3.125% 3.125%;
  }

  .footer-search input[type="text"] {
    width: calc(100% - 38px);
    padding: 3.125%;
  }

  .footer-search input[type="submit"] {
    width: 26px;
    height: 25px;
    margin-right: 12px;
    background-size: 26px auto;
  }

  .footer-link ul {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4.6875%;
  }

  .footer-link__item {
    margin-right: 3.125%;
    padding-right: 3.125%;
    font-size: .75rem;
  }

  .footer-inner {
    padding: 30px 0;
  }

  .gnavi-area {
    display: none;
  }

  .gnavi-area.is-opened {
    display: block;
  }

  .gnavi-area .contents-inner {
    padding: 0;
  }

  .gnavi__item > a {
    padding: 5%;
    border-bottom: 1px solid #2f74b7;
  }

  .side {
    margin-top: 10%;
  }

  .side .contents-inner {
    padding: 0 10px;
  }

  .side .search-inner {
    padding-bottom: 10%;
    background-image: linear-gradient(-45deg, #2f74b7 25%, #4382be 25%, #4382be 50%, #2f74b7 50%, #2f74b7 75%, #4382be 75%, #4382be);
    background-size: 9px 9px;
  }

  .side .search-wrap {
    padding-bottom: 10%;
    background-image: linear-gradient(-45deg, #2f74b7 25%, #4382be 25%, #4382be 50%, #2f74b7 50%, #2f74b7 75%, #4382be 75%, #4382be);
    background-size: 9px 9px;
  }

  .side .search-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 10px;
    background: url(/wp-content/themes/tsushinsei/img/bg_dot_01.png) 0 0 repeat-x;
    background-size: 27px auto;
  }

  .side .search-wrap .search__label .for-pc {
    display: none;
  }

  .side .search-wrap .search-bg.for-sp {
    padding: 5% 3.125%;
    background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
  }

  .side .search-wrap .search-bg.for-pc {
    background: none;
  }

  .side .search-wrap .conversion-area {
    margin-top: 3.125%;
  }

  .side .search-wrap .conversion__button > a {
    padding: 0 25px;
  }

  .side .search-wrap .conversion__button > a::before {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .side .search-purpose {
    padding: 0 10px;
  }

  .side .posts {
    display: none;
  }

  .home .side {
    margin-left: -10px;
    margin-right: -10px;
  }

  .site-benefit {
    padding: 9px;
  }

  .keyvisual-inner.for-sp {
    height: 280px;
    background: url(/wp-content/themes/tsushinsei/img/img_keyvisual_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }

  .keyvisual__copy {
    padding: 5% 0 0 5%;
  }

  .keyvisual__copy .for-pc {
    display: none;
  }

  .keyvisual__copy .for-sp {
    width: 173px;
  }

  .osusume-point {
    padding: 7.5% 10px 25%;
    background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
  }

  .osusume-point__label {
    margin-bottom: 5%;
    padding: 0 10%;
  }

  .osusume-point__label .for-pc {
    display: none;
  }

  .osusume-point__item.join {
    margin-top: 10px;
  }

  .osusume-point__item + .osusume-point__item {
    margin-top: 10px;
  }

  .osusume-point__item-inner {
    padding: 20px 20px 20px 120px;
    background-size: 115px auto;
  }

  .osusume-point__item-inner::before {
    border-width: 0 30px 30px 0;
  }

  .osusume-point__item__benefit {
    line-height: 1.5;
  }

  .osusume-point__item__benefit br {
    display: none;
  }

  .osusume-point__item__desc {
    font-size: .875rem;
  }

  .join-list {
    padding: 0 8px 8px;
  }

  .join-list__item {
    width: calc(25% - 7px);
  }

  .keyvisual-area .conversion-area {
    position: relative;
    width: 230px;
    margin: 10% auto 0;
  }

  .keyvisual-area .conversion-area.for-pc {
    display: none;
  }

  .keyvisual-area .conversion__button > a {
    position: relative;
    display: block;
    width: 230px;
    height: 58px;
    padding-left: 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    line-height: 58px;
    background: linear-gradient(to right, #e77207 0%, #eb8d04 50%, #e97d06 100%);
    border-radius: 6px;
    border-bottom: 4px solid #e55508;
  }

  .keyvisual-area .conversion__button > a::before {
    position: absolute;
    content: "";
  }

  .keyvisual-area .conversion__button > a::before {
    top: 50%;
    border-top: 3px solid #f9d917;
    border-right: 3px solid #f9d917;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .keyvisual-area .conversion__total {
    display: none;
  }

  .keyvisual-area .conversion__60s-free-request {
    top: -75px;
    right: -40px;
  }

  .keyvisual-area .conversion__60s-free-request > img {
    width: 84px;
  }

  .search-area {
    margin-top: -13%;
  }

  .search-area .contents-inner {
    max-width: none;
    margin: 0;
    padding: 0 10px;
  }

  .search-area .search-inner {
    padding-bottom: 7.5%;
    background-size: 9px 9px;
  }

  .osusume-ranking-heading {
    margin-bottom: 7.5%;
  }

  .osusume-ranking-heading .for-pc {
    display: none;
  }

  .osusume-ranking-heading .for-sp {
    max-width: 300px;
    margin: 0 auto;
  }

  .sogo-ranking {
    background: url(/wp-content/themes/tsushinsei/img/bg_dot_04.png) 0 0 repeat;
    background-size: 15px auto;
    padding: 7.5% 0 21.875%;
  }

  .sogo-ranking .contents-inner {
    padding: 0 10px;
  }

  .sogo-ranking .card-list__item {
    background-size: cover;
  }

  .sogo-ranking .card-list__item::after {
    top: -25px;
    width: 60px;
    height: 55px;
    background-size: 60px auto;
  }

  .sogo-ranking .card-list__item + .card-list__item {
    margin-top: 7.5%;
  }

  .sogo-ranking .card-list__contents {
    padding: 3.125%;
    background-color: #fff;
    border-top: 1px solid #d2d3d7;
    border-right: 1px solid #d2d3d7;
    border-left: 1px solid #d2d3d7;
  }

  .column-heading {
    margin: 0 -10px 7.5%;
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .column-heading::before {
    top: -12vw;
    height: 12vw;
  }

  .archive.category .side {
    margin-left: -10px;
    margin-right: -10px;
  }

  .category-archive-heading {
    height: 105px;
    margin: 0 -10px;
    padding-bottom: 5px;
    background-position: 0 0, 0 0;
    background-size: 100% 100px, 9px 9px;
  }

  .category-archive-heading > span {
    width: 170px;
    height: 40px;
    padding-left: 14px;
    line-height: 40px;
    border-width: 5px;
  }

  .category-article-list {
    padding: 4.6875% 3.125%;
  }

  .category.archive .main .card-list__item.pickup::before {
    position: absolute;
    bottom: -1.5vw;
    right: -1.5vw;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/tsushinsei/img/bg_stripe_02.png) right bottom no-repeat;
    background-size: cover;
    z-index: 0;
  }

  .category.archive .main .card-list__item.pickup::after {
    position: absolute;
    top: -10px;
    right: 0;
    content: "";
    display: block;
    width: 70px;
    height: 31px;
    background: url(/wp-content/themes/tsushinsei/img/icon_pickup.png) 0 0 no-repeat;
    background-size: 70px auto;
    z-index: 2;
  }

  .category.archive .main .card-list__img {
    position: relative;
    width: 90px;
    background-color: #fff;
    z-index: 1;
  }

  .category.archive .main .card-list__contents {
    position: relative;
    padding: 4.6875%;
    width: calc(100% - 90px);
    z-index: 1;
  }

  .category.archive .main .card-list__heading {
    margin-bottom: 4.6875%;
    font-size: 1.125rem;
  }

  .category.archive .main .card-list__heading > a {
    font-weight: normal;
    border-bottom: 1px solid #2f74b7;
  }

  .category.archive .main .card-list__desc {
    font-size: .9375rem;
  }

  .single-heading {
    margin: 0 -10px 6.25%;
    padding: 70px 0 0;
    font-size: 2rem;
    line-height: 1.6;
    background: url(/wp-content/themes/tsushinsei/img/bg_arrow_01.png) center 10px no-repeat;
    background-size: contain;
  }

  .single-heading > span {
    border-bottom-width: 4px;
  }

  .single .main .search-heading {
    display: none;
  }

  .single .main .search-wrap {
    display: none;
    background-size: 9px 9px;
  }

  .single .main .search-inner {
    padding: 0 10px 9.375%;
  }

  .single .main .search__tab-contents {
    margin: 10.9375% -10px 0;
  }

  .single-post .side {
    margin-left: -10px;
    margin-right: -10px;
  }

  .post-type-archive-ranking .contents-grid .contents-inner {
    padding: 0;
  }

  .school-ranking-heading {
    padding: 10.9375% 5% 9.375%;
    font-size: 1.5rem;
    text-align: center;
  }

  .school-ranking-heading > span {
    font-size: 2rem;
    border-bottom-width: 2px;
  }

  .school-ranking-heading::before {
    top: 12px;
    left: 50%;
    width: 35px;
    height: 24px;
    background-size: 35px auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .school-ranking-archive-header__research {
    padding: 1.5625%;
    background-color: #46484f;
  }

  .research-function__item {
    width: calc(50% - (1.5625% / 2));
  }

  .research-function__item + .research-function__item {
    margin-left: 1.5625%;
  }

  .research-function__item > a {
    padding: 6.25%;
    line-height: calc(1rem + (6.25% * 2));
    border-bottom-width: 2px;
  }

  .school-ranking-archive-list {
    padding: 5% 10px 80px;
  }

  .school-ranking-archive-list__school-name {
    padding: 6.25% 4.0625%;
    font-size: 1.125rem;
    background-size: 9px 9px;
  }

  .school-ranking-archive-list-inner {
    padding: 4.6875% 3.125%;
  }

  .school-info-img {
    width: 100px;
    margin-right: 3.125%;
  }

  .school-info-detail__fee,
  .school-info-detail__desc {
    width: calc(100% - (100px + 3.125%));
    float: right;
  }

  .school-info-detail__fee {
    margin-bottom: 6.25%;
    padding-bottom: 4.6875%;
  }

  .school-info-detail__fee .number {
    font-size: 4.5vmin;
  }

  .school-info-detail__fee .number > span {
    font-size: 3vmin;
  }

  .school-info-detail__desc {
    margin-bottom: 4.6875%;
    font-size: .9333rem;
  }

  .school-info-conversion {
    margin: 0 -1.5625%;
  }

  .school-info-conversion__button {
    width: calc(50% - .625%);
  }

  .school-info-conversion__button + .school-info-conversion__button {
    margin-left: 1.25%;
  }

  .school-info-conversion__button > a {
    padding: 10% 3.125%;
    font-size: 4vw;
    line-height: calc(1rem + 10%);
    letter-spacing: -.05em;
    border-radius: 4px;
  }

  .school-info-conversion__button > a > span {
    font-size: 3vw;
  }

  .post-type-archive-ranking .side {
    margin-top: -50px;
  }

  .single-ranking .school-single-info .conversion-area.for-pc,
  .single-ranking .main .conversion-area.for-pc {
    display: none;
  }

  .single-ranking .school-single-info .conversion-area::before,
  .single-ranking .main .conversion-area::before {
    top: 5px;
    background-size: 27px auto;
  }

  .single-ranking .school-single-info .conversion-area .contents-inner,
  .single-ranking .main .conversion-area .contents-inner {
    padding: 25px 10px 10px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a,
  .single-ranking .main .conversion-area .conversion__button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 63px;
    padding-left: 10px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    line-height: 63px;
    background: linear-gradient(to right, #e77207 0%, #eb8d04 50%, #e97d06 100%);
    border-radius: 6px;
    border-bottom: 4px solid #e55508;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a::before,
  .single-ranking .main .conversion-area .conversion__button > a::before {
    position: absolute;
    content: "";
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a::before,
  .single-ranking .main .conversion-area .conversion__button > a::before {
    top: 50%;
    border-top: 3px solid #f9d917;
    border-right: 3px solid #f9d917;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .single-ranking .school-single-info .conversion-area .conversion__button::before,
  .single-ranking .main .conversion-area .conversion__button::before {
    top: -40px;
    width: 100px;
    height: 37px;
    background-size: cover;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button::after,
  .single-ranking .main .conversion-area .conversion__button::after {
    position: absolute;
    content: "";
    display: block;
    background: url(/wp-content/themes/tsushinsei/img/icon_student_01.png) 0 0 no-repeat;
    top: -101px;
    left: -10px;
    width: 59px;
    height: 101px;
    background-size: cover;
  }

  .single-ranking .main .conversion-area.for-sp {
    margin: 0 -10px;
  }

  .single-ranking .school-name {
    padding: 5px 0 15px 68px;
  }

  .backto-archive-link__item > a {
    padding: 7px 20px 7px 30px;
    border: 2px solid #2f74b7;
  }

  .backto-archive-link__item > a::before {
    left: 15px;
    margin-top: -9px;
  }

  .school-single-heading {
    font-size: 6vmin;
    padding: 3.125% 6.25% 7.5%;
    background: url(/wp-content/themes/tsushinsei/img/bg_pat_01.png) 0 0 repeat;
  }

  .school-single-info__list {
    margin-bottom: 5px;
  }

  .school-single-info__list__item {
    margin-top: 5px;
    padding: 3.125% 0;
    background-color: #d9eff7;
  }

  .school-single-info__list__item-inner:nth-of-type(1) {
    width: 30.125%;
    padding-left: 3.125%;
  }

  .school-single-info__list__item-inner:nth-of-type(2) {
    width: 69.875%;
    padding: 0 3.125%;
  }

  .school-single-info__list__item__label {
    color: #2f74b7;
  }

  .school-single-info__list__item__label > span {
    padding: 3px 0 3px 10px;
    border-left-color: #2f74b7;
  }

  .school-single-info__list__item__detail {
    font-size: 1.125rem;
  }

  .school-single-info__img {
    margin-bottom: 10px;
  }

  .school-pr {
    padding: 9.375% 5px;
    background: url(/wp-content/themes/tsushinsei/img/bg_mosaic_01.png) 0 0 repeat;
  }

  .school-pr-outer {
    padding: 5px;
    background-image: linear-gradient(-45deg, #bfbbae 25%, #fff 25%, #fff 50%, #bfbbae 50%, #bfbbae 75%, #fff 75%, #fff);
    background-size: 9px 9px;
  }

  .school-pr-inner {
    padding: 27.5% 7.8125% 10%;
  }

  .school-pr-inner::before {
    left: 0;
    width: 100%;
    height: 108px;
    background-image: url(/wp-content/themes/tsushinsei/img/txt_school-pr_sp.png);
    background-size: contain;
  }

  .conversion-inner {
    padding: 30px 10px 10px;
  }

  .schoo-basic-info__label {
    margin: 10% -10px 5%;
    padding: 3.125% 6.25%;
    font-size: 1.25rem;
  }

  .related-school-info {
    margin: 0 -10px;
    padding: 10.9375% 0 9.375%;
  }

  .related-school-info__label {
    margin: 0 3.125% 6.25%;
    font-size: 1.125rem;
    background-size: 40px auto, 40px auto;
  }

  .related-school-info__list {
    padding: 0 6.25% 6.25%;
  }

  .related-school-info__list__item {
    width: 32vmin;
    border-bottom: 2px solid #e6e4df;
  }

  .related-school-info__list__item + .related-school-info__list__item {
    margin-left: 10px;
  }

  .related-school-info__list__item__school-name {
    padding: 10px;
    font-size: .875rem;
  }

  .school-kuchikomi {
    margin: 0 -10px;
    padding: 6.25% 10px 7.5%;
  }

  .school-kuchikomi__list__header {
    padding: 3.125% 6.25% 3.125%;
  }

  .school-kuchikomi__list__label {
    width: 72%;
    font-size: 1.125rem;
  }

  .school-kuchikomi__list__user {
    width: 27%;
  }

  .school-kuchikomi__list__detail {
    padding: 3.125% 6.25% 3.125%;
  }

  .single-ranking table th {
    text-align: center;
  }

  .single-ranking .side {
    display: none;
  }

  .post {
    width: 48%;
  }

  .post:nth-child(n+3),
  .post.post--wide--sp {
    margin-top: 10px;
  }

  .post-inner {
    padding: 10px;
    height: calc(100% - 85px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post.new::before {
    left: -2px;
    top: 3px;
    width: 27px;
    height: 12px;
  }

  .post.attention {
    border: solid 3px #e75a59;
  }

  .post.attention::after {
    left: -8px;
    top: -11px;
    width: 37px;
    height: 40px;
  }

  .post__heading {
    height: 100%;
  }

  .post__desc {
    display: none;
  }

  .post__date {
    text-align: right;
  }

  .post__img {
    width: 100%;
    height: 85px;
  }

  .tagcloud {
    display: none;
  }

  .post--wide .post__heading a {
    font-size: .857rem;
  }

  .post--wide--sp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 90px;
  }

  .post--wide--sp .post__img {
    max-width: 140px;
    height: auto;
  }

  .post--wide--sp .post-inner {
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 620px;
    width: 100%;
    height: auto;
  }

  .post--wide--sp .post__date {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    font-size: 0.75rem;
  }

  .search-wrap .conversion__total {
    width: 243px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    line-height: 30px;
    border-radius: 15px;
    background-position: 8px center;
    background-size: 20px auto;
  }

  .search-wrap .conversion__total::before {
    bottom: -8px;
    left: 30px;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    z-index: 2;
  }

  .search-wrap .conversion__total::after {
    bottom: -11px;
    left: 30px;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    z-index: 1;
  }

  .search-wrap .conversion__total > strong {
    margin: 0 4px;
    font-size: 1.25rem;
  }

  .search-wrap .conversion__button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    padding-left: 10px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    line-height: 64px;
    background: linear-gradient(to right, #e77207 0%, #eb8d04 50%, #e97d06 100%);
    border-radius: 6px;
    border-bottom: 4px solid #e55508;
  }

  .search-wrap .conversion__button > a::before {
    position: absolute;
    content: "";
  }

  .search-wrap .conversion__button > a::before {
    top: 50%;
    border-top: 3px solid #f9d917;
    border-right: 3px solid #f9d917;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .search-wrap .conversion__button strong::before,
  .search-wrap .conversion__button strong::after {
    width: 6px;
    height: 6px;
  }

  .search-wrap .conversion__button strong::before {
    top: -10px;
    left: 6px;
  }

  .search-wrap .conversion__button strong::after {
    top: -10px;
    left: 26px;
  }

  .search-inner::before,
  .search-inner::after {
    background-size: 27px auto;
  }

  .search-inner::after {
    bottom: 0;
  }

  .search-bg {
    padding: 5% 3.125%;
  }

  .search-heading {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }

  .search-heading::after {
    left: 30px;
  }

  .search__label {
    position: relative;
    top: -20px;
    z-index: 1;
    margin-bottom: -20px;
  }

  .search-pulldown__intro {
    margin-bottom: 5%;
  }

  .search-pulldown__item select {
    width: 100%;
  }

  .search-pulldown__item__inner {
    width: 100%;
  }

  .search-purpose__item > a {
    padding: 90px 5% 5px;
    background-size: 70px auto;
  }

  .search-purpose__item + .search-purpose__item {
    margin-left: 2.8125%;
  }

  .search__right {
    margin: 10% -10px 0;
  }

  .search__tab__item.area {
    padding: 15px 12px 15px 15px;
  }

  .search__tab__item.feature {
    padding: 15px 15px 15px 12px;
  }

  .search__tab__item::before {
    left: 18px;
    background-size: 37px auto;
  }

  .search__tab__item > span {
    font-size: 1.125rem;
  }

  .search__tab__item.is-current.area::after {
    right: -20px;
    border-top: 36px solid transparent;
    border-left: 10px solid #5EBCDB;
    border-right: 10px solid transparent;
    border-bottom: 35px solid #5ebcdb;
  }

  .search__tab__item.is-current.feature::after {
    left: -20px;
    border-top: 35px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #5ebcdb;
    border-bottom: 36px solid #5ebcdb;
  }

  .search__tab-panel {
    padding: 0 3.75% 20px;
  }

  .search__tab-panel__area__item {
    margin-top: 5%;
    padding-top: 7.5%;
  }

  .search-area-link__item {
    width: calc(25% - (10px * 3 / 4));
  }

  .search-area-link__item > a {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .contents-inner {
    padding: 0 20px;
  }

  .contents-grid {
    padding-top: 40px;
  }

  .contents-grid > .contents-inner {
    display: block;
  }

  .main {
    width: 100%;
  }

  .side {
    width: 100%;
  }

  .breadcrumb {
    width: 100%;
    padding: 0 3.125%;
  }

  .header .conversion-area {
    display: none;
  }

  .gnavi-area .contents-inner {
    padding: 0;
  }

  .gnavi__item > a {
    padding: 10px 15px;
  }

  .side {
    margin-left: 0;
  }

  .side .search-wrap .search__label {
    text-align: center;
  }

  .keyvisual-area {
    height: auto;
    background: none;
  }

  .keyvisual-inner.for-pc {
    max-width: none;
    margin: 0;
  }

  .keyvisual-inner.for-sp {
    height: 480px;
    background: url(/wp-content/themes/tsushinsei/img/img_keyvisual_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }

  .osusume-point {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
  }

  .osusume-point__label {
    margin-bottom: 5%;
    padding: 0 10%;
  }

  .keyvisual-area .conversion-area.for-pc {
    display: none;
  }

  .search-area .contents-inner {
    display: block;
  }

  .sogo-ranking {
    padding-bottom: 15%;
  }

  .sogo-ranking .card-list {
    margin: 0 -10px;
  }

  .sogo-ranking .card-list__item {
    width: calc(100% / 2 - 10px);
    background-size: cover;
  }

  .sogo-ranking .card-list__item:nth-child(odd) {
    margin-right: 10px;
  }

  .sogo-ranking .card-list__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }

  .sogo-ranking .card-list__item:nth-child(3) {
    margin-top: 50px;
  }

  .sogo-ranking .card-list__img {
    width: 120px;
  }

  .sogo-ranking .card-list__contents {
    width: calc(100% - 120px);
  }

  .column-heading {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 0;
  }

  .column-heading::before {
    top: -13vw;
    height: 13vw;
  }

  .schoolranking-archive-header .contents-inner {
    display: block;
    padding-bottom: 30px;
  }

  .school-ranking-heading {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .school-ranking-archive-header__research {
    width: 100%;
    margin: 0;
  }

  .research-function__item {
    width: calc(50% - 10px);
  }

  .school-info-img {
    width: 200px;
  }

  .school-info-detail {
    width: calc(100% - 220px);
  }

  .single-ranking .school-single-info .conversion-area .contents-inner,
  .single-ranking .main .conversion-area .contents-inner {
    padding-bottom: 20px;
  }

  .single-ranking .school-single-info .conversion-area .contents-inner::before,
  .single-ranking .main .conversion-area .contents-inner::before {
    content: none;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a,
  .single-ranking .main .conversion-area .conversion__button > a {
    margin: 0 auto;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button::after,
  .single-ranking .main .conversion-area .conversion__button::after {
    position: absolute;
    content: "";
    display: block;
    background: url(/wp-content/themes/tsushinsei/img/icon_student_01.png) 0 0 no-repeat;
    top: -250px;
    left: -80px;
    width: 205px;
    height: 225px;
    background-size: cover;
  }

  .single-ranking .school-name {
    width: 100%;
    padding: 50px 0px 50px 150px;
  }

  .school-single-info__list {
    display: block;
  }

  .school-single-info__list__item:nth-of-type(2) {
    margin: 20px 0 0 0;
  }

  .school-single-info__detail {
    display: block;
  }

  .school-single-info__img {
    width: 100%;
    text-align: center;
  }

  .school-pr {
    width: 100%;
    margin-top: 10%;
  }

  .conversion-inner {
    position: static;
    width: 100%;
  }

  .post {
    width: 48%;
  }

  .post:nth-child(n+3) {
    margin-top: 40px;
  }

  .post.attention .post__img {
    width: 100%;
  }

  .post__img {
    width: 100%;
  }

  .post__img img {
    width: 100%;
  }

  .post--wide:nth-child(2) {
    margin-top: 0;
  }

  .post--wide {
    display: block;
  }

  .post--wide .post__img {
    width: 100%;
    height: 170px;
  }

  .post--wide .post__date {
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    margin: 10px 0 0 0;
    text-align: right;
  }

  .search__left {
    margin: 0 auto;
  }

  .search__right {
    width: 100%;
    margin-left: 0;
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) and (min-width: 320px) and (max-width: 767px) {
  .header .conversion__button > a {
    padding: 0 25px;
  }

  .header .conversion__button > a::before {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .keyvisual-area .conversion__button > a {
    padding: 0 25px;
  }

  .keyvisual-area .conversion__button > a::before {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .single .main .conversion__button > a {
    padding: 0 25px;
  }

  .single .main .conversion__button > a::before {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a,
  .single-ranking .main .conversion-area .conversion__button > a {
    padding: 0 25px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a::before,
  .single-ranking .main .conversion-area .conversion__button > a::before {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .search-wrap .conversion__button > a {
    padding: 0 25px;
  }

  .search-wrap .conversion__button > a::before {
    right: 15px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) {
  .keyvisual-area .conversion__button > a {
    padding: 0 30px;
  }

  .keyvisual-area .conversion__button > a::before {
    right: 20px;
    width: 9px;
    height: 9px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a,
  .single-ranking .main .conversion-area .conversion__button > a {
    padding: 0 30px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a::before,
  .single-ranking .main .conversion-area .conversion__button > a::before {
    right: 20px;
    width: 9px;
    height: 9px;
  }

  .search-wrap .conversion__button > a {
    padding: 0 30px;
  }

  .search-wrap .conversion__button > a::before {
    right: 20px;
    width: 9px;
    height: 9px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
  .keyvisual-area .conversion__button > a {
    padding: 0 25px;
  }

  .keyvisual-area .conversion__button > a::before {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a,
  .single-ranking .main .conversion-area .conversion__button > a {
    padding: 0 25px;
  }

  .single-ranking .school-single-info .conversion-area .conversion__button > a::before,
  .single-ranking .main .conversion-area .conversion__button > a::before {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .search-wrap .conversion__button > a {
    padding: 0 25px;
  }

  .search-wrap .conversion__button > a::before {
    right: 15px;
    width: 8px;
    height: 8px;
  }
}
/*# sourceMappingURL=style.css.map */
