@charset "UTF-8";
/*
Theme Name: 4sure アイセラピスト専門学校
Author: DreamNet team
Author URI: https://dream-net.org/
Description: オリジナルテンプレート
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 4sure　アイセラピスト専門学校
*/

.no-post {
  padding: 100px 0;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .no-post {
    font-size: 5vw;
  }
}

.no-post .blc_ttl {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 150%;
}

.post-edit {
  margin: 15px 0;
}

.post-edit a {
  color: #ff7e00 !important;
  text-decoration: underline !important;
  font-size: 14px;
}

/* テーマで必須のクラス */
.sticky {
  display: block;
}

.gallery-caption {
  font-size: 87.5%;
}

.bypostauthor {
  color: #999;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


/* ========================================================
　以下、ブロックエディターの設定
========================================================= */

/* 背景色 */
.has-black-background-color {
  background-color: #000000;
}

.has-light-gray-background-color {
  background-color: #f2f2f2;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-red-background-color {
  background-color: #CF2E2E;
}

.has-orange-background-color {
  background-color: #FF6900;
}

.has-yellow-background-color {
  background-color: #FCFF00;
}

.has-dark-blue-background-color {
  background-color: #003E73;
}

.has-light-blue-background-color {
  background-color: #0693E3;
}

.has-green-background-color {
  background-color: #006d71;
}

.has-yellow-green-background-color {
  background-color: #5eb500;
}

.has-beige-background-color {
  background-color: #F6F1DB;
}

.has-purple-background-color {
  background-color: #9B51E0;
}

/* 文字色 */
.has-black-color {
  color: #000000;
}

.has-light-gray-color {
  color: #f2f2f2;
}

.has-white-color {
  color: #FFFFFF;
}

.has-red-color {
  color: #CF2E2E;
}

.has-orange-color {
  color: #FF6900;
}

.has-yellow-color {
  color: #FCFF00;
}

.has-dark-blue-color {
  color: #003E73;
}

.has-light-blue-color {
  color: #0693E3;
}

.has-green-color {
  color: #2FB621;
}

.has-yellow-green-color {
  color: #5eb500;
}

.has-beige-color {
  color: #F6F1DB;
}

.has-purple-color {
  color: #9B51E0;
}

/* フォントサイズ */
.has-small-font-size {
  font-size: 12px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 22px;
}

.has-huge-font-size {
  font-size: 36px;
}

/* ========================================================
　Contact Form7
========================================================= */

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-width: 1px;
  border-color: #17735F;
  color: #17735F;
  background: #E9FFF9;
  font-weight: 400;
  padding: 10px 15px;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border-width: 1px;
  border-color: #C00;
  background-color: #FFF0ED;
  color: #C00;
  font-weight: 400;
  padding: 10px 15px;
  text-align: center;
}

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #e50031;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  padding: 10px 10px;
  position: relative;
}

.wpcf7-not-valid-tip::before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 15px solid #e50031;
  position: absolute;
  top: -25px;
  left: 5%;
}