body {
  line-height: 1;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, em {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
/* HTML5用 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
li {
  padding: 0;
  margin: 0;
}
input, select {
  vertical-align: middle;
}
/* tableタグ*/
th, td {
  padding: 0;
}
caption {
  text-align: left;
}
/* はみ出し対策 */
body {
  width: 100%;
}
a {
  outline: 0;
  border: 0;
}
a img {
  border: 0;
}
img {
  border: 0;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
html {
  -webkit-text-size-adjust: none
}
/*============================================
基本CSS
===========================================*/
html, body {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  font-family: 'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
/*============================================
ヘッダー
===========================================*/
#HeaderWrapper {
  background: #000;
}
#HeaderWrapper.scr {
  margin-top: 40px;
}
header {
  background: rgba(0, 0, 0, 1.00);
  padding: 30px;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  position: relative;
  transition: all 0.3s ease;
}
/* ロゴ */
header h1 {}
header a {
  transition: all 0.3s ease;
}
header a:hover {
  opacity: 0.8
}
header h1 img {
  height: 50px;
}
/* 総合トップに戻る */
header h2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header h2 a {
  display: block;
}
/* ナビゲーション */
header nav {
  position: absolute;
  left: 220px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
}
header li {
  float: left;
  padding-left: 20px;
}
header li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
}
/* Facebook */
#headerFB {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 190px;
}
/* Twitter */
#headerTW {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 140px;
}
#headerFB a, #headerTW a {
  color: #FFF;
  font-size: 2em;
}
@media only screen and (max-width: 599px) {
  header.scr {
    background: rgba(0, 0, 0, 0.8);
  }
  #HeaderWrapper.scr {
    margin-top: 0;
  }
  header {
    padding: 20px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
  }
  /* ロゴ */
  header h1 img {
    height: 30px;
  }
  /* SEIWAトップ */
  header h2 {
    display: none;
  }
  /* Facebook */
  #headerFB {
    display: none;
  }
  /* Twitter */
  #headerTW {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  header {
    padding: 15px;
  }
  /* ロゴ */
  header h1 img {
    height: 26px;
  }
}
#SubNavi {
  display: none;
}
@media only screen and (max-width: 599px) {
  #SubNavi {
    width: 100%;
    box-sizing: border-box;
    background: #000;
    position: fixed;
    z-index: 100000;
    top: 74px;
    display: block;
  }
  #SubNavi ul {
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
  }
  #SubNavi li a {
    padding: 7px;
    font-size: 0.9em;
    color: #FFF;
    line-height: 1.8em;
    padding-left: 30px;
    display: block;
    text-decoration: none;
    background: url(../../img/more_link_arrow.png) no-repeat 16px;
    background-size: 6px;
    cursor: pointer;
  }
  #SubNavi li a strong {
    font-weight: 400;
  }
  #SubNavi li.Now a strong {
    border-bottom: 1px solid #FFF;
    font-weight: 700;
  }
  #SubNavi li a span {
    font-size: 0.7em;
  }
  #SubNavi li a.none {
    color: #999;
  }
  #NaviBtn {
    position: absolute;
    z-index: 10000;
    top: -63px;
    right: 10px;
    width: 46px;
    height: 46px;
    background: url(../../img/sp_menu_btn.png);
    background-size: cover;
    cursor: pointer;
  }
  #NaviBtn.closeBtn {
    background: url(../../img/sp_menu_btn_close.png);
    background-size: cover;
  }
}
@media only screen and (max-width: 320px) {
  #SubNavi {
    top: 62px;
  }
  #NaviBtn {
    top: -55px;
  }
}
/*============================================
メインナビゲーション
===========================================*/
#MainNavi {
  background: #E60012;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 100;
}
#MainNavi li {
  float: left;
  padding-right: 25px;
}
#MainNavi li a {
  color: #FFF;
  font-size: 0.85em;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 15px;
}
#MainNavi li.Now a, #MainNavi li a:hover {
  border-bottom: 2px solid #FFF;
}
@media only screen and (max-width: 850px) {
  #MainNavi li {
    padding-right: 15px;
  }
  #MainNavi li a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 599px) {
  #MainNavi {
    display: none;
  }
}
/*============================================
メインビジュアル
===========================================*/
#MainImg {
  max-width: 1000px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#MainImg h2 {
  max-width: 1000px;
  margin: auto;
}
#MainImg img {
  display: block;
}
@media only screen and (max-width: 800px) {
  #MainImg {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  #MainImg {
    padding-left: 0;
  }
}
/*============================================
サブナビゲーション
===========================================*/
#productObi {
  background: rgb(68, 68, 68);
  background: -webkit-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000', GradientType=0);
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#productObi li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #666;
  font-size: 0.75em;
  line-height: 1.6;
}
#productObi li:first-child {
  border: 0;
}
#productObi li a {
  color: #FFF;
  text-decoration: none;
}
#productObi li a i {
  padding-right: 5px;
}
#productObi h3 {
  display: none;
}
#productObi .YHBox {
  display: none;
}
@media only screen and (max-width: 800px) {
  #productObi {
    padding-bottom: 0;
  }
  #productObi li {
    display: block;
    width: 25%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  #productObi li:first-child {
    border-left: 1px solid #666;
  }
}
@media only screen and (max-width: 599px) {
  #productObi ul {
    display: none;
  }
  #productObi h3 {
    font-size: 1em;
    color: #FFF;
    text-align: left;
    line-height: 1.3;
    padding-bottom: 20px;
    display: block;
  }
  #productObi h3 span {
    font-size: 0.5em;
    display: block;
  }
  #productObi .YHBox {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 100px;
    display: block;
  }
}
/*============================================
コンテンツ共通
===========================================*/
/* コンテンツボックス */
.ContBox {
  clear: both;
  padding: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  border-bottom: 1px solid #F1F1F1;
}
/* コンテンツボックス内側 */
.ContBoxInner {
  max-width: 960px;
  margin: auto;
  position: relative;
}
/* 動画ボタン */
.MovBtn {
  padding-top: 5px;
  padding-bottom: 20px;
  max-width: 60%;
}
.MovBtn a {
  background: #E60012;
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 15px;
  padding-top: 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
  font-size: 0.9em;
  box-shadow: 0 2px 0 rgba(230, 0, 18, 0.3);
}
.MovBtn a i {
  padding-right: 5px;
  font-size: 1.4em;
  opacity: 0.7;
  position: relative;
  top: 2px;
}
/* グレー背景の追記 */
.moreCaption {
  padding: 15px;
  padding-bottom: 5px;
  background: #F1F1F1;
  font-size: 0.9em;
  margin-bottom: 30px;
}
.moreCaption h5 {
  font-weight: 700;
  font-size: 1em;
  padding-bottom: 5px;
}
/* 赤背景の文字 */
.RedTitle {
  text-align: center;
}
.RedTitle strong {
  background: #E60012;
  color: #FFF;
  padding: 5px;
  border-radius: 4px;
}
.SP {
  display: none !important;
}
.ContBox .phLeft {
  width: 48%;
  float: left;
}
.ContBox .phRight {
  width: 48%;
  float: right;
}
.ContBox .txtRight {
  width: 48%;
  float: right;
}
.ContBox .txtLeft {
  width: 48%;
  float: left;
}
.ContBox .txtLeft80 {
  width: 86%;
  float: left;
}
.ContBox .phRight20 {
  width: 12%;
  float: right;
}
.ContBox .center_txt {
  text-align: center;
}
.ContBox .pb40 {
  padding-bottom: 40px;
}
.ContBox h3 {
  font-size: 1.6em;
  padding-bottom: 20px;
  line-height: 1.6;
  font-weight: 700;
}
.ContBox h3 strong {
  border-left: 10px solid #E60012;
  padding-left: 10px;
}
.ContBox h4 {
  font-size: 1.2em;
  font-weight: 700;
  padding-bottom: 5px;
  line-height: 1.6;
}
.ContBox h4.big_txt {
  font-size: 1.6em;
}
.ContBox h4.ttl_border {
  border-bottom: 1px solid #222;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.ContBox h4 span {
  font-size: 0.5em;
  font-weight: 400;
  display: block;
}
.ContBox p {
  font-size: 0.9em;
  line-height: 1.7;
  padding-bottom: 10px;
}
.ContBox p span {
  display: block;
  font-size: 0.7em;
  line-height: 1.6;
  padding-bottom: 10px;
}
.ContBox .Option {
  line-height: 1.7;
  clear: both;
}
.ContBox .Option h4 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 5px;
}
.ContBox .Option span {
  font-size: 0.8em;
  display: block;
}
.ContBox hr {
    clear: both;
    padding-bottom: 20px;
    border-top: 1px solid #EFEFEF;
}

/* FLEXBOX */
.ContBox .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ContBox .flex_box .col2box {
  width: 48%;
  padding-bottom: 20px;
}
.ContBox .flex_box .col4box {
  width: 23%;
  padding-bottom: 20px;
  font-size: 0.85em;
}
.ContBox .flex_box .col2box img.w80, .ContBox .flex_box .col4box img.w80 {
  margin: auto;
  display: block;
  width: 80%;
  padding-top: 10px;
}
.ContBox .flex_box .col4box img.img_right {
  float: right;
  width: 30%;
}
@media only screen and (max-width: 599px) {
  .ContBox .flex_box .col2box {
    width: 100%;
  }
  .ContBox .flex_box .col4box {
    width: 48%;
  }
}
.ContBox .separator {
  clear: both;
  height: 40px;
}
.udIcon {
  padding-right: 10px;
  position: relative;
  top: 20px;
}
.KakomiWrapper {
  clear: both;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #000;
}
.KakomiWrapper02 {
  clear: both;
  padding: 20px;
  padding-bottom: 5px;
  overflow: hidden;
  background: #F1F1F1;
}
.KakomiWrapper h4, .KakomiWrapper02 h4 {
  font-weight: 700;
  text-align: center;
}
.KakomiWrapper02 h4 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.KakomiWrapper02 table {
  font-size: 0.8em;
  line-height: 1.6;
  padding-bottom: 20px;
}
.KakomiWrapper02 th {
  text-align: left;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #CCC;
  padding-right: 20px;
  vertical-align: top;
}
.KakomiWrapper02 td {
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #CCC;
}
.KakomiWrapper02 ol {
  margin: 0;
  padding: 0;
  margin-left: 1.4em;
  font-size: 0.8em;
  line-height: 1.6;
  font-weight: 700;
}
.KakomiWrapper02 li {
  padding-bottom: 10px;
}
.KakomiWrapper p, .KakomiWrapper02 p {
  font-size: 0.8em;
}
.KakomiWrapper img {
  padding-top: 7px;
  padding-bottom: 7px;
}
.KakomiLeft {
  width: 48%;
  float: left;
}
.KakomiRight {
  width: 48%;
  float: right;
}
.KakomiLeft h4.hBorder, .KakomiRight h4.hBorder {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.optionLeft {
  width: 30%;
  float: left;
}
.optionCenter {
  width: 30%;
  float: left;
  margin-left: 4%;
}
.optionRight {
  width: 30%;
  float: right;
}
.MovBtnWrapper {
  max-width: 80%;
  clear: both;
  overflow: hidden;
  margin: auto;
  padding-bottom: 10px;
}
.MovBtnLeft {
  width: 48%;
  float: left;
}
.MovBtnRight {
  width: 48%;
  float: right;
}
.MovBtnWrapper a {
  background: #E60012;
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 15px;
  padding-top: 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
  font-size: 0.9em;
  box-shadow: 0 2px 0 rgba(230, 0, 18, 0.3);
}
.MovBtnWrapper a i {
  padding-right: 5px;
  font-size: 1.4em;
  opacity: 0.7;
  position: relative;
  top: 2px;
}
#cont360LeadPhoto {
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
}
#cont360LeadPhoto img {
  border-radius: 4px;
  display: block;
}
/*
#cont360LeadPhoto i {
position: absolute;
top:54%;
left: 40%;
transform: translate(-55%,-50%);
font-size: 6em;
color: #083A71;
}
*/
.fullImage {
  padding-bottom: 40px;
}
.leadPhWrapper {
  position: relative;
  overflow: hidden;
}
.leadPhWrapper h3 br {
  display: none
}
.leadPhLeft {
  width: 35%;
  float: left;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #083A71;
  position: relative;
}
.leadPhLeft img, .leadPhRight img {
  padding-bottom: 7px;
}
.leadPhLeft a, .leadPhRight a {
  position: relative;
}
.leadPhRight {
  width: 56%;
  float: right;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #083A71;
  position: relative;
}
.leadPhArrow {
  position: absolute;
  top: 54%;
  left: 40%;
  transform: translate(-55%, -50%);
  font-size: 3.2em;
  color: #083A71;
}
/* 上部の動画ボタン */
.movPlayBox {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 30%;
  min-width: 130px;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#b3ffffff', GradientType=0); /* IE6-9 */
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #000;
  border-radius: 20px;
  letter-spacing: 0.05em;
  font-size: 0.75em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
.movPlayBox i {
  padding-right: 10px;
}
.movBox:hover .movPlayBox {
  opacity: 0.7;
}
.leadPhLeft:hover .movPlayBox, .leadPhRight:hover .movPlayBox {
  background: #FFF;
}
@media only screen and (max-width: 800px) {
  .ContBoxInner {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 599px) {
  #MainImg {
    margin-top: 70px;
  }
  #cont360LeadPhoto {
    padding-bottom: 20px;
  }
  .leadPhLeft {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1em;
  }
  .leadPhRight {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 1em;
  }
  .ContBox {
    padding: 5%;
  }
  .ContBox h2 {
    font-size: 1.5em;
    line-height: 1.4;
  }
  .ContBox .phLeft {
    margin: auto;
    width: 80%;
  }
  .ContBox .phRight {
    margin: auto;
    width: 100%;
  }
  .ContBox .txtRight {
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
    transform: none;
    padding-top: 20px;
  }
  .ContBox .txtLeft {
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
    transform: none;
    padding-top: 20px;
  }
  .ContBox h3 {
    font-size: 1.2em;
    padding-bottom: 10px;
  }
  .ContBox .txtRight h4, .ContBox .txtLeft h4 {
    padding-bottom: 5px;
    font-size: 1em;
  }
  .MovBtn {
    margin: auto;
    max-width: 80%;
  }
  .KakomiLeft, .KakomiRight {
    width: 100%;
    float: none;
  }
  .KakomiLeft h4, .KakomiRight h4 {
    padding-bottom: 0;
  }
  .MovBtnWrapper {
    max-width: 100%;
    clear: both;
    overflow: hidden;
    margin: auto;
    padding-bottom: 10px;
  }
  .MovBtnLeft, .MovBtnRight {
    width: 100%;
    float: none;
  }
  .MovBtnLeft {
    padding-bottom: 15px;
  }
  .RedTitle {
    text-align: center;
  }
  .RedTitle strong {
    display: block;
    font-size: 0.9em;
  }
  .optionLeft, .optionCenter, .optionRight {
    width: 100%;
    float: none;
    margin: 0;
  }
  .optionLeft img, .optionCenter img, .optionRight img {
    width: 50%;
    max-width: 200px;
    display: block;
    margin: auto;
  }
  .SP {
    display: block !important;
  }
  .PC {
    display: none !important;
  }
}
/*===============================
オプション
===============================*/
#design_p06 {
  background: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #F1F1F1;
}
.ContBoxInner {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
}
#design_p06 h3 {
  line-height: 1.5;
  padding-bottom: 20px;
}
/*===============================
製品仕様
===============================*/
#data_p01 {
  background: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
#data_p01 .data_productListBox {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: auto;
  padding-bottom: 30px;
}
#data_p01 .data_productListBox span {
  font-size: 0.95em;
  text-align: center;
  display: block;
  line-height: 1.5;
}
#data_p01 .data_productListBox span strong {
  display: inline-block;
  background: #2DA1D2;
  color: #FFF;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.8em;
}
#data_p01 .data_productListBox h4 {
  font-size: 1.4em;
  text-align: center;
  line-height: 1.5;
}
#data_p01 h3 {
  font-size: 2em;
  line-height: 1.5;
  padding-bottom: 20px;
  text-align: center;
}
.Data2Col li {
  width: 50%;
  float: left;
}
.DataTable {
  clear: both;
  padding-top: 20px;
  font-size: 0.8em;
  line-height: 1.6;
}
.DataTable table {
  border-top: 1px solid #CCC;
}
.DataTable table td table {
  border: 0;
  position: relative;
}
.DataTable table td table td {
  border: 0;
}
.DataTable table td table td.vBorder {
  border-left: 1px solid #CCC;
}
.DataTable table td table td.hBorder {
  border-bottom: 1px solid #CCC;
}
.subTD {
  width: 30%;
}
.DataTable th, .DataTable td {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.DataTable th {
  padding-right: 1em;
  border-right: 1px solid #CCC;
  width: 24%;
}
.DataTable td {
  padding-left: 1em;
}
.DataTable table td.p0 {
  padding: 0;
}
.DataTable td.vBorder {
  border-left: 1px solid #CCC;
}
.dataCaption {
  padding-top: 20px;
  font-size: 0.75em;
  line-height: 1.6;
  padding-left: 1em;
  padding-bottom: 20px;
}
.dataCaption li {
  padding-bottom: 10px;
  text-indent: -1em;
}
#Sunpou {
  clear: both;
  border: 1px solid #333;
  padding: 20px;
  text-align: center;
}
#Sunpou h4 {
  padding-bottom: 15px;
}
#data_p01 td h4 {
  background: #F1F1F1;
  padding: 8px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
}
#data_p03 {
  background: #F1F1F1;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
#data_p03 h3 {
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 25px;
}
#data_p03 h3 strong {
  border-bottom: 1px solid #222;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 5px;
}
#data_p03 p {
  text-align: center;
  padding-bottom: 15px;
}
#data_p03 ul, #data_p04 ul {
  list-style: disc;
}
#data_p03 li, #data_p04 li {
  margin-left: 2em;
  line-height: 1.5;
  padding-bottom: 10px;
}
#data_p04 {
  font-size: 0.8em;
}
.dataCaption02 ul {
  list-style: disc;
}
.dataCaption02 li {
  margin-left: 2em;
  line-height: 1.5;
  padding-bottom: 10px;
}
.dataCaption02 p {
  padding-left: 2em;
  font-weight: 700;
}
/*===============================
よくある質問
===============================*/
#faq_p01 {
  background: #FFF;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
#faq_p01 h3 {
  font-size: 2em;
  line-height: 1.5;
  padding-bottom: 20px;
}
#faq_p01 h3 strong {
  border-bottom: 1px solid #222;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 5px;
}
.FaqCatTitle h4 {
  text-align: left;
  padding-top: 30px;
  font-size: 1.1em;
}
.FaqCatTitle h4 strong {
  background: #000;
  color: #FFF;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.FaqBox {
  text-align: left;
}
.FaqBox .ContPh {
  text-align: center;
}
.FaqBox dl {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
  line-height: 1.6;
  font-size: 0.9em;
}
.FaqBox dl:last-child {
  border: 0;
}
.FaqBox dt {
  font-weight: bold;
  color: #007FCD;
  font-size: 1.1em;
}
.FaqBox a {
  color: #2CA1D2;
}
.FaqBox a:hover {
  text-decoration: none;
}
.FaqBox .small {
  font-size: 0.75em;
  width: 50%;
  margin: auto;
}
.FaqContact {
  background: #EFEFEF;
  padding: 15px;
  margin-top: 30px;
}
.FaqContact h4 {
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
  margin-bottom: 10px;
}
.FaqContact address {
  font-style: normal;
  font-size: 0.95em;
  line-height: 1.6;
}
.FaqContact address strong {
  font-size: 1.7em;
  display: block;
  font-weight: 400;
}
.FaqContact p {
  padding-bottom: 10px;
}
.FaqContact a {
  background: #999;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0.9em;
}
#faq_p02 {
  background: #F1F1F1;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

#faq_p02 h2 {
    font-size: 1.4em;
    line-height: 1.5;
    padding-bottom: 25px;
}

#faq_p02 h3 {
  font-size: 2em;
  line-height: 1.5;
  padding-bottom: 25px;
}
#faq_p02 h3 strong {
  border-bottom: 1px solid #222;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 5px;
}
#faq_p02 .FlexBox {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.faqManualBox {
  float: left;
  width: 50%;
  text-align: center;
}
.faqManualBox h4 {
  font-size: 1em;
  padding-bottom: 15px;
}
.faqManualBox li {
  width: 80%;
  padding-bottom: 10px;
  margin: auto;
}
.faqManualBox li a {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.9em;
  color: #FFF;
}
.faqManualBox li a:hover {
  opacity: 0.8;
}
.faqManualBox li a.NewWin {
  background: #2DA1D2;
}
.faqManualBox li a.PDFicon {
  background: #F73737;
}
.faqManualBox li a.NewWin strong {
  background: url(../../img/new_win_icon.png) no-repeat left;
  padding-left: 1.4em;
}
.faqManualBox li a.PDFicon strong {
  background: url(../img/pdf_icon.png) no-repeat left;
  padding-left: 1.4em;
}
.faqManualBox li a.none {
  background: #999;
}
.faqManualBox li a.none:hover {
  opacity: 1;
}

.faqManualBox2 h4 {
  font-size: 1em;
  padding-bottom: 15px;
}
.faqManualBox2 li {
  width: 90%;
  padding-bottom: 10px;
  margin: auto;
}
.faqManualBox2 li a {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.9em;
  color: #FFF;
}
.faqManualBox2 li a:hover {
  opacity: 0.8;
}
.faqManualBox2 li a.NewWin {
  background: #2DA1D2;
}
.faqManualBox2 li a.PDFicon {
  background: #F73737;
}
.faqManualBox2 li a.NewWin strong {
  background: url(../../img/new_win_icon.png) no-repeat left;
  padding-left: 1.4em;
}
.faqManualBox2 li a.PDFicon strong {
  background: url(../img/pdf_icon.png) no-repeat left;
  padding-left: 1.4em;
}
.faqManualBox2 li a.none {
  background: #999;
}
.faqManualBox2 li a.none:hover {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .faqManualBox {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
}
/*===============================
ラインナップ
===============================*/
/*ラインナップ*/
#lineup {
  background: #FFF;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.lineupCont {
  position: relative;
  clear: both;
}
#lineup p {
  padding-bottom: 30px;
}
#lineup h3 {
  text-align: center;
  color: #FFF;
  font-size: 0.8em;
  padding-bottom: 30px;
}
#lineup h4 {
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 5px;
}
#lineup h3 strong {
  background: #999;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  display: inline-block;
}
#LineupBox03 {
  width: 300px;
  overflow: hidden;
  margin: auto;
  padding-bottom: 30px;
  border-top: 1px solid #999;
  clear: both;
  padding-left: 350px;
  padding-right: 350px;
}
#LineupBox00 {
  width: 700px;
  overflow: hidden;
  margin: auto;
  padding-bottom: 30px;
  border-top: 1px solid #999;
  clear: both;
  padding-left: 150px;
  padding-right: 150px;
}
#LineupBox01 {
  width: 700px;
  padding-left: 150px;
  padding-right: 150px;
  overflow: hidden;
  margin: auto;
  padding-bottom: 30px;
  border-top: 1px solid #999;
  clear: both;
}
#LineupBox02 {
  overflow: hidden;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
  border-top: 1px solid #999;
  max-width: 1000px;
}
.lineupLeft {
  float: left;
  border-right: 1px solid #999;
  text-align: center;
  position: relative;
}
.lineupCenter {
  float: left;
  border-right: 1px solid #999;
  text-align: center;
  position: relative;
}
.lineupRight {
  float: right;
  text-align: center;
  position: relative;
}
.lineupFull {
  text-align: center;
  position: relative;
  margin: auto;
}
#LineupBox00 .lineupFull {
  max-width: 500px;
}
#LineupBox01 .lineupLeft {
  width: 49%;
}
#LineupBox01 .lineupRight {
  width: 49%;
}
#LineupBox02 .lineupLeft {
  width: 33%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
#LineupBox02 .lineupCenter {
  width: 33%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
#LineupBox02 .lineupRight {
  width: 33%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
#lineup .LineupLink {
  width: 230px;
  padding-top: 15px;
  margin: auto;
}
#lineup .LineupLink a {
  display: block;
  font-size: 0.85em;
  font-weight: 500;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #FFF;
  transition: all 0.3s ease;
  text-decoration: none;
}
#lineup .LineupLink a.soon {
  background: #999 url(../img/more_link_arrow.png) no-repeat 96%;
}
#lineup .LineupLink a.Link {
  background: #000 url(../img/more_link_arrow.png) no-repeat 96%;
}
#lineup .LineupLink a.Link:hover {
  background: #000 url(../img/more_link_arrow.png) no-repeat 98%;
}
/*===============================
共通フッター
===============================*/
#FooterLink {
  text-align: center;
  font-size: 12px;
  color: #CCC;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #FFF;
}
#FooterLink a {
  color: #222;
  text-decoration: none;
}
#FooterLink a:hover {
  text-decoration: underline;
}
#FooterLink p {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  color: #666;
  padding-top: 15px;
  font-size: 10px;
}
#FooterWrapper {
  background: #222;
  padding-top: 30px;
  overflow: hidden;
  clear: both;
  font-family: 'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#FooterWrapper h3 {
  font-size: 15px;
  color: #FFF;
  padding-bottom: 15px;
}
.NaviCatTitle {
  clear: both;
  color: #FFF;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 0.9em;
  border-bottom: 1px solid #444;
  margin-bottom: 10px;
}
#FooterProductBox01 {
  width: 960px;
  margin: auto;
  overflow: hidden;
  border-bottom: 1px solid #444;
}
#FooterProductBox02 {
  width: 960px;
  margin: auto;
  overflow: hidden;
  border-bottom: 1px solid #444;
  padding-top: 30px;
}
#FooterProductBox01 li {
  width: 315px;
  height: 75px;
  float: left;
  color: #FFF;
  padding-bottom: 25px;
}
#FooterWrapper li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}
#FooterWrapper li a:hover {
  opacity: 0.7;
}
#FooterProductBox01 li .ProductImg {
  float: left;
  width: 95px;
}
#FooterWrapper li h4 {
  font-size: 16px;
  padding-top: 15px;
}
#FooterWrapper li h4 strong {
  background: url(../img/footer_seisan_end_icon.png) no-repeat right;
  padding-right: 48px;
}
#FooterWrapper li p {
  font-size: 10px;
  padding-top: 5px;
}
#FooterProductLeft {
  width: 540px;
  float: left;
}
#FooterProductLeft li {
  width: 175px;
  height: 60px;
  float: left;
  color: #FFF;
  padding-bottom: 25px;
}
#FooterProductLeft li .ProductImg {
  float: left;
  width: 68px;
}
#FooterProductLeft li h4 {
  padding-top: 10px;
  font-size: 15px;
}
#FooterProductRight {
  width: 420px;
  float: right;
}
#FooterProductRight li {
  width: 210px;
  height: 60px;
  float: left;
  color: #FFF;
  padding-bottom: 25px;
}
#FooterProductRight li .ProductImg {
  float: left;
  width: 68px;
}
#FooterProductRight li h4 {
  padding-top: 0;
  font-size: 15px;
}
#FooterProductRight li p {
  padding-bottom: 3px;
}
#FooterCopyright {
  width: 960px;
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: auto;
}
#FooterCopyright h2 {
  float: left;
}
#FooterCopyright p {
  float: right;
  color: #CCC;
  font-size: 10px;
}
#FooterCopyright h2 img {
  height: 20px;
}
.SP {
  display: none;
}
.PC {
  display: block;
}
.clear {
  clear: both;
}
/* 960px以下 */
@media only screen and (max-width: 960px) {
  /* 製品ラインアップ */
  #LineupBox02 .lineupLeft, #LineupBox02 .lineupCenter, #LineupBox02 .lineupRight {
    height: 350px;
    box-sizing: border-box;
  }
  #LineupBox02 .lineupCenter {
    width: 34%;
  }
  #LineupBox02 .lineupLeft img, #LineupBox02 .lineupCenter img, #LineupBox02 .lineupRight img {
    position: absolute;
    bottom: 60px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: auto;
    left: 2%;
  }
  #LineupBox02 .LineupLink {
    width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  /* フッター製品 */
  #FooterProductBox01 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
  }
  #FooterProductBox02 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-top: 30px;
  }
  #FooterWrapper {
    background: #222;
    padding-top: 30px;
    overflow: hidden;
    clear: both;
  }
  #FooterWrapper h3 {
    font-size: 1em;
    color: #FFF;
    padding-bottom: 20px;
    clear: both;
    font-weight: bold;
  }
  #FooterProductBox01 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
  }
  #FooterProductBox02 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-top: 30px;
  }
  #FooterProductBox01 li {
    width: 33%;
    height: 85px;
    float: left;
    color: #FFF;
    padding-bottom: 5px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #FooterWrapper li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  #FooterWrapper li a:hover {
    opacity: 0.7;
  }
  #FooterProductBox01 li .ProductImg {
    float: left;
    width: 100px;
  }
  #FooterWrapper li h4 {
    font-size: 1em;
    padding-top: 5px;
  }
  #FooterWrapper li h4 strong {
    background: url(../img/footer_seisan_end_icon.png) no-repeat right;
    padding-right: 48px;
  }
  #FooterWrapper li p {
    font-size: 0.65em;
    padding-top: 5px;
  }
  #FooterWrapper li .ProductImg img {
    max-width: 90%;
  }
  #FooterProductLeft {
    width: 100%;
    float: none;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
  }
  #FooterProductLeft li, #FooterProductRight li {
    width: 33%;
    height: 75px;
    float: left;
    color: #FFF;
    padding-bottom: 25px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #FooterProductLeft li .ProductImg, #FooterProductRight li .ProductImg {
    float: left;
    width: 70px;
  }
  #FooterProductLeft li h4, #FooterProductRight li h4 {
    padding-top: 0px;
    font-size: 0.85em;
  }
  #FooterProductRight {
    width: 100%;
    padding-top: 25px;
    clear: both;
    float: none;
    overflow: hidden;
  }
  #FooterCopyright {
    width: 90%;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #FooterCopyright h2 {
    float: none;
    text-align: center;
    padding-bottom: 5px;
  }
  #FooterCopyright p {
    float: none;
    color: #CCC;
    text-align: center;
    font-size: 0.55em;
  }
}
/* 850px以下 */
@media only screen and (max-width: 850px) {
  /* 製品ラインアップ */
  #LineupBox02 .lineupLeft, #LineupBox02 .lineupCenter, #LineupBox02 .lineupRight {
    height: 320px;
    box-sizing: border-box;
  }
}
/* iPad用 */
@media only screen and (max-width: 768px) {
  /* 製品ラインアップ */
  #LineupBox03 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #LineupBox03 img {
    width: 50% !important;
  }
  #LineupBox00 {
    padding-left: 0;
    padding-right: 0;
  }
  #LineupBox01 {
    padding-left: 0;
    padding-right: 0;
  }
  #LineupBox02 .lineupLeft, #LineupBox02 .lineupCenter, #LineupBox02 .lineupRight {
    height: 280px;
    box-sizing: border-box;
  }
  #LineupBox02 .lineupCenter {
    width: 34%;
  }
  #LineupBox02 .lineupLeft img, #LineupBox02 .lineupCenter img, #LineupBox02 .lineupRight img {
    position: absolute;
    bottom: 60px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: auto;
    left: 2%;
  }
  #LineupBox02 .LineupLink {
    width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  /* フッター製品 */
  #FooterProductBox01 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
  }
  #FooterProductBox02 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-top: 30px;
  }
  #FooterWrapper {
    background: #222;
    padding-top: 30px;
    overflow: hidden;
    clear: both;
  }
  #FooterWrapper h3 {
    font-size: 1em;
    color: #FFF;
    padding-bottom: 20px;
    clear: both;
    font-weight: bold;
  }
  #FooterProductBox01 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
  }
  #FooterProductBox02 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-top: 30px;
  }
  #FooterProductBox01 li {
    width: 50%;
    height: 85px;
    float: left;
    color: #FFF;
    padding-bottom: 5px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #FooterWrapper li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  #FooterWrapper li a:hover {
    opacity: 0.7;
  }
  #FooterProductBox01 li .ProductImg {
    float: left;
    width: 100px;
  }
  #FooterWrapper li h4 {
    font-size: 1em;
    padding-top: 5px;
  }
  #FooterWrapper li h4 strong {
    background: url(../img/footer_seisan_end_icon.png) no-repeat right;
    padding-right: 48px;
  }
  #FooterWrapper li p {
    font-size: 0.8em;
    padding-top: 5px;
  }
  #FooterWrapper li .ProductImg img {
    max-width: 90%;
  }
  #FooterProductLeft {
    width: 100%;
    float: none;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
  }
  #FooterProductLeft li, #FooterProductRight li {
    width: 50%;
    height: 75px;
    float: left;
    color: #FFF;
    padding-bottom: 25px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #FooterProductLeft li .ProductImg, #FooterProductRight li .ProductImg {
    float: left;
    width: 70px;
  }
  #FooterProductLeft li h4, #FooterProductRight li h4 {
    padding-top: 0px;
    font-size: 0.85em;
  }
  #FooterProductRight {
    width: 100%;
    padding-top: 25px;
    clear: both;
    float: none;
    overflow: hidden;
  }
  #FooterCopyright {
    width: 90%;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #FooterCopyright h2 {
    float: none;
    text-align: center;
    padding-bottom: 5px;
  }
  #FooterCopyright p {
    float: none;
    color: #CCC;
    text-align: center;
    font-size: 0.55em;
  }
  /* 下にスクロール */
  #ScrollIcon {
    margin-left: -9999px;
  }
  
  #BackToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    cursor: pointer;
  }
  #BackToTop a:hover {
    opacity: 1;
}
  #BackToTop a {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../../img/backtotop_icon.png) no-repeat;
    text-indent: -9999px;
    opacity: 0.7;
    transition: all 0.3s ease;
  }
}
/* スマホ用（4.7インチ以上） */
@media only screen and (max-width: 599px) {
  /* ラインナップ */
  #LineupBox00, #LineupBox01, #LineupBox02 {
    padding-top: 0px;
  }
  /* 製品ラインアップ */
  #LineupBox02 .lineupLeft, #LineupBox02 .lineupCenter, #LineupBox02 .lineupRight {
    height: auto;
    box-sizing: border-box;
    border-right: 0;
  }
  #LineupBox02 .lineupCenter {
    width: auto;
  }
  #LineupBox02 .lineupLeft img, #LineupBox02 .lineupCenter img, #LineupBox02 .lineupRight img {
    position: static;
    display: block;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    margin: auto;
    left: auto;
  }
  #LineupBox02 .LineupLink {
    margin: auto;
    position: static;
    bottom: 0;
    left: 5%;
  }
  #lineup {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #lineup img {
    width: 80%;
  }
  #LineupBox00 img {
    width: 100%;
  }
  #LineupBox00 {
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding-bottom: 20px;
    clear: both;
  }
  #lineup h3 {
    padding-bottom: 0;
  }
  #LineupBox01 {
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding-bottom: 20px;
    clear: both;
  }
  #LineupBox02 {
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding-bottom: 20px;
    clear: both;
    border-top: 1px solid #CCC;
  }
  .lineupFull {
    float: none;
    border-right: 0;
    padding-top: 20px;
  }
  .lineupLeft {
    float: none;
    border-right: 0;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .lineupCenter {
    float: none;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .lineupRight {
    float: none;
    text-align: center;
    padding-top: 20px;
  }
  #LineupBox01 .lineupLeft {
    width: 100%;
    margin: auto;
  }
  #LineupBox01 .lineupRight {
    width: 100%;
    margin: auto;
  }
  #LineupBox02 .lineupLeft {
    width: 100%;
    margin: auto;
  }
  #LineupBox02 .lineupCenter {
    width: 100%;
    margin: auto;
  }
  #LineupBox02 .lineupRight {
    width: 100%;
    margin: auto;
  }
  #lineup .LineupLink {
    width: 60%;
    padding-top: 15px;
    margin: auto;
  }
  #lineup .LineupLink a {
    display: block;
    font-size: 0.85em;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #FFF;
  }
  /* オプション */
  .option_box {
    width: 47%;
    font-size: 0.9em;
    text-align: center;
  }
  #lineup .LineupLink a.soon {
    background: #999 url(../img/more_link_arrow.png) no-repeat 96%;
  }
  /* フッターリンク */
  #FooterLink {
    font-size: 0.75em;
    color: #FFF;
    padding: 15px;
    background: #FFF;
    border-top: 1px solid #CCC;
    overflow: hidden;
  }
  #FooterLink a {
    display: block;
    text-align: left;
    background: url(../img/list_link_arrow.png) no-repeat left;
    padding-left: 12px;
    line-height: 1.8;
  }
  /* フッター製品 */
  #FooterProductBox01 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
  }
  #FooterProductBox02 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-top: 30px;
  }
  #FooterWrapper {
    background: #222;
    padding-top: 30px;
    overflow: hidden;
    clear: both;
  }
  #FooterWrapper h3 {
    font-size: 1em;
    color: #FFF;
    padding-bottom: 20px;
    clear: both;
    font-weight: bold;
  }
  #FooterProductBox01 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
  }
  #FooterProductBox02 {
    width: 94%;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-top: 30px;
  }
  #FooterProductBox01 li {
    width: 50%;
    height: 85px;
    float: left;
    color: #FFF;
    padding-bottom: 5px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #FooterWrapper li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  #FooterWrapper li a:hover {
    opacity: 1;
  }
  #FooterProductBox01 li .ProductImg {
    float: left;
    width: 70px;
  }
  #FooterWrapper li h4 {
    font-size: 0.8em;
    padding-top: 5px;
  }
  #FooterWrapper li h4 strong {
    background: url(../img/footer_seisan_end_icon.png) no-repeat right;
    background-size: 30px;
    padding-right: 32px;
  }
  #FooterWrapper li p {
    font-size: 0.5em;
    padding-top: 5px;
  }
  #FooterWrapper li .ProductImg img {
    max-width: 90%;
  }
  #FooterProductLeft {
    width: 100%;
    float: none;
    overflow: hidden;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
  }
  #FooterProductLeft li, #FooterProductRight li {
    width: 50%;
    height: 75px;
    float: left;
    color: #FFF;
    padding-bottom: 25px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #FooterProductLeft li .ProductImg, #FooterProductRight li .ProductImg {
    float: left;
    width: 60px;
  }
  #FooterProductLeft li h4, #FooterProductRight li h4 {
    padding-top: 0px;
    font-size: 0.85em;
  }
  #FooterProductRight {
    width: 100%;
    padding-top: 25px;
    clear: both;
    float: none;
    overflow: hidden;
  }
  #FooterCopyright {
    width: 90%;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #FooterCopyright h2 {
    float: none;
    text-align: center;
    padding-bottom: 5px;
  }
  #FooterCopyright h2 img {
    height: 16px;
  }
  #FooterCopyright p {
    float: none;
    color: #CCC;
    text-align: center;
    font-size: 0.55em;
  }
  .SP {
    display: block;
  }
  .PC {
    display: none;
  }
  .blur {
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    opacity: 0.5;
  }
}
/* スマホ用（4インチ以下） */
@media only screen and (max-width: 320px) {
  #FooterProductBox01 li {
    width: 50%;
    height: 85px;
    float: left;
    color: #FFF;
    padding-bottom: 5px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #FooterWrapper li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  #FooterProductBox01 li .ProductImg {
    float: left;
    width: 50px;
  }
  #FooterWrapper li h4 {
    font-size: 0.7em;
    padding-top: 5px;
  }
  #FooterProductLeft li .ProductImg, #FooterProductRight li .ProductImg {
    float: left;
    width: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .ContBox .txtRight h4 br, .ContBox .txtLeft h4 br {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  #Cont01 {
    padding-top: 80px;
    text-align: center;
  }
  #Cont01 span img {
    height: 10px;
  }
}
.youtube-wrapper {
  position: relative;
  padding-top: 56.25%;  /* 動画の縦横比 */
  padding-bottom: 30px; /* スライダー部分用スペース */
  overflow: hidden;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ページの先頭に戻る */
#BackToTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index:10000;
	cursor:pointer;
}

#BackToTop a {
	display: block;
	width: 80px;
	height: 80px;
	background:url(../../img/backtotop_icon.png) no-repeat;
	background-size: 100%;
	text-indent:-9999px;
	opacity:0.8;
	transition: all  0.3s ease;
}

#BackToTop a:hover {
	opacity:1;
}

@media only screen and (max-width: 700px) {
#BackToTop {
	bottom: 10px;
	right: 10px;
}
#BackToTop a {
	width: 50px;
	height: 50px;
}
}

