@charset "utf-8";

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.woff') format('woff'),
	url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*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: #223463;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.bold {
	font-weight: bold;
}
#contents {
	min-width: 1028px;
	color: #333333;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	overflow: hidden;
	letter-spacing: .03em;
}
.mincho {
	font-family: "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.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: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*header*/
#header {
	padding: 13px 0;
	background: #fff;
	border-top: 3px solid #db2e30;
	border-bottom: 1px solid #dfdbd8;
}
#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;
}

/*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;
}


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

 heroSec

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

.heroSec__bg__inner {
	width: 990px;
	position: relative;
}

.heroSec__bg__inner__pankuzu {
	font-size: 14px;
	position: absolute;
	top: 20px;
	left: 5px;
	z-index: 2;
	padding: 5px 10px;
	background: rgba( 255, 255, 255, 0.5);
	border-radius: 3px;
}

.heroSec__bg__inner__pankuzu li {
	display: inline-block;
	font-size: 12px;
	position: relative;
}

.heroSec__bg__inner__pankuzu li {
	margin-right: 20px;
}

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

.heroSec__bg__inner__pankuzu li:last-child {
	margin-right: 0;
}

.heroSec__bg__inner__pankuzu li:last-child:before {
	display: none;
}

.heroSec__bg__inner__pankuzu li a {
	color: #223463;
	text-decoration: none;
}

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

@media(min-width:1300px){
	h2.heroSec__bg__inner__ttl {
		margin-right: -150px;
	}
}


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

 cvSec

***********************************/
.cvSec {
	background: url(../image/cv_bg01.jpg) no-repeat center;
	background-size: cover;
}

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

.cvSec__inner__ttl {
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	letter-spacing: .08em;
}

.cvSec__inner__box {
	position: relative;
	background: #FFF;
	border-radius: 5px;
}

.cvSec__inner__box:before {
	content: "";
	display: block;
	width: 980px;
	height: 34px;
	background: url(../image/cv_bg02.png) no-repeat left top;
}

.cvSec__inner__box:after {
	content: "";
	display: block;
	width: 980px;
	height: 35px;
	background: url(../image/cv_bg03.png) no-repeat left top;
}

.cvSec__inner__box__inner {
	padding: 0 75px;
	background-color: #fff;
}

.cvSec__inner__box__inner__tel {
	width: 390px;
	float: left;
}

.cvSec__inner__box__inner__tel__ttl {
	margin-bottom: 7px;
}

.cvSec__inner__box__inner__tel__txt01 {
	margin-bottom: 7px;
	text-align: center;
}

.cvSec__inner__box__inner__tel__txt02 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.cvSec__inner__box__inner__mail {
	width: 390px;
	margin: 0 auto;
}

.cvSec__inner__box__inner__mail__btn a {
	display: block;
	width: 390px;
	height: 73px;
	padding-top: 32px;
	color: #fff !important;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../image/cv_btn_bg01.png) no-repeat left top;
}

.cvSec__inner__box__inner__mail__btn a span {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cvSec__inner__box__inner.online {
	padding-top: 20px;
}

.cvSec__inner__box__inner.online p {
	position: relative;
	padding-left: 42px;
	font-size: 18px;
	font-weight: bold;
	color: #DE2414;
}

.cvSec__inner__box__inner.online p span {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.cvSec__inner__box__inner.online p:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 30px;
	content: "";
	background: url(../image/cv_online.png) no-repeat;
	background-size: 100% 100%;
}

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

 c-sec

***********************************/
.c-sec {

}

.c-sec__head {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

.c-sec__head:before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: url(../image/sec_head_bg01.png) repeat-x left top;
	position: absolute;
	top: 100%;
	left: 0;
}

.c-sec__head__inner {
	padding: 32px 0;
}

.c-sec__head__inner__ttl {
	margin-bottom: 10px;
	color: #213363;
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .08em;
}

.c-sec__head__inner__sub {
	color: #cccccc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .04em;
}

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

 importanceSec

***********************************/
.importanceSec {
	background: #445075 url(../image/importance_bg01.jpg) no-repeat center bottom;
	background-size: cover;
}

.importanceSec__inner {
	padding: 80px 0 100px;
}

.importanceSec__inner__ttl {
	margin-bottom: 35px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	letter-spacing: .08em;
}

.importanceSec__inner__wrap {
	margin-bottom: 23px;
	padding-bottom: 70px;
	background: url("../image/icon_arr02.png") center bottom no-repeat;
}

.importanceSec__inner__wrap__box {
	width: 460px;
	position: relative;
}

.importanceSec__inner__wrap__box:before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background-color: #17203f;
	position: absolute;
	top: 4px;
	right: -4px;
}

.importanceSec__inner__wrap__box:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #17203f;
	position: absolute;
	top: 1005;
	right: -4px;
}

.importanceSec__inner__wrap__box.left {
	float: left;
}

.importanceSec__inner__wrap__box.right {
	float: right;
}

.importanceSec__inner__wrap__box__ttl {
	padding: 15px 5px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	background-color: #233563;
	letter-spacing: .08em;
}

.importanceSec__inner__wrap__box__cont {
	padding: 30px;
	background-color: #fff;
}

.importanceSec__inner__wrap__box__cont__txtArea {
	width: 190px;
	float: left;
}

.importanceSec__inner__wrap__box__cont__txtArea.first {
	width: 200px;
}

.importanceSec__inner__wrap__box__cont__txtArea p {
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: normal;
}

.importanceSec__inner__wrap__box__cont__pic {
	width: 180px;
	float: right;
}

.importanceSec__inner__txtArea {
	padding: 25px 15px;
	background: url(../image/importance_bg02.png) repeat;
	border: 3px solid #eceef2;
}

.importanceSec__inner__txtArea p {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .08em;
}

.importanceSec__inner__txtArea p span {
	font-size: 34px;
}

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

 pointsSec

***********************************/
.pointsSec {
	background-color: #fdfbf5;
}

.pointsSec__inner {
	padding: 80px 0 100px;
}

.pointsSec__inner__sec {
	margin-bottom: 80px;
}

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

.pointsSec__inner__sec__head {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.pointsSec__inner__sec__head__num {
	display: table-cell;
	width: 80px;
	height: 73px;
	text-align: center;
	background: url(../image/points_head_bg01.jpg) no-repeat left top;
}

.pointsSec__inner__sec__head__num .txt01 {
	padding-top: 13px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.pointsSec__inner__sec__head__num .txt02 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.pointsSec__inner__sec__head__ttl {
	display: table-cell;
	height: 73px;
	background-color: #fff;
	border-top: 3px solid #203363;
	border-right: 3px solid #203363;
	border-bottom: 3px solid #203363;
	vertical-align: middle;
}

.pointsSec__inner__sec__head__ttl .txt01 {
	padding-left: 35px;
	color: #1f3363;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .08em;
}

.pointsSec__inner__sec__intro {
	padding: 0 20px;
	margin-bottom: 40px;
}

.pointsSec__inner__sec__intro__cont {
	width: 610px;
	float: left;
}

.pointsSec__inner__sec__intro__cont p {
	font-size: 20px;
}

.pointsSec__inner__sec__intro__cont .btn {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

.pointsSec__inner__sec__intro__cont .btn a {
	display: block;
	width: 390px;
	height: 46px;
	padding-top: 14px;
	color: #333333;
	text-align: center;
	background: url(../image/points_intro_btn_bg.png);
	text-decoration: none;
}

.pointsSec__inner__sec__intro__pic {
	width: 300px;
	float: right;
}

.pointsSec__inner__sec__box {
	padding: 0 20px;
	margin-bottom: 40px;
}

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

.pointsSec__inner__sec__box__ttl {
	padding: 15px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background-color: #1c294f;
}



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

 point01Box01

***********************************/
.point01Box01 {

}

.point01Box01__sec {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

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

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

.point01Box01__sec__ttl {
	display: table-cell;
	width: 60px;
	background-color: #1c294f;
	vertical-align: middle;
}

.point01Box01__sec__ttl .txt {
	display: block;
	text-align: center;
}

.point01Box01__sec__cont {
	display: table-cell;
	padding-left: 20px;
}

.point01Box01__sec__cont__box {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

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

.point01Box01__sec__cont__box__head {
	display: table-cell;
	width: 166px;
	vertical-align: middle;
	border: 2px solid #203363;
}

.point01Box01__sec__cont__box__head__inner {

}

.point01Box01__sec__cont__box__head__inner .ttl {
	margin-bottom: 5px;
	color: #203363;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: center;
}

.point01Box01__sec__cont__box__head__inner .sub {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: center;
}

.point01Box01__sec__cont__box__body {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	background-color: #faf4e4;
}

.point01Box01__sec__cont__box__body__list {
	margin-bottom: 20px;
}

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

.point01Box01__sec__cont__box__body__list .merit {
	width: 110px;
	height: 30px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	color: #203363;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: url(../image/points01_merit.png) no-repeat left top;
}

.point01Box01__sec__cont__box__body__list .demerit {
	width: 110px;
	height: 30px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	color: #203363;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: url(../image/points01_demerit.png) no-repeat left top;
}

.point01Box01__sec__cont__box__body__list ul {

}

.point01Box01__sec__cont__box__body__list ul li {
	font-size: 16px;
}

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

 point01Box02

***********************************/
.point01Box02 {
	padding: 20px;
	background-color: #fff;
}

.point01Box02__list {
	margin-bottom: 20px;
}

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

.point01Box02__list__ttl {
	height: 27px;
	padding-top: 16px;
	padding-bottom: 17px;
	padding-left: 80px;
	margin-bottom: 20px;
	color: #203363;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .08em;
	background-color: #faf4e4;
	position: relative;
}

.point01Box02__list__ttl:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: #f5e9c9 url(../image/icon_dot01.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}

.point01Box02__list ul {

}

.point01Box02__list ul li {
	font-size: 16px;
}

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

 point02Box01

***********************************/
.point02Box01 p.lead {
	margin-bottom: 30px;
	font-size: 20px;
}

.point02Box01 table {
	width: 100%;
	border-collapse: collapse;
}

.point02Box01 table thead tr th {
	padding: 15px;
	color: #203363;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: center;
	background-color: #f5e9c9;
	border-right: 2px solid #fdfbf5;
	border-bottom: 2px solid #fdfbf5;
}

.point02Box01 table thead tr th.last {
	border-right: none;
}

.point02Box01 table tbody tr th {
	width: 25%;
	padding: 15px;
	color: #203363;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: center;
	background-color: #faf4e4;
	border-right: 2px solid #fdfbf5;
	border-bottom: 2px solid #fdfbf5;
}

.point02Box01 table tbody tr th.last {
	border-right: none;
}

.point02Box01 table tbody tr td {
	padding: 15px;
	font-size: 16px;
	background-color: #ffffff;
	border-right: 2px solid #fdfbf5;
	vertical-align: top;
}

.point02Box01 table tbody tr td.last {
	border-right: none;
}

.point02Box01 p.disclaimer {
	margin-top: 30px;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}

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

 point03Box01

***********************************/
.point03Box01 {

}

.point03Box01 ul {

}

.point03Box01 ul li {
	width: 380px;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 80px;
	margin-bottom: 15px;
	color: #203363;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .08em;
	background-color: #fff;
	position: relative;
}

.point03Box01 ul li.mb0 {
	margin-bottom: 0;
}

.point03Box01 ul li.odd {
	float: left;
}

.point03Box01 ul li.even {
	float: right;
}

.point03Box01 ul li:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: #faf4e4 url(../image/icon_check01.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}


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

 point03Box02

***********************************/
.point03Box02 {
	padding: 20px;
	background-color: #fff;
}

.point03Box02 p {
	margin-bottom: 20px;
	font-size: 18px;
}

.point03Box02 ul {

}

.point03Box02 ul li {
	height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 80px;
	margin-bottom: 15px;
	color: #203363;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .08em;
	background-color: #faf4e4;
	position: relative;
}

.point03Box02 ul li:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: #f5e9c9 url(../image/icon_dot01.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}

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

 point04Box01

***********************************/
.point04Box01 {

}

.point04Box01 .box {
	width: 300px;
	float: left;
	margin-right: 20px;
}

.point04Box01 .box.last {
	margin-right: 0;
}

.point04Box01 .box .ttl {
	padding: 15px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: center;
	background-color: #1c294f;
}

.point04Box01 .box p {
	font-size: 16px;
}

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

 servicesSec

***********************************/
.serviceSec {
	background-color: #fdfbf5;
}

.serviceSec__inner {
	padding: 80px 0;
}

.serviceSec__inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.serviceSec__inner ul li {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}

.serviceSec__inner ul li:nth-child(odd) {
	border-right: 1px dotted #999;
}

.serviceSec__inner ul li:nth-child(1),
.serviceSec__inner ul li:nth-child(2) {
	border-bottom: 1px dotted #999;
}

.serviceSec__inner ul li img {
	width: auto;
	height: 155px;
	display: block;
	margin: 0 auto 20px;
}

.serviceSec__inner ul li h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.serviceSec__inner ul li.service01 h3 {
	color: #DC710B;
}

.serviceSec__inner ul li.service02 h3 {
	color: #66AB30;
}

.serviceSec__inner ul li.service03 h3 {
	color: #11829A;
}

.serviceSec__inner ul li.service04 h3 {
	color: #5D67AE;
}

.serviceSec__inner ul li p.explain {
	margin-bottom: 20px;
	font-size: 18px;
}

.serviceSec__inner ul li p.online {
	position: relative;
	padding: 5px 5px 5px 45px;
	font-size: 16px;
	font-weight: bold;
	color: #DC710B;
	border: 1px dotted #DC710B;
}

.serviceSec__inner ul li p.online:before {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 31px;
	height: 26px;
	content: "";
	background: url(../image/services_online.png) no-repeat;
	background-size: 100% 100%;
}

.serviceSec__inner p.disclaimer {
	margin-top: 30px;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}

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

 flowSec

***********************************/
.flowSec {
	background-color: #fdfbf5;
}

.flowSec__inner {
	padding: 80px 0 100px;
}

.flowSec__inner__sec {
	margin-bottom: 60px;
}

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

.flowSec__inner__sec__step {
	width: 140px;
	height: 100px;
	float: left;
	background: url(../image/flow_bg01.png) no-repeat left top;
}

.flowSec__inner__sec__step p {
	padding-top: 18px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .04em;
}

.flowSec__inner__sec__body {
	width: 820px;
	float: right;
}

.flowSec__inner__sec__body__ttl {
	padding: 12px 20px;
	margin-bottom: 30px;
	color: #203363;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .08em;
	border: 3px solid #203363;
	background-color: #fff;
}

.flowSec__inner__sec__body__cont {
	padding: 0 20px;
}

.flowSec__inner__sec__body__cont .txtArea {
	width: 460px;
	float: left;
}

.flowSec__inner__sec__body__cont .txtArea ul {
}

.flowSec__inner__sec__body__cont .txtArea ul li,
.flowSec__inner__sec__body__cont .txtArea ul p {
	line-height: 2;
}

.flowSec__inner__sec__body__cont .pic {
	width: 300px;
	float: right;
}

.flowSec__inner__sec__body__detail {
	margin: 40px 20px 0;
	background-color: #fff;
}

.flowSec__inner__sec__body__detail__inner {
	padding: 20px;
}

.flowSec__inner__sec__body__detail__inner__box {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

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

.flowSec__inner__sec__body__detail__inner__box__head {
	display: table-cell;
	width: 170px;
	vertical-align: middle;
	background-color: #203363;
}

.flowSec__inner__sec__body__detail__inner__box__head__inner {
}

.flowSec__inner__sec__body__detail__inner__box__head__inner .ttl {
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: center;
}

.flowSec__inner__sec__body__detail__inner__box__head__inner .sub {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .08em;
	text-align: center;
}

.flowSec__inner__sec__body__detail__inner__box__body {
	display: table-cell;
	padding: 20px 0 0 20px;
	background-color: #faf4e4;
}

.flowSec__inner__sec__body__detail__inner__box__body ul {
}

.flowSec__inner__sec__body__detail__inner__box__body ul li {
	width: 255px;
	padding: 10px 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #1f3363;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	background-color: #f5e9c9;
}

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

 faqSec

***********************************/
.faqSec {
	background-color: #fdfbf5;
}

.faqSec__inner {
	padding: 80px 0 100px;
}

.faqSec__inner__list {
	margin-bottom: 60px;
}

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

.faqSec__inner__list dt {
	margin-left: 100px;
	margin-bottom: 20px;
	position: relative;
}

.faqSec__inner__list dt p {
	padding: 15px 0;
	color: #1f3363;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: .08em;
	position: relative;
}

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

.faqSec__inner__list dt p:after {
	content: "";
	display: block;
	width: 880px;
	height: 15px;
	background: url(../image/faq_bg02.png) no-repeat left top;
	position: absolute;
	bottom: 0;
	left: 0;
}

.faqSec__inner__list dt p span {
	display: block;
	padding: 3px 30px;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	position: relative;
}

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

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

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

.faqSec__inner__list dd .ddInner {
	padding: 15px 0;
	position: relative;
}

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

.faqSec__inner__list dd .ddInner:after {
	content: "";
	display: block;
	width: 880px;
	height: 15px;
	background: url(../image/faq_bg04.png) no-repeat left top;
	position: absolute;
	bottom: 0;
	left: 0;
}

.faqSec__inner__list dd .ddInner__inner {
	padding: 11px 30px;
	background-color: #fff;
}

.faqSec__inner__list dd p {
	margin-bottom: 1.75em;
	font-size: 18px;
}

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

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

.faqSec__inner p.disclaimer {
	margin-top: 30px;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}

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

IE対応

***********************************/
.mincho {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif\9;
}
.cvSec__inner__box__inner__mail__btn a,
.cvSec__inner__box__inner__tel__txt02,
.pointsSec__inner__sec__intro__cont .btn a {
	font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif\9;
}
@media all and (-ms-high-contrast:none) {
	.mincho {
		font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.cvSec__inner__box__inner__mail__btn a,
	.cvSec__inner__box__inner__tel__txt02,
	.pointsSec__inner__sec__intro__cont .btn a {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}