@charset "utf-8";

* {
	box-sizing: content-box;
}

/*reset*/
body, h1, h2, h3, h4, h5, h6, h7,
div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset,
form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7,
dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
}
input[type="text"], textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img, input, select, textarea {
}

@media(max-width:767px){
button,
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}
}

img, fieldset {
	border: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6, h7,
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.5;
  letter-spacing: .5pt;
}
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.75;
}

/*common*/
a {
	color: #0066CC;
}
.inner {
	width: 980px;
	margin: 0 auto;
}
.section {
	padding: 60px 0;
	background: #FFF;
}
.section.blue {
	background: #EDF2F7;
}
.section h2 {
	margin-bottom: 60px;
	text-align: center;
}
.section h2 span {
	padding-bottom: 10px;
	color: #0C1863;
	font-size: 28px;
	font-weight: bold;
	background: url("../img/bg_title.png") left bottom repeat-x;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

/*header*/
#header {
	padding: 13px 0;
	background: #fff;
	border-top: 3px solid #db2e30;
}
#header .inner {
	width: 980px;
	margin: 0 auto;
}
#header  h1 {
	font-size: 12px;
	line-height: 1;
	color: #888;
	margin-bottom: 11px;
}
#header .logo {
	width: 450px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#header .logo .logo_image {
	width: 228px;
	transition: 0.25s;
}
#header .logo .logo_image img {
	width: 228px;
	height: auto;
	transition: 0.25s;
}
#header .logo .logo_text {
	margin-left: 15px;
	line-height: 1;
}
#header .logo .logo_text a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	transition: 0.25s;
}
#header .logo .logo_text a:hover {
	opacity: 0.7;
}

/*common*/
a {
	color: #223463;
}
.roboto {
	    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.wf-roundedmplus1c {     font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif; }
.lato {     font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif; }
.bold {
	font-weight: bold;
}
#contents {
	min-width: 1028px;
	color: #1f1f1f;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	overflow: hidden;
	letter-spacing: .03em;
}
.mincho {
	font-family: "HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.inner {
	width: 980px;
	margin: 0 auto;
}

.blue {
	color: #106393;
}

.markerOrange {
	position: relative;
	z-index: 1;
}

.markerOrange:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #bb4f3e;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.markerBlue {
	position: relative;
	z-index: 1;
}

.markerBlue:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #2884ad;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}



/*linewrap*/
#lineWrap {
	width: 910px;
	margin: 0 auto;
}


.define_wrap {
	padding: 0 24px;
}

.define_inner {
	width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.l-pageTop {
	/*display: none;*/
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 5;
	opacity: 0;
}

.c-title01 {
	width: 980px;
	height: 80px;
	margin-bottom: 40px;
	padding-top: 28px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background: url(../image/ttl_bg.png) no-repeat left top;
}


/**********************************

 heroSec

***********************************/
.heroSec {
	background: #b0def8 url(../image/hero_bg.jpg) no-repeat center;
	background-size: cover;
}

.heroSec__inner {
	position: relative;
}

.heroSec__inner ul {
	position: relative;
	padding-top: 25px;
	z-index: 10;
}

.heroSec__inner ul li {
	display: inline-block;
	padding-right: 15px;
	margin-right: 5px;
	position: relative;
	color: #333;
	font-size: 14px;
}

.heroSec__inner ul li.last {
	padding-right: 0;
	margin-right: 0;
}

.heroSec__inner ul li:before {
	content: "";
	display: block;
	width: 4px;
	height: 7px;
	background: url(../image/icon_arr01.png) no-repeat left top;
	position: absolute;
	top: 8px;
	right: 0;
}

.heroSec__inner ul li.last:before {
	display: none;
}

.heroSec__inner ul li a {
	text-decoration: none;
	color: #333;
}

.heroSec__inner ul li a:hover {
	text-decoration: underline;
}

.heroSec__inner__txt {
	position: relative;
	margin-top: -20px;
	z-index: 5;
}

@media(min-width:1300px){
	.heroSec__inner__txt {
		margin-right: -150px;
	}
}
.heroSec__inner__txt img {
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	max-width: 1142px;
	height: auto;
}

.heroSec__inner__btn {
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: 250px;
	height: 42px;
	z-index: 10;
}

/**********************************

 cvSec

***********************************/
.cvSec {
	background-color: #f5f2ef;
}

.cvSec__inner {
	padding: 45px 0;
}

.cvSec__inner.last {
	padding: 45px 0;
}

.cvSec__inner__head {
	margin-bottom: 40px;
}

.cvSec__inner__head .sub {
	width: 268px;
	height: 81px;
	float: left;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	background: url(../image/cv_bg01.png) no-repeat left top;
}

.cvSec__inner__head .main {
	width: 690px;
	height: 72px;
	float: right;
	font-size: 34px;
	line-height: 74px;
	text-align: center;
	border-top: 4px solid #998b7f;
	border-bottom: 4px solid #998b7f;
}

.cvSec__inner__body {

}

.cvSec__inner__body__tel {
	float: left;
}

.cvSec__inner__body__tel .ttl {
	margin-bottom: 4px;
}

.cvSec__inner__body__tel .tel {
	margin: 15px 0 10px;
	color: #106393;
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
}

.cvSec__inner__body__tel .tel span {
	display: inline-block;
	padding-left: 44px;
	position: relative;
}

.cvSec__inner__body__tel .tel span:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(../image/icon_tel.png);
	position: absolute;
	top: 3px;
	left: 0;
}

.cvSec__inner__body__tel .time {
	padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.cvSec__inner__body__mail {
	width: 531px;
	margin: 0 auto;
}

.cvSec__inner__body__mail a {
	display: block;
}

/**********************************

 reasonSec

***********************************/
.reasonSec {
	background-color: #998b7f;
}

.reasonSec__inner {
	padding: 80px 0 80px;
	position: relative;
}

.reasonSec__inner__box {

}

.reasonSec__inner__box .txtArea {
	display: table;
	width: 480px;
	height: 220px;
	float: left;
	background: #FFF;
	border: 1px solid #EEE;
}

.reasonSec__inner__box .txtArea p {
	display: table-cell;
	padding: 10px 40px;
	line-height: 2;
	vertical-align: middle;
}

.reasonSec__inner__box .pic {
	width: 430px;
	float: right;
}

/**********************************

 systemSec

***********************************/
.systemSec {
	background: #f5f2ef;
}

.systemSec__inner {
	padding: 80px 0 0;
	position: relative;
}

.systemSec__inner__sec {
	margin-bottom: 100px;
}

.systemSec__inner__sec.last {
	margin-bottom: 0;
}

.systemSec__inner__sec__ttl {
	width: 980px;
	height: 86px;
	margin-bottom: 40px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 86px;
	background: url(../image/system_ttl_bg.png) no-repeat left top;
}

.systemSec__inner__sec__intro {
	margin-bottom: 50px;
}

.systemSec__inner__sec__intro .txtArea {
	display: table;
	width: 480px;
	height: 220px;
	float: left;
	background: #FFF;
	border: 1px solid #EEE;
}

.systemSec__inner__sec__intro .txtArea p {
	display: table-cell;
	padding: 10px 40px;
	line-height: 2;
	vertical-align: middle;
}

.systemSec__inner__sec__intro .pic {
	width: 430px;
	float: right;
}

.systemSec__inner__sec__box {
	margin-bottom: 50px;
	position: relative;
	border-top: 3px solid #106393;
}

.systemSec__inner__sec__box.last {
	margin-bottom: 0;
}
.systemSec__inner__sec__box__inner {
	padding: 0 40px 40px;
	margin-bottom: 40px;
	background-color: #fff;
	border-left: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}

.systemSec__inner__sec__box__inner__ttl {
	padding: 35px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.systemSec__inner__sec__box__inner p {
	line-height: 2;
}

.systemSec__inner__sec__box__inner__txt01 {
	margin-bottom: 30px;
}

.systemSec__inner__sec__box__inner__position01 {
	width: 900px;
	height: 381px;
	background: url(../image/system_position01_bg.png) no-repeat left top;
	position: relative;
	z-index: 1;
}

.systemSec__inner__sec__box__inner__position01__box01 {
	width: 432px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.systemSec__inner__sec__box__inner__position01__box01 .ttl,
.systemSec__inner__sec__box__inner__position01__box02 .ttl {
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
}

.systemSec__inner__sec__box__inner__position01__box01 .txt01,
.systemSec__inner__sec__box__inner__position01__box01 .txt02 {
	width: 202px;
	color: #bb4f3e;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 114px;
}

.systemSec__inner__sec__box__inner__position01__box01 .txt01 {
	left: 0;
}

.systemSec__inner__sec__box__inner__position01__box01 .txt02 {
	right: 2px;
}

.systemSec__inner__sec__box__inner__position01__box01 .txt03,
.systemSec__inner__sec__box__inner__position01__box02 .txt03 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	bottom: 28px;
	left: 0;
	z-index: 1;
}

.systemSec__inner__sec__box__inner__position01__box02 {
	width: 432px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.systemSec__inner__sec__box__inner__position01__box02 .txt01,
.systemSec__inner__sec__box__inner__position01__box02 .txt02 {
	width: 202px;
	color: #2884ad;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 92px;
}

.systemSec__inner__sec__box__inner__position01__box02 .txt01 {
	left: 0;
}

.systemSec__inner__sec__box__inner__position01__box02 .txt02 {
	right: 2px;
}

.systemSec__inner__sec__box__inner__position01__box02 .txt01 .smallTxt,
.systemSec__inner__sec__box__inner__position01__box02 .txt02 .smallTxt {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.5;
}

.systemSec__inner__sec__box__inner__position02 {
	width: 900px;
	height: 381px;
	background: url(../image/system_position02_bg.png) no-repeat left top;
	position: relative;
}

.systemSec__inner__sec__box__inner__position02__box01 {
	width: 432px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.systemSec__inner__sec__box__inner__position02__box02 {
	width: 432px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.systemSec__inner__sec__box__inner__position02__box01 .ttl,
.systemSec__inner__sec__box__inner__position02__box02 .ttl {
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
}

.systemSec__inner__sec__box__inner__position02__box01 .txt01,
.systemSec__inner__sec__box__inner__position02__box01 .txt02 {
	width: 202px;
	color: #bb4f3e;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 104px;
}

.systemSec__inner__sec__box__inner__position02__box01 .txt01 {
	left: 0;
}

.systemSec__inner__sec__box__inner__position02__box01 .txt02 {
	right: 2px;
}

.systemSec__inner__sec__box__inner__position02__box01 .txt03 {
	width: 200px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	bottom: 28px;
	left: 0;
	z-index: 1;
}

.systemSec__inner__sec__box__inner__position02__box02 {
	width: 432px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.systemSec__inner__sec__box__inner__position02__box02 .txt01 {
	width: 100%;
	color: #2884ad;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	top: 104px;
	left: 0;
}

.systemSec__inner__sec__box__inner__position02__box02 .txt02 {
	width: 670px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	bottom: 46px;
	right: 0;
	z-index: 1;
}

/**********************************

 planSec

***********************************/
.planSec {
	background-color: #998b7f;
}

.planSec__inner {
	padding: 80px 0;
	position: relative;
}

.planSec__inner__intro {
	display: table;
	width: 940px;
	margin-bottom: 70px;
}

.planSec__inner__intro p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
}

.planSec__inner__intro__pic {
	display: table-cell;
	vertical-align: middle;
	width: 166px;
}

.planSec__inner__feature {
	margin-bottom: 60px;
}

.planSec__inner__feature__item {
	width: 290px;
	height: 411px;
	float: left;
	background: #FFF;
	position: relative;
}

.planSec__inner__feature__item.first {
	margin-right: 55px;
}

.planSec__inner__feature__item.last {
	float: right;
}

.planSec__inner__feature__item__inner {
	padding: 43px 27px 30px;
}

.planSec__inner__feature__item .num {
	width: 97px;
	height: 48px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	background: url(../image/plan_feature_ttl_bg.png) no-repeat left top;
	position: absolute;
	top: -27px;
	left: 97px;
}

.planSec__inner__feature__item .ttl {
	margin-bottom: 15px;
	color: #106393;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.planSec__inner__feature__item .txt {
	line-height: 2;
}

.planSec__inner__feature__item .note {
	font-size: 14px;
	line-height: 2;
}

.planSec__inner__sec {
	padding: 15px 0;
	margin-bottom: 60px;
	position: relative;
}

.planSec__inner__sec.last {
	margin-bottom: 0;
}

.planSec__inner__sec__inner {
	padding: 40px;
	background-color: #fff;
}

.planSec__inner__sec__inner__ttl {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.planSec__inner__sec__inner__ttl .small {
	font-size: 20px;
}

.planSec__inner__sec__inner__box01 {
	margin-left: -20px;
}

.planSec__inner__sec__inner__box02 {

}

.planSec__inner__sec__inner__box02 .table {
	width: 900px;
	height: 129px;
	margin-bottom: 30px;
	background: url(../image/plan_sec_table_bg01.png) no-repeat left top;
	position: relative;
}

.planSec__inner__sec__inner__box02 .table .table__box01 {
	width: 227px;
	height: 129px;
	position: absolute;
	top: 0;
	left: 0;
}

.planSec__inner__sec__inner__box02 .table .table__box01 .txt01,
.planSec__inner__sec__inner__box02 .table .table__box02 .txt01 {
	width: 100%;
	position: absolute;
	top: 25px;
	left: 0;
}

.planSec__inner__sec__inner__box02 .table .table__box01 .txt02,
.planSec__inner__sec__inner__box02 .table .table__box02 .txt02 {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 11px;
	left: 0;
}

.planSec__inner__sec__inner__box02 .table .table__box02 {
	width: 226px;
	height: 129px;
	position: absolute;
	top: 0;
	left: 227px;
}

.planSec__inner__sec__inner__box02 .table .table__box03 {
	width: 449px;
	height: 129px;
	position: absolute;
	top: 0;
	right: 0;
}

.planSec__inner__sec__inner__box02 .table .table__box03 .txt01 {
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 0;
}

.planSec__inner__sec__inner__box02 .table .table__box03 .txt02 {
	width: 226px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 45px;
	left: 0;
}

.planSec__inner__sec__inner__box02 .table .table__box03 .txt04 {
	width: 226px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.planSec__inner__sec__inner__box02 .table .table__box03 .txt03 {
	width: 226px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 45px;
	right: 0;
}

.planSec__inner__sec__inner__box02 .table .table__box03 .txt05 {
	width: 226px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.planSec__inner__sec__inner__box02 .table .txt01 {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.planSec__inner__sec__inner__box02 .pic {
	display: block;
	text-align: center;
}

.planSec__inner__sec__inner__box03 {

}

.planSec__inner__sec__inner__box03 dl {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	background: url(../image/plan_sec_bg03.png) no-repeat left top;
}

.planSec__inner__sec__inner__box03 dl.last {
	margin-bottom: 0;
}

.planSec__inner__sec__inner__box03 dl dt {
	width: 226px;
	float: left;
	padding-top: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.planSec__inner__sec__inner__box03 dl dd {
	padding: 16px 20px 0;
	overflow: hidden;
}

.planSec__inner__sec__inner__box04 {

}

.planSec__inner__sec__inner__box04__intro {
	width: 100%;
	height: 84px;
	margin-bottom: 40px;
	background: url(../image/plan_sec_bg04.png) no-repeat left top;
}

.planSec__inner__sec__inner__box04__intro dt {
	width: 226px;
	float: left;
	padding-top: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.planSec__inner__sec__inner__box04__intro dd {
	padding: 14px 20px 0;
	overflow: hidden;
}

.planSec__inner__sec__inner__box04__sec {
	margin-bottom: 40px;
}

.planSec__inner__sec__inner__box04__sec.last {
	margin-bottom: 0;
}

.planSec__inner__sec__inner__box04__sec__ttl {
	padding: 13px 0 15px;
	margin-bottom: 30px;
	color: #106393;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-top: 3px solid #106393;
	border-bottom: 1px solid #dddddd;
}

.planSec__inner__sec__inner__box04__sec__note {
	padding: 15px 0;
	position: relative;
}


.planSec__inner__sec__inner__box04__sec__note__inner {
	padding: 20px;
	background-color: #effafe;
}

.planSec__inner__sec__inner__box04__sec__note__inner .ttl {
	margin-bottom: 3px;
	color: #106393;
	font-weight: bold;
}

.planSec__inner__sec__inner__box04__sec__note__inner .txt01 {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.5;
}

.planSec__inner__sec__inner__box04__sec__note__inner ul {
	font-size: 14px;
	line-height: 1.5;
}

.planSec__inner__sec__inner__box04__sec__note__inner ul li {
	text-indent: -1.35em;
	margin-left: 1.35em;
}

.planSec__inner__sec__inner__box04__sec__box {

}

.planSec__inner__sec__inner__box04__sec__box01 {
	margin-bottom: 40px;
}

.planSec__inner__sec__inner__box04__sec__box02 {
	margin-bottom: 30px;
}

.planSec__inner__sec__inner__box04__sec__box03 {

}

.planSec__inner__sec__inner__box04__sec__box .txtArea {
	width: 420px;
	float: left;
}

.planSec__inner__sec__inner__box04__sec__box .txtArea .ttl {
	margin-bottom: 5px;
	color: #106393;
	font-size: 19px;
	font-weight: bold;
}

.planSec__inner__sec__inner__box04__sec__box .txtArea p {
	line-height: 2;
}

.planSec__inner__sec__inner__box04__sec__box .table {
	width: 430px;
	float: right;
	position: relative;
}

.planSec__inner__sec__inner__box04__sec__box01 .table {
	width: 430px;
	height: 106px;
	background: url(../image/plan_sec_table_bg02.png) no-repeat left top;
}

.planSec__inner__sec__inner__box04__sec__box02 .table {
	width: 430px;
	height: 106px;
	background: url(../image/plan_sec_table_bg03.png) no-repeat left top;
}

.planSec__inner__sec__inner__box04__sec__box03 .table {
	width: 430px;
	height: 85px;
	background: url(../image/plan_sec_table_bg04.png) no-repeat left top;
}

.planSec__inner__sec__inner__box04__sec__box .table .txt01 {
	width: 50%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 0;
}

.planSec__inner__sec__inner__box04__sec__box .table .txt02 {
	width: 50%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 0;
}

.planSec__inner__sec__inner__box04__sec__box .table .list01 {
	width: 185px;
	position: absolute;
	top: 49px;
	left: 15px;
}

.planSec__inner__sec__inner__box04__sec__box .table .list02 {
	width: 185px;
	position: absolute;
	top: 49px;
	right: 15px;
}

.planSec__inner__sec__inner__box04__sec__box .table ul li {
	font-size: 14px;
	line-height: 1.5;
}

.planSec__inner__sec__inner__box04__sec__box .table ul li .name {
	float: left;
	white-space: nowrap;
}

.planSec__inner__sec__inner__box04__sec__box .table ul li .price {
	float: right;
}

.planSec__inner__link {
	padding-top: 60px;	
}

.planSec__inner__link a.btn {
    display: block;
	margin: 0 auto 20px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    width: 500px;
    background: #f6f6f6;
    background: -webkit-linear-gradient(#fff 0%,#eee 100%);
    background: linear-gradient(#fff, #eee);
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    padding: 15px 30px 12px 15px;
    position: relative;
    line-height: 1;
}

.planSec__inner__link a.btn:after {
    content: '';
    background: url(../image/icon_arr02.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 48%;
    margin-top: -7px;
}

.planSec__inner__link p.discraimer {
	font-size: 12px;
	text-align: center;
}

/**********************************

 faqSec

***********************************/
.faqSec {
	background: #f5f2ef;
}

.faqSec__inner {
	padding: 80px 0 40px;
	position: relative;
}

.faqSec__inner__list {
	margin-bottom: 60px;
}

.faqSec__inner__list.last {
	margin-bottom: 0;
}

.faqSec__inner__list dt {
	margin-left: 90px;
	margin-bottom: 30px;
	position: relative;
}

.faqSec__inner__list dt p {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}

.faqSec__inner__list dt p span {
	display: block;
	padding: 17px 20px;
	background-color: #fff;
	border: 2px solid #eeeeee;
	position: relative;
}

.faqSec__inner__list dt:before {
	content: "";
	display: block;
	width: 68px;
	height: 68px;
	background: url(../image/icon_q.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: -90px;
}

.faqSec__inner__list dd {
	margin-left: 90px;
	position: relative;
}

.faqSec__inner__list dd:before {
	content: "";
	display: block;
	width: 68px;
	height: 68px;
	background: url(../image/icon_a.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: -90px;
}

.faqSec__inner__list dd .ddInner {
	position: relative;
}

.faqSec__inner__list dd .ddInner__inner {
	padding: 17px 20px;
	border: 2px solid #eeeeee;
	background-color: #fff;
}

.faqSec__inner__list dd p {
	margin-bottom: 1.75em;
	line-height: 2;
}

.faqSec__inner__list dd p.last {
	margin-bottom: 0;
}

.faqSec__inner__list dd .note {
	margin-bottom: 0;
	font-size: 14px;
}

/**********************************

 xxx

***********************************/
.xxx {

}