@charset "UTF-8";
/*===============================
共通設定
===============================*/
body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: Meiryo,"Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",sans-serif;
  width: 100%;
  min-width: 500px; }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* Amivoice logo */
.ami {
  font-family: verdana;
  font-weight: 700;
  font-style: italic; }

.rmark {
  font-family: Consolas;
  vertical-align: top; }

.strong {
  font-weight: 700; }

h1, h2 {
  font-size: 36px;
  font-weight: 700px;
  margin: 30px 0; }

h2 {
  text-align: center; }

a.btn01 {
  display: inline-block;
  background: #4E4E4E;
  padding: 10px 20px;
  color: #FFFFFF;
  text-decoration: none; }
  a.btn01:hover {
    background: rgba(0, 0, 0, 0.3); }
  a.btn01::after {
    content: "▷";
    margin-left: 1em; }

.btn02 {
  display: inline-block;
  padding: 10px 15px;
  background: #FFF67A;
  text-decoration: none;
  color: #4E4E4E; }
  .btn02::after {
    content: "▷";
    margin-left: 1em; }

/*===============================
header
===============================*/
header hr {
  top: 0px;
  background: #000;
  width: 100%;
  height: 40px; }

/*================================================
 *  totop
 ================================================*/
.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100; }
  .pagetop a {
    display: block;
    text-decoration: none; }
  .pagetop img {
    background: #4E4E4E; }
    .pagetop img:hover {
      background: #FFF67A; }

@media screen and (max-width: 1280px) {
  .pagetop {
    right: 10px; } }
/*===============================
top
===============================*/
.top {
  max-width: 960px;
  margin: 0 auto;
  text-align: center; }
  .top .sub_title {
    font-size: 18px;
    margin-bottom: 30px; }
  .top .icons ul {
    margin-bottom: 20px; }
    .top .icons ul li {
      display: inline-block;
      margin: 0 15px; }
      .top .icons ul li .float {
        display: inline-block;
        transition-duration: .2s;
        transition-property: transform; }
        .top .icons ul li .float:hover {
          transform: translateY(-8px); }
      .top .icons ul li img {
        filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.5)); }
  .top .amivoice {
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 30px; }
    .top .amivoice a {
      float: right;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline-block;
      color: #000;
      text-decoration: underline; }
      .top .amivoice a:hover {
        color: #000; }
      .top .amivoice a::after {
        content: "　>>"; }

/*===============================
products
===============================*/
.lineup {
  margin-bottom: 100px; }

.products {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px; }
  .products.sip {
    background: #0E6EAB;
    z-index: 50; }
  .products.mm {
    background: #224589;
    z-index: 40; }
  .products.toruzo {
    background: #DC3545;
    z-index: 30; }
  .products.kensa {
    background: #009493;
    z-index: 20; }
  .products.shadow {
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.5); }
  .products a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .products a:hover {
      background: #FFF;
      opacity: 0.3; }
  .products .products_bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .products .products_str {
    position: relative;
    max-width: 960px;
    margin: 0 auto; }
    .products .products_str .contents {
      position: absolute;
      height: 260px;
      width: 520px;
      top: 0;
      color: #fff;
      margin: 20px 0;
      display: inline-flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch; }
      .products .products_str .contents.left {
        left: 70%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .products .products_str .contents.right {
        left: 30%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .products .products_str .contents .catch {
        margin-top: 10px; }
      .products .products_str .contents .title {
        font-size: 25px;
        line-height: 1.6em;
        font-weight: 700;
        filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.75)); }
      .products .products_str .contents .btn02 {
        align-self: flex-end; }

.shadow {
  box-shadow: 2px 2px 4px inset; }

/*===============================
contact
===============================*/
.contact {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px; }
  .contact .contact_item {
    width: 300px;
    height: 130px;
    border: 3px solid #000000;
    margin: 10px 60px;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start; }
    .contact .contact_item img {
      margin: 10px 15px 10px 0; }
    .contact .contact_item .head {
      font-size: 20px; }
    .contact .contact_item .contents {
      text-align: center; }
      .contact .contact_item .contents p {
        line-height: 1.4;
        margin-bottom: 0; }
        .contact .contact_item .contents p.strong {
          font-size: 20px;
          line-height: 0;
          margin-top: 5px; }

/*===============================
footer
===============================*/
footer {
  background: #CCCCCC; }

.info {
  margin: 20px auto;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .info .info_contents {
    margin: 0 20px; }
    .info .info_contents img:hover {
      opacity: 0.5; }
    .info .info_contents p {
      font-size: 12px;
      margin: 0; }
      .info .info_contents p a {
        text-decoration: none;
        color: #000; }
        .info .info_contents p a:hover {
          color: #4E4E4E; }

.copy {
  background: #000; }
  .copy .CopyRight {
    text-align: center;
    color: #FFFFFF;
    font-size: 0.6em;
    padding: 10px; }
