/*
Theme Name: Sigma Themes
Author: 株式会社シグマ商事
Author URI: http://www.sigma-shoji.co.jp/
Description: 株式会社シグマ商事のホームページのテーマ
Version: 1.0
Text Domain: sigma
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
 display: block;
}
html {
 overflow-y: scroll;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
 color: #2b2b2b;
 font-size: 16px;
 font-weight: 400;
 line-height: 1.5;
}
body {
 background: #ffffff;
}
a {
 color: #797969;
 text-decoration: none;
}
a:focus {
 outline: thin dotted;
}
a:hover, a:active {
 outline: 0;
}
a:active, a:hover {
 color: #5A5345;
}
h1, h2, h3, h4, h5, h6 {
 clear: both;
 font-weight: 700;
 margin: 36px 0 12px;
}
h1 {
 font-size: 26px;
 line-height: 1.3846153846;
}
h2 {
 font-size: 24px;
 line-height: 1;
}
h3 {
 font-size: 22px;
 line-height: 1.0909090909;
}
h4 {
 font-size: 20px;
 line-height: 1.2;
}
h5 {
 font-size: 18px;
 line-height: 1.3333333333;
}
h6 {
 font-size: 16px;
 line-height: 1.5;
}
address {
 font-style: italic;
 margin-bottom: 24px;
}
abbr[title] {
 border-bottom: 1px dotted #2b2b2b;
 cursor: help;
}
b, strong {
 font-weight: 400;
}
small {
 font-size: smaller;
}
big {
 font-size: 125%;
}
dl {
 margin-bottom: 24px;
}
dt {
 font-weight: bold;
}
dd {
 margin-bottom: 24px;
}
ul, ol {
 list-style: none;
 margin: 0 0 24px 0px;
}
ul {
 list-style: disc;
}
ol {
 list-style: decimal;
}
li > ul, li > ol {
 margin: 0 0 0 20px;
}
img {
 max-width: 100%;
 height: auto;
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 -ms-interpolation-mode: bicubic;
 border: 0;
 vertical-align: middle;
}
button, input, select, textarea {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 font-size: 100%;
 margin: 0;
 max-width: 100%;
 vertical-align: baseline;
}
button, input {
 line-height: normal;
}
input, textarea {
 background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer;
}
button[disabled], input[disabled] {
 cursor: default;
}
input[type="checkbox"], input[type="radio"] {
 padding: 0;
}
input[type="search"] {
 -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}
table, th, td {
 border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
 border-collapse: separate;
 border-spacing: 0;
 border-width: 1px 0 0 1px;
 margin-bottom: 24px;
 width: 100%;
}
caption, th, td {
 font-weight: normal;
 text-align: left;
}
th {
 border-width: 0 1px 1px 0;
 font-weight: bold;
}
td {
 border-width: 0 1px 1px 0;
}
hr {
 background-color: rgba(0, 0, 0, 0.1);
 border: 0;
 height: 1px;
 margin-bottom: 23px;
}
.pc {
 display: block !important;
}
.sp {
 display: none !important;
}
@media only screen and (max-width: 767px) {
 .pc {
  display: block !important;
 }
 .sp {
  display: none !important;
 }
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/* Input fields */
input, textarea {
 border: 1px solid rgba(0, 0, 0, 0.1);
 border-radius: 2px;
 color: #2b2b2b;
 padding: 8px 10px 7px;
}
textarea {
 width: 100%;
}
input:focus, textarea:focus {
 border: 1px solid rgba(0, 0, 0, 0.3);
 outline: 0;
}
/* Buttons */
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
 background-color: #388ACC;
 border: 0;
 border-radius: 2px;
 color: #fff;
 font-size: 12px;
 font-weight: 700;
 padding: 10px 30px 11px;
 text-transform: uppercase;
 vertical-align: bottom;
}
button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
 background-color: #006DD9;
 color: #fff;
}
button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
 background-color: #55d737;
}
.search-field {
 width: 100%;
}
.search-submit {
 display: none;
}
/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
 max-width: 100%;
}
/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
 height: auto;
}
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
 height: auto;
 max-width: 100%;
}
/* Alignment */
.alignleft {
 float: left;
}
.alignright {
 float: right;
}
.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
img.alignleft {
 margin: 7px 24px 7px 0;
}
img.alignright {
 margin: 7px 0 7px 24px;
}
@media only screen and (max-width: 767px) {
 img.alignleft {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
 }
 img.alignright {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
 }
}
img.aligncenter, .wp-caption.aligncenter {
 margin-top: 7px;
 margin-bottom: 7px;
}
.hide {
 display: none;
}
/* Clearing floats */
[class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
 content: "";
 display: table;
}
[class*="content"]:after, [class*="site"]:after {
 clear: both;
}
.flex {
 display: -webkit-box;
 display: -moz-box;
 display: -webkit-flexbox;
 display: -moz-flexbox;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: -moz-flex;
 display: flex;
 flex-wrap: wrap;
}
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
.site {
 background-color: #fff;
 position: relative;
 margin: 0 auto;
}
#main {
 max-width: 1040px;
 margin: 0 auto;
}
.main-content1 {
 width: 100%;
 max-width: 100%;
 margin: 0 auto;
}
.main-content2 {
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
 float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 #main {
  max-width: 100%;
 }
 .main-content1, .main-content2 {
  width: 95%;
  max-width: 95%;
  margin: auto;
  float: none;
 }
}
@media only screen and (max-width: 767px) {
 #main {
  max-width: 100%;
 }
 .main-content1, .main-content2 {
  width: 95%;
  margin: auto;
  padding: 0 0 50px;
  float: none;
 }
}
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
#header {
 max-width: 1040px;
 margin: 0 auto;
}
#header ul.head {
 margin: 0 auto;
 justify-content: space-between;
 align-items: center;
 list-style: none;
}
#header ul.head li:nth-child(1) {
 margin-right: auto;
}
#header ul.head li:nth-child(2) {
 width: 40%;
 font-size: 12px
}
#header ul.head li:nth-child(3) {
 margin-left: auto;
}
#header #slider {
 clear: both;
}
#header .header-form {
 padding-top: 20px;
}
#header #slider ul li img {
 border-radius: 20px;
}
@media only screen and (max-width: 767px) {
 #header {
  width: 100%;
 }
 #header ul.head li:nth-child(1) {
  max-width: 30%;
  order: 2;
 }
 #header ul.head li:nth-child(2) {
  width: 100%;
  padding: 5px;
  order: 1;
  font-size: 10px;
 }
 #header ul.head li:nth-child(3) {
  max-width: 60%;
  padding-bottom: 10px;
  order: 3;
 }
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
.site-navigation {
 margin: 30px auto;
 border: 1px solid #ccc;
}
.site-navigation ul {
 width: 100%;
 list-style: none;
 margin: 0;
 display: -webkit-box;
 display: -moz-box;
 display: -webkit-flexbox;
 display: -moz-flexbox;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: -moz-flex;
 display: flex;
 flex-wrap: wrap;
}
.site-navigation ul li {
 width: 25%;
 position: relative;
 box-sizing: border-box;
}
.site-navigation ul li a {
 margin: 0 auto;
 padding: 25px 0;
 display: block;
 text-align: center;
 width: 100%;
 font-size: 1.1em;
 font-weight: bold;
 line-height: 1.3;
 letter-spacing: 0.1em;
 color: #000;
 background-repeat: no-repeat;
 background-position: center 12px;
}
.site-navigation ul li a:hover {
 background-color: #eee;
}
.site-navigation ul li a small {
 display: block;
 font-size: 0.8em;
 letter-spacing: 0;
 color: #ccc;
}
.site-navigation ul li ul.sub-menu {
 top: 92px;
 left: -1px;
 position: absolute;
}
.site-navigation ul li ul.sub-menu li {
 overflow: hidden;
 width: 89%;
 height: 0;
 transition: all .3s;
 border-left: 1px #ccc solid;
}
.site-navigation ul li ul.sub-menu li a {
 padding: 15px;
 font-size: 0.8em;
 line-height: 1;
 background: #fff;
 border-bottom: 1px #ccc solid;
	text-align: left;
}
.site-navigation ul li ul.sub-menu li a:hover {
 background: #eee;
}
.site-navigation ul li:hover > ul > li {
 overflow: visible;
 height: 44px;
}
/* Fromt Page Navigation*/
.site-navigation ul li.menu-recruit a, .site-navigation ul li.menu-company a, .site-navigation ul li.menu-info a, .site-navigation ul li.menu-item-3692 a, .site-navigation ul li.menu-item-3693 a {
 border-right: 1px #ccc solid;
}
/* Company Page Navigation*/
.site-navigation ul li.menu-greeting a, .site-navigation ul li.menu-history a, .site-navigation ul li.menu-list a {
 border-right: 1px #ccc solid;
}
/* Infomation Page Navigation*/
.site-navigation ul li.menu-ss a {
 background-size: 23px 23px;
 background-image: url(images/menu-ss.png);
 border-right: 1px #5A5345 dotted;
}
.site-navigation ul li.menu-truck a {
 background-size: 23px 23px;
 background-image: url(images/menu-truck.png);
 border-right: 1px #5A5345 dotted;
}
.site-navigation ul li.menu-marine a {
 background-size: 23px 23px;
 background-image: url(images/menu-marine.png);
 border-right: 1px #5A5345 dotted;
}
.site-navigation ul li.menu-tire a {
 background-size: 23px 23px;
 background-image: url(images/menu-tire.png);
}
@media only screen and (max-width: 767px) {
 .site-navigation {
  overflow: visible;
 }
 .site-navigation ul li a {
  font-size: 0.8em;
 }
 .menu-item-has-children a:nth-of-type(1) {
  pointer-events: none;
 }
 .menu-item-has-children ul li a:nth-of-type(1) {
  pointer-events: auto;
 }
.site-navigation ul li ul.sub-menu {
 top: 80px;
	width: 220%;
}
.site-navigation ul li:hover > ul > li {
}
}
/* Company Page */
/* Primary Navigation */
/* Secondary Navigation */
/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
.content-area {
 padding-top: 0px;
 padding-bottom: 60px;
}
#content .page {
 margin: 20px auto;
 max-width: 1040px;
}
#secondary {
 float: right;
 width: 200px;
 padding: 45px 20px;
}
#secondary img {
 padding-bottom: 10px;
}
#secondary ul.bnr {
 margin-top: 30px;
 list-style: none;
 justify-content: space-between;
}
#secondary ul.bnr li {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#secondary ul.bnr li:nth-child(even) {
 display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 #secondary ul.bnr li {
  width: 24%;
 }
}
@media only screen and (max-width: 767px) {
 #secondary ul.bnr li {
  width: 48%;
 }
}
@media only screen and (max-width: 1023px) {
 .content-area {
  padding-bottom: 0;
 }
}
/* Top Page */
.home #primary {
 width: 100%;
}
.home #primary h3 {
 font-size: 2em;
 color: #1665a7;
}
.home #primary h3:first-letter {
 color: #d81f1c;
}
.home #primary h3 small {
 margin: 0 0 0 20px;
 font-size: 0.6em;
 color: #000;
 letter-spacing: 0.1em;
}
#SpecialSite {
 list-style: none;
 justify-content: space-between;
}
#SpecialSite li {
 width: 48%;
 margin: 0 auto 0 0;
 padding: 0;
 font-size: 12px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#SpecialSite li:nth-child(even) {
 margin: 0 0 0 auto;
}
#SpecialSite li img {
 width: 100%;
}
#OurBusiness {
 list-style: none;
 justify-content: space-between;
}
#OurBusiness li {
 width: 48%;
 margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 #content .page {
  margin: 20px auto;
 }
}
@media only screen and (max-width: 767px) {
 #content .page {
  margin: 20px auto;
 }
 #SpecialSite li {
  width: 100%;
 }
 .home #primary h3 {
  font-size: 1.4em;
 }
}
a.top-page-link {
 text-align: right;
 float: right;
 font-size: 11px;
 color: #3B9ED3;
 font-weight: bold;
 padding: 10px 0;
}
/* Company Page */
.company-content {
 justify-content: space-between;
}
.company-content section {
 width: 23%;
 margin: 15px auto;
 padding: 10px;
 font-size: 14px;
 border: 2px solid #ADABA6;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.company-content section img {
 width: 100%;
}
.company-content section .detail img {
 width: auto;
}
.company-content section p {
 color: #595445;
}
.company-content section span a {
 margin: 10px auto;
 display: block;
 font-size: 15px;
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 .company-content section {
  width: 45%;
 }
 .company-content section p {
  padding: 0 15px;
 }
}
@media only screen and (max-width: 767px) {
 .company-content section {
  width: 100%;
  margin: 15px auto 20px auto;
 }
}
/* Company Page Top */
#post-6 h1.entry-title, #post-2 h1.entry-title, #post-61 h1.entry-title {
 display: none;
}
.company-content section p .text {
 padding-left: 20px;
 padding-top: 10px;
 display: block;
}
/* Company Page Greeting */
.company-greeting {
 font-size: 14px;
 line-height: 2em;
 padding-bottom: 20px;
}
#post-23 h2 {
 font-size: 20px;
 padding-bottom: 20px;
}
/* Company Page History */
#post-25 dl.top-border {
 border-top: 1px solid #000000;
}
#post-25 dl {
 width: 780px;
 padding-top: 10px;
 font-size: 13px;
}
#post-25 dl.history {
 width: 500px;
}
#post-25 .company {
 padding-top: 20px;
 font-size: 13px;
}
#post-25 dt {
 width: 20%;
 padding: 10px 0;
 font-weight: normal;
 border-bottom: 1px #ccc dotted;
}
#post-25 dd {
 width: 80%;
 margin-bottom: 0;
 padding: 10px 0;
 border-bottom: 1px #ccc dotted;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 #post-25 dl {
  width: 100%;
 }
 #post-25 dl.history {
  width: 100%;
 }
 #post-25 dt {
  width: 30%;
 }
 #post-25 dd {
  width: 70%;
 }
 #post-25 dl.history dt {
  width: 30%;
 }
 #post-25 dl.history dd {
  width: 70%;
 }
 #post-2 dl.tag dt {
  width: 30%;
 }
 #post-2 dl.tag dd {
  width: 70%;
 }
}
/* Company Page list & Group */
#post-27 .list, #post-29 .list {
 font-size: 13px;
 line-height: 2.3em;
 border-bottom: 1px #000000 dotted;
 padding: 20px 0 30px;
}
#post-27 .list p, #post-29 .list p {
 margin-bottom: 10px;
 padding-left: 2em;
 text-indent: -2em;
}
@media only screen and (max-width: 767px) {
 #post-25 dl {
  width: 100% !important;
 }
 #post-25 dl.history {
  width: 100% !important;
 }
 #post-27 .list p, #post-29 .list p {
  padding-left: 0;
  text-indent: 0;
 }
}
/* Reqruit Page  */
#post-2 h2, #post-61 h2, .parent-pageid-6 h1 {
 border-left: 10px solid #69C6C8;
 padding-left: 10px;
}
#post-2 p.explain, .parent-pageid-6 .entry-content {
 min-height: 150px;
 margin: 0 auto;
 vertical-align: middle;
 border-top: 1px solid #000;
 padding: 10px 0 0 0;
}
#post-2 dl.tag {
 margin: 30px 0;
 justify-content: space-between;
}
#post-2 dl.tag dt {
 width: 20%;
 margin: 0;
 padding: 10px;
 background: #f5f5f5;
 border-bottom: 1px solid #ccc;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#post-2 dl.tag dd {
 width: 80%;
 margin: 0;
 padding: 10px;
 border-bottom: 1px solid #ccc;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
/* Infomation Page  */
#post-9 h1.entry-title {
 display: none;
}
.info-content {
 justify-content: space-between;
}
.info-content section {
 width: 23%;
 margin: 15px auto;
 padding: 10px;
 font-size: 14px;
 border: 2px solid #ADABA6;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.info-content section img {
 width: 100%;
}
.info-content section .detail img {
 width: auto;
}
.info-content section p {
 color: #595445;
}
.info-content section span a {
 margin: 10px auto;
 display: block;
 font-size: 15px;
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 .info-content section {
  width: 45%;
 }
 .info-content section p {
  padding: 0 15px;
 }
}
@media only screen and (max-width: 767px) {
 .info-content section {
  width: 100%;
  margin: 15px auto 20px auto;
 }
}
.info .list {
 font-size: 13px;
 line-height: 1.5em;
 border: 2px #D7CECB solid;
 background-color: #EBE7E4;
 padding: 20px 15px 30px;
 margin-bottom: 20px;
 height: 125px;
}
.info .list h2 {
 font-size: 17px;
 margin: 0 0 20px 0;
 clear: none;
}
.info .list img {
 margin-left: 20px;
}
@media only screen and (max-width: 767px) {
 .info .list {
  padding: 20px 15px;
  height: auto;
 }
}
#post-103 h1, #post-105 h1, #post-107 h1, #post-109 h1 {
 border-left: 10px solid #F38B00;
 padding-left: 10px;
}
#post-103 .entry-content, #post-105 .entry-content, #post-107 .entry-content, #post-109 .entry-content {
 min-height: 150px;
 vertical-align: middle;
 border-top: 1px solid #000;
 padding: 10px 0 0 0;
}
.info .post-105 .list a, .info .post-107 .list a {
 position: relative;
 top: -78px;
 left: 184px;
 background-color: #003D9B;
 color: #fff;
 padding: 5px 30px;
 text-decoration: none;
 font-size: 10px;
}
.info .post-107 .list a {
 left: 287px;
}
@media only screen and (max-width: 767px) {
 .info .post-105 .list a, .info .post-107 .list a {
  position: static;
  margin: 10px auto auto auto;
  display: block;
  text-align: center;
 }
}
#post-109 .dexcription {
 margin: 20px 10px;
 font-size: 14px;
 line-height: 1.8em;
}
#post-11 h1.entry-title, .single h1.entry-title {
 border-left: 10px solid #595445;
 padding-left: 10px;
}
#post-11 .entry-content, #post-61 .entry-privacy, .single .entry-content {
 padding-top: 15px;
 border-top: 1px solid #000;
 font-size: 13px;
}
.contact-privacy {
 padding-bottom: 20px;
}
#post-11 table, #post-61 table {
 width: 100%;
}
#post-11 table, #post-11 th, #post-11 td, #post-61 table, #post-61 th, #post-61 td {
 border: 1px solid #AAA6A5;
 font-size: 15px;
 color: #7F7B6F;
}
#post-11 th {
 background-color: #F2F2F1;
}
#post-61 th {
 background-color: #F4FAF8;
}
#post-11 .submit, #post-61 .submit {
 text-align: center;
}
#post-11 input[type="submit"], #post-61 input[type="submit"] {
 font-size: 15px;
}
#post-11 .red, #post-61 .red {
 color: #F50228;
}
.archive h1.entry-title a {
 border-left: 10px solid #595445;
 padding-left: 10px;
}
.archive h1.entry-title {
 border-bottom: 1px solid #595445;
 padding-bottom: 2px;
}
.archive .entry-content {
 width: 100%;
 margin: 0;
 padding: 0;
 font-size: 15px;
 display: -webkit-box;
 display: -moz-box;
 display: -webkit-flexbox;
 display: -moz-flexbox;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: -moz-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 justify-content: space-between;
}
.article-content {
 width: 70%;
}
.article-content .info {
 margin-bottom: 15px;
 border-bottom: 1px dotted #000;
}
.article-content .date {}
.archive #primary .site-content {
 padding-bottom: 40px;
}
.entry-content .no-image {
 background-color: #808080;
 width: 25%;
 height: 110px;
 margin-right: auto;
 padding: 45px 0;
 color: #ffffff;
 text-align: center;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.entry-content .thumbnail {
 width: 25%;
 height: 110px;
 text-align: center;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.entry-content .thumbnail img {
 height: 110px;
 object-fit: cover;
}
.single #content {
 min-height: 400px;
}
.previous_post {
 float: right;
 padding-bottom: 20px;
}
.next_post {
 float: left;
 padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
 #post-11 th, #post-11 td {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
 .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  width: 100%;
  width: 100%;
 }
 .article-content {
  width: 100%;
 }
 .entry-content .no-image {
  background-color: #808080;
  width: 100%;
  padding: 70px 0;
  margin-bottom: 20px;
 }
 .entry-content .thumbnail {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
 }
 .entry-content .thumbnail img {
  width: 100%;
  height: 220px;
 }
 .archive h1.entry-title, .screen-reader-text {
  font-size: 1.1em;
 }
}
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */
/* Tag links style */
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.entry-content, .entry-summary, .page-content {
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
 word-wrap: break-word;
}
.site-content .entry-content, .site-content .entry-summary, .page-content {
 background-color: #fff;
 padding: 12px 10px 0;
}
.page .entry-content {
 padding-top: 0;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a {
 text-decoration: underline;
}
.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .entry-content a.button, .entry-summary a.button, .page-content a.button, .comment-content a.button {
 text-decoration: none;
}
.entry-content table, .comment-content table {
 font-size: 14px;
 line-height: 1.2857142857;
 margin-bottom: 24px;
}
.entry-content th, .comment-content th {
 font-weight: 700;
 padding: 8px;
 text-transform: uppercase;
}
.entry-content td, .comment-content td {
 padding: 8px;
}
.entry-content .edit-link {
 clear: both;
 display: block;
 font-size: 12px;
 font-weight: 400;
 line-height: 1.3333333333;
 text-transform: uppercase;
}
.entry-content .edit-link a {
 color: #767676;
 text-decoration: none;
}
.entry-content .edit-link a:hover {
 color: #41a62a;
}
@media only screen and (max-width: 767px) {}
/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */
/* Paging Navigation */
.paging-navigation {
 border-top: 5px solid #000;
 margin: 48px 0;
}
.paging-navigation .loop-pagination {
 margin-top: -5px;
 text-align: center;
}
.paging-navigation .page-numbers {
 border-top: 5px solid transparent;
 display: inline-block;
 font-size: 14px;
 font-weight: 900;
 margin-right: 1px;
 padding: 7px 16px;
 text-transform: uppercase;
}
.paging-navigation a {
 color: #2b2b2b;
}
.paging-navigation .page-numbers.current {
 border-top: 5px solid #24890d;
}
.paging-navigation a:hover {
 border-top: 5px solid #41a62a;
 color: #2b2b2b;
}
@media only screen and (max-width: 767px) {
 .paging-navigation {
  border-top: 5px solid #000;
  margin: 48px 0 0 0;
 }
 .paging-navigation .page-numbers {
  font-size: 10px;
  margin-right: 1px;
  padding: 5px;
 }
}
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */
/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */
.error404 .page-content {
 padding-top: 0;
}
.error404 .page-content .search-form {
 margin-bottom: 24px;
}
/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */
.full-width .hentry {
 max-width: 100%;
}
/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */
.singular .site-content .hentry.has-post-thumbnail {
 margin-top: -48px;
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */
/* Secondary */
/* Primary Sidebar */
/* Content Sidebar */
.content-sidebar {
 border-top: 1px solid rgba(0, 0, 0, 0.1);
 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #767676;
 padding: 48px 10px 0;
}
ul.company, ul.info, ul.company, ul.info_recruit {
 list-style: none;
}
ul.company li, ul.info li {
 height: 20px;
 font-size: 13px;
 padding: 14px;
 border-bottom: 1px dotted #666666;
}
ul.company li.title, ul.info li.title {
 background-color: #388ACC;
 border-bottom: none;
 padding-left: 36px;
 background-image: url(images/icon-side-arrow.png);
 background-repeat: no-repeat;
 background-position: 13px 16px;
}
ul.company li.title a, ul.info li.title a {
 color: #ffffff;
}
ul.info li.title {
 background-color: #F38B00;
}
ul.info li {
 font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 ul.info_recruit {
  margin: auto;
  justify-content: space-between;
 }
 ul.info_recruit li {
  width: 25%;
 }
 ul.info_recruit li:nth-child(even) {
  display: none;
 }
 ul.info_recruit li img {
  width: 100%;
 }
}
@media only screen and (max-width: 767px) {
 ul.info_recruit {
  margin: auto;
  justify-content: space-between;
 }
 ul.info_recruit li {
  width: 48%;
 }
 ul.info_recruit li:nth-child(even) {
  display: none;
 }
}
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */
/* Primary Sidebar, Footer Sidebar */
.widget {
 font-size: 14px;
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
 line-height: 1.2857142857;
 margin-bottom: 48px;
 width: 100%;
 word-wrap: break-word;
}
/* Recent Posts Widget */
/* RSS Widget */
/* Text Widget */
.widget_text > div > :last-child {
 margin-bottom: 0;
}
/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
#footer {
 background-color: #E6E3DD;
}
#footer .main {
 max-width: 1040px;
 margin: 0 auto;
 padding: 40px 15px 25px;
 font-size: 12px;
 color: #595445;
}
#footer .main ul {
 margin: 0;
 list-style: none;
}
#footer .main ul li.f1 {
 width: 25%;
 margin-right: auto;
}
#footer .main ul li.f2 {
 width: 70%;
}
#footer .main ul li.f3 {
 width: 100%;
}
#footer .main .logo {
 padding-bottom: 20px;
}
#footer .main .contact {
 padding-top: 25px;
}
#footer .main ul li:nth-child(2) ul {
 margin: 0;
 padding: 0;
 list-style: none;
 display: -webkit-box;
 display: -moz-box;
 display: -webkit-flexbox;
 display: -moz-flexbox;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: -moz-flex;
 display: flex;
 flex-wrap: wrap;
}
#footer .main ul li:nth-child(2) ul li {
 margin-bottom: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 position: relative;
}
#footer .main ul li:nth-child(2) ul li:before {
 content: "";
 width: 15px;
 height: 15px;
 position: absolute;
 top: 0;
 left: 0;
 border: 1px solid #595445;
}
#footer .main ul li:nth-child(2) ul li:after {
 content: "";
 width: 5px;
 height: 5px;
 display: inline-block;
 position: absolute;
 top: 5px;
 left: 2px;
 border: 1px solid;
 border-color: #595445 #595445 transparent transparent;
 transform: rotate(45deg);
}
#footer .main ul li:nth-child(2) ul li a {
 padding: 0 20px;
}
#footer .copyright {
 background-color: #595445;
 text-align: center;
 height: 25px;
 display: block;
 color: #ffffff;
 font-size: 10px;
 padding-top: 10px;
}
.footer-navi a {
 padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 #footer .main ul li.f1 {
  width: 35%;
 }
 #footer .main ul li.f2 {
  width: 60%;
 }
}
@media only screen and (max-width: 767px) {
 #footer .main {
  width: 100%;
  margin: auto;
  padding: 0 0 20px 0;
 }
 #footer .main ul li.f1 {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  order: 2;
 }
 #footer .main ul li.f2 {
  width: 100%;
  order: 1;
 }
 #footer .main ul li.f3 {
  width: 100%;
  order: 3;
 }
 #footer .main ul li:nth-child(2) ul {
  justify-content: space-between;
 }
 #footer .main ul li:nth-child(2) ul li {
  width: 50%;
  margin: 0;
  padding: 0 30px;
  border-bottom: 1px solid #595445;
  font-size: 10px;
 }
 #footer .main ul li:nth-child(2) ul li:before {
  top: 15px;
  left: 8px;
 }
 #footer .main ul li:nth-child(2) ul li:after {
  top: 20px;
  left: 11px;
 }
 #footer .main ul li:nth-child(2) ul li:nth-child(odd) {
  border-right: 1px solid #595445;
 }
 #footer .main ul li:nth-child(2) ul li a {
  width: 100%;
  padding: 15px 0;
  display: block;
 }
 .footer-navi {
  margin-right: 20px;
 }
 .footer-navi a {
  padding-left: 10px;
 }
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
 width: device-width;
}
@viewport {
 width: device-width;
}
@media screen and (max-width: 400px) {}
@media screen and (min-width: 401px) {}
@media screen and (min-width: 594px) {}
@media screen and (min-width: 673px) {}
@media screen and (min-width: 783px) {}
@media screen and (min-width: 810px) {}
@media screen and (min-width: 846px) {}
@media screen and (min-width: 1008px) {}
@media screen and (min-width: 1040px) {}
@media screen and (min-width: 1080px) {}
@media screen and (min-width: 1110px) {}
@media screen and (min-width: 1218px) {}
@media screen and (min-width: 1260px) {}
/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */
@media print {
 body {
  background: none !important; /* Brute force since user agents all print differently. */
  color: #2b2b2b;
  font-size: 12pt;
 }
 .site, .site-header, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .archive-header, .page-header {
  max-width: 100%;
 }
 #secondary, .site-footer, .slider-control-paging, .slider-direction-nav {
  display: none;
 }
 .site-title a, .entry-meta, .entry-meta a {
  color: #2b2b2b;
 }
 .entry-content a, .entry-summary a, .page-content a {
  text-decoration: none;
 }
 .site-header, .post-thumbnail, a.post-thumbnail:hover, .site-content .entry-header, .site-footer, .featured-content, .featured-content .entry-header {
  background: transparent;
 }
}