@charset "utf-8";
/*
Theme Name: Aso Kindergarten Second Child
Theme URI: https://lightning.nagoya
Template: aso_kinder
Description: ★ 第二麻生学園グループ 子テーマ 山口短期大学附属、山口短期大学附属広島 ★
Author: ★ Vector,inc.元テーマ：Lightning /aso_second_child★
Tags: 
Version: 0.1.2
*/

.slide-text-set {
	padding: 0 30px;
}

.veu_postList .postList_body .postList_title  {
	font-size: 16px;
}

.entry-body ul {
  list-style: none;
}

.entry-body ul > li:before {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	margin-left: -1.5em;
}

.calendar_wrap tr th {
	background-color: #dcdcdc;
}

.calendar_wrap td#today {
	font-weight: bold;
}

tr:nth-child(2n) {
    background: #f5f5f5;
}

.entry-body th {
	border: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
	background-color: #666;
	color: #fff;
}


.entry-body td {
	border: 1px solid #ddd;
}

.entry-body img {
	margin: 3px;
}

.sectionBox .widget {
	margin-bottom: 25px;
}

.entry-body hr {
	clear: both;
}

.carousel-inner{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

h1.widget-title {
	font-weight: bold;
}

@media (max-width: 991px){
	.navbar-brand {
		font-size: 18px;
	}
	.slide-text-title {
		font-size: 2.6vw;
	}
	h1, h1.entry-title {
		font-size: 20px;
	}
	h2, .mainSection-title {
		font-size: 16px;
	}
	h3 {
		font-size: 16px;
	}
	.carousel-inner{
		width: 100%;
	}
}

/************ Contactform7用 *************/
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 1px 10px;
	background: #F92931;
	border-radius: 10px;
	font-size: 90%;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit,
input.wpcf7-back {
	/* width: 100%;
	height: 80px; */
	background: #27c038;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}