@charset "UTF-8";
/* ==================== 工場見学ツアー ==================== */

/* 小文字 */
.notes {
	font-size: 0.85rem;
	line-height: 1.6em;
}
.notes * {
	margin-bottom: 0;
}
.notes ul {
	text-indent: 1.5em;
}

/* スライドボタン */
.btn_slide {
	border-bottom: 5px double #00A8CA;
	color: #00A8CA;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	transition: .8s ease-in-out;
	width: 240px;
}
.btn_slide::before {
	content: "▼ ";
}
.btn_slide::after {
	content: "を開く";
}
.btn_slide + * {
	display: none;
}
.btn_slide.active {
	width: 1080px;
}
.btn_slide.active::before {
	content: "▲ ";
}
.btn_slide.active::after {
	content: "を閉じる";
}
.btn_slide.active + * {
	display: block;
}

/*以下セクションごとの設定*/

/* スケジュール */
#schedule ol {
	list-style: none;
}
#schedule ol li h3 {
	background-color: #000;
	color: #fff;
	padding: 0.75rem 1rem;
}
#schedule .total {
	border: 5px double #000;
	padding: 15px 0;
	text-align: center;
}
#schedule .total strong {
	font-size: 1.2rem;
}

/* オプション */
#option h3 {
	margin-top: 40px;
}
#option h4 {
	background-color: #000;
	color: #fff;
	padding: 0.75rem 1rem;
}

/*ディティール*/
.page-id-20 #detail {
}
.page-id-20 #detail dl {
	width: 720px;
}
/*申し込みボタン*/
.page-id-20 .tocontact {
	background-color: #000;
	border: 5px #fff double;
	line-height: 1.2em;
	margin-bottom: 0;
	padding: 20px;
	position: fixed;
	bottom: 375px;
	right: -5px;
	text-align: center;
	width: 70px;
	z-index: 1;
}
.page-id-20 .tocontact a::after {
	content: "→";
}
.page-id-20 .tocontact a {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.page-id-20 .tocontact {
	font-size: 0.8rem;
	padding: 15px;
	bottom: 85px;
	width: 50px;
}
}
/* ==================== 採用情報 ==================== */

/*共通パーツ*/
body[class*="entries"] .date {
	font-size: 0.8rem;
	margin-bottom: 10px;
}
body[class*="entries"] .entry-style {
	background-color: #00A8CA;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	line-height: 1em;
	margin-right: 10px;
	padding: 0.25rem 0.5rem;
}
/*アーカイブ*/
.post-type-archive-entries article {
	border-bottom: 1px solid #ccc;
}
.post-type-archive-entries h2 a {
	text-decoration: none;
}
.post-type-archive-entries h2 {
	margin-bottom: 10px;
}
/*記事*/
.single-entries h2 {
	margin-bottom: 50px;
}
.single-entries dt h3 {
	font-size: 1.1rem;
}
/*ポストリンク*/
.single-entries #post_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none; /* reset */
}
/*エントリー*/
.single-entries section:nth-of-type(2) .two {
	list-style: none; /* reset */
}
.single-entries section:nth-of-type(2) .two h3 {
	margin-bottom: 20px;
}
/* ==================== フォーム ==================== */

div.wpcf7 {
	margin-left: auto !important;
	margin-right: auto !important;
}
.wpcf7 .two > * {
	margin-bottom: 0;
}
.wpcf7 .form_date > * {
    display: inline-block;
	margin-bottom: 20px;
    width: 33%;
}
.wpcf7 .form_date > * > * {
    display: inline-block;
    margin-right: 5%;
    width: 80%;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	-webkit-appearance: none;
	background-color: #eee;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	padding: 10px;
	transition: .5s ease;
	vertical-align: text-bottom;
	width: 100%;
}
.wpcf7 textarea {
	resize: vertical;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
	outline: 0;
	background-color: inherit;
	border-bottom: 1px solid #000;
}
.wpcf7 textarea:focus {
	border: 1px solid #000;
}
.wpcf7 input[type="checkbox"] {
	-webkit-appearance: checkbox;
	background-color: inherit;
	border-bottom: none;
	margin: 3px 0.5ex;
	padding: 0;
	width: auto;
}
.wpcf7 input[type="checkbox"]:focus {
	outline: none;
	border-bottom: none;
}
.wpcf7 input[type="submit"] {
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 1.1rem;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 160px;
}
.wpcf7 .form_half {
	width: 48%;
	float: left;
}
.wpcf7 .form_half.mb {
	margin-right: 4%;
}
.wpcf7 .must::after {
	color: #cc0000;
	content: " *";
}
::-webkit-input-placeholder {color: #ccc;}
::-moz-placeholder {color: #ccc;}
:-ms-input-placeholder {color: #ccc;}

@media screen and (max-width: 767px) {
.wpcf7 .form_date > * {
	margin-bottom: 5px;
}
.wpcf7 .form_half {
	width: 100%; /* reset */
	float: none; /* reset */
}
.wpcf7 .form_half.mb {
	margin-right: 0; /* reset */
}
}
