@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PLAN
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#plan-index {
	margin: 0 0 10%;
}
#plan-index section {
	padding: 70px 30px;
	border-bottom: solid 1px #CCC;
}
#plan-index section:last-of-type {
	border: none;
}
#plan-index section .columnBlock01 { width: 280px; }
#plan-index section .columnBlock02 { width: 630px; }
#plan-index section h2 {
	color: #084056;
	font-size: 22px;
	line-height: 1.6;
}
#plan-index section h2.pt_30 {
	padding-top: 30px;
}
#plan-index section h3 {
	padding: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
  display: block;
	color: #084056;
}
#plan-index section p {
	font-size: 14px;
}
#plan-index section p span {
	font-size: 12px;
}
#plan-index section a {
	width: 320px;
	margin: 10px 0 0;
	padding: 15px 0 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 2px solid #084056;
	background: #084056;
	border-radius: 5px;
	font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#plan-index section a:hover {
	background: #FFF;
	color: #084056;
}
#plan-img section {
	margin: 0 0 8%;
}



#plan-text01 section {
	width: 100%;
	margin: 0 0 8%;
	padding: 30px 10px 20px;
	box-sizing: border-box;
	background-color: #efefef;
	text-align: center;
}
#plan-text01 section h3 {
	padding: 0 0 20px;
	font-size: 24px;
	color: #084056;
	line-height: 1.4;
}
#plan-text01 section h4 {
	padding: 10px 0 20px;
	font-size: 20px;
	line-height: 1.4;
}
#plan-text01 section p {
	padding: 0 0 20px;
}

#plan-table section {
	margin: 0 0 8%;
}
#plan-table h2 {
	color: #084056;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 0.7em;
	text-align: center;
}
#plan-table section p {
	padding: 1em;
}
#plan-table table {
	width: 100%;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#plan-table table th,
#plan-table table td {
	padding: 1em;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: center;
	line-height: 1.6;
}
#plan-table table th span,
#plan-table table td span {
	font-size: 12px;
	font-weight: normal;
}
#plan-table table tr:nth-child(even) { background-color:#EFEFEF; }
#plan-table table th {
	font-weight: bold;
	vertical-align: middle;
}
#plan-table table td {
	width: 21%;
	vertical-align: middle;
}
#plan-table table td.a-left {
	width: 75%;
	text-align: left;
}
#plan-table table th.a-left {
	width: 25%;
	text-align: left;
}
/*==========================================
 詳細ページのスタイル
===========================================*/
#plan-top {
	margin: 0 0 10%;
}
#plan-top h2 {
	color: #084056;
	font-size: 30px;
	line-height: 1.6;
	margin: 0 0 1em;
	text-align: center;
}
#plan-top h2 span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}
#plan-top section .columnBlock01 { width: 400px; }
#plan-top section .columnBlock02 { width: 575px; }

#plan-top section .columnBlock02 p {
	padding: 0 0 20px;
}
#plan-top section .columnBlock02 p span {
	color: #084056;
}
#plan-top section .columnBlock02 p a {
	color: #084056;
	text-decoration: underline;
}
#plan-top section .columnBlock02 p a:hover {
	opacity: 0.7;
}


#plan-free-space {
	width: 800px;
	margin: 0 auto 8%;
	padding: 50px 0 0;
}
#plan-free-space h2 {
	color: #084056;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 1em;
	text-align: center;
}
#plan-free-space ul {
	margin: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#plan-free-space ul li {
	width: 235px;
	padding: 0 47px 20px 0;
	text-align: center;
}
#plan-free-space ul li:nth-child(3n) {
	padding: 0 0 20px 0;
}
#plan-free-space ul li img {
	width: 100%;
	height: auto;
}
#plan-free-space ul li span {
	padding: 0.5em 0 0;
	display: block;
	font-size: 14px;
}
a#plan-bot-btn {
	width: 370px;
	margin: 0 auto 20px;
	padding: 15px 0 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 2px solid #084056;
	background: #084056;
	border-radius: 5px;
	font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
a#plan-bot-btn:hover {
	background: #FFF;
	color: #084056;
}
/* PC向けレイアウトの指定：981px以上では固定レイアウト */
@media only screen and (max-width: 767px) {
	#plan-index section {
		padding: 60px 0 3%;
	}
	#plan-index section .columnBlock01 { width: 100%; float: none; text-align: center; }
	#plan-index section .columnBlock02 { width: 100%; float: none; padding: 5% 0 0; }
	#plan-index section h2 {
		font-size: 20px;
	}
	#plan-index section h3 {
		padding: 5px 0 10px;
	  font-size: 14px;
	}
	#plan-index section a {
		width: 100%;
		font-size: 16px;
	}
	#plan-img section img {
		width: 100%;
	}

	#plan-text01 section {
		padding: 20px 20px 10px;
	}
	#plan-text01 section h3 {
		padding: 0 0 15px;
		font-size: 18px;
	}
	#plan-text01 section h4 {
		padding: 10px 0 20px;
		font-size: 16px;
	}

	#plan-table h2 {
		font-size: 22px;
		margin: 0 0 0.4em;
	}
	#plan-table section p {
		padding: 0.5em 0 0;
		font-size: 12px;
	}
	#plan-table table th,
	#plan-table table td {
		padding: 0.5em;
		font-size: 12px;
	}
/*==========================================
 詳細ページのスタイル
===========================================*/
	#plan-top h2 {
		font-size: 22px;
	}
	#plan-top h2 span {
		font-size: 14px;
	}
	#plan-top section .columnBlock01 {
		width: 100%;
	}
	#plan-top section .columnBlock01 img {
		width: 100%;
	}
	#plan-top section .columnBlock02 {
		width: 100%;
	}
	#plan-free-space {
		width: 100%;
		margin: 0 auto 8%;
		padding: 50px 0 0;
	}
	#plan-free-space h2 {
		margin: 0 0 10px;
		font-size: 22px;
	}
	#plan-free-space ul {
		margin: 0;
	}
	#plan-free-space ul li {
		width: 48%;
		padding: 0 4% 20px 0;
		text-align: center;
	}
	#plan-free-space ul li:nth-child(3n) {
		padding: 0 4% 20px 0;
	}
	#plan-free-space ul li:nth-child(2n) {
		padding: 0 0 20px 0;
	}

	#plan-free-space ul li img {
		width: 100%;
		height: auto;
	}
	#plan-free-space ul li span {
		padding: 5px 0 0;
		font-size: 12px;
	}
	a#plan-bot-btn {
		width: 100%;
		font-size: 16px;
	}
}
