

/* Base */
*{
margin:0;
padding:0;
line-height:170%;
}
html { 
font-size: 62.5%; 
}
body {
margin:0 auto;
padding:0;
text-align:center;
color:#717071;
background-image:url(../images/bg.jpg);
background-position:center top;
background-repeat:repeat-y;
font-size:1.4rem;
font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Arial', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               sans-serif;
}
@media all and (-ms-high-contrast:none) {
body {
font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-weight: normal;
}
}
@media screen and (min-width: 319px) and (max-width: 768px){
body {
background-image:none;
}
}
/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: 400;
  src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 */
       local('Yu Gothic Medium'), /* Chrome用 */
       local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */
       local('Yu Gothic');     /* Chrome用 */
}
body.noscroll {
position: fixed;
width:100%;
overflow-y: scroll;
}
a:link {
color:#004BFF;
text-decoration:underline;
}
a:hover {
color:#004BFF;
text-decoration:underline;
}
a:active {
color:#004BFF;
text-decoration:underline;
}
a:visited {
color:#004BFF;
text-decoration:underline;
}
img{
margin: 0;
padding: 0;
vertical-align: bottom;
border:none;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
ul li{
list-style:none;
}
.mbotom5 {
margin-bottom:5px;
}
.font-50 {
font-size:5remx;
}
.font-40 {
font-size:4rem;
}
.font-30 {
font-size:3rem;
}
.font-24 {
font-size:2.4rem;
}
.font-22 {
font-size:2.2rem;
}
.font-20 {
font-size:2rem;
}
.font-18 {
font-size:1.8rem;
}
.font-16 {
font-size:1.6rem;
}
.font-14 {
font-size:1.4rem;
}
.font-12 {
font-size:1.2rem;
}
.font-10 {
font-size:1rem;
}
.font-8 {
font-size:0.8rem;
}
.mbotom10 {
margin-bottom:10px;
}
.mbotom15 {
margin-bottom:15px;
}
.mbotom20 {
margin-bottom:20px;
}
.mbotom25 {
margin-bottom:25px;
}
.mbotom30 {
margin-bottom:30px;
}
.mbotom35 {
margin-bottom:35px;
}
.mbotom40 {
margin-bottom:40px;
}

.mbotom50 {
margin-bottom:50px;
}
.mbotom60 {
margin-bottom:60px;
}
.mbotom70 {
margin-bottom:70px;
}
.mbotom80 {
margin-bottom:80px;
}
.mbotom90 {
margin-bottom:90px;
}
.mbotom100 {
margin-bottom:100px;
}
.mbotom110 {
margin-bottom:110px;
}
.mbotom120 {
margin-bottom:120px;
}
.mbotom130 {
margin-bottom:130px;
}
.mbotom140 {
margin-bottom:140px;
}
.mbotom150 {
margin-bottom:150px;
}
.mtop10 {
margin-top:10px;
}
.mtop15 {
margin-top:15px;
}
.mtop20 {
margin-top:20px;
}
.mtop30 {
margin-top:30px;
}
.mtop40 {
margin-top:40px;
}
.mleft10 {
margin-left:10px;
}
.mleft15 {
margin-left:15px;
}
.mleft20 {
margin-left:20px;
}
.mleft30 {
margin-left:30px;
}
.mleft40 {
margin-left:40px;
}
.mright10 {
margin-right:10px;
}
.mright15 {
margin-right:15px;
}
.mright20 {
margin-right:20px;
}
.mboth10 {
margin:10px 0px;
}
.mboth15 {
margin:15px 0px;
}
.mboth20 {
margin:20px 0px;
}
.mboth30 {
margin:30px 0px;
}
.mboth_lr10 {
margin:0px 10px;
}
.mboth_lr15 {
margin:0px 15px;
}
.mboth_lr20 {
margin:0px 20px;
}
.mboth_all10 {
margin:10px;
}
.mboth_all15 {
margin:15px;
}
.mboth_all20 {
margin:20px;
}
.padbottom10 {
padding-bottom:10px;
}
.padbottom15 {
padding-bottom:15px;
}
.padbottom20 {
padding-bottom:20px;
}
.padbottom30 {
padding-bottom:30px;
}
.padbottom40 {
padding-bottom:40px;
}
.padtop10 {
padding-top:10px;
}
.padtop15 {
padding-top:15px;
}
.padtop20 {
padding-top:20px;
}
.padtop30 {
padding-top:30px;
}
.padtop40 {
padding-top:40px;
}
.padleft10 {
padding-left:10px;
}
.padleft15 {
padding-left:15px;
}
.padleft20 {
padding-left:20px;
}
.padleft30 {
padding-left:30px;
}

.padright10 {
padding-right:10px;
}
.padright15{
padding-right:15px;
}
.padright20 {
padding-right:20px;
}
.padboth10 {
padding:10px 0px;
}
.padboth15 {
padding:15px 0px;
}
.padboth20 {
padding:20px 0px;
}
.padboth_lr10 {
padding:0px 10px;
}
.padboth_lr15 {
padding:0px 15px;
}
.padboth_lr20 {
padding:0px 20px;
}
.padboth_all10 {
padding:10px;
}
.padboth_all15 {
padding:15px;
}
.padboth_all18 {
padding:18px;
}
.padboth_all20 {
padding:20px;
}
.padboth_all30 {
padding:30px;
}
.height2em{
height:2em;
}
.height25em{
height:2.5em;
}
.height3em{
height:3em;
}
.img_float_right_top {
padding-left:10px;
padding-bottom:10px;
float:right;
}
.img_float_left_top {
padding-right:10px;
padding-bottom:10px;
float:left;
}
.img_align_left_top {
padding-right:10px;
padding-bottom:10px;
}
.img_align_right_top {
padding-left:10px;
padding-bottom:10px;
}

.indent-5em {
padding-left:0.5em;
text-indent:-0.5em;
}
.indent1em {
padding-left:1em;
text-indent:-1em;
}
.indent15em  {
padding-left:1.7em;
text-indent:-1.7em;
}
.indent2em  {
padding-left:2em;
text-indent:-2em;
}
.indent3em  {
padding-left:3em;
text-indent:-3em;
}
.indent6em  {
padding-left:6em;
text-indent:-6em;
}

.text-height-4em{
height:4em;
}
.text-height-3em{
height:3em;
}
.text-height-2em{
height:3em;
}

.font-bold {
font-weight:bold;
}

br.brake{
display:block;
}
br.no-brake{
display:none;
}
.align_left{
text-align:left;
}
.align_center{
text-align:center;
}
.align_right{
text-align:right;
}

/*基本カラー*/
.cl-green {
color:#00839e;
}
.cl-red {
color:#ed1c24;
}
.cl-white {
color:#fff;
}

.button{
cursor: pointer;
}
.button:hover{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
.vertical_bottom{
vertical-align:bottom;
}
br.break{
display:block;
}
.disp-pc{
display:block;
}
.disp-sp{
display:none;
}

.img_hover:hover{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

::-moz-selection {
    background: #222;
    text-shadow: none;
    color:#fff;
}

::selection {
    background: #222;
    text-shadow: none;
    color:#fff;
}

input{
vertical-align:middle; 
}
:placeholder-shown {color: #999}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {color: #999; }
/* Firefox 18- */
:-moz-placeholder {color: #999; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {color: #999; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {color: #999; }

.jp-font{
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.Oswald-font{
font-family: 'Oswald', sans-serif;
font-weight:100;
}
.Teko-font{
font-family: 'Teko', sans-serif;
font-weight:100;
}


/****imgwid***/
img.img-full-wid{
width:100%;
height:auto;
}
img.img-max-wid{
max-width:100%;
height:auto;
}
img.vtop{
vertical-align: top;
}
/****imgwid***/

	
	
/*========= LoadingのためのCSS ===============*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background:#fff;
	text-align:center;
	color:#fff;
}

#loading-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loading-img img {
	width:260px;
}

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



/****pagetop***/
#pagetop {
position:fixed;
bottom:20px;
right:20px;
cursor: pointer;
z-index:200;
transition: 0.5s ease;
zoom:1;
}
@media screen and (min-width: 319px) and (max-width: 768px){
#pagetop {
bottom:10px;
right:10px;
}
}



/* ### load ## */
/* 非表示 */
.is-hide {
    display: none;
}
/* LOADING */
#loader-bg {
  background: #8F1D22;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000;
}
#loader {
  height: 120px;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  position: fixed;
  top: 50%;
  width: 120px;
}
#loader p {
display: none;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}
#loader p img {
    display: inline-block;
}

.self-building-square-spinner, .self-building-square-spinner * {
      box-sizing: border-box;
    }

    .self-building-square-spinner {
      height: 40px;
      width: 40px;
      margin: 0 auto;
      top: calc( 50% - 20px );
       position:relative;
    }

    .self-building-square-spinner .square {
      height: 10px;
      width: 10px;
      top: calc( -10px * 2 / 3);
      margin-right: calc(10px / 3);
      margin-top: calc(10px / 3);
      background: #fff;
      float: left;
      position:relative;
      opacity: 0;
      animation: self-building-square-spinner 6s infinite;
      /* transform: rotate(-45deg);*/
    }

    .self-building-square-spinner .square:nth-child(1) {
      animation-delay: calc(300ms * 6);
    }

    .self-building-square-spinner .square:nth-child(2) {
      animation-delay: calc(300ms * 7);
    }

    .self-building-square-spinner .square:nth-child(3) {
      animation-delay: calc(300ms * 8);
    }

    .self-building-square-spinner .square:nth-child(4) {
      animation-delay: calc(300ms * 3);
    }

    .self-building-square-spinner .square:nth-child(5) {
      animation-delay: calc(300ms * 4);
    }

    .self-building-square-spinner .square:nth-child(6) {
      animation-delay: calc(300ms * 5);
    }

    .self-building-square-spinner .square:nth-child(7) {
      animation-delay: calc(300ms * 0);
    }

    .self-building-square-spinner .square:nth-child(8) {
      animation-delay: calc(300ms * 1);
    }

    .self-building-square-spinner .square:nth-child(9) {
      animation-delay: calc(300ms * 2);
    }

    .self-building-square-spinner .clear{
      clear: both;
    }

    @keyframes self-building-square-spinner {
      0% {
        opacity: 0;
      }
      5% {
        opacity: 1;
        top: 0;
      }
      50.9% {
        opacity: 1;
        top: 0;
      }
      55.9% {
        opacity: 0;
        top: inherit;
      }
    }
    

/***fadein***/
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 2000ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}




/****xbg****/
#xbg{
background-image:url(../images/xbg.png);
background-position:top center;
background-repeat:no-repeat;
}
@media screen and (min-width: 319px) and (max-width: 768px){
#xbg{
background-image:none;
}
}
/****xbg****/

/****head****/
#head{
width:100%;
margin:0 auto;
text-align:center;
padding-top:40px;
}
#head img{
max-width:100%;
height:auto;
}
.head-line{
background-image:url(../images/head_line.png);
background-position:top center ;
background-repeat:no-repeat;
}
.head-inner{
width:950px;
margin:0 auto;
text-align:center;
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: slideDown 0.3s ease-in-out;
z-index:50;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.head-nv{
width:785px;
}
.head-logo{
width:142px;
}
.head-nv>ul{
width: 100%;
display: -webkit-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.head-nv>ul li{
width: 150px;
}
.head-nv>ul li a,
.head-nv>ul li>div{
cursor:pointer;
display:block;
text-decoration:none;
width:100%;
height:31px;
background-color: #009c84;
transform: skewX(-28deg);
transition: 0.5s ease;
display: flex;
justify-content: center;
align-items: center;
}
.head-nv>ul li a p,
.head-nv>ul li>div p{
text-align:center;
line-height:100%;
color:#fff;
font-size:1.4rem;
transform: skewX(28deg);
}
.head-nv>ul li a:hover,
.head-nv>ul li>div:hover{
background-color: #00839e;
transition: 0.5s ease;
}
.head-logo>h1{
width:100%;
margin:0 auto;
text-align:center;
cursor: pointer;
}
.navi{
display:none;
}
@media screen and (min-width: 319px) and (max-width: 768px){
#main-wrap{
	width:100%;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;

}
#head{
width:100%;
padding-top:0px;
position:relative;
top:0px;
left:0;
z-index:10;

}
.head-line{
background-image:none;
}
.head-inner{
width:100%;

}
.header--sticky {
background-color:#fff;
height:50px;
}
.head-nv{
display:none;
}
.head-logo{
width:30%;
}
.head-logo>h1{
padding-top:10px;
padding-left:10px;
}
.navi{
display:block;
width:50px;
}
.hamburger {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
	z-index: 330;
	background-color:rgb(0,131,158);
	border-radius:0px;
	display: flex;
justify-content: center;
	align-items: center;
	box-sizing:border-box;
}
.hamburger__line {
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 17px;
}

.hamburger__line--2 {
  top: 24px;
}

.hamburger__line--3 {
  top: 31px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger {
	background-color:rgb(0,131,158);
}
.open .hamburger__line {
  background-color:#fff;
}
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 24px;
}

.open .hamburger__line--2 {
	opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 24px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 50vh;
  background-color:rgb(0,131,158);
  transition: all 1s;
  z-index: 320;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	/*border-bottom-left-radius: 40px;*/
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

.sp-nav-inner{
width:90%;
height:100%;
margin:auto;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
}
.sp-nav-inner>ul{
width:100%;
text-align:left;
}
.sp-nav-inner>ul li{
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #fff;
}
.sp-nav-inner>ul li a,
.sp-nav-inner>ul li>div{
display:block;
text-decoration:none;
cursor:pointer;
}
.sp-nav-inner>ul li a p,
.sp-nav-inner>ul li>div p{
font-size:1.6rem;
text-align:left;
color:#fff;
line-height:100%;
}
/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 300;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.5;
  visibility: visible;
}
/* スクロールを無効にする */
.no-scroll {
  overflow: hidden;
}
}
/****head****/




/****main****/
#main{
width:950px;
height:665px;
margin:0 auto;
text-align:center;
position:relative;
}
#main img{
max-width:100%;
height:auto;
}
.main-sp{
display:none;
}
.main-img{
position:absolute;
top:40px;
left:348px;
z-index:5;
}
.main-name{
position:absolute;
top:454px;
left:0;
z-index:10;
}
.main-bnr{
position:absolute;
/*bottom:-30px;*/
bottom:20px;
right:0;
z-index:20;
	}
@media screen and (min-width: 319px) and (max-width: 768px){
#main{
width:100%;
height:auto;
top:-40px;
left:0;
z-index:0;
}
.main-sp{
width:100%;
display:block;
margin:0 auto;
text-align:center;
}
.main-img{
display:none;
}
.main-name{
display:none;
}
.main-bnr{
bottom:22%;
right:-5%;
}
.main-bnr img{
width:60%;
height:auto;
}

}
/****main****/





/****mainmv****/
#main-mv{
width:1100px;
margin:0 auto;
text-align:center;
background-image:url(../images/bg_main_mv.jpg);
background-position:center bottom;
background-repeat:repeat-x;
padding-top:35px;
padding-bottom:70px;
overflow:hidden;
zoom:1;
}
#main-mv img{
max-width:100%;
height:auto;
}
.main-mv-inner{
width:950px;
margin:0 auto;
text-align:center;
background-image:url(../images/mv_main_bg.png);
background-position:right 60px top 80px;
background-repeat:no-repeat;
overflow:hidden;
zoom:1;
}
.main-mv{
/*width:341px;*/
width:700px;
float:left;
}
.main-mv>ul{
width: 100%;
display: -webkit-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.main-mv>ul li{
width:48%;
}
@media screen and (min-width: 319px) and (max-width: 768px){
#main-mv{
width:100%;
padding-top:0px;
}
.main-mv-inner{
width:94%;
background-image:none;
}
.main-mv{
width:94%;
float:none;
margin:0 auto;
text-align:center;
		}
.main-mv>ul{
display:block;
}
.main-mv>ul li{
width:100%;
margin:0 auto;
text-align:center;
padding-bottom:15px;
}
}
/****mainmv****/


#wrapper{
width:1100px;
margin:0 auto;
text-align:center;
clear:both;
padding-top:80px;
padding-bottom:50px;
}
#wrapper img{
max-width:100%;
height:auto;
}
.x-container{
background-image:url(../images/x_contents.png);
background-position:top 210px right;
background-repeat:no-repeat;
overflow:hidden;
zoom:1;
}
.container{
width:950px;
margin:0 auto;
text-align:center;
}
@media screen and (min-width: 319px) and (max-width: 768px){
#wrapper{
width:100%;
padding-top:50px;
padding-bottom:0px;
}
.x-container{
background-image:none;
}
.container{
width:94%;
margin:0 auto;
text-align:center;
}
}

.h3-title{
width:100%;
clear:both;
margin-top:40px;
}
.h3-title>h3{
width:100%;
background-position:left top;
background-repeat:no-repeat;
height:40px;
margin-bottom:25px;
}
.h3-title>h3 p{
display:none;
}
.h3-title>h3.products{
background-image:url(../images/h3_products.png);
}
.h3-title>h3.features{
background-image:url(../images/h3_features.png);
}
.h3-title>h3.case{
background-image:url(../images/h3_case.png);
}
.h3-title>h3.spec{
background-image:url(../images/h3_spec.png);
}
.h4-title{
width:100%;
clear:both;
}
.h4-title>h4{
background-image:url(../images/h4.png);
background-position:left top;
background-repeat:no-repeat;
margin-bottom:20px;
		padding-left:50px;
		padding-bottom:5px;
		padding-top:7px;
color:#00839e;
border-bottom:1px solid #00839e;
/*font-size:2.6rem;*/
font-size:2.4rem;
line-height:100%;
}
.h5-title{
width:905px;
float:left;
margin-bottom:15px;
}
.h5-title>dl{
width:100%;
overflow:hidden;
zoom:1;
clear:both;
background-color:#a4a9ac;
}
.h5-title>dl dt{
width:8%;
float:left;
background-color:#00839e;
}
.h5-title>dl dd{
padding-left:2%;
width:90%;
float:right;
text-align:left;
}
.h5-title>dl dt p{
line-height:100%;
font-size:1.4rem;
color:#fff;
text-align:center;
padding:9px;
}
.h5-title>dl dd h5{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.h5-title>dl dd h5 p{
/*font-size:1.8rem;*/
font-size:1.6rem;
line-height:100%;
padding-top:6px;
padding-bottom:6px;
color:#fff;
}
.h5-title>dl dd h5 p:nth-child(2){
/*font-size:1.4rem;*/
font-size:1.3rem;
	}
.h5-title .note{
display:none;
}
.h6-title>h6{
font-size:2.8rem;
margin-bottom:10px;
text-align:left;
}
@media screen and (min-width: 319px) and (max-width: 768px){
.h4-title>h4{
padding-top:0px;
line-height:130%;
background-position:top 4px left ;
}

.h5-title>dl dt{
width:100%;
float:none;
background-color:#00839e;
}
.h5-title>dl dd{
padding:10px;
width:100%;
float:none;
text-align:left;
padding:15px;
}
.h5-title>dl dt p{
text-align:left;
padding:15px;
}
.h5-title>dl dd h5{
display: block;
}
.h5-title>dl dd h5 p:nth-child(2){
display:none;
	}
.h5-title .note{
display:block;
text-align:left;
margin-top:10px;
clear:both;
}
.h5-title .note>p{
font-size:1.4rem;
}
.h6-title>h6{
font-size:2.2rem;
}
}

/*products*/
.products{
width:770px;
float:left;
margin-bottom:50px;
text-align:left;
clear:both;
}
.products .catch{
margin-bottom:20px;
text-align:left;
}
.products .catch>p{
font-size:3rem;
color:#00839e;
}
.products .catch>p span{
font-size:2.2rem;
color:#717071;
}
.products .catch>p strong{
color:#fff;
background-image:url(../images/bg_oar_ctach.png);
background-position:center center;
background-repeat:no-repeat;
padding:5px;
}
.products .summary{
margin-bottom:30px;
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.products .summary-txt{
width:450px;
}
.products .summary-img{
width:300px;
}
.products .summary-inner{
text-align:left;
}
.products .summary-ctach{
margin-bottom:15px;
}
.products .summary-ctach>p{
font-size:1.4rem;
text-align: justify;
text-justify: inter-ideograph;
}
.products .summary-about{
border:1px solid #00839e;
box-sizing:border-box;
padding:10px;
}
.products .summary-about>h5{
margin-bottom:5px;
font-size:1.8rem;
color:#00839e;
}
.products .summary-about>h5 span{
color:#717071;
}
.products .summary-about-inner{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.products .summary-about-read{
width:200px;
}
.products .summary-about-fig{
width:205px;
}
.products .summary-about-read>p{
font-size:1.3rem;
text-align: justify;
text-justify: inter-ideograph;
}
.products .summary-img>img{
display:block;
margin-bottom:5px;
}
.products .summary-img>p{
text-align:center;
font-size:0.9rem;
}
.products .lineup{
margin-bottom:30px;
}
.products .lineup>h4{
font-size:2.8rem;
margin-bottom:10px;
}
.products .lineup-box{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.products .lineup-box-inner{
width:373px;
}
.products .lineup-box-inner>p{
background-color:#f2f2f2;
padding:12px;
font-size:1.5rem;
text-align: justify;
text-justify: inter-ideograph;
}
.products .lineup-note>p{
text-align:right;
margin-top:5px;
font-size:1.1rem;
}
.products .past-summary{
width:770px;
float:left;
}
.products .past-summary>h4{
font-size:2.8rem;
margin-bottom:10px;
}
.products .past-summary-inner{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.products .past-summary-syringe{
width:290px;
}
.products .past-summary-tip{
width:450px;
}
.products .past-summary-syringe dl,
.products .past-summary-tip dl{
width:100%;
overflow:hidden;
zoom:1;
}
.products .past-summary-syringe dl dt{
width:38%;
float:left;
}
.products .past-summary-syringe dl dd{
width:59%;
float:right;
text-align:left;
}
.products .past-summary-tip dl dt{
width:60%;
float:left;
}
.products .past-summary-tip dl dd{
width:38%;
float:right;
text-align:left;
}
.products .past-summary-syringe dl dd>h6,
.products .past-summary-tip dl dd>h6{
color:#00839e;
font-size:1.9rem;
}
.products .past-summary-syringe dl dd>p,
.products .past-summary-tip dl dd>p{
font-size:1.4rem;
text-align: justify;
text-justify: inter-ideograph;
line-height:130%;
}
@media screen and (min-width: 319px) and (max-width: 768px){
.products{
width:94%;
float:none;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.products .summary{
display:block;
}
.products .summary-txt{
width:100%;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.products .summary-img{
width:100%;
margin:0 auto;
text-align:center;
}
.products .summary-img>p{
text-align:center;
font-size:1.1rem;
}
.products .catch>p{
font-size:2.2rem;
line-height:120%;
}
.products .summary-about-inner{
display: block;
}
.products .summary-about-read{
width:100%;
margin-bottom:10px;
}
.products .summary-about-fig{
width:100%;
}
.products .lineup{
margin-bottom:30px;
}
.products .lineup-box{
display:block;
}
.products .lineup-box-inner{
width:100%;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.products .lineup-box-inner:nth-child(2){
margin-bottom:0px;
}
.products .lineup>h4{
font-size:2.2rem;
text-align:left;
}
.products .lineup-note>p{
text-align:left;
}
.products .past-summary{
width:100%;
float:none;
}
.products .past-summary-inner{
display: block;
}
.products .past-summary-syringe{
width:100%;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.products .past-summary-tip{
width:100%;
}
.products .past-summary-syringe dl dt{
width:100%;
float:none;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.products .past-summary-syringe dl dd{
width:100%;
float:none;
}
.products .past-summary-tip dl dt{
width:100%;
float:none;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.products .past-summary-tip dl dd{
width:100%;
float:none;
}
}
/*products*/


/*features*/
.features{
width:100%;
float:left;
margin-bottom:50px;
text-align:left;
clear:both;
}
.features .composite{
width:770px;
float:left;
margin-bottom:50px;
}
.features .composite-inner{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.features .composite-summary{
width:50%;
}
.features .composite-img{
width:48%;
}
.features .composite-read{
margin-bottom:10px;
}
.features .composite-read>p{
font-size:1.4rem;
text-align: justify;
text-justify: inter-ideograph;
}
.features .composite-atten>p{
color:#00839e;
font-size:1.2rem;
background-image:url(../images/icon_atten.png);
background-position:top 4px left;
background-repeat:no-repeat;
		padding-left:20px;
	}
.features .composite-mv{
width:341px;
margin-top:20px;
}
.features .composite-img>ul{
width: 100%;
display: -webkit-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.features .composite-img>ul li{
width: 49%;
padding-bottom:10px;
}
.features .composite-img-inner{
width:100%;
margin:0 auto;
text-align:center;
}
.features .composite-img-inner>img{
		display:block;
		margin-bottom:5px;
}
.features .composite-img-inner>p{
		font-size:1.2rem;
		line-height:130%;
	}
	.features .composite-img-inner>span{
		display:block;
		margin-top:5px;
		font-size:0.78rem;
		line-height:100%;
		text-align:left;
}
.features .point-fig{
width:100%;
clear:both;
margin-bottom:70px;
	}
.features .point-fig-sp{
display:none;
width:100%;
margin:0 auto;
text-align:center;
}
.features .point-fig-bg{
width:950px;
height:1100px;
background-image:url(../images/figure_point_features_bg.png);
background-position:center top;
background-repeat:no-repeat;
		position:relative;
		background-size:cover;
}
.features .point-figbtn-1{
position:absolute;
top:420px;
right:-170px;
z-index:10;
}
.features .point-figbtn-2{
position:absolute;
bottom:30px;
right:-120px;
z-index:10;
	}
	.features .point-figbtn-1 img,
	.features .point-figbtn-2 img{
		width:70%;
		height:auto;
}
.features .risk{
width:100%;
clear:both;
margin-bottom:70px;
}
.features .risk-ctach{
margin-bottom:20px;
}
.features .risk-ctach>p{
font-size:1.4rem;
}
.features .risk-fig{
margin-bottom:30px;
background-color:#f2f2f2;
padding:10px;
}
.features .risk-fig-img{
width:100%;
margin:0 auto;
text-align:center;
}
.features .mv{
width:341px;
float:left;
}
.features .graph{
clear:both;
margin-bottom:40px;
}
.features .graph>ul{
width: 100%;
display: -webkit-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.features .graph>ul li{
width:31%;
	}
.features .graph>p{
text-align:right;
margin-top:5px;
font-size:1.0rem;
}
.features .past{
width:100%;
clear:both;
}
.features .past-summary{
width:770px;
float:left;
}
.features .past-summary-inner{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.features .past-summary-syringe{
width:290px;
}
.features .past-summary-tip{
width:450px;
}
.features .past-summary-syringe dl,
.features .past-summary-tip dl{
width:100%;
overflow:hidden;
zoom:1;
}
.features .past-summary-syringe dl dt{
width:38%;
float:left;
}
.features .past-summary-syringe dl dd{
width:59%;
float:right;
text-align:left;
}
.features .past-summary-tip dl dt{
width:60%;
float:left;
}
.features .past-summary-tip dl dd{
width:38%;
float:right;
text-align:left;
}
.features .past-summary-syringe dl dd>h6,
.features .past-summary-tip dl dd>h6{
color:#00839e;
font-size:1.9rem;
}
.features .past-summary-syringe dl dd>p,
.features .past-summary-tip dl dd>p{
font-size:1.4rem;
text-align: justify;
text-justify: inter-ideograph;
line-height:130%;
}
@media screen and (min-width: 319px) and (max-width: 768px){
.features{
width:94%;
float:none;
margin-bottom:20px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.features .composite{
width:100%;
float:none;
text-align:left;
margin-left:auto;
margin-right:auto;
}
.features .composite-inner{
display: block;
}
.features .composite-atten>p{
line-height:130%;
}
.features .composite-summary{
width:100%;
margin-bottom:15px;
		}
		.features .composite-mv{
			width:100%;
			margin-bottom:30px;
}
.features .composite-img{
width:100%;
}
.features .composite-img>ul{
display: block;
}
.features .composite-img>ul li{
width: 100%;
}
.features .composite-img-inner>p{
		font-size:1.4rem;
	}
	.features .composite-img-inner>span{
font-size:1rem;;
		text-align:center;
}
.features .mv{
width: 100%;
float:none;
margin:0 auto;
text-align:center;
}
.features .risk{
text-align:left;
}
.features .graph>ul{
display: block;
}
.features .graph>ul li{
width: 100%;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
text-align:center;
	}
.features .past-summary{
width:100%;
float:none;
}
.features .past-summary-inner{
display: block;
}
.features .past-summary-syringe{
width:100%;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.features .past-summary-tip{
width:100%;
}
.features .past-summary-syringe dl dt{
width:100%;
float:none;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.features .past-summary-syringe dl dd{
width:100%;
float:none;
}
.features .past-summary-tip dl dt{
width:100%;
float:none;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.features .past-summary-tip dl dd{
width:100%;
float:none;
}
.features .point-fig{
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
	}
.features .point-fig-sp{
display:block;
}
.features .point-fig-bg{
display:none;
}
}
/*features*/


/*case*/
#case{
margin-top:0px;
overflow:hidden;
zoom:1;
}
.case{
width:100%;
margin-bottom:50px;
text-align:left;
clear:both;
overflow:hidden;
zoom:1;
}
.case-1-box{
width:100%;
margin-bottom:30px;
overflow:hidden;
zoom:1;
}
.case-1-fllow-top,
.case-1-fllow-bottom{
width:100%;
display: -webkit-flex;
display: flex;
justify-content: space-between;
clear:both;
}
.case-1-fllow-top{
margin-bottom:20px;
}
.case-1-fllow-bottom{
margin-bottom:10px;
}
.case-1-fllow-img{
width:273px;
}
.case-1-fllow-arrow{
width:45px;
}
.case-2-box{
clear:both;
width:905px;
float:left;
overflow:hidden;
zoom:1;
}
.case-2-fllow{
width:100%;
display: -webkit-flex;
display: flex;
justify-content: space-between;
		clear:both;
		margin-bottom:10px;
}
.case-2-fllow-img{
width:193px;
}
.case-2-fllow-arrow{
width:45px;
}
.case-imgs .fig-img{
width:100%;
margin:0 auto;
text-align:center;
position:relative;
	}
.case-imgs .fig-img>img{
display:block;
}
.case-imgs .injection{
position:absolute;
right:-40px;
bottom:5px;
z-index:50;
}
.case-imgs>p{
font-size:1.4rem;
margin-top:10px;
text-align:center;
line-height:140%;
}
.case-imgs>span{
display:block;
line-height:120%;
color:#00839e;
font-size:1.2rem;
background-image:url(../images/icon_atten.png);
background-position:top 4px left;
background-repeat:no-repeat;
padding-left:20px;
margin-top:10px
}
.case-arrow{
height:170px;
width:100%;
display: flex;
justify-content: center;
align-items: center;
}
.case-atten-1{
width:905px;
}
.case-atten{
float:right;
}
.case-atten>p{
color:#00839e;
font-size:1.2rem;
background-image:url(../images/icon_atten.png);
background-position:top 4px left;
background-repeat:no-repeat;
padding-left:20px;
text-align:right;
clear:both;
}
.case .mv{
width:682px;
float:left;
margin-top:50px;
		}
.case .mv-box{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.case .mv-box-inner{
width:341px;
}
.case .mv-sub{
width:100%;
display: flex;
justify-content: center;
align-items: center;
height:100%;
margin:0 auto;
text-align:center;
}
.case .mv-sub img{
width:68%;
height:auto;
}
		
@media screen and (min-width: 319px) and (max-width: 768px){
.case{
width:94%;
margin-bottom:60px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.case-1-fllow-top,
.case-1-fllow-bottom{
display: block;
}
.case-1-fllow-img{
width:100%;
}
.case-1-fllow-arrow{
width:100%;
}
.case-2-box{
width:100%;
float:none;
}
.case-2-fllow{
display: block;
}
.case-2-fllow-img{
width:100%;
}
.case-2-fllow-arrow{
width:100%;
}
.case-imgs .injection{
display: none;
}
.case-imgs>p{;
text-align:center;
line-height:140%;
}
.case-arrow{
height:auto;
width:100%;
display: block;
margin:0 auto;
text-align:center;
padding:10px 0px;
}
.case-atten-1{
width:100%;
}
.case-atten{
float:none;
}
.case-atten>p{
text-align:left;
}
.case-imgs>span{
text-align:left;
}
.case .mv{
width:100%;
float:none;
margin-top:40px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.case .mv-box{
display:block;
}
.case .mv-box-inner{
width:100%;
}
.case .mv-sub{
width:100%;
display:block;
height:auto;
margin-top:20px;
}
.case .mv-sub img{
width:100%;
}

}
/*case*/

/*spec*/
.spec{
width:100%;
margin-bottom:50px;
text-align:left;
clear:both;
overflow:hidden;
zoom:1;
}
.spec-pickup{
width:100%;
margin-bottom:80px;
}
.spec-pickup-inner{
display: -webkit-flex;
display: flex;
justify-content: space-between;
margin-bottom:15px;
}
.spec-pickup-img{
width:435px;
}
.spec-pickup-summary{
width:480px;
		}
		.spec-pickup-name{
margin-bottom:10px;
}
.spec-pickup-summary-inner{
/*padding-top:20px;*/
margin-bottom:10px;
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.spec-pickup-summary-txt{
width:310px;
}
.spec-pickup-summary-fig{
width:170px;
}

.spec-pickup-read{
margin-bottom:10px;
}
.spec-pickup-read>p{
font-size:1.2rem;
margin-bottom:15px;
line-height:100%;
}
.spec-pickup-read>p strong{
font-weight:bold;
}
.spec-pickup-read>span{
font-size:1.2rem;
display:block;
line-height:100%;
}
.spec-pickup-fig-sp{
display:none;
}
.spec-pickup-other>dl{
width:100%;
overflow:hidden;
zoom:1;
}
.spec-pickup-other>dl dt{
			/*width:26%;*/
			width:10%;
float:left;
}
.spec-pickup-other>dl dd{
padding-left:2%;
			/*width:72%;*/
			width:88%;
float:right;
text-align:left;
}
.spec-pickup-other>dl dd h6{
margin-bottom:3px;
}
.spec-pickup-other>dl dd p{
font-size:1.2rem;
line-height:100%;
}
.spec-pickup-fig{
/*height:80%;*/
width:100%;
/*display: flex;
justify-content: center;
align-items: center;*/
}
.spec-pickup-fig>img{
width:132px;
height:auto;
}
.spec-other{
margin-bottom:40px;
clear:both;
}
.spec-other>h5{
margin-bottom:15px;
color:#009c84;
font-size:2.1rem;
}
.spec-other-fig{
margin-bottom:40px;
clear:both;
}
.spec-other-box{
margin-bottom:35px;
background-color:#f2f2f2;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}
.spec-other-ctach{
margin-bottom:20px;
}
.spec-other-ctach>p{
font-size:1.4rem;
font-weight:bold;
}
.spec-other-ctach>p span{
background-color:#717071;
color:#fff;
line-height:100%;
padding:5px;
border-radius:5px;
}
.spec-other-list>ul{
width: 100%;
display: -webkit-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.spec-other-list>ul li{
width: 280px;
margin-bottom:30px;
}
.spec-other-list>ul li:last-child{
/*margin-bottom:0px;*/
}
.spec-other-inner{
width: 100%;
}
.spec-other-img{
width: 100%;
}
.spec-other-txt{
padding-top:10px;
}
.spec-other-txt>h6{
margin-bottom:10px;
}
.spec-other-txt>p{
font-size:1.1rem;
margin-bottom:7px;
line-height:130%;
}
.spec-other-txt>span{
display:block;
font-size:1.1rem;
}


.spec-reloted{
margin-bottom:30px;
}
.spec-reloted:last-child{
margin-bottom:0px;
}
.spec-reloted-box{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.spec-reloted-img{
width:280px;
}
.spec-reloted-summary{
width:610px;
}
.spec-reloted-summary>h6{
margin-bottom:10px;
}
.spec-reloted-summary>p{
font-size:1.2rem;
margin-bottom:15px;
line-height:120%;
}
.spec-reloted-summary>p strong{
font-weight:bold;
}
.spec-reloted-summary>span{
display:block;
font-size:1.2rem;
line-height:120%;
}


.spec-option{
margin-bottom:40px;
}
.spec-option:last-child{
margin-bottom:0px;
}
.spec-option-box{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.spec-option-img{
width:300px;
}
.spec-option-summary{
width:630px;
}
.spec-option-summary>h6{
margin-bottom:10px;
}
.spec-option-summary>p{
font-size:1.2rem;
margin-bottom:15px;
line-height:120%;
}
.spec-option-summary>p strong{
font-weight:bold;
}
.spec-option-summary>span{
display:block;
font-size:1.2rem;
line-height:120%;
}
@media screen and (min-width: 319px) and (max-width: 768px){
.spec-pickup{
margin-bottom:50px;
}
.spec-pickup-inner{
display:block;
}
.spec-pickup-img{
width:100%;
margin-bottom:15px;
}
.spec-pickup-summary{
width:100%;
}
.spec-pickup-summary-inner{
display:block;
}
.spec-pickup-summary-txt{
width:100%;
}
.spec-pickup-summary-fig{
display:none;
}
.spec-pickup-fig-sp{
display:block;
width:100%;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.spec-pickup-fig-sp img{
width:50%;
heoght:auto;
}
.spec-pickup-read>p{
font-size:1.4rem;
}
.spec-pickup-read>span{
font-size:1.4rem;
			}
.spec-pickup-read>span:nth-of-type(2){
margin-bottom:20px;
			}
			
			.spec-pickup-other>dl dt{
width:26%;
}
.spec-pickup-other>dl dd{
width:72%;
			}
			
.spec-pickup-other>dl dd p{
font-size:1.4rem;
}
.spec-other-box{
padding-bottom:20px;
}
.spec-other-ctach>p{
font-size:1.6rem;
line-height:150%;
}
.spec-other-ctach>p span{
font-size:1.6rem;
line-height:200%;
}
.spec-other-list>ul{
display: block;
}
.spec-other-list>ul li{
width: 100%;
margin-bottom:25px;
}
			
			
.spec-reloted-box{
display: block;
}
.spec-reloted-img{
width:100%;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.spec-reloted-summary{
width:100%;
}
.spec-reloted-summary>p{
font-size:1.4rem;
}
.spec-reloted-summary>span{
font-size:1.4rem;
}


.spec-option-box{
display: block;
}
.spec-option-img{
width:100%;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.spec-other-txt>p{
font-size:1.4rem;
}
.spec-other-txt>span{
font-size:1.4rem;
}
.spec-option-summary{
width:100%;
}
.spec-option-summary>p{
font-size:1.4rem;
}
.spec-option-summary>span{
font-size:1.4rem;
}
}
/*spec*/

/****foota****/
#footer{
width:100%;
margin:0 auto;
text-align:center;
clear:both;
padding-top:20px;
padding-bottom:30px;
}
#footer-inner>p{
line-height:100%;
font-size:1.2rem;
}
/****foota****/


video{
width: 80vw;
height: auto;
display: block;
}
@media screen and (min-width: 319px) and (max-width: 768px){
video{
width: 94vw;
}
}

@media screen and (min-width: 319px) and (max-width: 768px){
html { 
font-size: 58.5%; 
}
br.brake{
display:none;
}
br.no-brake{
display:block;
}
.padleft10 {
padding-left:0px;
}
/****pagetop***/
#pagescrolltop {
bottom: 0%;
right: 0px;
}
#pagescrolltop:hover{
bottom: 0%;
}
/****pagetop***/

.buttun-ptn-1-left{
margin:0 auto;
text-align:center;
}

/***h***/
.h3-style>h3{
font-size:8rem;
line-height:100%;
}
.h3-style-works>h3{
font-size:3rem;
}
.h3-style>h3 storng{
font-size:3rem;
}
/***h***/
}
