@charset "UTF-8";
/* Sass Document */
/*-------------------------------------------------------------- */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

a {
  color: #333; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0em;
  line-height: 100%;
  padding: 0px; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em;
  padding: 0px; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0px;
  margin: 0; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.innr {
  text-align: left;
  width: 950px;
  margin-right: auto;
  margin-left: auto; }

.underline {
  text-decoration: underline; }

#container #content .main .mainC table img {
  margin-bottom: -0.8em; }

p,
pre {
  /*margin:0 0 5px;*/ }

/* Scss Document */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype"); }
@font-face {
  font-family: mgo;
  src: url("./mgo.woff"); }
@font-face {
  font-family: mgf;
  src: url(./marufo.woff); }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }
/* IE11だけに適用 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }
.font, .inquiry .btn input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.webF, header .right .inBox .btnBox div a, .mailmagaform .title, .nav ul li, footer .inner .left .telBox, .pageMain h2, .pageCon h3, .contactBox .inBox .txBox .tx2, .mv .tx1, .top .topBox h2, #content .solution .inBox2 .in, .technology #content .pageCon .tec h1, .technology #content .pageCon .tec h2, .technology #content .pageCon .tec h3, .technology #content .pageCon .tec h4, .contents #content .pageCon h3.title2, .contents #content .select .title, .contents #content .castingBox .inBox .txBox .title, #main_slider .titleBox h2, .engineering #content .enginBox1 .mainT, .engineering #content .enginBox3 .inBox .in .title, .process #content .select .title, .recruit #content .recruitBox4 .inBox .title .tx,
.recruit-engineering #content .recruitBox4 .inBox .title .tx, .recruit #content .qaBox dl dt,
.recruit-engineering #content .qaBox dl dt, .inquiry .title {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.minF, .inquiry .contactTx1 {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,ngt, "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }

.webMF, .mv .tx2, .recruit #content .recruitBox2 div,
.recruit-engineering #content .recruitBox2 div, .recruit #content .qaBox dl dd:before,
.recruit-engineering #content .qaBox dl dd:before {
  font-family: mgo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 150%; }

.webMG {
  font-family: mgf,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 150%; }

.font11 {
  font-size: 11px; }

.font12 {
  font-size: 12px; }

.font14 {
  font-size: 14px; }

.font15 {
  font-size: 15px; }

.font16 {
  font-size: 16px; }

.font18 {
  font-size: 18px; }

.font20 {
  font-size: 20px; }

.font24 {
  font-size: 24px; }

.font28 {
  font-size: 28px; }

.font32 {
  font-size: 32px; }

.font36 {
  font-size: 36px; }

.font_green {
  color: #063; }

.font_red {
  color: #CC0000; }

.font_blue {
  color: #1C76D0; }

.font_pink {
  color: #c95940; }

.font_gray {
  color: #4F4e4F; }

.b {
  font-weight: bold; }

/*フォーム*/
input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* Scss Document */
/* Sass Document */
* {
  box-sizing: border-box; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  position: relative;
  overflow-x: hidden;
  background-color: #FFF;
  color: #323235; }

a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a:hover {
    color: #666666;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65; }

.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.link a {
  color: #0d5588; }

#content a:hover {
  text-decoration: underline;
  color: #0d5588; }
#content .h_noline a:hover {
  text-decoration: none; }

li {
  list-style: none; }

ol {
  padding: 0 0 30px 30px; }
  ol li {
    padding: 0 0 30px;
    list-style: decimal;
    font-size: 100%;
    line-height: 160%; }

dl {
  padding: 20px 0 0; }

dt {
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  font-size: 105%;
  background-color: #D7D7D7;
  border-left: 5px solid #0d5588; }

dd {
  padding: 20px 0 50px 20px;
  font-size: 95%; }
  dd .tx {
    font-weight: bold;
    padding: 20px 0 10px 0; }
  dd .tx2 {
    padding: 0 0 20px 40px; }
  dd ul {
    padding: 20px 40px 40px 40px; }
    dd ul li {
      border-bottom: 1px dotted #B0B0B0;
      padding: 5px 0 5px 0px; }

table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  margin: 0 0 20px;
  padding: 5px; }
  table caption {
    background: url(../images/common/bg/bg1.png);
    font-size: 24px;
    padding: 10px;
    color: #FFF; }
  table th {
    padding: 10px 10px;
    text-align: left;
    width: 30%;
    background-color: #DCDCDC;
    color: #333;
    font-size: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      table th {
        display: block;
        width: 100%; } }
  table td {
    padding: 5px 10px;
    font-size: 95%;
    width: 70%;
    border-bottom: 1px dashed #333;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      table td {
        display: block;
        width: 100%;
        border-bottom: none; } }

@media screen and (max-width: 600px) {
  .sp_table {
    table-layout: auto; }
    .sp_table th {
      display: table-cell; }
    .sp_table td {
      display: table-cell; }

  .scroll {
    overflow: auto;
    white-space: nowrap; }

  .scroll::-webkit-scrollbar {
    height: 5px; }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; } }
.table1 th {
  text-align: center; }

.tableBox {
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .tableBox {
      display: block; } }
  .tableBox div {
    display: table-cell;
    width: 100%;
    padding: 5px; }
    @media screen and (max-width: 600px) {
      .tableBox div {
        display: block;
        width: 50%;
        float: left; } }

.tableFix {
  table-layout: fixed;
  width: 100%; }
  .tableFix th, .tableFix td {
    width: auto; }

.tableFix_c {
  table-layout: fixed;
  width: 100%; }
  .tableFix_c th, .tableFix_c td {
    width: auto;
    text-align: center; }

.btnArea30 {
  padding: 30px 0; }
  @media screen and (max-width: 600px) {
    .btnArea30 {
      padding: 30px 10px; } }

.btnArea50 {
  padding: 50px 0; }
  @media screen and (max-width: 600px) {
    .btnArea50 {
      padding: 30px 10px; } }

.button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  color: #333;
  margin: 0 auto;
  font-size: 85%;
  border: 3px solid #4d6c83; }
  .button:before, .button:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .button a {
    display: block;
    padding: 5px 0;
    color: #0d5588;
    background: url(../images/common/arrow/b_arrow_o.png) no-repeat 90% center, #FFF; }
    .button a:hover {
      opacity: 1.0 !important;
      background: url(../images/common/arrow/b_arrow_w.png) no-repeat 95% center, #0d5588;
      color: #FFF !important;
      text-decoration: none !important; }
  .button:hover {
    opacity: 1.0 !important;
    background: url(../images/common/arrow/b_arrow_w.png) no-repeat 95% center, #0d5588;
    color: #FFF !important;
    text-decoration: none !important; }

blockquote {
  margin: 20px 0;
  padding: 5px;
  font-style: italic; }
  blockquote p:before {
    content: "・"; }

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

* html .clearfix {
  height: 1px;
  /*\*/
     /*/ height: auto;
overflow: hidden; /**/ }

.left,
.img_left,
.alignleft {
  float: left; }

.right,
.img_right,
.alignright {
  float: right; }

.center,
.aligncenter {
  margin: 0 auto;
  text-align: center; }

.tx_left {
  text-align: left; }

.tx_right {
  text-align: right; }

.none {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

.img {
  height: auto;
  width: 100%;
  max-width: none; }

.pdr {
  padding: 0; }

.mbr {
  margin: 0; }

.wb {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  background-color: #fff; }

.reverseArea {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%); }

.black {
  background-color: #FFF; }

.icon {
  background-color: #ff8c00; }

.color1 {
  background-color: #0d5588; }

.color2 {
  background-color: #C31E21; }

.color3 {
  background-color: #268dc5; }

.color4 {
  background-color: #E19609; }

.color5 {
  background-color: #006400; }

.color6 {
  background-color: #f4a460; }

.color7 {
  background-color: #c71585; }

.color8 {
  background-color: #556b2f; }

.color9 {
  background-color: #6b8e23; }

.color10 {
  background-color: #483d8b; }

.color11 {
  background-color: #ff8c00; }

.color12 {
  background-color: #4169e1; }

.color13 {
  background-color: #696969; }

.color14 {
  background-color: #800000; }

.color15 {
  background-color: #5f9ea0; }

.color16 {
  background-color: #6b8e23; }

.color17 {
  background-color: #ff1493; }

.color18 {
  background-color: #f4a460; }

.color19 {
  background-color: #778899; }

/*　スペース　*/
.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.mr100 {
  margin-right: 100px; }

.ml100 {
  margin-left: 100px; }

.pt100 {
  margin-top: 100px; }

.pb100 {
  margin-bottom: 100px; }

.pr100 {
  margin-right: 100px; }

.pl100 {
  margin-left: 100px; }

.mt90 {
  margin-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.mr90 {
  margin-right: 90px; }

.ml90 {
  margin-left: 90px; }

.pt90 {
  margin-top: 90px; }

.pb90 {
  margin-bottom: 90px; }

.pr90 {
  margin-right: 90px; }

.pl90 {
  margin-left: 90px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.mr80 {
  margin-right: 80px; }

.ml80 {
  margin-left: 80px; }

.pt80 {
  margin-top: 80px; }

.pb80 {
  margin-bottom: 80px; }

.pr80 {
  margin-right: 80px; }

.pl80 {
  margin-left: 80px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.mr70 {
  margin-right: 70px; }

.ml70 {
  margin-left: 70px; }

.pt70 {
  margin-top: 70px; }

.pb70 {
  margin-bottom: 70px; }

.pr70 {
  margin-right: 70px; }

.pl70 {
  margin-left: 70px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.mr60 {
  margin-right: 60px; }

.ml60 {
  margin-left: 60px; }

.pt60 {
  margin-top: 60px; }

.pb60 {
  margin-bottom: 60px; }

.pr60 {
  margin-right: 60px; }

.pl60 {
  margin-left: 60px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.mr50 {
  margin-right: 50px; }

.ml50 {
  margin-left: 50px; }

.pt50 {
  margin-top: 50px; }

.pb50 {
  margin-bottom: 50px; }

.pr50 {
  margin-right: 50px; }

.pl50 {
  margin-left: 50px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.mr40 {
  margin-right: 40px; }

.ml40 {
  margin-left: 40px; }

.pt40 {
  margin-top: 40px; }

.pb40 {
  margin-bottom: 40px; }

.pr40 {
  margin-right: 40px; }

.pl40 {
  margin-left: 40px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mr30 {
  margin-right: 30px; }

.ml30 {
  margin-left: 30px; }

.pt30 {
  margin-top: 30px; }

.pb30 {
  margin-bottom: 30px; }

.pr30 {
  margin-right: 30px; }

.pl30 {
  margin-left: 30px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mr20 {
  margin-right: 20px; }

.ml20 {
  margin-left: 20px; }

.pt20 {
  margin-top: 20px; }

.pb20 {
  margin-bottom: 20px; }

.pr20 {
  margin-right: 20px; }

.pl20 {
  margin-left: 20px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mr10 {
  margin-right: 10px; }

.ml10 {
  margin-left: 10px; }

.pt10 {
  margin-top: 10px; }

.pb10 {
  margin-bottom: 10px; }

.pr10 {
  margin-right: 10px; }

.pl10 {
  margin-left: 10px; }

.pb3 {
  padding-bottom: 3px; }

/*　幅　*/
.w10 {
  width: 10%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w42 {
  width: 42%; }

.w45 {
  width: 45%; }

.w47 {
  width: 47%; }

.w48 {
  width: 48%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w56 {
  width: 56%; }

.w57 {
  width: 57%; }

.w60 {
  width: 60%; }

.w62 {
  width: 62%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .w100 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w100 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w99 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w99 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w98 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w98 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w97 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w97 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w96 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w96 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w95 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w95 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w94 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w94 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w93 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w93 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w92 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w92 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w91 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w91 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w90 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w90 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w89 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w89 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w88 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w88 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w87 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w87 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w86 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w86 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w85 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w85 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w84 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w84 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w83 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w83 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w82 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w82 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w81 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w81 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w80 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w80 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w79 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w79 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w78 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w78 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w77 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w77 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w76 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w76 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w75 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w75 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w74 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w74 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w73 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w73 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w72 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w72 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w71 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w71 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w70 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w70 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w69 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w69 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w68 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w68 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w67 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w67 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w66 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w66 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w65 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w65 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w64 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w64 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w63 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w63 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w62 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w62 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w61 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w61 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w60 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w60 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w59 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w59 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w58 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w58 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w57 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w57 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w56 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w56 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w55 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w55 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w54 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w54 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w53 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w53 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w52 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w52 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w51 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w51 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w50 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w50 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w49 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w49 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w48 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w48 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w47 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w47 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w46 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w46 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w45 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w45 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w44 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w44 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w43 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w43 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w42 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w42 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w41 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w41 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w40 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w40 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w39 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w39 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w38 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w38 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w37 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w37 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w36 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w36 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w35 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w35 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w34 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w34 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w33 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w33 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w32 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w32 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w31 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w31 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w30 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w30 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w29 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w29 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w28 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w28 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w27 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w27 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w26 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w26 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w25 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w25 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w24 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w24 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w23 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w23 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w22 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w22 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w21 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w21 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w20 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w20 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w19 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w19 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w18 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w18 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w17 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w17 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w16 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w16 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w15 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w15 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w14 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w14 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w13 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w13 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w12 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w12 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w11 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w11 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w10 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w10 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w9 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w9 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w8 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w8 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w7 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w7 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w6 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w6 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w5 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w5 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w4 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w4 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w3 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w3 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w2 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w2 img {
      height: auto;
      width: 100%;
      max-width: none; }

  .w1 {
    height: auto;
    width: 100%;
    max-width: none; }
    .w1 img {
      height: auto;
      width: 100%;
      max-width: none; } }
/*　高さ　*/
.h1000 {
  height: 1000px; }

.h950 {
  height: 950px; }

.h900 {
  height: 900px; }

.h850 {
  height: 850px; }

.h800 {
  height: 800px; }

.h750 {
  height: 750px; }

.h700 {
  height: 700px; }

.h650 {
  height: 650px; }

.h600 {
  height: 600px; }

.h550 {
  height: 550px; }

.h500 {
  height: 500px; }

.h450 {
  height: 450px; }

.h400 {
  height: 400px; }

.h350 {
  height: 350px; }

.h300 {
  height: 300px; }

.h250 {
  height: 250px; }

.h200 {
  height: 200px; }

.h150 {
  height: 150px; }

.h100 {
  height: 100px; }

.h50 {
  height: 50px; }

/* スライダー1 */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px; }

#carousel {
  display: none; }
  #carousel li {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    padding: 0 10px;
    text-align: center !important; }

#prev, #next {
  zoom: 1;
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 8;
  width: 57px;
  height: 57px;
  top: 50%;
  margin: -25px 0 0 0; }

#prev {
  background: url(../images/common/arrow/arrowL.png) 100% center no-repeat;
  left: 5%; }

#next {
  background: url(../images/common/arrow/arrowR.png) 0% center no-repeat;
  right: 5%; }

/* スライダー2 */
#main_slider {
  position: relative;
  margin: 0;
  padding: 0; }

#mv {
  display: none;
  margin: 20px 0 0 0; }

#mv li {
  float: left;
  text-align: center; }

#mv li img {
  width: auto;
  max-width: none;
  height: 100%; }

#mvIn {
  width: 100%;
  overflow: hidden; }

#mvIn, #mv li {
  overflow: hidden;
  position: relative; }

.mainslide {
  background-size: cover; }
  .mainslide a {
    opacity: 1.0;
    display: block;
    width: 100%;
    height: 100%; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .mainslide {
    background-size: cover !important;
    background-attachment: local !important; } }
.mod_pager {
  margin: 20px 0;
  text-align: center;
  line-height: 0; }
  .mod_pager a {
    position: relative;
    height: 100% !important;
    margin: 0 5px;
    display: inline-block;
    overflow: hidden; }
  .mod_pager a.selected {
    background-image: none; }
    .mod_pager a.selected div {
      opacity: 0;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -ms-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out; }
  .mod_pager div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #434343;
    opacity: 0.7; }
    .mod_pager div img {
      width: auto !important;
      height: 100% !important; }

.post_slide {
  position: relative;
  padding: 0 0 50px; }
  @media screen and (max-width: 600px) {
    .post_slide {
      padding: 0 10px 50px; } }
  .post_slide .slider {
    position: relative;
    margin: 60px auto 30px;
    box-sizing: border-box;
    padding: 0 0 50px 0px; }
    @media screen and (max-width: 600px) {
      .post_slide .slider {
        margin: 10px auto; } }
  .post_slide #carousel li {
    height: 350px; }
    @media screen and (max-width: 600px) {
      .post_slide #carousel li {
        height: auto; } }
    .post_slide #carousel li p {
      text-align: left !important; }
    .post_slide #carousel li .imgBox {
      height: 210px;
      overflow: hidden;
      margin: 0 0 10px;
      border: 1px solid #CCCCCC;
      line-height: 0; }
      .post_slide #carousel li .imgBox img {
        height: 100%;
        max-width: none;
        width: auto; }
      .post_slide #carousel li .imgBox .noimg {
        background: url(../images/common/bg/bg1.png);
        position: relative;
        width: 100%;
        height: 210px;
        font-size: 20px;
        font-weight: bold; }
        .post_slide #carousel li .imgBox .noimg p {
          position: absolute;
          top: 50%;
          left: 50%;
          margin: 0 0 0 -30px; }
    .post_slide #carousel li span {
      display: block;
      font-size: 12px; }
  .post_slide #prev, .post_slide #next {
    top: 80px;
    z-index: 9998; }
    @media screen and (max-width: 600px) {
      .post_slide #prev, .post_slide #next {
        top: 100px; } }
  .post_slide #prev:hover, .post_slide #next:hover {
    zoom: 1; }
  .post_slide #prev {
    background: url(../images/common/arrow/slide_Larrow.png) 100% center no-repeat;
    left: -60px; }
    @media screen and (max-width: 600px) {
      .post_slide #prev {
        left: 0; } }
  .post_slide #next {
    background: url(../images/common/arrow/slide_Rarrow.png) 0% center no-repeat;
    right: -50px; }
    @media screen and (max-width: 600px) {
      .post_slide #next {
        right: 0; } }
  .post_slide #carousel li p.time {
    font-size: 12px; }
  .post_slide #carousel li p.tx1 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 20px; }
  .post_slide #carousel li p.tx2 {
    font-size: 14px; }
  .post_slide .button {
    margin: 30px auto 0; }

#slick {
  padding: 30px 0;
  display: none; }

.slick-slide {
  transition: .3s ease;
  transform: scale(0.85); }

.slick-current {
  transform: scale(1); }

/*------------　ページング　------------*/
.pagN {
  padding: 0 10px; }

.pagination {
  clear: both;
  padding: 50px 0 0px 0;
  font-size: 100%;
  line-height: 13px;
  width: 97%;
  margin: 0 auto;
  text-align: center; }
  .pagination .paginationIn {
    display: inline-block;
    text-align: center;
    margin: 0 auto; }
  .pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 4px 2px 0;
    padding: 11px 12px 10px 12px;
    text-decoration: none;
    width: auto;
    color: #FFF !important;
    background: #0d5588;
    font-weight: bold; }
  .pagination a:hover {
    color: #FFF;
    background: #0d5588; }
  .pagination .current {
    padding: 11px 12px 10px 12px;
    background: #062942;
    color: #FFF; }

/*------------ パンくず ------------*/
.breadNav {
  display: block;
  height: auto;
  padding: 10px 0 0;
  line-height: 1.0em;
  background-color: transparent;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  margin: 0 auto 30px; }
  @media screen and (max-width: 600px) {
    .breadNav {
      width: 100%; } }

.bread_crumb {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 80%;
  border-bottom: 1px dotted #CCCCCC; }
  .bread_crumb ul {
    margin: 0; }
  .bread_crumb li {
    list-style: none;
    float: left;
    padding-right: 10px;
    color: #333; }
    .bread_crumb li a {
      color: #333; }
  .bread_crumb .level-2, .bread_crumb .sub {
    padding: 0 20px 0 20px;
    background: url(../images/common/arrow/arrow.png) no-repeat 0px center; }

/*------------　スクロールナビ　------------*/
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%; }

#page-top {
  clear: both;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 99999998; }
  #page-top a {
    text-decoration: none;
    width: auto;
    text-align: center;
    display: block;
    z-index: 998; }
    #page-top a:hover {
      text-decoration: none; }

/*------------　lightbox　------------*/
.lightbox-panel {
  box-shadow: 5px 5px 0 #7b7b7b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  display: none;
  z-index: 1001;
  background: #FFF;
  border: 2px solid #CCCCCC;
  width: 800px;
  padding: 20px;
  text-align: left;
  cursor: pointer; }
  @media screen and (max-width: 600px) {
    .lightbox-panel {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 96%;
      padding: 10px; } }
  .lightbox-panel .left, .lightbox-panel .right {
    margin: 0 0 20px; }

.close-panel {
  position: absolute;
  top: -30px;
  right: -30px; }
  @media screen and (max-width: 600px) {
    .close-panel {
      width: 60px;
      right: 5px; } }

#BlackWindow {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70); }

/*--------------------------------------
　404
--------------------------------------*/
#error {
  padding: 30px; }
  #error #box {
    border: 1px solid #CCC;
    padding: 30px; }
    #error #box ul {
      margin: 20px 0;
      padding: 0 0 0 200px;
      width: auto; }
    #error #box li {
      float: left;
      text-align: center;
      background-color: #95280D;
      margin: 0 2%;
      width: 28%; }
      #error #box li a {
        color: #FFF;
        display: block;
        text-decoration: none;
        padding: 10px 0; }
        #error #box li a:hover {
          background-color: #E44129; }

/* Scss Document */
/*----------------------------------------------------
　全ページ設定
----------------------------------------------------*/
.sp {
  display: none !important; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block !important; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none !important; } }

.inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .inner {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .inner {
      width: auto;
      height: auto; } }

.sp_img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .sp_img {
      width: 100%; } }

.noimg {
  background: url("../images/common/noimg.png") no-repeat center, url("../images/common/bg/dot.png");
  position: relative;
  width: 100%;
  height: 100%; }

/*----　ヘッダー　----*/
header {
  position: relative;
  padding: 0; }
  @media screen and (max-width: 600px) {
    header {
      padding: 10px; } }
  header .headBox {
    background-color: #FFF;
    width: 100%;
    z-index: 998;
    padding: 0px; }
  header .logoBox {
    background-color: #FFF;
    float: left;
    width: 30%; }
    header .logoBox h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-500px, -26px);
      -moz-transform: translate(-500px, -26px);
      -ms-transform: translate(-500px, -26px);
      -o-transform: translate(-500px, -26px);
      transform: translate(-500px, -26px);
      width: 250px; }
      @media screen and (max-width: 600px) {
        header .logoBox h1 {
          position: relative;
          left: auto;
          top: auto;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          width: 200px; } }
    @media screen and (max-width: 600px) {
      header .logoBox {
        float: none;
        width: 100%; } }
  header .right {
    position: relative;
    background: url("../images/common/headBg.png") no-repeat left top, url("../images/common/bg/bg1.png");
    float: right;
    width: 68%;
    min-height: 87px; }
    @media screen and (max-width: 600px) {
      header .right {
        display: none; } }
    header .right .inBox {
      position: absolute;
      left: 0;
      top: 0px;
      width: 698px;
      padding: 10px 0 0 20px; }
      header .right .inBox .btnBox {
        display: table;
        float: right;
        margin: 0 0 3px; }
        header .right .inBox .btnBox div {
          display: table-cell;
          vertical-align: middle; }
          header .right .inBox .btnBox div a {
            display: block;
            color: #FFF;
            font-size: 14px;
            background-color: #FF7600;
            border-radius: 10px;
            padding: 3px 20px;
            margin: 0 3px;
            border: 2px solid #FFF; }
        header .right .inBox .btnBox .mail a {
          background-color: #E00C12; }
        header .right .inBox .btnBox .tel {
          padding: 5px 10px 0 0; }

.mailmagaform {
  display: none;
  position: absolute;
  top: 300px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 500px;
  background-color: #FFF;
  box-shadow: 5px 5px 0 #333;
  padding: 40px 40px 20px;
  border-radius: 10px;
  z-index: 100000000; }
  @media screen and (max-width: 600px) {
    .mailmagaform {
      top: 200px;
      width: 90%;
      padding: 20px 20px 10px; } }
  .mailmagaform .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    margin: 0 0 20px;
    text-align: center;
    background-color: #0d5588; }
  .mailmagaform .box {
    padding: 10px;
    background-color: #F0F0F0; }
    .mailmagaform .box .form {
      width: 77%;
      float: left; }
      .mailmagaform .box .form input {
        padding: 5px; }
    .mailmagaform .box .btn {
      width: 20%;
      float: right; }
      .mailmagaform .box .btn input {
        background-color: #008BA8;
        border: none;
        color: #FFF;
        padding: 6px; }
    .mailmagaform .box input {
      width: 100%; }
  .mailmagaform .close {
    width: 100px;
    background-color: #7C7C7C;
    text-align: center;
    margin: 20px auto 0;
    padding: 5px;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer; }

.blackBg {
  display: none;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999; }

/*----　メインナビ　----*/
.nav {
  z-index: 999; }
  .nav nav {
    width: 100%; }
  .nav ul {
    padding: 5px 0 0 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
        /*
        .en{
            font-size: 15px;
            letter-spacing: -1px;
        }
		*/ }
    .nav ul li {
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      position: relative;
      border-left: 1px solid #FFF;
      width: 100%;
      padding: 0 5px; }
      .nav ul li:last-child {
        border-right: 1px solid #FFF;
        position: relative;
        padding: 0 10px 0 0; }
        .nav ul li:last-child:after {
          position: absolute;
          top: 0px;
          right: 1px;
          content: " ";
          background: url("../images/common/sakura.png") no-repeat center;
          background-size: 22px;
          width: 22px;
          height: 22px; }
        .nav ul li:last-child a {
          color: #C90038;
          text-shadow: 0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF; }
      .nav ul li a {
        position: relative;
        z-index: 5;
        color: #FFF; }
      .nav ul li ul {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        font-size: 90%;
        z-index: 150;
        border-top: 1px #EEE solid;
        border-left: 1px #EEE solid;
        border-right: 1px #EEE solid;
        border-bottom: 1px #EEE solid;
        border-collapse: separate;
        border-spacing: 5px;
        padding: 5px;
        background-color: #0d5588;
        width: 150px !important;
        height: auto !important; }
        @media screen and (max-width: 600px) {
          .nav ul li ul {
            top: 80px;
            width: 100% !important;
            display: block; } }
        .nav ul li ul li {
          display: block;
          width: auto;
          border: none;
          z-index: 101;
          font-size: 14px; }
          .nav ul li ul li:last-child {
            border-right: none; }
          @media screen and (max-width: 600px) {
            .nav ul li ul li {
              display: block;
              font-size: 12px; } }
          .nav ul li ul li a {
            border: none;
            text-indent: 0 !important;
            text-align: left;
            background: url(../images/common/arrow/w_arrow2.png) no-repeat left center, #0d5588;
            border-bottom: 1px #EEE solid;
            box-sizing: border-box;
            padding: 10px 10px 10px 20px;
            color: #FFF; }

.menu-trigger {
  display: inline-block;
  transition: all .4s;
  position: relative;
  width: 40px;
  height: 30px; }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10%;
    width: 80%;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px; }
    .menu-trigger span:nth-child(1) {
      top: 0; }
    .menu-trigger span:nth-child(2) {
      top: 13px; }
    .menu-trigger span:nth-child(3) {
      bottom: 0; }

.mailBtn {
  display: none;
  position: fixed;
  right: 60px;
  top: 12px;
  margin: 0;
  line-height: 0; }
  .mailBtn .in {
    width: 40px; }
  @media screen and (max-width: 600px) {
    .mailBtn {
      display: block;
      z-index: 999; } }

.menuBtn {
  display: none;
  position: fixed;
  right: 10px;
  top: 12px;
  margin: 0;
  line-height: 0; }
  @media screen and (max-width: 600px) {
    .menuBtn {
      display: block;
      z-index: 999; } }

#modal {
  text-align: center; }
  #modal .close-modal {
    margin: 50px 0 20px;
    width: 50px; }
  #modal a {
    color: #FFF; }

.modal-content {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px;
  font-size: 20px;
  text-align: left;
  /*
  li{
  	padding: 10px;
  	&:before{
  		content: url(../images/common/arrow/t_arrow2.png)" ";
  	}
  	ul{
  		padding: 0 0 0 20px;
  	}
  }
  */ }
  @media screen and (max-width: 600px) {
    .modal-content {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .modal-content {
      font-size: 18px;
      padding: 20px; } }
  .modal-content .inBox ul {
    padding: 0 0 20px; }
    .modal-content .inBox ul li {
      background: url("../images/common/arrow/listArrow_sp.png") no-repeat 28px center;
      font-size: 18px;
      padding: 1px 0 1px 40px; }
    .modal-content .inBox ul li.par {
      background: url("../images/common/footerIcon_sp.png") no-repeat left center;
      font-size: 24px;
      font-weight: bold;
      padding: 1px 0 1px 20px;
      margin: 0 0 10px;
      border-bottom: 2px solid #FFF; }
    .modal-content .inBox ul li.par2 {
      background: url("../images/common/arrow/listArrow_sp.png") no-repeat 28px 10px;
      font-size: 18px;
      font-weight: bold;
      padding: 1px 0 1px 40px; }
      .modal-content .inBox ul li.par2 ul {
        padding: 0 0 0 0; }
        .modal-content .inBox ul li.par2 ul li {
          font-weight: normal; }

/*----　フッター　----*/
@media screen and (max-width: 600px) {
  .footerContent {
    background-color: #0d5588;
    display: block;
    position: fixed;
    padding: 10px 2%;
    font-size: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    box-sizing: border-box;
    box-shadow: -3px -1px 20px #B4B4B4;
    line-height: 100%; }
    .footerContent div a {
      display: block;
      width: 50%;
      padding: 0 2%;
      text-align: center;
      float: left;
      color: #FFF !important;
      text-decoration: none; }
    .footerContent div img {
      width: 100%;
      height: auto; } }
/*
.spBnr{
	display: none;
	@include mq(s, max) {
		width: 100%;
		background: url("../images/common/arrow/b_arrow_w.png") no-repeat 95% center,url("../images/content/topBox2_title.png");
		display: block;
		position: fixed;
		bottom: 0;
		text-align: center;
		padding: 10px 20px 10px 10px;
		z-index: 999;
		line-height: 0;
		
		img{
			width: 250px;
		}
	}
}
*/
footer {
  margin: 100px 0 0 0;
  border-top: 5px solid #0d5588; }
  @media screen and (max-width: 600px) {
    footer {
      margin: 30px 0 0 0; } }
  footer .inner {
    padding: 30px 0 0; }
    @media screen and (max-width: 600px) {
      footer .inner {
        padding: 15px 0; } }
    footer .inner .left {
      width: 27%;
      border-right: 1px solid #0d5588;
      padding: 20px 20px 20px 0;
      font-size: 14px; }
      @media screen and (max-width: 600px) {
        footer .inner .left {
          width: 100%;
          padding: 0 10px;
          text-align: center; }
          footer .inner .left .map {
            margin: 10px 0 0 0; } }
      footer .inner .left .telBox {
        background-color: #0d5588;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        padding: 5px;
        margin: 5px 0; }
        footer .inner .left .telBox a {
          color: #FFF; }
        footer .inner .left .telBox span {
          font-size: 13px; }
      footer .inner .left .fax {
        background-color: #0f649f; }
    footer .inner .right {
      width: 70%;
      padding: 10px 0 10px 0px; }
      @media screen and (max-width: 600px) {
        footer .inner .right {
          display: none; } }
      footer .inner .right .inBox {
        float: left;
        width: 25%; }
        footer .inner .right .inBox ul {
          padding: 0 0 20px; }
          footer .inner .right .inBox ul li {
            background: url("../images/common/arrow/listArrow.png") no-repeat 8px center;
            font-size: 14px;
            padding: 1px 0 1px 20px; }
          footer .inner .right .inBox ul li.par {
            background: url("../images/common/footerIcon.png") no-repeat left center;
            font-size: 16px;
            font-weight: bold;
            padding: 1px 0 1px 20px; }
          footer .inner .right .inBox ul li.par2 {
            background: url("../images/common/arrow/listArrow.png") no-repeat 8px 10px;
            font-size: 16px;
            font-weight: bold;
            padding: 1px 0 1px 20px; }
            footer .inner .right .inBox ul li.par2 ul {
              padding: 0 0 0 0; }
              footer .inner .right .inBox ul li.par2 ul li {
                font-weight: normal; }
      footer .inner .right .inBox1 {
        width: 23%; }
      footer .inner .right .inBox2 {
        width: 31%; }
      footer .inner .right .inBox3 {
        width: 26%; }
      footer .inner .right .inBox4 {
        width: 20%; }
  footer .copy {
    background-color: #0d5588;
    color: #FFF;
    padding: 3px;
    text-align: center;
    font-size: 14px; }
    @media screen and (max-width: 600px) {
      footer .copy {
        margin: 0; } }

.pagecon footer {
  margin: 0; }

/*----　サイドバー　----*/
#sidebar {
  position: relative;
  float: left;
  width: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px; }
  @media screen and (max-width: 600px) {
    #sidebar {
      margin: 20px 0 0 0;
      float: none;
      width: 100%;
      position: relative;
      top: auto; } }
  #sidebar .sideNav {
    padding: 0 0 20px 0; }
    #sidebar .sideNav li {
      font-size: 20px;
      width: 100%;
      text-align: center; }
      #sidebar .sideNav li a {
        background: url(../images/common/bg/bg1.png);
        display: block;
        border: none !important;
        color: #FFFFFF;
        font-weight: bold;
        padding: 10px 0; }
        #sidebar .sideNav li a:hover {
          text-decoration: none; }
    #sidebar .sideNav .sub-menu li {
      background: #FFF;
      font-size: 14px;
      border-left: 1px solid #D7D7D7;
      border-right: 1px solid #D7D7D7;
      border-bottom: 1px solid #D7D7D7;
      text-align: left; }
      #sidebar .sideNav .sub-menu li a {
        background: url(../images/common/arrow/t_arrow.png) no-repeat 10px center;
        display: block;
        padding: 10px 0 10px 20px;
        color: #333; }
        #sidebar .sideNav .sub-menu li a:hover {
          background: url(../images/common/arrow/t_arrow.png) no-repeat 10px center, #F0F7FC; }
  #sidebar .bottom li {
    border: 1px solid #D5D5D5;
    margin: 0 0 5px 0;
    font-size: 14px;
    text-align: center; }
    #sidebar .bottom li a {
      display: block; }
    #sidebar .bottom li img {
      height: auto;
      width: 100%;
      max-width: none;
      float: right; }

.sideScroll {
  position: fixed !important;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-500px, 0);
  -moz-transform: translate(-500px, 0);
  -ms-transform: translate(-500px, 0);
  -o-transform: translate(-500px, 0);
  transform: translate(-500px, 0); }
  @media screen and (max-width: 600px) {
    .sideScroll {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); } }

/*----------------------------------------------------
　共通設定
----------------------------------------------------*/
/* コンテンツ */
#container .pageInBox {
  padding: 0; }
#container #content {
  position: relative;
  margin: 20px 0 80px 0;
  line-height: 180%;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 768px) {
    #container #content .pageCon {
      padding: 0 10px; } }
  #container #content .pageCon .leftCon {
    float: left;
    width: 75%; }
    @media screen and (max-width: 768px) {
      #container #content .pageCon .leftCon {
        float: none;
        width: 100%; } }
  #container #content .pageCon .rightCon {
    float: right;
    width: 75%; }
    @media screen and (max-width: 768px) {
      #container #content .pageCon .rightCon {
        float: none;
        width: 100%; } }

/* 区切り */
#content .section {
  clear: both;
  padding: 0 0 50px; }

/* 見出し */
.pageMain {
  position: relative;
  background: url(../images/content/pagemain.jpg) no-repeat center 50%;
  background-size: 100%;
  margin: 0; }
  .pageMain:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    background: url(../images/common/bg/dot_w.png);
    z-index: 3; }
  .pageMain h2 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    font-size: 200%;
    color: #FFF;
    padding: 120px 0;
    text-shadow: 0 0 10px #888, 0 0 10px #888, 0 0 10px #888;
    z-index: 5; }
    @media screen and (max-width: 600px) {
      .pageMain h2 {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .pageMain h2 {
        padding: 50px 0;
        font-size: 200%;
        text-align: center; } }
  .pageMain .sub {
    font-size: 20px; }

.pageCon h2 {
  border-bottom: 1px dashed #CCCCCC;
  border-top: 1px dashed #CCCCCC;
  background-color: #F9F8E9;
  padding: 10px 0 10px 10px;
  margin: 20px 0 20px 0;
  font-size: 180%;
  line-height: 180%; }
  @media screen and (max-width: 600px) {
    .pageCon h2 {
      font-size: 22px; } }
.pageCon h3 {
  background: url(../images/common/bg/bg1.png);
  padding: 5px 5px 5px 10px;
  margin: 0 0 30px;
  font-size: 150%;
  color: #FFF;
  line-height: 180%;
  border-radius: 5px; }
  @media screen and (max-width: 600px) {
    .pageCon h3 {
      font-size: 18px; } }
.pageCon h4 {
  font-size: 110%;
  border-bottom: 1px solid #909090;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 180%; }
  .pageCon h4:before {
    content: "■ ";
    color: #0d5588; }
.pageCon h5 {
  background: url(../images/common/bg/bg1.png);
  padding: 5px 5px 5px 20px;
  font-size: 100%;
  font-weight: bold;
  line-height: 180%;
  color: #FFF;
  position: relative; }
  .pageCon h5:before {
    content: url(../images/common/arrow/w_arrow2.png) " ";
    position: absolute;
    top: 3px;
    left: 10px; }

.contactBox {
  background: url(../images/common/bg/bg1.png);
  padding: 20px 0;
  margin: 50px 0; }
  @media screen and (max-width: 600px) {
    .contactBox {
      padding: 20px 10px;
      margin: 20px 0; } }
  @media screen and (max-width: 600px) {
    .contactBox .w48 {
      width: 48% !important; } }
  .contactBox .inBox {
    box-shadow: 3px 3px 0 #555656;
    border-radius: 10px;
    text-align: center;
    background-color: #FFF; }
    @media screen and (max-width: 600px) {
      .contactBox .inBox {
        margin: 5px 0;
        text-align: left; } }
    .contactBox .inBox a {
      display: block;
      padding: 20px 20px 10px 20px;
      color: #0d5588; }
      @media screen and (max-width: 600px) {
        .contactBox .inBox a {
          padding: 10px 10px 5px 10px; } }
    .contactBox .inBox .imgBox {
      float: left;
      width: 30%; }
      @media screen and (max-width: 600px) {
        .contactBox .inBox .imgBox {
          width: 20%; } }
    .contactBox .inBox .txBox {
      float: right;
      width: 70%; }
      @media screen and (max-width: 600px) {
        .contactBox .inBox .txBox {
          width: 80%; } }
      .contactBox .inBox .txBox .tx1 {
        font-weight: bold;
        font-size: 15px;
        border-bottom: 3px solid #0d5588;
        padding: 0 0 10px;
        margin: 0 0 10px; }
        @media screen and (max-width: 600px) {
          .contactBox .inBox .txBox .tx1 {
            display: none; } }
      .contactBox .inBox .txBox .tx2 {
        font-size: 24px;
        text-align: center; }
        @media screen and (max-width: 600px) {
          .contactBox .inBox .txBox .tx2 {
            font-size: 18px; } }
  .contactBox .right .tx1 {
    line-height: 120%;
    padding: 0 0 5px;
    margin: 0 0 0px; }

#loopslider {
  margin: 30px auto 50px;
  height: 240px;
  text-align: left;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    #loopslider {
      height: 120px; } }
  #loopslider ul {
    /*	width: 100%;*/
    height: 240px;
    float: left;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      #loopslider ul {
        height: 120px; } }
    #loopslider ul:after {
      content: ".";
      height: 0;
      clear: both;
      display: block;
      visibility: hidden; }
    #loopslider ul li {
      width: 240px;
      height: 240px;
      border: 5px solid #FFFFFF;
      background-color: #EBEBEB !important;
      float: left;
      display: inline;
      overflow: hidden;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #loopslider ul li {
          height: 120px;
          width: 120px; } }
      #loopslider ul li img {
        max-width: none;
        width: auto !important;
        height: 100%; }

#container .menuBtn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  color: tx_color;
  margin: 0 auto;
  font-size: 13px;
  width: 30%; }
  #container .menuBtn:before, #container .menuBtn:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  #container .menuBtn a {
    display: block;
    padding: 5px 0;
    color: #FFF;
    background: url(../images/common/arrow/b_arrow_w.png) no-repeat 90% center, #0d5588; }
    #container .menuBtn a:hover {
      opacity: 1.0 !important;
      background: url(../images/common/arrow/b_arrow_w.png) no-repeat 95% center, #0d5588; }
  #container .menuBtn:hover {
    opacity: 1.0 !important;
    background: url(../images/common/arrow/b_arrow_w.png) no-repeat 95% center, #0d5588; }
  @media screen and (max-width: 600px) {
    #container .menuBtn {
      width: 90%; } }

/* Scss Document */
body:after {
  content: url(../images/common/lightbox/close.png) url(../images/common/lightbox/loading.gif) url(../images/common/lightbox/prev.png) url(../images/common/lightbox/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/common/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/common/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/common/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/common/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.mv {
  /*
  background: url("../images/content/main.jpg") no-repeat center;
  background-size: cover;
  */
  height: 570px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 600px) {
    .mv {
      height: 350px;
      text-align: center; } }
  .mv #video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 1; }
    @media screen and (max-width: 600px) {
      .mv #video {
        width: 180% !important;
        height: 100% !important; } }
    @media screen and (max-width: 768px) {
      .mv #video source {
        width: auto !important;
        height: 100% !important; } }
  .mv .tx1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 20px #070504, 0 0 20px #070504, 0 0 20px #070504;
    -webkit-transform: translate(-50%, -110%);
    -moz-transform: translate(-50%, -110%);
    -ms-transform: translate(-50%, -110%);
    -o-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%);
    font-size: 40px;
    color: #FFF;
    width: 100%;
    text-align: center;
    z-index: 5; }
    @media screen and (max-width: 600px) {
      .mv .tx1 {
        font-size: 22px;
        width: 100%; } }
    .mv .tx1 span {
      font-size: 54px; }
      @media screen and (max-width: 600px) {
        .mv .tx1 span {
          font-size: 26px; } }
  .mv .tx2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 20px #070504, 0 0 20px #070504, 0 0 20px #070504;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    z-index: 5;
    display: block;
    width: 100%;
    line-height: 180%; }
    @media screen and (max-width: 600px) {
      .mv .tx2 {
        font-size: 16px;
        width: 90%;
        padding: 5px 0;
        border-top: 4px double #FFF;
        border-bottom: 4px double #FFF; } }
  .mv .dots {
    background: url(../images/common/bg/dot.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }

_::-webkit-full-page-media, _:future, :root .mv video {
  height: auto;
  width: 100%; }

/*
.mvBottom{
	background: url("../images/common/bg/mvBg.png") no-repeat center bottom,url("../images/common/bg/bg2.png");
	padding: 30px 0 80px;
	min-height: 200px;
	@include mq(s, max) {
		background: url("../images/common/bg/bg2.png");
		padding: 20px;
	}
	
	.inBox{
		padding: 0 50px;
		@include mq(s, max) {
			padding: 0;
		}
		
		.in{
			@include bg1;
			position: relative;
			float: left;
			width: 44%;
			margin: 0 3%;
			text-align: center;
			box-shadow: 7px 7px 0 #516676;
			-webkit-transition: all .3s;
			transition: all .3s;
			
			@include mq(s, max) {
				float: none;
				width: 100%;
				margin: 0 0 10px;
				box-shadow: 0 0 0 #516676;
			}
			
			&:hover{
				box-shadow: 0px 0px 0 #516676;
			}
			.title{
				@include webF;
				padding: 20px 0;
				font-size: 21px;
				@include mq(s, max) {
					padding: 10px 0;
				}
				
			}
			.arrow{
				position: absolute;
				bottom: 17px;
				right: 15px;
				@include mq(s, max) {
					right: 10px;
				}
			}
			a{
				display: block;
				color: #FFF;
				padding: 0 0 5px;
				
			}
		}
	}
}

*/
/*
共通パーツ
*/
/*
個別
*/
.top .topBox {
  padding: 70px 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .top .topBox {
      padding: 20px 0 0 0; } }
  .top .topBox h2 {
    text-align: center !important;
    color: #FFF !important;
    padding: 10px 5px;
    background-color: #0d5588;
    font-size: 22px !important;
    margin: 0 0 10px !important;
    border-radius: 50px; }
  .top .topBox .inBox {
    width: 22%;
    margin: 0 1.5%; }
    @media screen and (max-width: 1024px) {
      .top .topBox .inBox {
        width: 47%;
        margin: 10px 1.5% 25px; } }
    @media screen and (max-width: 768px) {
      .top .topBox .inBox {
        width: 90%;
        margin: 10px 5% 25px; } }
    .top .topBox .inBox .imgBox {
      text-align: center; }
    .top .topBox .inBox ul {
      padding: 20px 20px 100px;
      background-color: #F1F1F1;
      position: relative; }
    .top .topBox .inBox li {
      background: url("../images/content/check.png") no-repeat left 2px;
      position: relative;
      padding: 0 0 0 25px;
      margin: 7px 0 10px; }
      .top .topBox .inBox li:last-child {
        background-image: none;
        position: absolute;
        bottom: 10px;
        left: 50%;
        padding: 0;
        margin: 0;
        width: 90%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .top .topBox .inBox li:last-child a {
          display: block;
          padding: 5px 10px;
          background-color: #0d5588;
          border-radius: 5px;
          color: #FFF; }
.top #container {
        /*

		.topBox1{
			line-height: 180%;
			padding: 0 0 50px;
			@include mq(s, max) {
				padding: 0 10px 30px;
			}
			h3{
				font-size: 21px;
				padding: 0 0 5px;
				border-bottom: 1px solid #d8d8d8;
				margin: 0 0 25px;
				line-height: 150%;
				@include mq(s, max) {
					font-size: 18px;
				}
			}
			p{
				padding: 0 0 1em;
			}
			.right{
				text-align: center;
				line-height: 0;
				margin: -70px 0 0 0;
			}
		}
		
		.topBox2{
			background: url("../images/content/top2.png") no-repeat center;
			background-size: cover;
			padding: 20px 0;
			@include mq(s, max) {
				padding: 0;
				background-image: none;
			}
			
			.inner{
				display: table;
				table-layout: fixed;
				@include mq(s, max) {
					display: block;
				}
				div{
					display: table-cell;
					@include mq(s, max) {
						padding: 0 2px;
						display: block;
					}
				}
			}
		}
		
		.topBox3{
			padding: 50px 0 100px 0;
			@include mq(s, max) {
				padding: 20px 0;
			}
			.inBox{
				@include bg3;				
				position: relative;
				z-index: 4;
				@include css3(transform, skew(0,3deg));
				@include mq(s, max) {
					padding: 40px 0 0px;
					@include css3(transform, skew(0,0deg));
				}
				
				.in{
					@include width;
					@include css3(transform, skew(0,-3deg));					
					line-height: 200%;
					
					p{
						padding: 0 0 1em;
					}
					ul{
						padding: 0 0 1em 1em;
					}
					.right{
						padding: 60px 0 0 0;
					}
					
					@include mq(s, max) {
						font-size: 16px;
						padding: 0 10px;
						@include css3(transform, skew(0,0deg));
						line-height: 180%;
						
						.right{
							padding: 0;
						}
					}
				}
			}
		}
		*/ }
  .top #container h2 {
    text-align: center;
    font-size: 40px;
    margin: 50px 0 10px;
    color: #282828; }
    @media screen and (max-width: 600px) {
      .top #container h2 {
        margin: 40px 0 10px;
        font-size: 30px; } }
  .top #container .subT {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 80px;
    text-align: center;
    color: #282828; }
    @media screen and (max-width: 600px) {
      .top #container .subT {
        padding: 0 0 40px; } }
    .top #container .subT:after {
      content: "";
      display: block;
      background-color: #0d5588;
      height: 3px;
      width: 100px;
      margin: 40px auto 0; }
      @media screen and (max-width: 600px) {
        .top #container .subT:after {
          margin: 10px auto 0; } }
  .top #container .topBox4 {
    padding: 100px 0 30px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .top #container .topBox4 {
        padding: 30px 0; } }
    .top #container .topBox4 h2 {
      display: inline-block;
      box-shadow: 0 -15px 0 -8px rgba(255, 192, 0, 0.6) inset;
      text-align: left;
      font-size: 30px;
      color: #4f4f4f;
      position: relative;
      margin: 0 0 50px; }
      @media screen and (max-width: 600px) {
        .top #container .topBox4 h2 {
          font-size: 24px;
          margin: 0 auto 30px; } }
    .top #container .topBox4 .spC {
      text-align: center; }
    .top #container .topBox4 .btn {
      text-align: center;
      width: 200px;
      margin: 30px auto 0;
      background-color: #0d5588;
      border-radius: 5px; }
      .top #container .topBox4 .btn a {
        color: #FFF;
        display: block;
        padding: 5px 20px; }
    .top #container .topBox4 .newsBox {
      height: 300px;
      overflow-y: auto;
      padding: 30px;
      border: 1px solid #E7E7E7; }
      @media screen and (max-width: 600px) {
        .top #container .topBox4 .newsBox {
          min-height: 0;
          overflow: visible; } }
    .top #container .topBox4 .inBox {
      border-bottom: 1px dotted #B8B7B7;
      padding: 10px;
      line-height: 180%; }
      .top #container .topBox4 .inBox .leftBox {
        float: left; }
        .top #container .topBox4 .inBox .leftBox .time {
          float: left;
          width: 35%;
          font-size: 14px;
          color: #929292; }
      .top #container .topBox4 .inBox .rightBox {
        float: right; }
        .top #container .topBox4 .inBox .rightBox .title {
          font-weight: bold;
          font-size: 18px;
          padding: 0 0 10px; }
          @media screen and (max-width: 600px) {
            .top #container .topBox4 .inBox .rightBox .title {
              font-size: 16px; } }
        .top #container .topBox4 .inBox .rightBox .txArea {
          font-size: 90%; }
      .top #container .topBox4 .inBox .imgBox {
        float: left;
        width: 140px;
        height: 110px;
        color: #FFF;
        font-size: 12px;
        line-height: 160%;
        overflow: hidden; }
        @media screen and (max-width: 600px) {
          .top #container .topBox4 .inBox .imgBox {
            width: 100px;
            height: 80px;
            margin: 0 10px 0 0; } }
        .top #container .topBox4 .inBox .imgBox img {
          height: 120%;
          width: auto;
          max-width: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*====================================
 事業内容
=====================================*/
#content .solution h3 {
  padding: 10px 10px 10px 20px;
  line-height: 140%; }
  @media screen and (max-width: 600px) {
    #content .solution h3 {
      padding: 10px 20px;
      margin: 0 0 10px; } }
  #content .solution h3 span {
    display: block;
    font-size: 18px; }
    @media screen and (max-width: 600px) {
      #content .solution h3 span {
        font-size: 13px;
        line-height: 130%;
        border-top: 1px solid #FFF;
        padding: 5px 0 0 0;
        margin: 5px 0 0 0;
        letter-spacing: -0.5px; } }
#content .solution .inBox {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto 50px;
  background-color: #fef3e6;
  padding: 30px; }
  @media screen and (max-width: 600px) {
    #content .solution .inBox {
      padding: 20px;
      margin: 0 auto 40px; } }
  #content .solution .inBox:after {
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    bottom: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #fef3e6; }
  #content .solution .inBox .imgBox {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #content .solution .inBox .imgBox {
        display: block;
        width: 100%; }
        #content .solution .inBox .imgBox img {
          display: none; }
        #content .solution .inBox .imgBox .title {
          font-size: 20px;
          background-color: #f29119;
          color: #FFF;
          font-weight: bold;
          padding: 10px 0;
          margin: 0 0 10px; } }
  #content .solution .inBox .txBox {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 75%; }
    @media screen and (max-width: 600px) {
      #content .solution .inBox .txBox {
        display: block;
        width: 100%;
        padding: 0; } }
    #content .solution .inBox .txBox ul li {
      background: url("../images/content/check.png") no-repeat left 18px;
      padding: 15px 5px 15px 25px;
      border-bottom: 1px dotted #777777;
      line-height: 140%;
      font-size: 18px; }
      @media screen and (max-width: 600px) {
        #content .solution .inBox .txBox ul li {
          font-size: 16px; } }
#content .solution .inBox2 {
  text-align: center;
  margin: 0 0 30px; }
  #content .solution .inBox2 .in {
    display: inline-block;
    text-align: left;
    position: relative;
    font-size: 24px;
    line-height: 150%;
    background: #f0f0f0;
    border: 3px solid #a5a5a5;
    border-radius: 15px;
    padding: 30px 30px 30px 190px; }
    @media screen and (max-width: 600px) {
      #content .solution .inBox2 .in {
        padding: 20px;
        font-size: 18px;
        width: 100%; } }
    #content .solution .inBox2 .in:after {
      content: url("../images/content/solution2.png");
      position: absolute;
      left: 20px;
      bottom: -3px;
      line-height: 0; }
      @media screen and (max-width: 600px) {
        #content .solution .inBox2 .in:after {
          display: none; } }
#content .solution .button {
  width: 300px; }
  #content .solution .button a {
    padding: 10px;
    font-size: 18px; }
#content .solution .listStyle .listImg {
  width: 23%;
  float: left;
  margin: 0 1% 30px; }
  @media screen and (max-width: 600px) {
    #content .solution .listStyle .listImg {
      width: 100%;
      float: none;
      margin: 0 0 30px; } }
  #content .solution .listStyle .listImg .txBox .in {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 13px;
    margin: 0 0 3px;
    line-height: 140%; }
    @media screen and (max-width: 600px) {
      #content .solution .listStyle .listImg .txBox .in {
        font-size: 16px; } }
    #content .solution .listStyle .listImg .txBox .in .tx1 {
      display: table-cell;
      background-color: #EDEDED;
      padding: 3px;
      text-align: center; }
    #content .solution .listStyle .listImg .txBox .in .tx2 {
      display: table-cell;
      padding: 3px; }

/*====================================
 技術情報
=====================================*/
.technology #content .pageCon .tec h1 {
  font-size: 24px;
  padding: 0 0 10px; }
  @media screen and (max-width: 768px) {
    .technology #content .pageCon .tec h1 {
      font-size: 22px; } }
.technology #content .pageCon .tec h2 {
  font-size: 22px;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0 0 10px; }
  @media screen and (max-width: 768px) {
    .technology #content .pageCon .tec h2 {
      font-size: 20px; } }
.technology #content .pageCon .tec h3 {
  font-size: 20px;
  background-color: transparent;
  background-image: none;
  color: #333333;
  border: none;
  margin: 0;
  padding: 0 0 10px; }
  @media screen and (max-width: 768px) {
    .technology #content .pageCon .tec h3 {
      font-size: 18px; } }
.technology #content .pageCon .tec h4 {
  border: none;
  margin: 0;
  padding: 0 0 10px;
  font-size: 18px; }
  .technology #content .pageCon .tec h4:before {
    content: ""; }
.technology #content .pageCon .tec p {
  padding: 0.5em 0 2em !important; }
.technology #content .pageCon .tec a {
  color: #0d5588;
  text-decoration: underline; }
.technology #content .pageCon .tec ul {
  margin: 20px 0 40px 10px; }
  .technology #content .pageCon .tec ul li {
    list-style: inside; }
.technology #content .pageCon .tec blockquote {
  position: relative;
  padding: 50px 30px 30px;
  margin: 20px 0 40px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555; }
  .technology #content .pageCon .tec blockquote:before {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "“";
    color: #cfcfcf;
    font-size: 50px;
    line-height: 1;
    font-weight: 900; }
  .technology #content .pageCon .tec blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em; }
.technology #content .pageCon .tec table {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse; }
  @media screen and (max-width: 768px) {
    .technology #content .pageCon .tec table tr th {
      border-bottom: none;
      display: table-cell;
      width: 35%; } }
  @media screen and (max-width: 768px) {
    .technology #content .pageCon .tec table tr td {
      border-bottom: 1px dashed #333;
      display: table-cell;
      width: 65%; } }

/*====================================
 事業内容
=====================================*/
.contents #content .pageCon h3.title2 {
  background-image: none;
  color: #333;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 20px;
  border-bottom: 2px solid #0d5588;
  background-color: #F4FCFF;
  border-radius: 0; }
.contents #content .select .title {
  background: url(../images/common/bg/bg1.png);
  color: #FFF;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 24px;
  text-align: center; }
.contents #content .select .tx {
  padding: 20px 10px; }
  @media screen and (max-width: 600px) {
    .contents #content .select .tx {
      padding: 0 10px 10px; } }
.contents #content .select .button {
  font-size: 20px; }
@media screen and (max-width: 600px) {
  .contents #content .select .left {
    margin: 0 0 50px; } }
.contents #content .tab_content li {
  float: left;
  width: 31%;
  margin: 0 1% 40px;
  text-align: center;
  font-size: 13px;
  line-height: 130%; }
  @media screen and (max-width: 600px) {
    .contents #content .tab_content li {
      float: none;
      width: 100%;
      margin: 0 0 30px; } }
  .contents #content .tab_content li .txBox {
    padding: 10px;
    margin: 5px 0 0 0;
    background-color: #fef3e6; }
  .contents #content .tab_content li .tx {
    text-align: left;
    padding: 2px 0; }
.contents #content .tab_content2 ul {
  text-align: center; }
.contents #content .tab_content2 li {
  float: none;
  width: 35%;
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .contents #content .tab_content2 li {
      width: 100%; } }
.contents #content .castingBox {
  padding: 10px 30px;
  margin: 0 0 50px;
  background-color: #EFEFEF; }
  @media screen and (max-width: 600px) {
    .contents #content .castingBox {
      padding: 5px 10px; } }
  .contents #content .castingBox .inBox {
    position: relative;
    padding: 20px 0; }
    @media screen and (max-width: 600px) {
      .contents #content .castingBox .inBox {
        line-height: 150%; } }
    .contents #content .castingBox .inBox .txBox .title {
      font-size: 21px;
      border-left: 8px solid #0b5b94;
      padding: 0 0 0 20px;
      margin: 0 0 20px; }
      @media screen and (max-width: 600px) {
        .contents #content .castingBox .inBox .txBox .title {
          font-size: 18px;
          border-left: none;
          padding: 0;
          margin: 0 0 20px; } }
    .contents #content .castingBox .inBox .txBox ul {
      margin: 0 0 25px 0;
      background-color: #FFF;
      padding: 25px; }
      .contents #content .castingBox .inBox .txBox ul li {
        position: relative;
        padding: 0 0 10px 1em; }
        .contents #content .castingBox .inBox .txBox ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "・"; }
        .contents #content .castingBox .inBox .txBox ul li:last-child {
          padding: 0 0 0 1em; }
.contents #content .castingBox2 {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media screen and (max-width: 600px) {
    .contents #content .castingBox2 {
      display: block; } }
  .contents #content .castingBox2 .inBox {
    text-align: center;
    display: table-cell;
    padding: 0 15px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .contents #content .castingBox2 .inBox {
        display: block;
        padding: 0 0 55px; } }
    .contents #content .castingBox2 .inBox:after {
      content: " ";
      position: absolute;
      top: 70px;
      right: -8px;
      width: 0;
      height: 0;
      border-left: 15px solid #0d5588;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent; }
      @media screen and (max-width: 600px) {
        .contents #content .castingBox2 .inBox:after {
          top: auto;
          right: auto;
          bottom: -30px;
          left: 50%;
          height: 50px;
          border-right: 15px solid transparent;
          border-left: 15px solid transparent;
          border-top: 15px solid #0d5588;
          -ms-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%); } }
    .contents #content .castingBox2 .inBox .imgBox {
      position: relative; }
      .contents #content .castingBox2 .inBox .imgBox .tx {
        background: url("../images/common/bg/dot.png");
        position: absolute;
        top: 0;
        left: 0;
        color: #FFF;
        font-size: 14px;
        padding: 0 10px; }
    .contents #content .castingBox2 .inBox .txBox {
      padding: 10px;
      margin: 5px 0 0 0;
      background-color: #fef3e6;
      font-size: 13px;
      line-height: 140%;
      text-align: left; }
  .contents #content .castingBox2 .last:after {
    display: none; }

/*====================================
 エンジニアリング事業
=====================================*/
#main_slider {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #main_slider {
      margin: 0;
      padding: 0; } }
  #main_slider #mvIn, #main_slider #mv li {
    min-height: 500px;
    height: 500px; }
    @media screen and (max-width: 600px) {
      #main_slider #mvIn, #main_slider #mv li {
        min-height: 270px;
        height: 270px; } }
  @media screen and (max-width: 600px) {
    #main_slider #mv {
      height: 270px !important; } }
  #main_slider #mv li {
    margin: 0;
    position: relative; }
    @media screen and (max-width: 600px) {
      #main_slider #mv li {
        margin: 0; }
        #main_slider #mv li img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: auto;
          height: 100%; } }
  #main_slider .caroufredsel_wrapper {
    margin: 0 !important; }
    @media screen and (max-width: 600px) {
      #main_slider .caroufredsel_wrapper {
        height: 270px !important; } }
  @media screen and (max-width: 600px) {
    #main_slider #next, #main_slider #prev {
      background-size: 30px;
      width: 30px;
      height: 30px;
      margin: auto; } }
  #main_slider .titleBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF; }
    @media screen and (max-width: 600px) {
      #main_slider .titleBox {
        width: 100%; } }
    #main_slider .titleBox h2 {
      font-size: 48px;
      text-shadow: 0 0 10px #444, 0 0 10px #444, 0 0 10px #444;
      padding: 0 0 20px; }
      @media screen and (max-width: 600px) {
        #main_slider .titleBox h2 {
          font-size: 24px; } }
    #main_slider .titleBox .subT {
      font-size: 30px;
      font-weight: bold;
      text-shadow: 0 0 10px #444, 0 0 10px #444, 0 0 10px #444; }
      @media screen and (max-width: 600px) {
        #main_slider .titleBox .subT {
          font-size: 20px; } }
  #main_slider #pager {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 10px;
    top: auto;
    z-index: 100;
    text-align: center;
    padding: 10px; }
  #main_slider #pager a {
    border: 2px solid #FFF;
    border-radius: 5px;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px 0 0; }
  #main_slider #pager a:hover,
  #main_slider #pager a.selected {
    background: #FFF;
    border: 2px solid #FFF; }
  #main_slider #pager a span {
    display: none; }

.engineering #container #content {
  margin: 0 0 80px;
  display: block;
  width: 100%; }
.engineering #content .pageCon {
  padding: 0 !important; }
.engineering #content .pageNav {
  background: url(../images/common/bg/bg1.png);
  width: 100% !important;
  padding: 10px 0;
  margin: 0 0 30px; }
  .engineering #content .pageNav ul li {
    float: left;
    width: 31%;
    margin: 0 1%;
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      .engineering #content .pageNav ul li {
        font-size: 14px; } }
    .engineering #content .pageNav ul li a {
      display: block;
      padding: 10px;
      background-color: #FFF;
      color: #0d5588;
      border-radius: 5px;
      line-height: 80%; }
      .engineering #content .pageNav ul li a:after {
        content: url("../images/content/enginArrow.png");
        display: block; }
      @media screen and (max-width: 600px) {
        .engineering #content .pageNav ul li a {
          padding: 10px 5px 10px; } }
.engineering #content .enginBox1 {
  padding: 0 0 30px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .engineering #content .enginBox1 {
      padding: 0px 5px; } }
  .engineering #content .enginBox1 .mainT {
    background: url(../images/common/bg/bg1.png);
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    font-size: 22px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 600px) {
      .engineering #content .enginBox1 .mainT {
        font-size: 18px;
        margin: 0 auto 10px; } }
  .engineering #content .enginBox1 .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #FFF;
    border-radius: 5px; }
    @media screen and (max-width: 600px) {
      .engineering #content .enginBox1 .btn {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        width: 250px;
        margin: 0px auto 0;
        background-color: #0d5588; } }
    .engineering #content .enginBox1 .btn a {
      color: #0d5588;
      display: block;
      padding: 0px 20px;
      font-size: 12px; }
      @media screen and (max-width: 600px) {
        .engineering #content .enginBox1 .btn a {
          padding: 10px;
          color: #FFF;
          font-size: 16px; } }
  .engineering #content .enginBox1 .newsBox {
    padding: 0 0 30px; }
  .engineering #content .enginBox1 .inBox {
    border-bottom: 1px dotted #B8B7B7;
    padding: 10px;
    line-height: 180%; }
    .engineering #content .enginBox1 .inBox .leftBox {
      float: left; }
      .engineering #content .enginBox1 .inBox .leftBox .time {
        float: left;
        width: 35%;
        font-size: 14px;
        color: #929292; }
    .engineering #content .enginBox1 .inBox .rightBox {
      float: right; }
      .engineering #content .enginBox1 .inBox .rightBox .title {
        font-weight: bold;
        font-size: 18px;
        padding: 0 0 10px; }
        @media screen and (max-width: 600px) {
          .engineering #content .enginBox1 .inBox .rightBox .title {
            font-size: 16px; } }
      .engineering #content .enginBox1 .inBox .rightBox .txArea {
        font-size: 90%; }
    .engineering #content .enginBox1 .inBox .imgBox {
      float: left;
      width: 140px;
      height: 110px;
      color: #FFF;
      font-size: 12px;
      line-height: 160%;
      overflow: hidden; }
      @media screen and (max-width: 600px) {
        .engineering #content .enginBox1 .inBox .imgBox {
          width: 100px;
          height: 80px;
          margin: 0 10px 0 0; } }
      .engineering #content .enginBox1 .inBox .imgBox img {
        height: 120%;
        width: auto;
        max-width: none; }
.engineering #content .button {
  border-radius: 5px;
  font-size: 18px; }
  .engineering #content .button a {
    border-radius: 5px; }
.engineering #content .enginBox2_sub {
  padding: 50px 0; }
  @media screen and (max-width: 600px) {
    .engineering #content .enginBox2_sub {
      padding: 30px 20px; } }
.engineering #content .enginBox2 {
  padding: 50px 0 0 0; }
  @media screen and (max-width: 600px) {
    .engineering #content .enginBox2 {
      padding: 0 5px; } }
  .engineering #content .enginBox2 h2 {
    text-align: center !important;
    font-size: 30px !important;
    margin: 0px !important;
    padding: 0 !important;
    color: #282828 !important;
    border: none !important;
    background-color: #FFF !important; }
    @media screen and (max-width: 600px) {
      .engineering #content .enginBox2 h2 {
        margin: 50px 0 0px !important;
        font-size: 20px !important; } }
  .engineering #content .enginBox2 .subT {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 40px;
    text-align: center;
    color: #282828; }
    @media screen and (max-width: 600px) {
      .engineering #content .enginBox2 .subT {
        padding: 0 0 40px; } }
    .engineering #content .enginBox2 .subT:after {
      content: "";
      display: block;
      background-color: #0d5588;
      height: 3px;
      width: 100px;
      margin: 40px auto 0; }
      @media screen and (max-width: 600px) {
        .engineering #content .enginBox2 .subT:after {
          margin: 10px auto 0; } }
.engineering #content .enginBox3 {
  padding: 60px 0 60px 0; }
  @media screen and (max-width: 600px) {
    .engineering #content .enginBox3 {
      padding: 20px 0; } }
  .engineering #content .enginBox3 .inBox {
    background: url(../images/common/bg/bg3.png);
    position: relative;
    z-index: 4;
    -webkit-transform: skew(0, 3deg);
    -moz-transform: skew(0, 3deg);
    -ms-transform: skew(0, 3deg);
    -o-transform: skew(0, 3deg);
    transform: skew(0, 3deg);
    padding: 20px 0 0 0; }
    @media screen and (max-width: 600px) {
      .engineering #content .enginBox3 .inBox {
        padding: 40px 0;
        -webkit-transform: skew(0, 0deg);
        -moz-transform: skew(0, 0deg);
        -ms-transform: skew(0, 0deg);
        -o-transform: skew(0, 0deg);
        transform: skew(0, 0deg); } }
    .engineering #content .enginBox3 .inBox .in {
      width: 100%;
      max-width: 1000px;
      height: auto;
      margin: 0 auto;
      -webkit-transform: skew(0, -3deg);
      -moz-transform: skew(0, -3deg);
      -ms-transform: skew(0, -3deg);
      -o-transform: skew(0, -3deg);
      transform: skew(0, -3deg);
      line-height: 200%; }
      @media screen and (max-width: 600px) {
        .engineering #content .enginBox3 .inBox .in {
          width: 100%; } }
      .engineering #content .enginBox3 .inBox .in .title {
        font-size: 24px;
        color: #0d5588;
        padding: 0 0 20px; }
        @media screen and (max-width: 600px) {
          .engineering #content .enginBox3 .inBox .in .title {
            font-size: 18px; } }
      .engineering #content .enginBox3 .inBox .in p {
        padding: 0 0 1em; }
      .engineering #content .enginBox3 .inBox .in ul {
        padding: 0 0 1em 1em; }
      .engineering #content .enginBox3 .inBox .in .list {
        display: table;
        table-layout: fixed;
        width: 100%; }
        @media screen and (max-width: 600px) {
          .engineering #content .enginBox3 .inBox .in .list {
            display: block; } }
        .engineering #content .enginBox3 .inBox .in .list div {
          display: table-cell; }
          .engineering #content .enginBox3 .inBox .in .list div:nth-child(2):before {
            display: inline-block;
            content: url("../images/common/arrow/t_arrow.png");
            padding: 0 5px 0 0; }
          @media screen and (max-width: 600px) {
            .engineering #content .enginBox3 .inBox .in .list div:nth-child(2) {
              border-top: 1px dotted #525252;
              padding: 5px 5px 20px 5px; } }
          @media screen and (max-width: 600px) {
            .engineering #content .enginBox3 .inBox .in .list div {
              display: block; } }
      .engineering #content .enginBox3 .inBox .in .tx {
        padding: 20px 0 0 0; }
        @media screen and (max-width: 600px) {
          .engineering #content .enginBox3 .inBox .in .tx {
            padding: 20px 0 0 0; } }
      @media screen and (max-width: 600px) {
        .engineering #content .enginBox3 .inBox .in {
          font-size: 16px;
          padding: 0 10px;
          -webkit-transform: skew(0, 0deg);
          -moz-transform: skew(0, 0deg);
          -ms-transform: skew(0, 0deg);
          -o-transform: skew(0, 0deg);
          transform: skew(0, 0deg);
          line-height: 180%; } }
.engineering #content .enginBox4 {
  padding: 0; }
  @media screen and (max-width: 600px) {
    .engineering #content .enginBox4 {
      padding: 20px 0; } }
  .engineering #content .enginBox4 .inBox {
    background-image: none;
    -webkit-transform: skew(0, 0deg);
    -moz-transform: skew(0, 0deg);
    -ms-transform: skew(0, 0deg);
    -o-transform: skew(0, 0deg);
    transform: skew(0, 0deg); }
    .engineering #content .enginBox4 .inBox .in {
      -webkit-transform: skew(0, 0deg);
      -moz-transform: skew(0, 0deg);
      -ms-transform: skew(0, 0deg);
      -o-transform: skew(0, 0deg);
      transform: skew(0, 0deg); }
.engineering #content .enginBox5 {
  padding: 60px 0; }
  @media screen and (max-width: 600px) {
    .engineering #content .enginBox5 {
      padding: 20px 0; } }
  .engineering #content .enginBox5 .inBox {
    -webkit-transform: skew(0, -3deg);
    -moz-transform: skew(0, -3deg);
    -ms-transform: skew(0, -3deg);
    -o-transform: skew(0, -3deg);
    transform: skew(0, -3deg); }
    .engineering #content .enginBox5 .inBox .in {
      -webkit-transform: skew(0, 3deg);
      -moz-transform: skew(0, 3deg);
      -ms-transform: skew(0, 3deg);
      -o-transform: skew(0, 3deg);
      transform: skew(0, 3deg); }

/*====================================
 製造工程
=====================================*/
.namagatajidouimono .select,
.jikouseiimono .select {
  padding: 20px;
  background: url(../images/common/bg/bg3.png); }

.process #content .select .title {
  background: url(../images/common/bg/bg1.png);
  color: #FFF;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 24px;
  text-align: center; }
.process #content .select .tx {
  background: url("../images/common/bg/bg3.png");
  padding: 30px 20px;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 180%;
  min-height: 160px; }
  @media screen and (max-width: 600px) {
    .process #content .select .tx {
      min-height: 50px;
      font-size: 16px; } }
.process #content .select .button {
  font-size: 20px; }
@media screen and (max-width: 600px) {
  .process #content .select .left {
    margin: 0 0 50px; } }
.process #content h3 {
  background-image: none;
  color: #0d5588;
  border: 3px solid #0d5588;
  text-align: center;
  margin: 0 0 10px;
  background-color: #FFF; }
.process #content .setumei {
  font-size: 18px;
  padding: 20px;
  background-color: #EDEDED;
  margin: 0 0 20px;
  line-height: 200%; }
  @media screen and (max-width: 600px) {
    .process #content .setumei {
      padding: 10px;
      font-size: 15px;
      line-height: 160%; } }
.process #content .proBox {
  padding: 0 0 30px; }
  @media screen and (max-width: 600px) {
    .process #content .proBox {
      background: url(../images/common/bg/bg3.png);
      padding: 20px;
      margin: 0 0 30px; } }
.process #content .inBox {
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .process #content .inBox {
      display: block; } }
  .process #content .inBox .in {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 20%;
    background-color: #F3F3F3;
    border: 2px solid #FFF;
    padding: 5px;
    margin: 0 0 20px;
    /*
    &:after{
    	content: url("../images/common/arrow/arrow_en.png");
    	position: absolute;
    	top: 45px;
    	right: -19px;
    	z-index: 10;
    	@include mq(s, max) {
    		content: url("../images/common/arrow/arrow_en2.png");
    		top: auto;
    		bottom: 0;
    		right: 50%;
    		margin: 0 -20px 0 0;
    	}
    }
    */ }
    @media screen and (max-width: 600px) {
      .process #content .inBox .in {
        display: block;
        padding: 0 0 60px;
        width: auto; } }
    .process #content .inBox .in:after {
      background: url("../images/common/arrow/arrow_en.png") no-repeat right center;
      background-size: 100%;
      content: " ";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 15px;
      right: 10px;
      z-index: 10; }
      @media screen and (max-width: 600px) {
        .process #content .inBox .in:after {
          width: auto;
          height: auto;
          background-image: none;
          content: url("../images/common/arrow/arrow_en2.png");
          top: auto;
          bottom: 0;
          right: 50%;
          margin: 0 -20px 0 0; } }
    .process #content .inBox .in .imgBox {
      padding: 5px;
      line-height: 0;
      height: 130px;
      overflow: hidden; }
      @media screen and (max-width: 600px) {
        .process #content .inBox .in .imgBox {
          height: auto; } }
      .process #content .inBox .in .imgBox img {
        border: 1px solid #CBCBCB;
        padding: 3px;
        background-color: #FFF; }
    .process #content .inBox .in .tx {
      font-size: 16px;
      font-weight: bold;
      padding: 0 5px; }
    .process #content .inBox .in .tx2 {
      font-size: 13px;
      line-height: 130%;
      padding: 0 25px 0px 5px; }
      @media screen and (max-width: 600px) {
        .process #content .inBox .in .tx2 {
          padding: 0 5px; } }
  .process #content .inBox .in_last {
    display: table-cell;
    position: relative; }
    @media screen and (max-width: 600px) {
      .process #content .inBox .in_last {
        display: block; } }
    .process #content .inBox .in_last:after {
      background-image: none;
      content: "";
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 10; }
  .process #content .inBox .in_empty {
    background-color: #FFF; }
.process #content .inBox2 .in {
  position: relative;
  width: 25%; }
  @media screen and (max-width: 600px) {
    .process #content .inBox2 .in {
      width: auto; } }
  @media screen and (max-width: 600px) {
    .process #content .inBox2 .in:after {
      top: auto; } }
  .process #content .inBox2 .in .imgBox {
    height: auto; }
.process #content .inBox3 .in .imgBox {
  float: left;
  width: 48%;
  padding: 5px;
  line-height: 0;
  height: auto;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .process #content .inBox3 .in .imgBox {
      height: auto;
      float: none;
      width: 100%; }
      .process #content .inBox3 .in .imgBox .left {
        margin: 0 0 5px; } }
  .process #content .inBox3 .in .imgBox img {
    border: 1px solid #CBCBCB;
    padding: 3px;
    background-color: #FFF; }
.process #content .inBox3 .in .txBox {
  padding: 20px;
  font-size: 18px;
  line-height: 180%; }
  @media screen and (max-width: 600px) {
    .process #content .inBox3 .in .txBox {
      padding: 0;
      font-size: 16px; } }
  .process #content .inBox3 .in .txBox .txT {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 20px; }
.process #content .arrowBox {
  background: url("../images/content/pro_arrow.png") no-repeat top;
  height: 50px;
  padding: 0 0 100px; }
  @media screen and (max-width: 600px) {
    .process #content .arrowBox {
      padding: 0 0 80px; } }

/*====================================
 製造技術
=====================================*/
.facility #content .inBox {
  margin: 0 1%;
  padding: 10px;
  border-bottom: 1px dotted #A7A7A7; }
  @media screen and (max-width: 600px) {
    .facility #content .inBox {
      width: 98%; } }
  .facility #content .inBox .imgBox {
    width: 100%;
    height: 170px;
    text-align: center;
    overflow: hidden;
    line-height: 0; }
    .facility #content .inBox .imgBox img {
      height: 100%;
      width: auto;
      max-width: none;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      @media screen and (max-width: 600px) {
        .facility #content .inBox .imgBox img {
          height: auto;
          width: 100%; } }
  .facility #content .inBox:hover img {
    height: 110%; }
    @media screen and (max-width: 600px) {
      .facility #content .inBox:hover img {
        width: 110%;
        height: auto; } }
  .facility #content .inBox .txBox {
    padding: 5px 0 0 0;
    font-size: 18px; }
    .facility #content .inBox .txBox .tx1 {
      font-weight: bold;
      padding: 0 0 0px; }
    .facility #content .inBox .txBox .tx2 {
      font-size: 16px;
      line-height: 150%; }

.facilitylist table td {
  width: 60%; }
  @media screen and (max-width: 600px) {
    .facilitylist table td {
      width: 100%; } }
  .facilitylist table td:last-child {
    width: 10%;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .facilitylist table td:last-child {
        border-top: 1px dotted #9C9C9C;
        width: 100%;
        padding: 5px 5px 30px 5px; } }

/*====================================
 製造技術
=====================================*/
.technology #content .table {
  table-layout: fixed;
  margin: 20px 0 0 0; }
  .technology #content .table th {
    display: table-cell;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .technology #content .table th {
        font-size: 13px;
        padding: 3px; } }
  .technology #content .table td {
    display: table-cell;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .technology #content .table td {
        font-size: 12px;
        padding: 3px; } }
.technology #content .inBox {
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .technology #content .inBox {
      display: block; } }
  .technology #content .inBox .in {
    display: table-cell;
    padding: 10px;
    vertical-align: top; }
    @media screen and (max-width: 600px) {
      .technology #content .inBox .in {
        display: block; } }
    .technology #content .inBox .in img {
      border: 1px solid #9C9C9C; }
  .technology #content .inBox .hov {
    cursor: pointer; }

/*====================================
 会社情報
=====================================*/
.company #content .imgBox {
  width: 170px;
  float: left;
  text-align: center;
  padding: 0 20px 10px 0;
  line-height: 140%;
  font-size: 13px; }
  .company #content .imgBox img {
    border: 1px solid #E5E5E5;
    padding: 3px;
    margin: 0 0 5px; }
.company #content .soshiki {
  border: 1px solid #E5E5E5;
  padding: 10px; }
.company #content .menseki span {
  float: left;
  width: 200px;
  display: block; }
.company #content .menseki .last {
  border-top: 1px dotted #686868;
  margin: 5px 0 0 0;
  padding: 3px 0; }

/*====================================
 採用情報
=====================================*/
.recruit #content .recruitBox,
.recruit-engineering #content .recruitBox {
  padding: 30px 0 0 0; }
  .recruit #content .recruitBox .inBox,
  .recruit-engineering #content .recruitBox .inBox {
    padding: 5px 50px;
    display: table;
    width: 100%; }
    @media screen and (max-width: 600px) {
      .recruit #content .recruitBox .inBox,
      .recruit-engineering #content .recruitBox .inBox {
        padding: 5px;
        display: block; } }
    .recruit #content .recruitBox .inBox .left_Box,
    .recruit-engineering #content .recruitBox .inBox .left_Box {
      display: table-cell;
      width: 25%;
      background-color: #0d5588;
      color: #FFF;
      text-align: center;
      padding: 20px;
      vertical-align: middle;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 600px) {
        .recruit #content .recruitBox .inBox .left_Box,
        .recruit-engineering #content .recruitBox .inBox .left_Box {
          display: block;
          width: 100%; } }
    .recruit #content .recruitBox .inBox .right_Box,
    .recruit-engineering #content .recruitBox .inBox .right_Box {
      display: table-cell;
      width: 75%;
      padding: 0 20px;
      vertical-align: middle;
      border: 2px solid #0d5588;
      font-size: 14px; }
      @media screen and (max-width: 600px) {
        .recruit #content .recruitBox .inBox .right_Box,
        .recruit-engineering #content .recruitBox .inBox .right_Box {
          display: block;
          width: 100%;
          padding: 10px; } }
      .recruit #content .recruitBox .inBox .right_Box .list li,
      .recruit-engineering #content .recruitBox .inBox .right_Box .list li {
        position: relative;
        padding: 3px 0 3px 20px;
        line-height: 150%; }
        .recruit #content .recruitBox .inBox .right_Box .list li span,
        .recruit-engineering #content .recruitBox .inBox .right_Box .list li span {
          position: absolute;
          top: 3px;
          left: 0; }
  .recruit #content .recruitBox .arrow,
  .recruit-engineering #content .recruitBox .arrow {
    text-align: center;
    padding: 20px; }
  .recruit #content .recruitBox .inBox2,
  .recruit-engineering #content .recruitBox .inBox2 {
    margin: 5px 50px;
    background-color: #0d5588;
    color: #FFF;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      .recruit #content .recruitBox .inBox2,
      .recruit-engineering #content .recruitBox .inBox2 {
        margin: 5px; } }
.recruit #content .recruitBox2,
.recruit-engineering #content .recruitBox2 {
  padding: 0 17% 50px; }
  @media screen and (max-width: 600px) {
    .recruit #content .recruitBox2,
    .recruit-engineering #content .recruitBox2 {
      padding: 0 0 50px; } }
  .recruit #content .recruitBox2 div,
  .recruit-engineering #content .recruitBox2 div {
    float: left;
    width: 200px;
    height: 200px;
    margin: 0 10px;
    padding: 70px 20px 0;
    border-radius: 50%;
    background-color: #0d5588;
    color: #FFF;
    text-align: center;
    font-size: 20px; }
    @media screen and (max-width: 600px) {
      .recruit #content .recruitBox2 div,
      .recruit-engineering #content .recruitBox2 div {
        float: none;
        margin: 0 auto 10px; } }
.recruit #content .recruitList,
.recruit-engineering #content .recruitList {
  padding: 10px 0 30px 3px; }
  .recruit #content .recruitList li,
  .recruit-engineering #content .recruitList li {
    float: left;
    width: 24.5%;
    margin: 0 2px;
    padding: 5px;
    border: 1px solid #D7D7D7;
    text-align: center;
    letter-spacing: -0.5px; }
    @media screen and (max-width: 600px) {
      .recruit #content .recruitList li,
      .recruit-engineering #content .recruitList li {
        float: none;
        width: 100%;
        margin: 0 0 2px; } }
.recruit #content .recruitBox3 .inBox,
.recruit-engineering #content .recruitBox3 .inBox {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media screen and (max-width: 600px) {
    .recruit #content .recruitBox3 .inBox,
    .recruit-engineering #content .recruitBox3 .inBox {
      display: block; } }
  .recruit #content .recruitBox3 .inBox .in,
  .recruit-engineering #content .recruitBox3 .inBox .in {
    display: table-cell;
    padding: 0 10px; }
    @media screen and (max-width: 600px) {
      .recruit #content .recruitBox3 .inBox .in,
      .recruit-engineering #content .recruitBox3 .inBox .in {
        display: block;
        padding: 0 10px 30px; } }
    .recruit #content .recruitBox3 .inBox .in .title,
    .recruit-engineering #content .recruitBox3 .inBox .in .title {
      background-color: #0d5588;
      color: #FFF;
      text-align: center;
      font-size: 20px;
      padding: 10px 10px 0 10px;
      font-weight: bold; }
    .recruit #content .recruitBox3 .inBox .in .sub,
    .recruit-engineering #content .recruitBox3 .inBox .in .sub {
      background-color: #0d5588;
      color: #FFF;
      text-align: center;
      padding: 0 5px 10px;
      margin: 0 0 5px; }
    .recruit #content .recruitBox3 .inBox .in .imgBox,
    .recruit-engineering #content .recruitBox3 .inBox .in .imgBox {
      overflow: hidden;
      height: 190px;
      margin: 0 0 5px; }
.recruit #content .recruitBox4 .inBox,
.recruit-engineering #content .recruitBox4 .inBox {
  padding: 0 0 30px; }
  .recruit #content .recruitBox4 .inBox .title,
  .recruit-engineering #content .recruitBox4 .inBox .title {
    padding: 5px 10px;
    border-bottom: 4px double #0d5588;
    position: relative;
    margin: 0 0 20px; }
    .recruit #content .recruitBox4 .inBox .title .tx,
    .recruit-engineering #content .recruitBox4 .inBox .title .tx {
      font-size: 24px; }
      @media screen and (max-width: 600px) {
        .recruit #content .recruitBox4 .inBox .title .tx,
        .recruit-engineering #content .recruitBox4 .inBox .title .tx {
          font-size: 18px; } }
    .recruit #content .recruitBox4 .inBox .title .sub,
    .recruit-engineering #content .recruitBox4 .inBox .title .sub {
      text-align: right;
      position: absolute;
      top: 5px;
      right: 5px; }
      @media screen and (max-width: 600px) {
        .recruit #content .recruitBox4 .inBox .title .sub,
        .recruit-engineering #content .recruitBox4 .inBox .title .sub {
          position: relative;
          top: auto;
          right: auto;
          text-align: left; } }
  .recruit #content .recruitBox4 .inBox .in,
  .recruit-engineering #content .recruitBox4 .inBox .in {
    padding: 0 20px; }
    @media screen and (max-width: 600px) {
      .recruit #content .recruitBox4 .inBox .in,
      .recruit-engineering #content .recruitBox4 .inBox .in {
        padding: 0; } }
    .recruit #content .recruitBox4 .inBox .in dl,
    .recruit-engineering #content .recruitBox4 .inBox .in dl {
      padding: 0; }
      .recruit #content .recruitBox4 .inBox .in dl dd,
      .recruit-engineering #content .recruitBox4 .inBox .in dl dd {
        padding: 20px 0 30px 0; }
    @media screen and (max-width: 600px) {
      .recruit #content .recruitBox4 .inBox .in .left,
      .recruit-engineering #content .recruitBox4 .inBox .in .left {
        text-align: center;
        margin: 0 0 10px; } }
.recruit #content .recruitBox4 .inBox2,
.recruit-engineering #content .recruitBox4 .inBox2 {
  padding: 0; }
.recruit #content .qaBox,
.recruit-engineering #content .qaBox {
  background: url(../images/common/bg/bg3.png);
  padding: 50px;
  margin: 0 0 20px;
  border-radius: 10px; }
  @media screen and (max-width: 600px) {
    .recruit #content .qaBox,
    .recruit-engineering #content .qaBox {
      padding: 20px; } }
  .recruit #content .qaBox dl,
  .recruit-engineering #content .qaBox dl {
    padding: 0; }
    .recruit #content .qaBox dl dt,
    .recruit-engineering #content .qaBox dl dt {
      position: relative;
      font-size: 24px;
      font-weight: bold;
      line-height: 100%;
      background-color: #FFF; }
      @media screen and (max-width: 600px) {
        .recruit #content .qaBox dl dt,
        .recruit-engineering #content .qaBox dl dt {
          font-size: 18px;
          line-height: 140%; } }
      .recruit #content .qaBox dl dt:before,
      .recruit-engineering #content .qaBox dl dt:before {
        display: inline-block;
        content: "Q";
        background-color: #0d5588;
        color: #FFF;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        padding: 7px 7px 5px 7px;
        margin: 0 10px 0 0; }
    .recruit #content .qaBox dl dd,
    .recruit-engineering #content .qaBox dl dd {
      position: relative;
      padding: 20px 0 50px 60px; }
      @media screen and (max-width: 600px) {
        .recruit #content .qaBox dl dd,
        .recruit-engineering #content .qaBox dl dd {
          padding: 20px 0 50px 0; } }
      .recruit #content .qaBox dl dd:before,
      .recruit-engineering #content .qaBox dl dd:before {
        position: absolute;
        top: 20px;
        left: 20px;
        display: inline-block;
        content: "A";
        background-color: #6c7b51;
        color: #FFF;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        padding: 5px;
        line-height: 120%;
        margin: 0 10px 0 0; }
        @media screen and (max-width: 600px) {
          .recruit #content .qaBox dl dd:before,
          .recruit-engineering #content .qaBox dl dd:before {
            position: relative;
            top: auto;
            left: auto; } }
      .recruit #content .qaBox dl dd ul,
      .recruit-engineering #content .qaBox dl dd ul {
        padding: 0; }
        .recruit #content .qaBox dl dd ul .tx,
        .recruit-engineering #content .qaBox dl dd ul .tx {
          padding: 0 0 0 1em;
          font-weight: normal; }

/*====================================
 ブログ・お知らせ
=====================================*/
.timesp {
  text-align: right;
  padding: 0 0 50px 0; }

.post th, .post td {
  width: auto !important; }

@media screen and (max-width: 600px) {
  .news .inner {
    width: 100%; } }
.news .list a span {
  color: #FFF; }
.news .list .inBox {
  position: relative;
  padding: 15px 0 30px; }
  @media screen and (max-width: 600px) {
    .news .list .inBox {
      border-bottom: 1px dotted #9C9C9C;
      padding: 10px 10px; } }
  .news .list .inBox .img {
    width: 30%;
    height: 180px;
    float: left;
    overflow: hidden;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .news .list .inBox .img {
        width: 40%;
        height: 120px; } }
    .news .list .inBox .img img {
      width: 100%;
      height: auto;
      max-width: none; }
    .news .list .inBox .img .noimg {
      background: url(../images/common/bg/bg1.png);
      position: relative;
      width: 100%;
      height: 180px;
      font-size: 20px;
      font-weight: bold;
      color: #FFF; }
      @media screen and (max-width: 600px) {
        .news .list .inBox .img .noimg {
          height: 120px; } }
      .news .list .inBox .img .noimg p {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -16px 0 0 -30px; }
        @media screen and (max-width: 600px) {
          .news .list .inBox .img .noimg p {
            margin: -16px 0 0 -32px; } }
  .news .list .inBox .box {
    padding: 10px 0;
    border-bottom: 1px dotted #C5C5C5; }
  .news .list .inBox .right {
    width: 100%; }
    @media screen and (max-width: 600px) {
      .news .list .inBox .right {
        width: 100%;
        padding: 0 !important; } }
    .news .list .inBox .right .time {
      text-align: right;
      font-size: 13px; }
    .news .list .inBox .right .data {
      word-break: break-all;
      font-size: 14px; }
      @media screen and (max-width: 600px) {
        .news .list .inBox .right .data {
          line-height: 150%; } }
    .news .list .inBox .right .btnArea {
      padding: 10px 0;
      width: 650px;
      position: absolute;
      bottom: 0; }
      @media screen and (max-width: 600px) {
        .news .list .inBox .right .btnArea {
          width: auto;
          position: relative;
          bottom: auto; } }
      .news .list .inBox .right .btnArea .button a {
        padding: 3px !important; }
.news .list .title4 {
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #0d5588;
  background-color: #EDEDED;
  padding: 10px 0 10px 10px;
  margin: 0 0 20px; }
  .news .list .title4 span {
    color: #FFFFFF;
    font-size: 11px;
    padding: 0;
    margin: 0 10px 0 0;
    width: 80px !important;
    text-align: center;
    display: inline-block !important;
    line-height: 180%; }

.sort {
  padding: 0 0 5px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #989898; }

.sort .left {
  width: 30%; }
  @media screen and (max-width: 600px) {
    .sort .left {
      width: 50%; } }

.sort .left li a {
  float: left;
  display: block;
  font-size: 12px;
  background-color: #0d5588;
  color: #FFF !important;
  padding: 0 10px;
  margin: 0 2px 0 0; }

.sort .right {
  width: 30%;
  text-align: right; }
  @media screen and (max-width: 600px) {
    .sort .right {
      width: 50%; } }

/*====================================
 お問い合わせ　
=====================================*/
.contact #content .conTx {
  text-align: left;
  padding: 50px 0; }
  @media screen and (max-width: 600px) {
    .contact #content .conTx {
      padding: 0 0 10px;
      text-align: left; } }

.inquiry {
  margin: 0 auto; }
  .inquiry input, .inquiry select, .inquiry textarea {
    padding: 3px; }
  .inquiry input[type="text"], .inquiry input[type="email"], .inquiry input[type="tel"], .inquiry textarea {
    width: 100%; }
  .inquiry .contactTx {
    margin: 0 0 30px;
    display: table;
    width: 100%; }
    @media screen and (max-width: 600px) {
      .inquiry .contactTx {
        display: block; } }
  .inquiry .contactTx1 {
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 20px;
    width: 55%;
    line-height: 200%;
    vertical-align: middle; }
    @media screen and (max-width: 600px) {
      .inquiry .contactTx1 {
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 160%;
        padding: 5px; } }
    .inquiry .contactTx1 span {
      font-size: 20px; }
      @media screen and (max-width: 600px) {
        .inquiry .contactTx1 span {
          font-size: 16px; } }
  .inquiry .contactTx2 {
    background-color: #EAFAFB;
    display: table-cell;
    width: 45%;
    padding: 15px 30px;
    text-align: center;
    border-radius: 5px; }
    @media screen and (max-width: 600px) {
      .inquiry .contactTx2 {
        display: block;
        width: 100%; } }
    .inquiry .contactTx2 .telBox {
      display: table;
      width: 100%; }
      .inquiry .contactTx2 .telBox .in {
        display: table-cell;
        font-weight: bold; }
    .inquiry .contactTx2 .tx1 {
      font-size: 22px;
      line-height: 160%;
      font-weight: bold; }
      .inquiry .contactTx2 .tx1 span {
        font-size: 14px;
        line-height: 100%; }
    .inquiry .contactTx2 .tx2 {
      font-size: 26px;
      font-weight: bold;
      background-color: #0d5588;
      padding: 10px 5px 5px;
      margin: 10px 0;
      color: #FFF;
      border-radius: 5px;
      letter-spacing: -0.5px; }
      .inquiry .contactTx2 .tx2 span {
        font-size: 14px;
        padding: 0 10px 0 0; }
      .inquiry .contactTx2 .tx2 a {
        color: #FFF; }
        .inquiry .contactTx2 .tx2 a:hover {
          text-decoration: none !important;
          color: #FFF !important; }
    .inquiry .contactTx2 .tx3 span {
      font-weight: bold; }
  .inquiry .title {
    font-size: 24px;
    padding: 30px 0 10px; }
  .inquiry .section {
    width: 100% !important;
    padding: 0px 0px 15px 0px !important;
    background-color: #FFF; }
    .inquiry .section li {
      border-bottom: 1px dotted #008C69;
      padding: 10px 0 0; }
    .inquiry .section .contact {
      background-color: #FFF;
      margin: 0 auto;
      padding: 0; }
    @media screen and (max-width: 600px) {
      .inquiry .section table {
        border: none; } }
    .inquiry .section table th {
      text-align: left !important;
      background-color: #CCE0FC;
      border-right: none !important;
      font-weight: normal;
      border-bottom: none !important; }
      .inquiry .section table th a {
        display: inline-block;
        padding: 0px 10px;
        width: 70%;
        margin: 0 auto;
        font-size: 13px;
        background: url(../images/common/arrow/w_arrowB.png) no-repeat 95% center, #b4c6d4;
        color: #FFF;
        text-align: center;
        border-radius: 5px; }
        .inquiry .section table th a:hover {
          text-decoration: none !important;
          color: #FFF !important; }
    .inquiry .section table .ti {
      background-color: #0d5588;
      font-weight: bold;
      color: #FFF; }
    .inquiry .section table td {
      padding: 10px !important;
      border-bottom: none !important;
      background-color: #ECECEC; }
      .inquiry .section table td .w10 {
        width: 13% !important; }
        @media screen and (max-width: 600px) {
          .inquiry .section table td .w10 {
            width: 30% !important; } }
      .inquiry .section table td .w20 {
        width: 20% !important; }
        @media screen and (max-width: 600px) {
          .inquiry .section table td .w20 {
            width: 40% !important; } }
      .inquiry .section table td .w30 {
        width: 30% !important; }
        @media screen and (max-width: 600px) {
          .inquiry .section table td .w30 {
            width: 25% !important; } }
      .inquiry .section table td .w40 {
        width: 40% !important; }
        @media screen and (max-width: 600px) {
          .inquiry .section table td .w40 {
            width: 40% !important; } }
      .inquiry .section table td .w50 {
        width: 50% !important; }
        @media screen and (max-width: 600px) {
          .inquiry .section table td .w50 {
            width: 100% !important; } }
      .inquiry .section table td .w70 {
        width: 70% !important; }
        @media screen and (max-width: 600px) {
          .inquiry .section table td .w70 {
            width: 100% !important; } }
      .inquiry .section table td .mb5 {
        margin: 0 0 5px; }
  .inquiry .cation {
    margin: 20px 0;
    padding: 25px 25px 5px 25px;
    background-color: #F0F0F0; }
    .inquiry .cation p {
      font-size: 90%;
      padding: 0 0 20px 0; }
      .inquiry .cation p span {
        color: #333;
        padding: 0 0 0 1em;
        display: block;
        font-weight: normal; }
    .inquiry .cation a {
      text-decoration: underline; }
  .inquiry .flowBox {
    padding: 0 0 20px; }
    .inquiry .flowBox .inBox {
      float: left;
      width: 30%;
      height: 49px;
      margin: 0;
      padding: 10px;
      background-color: #4d6c83;
      color: #FFF;
      text-align: center; }
      @media screen and (max-width: 600px) {
        .inquiry .flowBox .inBox {
          height: 38px;
          font-size: 12px;
          padding: 5px;
          letter-spacing: -0.5px; } }
    .inquiry .flowBox .arrowBox {
      float: left;
      content: "";
      width: 0;
      height: 0;
      margin: 0 2% 0 0;
      border-top: 24px solid transparent;
      border-left: 25px solid #4d6c83;
      border-bottom: 24px solid transparent; }
      @media screen and (max-width: 600px) {
        .inquiry .flowBox .arrowBox {
          border-top: 18px solid transparent;
          border-left: 10px solid #4d6c83;
          border-bottom: 19px solid transparent; } }
    .inquiry .flowBox .on {
      background-color: #0d5588; }
    .inquiry .flowBox .arrowOn {
      border-left: 25px solid #0d5588; }
      @media screen and (max-width: 600px) {
        .inquiry .flowBox .arrowOn {
          border-left: 10px solid #0d5588; } }
  .inquiry .conTx {
    padding: 30px !important;
    border: 1px solid #E7E7E7;
    margin: 0 5px 30px; }
    .inquiry .conTx .conTx2 {
      margin: 30px 0 0 0 !important; }
  .inquiry .sendTx {
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #E7E7E7; }
    .inquiry .sendTx span {
      font-size: 16px;
      line-height: 120%;
      color: #CF0A0D;
      padding: 10px 0; }
      .inquiry .sendTx span span {
        display: block;
        font-size: 20px;
        font-weight: bold; }
    .inquiry .sendTx a {
      text-decoration: underline; }
  .inquiry .bg1 {
    background-color: #0d5588 !important;
    color: #FFF !important; }
  .inquiry .mini {
    font-size: 14px;
    line-height: 140%;
    color: #CF0A0D;
    padding: 10px 0; }
  .inquiry .mini2 {
    font-size: 14px;
    line-height: 140%;
    color: #CF0A0D; }
  .inquiry .big {
    font-size: 20px;
    font-weight: bold;
    color: #CF0A0D;
    padding: 10px 0; }
  .inquiry .hissu,
  .inquiry .nini {
    display: inline-block;
    padding: 0px 10px;
    line-height: 150%;
    color: #FFF;
    font-size: 10px;
    background-color: #D11B52;
    border-radius: 5px;
    margin: 0 10px 0 0; }
  .inquiry .nini {
    background-color: #08599B; }
  .inquiry label {
    padding: 0 20px 0 0;
    display: inline-block; }
  .inquiry .bl {
    display: block; }
  .inquiry .btn {
    padding: 20px 0 50px;
    text-align: center; }
    .inquiry .btn:hover {
      text-decoration: none;
      filter: alpha(opacity=100);
      -moz-opacity: 1.0;
      opacity: 1.0; }
    .inquiry .btn input {
      padding: 10px;
      width: 30%;
      border-radius: 5px;
      text-align: center;
      color: #FFF;
      background-image: -moz-linear-gradient(50% 0% -90deg, #ed4448 0%, #c31112 75%, #ca1e20 98%, #ca1e20 99%);
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #ed4448), color-stop(0.75, #c31112), color-stop(0.98, #ca1e20), color-stop(0.99, #ca1e20));
      background-image: -webkit-linear-gradient(-90deg, #ed4448 0%, #c31112 75%, #ca1e20 98%, #ca1e20 99%);
      background-image: -o-linear-gradient(-90deg, #ed4448 0%, #c31112 75%, #ca1e20 98%, #ca1e20 99%);
      background-image: -ms-linear-gradient(-90deg, #ed4448 0%, #c31112 75%, #ca1e20 98%, #ca1e20 99%);
      background-image: linear-gradient(180deg, #ed4448 0%, #c31112 75%, #ca1e20 98%, #ca1e20 99%); }
      @media screen and (max-width: 600px) {
        .inquiry .btn input {
          width: 80%;
          margin: 3px 0; } }

.settiDay div {
  margin: 0 0 5px; }
  @media screen and (max-width: 600px) {
    .settiDay div {
      font-size: 12px; }
      .settiDay div select, .settiDay div .w20 {
        font-size: 12px;
        width: 30%; } }

.ui-datepicker-calendar th {
  width: auto !important; }
  @media screen and (max-width: 600px) {
    .ui-datepicker-calendar th {
      display: table-cell; } }
.ui-datepicker-calendar td {
  width: auto !important; }
  @media screen and (max-width: 600px) {
    .ui-datepicker-calendar td {
      display: table-cell; } }
