@charset "UTF-8";
/* CSS Document */
/*
Theme Name: ACE JUNIOR ENGLISH_Theme
Theme URI: 
Description: This is the ACE JUNIOR ENGLISH Theme.
*/
/**********************************************
 * 
 * 全体
 *
 **********************************************/
body, html {
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-image: url("img/common/back.png");
  background-repeat: repeat;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #232122;
}
/*==========タイトルタグ==========*/
h1, h2 {
  font-weight: 500;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 20px;
  font-weight: 400;
}
h4 {
  font-size: 18px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
}
/*==========背景色==========*/
.nk_bg_white {
  background-color: #fff;
}
.nk_bg_black {
  background-color: #000;
}
.nk_bg_gray {
  background-color: #333333;
}
/*==========フォントカラー==========*/
.nk_fontclr_base {
  color: #232122;
}
.nk_fontclr_white {
  color: #ffffff;
}
.nk_fontclr_blue {
  color: #0eb6c8;
}
/*==========フォントファミリー明朝系==========*/
.nk_font_mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
/*==========テキストリンク==========*/
a:link {
  color: #232122;
  text-decoration: none;
}
a:visited {
  color: #232122;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
a:active {
  color: #232122;
  text-decoration: none;
}
/*==========行間==========*/
.nk_line_height_20 {
  line-height: 2.0em;
}
.nk_line_height_18 {
  line-height: 1.8em;
}
.nk_line_height_16 {
  line-height: 1.6em;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .nk_sp_none_md {
    display: none;
  }
}
/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
  .nk_sp_none_sm {
    display: none;
  }
}
/*==========コンテナ―サイズ==========*/
.nk_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
/*******************************
    画面サイズ最小以下の時の設定
*******************************/
@media (max-width: 575px) {
  .nk_container {
    padding: 0 15px;
  }
}
/**********************************************
 * 
 * ヘッダー header.php
 *
 **********************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 20;
  height: 117px;
  /*background-color: #fff;*/
  /*  max-width: 1200px;
*/ margin: 0 auto;
  top: 0;
  inset: 0;
  background-image: url("img/head/menu-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 140px;
}
/*header>nav*/
.nk_navi {
  padding: 0 0 0 0;
  position: relative;
  /*height: 110px;*/
  width: 100%;
  margin: 0 auto;
}
/*=====企業ロゴ=====*/
.nk_logo {
  width: 180px;
}
.nk_logo a img {
  width: 100%;
  position: absolute;
  left: 25px;
  top: 30px;
  /*right: 0;
  bottom: 0;*/
  margin: auto;
  max-width: 180px;
}
/* スクロールしたらヘッダーのロゴ変更 */
.logo-1.lgColorScrollUnEnable {
  display: none;
}
.logo-1.lgColorScrollEnable {
  display: block;
}
.logo-2.lgColorScrollUnEnable {
  display: none;
}
.logo-2.lgColorScrollEnable {
  display: block;
}
/*=====ナビ=====*/
/*ul>li>a*/
.navbar-light .navbar-nav .nk_nav_link {
  padding-left: 25px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
/*ナビゲーションのリンクカラー*/
.navbar-light .navbar-nav .nk_fontclr_base {
  color: #231815;
  /*border-bottom: solid 1px #cccccc;*/
  text-align: left;
  font-size: 17px;
}
.navbar-light .navbar-nav .nk_fontclr_base:hover {
  color: #666666;
}
/*各ページのTOPのズレ解消*/
.nk_margin_pagetop {
  margin-top: 60px;
}
/*アンカーリンク位置のズレ解消*/
.nk_margin_pagetop_link {
  margin-top: -170px;
  padding-top: 170px;
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 300px;
  height: 100vh; /*ナビの高さ*/
  background: #0098d8;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 300px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  /*position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
  position: absolute;
  z-index: 999;
  top: 80px;
  left: 0;
  /*transform: translate(-50%, -50%);*/
  /* text-align: center; */
  width: 100%;
  padding-left: 0;
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
  width: 100%;
  margin: auto;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #fff;
  margin: auto 20px;
}
/*お問合せ*/
#g-nav li .navi-cont {
  text-align: center;
  border-bottom: solid 0px #fff;
  padding-top: 30px;
}
#g-nav li .navi-cont img {
  display: block;
  margin: auto auto 15px auto;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 16px;
  right: 20px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 5px;
  /*border-radius: 2px;*/
  background-color: #fff;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 24px;
}
.openbtn span:nth-of-type(2) {
  top: 34px;
}
.openbtn span:nth-of-type(3) {
  top: 44px;
}
.openbtn.active {
  /*border: solid 2px #fff;*/
}
.openbtn.active span:nth-of-type(1) {
  top: 25px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(3) {
  top: 37px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
  background-color: #fff;
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  header {
    height: 100px;
    background-size: 120px;
   }
  /*=====企業ロゴ=====*/
  .nk_logo a img {
    max-width: 120px;
    left: 15px;
    top: 15px;
  }
  /*==== ナビゲーションのためのCSS ====*/
  #g-nav {
    width: 100%;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    width: 100%;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    top: 10px;
    right: 5px;
  }
  /*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 60px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_link {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/********************************

フッター

*********************************/
footer {
  width: 100%;
  position: relative;
  text-align: left;
  background-color: #0098d8;
}
footer ul {
  margin: 0;
  padding: 0;
}
/*ページトップへ*/
#arrow {
	margin-bottom: 0;
}
#arrow li {
  list-style: none;
  margin: 0 0 0 0;
}
#arrow li a {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 30; /*レイヤーの最上位にする*/
}
/*円*/
#arrow li a::before {
  background: #ed1e79;
  border-radius: 50%;
  content: "";
  padding: 25px;
  position: absolute;
  right: 11px;
  top: 10px;
  width: 1px;
}
/*矢印*/
#arrow li a::after {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 1px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
}
#arrow li a:hover {
  filter: opacity(70%);
  /*opacity: 0.7;*/
}
/*点線*/
.line-dot {
  text-align: center;
}
/*フッターナビ*/
.foot-navi li {
  list-style: none;
  padding-bottom: 15px;
  padding-right: 20px;
}
.foot-logo {
  position: relative;
}
.foot-catch {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
.sns-box {
  color: #fff;
}
/*========コピーライト部分========*/
.footer_copy {
  text-align: center;
  color: #fff;
}
.footer_copy small {
  font-size: 12px;
}

/**********************************************
 * 
 * 共通
 *
 **********************************************/
.nk_btn_base {
  position: relative;
  top: 0;
}
.nk_btn_base a {
  width: 90%;
	max-width: 420px;
  height: 75px;
  line-height: 65px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  color: #313e42;
  border: solid 4px #0098d8;
  border-radius: 40px;
  box-shadow: 0 5px #0098d8;
  margin: auto;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .nk_btn_base a {
    margin: auto;
  }
}

/**********************************************
 * 
 * トップページ front-page.php
 *
 **********************************************/
/*メインイメージ*/
.main_image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0 auto 0 auto;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  background-image: url("img/top/main.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.catchcopy {
  /*position: absolute;
  top: 40%;*/
  color: #ffe000;
  text-shadow:
    4px 4px 3px #0098d8, -4px -4px 3px #0098d8, -4px 4px 3px #0098d8, 4px -4px 3px #0098d8, 4px 0px 3px #0098d8, -4px 0px 3px #0098d8, 0px 4px 3px #0098d8, 0px -4px 3px #0098d8;
  font-size: 4.5vw;
  font-weight: 700;
  text-align: center;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
/*==========ごあいさつ==========*/
.greetings-box {
  background-image: url("img/common/back-ichimatsu.png");
  background-repeat: repeat;
  border-radius: 15px;
  border: solid 7px #0098d8;
  margin: 170px auto 0 auto;
  font-size: 21px;
  position: relative;
	line-height: 1.6;
}
.aisatsu-tori {
  position: absolute;
  top: -143px;
  margin: auto;
  right: 0;
  left: 0;
}
.aisatsu-yellow {
  position: absolute;
  top: 70px;
  left: 0;
}
.aisatsu-blue {
  position: absolute;
  top: -120px;
  right: 0;
}
.greetings-box-inner {
  border-radius: 22px;
  background-color: #fff;
}
.greetings-1 {
  color: #257dc1;
  font-size: 30px;
}
.greetings-2 {
  background: linear-gradient(transparent 70%, #ffeb7c 30%);
}
.greetings-3 {
  text-decoration: underline wavy #e95513;
}
.greetings-4 {
  background: linear-gradient(transparent 70%, #d3ebf4 30%);
  color: #e95513;
  font-size: 28px;
}
.greetings-5 {
  background: linear-gradient(transparent 70%, #d8e9c1 30%);
  color: #f29600;
  font-size: 28px;
}
/*==========information==========*/
.info-bg-d {
  position: absolute;
  top: -100px;
  left: 0;
}
.info-bg {
  background-color: #93d4f4;
  margin-top: -90px;
  padding-bottom: 30px;
  position: relative;
}
.info-bg-top {
  background-image: url("img/top/info-bg-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  margin-top: 50px;
  padding-top: 130px;
  position: relative;
}
.info-bg-bottom {
  background-image: url("img/top/info-bg-bottom.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 300px;
  position: relative;
  z-index: 2;
}
/*h2お知らせ*/
.top-title {
  color: #fff;
  text-shadow:
    4px 4px 3px #0eb6c8, -4px -4px 3px #0eb6c8, -4px 4px 3px #0eb6c8, 4px -4px 3px #0eb6c8, 4px 0px 3px #0eb6c8, -4px 0px 3px #0eb6c8, 0px 4px 3px #0eb6c8, 0px -4px 3px #0eb6c8;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

time {
  font-size: 16px;
  margin-right: 10px;
  color: #000;
}
.top-news {
  margin-bottom: 25px;
  border: solid 7px #ffe000;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 15px;
  position: relative;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image {
    margin: 30px auto 0 auto;
  }
	.catchcopy {
  font-size: 6vw;
}
	.greetings-box {
  font-size: 16px;
}
	.greetings-1,.greetings-4,.greetings-5 {
  font-size: 20px;
}
	.nk-deco{
		width: 40%;
	}
}
.top-info-img {
  width: 130px;
  height: 130px;
	float: left;
	margin-right: 10px;
}
.top-info-img a img{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .top-info-img {
  width: 100px;
  height: 100px;
}
.top-info-img a img{
  width: 100px;
  height: 100px;
}
}
/*==========ACEの特徴==========*/
.tokucho-bg {
  background-image: url("img/common/al-back.png");
  background-repeat: repeat;
  margin-top: -290px;
  position: relative;
}
.top-title2 {
  color: #fff;
  text-shadow:
    4px 4px 3px #e95513, -4px -4px 3px #e95513, -4px 4px 3px #e95513, 4px -4px 3px #e95513, 4px 0px 3px #e95513, -4px 0px 3px #e95513, 0px 4px 3px #e95513, 0px -4px 3px #e95513;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.title-margin {
  margin-top: 280px;
}
.tokucho-box {
  background-color: #fff;
  border: solid 7px #f7931e;
  border-radius: 30px;
  padding: 20px;
}
.tokucho-box h3{
	font-weight: 600;
	font-size: 28px;
	text-align: center;
}
.tokucho-box p{
	font-size: 18px;
}
.tokucho-line{
    background: linear-gradient(transparent 70%, #d8e9c1 30%);
}
.tokucho-illust {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  margin: auto;
}
/*講師紹介*/
.teacher-box {
  background-color: rgba(255, 255, 255, 0.6);
  border-top: solid 1px #000;
  padding: 20px;
  line-height: 1.8;
  font-size: 20px;
}
.slide-margin {
  padding-bottom: 300px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.tokucho-illust {
  position: relative;
  top: 50px;
  left: 0;
		width: 80%;
		text-align: center;
}
	.title-margin {
  margin-top: 100px;
}
	.teacher-box {
  font-size: 17px;
}
}
/*==========コース料金==========*/
.course-tori {
  position: absolute;
  top: 50px;
  margin: auto;
  left: 0;
  right: 0;
}
.course-e {
  position: absolute;
  top: -200px;
  right: 0;
}
.course-f {
  position: absolute;
  bottom: 0;
  left: 0;
}
.course-bg {
  background-color: #fcc1ca;
  margin-top: -90px;
  padding-bottom: 30px;
  position: relative;
}
.course-bg-top {
  background-image: url("img/top/course-bg-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  margin-top: -250px;
  padding-top: 130px;
  position: relative;
}
.course-bg-bottom {
  background-image: url("img/top/course-bg-bottom.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 420px;
  position: relative;
}
/*料金テーブル*/
.course-box-wrap {
  background-color: #0eb6c8;
  border-radius: 20px;
  padding: 15px;
}
.course-box-wrap-y {
  background-color: #ffe100;
}
.course-box {
  margin-bottom: 0;
}
.course-box tr th {
	white-space: nowrap;
}
.course-box tr th, .course-box tr td {
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  border-bottom: 5px solid #0eb6c8;
}
.course-box-y tr th, .course-box-y tr td {
  border-bottom: 5px solid #ffe100;
}
.course-box-pink {
  color: #eb728f;
  font-size: 1.2rem;
}
.course-box-blue {
  color: #0eb6c8;
  font-size: 1.3rem;
  font-weight: 600;
	white-space: nowrap;
}
.course-box-pink2 {
  color: #eb728f;
  font-size: 1.3rem;
  font-weight: 600;
	white-space: nowrap;
}
/*注意事項*/
.notes-box {
  background-color: #fff;
  border-radius: 20px;
  border: solid 5px #0098d8;
  padding: 20px;
}
.notes-p {
  text-indent: -1em;
  padding-left: 1em;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
	.course-box tr th, .course-box tr td {
  background-color: #fff;
  padding: 5px 5px 5px 5px;
}
	.course-box-pink {
  font-size: 1.1rem;
}
.course-box-blue {
  font-size: 1.1rem;
  font-weight: 600;
}
.course-box-pink2 {
  font-size: 1.1rem;
  font-weight: 600;
}
}
/*==========無料体験実施中==========*/
.freetrial-box {
  border-radius: 20px;
  border: solid 20px #ffe100;
  font-size: 21px;
  position: relative;
  background-color: #fff;
}
.freetrial-box-p {
  border: solid 20px #fbbbc4;
}
.freetrial-box-inner {
  background-color: #fff;
	margin-bottom: 0;
}
.top-title3 {
  color: #fff;
  text-shadow:
    4px 4px 3px #0098d8, -4px -4px 3px #0098d8, -4px 4px 3px #0098d8, 4px -4px 3px #0098d8, 4px 0px 3px #0098d8, -4px 0px 3px #0098d8, 0px 4px 3px #0098d8, 0px -4px 3px #0098d8;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.okigaruni-g {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: -1;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.freetrial-box {
  font-size: 17px;
}
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
	.top-title,.top-title2,.top-title3{
		font-size: 36px;
	}
}
/*==========アクセス==========*/
.access-bg{
	z-index: 1;
}
.parking{
	background-color: #257dc1;
	border-radius: 20px;
	padding: 5px 10px;
	color: #fff;
	margin: 7px 0;
	display: inline-block;
}
.access-yellow {
  position: absolute;
  top: 70px;
  right: 0;
	transform: rotate(180deg);
	z-index: -1;
}
.access-blue {
  position: absolute;
  top: -110px;
  left: 0;
		transform: rotate(180deg);
	z-index: -1;
}

/**********************************************
 * 
 * お知らせページ category.php
 *  
 *  個別記事　     single.php
 *
 **********************************************/
.blog-height{
	min-height: 70vh;/*footerが浮かないように*/
}
.information-box {
  background-image: url("img/common/back-ichimatsu.png");
  background-repeat: repeat;
  border-radius: 15px;
  border: solid 7px #0098d8;
  margin: 0 auto 0 auto;
  position: relative;
	line-height: 1.6;
}

.information-box-inner {
  border-radius: 22px;
  background-color: #fff;
}
/*========メインエリア========*/
/*メイン*/
.blog {
  /*border-bottom: 1px solid #fff;*/
  margin-bottom: 30px;
}
.blog_wrap {
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 0 0 25px 0;
  position: relative;
  /*border-bottom: 1px solid #231815;*/
  text-align: left;
}
/*投稿日時*/
.blog_time {
  padding: 0 0 35px 0;
  color: #999999;
}
/*カテゴリー*/
.info_cate_top a{
  background-color: #29abe2;
  border-radius: 30px;
  padding: 3px 15px;
	  font-size: 13px;
	color: #fff;
}
/*記事タイトル h2*/
.blog_title a {
  /*color: #fff;*/
  font-size: 18px;
  font-weight: normal;
}
/*記事タイトル h2 single.phpに使用*/
.blog_title {
  /*color: #fff;*/
  font-size: 28px;
  font-weight: normal;
  padding: 15px 0 0 0;
}
.blog_title-single {
  font-size: 32px;
}
/*記事本文*/
.blog_cont_top, .blog_cont {
  padding: 15px 0 10px 0;
	min-height: 500px;
}
/*矢印アイコン*/
.blog-ico {
  position: absolute;
  right: 0;
  top: 10px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .blog_wrap {
    padding: 0 0 0 0;
  }
  /*記事タイトル h2*/
  .blog_title a {
    font-size: 18px;
  }
  .blog_title {
    font-size: 18px;
  }
  .blog_title-single {
    font-size: 28px;
  }
}
/*========カテゴリー表示========*/
.top-title4 {
  padding-left: 20%;
}
.top-title4-line {
  width: 100%;
  max-width: 230px;
  padding: 15px 0 25px 0;
}
.blog-cate-list {
  text-align: left;
  padding-left: 18%;
}
.cat-item {
  display: block;
  list-style: none;
  padding: 5px 15px;
  margin-bottom: 20px;
  border: solid 1px #231815;
  width: 100%;
  max-width: 135px;
}
.cat-item a {
  /*color: #fff;*/
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .top-title4 {
    padding-left: 0;
    text-align: center;
    margin: auto;
  }
  .top-title4-line {
    width: 100%;
    padding: 15px 0 25px 0;
    margin: auto;
  }
  .cat-item {
    display: inline-block;
    list-style: none;
    padding: 5px 15px;
    margin-bottom: 20px;
    border: solid 1px #231815;
    width: 100%;
    max-width: 135px;
    text-align: center;
  }
  .blog-cate-list {
    text-align: center;
    padding-left: 0;
  }
}
/*========もっと見るボタン========*/
.view-more-button {
  appearance: none;
  display: block;
  background-color: #0098d8;
  list-style: none;
  border-radius: 30px;
  padding: 10px 15px;
  margin: 15px auto;
  color: #fff;
  border: solid 1px #0098d8;
  width: 200px;
}

.main_image-bg {
  text-align: center;
  margin: 30px auto 0 auto;
}
.main_image-bg img {
  width: 90%;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image-bg {
    margin-top: 60px;
  }
  .main_image-bg img {
    width: 90%;
  }
}

/**********************************************
 * 
 * お問い合わせ
 *
 **********************************************/
.contact-box {
  border: solid 5px #0eb6c8;
  position: relative;
  background-color: #fff;
}
.privacy-box {
  border: solid 5px #0098d8;
  position: relative;
  background-color: #d2ecf6;
  border-radius: 30px;
  padding: 20px;
  width: 90%;
  margin: auto;
}
.contact-h {
  position: absolute;
  top: 30%;
  left: 0;
}
.contact-tori {
  position: absolute;
  top: -8px;
  left: 15%;
  z-index: 1;
}
/*========メールフォーム========*/
.cf7_table {
  width: 90%;
  margin: 100px auto 20px auto;
}
.cf7_table div {
  margin-bottom: 40px;
  border-bottom: 0px solid #cccccc;
}
.cf7_table div label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cf7_table div label span.cf7_table-column1 {
  width: 230px;
  white-space: nowrap;
}
.hissu {
  padding: 0 5px;
  font-size: 9px;
  font-size: 0.8rem;
  white-space: nowrap;
  /*border: solid 1px #000;*/
  border-radius: 15px;
  margin-left: 5px;
  color: #fff;
  background-color: #fbbbc4;
}
/*入力枠*/
.wpcf7-form-control-wrap {
  width: 100%;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
  padding: 10px 5px;
  /*border-radius: 5px;*/
  border: solid 1px #000000;
  width: 100%;
}
p.soushin_btn {
  text-align: center; /*width: 90%;*/
}
p.soushin_btn input[type="submit"] {
  text-align: center;
  background-color: #fff;
  padding: 12px 28px;
  border: 3px solid #0098d8;
  border-radius: 30px;
  /*font-size: 16px;
	font-size: 1.6rem;*/
  color: #313e42;
  cursor: pointer;
  margin: 20px auto 20px auto;
  width: 200px;
  box-shadow: 0 5px #0098d8;
}
p.soushin_btn input[type="submit"]:hover {
  opacity: 0.8;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; /*iOS対策*/
}
.wpcf7-spinner {
  display: block;
}
/*個人情報の取り扱い*/
#privacy {
  color: #000;
}
#privacy h2 {
  font-size: 24px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .cf7_table {
    margin: 20px auto 20px auto;
	  width: 100%;
  }
  .cf7_table div label {
    display: block;
  }
  .cf7_table div label span.cf7_table-column1 {
    display: block;
    margin-bottom: -10px;
  }
	.privacy-box {
  width: 100%;
}
}
/**********************************************
 * 
 * Wordpressエディター用
 *
 **********************************************/
/*strong {
  font-weight: bold;
}
em {
  font-style: oblique;
}*/
/*引用*/
/*blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}*/
/* img */
/*.aligncenter {
  display: block;
  margin: 0 auto;
}*/
/*.alignright {
  float: right;
  margin-left: 1em;*/ /* 追記 */
/*}
.alignleft {
  float: left;*/
/*margin-right: 1em;*/ /* 追記 */
/*}*/
/*img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}*/