@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);




.pagemds01{
 font-size         : 3.2vw;
 margin            : 40px 0 0 3%;
 padding           : 0 0 0 0;
 line-height       : 100%;
 font-family       : 'Noto Sans Japanese','Meiryo',Arial,sans-serif;
 font-weight       : 600;
 width             : 97%;
 text-align        : left;
}
.pagemds01:first-letter{
 font-size         : 4.3vw;
}


.pagemds02{
 font-size         : 1.6vw;
 margin            : 20px 0 0 3%;
 padding           : 0 0 0 0;
 line-height       : 100%;
 font-family       : 'Noto Sans Japanese','Meiryo',Arial,sans-serif;
 width             : 97%;
 text-align        : left;
}

.pagemds02B{
 font-size         : 1.3em;
 margin            : 60px 0 0 3%;
 padding           : 0 0 0 0;
 line-height       : 100%;
 font-family       : 'Noto Sans Japanese','Meiryo',Arial,sans-serif;
 width             : 97%;
 text-align        : left;
 line-height       : 160%;
}


.pagemds03{
 font-size         : 2.6vw;
 margin            : 30px 0 0 3%;
 padding           : 0 0 6px 0;
 line-height       : 100%;
 font-family       : 'Noto Sans Japanese','Meiryo',Arial,sans-serif;
 font-weight       : 500;
 width             : 97%;
 text-align        : left;
 position          : relative;
}
.pagemds03:after{
 position          : absolute;
 content           : " ";
 display           : block;
 padding           : 0 0 6px 0;
 border-bottom     : double 10px #33cccc;
 width             : 5%;
}
.pagemds03:first-letter{
 font-size         : 3.6vw;
}




@media (max-width: 778px) {


	.pagemds01{
	 font-size         : 3.5vw;
	 margin            : 1em 0 0 3%;
	 padding           : 0 0 0 0;
	 line-height       : 100%;
	 font-family       : 'Noto Sans Japanese','Meiryo',Arial,sans-serif;
	 font-weight       : 600;
	 width             : 97%;
	 text-align        : left;
	}
	.pagemds01:first-letter{
	 font-size         : 4.3vw;
	}


	.pagemds02{
	 font-size         : 3vw;
	 margin            : 1em 0 0 3%;
	 padding           : 0 0 0 0;
	 line-height       : 100%;
	 font-family       : 'Noto Sans Japanese','Meiryo',Arial,sans-serif;
	 width             : 97%;
	 text-align        : left;
	}

	.pagemds02B{
	 font-size         : 3vw;
	 margin            : 2em 0 0 3%;
	 padding           : 0 0 0 0;
	 line-height       : 100%;
	 font-family       : 'Noto Sans Japanese','Meiryo',Arial,sans-serif;
	 width             : 97%;
	 text-align        : left;
	 line-height       : 160%;
	}


	.pagemds03{
	 font-size         : 4vw;
	 margin            : 1em 0 0.5em 3%;
	 padding           : 0 0 6px 0;
	 line-height       : 100%;
	 font-family       : 'Noto Sans Japanese','Meiryo',Arial,sans-serif;
	 font-weight       : 500;
	 width             : 97%;
	 text-align        : left;
	 position          : relative;
	}
	.pagemds03:after{
	 position          : absolute;
	 content           : " ";
	 display           : block;
	 padding           : 0 0 6px 0;
	 border-bottom     : double 4px #33cccc;
	 width             : 5%;
	}
	.pagemds03:first-letter{
	 font-size         : 5vw;
	}



}