@charset "utf-8";

/* トップ 1
=========================================== */
.anim{
    position:relative;
    width:1000px;
    height:440px;
	margin: 0 auto;
	background: url(../img/top.jpg) no-repeat bottom;
	background-size: cover;
}
.anim .tx{
    position:relative;
	top: 10px;
	color: #333;
}
.anim .tx .doc{
	margin: 10px 0 0 0;
	float: right;
	font-weight: normal;
	font-size: 14px;	
	padding-right: 10px;
	position: relative;
	line-height: 130%;
}
.anim .tx .doc span{
	font-size: 20px;
	font-weight: bold;
}
.anim .tx .doc::before{
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -21px;
	content: url(../img/ico-kansyu.png);
	
}
.anim img.bt{
	width: 25%;
	position: absolute;
	right: 20px;
	bottom: 30px;
	-webkit-filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
	-moz-filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
	-ms-filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.6));
}
/* 関連サイト
=========================================== */
.related{
	width: 100%;
	background: #fffceb;
	overflow: hidden;
	text-align: right;
}
.related img{
	vertical-align: bottom;
}
.related .title{
	float: left;
	width: 15%;
	line-height:65px;
	text-align: center;
	font-weight: bold;
}
.related .related1 a{
	float: left;
	width: 38%;
	margin: 0 ;
	padding: 0 2%;
}
.related .related2 a{
	float: left;
	width: 38%;
	margin: 0 ;
	padding: 0 2%;
	border-left: 1px solid #CCC;
}



/* トップ 1
=========================================== */
.index section.about {
	text-align: center;
	padding: 20px;
	overflow: hidden;
}
.index section.about h2 {
	font-size:30px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #006983;
}
.index section.about p br{
	display: none;
}
.index section.about ul li {
	float: left;
	width: 300px;
	margin: 10px;
}
.index section.about ul li img{
	-webkit-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-moz-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-ms-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.6));
}
.index section.about ul li img:hover{
	opacity: 0.8;
}


.index section.treatment {
	text-align: center;
	padding: 20px;
	background: #f4f5f7;
	overflow: hidden;
}
.index section.treatment h2 {
	font-size:30px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #006983;
}
.index section.treatment ul.menu{
	position: relative;
}
.index section.treatment ul.menu > li{
	float: left;
	position: relative;
}
.index section.treatment ul.menu img{
	width: 300px;
	margin: 10px;
	background: #fafafa;
	-webkit-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-moz-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-ms-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.6));
}
.index section.treatment ul.menu ul{
	width: 160px;
	position: absolute;
	top: 70px;
	left: 20px;
}
.index section.treatment ul.menu ul li a{
	display: block;
	padding: 0 10px;
	border-bottom: 1px dotted #d0021b;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #333;
	position: relative;
}
.index section.treatment ul.menu ul li a::after{
	content: ">";
	position: absolute;
	right: 20px;
}
.index section.treatment ul.menu ul li a:hover{
	background: #e5f0f2;
}
.index section.treatment ul.menu ul.small li a{
	font-size: 18px;
}

.index section.side-effects {
	text-align: center;
	padding: 20px;
	background: url(../img/treatment-back.jpg);
	overflow: hidden;
}
.index section.side-effects h2 {
	font-size:30px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #d0021b;
}
.index section.side-effects p br {
	display: none;
}
.index section.side-effects h3{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0;
	color: #444;
}
.index section.side-effects h3:before,
.index section.side-effects h3:after {
	border-top: 2px dotted #FFF;
	content: "";
	flex-grow: 1;
}
.index section.side-effects h3:before {
	margin-right: 2rem;
}
.index section.side-effects h3:after {
	margin-left: 2rem;
}
.index section.side-effects ul li {
	float: left;
	margin: 5px;
	width: 230px;
}
.index section.side-effects ul li a{
	display: block;
	background: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	-webkit-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-moz-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-ms-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.6));
	
}
.index section.side-effects ul li a::after{
	content: "＞";
	padding-left: 1em;
	color: #d0021b;
}
.index section.side-effects ul li a:hover{
	background: #faecea;
	
}


.index section.banner{
	background: #f8f8f4;	
	overflow: hidden;
	margin: 30px 0;
	padding: 20px 0;
}

.index section.banner ul li{
	float: left;
	width: 46%;
	margin: 5px 2%;
	-webkit-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-moz-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-ms-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.6));
}



/*===============================================
●style.css 画面の横幅が1024px以上
===============================================*/
@media screen and (min-width: 1024px) {
}
/*===============================================
●style.css 画面の横幅が1024pxまで
===============================================*/
@media screen and (max-width: 1024px) {
	
/* トップ 1
=========================================== */
.anim{
    width:100%;
	height: auto;
    padding: 50% 0 0 0;
	
}

.anim .tx{
    position:absolute;
	top:10px;
    left:15px;
	color: #333;
}
.anim .tx .doc{
	margin: 1% 0 5px 0;
	font-size: 2vw;	
	line-height: 130%;
	text-shadow: #FFF 1px 1px 0;
}
.anim .tx .doc::before{	
	content: "【監修】";
	font-size: 1.5vw;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
	
}
.anim .tx .doc br{
	display: block;
}
.anim .tx .doc span{
	font-size: 3vw;
	margin-left: 0.5em;
}
.anim img.bt{
	width: 35%;
	right: 3%;
	bottom: 3%;
}
	
/* 関連サイト
=========================================== */
.related .title{
	float: none;
	width: 100%;
	line-height:100%;
	padding: 0.5em 0;
}
.related .related1 a{
	float: left;
	width: 45.8%;
	margin: 0 ;
	padding: 0 2%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.related .related2 a{
	float: left;
	width: 45.8%;
	margin: 0 ;
	padding: 0 2%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/* トップ 1
=========================================== */
.index section.about {
	padding: 2%;
	font-size: 16px;
}
.index section.about h2 {
	font-size: 20px;
	margin: 2% 0 1% 0;
}
.index section.about p{
	line-height: 130%;
	margin-bottom: 1em;
}
.index section.about p br{
	display: block;
}
.index section.about ul li {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.index section.about ul li img{
	-webkit-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-moz-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	-ms-filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.6));
}
.index section.about ul li img:hover{
	opacity: 0.8;
}


.index section.treatment {
	padding: 2%;
	font-size: 16px;
}
.index section.treatment h2 {
	font-size: 20px;
	margin: 2% 0 1% 0;
}
.index section.treatment p{
	line-height: 130%;
	margin-bottom: 1em;
}
.index section.treatment ul.menu > li{
	width: 48%;
	margin: 0.1% 1%;
}
.index section.treatment ul.menu img{
	width: 100%;
	margin: 0;
}
.index section.treatment ul.menu ul{
	width: 50%;
	position: absolute;
	top: 20%;
	left: 5%;
	
}
.index section.treatment ul.menu ul li a{
	display: block;
	padding: 1% ;
	border-bottom: 1px dotted #d0021b;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333;
	position: relative;
}
.index section.treatment ul.menu ul li a::after{
	content: ">";
	right: 0;
}
.index section.treatment ul.menu ul li a:hover{
	background: #faecea;
}
.index section.treatment ul.menu ul.small li a{
	font-size: 18px;
}
	
.index section.side-effects {
	padding: 1%;
	font-size: 16px;
}
.index section.side-effects h2 {
	font-size: 20px;
	margin: 2% 0 1% 0;
}
.index section.side-effects p{
	line-height: 130%;
	margin-bottom: 1em;
}
.index section.side-effects p br{
	display: block;
}
.index section.side-effects h3{
	font-size:16px;
	margin: 2% 0;
}
.index section.side-effects ul li {
	margin: 1% 2%;
	width: 46%;
}
.index section.side-effects ul li a{
	font-size: 16px;
}
.index section.banner ul li{
	float: none;
	width: 92%;
	margin: 2% 4%;
}
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
	


}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {

}
