@charset "utf-8";

/*-------------------------------------------------------------------------
	株式会社DYM
	Style Sheet for Common Setting (#news)
	Date: 2015-01
	All content (c) RYNAPSE
-------------------------------------------------------------------------*/

/* =page structure
-------------------------------------------------------------------------*/
article>header h2,
#news nav.secondary dd a {
	font-weight: 400;
	font-family: 'Nunito',sans-serif;
	}

.pkg {
	padding: 1px 0;
	border-top: 1px solid #131B3F;
	border-bottom: 1px solid #131B3F;
	}

.pkg ul {
	background: #1D234C;
	overflow: hidden;
	}

.pkg li p { margin: 0 0 1em; }

.pkg li a {
	position: relative;
	display: block;
	height: 100%;
	color: #FFF;
	background: #131B3F;
	border-top: 1px solid rgba(255,255,255,.2);
	}

.pkg li:first-of-type a { border-top-width: 0; }
.pkg li a div { padding: 20px 20px 62px; }

.pkg li a p:last-of-type {
	display: block;
	font-weight: 600;
	font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Roboto,'Droid Sans','Yu Gothic',Meiryo,'Meiryo UI',sans-serif;
	color: #FFF;
	margin: 0;
	}

.pkg li a>span {
	position: absolute;
	left: 13px;
	right: 20px;
	bottom: 15px;
	}

.pkg li a>span span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	background: url("/images/temp/icon-pdf.png") no-repeat 0 0;
	background-size: cover;
	}


/* =Media Query
-------------------------------------------------------------------------*/
@media only screen and ( min-device-width: 321px ) and ( orientation: landscape ) {
	.pkg li { position: relative; width: 50%; height: 15em; float: left; }
	}

@media only screen and ( min-device-width: 721px ) {
	.pkg li { position: relative; width: 50%; height: 22em; float: left; }
	.pkg li:nth-child(2) a { border-top-width: 0; }
	.pkg li a div { position: absolute; width: 80%; padding: 0; top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); }
	.pkg li a>span { bottom: 50px; text-align: center; }
	.pkg li a p { text-align: center; font-size: 1.5rem; }
	.pkg li a p:last-of-type { font-weight: 600; font-family: "游明朝","YuMincho",HiraMinProN-W6,"Hiragino Mincho ProN",Meiryo,serif; }
	}

@media only screen and ( min-width: 1025px ) {
	.pkg li { width: 33.33333333%; }
	.pkg li:nth-child(3) a { border-top-width: 0; }
	.pkg li a>span { bottom: 60px; }
	}


/* EOF
-------------------------------------------------------------------------*/
