@charset "utf-8";
/* デスクトップ＆スマホ共通項目 */
body {background-color: #00c0fa;}
header#header_191208{
font-size: 0em;
}
.present a  {
	color: #e50065;
	text-decoration: none;
	border-bottom: #e50065 2px dotted;
}
@media (min-width: 1180px){
	#header_191208{
	background: url("../images/common/desktop/header_220408.png") center top no-repeat;
	height: 131px;
	margin: 0 auto;
	} 
	#main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ffffff;
	width: 1100px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 175%;
	}
	#ttl_present {
	background: url("../images/present/desktop/ttl_present.png") bottom no-repeat;
	width: 542px;
	height: 67px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 0em;
	}
	.present {
	width: 92%;
	margin: 0 auto;
	padding: 4%;
	line-height: 175%;
	text-align: left;
	color: #000000;
	}
}

/* タブレット */
@media screen and (min-width:600px) and (max-width:1179px) {
	#main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	width:94%;
	margin: 1% auto;
	padding: 2% 0;
	background-color: #fff;
	}	
	#header_191208 {
	background: url("../images/common/tablet/header_220408@2x.png") center top no-repeat;
	width: calc(1536 / 1536 * 100%);
	height: 0;
	padding-bottom: calc(170 / 1536 * 100%);
	background-size: contain;
	margin:0 auto;
	} 
	#ttl_present {
	background: url("../images/present/tablet/ttl_present@2x.png") center  no-repeat;
	width: calc(722/ 1536 * 100%);
	height: 0;
	padding-bottom: calc(90 / 1536 * 100%);
	background-size: contain;
	margin:2% auto;
	font-size: 0em;
	}
	.present {
	width: 100%;
	margin:  0 auto;
	font-size: 0.9rem;
	line-height: 175%;
	color: #000;
	}
}		

/* スマホ */
@media screen and (min-width:10px) and (max-width:599px) {
	main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	width:90%;
	margin: 1% auto;
	padding: 2%;
	background-color: #fff;
	}
	#header_191208 {
	background: url("../images/common/smp/header@2x.png") center top no-repeat;
	width: calc(750 / 750 * 100%);
	height: 0;
	padding-bottom: calc(364/ 750 * 100%);
	background-size: contain;
	margin: 0 auto;
	} 
	#ttl_present {
	background: url("../images/present/smp/ttl_present@2x.png") center  no-repeat;
	width: calc(722/ 750 * 100%);
	height: 0;
	padding-bottom: calc(90 / 750 * 100%);
	background-size: contain;
	margin:3% auto;
	font-size: 0em;
	}
	.present {
	width: 94%;
	margin:  0 auto;
	margin-bottom: 10%;
	padding: 0 3%;
	font-size: 1rem;
	line-height: 175%;
	color: #000;
	}
	.present dl {
	padding: 4% 0;
	font-size: 1rem;
	line-height: 175%;
	background-color:rgba(255,255,255,0.50);
	}
}


