<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


#amm_conts {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

#amm_conts h1,#amm_conts h2,#amm_conts h3 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

#amm_conts .conts_img {
	width: 100%;
}

#amm_conts .space_40{
	content: "";
	display: block;
	height: 40px;
}

#amm_conts .space_60{
	content: "";
	display: block;
	height: 60px;
}

#amm_conts .space_80{
	content: "";
	display: block;
	height: 80px;
}

#amm_conts #main_area{
	margin-top: 75px;
}

#amm_conts h1.main_ttl{
	font-size: 30px;
	color: #00009A;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.6;
	margin: 75px auto;
	font-weight: normal;
}

#amm_conts .main_ctch{
	font-size: 20px;
	color: #231815;
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-bottom: 120px;
}

#amm_conts h2.midashi_ttl{
	font-size: 30px;
	color: #00009A;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 60px;
	padding-left: 30px;
	border-left: solid 2px #231815;
	font-weight: normal;
}

#amm_conts .honbun b{
	font-weight: bold;
	color: #00009A;
}

#amm_conts .honbun{
	font-size: 16px;
	color: #231815;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.75;
}

#amm_conts .img_cap,#amm_conts .note{
	font-size: 14px;
	color: #231815;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.75;
	margin-top: 5px;
}

#amm_conts .note{
	margin-top: 0px;
}

#amm_conts .amc_apps{
	margin-top: 100px;
}

#amm_conts .amc_apps h3.sttl,#amm_conts .link_area h3.sttl,#amm_conts .link_area h3.egift{
	font-size: 17px;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.75;
	margin-bottom: 15px;
	font-weight: bold;
}

#amm_conts .amc_apps h3.sttl a,#amm_conts .link_area h3.sttl a{
	color: #00009A;
	background-image: url("/anamail/column/202303/images/icon_plane.png");
	padding: 5px 40px 5px 0;
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: underline;
}

#amm_conts .amc_apps .txt{
	font-size: 14px;
	color: #231815;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.75;
	margin-bottom: 70px;
}

#amm_conts .link_area .txt{
	font-size: 16px;
	color: #231815;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.75;
	margin-bottom: 5px;
}

#amm_conts .amm_edit h3.sttl{
	font-size: 16px;
	color: #00009A;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.75;
	margin-bottom: 5px;
	font-weight: bold;
}

#amm_conts .amm_edit .txt{
	font-size: 16px;
	color: #231815;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.75;
	margin-bottom: 70px;
}

#amm_conts .chk_p_area{
	border: solid 1px #4c4340;
	border-radius: 4px;
	display: block;
	padding: 48px;
	position: relative;
}

#amm_conts .chk_p_area .icon_chk_p{
	position: absolute;
	top:-20px;
	left: 50%;
	transform: translate(-50%, 0);	
}

#amm_conts .link_area h3.egift a{
	color: #00009A;
	background-image: url("/anamail/column/202303/images/img09.png");
	padding: 50px 72px 5px 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: underline;
	display: inline-block;
	width: auto;
}

#amm_conts .pc_conts{
	display: block;
}

#amm_conts .sp_conts{
	display: none;
}

@media screen and (max-width: 520px) {
	
#amm_conts #main_area{
	margin-top: 10px;
}

#amm_conts .space_40{
	content: "";
	display: block;
	height: 20px;
}

#amm_conts .space_60{
	content: "";
	display: block;
	height: 30px;
}

#amm_conts .space_80{
	content: "";
	display: block;
	height: 40px;
}	
	
#amm_conts .sp_br{
	display: block;
}
	
#amm_conts {
	width: calc(100% - 30px);
}

#amm_conts h1.main_ttl{
	font-size: 16px;
	margin: 30px auto;
}
	
#amm_conts .main_ctch{
	font-size: 12px;
	margin-bottom: 60px;
}
	
#amm_conts h2.midashi_ttl{
	font-size: 16px;
	margin-bottom: 30px;
	padding-left: 15px;
}
	
#amm_conts .honbun{
	font-size: 12px;
}

#amm_conts .img_cap,#amm_conts .note{
	font-size: 10px;
	margin-top: 5px;
}
	
#amm_conts .note{
	margin-top: 0;
}

#amm_conts .amc_apps{
	margin-top: 50px;
}

#amm_conts .amc_apps h3.sttl,#amm_conts .link_area h3.sttl,#amm_conts .link_area h3.egift{
	font-size: 12px;
	width: 100%;
}

#amm_conts .amc_apps h3.sttl a,#amm_conts .link_area h3.sttl a{
	background-image: url("/anamail/column/202303/images/icon_plane_sp.png");
	padding: 10px 50px 10px 10px;
	text-decoration: none;
	border: solid 1px #666666;
	width: 100%;
	display: block;

}

#amm_conts .amc_apps .txt{
	font-size: 12px;
	margin-bottom: 35px;
}
	
#amm_conts .link_area .txt{
	font-size: 12px;
}

#amm_conts .amm_edit h3.sttl{
	font-size: 12px;
	margin-bottom: 5px;
}

#amm_conts .amm_edit .txt{
	font-size: 12px;
	margin-bottom: 35px;
}
	
#amm_conts .chk_p_area{
	padding: 24px;
}
	
#amm_conts .link_area h3.egift a{
	text-decoration: none;
	background-image: none;
	border: solid 1px #666666;
	padding: 10px;
	display: block;
	position: relative;
	margin:40px 0;
}

	
#amm_conts .link_area h3.egift img{
	width: 100px;
	height: auto;
	position: absolute;
	right: 20px;
	top:30px;
	transform: translate(0, -50%);
	
}
	
#amm_conts .pc_conts{
	display: none;
}

#amm_conts .sp_conts{
	display: block;
}

#amm_conts .chk_p_area .icon_chk_p{
	width: 130px;
	height: auto;
	top:-10px;
}
	
}</pre></body></html>