@charset "UTF-8";
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

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

caption, th {
  text-align: left;
}

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

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.disable {
  color: #333;
  cursor: default;
}

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

a.disable:hover {
  text-decoration: none;
}

.blank {
  display: inline-block;
  background: url("../img/ico_blank.png") no-repeat right center;
  padding-right: 28px;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

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

/****************************************

    common

*****************************************/
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table-cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.serif {
  font-family: 'YuMincho','Yu Mincho','游明朝','ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
}

.over {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.scale-up {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-up:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.scale-down {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-down:hover {
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.grow img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.grow img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.mcf:before,
.mcf:after {
  content: " ";
  display: table;
}

.mcf:after {
  clear: both;
}

.mcf {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.m-b-160 {
  margin-bottom: 160px;
}

/*
 * アニメーション
 */
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * 共通
 */
body {
  position: relative;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
  font-family: "Roboto Regular", "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif;
}

#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  display: none;
}
#loading .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  text-align: center;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  padding: 10px 0 20px 0;
  color: #333;
  background: #fff;
  z-index: 1;
}
#head .inr {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#head .head-nav {
  position: absolute;
  right: 0;
  top: 20px;
  width: 300px;
}
#head .head-nav {
  *zoom: 1;
}
#head .head-nav:before, #head .head-nav:after {
  content: "";
  display: table;
}
#head .head-nav:after {
  clear: both;
}
#head .head-inquiry a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 0 10px;
  height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 20px;
  background: #ccc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#head .head-inquiry a:hover {
  color: #fff;
  text-decoration: none;
  background: #c64e4d;
}
#head .head-lang {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  font-size: 0;
}
#head .head-lang li {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}
#head .head-lang li a:hover {
  color: #c64e4d;
  text-decoration: none;
}
#head .head-lang li a.disable {
  color: #ccc;
}
#head .head-lang li.current a {
  color: #333;
}

/*
 * グローバルナビ
 */
#g-nav.fixed {
  position: fixed;
}

#g-nav {
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 10;
  background: #fff;
  font-weight: bold;
  border-bottom: 5px solid #c64e4d;
}
#g-nav .inr {
  width: 1000px;
  margin: 0 auto;
}
#g-nav .parent {
  width: 100%;
  height: 50px;
  font-size: 0;
  background: url(../img/common/bg_nav.png) no-repeat left top;
}
#g-nav .parent > li {
  display: inline-block;
  width: 16.666%;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}
#g-nav .parent > li > a {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding-bottom: 20px;
  line-height: 30px;
  color: #333;
  background: url(../img/common/bg_nav.png) no-repeat right top;
}
#g-nav .parent > li > a:hover {
  text-decoration: none;
}
#g-nav .parent > li > span {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  background: url(../img/common/bg_nav.png) no-repeat right top;
}
#g-nav .parent > li > span:hover i {
  color: #c64e4d;
}
#g-nav .child {
  position: absolute;
  top: 50px;
  width: 166px;
  z-index: 100;
  text-align: left;
  background: #cacaca;
}
#g-nav .child {
  *zoom: 1;
}
#g-nav .child:before, #g-nav .child:after {
  content: "";
  display: table;
}
#g-nav .child:after {
  clear: both;
}
#g-nav .child > li {
  line-height: 1.25;
  padding: 10px 0;
}
#g-nav .child > li i {
  display: none;
}
#g-nav .child > li a {
  position: relative;
  display: block;
  text-align: center;
  -moz-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  -webkit-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
}
#g-nav .child > li a:hover {
  -moz-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  -webkit-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  color: #fff;
  text-decoration: none;
  background: #c64e4d;
}
#g-nav .child > li a.disable {
  color: #aaa;
}
#g-nav .child > li a.disable:hover {
  background: #ccc;
}

/* ----------------------------------------------------------------
	layout
----------------------------------------------------------------- */
#head-outer {
  position: relative;
  height: 295px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #000;
}
#head-outer .overlay {
  height: 100%;
  background: url(../img/overlay/01.png) repeat;
}
#head-outer #page-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: #fff url(../img/common/bg_page-tit.png) repeat 0 0;
}
#head-outer #page-tit .inr {
  position: relative;
  width: 1000px;
  height: 170px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#head-outer #page-tit .inr .box-tit {
  position: relative;
  top: 60px;
  height: 90px;
  background-repeat: left top;
  background-repeat: no-repeat;
}
#head-outer #page-tit .inr .subhead {
  margin-bottom: 5px;
  color: #c64e4d;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
}
#head-outer #page-tit .inr h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}

.frame {
  width: 1000px;
  margin: 0 auto;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}

.resp {
  width: 100%;
  height: auto;
}

.btn-box {
  width: 290px;
}
.btn-box.btn-center {
  margin: 40px auto;
}

.btn-box a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #cacaca;
  -moz-transition: all, 0.3s, ease-in;
  -o-transition: all, 0.3s, ease-in;
  -webkit-transition: all, 0.3s, ease-in;
  transition: all, 0.3s, ease-in;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn-box a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
}

#container {
  padding-top: 60px;
}
#container .sec {
  margin-bottom: 100px;
}
#container .sec .sec-inr {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#container .sec .sec-tit {
  height: 50px;
  line-height: 50px;
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-top: 2px solid #c64e4d;
  border-bottom: 2px solid #c64e4d;
}
#container .sec .sec-tit i {
  color: #c64e4d;
}
#container .block {
  margin-bottom: 30px;
}
#container .block .block-tit {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}
#container .table {
  width: 100%;
}
#container .table th,
#container .table td {
  padding: 20px 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#container .table th {
  text-align: center;
  vertical-align: middle;
  background: #f3f3f3;
}
#container .table td {
  width: auto;
}
#container .table .note {
  margin: .5em 0;
}

.area-tit {
  width: 1000px;
  height: 300px;
  margin: 0 auto;
}

footer {
  background: #f3f3f3;
}
footer #sec-sitemap .frame {
  position: relative;
  padding: 40px 0;
}
footer #sec-sitemap .frame {
  *zoom: 1;
}
footer #sec-sitemap .frame:before, footer #sec-sitemap .frame:after {
  content: "";
  display: table;
}
footer #sec-sitemap .frame:after {
  clear: both;
}
footer #sec-sitemap .info {
  float: left;
  width: 250px;
}
footer #sec-sitemap .info .logo {
  margin-bottom: 20px;
}
footer #sec-sitemap .info .address {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
footer #sec-sitemap .info .foot-inquiry a {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  background: #ccc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
footer #sec-sitemap .info .foot-inquiry a:hover {
  text-decoration: none;
}
footer #sec-sitemap .sitemap {
  float: left;
}
footer #sec-sitemap .sitemap .parent {
  width: 750px;
}
footer #sec-sitemap .sitemap .parent {
  *zoom: 1;
}
footer #sec-sitemap .sitemap .parent:before, footer #sec-sitemap .sitemap .parent:after {
  content: "";
  display: table;
}
footer #sec-sitemap .sitemap .parent:after {
  clear: both;
}
footer #sec-sitemap .sitemap .parent > li {
  float: left;
  width: 110px;
  margin-left: 40px;
}
footer #sec-sitemap .sitemap .parent > li i {
  display: none;
}
footer #sec-sitemap .sitemap .parent > li span {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 2px solid #c64e4d;
}
footer #sec-sitemap .sitemap .parent li.home {
  display: none;
}
footer #sec-sitemap .sitemap .parent .child li {
  font-size: 13px;
  font-size: 1.3rem;
}
footer #sec-sitemap .sitemap .parent .child li i {
  display: inline;
}
footer #sec-sitemap .sitemap .parent .child li a {
  display: inline-block;
  color: #666;
  padding: 4px 0;
}
footer #sec-sitemap .sitemap .parent .child li a:hover {
  color: #c64e4d;
  text-decoration: none;
}
footer #sec-sitemap .sitemap .parent .child li a.disable {
  color: #ccc;
}

#copyright {
  height: 30px;
  line-height: 30px;
  background: #333;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

#pagetop {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 30px;
  -moz-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  -webkit-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  -moz-transform: translate3d(100px, 0, 1em);
  -webkit-transform: translate3d(100px, 0, 1em);
  transform: translate3d(100px, 0, 1em);
  z-index: 999;
}
#pagetop.show {
  -moz-transform: translate3d(0, 0, 1em);
  -webkit-transform: translate3d(0, 0, 1em);
  transform: translate3d(0, 0, 1em);
}

.editor {
  overflow: hidden;
  *zoom: 1;
  /**
   * 2.0 Typography
   */
  /**
   * 3.0 Elements
   */
  /**
   * 4.0 Alignment
   */
  /**
   * 5.0 Caption
   */
  /**
   * 6.0 Galleries
   */
  /**
   * 7.0 Audio / Video
   */
  /**
   * 8.0 RTL
   */
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  clear: both;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.editor h1 {
  font-size: 35px;
  line-height: 1.2308;
}
.editor h2 {
  font-size: 29px;
  line-height: 1.2069;
}
.editor h3 {
  font-size: 24px;
  line-height: 1.1667;
}
.editor h4 {
  font-size: 20px;
  line-height: 1.4;
}
.editor h5,
.editor h6 {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.2353;
  text-transform: uppercase;
}
.editor h1:first-child,
.editor h2:first-child,
.editor h3:first-child,
.editor h4:first-child,
.editor h5:first-child,
.editor h6:first-child {
  margin-top: 0;
}
.editor p {
  margin: 0 0 28px;
}
.editor b,
.editor strong {
  font-weight: 700;
}
.editor dfn,
.editor cite,
.editor em,
.editor i {
  font-style: italic;
}
.editor blockquote {
  border-left: 4px solid #707070;
  color: #707070;
  font-size: 20px;
  font-style: italic;
  line-height: 1.8182;
  margin: 0 0 35px -21px;
  padding-left: 17px;
}
.editor blockquote > blockquote {
  margin-left: 0;
}
.editor blockquote p {
  margin-bottom: 35px;
}
.editor blockquote > p:last-child {
  margin-bottom: 0;
}
.editor blockquote cite,
.editor blockquote small {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6471;
}
.editor blockquote em,
.editor blockquote i,
.editor blockquote cite {
  font-style: normal;
}
.editor blockquote strong,
.editor blockquote b {
  font-weight: 400;
}
.editor address {
  font-style: italic;
  margin: 0 0 28px;
}
.editor code,
.editor kbd,
.editor tt,
.editor var,
.editor samp,
.editor pre {
  font-family: Inconsolata, monospace;
}
.editor pre {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  font-size: 17px;
  line-height: 1.2353;
  margin-bottom: 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.editor abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  cursor: help;
}
.editor mark,
.editor ins {
  background-color: #fff9c0;
  text-decoration: none;
}
.editor sup,
.editor sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.editor sup {
  bottom: 1ex;
}
.editor sub {
  top: .5ex;
}
.editor small {
  font-size: 75%;
}
.editor big {
  font-size: 125%;
}
.editor hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}
.editor ul,
.editor ol {
  margin: 0 0 28px 0;
  padding: 0;
}
.editor ul {
  list-style: disc;
}
.editor ol {
  list-style: decimal;
}
.editor li > ul,
.editor li > ol {
  margin: 0 0 0 23px;
}
.editor dl {
  margin: 0 0 28px;
}
.editor dt {
  font-weight: bold;
}
.editor dd {
  margin: 0 0 28px;
}
.editor table,
.editor th,
.editor td,
.editor .mce-item-table,
.editor .mce-item-table th,
.editor .mce-item-table td {
  border: 1px solid #eaeaea;
}
.editor table a {
  color: #333;
}
.editor table,
.editor .mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}
.editor table th,
.editor .mce-item-table th,
.editor table caption {
  border-width: 0 1px 1px 0;
  font-family: "Noto Serif", serif;
  font-size: 17px;
  font-weight: 700;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}
.editor table td,
.editor .mce-item-table td {
  border-width: 0 1px 1px 0;
  font-family: "Noto Serif", serif;
  font-size: 17px;
  padding: 7px;
  vertical-align: baseline;
}
.editor img {
  border: 0;
  width: 100% !important;
  height: auto;
  max-width: 760px;
  vertical-align: middle;
}
.editor a img {
  display: block;
}
.editor figure {
  margin: 0;
}
.editor del {
  opacity: 0.8;
}
.editor a:link {
  color: #0000ff;
  text-decoration: none;
  border-bottom: 1px solid #0000ff;
}
.editor a:link:hover {
  text-decoration: none;
  border: none;
}
.editor a:visited {
  color: #800080;
  border-bottom: 1px solid #800080;
}
.editor a:active {
  color: #ff8000;
  border-bottom: 1px solid #ff8000;
}
.editor a:hover {
  color: #b80120;
}
.editor a img {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.editor a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.editor .alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
.editor .alignright {
  float: right;
  margin: 7px 0 28px 28px;
}
.editor .aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}
.editor .wp-caption {
  background: transparent;
  border: none;
  color: #707070;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 28px 0;
  max-width: 660px;
  padding: 0;
  text-align: inherit;
}
.editor .wp-caption.alignleft {
  margin: 7px 28px 21px 0;
}
.editor .wp-caption.alignright {
  margin: 7px 0 21px 28px;
}
.editor .wp-caption.aligncenter {
  margin: 7px auto;
}
.editor .wp-caption .wp-caption-text,
.editor .wp-caption-dd {
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}
.editor .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.editor .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.editor .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.editor .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.editor .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.editor .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.editor .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.editor .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.editor .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.editor .gallery .gallery-caption {
  color: #707070;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}
.editor .gallery-columns-6 .gallery-caption,
.editor .gallery-columns-7 .gallery-caption,
.editor .gallery-columns-8 .gallery-caption,
.editor .gallery-columns-9 .gallery-caption {
  display: none;
}
.editor .mce-content-body .wpview-wrap {
  margin-bottom: 32px;
}
.editor .mce-content-body .wp-audio-playlist {
  margin: 0;
}
.editor body.rtl {
  font-family: Arial, Tahoma, sans-serif;
}
.editor .rtl blockquote {
  border-left: none;
  border-right: 4px solid #707070;
  margin: 0 -21px 35px 0;
  padding-left: 0;
  padding-right: 17px;
}
.editor .rtl blockquote > blockquote {
  margin-left: auto;
  margin-right: 0;
}
.editor .rtl li > ul,
.editor .rtl li > ol {
  margin: 0 23px 0 0;
}
.editor .rtl table th,
.editor .rtl table caption {
  text-align: right;
}

/*
 * ドロワーメニュー
 */
#dr-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 42px;
  height: 42px;
  z-index: 100;
  border: none;
  outline: none;
  background-color: #c64e4d;
}
#dr-btn span {
  display: block;
  background: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#dr-btn span:first-child {
  top: 12px;
}
#dr-btn span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
#dr-btn span:last-child {
  bottom: 12px;
}
#dr-btn.dr-open span:first-child {
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#dr-btn.dr-open span:nth-child(2) {
  opacity: 0;
}
#dr-btn.dr-open span:last-child {
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#dr-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  overflow: auto;
  z-index: 99;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
#dr-menu.dr-open {
  -moz-transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
#dr-menu .inr {
  padding: 100px 10px 50px 10px;
}
#dr-menu .parent {
  margin-bottom: 20px;
}
#dr-menu .parent > li {
  margin: 0;
}
#dr-menu .parent > li span {
  position: relative;
  display: block;
  padding: 15px 5px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#dr-menu .parent > li span:hover {
  text-decoration: none;
}
#dr-menu .parent > li span i {
  display: none;
}
#dr-menu .parent > li span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 21px;
  height: 15px;
  top: 50%;
  right: 3%;
  margin-top: -8px;
  background: url(../img/common/sp_nav_arw_d.png) no-repeat 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#dr-menu .parent > li span.active:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#dr-menu .parent > li.home span:after {
  display: none;
}
#dr-menu .parent > li .child {
  padding-left: 20px;
}
#dr-menu .parent > li .child li i {
  display: none;
}
#dr-menu .parent > li .child li a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
#dr-menu .parent > li .child li a.disable {
  color: #ccc;
}

.dr-open .dr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}

.lte-ie9 #container.dr-open {
  position: relative;
  right: 300px;
}

.lte-ie9 #dr-menu.dr-open {
  right: 0px;
}

@media only screen and (max-width: 768px) {
  /* ----------------------------------------------------------------
  	767px以下
  ----------------------------------------------------------------- */
  .hidden-xs {
    display: none;
  }

  #head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    padding: 10px 0 20px 0;
    color: #333;
    background: #fff;
    z-index: 1;
    border-bottom: 1px solid #ccc;
  }
  #head .inr {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #head .head-nav {
    position: absolute;
    right: 0;
    top: 20px;
    width: 300px;
  }
  #head .head-nav {
    *zoom: 1;
  }
  #head .head-nav:before, #head .head-nav:after {
    content: "";
    display: table;
  }
  #head .head-nav:after {
    clear: both;
  }
  #head .head-inquiry a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 0 10px;
    height: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 20px;
    background: #ccc;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  #head .head-inquiry a:hover {
    color: #fff;
    text-decoration: none;
    background: #c64e4d;
  }
  #head .head-lang {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
    font-size: 0;
  }
  #head .head-lang li {
    display: inline;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    color: #333;
    background: #fff;
    z-index: 100;
    overflow: hidden;
  }
  #head .inr {
    position: relative;
  }
  #head h1 {
    padding: 4px 0 0 10px;
    width: 160px;
  }
  #head h1 img {
    max-width: 100%;
    height: auto;
  }
  #head .head-nav {
    display: none;
  }

  .frame {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #g-nav {
    display: none;
  }

  #head-outer {
    position: relative;
    height: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #000;
  }
  #head-outer #page-tit {
    position: static;
    width: 100%;
    height: 100px;
    padding-top: 62px;
    background: #fff url(../img/common/bg_page-tit.png) repeat 0 0;
  }
  #head-outer #page-tit .inr {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    background: none !important;
  }
  #head-outer #page-tit .inr .box-tit {
    position: relative;
    top: 20px;
    height: 40px;
    padding: 0 20px;
    background-repeat: left top;
    background-repeat: no-repeat;
  }
  #head-outer #page-tit .inr .subhead {
    margin-bottom: 5px;
    color: #c64e4d;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
  }
  #head-outer #page-tit .inr h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
  }

  .btn-box {
    width: 100%;
  }
  .btn-box.btn-center {
    margin: 40px auto;
  }

  .btn-box a {
    display: block;
    width: 280px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 1px solid #c64e4d;
    background: #c64e4d;
    -moz-transition: all, 0.3s, ease-in;
    -o-transition: all, 0.3s, ease-in;
    -webkit-transition: all, 0.3s, ease-in;
    transition: all, 0.3s, ease-in;
  }
  .btn-box a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    text-decoration: none;
  }

  .keyimg {
    max-width: 100%;
  }
  .keyimg img {
    width: 100%;
  }

  #container {
    padding-top: 60px;
  }
  #container .sec {
    margin-bottom: 100px;
  }
  #container .sec .sec-inr {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #container .sec .sec-tit {
    height: 50px;
    line-height: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-top: 2px solid #c64e4d;
    border-bottom: 2px solid #c64e4d;
  }
  #container .sec .sec-tit i {
    color: #c64e4d;
  }
  #container .table {
    width: 100%;
  }
  #container .table th,
  #container .table td {
    width: 100%;
    display: list-item;
    list-style-type: none;
    padding: 10px 10px;
    border: none;
  }
  #container .table th {
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #container .table td {
    width: auto;
    margin-bottom: 20px;
  }
  #container .table .note {
    margin: .5em 0;
  }

  .area-tit {
    width: 100%;
    height: 300px;
    margin: 0 auto;
  }

  footer #sec-sitemap .frame {
    position: relative;
    padding: 40px 0;
  }
  footer #sec-sitemap .frame {
    *zoom: 1;
  }
  footer #sec-sitemap .frame:before, footer #sec-sitemap .frame:after {
    content: "";
    display: table;
  }
  footer #sec-sitemap .frame:after {
    clear: both;
  }
  footer #sec-sitemap .info {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer #sec-sitemap .info .logo {
    margin-bottom: 20px;
  }
  footer #sec-sitemap .info .address {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  footer #sec-sitemap .info .foot-inquiry a {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    font-size: 18px;
    font-size: 1.8rem;
    background: #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  footer #sec-sitemap .info .foot-inquiry a:hover {
    text-decoration: none;
  }
  footer #sec-sitemap .sitemap {
    display: none;
  }

  #copyright {
    height: 30px;
    line-height: 30px;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  /* ----------------------------------------------------------------
  	768px〜959pxまで
  ----------------------------------------------------------------- */
  .hidden-sm {
    display: none;
  }

  #dr-btn {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  /* ----------------------------------------------------------------
  	960px〜1169pxまで
  ----------------------------------------------------------------- */
  .hidden-md {
    display: none;
  }

  #dr-btn {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  /* ----------------------------------------------------------------
  	1170px以上
  ----------------------------------------------------------------- */
  .hidden-lg {
    display: none;
  }

  #dr-btn {
    display: none;
  }
}
body.home #wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
body.home .outer-keyimg {
  position: relative;
  width: 100%;
  height: 50%;
  max-height: 600px;
  padding-top: 125px;
}
body.home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/overlay/01.png) repeat;
}
body.home #movie-area {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
body.home #area-keyimg {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
body.home #area-keyimg .keyimg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 546px;
  margin-left: -273px;
  height: 214px;
  margin-top: -157px;
}
body.home #area-keyimg .keyimg img {
  width: 100%;
  height: auto;
}
body.home #area-keyimg .arw-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -20px;
}
body.home #container {
  padding-top: 2px;
}
body.home #sec-business .sec-tit, body.home #sec-products .sec-tit, body.home #sec-link .sec-tit {
  position: relative;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
body.home #sec-business .sec-tit span, body.home #sec-products .sec-tit span, body.home #sec-link .sec-tit span {
  width: auto;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  z-index: 3;
}
body.home #sec-business .sec-tit:after, body.home #sec-products .sec-tit:after, body.home #sec-link .sec-tit:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
  z-index: -1;
}
body.home #sec-business {
  position: relative;
  padding-bottom: 20px;
}
body.home #sec-business .btn-list {
  margin-bottom: 40px;
}
body.home #sec-business .btn-list {
  *zoom: 1;
}
body.home #sec-business .btn-list:before, body.home #sec-business .btn-list:after {
  content: "";
  display: table;
}
body.home #sec-business .btn-list:after {
  clear: both;
}
body.home #sec-business .btn-list li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 33.333%;
  height: 190px;
  list-style-type: none;
  background-color: #fff;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  text-align: center;
}
body.home #sec-business .btn-list li .inr {
  width: 100%;
}
body.home #sec-business .btn-list .btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.home #sec-business .btn-list .btn-1:after {
  background: url(../img/home/bg_business_1.jpg) no-repeat right center;
  background-size: cover;
}
body.home #sec-business .btn-list .btn-2:after {
  background: url(../img/home/bg_business_2.jpg) no-repeat center center;
  background-size: cover;
}
body.home #sec-business .btn-list .btn-3:after {
  background: url(../img/home/bg_business_3.jpg) no-repeat left center;
  background-size: cover;
}
body.home #sec-business .btn-list .btn:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body.home #sec-business .btn-list .btn .inr {
  z-index: 1;
  position: relative;
}
body.home #sec-business .btn-list a {
  display: block;
  width: 100%;
  height: 190px;
  padding-top: 60px;
  text-align: center;
  box-sizing: border-box;
}
body.home #sec-business .btn-list li:last-child {
  margin-left: -1px;
  border-left: 1px solid #fff;
}
body.home #sec-business .note {
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
body.home #sec-business .btn-box a {
  border-color: #cacaca;
}
body.home #sec-products {
  position: relative;
  padding: 40px 0;
}
body.home #sec-products .list {
  margin-right: -20px;
}
body.home #sec-products .list {
  *zoom: 1;
}
body.home #sec-products .list:before, body.home #sec-products .list:after {
  content: "";
  display: table;
}
body.home #sec-products .list:after {
  clear: both;
}
body.home #sec-products .list .list__item {
  float: left;
  width: 235px;
  margin-right: 20px;
  text-align: center;
}
body.home #sec-products .list .list__item a img {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.home #sec-products .list .list__item a:hover {
  text-decoration: none;
}
body.home #sec-products .list .list__item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body.home #sec-products .list .list__item .inr {
  padding: 20px 0;
}
body.home #sec-products .list .list__item .pic {
  height: 157px;
  margin-bottom: 10px;
}
body.home #sec-products .list .list__item .caption {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body.home #sec-products .list .piping i {
  color: #f09400;
}
body.home #sec-products .list .chemical i {
  color: #009B93;
}
body.home #sec-products .list .eco i {
  color: #1693D2;
}
body.home #sec-products .btn-box a {
  border-color: #cacaca;
}
body.home .area-logo {
  margin-bottom: 60px;
  text-align: center;
}
body.home #sec-link {
  margin-bottom: 40px;
}
body.home #sec-link .bnr-list {
  padding-top: 40px;
}
body.home #sec-link .bnr-list {
  *zoom: 1;
}
body.home #sec-link .bnr-list:before, body.home #sec-link .bnr-list:after {
  content: "";
  display: table;
}
body.home #sec-link .bnr-list:after {
  clear: both;
}
body.home #sec-link .bnr-list .bnr {
  width: 480px;
  height: 130px;
}
body.home #sec-link .bnr-list .side-l {
  float: left;
}
body.home #sec-link .bnr-list .side-r {
  float: right;
}
body.home #sec-bnr {
  background: url(../img/home/bg_bnr.jpg) no-repeat center center;
}
body.home #sec-bnr .frame {
  min-height: 400px;
}
body.home #sec-bnr .bnr-list {
  padding-top: 40px;
}
body.home #sec-bnr .bnr-list {
  *zoom: 1;
}
body.home #sec-bnr .bnr-list:before, body.home #sec-bnr .bnr-list:after {
  content: "";
  display: table;
}
body.home #sec-bnr .bnr-list:after {
  clear: both;
}
body.home #sec-bnr .bnr-list .bnr {
  width: 480px;
  height: 130px;
}
body.home #sec-bnr .bnr-list .side-l {
  float: left;
}
body.home #sec-bnr .bnr-list .side-r {
  float: right;
}

@media only screen and (max-width: 768px) {
  /* ----------------------------------------------------------------
  	767px以下
  ----------------------------------------------------------------- */
  #loading {
    display: none;
  }

  body.home header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    z-index: 1;
  }
  body.home header .inr {
    position: relative;
  }
  body.home header h1 {
    padding: 10px 0 0 20px;
    width: 50%;
  }
  body.home header h1 img {
    max-width: 100%;
    height: auto;
  }
  body.home header .head-sns {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  body.home header .head-sns ul {
    font-size: 0;
  }
  body.home header .head-sns li {
    display: inline-block;
    margin: 0 4px;
  }
  body.home header .head-sns li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
  }
  body.home header .head-sns li a i {
    line-height: inherit;
  }
  body.home .outer-keyimg {
    position: relative;
    width: 100%;
    height: 80%;
    padding-top: 0;
    background: #f5f5f5;
  }
  body.home #movie-area {
    display: none;
  }
  body.home #area-keyimg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin: 0;
    overflow: hidden;
    background: url(../img/home/bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  body.home #area-keyimg .keyimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
  }
  body.home #area-keyimg .keyimg img {
    width: 300px;
    height: auto;
  }
  body.home #area-keyimg .sp-bg-img {
    display: block;
  }
  body.home #area-keyimg .arw-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -10px;
  }
  body.home #area-keyimg .arw-down img {
    width: 20px;
    height: auto;
  }
  body.home #container {
    width: 100%;
    overflow-x: hidden;
    padding-top: 0px;
  }
  body.home #sec-business .sec-tit, body.home #sec-products .sec-tit {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    z-index: 2;
  }
  body.home #sec-business .sec-tit span, body.home #sec-products .sec-tit span {
    width: auto;
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    z-index: 3;
  }
  body.home #sec-business .sec-tit:after, body.home #sec-products .sec-tit:after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #999;
    z-index: -1;
  }
  body.home #sec-business .btn-list {
    *zoom: 1;
  }
  body.home #sec-business .btn-list:before, body.home #sec-business .btn-list:after {
    content: "";
    display: table;
  }
  body.home #sec-business .btn-list:after {
    clear: both;
  }
  body.home #sec-business .btn-list li {
    position: relative;
    overflow: hidden;
    float: none;
    width: 100%;
    height: 190px;
    list-style-type: none;
    background-color: #fff;
    box-sizing: border-box;
    border-right: none;
    border-top: 2px solid #ccc;
    text-align: center;
  }
  body.home #sec-business .btn-list li .inr {
    width: 100%;
  }
  body.home #sec-business .btn-list .btn:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body.home #sec-business .btn-list .btn-1:after {
    background: url(../img/home/bg_business_1.jpg) no-repeat right center;
    background-size: cover;
  }
  body.home #sec-business .btn-list .btn-2:after {
    background: url(../img/home/bg_business_2.jpg) no-repeat center center;
    background-size: cover;
  }
  body.home #sec-business .btn-list .btn-3:after {
    background: url(../img/home/bg_business_3.jpg) no-repeat left center;
    background-size: cover;
  }
  body.home #sec-business .btn-list .btn:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  body.home #sec-business .btn-list .btn .inr {
    z-index: 1;
    position: relative;
  }
  body.home #sec-business .btn-list a {
    display: block;
    width: 100%;
    height: 190px;
    padding-top: 60px;
    text-align: center;
    box-sizing: border-box;
  }
  body.home #sec-business .btn-list li:last-child {
    margin-left: 0;
    border-left: none;
  }
  body.home #sec-business .btn-box a {
    border-color: #cacaca;
  }
  body.home #sec-products {
    position: relative;
    padding: 20px 0;
  }
  body.home #sec-products .list {
    margin-right: 0px;
    margin: 0 -5px;
  }
  body.home #sec-products .list {
    *zoom: 1;
  }
  body.home #sec-products .list:before, body.home #sec-products .list:after {
    content: "";
    display: table;
  }
  body.home #sec-products .list:after {
    clear: both;
  }
  body.home #sec-products .list .list__item {
    float: left;
    width: 50%;
    margin-right: 0px;
    padding: 5px 5px 20px 5px;
    text-align: center;
    box-sizing: border-box;
  }
  body.home #sec-products .list .list__item a img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body.home #sec-products .list .list__item a:hover {
    text-decoration: none;
  }
  body.home #sec-products .list .list__item a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  body.home #sec-products .list .list__item .inr {
    padding: 0;
  }
  body.home #sec-products .list .list__item .pic {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  body.home #sec-products .list .list__item .pic img {
    width: 100%;
    height: auto;
  }
  body.home #sec-products .list .list__item .caption {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  body.home #sec-products .btn-box a {
    border-color: #cacaca;
  }
  body.home .area-logo {
    margin-bottom: 60px;
    text-align: center;
  }
  body.home .area-logo img {
    width: 200px;
    height: auto;
  }
  body.home #sec-link {
    background: none;
  }
  body.home #sec-link .frame {
    min-height: auto;
  }
  body.home #sec-link .bnr-list {
    padding-top: 0px;
  }
  body.home #sec-link .bnr-list {
    *zoom: 1;
  }
  body.home #sec-link .bnr-list:before, body.home #sec-link .bnr-list:after {
    content: "";
    display: table;
  }
  body.home #sec-link .bnr-list:after {
    clear: both;
  }
  body.home #sec-link .bnr-list .bnr {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  body.home #sec-link .bnr-list .bnr img {
    width: 100%;
    height: auto;
  }
  body.home #sec-link .bnr-list .side-l {
    float: left;
  }
  body.home #sec-link .bnr-list .side-r {
    float: right;
  }
  body.home #sec-link .sp-pic img {
    width: 100%;
    height: auto;
  }
  body.home #sec-bnr {
    background: none;
  }
  body.home #sec-bnr .frame {
    min-height: auto;
  }
  body.home #sec-bnr .bnr-list {
    padding-top: 0px;
  }
  body.home #sec-bnr .bnr-list {
    *zoom: 1;
  }
  body.home #sec-bnr .bnr-list:before, body.home #sec-bnr .bnr-list:after {
    content: "";
    display: table;
  }
  body.home #sec-bnr .bnr-list:after {
    clear: both;
  }
  body.home #sec-bnr .bnr-list .bnr {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  body.home #sec-bnr .bnr-list .bnr img {
    width: 100%;
    height: auto;
  }
  body.home #sec-bnr .bnr-list .side-l {
    float: left;
  }
  body.home #sec-bnr .bnr-list .side-r {
    float: right;
  }
  body.home #sec-bnr .sp-pic img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  /* ----------------------------------------------------------------
  	768px〜959pxまで
  ----------------------------------------------------------------- */
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  /* ----------------------------------------------------------------
  	960px〜1169pxまで
  ----------------------------------------------------------------- */
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  /* ----------------------------------------------------------------
  	1170px以上
  ----------------------------------------------------------------- */
  .hidden-lg {
    display: none;
  }
}
body.page-company #head-outer #page-tit .inr,
body.page-company-child #head-outer #page-tit .inr {
  background-image: url(../img/company/bg_head.jpg);
}

body.page-template-page-company-message .block-message {
  *zoom: 1;
}
body.page-template-page-company-message .block-message:before, body.page-template-page-company-message .block-message:after {
  content: "";
  display: table;
}
body.page-template-page-company-message .block-message:after {
  clear: both;
}
body.page-template-page-company-message .keyimg {
  margin-bottom: 40px;
}
body.page-template-page-company-message .message {
  float: right;
  width: 770px;
}
body.page-template-page-company-message .message .note {
  margin-bottom: 40px;
  line-height: 2.8;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body.page-template-page-company-message .pic {
  float: left;
  width: 180px;
}

body.page-history .history-list {
  *zoom: 1;
}
body.page-history .history-list:before, body.page-history .history-list:after {
  content: "";
  display: table;
}
body.page-history .history-list:after {
  clear: both;
}
body.page-history .history-list dt,
body.page-history .history-list dd {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: none;
  box-sizing: border-box;
}
body.page-history .history-list dt {
  clear: both;
  float: none;
  width: 100%;
  color: #c64e4d;
  border-bottom: 1px solid #ccc;
}
body.page-history .history-list dd {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}

body.page-organization .img-org {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  /* ----------------------------------------------------------------
  	767px以下
  ----------------------------------------------------------------- */
  body.page-template-page-company-message .block-message {
    *zoom: 1;
  }
  body.page-template-page-company-message .block-message:before, body.page-template-page-company-message .block-message:after {
    content: "";
    display: table;
  }
  body.page-template-page-company-message .block-message:after {
    clear: both;
  }
  body.page-template-page-company-message .keyimg {
    margin-bottom: 40px;
  }
  body.page-template-page-company-message .message {
    float: none;
    width: 100%;
    line-height: 2.2;
    font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  body.page-template-page-company-message .pic {
    float: none;
    width: 180px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  /* ----------------------------------------------------------------
  	768px〜959pxまで
  ----------------------------------------------------------------- */
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  /* ----------------------------------------------------------------
  	960px〜1169pxまで
  ----------------------------------------------------------------- */
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  /* ----------------------------------------------------------------
  	1170px以上
  ----------------------------------------------------------------- */
  .hidden-lg {
    display: none;
  }
}
body.page-business #head-outer #page-tit .inr,
body.page-business-child #head-outer #page-tit .inr {
  background-image: url(../img/business/bg_head.jpg);
}
body.page-business .keyimg,
body.page-business-child .keyimg {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
body.page-business .intro,
body.page-business-child .intro {
  margin-bottom: 40px;
}
body.page-business .intro .copy,
body.page-business-child .intro .copy {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
body.page-business .ac-list dt,
body.page-business-child .ac-list dt {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  padding: 0px 40px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body.page-business .ac-list dt:hover,
body.page-business-child .ac-list dt:hover {
  cursor: pointer;
}
body.page-business .ac-list dt i,
body.page-business-child .ac-list dt i {
  position: absolute;
  left: 10px;
  top: 10px;
  -moz-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  -webkit-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  -moz-transform: translateY(0px) translateX(0px) rotate(0deg);
  -ms-transform: translateY(0px) translateX(0px) rotate(0deg);
  -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
  transform: translateY(0px) translateX(0px) rotate(0deg);
}
body.page-business .ac-list dt.isopen i,
body.page-business-child .ac-list dt.isopen i {
  -moz-transform: translateY(0px) translateX(0px) rotate(-180deg);
  -ms-transform: translateY(0px) translateX(0px) rotate(-180deg);
  -webkit-transform: translateY(0px) translateX(0px) rotate(-180deg);
  transform: translateY(0px) translateX(0px) rotate(-180deg);
}
body.page-business .ac-list dt.piping,
body.page-business-child .ac-list dt.piping {
  background: #f09400;
}
body.page-business .ac-list dt.chemical,
body.page-business-child .ac-list dt.chemical {
  background: #009B93;
}
body.page-business .ac-list dt.eco,
body.page-business-child .ac-list dt.eco {
  background: #1693D2;
}
body.page-business .ac-list dd,
body.page-business-child .ac-list dd {
  padding-bottom: 40px;
}
body.page-business .ac-list dd .list,
body.page-business-child .ac-list dd .list {
  margin-right: -20px;
}
body.page-business .ac-list dd .list,
body.page-business-child .ac-list dd .list {
  *zoom: 1;
}
body.page-business .ac-list dd .list:before, body.page-business .ac-list dd .list:after,
body.page-business-child .ac-list dd .list:before,
body.page-business-child .ac-list dd .list:after {
  content: "";
  display: table;
}
body.page-business .ac-list dd .list:after,
body.page-business-child .ac-list dd .list:after {
  clear: both;
}
body.page-business .ac-list dd .list .list__item,
body.page-business-child .ac-list dd .list .list__item {
  float: left;
  width: 235px;
  margin-right: 20px;
}
body.page-business .ac-list dd .list .list__item a img,
body.page-business-child .ac-list dd .list .list__item a img {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.page-business .ac-list dd .list .list__item a:hover,
body.page-business-child .ac-list dd .list .list__item a:hover {
  text-decoration: none;
}
body.page-business .ac-list dd .list .list__item a:hover img,
body.page-business-child .ac-list dd .list .list__item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body.page-business .ac-list dd .list .list__item .inr,
body.page-business-child .ac-list dd .list .list__item .inr {
  padding: 20px 0;
}
body.page-business .ac-list dd .list .list__item .pic,
body.page-business-child .ac-list dd .list .list__item .pic {
  height: 157px;
  margin-bottom: 10px;
}
body.page-business .ac-list dd .list .list__item .pic img,
body.page-business-child .ac-list dd .list .list__item .pic img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body.page-business .ac-list dd .list .list__item .name,
body.page-business-child .ac-list dd .list .list__item .name {
  height: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body.page-business .ac-list dd .list .list__item .discription,
body.page-business-child .ac-list dd .list .list__item .discription {
  height: 80px;
  padding-top: 15px;
  border-top: 1px dotted #ccc;
}

body.page-business-child .block .list {
  margin-right: -20px;
}
body.page-business-child .block .list {
  *zoom: 1;
}
body.page-business-child .block .list:before, body.page-business-child .block .list:after {
  content: "";
  display: table;
}
body.page-business-child .block .list:after {
  clear: both;
}
body.page-business-child .block .list .list__item {
  float: left;
  width: 235px;
  margin-right: 20px;
}
body.page-business-child .block .list .list__item a img {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.page-business-child .block .list .list__item a:hover {
  text-decoration: none;
}
body.page-business-child .block .list .list__item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body.page-business-child .block .list .list__item .inr {
  padding: 20px 0;
}
body.page-business-child .block .list .list__item .pic {
  height: 157px;
  margin-bottom: 10px;
}
body.page-business-child .block .list .list__item .pic img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body.page-business-child .block .list .list__item .category {
  height: 52px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
}
body.page-business-child .block .list .list__item .name {
  height: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body.page-business-child .block .list .list__item .discription {
  height: 120px;
  padding-top: 15px;
  border-top: 1px dotted #ccc;
}

body.page-business-child.page-piping .block .list .list__item .category i {
  color: #f09400;
}

body.page-lineup .list dt {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body.page-lineup .list dt.piping {
  background: #f09400;
}
body.page-lineup .list dt.chemical {
  background: #009B93;
}
body.page-lineup .list dt.eco {
  background: #1693D2;
}
body.page-lineup .note {
  margin-bottom: 20px;
}

body.page-history .history-list {
  *zoom: 1;
}
body.page-history .history-list:before, body.page-history .history-list:after {
  content: "";
  display: table;
}
body.page-history .history-list:after {
  clear: both;
}
body.page-history .history-list dt,
body.page-history .history-list dd {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
body.page-history .history-list dt {
  clear: both;
  float: left;
  width: 20%;
  color: #c64e4d;
}
body.page-history .history-list dd {
  float: left;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  /* ----------------------------------------------------------------
  	767px以下
  ----------------------------------------------------------------- */
  body.page-business .ac-list dd .list,
  body.page-business-child .ac-list dd .list {
    margin-right: 0px;
    margin: 0 -5px;
  }
  body.page-business .ac-list dd .list,
  body.page-business-child .ac-list dd .list {
    *zoom: 1;
  }
  body.page-business .ac-list dd .list:before, body.page-business .ac-list dd .list:after,
  body.page-business-child .ac-list dd .list:before,
  body.page-business-child .ac-list dd .list:after {
    content: "";
    display: table;
  }
  body.page-business .ac-list dd .list:after,
  body.page-business-child .ac-list dd .list:after {
    clear: both;
  }
  body.page-business .ac-list dd .list .list__item,
  body.page-business-child .ac-list dd .list .list__item {
    float: left;
    width: 50%;
    margin-right: 0px;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
  }
  body.page-business .ac-list dd .list .list__item a img,
  body.page-business-child .ac-list dd .list .list__item a img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body.page-business .ac-list dd .list .list__item a:hover,
  body.page-business-child .ac-list dd .list .list__item a:hover {
    text-decoration: none;
  }
  body.page-business .ac-list dd .list .list__item a:hover img,
  body.page-business-child .ac-list dd .list .list__item a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  body.page-business .ac-list dd .list .list__item .inr,
  body.page-business-child .ac-list dd .list .list__item .inr {
    padding: 0;
  }
  body.page-business .ac-list dd .list .list__item .pic,
  body.page-business-child .ac-list dd .list .list__item .pic {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  body.page-business .ac-list dd .list .list__item .pic img,
  body.page-business-child .ac-list dd .list .list__item .pic img {
    width: 100%;
    height: auto;
  }
  body.page-business .ac-list dd .list .list__item .name,
  body.page-business-child .ac-list dd .list .list__item .name {
    height: 52px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  body.page-business .ac-list dd .list .list__item .discription,
  body.page-business-child .ac-list dd .list .list__item .discription {
    height: 240px;
    padding-top: 15px;
    border-top: 1px dotted #ccc;
  }

  body.page-business-child .block .list {
    margin-right: 0px;
    margin: 0 -5px;
  }
  body.page-business-child .block .list {
    *zoom: 1;
  }
  body.page-business-child .block .list:before, body.page-business-child .block .list:after {
    content: "";
    display: table;
  }
  body.page-business-child .block .list:after {
    clear: both;
  }
  body.page-business-child .block .list .list__item {
    float: left;
    width: 50%;
    margin-right: 0px;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
  }
  body.page-business-child .block .list .list__item a img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body.page-business-child .block .list .list__item a:hover {
    text-decoration: none;
  }
  body.page-business-child .block .list .list__item a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  body.page-business-child .block .list .list__item .inr {
    padding: 0;
  }
  body.page-business-child .block .list .list__item .pic {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  body.page-business-child .block .list .list__item .pic img {
    width: 100%;
    height: auto;
  }
  body.page-business-child .block .list .list__item .category {
    height: 52px;
    line-height: 1.2;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  body.page-business-child .block .list .list__item .name {
    height: 52px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  body.page-business-child .block .list .list__item .discription {
    height: 240px;
    padding-top: 15px;
    border-top: 1px dotted #ccc;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  /* ----------------------------------------------------------------
  	768px〜959pxまで
  ----------------------------------------------------------------- */
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  /* ----------------------------------------------------------------
  	960px〜1169pxまで
  ----------------------------------------------------------------- */
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  /* ----------------------------------------------------------------
  	1170px以上
  ----------------------------------------------------------------- */
  .hidden-lg {
    display: none;
  }
}
body.page-group #head-outer #page-tit .inr {
  background-image: url(../img/group/bg_head.jpg);
}
body.page-group .ac-list dt {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  padding: 0px 40px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #e67e78;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body.page-group .ac-list dt:hover {
  cursor: pointer;
}
body.page-group .ac-list dt i {
  position: absolute;
  left: 10px;
  top: 10px;
  -moz-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  -webkit-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  -moz-transform: translateY(0px) translateX(0px) rotate(0deg);
  -ms-transform: translateY(0px) translateX(0px) rotate(0deg);
  -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
  transform: translateY(0px) translateX(0px) rotate(0deg);
}
body.page-group .ac-list dt.isopen i {
  -moz-transform: translateY(0px) translateX(0px) rotate(-180deg);
  -ms-transform: translateY(0px) translateX(0px) rotate(-180deg);
  -webkit-transform: translateY(0px) translateX(0px) rotate(-180deg);
  transform: translateY(0px) translateX(0px) rotate(-180deg);
}
body.page-group .ac-list dd {
  padding-bottom: 40px;
}
body.page-group .ac-list dd .list {
  margin-right: -20px;
}
body.page-group .ac-list dd .list {
  *zoom: 1;
}
body.page-group .ac-list dd .list:before, body.page-group .ac-list dd .list:after {
  content: "";
  display: table;
}
body.page-group .ac-list dd .list:after {
  clear: both;
}
body.page-group .ac-list dd .list .list__item {
  float: left;
  width: 235px;
  margin-right: 20px;
  text-align: center;
}
body.page-group .ac-list dd .list .list__item a img {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.page-group .ac-list dd .list .list__item a:hover {
  text-decoration: none;
}
body.page-group .ac-list dd .list .list__item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body.page-group .ac-list dd .list .list__item .inr {
  padding: 20px 0;
}
body.page-group .ac-list dd .list .list__item .pic {
  height: 157px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  /* ----------------------------------------------------------------
  	767px以下
  ----------------------------------------------------------------- */
  body.page-group .ac-list dd .list {
    margin-right: 0px;
    margin: 0 -5px;
  }
  body.page-group .ac-list dd .list {
    *zoom: 1;
  }
  body.page-group .ac-list dd .list:before, body.page-group .ac-list dd .list:after {
    content: "";
    display: table;
  }
  body.page-group .ac-list dd .list:after {
    clear: both;
  }
  body.page-group .ac-list dd .list .list__item {
    float: left;
    width: 50%;
    margin-right: 0px;
    padding: 0px 5px 5px 5px;
    text-align: center;
    box-sizing: border-box;
  }
  body.page-group .ac-list dd .list .list__item a img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body.page-group .ac-list dd .list .list__item a:hover {
    text-decoration: none;
  }
  body.page-group .ac-list dd .list .list__item a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  body.page-group .ac-list dd .list .list__item .inr {
    padding: 0;
  }
  body.page-group .ac-list dd .list .list__item .pic {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  body.page-group .ac-list dd .list .list__item .pic img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  /* ----------------------------------------------------------------
  	768px〜959pxまで
  ----------------------------------------------------------------- */
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  /* ----------------------------------------------------------------
  	960px〜1169pxまで
  ----------------------------------------------------------------- */
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  /* ----------------------------------------------------------------
  	1170px以上
  ----------------------------------------------------------------- */
  .hidden-lg {
    display: none;
  }
}
body.page-group #head-outer #page-tit .inr {
  background-image: url(../img/group/bg_head.jpg);
}
body.page-group .ac-list dt {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  padding: 0px 40px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #e67e78;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body.page-group .ac-list dt:hover {
  cursor: pointer;
}
body.page-group .ac-list dt i {
  position: absolute;
  left: 10px;
  top: 10px;
  -moz-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  -webkit-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  -moz-transform: translateY(0px) translateX(0px) rotate(0deg);
  -ms-transform: translateY(0px) translateX(0px) rotate(0deg);
  -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
  transform: translateY(0px) translateX(0px) rotate(0deg);
}
body.page-group .ac-list dt.isopen i {
  -moz-transform: translateY(0px) translateX(0px) rotate(-180deg);
  -ms-transform: translateY(0px) translateX(0px) rotate(-180deg);
  -webkit-transform: translateY(0px) translateX(0px) rotate(-180deg);
  transform: translateY(0px) translateX(0px) rotate(-180deg);
}
body.page-group .ac-list dd {
  padding-bottom: 40px;
}
body.page-group .ac-list dd .list {
  margin-right: -20px;
}
body.page-group .ac-list dd .list {
  *zoom: 1;
}
body.page-group .ac-list dd .list:before, body.page-group .ac-list dd .list:after {
  content: "";
  display: table;
}
body.page-group .ac-list dd .list:after {
  clear: both;
}
body.page-group .ac-list dd .list .list__item {
  float: left;
  width: 235px;
  margin-right: 20px;
  text-align: center;
}
body.page-group .ac-list dd .list .list__item a img {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.page-group .ac-list dd .list .list__item a:hover {
  text-decoration: none;
}
body.page-group .ac-list dd .list .list__item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body.page-group .ac-list dd .list .list__item .inr {
  padding: 20px 0;
}
body.page-group .ac-list dd .list .list__item .pic {
  height: 157px;
  margin-bottom: 10px;
}
body.page-group .ac-list dd .list .list__item .pic img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body.page-group .ac-list dd .table th {
  width: 200px;
}
body.page-group .ac-list dd .table td {
  width: auto;
}

@media only screen and (max-width: 768px) {
  /* ----------------------------------------------------------------
  	767px以下
  ----------------------------------------------------------------- */
  body.page-group .ac-list dd .list {
    margin-right: 0px;
    margin: 0 -5px;
  }
  body.page-group .ac-list dd .list {
    *zoom: 1;
  }
  body.page-group .ac-list dd .list:before, body.page-group .ac-list dd .list:after {
    content: "";
    display: table;
  }
  body.page-group .ac-list dd .list:after {
    clear: both;
  }
  body.page-group .ac-list dd .list .list__item {
    float: left;
    width: 50%;
    margin-right: 0px;
    padding: 0px 5px 5px 5px;
    text-align: center;
    box-sizing: border-box;
  }
  body.page-group .ac-list dd .list .list__item a img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body.page-group .ac-list dd .list .list__item a:hover {
    text-decoration: none;
  }
  body.page-group .ac-list dd .list .list__item a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  body.page-group .ac-list dd .list .list__item .inr {
    padding: 0;
  }
  body.page-group .ac-list dd .list .list__item .pic {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  body.page-group .ac-list dd .list .list__item .pic img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  /* ----------------------------------------------------------------
  	768px〜959pxまで
  ----------------------------------------------------------------- */
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  /* ----------------------------------------------------------------
  	960px〜1169pxまで
  ----------------------------------------------------------------- */
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  /* ----------------------------------------------------------------
  	1170px以上
  ----------------------------------------------------------------- */
  .hidden-lg {
    display: none;
  }
}
body.page-access #head-outer #page-tit .inr {
  background-image: url(../img/access/bg_head.jpg);
}
body.page-access .map {
  position: relative;
  padding-bottom: 33%;
  height: 0;
  overflow: hidden;
}
body.page-access .map iframe,
body.page-access .map object,
body.page-access .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-access .map-wide {
  margin-bottom: 40px;
}
body.page-access .address-list {
  *zoom: 1;
}
body.page-access .address-list:before, body.page-access .address-list:after {
  content: "";
  display: table;
}
body.page-access .address-list:after {
  clear: both;
}
body.page-access .address-list li {
  width: 50%;
  height: 120px;
  float: left;
}
body.page-access .address-list li .subhead {
  margin-bottom: .4em;
  font-size: 20px;
  font-size: 2rem;
}
body.page-access .address-list li .addr {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
body.page-access .address-list li .zip {
  display: inline-block;
  margin-right: 1em;
}
body.page-access .address-list .headoffice i {
  color: #c64e4d;
}
body.page-access .address-list .chemical i {
  color: #867356;
}
body.page-access .address-list .piping i {
  color: #9977aa;
}
body.page-access .address-list .sheet i {
  color: #e8b829;
}
body.page-access .address-list .push i {
  color: #7598d7;
}
body.page-access .block-nagoya,
body.page-access .block-tokyo {
  *zoom: 1;
}
body.page-access .block-nagoya:before, body.page-access .block-nagoya:after,
body.page-access .block-tokyo:before,
body.page-access .block-tokyo:after {
  content: "";
  display: table;
}
body.page-access .block-nagoya:after,
body.page-access .block-tokyo:after {
  clear: both;
}
body.page-access .block-nagoya .address-list,
body.page-access .block-tokyo .address-list {
  padding-top: 40px;
}
body.page-access .map-narrow {
  float: right;
  width: 100%;
  max-width: 500px;
}
body.page-access .subhead i {
  color: #c64e4d;
}

@media only screen and (max-width: 768px) {
  /* ----------------------------------------------------------------
  	767px以下
  ----------------------------------------------------------------- */
  body.page-access .map {
    margin-bottom: 30px;
  }
  body.page-access .address-list {
    *zoom: 1;
  }
  body.page-access .address-list:before, body.page-access .address-list:after {
    content: "";
    display: table;
  }
  body.page-access .address-list:after {
    clear: both;
  }
  body.page-access .address-list li {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  body.page-access .address-list li .subhead {
    margin-bottom: .4em;
    font-size: 20px;
    font-size: 2rem;
  }
  body.page-access .address-list li .addr {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  body.page-access .address-list li .zip {
    display: block;
    margin: 0;
  }
  body.page-access .block-nagoya,
  body.page-access .block-tokyo {
    *zoom: 1;
  }
  body.page-access .block-nagoya:before, body.page-access .block-nagoya:after,
  body.page-access .block-tokyo:before,
  body.page-access .block-tokyo:after {
    content: "";
    display: table;
  }
  body.page-access .block-nagoya:after,
  body.page-access .block-tokyo:after {
    clear: both;
  }
  body.page-access .block-nagoya .address-list,
  body.page-access .block-tokyo .address-list {
    padding-top: 40px;
  }
  body.page-access .map-narrow {
    float: right;
    width: 100%;
    max-width: 500px;
  }
  body.page-access .subhead i {
    color: #c64e4d;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  /* ----------------------------------------------------------------
  	768px〜959pxまで
  ----------------------------------------------------------------- */
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  /* ----------------------------------------------------------------
  	960px〜1169pxまで
  ----------------------------------------------------------------- */
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  /* ----------------------------------------------------------------
  	1170px以上
  ----------------------------------------------------------------- */
  .hidden-lg {
    display: none;
  }
}
body.page-inquiry #container .sec .sec-tit,
body.page-inquiry-child #container .sec .sec-tit,
body.page-template-page-inquiry-php #container .sec .sec-tit {
  color: #ff6666;
  border-color: #ff6666;
}
body.page-inquiry #container .btn-box a,
body.page-inquiry-child #container .btn-box a,
body.page-template-page-inquiry-php #container .btn-box a {
  color: #ff6666;
  border-color: #ff6666;
}
body.page-inquiry #container .table th,
body.page-inquiry-child #container .table th,
body.page-template-page-inquiry-php #container .table th {
  width: 140px;
}
body.page-inquiry #container .table .venue,
body.page-inquiry-child #container .table .venue,
body.page-template-page-inquiry-php #container .table .venue {
  margin: 10px 0;
  padding: 10px 0;
  border-top: dotted 1px #ccc;
}
body.page-inquiry #container .table .venue .subhead,
body.page-inquiry-child #container .table .venue .subhead,
body.page-template-page-inquiry-php #container .table .venue .subhead {
  color: #ff6666;
  font-weight: bold;
}
body.page-inquiry #container .table .notice,
body.page-inquiry-child #container .table .notice,
body.page-template-page-inquiry-php #container .table .notice {
  margin: 10px 0;
  padding: 10px 0;
  border-top: dotted 1px #ccc;
}
body.page-inquiry #container .table .notice .note,
body.page-inquiry-child #container .table .notice .note,
body.page-template-page-inquiry-php #container .table .notice .note {
  padding: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  background: #fccdcd;
}
body.page-inquiry #container .step,
body.page-inquiry-child #container .step,
body.page-template-page-inquiry-php #container .step {
  margin-top: 20px;
}
body.page-inquiry #container .step li,
body.page-inquiry-child #container .step li,
body.page-template-page-inquiry-php #container .step li {
  margin-bottom: 10px;
}
body.page-inquiry #container .step .subhead,
body.page-inquiry-child #container .step .subhead,
body.page-template-page-inquiry-php #container .step .subhead {
  display: inline-block;
  margin-right: 20px;
  color: #ff6666;
}
body.page-inquiry .block-thanks .block-tit,
body.page-inquiry-child .block-thanks .block-tit,
body.page-template-page-inquiry-php .block-thanks .block-tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
body.page-inquiry .block-thanks .note,
body.page-inquiry-child .block-thanks .note,
body.page-template-page-inquiry-php .block-thanks .note {
  margin-bottom: 80px;
}
body.page-inquiry .block-thanks .btn,
body.page-inquiry-child .block-thanks .btn,
body.page-template-page-inquiry-php .block-thanks .btn {
  margin-bottom: 160px;
}
body.page-inquiry .mw_wp_form_input,
body.page-inquiry .mw_wp_form_confirm,
body.page-inquiry-child .mw_wp_form_input,
body.page-inquiry-child .mw_wp_form_confirm,
body.page-template-page-inquiry-php .mw_wp_form_input,
body.page-template-page-inquiry-php .mw_wp_form_confirm {
  width: 1000px;
  margin: 0 auto;
}
body.page-inquiry .mw_wp_form_input .form-list,
body.page-inquiry .mw_wp_form_confirm .form-list,
body.page-inquiry-child .mw_wp_form_input .form-list,
body.page-inquiry-child .mw_wp_form_confirm .form-list,
body.page-template-page-inquiry-php .mw_wp_form_input .form-list,
body.page-template-page-inquiry-php .mw_wp_form_confirm .form-list {
  margin-bottom: 20px;
}
body.page-inquiry .mw_wp_form_input .form-list dt,
body.page-inquiry .mw_wp_form_confirm .form-list dt,
body.page-inquiry-child .mw_wp_form_input .form-list dt,
body.page-inquiry-child .mw_wp_form_confirm .form-list dt,
body.page-template-page-inquiry-php .mw_wp_form_input .form-list dt,
body.page-template-page-inquiry-php .mw_wp_form_confirm .form-list dt {
  padding: 20px 20px 5px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ff6666;
  font-weight: bold;
  background: #f6f6f6;
  box-sizing: border-box;
}
body.page-inquiry .mw_wp_form_input .form-list dd,
body.page-inquiry .mw_wp_form_confirm .form-list dd,
body.page-inquiry-child .mw_wp_form_input .form-list dd,
body.page-inquiry-child .mw_wp_form_confirm .form-list dd,
body.page-template-page-inquiry-php .mw_wp_form_input .form-list dd,
body.page-template-page-inquiry-php .mw_wp_form_confirm .form-list dd {
  padding: 5px 20px 20px 20px;
  background: #f6f6f6;
  box-sizing: border-box;
}
body.page-inquiry .mw_wp_form_input .team input[type="text"],
body.page-inquiry-child .mw_wp_form_input .team input[type="text"],
body.page-template-page-inquiry-php .mw_wp_form_input .team input[type="text"] {
  width: 100%;
}
body.page-inquiry .mw_wp_form_input input[type="text"],
body.page-inquiry-child .mw_wp_form_input input[type="text"],
body.page-template-page-inquiry-php .mw_wp_form_input input[type="text"] {
  padding: .3em;
  box-sizing: border-box;
}
body.page-inquiry .mw_wp_form_input textarea,
body.page-inquiry-child .mw_wp_form_input textarea,
body.page-template-page-inquiry-php .mw_wp_form_input textarea {
  width: 100%;
  height: 3em;
  padding: .3em;
  -moz-transition: height, 0.3s;
  -o-transition: height, 0.3s;
  -webkit-transition: height, 0.3s;
  transition: height, 0.3s;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
body.page-inquiry .mw_wp_form_input textarea:focus,
body.page-inquiry-child .mw_wp_form_input textarea:focus,
body.page-template-page-inquiry-php .mw_wp_form_input textarea:focus {
  height: 15em;
}
body.page-inquiry .mw_wp_form_input #form-notes,
body.page-inquiry-child .mw_wp_form_input #form-notes,
body.page-template-page-inquiry-php .mw_wp_form_input #form-notes {
  margin-top: 10px;
}
body.page-inquiry .mw_wp_form_input .box-terms,
body.page-inquiry-child .mw_wp_form_input .box-terms,
body.page-template-page-inquiry-php .mw_wp_form_input .box-terms {
  height: 400px;
  padding: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
}
body.page-inquiry .mw_wp_form_input .box-terms .inr,
body.page-inquiry-child .mw_wp_form_input .box-terms .inr,
body.page-template-page-inquiry-php .mw_wp_form_input .box-terms .inr {
  height: 100%;
  overflow: auto;
}
body.page-inquiry .mw_wp_form_input .agree,
body.page-inquiry-child .mw_wp_form_input .agree,
body.page-template-page-inquiry-php .mw_wp_form_input .agree {
  min-height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
body.page-inquiry .mw_wp_form_input .agree label,
body.page-inquiry-child .mw_wp_form_input .agree label,
body.page-template-page-inquiry-php .mw_wp_form_input .agree label {
  font-weight: bold;
}
body.page-inquiry .mw_wp_form_input .block-submit,
body.page-inquiry-child .mw_wp_form_input .block-submit,
body.page-template-page-inquiry-php .mw_wp_form_input .block-submit {
  text-align: center;
}
body.page-inquiry .mw_wp_form_input .block-submit input,
body.page-inquiry-child .mw_wp_form_input .block-submit input,
body.page-template-page-inquiry-php .mw_wp_form_input .block-submit input {
  padding: 15px 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background-color: #ff6666;
  border-style: none;
}
body.page-inquiry .mw_wp_form_input .block-submit input:hover,
body.page-inquiry-child .mw_wp_form_input .block-submit input:hover,
body.page-template-page-inquiry-php .mw_wp_form_input .block-submit input:hover {
  cursor: pointer;
  background-color: #fccdcd;
}
body.page-inquiry .mw_wp_form_confirm #form-notes,
body.page-inquiry-child .mw_wp_form_confirm #form-notes,
body.page-template-page-inquiry-php .mw_wp_form_confirm #form-notes {
  margin-top: 10px;
}
body.page-inquiry .mw_wp_form_confirm .box-terms,
body.page-inquiry .mw_wp_form_confirm .info,
body.page-inquiry-child .mw_wp_form_confirm .box-terms,
body.page-inquiry-child .mw_wp_form_confirm .info,
body.page-template-page-inquiry-php .mw_wp_form_confirm .box-terms,
body.page-template-page-inquiry-php .mw_wp_form_confirm .info {
  display: none;
}
body.page-inquiry .mw_wp_form_confirm .agree,
body.page-inquiry-child .mw_wp_form_confirm .agree,
body.page-template-page-inquiry-php .mw_wp_form_confirm .agree {
  text-align: left;
}
body.page-inquiry .mw_wp_form_confirm .block-submit,
body.page-inquiry-child .mw_wp_form_confirm .block-submit,
body.page-template-page-inquiry-php .mw_wp_form_confirm .block-submit {
  text-align: center;
}
body.page-inquiry .mw_wp_form_confirm .block-submit input,
body.page-inquiry-child .mw_wp_form_confirm .block-submit input,
body.page-template-page-inquiry-php .mw_wp_form_confirm .block-submit input {
  padding: 15px 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background-color: #ff6666;
  border-style: none;
}
body.page-inquiry .mw_wp_form_confirm .block-submit input:hover,
body.page-inquiry-child .mw_wp_form_confirm .block-submit input:hover,
body.page-template-page-inquiry-php .mw_wp_form_confirm .block-submit input:hover {
  cursor: pointer;
  background-color: #fccdcd;
}

@media only screen and (max-width: 768px) {
  /* ----------------------------------------------------------------
    767px以下
  ----------------------------------------------------------------- */
  body.page-inquiry .mw_wp_form_input,
  body.page-inquiry .mw_wp_form_confirm,
  body.page-inquiry-child .mw_wp_form_input,
  body.page-inquiry-child .mw_wp_form_confirm,
  body.page-template-page-inquiry-php .mw_wp_form_input,
  body.page-template-page-inquiry-php .mw_wp_form_confirm {
    width: 100%;
    margin: 0 auto;
  }
  body.page-inquiry .mw_wp_form_input .form-list,
  body.page-inquiry .mw_wp_form_confirm .form-list,
  body.page-inquiry-child .mw_wp_form_input .form-list,
  body.page-inquiry-child .mw_wp_form_confirm .form-list,
  body.page-template-page-inquiry-php .mw_wp_form_input .form-list,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .form-list {
    margin-bottom: 20px;
  }
  body.page-inquiry .mw_wp_form_input .form-list dt,
  body.page-inquiry .mw_wp_form_confirm .form-list dt,
  body.page-inquiry-child .mw_wp_form_input .form-list dt,
  body.page-inquiry-child .mw_wp_form_confirm .form-list dt,
  body.page-template-page-inquiry-php .mw_wp_form_input .form-list dt,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .form-list dt {
    padding: 20px 20px 5px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ff6666;
    font-weight: bold;
    background: #f6f6f6;
    box-sizing: border-box;
  }
  body.page-inquiry .mw_wp_form_input .form-list dd,
  body.page-inquiry .mw_wp_form_confirm .form-list dd,
  body.page-inquiry-child .mw_wp_form_input .form-list dd,
  body.page-inquiry-child .mw_wp_form_confirm .form-list dd,
  body.page-template-page-inquiry-php .mw_wp_form_input .form-list dd,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .form-list dd {
    padding: 5px 20px 20px 20px;
    background: #f6f6f6;
    box-sizing: border-box;
  }
  body.page-inquiry .mw_wp_form_input .form-list dd input,
  body.page-inquiry .mw_wp_form_confirm .form-list dd input,
  body.page-inquiry-child .mw_wp_form_input .form-list dd input,
  body.page-inquiry-child .mw_wp_form_confirm .form-list dd input,
  body.page-template-page-inquiry-php .mw_wp_form_input .form-list dd input,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .form-list dd input {
    max-width: 100%;
  }
  body.page-inquiry .mw_wp_form_input .team input[type="text"],
  body.page-inquiry-child .mw_wp_form_input .team input[type="text"],
  body.page-template-page-inquiry-php .mw_wp_form_input .team input[type="text"] {
    width: 100%;
  }
  body.page-inquiry .mw_wp_form_input input[type="text"],
  body.page-inquiry-child .mw_wp_form_input input[type="text"],
  body.page-template-page-inquiry-php .mw_wp_form_input input[type="text"] {
    padding: .3em;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  body.page-inquiry .mw_wp_form_input textarea,
  body.page-inquiry-child .mw_wp_form_input textarea,
  body.page-template-page-inquiry-php .mw_wp_form_input textarea {
    width: 100%;
    height: 3em;
    padding: .3em;
    -moz-transition: height, 0.3s;
    -o-transition: height, 0.3s;
    -webkit-transition: height, 0.3s;
    transition: height, 0.3s;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  body.page-inquiry .mw_wp_form_input textarea:focus,
  body.page-inquiry-child .mw_wp_form_input textarea:focus,
  body.page-template-page-inquiry-php .mw_wp_form_input textarea:focus {
    height: 15em;
  }
  body.page-inquiry .mw_wp_form_input #form-notes,
  body.page-inquiry-child .mw_wp_form_input #form-notes,
  body.page-template-page-inquiry-php .mw_wp_form_input #form-notes {
    margin-top: 10px;
  }
  body.page-inquiry .mw_wp_form_input .box-terms,
  body.page-inquiry-child .mw_wp_form_input .box-terms,
  body.page-template-page-inquiry-php .mw_wp_form_input .box-terms {
    width: 100%;
    height: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.page-inquiry .mw_wp_form_input .box-terms .inr,
  body.page-inquiry-child .mw_wp_form_input .box-terms .inr,
  body.page-template-page-inquiry-php .mw_wp_form_input .box-terms .inr {
    height: 100%;
    overflow: auto;
  }
  body.page-inquiry .mw_wp_form_input .agree,
  body.page-inquiry-child .mw_wp_form_input .agree,
  body.page-template-page-inquiry-php .mw_wp_form_input .agree {
    min-height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  body.page-inquiry .mw_wp_form_input .agree label,
  body.page-inquiry-child .mw_wp_form_input .agree label,
  body.page-template-page-inquiry-php .mw_wp_form_input .agree label {
    font-weight: bold;
  }
  body.page-inquiry .mw_wp_form_input .block-submit,
  body.page-inquiry-child .mw_wp_form_input .block-submit,
  body.page-template-page-inquiry-php .mw_wp_form_input .block-submit {
    text-align: center;
  }
  body.page-inquiry .mw_wp_form_input .block-submit input,
  body.page-inquiry-child .mw_wp_form_input .block-submit input,
  body.page-template-page-inquiry-php .mw_wp_form_input .block-submit input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 40px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    background-color: #ff6666;
    border-style: none;
  }
  body.page-inquiry .mw_wp_form_input .block-submit input:hover,
  body.page-inquiry-child .mw_wp_form_input .block-submit input:hover,
  body.page-template-page-inquiry-php .mw_wp_form_input .block-submit input:hover {
    cursor: pointer;
    background-color: #fccdcd;
  }
  body.page-inquiry .mw_wp_form_confirm #form-notes,
  body.page-inquiry-child .mw_wp_form_confirm #form-notes,
  body.page-template-page-inquiry-php .mw_wp_form_confirm #form-notes {
    margin-top: 10px;
  }
  body.page-inquiry .mw_wp_form_confirm .box-terms,
  body.page-inquiry .mw_wp_form_confirm .info,
  body.page-inquiry-child .mw_wp_form_confirm .box-terms,
  body.page-inquiry-child .mw_wp_form_confirm .info,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .box-terms,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .info {
    display: none;
  }
  body.page-inquiry .mw_wp_form_confirm .agree,
  body.page-inquiry-child .mw_wp_form_confirm .agree,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .agree {
    text-align: left;
  }
  body.page-inquiry .mw_wp_form_confirm .block-submit,
  body.page-inquiry-child .mw_wp_form_confirm .block-submit,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .block-submit {
    text-align: center;
  }
  body.page-inquiry .mw_wp_form_confirm .block-submit input,
  body.page-inquiry-child .mw_wp_form_confirm .block-submit input,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .block-submit input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 40px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    background-color: #ff6666;
    border-style: none;
  }
  body.page-inquiry .mw_wp_form_confirm .block-submit input:hover,
  body.page-inquiry-child .mw_wp_form_confirm .block-submit input:hover,
  body.page-template-page-inquiry-php .mw_wp_form_confirm .block-submit input:hover {
    cursor: pointer;
    background-color: #fccdcd;
  }
  body.page-inquiry .mw_wp_form_confirm .block-submit input[name="submitBack"],
  body.page-inquiry-child .mw_wp_form_confirm .block-submit input[name="submitBack"],
  body.page-template-page-inquiry-php .mw_wp_form_confirm .block-submit input[name="submitBack"] {
    background-color: #999;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  /* ----------------------------------------------------------------
    768px〜959pxまで
  ----------------------------------------------------------------- */
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  /* ----------------------------------------------------------------
    960px〜1169pxまで
  ----------------------------------------------------------------- */
}
@media only screen and (min-width: 1100px) {
  /* ----------------------------------------------------------------
    1170px以上
  ----------------------------------------------------------------- */
}
