/*
Theme Name: Customify Child
Theme URI: https://pressmaximum.com/customify
Template: customify
Author: WPCustomify
Author URI: https://pressmaximum.com
Description: Customify is fast, lightweight, responsive and super flexible multipurpose theme built with SEO, speed, and usability in mind. Unleash the power of your imagination with a true WYSIWYG Header &amp; Footer builder (inside the WordPress Customizer) built exclusively for this theme. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Visual Composer, etc. Combined with the Header &amp; Footer builder, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Customify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://pressmaximum.com/customify
Tags: custom-background,custom-logo,custom-menu,featured-images,flexible-header,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,one-column,two-columns,three-columns,left-sidebar,right-sidebar,e-commerce,blog
Version: 0.3.4.1583120859
Updated: 2020-03-02 12:47:39

*/


/*アコーディオン*/
.accordion-panel,.accordion-panel dt,.accordion-panel dd{
	margin:0;
	padding:0;
}
.accordion-panel dt{
	color:#1e4b75;
	padding:0.6em 1em;
	cursor: pointer;
	border-bottom:1px solid #eaecee;
	text-indent:-1.5em;
	padding-left:1.5em;
}    
.accordion-panel dd{
	background:#fff;
	color:#333;
	display: none;
	padding:0.6em 1em;
}
.accordion-panel dt .num{
	color:#fff;
	font-size: 80%;
	width:1.4em;
	height: 1.4em;
	background:#1e4b75;
	border-radius: 50%;
	display: inline-block;
	line-height: 1.4em;
	text-align: center;
	margin-right: 0.5em;
	position: relative;
	top:-0.06em;
	text-indent: 0;
	
}	

.recruitment-content > pre {
	background-color: #fffbd2;
	border: 1px solid #ff9b42;
	border-radius: 7px;
	margin: 0 0 1em;
	padding: 0.7em 0.5em 0.5em;
	text-align: center !important;
	font-size: 1.1em;
	line-height: 1.4;
}
@media screen and (min-width: 768px), print {
	.recruitment-content > pre {
		width: 70%;
		margin: 0 auto 1em;
	}
}
.recruitment-content th, .recruitment-content td {
	border-bottom: 1px solid #ccc;
	padding: 1em 1em;
}
@media screen and (min-width: 768px), print {
	.recruitment-content th, .recruitment-content td {
		padding: 1em 1.618em;
	}
}
.recruitment-content > .table-wrapper > table {
	border-top: 1px solid #ccc;
	margin-bottom: 1.5em;
}
.recruitment-content > .table-wrapper > table > tbody > tr > td:first-child {
	width: calc(6em + 1em * 2);
}
@media screen and (min-width: 768px), print {
	.recruitment-content > .table-wrapper > table > tbody > tr > td:first-child {
		width: calc(8em + 1.618em * 2);
	}
}
.recruitment-content table tbody td {
	background: #f6fafb;
}
.recruitment-content table tbody tr:nth-child(2n) td {
	background: #ffffff;
}
.recruitment-content td > ul:first-child {
	margin-top: 0;
}
.recruitment-content td > ul li {
	margin-left: 1.5em;
}
.recruitment-content td > *:last-child {
	margin-bottom: 0;
}
.recruitment-content td > .table-wrapper > table {
	margin-top: -1em;
}
.recruitment-content table table {
	margin-bottom: 1em;
}
.recruitment-content table table tr:nth-child(n) td {
	font-size: 1em;
	background-color: transparent;
	padding-left: 0;
}
@media not screen and (min-width: 768px) {
	.recruitment-content table table tr, .recruitment-content table table td {
		display: block;
	}
	.recruitment-content table table tr td:first-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.recruitment-content table table tr td:first-child + td {
		padding-top: 0.25em;
	}
}