@charset "UTF-8";
/*
Theme Name: takizawaveneer Theme
Theme URI: 
Author: Nobuhito Miyazaki
Author URI: https://nobuhito-miyazaki.tumblr.com
Description: 
Version: 0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
/* CSS RESET */
html, body, div, .padder, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, object, embed {
  display: block;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

nav ul, nav li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  width: auto;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a, .no-touch a:hover, .no-touch a:visited:hover, a:active, .no-touch a:active:hover {
  outline: none;
}

/* a,.no-touch a:hover,.no-touch a:visited:hover,a:visited{text-decoration: none} */
a {
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

input, button {
  outline: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

img {
  color: transparent;
  font-size: 0;
  border: none;
  outline: none;
  max-width: 100%;
  width: 100%;
  /*
  For IE.
  https://css-tricks.com/ie-fix-bicubic-scaling-for-images/
*/
  -ms-interpolation-mode: bicubic;
}

ul {
  list-style: none;
}

/* __Basic
---------------------------------------------------------------------- */
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}

html {
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝",  "MS PMincho", Osaka, "Georgia", times ,serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
  background: #fff;
  color: #000;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  __H
---------------------------------------------------------------------- */
/*  __H1
------------------------------- */
h1 {
  font-size: 50px;
  letter-spacing: 0.2em;
  line-height: 1.8em;
}

/*  __H2
------------------------------- */
h2 {
  font-size: 35px;
  line-height: 1.0em;
  margin-bottom: 1.2em;
  letter-spacing: 0.1em;
  width: 100%;
  margin-top: -0.2em;
  font-weight: bold;
}

@media only screen and (min-width: 1441px) {
  h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  h2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 1.4em;
  }
}

@media only screen and (max-width: 480px) {
  h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.6em;
  }
}

.contact-telfax_wrap h2 {
  margin-top: 0;
}

h2.section-title {
  line-height: 2.4em;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  padding: 0.45em 0;
}

h2.article-title {
  margin-bottom: 0;
}

h2.pagetop {
  margin-bottom: 40px;
  font-weight: normal;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1441px) {
  h2.pagetop {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  h2.pagetop {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2.pagetop {
    font-size: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  h2.pagetop {
    font-size: 25px;
  }
}

@media only screen and (max-width: 480px) {
  h2.pagetop {
    font-size: 20px;
  }
}

h2.pagetop span {
  /* margin-right: 18px; */
}

/*  __H3
------------------------------- */
h3 {
  font-size: 30px;
  line-height: 2.4em;
  margin-bottom: 0.45em;
  letter-spacing: 0.1em;
}

.contact-faq_wrap h3 {
  font-size: 20px;
  margin: 1em 0 0 0;
  font-weight: bold;
}

@media only screen and (min-width: 1441px) {
  .contact-faq_wrap h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .contact-faq_wrap h3 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-faq_wrap h3 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-faq_wrap h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-faq_wrap h3 {
    font-size: 14px;
  }
}

.contact-faq_wrap .faq-box:first-of-type h3 {
  margin: 0;
}

/*  __H4
------------------------------- */
h4 {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin: 0 0 0.8em 0;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #555;
}

/*  __p
------------------------------- */
p {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 2.0em;
  margin: 0 0 0 0;
}

.home .main p,
.page .main p {
  font-size: 35px;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: -0.4em;
}

@media only screen and (min-width: 1441px) {
  .home .main p,
  .page .main p {
    font-size: 35px;
    line-height: 2.2em;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .home .main p,
  .page .main p {
    font-size: 28px;
    line-height: 2.0em;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home .main p,
  .page .main p {
    font-size: 22px;
    line-height: 2.0em;
    margin-top: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home .main p,
  .page .main p {
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .home .main p,
  .page .main p {
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 0;
  }
}

.wood .main p,
.veneer .main p,
.contact-form_wrap .main p,
.contact-telfax_wrap .main p {
  font-size: 30px;
}

@media only screen and (min-width: 1441px) {
  .wood .main p,
  .veneer .main p,
  .contact-form_wrap .main p,
  .contact-telfax_wrap .main p {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .wood .main p,
  .veneer .main p,
  .contact-form_wrap .main p,
  .contact-telfax_wrap .main p {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wood .main p,
  .veneer .main p,
  .contact-form_wrap .main p,
  .contact-telfax_wrap .main p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .wood .main p,
  .veneer .main p,
  .contact-form_wrap .main p,
  .contact-telfax_wrap .main p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .wood .main p,
  .veneer .main p,
  .contact-form_wrap .main p,
  .contact-telfax_wrap .main p {
    font-size: 16px;
  }
}

.page .main .section_wood_04 p,
.page .main .section_wood_05 p,
.page .main .section_wood_06 p,
.page .main .section_wood_07 p,
.page .main .section_pw_03 p,
.page .main .section_pw_05 p,
.page .main .section_pw_07 p,
.page .main .section_pw_09 p,
.page .main .section_pw_11 p,
.page .main .section_epw_03 p,
.page .main .section_spw_03 p,
.page .main .section_ep_03 p,
p.text2,
.box-btn_wrap a {
  font-size: 20px;
}

@media only screen and (min-width: 1441px) {
  .page .main .section_wood_04 p,
  .page .main .section_wood_05 p,
  .page .main .section_wood_06 p,
  .page .main .section_wood_07 p,
  .page .main .section_pw_03 p,
  .page .main .section_pw_05 p,
  .page .main .section_pw_07 p,
  .page .main .section_pw_09 p,
  .page .main .section_pw_11 p,
  .page .main .section_epw_03 p,
  .page .main .section_spw_03 p,
  .page .main .section_ep_03 p,
  p.text2,
  .box-btn_wrap a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .page .main .section_wood_04 p,
  .page .main .section_wood_05 p,
  .page .main .section_wood_06 p,
  .page .main .section_wood_07 p,
  .page .main .section_pw_03 p,
  .page .main .section_pw_05 p,
  .page .main .section_pw_07 p,
  .page .main .section_pw_09 p,
  .page .main .section_pw_11 p,
  .page .main .section_epw_03 p,
  .page .main .section_spw_03 p,
  .page .main .section_ep_03 p,
  p.text2,
  .box-btn_wrap a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page .main .section_wood_04 p,
  .page .main .section_wood_05 p,
  .page .main .section_wood_06 p,
  .page .main .section_wood_07 p,
  .page .main .section_pw_03 p,
  .page .main .section_pw_05 p,
  .page .main .section_pw_07 p,
  .page .main .section_pw_09 p,
  .page .main .section_pw_11 p,
  .page .main .section_epw_03 p,
  .page .main .section_spw_03 p,
  .page .main .section_ep_03 p,
  p.text2,
  .box-btn_wrap a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .page .main .section_wood_04 p,
  .page .main .section_wood_05 p,
  .page .main .section_wood_06 p,
  .page .main .section_wood_07 p,
  .page .main .section_pw_03 p,
  .page .main .section_pw_05 p,
  .page .main .section_pw_07 p,
  .page .main .section_pw_09 p,
  .page .main .section_pw_11 p,
  .page .main .section_epw_03 p,
  .page .main .section_spw_03 p,
  .page .main .section_ep_03 p,
  p.text2,
  .box-btn_wrap a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .page .main .section_wood_04 p,
  .page .main .section_wood_05 p,
  .page .main .section_wood_06 p,
  .page .main .section_wood_07 p,
  .page .main .section_pw_03 p,
  .page .main .section_pw_05 p,
  .page .main .section_pw_07 p,
  .page .main .section_pw_09 p,
  .page .main .section_pw_11 p,
  .page .main .section_epw_03 p,
  .page .main .section_spw_03 p,
  .page .main .section_ep_03 p,
  p.text2,
  .box-btn_wrap a {
    font-size: 14px;
  }
}

p.text3,
ul.text3,
ul.caption-box p,
p.new-post,
.tablepress td,
.tablepress th,
.page .main .contact-faq_wrap ul li,
.page .main .contact-faq_wrap p {
  font-size: 18px;
}

@media only screen and (min-width: 1441px) {
  p.text3,
  ul.text3,
  ul.caption-box p,
  p.new-post,
  .tablepress td,
  .tablepress th,
  .page .main .contact-faq_wrap ul li,
  .page .main .contact-faq_wrap p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  p.text3,
  ul.text3,
  ul.caption-box p,
  p.new-post,
  .tablepress td,
  .tablepress th,
  .page .main .contact-faq_wrap ul li,
  .page .main .contact-faq_wrap p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  p.text3,
  ul.text3,
  ul.caption-box p,
  p.new-post,
  .tablepress td,
  .tablepress th,
  .page .main .contact-faq_wrap ul li,
  .page .main .contact-faq_wrap p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  p.text3,
  ul.text3,
  ul.caption-box p,
  p.new-post,
  .tablepress td,
  .tablepress th,
  .page .main .contact-faq_wrap ul li,
  .page .main .contact-faq_wrap p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  p.text3,
  ul.text3,
  ul.caption-box p,
  p.new-post,
  .tablepress td,
  .tablepress th,
  .page .main .contact-faq_wrap ul li,
  .page .main .contact-faq_wrap p {
    font-size: 14px;
  }
}

.contact-faq_wrap ul li,
.contact-faq_wrap p {
  line-height: 1.8;
}

blockquote {
  font-style: italic;
}

p.hidden {
  display: none;
}

/*  __a
------------------------------- */
h2.title a,
h2.article-title a,
h2.pagetop a,
p.text2 a,
p.text1 a {
  text-decoration: underline;
}

h2.title a:hover,
h2.article-title a:hover,
h2.pagetop a:hover,
p.text2 a:hover,
p.text1 a:hover {
  color: #CCC;
  text-decoration: underline;
}

h2.pagetop a.arrow {
  text-decoration: none;
}

h2.pagetop a.arrow img {
  width: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2.pagetop a.arrow img {
    width: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  h2.pagetop a.arrow img {
    width: 25px;
  }
}

@media only screen and (max-width: 480px) {
  h2.pagetop a.arrow img {
    width: 20px;
  }
}

h2.pagetop a.arrow:hover {
  text-decoration: none;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}

a {
  overflow: hidden;
  /* FireFox リンク選択時の点線を消す */
  outline: none;
  /* FireFox リンク選択時の点線を消す */
}

/*  __Mark, Nav, Menu
---------------------------------------------------------------------- */
.mark {
  position: fixed;
  z-index: 200;
  width: 42px;
  height: 42px;
  top: 44px;
  left: 275px;
  text-align: left;
}

.pc_mark {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_mark {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .pc_mark {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .pc_mark {
    display: none;
  }
}

.nav {
  position: fixed;
  z-index: 100;
  width: 260px;
  min-height: 100%;
  left: 0;
  top: 0;
  text-align: left;
}

.pc_nav {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_nav {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .pc_nav {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .pc_nav {
    display: none;
  }
}

.menu {
  position: relative;
  z-index: 102;
  width: 260px;
}

.menu ul {
  list-style: none;
  display: block;
  width: auto;
  padding: 0 25px 0 25px;
  z-index: 100;
  background: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
}

.menu li {
  padding-top: 2px;
}

.menu li a,
.menu li p {
  font-size: 13px;
  /* display: block; */
  letter-spacing: 0.1em;
}

.menu li p span {
  font-size: 10px;
  letter-spacing: 0.1em;
}

.menu li.home {
  margin-top: 0;
  font-size: 20px;
  display: block;
  padding: 0;
}

.menu li a,
.menu li p {
  /* -webkit-font-smoothing: subpixel-antialiased; */
  font-weight: bold;
}

.menu li.no-link p {
  text-decoration: line-through;
}

.menu li a,
.menu li p,
.menu li a:visited {
  padding: 1px 0;
  line-height: 1.8em;
  display: block;
}

.menu li.space {
  padding-top: 15px;
}

.menu li.mb-space {
  padding-top: 2px;
}

.menu li.mb-space p {
  line-height: 1.2em;
}

.menu li a:hover,
.menu li.open a,
.menu li.current-menu-item a,
li.mb a.current,
li.sb a.current,
.page-id-27 .conact_menu a {
  text-decoration: underline;
  color: #000;
}

ul.sub-menu {
  padding: 0;
  margin: 0;
  display: none;
}

.menu ul.sub-menu li {
  margin-left: 12px;
  padding-top: 0;
}

.menu ul.sub-menu li a {
  padding: 0;
  font-weight: normal;
}

.copyright {
  position: fixed;
  bottom: 30px;
  /* width: 200px; */
  padding: 0 30px;
  z-index: 5;
}

.copyright p {
  font-size: 10px;
}

li.sns_menu {
  width: 22px;
  display: inline-block;
  margin-right: 0.5em;
}

li.sns_menu a {
  display: block;
}

li.sns_menu a:hover {
  opacity: 0.7;
}

/*  __Mobile Header
------------------------------- */
.mobile_header {
  z-index: 200;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
  padding: 10px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile_header {
    display: flex;
    padding: 10px 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mobile_header {
    display: flex;
    padding: 10px 25px;
  }
}

@media only screen and (max-width: 480px) {
  .mobile_header {
    display: flex;
    padding: 10px 20px;
  }
}

.mobile_header a {
  display: block;
  z-index: 300;
}

.mobile_header a img {
  width: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile_header a img {
    width: 300px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mobile_header a img {
    width: 275px;
  }
}

@media only screen and (max-width: 480px) {
  .mobile_header a img {
    width: 250px;
  }
}

label.toggle-btn {
  display: block;
  z-index: 210;
  cursor: pointer;
  width: 30px;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  label.toggle-btn {
    width: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  label.toggle-btn {
    width: 25px;
  }
}

@media only screen and (max-width: 480px) {
  label.toggle-btn {
    width: 20px;
  }
}

label.toggle-btn .bar {
  width: 30px;
  height: 2px;
  margin: 7px auto;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  label.toggle-btn .bar {
    width: 30px;
    margin: 7px auto;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  label.toggle-btn .bar {
    width: 25px;
    margin: 6px auto;
  }
}

@media only screen and (max-width: 480px) {
  label.toggle-btn .bar {
    width: 20px;
    margin: 5px auto;
  }
}

.mobile_menu {
  background-color: white;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile_menu {
    width: auto;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mobile_menu {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .mobile_menu {
    width: 100%;
  }
}

.mobile_menu ul.main-menu {
  padding: 60px;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile_menu ul.main-menu {
    padding: 60px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mobile_menu ul.main-menu {
    padding: 60px 25px;
  }
}

@media only screen and (max-width: 480px) {
  .mobile_menu ul.main-menu {
    padding: 60px 20px;
  }
}

#toggle:checked ~ .mobile_menu {
  opacity: 1;
  visibility: visible;
}

#toggle:checked ~ .mobile_menu ul li {
  opacity: 1;
}

#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}

#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
}

@media only screen and (max-width: 480px) {
  #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
}

#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media only screen and (max-width: 480px) {
  #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

#toggle:checked ~ .mobile_menu ul.sub-menu {
  padding: 0;
  margin: 0;
}

/*  __Main
---------------------------------------------------------------------- */
.container {
  width: 100%;
}

#frame {
  margin: 0px 0px 0px 260px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #frame {
    margin: 55px 0 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #frame {
    margin: 50px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  #frame {
    margin: 48px 0 0 0;
  }
}

.main {
  width: 100%;
}

.section {
  width: 100%;
}

.blank-box {
  position: relative;
  z-index: 50;
}

/* _fix _text-box _title-box
------------------------------- */
.fix {
  position: fixed;
  top: 55px;
  left: 320px;
  margin-right: 60px;
  z-index: 1;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fix {
    position: relative;
    margin: 90px 90px;
    top: auto;
    left: auto;
    display: block !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .fix {
    position: relative;
    margin: 70px 60px;
    top: auto;
    left: auto;
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .fix {
    position: relative;
    margin: 50px 20px;
    top: auto;
    left: auto;
    display: block !important;
  }
}

.text-box {
  width: 100%;
}

.title-box {
  background: #fff;
  margin-left: 60px;
  z-index: 2;
}

.title-second {
  margin-top: 60px;
}

/* _section_type_03
------------------------------- */
.section_type_03 .img-box {
  margin-bottom: 0 !important;
}

.section_type_03 .text-box_wrap {
  background: #fff;
  margin: 60px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_type_03 .text-box_wrap {
    margin: 90px 90px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .section_type_03 .text-box_wrap {
    margin: 70px 60px;
  }
}

@media only screen and (max-width: 480px) {
  .section_type_03 .text-box_wrap {
    margin: 50px 20px;
  }
}

.section_type_03 .text-box {
  border-bottom: 1px solid;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_type_03 .text-box {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .section_type_03 .text-box {
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 480px) {
  .section_type_03 .text-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.section_type_03 .text-box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_type_03 .text-box:last-of-type {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .section_type_03 .text-box:last-of-type {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .section_type_03 .text-box:last-of-type {
    padding-bottom: 0;
  }
}

/* _scroll _text-box _title-box
------------------------------- */
/* news, contact */
.scroll {
  position: relative;
  padding-top: 50px;
  margin-left: 60px;
  margin-right: 60px;
  max-width: 1480px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroll {
    padding-top: 50px;
    margin: 90px 90px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .scroll {
    padding-top: 50px;
    margin: 70px 60px;
  }
}

@media only screen and (max-width: 480px) {
  .scroll {
    padding-top: 50px;
    margin: 50px 20px;
  }
}

.scroll-news {
  margin-bottom: 160px;
}

.scroll-last {
  margin-bottom: 50px;
}

.scroll-photo {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  *zoom: 1;
  width: 100%;
}

.scroll-photo img {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #fff;
  width: 100%;
}

/* _img-box
------------------------------- */
.img-box {
  position: relative;
  z-index: 2;
  margin-bottom: 60%;
}

@media only screen and (min-width: 1441px) {
  .img-box {
    margin-bottom: 60%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .img-box {
    margin-bottom: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .img-box {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .img-box {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .img-box {
    margin-bottom: 0;
  }
}

.article-box {
  position: relative;
  z-index: 2;
}

.photo {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  *zoom: 1;
  width: 100%;
  z-index: 4;
  -webkit-transform: translate3d(0, 0, 0);
}

.photo img {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 100;
  cursor: url(img/arrow_down.cur), pointer;
  background: #fff;
  width: 100%;
}

.ie8 .photo img,
.ie7 .photo img,
.ie6 .photo img {
  cursor: url(img/arrow_down.cur), pointer;
}

.photo-bottom {
  position: relative;
  width: 100%;
}

.photo-last {
  margin-bottom: 100%;
}

/* _list-detail
------------------------------- */
.list-detail {
  font-size: 1.0em;
  width: 100%;
}

.list-detail-2 {
  font-size: 1.0em;
  width: 100%;
  margin-top: 40px;
}

/*  __Spec table
---------------------------------------------------------------------- */
.wrap_table {
  overflow-x: auto;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap_table {
    box-shadow: inset -10px 0px 8px -8px rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .wrap_table {
    box-shadow: inset -10px 0px 8px -8px rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (max-width: 480px) {
  .wrap_table {
    box-shadow: inset -10px 0px 8px -8px rgba(0, 0, 0, 0.2);
  }
}

.wrap_table::-webkit-scrollbar {
  height: 4px;
}

.wrap_table::-webkit-scrollbar-track {
  background: #eee;
}

.wrap_table::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}

.wrap_table::-webkit-scrollbar-thumb:hover {
  background: #999;
}

table {
  font-size: 1.0em;
  width: 100%;
  margin-top: 30px;
  text-align: left;
  vertical-align: middle;
  border: none;
  min-width: 800px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table {
    min-width: 800px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  table {
    min-width: 800px;
  }
}

@media only screen and (max-width: 480px) {
  table {
    min-width: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .company table,
  .contact-form_wrap table,
  .contact-telfax_wrap table {
    min-width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .company table,
  .contact-form_wrap table,
  .contact-telfax_wrap table {
    min-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .company table,
  .contact-form_wrap table,
  .contact-telfax_wrap table {
    min-width: 100%;
  }
}

table tr {
  padding: 5px;
  padding-left: 0;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .company table tr,
  .contact-form_wrap table tr,
  .contact-telfax_wrap table tr {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .company table tr,
  .contact-form_wrap table tr,
  .contact-telfax_wrap table tr {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .company table tr,
  .contact-form_wrap table tr,
  .contact-telfax_wrap table tr {
    display: block;
  }
}

table td,
table th {
  padding: 8px 10px;
  border: none;
}

.tablepress th,
.tablepress td {
  width: 400px;
}

.tablepress > * + tbody > * > *,
.tablepress > tbody > * ~ * > *,
.tablepress > tfoot > * > * {
  border: none;
}

.tablepress th.column-1,
.tablepress td.column-1 {
  border-right: #000 solid 1px;
  padding-left: 0;
}

.company .tablepress th.column-1,
.company .tablepress td.column-1,
.contact-form_wrap .tablepress th.column-1,
.contact-form_wrap .tablepress td.column-1,
.contact-telfax_wrap .tablepress th.column-1,
.contact-telfax_wrap .tablepress td.column-1 {
  border-right: none;
  padding: 8px 10px;
}

.tablepress tr.row-1 td {
  border-bottom: #000 solid 1px;
  /* background-color: #fff; */
}

.company .tablepress tr.row-1 td,
.contact-form_wrap .tablepress tr.row-1 td,
.contact-telfax_wrap .tablepress tr.row-1 td {
  border-bottom: none;
  background-color: none;
}

.tablepress tr.row-2 td {
  padding-top: 16px;
}

.tablepress tfoot th {
  background-color: none;
}

#tablepress-6 td.column-2,
#tablepress-6 td.column-3,
#tablepress-6 td.column-4,
#tablepress-6 td.column-5,
#tablepress-6 td.column-6,
#tablepress-6 td.column-7,
#tablepress-6 td.column-8,
#tablepress-6 td.column-9,
#tablepress-6 td.column-10,
#tablepress-6 td.column-11,
#tablepress-6 td.column-12,
#tablepress-6 td.column-13,
#tablepress-6 td.column-14 {
  text-align: center;
}

table p {
  padding-left: 0;
  margin-top: 40px;
  font-size: 0.8em;
}

ul.caption-box {
  width: 100%;
  margin-top: 40px;
}

/* _contact-faq table
------------------------------- */
.contact .contact-faq_wrap .wrap_table {
  margin: 1.5em;
}

/* _Company table, Contact table
---------------------------------------------------------------------- */
.contact-form_wrap table,
.contact-telfax_wrap table {
  text-align: left;
  vertical-align: middle;
  width: 700px;
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form_wrap table,
  .contact-telfax_wrap table {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-form_wrap table,
  .contact-telfax_wrap table {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form_wrap table,
  .contact-telfax_wrap table {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .company table tr {
    padding: 8px 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .company table tr {
    padding: 8px 0;
  }
}

@media only screen and (max-width: 480px) {
  .company table tr {
    padding: 8px 0;
  }
}

.company table td,
.contact-form_wrap table td,
.contact-telfax_wrap table td {
  line-height: 1.8em;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .company table td {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .company table td {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .company table td {
    display: block;
  }
}

.company .tablepress td.column-1 {
  padding: 0.3em 0.6em 0.3em 0;
  width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .company .tablepress td.column-1 {
    width: 100%;
    padding: 0.1em 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .company .tablepress td.column-1 {
    width: 100%;
    padding: 0.1em 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 480px) {
  .company .tablepress td.column-1 {
    width: 100%;
    padding: 0.1em 0;
    font-weight: bold;
  }
}

.company .tablepress td.column-2 {
  padding: 0.3em 0.6em 0.3em 0;
  width: 1230px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .company .tablepress td.column-2 {
    width: 100%;
    padding: 0.1em 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .company .tablepress td.column-2 {
    width: 100%;
    padding: 0.1em 0;
  }
}

@media only screen and (max-width: 480px) {
  .company .tablepress td.column-2 {
    width: 100%;
    padding: 0.1em 0;
  }
}

.section_kg_02 .tablepress td.column-1 {
  padding: 0.9em 0.6em 0.9em 0;
  width: 250px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_kg_02 .tablepress td.column-1 {
    width: 100%;
    padding: 0.2em 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .section_kg_02 .tablepress td.column-1 {
    width: 100%;
    padding: 0.2em 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 480px) {
  .section_kg_02 .tablepress td.column-1 {
    width: 100%;
    padding: 0.2em 0;
    font-weight: bold;
  }
}

.section_kg_02 .tablepress td.column-2 {
  padding: 0.9em 0.6em 0.9em 0;
  width: 1230px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_kg_02 .tablepress td.column-2 {
    width: 100%;
    padding: 0.2em 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .section_kg_02 .tablepress td.column-2 {
    width: 100%;
    padding: 0.2em 0;
  }
}

@media only screen and (max-width: 480px) {
  .section_kg_02 .tablepress td.column-2 {
    width: 100%;
    padding: 0.2em 0;
  }
}

.company .tablepress td.column-2 span,
.contact-form_wrap .tablepress td.column-2 span,
.contact-telfax_wrap .tablepress td.column-2 span {
  border-left: 1px solid #9B9B9B;
  display: block;
  padding-left: 10px;
  line-height: 1.8em;
}

.section_kg_03 .tablepress td.column-1,
.section_kg_04 .tablepress td.column-1 {
  padding: 0.15em 0.6em 0.15em 0;
  width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_kg_03 .tablepress td.column-1,
  .section_kg_04 .tablepress td.column-1 {
    width: 100%;
    padding: 0.05em 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .section_kg_03 .tablepress td.column-1,
  .section_kg_04 .tablepress td.column-1 {
    width: 100%;
    padding: 0.05em 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 480px) {
  .section_kg_03 .tablepress td.column-1,
  .section_kg_04 .tablepress td.column-1 {
    width: 100%;
    padding: 0.05em 0;
    font-weight: bold;
  }
}

.section_kg_03 .tablepress td.column-2,
.section_kg_04 .tablepress td.column-2 {
  padding: 0.15em 0.6em 0.15em 0;
  width: 1230px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_kg_03 .tablepress td.column-2,
  .section_kg_04 .tablepress td.column-2 {
    width: 100%;
    padding: 0.05em 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .section_kg_03 .tablepress td.column-2,
  .section_kg_04 .tablepress td.column-2 {
    width: 100%;
    padding: 0.05em 0;
  }
}

@media only screen and (max-width: 480px) {
  .section_kg_03 .tablepress td.column-2,
  .section_kg_04 .tablepress td.column-2 {
    width: 100%;
    padding: 0.05em 0;
  }
}

.contact-form_wrap .tablepress td.column-1,
.contact-telfax_wrap .tablepress td.column-1 {
  padding: 0.9em 0.6em 0.9em 0;
  width: 250px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form_wrap .tablepress td.column-1,
  .contact-telfax_wrap .tablepress td.column-1 {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-form_wrap .tablepress td.column-1,
  .contact-telfax_wrap .tablepress td.column-1 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form_wrap .tablepress td.column-1,
  .contact-telfax_wrap .tablepress td.column-1 {
    width: 100%;
  }
}

.contact-form_wrap .tablepress td.column-2,
.contact-telfax_wrap .tablepress td.column-2 {
  padding: 0.9em 0.6em 0.9em 0;
  width: 450px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form_wrap .tablepress td.column-2,
  .contact-telfax_wrap .tablepress td.column-2 {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-form_wrap .tablepress td.column-2,
  .contact-telfax_wrap .tablepress td.column-2 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form_wrap .tablepress td.column-2,
  .contact-telfax_wrap .tablepress td.column-2 {
    width: 100%;
  }
}

/* _Contact-btn
--------------------------------------- */
.box-btn_wrap {
  width: 100%;
  display: flex;
  margin-top: 2em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box-btn_wrap {
    display: flex;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .box-btn_wrap {
    display: flex;
  }
}

@media only screen and (max-width: 480px) {
  .box-btn_wrap {
    display: block;
  }
}

.box-btn_wrap a {
  display: inline-block;
  padding: 1em 2em;
  margin: 1em 2em 1em 0;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box-btn_wrap a {
    margin: 1em 1em 1em 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .box-btn_wrap a {
    margin: 1em 1em 1em 0;
  }
}

@media only screen and (max-width: 480px) {
  .box-btn_wrap a {
    display: block;
    width: 100%;
    margin: 1em 0;
  }
}

.box-btn_wrap a:last-of-type {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box-btn_wrap a:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .box-btn_wrap a:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .box-btn_wrap a:last-of-type {
    margin-right: 0;
  }
}

.box-btn_wrap a:hover {
  opacity: 1;
  background: #eee;
}

/* _Contact__Faq
---------------------------------------------------------------------- */
.contact-faq_wrap,
.contact-telfax_wrap,
.contact-form_wrap {
  border-top: 1px solid #000;
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-faq_wrap,
  .contact-telfax_wrap,
  .contact-form_wrap {
    margin: 60px 0 0 0;
    padding: 60px 0 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-faq_wrap,
  .contact-telfax_wrap,
  .contact-form_wrap {
    margin: 55px 0 0 0;
    padding: 55px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .contact-faq_wrap,
  .contact-telfax_wrap,
  .contact-form_wrap {
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
  }
}

.contact-faq_wrap ul {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.akami-image_wrap {
  display: flex;
}

.akami-image_wrap img {
  padding: 10px;
  width: 33.333%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .akami-image_wrap img {
    padding: 8px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .akami-image_wrap img {
    padding: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .akami-image_wrap img {
    padding: 4px;
  }
}

/* _Contact__tel&fax
---------------------------------------------------------------------- */
.contact-telfax_wrap {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-telfax_wrap {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-telfax_wrap {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-telfax_wrap {
    margin-bottom: 50px;
  }
}

/* _Contact__Form
---------------------------------------------------------------------- */
.contact-form {
  font-size: 1.0em;
  font-size: 14px;
  display: table;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-form {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form {
    display: block;
  }
}

.contact .main .contact-form p,
.contact .main .contact-form tr,
.contact .main .contact-form td,
.contact .main .contact-form span,
.txtinput input,
textarea {
  font-size: 18px;
}

@media only screen and (min-width: 1441px) {
  .contact .main .contact-form p,
  .contact .main .contact-form tr,
  .contact .main .contact-form td,
  .contact .main .contact-form span,
  .txtinput input,
  textarea {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .contact .main .contact-form p,
  .contact .main .contact-form tr,
  .contact .main .contact-form td,
  .contact .main .contact-form span,
  .txtinput input,
  textarea {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact .main .contact-form p,
  .contact .main .contact-form tr,
  .contact .main .contact-form td,
  .contact .main .contact-form span,
  .txtinput input,
  textarea {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact .main .contact-form p,
  .contact .main .contact-form tr,
  .contact .main .contact-form td,
  .contact .main .contact-form span,
  .txtinput input,
  textarea {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .contact .main .contact-form p,
  .contact .main .contact-form tr,
  .contact .main .contact-form td,
  .contact .main .contact-form span,
  .txtinput input,
  textarea {
    font-size: 14px;
  }
}

.contact-form table {
  text-align: left;
  vertical-align: middle;
  width: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form table {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-form table {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form table {
    width: 100%;
    min-width: 100%;
  }
}

.contact-form #message-container-input {
  width: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form #message-container-input {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-form #message-container-input {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form #message-container-input {
    width: 100%;
  }
}

.contact-form table th {
  padding: 0.3em 0.6em 2em 0;
  display: inline-block;
  width: 250px;
  /* text-align:right; */
  /* vertical-align: middle; */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form table th {
    width: 100%;
    padding: 0;
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-form table th {
    width: 100%;
    padding: 0;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form table th {
    width: 100%;
    padding: 0;
    display: block;
  }
}

.contact-form table th .subject {
  vertical-align: middle;
}

.contact-form table th .subject span.content {
  vertical-align: top;
  font-weight: bold;
}

.contact-form table th .submessage {
  font-size: 12px;
  line-height: 1.1em;
}

.contact-form table td {
  padding: 0 0.6em 1em 0;
  width: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form table td {
    width: 100%;
    padding: 0.5em 0 0.5em 0;
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .contact-form table td {
    width: 100%;
    padding: 0.5em 0 0.5em 0;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form table td {
    width: 100%;
    padding: 0.5em 0 0.5em 0;
    display: block;
  }
}

select {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #CCC;
  width: 225px;
  height: 35px;
  margin-bottom: 2px;
  outline: none;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  select {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  select {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  select {
    width: 100%;
  }
}

.txtinput input {
  padding: 3px 6px;
  background-color: #fff;
  border: 1px solid #CCC;
  width: 450px;
  height: 35px;
  margin-bottom: 2px;
  outline: none;
  opacity: 0.9;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txtinput input {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .txtinput input {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .txtinput input {
    width: 100%;
  }
}

.txtinput input:active, .txtinput input:focus {
  background-color: #E8E8E8;
  border: 1px solid #999;
  color: black;
}

textarea {
  padding: 5px 6px;
  border: none;
  background-color: #fff;
  border: 1px solid #CCC;
  width: 450px;
  height: 250px;
  outline: none;
  margin-bottom: 2px;
  opacity: 0.9;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  textarea {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  textarea {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  textarea {
    width: 100%;
  }
}

textarea:active, textarea:focus {
  background-color: #E8E8E8;
  border: 1px solid #CCC;
  color: black;
}

label {
  width: 300px;
  margin-bottom: 3px;
}

.submit {
  width: 100%;
}

.contact-form input[type="submit"] {
  /* font-weight: bold; */
  color: #fff;
  background-color: #000;
  text-decoration: none;
  outline: none;
  display: inline-block;
  border: none;
  /* height: 30px; */
  padding: 15px 50px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 1em;
}

@media only screen and (max-width: 480px) {
  .contact-form input[type="submit"] {
    width: 100%;
  }
}

.contact-form input[type="submit"]:active,
.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

.contact-form .error {
  font-weight: normal;
  color: #fd391d;
  margin-top: 2px;
}

/* _Contact__Form__Checkbox
--------------------------------------- */
.checkbox input[type=checkbox].checkbox_btn {
  display: none;
}

.checkbox label {
  display: inline-block;
}

.checkbox .checkbox_btn + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

.checkbox .checkbox_btn + span::after,
.checkbox .checkbox_btn + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.checkbox .checkbox_btn + span::before {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  left: 0;
  height: 20px;
  width: 20px;
}

.checkbox .checkbox_btn + span::after {
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 12px;
  left: 6px;
  opacity: 0;
  top: 2px;
  transform: rotate(45deg);
  width: 7px;
}

.checkbox .checkbox_btn:checked + span::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/* __browsers & devices
---------------------------------------------------------------------- */
.browser:after,
.iphone:after,
.iphone:before,
.ipad:after,
.ipad:before,
.ipad_landscape:after,
.ipad_landscape:before,
.ipad_small:after,
.ipad_small:before {
  content: "";
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  z-index: 1;
}

/*---------------- z-index all ----------------*/
.z10 {
  z-index: 10;
}

.z20 {
  z-index: 20;
}

.z30 {
  z-index: 30;
}

.z40 {
  z-index: 40;
}

.z50 {
  z-index: 50;
}

.z60 {
  z-index: 60;
}

.z70 {
  z-index: 70;
}

.z80 {
  z-index: 80;
}

p.mt40 {
  margin-top: 40px;
}

/* back-to-top
----------------------------------------------- */
.footer,
.scroll-footer {
  position: relative;
  z-index: 3;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer,
  .scroll-footer {
    position: relative;
    margin: 90px 90px 0 90px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .footer,
  .scroll-footer {
    position: relative;
    margin: 60px 60px 0 60px;
  }
}

@media only screen and (max-width: 480px) {
  .footer,
  .scroll-footer {
    position: relative;
    margin: 40px 20px 0 20px;
  }
}

.footer .pagescroll {
  position: absolute;
  bottom: 0px;
  left: 60px;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .pagescroll {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .footer .pagescroll {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  .footer .pagescroll {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto !important;
  }
}

.footer a:hover {
  text-decoration: underline;
}

/* __Clearing
--------------------------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
