<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*(c)ネオ･クイックコールプロ*/
/*フォント*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'Icons';
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg#Icons") format("svg"); }
@font-face {
  font-family: 'Din';
  src: url("../font/din1451alt.eot");
  src: url("../font/din1451alt.eot?#iefix") format("embedded-opentype"), url("../font/din1451alt.woff") format("woff"), url("../font/din1451alt.ttf") format("truetype"), url("../font/din1451alt.svg#Din") format("svg"); }
/*色設定*/
/*フォントサイズ設定*/
/*ベーシック*/
html {
  overflow-y: scroll; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px;
  color: #333; }

body {
  background: #fff;
  text-align: center;
  font-size: 100%;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

i {
  font-style: normal;
  font-family: "Icons"; }

b {
  font-weight: normal; }

hr {
  display: none; }

address {
  font-style: normal; }

img {
  border: 0px;
  vertical-align: bottom; }

.TC {
  text-align: center; }

.TR {
  text-align: right; }

.TL {
  text-align: left; }

.FL {
  float: left; }

.FR {
  float: right; }

.SP {
  display: none; }

.ImgR {
  float: right;
  margin: 0 0 15px 30px; }

.ImgL {
  float: left;
  margin: 0 30px 15px 0; }

.Color01 {
  color: #20414d; }

.Color02 {
  color: #e08024; }

.SizeS {
  font-size: 13px; }

.SizeM {
  font-size: 14px; }

.SizeL {
  font-size: 15px; }

.PC50 {
  width: 50%; }

.PC33 {
  width: 33.333%; }

.PC16 {
  width: 16.666%; }

.PC12 {
  width: 12.5%; }

.CF {
  *zoom: 1; }
  .CF::before, .CF::after {
    content: " ";
    display: table; }
  .CF::after {
    clear: both; }

.CB {
  clear: both; }

.Img2 li {
  float: left; }
  .Img2 li:first-child {
    margin-left: 0px; }
  .Img2 li img {
    width: 100%; }
  .Img2 li span {
    display: block;
    font-size: 12px;
    padding-top: 5px; }
.Img2 li {
  float: left;
  width: 48.5%;
  margin-left: 3%; }
  .Img2 li:nth-child(2n+1) {
    margin-left: 0px; }

.Img3 li {
  float: left; }
  .Img3 li:first-child {
    margin-left: 0px; }
  .Img3 li img {
    width: 100%; }
  .Img3 li span {
    display: block;
    font-size: 12px;
    padding-top: 5px; }
.Img3 li {
  float: left;
  width: 31%;
  margin-left: 3.5%; }
  .Img3 li:nth-child(3n+1) {
    margin-left: 0px; }

.Img4 li {
  float: left; }
  .Img4 li:first-child {
    margin-left: 0px; }
  .Img4 li img {
    width: 100%; }
  .Img4 li span {
    display: block;
    font-size: 12px;
    padding-top: 5px; }
.Img4 li {
  float: left;
  width: 22.75%;
  margin-left: 3%; }
  .Img4 li:nth-child(4n+1) {
    margin-left: 0px; }

/*フォント設定*/
body, .F0 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic, "メイリオ","Meiryo", "HGPｺﾞｼｯｸM", "Osaka","ＭＳ Ｐゴシック",sans-serif,"Century Gothic",Arial; }

/*フォーム装飾*/
input[type=checkbox] + span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  vertical-align: -1px;
  margin-right: 5px; }
  input[type=checkbox] + span i::before {
    content: 'チ';
    color: #fff;
    padding: 0 0 0 1px;
    font-size: 11px;
    vertical-align: 2px; }
input[type=checkbox]:checked + span {
  color: #50b848; }
input[type=checkbox]:checked + span i {
  border-color: #50b848; }
input[type=checkbox]:checked + span i::before {
  color: #50b848; }

input[type=radio] + span b {
  display: inline-block;
  width: 16px;
  height: 16px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  vertical-align: -1px;
  margin-right: 5px; }
  input[type=radio] + span b::before {
    content: '●';
    color: #fff;
    padding: 0 0 0 4px;
    font-size: 8px;
    vertical-align: 4px;
    font-weight: normal; }
input[type=radio]:checked + span {
  color: #50b848; }
input[type=radio]:checked + span b {
  border-color: #50b848; }
input[type=radio]:checked + span b::before {
  color: #50b848; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2; }

:-moz-placeholder {
  color: #000;
  opacity: 0.2; }

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }

select::-ms-expand {
  display: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a; }

.PCTC {
  text-align: center; }

a.TEL:hover {
  cursor: default; }
  a.TEL:hover img {
    opacity: 1; }

/*画像オンマウス*/
a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/*横幅*/
body {
  min-width: 1200px; }

#Hd, #Ft, #Main, #Bt {
  width: 1200px; }

@media screen and (min-width: 1260px) {
  #Main {
    width: 1200px; } }
@media screen and (min-width: 1660px) {
  #Main {
    width: 1600px; } }
/*レイアウト*/
#Exh {
  height: 30px;
  background: #20414d; }
  #Exh a:hover {
    opacity: 1; }
  #Exh ul {
    width: 1200px;
    margin: 0 auto; }
    #Exh ul li {
      float: left;
      color: #fff;
      font-size: 13px;
      text-align: center;
      padding: 0 15px;
      line-height: 30px;
      min-width: 40px;
      position: relative;
      cursor: pointer; }
      #Exh ul li.hov {
        background: #20414d; }
      #Exh ul li a {
        opacity: 0.9; }
      #Exh ul li a.has::after {
        content: "▼";
        padding-left: 5px;
        font-size: 5px;
        vertical-align: 2px; }
  #Exh ol {
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
    background: #20414d;
    z-index: 10;
    padding: 10px 0;
    width: 250px; }
    #Exh ol li {
      width: auto;
      height: auto;
      text-indent: inherit;
      margin: 0px;
      padding: 0px;
      font-size: inherit;
      line-height: inherit;
      background: none;
      border: none;
      color: inherit;
      text-align: left;
      line-height: 20px;
      padding: 0 15px;
      color: #fff; }
      #Exh ol li a::after {
        content: "a";
        font-family: "Icons";
        padding-left: 5px;
        font-size: 12px;
        vertical-align: 0px; }

#Hd {
  position: relative;
  height: 130px;
  margin: 0 auto;
  	/*
  	ol {right:0px;top:0px;
  		li {margin-left:1px;width:169px;background:$Color03;
  			a {width:100%;line-height:40px;}
  			&amp;:hover img {@include Scale(1.13);opacity:1;}
  		}
  		li.Inq {width:259px;background:$Color02;
  			&amp;:hover img {@include Scale(1.12);opacity:1;}
  
  		}
  
  	}*/
  /*
  address {position:absolute;right:0px;top:50px;
  	a:hover {cursor:default;}
  	img {width:260px;height:auto;opacity:1;}
  }
  */ }
  #Hd div.hum {
    display: none; }
  #Hd ul, #Hd ol {
    position: absolute; }
    #Hd ul img, #Hd ol img {
      vertical-align: top;
      height: 20px;
      margin-top: 5px; }
  #Hd li {
    float: left; }
  #Hd a {
    display: block; }
  #Hd h1 {
    position: absolute;
    left: 0px;
    top: 18px; }
    #Hd h1 img {
      height: 50px; }
  #Hd ul {
    position: absolute;
    bottom: 10px;
    width: 1200px;
    display: block;
    border-left: 1px solid #ddd; }
    #Hd ul li {
      width: 16.66%;
      border-right: 1px solid #ddd;
      box-sizing: border-box;
      /*&amp;:first-child a {border-left:1px solid #ddd;}*/
      /*SP用の「ホーム」を削除*/
      /*a:focus {background:rgba(80,184,72,0.15);}*/ }
      #Hd ul li a {
        width: 100%;
        line-height: 30px; }
      #Hd ul li:first-child {
        display: none; }
      #Hd ul li:hover img {
        -moz-transform: scale(1.13, 1.13);
        -webkit-transform: scale(1.13, 1.13);
        transform: scale(1.13, 1.13);
        opacity: 1; }
  #Hd ol {
    right: 0px;
    top: 25px;
    /*li {margin-left:1px;width:220px;background:$Color03;
    	a {width:100%;line-height:36px;@include Transition(0.5);
    		&amp;:hover {@include Scale(1.10);}
    		img {vertical-align:top;height:20px;margin-top:8px;opacity:1 !important;}
    		img + img {margin-left:6px;}
    	}
    }*/ }
    #Hd ol li a {
      display: block;
      line-height: 36px;
      width: 220px;
      background: #50b848;
      border-bottom: 3px solid rgba(0, 0, 0, 0.5);
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      #Hd ol li a img {
        vertical-align: top;
        height: 20px;
        margin-top: 8px; }
      #Hd ol li a img + img {
        margin-left: 6px; }
    #Hd ol li:hover {
      padding-top: 3px; }
      #Hd ol li:hover a {
        border-bottom: 0px; }
        #Hd ol li:hover a img {
          opacity: 1; }
  #Hd address {
    position: absolute;
    right: 240px;
    top: 30px; }
	
    #Hd address img {
      height: 30px; }

  #Hd p.hpmita {
    position: absolute;
    right: 220px;
    top: 65px;
	color:#090;
	font-size:12px;}

	  

#BtA {
  height: 380px;
  background: url(../img/common/bg_upfoot.png) center top;
  overflow-x: hidden; }

#Bt {
  margin: 0 auto; }
  #Bt div {
    float: left;
    width: 50%;
    text-align: center;
    position: relative; }
    #Bt div b {
      position: absolute;
      top: -5px;
      left: -25px; }
    #Bt div p {
      font-size: 20px;
      line-height: 20px;
      font-weight: bold;
      padding: 30px 0 25px 0;
      color: #fff; }
    #Bt div dt {
      width: 400px;
      margin: 0 auto; }
      #Bt div dt img {
        width: 400px;
        height: 150px; }
    #Bt div dd {
      width: 400px;
      margin: 0 auto;
      font-size: 14px;
      line-height: 20px;
      text-align: left;
      padding: 5px 0 30px 0;
      color: #fff; }
    #Bt div span {
      display: inline-block;
      line-height: 36px;
      /*background:#E08024;*/
      background: #fff;
      font-size: 14px;
      width: 280px;
      -moz-border-radius: 18px;
      -webkit-border-radius: 18px;
      -o-border-radius: 18px;
      -ms-border-radius: 18px;
      border-radius: 18px;
      font-weight: bold; }
      #Bt div span i {
        font-size: 16px;
        padding-right: 5px; }
    #Bt div a {
      display: block; }
      #Bt div a:hover {
        opacity: 0.5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  #Bt div + div b {
    left: auto;
    top: 5px;
    right: -40px; }
  #Bt div + div span {
    /*background:#D1102F;*/ }

#Sm {
  background: #20414d; }
  #Sm dt {
    padding: 35px 0 20px 0; }
    #Sm dt img {
      height: 20px; }
  #Sm dd {
    padding-bottom: 20px; }
    #Sm dd a:hover {
      cursor: default; }
    #Sm dd img {
      height: 65px;
      opacity: 1; }
  #Sm dl + p a {
    display: block;
    background: #fff;
    line-height: 35px;
    width: 250px;
    margin: 0 auto;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px; }
  #Sm dl + p img {
    height: 15px;
    vertical-align: middle; }
  #Sm ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px; }
    #Sm ul li {
      display: inline-block;
      line-height: 70px; }
    #Sm ul a {
      color: #fff;
      font-size: 14px;
      margin: 0 10px; }

#Ft {
  position: relative;
  height: 200px;
  margin: 0 auto;
  text-align: left; }
  #Ft h1, #Ft p, #Ft ul, #Ft div, #Ft address, #Ft span {
    position: absolute; }
  #Ft h1 {
    left: 0px;
    top: 25px; }
    #Ft h1 img {
      height: 45px; }
  #Ft p {
    left: 210px;
    top: 40px;
    background: #Eee;
    color: #000;
    width: 200px;
    line-height: 30px;
    font-size: 12px;
    text-align: center; }
  #Ft ul {
    left: 3px;
    top: 85px; }
    #Ft ul li {
      float: left;
      font-weight: 500;
      font-size: 14px;
      margin-right: 20px; }
      #Ft ul li a[target="_blank"]::after {
        content: "a";
        font-family: "Icons";
        padding-left: 4px;
        font-size: 12px;
        font-weight: normal; }
  #Ft address {
    left: 3px;
    top: 125px;
    font-size: 13px;
    line-height: 20px;
    color: #666; }
  #Ft div {
    right: 0px;
    top: 30px; }
    #Ft div img {
      height: 100px; }
  #Ft span {
    font-size: 12px;
    color: #666;
    right: 0px;
    top: 145px; }

#Top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none; }
  #Top a {
    display: block;
    line-height: 43px;
    width: 46px;
    height: 46px;
    background: #209E91;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    -o-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    font-family: "Icons";
    color: #fff; }
  #Top a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/*スクロールメニュー*/
#Hd div.fix {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 40px;
  width: 100%;
  z-index: 10000; }

div.fixback {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 50px;
  width: 100%;
  background: #fff;
  border-top: 5px solid #20414d;
  display: none;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 1px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 1px 0; }

body.Opn1 #Hd div.fix {
  position: fixed;
  top: -40px; }
body.Opn1 div.fixback {
  display: block;
  position: fixed;
  top: -60px; }

body.Opn2 #Hd div.fix {
  position: fixed;
  top: 15px; }
body.Opn2 div.fixback {
  display: block;
  position: fixed;
  top: 0px; }

/*article*/
article {
  min-height: 500px;
  text-align: left;
  color: #444;
  *zoom: 1; }
  article::before {
    content: " ";
    display: table; }
  article::after {
    content: " ";
    display: table;
    clear: both; }
  article &gt; div:first-child {
    background: #20414d;
    color: #fff;
    height: 100px; }
  article .box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  article h1 {
    font-size: 35px;
    font-weight: 200;
    height: 100px;
    text-align: center; }
    article h1 img {
      height: 45px;
      vertical-align: top;
      padding-top: 28px; }
  article h2 {
    font-size: 26px;
    margin: 45px auto 40px auto;
    text-align: center; }
    article h2 + span {
      display: block;
      text-align: center;
      color: #faad8f;
      font-size: 10px;
      font-weight: bold;
      margin: -35px 0 30px 0; }
    article h2 + span + span {
      font-size: 15px;
      line-height: 28px;
      display: block;
      color: #7e6b5a;
      margin: 0 auto;
      text-align: center;
      margin: -20px 0 25px 0; }
  article h3 {
    font-size: 22px;
    margin: 30px 0 25px 0; }
    article h3 b {
      font-family: 'Din';
      color: #faad8f;
      font-size: 55px;
      margin-left: 5px; }
    article h3 span {
      border-bottom: 3px solid #3fa536;
      padding: 0 2px 10px 2px; }
  article h2 + h3 {
    margin-top: -30px; }
  article .h3a h3, article h3.h3a {
    border: 1px solid #3fa536;
    border-width: 1px 0;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0;
    margin-top: 45px; }
  article hr {
    display: block;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    border: none;
    border-bottom: 1px double #ccc;
    margin: 0px 0; }
  article p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px; }
    article p.Mid01 {
      font-size: 25px;
      line-height: 1.5;
      font-weight: 200;
      color: #20414d;
      margin: 30px 0 50px 0;
      text-align: center; }
  article ul, article ol {
    overflow: hidden;
    position: relative;
    zoom: 100%; }
    article ul::after, article ol::after {
      content: "";
      clear: both;
      height: 0;
      display: block;
      visibility: hidden; }
  article table {
    border-collapse: collapse;
    width: 100%; }
    article table th, article table td {
      border: 1px solid #ddd;
      padding: 9px;
      font-size: 15px;
      text-align: left; }
    article table th {
      background: #f8f8f8; }
    article table td {
      background: #fff; }
  article img {
    max-width: 100%; }
  article .cap {
    font-size: 13px;
    line-height: 26px;
    color: #666; }

/*インデックス*/
.ind_merit,
.ind_others {
  *zoom: 1; }
  .ind_merit::before,
  .ind_others::before {
    content: " ";
    display: table; }
  .ind_merit::after,
  .ind_others::after {
    content: " ";
    display: table;
    clear: both; }
  .ind_merit div,
  .ind_others div {
    background: #fffdeb;
    text-align: center;
    border-bottom: 3px solid #fbeeca; }
  .ind_merit dt,
  .ind_others dt {
    background: url(../img/common/dot_01.png) repeat-x left bottom;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 15px; }
  .ind_merit dd,
  .ind_others dd {
    font-size: 15px;
    line-height: 24px;
    text-align: left; }

.ind_merit div {
  float: left;
  width: 31.666%;
  margin-left: 2.5%;
  min-height: 420px;
  border-bottom: 3px solid #fbeeca;
  margin-top: 30px; }
  .ind_merit div:first-child {
    margin-left: 0px; }
    .ind_merit div:first-child dt {
      padding-top: 0px;
      height: 75px; }
  .ind_merit div h3 {
    margin-top: -45px; }
.ind_merit dl {
  padding: 0 20px; }
.ind_merit dt {
  font-size: 22px;
  text-align: center;
  height: 60px; }
.ind_merit dd img {
  padding: 10px 0 15px 0; }

.ind_others {
  /**/ }
  .ind_others div {
    padding: 0 10px;
    *zoom: 1;
    margin: 60px 0 0px 0;
    /**/ }
    .ind_others div::before {
      content: " ";
      display: table; }
    .ind_others div::after {
      content: " ";
      display: table;
      clear: both; }
    .ind_others div h3 {
      margin-top: -15px; }
    .ind_others div p {
      width: 640px;
      margin: 50px auto 0 auto; }
  .ind_others dl {
    float: left;
    width: 22%;
    /*width:30%;*/
    margin-left: 2.5%;
    padding: 30px 0 50px 0 0;
    /*min-height:150px;*/ }
  .ind_others dt {
    font-size: 18px;
    text-align: left;
    padding-bottom: 20px; }
  .ind_others dd {
    padding-bottom: 30px; }
    .ind_others dd img {
      display: block;
      margin-bottom: 10px; }
  .ind_others dl.ana {
    width: 62.5%;
    height: 250px; }
    .ind_others dl.ana dd img {
      height: 130px;
      float: left;
      margin-right: 30px; }

.ind_merit_btn {
  padding: 40px 0 60px 0; }
  .ind_merit_btn a {
    width: 320px;
    background: #209E91 !important; }

.ind_demo {
  padding-bottom: 60px; }
  .ind_demo div {
    border: 5px solid #950b21;
    background: #fff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 25px; }
    .ind_demo div h3 {
      margin-top: -30px; }
      .ind_demo div h3 img {
        height: 60px; }
    .ind_demo div ul {
      padding: 15px 0 45px 0; }
      .ind_demo div ul li {
        display: inline-block;
        margin: 0 15px; }
  .ind_demo p.btn a {
    width: 320px;
    background: #d1102f;
    opacity: 0.2; }
  .ind_demo span {
    display: block;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #d1102f; }

.ind_demo2 {
  text-align: center; }
  .ind_demo2 img:first-child {
    width: 615px; }
  .ind_demo2 img {
    width: 1000px; }
  .ind_demo2 p.btn {
    margin: -30px 0 60px 0; }
  .ind_demo2 p.btn a {
    width: 320px;
    background: #6BBF59; }

.ind_voice {
  padding-bottom: 60px;
  *zoom: 1; }
  .ind_voice::before {
    content: " ";
    display: table; }
  .ind_voice::after {
    content: " ";
    display: table;
    clear: both; }
  .ind_voice span + p {
    color: #7e6b5a;
    margin: 0 auto;
    text-align: center;
    margin: -25px 0 60px 0; }
  .ind_voice div {
    width: 48%;
    float: left;
    border: 1px solid #ddd;
    position: relative; }
    .ind_voice div h4 {
      text-align: center;
      margin-top: -35px; }
    .ind_voice div span img {
      position: absolute;
      left: 20px;
      top: 70px;
      width: 200px; }
    .ind_voice div dl, .ind_voice div p {
      margin: 0 25px 0 245px; }
    .ind_voice div dt {
      font-size: 18px;
      font-weight: bold;
      color: #e08024;
      margin: 25px 0 15px 0; }
    .ind_voice div dd {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px; }
    .ind_voice div p {
      font-size: 15px;
      line-height: 22px; }
    .ind_voice div span {
      display: block;
      line-height: 46px;
      width: 280px;
      text-align: center;
      background: #e08024;
      color: #fff;
      margin: 30px auto 30px auto;
      -moz-border-radius: 23px;
      -webkit-border-radius: 23px;
      -o-border-radius: 23px;
      -ms-border-radius: 23px;
      border-radius: 23px;
      font-size: 15px; }
      .ind_voice div span:hover {
        opacity: 0.5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .ind_voice div a {
      display: block; }
  .ind_voice div + div {
    float: right; }

.ind_service {
  padding-bottom: 50px;
  *zoom: 1; }
  .ind_service::before {
    content: " ";
    display: table; }
  .ind_service::after {
    content: " ";
    display: table;
    clear: both; }
  .ind_service div {
    width: 48%;
    background: #fff;
    float: right;
    margin-top: 50px;
    border-bottom: 5px solid #fbeeca; }
    .ind_service div h3 {
      border-bottom: 2px solid #f8b500;
      margin: 0 30px;
      text-align: center;
      margin-top: -50px;
      margin-bottom: 15px;
      padding-bottom: 10px; }
    .ind_service div p {
      font-size: 16px;
      line-height: 24px;
      margin: 0 30px;
      min-height: 125px; }
    .ind_service div span {
      display: block;
      line-height: 46px;
      width: 280px;
      text-align: center;
      background: #f8b500;
      color: #fff;
      margin: 15px auto 30px auto;
      -moz-border-radius: 23px;
      -webkit-border-radius: 23px;
      -o-border-radius: 23px;
      -ms-border-radius: 23px;
      border-radius: 23px;
      font-size: 15px; }
      .ind_service div span:hover {
        opacity: 0.5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .ind_service div a {
      display: block; }
  .ind_service div:first-child {
    float: left; }

.ind_news ul {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #eee;
  margin-bottom: 60px; }
.ind_news li {
  position: relative;
  padding: 20px 15px 5px 150px;
  border-bottom: 1px solid #eee; }
  .ind_news li span {
    position: absolute;
    left: 28px;
    top: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #f3a481; }
  .ind_news li p {
    line-height: 24px;
    color: #20414d; }

.ind_sli {
  min-height: 460px; }

.ind_image {
  *zoom: 1; }
  .ind_image::before {
    content: " ";
    display: table; }
  .ind_image::after {
    content: " ";
    display: table;
    clear: both; }
  .ind_image figure {
    float: left;
    width: 700px;
    box-sizing: border-box;
    border: 1px solid #eee; }
  .ind_image dl {
    float: right;
    width: 450px; }
    .ind_image dl dt {
      background: #F29A76;
      color: #fff;
      line-height: 30px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -o-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      font-size: 15px;
      display: inline-block;
      padding: 0 25px;
      font-weight: bold;
      margin: 0 0 5px -5px; }
    .ind_image dl dd {
      font-size: 14px;
      line-height: 21px; }
    .ind_image dl dd + dt {
      margin-top: 25px; }

.ind_support span span {
  font-size: 12px; }
.ind_support .sup_box {
  letter-spacing: -.40em;
  position: relative;
  width: 1200px;
  text-align: center;
  height: 360px; }
  .ind_support .sup_box &gt; div {
    display: inline-block;
    letter-spacing: normal;
    background: #fff;
    height: 300px;
    text-align: center;
    width: 319px;
    border-right: 1px solid #f9f4c5;
    vertical-align: top; }
    .ind_support .sup_box &gt; div h3 {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 10px; }
    .ind_support .sup_box &gt; div span {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 10px;
      display: block; }
    .ind_support .sup_box &gt; div figure {
      height: 125px;
      width: 200px;
      margin: 0 auto; }
    .ind_support .sup_box &gt; div p {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px; }
    .ind_support .sup_box &gt; div.sup_tel h3, .ind_support .sup_box &gt; div.sup_tel span {
      color: #2d4f9e; }
    .ind_support .sup_box &gt; div.sup_pc h3, .ind_support .sup_box &gt; div.sup_pc span {
      color: #038ff5; }
    .ind_support .sup_box &gt; div.sup_web h3, .ind_support .sup_box &gt; div.sup_web span {
      color: #0c963d; }
  .ind_support .sup_box img.dandy_sup {
    width: 175px;
    position: absolute;
    right: 0px;
    bottom: 0px; }
.ind_support a {
  display: block; }

.ind_test {
  height: 240px;
  background: #fff;
  margin-top: -15px; }

/*機能･特長*/
.abo_merit div {
  *zoom: 1;
  margin: 60px 0; }
  .abo_merit div::before {
    content: " ";
    display: table; }
  .abo_merit div::after {
    content: " ";
    display: table;
    clear: both; }
  .abo_merit div i {
    float: left; }
    .abo_merit div i img {
      width: 460px; }
  .abo_merit div h3, .abo_merit div dl {
    margin-left: 520px; }
  .abo_merit div h3 {
    margin-top: 0px; }
  .abo_merit div dt {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px; }
  .abo_merit div dd {
    font-size: 15px;
    line-height: 25px; }
    .abo_merit div dd img {
      margin-top: 10px; }
  .abo_merit div p {
    display: none; }
.abo_merit div.merit2 h3 {
  margin-top: -20px; }
.abo_merit div.merit2 i {
  padding-top: 25px; }

.abo_list {
  margin: 80px -15px 0 -15px; }
  .abo_list dl {
    float: left;
    width: 380px;
    height: 500px;
    margin: 0 15px; }
    .abo_list dl dt {
      background: #f29a76;
      line-height: 60px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-indent: 15px; }
    .abo_list dl dd {
      font-size: 15px;
      line-height: 25px; }
      .abo_list dl dd span {
        display: block;
        margin: 10px 0 5px 0;
        background: #eee;
        padding: 5px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .abo_list dl dd span:hover {
          background: #f29a76; }
      .abo_list dl dd img {
        display: block; }

.abo_others {
  padding-bottom: 100px; }
  .abo_others h3 {
    text-align: center;
    margin-bottom: 50px; }
  .abo_others th {
    background: #f29a76;
    color: #fff;
    line-height: 25px;
    text-align: left;
    width: 13em; }
  .abo_others td {
    font-size: 14px; }

.abo_price h3 {
  font-size: 20px; }
.abo_price table {
  margin: 30px 0 10px 0; }
.abo_price th {
  width: 25%; }
.abo_price td {
  font-size: 16px; }
  .abo_price td span {
    color: #faad8f; }
  .abo_price td b {
    font-size: 25px;
    font-weight: bold; }
    .abo_price td b i {
      font-size: 35px;
      font-weight: normal; }
      .abo_price td b i em {
        font-style: normal;
        font-size: 25px; }
  .abo_price td i {
    font-family: 'Din';
    padding-right: 5px; }
.abo_price td.plan1, .abo_price td.plan2 {
  width: 37.5%;
  color: #fff; }
.abo_price td.plan1 {
  background: #E50050; }
.abo_price td.plan2 {
  background: #009944; }
.abo_price div.dandy1 {
  text-align: right;
  margin: -120px 20px -50px 0; }
  .abo_price div.dandy1 img {
    height: 200px; }
.abo_price .special {
  background: #fff;
  border: 3px solid #EAC309;
  margin: 60px 0 60px 0;
  text-align: center;
  padding: 35px 0 0 0;
  position: relative;
  height: 230px; }
  .abo_price .special h4 {
    color: #EAC309;
    font-size: 19px; }
  .abo_price .special p {
    margin: 20px 0 30px 0; }
    .abo_price .special p span {
      color: #EAC309;
      font-size: 16px; }
  .abo_price .special .btn a {
    background: #EAC309;
    width: 300px; }
  .abo_price .special img {
    height: 250px;
    position: absolute;
    left: 40px;
    bottom: 10px; }

/*導入事例*/
.exa_case {
  background: #fffdeb;
  margin: 80px 0 0 0;
  text-align: center;
  position: relative;
  padding-bottom: 50px; }
  .exa_case img.case {
    margin-top: -35px; }
  .exa_case .title {
    background: #f29a76;
    color: #fff;
    line-height: 120px;
    padding-top: 10px;
    margin-top: -45px;
    font-size: 37px; }
  .exa_case dl dt {
    color: #f29a76;
    font-weight: bold;
    margin: 40px 0 20px 0;
    font-size: 20px; }
  .exa_case dl dd {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    margin: 0 0 30px 0; }
  .exa_case .text {
    padding: 50px;
    text-align: left; }
    .exa_case .text span img {
      float: right; }
    .exa_case .text h4 {
      font-size: 19px;
      line-height: 36px;
      border-bottom: 2px solid #ccc;
      padding-bottom: 10px;
      margin: 0 0 10px 0; }
      .exa_case .text h4 img {
        margin: 0 3px 0 -3px; }
    .exa_case .text p + h4 {
      margin-top: 20px; }
    .exa_case .text h4, .exa_case .text p {
      margin-right: 360px; }
  .exa_case .image {
    background: #fff url(../img/exa_arrow.png) no-repeat center center;
    margin: 0 50px;
    *zoom: 1;
    border: 3px dotted #f29a76;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 0; }
    .exa_case .image::before {
      content: " ";
      display: table; }
    .exa_case .image::after {
      content: " ";
      display: table;
      clear: both; }
    .exa_case .image span {
      display: inline-block;
      width: 530px;
      text-align: center; }

#case1 {
  height: 0px; }

#case2 {
  height: 80px; }

#case2 + .exa_case {
  margin-bottom: 80px; }

/*無料デモ*/
.demo_tel {
  text-align: center;
  margin: 30px 0 60px 0; }
  .demo_tel img {
    width: 400px;
    margin: 0 auto; }

.demo_image {
  text-align: center; }
  .demo_image img:first-child {
    width: 820px; }
  .demo_image img {
    width: 1200px; }

.teian {
  border: 2px solid #eee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  margin-top: 70px;
  height: 290px; }
  .teian img {
    width: 500px;
    margin: -55px 0 0 40px;
    float: left; }
  .teian p {
    font-size: 16px;
    line-height: 30px;
    margin: 50px 0 20px 0;
    font-weight: bold; }
  .teian label {
    padding: 30px 0 50px 0;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold; }
    .teian label i {
      margin-right: 10px !important; }
      .teian label i::before {
        vertical-align: 4px !important; }
  .teian.Chk {
    border-color: #50b848;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #e8f5e7; }

/*ご利用にあたって*/
.recom {
  padding-bottom: 80px; }
  .recom li {
    float: left;
    width: 48.5%; }
    .recom li img {
      width: 100%; }
    .recom li:first-child {
      margin-right: 3%; }

.flow table {
  border: 0px;
  margin-bottom: 60px;
  background: #fffdeb; }
  .flow table th, .flow table td {
    border: 0px;
    border-bottom: 45px solid #fff; }
  .flow table th {
    background: #f29a76;
    position: relative;
    width: 380px;
    padding: 0px; }
    .flow table th span {
      position: absolute;
      background: url(../img/common/ribbon_yellow.png) left top;
      display: inline-block;
      height: 45px;
      line-height: 35px;
      color: #fff;
      padding: 0 20px;
      left: -10px;
      top: -10px; }
    .flow table th i {
      position: absolute;
      display: block;
      width: 100%;
      text-align: center;
      top: -45px; }
    .flow table th h3 {
      color: #fff;
      text-align: center;
      font-size: 20px;
      margin: 30px 0; }
  .flow table td {
    padding-left: 30px;
    background: none; }
    .flow table td p {
      margin: 0px; }
    .flow table td div {
      background: #FCF6BC;
      *zoom: 1;
      margin: 10px 20px 20px 0;
      padding: 15px 10px; }
      .flow table td div::before {
        content: " ";
        display: table; }
      .flow table td div::after {
        content: " ";
        display: table;
        clear: both; }
      .flow table td div li {
        float: left;
        font-size: 15px;
        font-weight: bold;
        margin-left: 1em; }
        .flow table td div li i {
          color: #f29a76;
          margin-right: 0.5em; }
        .flow table td div li li {
          float: none;
          font-size: 14px;
          font-weight: normal;
          margin-left: 1.5em; }
  .flow table tr:first-child th i {
    display: none; }
  .flow table tr.last th, .flow table tr.last td {
    border-bottom: 0px solid #fff; }
  .flow table tr.last th span {
    background: url(../img/common/ribbon_red.png) left top; }
  .flow table tr.last td {
    height: 140px;
    position: relative; }
    .flow table tr.last td i {
      position: absolute;
      right: 15px;
      bottom: 0px; }
      .flow table tr.last td i img {
        width: 250px; }

/*よくあるご質問*/
article.Faq {
  padding-bottom: 50px; }
  article.Faq .box {
    background: #fffdeb;
    margin: 50px auto 50px auto; }
  article.Faq .faqind {
    margin: 50px 0 0 0; }
    article.Faq .faqind ul {
      display: block;
      text-align: center;
      width: 100%; }
    article.Faq .faqind li {
      display: inline-block;
      text-align: center;
      width: 220px;
      font-size: 14px;
      font-weight: bold; }
      article.Faq .faqind li a {
        display: block;
        width: 92%;
        margin: 0 auto;
        line-height: 60px;
        border: 1px solid #ddd; }
        article.Faq .faqind li a::after {
          content: "▼";
          font-size: 10px;
          padding-left: 5px; }
      article.Faq .faqind li a:hover {
        opacity: 0.5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  article.Faq h2 {
    padding: 30px 0 0 0;
    margin: 0px; }
  article.Faq h2 span {
    font-size: 22px;
    /*border-bottom:3px solid $Color03;padding-bottom:5px;*/ }
  article.Faq dl {
    margin: 0 0 0px 50px;
    padding: 50px; }
  article.Faq dt {
    position: relative;
    min-height: 36px;
    padding: 4px 0 0 0px;
    font-size: 18px;
    font-weight: bold;
    color: #50b848;
    margin: 15px 0 15px 0;
    border-bottom: 1px solid #50b848; }
    article.Faq dt img {
      width: 40px;
      position: absolute;
      left: -50px;
      top: 0px; }
    article.Faq dt:hover {
      cursor: pointer; }
    article.Faq dt::after {
      content: "↓";
      float: right;
      font-family: "Icons";
      color: #50b848;
      font-weight: normal; }
  article.Faq dt.open::after {
    content: "↑"; }
  article.Faq dd {
    display: none;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 30px -50px;
    padding: 0 0 0 50px;
    position: relative;
    overflow: visible; }
    article.Faq dd img {
      width: 40px;
      position: absolute;
      left: 0px;
      top: 0px; }
    article.Faq dd::before {
      content: "　";
      display: block;
      width: 10px;
      height: 10px;
      font-size: 0px; }
    article.Faq dd a {
      border-style: solid;
      border-width: 0 0 1px 0;
      color: #e08024; }
  article.Faq hr {
    margin: 0 0 0 0;
    border: 0px;
    padding: 0px; }

/*お得なサービス*/
article.Ser {
  /*ol {margin:60px 0;}
  li {float:left;width:48%;
  	&amp;:first-child {margin-right:4%;}
  }*/ }
  article.Ser .serbox {
    border: 1px solid #ddd;
    padding: 0 0 70px 0;
    margin: 50px 0 0 0; }
    article.Ser .serbox p, article.Ser .serbox h3, article.Ser .serbox a, article.Ser .serbox table {
      margin-left: 100px;
      margin-right: 100px; }
    article.Ser .serbox p {
      font-size: 14px;
      line-height: 28px; }
    article.Ser .serbox h2 {
      width: auto;
      height: auto;
      text-indent: inherit;
      margin: 0px;
      padding: 0px;
      font-size: inherit;
      line-height: inherit;
      background: none;
      border: none;
      color: inherit;
      background: #50b848;
      color: #fff;
      text-align: center;
      line-height: 60px;
      font-size: 24px; }
      article.Ser .serbox h2 img {
        display: none; }
    article.Ser .serbox h2 + p {
      margin: 50px auto;
      text-align: center; }
    article.Ser .serbox table {
      width: 1000px;
      margin-top: 30px;
      margin-bottom: 10px; }
      article.Ser .serbox table tr th, article.Ser .serbox table tr td {
        text-align: center; }
      article.Ser .serbox table tr th {
        width: 17%; }
        article.Ser .serbox table tr th:first-child {
          width: auto; }
      article.Ser .serbox table tr td {
        text-align: center;
        font-weight: bold; }
        article.Ser .serbox table tr td span {
          font-family: 'Din';
          font-size: 30px;
          font-weight: normal;
          margin-right: 3px; }
        article.Ser .serbox table tr td b {
          font-family: 'Din';
          font-size: 50px;
          font-weight: normal; }
        article.Ser .serbox table tr td:first-child {
          font-size: 18px; }
        article.Ser .serbox table tr td strong {
          font-size: 12px;
          color: #e08024;
          margin-left: 5px; }
        article.Ser .serbox table tr td i {
          color: #e08024; }
    article.Ser .serbox table + p {
      text-align: right;
      color: #666;
      line-height: 20px;
      font-size: 13px; }
      article.Ser .serbox table + p span {
        color: #e08024; }
    article.Ser .serbox h3 {
      font-size: 18px;
      /*&amp;::before {content:'●';font-family:'Icons';color:$Color03;}*/ }
  article.Ser .serbtn {
    background: #50b848;
    text-align: center;
    margin: 0px 0 80px 0;
    padding: 50px 0;
    position: relative; }
    article.Ser .serbtn img.dan1, article.Ser .serbtn img.dan2 {
      display: none; }
    article.Ser .serbtn img.dan1 {
      width: 200px;
      position: absolute;
      left: 230px;
      top: -100px;
      z-index: 100; }
    article.Ser .serbtn img.dan2 {
      width: 200px;
      position: absolute;
      right: 230px;
      top: -100px;
      z-index: 100; }
    article.Ser .serbtn a {
      margin-right: 1px; }
  article.Ser .serzu {
    background: #f0f0f0;
    text-align: center;
    padding: 40px 0 20px 0;
    margin: 50px 0; }
  article.Ser .hikari {
    margin: 0 100px; }
    article.Ser .hikari li {
      width: 50%;
      float: left; }
      article.Ser .hikari li span {
        border: 1px solid #ddd;
        display: block; }
      article.Ser .hikari li:first-child {
        margin-right: -1px; }

/*ダウンロード*/
ul.download {
  padding-bottom: 80px; }
  ul.download li {
    width: 385px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    text-align: left; }
    ul.download li.nht3 {
      margin-right: 0px; }
    ul.download li a {
      border: 1px solid #e0e0e0;
      display: block;
      height: 100%;
      line-height: 70px;
      font-size: 15px;
      font-weight: 600;
      background: #fafafa; }
    ul.download li span {
      margin-left: 55px; }
    ul.download li img {
      height: 30px;
      position: absolute;
      top: 20px;
      left: 15px; }
    ul.download li:hover {
      opacity: 0.5;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      ul.download li:hover img {
        opacity: 1; }

/*お問い合せ*/
section.select {
  letter-spacing: -.40em;
  text-align: center; }
  section.select div {
    border: 1px solid #ddd;
    display: inline-block;
    width: 578px;
    height: 290px;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 20px;
    vertical-align: top;
    position: relative; }
    section.select div h3 {
      margin: 0 0 30px 0;
      background: #50b848;
      color: #fff;
      font-size: 17px;
      line-height: 50px; }
    section.select div img {
      border: 2px solid #ddd;
      width: 165px;
      float: left;
      margin: 0 25px 50px 30px; }
    section.select div dt {
      float: left;
      background: #50b848;
      color: #fff;
      line-height: 30px;
      width: 60px;
      font-size: 14px; }
    section.select div p, section.select div dd {
      font-weight: bold;
      text-align: left;
      font-size: 14px;
      line-height: 20px; }
    section.select div p {
      margin: 0 25px 15px 25px; }
    section.select div dd {
      margin-left: 300px; }
    section.select div label {
      position: absolute;
      bottom: 20px;
      width: 100%;
      left: 0px;
      font-size: 15px;
      line-height: 16px;
      cursor: pointer; }
  section.select div.check.Chk {
    border-color: #50b848;
    background: #e8f5e7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

p.check {
  margin: 50px 0 30px 0;
  text-align: center; }

/*フォーム周り*/
form#form label {
  cursor: pointer; }
form#form th, form#form td {
  border: 1px solid #d8d8d8; }
form#form th {
  line-height: 20px; }
  form#form th.His::after {
    content: "必須";
    float: right;
    font-size: 11px;
    font-weight: normal;
    background: #e08024;
    color: #fff;
    display: inline-block;
    padding: 0 5px; }
form#form td {
  padding-left: 10px; }
  form#form td input[type="text"], form#form td textarea {
    border: 1px solid #eee;
    padding: 5px 10px;
    font-family: "Noto Sans Japanese";
    background: #fafafa;
    margin: 2px 0; }
  form#form td input.com {
    width: 400px; }
  form#form td input.com_kan {
    width: 400px; }
  form#form td input.nam {
    width: 400px; }
  form#form td input.nam_kan {
    width: 400px; }
  form#form td input.tel_kot {
    width: 400px; }
  form#form td input.tel_kei {
    width: 400px; }
  form#form td input.mai {
    width: 400px; }
  form#form td input[name="zip01"] {
    width: 70px; }
  form#form td input[name="pref01"] {
    width: 60px; }
  form#form td input[name="addr01"] {
    width: 400px; }
  form#form td input[name="man"] {
    width: 500px; }
  form#form td textarea {
    width: 600px;
    height: 150px; }
  form#form td .cb {
    padding-left: 2px; }
  form#form td .cb label {
    margin-right: 25px; }
  form#form td span {
    font-size: 13px;
    color: #999; }
  form#form td dt, form#form td dd {
    line-height: 30px; }
  form#form td dt {
    float: left;
    width: 100px;
    font-size: 12px; }
  form#form td label {
    line-height: 16px; }
  form#form td label i::before {
    padding: 0 0 0 3px; }
form#form .final {
  text-align: center;
  margin: 50px 0; }
  form#form .final label {
    line-height: 16px;
    font-size: 15px; }
    form#form .final label i {
      margin-right: 10px !important; }
  form#form .final a {
    border-style: solid;
    border-width: 0 0 1px 0;
    margin-right: 5px; }
    form#form .final a::after {
      content: 'a';
      font-family: 'Icons';
      font-size: 13px;
      padding-left: 3px; }
form#form .btn {
  text-align: center;
  margin: 50px 0;
  position: relative; }
  form#form .btn .mask {
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.5; }
  form#form .btn input[type="submit"],
  form#form .btn input[type="button"],
  form#form .btn a {
    border: 0px;
    display: inline-block;
    background: #50b848;
    color: #fff;
    width: 240px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #3fa536;
    cursor: pointer;
    font-family: inherit; }
    form#form .btn input[type="submit"]:hover,
    form#form .btn input[type="button"]:hover,
    form#form .btn a:hover {
      opacity: 0.8;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  form#form .btn input[type="button"] {
    background: #aaa;
    border-bottom: 2px solid #777; }
form#form table.Form {
  margin-top: 30px; }
  form#form table.Form th {
    width: 20%; }
form#form td.theme div {
  padding: 20px;
  position: relative; }
  form#form td.theme div label {
    position: absolute;
    left: 15px;
    top: 26px; }
    form#form td.theme div label span {
      color: #444;
      font-size: 15px;
      padding-left: 5px;
      font-weight: bold; }
  form#form td.theme div img, form#form td.theme div dl, form#form td.theme div p, form#form td.theme div textarea {
    margin-left: 280px; }
  form#form td.theme div p {
    font-size: 14px; }
  form#form td.theme div img {
    width: 500px; }
form#form td.theme div.Chk {
  background: #e8f5e7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  form#form td.theme div.Chk textarea {
    background: #fff; }
  form#form td.theme div.Chk label span {
    color: #50b848; }
form#form td.theme hr {
  height: 10px;
  border: 0px;
  border-top: 1px solid #ddd;
  margin-top: 10px; }
form#form span.select {
  display: inline-block;
  position: relative;
  margin-right: 5px; }
  form#form span.select::after {
    position: absolute;
    left: 140px;
    top: 11px;
    content: '↓';
    font-family: 'Icons';
    font-size: 9px;
    z-index: 2;
    color: #000; }
form#form select {
  border: 2px solid #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  font-size: 13px;
  background: #fafafa;
  font-family: "Noto Sans Japanese";
  color: #000;
  width: 160px; }

table.Form {
  margin-top: 30px; }
  table.Form th {
    width: 25%; }

.btn.thanks a {
  width: 300px;
  background: #20414d;
  margin: 50px 0 100px 0; }

/*全般*/
section.color {
  background-color: #fffdeb;
  *zoom: 1; }
  section.color::before {
    content: " ";
    display: table; }
  section.color::after {
    content: " ";
    display: table;
    clear: both; }

section.grey {
  background: #f9f8f8;
  *zoom: 1; }
  section.grey::before {
    content: " ";
    display: table; }
  section.grey::after {
    content: " ";
    display: table;
    clear: both; }

.btn {
  text-align: center; }
  .btn a {
    display: inline-block;
    line-height: 46px;
    background: #808080;
    color: #fff;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    -o-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    font-weight: bold;
    font-size: 15px;
    margin: 0 auto; }
    .btn a.green {
      background: #3fa536; }
  .btn a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

a[name="TEL"] {
  cursor: default; }
  a[name="TEL"]:hover img {
    opacity: 1; }

/*一時的に*/
.uc {
  text-align: center; }
  .uc p {
    margin-top: 60px;
    font-size: 17px; }

/*第1弾処理*/
/*#Hd {height:110px;
	ul {display:none;}
	ol {top:-1px;
		li {float:right;}
		li:first-child {display:none;}
	}
	address {}
}
#Sm {height:250px;
	ul {display:none;}
	dd {padding-bottom:40px;}
}
div.fixback {display:none !important;}*/
/*第1弾インデックス*/
.ind_function {
  background: #fffdeb;
  *zoom: 1;
  margin: 80px 0; }
  .ind_function::before {
    content: " ";
    display: table; }
  .ind_function::after {
    content: " ";
    display: table;
    clear: both; }
  .ind_function .nbl_l {
    float: left;
    width: 47%;
    margin-left: 3%; }
    .ind_function .nbl_l img {
      width: 400px; }
    .ind_function .nbl_l p {
      width: 500px;
      margin: 20px 0; }
  .ind_function .nbl_r {
    float: right;
    width: 47%;
    margin-right: 3%; }
    .ind_function .nbl_r p {
      font-size: 12px;
      line-height: 20px;
      margin: 10px 5px;
      font-weight: 100;
      padding-bottom: 25px; }

.ind_about p {
  font-size: 16px;
  line-height: 32px; }
  .ind_about p strong {
    background: #FFF433;
    padding: 0 5px; }
.ind_about img {
  padding: 20px 0 60px 0; }

.ind_movie {
  background: #000;
  text-align: center;
  margin: 30px 0 60px 0; }
  .ind_movie iframe {
    margin: 0 auto;
    width: 800px;
    height: 450px; }

/*キャンペーン用 Fixボタン*/
#Fix {
  position: fixed;
  right: -182px;
  bottom: 85px;
  background: #50b848;
  width: 180px;
  height: 180px;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -o-border-radius: 0px 0px 0px 5px;
  -ms-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5); }
  #Fix div {
    position: absolute;
    left: -26px;
    top: -1px;
    width: 25px;
    height: 30px;
    background: #50b848;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0 1px 1px; }
    #Fix div span::after {
      content: 'X';
      font-family: "Icons";
      font-size: 8px;
      line-height: 30px; }
    #Fix div a {
      display: block; }
  #Fix ul {
    padding: 10px; }
    #Fix ul li {
      background: #fff; }
      #Fix ul li img {
        width: 100%; }

#Fix.open {
  right: 0px; }

#Fix.opening {
  right: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#Fix.close {
  right: -182px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #Fix.close span::after {
    content: '&lt;';
    font-family: "Icons";
    font-size: 14px;
    line-height: 30px; }

/*キャンペーン2018（ワンダホー）*/
.cp2018_top {
  width: 100%;
  display: block;
  background: url(../img/campaign_2018/cp_2018_01_bg.png);
  height: 662px;
  text-align: center; }
  .cp2018_top div {
    font-size: 23px;
    color: #50b848;
    font-weight: bold;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto; }
    .cp2018_top div br {
      display: none; }
  .cp2018_top p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px; }

.cp2018_about {
  text-align: center; }
  .cp2018_about h2 {
    font-size: 20px;
    display: inline-block;
    border-bottom: 3px solid #e4004b;
    padding-bottom: 10px;
    margin: 50px auto 30px auto; }
    .cp2018_about h2 span {
      font-size: 30px; }
      .cp2018_about h2 span b {
        font-weight: bold;
        color: #e4004b; }
  .cp2018_about div {
    border: 5px solid #fcc800;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 10px 0;
    padding: 10px;
    background: #fdfbf3; }
    .cp2018_about div span {
      color: #e4004b; }
  .cp2018_about p.cap {
    margin-bottom: 50px;
    font-size: 12px;
    text-align: right; }

.cp2018_inq div {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  height: 260px;
  text-align: center; }
  .cp2018_inq div:first-child {
    border-right: 1px solid #e8e8e8; }
  .cp2018_inq div h3 {
    font-size: 20px;
    margin: 60px 0 20px 0; }
  .cp2018_inq div a[name="TEL"] img {
    width: 350px; }
  .cp2018_inq div p.btn a {
    background: #e4004b;
    width: 360px; }
  .cp2018_inq div p.pdf {
    line-height: 20px; }
    .cp2018_inq div p.pdf img {
      height: 20px;
      margin-right: 5px; }
    .cp2018_inq div p.pdf a {
      border-bottom: 1px solid #333; }

.cp2018_rule {
  margin-bottom: 90px; }
  .cp2018_rule h3 {
    color: #fcc800;
    border: 1px solid #fcc800;
    border-width: 1px 0;
    font-size: 30px;
    padding: 25px 0;
    text-align: center; }
  .cp2018_rule h4 {
    font-size: 20px;
    border-bottom: 1px dotted #fcc800;
    margin: 25px 0 15px 0;
    padding-bottom: 10px; }
    .cp2018_rule h4::before {
      content: '＞';
      font-family: 'Icons';
      color: #fcc800;
      margin-right: 5px;
      font-weight: normal; }
  .cp2018_rule p, .cp2018_rule li {
    font-size: 15px;
    line-height: 24px; }
  .cp2018_rule p span {
    font-weight: bold;
    color: #fcc800; }
  .cp2018_rule p b {
    font-size: 28px;
    font-family: 'Din';
    color: #fcc800;
    font-weight: normal; }
  .cp2018_rule li {
    list-style: disc;
    margin-left: 1.5em; }

.abo_cp2018 {
  border: 1px solid #fcc800;
  background: #fff;
  padding: 30px 100px;
  text-align: center; }
  .abo_cp2018 h3 {
    margin: -1px auto 40px auto; }
  .abo_cp2018 div {
    background: #fcc800;
    padding-bottom: 40px; }
    .abo_cp2018 div img {
      width: 800px;
      margin: 40px auto 10px auto; }
    .abo_cp2018 div p.cap {
      width: 800px;
      margin: 0 auto;
      text-align: right;
      color: #fff;
      font-size: 12px; }
  .abo_cp2018 p.btn a {
    background: #E4004B;
    width: 300px;
    margin-top: 20px; }

/*ダウンロードの宛先*/
.dl_des {
  text-align: center;
  padding-bottom: 80px; }
  .dl_des div {
    display: inline-block;
    background: #fff;
    width: 40%;
    margin: 0 1.5%;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .dl_des div h3 {
      font-size: 18px;
      margin: 20px 0 20px 0; }
    .dl_des div address {
      font-family: 'Din';
      font-size: 50px;
      color: #004ea2;
      line-height: 50px; }
      .dl_des div address img {
        height: 50px; }
    .dl_des div p {
      margin: 15px 0 25px 0;
      font-size: 13px;
      color: #444; }
      .dl_des div p br {
        display: none; }

.topmovie {
  text-align: center;
  background: #000; }

.topmeritimg {
  margin: 45px 0 0;
  float: left;
  width: 45%;
  height: 45%; }

.topmerit {
  width: 50%;
  float: right; }

.topmerit p {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0px; }

.clear {
  clear: both; }

.topmerit h3 {
  margin-top: 0px;
  margin-bottom: 10px; }

.topmerit p.merit_ttl {
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px; }

p.tcenter {
  text-align: center; }

/*キャンペーン修了*/
.ind_top {
  height: 415px;
  background: url(../img/ind_top_bg.png) repeat-x center top; }
  .ind_top img {
    height: 415px; }

/*無料体験*/
.ind_trial {
  height: 150px;
  background: #FFF433;
  margin-top: -15px; }
  .ind_trial figure, .ind_trial p, .ind_trial a {
    display: inline-block;
    vertical-align: top; }
  .ind_trial figure {
    margin-top: -10px; }
    .ind_trial figure img {
      height: 160px; }
  .ind_trial p {
    margin: 15px 45px 0 15px; }
    .ind_trial p img {
      height: 120px; }
  .ind_trial a {
    margin-top: 40px;
    width: 400px;
    height: 70px;
    background: #E02629;
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .ind_trial a img {
      height: 50px;
      margin-top: 8px; }
    .ind_trial a:hover {
      border-bottom: 0px;
      height: 65px;
      margin-top: 45px; }
      .ind_trial a:hover img {
        opacity: 1; }

.trial_btn a {
  display: inline-block;
  margin-top: 40px;
  width: 400px;
  height: 70px;
  background: #E02629;
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .trial_btn a img {
    height: 50px;
    margin-top: 8px; }
  .trial_btn a:hover {
    border-bottom: 0px;
    height: 65px;
    margin-top: 45px; }
    .trial_btn a:hover img {
      opacity: 1; }

.trial_image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 420px;
  background-image: url(../img/demo_image_2_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%; }
  .trial_image img {
    width: 880px; }
  .trial_image.ind {
    width: 1000px;
    margin-top: 30px;
    margin-bottom: -60px; }
    .trial_image.ind img {
      width: 660px; }

.trial_msg {
  margin: 45px 50px; }
  .trial_msg dl {
    border: 0px solid #102938;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    background: #F0F3F4;
    text-align: center;
    margin-bottom: 10px; }
    .trial_msg dl dt {
      margin: -50px auto 20px auto; }
      .trial_msg dl dt div {
        background: #039688;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 40px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        display: inline-block;
        padding: 0 45px; }
    .trial_msg dl dd {
      font-size: 1.15rem;
      line-height: 2;
      font-weight: 200;
      padding: 15px 0; }
  .trial_msg p.cap {
    line-height: 1.5;
    padding-left: 2px; }

.trial_column {
  text-align: center;
  padding-bottom: 45px; }
  .trial_column p {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    font-size: 1.08rem;
    line-height: 2;
    font-weight: 300;
    padding: 15px 0;
    border: 2px solid #FBEECA; }

.FtI {
  width: 1200px;
  margin: 0 auto; }
  .FtI h2 img, .FtI h3 img, .FtI a img {
    height: 30px; }
  .FtI h2 {
    padding: 30px 0; }
  .FtI &gt; div {
    display: inline-block;
    width: 420px;
    text-align: center;
    vertical-align: top;
    position: relative; }
    .FtI &gt; div figure {
      position: absolute;
      left: -110px;
      top: -27px; }
      .FtI &gt; div figure img {
        height: 200px; }
    .FtI &gt; div figure.msg {
      position: absolute;
      left: auto;
      top: auto;
      right: -50px;
      bottom: 25px; }
      .FtI &gt; div figure.msg img {
        height: 90px; }
    .FtI &gt; div h3 {
      padding: 5px 0 20px 0; }
    .FtI &gt; div address img {
      height: 70px; }
    .FtI &gt; div p {
      color: #fff;
      font-size: 15px;
      font-weight: 200;
      margin-top: 10px; }
    .FtI &gt; div li {
      display: block;
      height: 55px;
      vertical-align: bottom; }
      .FtI &gt; div li a {
        display: block;
        width: 300px;
        height: 50px;
        margin: 0 auto;
        border-bottom: 3px solid rgba(0, 0, 0, 0.5);
        background: #50b848;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        box-sizing: border-box; }
        .FtI &gt; div li a img {
          padding-top: 8px; }
      .FtI &gt; div li.trial a {
        background: #E02629; }
      .FtI &gt; div li:hover {
        padding-top: 3px;
        height: 52px; }
        .FtI &gt; div li:hover a {
          border-bottom: 0px;
          height: 47px; }
          .FtI &gt; div li:hover a img {
            opacity: 1; }
  .FtI &gt; div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.25); }

#Side {
  position: fixed;
  right: -42px;
  top: 100px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #Side li {
    width: 40px;
    padding: 10px 0;
    text-align: center;
    background: #50b848;
    margin-bottom: 2px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.2); }
    #Side li img {
      width: 50%; }
    #Side li a:hover img {
      -moz-transform: scale(1.075, 1.075);
      -webkit-transform: scale(1.075, 1.075);
      transform: scale(1.075, 1.075);
      opacity: 1; }
  #Side li.trial {
    background: #E02629; }

/*スクロールメニュー*/
body.Opn1 #Side {
  right: 0px; }

/*新インデックス*/
.ind_top2 {
  height: 380px;
  background: url(../img/ind_top2_bg.png);
  text-align: center;
                                                                                 /*@include Flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	figure {width:600px;padding-top:55px;
		img {width:100%;}
		img + br + img {margin-top:35px;}
	}
	figure + figure {padding-top:10px;}*/ }
  .ind_top2 img {
    width: 1200px; }

.ind_trial2 {
  height: 100px;
  background: #20414d;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ind_trial2 div {
    display: inline-block;
    padding: 25px;
    z-index: 1;
    position: relative; }
    .ind_trial2 div p {
      width: 250px;
      line-height: 40px;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.25);
      margin-top: 5px;
      background: #20414d;
      font-size: 24px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
    .ind_trial2 div a {
      display: block;
      width: 360px;
      height: 53px;
      line-height: 50px;
      font-size: 24px;
      color: #fff;
      background: #E02629;
      border-bottom: 3px solid rgba(0, 0, 0, 0.9);
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .ind_trial2 div a:hover {
        border-bottom: 0px;
        margin-top: 3px; }
  .ind_trial2::before {
    content: '';
    display: block;
    width: 600px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 0; }
  .ind_trial2 div.center {
    order: 2; }
  .ind_trial2 div.center + div {
    order: 1; }
  .ind_trial2 div.center + div + div {
    order: 3; }
</pre></body></html>