@charset "UTF-8";
@import url(global.css);
@import url(global.css);
@import url(pages.css);
/* line 10, general.scss */
.noSmp {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  /* line 10, general.scss */
  .noSmp {
    display: none !important;
  }
}

/* line 13, general.scss */
.noPc {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  /* line 13, general.scss */
  .noPc {
    display: block !important;
  }
}

/*
   --------------------------------
   更新日: 2012-12-25
   --------------------------------
*/
/* line 30, general.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 34, general.scss */
.noPc {
  display: none;
}

/* line 35, general.scss */
.noSmp {
  display: block;
}

/* line 36, general.scss */
.noTb {
  display: none;
}

/* line 38, general.scss */
.vsSmp {
  display: none;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
  /* line 42, general.scss */
  .noPc {
    display: block;
  }

  /* line 43, general.scss */
  .noSmp {
    display: block;
  }

  /* line 44, general.scss */
  .noTb {
    display: none;
  }

  /* line 45, general.scss */
  .vsSmp {
    display: none;
  }
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
  /* line 49, general.scss */
  .noPc {
    display: block;
  }

  /* line 50, general.scss */
  .noSmp {
    display: none;
  }

  /* line 51, general.scss */
  .noTb {
    display: block;
  }

  /* line 52, general.scss */
  .vsSmp {
    display: block;
  }
}
/* --------------------------------
   body
-------------------------------- */
/* line 58, general.scss */
body {
  background: url(../img/bg.png) repeat center top;
}

/* line 59, general.scss */
body.second {
  background: url(../img/secondBg.png) repeat-x center top;
}

/* --------------------------------
   コンテナ
-------------------------------- */
/* line 67, general.scss */
article#all_container {
  width: 100%;
  margin: 0 auto;
}

/* line 69, general.scss */
article#all_container {
  overflow: hidden;
}

/* line 73, general.scss */
article#all_container:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 82, general.scss */
* html article#all_container {
  height: 1em;
  overflow: visible;
}

/**/
/* line 88, general.scss */
.inner {
  width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  /* line 90, general.scss */
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}
/* 画面サイズが480px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* line 94, general.scss */
  .inner {
    width: 100% !important;
    margin: 0 auto;
  }
}
/* --------------------------------
   ヘッダ
-------------------------------- */
/* line 101, general.scss */
header {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

/* line 102, general.scss */
header .inner {
  position: relative;
}

/* line 103, general.scss */
#logo {
  width: 400px;
  text-align: left;
  padding: 10px 0 10px;
}

/* line 104, general.scss */
header .inner p {
  text-align: left;
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 1000;
  font-size: 125%;
  font-weight: bold;
  color: #12273b;
}

/* line 105, general.scss */
#logoSub {
  width: 240px;
  text-align: left;
  padding: 20px 0 5px;
}

/* line 106, general.scss */
#logoSub img {
  width: 100%;
  height: auto;
}

/* line 107, general.scss */
header .inner p.leadSub {
  text-align: left;
  position: static;
  font-size: 93.8%;
  font-weight: bold;
  color: #12273b;
  padding: 0 0 20px;
}

/* line 108, general.scss */
article#mainNavWrap {
  width: 740px;
}

/* line 110, general.scss */
header .inner p.areaHead {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -17%;
  width: 26.56%;
}

/* line 111, general.scss */
header .inner p.areaHead img {
  width: 100%;
  height: auto;
}

/* line 112, general.scss */
.smpHead {
  display: none;
}

/* 画面サイズが768px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  /* line 115, general.scss */
  #logo {
    width: 31.25%;
    text-align: left;
    padding: 10px 0 10px;
  }

  /* line 116, general.scss */
  #logo img {
    width: 100%;
    height: auto;
  }
}
/* 画面サイズが480px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* line 120, general.scss */
  #logo {
    width: 70%;
    text-align: left;
    position: relative;
    margin: 2% 0 2% 2%;
    top: 0;
    left: 0;
  }

  /* line 121, general.scss */
  #logo img {
    width: 100%;
    height: auto;
  }

  /* line 122, general.scss */
  header .inner p {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    margin: 2% 0 2% 2%;
    z-index: 1000;
    font-size: 14px;
    font-weight: bold;
    color: #12273b;
    z-index: 0;
  }

  /* line 124, general.scss */
  #logoSub {
    width: 50%;
    text-align: left;
    padding: 0 0 0;
    margin: 2% 0 2% 2%;
  }

  /* line 125, general.scss */
  header .inner p.leadSub {
    padding: 0 0 0;
  }

  /* line 126, general.scss */
  header .inner p.areaHead {
    display: none;
  }

  /* line 127, general.scss */
  header .inner p.smpHead {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
/* line 130, general.scss */
header .headBar {
  border-top: 10px solid #12273b;
}

/* line 131, general.scss */
header .headBar .inner {
  display: table;
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

/* line 132, general.scss */
header .headBar ul {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  z-index: 9999;
}

/* line 133, general.scss */
header .headBar .headBarCap {
  width: 500px;
  margin: 0 0 10px;
}

/* line 134, general.scss */
header .headBar .headBarLink01 {
  width: 160px;
  float: left;
}

/* line 135, general.scss */
header .headBar .headBarLink02 {
  width: 160px;
  float: left;
  margin: 0 10px;
}

/* line 136, general.scss */
header .headBar .headBarLink03 {
  width: 160px;
  float: left;
}

@media only screen and (max-width: 768px) {
  /* line 139, general.scss */
  header .headBar ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 39.06%;
    z-index: 9999;
  }

  /* line 140, general.scss */
  header .headBar ul img {
    width: 100%;
    height: auto;
  }

  /* line 141, general.scss */
  header .headBar .headBarCap {
    width: 100%;
    margin: 0 0 10px;
  }

  /* line 142, general.scss */
  header .headBar .inner {
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  /* line 143, general.scss */
  header .headBar .headBarLink01 {
    width: 32%;
    float: left;
  }

  /* line 144, general.scss */
  header .headBar .headBarLink02 {
    width: 32%;
    float: left;
    margin: 0 2%;
  }

  /* line 145, general.scss */
  header .headBar .headBarLink03 {
    width: 32%;
    float: left;
  }
}
/* 画面サイズが480px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* line 150, general.scss */
  header div#searchBox {
    display: none;
  }

  /* line 151, general.scss */
  header .headBar {
    display: none;
    border-bottom: 1px solid #000000;
  }
}
/* line 154, general.scss */
.sliderBox {
  width: 1160px;
  margin: 0 auto;
}

/* --------------------------------
   グロナビ
-------------------------------- */
/*nav#gnav { width:100%; margin:0 0;  border-bottom:1px solid #eeeeee;border-top:1px solid #eeeeee;}
nav#gnav ul { width:1280px; margin:0 auto ; text-align:center;display: table;}
nav#gnav li { padding:0; display: table-cell;text-align:center; vertical-align:middle;}
nav#gnav li#gnav01 { width:120px; background:url("../img/gnav01.png") no-repeat center center; text-indent:-9999px;}
nav#gnav li#gnav02 { width:120px; background:url("../img/gnav02.png") no-repeat center center; text-indent:-9999px;}
nav#gnav li#gnav03 { width:140px; background:url("../img/gnav03.png") no-repeat center center; text-indent:-9999px;}
nav#gnav li#gnav04 { width:120px; background:url("../img/gnav04.png") no-repeat center center; text-indent:-9999px;}
nav#gnav li#gnav05 { width:140px; background:url("../img/gnav05.png") no-repeat center center; text-indent:-9999px;}
nav#gnav li#gnav06 { width:120px; background:url("../img/gnav06.png") no-repeat center center; text-indent:-9999px;}
nav#gnav li#gnav07 { width:120px; background:url("../img/gnav07.png") no-repeat center center; text-indent:-9999px;}
nav#gnav li#gnav08 { width:120px; background:url("../img/gnav08.png") no-repeat center center; text-indent:-9999px;}

nav#gnav a { width:100%; display:block; text-decoration:none; font-size: 81.3%;padding: 20px 0;}
nav#gnav a:hover { background:linear-gradient(transparent 90%, #FFFF00 0%) ;}
nav#gnav li.current a { background:linear-gradient(transparent 90%, #FFFF00 0%) ;}*/
/* line 176, general.scss */
nav#gnav ul {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

/* line 177, general.scss */
nav#gnav ul li {
  padding: 0 1.2em;
  float: left;
  margin: 0 0 0;
  line-height: 4em;
  position: relative;
}

/* line 178, general.scss */
nav#gnav ul li a {
  text-decoration: none;
  font-size: 100%;
  display: block;
}

/* line 179, general.scss */
nav#gnav ul li a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 5em;
  line-height: 4.5em;
  top: 0;
  left: 0;
  background: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  text-align: center;
  font-size: 87.5%;
}

/* line 198, general.scss */
.moMotion {
  top: 50px;
}

/* line 202, general.scss */
nav#gnav ul li a:hover span {
  display: block;
  top: 0;
  left: 0;
  opacity: 1;
}

/* line 208, general.scss */
nav#gnav ul {
  overflow: hidden;
}

/* line 212, general.scss */
nav#gnav ul:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 221, general.scss */
* html nav#gnav ul {
  height: 1em;
  overflow: visible;
}

/**/
@media only screen and (max-width: 768px) {
  /* line 228, general.scss */
  nav#gnav ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }

  /* line 229, general.scss */
  nav#gnav ul li {
    padding: 0 0.6em;
    float: left;
    margin: 0 0 0;
    line-height: 2em;
    position: relative;
  }

  /* line 230, general.scss */
  nav#gnav ul li a {
    text-decoration: none;
    font-size: 70%;
    display: block;
  }
}
/* 画面サイズが480px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* line 234, general.scss */
  nav#gnav ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  /* line 235, general.scss */
  nav#gnav ul li {
    width: 33.3%;
    display: block;
    float: left;
    background: #1c8b42;
    color: #ffffff;
    box-sizing: border-box;
  }

  /* line 236, general.scss */
  nav#gnav ul li a {
    color: #ffffff;
    box-sizing: border-box;
    border-top: 1px solid #adecc3;
  }

  /* line 237, general.scss */
  nav#gnav ul li:nth-of-type(1) {
    width: 30.3%;
  }

  /* line 238, general.scss */
  nav#gnav ul li:nth-of-type(2) {
    width: 39.3%;
  }

  /* line 239, general.scss */
  nav#gnav ul li:nth-of-type(3) {
    width: 30.3%;
  }

  /* line 240, general.scss */
  nav#gnav ul li:nth-of-type(4) {
    width: 50%;
    display: block;
    float: left;
  }

  /* line 241, general.scss */
  nav#gnav ul li:nth-of-type(5) {
    width: 50%;
    display: block;
    float: left;
  }

  /* line 242, general.scss */
  nav#gnav ul li:nth-of-type(1) a {
    width: 100%;
    display: block;
    border-right: 1px solid #adecc3;
  }

  /* line 243, general.scss */
  nav#gnav ul li:nth-of-type(2) a {
    width: 100%;
    display: block;
    border-right: 1px solid #adecc3;
  }

  /* line 244, general.scss */
  nav#gnav ul li:nth-of-type(4) a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #adecc3;
    border-right: 1px solid #adecc3;
  }

  /* line 245, general.scss */
  nav#gnav ul li:nth-of-type(5) a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #adecc3;
  }

  /* line 246, general.scss */
  nav#gnav a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 0;
  }

  /* line 248, general.scss */
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  /* line 255, general.scss */
  #global-nav ul li {
    float: left;
    position: relative;
  }

  /* line 259, general.scss */
  #global-nav ul li a {
    padding: 0 30px;
  }

  /* Btn Hover */
  /* line 264, general.scss */
  #global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }

  /* line 275, general.scss */
  #global-nav ul li:hover:after {
    background: #fff;
    bottom: -30px;
  }

  /* line 280, general.scss */
  header.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
  }

  /* Fixed Btn Hover */
  /* line 286, general.scss */
  header.fixed #global-nav ul li:after {
    bottom: -10px;
  }

  /* line 289, general.scss */
  header.fixed #global-nav ul li:hover:after {
    background: #0062B8;
    bottom: -20px;
  }

  /* Transition */
  /*
  header,
  header .logo,
  #global-nav ul li,
  #global-nav ul li a {
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
  }
  */
  /* Toggle Button */
  /* line 310, general.scss */
  #nav-toggle {
    display: none;
    position: fixed;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 2000;
  }

  /* line 321, general.scss */
  #nav-toggle div {
    position: relative;
  }

  /* line 324, general.scss */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  /* line 335, general.scss */
  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  /* line 338, general.scss */
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }

  /* line 341, general.scss */
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }

  /* line 345, general.scss */
  #global-nav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    top: 0;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: hidden;
    z-index: 1200;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  /* line 366, general.scss */
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 18px;
  }

  /* line 373, general.scss */
  #global-nav ul li {
    float: none;
    position: static;
    text-align: left;
  }

  /* line 378, general.scss */
  #global-nav ul li:after {
    display: none;
  }

  /* line 381, general.scss */
  header #global-nav ul li a,
  header.fixed #global-nav ul li a {
    width: 70%;
    display: block;
    color: #fff;
    padding: 8px 0;
    margin: 0 auto;
    text-decoration: none;
  }

  /* line 390, general.scss */
  #global-nav ul li.lowBlank a {
    padding-bottom: 2em;
  }

  /* line 393, general.scss */
  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  /* line 397, general.scss */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  /* line 403, general.scss */
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  /* line 407, general.scss */
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  /* line 414, general.scss */
  .open #global-nav {
    /* #global-nav top + #mobile-head height
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);*/
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    overflow: hidden;
    z-index: 1200;
    visibility: visible;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  /* line 433, general.scss */
  .global-nav-wrap {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
}
/* --------------------------------
   メインラップ
-------------------------------- */
/* line 449, general.scss */
figure#mainVIPc {
  width: 1280px;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
  height: 400px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 449, general.scss */
  figure#mainVIPc {
    width: 100%;
  }
}

/* line 452, general.scss */
figure#mainVIPc span {
  margin: 0 auto 0;
  text-align: center;
}

/* line 453, general.scss */
figure#mainVI {
  width: 100%;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
  height: 400px;
  text-align: center;
}

/* line 454, general.scss */
figure#mainVI span {
  margin: 0 auto 0;
  text-align: center;
}

/* line 456, general.scss */
figure#subMainVI {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  height: 250px;
}

/* line 457, general.scss */
figure#subMainVI span {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  margin-left: -960px;
  left: 50%;
}

/* line 459, general.scss */
article#mainWrap {
  width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  /* line 459, general.scss */
  article#mainWrap {
    width: 96%;
    margin: 0 2%;
  }
}

/* line 462, general.scss */
article#mainWrap {
  overflow: hidden;
}

/* line 466, general.scss */
article#mainWrap:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 475, general.scss */
* html article#mainWrap {
  height: 1em;
  overflow: visible;
}

/**/
@media only screen and (max-width: 768px) {
  /* line 481, general.scss */
  figure#mainVI {
    width: 100%;
    margin: 10px auto 0;
    position: relative;
    overflow: hidden;
    height: auto;
    text-align: center;
  }

  /* line 482, general.scss */
  figure#mainVI img {
    width: 100%;
    height: auto;
  }

  /* line 483, general.scss */
  article#mainWrap {
    width: 96%;
    margin: 0 2%;
  }
}
/* 画面サイズが480px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* line 487, general.scss */
  article#mainWrap {
    width: 100%;
    margin: 0 auto;
  }

  /* line 488, general.scss */
  figure#mainVI {
    width: 100%;
    margin: 10px 0 0;
    position: relative;
    overflow: hidden;
    height: auto;
    text-align: center;
  }

  /* line 489, general.scss */
  figure#mainVI span {
    margin-left: 0;
    left: 0;
  }

  /* line 490, general.scss */
  figure#mainVI span img {
    width: 100%;
    height: auto;
    text-align: center;
  }

  /* line 491, general.scss */
  figure#subMainVI {
    width: 100%;
    margin: 10px 0 0;
    position: relative;
    overflow: hidden;
    height: 180px;
    text-align: center;
  }

  /* line 492, general.scss */
  figure#subMainVI span {
    margin-left: -620px;
    left: 50%;
  }

  /* line 493, general.scss */
  figure#subMainVI span img {
    width: 1300px;
    text-align: center;
  }
}
/* line 497, general.scss */
article#contWrap {
  width: 72%;
  float: left;
  margin-bottom: 40px;
}

/* line 498, general.scss */
article#contWrap h3 {
  padding: 0 0 40px;
  font-size: 124%;
  font-weight: bold;
}

/* line 499, general.scss */
article#contWrap h3 a {
  color: #12273b;
  text-decoration: none;
}

/* line 500, general.scss */
article#contWrap img {
  max-width: 100%;
  height: auto;
}

/* 画面サイズが480px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* line 504, general.scss */
  article#contWrap {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
/* line 507, general.scss */
article#contWrap .columnBox {
  width: 100%;
  padding: 20px 0;
}

/* line 508, general.scss */
article#contWrap .columnBox figure.mainPh {
  width: 100%;
  padding: 10px 0 40px;
}

/* line 510, general.scss */
article#contWrap .breadcrumb {
  font-size: 75%;
  padding: 20px 0;
}

/* line 512, general.scss */
article#contWrap .columnBox .txtPhRight {
  padding: 0 0 40px 20px;
}

/* line 513, general.scss */
article#contWrap .columnBox .txtPhLeft {
  padding: 0 20px 40px 0;
}

/* line 515, general.scss */
article#contWrap .columnBox h3 {
  margin: 20px 0 20px;
  padding: 15px 0 15px 25px;
  font-weight: bold;
  font-size: 150%;
  border-left: 3px solid #000066;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000066;
}

/* line 517, general.scss */
article#contWrap .columnBox h4 {
  font-size: 125%;
  line-height: 1.8em;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
  margin-bottom: 30px;
  font-weight: bold;
  color: #000066;
}

/* line 518, general.scss */
article#contWrap .columnBox h5 {
  font-size: 100%;
  line-height: 1.8em;
  padding: 5px 0;
  margin-bottom: 30px;
  font-weight: bold;
  color: #AF8822;
}

/* line 519, general.scss */
article#contWrap .columnBox p {
  font-size: 93.8%;
  line-height: 1.8em;
  padding: 0 0 40px;
}

/* line 520, general.scss */
article#contWrap .columnBox p span.coution {
  color: #AF8822;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  /* line 523, general.scss */
  #mainWrap article#contWrap .columnBox {
    width: 96%;
    padding: 20px 0;
    margin: 0 2%;
  }

  /* line 524, general.scss */
  article#contWrap .columnBox h3 {
    margin: 20px 0;
    padding: 5px 0 5px 15px;
    font-weight: bold;
    font-size: 16pt;
    border-left: 3px solid #000066;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000066;
  }

  /* line 525, general.scss */
  article#contWrap .columnBox p {
    font-size: 14px;
    line-height: 1.8em;
    padding: 0 0 40px;
  }

  /* line 526, general.scss */
  article#contWrap .columnBox h4 {
    font-size: 14px;
    line-height: 1.8em;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
    margin-bottom: 30px;
    font-weight: bold;
    color: #000066;
  }

  /* line 527, general.scss */
  article#contWrap .columnBox h5 {
    font-size: 13px;
    line-height: 1.8em;
    padding: 5px 0;
    margin-bottom: 30px;
    font-weight: bold;
    color: #AF8822;
  }
}
/* line 531, general.scss */
article#contWrap .columnBox.newsBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 532, general.scss */
article#contWrap .columnBox.newsBox li {
  padding: 10px;
  border-bottom: 1px dotted #dddddd;
}

/* line 533, general.scss */
article#contWrap .columnBox.newsBox li a {
  text-decoration: none;
  font-size: 82.3%;
}

/* line 535, general.scss */
article#contWrap .columnBox.strongBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 536, general.scss */
article#contWrap .columnBox.strongBox p {
  text-align: center;
  padding: 20px;
}

/* line 537, general.scss */
article#contWrap .columnBox.strongBox li {
  float: left;
  width: 25%;
}

/* line 538, general.scss */
article#contWrap .columnBox.strongBox li a {
  text-decoration: none;
  font-size: 82.3%;
}

/* line 539, general.scss */
article#contWrap .columnBox.strongBox {
  overflow: hidden;
}

/* line 543, general.scss */
article#contWrap .columnBox.strongBox:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 552, general.scss */
* html article#contWrap .columnBox.strongBox {
  height: 1em;
  overflow: visible;
}

/**/
/* line 559, general.scss */
article#contWrap .columnBox.declareBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 560, general.scss */
article#contWrap .columnBox.declareBox p {
  text-align: left;
  padding: 20px;
}

/* line 561, general.scss */
article#contWrap .columnBox.declareBox ul.check {
  padding: 20px 20px 20px;
}

/* line 564, general.scss */
article#contWrap .columnBox.declareBox ul.check li {
  padding: 0 0 15px;
  border-bottom: 1px dotted #dddddd;
}

/* line 569, general.scss */
article#contWrap .columnBox.declareBox ul.check li:before {
  content: url(../img/checkmark.png);
  margin: 15px 0;
  position: relative;
  top: 5px;
}

/* line 576, general.scss */
article#contWrap .columnBox.declareBox ul.check {
  padding: 5%;
}

/* line 579, general.scss */
article#contWrap .columnBox.declareBox ul.check li {
  font-size: 14px;
}

/* line 583, general.scss */
article#contWrap .columnBox.declareBox p {
  text-align: left;
  padding: 0 5%;
}

/* line 585, general.scss */
#mainWrap article#contWrap .columnBox.smpCampaignBox {
  width: 100%;
  padding: 20px 0;
  margin: 0 0%;
}

/* line 586, general.scss */
#mainWrap article#contWrap .columnBox.smpCampaignBox h2 {
  background: #eeeeee;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000066;
  text-align: left;
  padding: 10px 5px 10px;
  font-size: 18px;
  font-weight: bold;
}

/* line 587, general.scss */
#mainWrap article#contWrap .columnBox.smpCampaignBox h3 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000000;
  text-align: center;
  padding: 10px 0 5px;
  border-left: none;
}

/* line 588, general.scss */
#mainWrap article#contWrap .columnBox.smpCampaignBox h3 span {
  font-size: 30px;
  font-weight: bold;
  color: #c30001;
}

/* line 589, general.scss */
#mainWrap article#contWrap .columnBox.smpCampaignBox p {
  padding: 5% 5% 15%;
}

/* line 590, general.scss */
#mainWrap article#contWrap .columnBox.smpCampaignBox button {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  display: block;
  background: #FF4400;
}

/* line 591, general.scss */
#mainWrap article#contWrap .columnBox.smpCampaignBox button a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

/* line 593, general.scss */
#mainWrap article#contWrap .columnBox h4.acTitle:after {
  content: " \f107";
  font-family: FontAwesome;
  font-size: 150%;
}

/* line 600, general.scss */
#mainWrap article#contWrap .columnBox.smpAboutBox {
  width: 100%;
  padding: 40px 0 20px;
  margin: 0 0%;
}

/* line 601, general.scss */
#mainWrap article#contWrap .columnBox.smpAboutBox h2 {
  background: #eeeeee;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000066;
  text-align: left;
  padding: 20px 25px 20px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 486px) {
  /* line 601, general.scss */
  #mainWrap article#contWrap .columnBox.smpAboutBox h2 {
    padding: 10px 5px 10px;
    font-size: 18px;
  }
}

/* line 605, general.scss */
#mainWrap article#contWrap .columnBox.smpAboutBox h4 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000000;
  text-align: left;
  font-size: 18px;
  padding: 10px 0 10px;
  border-left: none;
  padding-left: 1.5em;
  padding-right: 2em;
  position: relative;
  border-bottom: 1px #dddddd solid;
  line-height: 1.4em;
  margin: 0;
}

/* line 606, general.scss */
#mainWrap article#contWrap .columnBox.smpAboutBox h4 span {
  text-indent: -1em;
  display: inline-block;
  color: #FC501C;
}

/* line 607, general.scss */
#mainWrap article#contWrap .columnBox.smpAboutBox h4 {
  margin-bottom: 0;
}

/* line 608, general.scss */
#mainWrap article#contWrap .columnBox.smpAboutBox p {
  padding: 5% 5% 5%;
}
@media only screen and (max-width: 486px) {
  /* line 608, general.scss */
  #mainWrap article#contWrap .columnBox.smpAboutBox p {
    padding: 5% 5% 15%;
  }
}

/* line 612, general.scss */
#mainWrap article#contWrap .columnBox.smpAboutBox button {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  display: block;
  background: #FF4400;
}

/* line 613, general.scss */
#mainWrap article#contWrap .columnBox.smpAboutBox button a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

/* line 615, general.scss */
#mainWrap article#contWrap .columnBox h4.acTitle:after {
  content: " \f107";
  font-family: FontAwesome;
  font-size: 150%;
  position: absolute;
  top: 20px;
  right: 10px;
}

/* line 623, general.scss */
#mainWrap article#contWrap .columnBox h4.acTitle.close:after {
  content: " \f106";
  font-family: FontAwesome;
  font-size: 150%;
}

/* line 633, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox {
  width: 100%;
  padding: 20px 0;
  margin: 0 0%;
}

@media only screen and (max-width: 486px) {
  /* line 634, general.scss */
  #mainWrap article#contWrap .columnBox.smpStepBox h3 {
    background: #eeeeee;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000066;
    text-align: left;
    padding: 10px 5px 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

/* line 638, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox h4 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000000;
  text-align: center;
  font-size: 22px;
  padding: 10px 10px 10px;
  border-left: none;
  position: relative;
  line-height: 1.4em;
  margin: 0;
}

/* line 639, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox h4 span {
  text-indent: -1em;
  display: inline-block;
  color: #FC501C;
}

/* line 640, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox h4 {
  margin-bottom: 0;
}

/* line 641, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  padding: 10px 0 10px;
  border-left: none;
  position: relative;
  line-height: 1.4em;
  margin: 0;
}
@media only screen and (max-width: 486px) {
  /* line 641, general.scss */
  #mainWrap article#contWrap .columnBox.smpStepBox p {
    padding: 10px 1em 10px;
  }
}

/* line 645, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox p span {
  color: #FC501C;
}

/* line 646, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox button {
  text-align: center;
  margin: 40px auto;
  width: 80%;
  display: block;
  background: #FF4400;
}

/* line 647, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox button a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

/* line 648, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox .stepSpWrap > span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  padding: 10px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  border: 2px solid #ffc000;
}
@media only screen and (max-width: 486px) {
  /* line 648, general.scss */
  #mainWrap article#contWrap .columnBox.smpStepBox .stepSpWrap > span {
    margin: 0 1em 0;
  }
}

/* line 653, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox .stepSpWrap:after {
  content: " \f107";
  font-family: FontAwesome;
  font-size: 32px;
  color: #ff7e00;
  padding: 10px 0 20px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* line 663, general.scss */
#mainWrap article#contWrap .columnBox.smpStepBox .stepSpWrap:nth-of-type(4):after {
  display: none;
}

/*−-----------------お客様の声---------------------*/
/* line 670, general.scss */
article#contWrap .columnBox.voiceBox {
  width: 100%;
  clear: both;
}

/* line 671, general.scss */
article#contWrap .columnBox.voiceBox .voiceList {
  clear: both;
  padding: 20px 0;
  border: 3px solid #eeeeee;
  margin-bottom: 30px;
}

/* line 672, general.scss */
article#contWrap .columnBox.voiceBox .voiceList {
  overflow: hidden;
}

/* line 676, general.scss */
article#contWrap .columnBox.voiceBox .voiceList:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 685, general.scss */
* html article#contWrap .columnBox.voiceBox .voiceList {
  height: 1em;
  overflow: visible;
}

/**/
/* line 690, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div.voiceHead figure {
  float: left;
  width: 10%;
  margin-left: 2%;
  margin-right: 4%;
}

/* line 691, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div.voiceHead figure img {
  width: 100%;
  height: auto;
}

/* line 692, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div.voiceHead div {
  float: left;
  width: 80%;
  margin-right: 2%;
}

/* line 693, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div.voiceDetails {
  clear: both;
}

/* line 694, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div.voiceDetails figure {
  float: left;
  width: 45%;
  margin-left: 2%;
}

/* line 695, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div.voiceDetails div {
  float: right;
  width: 48%;
  margin-right: 2%;
}

/* line 696, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div span {
  display: inline-block;
  background: #FF5500;
  border-radius: 5px;
  color: #ffffff;
  font-size: 75%;
  padding: 5px 20px;
  margin-right: 5px;
}

/* line 697, general.scss */
article#contWrap .columnBox.voiceBox li a {
  text-decoration: none;
  font-size: 82.3%;
}

/* line 698, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div h4 {
  font-size: 110%;
  padding: 5px 0;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 699, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div h5 {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 700, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div p.voiceName {
  font-size: 75%;
  text-align: right;
  padding-bottom: 20px;
}

/* line 701, general.scss */
article#contWrap .columnBox.voiceBox .voiceList div p.voiceTxt {
  font-size: 82.3%;
}

@media only screen and (max-width: 480px) {
  /* line 704, general.scss */
  article#contWrap .columnBox.voiceBox .voiceList div.voiceHead figure {
    float: left;
    width: 35%;
    margin-left: 2%;
    margin-right: 4%;
  }

  /* line 705, general.scss */
  article#contWrap .columnBox.voiceBox .voiceList div.voiceHead div {
    float: left;
    width: 55%;
    margin-right: 2%;
  }

  /* line 706, general.scss */
  article#contWrap .columnBox.voiceBox .voiceList div span {
    display: block;
    background: #FF5500;
    border-radius: 5px;
    color: #ffffff;
    font-size: 75%;
    padding: 5px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  /* line 707, general.scss */
  article#contWrap .columnBox.voiceBox .voiceList div h4 {
    border-bottom: none;
  }

  /* line 708, general.scss */
  article#contWrap .columnBox.voiceBox .voiceList div p.voiceName {
    font-size: 81.3%;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  /* line 709, general.scss */
  article#contWrap .columnBox.voiceBox .voiceList div.voiceDetails figure {
    float: none;
    width: 96%;
    margin: 2%;
  }

  /* line 710, general.scss */
  article#contWrap .columnBox.voiceBox .voiceList div.voiceDetails div {
    float: none;
    width: 96%;
    margin: 2%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 715, general.scss */
  article#contWrap .columnBox.voiceBox h3 {
    background: #eeeeee;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000066;
    text-align: left;
    padding: 10px 5px 10px;
    font-size: 18px;
    font-weight: bold;
    border-left: none;
  }
}
/*−-----------------事例紹介---------------------*/
/* line 719, general.scss */
article#contWrap .columnBox.caseBox {
  width: 100%;
  clear: both;
}

/* line 720, general.scss */
article#contWrap .columnBox.caseBox .caseList {
  clear: both;
  padding: 20px 0;
  border: 3px solid #eeeeee;
  margin-bottom: 30px;
}

/* line 721, general.scss */
article#contWrap .columnBox.caseBox .caseList {
  overflow: hidden;
}

/* line 725, general.scss */
article#contWrap .columnBox.caseBox .caseList:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 734, general.scss */
* html article#contWrap .columnBox.caseBox .caseList {
  height: 1em;
  overflow: visible;
}

/**/
/* line 739, general.scss */
article#contWrap .columnBox.caseBox .caseList figure {
  float: left;
  width: 23%;
  margin-left: 2%;
}

/* line 740, general.scss */
article#contWrap .columnBox.caseBox .caseList div {
  float: left;
  width: 73%;
  margin-right: 2%;
}

/* line 741, general.scss */
article#contWrap .columnBox.caseBox .caseList div span {
  display: inline-block;
  background: #FF5500;
  border-radius: 5px;
  color: #ffffff;
  font-size: 75%;
  padding: 5px 20px;
  margin-right: 5px;
}

/* line 742, general.scss */
article#contWrap .columnBox.caseBox li a {
  text-decoration: none;
  font-size: 82.3%;
}

/* line 743, general.scss */
article#contWrap .columnBox.caseBox .caseList div h4 {
  font-size: 110%;
  padding: 5px 0;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 744, general.scss */
article#contWrap .columnBox.caseBox .caseList div p.caseName {
  font-size: 75%;
  text-align: right;
  padding-bottom: 20px;
}

/* line 745, general.scss */
article#contWrap .columnBox.caseBox .caseList div p.caseTxt {
  font-size: 82.3%;
}

/* line 748, general.scss */
article#contWrap .columnBox.lineBox {
  width: 100%;
  clear: both;
}

/* line 749, general.scss */
article#contWrap .columnBox.lineBox .lineList {
  width: 32%;
  float: left;
  margin-right: 2%;
}

/* line 750, general.scss */
article#contWrap .columnBox.lineBox .lineList:nth-of-type(3n) {
  width: 32%;
  float: left;
  margin-right: 0%;
}

/* line 751, general.scss */
article#contWrap .columnBox.lineBox .lineList h4 {
  text-align: center;
  border-bottom: 0;
  font-size: 93.8%;
}

/* line 755, general.scss */
article#contWrap .columnBox.howtoBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 756, general.scss */
article#contWrap .columnBox.howtoBox span.stepCap {
  display: block;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.8em;
  color: #FD662B;
}

/* line 757, general.scss */
article#contWrap .columnBox.howtoBox h3 .txtPhRight {
  padding: 0;
}

/* line 758, general.scss */
article#contWrap .columnBox.howtoBox h4 {
  clear: both;
  padding: 20px 0 5px;
}

/* line 759, general.scss */
article#contWrap .columnBox.howtoBox h4 span {
  display: inline-block;
  background: #ff8400;
  border-radius: 3px;
  font-size: 75%;
  padding: 0 10px 0;
  color: #ffffff;
  margin-right: 10px;
  line-height: 1.6em;
}

/* line 760, general.scss */
article#contWrap .columnBox.howtoBox p span {
  display: block;
  font-size: 125%;
  color: #ff8400;
  font-weight: bold;
}

/* line 762, general.scss */
article#contWrap .columnBox.howtoBox .stepBox {
  border: 5px solid #eeeeee;
  margin: 10px 0 40px;
}

/* line 763, general.scss */
article#contWrap .columnBox.howtoBox .stepBox h4 {
  margin: 0 0 5px;
  padding: 0 0 5px;
  font-size: 100%;
  clear: both;
}

/* line 764, general.scss */
article#contWrap .columnBox.howtoBox .stepBox .stepBoxTxt {
  width: 380px;
  float: left;
  margin: 20px 0 10px 20px;
}

/* line 765, general.scss */
article#contWrap .columnBox.howtoBox .stepBox .stepBoxImg {
  width: 250px;
  float: right;
  margin: 20px 10px 20px 0;
}

/* line 766, general.scss */
article#contWrap .columnBox.howtoBox .stepBox p {
  padding: 0 0 20px;
}

/* line 767, general.scss */
article#contWrap .columnBox.howtoBox .stepBox button {
  display: inline-block !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* line 768, general.scss */
article#contWrap .columnBox.howtoBox .stepBox button a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
}

/* line 769, general.scss */
article#contWrap .columnBox.howtoBox .stepBox button.newEntryLink01 a {
  background: #ff8400;
}

/* line 770, general.scss */
article#contWrap .columnBox.howtoBox .stepBox button.newEntryLink02 a {
  background: #fdb32b;
}

/* line 771, general.scss */
article#contWrap .columnBox.howtoBox .stepBox button.newEntryLink01 a:hover {
  background: #FFC100;
}

/* line 772, general.scss */
article#contWrap .columnBox.howtoBox .stepBox button.newEntryLink02 a:hover {
  background: #FD662B;
}

/* line 774, general.scss */
article#contWrap .columnBox.howtoBox .stepBox {
  overflow: hidden;
}

/* line 778, general.scss */
article#contWrap .columnBox.howtoBox .stepBox:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 787, general.scss */
* html article#contWrap .columnBox.howtoBox .stepBox {
  height: 1em;
  overflow: visible;
}

/**/
@media only screen and (max-width: 480px) {
  /* line 794, general.scss */
  article#contWrap .columnBox.howtoBox h3 .txtPhRight {
    padding: 0;
    clear: both;
    text-align: center;
  }

  /* line 795, general.scss */
  article#contWrap .columnBox.howtoBox > p {
    clear: both;
    margin: 2%;
  }

  /* line 797, general.scss */
  article#contWrap .columnBox.howtoBox .stepBox .stepBoxTxt {
    width: 96%;
    float: left;
    margin: 20px 2% 10px;
  }

  /* line 798, general.scss */
  article#contWrap .columnBox.howtoBox .stepBox .stepBoxImg {
    width: 96%;
    float: right;
    margin: 20px 2% 20px;
  }

  /* line 799, general.scss */
  article#contWrap .columnBox.howtoBox .stepBox button {
    display: block !important;
    text-align: center;
    margin: 0 auto 10px;
    display: block;
  }

  /* line 800, general.scss */
  article#contWrap .columnBox.howtoBox .stepBox button a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
  }

  /* line 801, general.scss */
  article#contWrap .columnBox.howtoBox .txtPhLeft {
    display: block;
    width: 100%;
  }

  /* line 802, general.scss */
  article#contWrap .columnBox.howtoBox .txtPhLeft img {
    height: auto;
    width: 100%;
  }
}
/* line 805, general.scss */
article#contWrap .columnBox.howtoBox .specialBox {
  border: 5px solid #ff8400;
  margin: 10px 0 40px;
  padding: 20px;
}

/* line 806, general.scss */
article#contWrap .columnBox.howtoBox .specialBox h4 {
  margin: 0 0 5px;
  padding: 0 0 5px;
}

/* line 807, general.scss */
article#contWrap .columnBox.howtoBox .specialBox h5 {
  color: #ff8400;
  font-size: 150%;
  margin-bottom: 0;
}

/* line 808, general.scss */
article#contWrap .columnBox.howtoBox .specialBox h6 {
  background: #fdb32b;
  border-radius: 3px;
  font-size: 100%;
  padding: 0 10px 0;
  color: #ffffff;
  text-align: center;
  line-height: 1.8em;
  margin: 0 0 20px;
}

/* line 810, general.scss */
article#contWrap .columnBox.howtoBox ul.tab {
  width: 100%;
  clear: both;
}

/* line 811, general.scss */
article#contWrap .columnBox.howtoBox ul.tab li {
  padding: 15px 0 15px;
  margin-left: 5px;
  cursor: pointer;
  float: left;
  border: 1px solid #CCB38C;
  border-bottom: none;
  background-color: #C6B8A3;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  width: 48%;
  text-align: center;
}

/* line 824, general.scss */
article#contWrap .columnBox.howtoBox ul.tab li:nth-of-type(2) {
  float: right;
}

/* line 828, general.scss */
article#contWrap .columnBox.howtoBox ul.tab li.active {
  background-color: #FFFBF4;
  color: #7F7A71;
  position: relative;
}

/* line 833, general.scss */
article#contWrap .columnBox.howtoBox ul.tab li.active:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 32px;
  left: 49%;
  font-size: 16px;
}

/* line 845, general.scss */
article#contWrap .columnBox.howtoBox .tabCont .tabBox h3 {
  display: none;
}

@media only screen and (max-width: 480px) {
  /* line 848, general.scss */
  article#contWrap .columnBox.howtoBox ul.tab {
    display: none;
  }

  /* line 849, general.scss */
  article#contWrap .columnBox.howtoBox .tabCont .tabBox h3 {
    display: block;
  }
}
/* line 852, general.scss */
article#contWrap .columnBox.pointBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 853, general.scss */
article#contWrap .columnBox.pointBox ul.check {
  padding: 20px 0 40px;
}

/* line 856, general.scss */
article#contWrap .columnBox.pointBox ul.check li {
  padding: 0 0 15px;
  border-bottom: 1px dotted #dddddd;
  color: #AF8822;
  font-weight: bold;
}

/* line 863, general.scss */
article#contWrap .columnBox.pointBox ul.check li:before {
  content: url(../img/checkmark.png);
  margin: 15px 0;
  position: relative;
  top: 5px;
}

/* line 870, general.scss */
article#contWrap .columnBox.caseBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 872, general.scss */
article#contWrap .columnBox.adviserBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 873, general.scss */
article#contWrap .columnBox.adviserBox .adviserPh {
  width: 35%;
  float: right;
}
@media only screen and (max-width: 486px) {
  /* line 873, general.scss */
  article#contWrap .columnBox.adviserBox .adviserPh {
    width: 100%;
    float: none;
  }
}

/* line 877, general.scss */
article#contWrap .columnBox.adviserBox .adviserTxt {
  width: 60%;
  float: left;
}
@media only screen and (max-width: 486px) {
  /* line 877, general.scss */
  article#contWrap .columnBox.adviserBox .adviserTxt {
    width: 100%;
    float: none;
  }
}

/* line 881, general.scss */
article#contWrap .columnBox.adviserBox h4 {
  clear: both;
}

/* line 882, general.scss */
article#contWrap .columnBox.adviserBox .adviserTxt h4 {
  clear: none;
  border: none;
  margin-bottom: 10px;
}

/* line 883, general.scss */
article#contWrap .columnBox.adviserBox .adviserOrange {
  background: #fdb32b;
  border-radius: 3px;
  font-size: 100%;
  padding: 0 10px 0;
  color: #ffffff;
  text-align: center;
  line-height: 1.8em;
  margin: 0 0 20px;
}

/* line 884, general.scss */
article#contWrap .columnBox.adviserBox h5 {
  margin-bottom: 0;
  font-size: 120%;
}

/* line 885, general.scss */
article#contWrap .columnBox.adviserBox h5 span {
  font-size: 60%;
}

/* line 888, general.scss */
article#contWrap .columnBox.faqBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 889, general.scss */
article#contWrap .columnBox.faqBox dl.faqList {
  border: none;
  padding: 5px;
  border: 1px solid #dddddd;
  margin: 20px 0;
  line-height: 1.8em;
}

/* line 895, general.scss */
article#contWrap .columnBox.faqBox dl.faqList dt {
  width: auto;
  margin: 10px;
  font-size: 16px;
  border-bottom: 1px dotted #dddddd;
}

/* line 901, general.scss */
article#contWrap .columnBox.faqBox dl.faqList dt.question {
  font-weight: bold;
  padding: 10px;
}

/* line 902, general.scss */
article#contWrap .columnBox.faqBox dl.faqList dt.answer span {
  color: #DF0003;
}

/* line 903, general.scss */
article#contWrap .columnBox.faqBox dl.faqList dt.answer {
  border-bottom: none;
  font-weight: bold;
  padding: 10px;
  color: #FD662B;
}

/* line 904, general.scss */
article#contWrap .columnBox.faqBox dl.faqList dd {
  padding: 10px;
  font-weight: normal;
  text-align: left;
  margin: 10px;
}

/* line 910, general.scss */
article#contWrap .columnBox.faqBox dl.faqList dd .coution {
  font-size: 75%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 480px) {
  /* line 914, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox {
    width: 100%;
    padding: 20px 0;
    margin: 0 0%;
  }

  /* line 915, general.scss */
  article#contWrap .columnBox.smpFaqBox h2 {
    background: #eeeeee;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000066;
    text-align: left;
    padding: 10px 5px 10px;
    font-size: 18px;
    font-weight: bold;
    border-left: none;
  }

  /* line 916, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox h2 {
    background: #eeeeee;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000066;
    text-align: left;
    padding: 10px 5px 10px;
    font-size: 18px;
    font-weight: bold;
  }

  /* line 917, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox h3 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000000;
    text-align: left;
    font-size: 18px;
    padding: 10px 0 10px;
    border-left: none;
    padding-left: 1.5em;
    padding-right: 2em;
    position: relative;
    border-bottom: 1px #dddddd solid;
    line-height: 1.4em;
    margin: 0;
  }

  /* line 918, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox h3 span {
    text-indent: -1em;
    display: inline-block;
    color: #0028ab;
  }

  /* line 919, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox h4 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000000;
    text-align: left;
    font-size: 18px;
    padding: 10px 0 10px;
    border-left: none;
    padding-left: 1.5em;
    padding-right: 2em;
    position: relative;
    border-bottom: none;
    line-height: 1.4em;
    margin: 0;
  }

  /* line 920, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox h4 span {
    text-indent: -1em;
    display: inline-block;
    color: #ab0000;
  }

  /* line 921, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox p {
    padding: 5% 5% 15%;
  }

  /* line 922, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox button {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    display: block;
    background: #FF4400;
  }

  /* line 923, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox button a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  /* line 924, general.scss */
  #mainWrap article#contWrap .columnBox.smpFaqBox div.answer {
    display: none;
  }

  /* line 926, general.scss */
  #mainWrap article#contWrap .columnBox h3.question:after {
    content: " \f107";
    font-family: FontAwesome;
    font-size: 150%;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  /* line 934, general.scss */
  #mainWrap article#contWrap .columnBox h3.question.close:after {
    content: " \f106";
    font-family: FontAwesome;
    font-size: 150%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 946, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox {
    width: 100%;
    padding: 20px 0;
    margin: 0 0%;
  }

  /* line 947, general.scss */
  article#contWrap .columnBox.smpServiceBox h2 {
    background: #eeeeee;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000066;
    text-align: left;
    padding: 10px 5px 10px;
    font-size: 18px;
    font-weight: bold;
    border-left: none;
  }

  /* line 948, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox h2 {
    background: #eeeeee;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000066;
    text-align: left;
    padding: 10px 5px 10px;
    font-size: 18px;
    font-weight: bold;
  }

  /* line 949, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox h3 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000000;
    text-align: left;
    font-size: 18px;
    padding: 10px 0 10px;
    border-left: none;
    padding-left: 1.5em;
    padding-right: 2em;
    position: relative;
    border-bottom: 1px #dddddd solid;
    line-height: 1.4em;
    margin: 0;
  }

  /* line 950, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox h3 span {
    text-indent: -1em;
    display: inline-block;
    color: #0028ab;
  }

  /* line 951, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox h4 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000000;
    text-align: left;
    font-size: 18px;
    padding: 10px 0 10px;
    border-left: none;
    padding-left: 1.5em;
    padding-right: 2em;
    position: relative;
    border-bottom: none;
    line-height: 1.4em;
    margin: 0;
  }

  /* line 952, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox h4 span {
    text-indent: -1em;
    display: inline-block;
    color: #ab0000;
  }

  /* line 953, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox p {
    padding: 5% 5% 15%;
  }

  /* line 954, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox button {
    clear: both;
    padding-top: 0;
    text-align: center;
    margin: 0 auto 20px;
    width: 80%;
    display: block;
  }

  /* line 955, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox button a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #FF4400;
  }

  /* line 956, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox figure {
    width: 48%;
    float: left;
    margin: 10px 1% 10px;
  }

  /* line 957, general.scss */
  #mainWrap article#contWrap .columnBox.smpServiceBox figure figcaption {
    text-align: center;
  }

  /* line 959, general.scss */
  #mainWrap article#contWrap .columnBox h3.question:after {
    content: " \f107";
    font-family: FontAwesome;
    font-size: 150%;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  /* line 967, general.scss */
  #mainWrap article#contWrap .columnBox h3.question.close:after {
    content: " \f106";
    font-family: FontAwesome;
    font-size: 150%;
  }
}
/* line 975, general.scss */
article#contWrap .columnBox.companyBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 976, general.scss */
article#contWrap .columnBox.companyBox dl {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 977, general.scss */
article#contWrap .columnBox.companyBox dl dt {
  width: 6em;
  float: left;
  font-size: 87.5%;
  line-height: 1.357;
  margin: 10px 0;
  line-height: 2em;
}

/* line 978, general.scss */
article#contWrap .columnBox.companyBox dl dd {
  padding: 10px 0 10px 8em;
  font-size: 87.5%;
  line-height: 1.357;
  border-bottom: 1px dotted #cccccc;
  line-height: 2em;
}

/* line 981, general.scss */
article#contWrap .columnBox.promiseBox {
  width: 100%;
  padding: 20px 0 40px;
  clear: both;
}

/* line 983, general.scss */
article#contWrap .columnBox.promiseBox ol {
  margin: 0 0 2px 2em;
  list-style: outside decimal;
  padding: 40px 0;
}

/* line 984, general.scss */
article#contWrap .columnBox.promiseBox ol li {
  list-style: outside decimal;
  padding: 20px 0 20px;
  line-height: 1.8em;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-weight: bold;
  border-bottom: 1px dotted #cccccc;
}

/* line 987, general.scss */
article#contWrapSub {
  width: 100%;
  margin-bottom: 40px;
}

/* line 988, general.scss */
article#contWrapSub .breadcrumb {
  font-size: 75%;
  padding: 20px 0;
}

/* line 990, general.scss */
article#contWrap .columnBox .moreBtn {
  width: 10em;
  padding: 3px;
  float: right;
  font-size: 10px;
  margin: 0 0 20px;
}

/* line 991, general.scss */
article#contWrap .columnBox .moreBtn a {
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background: #1c8b42;
  display: block;
  line-height: 2em;
}

/* 画面サイズが480px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* line 995, general.scss */
  article#contWrap .columnBox .columnBoxWrap {
    width: 96%;
    float: none;
    border: 1px solid #dddddd;
    margin: 0 2% 2%;
  }

  /* line 996, general.scss */
  article#contWrap .columnBox .columnBoxWrap:nth-of-type(3n-1) {
    width: 96%;
    float: none;
    margin: 0 2% 2%;
  }

  /* line 997, general.scss */
  article#contWrap .columnBox .columnBoxWrap .columnBoxWrapPh {
    width: 30%;
    margin: 1%;
    float: left;
  }

  /* line 998, general.scss */
  article#contWrap .columnBox .columnBoxWrap .columnBoxWrapTxt {
    width: 65%;
    margin: 1%;
    float: right;
  }

  /* line 999, general.scss */
  article#contWrap h3 {
    padding: 20px 2% 5px;
    margin: 0 0 10px;
    font-size: 124%;
    font-weight: bold;
  }

  /* line 1000, general.scss */
  article#contWrap .columnBox .columnBoxWrap {
    overflow: hidden;
  }

  /* line 1004, general.scss */
  article#contWrap .columnBox .columnBoxWrap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
  }

  /*\*/
  /* line 1013, general.scss */
  * html article#contWrap .columnBox .columnBoxWrap {
    height: 1em;
    overflow: visible;
  }

  /**/
  /* line 1018, general.scss */
  article#contWrap .columnBox .moreBtn {
    width: 33%;
    padding: 3px;
    float: right;
    font-size: 10px;
    margin: 0 0 20px;
  }

  /* line 1019, general.scss */
  article#contWrap .columnBox .moreBtn a {
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background: #1c8b42;
    display: block;
    line-height: 2em;
  }
}
/* line 1022, general.scss */
article#contWrap .columnBox .freeTel {
  line-height: 1.4em;
}

/* line 1023, general.scss */
article#contWrap .columnBox .freeTel a {
  font-size: 36px;
  color: #000066;
  text-decoration: none;
}
@media only screen and (max-width: 486px) {
  /* line 1023, general.scss */
  article#contWrap .columnBox .freeTel a {
    display: block;
    line-height: 1.4em;
  }
}

/* line 1028, general.scss */
article#contWrap .columnBox .lineWrap dt {
  display: inline-block;
  line-height: 1.6em;
  vertical-align: bottom;
}

/* line 1029, general.scss */
article#contWrap .columnBox .lineWrap dt img {
  width: 150px;
}

/* line 1030, general.scss */
article#contWrap .columnBox .lineWrap dd {
  display: inline-block;
  vertical-align: bottom;
}

/* line 1031, general.scss */
article#contWrap .columnBox .lineWrap dd img {
  border: 2px solid #000000;
  width: 65px;
}

/* line 1034, general.scss */
article#contWrap .columnBox .inquiryList {
  clear: both;
}

/* line 1035, general.scss */
article#contWrap .columnBox .inquiryList dt {
  padding: 10px 0 10px;
  width: 12em;
  float: left;
  border-bottom: 2px solid #FF7F00;
  margin-top: 10px;
  font-size: 82.3%;
}

/* line 1036, general.scss */
article#contWrap .columnBox .inquiryList dd {
  padding: 10px 0 20px 14em;
  font-size: 82.3%;
}

/* line 1037, general.scss */
article#contWrap .columnBox.confirmBox .inquiryList dd {
  padding: 20px 0 20px 14em;
  font-size: 82.3%;
  margin-top: 10px;
}

/* line 1038, general.scss */
article#contWrap .columnBox.confirmBox .inquiryList dd span.noConf {
  display: none;
}

@media only screen and (max-width: 480px) {
  /* line 1041, general.scss */
  article#contWrap .columnBox .inquiryList dt {
    padding: 10px 5% 10px;
    width: 90%;
    float: none;
    border-bottom: 2px solid #FF7F00;
    margin-top: 10px;
    font-size: 16px;
  }

  /* line 1042, general.scss */
  article#contWrap .columnBox .inquiryList dd {
    padding: 10px 5% 20px 5%;
    border-bottom: 1px dotted #eeeeee;
    font-size: 14px;
  }

  /* line 1043, general.scss */
  input:not([type="submit"]) {
    margin-bottom: 5px;
    vertical-align: middle;
  }

  /* line 1047, general.scss */
  html:not(:target) input[type="text"], html:not(:target) select, html:not(:target) textarea {
    width: 90%;
  }

  /* line 1051, general.scss */
  html:not(:target) .mwform-zip-field input {
    width: 30%;
  }

  /* line 1052, general.scss */
  html:not(:target) textarea {
    width: 90%;
  }
}
/* line 1057, general.scss */
article#contWrap .columnBox.settingBox .inquiryList dt {
  font-size: 82.3%;
  width: 12em;
}

/* line 1058, general.scss */
article#contWrap .columnBox.settingBox .inquiryList dd {
  font-size: 82.3%;
  padding: 10px 0 20px 14em;
}

@media only screen and (max-width: 480px) {
  /* line 1061, general.scss */
  article#contWrap .columnBox.settingBox .inquiryList dt {
    font-size: 16px;
    width: 90%;
  }

  /* line 1062, general.scss */
  article#contWrap .columnBox.settingBox .inquiryList dd {
    font-size: 14px;
    padding: 10px 5% 20px 5%;
  }
}
/* line 1066, general.scss */
table.brwsr1 {
  font-size: 16px;
  margin: 40px auto;
  border-collapse: separate;
  border-spacing: 0px 1px;
  width: 100%;
}

/* line 1075, general.scss */
table.brwsr1 th {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
  border-bottom: #ddd 1px solid;
  color: #fff;
}

/* line 1083, general.scss */
table.brwsr1 td {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
  border-bottom: #ddd 1px solid;
  font-size: 16px;
}

/* line 1091, general.scss */
table.brwsr1 th.r1 {
  width: 40%;
  border-right: #ddd 1px solid;
  background: #126199;
}

/* line 1097, general.scss */
table.brwsr1 th.r2,
table.brwsr1 td.r2 {
  width: 30%;
  border-left: #fff 1px solid;
  border-right: #ddd 1px solid;
  background: #ffffff;
  text-align: right;
}

/* line 1106, general.scss */
table.brwsr1 th.r3,
table.brwsr1 td.r3 {
  width: 128px;
  border-left: #fff 1px solid;
  border-right: #ddd 1px solid;
  background: #ffffff;
  text-align: right;
  color: #ff8400;
}

/* line 1116, general.scss */
table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4 {
  text-align: center;
  color: #000;
}

/* line 1124, general.scss */
table.brwsr1 th.r4,
table.brwsr1 td.r4 {
  width: 128px;
  border-left: #fff 1px solid;
  background: #a0c2d3;
}

/** we remove the red glow around required fields since we are already using the red star */
/* line 1132, general.scss */
input:required, textarea:required {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/** inputs and textarea**/
/* line 1139, general.scss */
input:not([type="submit"]), select,
textarea {
  outline: none;
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid #DBDBDB;
  color: #3F3F3F;
  font-family: 'Droid Sans',Tahoma,Arial,Verdana sans-serif;
  font-size: 14px;
  border-radius: 5px;
  transition: background 0.2s linear, box-shadow 0.6s linear;
}

/* line 1152, general.scss */
input:not([type="submit"]):active,
textarea:active,
input:not([type="submit"]):focus,
textarea:focus {
  background: #F7F7F7;
  border: dashed 1px #969696;
  box-shadow: 2px 2px 7px #E8E8E8 inset;
}

/* line 1160, general.scss */
input:not([type="submit"]) {
  height: 20px;
}

/* line 1163, general.scss */
textarea {
  min-height: 150px;
  resize: vertical;
}

/* placeholder */
/* line 1168, general.scss */
::-webkit-input-placeholder  {
  color: #BABABA;
  font-style: italic;
}

/* line 1172, general.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #BABABA;
  font-style: italic;
}

/** Styling the send button **/
/* line 1179, general.scss */
.inquiryBox input[type=submit], .settingBox input[type=submit], .consultBox input[type=submit], .netBox input[type=submit], .confirmBox input[type=submit], .conpleteBox input[type=submit], .errorBox input[type=submit], .shortcode_wysija input[type=submit] {
  margin: 0 auto;
  cursor: pointer;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 24px;
  background: #ff8400;
  display: block;
}

/* line 1190, general.scss */
.shortcode_wysija input[type=submit] {
  margin-left: 5px;
}

/* line 1193, general.scss */
 
.inquiryBox input[type=submit]:hover, .settingBox input[type=submit]:hover, .consultBox input[type=submit]:hover, .shortcode_wysija input[type=submit]:hover {
  color: #686868;
  border-color: #CECECE;
  background: linear-gradient(top,   #f4f4f4 0%, #f2f2f2 100%);
  box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}

/* line 1201, general.scss */
 
.inquiryBox input[type=submit]:active,
.inquiryBox input[type=submit]:focus,
.settingBox input[type=submit]:active,
.settingBox input[type=submit]:focus,
.consultBox input[type=submit]:active,
.consultBox input[type=submit]:focus,
.shortcode_wysija input[type=submit]:active,
.shortcode_wysija input[type=submit]:focus {
  position: relative;
  top: 1px;
  color: #515151;
  background: linear-gradient(top,   #eaeaea 0%, #f2f2f2 100%);
  box-shadow: 0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}

@media only screen and (max-width: 480px) {
  /* line 1219, general.scss */
  .inquiryBox input[type=submit], .settingBox input[type=submit], .consultBox input[type=submit], .shortcode_wysija input[type=submit] {
    margin-left: 0;
    margin: 0 auto;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Alice',serif;
    color: #767676;
    font-size: 18px;
    padding: 10px 24px;
    border: 1px solid #E0E0E0;
    text-shadow: 0px 1px  1px #E8E8E8;
    background: #f7f7f7;
    background: linear-gradient(top,   #f7f7f7 1%, #f2f2f2 100%);
    border-radius: 5px;
    box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
    transition: all 0.2s linear;
    text-align: center;
    display: block;
  }
}
/* --------------------------------
    サイドナビ
-------------------------------- */
/* line 1246, general.scss */
nav#snav {
  width: 25%;
  float: right;
  margin: 40px 0 40px;
}

/* 画面サイズが480px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* line 1250, general.scss */
  nav#snav {
    display: none;
    width: 100%;
    float: none;
    margin: 0 0 40px;
  }
}
/* line 1253, general.scss */
nav#snav aside {
  padding: 0 0 0;
}

/* line 1254, general.scss */
nav#snav aside h4 {
  padding: 0 0 10px;
}

/* line 1256, general.scss */
nav#snav aside.sideInquiry {
  border: 5px solid #ff5500;
}

/* line 1258, general.scss */
nav#snav aside.sideInquiry hr {
  border: 0;
  border-bottom: 5px solid #dddddd;
  display: block;
  width: 80%;
  padding: 0px 0 10px;
}

/* line 1259, general.scss */
nav#snav aside.sideInquiry h4.newEntry01 {
  background: url("../img/entryTitle01.png") no-repeat center center;
  text-indent: -9999px;
  padding: 20px 0 10px;
}

/* line 1260, general.scss */
nav#snav aside.sideInquiry h4.newEntry02 {
  background: url("../img/entryTitle02.png") no-repeat center center;
  text-indent: -9999px;
  line-height: 2.4em;
  padding: 20px 0 10px;
}

/* line 1261, general.scss */
nav#snav aside.sideInquiry h4.newEntry03 {
  background: url("../img/entryTitle03.png") no-repeat center center;
  text-indent: -9999px;
  line-height: 2.4em;
  padding: 20px 0 10px;
}

/* line 1262, general.scss */
nav#snav aside.sideInquiry button {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  display: block;
}

/* line 1263, general.scss */
nav#snav aside.sideInquiry button a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
}

/* line 1264, general.scss */
nav#snav aside.sideInquiry button.newEntryLink01 a {
  background: #ff8400;
}

/* line 1265, general.scss */
nav#snav aside.sideInquiry button.newEntryLink02 a {
  background: #fdb32b;
}

/* line 1266, general.scss */
nav#snav aside.sideInquiry button.newEntryLink03 a {
  background: #CE9C2B;
}

/* line 1267, general.scss */
nav#snav aside.sideInquiry button.newEntryLink01 a:hover {
  background: #FFC100;
}

/* line 1268, general.scss */
nav#snav aside.sideInquiry button.newEntryLink02 a:hover {
  background: #FD662B;
}

/* line 1269, general.scss */
nav#snav aside.sideInquiry button.newEntryLink03 a:hover {
  background: #A4662B;
}

/* line 1270, general.scss */
nav#snav aside.sideInquiry p.coution {
  color: #ff8400;
  font-size: 75%;
  text-align: center;
  padding: 20px 0;
}

/* line 1271, general.scss */
nav#snav aside.sideInquiry p.coution a {
  color: #ff8400;
}

@media only screen and (max-width: 768px) {
  /* line 1274, general.scss */
  nav#snav aside.sideInquiry h4.newEntry01 {
    background: none;
    text-indent: 0;
    padding: 20px 20px 10px;
    font-size: 70%;
    line-height: 1.2em;
  }

  /* line 1275, general.scss */
  nav#snav aside.sideInquiry h4.newEntry02 {
    background: none;
    text-indent: 0;
    line-height: 2.4em;
    padding: 20px 20px 10px;
    font-size: 70%;
    line-height: 1.2em;
  }

  /* line 1276, general.scss */
  nav#snav aside.sideInquiry h4.newEntry03 {
    background: none;
    text-indent: 0;
    line-height: 2.4em;
    padding: 20px 20px 10px;
    font-size: 70%;
    line-height: 1.2em;
  }

  /* line 1277, general.scss */
  nav#snav aside.sideInquiry button a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
  }
}
/* line 1281, general.scss */
nav#snav aside.sideContents {
  clear: both;
}

/* line 1282, general.scss */
nav#snav aside.sideContents h3 {
  padding: 20px 0 10px;
  font-size: 125%;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 20px;
}

/* line 1284, general.scss */
nav#snav aside.sideContents ul li {
  border-bottom: 1px dotted #eeeeee;
  padding: 10px;
}

/* line 1285, general.scss */
nav#snav aside.sideContents ul li a {
  text-decoration: none;
}

/* line 1287, general.scss */
nav#snav aside.sideContents .lineWrap {
  width: 100%;
  padding: 20px 0;
}

/* line 1288, general.scss */
nav#snav aside.sideContents .lineWrap dt {
  display: inline-block;
  line-height: 1.6em;
  vertical-align: bottom;
  width: 50%;
  margin-right: 8%;
  margin-left: 5%;
}

/* line 1289, general.scss */
nav#snav aside.sideContents .lineWrap dt img {
  width: 100%;
  height: auto;
}

/* line 1290, general.scss */
nav#snav aside.sideContents .lineWrap dd {
  display: inline-block;
  vertical-align: bottom;
  width: 30%;
  margin-right: 5%;
}

/* line 1291, general.scss */
nav#snav aside.sideContents .lineWrap dd img {
  border: 2px solid #000000;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  /* line 1294, general.scss */
  nav#snav aside.sideContents h3 {
    padding: 20px 0 10px;
    font-size: 100%;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 20px;
  }

  /* line 1295, general.scss */
  nav#snav aside.sideContents ul li {
    border-bottom: 1px dotted #eeeeee;
    padding: 5px;
  }

  /* line 1296, general.scss */
  nav#snav aside.sideContents ul li a {
    text-decoration: none;
    font-size: 75%;
  }
}
/* line 1298, general.scss */
.footer_social_wrap {
  width: 100%;
  display: table;
}

/* line 1299, general.scss */
.footer_social_wrap .footer-fb {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

/* line 1300, general.scss */
.footer_social_wrap .footer-tw {
  width: 50%;
  display: table-cell;
  text-align: right;
  vertical-align: top;
}

/* line 1301, general.scss */
.footer_social_wrap .footer-tw iframe {
  margin-top: 0;
}

/* --------------------------------
   editラップ
-------------------------------- */
/* line 1306, general.scss */
.editWrap {
  padding: 40px 0 40px;
}

/* line 1307, general.scss */
.editWrap h2.editTitle {
  font-size: 125%;
  border-bottom: 1px solid #333333;
}

/* line 1308, general.scss */
.editWrap p {
  line-height: 1.8em;
  padding: 0 0 2em;
  font-size: 100%;
}

/* line 1309, general.scss */
.editWrap .editContents {
  padding: 20px 0;
}

/* line 1310, general.scss */
.editWrap h1 {
  font-size: 150%;
  padding: 10px 0 5px;
  font-weight: bold;
}

/* line 1311, general.scss */
.editWrap h2 {
  padding: 0 0 20px 25px;
  font-size: 125%;
  background: url(../img/columnIcon.png) left top no-repeat;
}

/* line 1312, general.scss */
.editWrap h3 {
  font-size: 115%;
  padding: 10px 0 5px;
  font-weight: bold;
}

/* line 1314, general.scss */
.editWrap pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media only screen and (max-width: 480px) {
  /* line 1329, general.scss */
  .editWrap {
    padding: 40px 10px 40px;
  }

  /* line 1330, general.scss */
  .editWrap .editContents img {
    text-align: center;
  }

  /* line 1331, general.scss */
  .editWrap pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: auto;
  }

  /* line 1345, general.scss */
  .editWrap pre span {
    display: block;
    width: auto;
    word-break: break-all;
    word-wrap: break-word;
  }
}
/* --------------------------------
   コンテンツラップ
-------------------------------- */
/* line 1357, general.scss */
article#contentsWrap {
  width: 100%;
  clear: both;
  background: url(../img/titleBg.png) no-repeat center 29px;
}

/* --------------------------------
   ページラップ
-------------------------------- */
/* --------------------------------

   ページャー
-------------------------------- */
/* .pagination-body */
/* line 1369, general.scss */
.pagination-body {
  clear: both !important;
  margin: 18px auto 80px;
  text-align: center;
}

/* line 1374, general.scss */
.pagination-body-head {
  clear: both !important;
  margin: 18px auto 20px;
  text-align: center;
  width: 100%;
}

/* line 1380, general.scss */
.pagination-body-head {
  overflow: hidden;
}

/* line 1384, general.scss */
.pagination-body-head:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 1393, general.scss */
* html .pagination-body-head {
  height: 1em;
  overflow: visible;
}

/**/
/* line 1398, general.scss */
.pagination {
  clear: both;
  font-size: 13px;
  line-height: 13px;
  padding: 0;
  position: relative;
}

/* line 1405, general.scss */
.pagination a {
  background: #c9c9ca;
  border-radius: 25px;
  color: #fff;
  display: block;
  float: left;
  margin: 0 4px;
  padding-top: 0;
  text-decoration: none;
  height: 25px;
  width: 25px;
  line-height: 25px;
}

/* line 1418, general.scss */
.pagination a:hover {
  color: #fff;
  background: #117b40;
}

/* line 1422, general.scss */
.pagination span {
  border-radius: 25px;
  color: #333;
  display: block;
  float: left;
  margin: 0 4px;
  padding-top: 0;
  text-decoration: none;
  height: 25px;
  width: 50px;
  line-height: 25px;
}

/* line 1434, general.scss */
.pagination .current {
  background: #117b40 !important;
  border-radius: 25px;
  color: #fff;
  display: block;
  float: left;
  margin: 0 5px;
  padding-top: 0;
  text-decoration: none;
  height: 25px;
  width: 25px;
  line-height: 25px;
}

/* line 1448, general.scss */
.navigation-singl {
  width: 100%;
  display: table;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/* line 1449, general.scss */
.navigation-singl .prev {
  width: 50%;
  display: table-cell;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 1450, general.scss */
.navigation-singl .next {
  width: 49%;
  display: table-cell;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  border-left: 1px solid #dddddd;
}

/* --------------------------------
   パンくず
-------------------------------- */
/* line 1456, general.scss */
div#bread {
  padding: 21px 0 0 23px;
}

/* --------------------------------
   アンカー
-------------------------------- */
/* line 1467, general.scss */
article#content .rel {
  margin: 11px 0 0 0;
  padding: 2px 0 2px 13px;
  background: url(../img/arrow_02.gif) no-repeat 0 5px;
}

/* line 1468, general.scss */
article#content ul.rel {
  margin: 0;
  padding: 0;
  background: none;
}

/* line 1469, general.scss */
article#content ul.rel li {
  padding: 2px 0 2px 13px;
  background: url(/common/img/arrow_02.gif) no-repeat 0 5px;
}

/* line 1470, general.scss */
article#content .blank a {
  padding: 0 19px 0 0;
  background: url(../img/ancr_blank_01.gif) no-repeat top right;
}

/* line 1471, general.scss */
article#content .pdf a {
  padding: 2px 19px 0 0;
  background: url(../img/ancr_pdf_01.gif) no-repeat top right;
}

/* --------------------------------
   ページトップ
-------------------------------- */
/* line 1479, general.scss */
article#content section#cnt_pagetop {
  clear: both;
  padding: 18px 39px 0 39px;
}

/* line 1480, general.scss */
article#content section#cnt_pagetop p {
  text-align: right;
}

/* line 1481, general.scss */
article#content section#cnt_pagetop p a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}

/* --------------------------------
   ページャ
-------------------------------- */
/* line 1489, general.scss */
section#pager {
  clear: both;
  position: relative;
  margin: 30px 0 0 0;
  font-size: 75%;
  line-height: 1.417;
}

/* line 1490, general.scss */
section#pager p.prev {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1491, general.scss */
section#pager p.prev a {
  padding: 0 0 0 13px;
  background: url(../img/arrow_03.gif) no-repeat left 0.25em;
}

/* line 1492, general.scss */
section#pager table {
  margin: 0 auto 0 auto;
}

/* line 1493, general.scss */
section#pager table td {
  padding: 0 1px 0 2px;
  background: url(../img/dt_v_03.gif) repeat-y left top;
}

/* line 1494, general.scss */
section#pager table td.first {
  background: none;
}

/* line 1495, general.scss */
section#pager table td a,
section#pager table td span {
  display: block;
  padding: 3px 8px 3px 8px;
}

/* line 1497, general.scss */
section#pager table td a:hover {
  background: #74b20d;
  color: #fff;
}

/* line 1498, general.scss */
section#pager table td span {
  color: #488902;
  font-weight: bold;
}

/* line 1499, general.scss */
section#pager p.next {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1500, general.scss */
section#pager p.next a {
  padding: 0 13px 0 0;
  background: url(../img/arrow_02.gif) no-repeat right 0.25em;
}

/* --------------------------------
   フッタ
-------------------------------- */
/* line 1509, general.scss */
footer {
  clear: both;
  width: 100%;
  padding: 40px 0 0;
  position: relative;
  background: #12273b;
}

/* line 1510, general.scss */
footer h3 {
  text-align: center;
  padding: 0 0 40px;
}

/* line 1511, general.scss */
footer section.footerLink {
  display: table;
  width: 760px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  /* line 1511, general.scss */
  footer section.footerLink {
    width: 100%;
  }
}

/* line 1514, general.scss */
footer section.footerLink aside {
  display: table-cell;
  width: 32%;
  text-align: center;
}

/* line 1515, general.scss */
footer section.footerLink aside:nth-of-type(2n) {
  display: table-cell;
  width: 32%;
  border-right: 1px solid #3c546c;
  border-left: 1px solid #3c546c;
}

/* line 1516, general.scss */
footer section.footerLink aside li {
  padding: 10px 0;
  font-size: 81.3%;
  color: #fff;
}

/* line 1517, general.scss */
footer section.footerLink aside li a {
  text-decoration: none;
  color: #fff;
}

/* line 1520, general.scss */
.ppWrap p.pp {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 1521, general.scss */
.ppWrap {
  width: 100%;
  height: 70px;
  clear: both;
  margin: 20px auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  /* line 1523, general.scss */
  .ppWrap p.pp img {
    text-align: center;
    width: 100%;
    height: auto;
  }
}
/* line 1525, general.scss */
.ppSpWrap {
  margin: 0 auto;
  text-align: center;
  clear: both;
}

/* 画面サイズが480px以下の場合に適用 ---------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* line 1528, general.scss */
  footer {
    clear: both;
    width: 100%;
    padding: 20px 0 20px;
    position: relative;
    background: #12273b url(../img/ftIll.png) center bottom no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  /* line 1529, general.scss */
  footer section.footerLink {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
}
/* line 1532, general.scss */
footer .footerWrap, div.ftBox {
  overflow: hidden;
}

/* line 1536, general.scss */
footer .footerWrap:after, div.ftBox:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 1545, general.scss */
* html footer .footerWrap, * html div.ftBox {
  height: 1em;
  overflow: visible;
}

/**/
/* line 1551, general.scss */
footer section.footerLinkSmp aside ul {
  width: 96%;
  margin: 0 2%;
}

/* line 1552, general.scss */
footer section.footerLinkSmp aside li {
  width: 49%;
  margin: 0 0 2% 0;
  float: left;
  text-align: center;
}

/* line 1553, general.scss */
footer section.footerLinkSmp aside li:nth-of-type(2n) {
  width: 49%;
  margin: 0 0 2% 0;
  float: right;
  text-align: center;
}

/* line 1554, general.scss */
footer section.footerLinkSmp aside li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 4% 2%;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  /* line 1556, general.scss */
  footer section.footerLinkSmp aside li {
    width: 96%;
    margin: 0 2% 2%;
    float: left;
    text-align: center;
  }

  /* line 1557, general.scss */
  footer section.footerLinkSmp aside li:nth-of-type(2n) {
    width: 96%;
    margin: 0 2% 2%;
    float: right;
    text-align: center;
  }
}
/* --- ページトップ ------ */
/* line 1560, general.scss */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

/* line 1566, general.scss */
#page-top a {
  width: 90px;
  height: 60px;
  text-align: center;
  display: block;
  background: #fff100;
  line-height: 60px;
  text-decoration: none;
}

/* line 1575, general.scss */
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* line 1580, general.scss */
footer p#pageTop {
  width: 900px;
  margin: 0 auto;
  text-align: right;
}

/* line 1581, general.scss */
footer p#pageTop p a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}

/* --- クレジット ------ */
/* line 1584, general.scss */
article#ftr_credit {
  font-size: 62.5%;
  clear: both;
  width: 100%;
  padding: 20px 0 20px;
  color: #ffffff;
}

/* line 1585, general.scss */
article#ftr_credit .container {
  margin: 0 auto 0 auto;
  padding: 0 10px 0 10px;
}

/* line 1586, general.scss */
footer p.copy {
  padding: 20px 0 200px 0;
  text-align: center;
  font-size: 87.5%;
  color: #ffffff;
}

/* line 1587, general.scss */
p.copy {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 80%;
  color: #ffffff;
  background: #ff8400;
}

/* line 1590, general.scss */
#floatLink {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

/* line 1596, general.scss */
#floatLink a.reserve {
  text-decoration: none;
  width: 100px;
  text-align: center;
  display: block;
  margin: 10px 0;
}

/* line 1604, general.scss */
#floatLink a.inquiry {
  text-decoration: none;
  width: 100px;
  text-align: center;
  display: block;
}

/* --------------------------------
   GET ADOBE READER
-------------------------------- */
/* line 1615, general.scss */
#get_reader {
  margin: 30px 0 0 0;
  padding: 12px 2em 12px 2em;
  background: #f9f9f9;
}

/* line 1616, general.scss */
#get_reader .container {
  margin: 0 auto 0 auto;
  width: 97%;
}

/* line 1617, general.scss */
#get_reader .sub {
  padding: 0 17px 0 0;
  width: 158px;
  float: left;
}

/* line 1619, general.scss */
#get_reader .main {
  float: left;
}

/* line 1620, general.scss */
#get_reader .main p {
  padding: 3px 0 0 0;
}

/* line 1625, general.scss */
.pageWrap div#trust-form.contact-form table th {
  padding: 10px 0;
  border-bottom: 1px dotted #eee;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

/* line 1632, general.scss */
.pageWrap div#trust-form.contact-form table td {
  padding: 10px 0;
  border-bottom: 1px dotted #eee;
  text-align: left;
  vertical-align: middle;
}

/* line 1639, general.scss */
.staffBox {
  width: 620px;
}

/* line 1640, general.scss */
.staffBox .membarLink {
  padding: 20px 0;
}

/* line 1641, general.scss */
.staffBox .membarLink li {
  list-style: decimal outside;
}

/* line 1642, general.scss */
#contWrap #pageWrap.staffBox h3.pageTtl {
  padding: 20px 0 5px;
  margin: 0 0 0;
  text-align: left;
}

/* line 1643, general.scss */
.staffBox .membarList {
  padding: 0 0 20px;
}

/* line 1644, general.scss */
.staffBox .membarList li {
  display: inline;
  font-size: 75%;
  line-height: 1.2em;
}

/* line 1645, general.scss */
.staffBox .bgmember {
  background: #009944;
  padding: 20px 0;
  margin-bottom: 20px;
}

/* line 1646, general.scss */
.staffBox .bgmember .bgmemberL {
  width: 180px;
  float: left;
  margin-left: 20px;
}

/* line 1647, general.scss */
.staffBox .bgmember .bgmemberR {
  width: 380px;
  float: right;
  margin-right: 20px;
  position: relative;
}

/* line 1648, general.scss */
.staffBox .bgmember .bgmemberR .number {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 200%;
  color: #ffffff;
}

/* line 1649, general.scss */
.staffBox .bgmember .bgmemberR .name {
  font-size: 120%;
  color: #ffffff;
}

/* line 1650, general.scss */
.staffBox .bgmember .bgmemberR .section {
  font-size: 80%;
  color: #ffffff;
}

/* line 1651, general.scss */
.staffBox .bgmember .bgmemberR .period {
  font-size: 80%;
  color: #ffffff;
}

/* line 1652, general.scss */
.staffBox .bgmember .bgmemberR .comment {
  font-size: 80%;
  color: #ffffff;
  line-height: 1.2em;
}

/* line 1653, general.scss */
.staffBox .bgmember {
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  /* line 1658, general.scss */
  .staffBox .bgmember .bgmemberL {
    width: 180px;
    float: none;
    margin-left: 20px;
  }

  /* line 1659, general.scss */
  .staffBox .bgmember .bgmemberR {
    width: 250px;
    float: none;
    margin-left: 20px;
    position: relative;
  }

  /* line 1660, general.scss */
  .staffBox .bgmember .bgmemberR .number {
    position: static;
    padding: 10px 0;
  }
}
/* line 1663, general.scss */
.staffBox .bgmember:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 1673, general.scss */
* html .staffBox .bgmember {
  height: 1em;
  overflow: visible;
}

/**/
/* line 1679, general.scss */
ul.sitemap {
  padding: 10px 20px;
}

/* line 1680, general.scss */
ul.sitemap li {
  padding: 5px 0;
  font-size: 87.5%;
  line-height: 1.357;
}

/* line 1681, general.scss */
ul.sitemap li.low {
  text-indent: 20px;
}

/* line 1683, general.scss */
.likeLink {
  text-align: center;
}

/* line 1685, general.scss */
.ftSocial {
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

/* line 1686, general.scss */
.ftSocial li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  padding: 5px;
}

/* --------------------------------
   ブログ
-------------------------------- */
/* line 1700, general.scss */
.columnList li {
  width: 142px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

/* line 1702, general.scss */
.columnList {
  overflow: hidden;
}

/* line 1706, general.scss */
.columnList:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
/* line 1715, general.scss */
* html .columnList {
  height: 1em;
  overflow: visible;
}

/**/
/* --------------------------------
   ギャラリー
-------------------------------- */
/* line 1724, general.scss */
#galleria {
  height: 660px;
}

/* --------------------------------
   イメージ
-------------------------------- */
/* line 1731, general.scss */
.aboutBox {
  width: 660px;
  margin-top: 20px;
}

/* line 1732, general.scss */
.aboutBox ul {
  width: 660px;
}

/* line 1733, general.scss */
.aboutBox li {
  width: 150px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* line 1734, general.scss */
.aboutBox li:nth-child(4n) {
  width: 150px;
  float: left;
  margin-right: 0;
}

/* ------------------------------------------------ drawer menu */
/* line 1745, general.scss */
.drawer-menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding: 60px 0;
  background: #222;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translate(500px, 0);
  transform: translate(500px, 0);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1770, general.scss */
.drawer-menu li {
  text-align: center;
}

/* line 1774, general.scss */
.drawer-menu li a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .8s;
  transition: all .8s;
  text-decoration: none;
}

/* line 1784, general.scss */
.drawer-menu li a:link, .drawer-menu li a:visited {
  text-decoration: none;
}

/* line 1788, general.scss */
.drawer-menu li a:hover {
  color: #1a1e24;
  background: #fff;
}

/* ------------------------------------------------ checkbox */
/* line 1794, general.scss */
.headerSmp input:not([type="submit"]).check {
  display: none;
}

/* ------------------------------------------------ menu button */
/* line 1799, general.scss */
.menu-btn {
  position: fixed;
  display: block;
  top: 15px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}

/* line 1813, general.scss */
.bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* line 1828, general.scss */
.bar.middle {
  top: 15px;
  opacity: 1;
}

/* line 1833, general.scss */
.bar.bottom {
  top: 30px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

/* line 1840, general.scss */
.menu-btn__text {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  visibility: visible;
  opacity: 1;
}

/* line 1854, general.scss */
.menu-btn:hover .bar {
  background: #999;
}

/* line 1858, general.scss */
.menu-btn:hover .menu-btn__text {
  color: #999;
}

/* line 1862, general.scss */
.close-menu {
  position: fixed;
  top: 0;
  right: 300px;
  width: 100%;
  height: 100vh;
  background: transparent;
  cursor: url(../images/cross.svg), auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}

/* ------------------------------------------------ checked */
/* line 1881, general.scss */
.check:checked ~ .drawer-menu {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  z-index: 2;
}

/* line 1891, general.scss */
.check:checked ~ .contents {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

/* line 1899, general.scss */
.check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}

/* line 1904, general.scss */
.check:checked ~ .menu-btn .bar.top {
  width: 56px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1911, general.scss */
.check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}

/* line 1915, general.scss */
.check:checked ~ .menu-btn .bar.bottom {
  width: 56px;
  top: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1923, general.scss */
.check:checked ~ .close-menu {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

/* line 1934, general.scss */
.headerSmp > nav > ul > li > input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1951, general.scss */
.header-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 !important;
  border-bottom: 5px solid #FC4E07;
  margin-bottom: 10px;
}

/* line 1959, general.scss */
.header-nav li {
  display: table-cell;
  padding: 0;
}

/* line 1963, general.scss */
.header-nav li a {
  display: block;
  background-color: #FD8208;
  color: white;
  text-align: center;
  padding: 1em 0;
  text-decoration: none;
}

/* line 1971, general.scss */
.header-nav li a span {
  display: block;
  font-size: 72%;
  line-height: 1;
  text-decoration: none;
}

/* line 1978, general.scss */
.header-nav li a::before {
  display: block;
  font-size: 115%;
  margin-bottom: 5px;
}

/* line 1983, general.scss */
.header-nav .home a::before {
  content: "\f015";
}

/* line 1986, general.scss */
.header-nav .howto a::before {
  content: "\f02d";
}

/* line 1989, general.scss */
.header-nav .point a::before {
  content: "\f005";
}

/* line 1992, general.scss */
.header-nav .voice a::before {
  content: "\f007";
}

/* line 1995, general.scss */
.header-nav .form a::before {
  content: "\f0e0";
}

/* line 1998, general.scss */
.iconfont::before {
  font-family: 'fontawesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2013, general.scss */
#mainWrap article#contWrap .columnBox button {
  text-align: center;
  margin: 40px auto;
  width: 80%;
  display: block;
  background: #FF4400;
}

/* line 2014, general.scss */
#mainWrap article#contWrap .columnBox button a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

/* line 2016, general.scss */
#mainWrap article#contWrap .columnBox button.btnBtm {
  margin-bottom: 10vw;
}
