@charset "utf-8";

/* -------------------------------------------------
	box
------------------------------------------------- */

.box1000 {
	width: auto;
	max-width: none;
}
.box-sp {
	margin: 0 5%;
	position: relative;
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-type1 {
	padding: 0 0 0.4em;
	margin: 0 -5.4%;
	background: transparent;
	color: #0d213e;
	font-size: 20px;
	line-height: 1.4;
	border-bottom: solid 10px #282828;
}
.h-type1::before {
	width: 118px;
	height: 68px;
	left: 5%;
	bottom: -17px;
	top: auto;
}
.h-type1 span {
	text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}

/* -------------------------------------------------
	btn
------------------------------------------------- */

.btn-type1 {
	margin: 20px auto 0;
	width: 100%;
	font-size: 15px;
}
.btn-type1:hover {
	background: #fff;
}

/* -------------------------------------------------
	mv
------------------------------------------------- */

#mv {
	margin-top: 20px;
}
#mv .back {
	padding: 5px 5px;
	background: #504a4a;
	margin-bottom: 2px;
	text-align: left;
	font-size: 13px;
}
#mv .back a::before {
	width: 0.7em;
	height: 0.7em;
	border-width: 3px;
	left: 10px;
}
#mv .desc {
	width: auto;
	margin: 30px auto 0;
}
#mv .desc1 {
	font-size: 16px;
}
#mv .desc2 {
	margin-top: 1.0em;
	font-size: 15px;
}

/* -------------------------------------------------
	plan
------------------------------------------------- */

#plan {
	padding-top: 60px;
}

.plan-inner {
	margin: 0;
}

.plan-lead {
	text-align: left;
	font-size: 16px;
}

.plan-table tr {
	display: block;
}
.plan-table td,
.plan-table th {
	display: block;
}
.plan-table th p.bold {
	font-weight: bold;
}
.plan-table th.sp-only {
	background-color: #000 !important;
}

.plan-table td:nth-of-type(odd) {
	border-top: solid 1px #b1b1b1;
}
.plan-table td:nth-of-type(even) {
	background-color: #e9e9e9;
}

.plan-table tr:last-child td {
	vertical-align: middle !important;
	text-align: center !important;
	background-color: #e9e9e9;
}

.plan-table.t1 {
	margin-bottom: 0;
}
.plan-table tr:last-child {
	display: none;
}
.plan-table.t1 th {
	width: auto;
}

.plan-table.t2 {
	border-bottom: solid 1px #b1b1b1;
}
.plan-table.t2 th {
	display: none;
}

.plan-table.t2 {
	margin-bottom: 30px;
}
.plan-table.t2 tr:first-child td:first-of-type {
	border-top: none;
}

.plan-table figcaption {
	margin-bottom: 10px;
}

.plan-table strong {
	font-size: 18px;
}
.plan-table td.sp-only p {
	display: inline-block;
}


.plan-desc {
	margin: 40px 0 25px;
	display: block;
}
.plan-desc .title {
	padding: 0 0 0.5em;
	margin-bottom: 1.2em;
	border-bottom: solid 4px #000;
	text-align: center;
}
.plan-desc ul li + li {
	margin-top: 9px;
}
.plan-desc ul li p {
	font-size: 15px;
}

/* -------------------------------------------------
	chose
------------------------------------------------- */

#chose .chose-inner {
	padding: 0;
}
#chose ul {
	margin-top: 50px;
	display: block;
}
#chose ul li {
	width: auto;
}
#chose ul li:nth-child(even) {
	margin-top: 0;
}
#chose ul li:nth-child(odd):not(:first-child) {
	margin-top: 0;
}
#chose ul li + li {
	margin-top: 10px !important;
}
#chose ul li .text-box {
	margin-bottom: 10px;
	padding-left: 15px;
}
#chose ul li .text-box .desc {
	font-size: 15px;
}

/* -------------------------------------------------
	#caution
------------------------------------------------- */

#caution {
	margin-top: 68px;
	padding: 26px 0;
}
#caution img {
	width: 53px;
	display: block;
	margin: 0 auto;
}
#caution p {
	margin: 1em 0.9em 0;
	font-size: 18px;
	line-height: 1.55;
}