@charset "utf-8";
/* CSS Document */

.planBlock {
	background: url(../img/plan_bg.png) no-repeat right center;
	background-size: auto auto;
	background-size: cover;
	padding: 50px;
}
.planBlock h1 {
	color: #fff;
	font-size: 125%;
}
.planBlock h1:before, .planBlock h1:after {
	background: #fff;
}
.wrap ul {
	display: flex;
}
.tyuui {
	background-color: #f8f8f8;
	color:#666;
	padding: 22px;
}
.tyuui h4 {
	font-size: 110%;
	margin-bottom: 10px;
}
.tyuui p {
	font-size: 93%;
}
/*---------------------------
/*プラン
---------------------------*/

.plan {
	padding: 20px 0 100px;
}
.plan ul {
	display: flex;
	width: 1000px;
	margin: 40px auto;
}
.plan ul li {
	margin-right: 10px;
	width: 33%;
}
.plan ul li:nth-child(1) h3 {
	background-color: #f4a976;
}
.plan ul li:nth-child(1) .box--type2 {
	border-color: #f4a976;
}
.plan ul li:nth-child(1) .plan-price {
	color: #f4a976;
}
.plan ul li:nth-child(2) h3 {
	background-color: #eb8a48;
}
.plan ul li:nth-child(2) .box--type2 {
	border-color: #eb8a48;
}
.plan ul li:nth-child(2) .plan-price {
	color: #eb8a48;
}
.plan ul li:nth-child(3) h3 {
	background-color: #e47930;
}
.plan ul li:nth-child(3) .box--type2 {
	border-color: #e47930;
}
.plan ul li:nth-child(3) .plan-price {
	color: #e47930;
}
.plan ul li:last-child {
	margin-right: 0;
}
.plan .ncms-mod-price-box__detail {
	margin: 20px;
}
.plan h3 {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	background-color: #0B4787;
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: .1em;
	border-radius: 4px 4px 0 0;
}
.box--type2 {
	background: #fff;
	border-color: #e47930;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	height: 550px;
}
.ncms-mod-price-box__header {
	justify-content: center;
	margin: 0 20px;
	padding: 25px 0;
	border-bottom-color: #e47930;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 18px;
	font-weight: 700;
}
.ncms-mod-price-box__plan-name {
	margin-top: 16px;
	margin-right: 24px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .2em;
}
.ncms-frm-root *, [class*="ncms-frm-root--"] * {
	box-sizing: border-box;
}
.plan-price {
	font-family: Oswald, sans-serif;
	font-size: 40px;
	font-weight: 700;
	vertical-align: sub;
	letter-spacing: .05em;
}
.plan-price03 {
	font-family: Oswald, sans-serif;
	font-size: 27px;
	font-weight: 500;
	vertical-align: sub;
	color: #f4a976;
	letter-spacing: .05em;
}
.ncms-mod-price-box__button {
	border-radius: 0 0 4px 4px;
	background-color: #f8f8f8;
	padding: 10px;
	text-align: center;
}
.plan-price02 {
	font-size: 70%;
	text-decoration: line-through;
}
.plan-price02 .plan-price {
	font-size: 160%;
}
h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	font-size: 20px;
	color: #666;
}
h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	border-top: 1px solid #666;
}
table {
	width: 100%;
	margin: 20px 0;
}
table tr td, table tr th {
	vertical-align: middle;
	padding: 5px 10px;
}
table thead tr th {
	background-color: #B2B2B2;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #ffffff;
}
table.planoption tbody tr td {
	padding: 10px;
	border: 1px solid #B2B2B2;
	font-size: 90%;
}
table tbody tr td:first-child {
	border-left: none;
}
table tbody tr td:last-child {
	border-right: none;
}




 @media all and (min-width: 0px) and (max-width: 768px) {

/*---------------------------
/*プラン
---------------------------*/
.planBlock {
	padding: 15px;
}
.plan ul {
	margin: 40px auto;
	display:block;
	width:auto;
}
.plan ul li {
	margin: 15px auto;
	width: 90%;
}
.box--type2 {
	height: auto;
}
.plan ul li:nth-child(1) h3 {
	background-color: #f4a976;
}
.plan ul li:nth-child(1) .box--type2 {
	border-color: #f4a976;
}
.plan ul li:nth-child(1) .plan-price {
	color: #f4a976;
}
.plan ul li:nth-child(2) h3 {
	background-color: #eb8a48;
}
.plan ul li:nth-child(2) .box--type2 {
	border-color: #eb8a48;
}
.plan ul li:nth-child(2) .plan-price {
	color: #eb8a48;
}
.plan-price03 {
	font-size: 150%;
}
.plan ul li:last-child {
	margin: 15px auto;
}

.plan h3 {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	background-color: #0B4787;
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: .1em;
	border-radius: 4px 4px 0 0;
}
.box--type2 {
	background: #fff;
	border-color: #e47930;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
}
.ncms-mod-price-box__header {
	justify-content: center;
	margin: 0 20px;
	padding: 25px 0;
	border-bottom-color: #e47930;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 18px;
	font-weight: 700;
}
.ncms-mod-price-box__plan-name {
	margin-top: 16px;
	margin-right: 24px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .2em;
}
.ncms-frm-root *, [class*="ncms-frm-root--"] * {
	box-sizing: border-box;
}
.plan-price {
	font-family: Oswald, sans-serif;
	font-size: 40px;
	font-weight: 700;
	vertical-align: sub;
	color: #0B4787;
	letter-spacing: .05em;
}
.ncms-mod-price-box__button {
	border-radius: 0 0 4px 4px;
	background-color: #F3F6F9;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.plan-price02 {
	font-size: 70%;
	text-decoration: line-through;
}
.plan-price02 .plan-price {
	font-size: 160%;
}
.bgicon {
	background: url(../img/bg_icon.png) left no-repeat;
}
 }
 
 
 @media all and (min-width: 768px) and (max-width: 1270px) {
	.plan .Block{
		width:90%;
		margin:0 auto;
	}
 }