@charset "UTF-8";

.wrap {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrap::after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
}

.main-inner {
  margin-right: 358px;
}

#side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  margin-right: 358px;
  margin-left: 0;
}
.left-content #side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 358px;
  margin-right: 0;
}
.right-content #side {
  width: 310px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 1000px;
}
.one-column #content .wrap #main {
  width: 100%;
  float: none;
}
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.one-column #content .wrap #side {
  display: none;
}


/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap,
  .one-column #content .wrap {
    margin-left: 36px;
    margin-right: 36px;
    width: auto;
  }

  .main-inner {
    margin-right: 346px;
    box-sizing: border-box;
  }

  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 24px;
    margin-right: 24px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  /* phone end */
}
/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  background: #fff;
}

a {
  text-decoration: none;
  color: #FFD700;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #333;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],
.wpcf7 textarea
{
    background-color: #fff;
    width: 100%;
}
/* ----------------------------------------
* header
---------------------------------------- */
#header {
  padding: 0;
  overflow: visible;
	background: transparent;
	transition: all 0.5s ease;
}
#header #logo {
  float: left;
  font-size: 24px;
  padding: 20px 0;
}

#header #logo_pc {
	float: left;
	font-size: 18px;
	padding: 30px 0;
	display:none;
	}
@media (min-width: 992px){
	#header #logo{
		display:none;
	}
	#header #logo_pc{
		display:block;
	}
}
@media (min-width: 768px){
	
#header.scrolled{
	background: #fff;
}
}


/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */

#gnav{
	margin:0 0 0 auto;
	float:right;
	text-align:right;
}

#gnav ul li{
	display:inline-block;
	position:relative;
}

#gnav ul li a{
	display:block;
	line-height:28px;
	text-decoration:none;
	-webkit-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out;
  padding: 20px 12px;
 color: #333;
}

#gnav ul li a:hover {
  color: #fff;
  background: #333;
}

#header-right {
  height: 92px;
  float: right;
}

@media (min-width: 992px){
	#gnav ul li a{
		color: #fff;
/*	text-shadow: 0 0 5px #333;*/
	}
#header.scrolled #gnav ul li a{
	color: #333;
}
	
#header.scrolled #gnav ul li a:hover {
  color: #fff;
  background: #333;
}
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 0;
  /* キャプション */
}
#content .wrap {
  overflow: visible;
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-bottom: 12px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

/* ----------------------------------------
* frontpage
---------------------------------------- */
.home #content {
  padding-bottom: 0;
}
.home #main {
  width: 100%;
  margin: 0;
  float: none;
}
.home .main-inner {
  margin: 0;
}
.home .wrap {
  width: 1200px;
  margin: 0 auto;
}

#main_visual h2 {
  font-size: 48px;
  line-height: 70px;
  margin-bottom: 24px;
}
#main_visual p {
  font-size: 15px;
  width: 600px;
  margin: 0 auto;
}
.front-main-cont .front-cont-header {
  position: relative;
  padding: 28px 0 19px;
  background: #333;
  color: #fff;
  text-align: center;
}
 .front-main-cont .front-cont-header2 {
  position: relative;
  padding: 16px 0 24px;
  color: #333;
  text-align: center;
}
.front-main-cont .front-cont-header2 .cont-title {
  font-size: 28px;
  margin: 0;
	font-weight:bold;
}
.front-main-cont .front-cont-header2 .cont-ruby {
  font-size: 11px;
  margin: 0;
}
.front-main-cont .front-cont-header .cont-icon {
  font-size: 28px;
}
.front-main-cont .front-cont-header .cont-title {
  font-size: 28px;
  margin: 0;
		font-weight:bold;
		  padding: 0;
}
.front-main-cont .front-cont-header .cont-ruby {
  font-size: 11px;
  margin: 0;
}
.front-main-cont .tri-border {
  position: absolute;
  bottom: -18px;
  width: 100%;
  z-index: 20;
}

#front-contents .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#front-contents .c_box_inner {
  width: 54%;
  padding-bottom: 26px;
}
#front-contents .c_img_box {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
#front-contents .c_box.c_box_left {
  background-color: #fff;
}
#front-contents .c_box.c_box_left .c_box_inner {
  float: left;
  z-index: 10;
}
#front-contents .c_box.c_box_left .c_img_box {
  right: 0;
  background-position: center top;
}
#front-contents .c_box.c_box_right {
  background-color: #fafafa;
}
#front-contents .c_box.c_box_right .c_box_inner {
  float: right;
}
#front-contents .c_box.c_box_right .c_img_box {
  left: 0;
  background-position: center top;
}
#front-contents .c_number {
  background: #47B39D;
  color: #fff;
  display: inline-block;
  padding: 40px 12px 8px;
  margin-bottom: 32px;
  margin-top: 0;
}
#front-contents h3 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.4;
	font-weight:bold;
}
#front-contents .c_english {
  margin-bottom: 32px;
  margin-top: 0;
}
#front-contents h4 {
  font-size: 22px;
	margin:30px 13px 13px;
	font-weight:bold;
}
#front-contents .c_text p {
  margin-bottom: 40px;
}
#front-contents .c_text .c_btn a {
  border-radius: 3px;
  color: #333;
  font-size: 15px;
  opacity: 1;
  display: block;
  width: 30%;
  padding: 12px;
  text-align: center;
  border:solid 2px;
}
#front-contents .c_text .c_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#front-service {
  background: url(./lib/images/border_e5.png) repeat-y top center #fff;
  padding-bottom: 56px;
}
#front-service .front-service-inner {
  margin-left: -10%;
  overflow: hidden;
}
#front-service .front-service-inner .c_box {
  width: 40%;
  margin-left: 10%;
  margin-bottom: 20px;
  float: left;
}
#front-service .front-service-inner .c_title {
  text-align: center;
}
#front-service .front-service-inner h4 {
  font-size: 20px;
  margin-bottom: -15px;
  text-align: center;
}
#front-service .front-service-inner .c_text p {
  margin-bottom: 28px;
}
#front-service .front-service-inner .c_text .c_btn a {
  margin: 0 auto;
  display: block;
  width: 50%;
	  padding: 16px 20px;
  text-align: center;
}
#front-service .front-service-inner .c_text .c_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#front-company .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  min-height: 450px;
}
#front-company .c_box_inner {
  width: 684px;
  padding: 96px 0;
}
#front-company .c_img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
}
#front-company .c_img_box iframe {
  width: 100% !important;
  height: 100% !important;
}
#front-company .no-company-map .c_img_box {
  display: none;
}
#front-company .no-company-map .c_box_inner {
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page {
  background: #fff;
  border: 1px #e5e5e5 solid;
}

.post-header {
  padding: 56px 64px 46px;
  position: relative;
}
.post-header .cat-name {
  margin-bottom: 10px;
		text-align:right;
}
.post-header .cat-name span {
  border: 1px solid #333;

  display: inline-block;
  padding: 4px 16px;
  font-size: 13px;
font-weight:bold;
}

.post-title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0px;
}
body.page .post-title {
  margin-bottom: 0;
}

.post-content h2.post-title {
  font-weight: normal;
}

.post-title a {
  color: #3B4552;
}
.post-title a:hover {
  color: #FF6C00;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 56px 64px 30px;
  margin-bottom: 20px;
  background: #fff;
}

.post-meta-area {
  margin: 0;
  overflow: hidden;
}
.post-meta-area ul {
  margin: 0;
}
.post-meta-area .post-meta {
  width: 50%;
  float: left;
}
.post-meta-area .post-meta .date {
  padding: 12px 0;
}
.post-meta-area .post-meta .date .datetime {
  font-size: 1.1em;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-content {
  padding: 30px;
}
.post-content hr {
  border-bottom: 1px solid #eee;
 margin: 16px 0;
  clear: both;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 2em;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul,
.post-content ol {
  margin-left: 30px;
}
.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
  margin-left: 30px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content h1 {
  margin: 0 0 10px;
  font-size: 24px;
  clear: both;
  font-weight: normal;
}
.post-content h2 {
  margin: 80px 0 32px 0;
  padding: 16px;
  font-size: 28px;
  clear: both;
  font-weight: normal;
  border-left: 10px solid #131D2A;
  background: #333;
  color: #fff;
}
.post-content h3 {
 font-size: 17px;
  margin: 40px 0 24px;
  padding: 20px 0;
  clear: both;
  border-bottom: 2px solid #3B4552;
  line-height: 1;
}
.post-content h4 {
  font-size: 20px;
  font-weight: normal;
 margin: 16px 0 16px;
  padding: 0 0 0 8px;
  border-left: 5px solid #131D2A;
  clear: both;
}
.post-content h5 {
  font-size: 15px;
 margin: 20px 0 2px;
  clear: both;
}
.post-content h6 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '?';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #241913;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.post-content h2:first-child {
  margin-top: 0;
}

.post-footer {
  border-radius: 0;
  padding: 20px 64px;
  overflow: hidden;
  clear: both;
}
.post-footer ul {
  overflow: hidden;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}


.post-footer-list {
  padding: 5px 0;
}

.post-header-meta {
  overflow: hidden;
  margin-bottom: 26px;
}

.post-header-meta .post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}


.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: '? ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.form-submit #submit {
  width: 240px;
  margin-top: 2em;
  line-height: 24px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}


/* widget_views */
.widget_views a {
  display: inline;
}


#searchform form input[type="text"],
#searchform form input[type="email"],
#searchform form input[type="url"],
#searchform form input[type="tel"],
#searchform form input[type="number"],
#searchform form input[type="date"],
#searchform form textarea {
  border-radius: 3px;
  padding: 12px;
  max-width: 100%;
  font-size: 16px;
}
#searchform form textarea {
  width: 80%;
}
#searchform form input[type="submit"] {
  padding: 12px 20px;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #241913;
  font-size: 14px;
}


/* ----------------------------------------
* footer
---------------------------------------- */
/* Facebook Like Box width: 100% */
.post-share-fb.side-widget{
  text-align: center;
}
div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}
#footer .fbcomments,
#footer .fb_iframe_widget,
#footer .fb_iframe_widget[style],
#footer .fb_iframe_widget iframe[style],
#footer .fbcomments iframe[style] *,
#footer .fb_iframe_widget span {
  max-width: 100% !important;
}

#footer .fb-like-box,
#footer .fb-like-box > span,
#footer iframe {
  width: 100% !important;
  box-sizing: border-box;
}
#footer .footer-logo {
  font-size: 24px;
}
#footer a {
  color: #333;
}

#footer a:hover {
  color: #ccc;
}
#footer .wrap {
  padding: 0 0 15px;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
#footer .row {
  margin-left: -8px;
  margin-right: -8px;
}
#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
  padding-left: 15px;
  padding-right: 15px;
}

#footer-brand-area {
  margin-bottom: 32px;
}

#footer-content-area {
  font-size: 14px;
}
#footer-content-area h4 {
  font-size: 16px;
}
#footer-content-area i.fa {
  margin-right: 12px;
}
#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
  position: relative;
}
#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
}
#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
  padding: 8px 12px 8px 14px;
  display: inline-block;
}
#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
  text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
  display: block;
  padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
  text-decoration: none;
}

.footer-01 {
	  padding: 0;
  font-size: 12px;
}
#footer-02 {
  background: #333;
		  font-size: 9px;
  color: #eee;
}
#footer-02 .footer-address{
	text-align: right;
}
#footer-02 .footer-copy {
  text-align: center;
	font-family: 'Ropa Sans', sans-serif;
			  font-size: 12px;
	color:#fff;
}
#footer-02 hr {
  border-width: 1px 0 0 0;
  border-style: solid;
 border-color: #444;
	margin:13px 0;
}
#footer-02 a{
   color: #eee;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn,
#gnav-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* laptop start */
  body.home .wrap {
    width: auto;
    margin: 0 36px;
  }

  .post-header,
  .post-author {
    padding: 36px;
  }

  .post-content,
  .post-footer {
    padding-left: 36px;
    padding-right: 36px;
  }
 #gnav-sp {
	 margin:0;
	}
  .post-content h2 {
    margin: 80px 0 32px 0;
    padding: 16px 16px 16px 36px;
  }
  /* end start */
}
@media screen and (max-width: 991px) {
  /* tablet */
  body.home .wrap,
  .wrap {
    width: auto;
    margin: 0 24px;
  }

#front-service {
    background-image: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    width: auto;
    margin: 0 24px;
  }

  #header-nav-btn {
    display: block;
    width: 116px;
    line-height: 92px;
    float: right;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    font-size: 32px;
  }

  #header-fnav-area {
    display: none;
  }

  /* gnav */
  #gnav {
    display: none;
  }

 .dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
  }

  #gnav-sp {
    display: none;
    background: #fff;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }
  #gnav-sp .wrap {
    width: 94%;
    margin: 0 3%;
    padding: 36px 0;
  }

  #gnav-sp #header-cont-content h4,
  #gnav-sp #header-cont-about h4,
  #gnav-sp #header-cont-sns h4 {
    font-weight: bold;
    margin-bottom: 16px;
  }
  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li,
  #gnav-sp #header-cont-sns li {
    font-size: 14px;
  }
  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-sns li a {
    padding: 10px 12px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: -2%;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 2%;
    float: left;
    width: 48%;
  }
  #gnav-sp #header-cont-content li a {
    display: block;
    position: relative;
  }
  #gnav-sp #header-cont-content li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #header-cont-content .children {
    display: none;
  }
  #gnav-sp #footer-nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
  }
  #gnav-sp #footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #footer-nav .children {
    display: none;
  }
  #gnav-sp #header-cont-sns li a {
    display: block;
    padding: 8px 12px 8px 0;
  }

  /* front page */
#main_visual h2 {
    margin-top: 0;
    font-size: 24px;
  }
#main_visual p {
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
  }
.front-main-cont .tri-border {
    display: none;
  }
#front-contents .c_box.c_box_left .c_box_inner,
#front-contents .c_box.c_box_right .c_box_inner {
    width: 100%;
    float: none;
  }
#front-contents .c_box.c_box_left .c_title,
#front-contents .c_box.c_box_right .c_title {
    text-align: center;
  }
#front-contents .c_box.c_box_left .c_img_box,
#front-contents .c_box.c_box_right .c_img_box {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
  }
#front-contents .c_box.c_box_left .c_text h4,
#front-contents .c_box.c_box_right .c_text h4 {
    text-align: center;
  }
#front-contents .c_box.c_box_left .c_btn,
#front-contents .c_box.c_box_right .c_btn {
    text-align: center;
  }
#front-contents .c_box.c_box_left .c_btn a,
#front-contents .c_box.c_box_right .c_btn a {
    margin:0 auto;
  }
#front-service .front-service-inner {
    margin-left: 0;
  }
#front-service .front-service-inner .c_box {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
#front-company .c_img_box {
    height: 300px;
    position: relative;
  }
#front-company .c_img_box,
#front-company .c_box_inner {
    float: none;
    width: 100%;
  }
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 56px 44px;
  }
  article.page .post-content {
    padding: 30px 5px;
  }
  .post-header {
    padding: 56px 44px 0;
  }
  .post-content {
    padding: 40px;
  }
  .post-meta-area {
    color: #999;
	      font-size: 12px;
	  font-weight:bold;
  }
  .post-meta-area .post-meta {
    width: 40%;
    float: left;
    text-align: left;
  }
  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
  }
  #footer-facebook {
    display: none;
  }
  #footer-list-area {
    width: 100%;
  }
  /* tablet end */
}

@media screen and (max-width: 767px) {
  /* phone */
  .wrap {
    overflow: hidden;
  }
  .post-title {
    font-size: 16px;
  }
  body.home .wrap,
  .wrap {
    margin: 0 12px;
  }
 .post-content table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }
  #main {
    width: 100%;
    float: none;
  }
  #side {
    width: 100%;
    float: none;
  }
  .left-content #main {
    width: 100%;
    float: none;
  }
  .left-content #side {
    width: 100%;
    float: none;
  }
  .right-content #main {
    width: 100%;
    float: none;
  }
  .right-content #side {
    width: 100%;
    float: none;
  }
  .one-column #content .wrap {
    width: 94%;
    margin: 0 3%;
  }
  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }
  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    padding: 0;
    margin: 0 12px;
  }
  #header #logo {
    float: none;
  }
  #header #logo img {
    vertical-align: top;
  }
  #header #header-right {
    height: auto;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-nav-btn {
    display: block;
    width: auto;
    margin: 0 -12px;
    line-height: 92px;
    float: none;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 6px 0 5px;
    line-height: 1.2;
	      width: 100%;
  }

  #gnav-sp {
    display: none;
    top: 112px;
  }
  #gnav-sp ul {
    margin-bottom: 20px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: 0;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 0;
    float: left;
    width: 100%;
  }

#front-contents .c_text .c_btn a {
    width: 60%;
  }

  /* single */
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 0px;
  }
  .post-author {
    padding: 20px;
  }
  .post-author .post-author-meta {
    padding-top: 12px;
  }
  .post-author .post-author-meta p {
    margin-right: 0;
  }
  .post-meta-area .post-meta,
  .post-meta-area .post-meta-comment {
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-meta-area .post-meta .date {
    padding: 0 0 8px;
  }
  .post-meta-area .post-meta-comment .author {
    border: none;
    padding: 8px 20px;
    text-align: left;
  }
  .post-meta-area .post-meta-comment .comments {
    padding: 8px 20px;
  }
  .post-content,
  .post-footer {
    padding: 10px 0 0;
  }
  .post-cta .cta-post-title {
    padding: 12px 20px;
    font-size: 18px;
  }
  .post-cta .post-cta-inner {
    padding: 0;
  }
  .post-cta .post-cta-cont {
    padding: 12px 20px;
  }
  .post-cta .post-cta-cont .post-cta-img {
    float: none;
    margin: 0 0 12px;
    width: 100%;
    text-align: center;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
  }
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: 100%;
  }
}
  /* phone end */
#acs{
    display: block;
padding-top: 70px;
margin-top: -70px;
}
#post-404 a{
	color:#fff;
	background-color:#333;
	width:400px;
	padding:10px 18px;
	border-radius: 5px;
}