@charset "utf-8";

/*--------------------------
	common
--------------------------*/
#medicom-mask .pc{display: block;}
#medicom-mask .sp{display: none;}


h2{
    margin: 0 0 20px 0;
    padding: 5px 0;
    color: #333;
	text-align: center;
    font-size: 30px;
}

h6 {
    font-size: 30px;
    font-size: 4rem;
    position: relative;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 60px;
}
h6 span {
    font-size: 14px;
    font-size: -1.2rem;
    display: block;
    color: #B2B2B2;
    letter-spacing: 0.1em;
}
h6:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #8BBCCC;
}

h7{
	margin: 0 0 20px 0;
    padding: 5px 0;
    color: #333;
	text-align: center;
    font-size: 30px;
	background: #f7dae0;
}

#main img{
	width: 100%;
	height: auto;
}

#medicom-mask {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------
	文字
--------------------------*/
.text01 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 80px;
    letter-spacing: 0.1em;
}

.text02 {
    font-size: 31px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 36px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

/*--------------------------
	main_img
--------------------------*/
.main_img {
    margin: 0 0 80px 0;
}



/*--------------------------
	medicom-mask
--------------------------*/

/* --- .point --- */
.point dl{
	margin: 0 0 50px 0;
}

.point dl dt{
	margin: 0 0 15px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.point dl dd{
	font-size: 18px;
	line-height: 2;
	border-radius:10px;
	background-color: #fffebb;
}

.point dl dd ul{
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}

.point .image{
	width: 80%;
	max-width: 800px;
	margin: 0 auto 50px;
}


/* --- .item --- */
.item{
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}

.item dl dt{
	margin:0 0 20px; 
}

.item dl dd.price,
.item p.price{
	margin: 0 0 15px;
	text-align: center;
	font-size:18px;
}


/* --- .table --- */
#comparison{
	margin: 40px 0 0;
}

.table{
	margin: 0 0 30px;
}

.table p {
    text-align: center;
    margin: 5px 0 0;
}

.table th,
.table td{
    border: solid 1px #ccc;
	padding: 15px;
}

.table th{
	width: 140px;
	background: #efefef;
}

.table td{
	width: 215px;
}





/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

/*--------------------------
	common
--------------------------*/
#medicom-mask .pc{display: none;}
#medicom-mask .sp{display: block;}

	
h6 {
    font-size: 30px;
    font-size: 37px;
    position: relative;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 60px;
}	
	
h6:before {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #8BBCCC;
}
h6 span {
    font-size: 12px;
    font-size: -1.2rem;
    display: block;
    color: #B2B2B2;
    letter-spacing: 0.1em;
}
	
	
h2,h7{
    font-size: 24px;
}

/*--------------------------
	文字
--------------------------*/	
	
.text01 {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 24px auto 40px;
}
.text02 {
    font-size: 19px;
    line-height: 1.5;
    text-align: center;
    margin: 30px auto 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
/*--------------------------
	main_img
--------------------------*/
.main_img {
    margin: 0 0 30px 0;
}

/*--------------------------
	medicom-mask
--------------------------*/
/* --- .point --- */
.point dl{
	margin: 0 0 50px 0;
}

.point dl dt{
	font-size: 24px;
}

.point dl dd{
	font-size: 16px;
}

.point dl dd ul{
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
}

.point .image{
	width: 100%;
	margin: 0 auto;
}



/* --- .item --- */
.item{
	width: 100%;
	padding: 30px 0;
}

.item dl dt{
	margin:0 0 10px; 
}

.item dl dd.price,
.item p.price{
	margin: 0 0 15px;
	font-size:16px;
}


/* --- .table --- */
#comparison {
    margin: 20px 0 0;
}

.table {
	padding-bottom: 3%;
    margin-top: 3px;
    overflow-x: scroll;

}


.table::-webkit-scrollbar{
    height: 10px;
}
.table::-webkit-scrollbar-track{
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
}
.table::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background: #666;
}
}


/*-------------------------------
470px以下用
---------------------------------*/
@media screen and (max-width: 470px) {

/*--------------------------
	common
--------------------------*/
h2,h7 {
    margin: 0 0 15px 0;
    font-size: 20px;
}

/*--------------------------
	main_img
--------------------------*/

/*--------------------------
	medicom-mask
--------------------------*/
/* --- .point --- */
.point dl{
	margin: 0 0 30px 0;
}

.point dl dt{
	font-size: 24px;
}

.point dl dd{
	font-size: 14px;
}

.point dl dd ul{
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
}

.point .image{
	width: 100%;
	margin: 0 auto;
}

/* --- .item --- */
.item{
	padding: 20px 0;
}

.item dl dd.price,
.item p.price{
	margin: 0 0 10px;
	font-size:14px;
}




}