#footerArea {
	margin-top: 50px;
}

html {
	font-family: /*"Noto Sans Japanese", */"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 200%;
}

body {
	background-color: #fff;
	color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
}

div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark{
	font-family: /*"Noto Sans Japanese", */"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
	color: inherit;
	font-size: inherit;
}

a {
	color: #168ada;
}

a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}

div[class^="section_"] {
	margin-bottom: 50px;
}

div[id^="pos"] {
	padding-top: 50px;
}

img {
	border-width: 0;
	width: 100%;
}

strong {
	font-weight: normal;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.align_c {
	text-align: center;
}

.big {
	font-size: 2.0rem;
}

.bold {
	font-weight: bold;
}

.btn a {
	background-color: #f00;
	border-radius: 5px;
	bottom: 30px;
	color: #fff;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 50px;
	margin: 0 auto;
	max-height: 50px;
	text-align: center;
	text-decoration: none;
	width: 80%;
}

.btn-ptn2 a {
	background-color: #fff;
	border: 2px solid #f00;
	color: #f00;
}

.clearfix:after,
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}

.cmn_pad {
	padding-left: 20px;
	padding-right: 20px;
}

.eye_catch {
	background-image: url(https://www.seplus.jp/dokushuzemi/kihonjoho/img/201507/ec-eye-catch-1600-3.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 100%;
	min-height: 480px;
	padding: 80px 0 0 0;
}

.eye_catch .txt-1 {
	color: #fff;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	text-shadow: 0 1px 3px #000;
}

.eye_catch .txt-2 {
	color: #fff;
	font-weight: bold;
	margin:0;
	text-align: center;
	text-shadow: 0 1px 3px #000;
}

.eye_catch .txt-2 p {
	line-height: 110%;
}

.eye_catch .txt-2 br {
	display: none;
}

@media only screen and (orientation: portrait) {
	.eye_catch {
		background-image: url(https://www.seplus.jp/dokushuzemi/kihonjoho/img/201507/ec-eye-catch-1600-3-2.jpg);
		/*padding-top: 40%;*/
	}

	.eye_catch .txt-2 br {
		display: block;
	}
}

.f_h {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}

.h_1 {
	border-left: 20px solid #002060;
	font-size: 1.2rem;
	line-height: 1.2em;
	margin-bottom: 50px;
	padding: 15px 20px 15px 10px;
}

.mag_bt00 {
	margin-bottom: 0px!important;
}

.mag_bt30 {
	margin-bottom: 30px!important;
}

.mag_bt50 {
	margin-bottom: 50px!important;
}

.merit_block div[class*="merit_"] {
	border-radius: 5px;
	color: #fff;
	padding: 15px;
}

.merit_block .merit_1 {
	background-color: #00b0f0;
}

.merit_block .merit_2 {
	background-color: #92d050;
}

.merit_block .merit_3 {
	background-color: #ffc000;
}

.ml:after,
.ml::after {
	content: "@seplus.jp";
	display: inline;
}

.pageTop {
	display:none;
	position:relative;
	height:0;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 48px;
	hegiht: 48px;
	outline:none;
	z-index:9999;
	right: 5px;
	bottom: 5px;
}

.red {
	color: #f00;
}

.sml {
	font-size: 0.8rem;
}

.tbl {
	display: table;
	width: 100%;
}

.tbl .row {
	display: table-row;
}

.tbl .row:nth-child(2n+1) {
	background-color: #eff3f9;
}

.tbl .row:first-child {
	background-color: #4f81bd;
}

.tbl .cell {
	display: table-cell;
}

.tbl .nm {
	box-sizing: border-box;
	padding: 5px;
	width: 20%;
}

.tbl .dtl {
	box-sizing: border-box;
	padding: 5px;
	width: 80%;
}

.tbl2 {
	display: table;
	width: 100%;
}

.tbl2 .row {
	display: table-row;
}

.tbl2 .cell {
	display: table-cell;
	text-align: center;
	width: 33.3333%;
}

.tbl2 .cell:nth-child(2) {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.tbl2 .cell p {
	line-height: 140%;
}



@media screen and (min-width: 769px) {
	/* iPad 縦置きの横幅より大きい */
	.btns .btn {
		float: left;
		width: 50%;
	}

	.cmn_width {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 1024px;
		width: 100%;
	}

	.menu_wrap {
		background-color: #0097da;
		left: 0;
		top : 0;
		padding: 5px;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	.menu_pc {
		display: -webkit-flex;
		display: flex;
		-wekit-flex-direction: row;
		flex-direction: row;
		height: 50px;
	}

	.menu_pc .col {
		width: 25%;
		line-height: 50px;
	}

	.menu_pc .col a {
		background-color: #0097da;
		border: 2px solid #fff;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 50px;
		margin: 0 5px;
		text-align: center;
		text-decoration: none;
	}

	.menu_pc .offer a {
		background-color: #f00;
	}

	.menu_smp {
		display: none;
	}

	.menu_btn {
		display: none;
	}

	.merit_block {
		display: -webkit-flex;
		display: flex;
		-wekit-flex-direction: row;
		flex-direction: row;
	}

	.merit_block .merit_1 {
		margin-right: 2%;
		width: 32%;
	}

	.merit_block .merit_2 {
		margin-right: 2%;
		width: 32%;
	}

	.merit_block .merit_3 {
		width: 32%;
	}

	.view_pc {
		display: block;
	}

	.view_smp {
		display: none;
	}

	footer {
		background-color: #f0f0f0;
		margin-top: 50px;
		padding-bottom: 50px;
	}

	footer nav {
		background-color: #646464;
		margin-bottom: 50px;
	}

	footer nav ul li {
		float: left;
		width: 12.5%;
	}

	footer nav ul li a {
		background-color: #646464;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		color: #fff;
		display: block;
		font-size: 0.7rem;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}

	footer nav li:last-child a {
		border-right: 1px solid #fff;
	}

	.dokuzemi_logo_div {
		float: left;
		width: 70%;
	}

	.dokuzemi_logo_div .logo {
		float: left;
		margin-right: 15px;
		width: 53px;
	}

	.dokuzemi_logo_div .txt {
		float: left;
		padding-top: 5px;
	}

	.dokuzemi_logo_div .txt p {
		color: #999;
		font-size: 0.6rem;
		line-height: 120%;
		margin: 0 0 5px 0;
		padding: 0;
	}

	.corp_logo_div {
		float: left;
		text-align: right;
		width: 30%;
	}

	.corp_logo_div li {
		float: right;
	}

	.corp_logo_div li:first-child {
		margin-left: 5px;
	}
}

@media screen and (max-width: 768px) {
	/* iPad 縦置きの横幅以下 */
	.btns .btn {
		margin-bottom: 15px;
	}

	.merit_block div[class*="merit_"] {
		margin-bottom: 30px;
	}

	.menu_wrap {
		background-color: #0097da;
		left: 0;
		min-height: 50px;
		top : 0;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	.menu_smp {
		display: none;
	}

	.menu_smp .col:first-child {
		border-top: 1px solid #ccc;
	}

	.menu_smp .col a {
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		display: block;
		padding: 15px 0;
		text-align: center;
		text-decoration: none;
	}

	.menu_smp .offer a {
		background-color: #f00;
		color: #fff;
	}

	.menu_btn {
		cursol: pointer;
		height: 50px;
		line-height: 50px;
		margin-left: auto;
		margin-right: 20px;
		width: 50px;
	}

	.menu_pc {
		display: none;
	}

	.view_pc {
		display: none;
	}

	.view_smp {
		display: block;
	}

	footer {
		background-color: #f0f0f0;
		margin-top: 50px;
		padding-bottom: 50px;
	}

	footer nav {
		border-top: 50px solid #646464;
		margin-bottom: 50px;
	}

	footer nav li {
		border-bottom: 1px solid #999;
	}

	footer nav li a {
		box-sizing: border-box;
		display: block;
		padding: 15px 20px;
		text-decoration: none;
	}

	.dokuzemi_logo_div {
		text-align: center;
		margin-bottom: 30px;
	}

	.dokuzemi_logo_div .logo {
		margin-bottom: 5px;
	}

	.dokuzemi_logo_div .txt p {
		color: #999;
		font-size: 0.6rem;
		line-height: 120%;
		margin: 0 0 5px 0;
		padding: 0;
	}

	.corp_logo_div {
		text-align: center;
	}

	.corp_logo_div li {
		display: inline-block;
		vertical-align: top;
	}

	.corp_logo_div li:first-child {
		margin-right: 15px;
	}

	.corp_logo_div li:last-child {
		margin-left: 15px;
	}

	.tbl2 {
		margin-top: -50px;
	}
}





@media screen and (max-width: 480px) {
	.eye_catch {
		padding-top: 150px;
	}

	.eye_catch .txt-1 {
		font-size: 1.2rem;
	}

	.eye_catch .txt-2 p:first-child {
		font-size: 1.8rem;
	}

	.eye_catch .txt-2 p:last-child {
		font-size: 1.1rem;
	}
}
@media screen and (min-width: 481px) {
	.eye_catch {
		padding-top: 150px;
	}

	.eye_catch .txt-1 {
		font-size: 1.5rem;
	}

	.eye_catch .txt-2 p:first-child {
		font-size: 2.2rem;
	}

	.eye_catch .txt-2 p:last-child {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 641px) {
	.eye_catch .txt-1 {
		font-size: 2.0rem;
	}

	.eye_catch .txt-2 p:first-child {
		font-size: 2.5rem;
	}

	.eye_catch .txt-2 p:last-child {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 769px) {
	.eye_catch .txt-1 {
		font-size: 2.5rem;
	}

	.eye_catch .txt-2 p:first-child {
		font-size: 3.0rem;
	}

	.eye_catch .txt-2 p:last-child {
		font-size: 2.3rem;
	}
}
@media screen and (min-width: 1025px) {
	.eye_catch .txt-1 {
		font-size: 3.0rem;
	}

	.eye_catch .txt-2 p:first-child {
		font-size: 4.0rem;
	}

	.eye_catch .txt-2 p:last-child {
		font-size: 2.8rem;
	}
}





.btn {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

.btn[disabled] {
	cursor: default;
}

.btn-ptn-01 {
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 1px #999;
	color: #333;
	font-weight: bold;
	padding: 6px 10px;
	text-align: center;
}

.btn-ptn-01:hover {
	background: #d8d8d8;
}

.btn-ptn-01[disabled],
.btn-ptn-01[disabled]:hover {
	background: #efefef;
	color: #666;
	opacity: 0.8;
}

.err-box {
	border: 3px solid #f44336;
	background-color: #ffebee;
	line-height: 140%;
	padding: 15px;
}

.need:after {
	color: #c00;
	content: " *必須";
	display: inline;
	font-size: 10px;
}

.ptn-01 {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 100%;
}

.ptn-01 th {
	background-color: #eee;
	border: 1px solid #666;
	box-sizing: border-box;
	min-width: 80px;
	padding: 10px;
	width: 20%;
}

.ptn-01 td {
	border: 1px solid #666;
	box-sizing: border-box;
	padding: 10px;
	width: 80%;
}

.ptn-01 td p:last-of-type {
	margin-bottom: 0;
}

.ptn-01-4cols th {
	width: 20%;
}

.ptn-01-4cols td {
	width: 30%;
}

input[type="text"],
input[type="mail"],
input[type="tel"] {
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
}

.zip1 {
	max-width: 60px;
}

.zip2 {
	max-width: 80px;
}

.nm,
.nm_kana,
.nm_alpha {
	max-width: 200px;
}

.tel {
	max-width: 200px;
}

.card-nm {
	max-width: 200px;
}

.card-number {
	max-width: 200px;
}

.card-number-conf {
	max-width: 80px;
}

.card-limit-m {
	max-width: 40px;
}

.card-limit-y {
	max-width: 40px;
}

@media screen and (min-width: 768px) {
	.check-group:after,
	.check-group::after {
		clear: both;
		content: "";
		display: block;
	}

	.check-group > label {
		float: left;
		margin-bottom: 3px;
		margin-right: 15px;
	}

	.check-group input[type="checkbox"],
	.check-group input[type="radio"] {
		margin-right: 5px;
		vertical-align: middle;
	}

	.check-group > label > span,
	.check-group > label > span > img {
		vertical-align: middle;
	}

	.check-group > label > span > img {
		height: 64px;
		width: 64px!important;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 12px;
	}

	.check-group {
		border-top: 1px solid #ccc;
	}

	.check-group:after,
	.check-group::after {
		clear: both;
		content: "";
		display: block;
	}

	.check-group > label {
		display: block;
		height: 44px;
		width: 100%;
		border-bottom: 1px solid #ccc;
		background-color: #fff;
	}

	.check-group > label > span:first-child {
		float: left;
		display: block;
		height: 44px;
		line-height: 44px;
		background-color: #e7e7e7;
	}

	.check-group input[type="checkbox"],
	.check-group input[type="radio"] {
		margin-left: 10px;
		margin-right: 10px;
	}

	.check-group > label > span:last-child {
		float: left;
		display: block;
		height: 44px;
		padding-left: 10px;
		background-color: #fff;
		vertical-align: middle;
		font-size: 12px;
		line-height: 44px;
	}

	.check-group > label > span,
	.check-group > label > span > img {
		vertical-align: middle;
	}

	.check-group > label > span > img.card-logo {
		height: 40px;
		width: 40px;
	}

	.check-group-size-2 > label:nth-child(2n+1) {
		float: left;
		width: 50%;
	}

	.check-group-size-2 > label:nth-child(2n) {
		float: right;
		width: 50%;
	}

	.nm,
	.nm_kana,
	.nm_alpha {
		margin-bottom: 3px;
	}
}
