@charset "utf-8";
/* CSS Document */

/*==================================================
mv
================================================== */

.mv-page{
	width: 100%;
	height: calc(100vh - 80px);
    position: relative;
    margin-top: 80px;
}

.mv-page.mv-product{
    height: 45vh;
}

.mv-page.mv-company{
    height: 80vh;
}

.mv-img-top{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mv-copy{
    position: absolute;
	z-index: 1;
	width: 60%;
	top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
    text-align: center;
}

.mv-copy{
    width: 90%;
    margin-bottom: 35px;
}

#mv-product-top #mv-copy{
    top: 42%;
}

#mv-company-top #mv-copy{
    top: 42%;
}

.mv-copybox{
    width: 100%;
    margin: 15px auto 0;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.75);
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-style: italic;
}

#mv-uchiyama{
    background: url("../images/bg_product_mv01.webp") no-repeat center center;
    background-size: cover;
    background-color: #000;
}

#mv-gz{
    background: url("../images/bg_product_mv02.webp") no-repeat bottom center;
    background-size: cover;
    background-color: #000;
}

#mv-sa,
#mv-saa,
#mv-sah,
#mv-sw,
#mv-swa{
    background: url("../images/bg_product_mv03.webp") no-repeat bottom center;
    background-size: cover;
    background-color: #000;
}

#mv-cfc{
    background: url("../images/bg_product_mv04.webp") no-repeat bottom center;
    background-size: cover;
    background-color: #000;
}

#mv-stech{
    background: url("../images/bg_product_mv05.webp") no-repeat center center;
    background-size: cover;
    background-color: #000;
}

#mv-tekou,
#mv-ts{
    background: url("../images/bg_product_mv06.webp") no-repeat bottom center;
    background-size: cover;
    background-color: #000;
}

.mv-product .contents-area{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.mv-img-product{
    margin-left: 35px;
    position: relative;
    z-index: 99999999999;
}

.mv-img-product img{
    height: 30vw;
    vertical-align: middle;
}


.mv-product .title-p img{
    height: 6vw;
}

@media only screen and (max-width: 1024px) {

.mv-page{
	height: calc(100vh - 60px);
    position: relative;
    margin-top: 60px;
}
    
}

@media screen and (max-width: 1024px) and (orientation: portrait){

.mv-page{
	height: 50vh;
}    
}
    



@media only screen and (max-width: 768px) {
    

}

@media screen and (max-width: 768px) and (orientation: portrait){

.mv-page{
	height: 50vh;
}    
    
    
}

@media only screen and (max-width: 767px) {
    
.mv-page{
	height: 66vh;
}

.mv-page.mv-product{
    height: 55vh;
}

.mv-page.mv-company{
    height: 55vh;
}

    
#mv-copy{
	width: 90%;
	top: 42%;
}

.mv-copy{
    margin-bottom: 15px;
}
.mv-copybox{
    margin: 8px auto 0;
    padding: 12px 0;
    font-size: 6vw;
}

#mv-uchiyama{
    background: url("../images/bg_product_mv01sp.webp") no-repeat center center;
    background-size: cover;
    background-color: #000;
}

#mv-gz{
    background: url("../images/bg_product_mv02sp.webp") no-repeat bottom center;
    background-size: cover;
    background-color: #000;
}

#mv-sa,
#mv-saa,
#mv-sah,
#mv-sw,
#mv-swa{
    background: url("../images/bg_product_mv03sp.webp") no-repeat bottom center;
    background-size: cover;
    background-color: #000;
}

#mv-cfc{
    background: url("../images/bg_product_mv04sp.webp") no-repeat bottom center;
    background-size: cover;
    background-color: #000;
}

#mv-stech{
    background: url("../images/bg_product_mv05sp.webp") no-repeat center center;
    background-size: cover;
    background-color: #000;
}

#mv-tekou{
    background: url("../images/bg_product_mv06sp.webp") no-repeat bottom center;
    background-size: cover;
    background-color: #000;
}

.mv-product .contents-area{
}

.mv-img-product{
    margin-left: 0;
    z-index: 99;
}

.mv-img-product img{
    height: 45vh;
    vertical-align: middle;
}
    
    .mv-product .title-p{
        position: absolute;
        left: 0;
        top: 30%;
        z-index: 999;
    }    

.mv-product .title-p img{
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
    
    #mv-gz .title-p img{
        width: 70%;
    }
    
}


/*==================================================
下層ページ共通
================================================== */

.title-p{
    color: #fff;
}

.title-p img{
	height: 64px;
	vertical-align: bottom;
	margin-bottom: 20px;
}

.left-line{
	display: flex;
  align-items: center;
	margin: 0 !important;
	font-style: italic;
	
}

.left-line::before {
  content: "";
  flex: 1;                    /* 横に伸ばす */
  height: 1px;                /* 線の太さ */
  background-color: #fff;     /* 線の色 */
  margin-right: 10px;         /* 線と文字の間の余白 */
}



.contents-left-line{
    padding: 30px 0 30px 30px;
}

.txt{
    line-height: 2.2;
    text-align: justify;
}

.txt p{
    margin-bottom: 35px;
}

.txt-att{
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
	text-align: justify;
}

.txt-lead{
    font-size: 22px;
}

.img-float-r{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 32%;
}

.img-float-r-big{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 47%;
}

.img-t{
    width: 240px !important;
}

.pic-line{
    background-color: #dcf5ff;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 60px;
    height: 460px;
    width: 100%;
}

.page-head{
    width: 900px;
    background-color: #fff;
    margin: 0 auto;
    padding: 35px 50px;
    box-sizing: border-box;
    position: relative;
    top: -80px;
}

.page-head p{
    line-height: 2.2;
    text-align: justify;
}

.txt-head{
    font-size: 32px;
    margin: 0 0 25px;
    letter-spacing: 0.05em;
    line-height: 1.8 !important;
    font-weight: 500;
}

.txt-head small{
    display: block;
    font-size: 50%;
    padding-top: 20px;
    text-indent: -8px;
}

.pic{
    position: relative;
    margin: 50px 0;
}

.pic img{
    vertical-align: bottom;
}

.txt{
    text-align: justify;
    line-height: 2.2;
}

.box-flex{
	display: flex;
}

.box-flex > div{
	flex: 1;
}

.box-scroll{
    overflow-x: auto;
    padding-bottom: 20px;
}

.box-img1ko{
    text-align: center;
    margin: 35px 0;
    position: relative;
}
.box-img1ko img{width: 48%;vertical-align: bottom;}

.pic-left{
    width: 95%;
    margin-bottom: 50px;
}

.pic-left img{
    width: 100%;
    vertical-align: bottom;
}


@media only screen and (max-width: 1024px) {

.pic-line{
    height: 410px;
}
    
    
}


@media only screen and (max-width: 768px) {

.tate-scroll-line{
    left: 3px;
}

.contents-left-line{
    padding: 20px 0 20px 20px;
}

.txt{
    line-height: 2.0;
}

.txt-lead{
    font-size: 20px;
    line-height: 1.8;
}

.img-float-r{
    width: 35%;
    margin-left: 30px;
}

.img-float-r-big{
    width: 50%;
    margin-left: 30px;
}

.pic{
    margin: 30px 0;
}

.pic-line{
    top: 50px;
    height: 290px;
}

.page-head{
    width: 84%;
    padding: 25px 30px;
    top: -60px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 24px;
}
.box-img1ko img{width: 54%;}

}

@media only screen and (max-width: 599px) {
	
.title-p img{
	height: 13vw;
	vertical-align: bottom;
	margin-bottom: 20px;
}	

.txt{
    line-height: 1.8;
}

.txt p{
    margin-bottom: 25px;
}

.txt-att{
    font-size: 10px;
}

.txt-lead{
    font-size: 18px;
    line-height: 1.6;
}

.img-float-r{
    display: block;
    width: 60%;
    float: none;
    margin: 15px auto 20px;
}

.img-float-r-big{
    display: block;
    width: 80%;
    float: none;
    margin: 15px auto 20px;
}

.img-t{
    width: 100% !important;
}

.pic-line{
    top: 30px;
    height: 130px;
}

.page-head{
    width: 84%;
    padding: 15px 20px;
    top: -50px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 4.6vw;
}

.txt-head small{
    font-size: 70%;
    padding-top: 10px;
    text-indent: -5px;
}
.box-img1ko img{width: 94%;}
    
}

/*==================================================
top-banner
================================================== */

@media only screen and (max-width: 767px) {
    
    #top-banner{
        margin-top: 20px;
    }
    
}

/*==================================================
product-list
================================================== */

#top-product-list{
    padding-bottom: 50px;
}


#product-list{
    padding-bottom: 80px;
}

.ul-product-list{
    list-style: none;
    display: flex;
}

#product-list .ul-product-list{
    flex-wrap: wrap;
}

.ul-product-list li{
    flex: 1;
    position: relative;
}

#product-list .ul-product-list li{
    flex: none;
    width: calc(100%/4);
    margin-bottom: 25px;
}

.ul-product-list li:nth-child(2){transition-delay: 150ms;}
.ul-product-list li:nth-child(3){transition-delay: 300ms;}
.ul-product-list li:nth-child(4){transition-delay: 450ms;}
.ul-product-list li:nth-child(5){transition-delay: 600ms;}
.ul-product-list li:nth-child(6){transition-delay: 750ms;}
.ul-product-list li:nth-child(7){transition-delay: 900ms;}
.ul-product-list li:nth-child(8){transition-delay: 1050ms;}
.ul-product-list li:nth-child(9){transition-delay: 1200ms;}
.ul-product-list li:nth-child(10){transition-delay: 1350ms;}
.ul-product-list li:nth-child(11){transition-delay: 1500ms;}
.ul-product-list li:nth-child(12){transition-delay: 1650ms;}
.ul-product-list li:nth-child(13){transition-delay: 1800ms;}

.pic-product-list{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 200px;
    text-align: center;
    background: #f4f4f4;
}

.pic-product-list img{
    height: 86%;
    vertical-align: middle;
    object-fit: cover;
}

.ul-product-list li a{
    text-decoration: none ;
    color: #000;
    display: block;
    line-height: 1.4;
}

.ul-product-list li a:hover{
    opacity: .5;
}

.txt-product-list{
    width: 90%;
    margin: 12px auto 0;
}

.ul-product-list li a h3{
    font-size: 22px;
    display: block;
}

.ul-product-list li a p{
    margin: 6px 0 0;
    font-size: 13px;
}

.tag-new{
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 11px;
    color: #e90c0c;
    border: 1px solid #e90c0c;
    border-radius: 20px;
    padding: 4px 7px 3px;
    line-height: 1;
    background-color: #fff;
}


@media only screen and (max-width: 1024px) {

.ul-product-list li a h3{
    font-size: 2vw;
}
    
}


@media only screen and (max-width: 767px) {

#top-product-list{
    padding-bottom: 50px;
}

.ul-product-list{
    flex-wrap: wrap;
}

.ul-product-list li{
    flex:none;
    width: calc(100%/2);
    margin-bottom: 15px;
}

#product-list .ul-product-list li{
    flex: none;
    width: calc(100%/2);
    margin-bottom: 15px;
}

.ul-product-list li:nth-child(2){transition-delay: 0ms;}
.ul-product-list li:nth-child(3){transition-delay: 0ms;}
.ul-product-list li:nth-child(4){transition-delay: 0ms;}
.ul-product-list li:nth-child(5){transition-delay: 0ms;}
.ul-product-list li:nth-child(6){transition-delay: 0ms;}
.ul-product-list li:nth-child(7){transition-delay: 0ms;}
.ul-product-list li:nth-child(8){transition-delay: 0ms;}
.ul-product-list li:nth-child(9){transition-delay: 0ms;}
.ul-product-list li:nth-child(10){transition-delay: 0ms;}
.ul-product-list li:nth-child(11){transition-delay: 0ms;}
.ul-product-list li:nth-child(12){transition-delay: 0ms;}
.ul-product-list li:nth-child(13){transition-delay: 0ms;}

.pic-product-list{
    height: 38vw;
    background: #fff;
}

.txt-product-list{
    width: 94%;
}

.ul-product-list li a h3{
    font-size: 4.2vw;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
}
    
    .ul-product-list li a h3 span,
    .ul-product-list li a p span{
        display: inline-block;
        text-align: left;
    }

.ul-product-list li a p{
    font-size: 12px;
    text-align: center;
}

.tag-new{
    top: 15px;
    left: 15px;
}
    
}



/*==================================================
top-about
================================================== */

#top-about{
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
}
#top-about h2{
    font-size: 42px;
}

#top-about .box-flex{
    margin: 50px 0;
    display: block;
}

#top-about .box-flex img{
    width: 32%;
}

#top-about .box-flex img#img-poster01{
    margin-right: 20px;
}

#top-about .btn-area1btn{
	padding-bottom: 0;
    padding-top: 0;
}

@media only screen and (max-width: 599px) {

#top-about{
    font-size: 15px;
    line-height: 2.0;
    padding-bottom: 40px;
}


#top-about h2{
    font-size: 7vw;
    line-height: 1.5;
    margin-bottom: 20px;
}

#top-about .box-flex{
    margin: 25px 0;
}

#top-about .box-flex img{
    width: calc(100%/2 - 5px);
}

#top-about .box-flex img#img-poster01{
    margin-right: 10px;
}

#top-about .btn-area1btn{
	padding-bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
}

    
}


/*==================================================
top-sns
================================================== */

#top-sns{

}

#top-sns .box-flex > a{
display: block;
}

#top-sns .box-flex > a:first-child{
    margin-right: 30px;
}

#top-sns .box-flex > a img{
    vertical-align: bottom;
}

@media only screen and (max-width: 599px) {
    
#top-sns .box-flex{
display: block;
}

#top-sns .box-flex > a:first-child{
    margin-right: 0;
}
    
    #top-sns .box-flex > a{
        margin-bottom: 15px;
    }
    
    
}




/*==================================================
ul-product-ex
================================================== */

.ul-product-ex{
	list-style: none;
}

.ul-product-ex li{
	background-color: #ededed;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

#Features .ul-product-ex li{
	background-color: #000;
	color: #fff;
}

#Clinical-indications .ul-product-ex li{
	text-align: center;
}


@media only screen and (max-width: 599px) {

#Clinical-indications,
	#Features{
		width: 100%;
	}
	
	#Clinical-indications .ul-product-ex{
		width: 94%;
	}
	
	#Features .ul-product-ex{
		width: 94%;
		margin-left: 6%;
	}

.ul-product-ex li{
	padding: 14px;
	margin-bottom: 10px;
}
    
}


/*==================================================
fitting-instructions
================================================== */

#flow div.bg-w{
    padding: 20px 8px;
    text-align: center;
    margin-right: 15px;
}
#graffin-zero #flow div.bg-w{
    text-align: left;
}
#flow div.bg-w:last-child{
    margin-right: 0;
}

#flow div.bg-w img{
    height: 160px;
    vertical-align: bottom;
}

#flow div.bg-w small{
    display: block;
    margin-top: 20px;
}

#flow div.bg-w:nth-child(2){transition-delay: 200ms;}
#flow div.bg-w:nth-child(3){transition-delay: 400ms;}
#flow div.bg-w:nth-child(4){transition-delay: 600ms;}
#flow div.bg-w:nth-child(5){transition-delay: 800ms;}

@media only screen and (max-width: 900px) {
    
    #flow{
        width: 1080px;
    }    
    
}

@media only screen and (max-width: 599px) {

#flow div.bg-w{
    padding: 12px 6px;
    margin-right: 5px;
}

#flow div.bg-w img{
    height: 120px;
}

#flow div.bg-w small{
    margin-top: 15px;
    font-size: 3vw;
}
    
    #flow{
        width: 850px;
    }    
    
}



/*==================================================
Height-adjustment
================================================== */

@media only screen and (max-width: 599px) {
    
    #Height-adjustment{
        padding-bottom: 50px;
    }
    
}


/*==================================================
Ankle-joint-adjustment
================================================== */

#Ankle-joint-adjustment{
    padding-bottom: 35px;
}

#ex-aja{
    margin: 25px 0 15px;
}

#ex-aja table img{
    vertical-align: bottom;
    height: 120px;
}

#Ankle-joint-adjustment ol{
    display: inline-block;
    margin-bottom: 25px;
    text-align: left;
}

@media only screen and (max-width: 599px) {

#Ankle-joint-adjustment{
    padding-bottom: 10px;
}    
    
    #ex-aja table{
        width: 700px;
    }

#ex-aja table img{
    height: 100px;
}
    
}


/*==================================================
Gallery
================================================== */

#Gallery{
	background-color: #000;
	color: #fff;
	padding: 50px 0;
}

.gallery-pic{
	display: flex;
	margin: 25px 0 20px;
}

.gallery-pic img{
	width: calc(100%/4 - 9px);
	margin-right: 12px;
}

.gallery-pic img:last-child{
	margin-right: 0;
}

.gallery-pic img:nth-child(2){transition-delay: 200ms;}
.gallery-pic img:nth-child(3){transition-delay: 400ms;}
.gallery-pic img:nth-child(4){transition-delay: 600ms;}


@media only screen and (max-width: 599px) {

#Gallery{
	padding: 25px 0;
}

.gallery-pic{
	flex-wrap: wrap;
}

.gallery-pic img{
	width: calc(100%/2 - 4px);
	margin-right: 8px;
	margin-bottom: 8px;
}
.gallery-pic img:nth-child(2),
.gallery-pic img:last-child{
	margin-right: 0;
}
	
}


/*==================================================
cta
================================================== */

#cta{
	padding: 75px 0;
	text-align: center;
}


@media only screen and (max-width: 599px) {
	
#cta{
	padding:50px 0;
}	

}




/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 5px 20px 0;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a,
.PageList ul li.active a{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none; 
	background: #fff;
	color: #222;
	line-height: 1;
	font-size: 17px;
}

.PageList ul li.active a{
	pointer-events: none;
}

.PageList ul li.pagelist-dot a{
	pointer-events: none;
}

.PageList ul li.link-prev a,
.PageList ul li.link-next a{
	background: #dde9f4;
}
.PageList ul li a, 
.PageList ul li a:link, 
.PageList ul li a:visited {}
.PageList ul li.active a,
.PageList ul li a:hover{
    background: #dde9f4;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 260px;
	top: 50px;
	left: 0;
}

.btn-pagelist a.btn.btn-next{
	left: inherit;
	right: 0;
}

@media (max-width: 1100px) {

.PageList {margin-top: 0; padding-top: 50px;}
.PageList ul{margin-bottom: 50px;}
.PageList ul li {display: inline-block; margin: 0 1px 10px 0;}
.PageList ul li a,
.PageList ul li.active a{
    width: 40px;
    height: 40px;
	font-size: 12px;
}
	
.btn-pagelist{
    padding-top: 20px;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 45%;
	top: inherit;
	bottom: 0;
	left: 0;
}
}



/*==================================================
accordion
================================================== */


dl.accordion dt{
	width: 420px;
	margin: 0 auto;
    cursor:pointer;
	text-align: center;
}

dl.accordion dt.open{
}

dl.accordion dt:hover{
    cursor:pointer;
}


dl.accordion dt:after{
}

dl.accordion dt.open:after{
}

 
dl.accordion dd {
    display:none; 
	padding: 60px 50px 0;
}

dl#contents-seibun dd{
	padding: 0 ;
}

dl.accordion dt span{
}

dl.accordion dt.open span{
}

dl.accordion dt p{
}




@media only screen and (max-width: 480px) {


dl.accordion dt{
	width: 100%;
}
	
dl.accordion dd {
    display:none; 
	padding: 35px 20px 0;
}	
	
	
}

/*==================================================
wp page navi
================================================== */

.wp-pagenavi {text-align:center; clear: both; position: relative; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
	color: #000;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
    border-radius: 50%;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #000;
	color: #fff;
}

@media (max-width: 768px) {

.wp-pagenavi{margin-top: 0; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 40px;
    height: 40px;
	font-size: 12px;
	margin: 0 5px 10px 0;
}
}


/*==================================================
news
================================================== */

#news{
    padding-bottom: 100px;
}


@media only screen and (max-width: 768px) {


    
}

@media only screen and (max-width: 480px) {


    
    
}


/*==================================================
news-list
================================================== */


#news-list{
    padding-bottom: 50px;
}

.box-newslist{
    margin-bottom: 20px;
}

.ul-newslist{
    list-style: none;
    width: 90%;
    margin: 0 auto;
}

.ul-newslist li{
    display: flex;
	padding: 20px 0;
	position: relative;
	width: 100%;
}

.news-line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	border-top: 1px solid #000;
}

.news-date{
	width: 12%;
}




.ul-newslist li a,
.ul-newslist li p{
    color: #000;
    width: 88%;
    margin: 0;
}

@media only screen and (max-width: 599px) {


#news-list{
    padding-bottom: 35px;
}

.box-newslist{
    margin-bottom: 14px;
}

.ul-newslist li{
    padding: 15px 0;
    flex-wrap: wrap;
}


.ul-newslist li a,
.ul-newslist li p{
    width: 100%;
    padding: 5px 0 0;
}
    
}



/*==================================================
news-detail
================================================== */

#news-detail{
    
}

#news-head{
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.title-news{
    display: block;
    font-size: 36px;
    line-height: 1.3;
}
.title-news small{
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0 0 5px;
}

#news-body{
    line-height: 2.0;
}

#news-body p{
    margin-bottom: 35px;
}

#news-body img{
    vertical-align: bottom;
    margin-bottom: 35px;
    max-width: 100%;
}



#news-bottom{
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 80px;
    margin-top: 100px;
}

#news-bottom a{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
    color: #000 !important;
}

#news-bottom a:hover{
    text-decoration: underline !important;
}


#news-bottom > a,
#news-bottom span{
	position: absolute;
	top: 15px;
}

#news-bottom a.btn-back{
	left: 0;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 170px;;
}

@media only screen and (max-width: 767px) {

#news-head{
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.title-news{
    font-size: 6vw;
}
.title-news small{
    font-size: 13px;
    margin: 6px 0 0 3px;
}

#news-body{
    line-height: 1.7;
}

#news-body p{
    margin-bottom: 25px;
}

#news-body img{
    margin-bottom: 25px;
}




#news-bottom{
	position: relative;
	padding: 0 ;
	height: 60px;
    margin-top: 35px;
}
	
#news-bottom span a{
	font-size: 13px;
	padding: 0;
	width: 100%;
}	

#news-bottom a.btn,
#news-bottom span{
	top: 20px;
	width: 30%;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#news-bottom a.btn-back{
	position: absolute;
	top: 24px;
	left: 0;
	width: 30%;
	margin: 0;
	box-sizing: border-box;
    padding: 0;
    font-size: 13px;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 33%;
}
}




/*==================================================
gallery
================================================== */

.wrap {
	width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.slideshow {
  display: flex;
}
.content {
	width: 380px;
    padding: 0 3px;
}

.content img{
    vertical-align: bottom;
}


.slideshow {
  display: flex;
  animation: loop-slide 70s infinite linear 1s both;
    list-style: none;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 768px) {
.content {
	width: 260px;
}
    
}

@media only screen and (max-width: 480px) {
.content {
	width: 180px;
}
    
}


#gallery {
  width: 100%;
  overflow: hidden;
}

.slide-track {
  display: flex;
  width: calc(380px * 18); /* 画像×2 の枚数 */
  animation: scroll 35s linear infinite;
}

.slide {
  width: 380px;
  flex-shrink: 0;
    padding: 0 3px;
}

.slide img {
  width: 100%;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-380px * 9)); /* 複製元分だけ動く */
  }
}

/* 768px以下 */
@media (max-width: 768px) {
  .slide {
    width: 220px;
  }
  .slide-track {
    width: calc(220px * 18);
    animation: scroll768 32s linear infinite;
  }
  @keyframes scroll768 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-220px * 9));
    }
  }
}

/* 599px以下 */
@media (max-width: 599px) {
  .slide {
    width: 180px;
  }
  .slide-track {
    width: calc(180px * 18);
    animation: scroll599 34s linear infinite;
  }
  @keyframes scroll599 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-180px * 9));
    }
  }
}



/*==================================================
Single-hand-Buckle
Replacement-of-anti-slip-soles
================================================== */

#Single-hand-Buckle{
    padding-bottom: 40px;
}

#Single-hand-Buckle .txt{
    text-align: center;
}

#Single-hand-Buckle .box-img1ko img{
    width: 34%;
}

#Replacement-of-anti-slip-soles .box-img1ko img{
    width: 28%;
}

.gz-suberidome{
    position: absolute;
    bottom: 20px;
    left: 0;
}

.gz-suberidome img{
    width: 90px !important;
}

.gz-suberidome small{
    display: block;
    margin-top: 8px;
}

#Replacement-of-anti-slip-soles > div > p{
    text-align: center;
}

@media only screen and (max-width: 767px) {

#Single-hand-Buckle{
    padding-bottom: 20px;
}

#Single-hand-Buckle .txt{
    text-align: justify;
}

#Single-hand-Buckle .box-img1ko img{
    width: 65%;
}

#Replacement-of-anti-slip-soles .box-img1ko img{
    width: 60%;
}

.gz-suberidome{
    bottom: inherit;
    left: inherit;
    right: 0;
    top: 0;
}

.gz-suberidome img{
    width: 50px !important;
}
    
}



/*==================================================
Size-chart
================================================== */

th.th-koumoku{
    background-color: #f4f4f4;
}

#Size-chart .title-basic{
    font-size: 21px;
    margin-bottom: 10px;
}

#Size-chart > div > article{
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

#Size-chart .title-basic{
    font-size: 18px;
    margin-bottom: 6px;
}

#Size-chart > div > article{
    margin-bottom: 20px;
}

    
}


/*==================================================
sorbo-link
================================================== */

#sorbo-link{
    text-align: center;
    padding-bottom: 75px;
}

#sorbo-link a{
    display: block;
    width: 360px;
    margin: 0 auto;
    border-radius: 80px;
    padding: 15px 0;
    border: 2px solid #004d9f;
}

#sorbo-link a img{
    width: 70%;
    vertical-align: middle;
}

#sorbo-link a:hover{
    opacity: 0.5;
}


@media only screen and (max-width: 767px) {

#sorbo-link{
    padding-bottom: 50px;
}

#sorbo-link a{
    width: 90%;
    padding: 12px 0;
}
    
}


/*==================================================
cfc
================================================== */

#cfc #Terminology .box-img1ko img{
    width: 64%;
}

#cfc #flow > div{
    flex: none;
    width: 18% !important;
}

#cfc #flow > div:first-child{
    width: 28% !important;
}

#cfc #Height-adjustment{
    padding-bottom: 80px;
}

#cfc #Height-adjustment .txt{
    text-align: center;
    margin-bottom: 50px;
}

#cfc #Height-adjustment .box-flex > article{
    margin: 0 25px;
    text-align: center;
}

#cfc #Height-adjustment .box-flex > article img{
    width: 80%;
    vertical-align: bottom;
    margin-bottom: 25px;
}


@media only screen and (max-width: 767px) {
    
#cfc #Terminology .box-img1ko img{
    width: 100%;
}   

#cfc #Height-adjustment{
    padding-bottom: 50px;
}

#cfc #Height-adjustment .txt{
    text-align: justify;
    margin-bottom: 35px;
}
    
#cfc #Height-adjustment .box-flex{
    display: block;
}

#cfc #Height-adjustment .box-flex > article{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 35px;
}

#cfc #Height-adjustment .box-flex > article img{
    width: 80%;
    margin-bottom: 12px;
} 
    
}


/*==================================================
stech
================================================== */

#stech #flow > div{
    flex: none;
    width: 18% !important;
}

#stech #flow > div:first-child{
    width: 28% !important;
}

#Ankle-strap-placements{
    padding-bottom: 30px;
}

#Ankle-strap-placements .txt{
    text-align: center;
    margin-bottom: 50px;
}

#Ankle-strap-placements .box-img1ko img{
    width: 60%;
}

#Ankle-joint-adjustment{
    padding-bottom: 80px;
}

#Ankle-joint-adjustment .txt{
    text-align: center;
}

#Ankle-joint-adjustment .box-img1ko img{
    background: #fff;
    padding: 20px;
}

#Ankle-joint-adjustment table{
    margin: 30px auto 0;
    width: 64%;
    background: #fff;
}


@media only screen and (max-width: 767px) {

#Ankle-strap-placements .txt{
    text-align: justify;
    margin-bottom: 30px;
}

#Ankle-strap-placements .box-img1ko img{
    width: 94%;
}

#Ankle-joint-adjustment{
    padding-bottom: 50px;
}

#Ankle-joint-adjustment .txt{
    text-align: left;
}
    
    #Ankle-joint-adjustment .box-img1ko{
        margin: 25px auto;
    }

#Ankle-joint-adjustment .box-img1ko img{
    box-sizing: border-box;
    width: 100%;
}

#Ankle-joint-adjustment table{
    margin: 20px auto 0;
    width: 100%;
}
    
    #Ankle-joint-adjustment table th{
        width: 10%;
    }
    
    
}


/*==================================================
tekou
================================================== */

#tekou #Terminology .box-img1ko img{
    width: 90%;
}

#tekou #flow{
    width: 1920px;
}

.box-img{
    background-color: #ededed;
    padding: 10px 0;
}
#tekou-size{
    display: flex;
    background-color: #ededed;
    margin-left: 30px;
    padding: 20px;
}
.tekou-size-img{
    vertical-align: middle;
    height: 120px;
    margin-left: 25px;
}

#tekou-size div strong{
    display: block;
}

#Change-the-other-hand{
    padding-bottom: 60px;
}

#Change-the-other-hand .txt{
    text-align: center;
    margin-bottom: 50px;
}


@media only screen and (max-width: 767px) {

#tekou #Terminology .box-img1ko img{
    width: 100%;
}

#tekou #flow{
    width: 1580px;
}

.box-img{
    background-color: #ededed;
    padding: 10px 0;
}
    
    #tekou #Size-chart .box-flex{
        display: block;
    }    
#tekou-size{
    margin-left: auto;
    padding: 20px;
    margin-top: 15px;
}
.tekou-size-img{
    height: 100px;
    margin: 0 20px 0 20px;
}

#Change-the-other-hand{
    padding-bottom: 30px;
}

#Change-the-other-hand .txt{
    text-align: left;
    margin-bottom: 30px;
}
    
}


/*==================================================
ts
================================================== */

#ts #Terminology .box-img1ko img{
    width: 90%;
}

#ts #flow{
    width: 1800px;
}

#Taping-techniques{
    padding-bottom: 50px;
}

#Taping-techniques .txt{
    text-align: center;
    margin-bottom: 50px;
}

#ts #Taping-techniques #flow{
    width: 100%;
}

#ts #Taping-techniques #flow > div{
    background-color: #f4f4f4;
}

#tt-02 .box-flex > div{
    flex: none;
}

.box-tt{
    margin-bottom: 45px;
}

#Taping-technique-options{
    padding-bottom: 100px;
}

#Taping-technique-options table th{
    background: #f4f4f4;
    text-align: left;
}

.box-tto{
    margin-top: 50px ;
}


@media only screen and (max-width: 767px) {

#ts #Terminology .box-img1ko img{
    width: 100%;
}

#ts #flow{
    width: 1280px;
}

#Taping-techniques{
    padding-bottom: 0;
}

#Taping-techniques .txt{
    text-align: left;
    margin-bottom: 35px;
}
    
    #Taping-techniques .title-underline small{
        display: block;
    }

#ts #Taping-techniques #tt-01 #flow{
    width: 600px;
}

#ts #Taping-techniques #tt-02 #flow{
    width: 100%;
}

.box-tto{
    margin-top: 30px ;
}

#Taping-technique-options{
    padding-bottom: 30px;
}
    
}


/*==================================================
hongou
================================================== */

#hongou #Terminology .box-img1ko img{
    width: 80%;
    margin-bottom: 30px;
}

#Initial-adjustment{
    text-align: center;
}

#Initial-adjustment .box-flex{
    margin: 35px 0;
}

#Initial-adjustment .box-flex article{
    flex: 1;
    text-align: left;
}

#Initial-adjustment .box-flex article:first-child{
    margin-right: 35px;
}

.box-pic{
    display: flex;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.box-pic img{
    height: 280px;
    vertical-align: bottom;
}

#flow-con article{
    background: #fff;
    padding: 35px;
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
}

.flow-num{
    border-radius: 50%;
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #000;
    color: #fff;
    font-size: 21px;
    position: absolute;
    top: 35px;
    left: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#flow-con article > div{
    margin-left: 80px;
    text-align: left;
}

#flow-con article > div.clearfix{
    padding-right: 30px;
}

#flow-hongou-05 .img-float-r{
    width: 24%;
    margin-right: 50px;
}


@media only screen and (max-width: 767px) {
    
    #hongou #Clinical-indications small{
        display: block;
        width: 88%;
        margin: 0 auto;
    }
    
    #hongou #Size-chart table{
        width: 720px;
    }

#hongou #Terminology .box-img1ko img{
    width: 100%;
    margin-bottom: 20px;
}

#Initial-adjustment{
    text-align: left;
}

#Initial-adjustment .box-flex{
    margin: 25px 0;
    display: block;
}

#Initial-adjustment .box-flex article{
    flex: none;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 25px;
}

#Initial-adjustment .box-flex article:first-child{
    margin-right: auto;
}

.box-pic{
    padding: 20px;
    margin-bottom: 10px;
}

.box-pic img{
    height: auto;
    width: 96%;
}

#flow-con article{
    padding: 20px;
    margin-bottom: 20px;
}

.flow-num{
    width: 42px;
    height: 42px;
    font-size: 18px;
    top: 20px;
    left: 20px;
}

#flow-con article > div{
    margin-left: 60px;
}

#flow-con article > div.clearfix{
    padding-right: 0;
}

#flow-hongou-05 .img-float-r{
    width: 40%;
    margin-right: auto;
}
    
    
}


/*==================================================
privacy-policy
================================================== */

#privacy-body{
    line-height: 2.0;
}

#privacy-head{
    margin-bottom: 50px;
}

#privacy-body ol{
    margin-left: 20px;
}

#privacy-body ol li{
    margin-bottom: 30px;
}

#privacy-body ol li strong{
    display: block;
    font-size: 120%;
}

@media only screen and (max-width: 767px) {

#privacy-body{
    line-height: 1.8;
}

#privacy-head{
    margin-bottom: 25px;
}

#privacy-body ol li{
    margin-bottom: 25px;
} 
}


/*==================================================
contact
================================================== */

#contact-head{
    margin-bottom: 35px;
}

.contact-body article{
    margin-bottom: 35px;
    line-height: 1.8;
}

.contact-body article p{
    line-height: 1.5;
    border-left: 5px solid #000;
    padding: 5px 0 5px 10px;
    
}

.privacy-check{
    line-height: 1.5;
}

#contact-confirm .privacy-check{
    display: none;
}

@media only screen and (max-width: 767px) {
    
    .privacy-check small{
        display: block;
        margin: 10px 0 0 25px;
    }
    
}


/*==================================================
company
================================================== */

#company-head{
    line-height: 2.2;
    text-align: center;
    font-size: 18px;
}

#company-head p{
    margin: 0;
}

p.txt-strong{
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    line-height: 2.2;
}

#company-profile table th{
    width: 25%;
}

.logo-medix{
    vertical-align: middle;
    margin-right: 10px;
    height: 34px;
}

#gmap iframe{
    width: 100%;
    height: 450px;
    vertical-align: bottom;
}

#ex-access{
    margin-bottom: 35px;
}

#ex-access p{
    margin-bottom: 10px;
}
#ex-access p span{
    background-color: #000;
    color: #fff;
    padding: 4px 10px;
    min-width: 80px;
    text-align: center;
    display: inline-block;
    line-height: 1.4;
    margin-right: 12px;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {

#company-head{
    line-height: 1.8;
    font-size: 4.1vw;
}

p.txt-strong{
    font-size: 16px;
    line-height: 1.8;
}

#company-profile table th{
    width: 25%;
}

#company-profile table th{
    width: 100%;
}

#gmap iframe{
    height: 320px;
}

#ex-access{
    margin-bottom: 25px;
}

#ex-access p{
    margin-bottom: 10px;
}
#ex-access p span{
    display: block;
    padding: 4px 10px;
    min-width: auto;
    margin-right: 0;
    width: 25%;
    margin-bottom: 7px;
}
    
}














