@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}
body {
  font-family: "Karla", Arial, 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: gray;
  font-weight: 400;

}
div, main {
  display: block;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
  background-color: transparent;
}
h1, h2, h3, h5 {
  font-weight: 400;
  color: #262626;
  display: block;
}
p {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  display: block;
}

a img {
  border-style: none;
}

.header-top {
  width: 100%;
  z-index: 16;
  background-color: #fff;
}
.header-top .header-logo {
  background-image: url("../img/akrosnewlogo-a.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.header-top .nav {
  float: right;
  margin-right: 10px;
}
.header-top a {
  color: #000;
}
.header-top a:hover {
  color: #ff1493;
}
/*ヘッダ@media*/
@media (max-width: 767px) {
  .header-top {
    position: fixed;
    top: 0;
    left: 0;
  }

  .header-top .header-logo {
    display: block;
    height: 50px;
    width: 33.3333%;
    margin:0 0 0 10px;

  }
  /* トグルボタン　*/
  #menubtn {
    padding: 4px 12px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 5px;

  }
  #menubtn span {
    display: inline-block;
    text-indent: -9999px;
  }

  #menu {
    display: none;
  }
  .header-top .nav {
    margin-top: 30px;
  }
  .header-top .nav-items {
    list-style: none;
    color: #000;
    padding: 0;
    z-index: 50;
  }
  .nav-item > a {
    line-height: 2;
  }

}
@media (min-width: 768px) {
  .header-top {
    position: fixed;
    clear: both;
  }
  .header-top .header-logo {
    float: left;
    width: 25%;
    height: 50px;
    margin: 0 0 0 20px;
  }
  /* トグルボタン　*/
  #menubtn {
    display: none;
  }
  /* ナビゲーション */
  #menu {
    display: block !important;
  }
  .header-top .nav {
    float: right;
    margin-right: 10px;
  }
  .header-top .nav-items {
    list-style: none;
    color: #000;
    display: table;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  .header-top .nav-item {
    display: table-cell;
  }

}


/* ASページ*/
.as-site {
  position: relative;
  top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.as-site-hed {
  margin: 0px auto 100px auto;
  width: 50%;
  padding-top: 50px;
  text-align: center;
    }

.as-headding {
  font-size: 100px;
  font-weight: 400;
  background: #fff;
  background: -webkit-linear-gradient(-45deg, #f7ff00 0%,#db36a4 50%,#4bc0c8 100%);
  color: #db36a4;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 0;
  margin-top: 30px;
}
.as-headding-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 30px;
}
.as-headding-3 {
  font-size: 50px;
  margin-top: 0;
  color: #db36a4;;
}

/* ASトップ @media */
@media (max-width:767px) {
  .as-site-hed {
    width: 90%;
  }
  .as-headding-3 {
    font-size: 40px;
  }
}

.as-service-description {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}




.as-service {
  background-color: #dd2476;
  background-image: repeating-linear-gradient(to right, #ff512f 0%, #dd2476 100%);
}
.as-service-documents {
  margin: 0px auto 70px auto;
  width: 50%;
  padding-top: 50px;
  text-align: center;
}

.container {
  display: table;
  width: 100%;
  table-layout: fixed;
}


.urology-service-picture {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.as-service .urology-system-img {
  max-width: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 5;
}
.urology-service-picture2 {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.urology-system-img-o {
  max-width: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 4;
  margin-left: 5px;
}
.urology-system-img:hover, .urology-system-img-o:hover {
  opacity: 0.8;
}

.urology-img-desription {
  color: #fff;
  font-size: 16px;
  padding-bottom: 120px;
}
.urology-img-desription {
  padding-bottom: 100px;
}

/* イメージ画像 @media */
@media (max-width:767px) {
  .as-service {
  padding-bottom: 50px;
  }
  .as-service-documents {
    margin: 0px auto 50px auto;
    width: 90%;
  }
  .urology-service-picture, .urology-service-picture2 {
    width: 100%;
    display: block;
    text-align: center;

  }
  .urology-service .urology-system-img {
    margin-top: 0;
  }
  .urology-system-img-o {
    margin-top: 0;
    margin-left: 0;
  }
  .urology-img-desription {
    padding-bottom: 10px;
  }
}
/*イメージ画像アットメディア終了*/

.merit {
  margin: 100px auto 100px auto;
  width: 50%;
  text-align: center;
}

.merit-title {
  font-size: 50px;
}

.merit-lists {
  text-align: left;
  line-height: 1.5;
  font-size: 20px;
  padding: 1em 0;
}

.merit-description {
  padding-top: 15px;
}

/*メリット@media*/
@media (max-width:767px) {
  .merit {
    width: 90%;
  }
  .merit-lists {
    padding-left: 5%;
  }
}
/*メリット@mediaおわり*/

.video-intro {
  margin: 100px auto 50px auto;
  width: 50%;
  text-align: center;
}

.video-title {
  font-size:  50px;
}

.video-description {
  font-size: 20px;
}

.video-wrap {
  margin: 0 auto 150px auto;
  display: block;
  width: 800px;
  max-width: 60%;
  border: 1px solid #909090;
  position: relative;

}
.as-movie {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0 ,0, 0.5);
}
.as-video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}
/*動画部分@media*/
@media (max-width:767px) {
  .video-intro {
    width: 90%;
  }
  .video-description {
    text-align: left;
  }
  .video-wrap {
    max-width: 90%;
  }
}


/*##topへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100;

}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 30px;
 width: 35px;
 height: 35px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding:8px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}




/**モダールウィンドウ**/
.modal-overlay {
    z-index:11;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(0,0,0,.5)} /*これは好きな色・透明度で*/
a.modal-open:hover {cursor:pointer} /*カーソルをポインタに*/
.modal-content {
    position:fixed;
    display:none;
    z-index:20;
    width:85%;
    margin:0;
    padding:10px 20px 20PX 20PX;
    border:2px solid #aaa;
    border-radius: 5px;
    background:#fff;
    text-align: center;
    color: #404040;
}
.modal-img {
  width: 100%;
}
.modal-content p {
    margin:0;
    padding:0;
}
a.modal-close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #aaa;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;

}
a.modal-close-d {
  color: #00c6ff;
}
a.modal-close-o {
  color: #dd2476;
}

a.modal-close:hover {
  cursor: pointer;
  opacity: 0.6;
}
/*  モダールウィンドウ@media  */
@media (max-width:767px) {
  .modal-content {
      width: 100%;
      max-height: 90%;
      overflow-y: auto;
      overflow-x: scroll;
  }
}
