@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, 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; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*#########################################################

基本設定

#########################################################*/
/*#########################################################

メディアクエリ

#########################################################*/
/*
Bootstrap 3
768px未満: スマホ（デフォルト）
※スマホは、Media Queries無しで記述。
768px以上をタブレットサイズ
992px以上をデスクトップサイズ
1200px以上を大きめのデスクトップサイズ

iPhone4: 320 × 480
iPhone5: 320 × 568
iPhone6: 375 × 627
iPhone6s: 414 × 736
Nexus6: 414 × 659
*/
/* ========================================================
スマホ(サンプル)
=========================================================*/
/* ========================================================
タブレット
=========================================================*/
/* ========================================================
PC
=========================================================*/
/*#########################################################

要素関連

#########################################################*/
html {
  font-size: 93.75%; }

body {
  font-family: "Noto Sans CJK JP", "Noto Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  box-sizing: border-box;
  color: #646464;
  font-size: 1rem; }

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

p {
  margin: 1rem auto;
  line-height: 2; }

a {
  transition: all 1s; }

a:hover {
  opacity: .6; }

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

small {
  font-size: 0.8rem; }

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

strong {
  font-weight: bold; }

i {
  font-weight: normal;
  font-style: italic; }

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
  padding: 0.5rem; }

textarea {
  box-sizing: border-box;
  padding: 0.5rem; }

/*#########################################################

共通パーツ

#########################################################*/
.a-disable {
  color: #969696 !important; }

/*#########################################################

ヘッダー

#########################################################*/
/* ========================================================
下層ページ用指定
=========================================================*/
.post-template-default, .page-template-default {
  background: #f0f0f0; }
  .post-template-default .site-header, .page-template-default .site-header {
    background: #f39800; }
    .post-template-default .site-header .global-nav, .page-template-default .site-header .global-nav {
      position: relative; }
      .post-template-default .site-header .global-nav .site-logo a, .page-template-default .site-header .global-nav .site-logo a {
        background-image: url("images/common/site_logo_2nd.svg");
        color: #fff; }
      .post-template-default .site-header .global-nav .site-logo a:hover, .page-template-default .site-header .global-nav .site-logo a:hover {
        color: #646464; }
      .post-template-default .site-header .global-nav > ul > li ul, .page-template-default .site-header .global-nav > ul > li ul {
        background: #f39800; }
  .post-template-default #main, .page-template-default #main {
    padding-top: 60px; }
    @media screen and (max-width: 768px) {
      .post-template-default #main, .page-template-default #main {
        padding-top: 50px; } }

.home .down {
  background: rgba(0, 0, 0, 0.9) !important; }
  @media screen and (max-width: 768px) {
    .home .down {
      background: #f39800 !important; } }

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 110; }
  @media screen and (max-width: 768px) {
    .site-header {
      background: #f39800; } }
  .site-header .global-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1420px;
    height: 60px;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .site-header .global-nav {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .site-header .global-nav {
        height: 50px; } }
    .site-header .global-nav .site-logo a {
      background: url("images/common/site_logo.svg") no-repeat;
      background-size: cover;
      text-indent: -10000px;
      display: block;
      width: 180px;
      height: 21px;
      margin: 0 0 0 31px; }
      @media screen and (max-width: 768px) {
        .site-header .global-nav .site-logo a {
          background-image: url("images/common/site_logo_2nd.svg");
          width: 113px;
          height: 13px;
          margin-left: 10px; } }
    .site-header .global-nav .site-logo a:hover {
      opacity: .8; }
    .site-header .global-nav > ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .site-header .global-nav > ul {
          display: none; } }
      .site-header .global-nav > ul > li {
        position: relative;
        width: 100px; }
        .site-header .global-nav > ul > li > a, .site-header .global-nav > ul > li .a-disable {
          display: block;
          line-height: 60px;
          text-decoration: none;
          text-align: center;
          color: #fff;
          transition: all 0.5s; }
        .site-header .global-nav > ul > li a:hover {
          color: #969696; }
        .site-header .global-nav > ul > li > a:hover::after,
        .site-header .global-nav > ul > li > a.current::after {
          content: "";
          background: #fff;
          height: 1px;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 10px; }
        .site-header .global-nav > ul > li ul {
          list-style: none;
          position: absolute;
          top: 100%;
          padding: 0.5rem 1rem 1rem 1rem;
          z-index: 20;
          background-color: #000;
          width: 230px;
          left: -60px; }
          .site-header .global-nav > ul > li ul li {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-left: 1.2rem;
            width: 100%; }
            .site-header .global-nav > ul > li ul li a {
              display: block;
              width: 100%;
              text-decoration: none;
              color: #fff;
              line-height: 2; }
            .site-header .global-nav > ul > li ul li a:before {
              content: '';
              width: 6px;
              height: 6px;
              display: inline-block;
              border-radius: 100%;
              background: #fff;
              position: relative;
              left: -15px;
              top: -3px; }

#fade-in2 li ul {
  opacity: 0;
  visibility: hidden;
  transition: .5s; }

#fade-in2 li:hover ul {
  visibility: visible;
  opacity: 1; }

.down02 {
  position: fixed;
  top: 60px; }

/* ========================================================
ハンバーガーメニュー
=========================================================*/
.sm-panel-control .sm-panel-btn .panel-btn-icon, .sm-panel-control .sm-panel-btn .panel-btn-icon:before,
.sm-panel-control .sm-panel-btn .panel-btn-icon:after {
  display: block;
  position: absolute;
  top: 49%;
  left: 50%;
  width: 24px;
  height: 3px; }

.sm-panel-control {
  display: none; }
  @media screen and (max-width: 768px) {
    .sm-panel-control {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      right: 0;
      top: -5px;
      width: 50px; } }
  .sm-panel-control .sm-panel-btn {
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .sm-panel-control .sm-panel-btn {
        width: 40px;
        height: 40px; } }
    .sm-panel-control .sm-panel-btn .panel-btn-icon {
      margin-left: -12px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      transition: 0.2s;
      background-color: #fff; }
    .sm-panel-control .sm-panel-btn .panel-btn-icon:before,
    .sm-panel-control .sm-panel-btn .panel-btn-icon:after {
      content: "";
      left: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      background-color: #fff; }
    .sm-panel-control .sm-panel-btn .panel-btn-icon:before {
      margin-top: -10px; }
    .sm-panel-control .sm-panel-btn .panel-btn-icon:after {
      margin-top: 7px; }
    .sm-panel-control .sm-panel-btn .close {
      background: transparent; }
    .sm-panel-control .sm-panel-btn .close:before,
    .sm-panel-control .sm-panel-btn .close:after {
      margin-top: 0; }
    .sm-panel-control .sm-panel-btn .close:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sm-panel-control .sm-panel-btn .close:after {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .sm-panel-control .sm-panel-text {
    color: #fff;
    font-size: 0.6rem;
    text-align: center; }

.sm-panel {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0; }
  @media screen and (min-width: 768px) {
    .sm-panel {
      overflow: hidden; } }
  .sm-panel .sm-menu {
    visibility: hidden;
    -webkit-perspective: 400px;
    perspective: 400px;
    list-style: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%; }
    .sm-panel .sm-menu dt {
      position: relative;
      -webkit-transform: rotateY(90deg);
      transform: rotateY(90deg);
      -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
      transition: .3s; }
      .sm-panel .sm-menu dt a {
        padding: 1rem;
        display: block;
        width: 100%;
        color: #646464;
        background: rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid #c8c8c8;
        text-decoration: none;
        font-weight: bold; }
      .sm-panel .sm-menu dt a:hover {
        opacity: 1; }
      .sm-panel .sm-menu dt .icon-cross,
      .sm-panel .sm-menu dt .icon-minus {
        height: 15px;
        width: 3px;
        right: 15px;
        top: 15px;
        position: absolute;
        background: #646464; }
      .sm-panel .sm-menu dt .icon-minus {
        height: 3px;
        width: 15px;
        right: 8px;
        top: 20px; }
      .sm-panel .sm-menu dt .icon-cross::before {
        content: "";
        /*before疑似要素のcontent*/
        display: block;
        /*ブロック化*/
        width: 100%;
        /*幅と高さを100%に*/
        height: 100%;
        /*90度回転。回転の基準点はデフォルトで中心なので指定しない*/
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        background: #646464; }
    .sm-panel .sm-menu dt:nth-child(2) {
      transition-delay: .1s; }
    .sm-panel .sm-menu dt:nth-child(3) {
      transition-delay: .2s; }
    .sm-panel .sm-menu dt:nth-child(4) {
      transition-delay: .3s; }
    .sm-panel .sm-menu dt:nth-child(5) {
      transition-delay: .4s; }
    .sm-panel .sm-menu dd {
      display: none; }
      .sm-panel .sm-menu dd li a {
        display: block;
        padding: 1rem;
        background-color: #646464;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #c8c8c8; }
  .sm-panel .sm-menu-open {
    visibility: visible !important; }
    .sm-panel .sm-menu-open dt {
      -webkit-transform: rotateY(0) !important;
      transform: rotateY(0) !important; }
      .sm-panel .sm-menu-open dt a {
        background: white; }

/* ========================================================
2階層のメニュー
=========================================================*/
.sub-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  z-index: 100; }
  .sub-nav > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .sub-nav > ul li {
      position: relative;
      margin: 0 1rem; }
      .sub-nav > ul li a {
        display: block;
        padding: 2rem;
        color: #646464;
        text-decoration: none;
        transition: all 0.5s; }
      .sub-nav > ul li a:hover, .sub-nav > ul li a.current {
        color: #f39800; }
      .sub-nav > ul li a:hover::after,
      .sub-nav > ul li a.current::after {
        position: absolute;
        content: "";
        background: #f39800;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 20px; }

/* ========================================================
フッター
=========================================================*/
.arrow {
  position: relative;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none; }

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.site-footer {
  padding: 70px 0 30px 0;
  width: 100%;
  overflow: hidden;
  background: #2b2c2c;
  color: #c8c8c8; }
  .site-footer .box-sitemap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 83px auto;
    list-style: none;
    font-size: 0.8rem; }
    @media screen and (max-width: 768px) {
      .site-footer .box-sitemap {
        width: 100%;
        margin: 0 2rem 4rem 2rem; } }
    @media screen and (max-width: 768px) {
      .site-footer .box-sitemap li {
        width: 50%; } }
    .site-footer .box-sitemap h3::before {
      left: 4px;
      box-sizing: border-box;
      width: 4px;
      height: 4px;
      border: 4px solid transparent;
      border-left: 4px solid #c8c8c8; }
    .site-footer .box-sitemap h3 {
      line-height: 3; }
      .site-footer .box-sitemap h3 a {
        color: #c8c8c8;
        text-decoration: none; }
    .site-footer .box-sitemap .sitemap {
      list-style: disc;
      list-style-position: inside;
      margin: 0;
      padding: 0; }
      .site-footer .box-sitemap .sitemap a {
        color: #c8c8c8;
        text-decoration: none;
        line-height: 2; }
  .site-footer small {
    display: block;
    font-size: 0.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
    width: 100%; }

/* ========================================================
トップに戻るボタン
=========================================================*/
#go-top {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2b2c2c;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  transition: all 0.3s; }

#go-top::before {
  width: 20px;
  height: 20px;
  border-top: 3px solid #a66116;
  border-right: 3px solid #a66116;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 25px;
  left: 19px;
  margin: auto;
  content: "";
  vertical-align: middle; }

#go-top:hover {
  opacity: 0.8; }

/* ========================================================
スライダー
=========================================================*/
.box-slider {
  height: 700px;
  width: 100%;
  overflow: hidden;
  background: url("images/top/slider01.jpg") no-repeat center center #000;
  background-size: cover;
  line-height: 0; }
  @media screen and (max-width: 768px) {
    .box-slider {
      height: 435px;
      background-image: url("images/top/slider01_sm.jpg");
      background-size: contain;
      width: 100%;
      margin-top: 50px; } }

/* ========================================================
事業紹介
=========================================================*/
.box-about {
  padding: 80px 0;
  text-align: center;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .box-about {
      padding-top: 1rem; } }
  .box-about h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5; }
  .box-about .read {
    margin: 0 auto;
    line-height: 3;
    max-width: 815px; }
    @media screen and (max-width: 768px) {
      .box-about .read {
        padding: 0 1rem;
        line-height: 2; } }

/* ========================================================
イントロダクション
=========================================================*/
.box-introduction {
  padding: 80px 0;
  margin-bottom: 53px;
  text-align: center;
  background: url("images/top/box_about.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .box-introduction {
      background-image: url("images/top/box_about_sm.jpg"); } }
  .box-introduction h2 {
    margin-bottom: 35px;
    font-size: 2rem;
    letter-spacing: 0.2rem; }
  .box-introduction .read {
    margin: 0 auto;
    line-height: 3;
    width: 960px; }
    @media screen and (max-width: 768px) {
      .box-introduction .read {
        padding: 0 1rem;
        width: 100%;
        line-height: 2; } }

/* ========================================================
プロダクト紹介
=========================================================*/
.box-products {
  margin: 0 auto 53px auto;
  width: 1000px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .box-products {
      width: 100%; } }
  .box-products .products-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .box-products .products-menu {
        display: block; } }
    .box-products .products-menu li {
      width: 330px;
      line-height: 0; }
      @media screen and (max-width: 768px) {
        .box-products .products-menu li {
          width: 100%; } }
      .box-products .products-menu li a {
        display: block;
        text-decoration: none;
        transition: all 1s; }
        @media screen and (max-width: 768px) {
          .box-products .products-menu li a {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 1rem;
            padding: 0 1rem;
            width: 100%; } }
      .box-products .products-menu li a:hover {
        opacity: 0.8; }
      .box-products .products-menu li .photo {
        width: 330px;
        height: 180px;
        background: no-repeat; }
        @media screen and (max-width: 768px) {
          .box-products .products-menu li .photo {
            height: inherit;
            background-size: cover; } }
      .box-products .products-menu li .products01 {
        background-image: url("images/top/products01.jpg"); }
        @media screen and (max-width: 768px) {
          .box-products .products-menu li .products01 {
            background-image: url("images/top/products01_sm.jpg"); } }
      .box-products .products-menu li .products02 {
        background-image: url("images/top/products02.jpg"); }
        @media screen and (max-width: 768px) {
          .box-products .products-menu li .products02 {
            background-image: url("images/top/products02_sm.jpg"); } }
      .box-products .products-menu li .products03 {
        background-image: url("images/top/products03.jpg"); }
        @media screen and (max-width: 768px) {
          .box-products .products-menu li .products03 {
            background-image: url("images/top/products03_sm.jpg"); } }
      .box-products .products-menu li .box-read {
        background: #646464;
        padding: 1rem;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          .box-products .products-menu li .box-read {
            width: 150%;
            font-size: 0.8rem;
            height: inherit;
            line-height: 1.5; } }
        .box-products .products-menu li .box-read h3 {
          text-align: center;
          color: #ff8501; }
          @media screen and (max-width: 768px) {
            .box-products .products-menu li .box-read h3 {
              text-align: left; } }
        .box-products .products-menu li .box-read .read {
          color: #fff;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 6rem; }
          @media screen and (max-width: 768px) {
            .box-products .products-menu li .box-read .read {
              height: inherit; } }

/* ========================================================
テクノロジー
=========================================================*/
.box-technology {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 1000px;
  overflow: hidden;
  margin: 0 auto 4rem auto;
  list-style: none; }
  @media screen and (max-width: 768px) {
    .box-technology {
      width: 100%; } }
  .box-technology li {
    padding: 30px;
    background: #f0f0f0;
    width: 49%; }
    @media screen and (max-width: 768px) {
      .box-technology li {
        width: 100%;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        padding: 0.8rem; } }
    .box-technology li a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-decoration: none;
      color: #646464; }
      @media screen and (max-width: 768px) {
        .box-technology li a {
          width: 100%; } }
    .box-technology li .subbox-left {
      width: 70%; }
      .box-technology li .subbox-left h3 {
        margin-bottom: 1rem;
        width: 179px;
        height: 1.8rem;
        font-size: 1.1rem;
        line-height: 1.8rem;
        background: #fff;
        color: #ff8501;
        text-align: center;
        font-weight: normal;
        border-radius: 3px; }
        @media screen and (max-width: 768px) {
          .box-technology li .subbox-left h3 {
            margin-bottom: 0.5rem;
            font-size: 0.8rem; } }
      .box-technology li .subbox-left .read {
        line-height: 2;
        overflow: hidden;
        height: 6rem;
        padding-right: 2rem; }
        @media screen and (max-width: 768px) {
          .box-technology li .subbox-left .read {
            font-size: 0.8rem;
            line-height: 1.5; } }
    .box-technology li .subbox-right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 30%; }
      .box-technology li .subbox-right img {
        width: 100%; }

/* ========================================================
ニュースリリース
=========================================================*/
.box-newsrelease {
  margin-bottom: 83px;
  padding: 40px 0;
  background: #fafafa;
  width: 100%;
  overflow: hidden; }
  .box-newsrelease h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem; }
  .box-newsrelease ul {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1000px;
    border-bottom: 1px solid #c8c8c8;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .box-newsrelease ul {
        width: 95%; } }
    .box-newsrelease ul li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid #c8c8c8;
      line-height: 2;
      padding: 0.5rem 0; }
      .box-newsrelease ul li .news-title {
        display: block;
        padding-left: 1rem;
        color: #646464; }

/* ========================================================
コンタクト
=========================================================*/
.box-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem auto 120px auto;
  width: 615px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .box-contact {
      width: 100%; } }
  .box-contact a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    color: #fff;
    line-height: 4;
    text-align: center;
    border-radius: 4rem;
    letter-spacing: 0.2rem;
    text-decoration: none;
    transition: all 1s; }
    @media screen and (max-width: 768px) {
      .box-contact a {
        margin: 1rem 3rem;
        width: 100%; } }
  .box-contact a:hover {
    opacity: .6; }
  .box-contact img {
    margin-right: 3px; }
  .box-contact .btn-recruit {
    background: #969696; }
  .box-contact .btn-contact {
    background: #ff8501; }

/*#########################################################

会社概要

#########################################################*/
.box-about-mv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 350px;
  background: url("images/common/about_mv.jpg") no-repeat center center;
  color: #fff; }
  .box-about-mv h1 {
    width: 1002px;
    margin: 0 auto 1rem auto;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.2rem; }
  .box-about-mv .read {
    width: 1002px;
    margin: 0 auto;
    font-weight: normal;
    line-height: 2; }

.box-content {
  width: 1002px;
  margin: 3rem auto 4rem auto;
  padding: 3.5rem 2.5rem;
  border-top: 2px solid #f39800;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box; }
  .box-content h2 {
    margin-bottom: 2rem;
    color: #f39800;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f39800; }
  .box-content .box-list {
    margin: 4rem; }
    .box-content .box-list h3 {
      margin-bottom: 3rem;
      font-size: 1.2rem;
      line-height: 2; }
    .box-content .box-list .dl-list-first {
      padding-top: 2rem;
      border-top: 1px solid #c8c8c8; }
    .box-content .box-list .dl-list {
      border-bottom: 1px solid #c8c8c8;
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
      .box-content .box-list .dl-list dt {
        font-size: 1.2rem;
        color: #f39800;
        margin-bottom: 2rem;
        letter-spacing: 0.2rem; }
        .box-content .box-list .dl-list dt small {
          font-size: 1rem;
          color: #646464; }
          @media screen and (max-width: 768px) {
            .box-content .box-list .dl-list dt small {
              font-size: 3.5vw; } }
      .box-content .box-list .dl-list dd {
        line-height: 2; }
        @media screen and (max-width: 768px) {
          .box-content .box-list .dl-list dd {
            font-size: 3.5vw; } }
  .box-content h4 {
    font-size: 1.1rem;
    margin-top: 2rem; }
  .box-content .ul {
    margin-left: 2rem; }
    .box-content .ul li {
      line-height: 1.5; }

/*#########################################################

代表取締役社長

#########################################################*/
.globalization-map {
  text-align: center;
  margin-top: 2rem; }
  @media screen and (max-width: 768px) {
    .globalization-map img {
      margin: 0 auto;
      width: 100%; } }

.sign-ceo {
  float: right;
  margin-top: 4rem;
  font-weight: bold;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .sign-ceo {
      margin-top: 5%;
      font-size: 4vw; } }
  .sign-ceo span {
    background: url(images/company/img-name.png) no-repeat center center;
    width: 8.4rem;
    height: 2rem;
    display: block;
    margin-top: 1rem; }
    @media screen and (max-width: 768px) {
      .sign-ceo span {
        margin-top: 5%; } }

@media screen and (max-width: 768px) {
  .sub-nav {
    display: none; } }

@media screen and (max-width: 768px) {
  .box-about-mv {
    background: url("images/company/about_sm_mv.jpg") no-repeat center center;
    height: auto;
    background-size: cover;
    width: 100%;
    padding: 7% 5%; } }

@media screen and (max-width: 768px) {
  .box-about-mv h1 {
    font-size: 4vw;
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin: 0 auto 5%;
    width: 100%; } }

@media screen and (max-width: 768px) {
  .box-about-mv .read {
    font-size: 2vw;
    width: 100% !important;
    margin: 0 auto;
    font-weight: normal;
    line-height: 2;
    word-wrap: break-word; } }

@media screen and (max-width: 768px) {
  .box-content {
    width: 90%;
    padding: 5%;
    margin: 5% auto; } }

@media screen and (max-width: 768px) {
  .box-content p {
    font-size: 3vw;
    margin: 7% auto;
    line-height: 2; } }

@media screen and (max-width: 768px) {
  .box-content h2 {
    font-size: 4vw;
    letter-spacing: 0.2rem;
    padding-bottom: 5%; } }

@media screen and (max-width: 768px) {
  .box-content .box-list {
    margin: 0; } }

@media screen and (max-width: 768px) {
  .box-content .box-list h3 {
    color: #646464;
    font-size: 3.5vw; } }

@media screen and (max-width: 768px) {
  .box-content .box-list h4 {
    font-size: 3.5vw; } }

@media screen and (max-width: 768px) {
  .box-content .box-list h4 small {
    font-size: 2.5vw; } }

@media screen and (max-width: 768px) {
  .box-content .box-list p {
    font-size: 3vw;
    margin: 7% auto;
    line-height: 2; } }

@media screen and (max-width: 768px) {
  .box-content .sign-ceo span {
    font-size: 5vw; } }

/*#########################################################

企業情報

#########################################################*/
.about-list {
  margin-bottom: 4rem; }
  .about-list h4 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: #f39800;
    border-bottom: 1px solid #c8c8c8; }
  .about-list dl:first-child {
    border-top: 1px solid #c8c8c8; }
  .about-list dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
    line-height: 2;
    padding: 1rem 0; }
    @media screen and (max-width: 768px) {
      .about-list dl {
        font-size: 3vw;
        margin: 7% auto;
        line-height: 2; } }
    .about-list dl dt {
      width: 25%; }
    .about-list dl dd {
      width: 75%; }

/*#########################################################

主要取引先

#########################################################*/
.customer-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .customer-list ul {
    list-style: none; }
    .customer-list ul li {
      margin-bottom: 2rem; }
      @media screen and (max-width: 768px) {
        .customer-list ul li {
          font-size: 3vw;
          line-height: 2; } }

.box-right {
  margin-top: 2rem;
  float: right; }
  @media screen and (max-width: 768px) {
    .box-right {
      font-size: 3vw;
      line-height: 2; } }

/*#########################################################

アクセス/CSR

#########################################################*/
.box-wrap {
  margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    .box-wrap {
      margin-top: 6%; } }
  .box-wrap .mv {
    margin: 0 auto 4rem auto;
    display: block; }
    @media screen and (max-width: 768px) {
      .box-wrap .mv {
        margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .box-wrap img {
      width: 100%; } }
  .box-wrap .box-border {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #c8c8c8; }
    @media screen and (max-width: 768px) {
      .box-wrap .box-border {
        margin-bottom: 7%;
        padding-bottom: 7%; } }
    .box-wrap .box-border h3 {
      color: #f39800; }
      @media screen and (max-width: 768px) {
        .box-wrap .box-border h3 {
          font-size: 3.5vw; } }

/*#########################################################

アクセス

#########################################################*/
.map {
  width: 100%;
  height: 400px; }

/*#########################################################

プラスチック

#########################################################*/
.pg-business .box-about-mv {
  background-image: url("images/business/mv.jpg");
  color: #646464; }

.pg-business .box-content {
  padding-bottom: 0; }

.pg-business .box-catch {
  margin: 2rem auto;
  width: 1002px; }
  .pg-business .box-catch h3 {
    color: #646464;
    font-size: 1.2rem;
    line-height: 2;
    margin: 4rem auto 2rem; }
  .pg-business .box-catch .catch-list dl {
    padding: 1rem 0;
    line-height: 2; }
    .pg-business .box-catch .catch-list dl dt {
      color: #f39800;
      font-size: 1.2rem;
      font-weight: bold;
      margin: 1rem auto; }
    .pg-business .box-catch .catch-list dl dd {
      border-bottom: 1px solid #c8c8c8;
      padding-bottom: 1rem;
      font-weight: 500; }
  @media screen and (max-width: 768px) {
    .pg-business .box-catch {
      width: 100%;
      padding: 5%;
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .pg-business .box-catch p {
      font-size: 3vw;
      margin: 0 auto;
      line-height: 2; } }

.pg-business .about-list dt {
  width: 15%; }

.pg-business .about-list dd {
  width: 85%; }

.h-business {
  margin: 5rem auto 1.5rem auto;
  padding: 2rem 0 2rem 2rem;
  width: 1002px;
  font-size: 1.5rem;
  color: #ffffff;
  background: #f39800;
  text-align: start; }
  @media screen and (max-width: 768px) {
    .h-business {
      width: 100%; } }

.box-content h3 {
  color: #f39800;
  font-size: 1.2rem; }

.box-content > .read {
  margin-bottom: 2rem; }

.box-more {
  padding-top: 2rem;
  padding-bottom: 4rem;
  border-top: 1px solid #c8c8c8; }

/*#########################################################

PTP包装用シート

#########################################################*/
.pg-ptp .box-about-mv {
  background-image: url("images/ptp/mv.jpg");
  color: #646464; }

.pg-ptp .box-content {
  padding-bottom: 0; }

.pg-ptp .box-catch {
  margin: 2rem auto;
  width: 1002px; }
  .pg-ptp .box-catch h3 {
    color: #646464;
    font-size: 1.2rem;
    line-height: 2;
    margin: 4rem auto 2rem; }
  .pg-ptp .box-catch .catch-list dl {
    padding: 1rem 0;
    line-height: 2; }
    .pg-ptp .box-catch .catch-list dl dt {
      color: #f39800;
      font-size: 1.2rem;
      font-weight: bold;
      margin: 1rem auto; }
    .pg-ptp .box-catch .catch-list dl dd {
      border-bottom: 1px solid #c8c8c8;
      padding-bottom: 1rem;
      font-weight: 500; }
  @media screen and (max-width: 768px) {
    .pg-ptp .box-catch {
      width: 100%;
      padding: 5%;
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .pg-ptp .box-catch p {
      font-size: 3vw;
      margin: 0 auto;
      line-height: 2; } }

@media screen and (max-width: 768px) {
  .pg-ptp .about-list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }

.pg-ptp .about-list table {
  border: #cacaca solid 1px;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.8rem; }
  .pg-ptp .about-list table tr {
    border: #cacaca solid 1px; }
    .pg-ptp .about-list table tr th {
      border: #cacaca solid 1px;
      width: 12%;
      background: #fafafa;
      padding: 1rem;
      vertical-align: middle; }
    .pg-ptp .about-list table tr td {
      border: #cacaca solid 1px;
      width: 12%;
      padding: 1rem;
      vertical-align: middle; }
    .pg-ptp .about-list table tr .gray {
      background: #f0f0f0; }
    .pg-ptp .about-list table tr .d-pvc, .pg-ptp .about-list table tr .d-poli, .pg-ptp .about-list table tr .d-pvdc, .pg-ptp .about-list table tr .d-pctfe {
      padding: 0.5rem;
      color: #fff;
      margin-bottom: 2px; }
    .pg-ptp .about-list table tr .d-pvc {
      background-color: #5a81b8; }
    .pg-ptp .about-list table tr .d-poli {
      background-color: #f6c244; }
    .pg-ptp .about-list table tr .d-pvdc {
      background-color: #4ead5b; }
    .pg-ptp .about-list table tr .d-pctfe {
      background-color: #f19eca; }

/*#########################################################

成形技術

#########################################################*/
.pg-technology .box-about-mv {
  background-image: url("images/technology/mv.jpg"); }

.pg-technology h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  padding: 1rem;
  background-color: #f39800;
  margin: 3rem 0 2rem; }

.list-photo {
  margin: 2rem auto;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .list-photo {
      display: block; } }
  @media screen and (max-width: 768px) {
    .list-photo img {
      width: 100%; } }
  .list-photo p {
    padding-left: 2rem;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .list-photo p {
        padding-left: 0; } }

/*#########################################################

技術開発

#########################################################*/
.pg-development .box-about-mv {
  background-image: url("images/development/mv.jpg"); }

/*#########################################################

お問い合わせ

#########################################################*/
.pg-contact {
  /*IE10以降に適用されるCSSハック*/ }
  @media screen and (max-width: 768px) {
    .pg-contact p {
      font-size: 3vw;
      margin: 0 auto;
      line-height: 2; } }
  .pg-contact .box-content {
    padding-bottom: 0; }
    .pg-contact .box-content h2 {
      margin-bottom: 2rem;
      color: #f39800;
      font-size: 1.2rem;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #f39800; }
    .pg-contact .box-content h4 {
      color: #646464;
      font-size: 1.2rem;
      line-height: 2;
      margin: 4rem auto 2rem; }
  .pg-contact .hissu {
    float: right; }
    @media screen and (max-width: 768px) {
      .pg-contact .hissu {
        float: none;
        text-align: center; } }
  .pg-contact span.required {
    color: #f08200;
    font-size: 0.5rem;
    vertical-align: top; }
  @media screen and (max-width: 768px) {
    .pg-contact .about-list {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .pg-contact .about-list tbody {
      width: 100%; } }
  .pg-contact .about-list table {
    border: #c8c8c8 solid 1px;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 0.8rem; }
    @media screen and (max-width: 768px) {
      .pg-contact .about-list table {
        width: 100%; } }
    .pg-contact .about-list table textarea {
      width: 100% !important; }
  .pg-contact .about-list tr {
    border: #c8c8c8 solid 1px; }
    @media screen and (max-width: 768px) {
      .pg-contact .about-list tr {
        width: 100%; } }
  .pg-contact .about-list th {
    border: #c8c8c8 solid 1px;
    width: 12%;
    background: #dcdcdc;
    padding: 1rem;
    vertical-align: middle;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .pg-contact .about-list th {
        width: 15%; } }
  .pg-contact .about-list td {
    border: #c8c8c8 solid 1px;
    width: 12%;
    padding: 1rem;
    vertical-align: middle;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .pg-contact .about-list td {
        width: 12%; } }
  .pg-contact .about-list td li {
    display: inline-block;
    float: left; }
  .pg-contact .about-list .bgcl, .pg-contact .about-list textarea {
    border: none;
    background: #f0f0f0; }
    @media screen and (max-width: 768px) {
      .pg-contact .about-list .bgcl, .pg-contact .about-list textarea {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .pg-contact .about-list .sp-margin {
      margin-bottom: 1rem; } }
  .pg-contact .about-list .email {
    margin-bottom: 10px; }
  .pg-contact .about-list select {
    background: #f0f0f0 url(images/contact/bg-select.jpg) no-repeat top right;
    border: none;
    height: 2rem;
    width: 15rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .pg-contact .about-list .text {
    position: absolute;
    padding-left: 1rem; }
    @media screen and (max-width: 768px) {
      .pg-contact .about-list .text {
        display: none; } }
  .pg-contact .about-list .sp-text {
    display: none; }
    @media screen and (max-width: 768px) {
      .pg-contact .about-list .sp-text {
        text-align: center;
        display: block !important; } }
  .pg-contact .btn-submit {
    margin: 4rem auto;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media screen and (max-width: 768px) {
      .pg-contact .btn-submit {
        display: block; } }
  .pg-contact .btn {
    background: #646464;
    color: #ffffff;
    display: block;
    text-align: center;
    width: 15rem;
    padding: 0.7rem 2rem;
    margin-right: 1rem;
    letter-spacing: 0.2rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    @media screen and (max-width: 768px) {
      .pg-contact .btn {
        margin-bottom: 4%; } }
  .pg-contact span.wpcf7-not-valid-tip {
    clear: both;
    text-align: left;
    width: 100%;
    padding: 1rem 0; }
  @media all and (-ms-high-contrast: none) {
    .pg-contact table {
      table-layout: fixed; }
    .pg-contact th {
      width: 2.5% !important; }
    .pg-contact .text {
      padding-left: 1rem; }
    .pg-contact select {
      background: #f0f0f0 !important;
      border: none;
      -moz-appearance: none !important;
      -webkit-appearance: none !important;
      appearance: none !important;
      border-radius: 0 !important;
      border: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      vertical-align: middle !important;
      font-size: inherit !important;
      color: inherit !important;
      box-sizing: content-box !important; } }
  .pg-contact .wpcf7c-conf {
    background-color: inherit !important;
    /* 背景色 */
    color: black;
    /* 文字色 */ }


/*#########################################################

採用

#########################################################*/
.pg-entry {
  /*IE10以降に適用されるCSSハック*/ }
  @media screen and (max-width: 768px) {
    .pg-entry p {
      font-size: 3vw;
      margin: 0 auto;
      line-height: 2; } }
  .pg-entry .box-content {
    padding-bottom: 0; }
    .pg-entry .box-content h2 {
      margin-bottom: 2rem;
      color: #f39800;
      font-size: 1.2rem;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #f39800; }
    .pg-entry .box-content h4 {
      color: #646464;
      font-size: 1.2rem;
      line-height: 2;
      margin: 4rem auto 2rem; }
  .pg-entry .hissu {
    float: right; }
    @media screen and (max-width: 768px) {
      .pg-entry .hissu {
        float: none;
        text-align: center; } }
  .pg-entry span.required {
    color: #f08200;
    font-size: 0.5rem;
    vertical-align: top; }
  @media screen and (max-width: 768px) {
    .pg-entry .about-list {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .pg-entry .about-list tbody {
      width: 100%; } }
  .pg-entry .about-list table {
    border: #c8c8c8 solid 1px;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 0.8rem; }
    @media screen and (max-width: 768px) {
      .pg-entry .about-list table {
        width: 100%; } }
    .pg-entry .about-list table textarea {
      width: 100% !important; 
    background: #ffffff;
    border: 1px #a9a9a9 solid;}
  .pg-entry .about-list tr {
    border: #c8c8c8 solid 1px; }
    @media screen and (max-width: 768px) {
      .pg-entry .about-list tr {
        width: 100%; } }
  .pg-entry .about-list th {
    border: #c8c8c8 solid 1px;
    width: 20%;
    background: #f0f0f0;
    padding: 1rem;
    vertical-align: middle;
    text-align: left;
    font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      .pg-entry .about-list th {
            width: 15%;
    font-size: 0.9rem;
    padding-left: 2px;
    padding-right: 2px; } }
  .pg-entry .about-list td {
    border: #c8c8c8 solid 1px;
    width: 12%;
    padding: 1rem;
    vertical-align: middle;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .pg-entry .about-list td {
        width: 12%; } }
  .pg-entry .about-list td li {
       display: inline-block;
    float: left;
    font-size: 1.2rem;
    font-weight: bold;
    padding-right: 2rem; }
  .pg-entry .about-list .bgcl, .pg-entry .about-list textarea {
    border: none;
    background: #f0f0f0; }
    @media screen and (max-width: 768px) {
      .pg-entry .about-list .bgcl, .pg-entry .about-list textarea {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .pg-entry .about-list .sp-margin {
      margin-bottom: 1rem; } }
  .pg-entry .about-list .email {
    margin-bottom: 10px; }
  .pg-entry .about-list select {
    background: #ffffff url(images/contact/bg-select.jpg) no-repeat right;
    border: 1px #a9a9a9 solid;
    height: 2.8rem;
    width: 7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.4rem;
}
  .pg-entry .about-list .text {
    position: absolute;
    padding-left: 1rem; }
    @media screen and (max-width: 768px) {
      .pg-entry .about-list .text {
        display: none; } }
  .pg-entry .about-list .sp-text {
    display: none; }
    @media screen and (max-width: 768px) {
      .pg-entry .about-list .sp-text {
        text-align: center;
        display: block !important; } }
  .pg-entry .btn-submit {
    margin: 4rem auto;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media screen and (max-width: 768px) {
      .pg-entry .btn-submit {
        display: block; } }
  .pg-entry .btn {
    background: #646464;
    color: #ffffff;
    display: block;
    text-align: center;
    width: 15rem;
    padding: 0.7rem 2rem;
    margin-right: 1rem;
    letter-spacing: 0.2rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem}
    @media screen and (max-width: 768px) {
      .pg-entry .btn {
        margin-bottom: 4%; } }
  .pg-entry span.wpcf7-not-valid-tip {
    clear: both;
    text-align: left;
    width: 100%;
    padding: 1rem 0;
    font-size: 1rem}
  @media all and (-ms-high-contrast: none) {
    .pg-entry table {
      table-layout: fixed; }
    .pg-entry th {
      width: 2.5% !important; }
    .pg-entry .text {
      padding-left: 1rem; }
    .pg-entry select {
      background: #ffffff url(images/contact/bg-select.jpg) no-repeat top right;
    border: 1px #a9a9a9 solid;
    height: 2rem;
    width: 7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px } }
  .pg-entry .wpcf7c-conf {
    background-color: inherit !important;
    /* 背景色 */
    color: black;
    /* 文字色 */ }
.pg-entry .about-list select[name="Byear"], .pg-entry .about-list select[name="Bmonth"], .pg-entry .about-list select[name="Bday"] {
    width: 6rem;
}
.pg-entry .about-list select[name="Prefectures"] {
    width: 8rem;
}
.pg-entry .about-list select[name="Wtype"] {
    width: 10rem;
}
.pg-entry .about-list input[name="Gtype"] {
    vertical-align: top;
}
.pg-entry .about-list input[type="text"], .pg-entry .about-list input[type="email"], .pg-entry .about-list input[type="url"] {
    box-sizing: border-box;
    padding: 0.5rem;
    font-size: 1.2rem;
}

span.wpcf7-form-control.wpcf7-radio {}

span.wpcf7-form-control-wrap.Gtype {
    vertical-align: -webkit-baseline-middle;
}



/*# sourceMappingURL=style.css.map */