@charset "UTF-8";
/*
Theme Name:会社説明会ナビ
Theme URI:
Description:WordPressテーマ「Lightning」の自作子テーマです。
Template:lightning
Author:M Mine
Author URI:https://
Version:15.27.1
*/

body, html {
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

body.archive.tag #site-header +  #site-header,
body.archive.tag .site-body-bottom + footer.site-footer
 {
	display: none;
}
.note {
	font-size: 80%;
}
@media screen and (max-width: 736px) {
	.sp {
		
	}
}
/* ==========================================================================
 *  / メイン画像
 * ========================================================================== */
.ltg-slide .ltg-slide-text-title {
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 2%;
	font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.ltg-slide .ltg-slide-text-title span {
	white-space: nowrap;
}
.ltg-slide .btn.btn-ghost {
	background-color: #109892;
	padding: 1% 2%;
	color: #fff;
	font-size: 120%;
	border: none;
	border-radius: 5px;
 }
 .mini-content-container-1 .btn,
 .mini-content-container-2 .btn,
 .mini-content-container-3 .btn {
	 text-shadow: none !important;
 }
 @media screen and (max-width: 980px) {
	.ltg-slide .ltg-slide-text-title {
		font-size: 150%;
	}
}
 @media screen and (max-width: 736px) {
	.ltg-slide-text-set {
		top:20%;
	 }
	 .ltg-slide-text-set .ltg-slide-text-title {
		 font-size: 28px;
		 text-align: center !important;
	 }
	 .ltg-slide .btn.btn-ghost {
		padding: 2% 3%;
		width: 100%;
	}
}
/* ==========================================================================
 *  / サイドバー .sub-section
 * ========================================================================== */
.sub-section h3.wp-block-heading {
	font-size: 18px !important;
	font-weight: bold !important;
}
.tribe-events-widget-events-list__header-title {
	position: relative;
	border-bottom: 1px solid var(--vk-color-border) !important;
	background: 0 0;
	padding: 0 0 .5em !important;
	border-radius: 0;
	font-size: 18px !important;
	font-weight: bold !important;
}
.tribe-events-widget-events-list__header-title::after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	width: 30%;
	border-bottom: 1px solid var(--vk-color-primary);
}
a.tag-cloud-link {
	font-size: 15px !important;
	border: solid 1px #ccc;
	padding: 0 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: #efefef !important;
	text-decoration: none;
}
a.tag-cloud-link:hover {
	background-color: #cecece;
}
/* ==========================================================================
 *  / event 
 * ========================================================================== */
.btn_entry {
  display: inline-block;
  width: 100%;
  background-color: #037caf;
  padding: 10px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
}
/*----- form -----*/
.entry_event_title {
}
.entry_event_title input {
  border: none;
  padding: 2px;
}
.required {
	font-size: 12px;
	color: #fff;
	background-color: #cf1a62;
	padding: 0 4px;
	border-radius: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	font-weight: normal;
	margin-left: 10px;
	line-height: 1.6;
}
.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin {
  display: block;
  text-align: center;
  border: solid 1px #666 !important;
  border-radius: 50px;
  padding: 5px;
}
.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin:hover {
  background-color: #eee;
}
.tribe-events-after-html {
	background-color: #f0f0f0;
	padding: 25px !important;
}
.tribe-events-after-html .wp-block-column {
	align-content: center !important;
}
.tribe-events-after-html .wp-block-column p {
	margin-bottom: 20px !important;
}
@media screen and (min-width: 737px) {
	.tribe_events-template-default .tribe-events-single-section {
		font-size: 18px;
		width: 100%;
	}
	.tribe-events-meta-group dl {
		padding: 10px;
	}
	.tribe-events-single-section-title {
		font-size: 18px !important;
		background-color: #eee;
		padding: 3px 10px !important;
	}
	.btn_entry {
		width: 400px;
	}
}
/* ==========================================================================
 *  / contact form 7
 * ========================================================================== */
.wpcf7-form-control .wpcf7-previous,
.wpcf7-form input[type="button"] {
  padding: 7px 20px;
  font-size: 16px;
  cursor: pointer;
}
.entry_event_title {
	background-color: #eee;
	padding: 2%;
	margin-bottom: 10px;
}
.entry_event_title p {
	margin-bottom: 5px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 300px;
  padding: 10px 0;
}
.btn_entry.btn_nonclient {
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  width: 300px;
  background-color: #337ab7;
}
.btn_entry.btn_nonclient:hover {
	background-color: #296292;
}
.wpcf7-form .btn_area {
	margin-bottom: 0;
}
@media screen and (max-width: 736px) {
	.wpcf7-form-control.wpcf7-submit.has-spinner {
	  width: 100%;
	  font-size: 16px;
	}
	.btn_entry.btn_nonclient {
	  width: 100%;
	}
}
/* ==========================================================================
 *  / フッター .footer
 * ========================================================================== */
 .site-footer-copyright p:nth-child(2) {
	 display: none;
 }