/*
Theme Name: BestJobs-base
Theme URI: https://www.themehorse.com/themes/attitude
Author: Theme Horse
Author URI: https://www.themehorse.com
Description: Attitude is a Simple, Clean and Responsive Retina Ready WordPress Theme which adapts automatically to your tablets and mobile devices. Theme is easily customizable with numerous theme options via Customize. Some of the highlighted options are two site layout (Narrow and Wide), 5 layouts for every post/page, 5 Page Templates, 5 widget areas, 4 custom widgets, featured slider to highlight your post/page, 11 social icons and many more. Also has custom background, header, menu, favicon, CSS, webclip icon, and logo. Supports popular plugins like WooCommerce, bbPress and many more. It is also translation ready. Available Translation: Traditional Chinese (Taiwan), Spanish, Norwegian (Nynorsk), German, Russian, Dutch, Italian and Danish. Get free support at https://www.themehorse.com/support-forum/ and view beautiful demo site at https://www.themehorse.com/preview/attitude
Version: 4.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, news, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: attitude

Attitude WordPress Theme, Copyright Theme Horse
Attitude is distributed under the terms of the GNU GPL
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
 -webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
embed, iframe, object {
	max-width: 100%;
}

/* =Global
----------------------------------------------- */
body {
  line-height: 1.75;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-family: "Questrial", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
body {
	background: #FFFFFF;
  letter-spacing: 0.08em;
  line-height: 1.8;
	color: #3E3A39;
}

.wrapper {
	max-width: 100%;
	background-color: #FFFFFF;
}
.container {
	margin: 0 auto;
   max-width:1200px;
   /* width: 94%; */
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #3E3A39;
}
h1 {
	font-size: 11px;
	line-height: 21px;
}
h2 {
	font-size: 28px;
	line-height: 38px;
	font-weight:bold;
}
h3{
	font-size: 22px;
	line-height: 32px;
	color:#3E3A39;
	line-height: 180%;
}
h4 {
	font-size: 28px;
	font-weight:bold;
	line-height: 1.8;
	margin: 0 0 14px 0;
}
h5 {
	font-size: 22px;
	line-height: 28px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}

/* No Border/Margin/Padding */
.no-margin-top {
	margin-top:0px !important;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.no-margin-left {
	margin-left:0px !important;
}
.no-margin-right {
	margin-right:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-left {
	padding-left:0px !important;
}
.no-padding-right {
	padding-right:0px !important;
}
.no-border-top {
	border-top:0 none !important;
}
.no-border-bottom {
	border-bottom:0 none !important;
}
.no-border-left {
	border-left:0 none !important;
}
.no-border-right {
	border-right:0 none !important;
}

/* Horizontal Line */
hr {
	border-color: #eaeaea;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 0 0 40px;
}

/* Text elements */

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
}
pre, code, kbd {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 19px;
	background-color: #F9F9F9;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
}

/* Superscript and Subscript */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Blockquote */
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border-left: 4px solid #05a9c5;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}
blockquote p {
	margin: 0;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {	
	float: right;
	text-align: right;
	margin-top: 5px;
   margin-bottom: 5px;
	font-size: 12px;
}
.breadcrumb a {	
	color: #999;
}
.breadcrumb,
.breadcrumb a:hover {
	color: #666;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="submit"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
input,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	width: 100%;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.15);
}
input[type="reset"], 
input[type="button"], 
input[type="submit"] {
   border: 1px solid #55412B;
	max-width:40%;
   color: #fff; 
	font-size: 18px;
	font-weight:bold;
	display: inline-block;
   height: 60px;
   width: inherit;
   margin-bottom: 30px;
   padding: 10px 35px;
	cursor: pointer;
	margin-top: 35px;
	background: #949495;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
input[type="reset"]:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	background: #7D7D7D;
}
input[type="reset"]:active, 
input[type="button"]:active, 
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);	
}
select {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #f9f9f9;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	width: inherit;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
input[type="file"] {
	cursor: pointer;
}

/* Links */
a {
	color: #231816;
	text-decoration: none;
	font-weight:700 !important;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
	font-weight:700;
}

/* Images */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], 
img[class*="wp-image-"], 
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto; 
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {
	
}
img#wpstats {
 	display: none;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus,
.screen-reader-text:active,
.screen-reader-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix_ib {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.clearfix-third {
	clear: both;
}

/* Readmore */
a.readmore {
   border: 1px solid #0596AF;
   color: #fff;
	display:inline-block;
   padding: 5px 25px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	float: right;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
a.readmore:hover {
	background: -webkit-linear-gradient(#06C0E1, #05aac6);
	background: -moz-linear-gradient(#06C0E1, #05aac6);
	background: -ms-linear-gradient(#06C0E1, #05aac6);
	background: -o-linear-gradient(#06C0E1, #05aac6);
	background: -webkit-gradient(#06C0E1, #05aac6);
	background: linear-gradient(#06C0E1, #05aac6);
}
a.readmore:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
a.more-link:hover {
	text-decoration: underline;
}	

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Back to Top */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 40px;
	font-family: 'FontAwesome';
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ddd;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.back-to-top a:before {
	content: '\f106';
}



/* =Origin
----------------------------------------------- */

.dp { display: block !important; } /*PC;iPp*/
.mb { display: none !important; } /*iP,MB*/

.dpip { display: block !important; } /*PC,iPp,iP*/
.mbo { display: none !important; } /*MB*/

.dpipi { display: inline-block !important; } /*PC,iPp,iP*/
.mboi { display: none !important; } /*MB*/

.dpo { display: block !important; } /*PC*/
.mbim { display: none !important; } /*iPp.iP,MB*/



/* ▼Universal Style▼
----------------------------------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.go {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-md-center {
  text-align: center !important;
}

.text-tp-center {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-800 {
  max-width: 800px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.l-inner-940 {
  max-width: 940px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.l-inner-1060 {
  max-width: 1060px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.l-inner-1200 {
  max-width: 1200px;
	text-align: justify;
	text-justify: inter-ideograph;
}

html {
  scroll-behavior: smooth;
}

/* ▼マージンのスタイル▼
----------------------------------------*/

.ce {
	margin: 0 auto ;
	
}

.mt1 {
	margin: 1rem 0 0 0 ;
}

.mt2 {
	margin: 2rem 0 0 0 ;
}

.mt40 {
	margin: 40px 0 120px 0 ;
}

.mt40tp {
	margin: 40px 0 120px 0 ;
}

.mt60 {
	margin: 60px 0 0 0 ;
}

.mt12 {
	margin: 120px 0 -80px 0 ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}

.mb1 {
	margin: 0 0 1rem 0 ;
}

.mb2 {
	margin: 0 0 2rem 0 ;
}

.mm1 {
	margin: 1rem 0 1rem 0 ;
}

.mm2 {
	margin: 2rem 0 2rem 0 ;
}

.mt12{
	margin: 120px 0 0 0 ;
}

.mt08{
	margin: 80px 0 40px 0 ;
}

.mm {}

.pb {
	padding: 88px 0 3em 0 !important;
}

.mvm {
	margin: 0.2rem 0 0 0.4rem !important;
}

.tx16 {
	text-align:16px;
	font-weight:600;
}


/* Button
----------------------------------------*/

.bt-e a {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 1.0em 10px 0 ;
    color: #232323;
    transition: 0.6s ease-in-out;
    font-weight: 500 !important;
	font-size:15px;
	border-bottom: 1px solid #232323;
	text-align:left;
}
.bt-e a:before {
    content: '';
    position: absolute;
    top: calc(50% - 0.02em);
    right: 1.0em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 10px;
    height: 0.02em;
    background-color: #232323;
    transition: 0.3s;
}
.bt-e a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.0em;
    transform: translateY(-50%);
    width: 24px;
    height: 0.02em;
    background-color: #232323;
    transition: 0.3s;
}
.bt-e a:hover:before, .bt-e a:hover:after {
    right: 0;
}
.bt-e a:hover {
    color: #434343;
	text-decoration:none;
}


/* 
PC header
================================================ */


#header_tx {
	max-width:100%;
	min-height:11px;
	padding:0 0 0 0;
	margin: 0 auto;
	color:#FFFFFF;
	text-align:center;
	background-color:#5f6953;
}

#header_k {
	max-width:1200px;
	min-height:164px;
	padding:16px 0 0 0;
	margin: 0 auto;
}

#header_cc {
	width:100%;
	min-height:88px;
	padding:10px 0 12px 4%;
	margin: 0 auto;
	z-index:10;
	position: absolute;
	left: 0;
  top: 0;
	background-color:#393636;
}

.h_l {
	width:100%;
	max-height:50px;
	padding:10px 0 0 0;
	float:left;
	text-align:left;
}

.h_l img {width:17%;}

.h_c {
	width:500px;
	max-height:60px;
	float:left;
	text-align:left;
}

.h_c img {margin:26px 0 0 0;}

.h_r {
	width:66%;
	max-height:50px;
	padding:0 0 0 0;
	float:right;
	text-align:right;
}

.h_r img {
	margin:-6px 0 0 12px;
}

.tp-cp {
	width:96%;
	min-height:172px;
	margin: 0 auto;
	text-align:right;
	padding: 88px 0 0 0;
}

.h_n {
    position: absolute;
    right: 40px;
    top: 34px;
    z-index: 760;
    width: 54%;
    text-align: right;
}


.h_c {
	position: absolute;
    right: 0px;
    top: 28px;
    z-index: 760;
	width:54%;
	text-align:right;
}

.gnx {
	font-size: 9px;
	color:#727171;
}


/* 
Mobile header
================================================ */
.header_ms {
	width: 100%;
	min-height:60px;
        margin-top:10px;
	margin-bottom:-10px;
}

.header_ms img {
        max-width: 100%;
        height: auto;
    }

.header_ms h1 {
        margin-bottom: 10px;
}

.header_ms li{
width:31%;
	min-height:26px;
padding:0 1% 0 1%;
float:left;
}

.header_ms li img{
margin-top: -4px;
}
.ub{margin-top:6px}



#lc_header {
	width:100%;
	height:120px;
	padding-top:4px;
}

.lc_h {
	max-width:1200px;
	height:100px;
	margin: 0 auto;
	padding-bottom:20px;
	border-bottom:0px solid #D5D5D5;
}

.lhl {
	width:500px;
	height:35px;
	padding-top:65px;
	float:left;
	text-align:left;
	vertical-align:bottom;
}

.lhl img {
	height:100%;
}

.lhl a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.lhc {
	width:200px;
	height:41px;
	padding-top:70px;
	float:left;
	text-align:center;
}

.lhr {
	width:500px;
	height:35px;
	padding-top:65px;
	float:left;
	text-align:right;
}

.lhr img {
	height:100%;
	margin-left:4px;
}

.lhr a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}


/* ▼Header-MENU▼
----------------------------------------*/

.menu {
    position: relative;
    width: 100%;
    height: 46px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 24.2%; /* グローバルナビ5つの場合 */
    height: 46px;
    line-height: 50px;
    background: transparent;
  font-size: 14px;
	line-height: 170%;
	text-align:center;
	padding: 10px 0 10px 0 ;
	color: #FFFFFF;
	letter-spacing: 0.08em;
}

.mh {
	width:11% !important;
}

.mi {
	width:16% !important;
}

.menu > li a {
    display: block;
    color: #FFFFFF;
}

.menu > li a:hover {
    color: #9D9D9E;
	text-decoration:none;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.snsli {
	width: 3.4% !important;
}


ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}

ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

.menu>li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu__second-level li {
	border-top: 1px solid #413D3C;
}

.menu__third-level li {
	border-top: 1px solid #413D3C;
}

.menu__second-level li a:hover {
	background: transparent;
}

.menu__third-level li a:hover {
	background: #9D9D9E;
}

.menu__fourth-level li a:hover {
	background: #9D9D9E;
}

/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #413D3C;
	border-bottom: 1px solid #413D3C;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}

.menu>li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #072A24;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
	top: 46px;
	visibility: visible;
	opacity: 1;
}

li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 46px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 38px 5% 40px 5%;
	background: rgba(57,54,54,0.8);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
	top: 46px;
	visibility: visible;
	opacity: 1;
}

li.menu__mega ul.menu__second-level>li {
	float: left;
	width: 47%;
	border: none;
	padding: 1.6% 0 1.6% 5.6%;
	text-align: left;
	border-left: 1px solid #CACDD1;
}

li.menu__mega ul.menu__second-level>li:nth-child(3n+2) {}

.asm {
	color: #727171;
	margin-right: 2em;
}

/* ▼Header-MENU---FIX▼
----------------------------------------*/

.fmenu {
    position: relative;
    width: 100%;
    height: 46px;
    max-width: 1000px;
    margin: 0 auto;
}

.fmenu > li {
    float: left;
    width: 16.7%; /* グローバルナビ5つの場合 */
    height: 46px;
    line-height: 50px;
    background: transparent;
	color: #413D3C;
  font-size: 13px;
	line-height: 170%;
	text-align:center;
	padding: 10px 0 10px 0 ;
	color: #231816;
	letter-spacing: 0.03em;
}

.fmenu > li a {
    display: block;
    color: #FFFFFF;
}

.fmenu > li a:hover {
    color: #FFFFFF;
	text-decoration:none;
}


ul.fmenu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.fmenu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.fmenu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.fmenu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.snsli {
	width: 3.4% !important;
}

.sli {
	width: 12.0% !important;
}

ul.fmenu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

ul.fmenu__third-level {
	visibility: hidden;
	opacity: 0;
}

ul.fmenu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

.fmenu>li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.fmenu__second-level li {
	border-top: 1px solid #413D3C;
}

.fmenu__third-level li {
	border-top: 1px solid #413D3C;
}

.fmenu__second-level li a:hover {
	background: transparent;
}

.fmenu__third-level li a:hover {
	background: #2a1f1f;
}

.fmenu__fourth-level li a:hover {
	background: #1d0f0f;
}


/* floatクリア */
.fmenu:before,
.fmenu:after {
	content: " ";
	display: table;
}

.fmenu:after {
	clear: both;
}

.fmenu {
	*zoom: 1;
}

.fmenu>li.menu__single {
	position: relative;
}

li.fmenu__single ul.fmenu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #072A24;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.fmenu__single:hover ul.fmenu__second-level {
	top: 46px;
	visibility: visible;
	opacity: 1;
}

li.fmenu__mega ul.fmenu__second-level {
	position: absolute;
	top: 46px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 38px 5% 40px 5%;
	background: #FFFFFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.fmenu__mega:hover ul.fmenu__second-level {
	top: 46px;
	visibility: visible;
	opacity: 1;
}

li.fmenu__mega ul.fmenu__second-level>li {
	float: left;
	width: 47%;
	border: none;
	padding: 1.6% 0 1.6% 5.6%;
	text-align: left;
	border-left: 1px solid #CACDD1;
}

li.fmenu__mega ul.fmenu__second-level>li:nth-child(3n+2) {}



/* ▼FIXヘッダーのスタイル▼
----------------------------------------*/
.fix-header {
	background-color:#393636;
	top: -85px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:20px;
	position: fixed;
	opacity:0.9 !important;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}

.f_head {
	height:50px;
	max-width:1260px;
	margin: 0 auto;
	display:flex;
}

.fm-rogo {
	width:30%;
	padding-top: 0;
	margin: 0 0 0 0;
}
.fm-rogo img {
	width:40%;
}

.fm-navi {
    width: 70%;
    padding-top: 0px;
    margin: -5px 0 0 0;
}

.f_tel {
	width:250px;
    float: left;
    text-align:right;
	padding: 0;
	margin: 0;
}

.f_gnavi {
    width: 980px;
    margin: 0 auto;
	text-align:left;
	float:left;
	padding:2px 0 0 30px;
	font-size: 13px;
}

.f_gnavi img {
    margin-top:0px;
	}

ul.f_gnavi {
  display: table;
  text-align: center;
  width: 100%;
  border-right:0px #D5D5D5 solid;
}

ul.f_gnavi li {
  display: table-cell;
  vertical-align: middle;
}

ul.f_gnavi li a {
	color:#FFFFFF;
	text-decoration:none;
  margin: 0;
  padding: 0;
}

ul.f_gnavi li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
  margin: 0;
  padding: 0;
}


/* ▼SH スマホGナビスタイル▼
----------------------------------------*/

/*スマホ上段*/
#menu_smb {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_smb > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_smb > ul:before,
.menu_smb > ul:after {
    content: "";
    display: table;
}

.menu_smb > ul:after {
    clear: both;
}

.menu_smb > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:1px solid #E7CE47;
}

.menu_smb > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_smb > ul > li:hover {
    background: #553C19;
}

/*スマホ下段*/
#menu_ud {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_ud > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_ud > ul:before,
.menu_ud > ul:after {
    content: "";
    display: table;
}

.menu_ud > ul:after {
    clear: both;
}

.menu_ud > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:0px solid #D5D5D5;
}

.menu_ud > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_ud > ul > li:hover {
    background: #553C19;
}


/* ▼ナビゲーションのスタイル▼
----------------------------------------*/

.nsp {
	width:2.4% !important;
	height: 20px;
	font-size: 13px;
}
#nav {
	width:100%;
	height: 24px;
	margin: 0 0 16px 0;
}
#dropmenu{
  list-style-type: none;
  width: 920px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #FFFFFF;
	color: #413D3C;
  font-size: 13px;
	z-index:99;
		line-height: 25px;
	word-wrap: break-word;
	line-height:200%;
	text-align: right;
}

#dropmenu li{
  position: relative;
  
  float: left;
  margin: 0;
  padding:  0;
  text-align: center;
	display: inline;
}

#dropmenu li img {
	vertical-align:middle;
	}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #413D3C;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: -20px;
  margin: 10px 0 0 0;
	padding: 0;
  border-radius: 0;
	z-index:99;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 240%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
	z-index:99;
}
#dropmenu li ul li a{
	height: 54px;
  padding: 13px 30px 13px 30px;
  background: #FFFFFF;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

#dropmenu li:hover li ul li > a{
  background: #FFFFFF !important;
  color: #413D3C;
}

#dropmenu li:hover > a{
  background: #FFFFFF;
  color: #413D3C;
	font-weight:normal;
	opacity:0.8;
}
#dropmenu > li:hover > a{
  border-radius: 0;
}
#dropmenu li:hover ul li{
  height: 54px;
  border-top: 1px dashed #B1A192;
  border-bottom:1px dashed #B1A192;
}

#dropmenu li:hover ul li > a:hover{
  background: #B1A192;
  color: #FFFFFF;
	font-weight:normal;
	opacity:0.8;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0;
}

.solo {}
.solo hover > a{
  background: #FFFFFF !important;
}

.tcl {
		color:#979797;
	}

/* ▼Hagitaフッターのスタイル▼
----------------------------------------*/

#contact {
	width:100%;
	min-height:380px;
	text-align:center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 0 solid #F3F3EF;
}

.p-top {
	width: 100%;
	height: 36px;
	margin: 120px auto 98px;
	padding: 0 0 0 0;
	text-align:center;
}

.btn-ct a {
    background: #FFFFFF;
    background-clip: padding-box;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 12px auto 0;
    max-width: 80%;
    padding: 28px 24px;
    color: #4C4948;
    transition: 0.3s ease-in-out;
    font-weight: bold !important;
    border: 3px solid #393636;
    font-size: 20px;
}

.btn-ct a:hover {
    background: #393636;
	background-clip: padding-box;
    color: #FFFFFF;
	text-decoration:none;
	border: 9px solid rgba(255, 255, 255, .4);
	
}
.btn-ct a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #4C4948;
    border-right: 3px solid #4C4948;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn-ct a:hover:after {
    border-color: #FFF;
	border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
}

a.btn--blue.btn--border-double {
  border: 6px double #FFFFFF;
}


.btn-cp a {
    background: #FFFFFF;
    background-clip: padding-box;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 12px auto 0;
    max-width: 80%;
    padding: 28px 24px;
    color: #4C4948;
    transition: 0.3s ease-in-out;
    font-weight: bold !important;
    border: 3px solid #393636;
    font-size: 20px;
}

.btn-cp a:hover {
    background: #F7F6EF;
	background-clip: padding-box;
    color: #393636;
	text-decoration:none;
	border: 9px solid rgba(255, 255, 255, .4);
	
}
.btn-cp a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #4C4948;
    border-right: 3px solid #4C4948;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn-cp a:hover:after {
    border-color: #393636;
	border-top: 3px solid #393636;
    border-right: 3px solid #393636;
}


.fcon {
    width: 100%;
    min-height: 380px;
    text-align: center;
    background-image: url(https://best-jobs.co.jp/img/cf-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
    font-size: 15px;
    font-weight: bold;
    padding: 46px 0 0 0;
}

.fc-ti {
	width: 50%;
	font-size: 17px;
	font-weight:500;
	margin: -90px auto 0;
	color: #393636;
}

.fc-ti img {
	margin: 0 0 36px 0;
}

.f-cta {
	max-width:940px;
	min-height:160px;
	margin: 56px auto 0;
	text-align:center;
}

.f-cta-c {
	width:70%;
	min-height:140px;
	margin: 0 15% 0 15%;
	padding: 4px 0;
	color: #FFFFFF;
}

.f-rb {
	width:100%;
	min-height: 300px;
	background-color:#393636;
	padding: 68px 0 38px 0 ;
	color:#FFFFFF;
	text-align:center;
	font-size:15px;
}

.f-rb img {
	width:12%;
	margin: 0 0 28px 0;
}

.tebo {
	font-size:24px;
	font-weight:bold;
}

.f-cpc {
	width:40%;
	min-height:140px;
	margin: 0 30% 64px 30%;
	padding: 24px 0;
	color: #FFFFFF;
}

.f-xli {
	width:100%;
	min-height:100px;
	line-height:3.0;
	font-size:12px;
	color:#FFFFFF;
}

.f-xli a:link {color:#FFFFFF;text-decoration:none;}
.f-xli a:hover {color:#9D9D9E;text-decoration:none;}
.f-xli a:visited {color:#FFFFFF;text-decoration:none;}

.cpr {
	width:100%;
	min-height:60px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	padding: 18px 0 18px 0 ;
	background-color:#4c4948;
}

.cpr a {
	font-weight: 500 !important;
}

/* ▼SIDE-LINK▼
----------------------------------------*/

.flow-navi__wrapper {
  display:none;
}
.flow {
	width:133px;
	min-height:200px;
	position: fixed;
  right: -177px;
  bottom: 60px;
	padding: 0 0 0 0;
	z-index: 999;
}

.flow img {
	margin: 0 0 0 0;
}

.flow_mb {
  width:100%;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:0 auto;
  font-size:12.5px;
}
 
.flow_mb th{
  width:15%;
  padding: 3% 3%;
  border-top: solid 1px #FFFFFF;
	border-left: dashed 0px #CACEC6;
  border-right: dashed 0px #CACEC6;
  border-collapse: collapse;
  font-style: bold;
  font-weight: bold;
  line-height:160%;
  color:#FFFFFF;
  text-align: center;
  vertical-align: middle;
	background-color:#4c4948;
	letter-spacing: 0.02em;
}
 
.flow_mb td{
	width:25%;
padding: 3% 0;
text-align:center;
vertical-align: middle;
background-color: #434343;
border-collapse: collapse;
}

.fcc {width:20% !important; border-right: solid 1px #FFFFFF !important;}
.fcs {width:25% !important; border-right: solid 1px #FFFFFF !important; }
.fcm {width:33% !important; border-right: solid 1px #FFFFFF !important; }
.fcr {width:22% !important; border-right: dashed 0px #FAF6EA !important;}
.flow_mb img {width:16%;}

.flow_mb a {color:#FFFFFF;}
.flow_mb a:hover {color:#FFFFFF;}



/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:15px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:210%;
	font-weight:500;
}

.ce {
	width:100%;
	margin:0 auto;
	text-align:center;
}

.mbbt {
	margin: 0 0 76px 0;
}

.mbbt2 {
	margin: 76px 0 76px 0;
}

.mbso {
	margin: 0 0 56px 0;
}

/* ▼KMN-MEDIA▼
----------------------------------------*/

.p-main img {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
}

.pt-main img {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
}

.p-main-s {
    width: 100%;
    min-height: 148px;
    padding: 0 35%;
    margin: 88px auto 0;
    background-color: #949495;
	position:relative;
}

.p-main-s img {
	width:30%;
	position:absolute;
	bottom:0;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ▼Text▼
----------------------------------------*/

.tx30 {
	font-size:30px;
	font-weight:500;
}

.tx28 {
	font-size:28px;
	font-weight:500;
}

.tx24 {
	font-size:24px;
	font-weight:500;
}

.enj {
	color:#A21C5C;
}

.mb90 {
	margin: 0 0 90px 0;
}

.mb03 {
	margin: 0 0 146px 0;
}

.mt03 {
	margin: 166px 0 0 0;
}

.mt04 {
	margin: 84px 0 0 0;
}

.tag-cloud-link {
	font-size: 0.7em !important;
}

.wp-tag-cloud li a {
  display: inline-block;
	font-size: 11px;
    background-color: #3E3A39;
    color: #FFFFFF;
    padding: 6px 8px;
    float: left;
    margin: 12px 6px 10px 0;
}

.wp-tag-cloud li a:hover {
	font-size: 11px;
    background: #F6B22B;
	color:#434343;
	text-decoration:none;
}

/* ▼BEST-Universal▼
----------------------------------------*/

.wt-bg {
	width:100%;
	padding:76px 0;
	background-color:#FFFFFF;
}

.be-bg {
	width:100%;
	padding:76px 0;
	background-color:#F7F6EF;
}

.gr-bg {
	width:100%;
	padding:76px 0;
	background-color:#727171;
}

.whx {
	color:#FFFFFF;
}

.grx {
	color:#9D9D9E;
}

.ce-img {
	margin: 0 auto;
	text-align:center;
	margin: 94px 0;
}


/* ▼BEST-Job▼
----------------------------------------*/

.j-title {
	width:100%;
	border-bottom: 1px solid #434343;
	padding:0 0 12px 0;
	margin:0 0 12px 0;
	font-size:22px;
	font-weight:600;
}

.j-date {
	width:100%;
	font-size:13px;
	text-align:right;
	margin:0 0 24px 0;
}

.jcs-title {
	width:100%;
	font-size:18px;
	color:#FFFFFF;
	background-color:#393636;
	text-align:left;
	padding:6px 24px;
	margin:48px 0 0 0;
}

.bread {
	width:100%;
	min-height:30px;
	font-size:12px;
	margin: 18px 0 118px 0;
}

.bread a:link,visited {
	text-decoration:none;
}

.bread a:hover {
	text-decoration:none;
	color:#949495;
}

.tag-box {
    width: 100%;
    min-height: 60px;
    margin: 0 0 0 0;
}

.tags {
	font-size: 12px;
    background-color: #949495;
    color: #FFFFFF;
    padding: 6px 8px;
    float: left;
    margin: 12px 6px 10px 0;
}

.tags:hover {
	font-size: 12px;
    background: #009FB9;
}
	
.tags-wp {
	width:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 120px auto 0;
}

.tags-p {
	font-size: 14px;
    background-color: #3E3A39;
    color: #FFFFFF;
    padding: 6px 8px;
    float: left;
    margin: 12px 6px 10px 0;
}

.tags-p a {
    color: #FFFFFF;
    text-decoration:none;
}

.tags-p:hover {
	font-size: 14px;
    background: #009FB9;
}

.j3im {
	width:100%;
	padding:5% 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.jim {
	width:31%;
	height:240px;
}

.jim img {
	width:auto;
	height:210px;
}

.jib {
	width:100%;
	height:220px;
	border:1px solid #949495;
	text-align:center;
}

.jix {
	width:100%;
	font-size:14px;
	margin: 16px 0 0 0;
}

.j-pr {
	width:100%;
	padding:5% 0;
}

.pr-a {
	width:100%;
	min-height:40px;
	font-size:16px;
	font-weight:600;
}

.jb-box {
	width:100%;
	padding:5% 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	font-size:13px;
}

.jb-c {
	width:48%;
	padding:3% 3%;
	margin: 0 0 36px 0;
	border: 1px solid #949495;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.jbin {
	width:45%;
}

.jt-title {
	width: 100%;
    border-bottom: 16px solid #F7F6EF;
    padding: 0 0 1px 0;
    margin: 0 0 12px 0;
}

.jt-title h3 {
	font-size: 17px;
    color: #3E3A39;
    line-height: 160%;
}

.ji-link {
	width:100%;
	text-align:center;
}

.ji-link a {
	font-size:15px;
	text-decoration:none;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background-color:#949495;
}
.ji-link a:hover {
    background-color:#434343;
	text-decoration:none;
}

.mlx {
	width:33%;
	min-height:24px;
	padding:0 0 16px 0;
	margin:78px auto 0;
	font-size:18px;
	font-weight:600;
	border-bottom: 6px solid #F6B22B;
}


.jm-link {
	width:100%;
	text-align:center;
	margin: 38px 0 74px 0;
}

.jm-link a {
	font-size:18px;
	text-decoration:none;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 16px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background-color:#949495;
}
.jm-link a:hover {
    background-color:#434343;
	text-decoration:none;
}

.jall-link {
	width:100%;
	text-align:center;
}

.jall-link a {
	font-size:15px;
	text-decoration:none;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #434343;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background-color:#FFFFFF;
	border: 2px solid #949495;
}
.jall-link a:hover {
    background-color:#FFFFFF;
	text-decoration:none;
	border: 2px solid #434343;
}



/* ▼BEST-TOP▼
----------------------------------------*/

.t-ct {
	text-align:center;
	padding:0 0 38px 0;
}

.t-ct h4 {
	font-size:16px;
	letter-spacing:0.1em;
	margin:0 0 54px 0;
	font-weight:normal;
}

.t-ct h5 {
	font-size:16px;
	letter-spacing:0.1em;
	margin:54px 0 0 0;
	font-weight:normal;
}

.t-copy {
	font-size:26px;
	font-weight:600;
	letter-spacing:0.1em;
	margin:24px 0 54px 0;
}

.tca {
	width:2%;
}

.bc01 {
	background-color:#393636;
}

.bc03 {
	background-color:#949595;
}

.top01 {
	width:100%;
	min-height:568px;
	position: relative;
}

.top01 .bgImg {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    height: 568px;
    width: 75%;
    object-fit: cover;
}

.tc01 {
	width:35%;
	position:absolute;
	top:25%;
	right:16%;
	text-align:right;
}

.tc01 h2 {
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;
	letter-spacing:0.1em;
	margin:0 0 44px 58%;
	padding:0 0 12px 0;
	border-bottom: 1px solid #FFFFFF;
	text-align:center;
}

.tc02 {
	width:35%;
	position:absolute;
	top:25%;
	left:16%;
	text-align:left;
}

.tc02 h2 {
	color:#3E3A39;
	font-size:15px;
	font-weight:600;
	letter-spacing:0.1em;
	margin:0 58% 44px 0;
	padding:0 0 12px 0;
	border-bottom: 1px solid #3E3A39;
	text-align:center;
}

.top02 {
	width:100%;
	min-height:568px;
	position: relative;
	background-color:#EBEAE1;
}

.top02 .bgImg {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 25% 100%);
    height: 568px;
    width: 100%;
    object-fit: cover;
}

.w01 {
	width:100%;
	background-color:#FFFFFF;
	border-radius:6px;
	padding:5% 7%;
	margin:12px 0 0 0;
	text-align:left;
}

.w01 h3 {
	font-size:26px;
	font-weight:600;
	letter-spacing:0.05em;
	margin:0 0 0 0;
}

.t-p3 {
	max-width:100%;
	margin: 0 auto 24px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.t3a {
	width:31%;
}

.t3ti {
	font-size:21px;
	font-weight:600;
	margin: 18px 0 8px 0;
}

.t3tx {
	min-height:72px;
	font-size:15px;
}

.jinfo {
	width:100%;
	min-height:120px;
	padding:3% 5%;
	background-color:#FFFFFF;
}

/* ▼BEST-Page▼
----------------------------------------*/

.p-head {
	width:100%;
	min-height:524px;
	position: relative;
	margin: 88px 0 44px 0;
}

.p-head .h-bgImg {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    height: 524px;
    width: 75%;
    object-fit: cover;
}

.ph01 {
	width: 24%;
    position: absolute;
    top: 40%;
    right: 10%;
    text-align: left;
}

.ph01 h2 {
	color:#FFFFFF;
	font-size:30px;
	font-weight:600;
	letter-spacing:0.1em;
	margin:12px 0 0 0;
	text-align:right;
	line-height:160%;
}

.c7d {
	background-color:#7D7D7D;
}

.c-top {
	width:100%;
	text-align:center;
}

.c-title {
	width:100%;
	font-size:24px;
	font-weight:600;
	border-top: 1px solid #434343;
	padding:26px 0 0 0;
	margin: 4px 0 74px 0;
	letter-spacing:0.12em;
}

.ac-title {
	width:100%;
	font-size:36px;
	font-weight:bold;
	color:#EBEAE1;
	text-align:center;
	margin: 84px 0 0 0;
}

.c-jump {
	max-width:880px;
	margin: 0 auto 86px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.coj {
	width:24%;
}

.c-2p {
	max-width:100%;
	margin: 64px auto 64px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.c-2a {
	width:50%;
}

.c-2b {
	width:50%;
	padding:0 0 0 5%;
}

.c-2x {
	width:100%;
	font-size:21px;
	font-weight:600;
	border-bottom: 1px solid #434343;
	padding:24px 0 0 0;
	margin: 0 0 24px 0;
}

.c-3p {
	max-width:100%;
	margin: 32px auto 64px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.c-3c {
	width:32%;
	border: 10px solid #CBCCCC;
	background-color:#FFFFFF;
	font-size:14px;
	line-height: 180%;
	padding:3% 3%;
}

.c-3c p {line-height: 180%;}
.c-3x {
	width:100%;
	font-size:18px;
	font-weight:600;
	text-align:center;
	border-bottom: 2px solid #9FA0A0;
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
}


.ce-title {
	width:100%;
	font-size:26px;
	font-weight:600;
	text-align:center;
	margin: 0 0 6px 0;
}

.ce-stitle {
	width:100%;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin: 0 0 6px 0;
}

.ce-sbtitle {
	width:100%;
	font-size:24px;
	font-weight:600;
	text-align:center;
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #9FA0A0;
}

.cnbox {
	width:100%;
	border: 2px solid #9FA0A0;
	background-color:#FFFFFF;
	padding:5% 5%;
	margin:18px 0;
	font-size: 15px;
	position: relative;
}

.cnbox ul {
	padding: 0 0 0 5%;
}

.cnbox ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.cnbox ul li:before {
  
  font-family: "Font Awesome 5 Free";
  content: "\f152";/*アイコンの種類*/
  position: absolute;
  left : 6%;/*左端からのアイコンまでの距離*/
}

.cp02 {
	max-width:520px;
	margin: 0 auto;
	padding:76px 0 76px 0;
}

.cp02 img {
	align-items:center;
	margin: 0 auto 52px;
}

.in-me {
	max-width:940px;
	padding: 1% 5%;
	background-color:#FFFFFF;
	margin: 0 auto;
}

.g-2p {
	max-width:100%;
	margin: 104px auto 132px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.g-2h {
	width:50%;
	padding: 0 7% 0 0;
}

.g-2m {
	width:50%;
	margin: 0 0 0 0;
}

.g-2tx {
	width:100%;
	font-size:21px;
	font-weight:600;
	text-align:center;
	padding: 16px 0;
	margin: 0 0 21px 0;
	background-color:#727171;
	color:#FFFFFF;
}

.re-box {
	max-width:100%;
	margin: 104px auto 132px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.re-i {
	width:50%;
	margin: 5% 0 0 0;
	padding: 0 0 0 0;
}

.re-txm {
	width:50%;
	margin: 0 0 0 0;
	padding: 0 0 0 7%;
}

.re-txh {
	width:50%;
	margin: 0 0 0 0;
	padding: 0 7% 0 0;
}

.r-no {
	font-size:68px;
	font-weight:bold;
	color:#9D9D9E;
	line-height:100%;
}

.r-title {
	font-size:24px;
	font-weight:bold;
	margin: 24px 0 21px 0 ;
}
.rs-title {
	font-size:21px;
	font-weight:bold;
	margin: 0 0 21px 0 ;
	color:#E09000;
}

.re-p {margin:36px 0 0 0;}
.re-p p {
	color:#9D9D9E;
  position: relative;
}
.re-p p::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 90%;
  height: 1px;
  background-color: #9D9D9E;
}
.re-p ul {}
.re-p li {
	width:100%;
	font-size:16px;
	font-weight:600;
	padding:16px 5% ;
	margin: 6px 0 0 0 ;
	background-color:#EEEFEF;
}

.re-ce {
	width:100%;
	padding:48px 0 0 0;
	margin:0 0 138px 0;
	text-align:center;
	font-size:21px;
	font-weight;600;
}

.gx-tp {
	max-width:100%;
	margin: 0 auto 64px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border: 2px solid #9FA0A0;
	padding: 6% 5%;
}

.gx-h {
	width:34%;
	border-right:2px solid #9FA0A0;
	border-bottom:0px solid #9FA0A0;
	text-align:center;
	align-items:middle;
	vertical-align:middle;
	padding: 3% 6% 3% 0;
} 

.gx-m {
	width:66%;
	font-size:14.5px;
	padding:0 0 0 8%;
}

.gxme {
	max-width:100%;
	margin: 32px auto 24px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.me-h {
	width:45%;
	padding: 0 12% 0 0;
}

.me-m {
	width:55%;
	padding: 0 0 0 0;
}

.me-x {
	width:100%;
	padding:1% 0 1% 5%;
	margin:0 0 80px 0;
	border-left:4px solid #B3B3AC;
}

.me-t {
	font-size:28px;
	font-weight:600;
	border-top:1px solid #9FA0A0;
	padding:24px 0 0 0;
	margin: 6px 0 72px 0;
}

.me-st {
	font-size:23px;
	font-weight:600;
	margin:0 0 12px 0;
}

.gxw {
	max-width:100%;
	min-height:138px;
	padding: 5% 5% 0 5%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	background-color:#FFFFFF;
}

.w-last {
	padding: 5% 5% 10% 5%;
}

.bo-g {
	border-left:7px solid #B3B3AC;
}

.bo-o {
	border-left:7px solid #DFDED5;
}

.w-no {
	width:40%;
	min-height:138px;
	padding:0 0 0 3%;
	position:relative;
}

.w-arr {
	position:absolute;
	bottom:0;
	left:10%;
}

.w-tx {
	width:60%;
	font-size:15px;
}

.gx10 {
	max-width:100%;
	padding: 74px 0 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.g10 {
	width:48%;
	min-height:249px;
	margin:0 0 74px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.g10title {
	width:100%;
	height:48px;
	font-size:22px;
	font-weight:600;
	text-align:left;
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #9FA0A0;
}

.g10i {
	width:40%;
	padding:3% 3%;
}

.g10tx {
	width:60%;
	font-size:14.5px;
}

.aor {
	color:#F6B22B !important;
}

.int {
	width:100%;
	padding:0 0 98px 0;
}

.i-no {
	font-size:21px;
	font-weight:600;
	padding: 2% 5%;
	background-color: #7D7D7D;
	color:#FFFFFF;
}

.iname {
	width: 100%;
	font-size: 14.5px;
	font-weight: 600;
	text-align:right;
	margin:24px 0 32px 0;
}

.in-g {
	width: 100%;
    font-size: 14.5px;
    font-weight: 600;
    padding: 5% 5%;
    margin: 6px 0 0 0;
    background-color: #EEEFEF;
}

.in-ti {
	width: 100%;
    font-size: 18px;
    font-weight: 600;
	padding:0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #434343;
}



/* flow
----------------------------------------*/

.f-box {
	max-width:880px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 0 74px 0;
}

.f-le {
	width:50%;
	padding:0 5% 0 0;
}

.f-ri {
	width:50%;
}

.fl-t {
	font-size:24px;
	font-weight:600;
	padding:0 0 0 0;
	margin: 0 0 38px 0 ;
}

.f-at {
	font-size:16px;
	font-weight:600;
	padding:0 0 0 5%;
	margin: 32px 0 0 0 ;
}

.f-gr {
	width:100%;
	padding:8% 5% 5% 5%;
	margin:-16px 0 0 0;
	background-color:#EEEFEF;
}

.flow_design05 {
	width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {
  padding-left: 0;
}

.flow05 ul {
  width:100%;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 150px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05 > li .icon05 {
    width: 100px;
    height: 34px;
    line-height: 1.7em;
    text-align: center;
    border-radius: 10vh;
    display: inline-block;
    background: #FFFFFF;
	border: 3px solid #F6B22B;
    position: absolute;
    left: 0;
	font-size: 16px;
  font-weight: 600;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 8px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 44px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 16px;
  font-weight: 600;
}

.flow05 > li dl dd {
  margin-left: 0;
	font-size: 15px;
}

.pv {
    color: #3E3A39;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin: 94px 0 12px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #3E3A39;
}

.pli {margin: 24px 0 48px 0; }
.pli li {
	margin:12px 0 0 0;
	font-size:15px;
}

.pbo {
	font-size:18px;
	font-weight:600;
	margin:24px 0 0 0;
}


/* ▼table▼
----------------------------------------*/

.tab-mt {
  width:100%;
  border-bottom: 0px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:0 auto;
  font-size:14px;
}
 
.tab-mt th{
  width: 45%;
    padding: 46px 5% 46px 2%;
    border-bottom: solid 1px #9FA0A0;
    border-collapse: collapse;
	font-size:21px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: left;
    vertical-align: middle;
    background-color: #FFFFFF;
}
 
.tab-mt td{
	 max-width: 55%;
    padding: 46px 0 46px 2%;
    text-align: justify;
    text-justify: inter-ideograph;
    vertical-align: top;
    background-color: #FFFFFF;
    border-bottom: solid 1px #9FA0A0;
    border-collapse: collapse;
    line-height: 180%;
}

.nobod {
	border-bottom: solid 0px #9FA0A0 !important;
}

.slider{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
 
.slider__content{
    min-width: 50%;
    height: 548px;
	padding: 0 1.5%;
	text-align: justify;
    text-justify: inter-ideograph;
    animation: sliderAnime 12s ease-in-out infinite;
}
  
@keyframes sliderAnime{
    0%{
 
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
} 
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
}

.st-in {
	width:90%;
	text-align:center;
	margin:0 auto 6rem;
}




/* ▼WORKS templete▼
----------------------------------------*/

.wks-box-t {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
   width: 100%;
	margin: 0 0 48px 0 ;
}

.works-list {
    width: 32%;
    min-height: 340px;
}

/* 最後のコンテンツを左寄せにする指定 */
.wks-box:after {
    content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.works-list img {
	margin: 0 0 1rem 0;
}

.works-list h3 {
	font-size:15px;
	font-weight:bold;
	letter-spacing: 0.02em;
	text-align:center;
}

.works-list h3 a:link {
	text-decoration:none;
}

.works-list h3 a:hover {
	text-decoration:none;
}


/* ▼COMMON▼
----------------------------------------*/

.tp-o {
	margin: 0 0 0 0;
}

.h_z {
	position: relative;
}

.lc_slider {
	margin: 88px 0 48px 0;
	position: relative;
	z-index:10;
}

.mv-bk {
	width:31%;
	height:100%;
	background-image:url(https://best-jobs.co.jp/img/mv-bk.png); 
	background-position:right;
	background-size:  cover;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}

.mv-tx {
	position:absolute;
	top:22%;
	left:5%;
	z-index:200;
}

.mv-bj {
	position:absolute;
	top:70%;
	left:5%;
	z-index:200;
}

.ti-or {
	font-size:21px;
	font-weight:normal;
	color:#4c4948;
	display:inline;
}

.p-gt {
    font-size: 12px;
    font-weight: bold;
    display: inline;
    color: #A2A2A2;
}

.cs-tags {
	max-width:1200px;
	margin: 0 auto;
	display: flex; 
	flex-wrap: wrap;  
}

.cs-tags li {
	width:15%;
	min-height: 136px;
	background-color:#FFFFFF;
	border: 1px solid #898989;
	padding: 8px 6px;
	list-style:none;
	margin: 1% 0.5%;
	text-align:center;
}

.cs-tags img {
	border: 1px solid #898989;
}


.g-blog {
	width: 100%;
	min-height: 600px;
	background-color:#F4F2EE;
	padding: 38px 0 38px 0;
	margin: 0 0 0 0 ;
}

.sp-pcp-row [class*=sp-pcp-col-]{
		padding-right: 10px!important;
    padding-left: 10px !important;
    padding-bottom: 20px;
	}

.t-sps {}
.t-sps .sp-pcp-post .pcp-post-thumb-wrapper  {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
	height:210px !important;
}

.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    text-transform: none;
    font-size: 14px !important;
    line-height: 24px;
    color: #3E3A39;
    font-weight: 400;
	letter-spacing: 0.02em !important;
}

.sp-pcp-post .sp-pcp-post-meta ul li .fa, .sp-pcp-post .sp_pcp_cf_list .fa {
    margin-right: 3px;
	display:none !important;
}


.t-line {
	width:100%;
	min-height:30px;
	border-bottom: 1px solid #3E3A39;
	margin: 8px 0 30px 0;
}

.t-ma {
	margin: 120px 0 0 0;
}

.t-link {
        display: flex;
        width: 100%;
	height: auto;
	justify-content:space-between;
	flex-flow: wrap;
	margin: 100px 0 0 0;
}

.links {
	width:48%;
	margin: 0 0 3% 0;
}

.l-ti {
	font-size:18px;
	font-weight:bold;
	    padding-bottom: 4px !important;
}

.l-tx {
	width:100%;
	min-height:70px;
	margin: 1rem 0 0 0;
	font-size:14px;
}

.top-works {
	width: 100%;
	min-height: 880px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
}

.w-box {
	width: 49%;
	text-align:center;
	position:relative;
	z-index:1;
}

.w-box img {
	margin: 0 0 1rem 0;
}

.w-box a:link {
	text-decoration:none;
}

.w-box a:hover {
	color:#898989;
	text-decoration:none;
}

.w-box a:visited {
	color:#3E3A39;
	text-decoration:none;
}

.rf-st {
    min-height: 16px;
    background-color: #4C4948;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 6px 8px;
    vertical-align: middle;
	position: absolute;
	top: 0 ;
	left: 0 ;
	z-index:10;
}



/* ▼Privacy▼
----------------------------------------*/

.nom {
	position: relative;
	font-size: 21px;
	margin: 4.8rem 0 0 0;
}

.nom::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #EA6542;
	font-size: 24px;
	border-bottom: 2px solid #EA6542;
	font-family: 'Noto Serif JP', serif;
}


/* ▼table▼
----------------------------------------*/

.info{
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto;
  font-size:15px;
}
 
.info th{
  width:30%;
  padding: 20px 20px 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 1px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: bold;
  line-height:160%;
  text-align: left;
  vertical-align: middle;
	background-color:transparent;
}
 
.info td{
	max-width:70%;
padding: 20px 60px 20px 60px;
text-align: justify;
text-justify: inter-ideograph;
vertical-align: top;
background-color: transparent;
border-top: solid 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:220%;
}


.t-job {
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto 20px;
  font-size:14px;
}
 
.t-job th{
  width:20%;
  padding: 3% 2% 3% 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 1px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: bold;
  line-height:160%;
  text-align: left;
  vertical-align: middle;
	background-color:transparent;
}
 
.t-job td{
	max-width:80%;
padding: 3% 5%;
text-align: justify;
text-justify: inter-ideograph;
vertical-align: top;
background-color: transparent;
border-top: solid 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:170%;
}




/* ▼お問い合わせ▼
----------------------------------------*/

.mauticform_wrapper {
	max-width:900px !important;
}

.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak {
	padding:18px 36px !important;
	letter-spacing: 0.2em !important;
	border:3px solid #434343 !important;
	font-size:20px !important;
	color:#434343 !important;
}

/* ▼お問い合わせ▼
----------------------------------------*/

.mauticform_wrapper {
	max-width:900px !important;
}

.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak {
	padding:18px 36px !important;
	letter-spacing: 0.2em !important;
	border:3px solid #434343 !important;
	font-size:20px !important;
	color:#434343 !important;
}

/***** コンタクトフォーム *****/

.text-xs-center{text-align:center; font-size:1.0em;}

.table-contactform7{
	width: 100%;
  overflow: hidden;
table-layout: fixed;
	border-bottom: 1px solid #D5D5D5;
	margin: 24px 0 0 0;
	font-size:15px!important;
}
 
.required-contactform7{
  padding: 5px;
  background: #6A6969;
  color: #FFFFFF;
  border-radius: 3px;
  margin-right: 8px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold !important;
	width:34%;
	padding:3%;
	vertical-align:middle;
 background:;
 border-top: solid 1px #D5D5D5;
	border-left: solid 0px #6A6969;
  border-right: dashed 1px #D5D5D5;
box-sizing:border-box;
	color:#302C2C;
}

.table-contactform7 td{
  width:56%;
	padding:2% 4% 2% 4%;
	vertical-align:middle;
	border-top: solid 1px #D5D5D5;
	border-right: solid 0px #6A6969;
}

.table-contactform7 input{
  margin: 20px 10px 20px 5px;
}

.table-contactform7 textarea{
  width: 80% !important;
  margin: 5px 10px 10px 5px;
}

.radiox input{
  margin: 5px 10px 10px 5px;
}

.bx90 input{
  width: 90% !important;
  margin: 15px 10px 10px 15px;
}
 
.bx30 input{
  width: 30% !important;
  margin: 15px 10px 10px 15px;
}

.message-100 textarea{
  width: 100%;
  margin: 15px 10px 10px 15px;
}

.wpcf7-spinner {
	display:none !important;
}

/* Contact Form 7のラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
    margin-top:0;
    display: block;
}

.pdbox {
	padding: 0 5% 0 5% ;
}

/* ▼TOPのBlogのスタイル▼
----------------------------------------*/

#tp-pu {
	padding: 0 0 3% 0;
}

#tp-pu .sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
	height:280px !important;
}

.sp-pcp-post .sp-pcp-post-content {
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0 0 17px 0;
	border-top: 1px solid #231816;
	padding: 8px 0 0 0 ;
}

.p-blt {
	width:100%;
	min-height:160px;
	padding: 58px 0 32px 0;
	text-align:center;
}

.p-blt .p-main-head {
	font-size: 12px;
	color:#727171;
}

.p-blt h2 {
	font-size:12px;
	color:#727171;
}

.p-tibt {
	font-size:26px;
	font-weight:bold;
	letter-spacing: 0.05em;
	margin: 0 0 24px 0;
}


/* ▼KMR-Blogのスタイル▼
----------------------------------------*/

.sw-ti {
	font-size:21px;
	font-weight:500;
	border-bottom: 1px solid #231816;
	margin: 0 0 6px 0;
}

.sw-ti2 {
	font-size:21px;
	font-weight:500;
	border-bottom: 1px solid #231816;
	margin: 24px 0 6px 0;
}

.mm-b {
	padding: 0 5%;
}

.p-bl {
	width:100%;
	min-height:160px;
	padding: 58px 0 ;
	text-align:center;
}

.p-bl h2 {
	font-size:12px;
	color:#727171;
}

.p-tib {
	font-size:26px;
	font-weight:bold;
	letter-spacing: 0.05em;
	margin: 0 0 24px 0;
}

.blogbox {
    max-width: 760px;
    height: auto;
    margin: 0 auto;
	text-align: justify;
    text-justify: inter-ideograph;
	padding: 0 0;
}

.blogbox img {
	margin: 1em 0 2em 0;
}

.blogbox h2 {
  text-align: left;
	font-size:22px;
	font-weight:bold;
	letter-spacing: 0.05em;
	position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1.8em;
     background-color: #EA6542;
     border-radius: 5px;
	margin: 0.8em 0 ;
}
 
.blogbox h2::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 8px;
     height:8px;
     border: solid 3px white;
     border-radius:100%;
}

.blogbox h3 {
  text-align: left;
	font-size:20px;
	font-weight:bold;
	color:#3E3A39;
	position: relative;
   padding-bottom: 0.5em;
   border-bottom: 4px solid #E8E4E1;
	margin: 0.8em 0 ;
}
 
.blogbox h3::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #EA6542;
     bottom: -4px;
     width:10%;
     display: block;
}

.blogbox h4 {
  text-align: left;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
	position: relative;
     padding:0 0 0.5em 0.8em;
     border-bottom: 1px solid #231816;
	margin: 0.8em 0 ;
}
 
.blogbox h4::after {
     position: absolute;
     top: 0.3em;
     left:0;
     content: '';
     width: 8px;
     height:1.1em;
     background-color: #EA6542;
}

.blogbox h5 {
  text-align: left;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
}

.date {
	font-size:12px;
	color:#A2A2A2;
}

.yarpp-related .yarpp-thumbnail-title {
    font-size: 60% !important;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: 0px solid hsla(0,0%,50%,.1)!important;
    vertical-align: top;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 22.5% !important;
    height: 220px !important;
    margin: 20px 6px 10px 6px !important;
    margin-left: 0px;
}

.yarpp-thumbnail > img {
    width: 474px;
    height: 120px !important;
    margin: 10px 10px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    margin: 7px;
    margin-top: 8px !important;
    width: 90%!important;
}

.yarpp-related h3 {
    font-size: 20px !important;
}

.wp-show-posts-entry-header {}
.wp-show-posts-entry-header h3 {font-size:15px !important;}

.wp-show-posts-inner {margin: 0 0 0 2em !important;}



/* =Header
----------------------------------------------- */
#branding {
	margin-top: 0px;	
}
.hgroup-wrap {
	padding-top: 0px;
	padding-bottom: 51px;
}
.hgroup-wrap a {
	display: block;
}
#site-logo {
	float:left;
  	margin-top: 32px;
}
#site-title {
	font: 36px 'Philosopher', sans-serif;
  	line-height: 42px;
}
#site-title a {
	color: #434343;	
}
#site-title a img {
	vertical-align: inherit;
	max-width: 978px;	
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #A27E5D;
}
#site-description {
	font: 13px 'PT Sans', sans-serif;
	line-height: 20px;
	color: #777;
}
.hgroup-right {
	float: right;
	margin-top: 38px;
}

/* Social Profiles */
.social-profiles {
	float: left;
}
.social-profiles ul {
	margin: -10px 0 0;
	float:right;
}
.social-profiles ul li {
	margin-top:10px;
	float:left;
}
.social-profiles ul li a {
	display:block;
	width:30px;
	height:30px;
	text-indent: -99999px;
	background-image: url("images/social-icons.png");
	background-position: right bottom;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.social-profiles ul li.facebook a {
	background-position: 0 0;		
}
.social-profiles ul li.facebook a:hover {
	background-position: 0 -40px;
}
.social-profiles ul li.twitter a {
	background-position: -40px 0;
}
.social-profiles ul li.twitter a:hover {
	background-position: -40px -40px;
}
.social-profiles ul li.google-plus a {
	background-position: -80px 0;
}
.social-profiles ul li.google-plus a:hover {
	background-position: -80px -40px;
}
.social-profiles ul li.pinterest a {
	background-position: -120px 0 ;
}
.social-profiles ul li.pinterest a:hover {
	background-position: -120px -40px ;
}
.social-profiles ul li.linked a {
	background-position: -160px 0;
}
.social-profiles ul li.linked a:hover {
	background-position: -160px -40px;
}
.social-profiles ul li.tumblr a {
	background-position: -200px 0 ;
}
.social-profiles ul li.tumblr a:hover {
	background-position: -200px -40px;
}
.social-profiles ul li.vimeo a {
	background-position: -240px 0;
}
.social-profiles ul li.vimeo a:hover {
	background-position: -240px -40px;
}
.social-profiles ul li.my-space a {
	background-position: -280px 0;
}
.social-profiles ul li.my-space a:hover {
	background-position: -280px -40px;
}
.social-profiles ul li.flickr a {
	background-position: -320px 0;
}
.social-profiles ul li.flickr a:hover {
	background-position: -320px -40px;
}
.social-profiles ul li.you-tube a {
	background-position: -360px 0;
}
.social-profiles ul li.you-tube a:hover {
	background-position: -360px -40px;
}
.social-profiles ul li.rss a {
	background-position: -400px 0;
}
.social-profiles ul li.rss a:hover {
	background-position: -400px -40px;
}

/* Header Image */
.header-image {
	width: 100%;
	height: auto;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#access ul {

}
#access li {
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}
#access a {
	color: #888;
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding: 16px 0 0;	
	height: 39px;
}
#access a:hover, 
#access ul li.current-menu-item a, 
#access ul li.current_page_ancestor a, 
#access ul li.current-menu-ancestor a, 
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #A27E5D;
}

/* Dropdown */
#access ul li ul, 
#access ul li:hover ul ul, 
#access ul ul li:hover ul ul, 
#access ul ul ul li:hover ul ul, 
#access ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 9999;
}
#access ul li:hover ul, 
#access ul ul li:hover ul, 
#access ul ul ul li:hover ul, 
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
	display:block;
}
#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 4px solid #05A9C5;
	top: 55px;
	left: 0px;
	width: 190px;
}
#access ul li ul li {
	float: none;
	border-bottom: 1px solid #EAEAEA;
	padding: 0;
}
#access ul li ul li a, 
#access ul li.current-menu-item ul li a, 
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a, 
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 6px 10px;
	color: #777;
	text-transform: capitalize;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
	background-color: #F9F9F9;
	color: #05A9C5;
}
#access ul li ul li ul {
	left: 190px;
	top: -4px;
}
/* Responsive Navigation */
.menu-toggle {
	display: none;
}

/* Slogan */
.slogan-wrap {	
	font-family: 'Philosopher', sans-serif;
	background-color: #05a9c5;	
	padding: 24px 0;
	margin-bottom: 4px;	
}
.slogan-wrap .slogan {
	font-size: 24px;	
	line-height: 30px;
	color: #fff;
	width: 80%;
	float: left;
}
.slogan-wrap .slogan span {
	font: 13px 'PT Sans', sans-serif;
	line-height: 20px;
	display: block;
	padding-top: 5px;
}
.slogan-wrap .view-work {
	color: #494949;
	font-size: 18px;	
	float: right;
	display: block;
	border: 2px solid #fff;
	text-align: center;
	height: 28px;
	padding: 8px 15px 0;
	margin-top: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
   background: #b5e6ee;
	background: -webkit-linear-gradient(#d0eef4, #b5e6ee);
	background: -moz-linear-gradient(#d0eef4, #b5e6ee);
	background: -ms-linear-gradient(#d0eef4, #b5e6ee);
	background: -o-linear-gradient(#d0eef4, #b5e6ee);
	background: -webkit-gradient(#d0eef4, #b5e6ee);
	background: linear-gradient(#d0eef4, #b5e6ee);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7)
}
.slogan-wrap .view-work:hover {
	background: -webkit-linear-gradient(#E3F5F9, #b5e6ee);
	background: -moz-linear-gradient(#E3F5F9, #b5e6ee);
	background: -ms-linear-gradient(#E3F5F9, #b5e6ee);
	background: -o-linear-gradient(#E3F5F9, #b5e6ee);
	background: -webkit-gradient(#E3F5F9, #b5e6ee);
	background: linear-gradient(#E3F5F9, #b5e6ee);
}
.slogan-wrap .view-work:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider, 
.featured-slider .slider-cycle {
	position: relative;
	margin-top: -1px;
	margin-bottom: 4px;
}
.featured-slider .displayblock {
	display: block;
}
.featured-slider .displaynone {
	display: none;
}
.featured-text {
	position: absolute;
	bottom: 55px;
	right: 30px;
	text-align: right;	
	color: #fff;
}
.featured-text .featured-title {
	font: 24px 'Philosopher',sans-serif;
	line-height: 30px;
	padding: 10px 20px;
	background: #05A9C5;
	background: rgba(5, 169, 197, 0.9);
	float: right;
	max-width: 525px;
}
.featured-text .featured-title a {
	color: #fff;
}
.featured-text .featured-content {
	padding: 20px;
	background: #555;
	background: rgba(85, 85, 85, 0.9);
	margin-top: 4px;
	float: right;
	clear: right;
	max-width: 355px;	
}

/* Controllers */
#controllers {
	text-align:center;
	line-height:0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9999;
}
#controllers a {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	background-color: #fff;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
}
#controllers a:hover, #controllers a.active {
	background-color: #05A9C5;
	color: #05A9C5;
}

/* Search Form */
input.s {
	background: url(images/search.png) no-repeat right 6px #fff;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 0;
	padding: 3px 33px 3px 0;
	height: 22px;
	color: #bbb;
	font-style: italic;
	margin: 0;
	border-color: transparent;
	cursor: pointer;
	text-indent: 25px;
}
input.s:focus {
	width: 100px;
	padding-left: 10px;
	border-color: rgba(0, 0, 0, 0.15);
	text-indent: 0;
}
#branding .searchform {
	float: left;
}

/* =Content
----------------------------------------------- */
#main {
	max-width:100%;
	padding: 0 0 0 0;
}
#content h1, #content h3, #content h4, #content h5, #content h6 {
    padding-bottom: 8px;
}
#content h2 {
}
#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	margin: 0 0 0 0;
}
#content ul a, #content ol a {
	color: #553C19;
}
#content ul a:hover, #content ol a:hover {
	text-decoration: underline;
	color: #553C19;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
.service-item {
	padding-bottom: 15px;
}
.service-item .service-icon {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.6);
	float: left;
	display: block;
	margin-right: 20px;
	text-align: center;
}
.service-item .service-icon img {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#content .service-item .service-title {
	font-size: 20px;
	line-height: 25px;
	color: #555;
	display: block;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 0;
}

#primary {
	float: left;
	width: 70%;
	border-right: solid 1px #EEEAE1;
	padding:0 7% 10% 0;
	font-size:14px;
}
#content .post {
	padding-top: 0px; 
   padding-bottom: 0px;   
	border-top: 0px solid #eaeaea;
}
#content .sticky {
	background-color: #E6E6E6;
	padding: 20px 20px 30px;
	margin-bottom: 40px;
}
.sticky .entry-meta-bar {
	border-color: rgba(0, 0, 0, 0.1);
}
.page-title-wrap {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EAEAEA;
	padding: 20px 0; 
}
.page-title {
	font-size: 24px;
	line-height: 30px;
	color: #555;
	font-weight: normal;
	float: left;
	padding-top: 2px;
}
.page-title a {
	color: #A27E5D;
}

/* 全固定ページで非表示 */
.page .entry-title {
    display: none;
}

.entry-title {
	font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.04em;
    margin: 10px 0 4px 0;
}
.entry-title,
.entry-title a {
	color: #3E3A39;
	text-decoration:none;
	font-weight:700;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #EA6542;
	text-decoration:none;
	font-weight:bold;
}

.b_bar {
	width:100%;
	height:6px;
	border-top: solid 1px #231816;
	margin: 0 0 24px 0;
}

.tt-ce {
	width:100%;
	height:auto;
	text-align:center;
}

.tt-ce h3 {
	font-size:26px;
	color:#231816;
	line-height:200%;
	margin:64px 0 94px 0;
	font-weight:bold;
}

.entry-meta-bar {
	border-top: 0px solid #55412B;
	border-bottom: 0px solid #55412B;
	padding: 7px 0;
	margin: 100px 0 80px 0;
	clear: both;
	background-color:#F6F5F1;
}
.entry-meta {
	width: 100%;
	float: left;
	padding: 2px 16px;
	text-align:right;
	font-size:12px;
}
.entry-meta a {
	color: #3E3A39;
}
.entry-meta a:hover {
	color: #EA6542;
}
.entry-meta span {
   padding: 0 5px;
   display: inline-block;
}
.tags {
	margin-bottom: 12px;
}
.tags a {
	color: #FFFFFF;	
	padding: 0 0 0 0;
}
.tags a:hover {
	color: #FFFFFF; 
	text-decoration:none;
}
.post-featured-image {
	margin-bottom: 30px;
	max-width: 700px;
}
.post-featured-image a {
	display: block;
}
.entry-content dt, 
.comment-content dt {
	font-weight: bold;
}
.entry-content dd, 
.comment-content dd {
   margin-bottom: 20px;
}
.entry-content {
	padding-bottom: 0px;
	display: block;
	overflow: hidden;
}

.entry-content h1 {
	font-size:18px;
	line-height:200%;
}

.wp-video {
	margin-bottom: 20px;
}

/* Column */
.column {
	margin-left: -3.06%;
}
.column a {
	margin-bottom: 10px;
	display: block;
}
.one-half, .one-third, .one-fourth  {
	float: left;
	margin: 0 0 0 2.97%;
	padding-bottom: 20px;
}
.one-half {
	width: 47.03%;
}
.one-third {	
	width: 30.36%;
}
.one-fourth {	
	width: 22.02%;
}

/* Sidebar */
#secondary {
	float: right;
	width: 29%;
	padding:0 0 0 4%;
	font-size:14px !important;
}

/* Left Sidebar Template */
.left-sidebar-template #primary {
    float: right;
}
.left-sidebar-template #secondary {
    float: left;
}

/* One Column Template */
.one-column-template .wrapper {
	width: 708px; 
}
.one-column-template .container {
	width: 668px;
}
.no-sidebar-template #content {
	width: 668px;
	margin: 0 auto;
}

/* Custom Gallery Page */
.custom-gallery #main {
	padding-bottom: 20px;
}
#content .custom-gallery-title, 
.custom-gallery-title a {
   font-size: 20px;
	text-align: center;
	line-height: 25px;
	color: #555;
	padding-bottom: 0;
}
.custom-gallery-title a:hover {
   color: #05A9C5;
}

/* Blog Medium Page */
.blog-medium .post-featured-image {
	width: 34.57%;
	float: left;
	margin-right: 4.67%;
}
.blog-medium .entry-content {
	padding-bottom: 0;
}

/* Single Page */
.single .entry-meta {
   float: none;
   width: 100%;
}
.single .entry-meta-bar {
	margin: 0 0 25px 0;
   padding-bottom: 10px;
}
.single #content .post {
	border-top: 0 none;
   padding-top: 0px;
}

/* Wide Layout */
.wide-layout .wrapper {
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow: 0 0 0 #ddd;
	-moz-box-shadow:  0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
}
.wide-layout #branding, 
.wide-layout #colophon {
	margin: 0;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Comments
-------------------------------------------------------------- */
#content .comments-area ul,
#content .comments-area ol,
.comments-area article {
	margin: 0 0 30px 20px;
}
.comments-area article header {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 70px;
}
.comments-area article header cite {
	font-style: normal;
	line-height: 1.42857143;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 13px;
}
.comments-area article header a {
	text-decoration: none;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
#content .comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #05a9c5;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
}
.comments-area .comment-content p {
	margin-bottom: 10px;
}
a.comment-reply-link {
	font-size: 13px;
}
.commentlist .pingback {
	margin-bottom: 30px;
}
.commentlist .children {
	margin-left: 30px;
}

/* Comment form */
.commentlist #respond {
	margin: 20px 0 30px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin-bottom: 0;
}
#respond .form-submit,
#respond .form-submit input {
	margin-bottom: 0;
}
.required {
	color: red;
}
label ~ span.required {
	display: block;
	float: left;
	margin: -18px 0 0 -16px;
	margin: -1.285714286rem 0 0 -1.142857143rem;
}

/* Image borders */
.img-border {
	background-color: #fff;
  	padding: 5px;
  	border: 1px solid #ccc;
 }

/* =Pagination
-------------------------------------------------------------- */
#wp_page_numbers {
	margin-bottom: 40px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0; 
}
#wp_page_numbers ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	float: right;
}
#wp_page_numbers ul li {
	float: left;
	margin-left: 7px; 
}
#wp_page_numbers ul li.page_info {
	padding: 3px 8px 0;
	color: #999;
}
#wp_page_numbers ul li a {
	color: #777;
   display: block;
   float: left;
   background-color: #f9f9f9;
   border: 1px solid #eaeaea;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
}
#wp_page_numbers ul li a:hover, #wp_page_numbers ul li.active_page a {
   border: 1px solid #0596AF;
   color: #fff; 
   background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
#wp_page_numbers ul li a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* wp-pagenavi */
.wp-pagenavi {
	margin-bottom: 40px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0; 
	text-align: center;
}
.wp-pagenavi .pages { 
	padding: 3px 7px 0;
	color: #999;
}
.wp-pagenavi .current, .wp-pagenavi a {	
   display: inline-block;
   color: #553C19;
   background-color: #f9f9f9;
   border: 1px solid #553C19;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	margin-left: 4px;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
   border: 1px solid #0596AF;
   color: #fff; 
   background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
.wp-pagenavi a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Default wp-page */ 
#content ul.default-wp-page {
	margin: 0;
	list-style: none;
	margin-bottom: 40px;	
	border-top: 0px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
	padding: 7px 0 0; 
}
ul.default-wp-page li {
	padding-bottom: 7px;
}
ul.default-wp-page li.previous {
	float:left;	
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li a {
   display: inline-block;
   color: #FFFFFF !important;
   background-color: #6A6969;
   border: 0px solid #553C19;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 8px 6px;
	text-decoration:none;
}
ul.default-wp-page li a:hover {
   border: 0px solid #f9f9f9;
   color: #fff !important; 
   background: #231816;
	text-decoration:none !important;
}
ul.default-wp-page li a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Single pagination */ 
.pagination {
	margin-bottom: 40px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0; 
	text-align: center;
	color: #999;
}
.pagination span {
   display: inline-block;
   color: #fff;    
   background-color: #06B8D7;
   border: 1px solid #0596AF;   	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;	
	margin-left: 3px;
}
.pagination a span {
	background-color: inherit;
   border: 1px solid #fff; 
   color: #777;
}
.pagination a:hover span {
 	background-color: #f9f9f9;
   border: 1px solid #eaeaea; 
}

/* =bbPress
----------------------------------------------- */
#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 13px;
}
div.bbp-search-form input,
div.bbp-search-form button {
	padding: 10px;
}
#bbpress-forums div.bbp-search-form {
	float: none;
}
#bbpress-forums ul,
#bbpress-forums ol {
	margin: 0;
}
#bbpress-forums #bbp-search-form #bbp_search {
	width: 70%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0 none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
	padding: 0 3%;
	height: 42px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	margin: 0 0 0 -4px;
	width: 30%;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
	line-height: 20px;
	margin-top: 5px;
}
div.bbp-submit-wrapper button {
	border: 1px solid #0596AF;
	color: #fff;
	font-family: inherit;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	margin-bottom: 10px;
	padding: 0px 25px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* =Woo Commerce
----------------------------------------------- */
.woocommerce-page.no-sidebar-template #primary,
.woocommerce-page.full-width-template #primary,
.woocommerce-page.one-column-template #primary {
	float: none;
	width: 100%;
}
#primary .woocommerce {
	padding-bottom: 30px;
}
.woocommerce-page #primary ul.products,
.woocommerce #primary div.product div.images .flex-control-thumbs,
.woocommerce #primary div.product .woocommerce-tabs ul.tabs {
	margin: 0;
}
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page #primary .page-title {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 20px;
	padding-top: 0;
	line-height: normal;
}
.woocommerce ul.products li.product .price {
	font-size: inherit;
}
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #05a9c5;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 13px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: inherit;	
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	font-size: inherit;
	line-height: normal;
	height: inherit;
	font-family: inherit;
	border: 1px solid #0596AF;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #fff;
	background: -webkit-linear-gradient(#06C0E1, #05aac6);
	background: -moz-linear-gradient(#06C0E1, #05aac6);
	background: -ms-linear-gradient(#06C0E1, #05aac6);
	background: -o-linear-gradient(#06C0E1, #05aac6);
	background: -webkit-gradient(#06C0E1, #05aac6);
	background: linear-gradient(#06C0E1, #05aac6);
}
.woocommerce.widget_product_search input {
	border-radius: 0;
	margin: 0;
}
.woocommerce.widget_product_search .search-field {
	border-right: 0 none;
	float: left;
	height: 40px;
	width: 60%;
	padding: 6px 8px;
}
.woocommerce-page #primary ul a.button,
.woocommerce-page #primary a.button:hover {
	color: #fff;
}
.woocommerce-page #main table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 135px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #777;
}
.woocommerce .star-rating,
.woocommerce .star-rating:before {
	color: #05a9c5;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px;
}
.woocommerce-page .select2-container .select2-selection--single {
	height: 38px;
}
.woocommerce-page .select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 4px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom: 0px;
}
.widget ul li a {	
	color: #231816;
	text-decoration: none;
}
.widget ul li a:hover {	
	color: #A21C5C;
	text-decoration: none;
}
.widget-title {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
}
.widget-title, .widget-title a {
	color:#302C2C;
}
.widget-title a:hover {
	color: #553C19;
}
/* Search Widget */
.widget_search input.s {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 35px 0 15px; 
	color: #777;
	background-color: #f9f9f9;
	background-position: right 10px; 
	border-color: #eaeaea;
	cursor: text;
	text-indent: 0;
}
.widget_search input.s:focus { 
	border-color: rgba(0, 0, 0, 0.15);
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* Article Widget */
.widget_article {
	margin-bottom: 20px;
}
.widget_article .article-title a:hover {
	text-decoration: underline;
}
.widget_article .post {
	padding-bottom: 20px;
}
.widget_article .article-content p {
	margin-bottom: 0px;
}
/* Recent Entries/Comments widget */
.widget_recent_entries ul li,
.widget_recent_comments ul li {
	border-bottom: 1px dashed #6A6969;
	padding: 8px 0;
}

/* Category/Comments widget */
.widget_categories ul li,
.widget_categories ul li {
	border-bottom: 1px dashed #6A6969;
	padding: 8px 0;
}

.wi-title {
	width:100%;
	padding: 12px 12px;
	margin: 0 0 12px 0 ;
	border: 3px solid #231816;
	text-align:center;
	font-weight:bold;
}

/* Testimonial widget */
.widget_testimonial .testimonial-icon {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.widget_testimonial .testimonial-icon:before {
	content: '\f10d';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: normal;
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	color: #cfcfcf;
}
.widget_testimonial .testimonial-post {
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 0 1px 4px #eaeaea inset;
	-moz-box-shadow: 0 1px 4px #eaeaea inset;
	box-shadow: 0 1px 4px #eaeaea inset;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	font-style: italic;
	margin-bottom: 15px; 
	display: block;
	overflow: hidden;
}
.widget_testimonial .testimonial-author {
	text-align: right;	
	clear: both;
}
.widget_testimonial .testimonial-author span {
	font-weight: bold;
	display: block;
}

/* Tag Cloud */
.widget_tag_cloud a {
	margin-right: 5px;
	color: #777;
	padding: 10px 0; 
}
.widget_tag_cloud a:hover {
	color: #05A9C5;
}

/* Custom Tag Cloud */
.widget_custom-tagcloud {
	margin-bottom: 32px;
}
.widget_custom-tagcloud a {
	margin:0 4px 8px 0;
	background-color: #F9F9F9;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 1px 8px 2px;
	color: #777;
}
.widget_custom-tagcloud a:hover {
	border: 1px solid #0596AF;
	color: #fff;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
.widget_custom-tagcloud a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Service Widget*/
.widget_service {
	margin-bottom: 0;
	padding-bottom: 10px;
}

/* Recent Work Widget*/
.widget_recent_work {
	margin-bottom: 10px;
}

/* Promotional Bar Widget */
.widget_promotional_bar {
	font-family: 'Philosopher', sans-serif;
}
.widget_promotional_bar .promotional_bar_content {
	background-color: #05a9c5;
	padding: 30px 15px;
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.widget_promotional_bar .promotional-text {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.widget_promotional_bar .promotional-text span {
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding-top: 5px;
	font-family: "PT Sans",sans-serif;
}
.widget_promotional_bar .call-to-action {
	padding: 8px 15px 0;
	margin-top: 20px;
	color: #494949;
	font-size: 18px;
	display: inline-block;
	border: 2px solid #fff;
	text-align: center;
	height: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background: #b5e6ee;
	background: -webkit-linear-gradient(#d0eef4, #b5e6ee);
	background: -moz-linear-gradient(#d0eef4, #b5e6ee);
	background: -ms-linear-gradient(#d0eef4, #b5e6ee);
	background: -o-linear-gradient(#d0eef4, #b5e6ee);
	background: -webkit-gradient(#d0eef4, #b5e6ee);
	background: linear-gradient(#d0eef4, #b5e6ee);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7)
}
.widget_promotional_bar .call-to-action:hover {
	background: -webkit-linear-gradient(#E3F5F9, #b5e6ee);
	background: -moz-linear-gradient(#E3F5F9, #b5e6ee);
	background: -ms-linear-gradient(#E3F5F9, #b5e6ee);
	background: -o-linear-gradient(#E3F5F9, #b5e6ee);
	background: -webkit-gradient(#E3F5F9, #b5e6ee);
	background: linear-gradient(#E3F5F9, #b5e6ee);
}

/* WP Caption */
.wp-caption {	
	margin-bottom: 30px;
	max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 15px 0;
	border-bottom: 1px solid #EAEAEA;
}

/* =Footer
----------------------------------------------- */
#colophon {
	margin-bottom: 30px;
}
#colophon .widget-wrap {
	background-color: #f9f9f9;
	border-top: 1px solid #eaeaea;
}
#colophon .widget-area {
	margin-left: -3.06%;
	padding: 40px 0 10px;
}
#colophon .widget {
   float: left;
   margin-left: 2.97%;
   width: 30.35%;
}
#colophon .widget_archive, 
#colophon .widget_pages, 
#colophon .widget_nav_menu,
#colophon .widget_recent_entries,
#colophon .widget_categories,
#colophon .widget_recent_comments,
#colophon .widget_meta,
#colophon .widget_rss {
   margin-bottom: 22px;
}
#colophon .widget_archive ul li, 
#colophon .widget_pages ul li, 
#colophon .widget_nav_menu ul li,
#colophon .widget_recent_entries ul li,
#colophon .widget_categories ul li,
#colophon .widget_recent_comments ul li,
#colophon .widget_meta ul li,
#colophon .widget_rss ul li {
   padding-bottom: 8px;
}
#colophon .widget-title {
   font-size: 19px;
   text-transform: uppercase;
   line-height: 25px;
}
#colophon .widget_article {
	margin-bottom: 10px;
}
#colophon .widget_info, 
#colophon .widget_text {
	margin-bottom: 15px;
}

/* Site Generator */
#site-generator {	
	padding: 20px 0px;	
	border-top: 1px solid #eaeaea; 
	color: #999;
	display:none;
}
#site-generator .social-profiles {
   float: right;
   width: 31.28%;
}
#site-generator .copyright {
   float: left;
   padding-top: 5px;
   width: 65.64%;
}
#site-generator .copyright a {
   color: #777;
}
#site-generator .copyright a:hover {
   color: #05A9C5
}

.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 16px;
    right: 40px;
    z-index: 1;
}

/* =Responsive Structure
----------------------------------------------- */
/************************************************************************************************************************************************************/
/*Width:1366 display用指定 */
/************************************************************************************************************************************************************/

@media only screen and (max-width: 1780px) {
.tc01 {
    width: 40%;
    position: absolute;
    top: 25%;
    right: 7%;
    text-align: right;
}
	
.w01 h3 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 0 0 0;
    line-height: 130%;
}
}

@media only screen and (max-width: 1500px) {
.tc01 {
    width: 40%;
    position: absolute;
    top: 25%;
    right: 7%;
    text-align: right;
}
	
.w01 h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 0 0 0;
    line-height: 130%;
}
}


@media only screen and (max-width: 1380px) {
	.h_n {
    position: absolute;
    right: 40px;
    top: 34px;
    z-index: 760;
    width: 64%;
    text-align: right;
}
.h_l img {
    width: 22%;
}
}

@media only screen and (max-width: 1260px) {

}



/* =Responsive Structure
----------------------------------------------- */
/************************************************************************************************************************************************************/
/*iPad Pro用指定 */
/************************************************************************************************************************************************************/
/* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */
@media only screen and (max-width: 1024px) {
	.wrapper { 
		width: 100%; 
	}
	.container {
		width: 100%;
	}
	.clearfix-half {
		clear: both;
	}
	.clearfix-third {
		clear: none;
	}
	#site-title a img {
		max-width: 668px;	
	}
	.featured-title,
	.featured-content {
		display: none;
	}
	#secondary, 
	#colophon .widget {
	   float: left;
	   margin-left: 0;
	   width: 25%;
		padding:0 5% 0 0;
	}
	
	#primary {
	   float: left;
	   margin-left: 0;
	   width: 72%;
		border-right:0px;
		padding:0 5% 0 8%;
	}
	
	.slogan-wrap .slogan {
		width: 77.5%;
	}
	.no-sidebar-template #content {
		margin: 0 ;
		width: 100%;
	}
	/* Column */
	.column {
		margin-left: -2.99%;
	}
	.one-half, 
	.one-third, 
	.one-fourth  {
		margin: 0 0 0 2.90%;
	}
	.one-third, .one-fourth {
	    width: 30.43%;
	}	
	.widget_service .one-third, 
	.widget_service .one-fourth {	
		width: 47.02%;
	}
	#colophon .widget-area {
		margin-left: 0;
	}
	#colophon .widget_info, #colophon .widget_text {
		margin-bottom: 30px;
	}

.p-main {
    margin: 0 0 0 0;
}

.p-main-s {
    width: 100%;
	min-height: 128px;
    padding: 0 0;
    margin: 0 auto 0;
}

.p-main-s img {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 35%;
}
	
.text-tp-center {
  text-align: center !important;
}

	
/* =Origin
----------------------------------------------- */
	
.dp { display: block !important; } /*PC;iPp*/
.mb { display: none !important; } /*iP,MB*/

.dpip { display: block !important; } /*PC,iPp,iP*/
.mbo { display: none !important; } /*MB*/
	
.dpipi { display: inline-block !important; } /*PC,iPp,iP*/
.mboi { display: none !important; } /*MB*/
	
.dpo { display: none !important; } /*PC*/
.mbim { display: block !important; } /*iPp.iP,MB*/
	

/* =res
----------------------------------------------- */
	
.tc01 {
    width: 50%;
    position: absolute;
    top: 25%;
    right: 5%;
    text-align: right;
}
	
.tc02 {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 5%;
    text-align: left;
}	

.w01 h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 24px 0;
}
	
.f-cpc {
    width: 64%;
    min-height: 140px;
    margin: 0 20% 64px 20%;
    padding: 24px 0;
    color: #FFFFFF;
}

.ph01 {
    width: 38%;
    position: absolute;
    top: 30%;
    right: 5%;
    text-align: left;
}

.p-head {
    width: 100%;
    min-height: 324px;
    position: relative;
    margin: 0 0 44px 0;
}
	
.p-head .h-bgImg {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    height: 324px;
    width: 75%;
    object-fit: cover;
}
	
.ce-img {
    margin: 0 auto;
    text-align: center;
    margin: 94px 0;
    padding: 0 5%;
}	
	
.jb-c {
    width: 100%;
    padding: 3% 3%;
    margin: 0 0 36px 0;
    border: 1px solid #949495;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	
	
/* ▼OG-PCヘッダーのスタイル▼
----------------------------------------*/


#header_tx {
	max-width:100%;
	min-height:11px;
	padding:0 0 0 0;
	margin: 0 auto;
	color:#FFFFFF;
	text-align:center;
	background-color:#5f6953;
}

#header_k {
	max-width:100%;
	min-height:110px;
	padding:16px 3% 0 3%;
	margin: 0 auto;
}

.h_l {
	width:24%;
	max-height:50px;
	padding:15px 0 0 0;
	float:left;
	text-align:left;
}

.h_c {
	width:36%;
	max-height:60px;
	float:left;
	text-align:left;
	padding: 0 0 0 3%;
}

.h_c img {margin:26px 0 0 0;}

.h_r {
	width:30%;
	max-height:50px;
	padding:10px 0 0 0;
	float:right;
	text-align:right;
}

.h_r img {
	margin:0 0 0 10px;
}

/* ▼ナビゲーションのスタイル▼
----------------------------------------*/

.nsp {
	width:4% !important;
	height: 20px;
	font-size: 13px;
	display:none;
}
#nav {
	width:94%;
	height: 24px;
	margin: 0 3% 16px 3%;
}
#dropmenu{
  list-style-type: none;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  padding: 0 0 0 6px;
  background: #FFFFFF;
	color: #413D3C;
  font-size: 13.8px;
	z-index:99;
		line-height: 25px;
	word-wrap: break-word;
	line-height:200%;
	letter-spacing:0;
}
#dropmenu li{
  position: relative;
  
  float: left;
  margin: 0 0.5%;
  padding:  0;
  text-align: center;
}
	
#dropmenu li img {
	width:16%;
	vertical-align:middle;
	}
	
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #413D3C;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: -20px;
  margin: 10px 0 0 0;
	padding: 0;
  border-radius: 0;
	z-index:99;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 240%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
	z-index:99;
}
#dropmenu li ul li a{
	height: 54px;
  padding: 13px 30px 13px 30px;
  background: #FFFFFF;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

#dropmenu li:hover li ul li > a{
  background: #FFFFFF !important;
  color: #413D3C;
}

#dropmenu li:hover > a{
  background: #FFFFFF;
  color: #413D3C;
	font-weight:normal;
	opacity:0.8;
}
#dropmenu > li:hover > a{
  border-radius: 0;
}
#dropmenu li:hover ul li{
  height: 54px;
  border-top: 1px dashed #5f6953;
  border-bottom:1px dashed #5f6953;
}

#dropmenu li:hover ul li > a:hover{
  background: #5f6953;
  color: #FFFFFF;
	font-weight:normal;
	opacity:0.8;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0;
}

.solo {}
.solo hover > a{
  background: #FFFFFF !important;
}

	
/* 
Mobile header
================================================ */
.header_ms {
	width: 100%;
	min-height:60px;
        margin-top:10px;
	margin-bottom:-10px;
}

.header_ms img {
        max-width: 100%;
        height: auto;
    }

.header_ms h1 {
        margin-bottom: 10px;
}

.header_ms li{
width:31%;
	min-height:26px;
padding:0 1% 0 1%;
float:left;
}

.header_ms li img{
margin-top: -4px;
}
.ub{margin-top:6px}

	
#header_mb {
        width: 100%;
        min-height: 64px;
        margin: 0 auto;
        padding: 0 5%;
        background-color: #393636;
    }
	
	.hd_rogo {
		width:90%;
		float:left;
	}
	
	.hd_rogo img {
		width: 28%;
    margin: 5% 0 5% 0;
	}
	
	.hd_ctb {
		width:24%;
		float:left;
		background-color:#FFFFFF;
		border: 1px solid #231815;
		box-sizing: border-box;
		margin:18px 0 16px 0;
		font-size:11px;
		font-weight:bold;
		text-align:center;
	}
	
	
	.hd_link {
		width:10%;
		float:left;
		text-align:right;
	}
	
	.hd_link img {
		width:100%;
		margin: 40px 0 5% 10%;
	}


#lc_header {
	width:100%;
	height:120px;
	padding-top:4px;
}

.lc_slider {
    margin: 0 0 48px 0;
    position: relative;
    z-index: 10;
}
	
.lc_h {
	max-width:100%;
	height:100px;
	margin: 0 auto;
	padding-bottom:20px;
	border-bottom:0px solid #D5D5D5;
}

.lhl {
	width:400px;
	height:35px;
	padding-top:25px;
	float:left;
	text-align:left;
	vertical-align:bottom;
}

.lhl img {
	height:auto;
	width:50%;
}

.lhl a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.lhc {
	width:200px;
	height:41px;
	padding-top:35px;
	float:left;
	text-align:center;
}

.lhr {
	width:400px;
	height:35px;
	padding-top:35px;
	float:left;
	text-align:right;
}

.lhr img {
	height:100%;
	margin-left:4px;
}

.lhr a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

#nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
	font-size:1px;
}

/*SCアイコンのスペース*/
#nav-open_sc {
  display: inline-block;
  width: 55px;
  height: 65px;
  vertical-align: top;
	font-size:1px;
}
	
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 23px;/*長さ*/
  border-radius: 3px;
  background: #434343;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 64%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 420px;/*最大幅（調整してください）*/
  height: 100%;
	padding:40px 30px 20px 25px;
  background: #FFFFFF;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
	text-align:left;
	color: #3E3A39;
	font-size:17px;
	line-height:300%;
}

#nav-content img {
        width: 80%;
        height: auto !important;
        margin: 10px 0 80px 0;
    }
	
#nav-content a:link {
	color: #3E3A39;
	text-decoration:none;
}

#nav-content a:hover {
	color: #EA6542;
	text-decoration:none;
}

#nav-content a:focus, a:active {
  color: #3E3A39;
	text-decoration:none;
  }

#nav-content a:visited {
  color: #3E3A39;
	text-decoration:none;
  }


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.tg_title {
    font-size: 18px;
    font-weight: bold;
    color: #A6A6A7;
    border-bottom: 1px solid #4c4948;
    padding: 0 0 5px 0;
    margin: 0 0 14px 0;
}
	
.hd_sns {
	width:100%;
	margin: 12px 0 12px 0;
	display: flex;
	}

	.hd_sns img {
		width:70% !important;
		 margin-right:16px !important;
	}

.nv-sns img {
    width: 10% !important;
    min-height: 22px !important;
    margin: 0 0.4em 2em 0 !important;
}
	
.cpr {
	width:100%;
	min-height:60px;
	padding: 10px 0 0 0;
	font-size:11px;
	text-align:center;
}


	
/* ▼フッターのスタイル▼
----------------------------------------*/
#contact {
	width:100%;
	min-height:564px;
	text-align:center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#contact_mb {
	width:100%;
	min-height:374px;
	text-align:center;
	padding: 26px 0 0 0;
	margin: 60px 0 0 0;
}

	#contact_mb img {
		width: 50%;
	}
	
#footer_k {
	max-width:100%;
	min-height:160px;
	margin: 0 auto;
	padding: 50px 0 0 0 ;
}


	/* ▼Universal Style▼
----------------------------------------*/

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-760 {
  max-width: 76%;
}

.l-inner-940 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1060 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1200 {
  max-width: 100%;
	padding: 0 5%;
}

.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto 0;
	}	

.mt12 {
	margin: 90px 0 -40px 0 ;
}
	
/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:17px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:210%;
}


.p-top {
    width: 100%;
    height: 36px;
    margin: 40px auto 38px;
    padding: 0 0 0 0;
}
	

/* ▼ボタン▼
----------------------------------------*/

.tx30 {
    font-size: 24px;
    font-weight: 500;
}

.tx28 {
    font-size: 24px;
    font-weight: 500;
}

.tx24 {
    font-size: 20px;
    font-weight: 500;
}
	
.mb60 {
    margin: 0 0 24px 0;
}
	
	

/* ▼TOP▼
----------------------------------------*/
	

	
	
/* ▼PAGE▼
----------------------------------------*/
	

	
	
/* ▼TOP▼
----------------------------------------*/
	
	.sp-pcp-row [class*=sp-pcp-col-]{
		padding-right: 10px!important;
    padding-left: 10px !important;
    padding-bottom: 20px;
	}

	
.sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 224px !important;
}

.t-sps .sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 165px !important;
}
	
	
.l-tx {
    width: 100%;
    min-height: 150px;
    margin: 1rem 0 0 0;
    font-size: 14px;
}
	
.fc-lt {
    width: 50%;
    font-size: 19px;
    font-weight: bold;
    margin: 10px auto 0;
    color: #FFFFFF;
}	
	
.g-blog {
    width: 100%;
    min-height: 520px;
    background-color: #F4F2EE;
    padding: 38px 0 18px 0;
    margin: 0 0 0 0;
}

.top-works {
    width: 100%;
    min-height: 720px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}
	
.w-box {
    width: 49%;
    text-align: center;
    position: relative;
    z-index: 1;
}


}


/************************************************************************************************************************************************************/
/*iPad用指定 */
/************************************************************************************************************************************************************/
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 768px) {
	hr { 
		margin-bottom: 30px;
	}
	input.s:focus {
		width: 235px;
	}
	.one-column-template .wrapper, 
	.wrapper { 
		width: 100%; 
	}
	.one-column-template .container, 
	.container {
		width: 100%;
	}
	.wide-layout .wrapper {
	   width: 100%;
	}
	.comments-title, 
	#respond h3#reply-title {
		font-size: 26px;
	   line-height: 32px;
	}
	#content h1, 
	#content h2, 
	#content h3, 
	#content h4, 
	#content h5, 
	#content h6 {
    	padding-bottom: 3px;
	}
	#branding {
		margin-top: 10px;	
	}
	.hgroup-wrap {
	   padding-bottom: 25px;
	   padding-top: 0;
	}
	.hgroup-right {
		margin-top: 32px;
	}
	.hgroup-right .social-profiles {
		display: none;
	}	
	#site-logo {
	   margin-top: 25px;
	}
	#site-title a img {
		max-width: 280px;	
	}
	
		#secondary, 
	#colophon .widget {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		padding:0 15% 0 15%;
	}
	
	#primary {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		border-right:1px;
		padding:0 15% 0 15%;
	}
	
	/* Responsive Navigation */
	.menu-toggle {
		display: block;
		background-color: rgba(0, 0, 0, 0);
		font-size: 0;
		border: 0 none;
		padding: 0;
		color: #999;
		width: 24px;
		height: 21px;
		float: right;
		margin-top: 3px;
		cursor: pointer;
	}
	.menu-toggle:before {
		display: block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 28px;
		line-height: 0;
		font-family: 'FontAwesome';
		vertical-align: top;
		content: '\f0c9';
	}
	.root {
		display: none;
	}
	.toggled-on .root {
		display: block;
	}
	#access {
		border-top: 0 none; 
	}
	#access li {
		position: inherit;
		width: 100%;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-right: 0;
	}
	#access a {
		float: none;
		padding: 10px 0;
		height: inherit;
	}
	/* Dropdown */
	#access ul li ul,
	#access ul li:hover ul ul,
	#access ul ul li:hover ul ul,
	#access ul ul ul li:hover ul ul,
	#access ul ul ul ul li:hover ul ul {
		display: block;
	}
	#access ul li ul {
		position: inherit;
		top: 0;
		width: inherit;
		border: 0 none;
	}
	#access ul li ul li  {
		border-bottom: 0 none; 
	}
	#access ul li ul li a,
	#access ul li.current-menu-item ul li a,
	#access ul li ul li.current-menu-item a,
	#access ul li.current_page_ancestor ul li a,
	#access ul li.current-menu-ancestor ul li a,
	#access ul li.current_page_item ul li a {
		padding: 10px 0 10px 15px;
	}
	#access ul li ul li a:hover,
	#access ul li ul li:hover > a,
	#access ul li.current-menu-item ul li a:hover {
		background-color: inherit;
	}
	#access ul li ul li ul a,
	#access ul li.current-menu-item ul li ul a,
	#access ul li ul li.current-menu-item ul a,
	#access ul li.current_page_ancestor ul li ul a,
	#access ul li.current-menu-ancestor ul li ul a,
	#access ul li.current_page_item ul li ul a {
		padding-left: 25px;
	}
	.page-title-wrap { 
		padding: 10px 0;
	}
	.breadcrumb {
		margin-top: 0px;
    	float: none;
    	text-align: left;
	}
	.slogan-wrap {
    	padding: 15px 0 20px;
	}	
	.slogan-wrap .slogan, 
	.slogan-wrap .view-work {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.slogan-wrap .view-work {
		width: 98%;
		margin: 10px auto 0;
	}
	#main {
    	padding-top: 0px;
	}
	.post-featured-image { 
		margin-bottom: 15px;
	}
	.entry-content {
		padding-bottom: 0px;
	}
	/* Column */
	.column {
		margin-left: 0;
	}
	.one-half, 
	.one-third, 
	.one-fourth,
	.widget_service .one-half,
	.widget_service .one-third, 
	.widget_service .one-fourth {
		margin: 0;
		padding-bottom: 10px;
		width: 100%;
	}
	#content .post {
    	padding-bottom: 0px;
	}
	.tags {
		margin-bottom: 0;
	}
   .widget_search input.s, 
   .widget_search input.s:focus {
		width: 280px;
	}
   #wp_page_numbers, 
   .wp-pagenavi, 
   #content ul.default-wp-page, 
   .pagination {
	   margin-bottom: 30px;
	}
   #wp_page_numbers ul li.page_info, 
   .wp-pagenavi .pages {
		display: none;
	}
	.wp-caption {
	   margin-bottom: 15px;
	}
	.widget {
    	margin-bottom: 15px;
	}
	.widget_custom-tagcloud { 
		margin-bottom: 22px;
	}
	.widget_article { 
		margin-bottom: 10px;
	}
	.widget_service {
		margin-bottom: 0;
	}
	.widget_recent_work {
	    margin-bottom: 10px;
	}
	.widget_testimonial .testimonial-icon {
		float: none;
		margin-bottom: 15px;
	}
	#colophon {
		margin-bottom: 10px;
	}
	#site-generator .social-profiles, 
   #site-generator .copyright {
    	float: none;
    	width: 100%;
	}
   #site-generator .social-profiles ul {
    	text-align: center;
    	float: none;
   }   
	#site-generator .social-profiles ul li {
    	display: inline-block;
    	float: none;
	}
	#site-generator .copyright {
    	padding-top: 10px;
    	text-align: center;
	}

.mt40tp {
	margin: 40px auto 60px;
}

.sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 230px !important;
}

	
/* =Origin
----------------------------------------------- */

.dp { display: none !important; } /*PC;iPp*/
.mb { display: block !important; } /*iP,MB*/

.dpip { display: block !important; } /*PC,iPp,iP*/
.mbo { display: none !important; } /*MB*/
	
.dpipi { display: inline-block !important; } /*PC,iPp,iP*/
.mboi { display: none !important; } /*MB*/
	
.dpo { display: none !important; } /*PC*/
.mbim { display: block !important; } /*iPp.iP,MB*/

	
/* =res
----------------------------------------------- */
	
.l-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0 5%;
    }
	
.gr-bg {
    width: 100%;
    padding: 76px 5%;
    background-color: #727171;
}

.t-copy {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 24px 0 34px 0;
}

.top01 {
    width: 100%;
    min-height: 380px;
    position: relative;
}

.top02 {
    width: 100%;
    min-height: 380px;
    position: relative;
    background-color: #EBEAE1;
}
	
.top01 .bgImg {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    height: 380px;
    width: 75%;
    object-fit: cover;
}

.top02 .bgImg {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 25% 100%);
    height: 380px;
    width: 100%;
    object-fit: cover;
}
	
.tc01 h2 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 44px 38%;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #FFFFFF;
    text-align: center;
}	
	
.tc01 {
        width: 55%;
        position: absolute;
        top: 15%;
        right: 5%;
        text-align: right;
    }	

.tc02 {
        width: 55%;
        position: absolute;
        top: 15%;
        left: 5%;
        text-align: left;
    }
	
.w01 h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.1em;
        margin: 0 0 24px 0;
    }	

.tc02 h2 {
    color: #3E3A39;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 38% 44px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #3E3A39;
    text-align: center;
}
	
.c-title {
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    border-top: 1px solid #434343;
    padding: 26px 0 0 0;
    margin: 4px 0 36px 0;
    letter-spacing: 0.12em;
}	

.ce-title {
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 6px 0;
}	

.fc-ti {
    width: 50%;
    font-size: 17px;
    font-weight: 500;
    margin: -80px auto 0;
    color: #393636;
}
	
.fc-ti img {
    width: 50%;
    margin: 0 0 36px 0;
}	
	
.p-top {
        width: 100%;
        height: 36px;
        margin: 40px auto 78px;
        padding: 0 0 0 0;
    }
	
.fcon {
    width: 100%;
    min-height: 280px;
    text-align: center;
    background-image: url(https://best-jobs.co.jp/img/cf-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    font-size: 15px;
    font-weight: bold;
    padding: 46px 0 0 0;
}	
	
.f-cta {
    max-width: 940px;
    min-height: 160px;
    margin: 24px auto 0;
    text-align: center;
}
	
.f-rb img {
    width: 21%;
    margin: 0 0 28px 0;
}	

.ph01 h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 12px 0 0 0;
    text-align: right;
    line-height: 160%;
}	
	
.tab-mt th {
    width: 45%;
    padding: 46px 5% 46px 2%;
    border-bottom: solid 1px #9FA0A0;
    border-collapse: collapse;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: left;
    vertical-align: middle;
    background-color: #FFFFFF;
}
	
.g-2p {
    max-width: 100%;
    margin: 24px auto 132px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}	
	
.g-2h {
    width: 100%;
    padding: 0 0 0 0;
}	
	
.g-2m {
    width: 80%;
    margin: 5% 10% 0 10%;
}
	
.w-no {
    width: 40%;
    min-height: 138px;
    padding: 0 5% 0 3%;
    position: relative;
    font-size: 18px;
}	
	
.re-ce {
    width: 100%;
    padding: 48px 0 0 0;
    margin: 0 0 68px 0;
    text-align: center;
    font-size: 21px;
}	
	
.re-txh {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
	
.re-i {
    width: 100%;
    margin: 5% 0 5% 0;
    padding: 0 0 0 0;
}	
	
.re-txm {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}	
	
	
	
/* =Header
----------------------------------------------- */

.hnavi_mb {
  width:100%;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:0 auto;
  font-size:10px;
}
 
.hnavi_mb th{
  width:30%;
  padding: 0 0.8%;
  border-collapse: collapse;
  font-style: bold;
  font-weight:normal;
  line-height:160%;
  color:#553C19;
  text-align: center;
  vertical-align: middle;
}
 
.hnavi_mb td{
	width:100%;
	height:6px;
padding: 1% 0;
text-align:center;
vertical-align: middle;
border-collapse: collapse;
}


	#header_mb {
		width:100%;
		min-height:64px;
		margin: 0 auto;
	}
	
	.hd_rogo {
		width:90%;
		float:left;
	}
	
	.hd_rogo img {
		width: 28%;
    margin: 5% 0 4% 0;
	}
	
	.hd_ctb {
		width:24%;
		float:left;
		background-color:#5f6953;
		border: 1px solid #5f6953;
		box-sizing: border-box;
		margin:23px 0 16px 0;
		padding: 1% 0;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		color:#FFFFFF;
	}
	
	.hd_ctb img {
		width:8%;
		vertical-align:middle;
	}
	
	.hd_ctb a {
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	
	.hd_link {
		width:10%;
		float:left;
		text-align:right;
	}
	
	.hd_link img {
        width: 80%;
        margin: 23px 0 5% 10%;
    }

	
	
	
	.sh_ct {
		margin:20px 0 60px 0;
	}
	.sh_ct img {
		width:90%;
	}
	
#nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
	font-size:1px;
}

/*SCアイコンのスペース*/
#nav-open_sc {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
	font-size:1px;
}
	
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 23px;/*長さ*/
  border-radius: 3px;
  background: #434343;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 64%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 300px;/*最大幅（調整してください）*/
  height: 100%;
	padding:20px 30px 20px 25px;
  background: #FFFFFF;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
	text-align:left;
	color: #231816;
	font-size:13px;
	line-height:220%;
}

	#nav-content img {
		width: 60%;
    height: auto !important;
    margin: 10px 0 20px 0;
	}
	
#nav-content a:link {
	color: #3E3A39;
	text-decoration:none;
}

#nav-content a:hover {
	color: #EA6542;
	text-decoration:none;
}

#nav-content a:focus, a:active {
  color: #3E3A39;
	text-decoration:none;
  }

#nav-content a:visited {
  color: #3E3A39;
	text-decoration:none;
  }


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.hd_sns {
	width:100%;
	margin: 12px 0 12px 0;
	display: flex;
	}

	.hd_sns img {
		width:70% !important;
		 margin-right:16px !important;
	}

.tg_title {
	font-size:14px;
	font-weight: bold;
	color:#A6A6A7;
	border-bottom:1px solid #4c4948;
	padding: 0 0 5px 0;
	margin: 0 0 8px 0 ;
}

.nv-sns {
   width:60%;
	display: flex;
	margin: 0.8em auto 1.8em;
	}	

.nv-sns img {
		width:100% !important;
	min-height:22px !important;
	margin: 0 0.4em 0 0 !important;
	}

.fv-sns {
   width:30%;
	display: flex;
	margin: 0.8em auto 1.8em;
	}	

.fv-sns img {
		width:18% !important;
	min-height:22px !important;
	margin: 0 0.4em 0 0 !important;
	}
	
/* ▼スマホGナビスタイル▼
----------------------------------------*/	
.f_title {
	font-size:14px;
	font-weight: bold;
	color:#553C19;
}

	.tcl {
		color:#979797;
	}

.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 24px;
    right: 54px;
    z-index: 1;
}
	
#header_tx {
	max-width:100%;
	min-height:21px;
	padding:10px 0 0 0;
	margin: 0 auto;
	color:#777;
	text-align:left;
}

#header_k {
	max-width:100%;
	min-height:76px;
	padding:16px 0 0 0;
	margin: 0 auto;
}

.logo {
	max-width:300px;
	max-height:60px;
	float:left;
	text-align:left;
}

.h_r {
	max-width:900px;
	max-height:50px;
	padding:10px 0 0 0;
	float:right;
	text-align:right;
}

.canv {
	width: 100%;
	height:auto;
	margin: 0 auto;
}

.canv_c-s {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 26px 0 0 0 ;
}
	
.ma_lr {
		width:90%;
		height:auto;
		padding:0 5% 0 5%;
	margin: 0 auto;
	}
	
.mag {
	width:100%;
	text-align:right;
	margin-top:10px;
}

/* ▼SH スマホGナビスタイル▼
----------------------------------------*/

#lc_header {
	width:100%;
	height:80px;
	padding-top:0px;
}

.lc_slider {
    margin: 0 0 48px 0;
    position: relative;
    z-index: 10;
}

.mv-tx {
    position: absolute;
    top: 38%;
    left: 5%;
    z-index: 200;
    width: 60%;
}

.mv-bj {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 200;
    width: 70%;
}
	
.lc_h {
	max-width:100%;
	height:80px;
	margin: 0 auto;
}

.lhl {
	width:60%;
	height:36px;
	float:left;
	text-align:left;
	padding-left: 6%;
	padding-top:20px;
}

.lhc {
	width:30%;
	height:70px;
	padding-top:20px;
	float:left;
	text-align:right;
}

	.lhc img {
		width:70%;
	}
	
.lhr {
	width:10%;
	height:35px;
	float:left;
	text-align:right;
	padding-right: 6%;
	padding-top:20px;
}
	
	
/*スマホ上段*/
#menu_smb {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_smb > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_smb > ul:before,
.menu_smb > ul:after {
    content: "";
    display: table;
}

.menu_smb > ul:after {
    clear: both;
}

.menu_smb > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:1px solid #E7CE47;
}

.menu_smb > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_smb > ul > li:hover {
    background: #553C19;
}

/*スマホ下段*/
#menu_ud {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_ud > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_ud > ul:before,
.menu_ud > ul:after {
    content: "";
    display: table;
}

.menu_ud > ul:after {
    clear: both;
}

.menu_ud > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:0px solid #D5D5D5;
}

.menu_ud > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_ud > ul > li:hover {
    background: #553C19;
}

.cs_all {
	width:100%;
	margin: 0 0 64px 0;
}	
	
/* ▼SH Blogのスタイル▼
----------------------------------------*/

.ach {
	width:100%;
	min-height:200px;
}

.athum {
	width:100%;
	min-height:180px;
	float:none;
	padding: 0;
}

.aexp {
	width:100%;
	min-height:200px;
	margin: 12px 0 0 0 ;
	padding: 0;
	float:none;
}
	
.entry-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0.02em;
    margin: 10px 0 0 0;
}
	
/* =BLOG-IVENT
----------------------------------------------- */

ul.default-wp-page li.previous {
	float:left;	
	border-bottom:1px solid #CECAAE;
	margin: 0 0 6px 0;
}
	
.b_title {
	width:100%;
	min-height:94px;
	text-align:center;
	margin:30px 0 16px 0;
}

.b_bar {
	width:100%;
	height:6px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 16px 0;
}

.side_top {
	width:100%;
	height:66px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 0 0;
}


.top_bt {
	width:100%;
	min-height: 20px;
	margin: 0 0 16px 0 ;
}

	.top_bt img {
		width:30%;
	}

	.bi_mg {
		margin: 12px 0 -20px 0;
	}
	
.bt_link {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 16px 0 60px 0;
}

.bt_link_u {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 0 0 80px 0;
}	
		


.wp-show-posts-entry-header {}
.wp-show-posts-entry-header h3 {font-size:15px !important;}

.wp-show-posts-inner {margin: 0 0 2em 2em !important;}




/***** コンタクトフォーム *****/

input[type="reset"], input[type="button"], input[type="submit"] {
    max-width: 80%;
	}
	
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border: solid 1px #d7d7d7;
box-sizing:border-box;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:2% 5%;
  width: 100%;
  border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	border-top: solid 0px #d7d7d7;
box-sizing:border-box;
}

.canv_contact {
	width:86%;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

	.ico {margin:36px 0; width:74%;}
	.ico2 {margin:0 0 36px 0; width:74%;}
	.cec {text-align:center; margin: 12px 0 0 0 ;}
	
	
/* ▼フッターのスタイル▼
----------------------------------------*/
#contact {
	width: 100%;
    min-height: 564px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#contact_mb {
	width:100%;
	min-height:374px;
	text-align:center;
	padding: 26px 0 0 0;
	margin: 60px 0 0 0;
}

	#contact_mb img {
		width: 20%;
	}
	
.cpr {
	width:100%;
	min-height:60px;
	padding: 10px 0 0 0;
	font-size:11px;
	text-align:center;
}
	
#footer_k {
	max-width:100%;
	min-height:160px;
	margin: 0 auto;
	padding: 21px 0 0 0 ;
}
	
	
	/* ▼Universal Style▼
----------------------------------------*/

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-760 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-940 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1060 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1200 {
  max-width: 100%;
	padding: 0 5%;
}

.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto 0;
	}	

	
	/* ▼マージン▼
----------------------------------------*/
	
.ce {
	margin: 0 auto ;
	
}

.mt1 {
	margin: 1rem 0 0 0 ;
}

.mt2 {
	margin: 2rem 0 0 0 ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}

.mb1 {
	margin: 0 0 1rem 0 ;
}


	
/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:16px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:210%;
}

	
/* ▼ボタン▼
----------------------------------------*/


	
	
/* ▼TOP▼
----------------------------------------*/
	

	
	
/* ▼PAGE▼
----------------------------------------*/

.blogbox {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 5%;
}

.works-list {
    width: 48%;
    min-height: 300px;
	text-align: justify;
    text-justify: inter-ideograph;
}

.tags {
    font-size: 10px;
    background-color: #3E3A39;
    color: #FFFFFF;
    padding: 6px 8px;
    float: left;
    margin: 12px 6px 0 0;
}	

.t-sps .sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 260px !important;
}
	
.sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 260px !important;
}
	
.l-tx {
    width: 100%;
    min-height: 130px;
    margin: 1rem 0 0 0;
    font-size: 14px;
}	
	
.links {
    width: 48%;
    margin: 0 0 6% 0;
}	

.cs-tags {
    max-width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
.cs-tags li {
    width: 24%;
    min-height: 106px;
    background-color: #FFFFFF;
    border: 1px solid #898989;
    padding: 8px 6px;
    list-style: none;
    margin: 1% 0.5%;
    text-align: center;
}	

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 22.5% !important;
    height: 220px !important;
    margin: 20px 6px 10px 6px !important;
    margin-left: 0px;
}

.yarpp-thumbnail > img {
    width: 474px;
    height: 120px !important;
    margin: 10px 10px;
}
	
.top-works {
    width: 100%;
    min-height: 580px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}
	
.w-box {
    width: 49%;
    text-align: center;
    position: relative;
    z-index: 1;
}


/* ▼UNIVERSAL▼
----------------------------------------*/
	
h4 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
	
/* ▼PAGE▼
----------------------------------------*/
	

	
	
	
/* ▼table▼
----------------------------------------*/

.info{
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto 5%;
  font-size:15px;
}
 
.info th{
  width:40%;
  padding: 20px 20px 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: bold;
  line-height:160%;
  text-align: left;
  vertical-align: middle;
	background-color:transparent;
}
 
.info td{
	max-width:100%;
padding: 20px 0 20px 0;
text-align: left;
text-justify: inter-ideograph;
vertical-align: top;
background-color: transparent;
border-top: dashed 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:220%;
}


}


/************************************************************************************************************************************************************/
/*スマートフォン用指定 */
/************************************************************************************************************************************************************/
/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 568px) {
	
h1 {
	font-size: 11px;
	line-height: 12px;
}
h2 {
	font-size: 18px;
	line-height: 28px;
}
h3{
	font-size: 16px;
	line-height: 28px;
}
h4 {
    font-size: 18px;
    line-height: 28px;
}
h5 {
	font-size: 22px;
	line-height: 28px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}
	
	input.s:focus {
		width: 375px;
	}
	.one-column-template .wrapper, 
	.wrapper { 
      width:100%;
		font-size:14px;
		line-height:180% !important;
	}
	.one-column-template .container, 
	.container {
		width: 100%;
	}
	.wide-layout .wrapper {
	   width: 100%;
	}
	#branding {
		margin-top: 20px;	
	}
	.hgroup-wrap {
    	padding-bottom: 30px;
	}
	.hgroup-right {
		margin-top: 37px;
	} 
	#site-logo {
	   margin-top: 30px;
	}
	#site-title a img {
		max-width: 420px;	
	}
	/* Column */
	.column {
		margin-left: -3.57%;
	}
	.one-half, 
	.one-third, 
	.one-fourth {
		margin: 0 0 0 3.44%;
		width: 46.56%;
	}
	.widget_service .column {	
		margin-left: 0;
	}
	#colophon {
		margin-bottom: 20px;
	}

		#secondary, 
	#colophon .widget {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		padding:0 13% 0 13%;
	}
	
		#primary {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		border-right:0px;
		padding:0 5% 0 5%;
	}

.text-md-center {
  text-align: left !important;
}

.text-tp-center {
  text-align: center !important;
}
	
	
/* =Origin
----------------------------------------------- */

.dp { display: none !important; } /*PC;iPp*/
.mb { display: block !important; } /*iP,MB*/

.dpip { display: none !important; } /*PC,iPp,iP*/
.mbo { display: block !important; } /*MB*/
	
.dpipi { display: none !important; } /*PC,iPp,iP*/
.mboi { display: inline-block !important; } /*MB*/

.dpo { display: none !important; } /*PC*/
.mbim { display: block !important; } /*iPp.iP,MB*/
	

	
.p-main-s {
        width: 100%;
        min-height: 68px;
        padding: 0 0;
        margin: 0 auto 0;
    }

.jb-c {
        width: 100%;
        padding: 6% 5%;
        margin: 0 0 36px 0;
        border: 1px solid #949495;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.t-job {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
    border-collapse: collapse;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin: 20px auto 48px;
    font-size: 14px;
}

.t-job th {
    width: 100%;
    padding: 3% 2% 3% 0;
    border-top: solid 1px #D5D5D5;
    border-left: solid 0px #D5D5D5;
    border-right: dashed 0px #D5D5D5;
    border-collapse: collapse;
    font-style: normal;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    display: block;
	background-color:#F7F6EF;
}

.t-job td {
    max-width: 100%;
    padding: 3% 5%;
    text-align: justify;
    text-justify: inter-ideograph;
    vertical-align: top;
    background-color: transparent;
    border-top: solid 1px #D5D5D5;
    border-right: solid 0px #D5D5D5;
    border-collapse: collapse;
    line-height: 170%;
    display: block;
}
	
	
.jim {
    width: 100%;
    height: 280px;
}	

.mlx {
    width: 76%;
    min-height: 24px;
    padding: 0 0 16px 0;
    margin: 78px auto 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 6px solid #F6B22B;
}
	
/* =res
----------------------------------------------- */
	
.t-ct {
        text-align: left;
        padding: 0 0 18px 0;
        text-align: justify;
        text-justify: inter-ideograph;
    }

	.t-ct img {
		width:60%;
		margin: 0 20%;
	}	

.t-copy {
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 0.1em;
        margin: 24px 0 34px 0;
        text-align: center;
    }

.t-ct h4 {
    font-size: 14.5px;
    letter-spacing: 0.1em;
    margin: 24px 0 36px 0;
    font-weight: normal;
}
	
.tc01 {
        width: 90%;
        position: absolute;
        top: 7%;
        right: 5%;
        text-align: right;
    }
	
.tc01 h2 {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.1em;
        margin: 0 0 104px 38%;
        padding: 0 0 2px 0;
        border-bottom: 1px solid #FFFFFF;
        text-align: center;
    }
.tc02 h2 {
        color: #3E3A39;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.1em;
        margin: 0 38% 104px 0;
        padding: 0 0 12px 0;
        border-bottom: 1px solid #3E3A39;
        text-align: center;
    }
.tc02 {
        width: 90%;
        position: absolute;
        top: 7%;
        left: 5%;
        text-align: left;
    }
	
.w01 h3 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin: 0 0 12px 0;
    }	
	
.tca {
    width: 6% !important;
	margin: 0 46% !important;
}	

.wt-bg {
    width: 100%;
    padding: 38px 0;
    background-color: #FFFFFF;
}

.be-bg {
    width: 100%;
    padding: 38px 0 78px 0;
    background-color: #F7F6EF;
}
	
.c-top img {
	width:60%;
	}	
	
.c-title {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        border-top: 1px solid #434343;
        padding: 16px 0 0 0;
        margin: 4px 0 26px 0;
        letter-spacing: 0.06em;
    }	

.cp02 {
    max-width: 520px;
    margin: 0 auto;
    padding: 56px 0 0 0;
}
	
.t3a {
    width: 100%;
}
	
.t3tx {
    min-height: 72px;
    font-size: 14.5px;
}	
	
.t-p3 {
    max-width: 100%;
    margin: 0 auto 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	
.p-head {
        width: 100%;
        min-height: 224px;
        position: relative;
        margin: 0 0 44px 0;
    }	

.ph01 {
        width: 40%;
        position: absolute;
        top: 30%;
        right: 5%;
        text-align: left;
    }	
	
.ph01 h2 {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.1em;
        margin: 12px 0 0 0;
        text-align: right;
        line-height: 160%;
    }	
.p-head .h-bgImg {
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
        height: 224px;
        width: 65%;
        object-fit: cover;	
	}
	
.ac-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #EBEAE1;
    text-align: center;
    margin: 42px 0 0 0;
}	
	
.c-jump {
    max-width: 880px;
    margin: 0 auto 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}	
	
.coj {
    width: 50%;
}
	
.c-2a {
    width: 100%;
}	
	
.c-2b {
    width: 100%;
    padding: 0 0 0 0;
}

.cnbox {
    font-size: 14.5px;
	}
	
.cnbox ul {
    padding: 0 0 0 8%;
}	
	
.gr-bg {
        width: 100%;
        padding: 38px 5%;
        background-color: #727171;
    }	
	
.tab-mt th {
        width: 100%;
        padding: 46px 5% 16px 2%;
        border-bottom: dashed 1px #9FA0A0 !important;
        border-collapse: collapse;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        text-align: left;
        vertical-align: middle;
        background-color: #FFFFFF;
        display: block;
    }	
	
.tab-mt td {
    max-width: 100%;
    padding: 16px 0 46px 2%;
    text-align: justify;
    text-justify: inter-ideograph;
    vertical-align: top;
    background-color: #FFFFFF;
    border-bottom: solid 1px #9FA0A0;
    border-collapse: collapse;
    line-height: 180%;
    display: block;
}	
	
.ce-img {
        margin: 0 auto;
        text-align: center;
        margin: 36px 0;
        padding: 0 5%;
    }
	
.mbbt2 {
    margin: 21px 0 38px 0;
}	
	
.c-3c {
    width: 100%;
    border: 10px solid #CBCCCC;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 180%;
    margin: 0 0 24px 0;
    padding: 3% 3%;
}	

.g-2m {
        width: 100%;
        margin: 10% 0 0 0;
    }	
	
.g-2p {
        max-width: 100%;
        margin: 24px auto 82px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }	
	
.gx-h {
    width: 100%;
    border-right: 0px solid #9FA0A0;
    border-bottom: 2px solid #9FA0A0;
    text-align: center;
    align-items: middle;
    vertical-align: middle;
    padding: 3% 6% 3% 0;
}	
	
.gx-m {
    width: 100%;
    font-size: 14.5px;
    padding: 8% 0 3% 0;
}	
	
.me-h {
    width: 100%;
    padding: 0 0 0 0;
}
	
.me-t {
    font-size: 24px;
    font-weight: 600;
    border-top: 1px solid #9FA0A0;
    padding: 24px 0 0 0;
    margin: 6px 0 12px 0;
}	
	
.me-m {
    width: 100%;
    padding: 10% 0 0 0;
}	

.me-x {
    width: 100%;
    padding: 1% 0 1% 5%;
    margin: 0 0 24px 0;
    border-left: 4px solid #B3B3AC;
}
	
.me-st {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px 0;
}	
	
.w-no {
        width: 100%;
        min-height: 118px;
        padding: 5% 0 0 0;
        position: relative;
        font-size: 21px;
    }
	
.w-tx {
    width: 100%;
    font-size: 14.5px;
}	

.w-arr {
    position: absolute;
    bottom: 10%;
    left: 1%;
}	
	
.bo-o {
    border-left: 0px solid #DFDED5;
	border-top: 7px solid #DFDED5;
}	
	
.bo-g {
    border-left: 0px solid #B3B3AC;
	border-top: 7px solid #B3B3AC;
}	
	
.gxw {
    max-width: 100%;
   min-height: 138px;
    padding: 6% 5% 8% 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FFFFFF;
}
	
.ce-title {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin: 0 0 6px 0;
    }	
	
.gx10 {
    max-width: 100%;
    padding: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	
.g10 {
    width: 100%;
    min-height: 249px;
    margin: 0 0 74px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}	
	
.g10title {
    width: 100%;
    height: 48px;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    padding: 0 0 18px 0;
    margin: 0 0 18px 0;
    border-bottom: 1px solid #9FA0A0;
    letter-spacing: 0.05em;
}
	
.g10 {
    width: 100%;
    min-height: 249px;
    margin: 0 0 38px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}	

.re-ce {
        width: 100%;
        padding: 48px 0 0 0;
        margin: 0 0 8px 0;
        text-align: center;
        font-size: 15px;
    }	
	
.r-no {
    font-size: 38px;
    font-weight: bold;
    color: #9D9D9E;
    line-height: 100%;
}
	
.r-title {
    font-size: 19px;
    font-weight: bold;
    margin: 14px 0 21px 0;
}
	
.rs-title {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 21px 0;
    color: #E09000;
}
	
.re-p li {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 5%;
    margin: 6px 0 0 0;
    background-color: #EEEFEF;
}	
	
.re-box {
    max-width: 100%;
    margin: 54px auto 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}	

.flow05 > li {
    list-style-type: none;
    position: relative;
    padding-left: 90px;
}
	
.flow05 > li .icon05 {
    width: 80px;
    height: 34px;
    line-height: 2.1em;
    text-align: center;
    border-radius: 10vh;
    display: inline-block;
    background: #FFFFFF;
    border: 3px solid #F6B22B;
    position: absolute;
    left: 0;
    font-size: 13px;
    font-weight: 600;
}	
	
.fl-t {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0 0;
    margin: 0 0 18px 0;
}
	
.f-ri {
    width: 100%;
}	
	
.f-le {
    width: 100%;
    padding: 0 0 8% 0;
}	
	
.f-gr {
    width: 100%;
    padding: 8% 5% 5% 5%;
    margin: -16px 0 0 0;
    background-color: #EEEFEF;
    letter-spacing: 0.05em;
}	
	
.flow05 > li:not(:last-child)::before {
    content: '';
    background: #c3c3c3;
    width: 8px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 37px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}	

.pbo {
    font-size: 16px;
    font-weight: 600;
    margin: 24px 0 10px 0;
}

.pv {
    color: #3E3A39;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin: 64px 0 18px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #3E3A39;
}
	
/* =Header
----------------------------------------------- */
	
	.tmt {
		margin: 80px 0 0 0;
	}
	
#header_mb {
        width: 100%;
        min-height: 81px;
        padding: 0 5%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
	}
	
	.hd_rogo {
		width:90%;
		float:left;
	}
	
	.hd_rogo img {
		width:56%;
		margin: 7.8% 0 3% 0;
	}
	
	.hd_ctb {
		width:34%;
		float:left;
		background-color:#654E36;
		border: 1px solid #654E36;
		box-sizing: border-box;
		margin:19px 0 16px 0;
		padding: 1% 2%;
		font-size:10px;
		font-weight:bold;
		text-align:center;
		color:#FFFFFF;
		border-radius:6px;
	}
	
	.hd_ctb img {
		width:15%;
		vertical-align:middle;
	}
	
	.hd_ctb a {
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	
	.hd_link {
		width:10%;
		float:left;
		text-align:right;
	}
	
	.hd_link img {
		width:100%;
		margin: 23px 0 5% 0;
	}

	#nav-content {
		font-size:13px;
	}

.tp-cp {
	width:100%;
	min-height:80px;
	margin: 0 auto;
	text-align:right;
	padding: 18px 6% 0 6%;
}
	
	
#nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 32px;
  height: 35px;
  vertical-align: top;
	font-size:1px;
}

/*SCアイコンのスペース*/
#nav-open_sc {
  display: inline-block;
  width: 40px;
  height: 35px;
  vertical-align: top;
	font-size:1px;
}
	
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
	
.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 16px;
    right: 40px;
    z-index: 1;
}


.hd_sns {
	width:100%;
	margin: 12px 0 12px 0;
	display: flex;
	}

	.hd_sns img {
		width:70% !important;
		 margin-right:16px !important;
	}


.f_title {
	font-size:14px;
	font-weight: bold;
	color:#553C19;
}
	
#header_tx {
	max-width:100%;
	min-height:21px;
	padding:10px 0 0 0;
	margin: 0 auto;
	color:#777;
	text-align:left;
}

#header_k {
	max-width:100%;
	min-height:76px;
	padding:16px 0 0 0;
	margin: 0 auto;
}

.logo {
	max-width:300px;
	max-height:60px;
	float:left;
	text-align:left;
}

.h_r {
	max-width:900px;
	max-height:50px;
	padding:10px 0 0 0;
	float:right;
	text-align:right;
}

.canv {
	width: 100%;
	height:auto;
	margin: 0 auto;
}

.canv_c-s {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 26px 0 0 0 ;
}
	
.ma_lr {
		width:90%;
		height:auto;
		padding:0 5% 0 5%;
	margin: 0 auto;
	}
	
.mag {
	width:100%;
	text-align:right;
	margin-top:10px;
}

	
/* ▼SH スマホGナビスタイル▼
----------------------------------------*/

#lc_header {
	width:100%;
	height:70px;
	padding-top:0px;
}

.lc_slider {
        margin: 0 0 32px 0;
        padding: 0 0 86px;
        position: relative;
        z-index: 10;
        background-color: #393636;
    }

    .mv-bk {
        width: 100%;
        height: 48%;
        background-image: url(https://best-jobs.co.jp/img/mv-bkm.png);
        background-position: top;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 20;
        top: auto;
    }

.mv-bj {
        width: 90%;
        position: absolute;
        top: 76%;
        left: 5%;
        z-index: 200;
        width: 90%;
    }
	
    .mv-tx {
        width: 90%;
        position: absolute;
        top: 71.5%;
        left: 5%;
        z-index: 200;
    }
	
 .mv-bj {
        position: absolute;
        top: 58%;
        left: 5%;
        z-index: 200;
        width: 90%;
    }
	
.lc_h {
	max-width:100%;
	height:70px;
	margin: 0 auto;
}

.lhl {
	width:40%;
	height:36px;
	float:left;
	text-align:left;
	padding-left: 6%;
	padding-top:20px;
}

.lhl img {
	height:auto;
	width:90%;
}
	
.lhc {
	width:48%;
	height:60px;
	padding-top:10px;
	padding-left:3%;
	float:left;
	text-align:center;
}

	.lhc img {
		width:70%;
	}
	
.lhr {
	width:12%;
	height:35px;
	float:left;
	text-align:right;
	padding-right: 7%;
	padding-top:15px;
}
	
	
/*スマホ上段*/
#menu_smb {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_smb > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_smb > ul:before,
.menu_smb > ul:after {
    content: "";
    display: table;
}

.menu_smb > ul:after {
    clear: both;
}

.menu_smb > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:1px solid #E7CE47;
}

.menu_smb > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_smb > ul > li:hover {
    background: #553C19;
}

/*スマホ下段*/
#menu_ud {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_ud > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_ud > ul:before,
.menu_ud > ul:after {
    content: "";
    display: table;
}

.menu_ud > ul:after {
    clear: both;
}

.menu_ud > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:0px solid #D5D5D5;
}

.menu_ud > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_ud > ul > li:hover {
    background: #553C19;
}

.cs_all {
	width:100%;
	margin: 0 0 64px 0;
}
	
	
/* ▼SH Blogのスタイル▼
----------------------------------------*/

.ach {
	width:100%;
	min-height:200px;
}

.athum {
	width:100%;
	min-height:180px;
	float:none;
	padding: 0;
}

.aexp {
	width:100%;
	min-height:200px;
	margin: 12px 0 0 0 ;
	padding: 0;
	float:none;
}

.entry-title {
	font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    margin: 10px 0 0 0;
}
	
/* =BLOG-IVENT
----------------------------------------------- */

ul.default-wp-page li.previous {
	float:left;	
	border-bottom:1px solid #CECAAE;
	margin: 0 0 6px 0;
}
	
.b_title {
	width:100%;
	min-height:94px;
	text-align:center;
	margin:30px 0 16px 0;
}

.b_bar {
	width:100%;
	height:6px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 16px 0;
}

.side_top {
	width:100%;
	height:66px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 0 0;
}


.top_bt {
	width:100%;
	min-height: 20px;
	margin: 0 0 16px 0 ;
	font-size:16px;
	text-align:center;
	border-bottom: solid 2px #5f6953;
	font-weight:bold;
}

	.top_bt img {
		width:30%;
	}

	.bi_mg {
		margin: 12px 0 -20px 0;
	}
	
.bt_link {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 16px 0 60px 0;
}

.bt_link_u {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 0 0 80px 0;
}	
	
/* ▼SH Mobile Style▼
----------------------------------------*/
	
.btn {
    padding: 4px 20px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 11px;
	margin:20px 0 0 0;
}
	
.c-le {
	text-align:left !important;
}
	
.zx_pim {
	width:100%;
	text-align:center;
	margin: 20px 0 42px 0;
	}	
	.zx_pim img {width:90%}

.bx_pim {
	width:100%;
	text-align:center;
	margin: 20px 0 10px 0;
	}	
	.bx_pim img {width:90%}
	
.zx_im {
	width:100%;
	text-align:center;
	}
	.zx_im img {width:90%}
	
.zx_m {
	width:84%;
	padding: 0 8%;
	margin:16px 0 42px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	}

.zx_m a {
	font-weight:bold;
	color:#AAAE5B;
	text-decoration:none;
}

.zx_m a:hover {
	font-weight:bold;
	color:#AAAE5B;
	text-decoration:underline;
}

	
/* ▼TOP BLOGスタイル▼
----------------------------------------*/

.top_bisc {
	width:88%;
	min-height:400px;
	margin:0 6%;
}
	
.imbo {
	margin:50px 0 0 0;
}

.tblog {
	width:100%;
	height:70px;
	margin: 0 8% 0 0;
	padding: 2% 0 0 0 ;
	border-bottom: 0px dashed #CECAAE; 
	font-size:13px;
}

.tblog a {
    color: #231816 !important;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}
	
.b-le {
    width: 20%;
    height: 55px;
    float: left;
    margin: 0 5% 0 0;
    overflow: hidden;
}

.xb-le img {
	max-height:55px;
	overflow: hidden;
}
	
.b-r {
    width: 75%;
    min-height: 70px;
    float: right;
    line-height: 1.5;
}
	
.pu_b {
	width:100%;
	max-height:900px;
	padding: 44px 0 44px 0;
	margin: -12px 0 0 0;
}
	
.btn_btp {
    padding: 2px 8px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 12px;
	margin:0 18px 6px 0;
}

.wp-show-posts-entry-header {}
.wp-show-posts-entry-header h3 {font-size:15px !important;}

.wp-show-posts-inner {margin: 0 0 0 0 !important;}

.btn_be {
    padding: 4px 38px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
	margin:0 0 0 0;
}


	
/* ▼フッターのスタイル▼
----------------------------------------*/
	
#contact {
	width:100%;
	min-height:564px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.fcon {
        width: 100%;
        min-height: 200px;
        text-align: center;
	}

.f-cta {
        max-width: 940px;
        min-height: 140px;
        margin: 24px auto 0;
        text-align: center;
    }

.fc-ti {
        width: 90%;
        font-size: 15px;
        font-weight: 500;
        margin: -70px auto 0;
        color: #393636;
    }

.fc-ti img {
        width: 40%;
        margin: 0 0 24px 0;
    }	
	
.f-cta-c {
    width: 90%;
    min-height: 140px;
    margin: 0 5% 0 5%;
    padding: 4px 0;
    color: #FFFFFF;
}
	
.btn-ct a {
    background: #FFFFFF;
    background-clip: padding-box;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 12px auto 0;
    max-width: 90%;
    padding: 22px 24px;
    color: #4C4948;
    transition: 0.3s ease-in-out;
    font-weight: bold !important;
    border: 3px solid #393636;
    font-size: 17px;
}	
	
.btn-ct a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #4C4948;
    border-right: 3px solid #4C4948;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 48%;
    right: 30px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}	

.f-cpc {
        width: 90%;
        min-height: 140px;
        margin: 0 5% 0 5%;
        padding: 24px 0;
        color: #FFFFFF;
    }	
	
.btn-cp a {
    background: #FFFFFF;
    background-clip: padding-box;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 12px auto 0;
    max-width: 90%;
    padding: 28px 24px;
    color: #4C4948;
    transition: 0.3s ease-in-out;
    font-weight: bold !important;
    border: 3px solid #393636;
    font-size: 17px;
}	

.f-rb {
    width: 100%;
    min-height: 200px;
    background-color: #393636;
    padding: 38px 0 38px 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
}
	
.f-rb img {
        width: 32%;
        margin: 0 0 28px 0;
    }	
	
	
.fimg img {
    width: 90%!important;
}
	
.ft-info {
    width: 100%;
    min-height: 540px;
    text-align: center;
    color: #3E3A39;
    font-size: 14px;
    padding: 30px 0 32px 0;
    margin: 14px auto 0;
    background-color: #FFFFFF;
}

.ft-info img {
	margin: 0 0 16px 0;
	width:36%;
}

.tebo {
    font-size: 14px;
    font-weight: bold;
}
	
.cpr {
        width: 100%;
        min-height: 40px;
        padding: 10px 0 10px 0;
        font-size: 9px;
        text-align: center;
    }


	/* ▼Universal Style▼
----------------------------------------*/

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-760 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-940 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1060 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1200 {
  max-width: 100%;
	padding: 0 5%;
}

.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto 0;
	}	


	/* ▼マージン▼
----------------------------------------*/
	
.ce {
	margin: 0 auto ;
	
}

.mt1 {
	margin: 1rem 0 0 0 ;
}

.mt2 {
	margin: 2rem 0 0 0 ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}

.mb1 {
	margin: 0 0 1rem 0 ;
}

	
/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:14px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:180%;
}

	
/* ▼ボタン▼
----------------------------------------*/


	
	
/* ▼TOP▼
----------------------------------------*/
	

	

/* ▼PAGE▼
----------------------------------------*/
	

.tags {
    margin-bottom: 0px;
}


	
	
/* ▼TOP▼
----------------------------------------*/	
	
.t-sps .sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 124px !important;
}
	
.sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 228px !important;
}
	
.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    text-transform: none;
    font-size: 12px !important;
    line-height: 18px;
    color: #3E3A39;
    font-weight: 400;
    letter-spacing: 0.02em !important;
}	
	
.t-link {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 40px 0 0 0;
}	

.links {
    width: 100%;
    margin: 0 0 12% 0;
}
	
.btn-gr a {
    display: block;
    position: relative;
    margin: 1rem auto 3rem;
    text-align: center;
    padding: 0.7em 2em;
    width: 50%;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s;
    border-bottom: 0px solid #3E3A39;
    background-color: #898989;
}

.cs-tags {
    max-width: 96%;
    margin: 0 auto 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
.cs-tags li {
    width: 32%;
    min-height: 106px;
    background-color: #FFFFFF;
    border: 1px solid #898989;
    padding: 8px 6px;
    list-style: none;
    margin: 1% 0.5%;
    text-align: center;
}	
	
.ti-or {
    font-size: 20px;
    font-weight: normal;
    color: #4c4948;
    display: inline;
}
	
.se-title {
    width: 100%;
    min-height: 110px;
    padding: 18px 0;
    text-align: center;
}
	
.t-ma {
    margin: 60px 0 0 0;
}
	
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 45% !important;
    height: 160px !important;
    margin: 20px 6px 10px 6px !important;
    margin-left: 0px;
}

.yarpp-thumbnail > img {
    width: 100%;
    height: auto !important;
    margin: 5px;
}

.yarpp-related h3 {
    font-size: 125%;
    font-weight: 700;
    margin: 76px 0 0 0 !important;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.top-works {
    width: 100%;
    min-height: 1160px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.w-box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
	
/* ▼table▼
----------------------------------------*/	
	
.info{
  width:90%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto 5%;
  font-size:14px;
}
 
.info th{
  width:100%;
  padding: 20px 20px 20px 38px;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: bold;
  line-height:160%;
  text-align: center;
  vertical-align: middle;
	background-color:transparent;
	display:block;
}
 
.info td{
	max-width:100%;
padding: 20px 0 20px 0;
text-align: left;
text-justify: inter-ideograph;
vertical-align: top;
background-color: transparent;
border-top: dashed 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:220%;
	display:block;
}

.info-e{
  width:90%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto 5%;
  font-size:15px;
}
 
.info-e th{
  width:100%;
  padding: 20px 20px 20px 38px;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: bold;
  line-height:160%;
  text-align: center;
  vertical-align: middle;
	background-color:transparent;
	display: block;
}
 
.info-e td{
	max-width:100%;
padding: 30px 0 30px 0;
text-align: left;
text-justify: inter-ideograph;
vertical-align: top;
background-color: transparent;
border-top: dashed 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:220%;
	display: block;
}

.tbl-r05 {
    width: 100%;
	  font-size:13px;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
	   max-width:100%;
  padding: 10px 10% 10px 10%;
    display: block;
    text-align: right;
    width: 100%;
	  box-sizing: border-box;
  }
  .tbl-r05 td:first-child {
    background: #73BA7B;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }

.blogbox {
	text-align: justify;
    text-justify: inter-ideograph;
}

.blogbox img {
	margin: 1em 0 2em 0;
}

.blogbox h2 {
  text-align: left;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
	margin: 0.4em 0 ;
}

.blogbox h3 {
  text-align: left;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
	margin: 0.4em 0 ;
}

.blogbox h4 {
  text-align: left;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
}

.blogbox h5 {
  text-align: left;
	font-size:15px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
}	
	
}

/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {
   .one-column-template .wrapper, 
   .wrapper,
   .one-column-template .container,
   .container { 
   	width: 95%; 
   }        
}

/* =Retina Ready Structure
----------------------------------------------- */
/* All Retina Ready devices larger than 1.5 pixel ratio */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	input.s { 
		background-image: url('images/search@2x.png');		
		background-size: 24px 15px;
	}
	.social-profiles ul li a {
		background-image: none;					
		background-size: 30px 30px;
	}
	.social-profiles ul li.facebook a {
		background-image: url('images/facebook@2x.png');		
		background-position: 0 0;		
	}
	.social-profiles ul li.facebook a:hover {
		background-image: url('images/facebook@2x-hover.png');		
		background-position: 0 0;
	}
	.social-profiles ul li.twitter a {
		background-image: url('images/twitter@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.twitter a:hover {
		background-image: url('images/twitter@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.google-plus a {
		background-image: url('images/google-plus@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.google-plus a:hover {
		background-image: url('images/google-plus@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.pinterest a {
		background-image: url('images/pinterest@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.pinterest a:hover {
		background-image: url('images/pinterest@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.linked a {
		background-image: url('images/linked@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.linked a:hover {
		background-image: url('images/linked@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.tumblr a {
		background-image: url('images/tumblr@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.tumblr a:hover {
		background-image: url('images/tumblr@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.vimeo a {
		background-image: url('images/vimeo@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.vimeo a:hover {
		background-image: url('images/vimeo@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.my-space a {
		background-image: url('images/my-space@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.my-space a:hover {
		background-image: url('images/my-space@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.flickr a {
		background-image: url('images/flickr@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.flickr a:hover {
		background-image: url('images/flickr@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.you-tube a {
		background-image: url('images/you-tube@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.you-tube a:hover {
		background-image: url('images/you-tube@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.rss a {
		background-image: url('images/rss@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.rss a:hover {
		background-image: url('images/rss@2x-hover.png');
		background-position: 0 0;
	}
}  	