/*
Theme Name:base
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	/*
	font-family: "Meiryo", Baskerville, "Times New Roman", serif;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif
	*/
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ, Meiryo,Osaka,"ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

body {
	color: #333;
	line-height: 1.5;
	margin: 0;
	font-size:16px;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
	opacity: 0.7;
}

a:hover {
	text-decoration: underline;
}
/*a[title="Ours visit nursing care"],
a[title="Work environment and welfare"],
a[title="We know the work"]{
  pointer-events: none;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0 10px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0 10px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0 10px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0 10px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0 10px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
  line-height: 1.7;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #333;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin:0 0 30px;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
	display:none;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #CBEAE9;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
table.table-02 {
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}
table.table-form {
	width: 90%;
	margin: auto auto 30px;
	border: none;
	background-color: #fff;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 12px 10px 12px 0;
	border-top: 1px solid #CBEAE9;
}
table.table-02 th,
table.table-02 td {
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
}
table.table-form th,
table.table-form td {
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #b3b3b3;
	line-height: 1.6;
}
table.table-form th {
	width: 25%;
	text-align: center;
}

table.table-recruit {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
table.table-recruit th,
table.table-recruit td {
	font-weight: normal;
	text-align: left;
	padding: 12px 10px;
	border-top: none;
	border-bottom: 1px solid #F4F0EB;
	border-right: 1px solid #F4F0EB;
}
table.table-recruit th {
	width: 25%;
	text-align: center;
	vertical-align: middle;
	font-weight: 900;
	font-size: 20px;
	border-left: 1px solid #F4F0EB;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}


del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-linepng) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
.mb0{
	margin-bottom:0;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mb40{
	margin-bottom:40px;
}
.mb45{
	margin-bottom:45px;
}
.mb50{
	margin-bottom:50px;
}

.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt30{
	margin-top:30px;
}
.mt35{
	margin-top:35px;
}
.mt40{
	margin-top:40px;
}
.mt45{
	margin-top:45px;
}
.mt50{
	margin-top:50px;
}

.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.img-center{
	margin:0 auto;
}
.bold{
	font-weight: 900;
	font-size: 110%;
}
.font-p{
	color: #FF7BAC;
}
a{
	text-decoration: none;
	display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	width: 100%;
	border: 1px solid #F4F0EB;
	font-family: inherit;
	padding: 5px;
	background-color: #F4F0EB;
}
textarea {
	min-height: 250px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 1px solid #b3b3b3;
	outline: 0;
}
label{
	font-weight:normal;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #FF7BAC; /* Old browsers */
	border: none;
	color: #fff;
	display: inline-block;
	padding: 10px 24px 10px;
	text-decoration: none;
	min-width: 190px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	opacity: 0.7;
	outline: none;
}

input[type="submit"],
input[type="checkbox"]{
	width: auto;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	/*height: 150px;*/
	max-width: 100%;
	width:auto;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	/*
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	*/
	max-width: 100%;
	width: 100%;
}

.site-main {
	position: relative;
	/*background:url(images/pat02.png) repeat;*/
}

.site-main .sidebar-container {
	height: auto;
	position: relative;
	top: 0px;
	width: 250px;
	float:right;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1000px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation ,
.navigation{
	clear: both;
	margin: 0 auto;
	
	/*
	width: 1000px;
	min-height: 45px;*/
	position: relative;
}
@media only screen and (min-width: 768px){
	.navigation {
	    max-width: 750px;
	}
}
@media only screen and (min-width: 992px){
	.main-navigation ,
	.navigation{
		max-width: 970px;
	}
}
@media only screen and (min-width: 1000px){
	.main-navigation ,
	.navigation{
		clear: both;
		margin: 0 auto;
		max-width: 1000px;
		/*min-height: 45px;*/
		position: relative;
	}
}


.headerLine{
	background:#96be27;
	display: none;
}
.headerLine .navigation h1{
	line-height: 1.6;
	height:auto;
	text-align: left;
	color:#fff;
	padding:1px 0;
	padding-left:1em;
}
.logo{
	padding:5px 0 15px 0;
	margin:0;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	text-align: justify;
	text-:distribute-all-lines;
	display: inline-block;
	width:100%;
	border-right: 1px dotted #fff;
}
ul.nav-menu:after{
	content:"";
	/*display: inline-block;*/
	width: 100%;
	line-height:0;
	height: 0;
}

.nav-menu li {
	
}

.nav-menu > li#menu-top,
.nav-menu > li#menu-item-69,
.nav-menu > li#menu-question,
.nav-menu > li#menu-hoken,
.nav-menu > li#menu-kaisya,
.nav-menu > li#menu-item-40,
.nav-menu > li#menu-item-517,
.nav-menu > li#menu-item-9340,
.nav-menu > li#menu-item-268,
.nav-menu > li#menu-item-1675,
.nav-menu > li#menu-item-9340{
	display: inline-block;
	position: relative;
	width:14.2857%;
	margin: 5px 0;
}

.nav-menu > li a {
	color: #fff;
	display: block;
	font-size: 18px;
	padding:14px 14px 10px;
	text-decoration: none;
	border-left: 1px dotted #fff;
	text-align: center;
	line-height: 1.1;
}

.nav-menu > li.nav_entry a,
.nav-menu > li.nav_recruit a{
	border-right: 1px dotted #ccc;
}
.nav-menu > li.nav_entry a:hover{
	opacity: 0.6;
}
.mean-container .mean-nav ul li.nav_entry a{
	background:#E68A13;
}
.nav-menu li.nav_entry a{
	background:#E68A13;
	color:#fff;
	padding:15px 25px 10px;
}
.nav-menu > li.nav_entry a span{
	color:#fff;
}
.nav-menu .current_page_item > a,
.nav-menu .current-menu-item > a{
	background:#F6FFE0;
	color:#96be27;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: rgba(000, 000, 000,.6);
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	text-align: left;
	background: none;
    border: none;
}
.nav-menu .sub-menu .sub-menu{
	background-color: rgba(000, 000, 000,.7);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
.nav-menu .sub-menu li a{
	padding: 10px 14px 10px;
	background:rgba(000,000,000,.7);
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 210px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: rgba(255, 255, 255,.5);
	color:#aaa;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color:#96be27;
	/*font-style: italic;*/
}

.nav-menu .current_page_item > a span,
.nav-menu .current_page_ancestor > a span,
.nav-menu .current-menu-item > a span,
.nav-menu .current-menu-ancestor > a span {
	color:#96be27;
	/*font-style: italic;*/
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	background:#fff;
    border-bottom: 1px solid #ccc;
	/*
	background:url(images/pat02.png) repeat;
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    */
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
	line-height:1.26;
}

.menu-item span{
	display: inline-block;
	text-align: center;
	font-size:10px;
	color:#fff;
	padding-left:15px;
	background:url(images/h2_bg.gif) no-repeat left center;
	background-size:12px;
}
@media only screen and (max-width: 1000px) {
	.menu-item span{
		color:#fff;
	}
	.nav-menu > li#menu-top,
	.nav-menu > li#menu-item-69,
	.nav-menu > li#menu-question,
	.nav-menu > li#menu-item-32,
	.nav-menu > li#menu-kaisya,
	.nav-menu > li#menu-item-40,
	.nav-menu > li#menu-hoken,
	.nav-menu > li#menu-item-9340{
		display:block;
		position: relative;
		width:100%;
	}
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	/*max-width: 604px;*/
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1000px;
	padding: 0;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: auto;
}
.page #page h2.entry-title,
.single h2.entry-title,
.category h2.entry-title,
.archive h2.entry-title{
	font-size: 36px;
    color: #96be27;
    line-height: 0.7;
    padding:40px 0  35px;
    font-weight:bold;

}
.page #page .entry-title span,
.single h2.entry-title span,
.category h2.entry-title span{
	font-size:14px;
	font-weight: normal;
	padding-left:17px;
	color:#AFC571;
	background:url(images/h2_bg.gif) no-repeat left center;
	background-size:13px;
}
@media only screen and (max-width: 480px) {
	.page #page .entry-title span,
	.single h2.entry-title span{
		font-size:12px;
		font-weight: normal;
		padding-left:15px;
		background-size:12px;
	}
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #96be27;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #FF8723;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}
/*
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}
*/
/*footer.entry-meta {
	margin-top: 24px;
}
*/

.st_point_inner02{
	margin-top:15px;}
	
.st_point_inner02 h4{
    background: none;
    padding-left: 0;
    color: #96be27;
    margin: 10px 0;
    line-height: 1.8;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.st_point_inner02 ul{
	padding-left:0;}

.st_point_inner02 ul li {
    text-align: center;
    border: 1px solid #96BE27;
    padding: 10px;
	list-style-type:none;
	margin-bottom:20px;}
	
.st_point_inner02 .btnSmall{
	text-align:center;}
	
.st_point_inner02 .btnSmall a{
	width:60%;}


.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #333;
	font-size:10px;
}

.navigation a:hover {
	color: #96be27;
	text-decoration: none;
	background:#F6FFE0;
}
.navigation a span:hover {
	color: #96be27;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation h1{
	display:none;}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1000px;
}

.sidebar .post-navigation .nav-links {
	padding: 0;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	margin: 0 auto;
	max-width: 100%;
	margin-right:30px;}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 150px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 250px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background:#fff;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 30px;
	padding: 0px;
	word-wrap: break-word;
}

.widget .widget-title {
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	position: relative;
	background: none;
	border-bottom: 1px solid #ccc;}
	
.widget li a{
	display: block;
	padding:15px;}
	
.widget li a:hover,
.widget li.current-menu-item a{
	color:#ffcc90;}
	
.widget li .sub-menu li{
	border-bottom:none;
	border-top: 1px solid #fff;
	background:#ffa044;
	font-size:12px;}
	
.widget li.current-menu-item .sub-menu li a{
	color:#fff;}
	
.widget li .sub-menu li a{
	background: url(/wp-content/uploads/2015/06/icon_subnavi.png) no-repeat 15px 18px;
	padding-left:30px;}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 0px;
}

.widget a {
	color: #333;
}

.widget a:hover {
	color: #fff;
	text-decoration:none;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background: #96be27;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #a6d100;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #fff;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1000px;
	padding: 30px 0;
	width: 100%;
	text-align:center;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}



/**
 * ADD CSS
 * ----------------------------------------------------------------------------
 */
 
#masthead{
	/*
	 background:#474747;
	 height:200px;
	 border-bottom: 4px solid #96be27;*/
	 background:#fff;}
.single #masthead,
.page #masthead,
.blog #masthead{
	/*background:url(images/pat02.png) repeat;*/
	background:#fff;
}
header #headerTop{
	border-top: 7px solid #96be27;
	background:#fff;
	/*
	height:50px;
	background:url(images/pat02.png) repeat;
	background:#96be27;*/}
	
header #headerTop .clr{
	width:1080px;
	text-align:center;
	margin:auto;}
	
header #headerTop .clr .floatL{
	width:200px;
	padding:10px 0;}
header #headerTop .clr .floatL img{
	width:170px;
	height:auto;
}
header #headerTop .clr .floatR{
	width:800px;
	margin-top: -15px;}
	
header h2{
	width:1000px;
	text-align:center;
	margin:auto;
	font-size:18px;
	padding-top:40px;}

.entry-content-inner{
	width:100%;}

.thumbnail_lists ul{
	margin:0;
	padding:0;
	list-style: none;}
	
/*.thumbnail_lists ul li{
	list-style-type:none;
	position:relative;
	float:left;
	width:225px;
	height:230px;
	border:1px solid #ccc;
	margin-right:25px;
	margin-bottom:25px;}
*/
.thumbnail_lists img{
	margin:0 auto;
}
.thumbnail_lists a{
	display: block;
}
.thumbnail_lists .post_right{
	padding:20px;
	/*
	background:rgba(255,255,255,.7);
	-webkit-box-shadow: 1px 5px 5px 0px rgba(245,245,245,1);
	-moz-box-shadow: 1px 5px 5px 0px rgba(245,245,245,1);
	box-shadow: 1px 5px 5px 0px rgba(245,245,245,1);
	*/
	border-top:0;
	background-color:#fff;
}
.thumbnail_lists ul li{
	margin-bottom:20px;

}
.thumbnail_lists ul li .pinktri{
	position:absolute;
	top:0;
	left:0;}
	
.thumbnail_lists ul li .title{
	/*padding:15px;*/
	font-size:16px;
	font-weight:normal;}
	
.thumbnail_lists ul li a{
	color: #333;
	padding:20px;
	font-size:16px;
	text-align: center;
}
.thumbnail_lists ul li a:hover{
	color:#FF8723;
}
.thumbnail_lists ul li .bg_w{
	border-bottom:0;
	/*
	background:rgba(255,255,255,.7);
	-webkit-box-shadow: 1px 5px 5px 0px rgba(245,245,245,1);
	-moz-box-shadow: 1px 5px 5px 0px rgba(245,245,245,1);
	box-shadow: 1px 5px 5px 0px rgba(245,245,245,1);
	*/
	border-top:2px solid #96be27;
}
.thumbnail_lists ul li .bg_w a{
	background:url(/wp-content/uploads/2015/06/item_phototri.png) no-repeat;
	background-color:#fff;
}
.thumbnail_lists ul li .title a{
	padding:0;
}
h1{
	color:#333;
	text-align:right;
	font-weight:normal;
	line-height:0;
	height:10px;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;}
	
h3{
	font-size:18px;
	padding-bottom:10px;
	padding-left:15px;}
	
h4{
	font-size:16px;
	background-size:16px;
	padding-left:22px;
	font-weight:normal;}
	
h5{
	font-size:16px;
	padding-left:22px;
	font-weight:normal;}
	
.smallText{
	font-size:12px;}
	
.site-description{
	font-size:10px;
	line-height: 1;
	margin-bottom:3px;
/*  max-width: 270px;*/
  text-align:left;
  height: auto;
  margin-top:5px;}

.site-description a{
	display: block;
	color:#333;
}
.site-description a:hover{
	text-decoration: none;
}
.floatL{
	float:left;}
.floatR{
	float:right;}
.clr{
	clear:both;
	overflow:hidden;}
	
footer .widget li{
	border-bottom:none;}
	
footer .widget li a{
	color:#fff;
	font-size:12px;
	padding:5px 0;}
	
footer  h3{
	display:none;}

/*--- TOPページ　.home ---*/

.home #masthead{
	 /*height:95px;*/}
	 
.home .entry-content-inner{
	width:100%;}
	
.home .metaslider .flexslider{
	/*padding-bottom:30px;*/}
	
.home .metasliderArea {
  background: #fff3e8;
  height: 440px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ff8800;
  padding: 30px 0;}
  
.home .hentry{
	padding:0;}
	
.home .topMov{
	border:2px solid #96be27;
	padding:20px;
	margin-bottom:20px;
	min-height:380px;
	margin-top:0;}

.home .topMov .shanai{
	max-width: 1100px;
    margin: 0 auto;
    text-align: center;
	background:#fff;}
.home .topMov .shanai .txt{
	display: inline-block;
    text-align: left;}
.home .topMov .shanai h4{
	text-align:left;}
.home .topMov .shanai ul{
	margin:10px 15px;}
.home .topMov .shanai ul li{
	padding:0;
	list-style-type:disc;}
.home .topMov .thumbImg{
	margin-bottom:20px;}
	
/*--- ブログページ　.single ---*/	

.single .entry-meta{
	margin-top:10px;
	margin-bottom:20px;
	font-size:16px;
	text-align:left;}
	
.single img.wp-post-image{
	height:auto;}
	
/*--- カテゴリーページ　.category ---*/	

.category .entry-content{
	/*margin-top:30px;*/}

.category .entry-content-inner{
	width:100%;}
	
.category h3{
	margin-bottom:30px;}

.category article{
	/*display:inline;*/}
	
.category .entry-thumbnail img{
	margin-bottom:0;}

/*--- 求人応募フォーム ---*/	

#message-container-confirm{
	text-align:center;
	margin:auto;
	padding-top:50px;}
	

	/* =Responsive Media Queries
	----------------------------------------------- */
	@media only screen and (max-width: 1000px) {
	body{
		font-size:16px;
	}
	/*p{
		margin:0;}
	*/	
	.floatL,
	.floatR{
		float:none;}
		
	.headerLine .navigation .site-description{
		font-size:9px;
		padding-left:1em;}
	
header #headerTop .clr{
		width:100%;}
		
	#masthead{
		height:auto;
		/*height:215px;*/}

.page .hentry {
		padding:30px 0;}

.home.page .hentry {
		padding:0;}

	.home #masthead{
		height:auto;
		border-bottom:none;
		/*height:90px;*/}
		
header #headerTop{
		height:auto;
		/*height: 130px;*/
    	padding-top: 10px;}
		
	header #headerTop .clr{
		clear:none;
		padding-top:0px;
		overflow:auto;}
		
	header #headerTop .clr .floatL{
		padding-bottom:15px;}
		
	header #headerTop .clr .floatL,
	header #headerTop .clr .floatR {
		width:90%;
		text-align:center;
		margin:auto;
		padding-left:20px;
		z-index: 10000;
    	position: relative;}
		
	header h2{
		width:100%;
		/*max-height:50px;
		position: absolute;*/}
		
	.page #page h2.entry-title,
	.single h2.entry-title,
	.h2_area h2.entry-title {
		font-size:36px;
	}
	.h2_area{
		border-top: 1px solid #ccc;
	}
	#main .intro{
		font-size:21px;
		text-align: left;
	}
	#main .row.goal .intro{
		margin-top:1.5em;
	}
	.entry-content-inner{
		/*float:none;
		width:95%;
		text-align:center;*/
		margin:auto;}
	
	.entry-content-inner h4,
	.entry-content-inner h5,
	.entry-content-inner p,
	.entry-content-inner div{
		/*text-align:left;*/}
		
	.widget-area{
		display:none;}
		
	.btnEntry{
		text-align:center;
		margin:auto;}
		
	.btnEntry a{
			text-align:center}
	
		
	.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta{
		max-width:100%;}
	
	.home .entry-content-inner{
		width:95%;
		text-align:center;
		margin:auto;}
		
	.home .slides li{
		width:100%;}
		
	.home .metasliderArea {
		/*max-height:350px;*/
		height:auto;
		padding:0;}
		
		
	.metaslider .caption{
		font-size:10px;}
	
		
	/*.thumbnail_lists ul li{
		float:none;
		width:95%;
		text-align:center;
		margin:auto;
		margin-bottom:20px;}
	*/
	.category .entry-content-inner{
		width:100%;}
		
	.category h3{
		margin-top:0px;}
	
	.archive-title, .archive-meta{
		margin-right:0;
		max-width:100%;}
		

	.home #primary .container .row .sub-title,
	.home #primary .container .row .album-txt{
		margin-bottom:1em;
	}
	.logo02 img{
		width:120px;
	}
}

	@media all and (max-width: 480px) {
	body{
		font-size:14px;
	}
	header #headerTop .clr .logo{
		text-align: right;
		width:100%;
		padding-bottom: 15px;
    	padding-top: 5px;
	}
	header #headerTop .clr .logo img{
		max-width:70%;
	}
	.page #page .entry-title,
	.page #page h2.entry-title,
	.single h2.entry-title,
	.archive h2.entry-title,
	.category h2.entry-title{
    font-size: 18px;
    line-height: 1.5;
    padding:15px 0;
	}
	#main .intro{
		font-size:18px;
	}
	
table {
	border-bottom: 1px solid #CBEAE9;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

th,
td {
	display: block;
	width: 100%;
}

th {
	border-top: 1px solid #CBEAE9;
}

td {
	border-top: 1px solid #CBEAE9;
}
table.table-form th,
table.table-recruit th {
	width: 100%;
}
table.table-recruit th,
table.table-recruit td {
	border-right: none;
	border-left: none;
}
table.table-form th,
table.table-form td {
	border-bottom: none;
}
table.table-form {
	border-bottom: 1px solid #b3b3b3;
}

}


	/**
	 * 9.0 Print
	 * ----------------------------------------------------------------------------
	 */
	
	/* Retina-specific styles. */
	@media print,
		(-o-min-device-pixel-ratio: 5/4),
		(-webkit-min-device-pixel-ratio: 1.25),
		(min-resolution: 120dpi) {
	
		.site-header .search-field {
			background-image: url(images/search-icon-2x.png);
		}
	
		.format-audio .audio-content,
		.format-status .entry-content:before,
		.format-status .entry-meta:before,
		.comment-list > li:after,
		.comment-list .children > li:before {
			background-image: url(images/dotted-line-2x.png);
		}
	}
	
	@media print {
		body {
			background: none !important;
			color: #000;
			font-size: 10pt;
		}
	
		footer a[rel="bookmark"]:link:after,
		footer a[rel="bookmark"]:visited:after {
			content: " [" attr(href) "] "; /* Show URLs */
		}
	
		.site {
			max-width: 98%;
		}
	
		.site-header {
			background-image: none !important;
		}
	
		.site-header .home-link {
			max-width: none;
			min-height: 0;
		}
	
		.site-title {
			color: #000;
			font-size: 21pt;
		}
	
		.site-description {
			font-size: 10pt;
		}
	
		.author-avatar,
		.site-footer,
		.comment-respond,
		.comments-area .comment-edit-link,
		.comments-area .reply,
		.comments-link,
		.entry-meta .edit-link,
		.page-links,
		.site-content nav,
		.widget-area,
		.main-navigation,
		.navbar,
		.more-link {
			display: none;
		}
	
		.entry-header,
		.entry-content,
		.entry-summary,
		.entry-meta {
			margin: 0;
			width: 100%;
		}
	
		.page-title,
		.entry-title {
			font-size: 21pt;
		}
	
		.entry-meta,
		.entry-meta a {
			color: #444;
			font-size: 10pt;
		}
	
		.entry-content img.alignleft,
		.entry-content .wp-caption.alignleft {
			margin-left: 0;
		}
	
		.entry-content img.alignright,
		.entry-content .wp-caption.alignright {
			margin-right: 0;
		}
	
		.format-image .entry-content .size-full {
			margin: 0;
		}
	
		/* Remove colors from post formats */
		.hentry {
			background-color: #fff;
		}
	
		/* Comments */
		.comments-area > li.comment {
			background: none;
			position: relative;
			width: auto;
		}
	
		.comment-metadata {
			float: none;
		}
	
		.comment-author .fn,
		.comment-reply-link,
		.comment-reply-login {
			color: #333;
		}
	}

/* --オリジナル-- */
.navigation .logo02 a{
	display: inline-block;
}

/*#primary .col-md-12,*/
#primary .pic-list{
	padding-left:0;
	padding-right:0;
}
.pic-wrap{
	max-width:1000px;
	margin:0 auto;
}
.pic-wrap ul{
	list-style:none;
}
.pic-wrap ul li{
	padding-bottom:1em
}
.home a img{
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.home a img:hover{
	opacity: 0.6;
}
.pic-list{
	margin-top:0;
}
.container {
	margin-right:0;
	margin-left:0;
	margin:0 auto;
}
.home #primary .container .row .sub-title{
	text-align: center;
	color:#96be27;
	font-size:1.2em;
	margin-bottom:0.7em;
	font-family: "Lato",serif;
}
.home #primary .top_right-wrap .container .row .sub-txt,
.home #primary .top_left-wrap .container .row .sub-txt,
.home #primary .title-wrap .container .row .sub-txt{
	text-align: center;
	line-height: 1.6;
	color:#929292;
	font-size:1em;
	width:70%;
	margin:0 auto 1.5em;
}
.home #primary .top_right-wrap .container .row .sub-title{
	color:#fff;
}
.home #primary .top_right-wrap .container .row .half-title h3,
.home #primary .top_left-wrap .container .row .half-title h3,
.home #primary .top_right-wrap .container .row .half-title .half-btn,
.home #primary .top_left-wrap .container .row .half-title .half-btn{
	margin:0;
}
.home #primary .container .row .half-title{
	margin:6.1% 0;
}
.home #primary .top_right-wrap .container .row .half-title .half-btn,
.home #primary .top_left-wrap .container .row .half-title .half-btn{
	width:70%;
	margin:0 auto;
}
.home .container .row.bg_question{
	padding-top: 40px;
	padding-bottom: 20px;
}

.navbar {
	position:static;
	min-height:auto;
	margin-bottom:0;
	border-right:none;
	border-left:none;
	background:#96be27;
	color:#fff;
	border:none;
}
.home #primary .container .btn_entry.btn_02{
	margin:20px 0 40px;
}
.home #primary .container .btn_entry.btn_02{
	margin:20px 0 40px;
}

.ad-container{
	display: none
}
	.questionArea.bg-none .container {
		background: none;
	}
@media (min-width: 1000px) {
	.container {
		max-width: 1000px;
	}
	.questionArea .container {
		max-width: 100%;
	background:url(../images/top/bg_question.jpg) no-repeat left top 225px;
		background-color:rgba(255,255,255,0.5);
		background-blend-mode:lighten;
	background-size: 110%;
		padding-bottom: 50px;
	}
	.questionArea02 .container {
		max-width: 100%;
	background:url(../images/top/bg_question02.jpg) no-repeat center top 225px;
		background-color:rgba(255,255,255,0.5);
		background-blend-mode:lighten;
	background-size: 105%;
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 768px) {
	.questionArea .container {
		max-width: 100%;
	background:url(../images/top/bg_question.jpg) no-repeat left 35% top 225px;
		background-color:rgba(255,255,255,0.5);
		background-blend-mode:lighten;
	background-size: 210%;
		padding-bottom: 50px;
	}
	.questionArea02 .container {
		max-width: 100%;
	background:url(../images/top/bg_question02.jpg) no-repeat center 225px;
		background-color:rgba(255,255,255,0.5);
		background-blend-mode:lighten;
	background-size: 180%;
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.questionArea .container,
	.questionArea02 .container {
		margin: auto 0;
		padding: 0;
		background: none;
	}
	.questionArea .container > .row,
	.questionArea02 .container > .row {
		width: 100%;
		margin: auto 0;
	}
	.questionArea .container .bg_question,
	.questionArea02 .container .bg_question {
		width: 100%;
		background-color:#F4F0EB;
		margin: auto 0;
	}
	.questionArea .container .col-lg-12,
	.questionArea02 .container .col-lg-12 {
		width: 80%;
		margin: auto auto;
	}
	.questionArea .container .newBtn,
	.questionArea02 .container .newBtn {
		background-color:#F4F0EB;
		padding-bottom: 30px;
	}
	.questionArea.bg-none .newBtn {
		padding-bottom: 0;
	}
	.questionArea.bg-none .container,
	.questionArea.bg-none .newBtn,
	.questionArea.bg-none .container .bg_question {
		background:none;
	}
}

@media (max-width: 480px) {
  .pic-wrap ul li{
    padding:0 5px 5px 5px;
  }
}

#footer ul{
	list-style: none;
}
#footer .footer-ul{
	margin:0;
	padding:0;
}
#footer .footer-ul .menu{
	margin:0;
}
#footer{
	background:#fff;
	width:100%;
	padding-top:149px;
	margin-top:60px;
	z-index: 1;
}

#copy{
	clear:both;
  padding-top: 15px;
	padding-bottom:15px;
	background:#FF7BAC;
	color:#333;
	text-align:center;
	font-size:9px;
}
.footerBottom .footer-contact{
	float:left;
	text-align: left;
	font-size:12px;
	padding:15px 0;
}
.footerBottom .privacy{
	padding:15px 0;
}
.footerBottom .footer-contact dl,
.footerBottom .footer-contact dd{
	display: inline-block;
	margin-bottom:0;
	margin-left:0;
}
.footerBottom .foot_tel{
	margin-bottom:0;
	font-size:21px;
}
#footer .row{
	margin-right:0;
	margin-left:0;
}
@media only screen and (max-width: 1000px){
	.page-id-1283 .entry-content-inner{
		text-align: left;
	}
	.headerLine{
		display: block;
	}
	.headerLine .site-description a{
		color:#fff;
	}
	.headerLine .site-description a:hover{
		background:none;
	}
}
@media only screen and (min-width: 1000px){
	.logo02{
		display: none;
	}
}
@media only screen and (max-width: 1000px){
	.logo,.tel{
		display: none;
	}
	.logo02{
		text-align: center;
		padding:10px 0;
		background:#fff;
	}
	.home #primary .container .row h3{
		font-size:36px;
	}
	.site-description {
    	background: #96be27;
    	max-width: 100%;
    	text-align: center;
	}
	.home #primary .top_right-wrap .container .row .sub-txt,
	.home #primary .top_left-wrap .container .row .sub-txt,
	.home #primary .title-wrap .container .row .sub-txt{
		width:100%;
	}
}
@media only screen and (max-width: 601px) {
	.home #primary .container .row h3{
		font-size:26px;
	}
}
@media only screen and (max-width: 768px) {
	#footer{
		padding:0;
		position:static;
		height:auto;}
	.footerBottom .footer-contact{
		text-align: center;
	}
	.footerBottom .privacy{
		text-align: center;
		padding:0;
	}
	.footerBottom .footer-contact dt{
		padding-bottom:0.3em;
	}
}
@media only screen and (max-width: 480px) {
	#footer{
		margin-top:10px;
	}
	.home #primary .container .row h3{
		font-size:21px;
	}
	.home #primary .top_right-wrap .container .row .sub-txt,
	.home #primary .top_left-wrap .container .row .sub-txt,
	.home #primary .title-wrap .container .row .sub-txt{
		font-size:16px;
	}
	.home #primary .container .row .sub-title{
		font-size:16px;
	}
}
.page img,
.archive img,
.category img{
height:auto;}


.license{
	margin-bottom:40px;
	border-bottom:1px solid #96be27;
	border-left:1px solid #96be27;
}
.license .head{
	background:#96be27;
	color:#fff;
}
.license p{
	text-align: center;
	margin:0;
	padding:15px;
}
.lisence-list{
	border-collapse: collapse;
	border-top:1px solid #96be27;
	border-right:1px solid #96be27;
}

.home #primary .main_wrap{
	background:#F8FFE6;
	padding:40px 0 30px;
}

/* --トップ企業理念-- */
.top_left-wrap{
	background:#fff;
}
.top_right-wrap{
	background: #96be27;
}
.home #primary .top_right-wrap .container .row .sub-txt,
.home #primary .top_right-wrap .container .row h3{
	color:#fff;
}
.home #primary .top_right-wrap .container .row .half-btn .btn{
	background:#fff;
	color:#96be27;
}
.home #primary .top_right-wrap .container .row .half-btn .btn:hover{
	background:#96be27;
	color:#fff;
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(255, 255,255,1);
	box-shadow: inset 0px 0px 0px 5px rgba(255, 255,255,1);
}
.top_right-wrap .entry-content,
.top_left-wrap .entry-content{
	padding:3em 0;
}

.title-wrap{
	padding: 1em 0;
	background-color: #fff;
	/*padding: 2.5em 1em;*/
    margin:1em 0;
}
.title-wrap .container{
	/*
	border-top:1px dotted;
	border-bottom:1px dotted;
	*/
	border-color:#96be27;
}
.h2_area{
	background:#fff;
	border-bottom:1px solid #ccc;
}
.staff_btn{
	clear: both;
}

@media only screen and (max-width: 1000px){
	.home #primary .top_right-wrap .container .row .half-title .half-btn,
	.home #primary .top_left-wrap .container .row .half-title .half-btn{
		width:100%;
	}
}
@media only screen and (max-width: 480px){
	.top_staff h4 {
	    font-size: 1.1em;
	}
	.title-wrap{
		padding:0;
	    margin-bottom: 20px;
	    background: #FFFFFF;
	}
	.top_left-wrap .entry-content {
	    padding-top:0;
	}
	.top_right-wrap .entry-content {
	    padding-bottom:10px;
	}
  	.home #primary .container .btn_entry.btn_02{
		margin:0 0 10px;
	}
	.license{
		margin-bottom:20px;
	}

}
@media only screen and (max-width: 480px){
	.entry-content .btn_01{
		font-size:16px;
	}
	.page-id-327 .entry-content .btn_01{
		font-size:12px;
	}
	#primary .st_list .btn_entry{
		font-size:16px;
	}
	.entry-content .staff_wrap .support-list li.col-xs-6{
		padding-left:5px;
		padding-right:5px;
	}
	.staff_wrap .staff-list{
		padding:0;
	}
	.entry-content .staff_wrap .support-list li {
	    margin-bottom: 10px;
	}
}

.entry-content .btn_01:hover{
	background:none;
	color:#96be27;
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(150, 190, 39,1);
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(150, 190, 39,1);
	box-shadow: inset 0px 0px 0px 5px rgba(150, 190, 39,1);
}
.st_section{
	padding:20px;
	background:#F8FFE6;
	margin-bottom:20px;
}
.st_section .inner{
	padding: 15px 20px;
	background: #fff;
	margin:0;
}
.st_section h4{
	font-size:21px;
	color:#6F8E18;
	font-weight:bold;
	background:none;
	padding-left:0;
}
#primary .container .section .btn_entry.btn_02{
	font-size:36px;
}
@media only screen and (max-width: 480px){
	.st_section h4{
		font-size:18px;
	}
	#primary .container .section .btn_entry.btn_02{
		font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 20px 15px;
	}
}


/* 固定ページ共通 */

.entry-content-inner p{
	line-height: 1.8;
}

/* インタビュー */
.interview_wrap h4{
	font-size: 18px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    padding-left: 15px;
    font-weight:bold;
    background:none;
}
.interview_wrap .name-area img{
	position: relative;
}
.interview_wrap .name-area{
	position: absolute;
	bottom:0;
	left:0;
	text-align: center;
	display: block;
	width:100%;
}
.interview_wrap .name-area .staff_name{
	font-size:70%;
	font-weight: normal;
	padding-left:0.3em;
}
.interview_wrap .name-area .staff_int{
	font-size:0.9em;
	padding-bottom:5px;
}
.interview_wrap .name-area h4,
.interview_wrap .name-area p{
	margin:0;
	padding:0;
	color: #fff;
	border: none;
	margin: 0 15px;
    background-color: rgba(000, 000, 000,.4);
}
.interview_wrap .name-area h4{
	font-size: 1.3em;
	padding-top:5px;
}
.interview_wrap .table td,
.interview_wrap .table th{
	padding:15px 10px;
}
.section_A,
.interview_wrap .profile,
.interview_wrap .table-responsive,
.interview_wrap .QandA{
	margin-bottom:40px;
}
.Qa-mb0{
	margin-bottom:0 !important;
}
.interview_wrap .profile ul{
	padding-left:0;
	list-style: none
}
.interview_wrap .profile .interview_title{
	border:none;
	margin-top:0.5em;
	padding-left:0;
    color: #6F8E18;
    font-weight: bold;
    background: none;
    border-bottom: 1px dotted #6D8A1E;
}
.interview_wrap .profile .self-area{
	background:#96BE27;
	padding:15px;
	color:#fff;
}
.interview_wrap .profile .self-area h4{
	margin-top:0;
	padding-left:0;
	border-bottom: 1px dotted #fff;
}
.table-responsive {
    min-height: auto;
    overflow-x: inherit;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #E8E2D7;
}
.interview_wrap .question{
	padding-left: 25px;
    background: url(images/ico_q.gif) no-repeat left center;
    background-position: left 7px;
    background-size: 18px 18px;
    font-size: 18px;
    margin-bottom: 0.5em;
    color: #080806;
}
#main .interview_wrap .intro{
	color: #080808;
	margin-bottom:0.5em;
	text-align: left;
}
.interview_wrap .goal{
	background:#96be27;
	padding:20px;
}
.interview_wrap .goal p{
	color:#F3EFEA;
}
.interview_wrap .goal .question{
	color:#fff;
}
.interview_wrap .pic-wrap{
	position: relative;
}
.interview_wrap .pic-wrap{
	margin-bottom:24px;
}
.interview_wrap.work-style .pic-wrap .name-area h4,
.interview_wrap.work-style .pic-wrap .name-area p{
	margin:0;
}
.interview_wrap.work-style .profile .interview_title{
	font-size: 24px;
}

/* 訪問内容 */
.intro{
	font-size:24px;
	line-height: 1.5;
}
.entry-content-inner .text-center{
	text-align: center;
}


/* ステーション一覧 */
.st_list ul{
	list-style: none;
	padding:0;
	display: inline-block;
}
.st_list ul li{
	padding-bottom:0.2em;
	text-align: left;
}
#primary .st_list .btn_entry{
	font-size:16px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
@media only screen and (max-width: 480px){
	#primary .st_list .btn_entry{
		font-size:16px;
	}
}

/* ご挨拶 */
.greet_head{
	/*
	padding-top:1em;
	font-size:14px;
	*/
	color: #080808;
    line-height: 1.8;
}
/*.greet_head span{
	font-size:24px;
}
*/
#post-270{
	padding-top:0;
}
.message-wrap .message-sec{
	padding:30px 0;
}
.message-wrap p{
	line-height: 1.8;
}
/* 企業理念 */
.rinen{
	padding:0 20px 20px;
	/*border:1px dotted #ccc;*/
	margin-bottom:40px;
}
.rinen-text{
	font-size:36px;
	color:#080808;
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
	font-weight: bold;
	margin-bottom:15px;
}
.philosophy-wrap .intro{
	color:#080808;
}
@media only screen and (max-width: 1000px){
	.rinen-text{
		font-size:30px;
	}
}
@media only screen and (max-width: 480px){
	.rinen-text{
		font-size:21px;
	}
}
/* 在宅 */
.zaitaku-wrap .intro{
	font-size: 24px;
}

/* 職場環境 */
.environment-wrap h4{
	font-size: 28px;
    color: #96be27;
    font-weight: bold;
    background: none;
    border-bottom: 1px dotted #6D8A1E;
    padding-left: 0;
}
@media only screen and (max-width: 480px){
	.environment-wrap h4{
		font-size:21px;
	}
}
/* 研修・教育 */
.training-wrap .intro{
	font-size:24px;
	color:#080808;
	margin:20px 0;
	line-height: 1.6;
	margin:0 0 40px;
}
.training-wrap .work-intro{
	font-size:24px;
	color:#080808;
	margin:20px 0;
	line-height: 1.5;
	text-align: left;
}
.training-wrap .work-intro span{
	display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #96be27;
}

/* 福利厚生 */
.welfare-wrap .st_inner img{
	max-width:300px;
}
.welfare-wrap .row .st_section{
	margin-bottom:20px;
	line-height: 1.8;
	overflow: hidden;
}
.welfare-wrap .row .st_section h4{
	color:#6F8E18;
}
.welfare-wrap .row .st_section .int_txt{
	text-align: left;
}
.welfare-wrap .row .st_inner,
.interview_wrap .profile{
	background:#E9ECDF;
	padding:20px;
}
.welfare-wrap .wel-text{
	color:#6F8E18;
}

#main .holiday-wrap table td,
#main .holiday-wrap table th{
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	padding:20px;
}
@media (max-width: 768px){
	.welfare-wrap .st_inner img {
    	max-width:100%;
    	width:100%;
	}
}
/* 訪問内容 */
.work-wrap .work-head{
	color: #6f8e18;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
}
.work-wrap .section_B{
	padding:20px;
	background:#e9ecdf;
}
.work-wrap .work-intro{
	font-size:24px;
	color:#080808;
	margin:20px 0;
	line-height: 1.5;
	text-align: left;
}
.work-wrap .work-intro span{
	display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #96be27;
}
.work-wrap .work-name{
	margin:0;
	margin:30px 0 0 0;
	font-size:30px;
	text-align: left;
	padding:10px 15px 10px 30px;
	background:none;
	font-size:21px;
	font-weight: bold;
	background-image:url(images/ico_h4.gif);
	background-repeat: no-repeat;
	background-position:10px 10px;
	background-size:13px 40px;
	color: #080808;
	background-color: #E9ECDF;
}
.work-wrap .sub-name{
	font-size:10px;
	color:#96be27;
	font-weight: normal;
	text-align: left;
	margin:0;
	padding:0;
	display: block;
}
.work-wrap .work-sec01{
	background: #E9ECDF;
    padding: 20px;
    margin-bottom: 40px;
}
.training-wrap .work-sec{
	padding: 20px;
	margin-bottom:40px;
	background: #e9ecdf;
}
.work-wrap .work-sec{
	padding: 20px;
}
.work-wrap .work-sec ul{
	padding:0;
	list-style: none;
	margin-top:0;
}
.work-wrap .work-sec h4{
	background:none;
	font-size:18px;
	padding-left:0;
	margin:0.5em 0 5px;
	font-weight: bold;
}
.work-wrap .work-desc .work-intro{
	margin:0;
}

@media only screen and (max-width: 1000px){
	.work-wrap .work-head,
	.work-wrap .work-intro{
		font-size:21px;
	}
}
@media only screen and (max-width: 480px){
	.work-wrap .work-head,
	.work-wrap .work-intro{
	    font-size: 18px;
	}
}
/* 募集要項 */
.Job-intro{
	font-size:24px;
	color:#fff;
	margin:20px 0;
	line-height: 1.5;
}
.Job-wrap,
.page-id-236 .entry-content-inner{
	background:#fff;
	padding:60px 60px 40px;
	border-top:3px solid #96be27;
}
.Job-wrap .jobtxt{
	text-align: center;
	background:#96BE27;
	color:#fff;
}
.Job-wrap .job-head{
	font-size: 26px;
	font-weight: bold;
    color: #080808;
    margin: 50px 0 10px 0;
    line-height: 1.5;
    text-align: left;
    border:none;
    padding-left:0;
    padding-bottom:20px;
}
.Job-wrap .job-head span{
	display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #96be27;
}
.Job-wrap .job-sec{
	padding-bottom:30px;
}
.Job-wrap .job-sec ul,
.Job-wrap ul{
	list-style: none;
	padding-left:1em;
	margin-top:0;
}
.Job-wrap dl dd{
	margin-bottom:0.3em;
}
.Job-wrap dl dt{
	font-weight: bold;
    color: #080808;
}
.Job-wrap dl{
	margin:0;
}
.Job-wrap .job-sec ul li,
.Job-wrap ul li{
	margin-bottom:0.3em;
}
.Job-wrap .job-sec .job6 dl,
.Job-wrap .job-sec .job6 p{
	padding-left:1em;
}
.Job-wrap .job-sec ul .li-head{
	font-weight: bold;
	color:#080808;
}
.jobtitle{
	margin:0 0 30px;
	padding:15px 15px 15px 30px;
	background-color: #E9ECDF;
	font-size:21px;
	font-weight: bold;
	background-image:url(images/ico_h4.gif);
	background-repeat: no-repeat;
	background-position:10px 15px;
	background-size:13px 27px;
	color: #080808;
}
.jobtitle01{
	margin:0 15px 30px;
}
.Job-wrap .Job-intro3{
	font-size:30px;
	color:#fff;
}
@media only screen and (max-width: 1000px){
	.Job-wrap .job-head{
		font-size:21px;
	}
	.Job-wrap .Job-intro3{
		font-size:24px;
	}
	.jobtitle{
		font-size:24px;
	}
}
@media only screen and (max-width: 480px){
	.Job-wrap .job-head{
		font-size:18px;
	}
	.Job-wrap .Job-intro3{
		font-size:21px;
	}
	.Job-wrap{
		padding:15px;
	}
	.jobtitle{
		font-size:21px;
	}
	.Job-wrap .jobtxt{
		text-align: left;
	}
	.page-id-236 .entry-content-inner{
		padding: 10px 15px 10px;
	}
}
/* スライダー */
.metaslider .rslides_nav,
.metaslider .rslides_nav:visited{
	background:rgba(255,255,255,.7);
	color:#555 !important;
}
/**
 * 福井ステーション
 * ----------------------------------------------------------------------------
 */
.fukui-wrap{
	padding:0;
	margin:0;
	padding:0 0 40px;
}
.page-id-1060 .post-1060{
	padding-top:0;
}
.page-id-1060 #post-1060{
	padding-bottom:0;
}
.fukui-wrap h3{
	border:none;
	padding:0;
	margin:0;
	padding:0;
}
.support-wrap{
	padding:60px 0 30px;
}
.support-wrap .support-list,
.saiyou-wrap02 .support-list{
	list-style: none;
	margin:0;
	padding:0;
}
.support-wrap .support-list li{
	margin-bottom:30px;
}
/*.saiyou_section .img-circle{
	border:5px solid #96be27;
}
*/
.band-wrap01{
	background: #96be27;
}
.band-wrap02{
	background:#fd8382;
}
.band-wrap03{
	background:#61b7e8;
}
.band-wrap04{
	background:#997a54;
}
.band-wrap05{
	background:#fff;
    border-bottom: 5px solid #fd8382;
    border-top: 5px solid #fd8382;
}
.band-wrap06{
	background:#F9B257;
	border-bottom: 5px solid #96be27;
    border-top: 5px solid #96be27;
}
/*.amano_txt{
	font-size:36px;
	color:#96be27;
}
*/
.band-wrap01 h4,
.band-wrap02 h4,
.band-wrap03 h4,
.band-wrap04 h4,
.band-wrap06 h4{
	font-size:48px;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,.7);
	background:none;
	padding-left:0;
}
.band-wrap01 p,
.band-wrap02 p,
.band-wrap03 p,
.band-wrap04 p,
.band-wrap06 p{
	font-size:21px;
	color:#fff;
	font-weight: normal;
}
.saiyou-wrap01{
	padding:110px 0 60px;
	background:url(images/area_arrow01.png) no-repeat top center;
	background-color:#fff;
}
.saiyou-wrap02{
	padding:110px 0 60px;
	background:url(images/area_arrow02.png) no-repeat top center;
}
.saiyou-wrap03{
	padding:100px 0 60px;
	background:url(images/area_arrow03.png) no-repeat top center;
	background-color:#fff;
}
.saiyou-wrap04{
	padding:100px 0 60px;
	background:url(images/area_arrow04.png) no-repeat top center;
}
.fukui-area .main_wrap{
	padding:40px 0 60px;
	background:url(images/area_arrow02.png) no-repeat top center;
	background-color:#fff;
}
.saiyou-wrap06{
	padding:100px 0 60px;
	background:url(images/area_arrow01.png) no-repeat top center;
	background-color:#fff;
}
.saiyou-wrap01 .saiyou_section,
.saiyou-wrap02 .saiyou_section,
.saiyou-wrap03 .saiyou_section,
.saiyou-wrap04 .saiyou_section,
.saiyou-wrap05 .saiyou_section,
.saiyou-wrap06 .saiyou_section{
	margin-bottom:30px;
}
.saiyou-wrap01 .saiyou_section h5,
.saiyou-wrap02 .saiyou_section h5,
.saiyou-wrap03 .saiyou_section h5,
.saiyou-wrap04 .saiyou_section h5,
.saiyou-wrap05 .saiyou_section h5,
.saiyou-wrap06 .saiyou_section h5{
	font-size:36px;
	background:none;
	padding-left:0;
	color:#96be27;
	margin:0 0 0.5em;
}
.saiyou-wrap02 .saiyou_section h5{
	color:#fd8382;
}
.saiyou-wrap03 .saiyou_section h5{
	color:#61b7e8;
}
.saiyou-wrap04 .saiyou_section h5{
	color:#997a54;
	padding:10px;
	font-size:36px;
	text-align: center;
	margin-bottom:1em;
}
.saiyou-wrap06 .saiyou_section h5{
	color:#F9B257;
}
#primary .btn_entry{
	background:#fd8382;
	border:none;
	font-size:36px;
	margin-top:60px;
	margin-bottom:30px;
	padding:20px 15px;
}
#primary .btn_entry:hover{
	background:none;
	color:#fd8382;
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(253,131,130,1);
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(253,131,130,1);
	box-shadow: inset 0px 0px 0px 5px rgba(253,131,130,1);
}
#primary .btn_entry span{
	padding-right:10px;
}
#primary .tel_name{
	margin:0;
	margin-top:10px;
	line-height: 1;
	font-size:30px;
}
#primary .tel_num{
	font-size:70px;
	line-height:1;
	margin:0;
	color:#61b7e8;
}
#primary .tel_num a{
	color:#61b7e8;
}
#primary .saiyou_section .btn_entry{
	margin-top:20px;
}
.f_rinen_p{
    font-size: 21px;
	margin:0;
	padding-bottom:1em;
    color: #967854;
    text-align: center;
}
/* 151209 変更後上書きcss */
.saiyou-wrap04 .saiyou_section.fukui_rinen01{
	padding:30px 20px 20px;
	background:#FFFCF8;
	border-top:5px solid #997a54;
}
.saiyou-wrap04 .saiyou_section.fukui_rinen01 h5{
	margin-bottom:0;
}
.saiyou-wrap04 .saiyou_section.fukui_rinen02{
	background:none;
	padding:0 20px;
}
@media only screen and (max-width: 1000px){
	#primary .saiyou-wrap04 .saiyou_section h5{
		font-size:36px;
	}
}
@media only screen and (max-width: 768px){
	#primary .saiyou-wrap04 .saiyou_section h5{
		font-size:30px;
	}
}
@media only screen and (max-width: 992px){
	.saiyou-wrap04 .saiyou_section.fukui_rinen01{
		padding:20px 10px 10px;
	}
	.saiyou-wrap04 .saiyou_section.fukui_rinen02{
		padding:0 10px;
	}
}
@media only screen and (max-width: 480px){
	.saiyou-wrap04 .saiyou_section.fukui_rinen01{
		padding:20px 0px 0px;
	}
	.saiyou-wrap04 .saiyou_section.fukui_rinen02{
		padding:0;
	}
	.fukui-area .main_wrap{
		background-size:50px;
	}
}
.band-wrap05 .container .row p{
	padding:30px 0;
	margin:0;
}
.fukui_profile{
    border: 1px dotted #96BE27;
    overflow:hidden;
}
.fukui_profile .pro-right{
	padding:20px;
	background: #EEF7D5;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
.fukui_profile .pro-right img{
	border:2px solid #96BE27;
}
.fukui_profile .pro-left{
	padding:20px;
	background: #fff;
}
.fukui_profile ul{
	padding-left:0;
	list-style:none;
}
.fukui_profile .head{
	font-size:24px;
	color: #96BE27;
}
.saiyou-wrap06 ul{
	padding:0;
	list-style: none;
}
.saiyou-wrap06 ul li{
	margin-bottom:20px;
}
.saiyou-wrap06 ul li p{
	padding:15px;
	background:#FFF4E6;
	border:1px dotted #F9B257;
	border-bottom:none;
	margin:0;
}
.saiyou-wrap06 ul li p{
	padding:20px 15px 30px;
	border:1px dotted #F9B257;
	border-bottom:none;
	margin:0;
	background:url(images/section_arrow01.png) no-repeat center bottom;
	background-size:40px;
	background-color:#FFF4E6;
}
.saiyou-wrap06 .saiyou_section ul li h5{
	padding:20px 15px;
	color:#F9B257;
	background:#fff;
	font-size:18px;
	border:1px dotted #F9B257;
	border-top:none;
}
.saiyou-wrap06 .saiyou_section ul li img{
	border: 2px solid #F9B257;
}
.saiyou-wrap06 .saiyou_section .inner{
	position: relative;
}
.saiyou-wrap06 .saiyou_section .inner .card{
	position: absolute;
	top:0;
	left:0;
	display: inline-block;
	padding:2px 9px;
	font-size:14px;
	background:#ACD669;
	color:#fff;
	margin:0;
	border:none;
}
.saiyou-wrap06 .human{
	border-bottom:3px solid #F9B257;
	margin-top:-5px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border:10px solid #ededed;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.saiyou-wrap02 .saiyou_section ul{
	padding-left:1em;
}
.saiyou-wrap02 .saiyou_section .little-in,
.saiyou-wrap03 .saiyou_section .little-in{
	padding:0;
	margin-bottom:1em;
}
.saiyou-wrap03 .saiyou_section .tel-wrap{
	padding:20px;
	background:#F4FBFF;
}
#primary.fukui-area .img-thumbnail{
	-webkit-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
	-moz-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
	-ms-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
	padding:5px;
}
.saiyou-wrap03 .sharoushi_list{
	padding:0;
	margin:0;
	list-style: none;
}
.saiyou-wrap03 .sharoushi_list li{
	margin-bottom:20px;
}

/* レスポンシブ */
@media only screen and (max-width: 1000px){
	.band-wrap01 h4,
	.band-wrap02 h4,
	.band-wrap03 h4,
	.band-wrap04 h4,
	.band-wrap06 h4{
		font-size:36px;
		color:#fff;
		border-bottom:1px solid rgba(255,255,255,.7);
		background:none;
		padding-left:0;
	}
	.band-wrap01 p,
	.band-wrap02 p,
	.band-wrap03 p,
	.band-wrap04 p,
	.band-wrap06 p{
		font-size:18px;
	}
	.saiyou-wrap01 .saiyou_section h5,
	.saiyou-wrap02 .saiyou_section h5,
	.saiyou-wrap03 .saiyou_section h5,
	.saiyou-wrap03 .saiyou_section h5{
		font-size:30px;
		background:none;
		padding-left:0;
	}
	.saiyou-wrap04 .saiyou_section h5{
		font-size:30px;
		margin-bottom:1em;
	}
	#primary .tel_name{
		margin:0;
		margin-top:10px;
		line-height: 1;
		font-size:24px;
	}
	#primary .tel_num{
		font-size:70px;
		line-height:1;
		margin:0;
	}
	#primary .btn_entry{
		font-size:30px;
		margin-top:60px;
		margin-bottom:30px;
		padding:20px 15px;
	}
	.fukui-wrap {
	    padding: 0;
	    margin: 0;
	    padding: 10px 0 20px;
	}
	.support-wrap {
	    padding: 40px 0 30px;
	}
}
@media only screen and (max-width: 768px){

}
@media only screen and (max-width: 480px){
	.saiyou-wrap01,
	.saiyou-wrap02,
	.saiyou-wrap03,
	.saiyou-wrap04,
	.saiyou-wrap06{
		background-size:50px;
		padding:50px 0 30px;
	}
	.band-wrap01 h4,
	.band-wrap02 h4,
	.band-wrap03 h4,
	.band-wrap04 h4,
	.band-wrap06 h4{
		font-size:24px;
		color:#fff;
	}
	.saiyou-wrap01 .saiyou_section h5,
	.saiyou-wrap02 .saiyou_section h5,
	.saiyou-wrap03 .saiyou_section h5,
	.saiyou-wrap04 .saiyou_section h5,
	.saiyou-wrap06 .saiyou_section h5{
		font-size:21px;
	}
	#primary .saiyou-wrap04 h5.f_rinen_h5{
		font-size:21px;
		padding:0;
	}
	.f_rinen_p{
    font-size: 18px;
	}
	.saiyou-wrap06 ul li{
		padding:0 5px;
	}
	.saiyou-wrap06 ul li,
	.saiyou-wrap02 .col-xs-6{
		padding:0 5px;
	}
	.saiyou-wrap06 .saiyou_section ul li h5{
		padding:10px 10px;
		font-size:16px;
	}
	.band-wrap01 p,
	.band-wrap02 p,
	.band-wrap03 p,
	.band-wrap04 p,
	.band-wrap06 p{
		font-size:16px;
	}
	#primary .tel_name{
		margin:0;
		margin-top:30px;
		line-height: 1;
		font-size:16px;
	}
	#primary .tel_num{
		font-size:42px;
		line-height:1;
		margin:0;
	}
	#primary .btn_entry{
		font-size:24px;
		margin-top:60px;
		margin-bottom:30px;
		padding:20px 15px;
	}
	.saiyou-wrap01 .saiyou_section, .saiyou-wrap02 .saiyou_section {
 	   margin-bottom: 20px;
	}
	.fukui-wrap {
	    padding: 0;
	    margin: 0;
	    padding:0;
	}
	.support-wrap {
	    padding: 20px 0 30px;
	}
}
/*
 * ----------------------------------------------------------------------------
 */

#post-268{
	padding:0;
}
.ours_content .band-wrap01,
.ours_content .band-wrap02,
.ours_content .band-wrap03,
.ours_content .band-wrap04{
	background:#96be27;
}
.ours-wrap01,
.ours-wrap02,
.ours-wrap03,
.ours-wrap04{
	background:url(images/area_arrow01) no-repeat top center;
}
.ours_content .ours-wrap,
.ours_content .ours-wrap img{
	width:100%;
}
.ours_content h5{
	font-size: 36px;
  background: none;
  padding-left: 0;
  color: #96be27;
  margin: 0 0 0.5em;
}
.fukui-wrap .main_wrap,
.ours_content .main_wrap{
	position:relative;
	margin-top:-300px;
}
.ours_content .support-wrap {
    padding: 110px 0 30px;
}
.ours_content .sub_title{
	position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: -110px;
}
.ours-wrap03 .ours_section{
	margin-bottom:30px;
}
.ours_section.ours_staff.lady{
	padding:60px 20px 20px;
	background:url(images/arrow_ours03.png) no-repeat center top;
	background-color:#fff;
}
.ours_section.ours_staff.man{
	padding:60px 20px 20px;
	background:url(images/arrow_ours03.png) no-repeat center top;
	background-color:#fff;
}
.ours_section.ours_staff .staff_ours.lady img{
	border:5px solid #96be27;
}
.ours_section.ours_staff h5{
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.ours_section.ours_staff.lady h5{
	color:#96be27;
}
.ours_section.ours_staff.man h5{
	color:#96be27;
}
.ours_section.ours_staff.lady .staff{
	color:#96be27;
	margin-bottom:0.3em;
	line-height: 1.5;
}
.ours_section.ours_staff.man .staff{
	color:#96be27;
	margin-bottom:0.3em;
	line-height: 1.5;
}
.ours_section.ours_staff .staff_name01{
	font-size:24px;
	font-weight: bold;
}
.ours_section.ours_staff dl{
	margin:0;
}
.ours_section.ours_staff.lady dt{
	border-left:5px solid #96be27;
	padding-left:10px;
	margin-bottom:0.5em;
}
.ours_section.ours_staff.lady dd span{
	color:#96be27;
}
.ours_section.ours_staff.man dt{
	border-left:5px solid #96be27;
	padding-left:10px;
	margin-bottom:0.5em;
}
.ours_section.ours_staff.man dd span{
	color:#96be27;
}
#primary .ours_staff.man .btn_entry,
#primary .ours_staff.lady .btn_entry,
#primary .ours_content .ours-wrap02 .btn_entry,
#primary .ours_content .ours-wrap01 .btn_entry  {
  background:#96be27;
}
#primary .ours_staff.man .btn_entry:hover,
#primary .ours_staff.lady .btn_entry:hover,
#primary .ours_content .ours-wrap02 .btn_entry:hover,
#primary .ours_content .ours-wrap01 .btn_entry:hover {
  background: none;
  color:#96be27;
  -webkit-box-shadow: inset 0px 0px 0px 5px rgba(150,190,39,1);
  -moz-box-shadow: inset 0px 0px 0px 5px rgba(150,190,39,1);
  box-shadow: inset 0px 0px 0px 5px rgba(150,190,39,1);
}
.ours_section.ours_staff dd{
	line-height: 1.6;
}
.ours-wrap03{
	padding: 110px 0 60px;
  background: url(images/area_arrow03.png) no-repeat top center;
}
.ours-wrap02{
	padding: 110px 0 60px;
  background: url(images/area_arrow02.png) no-repeat top center;
}
.ours_welfare ul{
	list-style: none;
	padding:0;
}
.ours_welfare ul li{
	color:#fff;
	margin-bottom:1.5em;
}
.ours_welfare li img{
	position: relative;
	width:100%;
}
.ours_welfare li .thumb_box{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
}
.ours_welfare li .thumb_txt{
	padding:5px 0 5px 0;
	text-align: center;
	background:rgba(150, 190, 39,.8);
	margin:0 15px;
}
.ours-wrap01,
.ours-wrap02,
.ours-wrap03,
.ours-wrap04{
	padding: 110px 0 60px;
	background:url(images/area_arrow01.png) no-repeat top center;
}
.home #primary .container .btn_entry.btn_02{
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(230,138,19,1);
  -moz-box-shadow: inset 0px 0px 0px 5px rgba(230,138,19,1);
  box-shadow: inset 0px 0px 0px 5px rgba(230,138,19,1);
}
#primary .container .btn_entry.btn_02{
	background:#E68A13;
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(230,138,19,1);
  -moz-box-shadow: inset 0px 0px 0px 5px rgba(230,138,19,1);
  box-shadow: inset 0px 0px 0px 5px rgba(230,138,19,1);
}
#primary .container .btn_entry.btn_02:hover{
	background:none;
	color:#E68A13;
  -webkit-box-shadow: inset 0px 0px 0px 5px rgba(230,138,19,1);
  -moz-box-shadow: inset 0px 0px 0px 5px rgba(230,138,19,1);
  box-shadow: inset 0px 0px 0px 5px rgba(230,138,19,1);
}
.ours_section.ours_car h5 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  border-left: 10px solid #96be27;
  padding-top: 10px;
  padding-left: 10px;
}
.ours_section.ours_car p{
  font-size:21px;
}
.ours_section.ours_car{
  padding: 30px 20px 20px;
  background-color: #fff;
  margin-bottom:30px;
}



/* レスポンシブ */

@media only screen and (max-width: 1600px){
	.fukui-wrap .main_wrap,
	.ours_content .main_wrap{
		position:relative;
		margin-top:-200px;
	}
}
@media only screen and (max-width: 1600px){
	.fukui-wrap .main_wrap,
	.ours_content .main_wrap{
		position:relative;
		margin-top:-150px;
	}
}
@media only screen and (max-width: 992px){
	.fukui-wrap .main_wrap,
	.ours_content .main_wrap{
		position:relative;
		margin-top:-100px;
	}
	.ours_section h5{
		font-size:30px;
	}
}
@media only screen and (max-width: 540px){
	.fukui-wrap .main_wrap,
	.ours_content .main_wrap{
		position:relative;
		margin-top:-40px;
	}
	.ours_content .sub_title{
		margin-top: -80px;
	}
	.ours_content .support-wrap{
		padding: 80px 0 30px;
	}
	.ours_welfare ul li{
		padding:0 5px;
		font-size:14px;
	}
	.ours_welfare li .thumb_txt{
		margin:0 5px;
	}
}
@media only screen and (max-width: 480px){
	.fukui-wrap .main_wrap,
	.ours_content .main_wrap{
		position:relative;
		margin-top:-40px;
	}
	.ours_content .sub_title{
		margin-top: -40px;
	}
	.ours_content .support-wrap{
		padding: 40px 0 30px;
	}
	.support-wrap .col-xs-6{
		padding-right: 5px;
  	padding-left: 5px;
	}
	.support-wrap .support-list li{
		margin-bottom:10px;
	}
	.ours_section h5{
		font-size:21px;
	}
	#primary .btn_entry {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 20px 15px;
	}
	.ours_section.ours_car p{
	    font-size:16px;
	}
	.ours_section.ours_staff h5 {
    border-top: 1px dotted #ccc;
    padding-top:10px;
	}
	.ours-wrap01,
	.ours-wrap02,
	.ours-wrap03,
	.ours-wrap04{
		background-size:50px;
		padding:50px 0 30px;
	}
	
	.st_point_inner02 .btnSmall a{
		font-size:16px;
		width:90%;}
}

/*----------------------------------------------*/
/* ページング */
.post-navigation a[rel="prev"]{
	float:left;
}
.post-navigation a[rel="prev"],
.post-navigation a[rel="next"]{
	font-size:12px;
}
.slide-wrap{
	background: #F8FFE6;
	padding: 20px 0;
	border-bottom: 1px solid #96BE27;
}
.img-thumbnail {
  -webkit-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
  -moz-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
  -ms-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
  box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
  padding: 5px;
}
/* トップアルバム */
.entry-meta .tags-links,.entry-meta .author{
	display:none;
}
.thumbnail_lists ul li .bg_w{
	border:1px solid #E4EFC9;
	border-bottom:0;
	border-top: 3px solid #96BE27;
	background:#F8FFE6;
}
.thumbnail_lists ul li .bg_w a{
	background:#F8FFE6;
}
.thumbnail_lists ul li .title a{
	color:#96be27;
}
.thumbnail_lists .post_right{
	border:1px solid #E4EFC9;
}
.home #primary .main_wrap{
	background:#fff;
	padding-top:0;
}
.container .btn_01{
  width: 100%;
  padding: 15px 10px;
  background: #96be27;
  color: #fff;
  font-size: 18px;
  white-space: normal;
}
.container .btn_01:hover{
  background: none;
  color: #96be27;
  -webkit-box-shadow: inset 0px 0px 0px 5px rgba(150, 190, 39,1);
  -moz-box-shadow: inset 0px 0px 0px 5px rgba(150, 190, 39,1);
  box-shadow: inset 0px 0px 0px 5px rgba(150, 190, 39,1);
}

.container .btn_orange{
  width: 100%;
  padding: 15px 10px;
  background: #e68913;
  color: #fff;
  font-size: 18px;
  white-space: normal;
}
.container .btn_orange:hover{
  background: none;
  color: #e68913;
  -webkit-box-shadow: inset 0px 0px 0px 5px #e68913;
  -moz-box-shadow: inset 0px 0px 0px 5px #e68913;
  box-shadow: inset 0px 0px 0px 5px #e68913;
}

.logo_wrap .tel-wrap{
	margin:10px 0;
	margin-top:15px;
	padding:0;
	list-style: none;
	text-align: right;
}
.logo_wrap .tel-wrap li{
	display: inline-block;
	/*border:1px solid #96be27;*/
	margin:0 0 0 15px;
}
.logo-inner{
	padding:0;
	margin:0;
}
.logo-area .floatR{
	display: none;
}

.main-navigation .sub-menu .menu-item a{
	border-bottom:1px dotted #777;
	color:#eee;
	font-size:16px;
}
.main-navigation .sub-menu .menu-item a:hover{
	background:rgba(000,000,000,.8);
}
.main-navigation .sub-menu .menu-item span{
	background:none;
	padding:0;
	color:#eee;
}
.main-navigation .sub-menu .menu-item span:hover{
	color:#eee;
}
.main-navigation .sub-menu .menu-item span:before{
	content: "\f055";
	padding-right:5px;
	font-family: FontAwesome;
	color:#96be27;
}
/* 投稿スタイル */
.entry-meta .date a{
	font-size:16px;
	color:#333;
	vertical-align: bottom;
}
.entry-meta .categories-links a{
	font-size:12px;
	padding:3px 10px;
	background:#F58686;
	color:#fff;
	font-weight: normal;
	vertical-align: middle;
}

@media only screen and (max-width: 1000px){
	.logo-area .floatL{
		float:left;
		padding-left:80px;
	}
	.logo-area .floatR{
		float: right;
		display: block;
	}
	.logo-area .floatR .tel-wrap{
		list-style: none;
		padding-left:0;
	}
	.logo-area .floatR .tel-wrap li{
		display: inline-block;
		padding-left:0.5em;
	}
}
@media only screen and (max-width: 601px) {
	.logo-area .floatR .tel-wrap li{
		float: none;
		text-align:center;
		display: none;
	}
	.logo-area .floatR .tel-wrap li:first-child{
		display: inline-block;
	}
}
@media only screen and (max-width: 480px){
	.logo-area .floatL{
		padding-left: 80px;
	}
	.logo-area .floatR{
		text-align:center;
	}
	.container .btn_01 {
    width: 100%;
    padding: 10px 5px;
    background: #96be27;
    color: #fff;
    font-size: 14px;
    white-space: normal;
	}
	.thumbnail_lists .post_right{
		padding:10px 5px;
		font-size:14px;
	}
}

/** パンくず **/
.bread_area{
	background:#CAEC68;
	padding:8px 0;
	font-size:11px;
}
.bread_area span{
	display: inline-block;
}
.bread_area span a{
	color:#333;
	padding:0 5px;
}
.bread_area span a:hover{
	text-decoration: underline;
}
.bread_area span br{
	display: none;
}
/** ウィジェット、投稿スタイル **/
#sub_navi-2 .sub_navi li a{
	color:#333;
}
.widget ul{
	padding:0 10px;
}
#sub_navi-2 .sub_navi .current-page_ancestor a,
#sub_navi-2 .sub_navi .current-page_parent a,
#sub_navi-2 .sub_navi .current-page-item a{
	color:#96be27;
}

#sidenavi{
	/*
	background:#F8FFE6;
	padding:15px;
	*/
}
#sidenavi #text-5{
	border:0;
	margin-bottom:1em;
}
.single_wrap{
	padding:20px;
	background:#F8FFE6;
	margin-bottom:20px;
}
.single_wrap .single_inner{
	padding: 15px 20px;
	background: #fff;
	margin-bottom: 0.5em;
}
#sidenavi .widget-title{
	margin-bottom:0;
	padding:10px;
	font-size:18px;
	text-align: center;
}
#sidenavi #sub_navi-2 ul li{
	
}
#sidenavi #sub_navi-2 ul li a:before{
	content: "\f055";
  padding-right: 5px;
  font-family: FontAwesome;
  color: #96be27;
}
#sidenavi ul li{
	border-bottom:1px solid #e8e8e8;
}
#sidenavi ul li a{
	color:#333;
	padding:12px 20px 12px 5px;
	display: block;
	margin-right:5px;
}
#sidenavi .avhec-widget-line{
	display: block;
}
#sidenavi ul li a:hover{
	text-decoration: underline;
}
#sidenavi .widget{
	border:1px solid #ddd;
}
#sub_navi-2 .widget-title{
	border-bottom:1px solid #ccc;
	font-size:18px;
	background:url(images/side_menu.gif);
}
#sidenavi #sub_navi-2{
	border-top:2px solid #96be27;
}
#sidenavi #custom-post-type-recent-posts-2{
	border-top:2px solid #e68713;
}
#sidenavi #recent-posts-4{
	border-top:2px solid #f58686;
}
#sidenavi #extended-categories-2{
	border-top:2px solid #e4d367;
}

#sub_navi-2 ul li a{
	background:url(images/side_arrow01.gif) no-repeat right center;
	background-size: 10px;
}
#custom-post-type-recent-posts-2 ul li a{
	background:url(images/side_arrow02.gif) no-repeat right center;
	background-size: 10px;
}
#recent-posts-4 ul li a{
	background:url(images/side_arrow03.gif) no-repeat right center;
	background-size: 10px;
}
#extended-categories-2 ul li a{
	background:url(images/side_arrow04.gif) no-repeat right center;
	background-size: 10px;
}

#sub_navi-2 ul li a:hover{
	color:#96be27;
}
#custom-post-type-recent-posts-2 ul li a:hover{
	color:#e68713;
}
#recent-posts-4 ul li a:hover{
	color:#f58686;
}
#extended-categories-2 ul li a:hover{
	color:#e4d367;
}


#custom-post-type-recent-posts-2 .widget-title{
	border-bottom:1px solid #ccc;
	font-size:18px;
}
#custom-post-type-recent-posts-2 .widget-title{
	background:url(images/side_widget01.gif);
}
#recent-posts-4 .widget-title{
	background:url(images/side_widget02.gif);
}
#extended-categories-2 .widget-title{
	background:url(images/side_widget03.gif);
}
/*
#custom-post-type-recent-posts-2 .widget-title:before{
	content: "\f006";
	padding-right:5px;
	font-family: FontAwesome;
	color:#96be27;
}
*/
#custom-post-type-recent-posts-2 .widget-title:after{
	content:"INFORMATION";
	font-size:10px;
	color:#e68713;
	display: block;
	padding-top:2px;
	/*padding-left:25px;*/
}
#recent-posts-4 .widget-title{
	border-bottom:1px solid #ccc;
	font-size:18px;
}
/*
#recent-posts-4 .widget-title:before{
	content: "\f040";
	padding-right:5px;
	font-family: FontAwesome;
	color:#96be27;
}
*/
#recent-posts-4 .widget-title:after{
	content:"BLOG";
	font-size:10px;
	color:#f58686;
	display: block;
	padding-top:2px;
}
#extended-categories-2 .widget-title{
	border-bottom:1px solid #ccc;
	font-size:18px;
}
/*
#extended-categories-2 .widget-title:before{
	content: "\f083";
	padding-right:5px;
	font-family: FontAwesome;
	color:#96be27;
}
*/
#extended-categories-2 .widget-title:after{
	content:"ALBUM";
	font-size:10px;
	color:#e4d367;
	display: block;
	padding-top:2px;
}
.entry-meta > span{
	display: inline-block;
}
.entry-content ul.row{
	padding:0;
	list-style: none;
	margin:0;
}
.post_group{
	padding:20px;
	background:#F8FFE6;
	margin-bottom:20px;
}
.post_inner{
	padding: 15px 20px;
	background: #fff;
	margin-bottom: 0.5em;
}
.post_inner .title{
	margin-bottom:0.5em;
	font-size:18px;
}
.post_inner .time{
	margin-bottom:0.5em;
	display: inline-block;
}
.post_inner .info_cat{
	margin-bottom:0.5em;
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px;
	background: #F58686;
	color: #fff;
}
.post_inner .post_txt a{
	color:#333;
}
/** 職種紹介 **/
#sidenavi #text-2{
	border:0;
	text-align: center;
}
#sidenavi #text-5 .sideBox img,
#sidenavi #text-2 .sideBox img{
	margin:0 auto;
}
.page-wrap .text-wrap{
	margin-top:1.5em;
	margin-bottom:2em;
}
.page-wrap .text-wrap p{
	margin-bottom:1em;
}
.page-wrap .intro-box{
	background:#F8FFE6;
	padding:20px;
	margin-bottom:2em;
}
.page-wrap .intro-box ul{
	padding:0;
	list-style: none;
	margin-top:0;
}
.page-wrap .intro-box ul > li{
	padding-left:15px;
	margin-bottom:0.5em;
}
.page-wrap .intro-box ul > li:before{
	content: "\f111";
	padding-right:10px;
	font-family: FontAwesome;
	color: #E68912;
	font-size:14px;
}
.page-wrap h4.head04{
	margin:0;
	background: #96be27;
	padding: 7px 10px 7px 10px;
	border-bottom:5px solid #CAEC68;
	color:#fff;
}
.page-wrap h4.head04:before{
	content: "\f10c";
	padding-right: 5px;
	font-family: FontAwesome;
	color: #fff;
}
.introduction_content .intro-box ul li ol{
	margin-top:0.5em;
}
.introduction_content .intro-box ul li ol li{
	margin-bottom:0.5em;
}

.att{
	margin-bottom:2em;
}
.att p{
	margin-bottom:0.5em;
	font-size:14px;
}

/** 利用までの流れ **/
.flow-box{

}
.flow-box ul{
	border-top:1px dotted #ddd;
	list-style: none;
	padding-left:0;
	margin:0;
}
.flow-box ul li{
	padding:10px 0;
	border-bottom:1px dotted #ddd;
	padding-left:1em;
}
.flow-box ul li:before{
	content: "\f111";
  padding-right: 10px;
  font-family: FontAwesome;
  color:#ccc;
  font-size:14px;
}
.flow-box ol{
	list-style: none;
	padding:0;
	margin:0;
	padding-top:1.5em;
}
.flow-box ol li{
	margin-bottom:1.5em;
}
.flow-box ol dl{
	margin:0;
	border:1px solid #ccc;
	background:#fff;
}
.flow-box ol .num01{
	background:url(images/num_01.gif) no-repeat left top;
	background-color:#eee;
}
.flow-box ol .num02{
	background:url(images/num_02.gif) no-repeat left top;
	background-color:#eee;
}
.flow-box ol .num03{
	background:url(images/num_03.gif) no-repeat left top;
	background-color:#eee;
}
.flow-box ol .num04{
	background:url(images/num_04.gif) no-repeat left top;
	background-color:#eee;
}
.flow-box ol dt{
	font-weight: normal;
	padding:10px 10px 10px 50px;
	background-color:#ddd;
}
.flow-box ol dd{
	padding:10px;
	padding-top:1em;
}
.flow_pic ul{
	list-style: none;
	padding:20px 0 20px 0;
}
.flow_pic li{
	padding-bottom:20px;
}
.att{
	margin-bottom:2em;
}
.att p{
	margin-bottom:0.5em;
	font-size:14px;
}
.att ul{
	padding:0;
	margin:0;
	list-style: none;
	font-size:14px;
}
.att li{
	margin-bottom:0.5em;
}
.att .kubun li:first-child{
	padding-left: 1em;
  text-indent: -1em;
}
.att .kubun li{
	padding-left:1.5em;
	margin-bottom:0;
}
.page-wrap .circle-head{
	margin:0;
	color:#333;
	font-size:18px;
	background:none;
	padding-left:0;
	padding:10px 0;
	font-weight:bold;
}
.page-wrap .circle-head:before{
	content: "\f10c";
	padding-right: 5px;
	font-family: FontAwesome;
	color: #96be27;
}
.flow_content dl{
	margin:0;
}

.page-wrap .intro-box02 {
	background:#fff8f0;
	padding: 20px;
	margin-bottom: 2em;
}
.page-wrap .intro-box02 .circle-head:before {
	content: "\f10c";
	padding-right: 5px;
	font-family: FontAwesome;
	color: #e68713;
}

.btn_recruit{
	margin-top:40px;
}
.btn_recruit p{
	margin:0;
}

/* 自費領域  共通*/
.expense_content .container .head03{
	margin-bottom:0.7em;
}
.expense_content .circle-head{
	font-weight: normal;
	margin-bottom:0.7em;
	font-size:16px;
}
.expense_content .expense-box,
.expense_content .single-box{
	background: #F8FFE6;
	padding: 20px;
	margin-bottom: 2em;
}
.expense_content .expense-box ul,
.expense_content .single-box ul{
	padding:0;
	margin:0;
	list-style: none;
}
.expense_content .expense-box dl,
.expense_content .single-box dl{
	background:#fff;
	padding:15px;
	margin:0;
	margin-bottom:1em;
}
.expense_content .expense-box dl dt,
.expense_content .single-box dl dt{
	margin-bottom:0.5em;
}
.expense_content .expense-box dl dt:before,
.expense_content .single-box dl dt:before{
	content: "\f111";
	padding-right: 10px;
	font-family: FontAwesome;
	color: #E68912;
	font-size: 14px;
}
.expense_content .expense-box dl dd ul,
.expense_content .single-box dl dd ul{
	padding-left:1.3em;
}
.expense_content .expense-box dl dd ul li,
.expense_content .single-box dl dd ul li{
	margin-bottom:0.5em;
}
.expense_content .price-box .pr-text{
	margin:0;
  padding-left: 10px;
}
.expense_content .price-box .time{
	padding-left:10px;
	margin-bottom:1em;
	display: inline-block;
}
.expense_content .price-box .price-add{
	padding:3px 20px;
	margin-left:20px;
	margin-bottom:0;
	color:#fff;
	background:#8b8b8b;
	display: inline-block;
  margin-bottom: 1em;
}
.expense_content .price-box .time:before{
	content: "\f017";
	padding-right:5px;
	font-family: FontAwesome;
	color:#333;
}
.expense_content .price-heading{
	padding:10px;
	background:#729413;
	color:#fff;
	text-align: center;
	margin:0;
}
.expense_content .price-box.price-01{
	border:1px solid #96be27;
	padding:15px;
	margin-bottom:30px;
}
.expense_content .price-box.price-02{
	background:#fafeee;
	padding:15px;
	margin-bottom:30px;
}
.expense_content .price-box.price-03{
	background:#f8ffe6;
	padding:15px;
	margin-bottom:30px;
}
.expense_content .price-box.price-04{
	background:#e9f7c4;
	padding:15px;
	margin-bottom:30px;
}
.expense_content .price-box .table{
	text-align: center;
	font-size:14px;
}
.expense_content .price-box .table thead tr{
	background:#96be27 !important;
	color:#fff;
}
.expense_content .price-box .table tr{
	background:#fafeee;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	border-collapse: collapse;
}
.expense_content .price-box .table td{
	border:2px solid #fff;
	border-right:0;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
.expense_content .price-box .table th{
	border:2px solid #fff;
	border-left:0;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
.expense_content .price-box .table tr:nth-of-type(odd){
	background:#e3f2ba;
}

.expense_content .orange-box .price-heading{
	background:#b9741b;
}
.expense_content .price-box .orange-box .table thead tr{
	background:#e68912 !important;
}
.expense_content .price-box .orange-box .table tr{
	background:#fffaf4;
}
.expense_content .price-box .orange-box .table tr:nth-of-type(odd){
	background:#f5e0c6;
}

.expense_content .logo_alliance{
	padding: 5px 0 15px 0;
    margin: 0;
}

.expense_content .logo_alliance p.small{
	font-size:12px;}

.expense_content .logo_alliance div.small{
	margin-bottom:10px;
	padding-left:15px;}

@media only screen and (max-width: 767px){
	.expense_content .logo_alliance img{
		margin-bottom: 10px;}
}
	
.expense_content .btnBtm p{
	margin-bottom:0;}
	
/* 自費領域  TOP*/
.expense_top .container .head03 + p{
	font-weight:bold;
	font-size:18px;}
	
.expense_top .section02 .borderBox{
	border:1px solid #8EB425;
	padding:30px 10px;}
	
.expense_top .section02 i{
	display:block;
	font-size:40px;
	color:#999;
	text-align:center;
	margin:auto;
	padding:10px;}
	
.expense_top .section02 .borderBox ul{
	max-width:600px;
	text-align:center;
	margin:auto;}
	
.expense_top .section02 .borderBox ul li{
	list-style-type:none;
	text-align:left;}
	
.expense_top .section02 .borderBox .ul01 li:before{
	content: "\f111";
    padding-right: 10px;
    font-family: FontAwesome;
    color: #E68912;
    font-size: 14px;}
	
.expense_top .section02 .borderBox .ul02 li:before{
	content: "\f111";
    padding-right: 10px;
    font-family: FontAwesome;
    color: #999;
    font-size: 14px;}
	
.expense_top .section02 .fontB{
	font-size:20px;
	font-weight:bold;
	color:#8EB425;
	text-align:center;}
	
.expense_top .section02 .photoArea{
	margin-bottom:20px;}
	
.expense_top .section03 .courseArea{
	margin-top:20px;}
	
.expense_top .section03 .courseArea .course{
	border:2px solid #8EB425;
	padding:15px;
	min-height:300px;
	margin-bottom:20px;}
	
.expense_top .section03 .courseArea .course .btn{
	margin-top:20px;}
	
.expense_top .section03 .courseArea .course .circle-head{
	font-size:18px;
	font-weight:bold;}

/* 自費領域　ライフサポートコース */	
.expense_general .section01 .box{
	background:#F8FFE6;
	margin:15px;
	padding:15px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	height:130px;
	color:#000;}
	
.expense_general .section01 .box span{
	display:block;
	font-size:small;}
	
.expense_general .section01 .box .fa{
	display:block;
	font-size:40px;
	text-align:center;
	color:#8DB325;}
	

	
/* 自費領域　コンシェルジュコース */	
.expense_concierge .step-box{
	background:#F8FFE6;
	padding:20px;
	margin-bottom:20px;
	margin-right: 0px;
    margin-left: 0px;}
	
.expense_concierge .step-box dt{
	padding-left:70px;
	padding-top:15px;
	height:50px;}
	
.expense_concierge .step-box dd{
	padding-top:15px;}
	
.expense_concierge .step-box01 dt{
	background:url(images/step_01.png) no-repeat left top;}
.expense_concierge .step-box02 dt{
	background:url(images/step_02.png) no-repeat left top;}
.expense_concierge .step-box03 dt{
	background:url(images/step_03.png) no-repeat left top;}
.expense_concierge .step-box04 dt{
	background:url(images/step_04.png) no-repeat left top;}
.expense_concierge .step-box05 dt{
	background:url(images/step_05.png) no-repeat left top;}
.expense_concierge .step-box06 dt{
	background:url(images/step_06.png) no-repeat left top;}
.expense_concierge .step-box07 dt{
	background:url(images/step_07.png) no-repeat left top;}
	
.expense_concierge .btnBtm{
	margin-top:20px;}

/* 自費領域　事例紹介 */	
.expense_detail .single-box .row{
	margin-left:0;
	margin-right:0;}
	
/* 2018追加 ステーション紹介 */	
.stationList .st_section .inner{
	padding:5px 20px;}
.stationList .stationName h4 br{
	display:none;}
.stationList ul li.map{
	margin-bottom:15px;}
.stationList .detail{
	text-align:left;}
#primary .stationList .btn_entry{
	padding:15px 10px;
	margin-top:0;}
.container  .stationList .btn_01{
	font-size:16px;}
.stationList .st_section h4{
	font-size:21px;
	text-align:left;
	margin-bottom:20px;}
.stationListNew .detail .new {
    margin-top: 5px;
    width: 70px;
    padding: 3px 20px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #e78a14;
    margin-bottom: 10px;}
.stationListNew .detail ul{
	margin-top:0;}
	
.stationList .partner_tag{
	text-align:left;
	font-size:14px;
	color:#fff;
	margin-top:20px;}
.stationList .partner_tag span{
	background:#96be27;
	padding:5px 15px;}
	
	
@media only screen and (max-width: 1000px){
	#primary .stationList .btn p{
		margin-bottom:10px;}
	
}

@media only screen and (max-width: 768px){
	.stationList .detail{
	text-align:center;}
	.stationListNew .detail .new {
    margin-top: 15px;
    width: auto;
    font-size: 14px;
    color: #e78a14;
    background: none;
    border: 2px solid #e78a14;
    padding-bottom: 3px;}
	.stationList .st_section h4{
	font-size:16px;}
	
	}
	
@media only screen and (max-width: 480px){
	.stationList .stationName h4 br{
	display: block;}
	.stationList .row{
		margin-right: 0;
         margin-left: 0;}
		 
	.stationList .partner_tag span{
		display:block;
		font-size:12px;
		text-align:center;
		padding:5px 5px;}
	
}
	

/* コメントデザイン調整 */
.comment-author .fn{
	color:#E68912;
}
#respond{
  background: #F8FFE6;
  padding:30px;
  margin-top:2em;
}
#respond .comment-reply-title{
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-style:normal;
	font-size:18px;
	border:none;
	margin:0;
	width:auto;
	padding:0;
}
#respond .sidebar .comment-respond,
.sidebar .comment-respond .comment-form{
	padding:0;
}
.comment-reply-title:before{
	content: "\f10c";
	padding-right: 5px;
	font-family: FontAwesome;
	color: #96be27;
}
.comment-form-comment{
	margin-bottom:8px;
}
.sidebar .comments-title{
	display: none;
}
.sidebar .comment-list{
	padding:10px 40px;
	border: 1px solid #e8e8e8;
}
.post-navigation a[rel="prev"], .post-navigation a[rel="next"]{
	font-style:normal;
	display: inline-block;
	padding: 5px 10px;
	border:1px solid #96be27;
	color:#96be27;
	margin-bottom:0.5em;
}
#respond .form-submit{
	margin-top:30px;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
	border:1px solid #def3a3;
	width:100%;
	max-width:100%;
}
.post-navigation{
	display: block !important;
}

/* マーキー */
/*
.newsWrap{
	border-top:1px solid #96be27;
}
*/
.logo-area{
	border-bottom:1px solid #96be27;
}
.newsWrap > div {
 width: 100%;
 height: auto;
 padding: 8px 0;
 overflow: hidden;
}
.newsWrap > div {
 width: 100%;
 height: auto;
 padding: 8px 0;
 overflow: hidden;
}
.newsWrap dl {
 display: block;
 margin: 0;
}
.newsWrap dt, .newsWrap dd {
 display: block;
 margin:0 0 10px 0;
 padding: 5px 10px;
 font-size:14px;
}
.newsWrap dt {
 background-color: #F58686;
 color: #fff;
 font-size:12px;
 font-weight: normal;
}
.newsWrap dd {
 color: #333;
 margin-right: 25px;
}
.newsWrap dl dd a{
 color:#333;
}
.newsWrap dl dd a:hover{
 color:#96be27;
}
.newsWrap dt, .newsWrap dd {
 	display: inline-block;
}
.newsWrap a:hover{
 	text-decoration:none;
}
.newsWrap dl dd:hover{
	color:#96be27;
	text-decoration:underline;
}

/* 160623追加 */
.message{
	margin:0;
	padding:10px;
	text-align:left;
	color:#a7a7a7;
}

/* 事業所一覧切りタブ切り替えcss */
.sw1,.sw2{
	position:relative;
}
.tab_desc{
	background:#F8FFE6;
	border-top:4px solid #96be27;
	padding:10px;
}
.SWrap{
	margin-bottom:20px;
}

.stel a{
	display: inline-block;
}

.st_section h4{
	font-size:18px;
}

#primary .st_list .btn_entry{
}

@media only screen and (max-width: 1000px){
	 #primary div#trust-form.contact-form .tel{
	 	display: block;
	 }
	 .contact_txt{
	 	font-size:16px;
	 }
}


@media only screen and (max-width: 1000px){
	.st_detail .detail_wrap .col-md-4{
		padding-top:15px;
	}
	.bread_area{
		display: none;
	}
	
	.expense_content .btnBtm p{
	margin-bottom:24px;}
	
    .expense_general .section01 a:hover{
		text-decoration:none;}
		
	 .logo_wrap .site-description{
	display:none; }
}
@media only screen and (max-width: 768px){
	.gg_wrap{
		clear:both;
	}
	.reason_content .intro-box .reason_pic{
		text-align: center;
	}
	.post_inner .list_thumb{
		text-align: center;
	}
	

}
@media only screen and (max-width: 480px){
	.question_content .q_txt{
		font-size:15px;
		background-size:30px;
		padding:10px 0 10px 40px;
	}
	.question_content .a_txt{
		font-size:14px;
		background-size:30px;
		padding:15px 15px 15px 55px;
		background-color:#fff8f0;
	}
	.container .st_list .st_section .inner .col-xs-12,
	.st_detail .inner .col-md-4,
	.st_detail .inner .col-sm-6,
	.st_detail .inner .col-md-12{
		padding:0;
	}
	.st_detail .container{
		padding:0;
	}
	.st_detail .inner .row{
		margin:0;
	}
	.st_list .st_section,
	.st_detail .detail_wrap{
		padding:15px 10px;
	}
	.st_list .st_section .inner,
	.st_detail .inner{
		padding:15px 10px;
	}
	.st_detail .detail_wrap .col-xs-6{
		padding:10px 5px 0;
	}
	.page-wrap .intro-box{
		padding:10px;
	}
	.page .hentry{
		padding-top:15px;
	}
	.post_inner .time {
    font-size:12px;
	}
	.post_inner .info_cat{
    font-size: 9px;
    line-height: initial;
    display: table;
    margin: 0;
    padding: 2px 6px;
	}
	.post_inner .title {
    font-size: 13px;
    margin-top:0.5em;
	}
	.post_inner .post_txt a{
		font-size:12px;
	}
	.page-wrap .circle-head{
		font-size:16px;
	}
	/* 自費領域 共通*/
	.expense_content .expense-box, .expense_content .single-box {
    padding:10px 0;
	}
	.expense_content .expense-box dl,
	.expense_content .single-box dl{
		padding:10px;
	}
	.expense_content .circle-head {
    font-size:14px;
	}
	/* 自費領域 TOP */	
.expense_top .section02 i{
	padding:5px;}
.expense_top .section02 ul{
	padding-left:0;}
.expense_top .section02 .fontB{
	font-size:16px;}
	
	/* 自費領域 コンシェルジュ*/	
.expense_concierge .step-box{
	margin:15px;}
	
	/* 自費領域 事例紹介*/
.expense_detail .single-box dl{
		margin:15px;
	}


	.sidebar .comment-list{
		padding:10px 15px;
	}
	.comment-author,
	.comment-metadata,
	.comment-content{
		width:100%;
		max-width:100%;
		float:none;
		margin-bottom:0.5em;
	}
	#respond{
		padding:15px;
	}
	/* 投稿 */
	.single_wrap{
		padding:10px;
	}
	.single_wrap .single_inner{
		padding:10px;
	}
	#respond{
		padding:15px;
	}
}

h2.title_h2 {
    text-align: center;
    display: block;
    align-items: center;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 37px;
}
h2.title_h2 > img {
    display: block;
    margin: 0 auto;
}
h3.title_h3 {
    font-size: 35px;
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 30px 0;
}
h3.title_h3 span {
    display: block;
    font-size: 25px;
    font-weight: normal;
	color: #999;
}
h4.title_h4 {
    font-size: 23px;
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0 0 15px;
}
h4.title_h4 span.fff {
	display: inline-block;
    background-color: #fff;
	border-radius: 20px;
	margin: auto;
	padding: 5px 20px;
}

/*----------------------------------------------------
	toggle
----------------------------------------------------*/
.home .questionArea,
.home .questionArea02{
	margin-top: 30px;
}
.home .questionArea .txt,
.home .questionArea02 .txt{
	text-align: center;
	margin: 30px 0;
	font-size: 20px;
	font-weight: bold;
	color: #666;}
.home .txt > img {
    display: block;
    margin: 0 auto;
}


.home .toggle_wrap:last-of-type {
		border-bottom: 1px solid gray;
	}
	
.home .toggle_switch {
		position: relative;
    	cursor: pointer;
   		padding: 10px 20px;
   	    background: #CBEAE9;
  		margin-bottom: 0px;
	height: 90px;
	display:flex;
  align-items: center;
  justify-content: center;
	}
	
.home .toggle_switch.open {
		/*border-bottom: 1px solid gray;*/
	}
	
.home .toggle_switch:hover {
		opacity: 0.8 ;
	}
	
.home .toggle_switch::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  background: url(../images/arrow_down_02.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 48%;
	bottom: 5px;
  transform: translateY(-50%);
  transition: transform .2s;
	}
	
.home .toggle_switch.open::after {
		transform: rotateZ(180deg);
	bottom: 8px;
	}
	
.home .toggle_contents {
		display: none;
	min-height: 70px;
		padding: 20px;
		background: #fff;
	    border: 1px solid #CBEAE9;
    	margin-top: 0;
}
.home .toggle_contents p {
		text-indent: 2em;
	margin-bottom: 0;
}
.home .questionArea .toggle01 .toggle_contents:before,
.home .questionArea02 .toggle01 .toggle_contents:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 49px;
  vertical-align: middle;
  margin-right: 15px;
	position: absolute;
	top: 98px;
	left: 22px;
	  background: url(../images/question_a.png) no-repeat ;
	  background-size: contain;
}


.home .questionArea .toggle_switch p,
.home .questionArea02 .toggle_switch p{
	width: 100%;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
	text-align: center;
	z-index: 10;
}
.home .questionArea .toggle_switch:before,
.home .questionArea02 .toggle_switch:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 49px;
  vertical-align: middle;
  margin-right: 15px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.bg_question .toggleArea{
	width: 100%;
	max-width: 1000px;
	margin: auto auto;
}
.home .questionArea .toggle01,
.home .questionArea02 .toggle01{
	margin-bottom: 20px;
}
.home .questionArea .toggle01 .toggle_switch:before,
.home .questionArea02 .toggle01 .toggle_switch:before {
	  background: url(../images/question_q.png) no-repeat ;
	  background-size: contain;
}


.home .toggle_contents .inner img.img-responsive{
	margin-bottom: 20px;}

.home .switch-02,
.home .switch-03{
	display: block;
	margin-bottom: 40px;
}
.home .switch-02 .toggle01,
.home .switch-03 .toggle01{
	margin-bottom: 10px;
}
.home .switch-02 .col-sm-12,
.home .switch-03 .col-sm-12{
	float: none;
}
.home .switch-02 .toggle_switch {
	position: relative;
	cursor: pointer;
	padding: 10px 20px;
	background: #CBEAE9;
	margin-bottom: 0px;
	height: 70px;
	display:flex;
  align-items: center;
  justify-content: flex-start;
	}
.home .switch-02 .toggle_contents {
		display: none;
		padding: 20px;
		background: #fff;
		border: 1px solid #CBEAE9;
		margin-top: 0;
}
.home .switch-02 .toggle_switch p,
.home .switch-02 .toggle_contents p {
	text-indent: 3em;
	text-align: left;
	margin-bottom: 0;
}

.home .switch-03 .toggle_switch {
	position: relative;
	cursor: pointer;
	padding: 10px 20px;
	background: #F4F0EB;
	margin-bottom: 0px;
	height: 70px;
	display:flex;
  align-items: center;
  justify-content: flex-start;
	}
.home .switch-03 .toggle_switch p {
	font-size: 24px;
	margin-bottom: 0;
	}
.home .switch-03 .toggle_contents {
		display: none;
		padding: 20px;
		background: #fff;
		border: none;
		margin-top: 0;
}
.home .questionArea .switch-03 .toggle01 .toggle_switch::before,
.home .questionArea .switch-03 .toggle01 .toggle_contents::before {
		display: none;
}

.home .switch-02 .toggle_switch:before,
.home .switch-03 .toggle_switch:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 49px;
  vertical-align: middle;
  margin-right: 15px;
	position: absolute;
	top: 12px;
	left: 10px;
}
.home .switch-02 .toggle_switch::after,
.home .switch-03 .toggle_switch::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../images/arrow_down_01.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
	left: inherit;
  right: 2%;
	bottom: inherit;
	top: 50%;
  transform: translateY(-50%);
  transition: none;
	}
.home .switch-02 .toggle_switch.open::after,
.home .switch-03 .toggle_switch.open::after {
	transform: rotateZ(180deg);
	bottom: inherit;
	top: 19%;
	}
.home .questionArea .switch-02 .toggle_contents:before,
.home .questionArea .switch-03 .toggle_contents:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 49px;
  vertical-align: middle;
  margin-right: 15px;
	position: absolute;
	top: 80px !important;
	left: 22px;
}



@media only screen and (max-width: 900px){
	
	.home .questionArea,
	.home .questionArea02 {
    	margin-top: 20px;}
	.home .questionArea .toggle_switch p,
	.home .questionArea02 .toggle_switch p {
		font-size: 16px;}
	.home .toggle_contents {
		padding: 20px}
	.home .questionArea .toggle_switch:before,
	.home .questionArea02 .toggle_switch:before {
    	width: 45px;
		height: 45px;
	    margin-right: 5px;}
	.home .questionArea .txt,
	.home .questionArea02 .txt {
		margin: 20px 0;
		font-size: 18px;}
.home .toggle_contents {
		padding: 10px;
}
	.home .toggle_contents p{
		font-size: 13px;
	}
.home .questionArea .toggle01 .toggle_contents:before,
.home .questionArea02 .toggle01 .toggle_contents:before {
  width: 45px;
  height: 45px;
}
		
}

@media only screen and (max-width: 768px){
	.home .toggle05 .toggle_contents {
		min-height: 300px;}
	.home .questionArea .toggle_switch p,
	.home .questionArea02 .toggle_switch p {
    font-size: 14px;}
	.home .questionArea .toggle_switch p br,
	.home .questionArea02 .toggle_switch p br{
		display: none;
	}
	h3.title_h3 {
			font-size: 25px;
			padding: 20px 0;
	}
	h3.title_h3 span {
			font-size: 20px;
	}
	h4.title_h4 {
			font-size: 20px !important;
			margin: 0;
			padding: 0 0 15px !important;
	}
	h4.title_h4 span.fff {
		border-radius: 20px;
		padding: 5px 20px;
	}
}
@media only screen and (min-width: 768px){
	.home .questionArea .container,
	.home .questionArea02 .container{
		width: 100%;}
}

@media only screen and (max-width: 480px){
	
	.home .questionArea .txt,
	.home .questionArea02 .txt {
    	margin: 15px 0;}
	.home .toggle_contents p {
    	font-size: 13px;}
	.home .toggle_switch::after {
		width: 15px;
    	height: 9px;}
	.home .questionArea .toggle_switch p,
	.home .questionArea02 .toggle_switch p {
    	font-size: 16px;}
	.home .questionArea .toggle01,
	.home .questionArea02 .toggle01 {
    	margin-bottom: 15px;}
	.home .questionArea .toggle_switch p,
	.home .questionArea02 .toggle_switch p{
		margin-top:3px;}
	
.home .switch-02 .toggle_switch {
	padding: 10px 20px;
	min-height: 70px;
	}
.home .switch-02 .toggle_switch::after,
.home .switch-03 .toggle_switch::after {
  width: 40px;
  height: 40px;
  right: 2%;
	top: 50%;
	}
.home .switch-02 .toggle_switch.open::after,
.home .switch-03 .toggle_switch.open::after {
	transform: rotateZ(180deg);
	bottom: inherit;
	top: 21%;
	}
.home .switch-02 .toggle_contents {
    padding: 10px 10px 10px 20px;
}
	.home .switch-02 .toggle_switch p {
	text-indent: 0;
	text-align: left;
	margin: 0 2.2em;
}
.home .switch-03 .toggle_contents {
		padding: 10px;
}
	.home .switch-03 .toggle_switch p {
	text-indent: 0;
	text-align: left;
	margin: 0 2.2em 0 0;
		font-size: 17px;
}
.home .switch-02 .toggle_contents p {
	min-height: 40px;
	text-indent: 0;
	text-align: left;
	margin: 0 0 0 2.2em;
}
}

@media only screen and (max-width: 380px){
	.home .questionArea .toggle_switch:before,
	.home .questionArea02 .toggle_switch:before {
    	width: 45px;
   		height: 40px;}
	.home .questionArea .toggle_switch p,
	.home .questionArea02 .toggle_switch p {
    	font-size: 14px;}
	.home .questionArea .txt,
	.home .questionArea02 .txt {
    	font-size: 14px;}
.home .toggle_contents {
		padding: 10px;
}
.home .questionArea .toggle01 .toggle_contents:before,
.home .questionArea02 .toggle01 .toggle_contents:before {
  width: 45px;
  height: 40px;
}
	.home .switch-03 .toggle_switch p {
		font-size: 17px;
}
	
}
@media only screen and (max-width: 355px){
	.home .questionArea .toggle_switch p,
	.home .questionArea02 .toggle_switch p {
    font-size: 12px;
}
	
}


