@charset "utf-8";

body {
  color: #5B5555;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background-color: #FFF;
  font-size: 24px;
  line-height: 1.5;
  background: url(../images/always-grey.png);
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}

/*** header START ***/
nav {
  border-bottom: 1px solid #dadada;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  background-color: #FFF;
}
nav > div {
  max-width: 1200px;
  margin: auto;
}
nav .logo {
  width: 30%;
}
nav ul {
  text-align: center;
  margin-bottom: 16px;
}
nav ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
nav ul li {
  float: left;
  width: 24%;
  border-right: 1px solid #CCC;
}
nav ul li:last-child {
  border-right: 0;
}
nav ul li a {
  display: block;
  color: #989898;
  font-size: 18px;
  font-weight: bold;
}
nav ul li a:hover {
  color: #fa8144;
}
nav ul li a i {
  padding-right: 8px;
  padding-left: 8px;
}
/*** header END ***/


/*** main_img STAT ***/
.main {
  background-color: #fa8144;
  margin-bottom: 40px;
}
.main > div {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  position: relative;
}
.main .top {
  width: 80%;
}
.main .head {
  position: absolute;
}
.main .left {
  width: 10%;
  left: 0;
  top: 20%;
}
.main .right {
  width: 10%;
  right: 0;
  top: 20%;
}
.main .box_mike {
  position: absolute;
  right: 6%;
  top: 57%;
  width: 25%;
}
/*** main_img END ***/


/*** contents START ***/
.wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 3%;
}
.wrap_colum {
}
.colors {
  background-color: #fa8144;
  color: #FFF;
}
.colum {
  margin-bottom: 32px;
  max-width: 1200px;
  margin: auto;
  padding: 0 3%;
}
.colum .subtitle {
  font-size: 40px;
  font-weight: bold;
  color: #fa8144;
  text-shadow: 2px 2px 1px #CB390D;
  margin-bottom: 24px;
  padding-top: 32px;
}
.colum .subtitle_colors {
  color: #FFF;
}
.colum .usetitle {
  background-color: #FFF;
  color: #fa8144;
  border-radius: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.colum .subtitle i {
  font-size: 40px;
  padding-right: 24px;
  text-shadow: none;
  font-weight: bold;
}
.colum .ulfloat:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.colum .ulfloat li {
  float: left;
  line-height: 2.5;
}
.colum .ulfloat li:first-child {
  width: 58%;
}
.colum .ulfloat li:first-child iframe {
  width: 100%;
}
.colum .ulfloat li:last-child {
  width: 40%;
  padding-left: 2%;
}
.colum .ultable {
  width: 100%;
  display: table;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 0;
  padding-bottom: 40px;
}
disc.colum .ultable {
  width: 100%;
  display: table;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 0;
  padding-bottom: 40px;
}
.colum .ultable li {
  width: 33%;
  display: table-cell;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}
.colum .ultable_border li {
  border: 2px solid #CCC;
}
.colum .ultable li span {
  display: block;
  font-size: 14px;
  color: #989898;
}
.colum .ultable li i {
  font-size: 80px;
}
.colum .ultable li > div {
  padding-top: 8px;
}
.colum .ultable li:nth-child(1) {
  color: #F04393;
}
.colum .ultable li:nth-child(2) {
  color: #43A5F0;
}
.colum .ultable li:nth-child(3) {
  color: #6ECD91;
}
.colum .discription {
  margin-bottom: 24px;
}
.colum .discription dt {
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: 2px dotted #CCC;
}
.colum .discription dt i {
  padding-right: 16px;
}
.colum .d1 dt {
  color: #F04393;
}
.colum .d2 dt {
  color: #43A5F0;
}
.colum .d3 dt {
  color: #6ECD91;
}
.colum .discription dd {
  font-size: 20px;
}
.colum .item_use {
  width: 60%;
}
.colum li .usetitle span {
  display: inline-block;
  font-size: 22px;
  padding-right: 8px;
  font-weight: bold;
}
.colum p {
  text-align: center;
}
.colum .wrap_qa {
  background-color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #5B5555;
  padding: 16px;
}
.colum .wrap_qa dd {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.colum .wrap_qa dd:nth-child(odd) {
  color: #fa8144;
  font-weight: bold;
  padding-bottom: 0px;
}
.colum .wrap_qa dd:nth-child(even) {
  border-bottom: 2px dotted #CCC;
}
.colum .wrap_qa dd img {
  width: 50px;
  padding-right: 8px;
}
/*** contents END ***/


/*** btn START ***/
.btn_top {
  text-align: center;
  padding-top: 56px;
}
.btn_top a {
  padding: 20px 20px 0px 20px;
  border-radius: 90px 90px 0 0;
  -moz-border-radius: 90px 90px 0 0;
  -webkit-border-radius: 90px 90px 0 0;
  font-size: 24px;
}
.btn_top1 a {
  background-color: #fa8144;
  color: #FFF;
}
.btn_top2 a {
  color: #fa8144;
  background: url(../images/always-grey.png);
  background-color: #FFF;
}
.btn_top .hvr-icon-wobble-vertical:before {
  position: relative;
  right: 0;
}
.btn_inquery {
  margin: 32px 0 32px 0;
}
.btn_inquery > div {
  width: 80%;
  background-color: #fa8144;
  border-radius: 3px;
  box-shadow: 0 6px 0 rgba(171,96,34,1);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  margin: auto;
}
/*
.btn_inquery div:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 12px auto 8px;
  margin-top: 22px;
}
*/
.btn_inquery ul {
  display: table;
  width: 80%;
  margin: auto;
}
.btn_inquery ul li:first-child {
  display: table-cell;
  width: 20%;
  font-size: 40px;
}
.btn_inquery ul li:first-child i {
  background: #FFF;
  color: #fa8144;
  padding: 25px;
  border-radius: 7px;
}
.btn_inquery ul li:last-child {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  font-size: 30px;
}
/*** btn END ***/


/*** footer START ***/
footer {
  background-color: #fa8144;
  padding: 16px 0 16px 0;
  margin-top: 54px;
}
footer > div {
  max-width: 1200px;
  margin: auto;
}
footer ul {
  display: table;
  margin: auto;
  color: #FFF;
  font-size: 18px;
  width: 60%;
}
footer ul li {
  padding-left: 2%;
}
footer ul li:first-child {
  display: table-cell;
  width: 20%;
}
footer ul li:nth-child(2) {
  width: 78%;
  vertical-align: middle;
  padding-bottom: 8px;
  border-bottom: 1px dotted #FFF;
}
footer ul li img {
    width: 70px;
}
footer ul li span {
  display: block;
  font-size: 14px;
}
footer ul li a {
  color: #FFF;
  text-decoration: underline;
}
/*** footer END ***/

@media screen and (max-width: 800px) {
    .body {
      font-size: 20px;
    }
    .wrap_logo {
      text-align: center;
    }
    nav .logo {
      width: 50%;
    }
    nav ul li a {
      font-size: 14px;
    }
    .main .top {
      width: 100%;
    }
    .main .head,
    .main .box_mike {
      display: none;
    }
    .colum .subtitle {
      font-size: 20px;
      padding-top: 16px;
    }
    .colum .subtitle i {
      font-size: 30px;
    }
    .colum .ulfloat li {
      float: none;
      width: 100% !important;
      line-height: 1.5;
    }
    .btn_inquery ul li:first-child {
      display: none;
    }
    .btn_inquery ul li:last-child {
      font-size: 16px;
    }
    .colum .ultable {
      border-spacing: 0;
    }
    .colum .usetitle {
      display: none;
    }
    .colum .item_use {
      width: 100%;
    }
}