﻿@charset "utf-8";

/**
 * 中古医療機器販売・ブロック定義
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  2018 Polaris, Inc.
 *
 */
.contentsArea .mvArea
{   
    margin: 0px 0px 60px 0px;
				padding: 60px 30px 30px 30px;
				background: #f5f5f5;
				text-align: left;
}
.contentsArea .mvArea .mv1
{   
    margin: 0px 0px 40px 0px;
				padding: 0;
				font-size: 4rem;
				line-height: 1.8;
				font-weight: bold;
				color: #1F4799;
}
.contentsArea .mvArea .mv1
{   
    margin: 0px 0px 40px 0px;
				padding: 0;
				font-size: 4rem;
				line-height: 1.6;
				font-weight: bold;
				color: #1F4799;
}
.contentsArea .mvArea .boxlist
{   
    margin: 0px;
				padding: 0px;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
}
.contentsArea .mvArea .boxlist:before,
.contentsArea .mvArea .boxlist:after
{
 display: none;
}
.contentsArea .mvArea .boxlist .box
{   
				margin: 0px;
				padding: 15px;
				background: #FFF;
				font-size: 1.8rem;
				line-height: 1.3;
				color: #000;
				width : -webkit-calc(33.3% - 30px) ;
   width : calc(33.3% - 30px) ;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
}
.contentsArea .mvArea .boxlist .box:before,
.contentsArea .mvArea .boxlist .box:after
{
 display: none;
}

@media screen and (max-width: 980px) {
	.contentsArea .mvArea
{   
    margin: 0px 0px 40px 0px;
				padding: 30px 15px 15px 15px;
}
.contentsArea .mvArea .mv1{
	font-size: 2.4rem;
}
.contentsArea .mvArea .boxlist{
	display: block;
}
.contentsArea .mvArea .boxlist .box{
	margin: 0px 0px 15px 0px;
	width: auto;
	display: block;
}

}

.contentsArea .showroomCvArea{
    margin: 0px 0px 60px 0px;
				padding: 40px;
				background: #1F4799;
				text-align: left;
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
}
.contentsArea .showroomCvArea:before,
.contentsArea .showroomCvArea:after
{
 display: none;
}
.contentsArea .showroomCvArea .l{
    margin: 0px 40px 0px 0px;
				padding: 0px;
				width: 180px;
}
.contentsArea .showroomCvArea .l .c{
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    background: #FF7214;
    text-align: center;
    font-size: 1.8rem;
				font-weight: bold;
    line-height: 1.6;
    color: #FFF;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
}
.contentsArea .showroomCvArea .l .c:before,
.contentsArea .showroomCvArea .l .c:after
{
 display: none;
}
.contentsArea .showroomCvArea .r{
	margin: 0px;
	padding: 0px;
	width : -webkit-calc(100% - 400px) ;
 width : calc(100% - 400px) ;
}
.contentsArea .showroomCvArea .r .linkList{
	margin: 0px;
	padding: 0px;
}
.contentsArea .showroomCvArea .r .linkList .btn{
 margin: 0px 0px 20px 0px;
	padding: 0px;
}
.contentsArea .showroomCvArea .r .linkList .btn:last-of-type{
 margin: 0px;
	padding: 0px;
}
.contentsArea .showroomCvArea .r .linkList .btn a{
				margin: 0 auto;
    padding: 0.7rem 2rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #023499;
    border: 2px solid #023499;
    border-radius: 10px;
				background: #FFF;
				display: block;
}
@media screen and (max-width: 980px) {
.contentsArea .showroomCvArea 
{   
    margin: 0px auto 40px auto;
				padding: 30px 15px 15px 15px;
				width: 96%;
				display: block;
}

.contentsArea .showroomCvArea .l{
	margin: 0px auto 20px auto;
	padding: 0px;
}
.contentsArea .showroomCvArea .l .c{
	margin: 0px auto;
}
.contentsArea .mvArea .boxlist{
	display: block;
}
.contentsArea .showroomCvArea .r{
	margin: 0px;
	padding: 0px;
	width: auto;
}

}


.contentsArea .conciergeArea{
	margin: 0px 0px 60px 0px;
	padding: 20px;
	background: #f5f5f5;
}
.contentsArea .conciergeArea .title{
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 2.4rem;
    color: #042da2;
}
.contentsArea .conciergeArea .banner{
 margin: 0px;
	padding: 0px;
}

.contentsArea .conciergeArea .banner img{
 margin: 0px;
	padding: 0px;
 max-width: 100%;
}

@media screen and (max-width: 980px) {
.contentsArea .conciergeArea{
	margin: 0px auto 40px auto;
	padding: 15px;
	width: 96%;
}
.contentsArea .conciergeArea .title{
    font-size: 2rem;
}
}

.contentsArea .reasonArea{
	margin: 0px 0px 60px 0px;
}
.contentsArea .reasonArea .title{
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 2.4rem;
    color: #042da2;
}
.contentsArea .reasonArea .productList{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contentsArea .reasonArea .productList .productBox{
 margin: 0px 10px 10px;
	padding: 0px;
}
@media screen and (max-width: 980px) {
	.contentsArea .reasonArea{
	margin: 0px auto 40px auto;
	width: 96%;
}
.contentsArea .reasonArea .title{
    font-weight: bold;
    font-size: 2rem;
}
}

.contentsArea .itemListArea{
	margin: 0px 0px 60px 0px;
	padding: 0px;
}
.contentsArea .itemListArea h2{
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 2.4rem;
    color: #042da2;
}
.contentsArea .itemListArea .category{
	margin: 0px 0px 30px 0px;
}
.contentsArea .itemListArea .category div.pc
{
	display:table-cell;
    vertical-align:middle;
    text-align:left;
}
.contentsArea .itemListArea .category div.pc a
{
    position:relative;
    display:inline-block;
	margin-left:1%;
	margin-bottom:2rem;
	width:18%;
	font-size:1.3rem;;
}
.contentsArea .itemListArea .category div.pc a h3
{
	font-size:1.2rem;
	font-weight:normal;
}
.contentsArea .itemListArea .category div.pc a img
{
	width:100%;
	height:auto;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    border:1px solid #aaa;
    vertical-align: bottom;
}
.contentsArea .itemListArea .category div.pc a h3
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:5rem;
	text-align:center;
	color:#fff;
	background-color:#FF4000;
	opacity:0.85;
}
.contentsArea .itemListArea .category div.pc a h3 span
{
	display:block;
	line-height:5rem;
}
.contentsArea .itemListArea .category div.pc a.therapy h3
{
	background-color:#72a518;
}
.contentsArea .itemListArea .category div.pc a.therapy h3 span
{
	margin-top:0.7rem;
	line-height:normal;
}
.contentsArea .itemListArea .category div.pc a h3 > span
{
	position:relative;
}

.contentsArea .itemListArea .category div.sp{
	display: none;
}

.contentsArea .itemListArea .link{
	margin: 0px;
	padding: 0px;
}
.contentsArea .itemListArea .link a {
    width: 300px;
    margin: 0 auto;
    padding: 0.7rem 0.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #023499;
    border: 2px solid #023499;
    border-radius: 10px;
}



@media screen and (max-width: 980px) {
.contentsArea .itemListArea{
	margin: 0px auto 40px auto;
	width: 96%;
}
.contentsArea .itemListArea h2{
    font-size: 2rem;
}
.contentsArea .itemListArea .category div.sp{
	display: block;
}
.contentsArea .itemListArea .category div.pc{
	display: none;
}

.contentsArea .itemListArea .category div.sp a
{
	display:inline-block;
	margin-bottom:0.2rem;
	height:3rem;
	line-height:3rem;
	width:48%;
	color:#ff6633;
	border:1px solid #ff6633;
}
.contentsArea .itemListArea .category div.sp a.therapy
{
	color:#72a518;
	border:1px solid #72a518;
	line-height:1.2rem;
}
.contentsArea .itemListArea .category div.sp a.therapy span
{
	display:block;
	margin-top:0.3rem;
	text-align:center;
	width:100%;
}
.contentsArea .itemListArea .category div.sp a:nth-child(odd)
{
	float:left;
}
.contentsArea .itemListArea .category div.sp a:nth-child(even)
{
	float:right;
}
}



.contentsArea .showroomArea
{   
    margin: 0px 0px 60px 0px;
				padding: 60px 30px 30px 30px;
				background: #f5f5f5;
}
.contentsArea .showroomArea .title{
	font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 2.4rem;
    color: #042da2;
}

.contentsArea .showroomArea .row{
	margin: 0px 0px 40px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contentsArea .showroomArea .row:before,
.contentsArea .showroomArea .row:after
{
 display: none;
}
.contentsArea .showroomArea .row .map{
	margin: 0px;
	padding: 0px;
	width: 400px;
	overflow: hidden;
}
.contentsArea .showroomArea .row .map iframe{
 width: 100%;
}
.contentsArea .showroomArea .row .status{
	margin: 0px;
	padding: 0px;
	width : -webkit-calc(100% - 440px) ;
   width : calc(100% - 440px) ;
			text-align: left;
}
.contentsArea .showroomArea .row .status .text{
 	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 1.4rem;
}
.contentsArea .showroomArea .row .status .link{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.contentsArea .showroomArea .row .status .link a{
     margin: 0 auto;
    padding: 0.7rem 1rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #023499;
    border: 2px solid #023499;
    border-radius: 10px;
}

.contentsArea .showroomArea .subtitle{
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 2rem;
    color: #042da2;
}
.contentsArea .showroomArea .message{
    margin: 0px 0px 20px 0px;
    font-size: 1.4rem;
}
.contentsArea .showroomArea .blink{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.contentsArea .showroomArea .blink a{
     margin: 0 auto;
    padding: 0.7rem 1rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #023499;
    border: 2px solid #023499;
    border-radius: 10px;
}
@media screen and (max-width: 980px) {
.contentsArea .showroomArea{
	margin: 0px auto 40px auto;
	padding: 30px 15px 15px 15px;
	width: 96%;
	
}
.contentsArea .showroomArea .title{
    font-size: 2rem;
}
.contentsArea .showroomArea .row{
	display: block;
}
.contentsArea .showroomArea .row .map{
	width: auto;
	margin: 0px 0px 15px 0px;
}
.contentsArea .showroomArea .row .map iframe{
 width: 100%;
}
.contentsArea .showroomArea .row .status{
	width: auto;
}
.contentsArea .showroomArea .row .status .link{
	text-align: center;
}
.contentsArea .showroomArea .subtitle{
	    font-size: 1.8rem;
}
}


.contentsArea .voiceArea{
	margin: 0px 0px 60px 0px;
	padding: 0px;
}
.contentsArea .voiceArea .title{
	font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 2.4rem;
    color: #042da2;
}


.contentsArea .voiceArea .voiceList{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.contentsArea .voiceArea .voiceList:before,
.contentsArea .voiceArea .voiceList:after
{
 display: none;
}
.contentsArea .voiceArea .voiceList .voiceBox{
	margin: 10px;
	padding: 20px;
	background: #f5f5f5;
	border-radius: 10px;
	/*
	width : -webkit-calc(33.3% - 20px) ;
   	width : calc(33.3% - 20px) ;
	*/
}
.contentsArea .voiceArea .voiceList .voiceBox .text{
	margin: 20px 0px 10px 0px;
	padding: 10px;
	border-radius: 10px;
	background: #FFF;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: left;
	position: relative;

	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 83px;
	max-height: 83px;

}
/*
.contentsArea .voiceArea .voiceList .voiceBox .text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
*/
.contentsArea .voiceArea .voiceList .voiceBox .img{
 	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.contentsArea .voiceArea .voiceList .voiceBox .img img{
 max-width: 200px;
	width: 100%;
}
.contentsArea .voiceArea .voiceList .voiceBox .name{
 font-size: 1.4rem;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;

	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 48px;

}
@media screen and (max-width: 980px) {
.contentsArea .voiceArea{
	margin: 0px auto 40px auto;
	padding: 0px;;
	width: 96%;	
}
.contentsArea .voiceArea .title{
	font-size: 2rem;
}
.contentsArea .voiceArea .voiceList{
	display: block;
}
.contentsArea .voiceArea .voiceList .voiceBox{
	width: auto;
	margin: 5px;
}
}

.contentsArea .flowArea{
	margin: 0px 0px 60px 0px;
	padding: 0px;
	
}
.contentsArea .flowArea .title{
	font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 2.4rem;
    color: #042da2;
}

.contentsArea .flowArea .flowList {
 margin: 0px;
	padding: 0px;
}
.contentsArea .flowArea .flowList .flowBox{
	margin: 0px 0px 40px 0px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #f5f5f5;
	text-align: left;
}
.contentsArea .flowArea .flowList .flowBox:before,
.contentsArea .flowArea .flowList .flowBox:after
{
 display: none;
}
.contentsArea .flowArea .flowList .flowBox .l{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	font-size: 1.6rem;
	font-weight: bold;
	text-indent: -20px;
}
.contentsArea .flowArea .flowList .flowBox .l:before,
.contentsArea .flowArea .flowList .flowBox .l:after
{
 display: none;
}
.contentsArea .flowArea .flowList .flowBox .r{
 margin: 0px;
	padding: 0px;
	width : -webkit-calc(100% - 340px) ;
 width : calc(100% - 340px) ;
}
.contentsArea .flowArea .flowList .flowBox .r .text{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 1.4rem;
}
.contentsArea .flowArea .flowList .flowBox .r .text:last-of-type{
	margin: 0px;
}
.contentsArea .flowArea .flowList .flowBox .r .tel{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 1.4rem;
}
.contentsArea .flowArea .flowList .flowBox .r .link{
 margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	text-align: center;
}
.contentsArea .flowArea .flowList .flowBox .r .link a{
	margin: 0 auto;
    padding: 0.7rem 1rem;
    text-align: center;
    font-weight: bold;
    color: #023499;
    border: 2px solid #023499;
    border-radius: 10px;
}
@media screen and (max-width: 980px) {
.contentsArea .flowArea{
	margin: 0px auto 40px auto;
	padding: 0px;;
	width: 96%;	
}
.contentsArea .flowArea .flowList .flowBox{
	display: block;
	margin: 0px 0px 20px 0px;
}
.contentsArea .flowArea .flowList .flowBox .l{
	width: auto;
	margin: 0px 0px 10px 0px;
}
.contentsArea .flowArea .flowList .flowBox .r{
	width: auto;
}
}

.contentsArea .faqArea{
	margin: 0px 0px 60px 0px;
	padding: 0px;
	text-align: left;
	
}
.contentsArea .faqArea .title{
	font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 2.4rem;
    color: #042da2;
				text-align: center;
}
.contentsArea .faqArea ul{
			margin: 30px auto;
			    width: 90%;
    max-width: 1000px;
				display: block;
}
.contentsArea .faqArea ul li
{
    padding:1rem 0.5rem;
    border-bottom:1px solid #aaa;
}
.contentsArea .faqArea ul li p:nth-of-type(1)
{
    position:relative;
    margin-bottom:1rem;
    padding-left:3rem;
}
.contentsArea .faqArea ul li p:nth-of-type(1):before
{
    position:absolute;
    content:'質問';
    top:0;
    left:0;
    color:#1F4799;
    font-size:1.2rem;
    font-weight:bold;
}
.contentsArea .faqArea ul li p:nth-of-type(2)
{
    position:relative;
    padding-left:3rem;
}
.contentsArea .faqArea ul li p:nth-of-type(2):after
{
    position:absolute;
    content:'答え';
    top:0;
    left:0;
    color:#FF6633;
    font-size:1.2rem;
    font-weight:bold;
}

.owl-carousel .owl-nav
{
	margin-top:2px;
	overflow: hidden;
	height: 0px;
}
.owl-carousel .nav-btn
{
	height: 36px;
	position: absolute;
	width: 36px;
	cursor: pointer;
	top: 45% !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled
{
	pointer-events: none;
	opacity: 0.2;
}
.owl-carousel .prev-slide
{
	background: url(/contents/block/10002/slider_btn_left.png);
	background-repeat:no-repeat;
	background-size:contain;
	height: 36px;
	width: 36px;
	left: 10px;
}
.owl-carousel .next-slide
{
	background: url(/contents/block/10002/slider_btn_right.png);
	background-repeat:no-repeat;
	background-size:contain;
	height: 36px;
	width: 36px;
	right: 10px;
}