@charset "UTF-8";

.bg_head {
	background:#e0f0f5;
}
/* 背景 共同セミナー*/
.bg_cont01 {
	background:#fff6b2;
}

/* 背景 iDeCoセミナー*/
.bg_cont02 {
	background:#d1e8ef;
}
.bg_cont02_t {
	background:#1182c4;
}
/* 背景 iDeCo+セミナー*/
.bg_cont03 {
	background:#fffbcc;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #000;
}

ul.footer {
	list-style:none;
}

.footer_indent {
	text-indent:-1em;
}

.cont_bg01 {
	background-image: url(./img/back_01.png);
}

.border-orange {
	border: 5px solid;
	border-color: #eb6120;
	border-radius: 1.8rem;
}

.border-blue {
	border: 5px solid;
	border-color: #003f8c;
	border-radius: 1.8rem;
}

.border-blue-nr {
	border: 5px solid;
	border-color: #1182c4;
	border-radius: 0.9rem;
}

.border-blue-thin {
	border-color: #003f8c !important;
}

.border-yellow {
	border: 5px solid;
	border-color: #fce637;
	border-radius: 1.8rem;
}

.border-blue2-thin {
	border-color: #0088d4 !important;
}

.small_adv {
	font-size:60%;
}

.title_box {
	font-size:1.1rem;
	background:#EDF8F1;
}

.title_box02 {
	font-size:1.1rem;
	background:#DAECF2;
}

.title_box03 {
	font-size:1.1rem;
}

.title_box_sp {
	font-size:0.8rem;
	background:#EDF8F1;
}

.title_box_sp02 {
	font-size:0.8rem;
	background:#DAECF2;
}

.text-blue {
	color: #003f8c;
}

.text-blue2 {
	color: #0088d4;
}

.w-90 {
	width:90% !important;
}

#pagetop {
	position:fixed;
	bottom:25px;
	right:25px;
}


/* modal */
.modal_v {
	display: block;
	transition: 1.0s;
}
.modal_v:hover {
	cursor: pointer;
	opacity: 0.6;
	transition: 1.0s;
}

@media screen and (max-width: 767px) {
	.modal_v{
		display: block;
		transition: 1.0s;
	}
	.modal_v:hover {
		cursor: pointer;
		opacity: 0.6;
		transition: 1.0s;
	}
}

.contents01-characterwrapPC {
	width: 125px;
	position: absolute;
	top: -29px;
	left: 150px;
}

.contents01-characterwrapMB {
	width: 70px;
	position: relative;
	top: -65px;
	left: 20px;
}