@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

/*------------------------------------------ second共通 */

body.second article span.blue {
	color: #003686;
}
body.second article span.red {
	color: #c1272d;
}
body.second article span.small {
	font-size: 80%;
}
body.second article p.indent {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
}
body.second article h2+p.indent {
	margin-top: 0.5em;
}
body.second article h3+p.indent {
	margin-top: 0;
}
body.second article table.vetic {
	table-layout: fixed;
}
body.second article table.vetic th,
body.second article table.vetic td {
	text-align: center;
	vertical-align: middle;
}
body.second p.imp_notice a{
	color: #c1272d !important;
    font-weight: bold;
}
body.second p.imp_notice a:visited{
	color: #c1272d !important;
}
body.second .mfp-content #receiving h3 {
	margin-top: 3em;
	font-size: 1.4rem;
	font-weight: bold;
	color: #003686;
	text-align: center;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

/*------------------------------------------ second共通 */

body.second article table.hrizn_01 th {
	width: 40%;
}
body.second article table.hrizn_02 th {
	width: 30%;
}
body.second article table.hrizn_01 td {
	width: 60%;
}
body.second article table.hrizn_02 td {
	width: 70%;
}
body.second table.block {
	border-style: none;
}
body.second table.block th {
	border-bottom-style: none;
}
body.second table.block th,
body.second table.block td {
	text-align: center;
	display: block;
}

body.second p.imp_notice  {
	text-align: left !important;
}
body.second .mfp-content #receiving {
	padding: 0 2% 2%;
}

/* 736px以下用（SP用）の記述 end */
}

/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

/*------------------------------------------ second共通 */

body.second article table.hrizn_01 th,
body.second article table.hrizn_02 th {
	width: 40%;
}
body.second article table.hrizn_01 td,
body.second article table.hrizn_02 td {
	width: 60%;
}
body.second table.block th {
	width: 40%;
}
body.second table.block td {
	width: 60%;
}
body.second .receiving_popup .mfp-content {
	max-width: 1000px;
    width: auto !important;
}
body.second .mfp-content #receiving h3 {
	margin-top: 1em;
	font-size: 2rem;	
}


/* 737px以上用（PC用）の記述 end */
}

/*------------------------------------------ clear */
body {
	zoom: 100%;
}

body:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}