@charset "Shift_JIS";
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	color: #333333;
	line-height: 1.6;
}
body *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup{
	position: relative;
	font-size: .6em;
	line-height: 1;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*----------------------------------------------------------------
*
* PC
*
*----------------------------------------------------------------*/
@media print, screen and (min-width: 751px){
	.pc-hidden{
		display: none;
	}
	/* layout
	------------------------------------------------------ */
	.money_seminar-closed-main .money_seminar-closed-mainInner {
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
	}
	#footer #pagetop a {
		background-image: url("/insurance/money_seminar/img/index_ic03.png");
	}
	/* header
	------------------------------------------------------ */
	.money_seminar-closed-header {
		background-color: #fff;
		width: 100%;
	}
	.money_seminar-closed-header .money_seminar-closed-headerInner {
		display: flex;
		align-items: center;
		max-width: 1200px;
		margin: 0 auto;
		padding: 24px 0 28px;
	}
	.money_seminar-closed-header .money_seminar-closed-headerLogo {
		width: 110px;
	}
/* module
	------------------------------------------------------ */
	/* section */
	.money_seminar-closed-section01 {
		margin-top: 30px;
	}
	.money_seminar-closed-section01 >:first-child {
		margin-top: 0 !important;
	}
/* heading */
	.money_seminar-closed-heading02 {
		margin-top: 25px;
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.4;
	}
/* button */
	.money_seminar-closed-button {
		margin-top: 15px;
		text-align: center;
	}
	.money_seminar-closed-button a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin: 0 auto;
		padding: 8px 45px 7px 30px;
		border-radius: 60px;
		border: 1px solid #cecece;
		background-color: #fff;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		color: inherit;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.money_seminar-closed-button a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 24px;
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-top: 2px solid #356a0f;
		border-right: 2px solid #356a0f;
		transform: rotate(45deg);
	}
	.money_seminar-closed-button a:hover {
		opacity: 0.7;
	}
}
/*----------------------------------------------------------------
*
* SP
*
*----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
	.sp-hidden{
		display: none;
	}
	/* layout
	------------------------------------------------------ */
	.money_seminar-closed-main .money_seminar-closed-mainInner {
		margin: 0 auto;
		padding: 25px 10px 0;
	}
	#footer #pagetop a {
		background-image: url("/insurance/money_seminar/img/index_ic03.png");
	}
	/* header
	------------------------------------------------------ */
	.money_seminar-closed-header {
		background-color: #fff;
		width: 100%;
	}
	.money_seminar-closed-header .money_seminar-closed-headerInner {
		display: flex;
		align-items: center;
		padding: 11px 10px 16px;
	}
	.money_seminar-closed-header .money_seminar-closed-headerLogo {
		width: 62px;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.money_seminar-closed-section01 {
		margin-top: 20px;
	}
	.money_seminar-closed-section01 >:first-child {
		margin-top: 0 !important;
	}
/* heading */
	.money_seminar-closed-heading02 {
		margin-top: 15px;
		text-align: center;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.4;
	}
/* button */
	.money_seminar-closed-button {
		margin-top: 15px;
		text-align: center;
	}
	.money_seminar-closed-button a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		padding: 6px 20px 5px 10px;
		border-radius: 60px;
		border: 1px solid #cecece;
		background-color: #fff;
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
		color: inherit;
		text-decoration: none;
	}
	.money_seminar-closed-button a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 7px;
		height: 7px;
		margin-top: -5px;
		border-top: 1px solid #356a0f;
		border-right: 1px solid #356a0f;
		transform: rotate(45deg);
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		padding: 15px;
	}
}