@charset "UTF-8";
/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
.col-pc-5-1{
			width:75%;
}

.drug_sheet{
			width: 100%;
			height: 0;
			padding-top: 66.6666666667%;
			background: url(../images/test.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
}

.disclaimer{
			opacity:0;
			font-family: "Noto Sans Japanese";
			line-height: 1;
			font-size: 3rem;
			font-weight: bold;
			letter-spacing: -0.05em;
			text-align: center;
			padding-bottom: 10px;
			margin-bottom: 40px;
			position: relative;
			text-decoration: none;
			background-color: rgba(0,86,155,0.3);
}

.disclaimer > a{
			color:#FFFFFF;
}

.disclaimer_text{
			font-size: 1.5rem;
}

.disclaimer{
			opacity: 0;
}

.disclaimer:hover{
			opacity: 1;

}

.box{
			width: 0.5em;
			border: solid 3px #000;
}

[class^="col-"] { 
    padding-bottom: 25px;
}

.small_font-size {
    font-size: 1.6rem!important;
}

