﻿@charset "utf-8";

/*==================================================
睡眠時無呼吸症候群ページのみのcss
====================================================*/
.title_nayami{font-size:36px;font-weight:bold;font-family:sans-serif;text-align:center;}
.title_nayami2{font-size:24px;font-weight:bold;font-family:sans-serif;text-align:center;}
@media only screen and (max-width: 799px){
	.title_nayami{font-size:24px;}
	.title_nayami2{font-size:18px;}
}

.sas-shojo li{margin-top:10px;padding-left:20px;;text-indent:-20px;}

.checkmark001{
	padding-left:28px;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:15px;
	height:15px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:4px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:13px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:4px;
}

.box-nagare {
	padding:10px 10px 10px 20px;
    background: #f8f8ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box-nagare-inner{display:flex;gap:0 20px;margin-top:10px;}
.box-nagare-inner-p{width:calc(100% - 200px);}
.box-nagare-inner-img{width:200px;}
.box-nagare-inner-img img{width:100%;}
@media only screen and (max-width: 799px){
	.box-nagare {
		padding:10px 5px 10px 5px;}
	.box-nagare-inner-p{width:calc(100% - 150px);}
	.box-nagare-inner-img{width:150px;}

}

