@charset "UTF-8";
/* --------------------------------------------------------------
    base
-------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #2b3441;
  text-justify: inter-ideograph;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'ヒラギノ角ゴ ProN W6',Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo,'MS PGothic', Sans-serif;
  font-weight: bold;
  background-color: #fff;
  min-width: 1000px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #0081db;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* common-class
----------------------------------------------------*/
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
}

/* 文字よせ */
.alL {
  text-align: left;
}

.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

/* float */
.flL {
  float: left;
}

.flR {
  float: right;
}

/* margin-set */
.m0 {
  margin: 0;
}

.m60 {
  margin: 60px;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* padding-set */
.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}

.pr10 {
  padding-right: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.fontS {
  font-size: 13px;
}

.fontL {
  font-size: 18px;
  font-weight: normal;
}

/* --------------------------------------------------------------
    layout
-------------------------------------------------------------- */
/* #global-header
----------------------------------------------------*/
#global-header a {
  color: #2b3441;
}

#header-body {
  height: 50px;
}
#header-body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#header-body h1 {
  float: left;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
#header-body .header-menu {
  display: table;
  height: 50px;
  float: right;
  vertical-align: middle;
}
#header-body .btns {
  display: table;
  float: right;
  font-size: 16px;
}
#header-body .btns a {
  height: 50px;
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 0 26px;
}
#header-body .btns .header-btn-entry {
  background-color: #f6a800;
}
#header-body .btns .header-btn-entry:before {
  content: url(../images/common/btn_icon1.png);
  margin-right: 10px;
}

/* #global-navi
----------------------------------------------------*/
#global-navi {
  display: table;
  height: 62px;
  width: 100%;
}
#global-navi > li {
  display: table-cell;
  text-align: center;
  font-size: 16px;
}
#global-navi > li > a {
  display: block;
  position: relative;
  height: 37px;
  padding-top: 25px;
  line-height: 1;
}
#global-navi > li > a:after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #d7dce1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
#global-navi > li > a.first:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #d7dce1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

/* #main-img
----------------------------------------------------*/
#main-img {
  width: 100%;
  height: 590px;
  background: url(../images/common/main_img_bg.png) center 0 no-repeat;
}

/* #main
----------------------------------------------------*/
#main hr {
  border: none;
  height: 12px;
  background: url(../images/common/line1.png) 0 0 repeat-x;
  color: #fff;
}

/* #global-footer
----------------------------------------------------*/
/* #global-footer */
#global-footer .link-top a {
  float: right;
  display: block;
  width: 155px;
  height: 26px;
  line-height: 26px;
  background-color: #9cabb8;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
#global-footer .link-top a:before {
  content: url(../images/common/arrow_top.png);
  margin-right: 10px;
}
#global-footer .link-top:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/* #footer-navi */
#footer-navi ul {
  padding: 40px 0 10px;
}
#footer-navi ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#footer-navi li {
  float: left;
  margin: 0 20px 30px 0;
  position: relative;
}
#footer-navi li a {
  display: block;
  vertical-align: middle;
  background-color: #fff;
  padding: 10px;
  width: 215px;
  height: 80px;
  color: #2b3441;
  font-size: 13px;
  line-height: 1.5;
}
#footer-navi li a img {
  float: left;
  margin-right: 10px;
}
#footer-navi li a span {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}
#footer-navi li a small {
  font-size: 11px;
  display: block;
}

/* #footer-info */
#footer-info {
  padding: 30px 0;
}
#footer-info:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/* #footer-tel */
#footer-tel {
  text-align: center;
  height: 75px;
  line-height: 75px;
  color: #fff;
}
#footer-tel p {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  letter-spacing: 2px;
}
#footer-tel .tel-label {
  background: url(../images/common/footer_tel_label.png) center center no-repeat;
  width: 222px;
  height: 35px;
  line-height: 35px;
}
#footer-tel .tel-num {
  position: relative;
  top: 12px;
}
#footer-tel .tel-num span {
  font-size: 12px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
#footer-tel .tel-num strong {
  font-size: 25px;
}
#footer-tel .tel-num strong:before {
  content: url(../images/common/footer_tel_icon.png);
  margin-right: 10px;
}
#footer-tel .tel-time {
  font-size: 13px;
}

/* #footer-tel-rp */
#footer-tel-rp {
  height: 150px;
  line-height: 75px;
  color: #fff;
}
#footer-tel-rp .tel-area{
	width:960px;
	margin:0 auto;
	position:relative;
 }

#footer-tel-rp .tel-label {
	background: url(../images/common/footer_tel_label2.png) center center no-repeat;
	width: 222px;
	height: 86px;
	line-height: 86px;
	padding-left:40px;
	position: absolute;
	top: 15px;
}
#footer-tel-rp .tel-ttl {
	position: absolute;
	line-height: 12px;
	top: 15px;
	left: 265px;
	height: 21px;
}

#footer-tel-rp .tel-area .tel-area1 {
	position: absolute;
	line-height: 12px;
	top: 38px;
	left: 265px;
	height: 21px;
}
#footer-tel-rp .tel-area .tel-area1 .sub-ttl {
  font-size: 12px;
  padding: 2px;
  margin-bottom: 7px;
  margin-top: 7px;
  line-height: 1.3em;
}

#footer-tel-rp .tel-area .tel-area2 .sub-ttl2 {
  font-size: 12px;
  padding: 12px;
  margin-bottom: 7px;
}


#footer-tel-rp .tel-area .tel-area1 strong {
  font-size: 25px;
}
#footer-tel-rp .tel-area .tel-area1 .tel-num1  {
	background-image: url(../images/common/footer_tel_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:26px;
  padding-left: 38px;
  line-height:19px;
}

#footer-tel-rp .tel-area .tel-area2 {
	position: absolute;
	line-height: 12px;
	top: 38px;
	left: 550px;
	height: 21px;
}
#footer-tel-rp .tel-area .tel-area2 .sub-ttl {
  font-size: 12px;
  padding: 2px;
  margin-bottom: 7px;
  margin-top: 7px;
  line-height: 1.3em;
}
#footer-tel-rp .tel-area .tel-area2 strong {
  font-size: 25px;
}
#footer-tel-rp .tel-area .tel-area2 .tel-num2  {
	background-image: url(../images/common/footer_tel_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:26px;
  padding-left: 38px;
  line-height:19px;
}


#footer-tel-rp .tel-area .tel-time {
	position: absolute;
	line-height: 14px;
	font-size: 14px;
	top: 87px;
	left: 265px;
}

/* #footer-legal */
#footer-legal {
  height: 62px;
  line-height: 62px;
  font-weight: normal;
}
#footer-legal:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#footer-legal .legal-link {
  float: left;
}
#footer-legal a {
  font-size: 13px;
  color: #2b3441;
  margin-right: 10px;
}
#footer-legal .legal-copy {
  float: right;
  text-align: right;
  color: #8b939b;
  width: 500px;
  font-size: 11px;
}
#footer-legal .legal-copy img {
  margin-left: 5px;
}

/* #page-title
----------------------------------------------------*/
#page-title {
  height: 260px;
}
#page-title:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#page-title h2 {
  float: left;
  height: 260px;
  line-height: 260px;
}
#page-title h2.line2 img {
  position: relative;
  top: -20px;
}
#page-title .title-menu {
  float: right;
  margin-top: 52px;
}
#page-title .title-menu li {
  float: left;
  text-align: center;
}
#page-title .title-menu li a {
  display: block;
  color: #7f9bad;
}
#page-title .title-menu li span {
  display: block;
  width: 182px;
  height: 52px;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: -1px;
  z-index: 2;
  position: relative;
}
#page-title .title-menu li .long {
  display: block;
  width: 182px;
  height: 57px;
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
	line-height: 1.3em;
  z-index: 2;
  position: relative;
}

#page-title .title-menu li img {
  margin-top: -5px;
  z-index: 1;
}
#page-title .title-menu .active span {
  background: url(../images/common/title_menu_bg.png) 0 0 no-repeat;
  color: #54b5ea;
}
#page-title .title-menu .active .rpp {
  background: url(../images/common/title_menu_bg.png) 0 0 no-repeat;
  color: #46b573;
}

/* --------------------------------------------------------------
    module
-------------------------------------------------------------- */
/* main-box
----------------------------------------------------*/
.main-box {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
}
.main-box > h3 {
  font-size: 36px;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 60px;
  padding-bottom: 5px;
  background: url(../images/common/marker_bg1.png) 0 bottom repeat-x;
  position: relative;
}
.main-box > h3.icon {
  margin-bottom: 30px;
}
.main-box > h3.icon span {
  position: absolute;
  left: -90px;
  top: -33px;
}
.main-box > h3.line2 {
  background: 0 none;
  line-height: 1.5;
}
.main-box > h3.line2 span {
  background: url(../images/common/marker_bg1.png) 0 bottom repeat-x;
}
.main-box > h3.line2 span.sub {
  background: none;
}
.main-box h3.top {
  margin-bottom: 40px;
  background: none;
}
.main-box h3.top:before, .main-box h3.top:after {
  position: relative;
  top: 5px;
}
.main-box h3.top:before {
  content: url(../images/common/tit_l.png);
  padding-right: 30px;
}
.main-box h3.top:after {
  content: url(../images/common/tit_r.png);
  padding-left: 30px;
}
.main-box > h4 {
  font-size: 24px;
  margin-top: -10px;
  margin-bottom: 40px;
}
.main-box > h4:before, .main-box > h4:after {
  position: relative;
  top: 5px;
}
.main-box > h4:before {
  padding-right: 25px;
}
.main-box > h4:after {
  padding-left: 25px;
}
.main-box h4.icon {
  position: relative;
  display: inline-block;
  font-size: 30px;
}
.main-box h4.icon span {
  position: absolute;
  left: -105px;
  top: -58px;
  z-index: 4;
}
.main-box .main-box-body {
  font-weight: normal;
}
.main-box .main-box-body p {
  font-size: 20px;
}

/* main-box-layout
----------------------------------------------------*/
/* 画像1個横並びの場合 */
.layout-img1 {
  display: table-row;
  width: 100%;
}
.layout-img1 .layout-img1-img {
  display: table-cell;
  vertical-align: top;
  padding-right: 70px;
  width: 430px;
  height: 290px;
}
.layout-img1 .layout-img1-text {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-top: 20px;
}
.layout-img1 .layout-img1-text p {
  margin-bottom: 20px;
}
/* 画像1個横並びの場合 （小）*/
.layout-img1 .layout-img1s-img {
  display: table-cell;
  vertical-align: top;
  padding-right: 70px;
  width: 430px;
  height: 200px;
}
.layout-img1 .layout-img1s-text {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-top: 20px;
}
.layout-img1 .layout-img1s-text p {
  margin-bottom: 20px;
}

/* 画像2個の場合 */
.layout-img2 {
  width: 920px;
  margin: 0 auto;
  text-align: center;
}
.layout-img2 .layout-img2-img {
  margin-bottom: 50px;
}
.layout-img2 .layout-img2-img:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.layout-img2 .layout-img2-img img {
  float: right;
}
.layout-img2 .layout-img2-img img:first-child {
  float: left;
}
.layout-img2 .layout-img2-text {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}

/* 画像1個縦並びの場合 */
.layout-img1w .layout-img1w-img {
  margin-bottom: 50px;
}
.layout-img1w .layout-img1w-text {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
.layout-img1w .layout-img1w-text p {
  margin-bottom: 20px;
}

/* note
----------------------------------------------------*/
.note {
  font-size: 14px;
  font-weight: normal;
}
.note li {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

p.note {
  margin-bottom: 5px;
}

/* marker
----------------------------------------------------*/
.marker {
  background-color: #ccff54;
}

/* main-footer-menu
----------------------------------------------------*/
.main-footer-menu {
  text-align: center;
  margin-bottom: 70px;
}
.main-footer-menu li {
  display: inline-block;
  margin: 0 30px;
}
.main-footer-menu li a {
  display: block;
  color: #7f9bad;
}
.main-footer-menu li span {
  display: block;
  width: 182px;
  height: 52px;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: -1px;
  z-index: 2;
  position: relative;
}
.main-footer-menu li .long {
  display: block;
  width: 182px;
  height: 52px;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
	line-height: 1.4em;
  letter-spacing: -1px;
  z-index: 2;
  position: relative;
}

.main-footer-menu li img {
  margin-top: -5px;
  z-index: 1;
}
.main-footer-menu .active a {
  color: #2b3441;
}
.main-footer-menu .active span {
  background: url(../images/common/title_menu_bg.png) 0 0 no-repeat;
}

/* .top-list
----------------------------------------------------*/
.top-list {
  display: table;
  margin: 0 auto;
  width: 100%;
}
.top-list > li {
  display: table-cell;
}
.top-list h4 {
  width: 220px;
  height: 74px;
  color: #fff;
  font-size: 20px;
  padding-top: 5px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.top-list .top-list-img {
  margin-top: -10px;
  z-index: 1;
}
.top-list .check-list {
  margin: 20px 0 40px;
}
.top-list .check-list ul {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
.top-list .check-list ul li {
  padding-left: 30px;
  margin: 5px 0;
}

/* btn
----------------------------------------------------*/
.btn-entry, .btn-rpp {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.btn-entry:before {
  content: url(../images/common/btn_icon1.png);
  margin-right: 10px;
}

.btn-rpp {
  background: url(../images/rp/top/btn_rpp_bg.png) center 0 no-repeat;
  width: 400px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0;
}

/* entry-box
----------------------------------------------------*/
.entry-box {
  text-align: center;
  margin-bottom: 100px;
}
.entry-box .btn-entry {
  background: url(../images/common/btn_entry.png) center 0 no-repeat;
  width: 640px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  font-size: 26px;
}
.entry-box .btn-entry:before {
  content: url(../images/common/btn_entry_icon.png);
  position: relative;
  top: 5px;
  margin-right: 20px;
}

/* flow
----------------------------------------------------*/
.layout-flow {
  position: relative;
  padding: 40px;
  margin-bottom: 55px;
}
.layout-flow h5 {
  font-size: 20px;
}

.layout-flow.bor {
  text-align: left;
  min-height: 200px;
  background: #fff;
  border: 5px solid #dbe2e6;
}
.layout-flow.bor:after, .layout-flow.bor:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.layout-flow.bor:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.layout-flow.bor:before {
  border-color: rgba(219, 226, 230, 0);
  border-top-color: #dbe2e6;
  border-width: 37px;
  margin-left: -37px;
}

.layout-flow.nobor {
  text-align: center;
}
.layout-flow.nobor:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 30px;
  margin-left: -30px;
}

.layout-flow.last {
  margin-bottom: 0;
  border: 5px solid #dbe2e6;
  text-align: left;
  min-height: 200px;
}

.layout-flow-img {
  position: absolute;
  left: 40px;
  top: 40px;
}

.layout-flow-txt {
  padding-left: 240px;
}
.layout-flow-txt .note {
  font-size: 13px;
  padding-top: 20px;
}

.main-box .main-box-body .list1 {
  padding-top: 20px;
  padding-left: 30px;
}
.main-box .main-box-body .list1 dt {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.main-box .main-box-body .list1 p, .main-box .main-box-body .list1 li {
  font-size: 13px;
}
.main-box .main-box-body .list1 .note {
  padding-top: 0;
}

.main-box .check-list {
  padding-top: 10px;
}
.main-box .check-list dt {
  font-weight: bold;
}
.main-box .check-list dd, .main-box .check-list li {
  padding-left: 30px;
  margin: 5px 0;
}

/* atm list
----------------------------------------------------*/
.layout-svc {
  margin-bottom: 50px;
}
.layout-svc .layout-svc-img {
  width: 290px;
  float: left;
}
.layout-svc .layout-svc-txt {
  width: 650px;
  float: right;
  position: relative;
  min-height: 100px;
  padding: 30px 15px 30px 43px;
  background: url(../images/rp/service/bg-flow-bor-mid.gif) right top repeat-y;
  z-index: 1;
}
.layout-svc .layout-svc-txt:after {
  background: url(../images/rp/service/bg-flow-bor-bottom.gif) right bottom no-repeat;
  content: "";
  width: 680px;
  height: 10px;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.layout-svc .layout-svc-txt:before {
  background: url(../images/rp/service/bg-flow-bor-top.gif) right top no-repeat;
  content: "";
  width: 708px;
  height: 68px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 2;
}
.layout-svc .layout-svc-txt h5 {
  font-size: 24px;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
}
.layout-svc .layout-svc-txt .icoList1 {
  padding: 10px 0;
}
.layout-svc .layout-svc-txt .icoList1 li {
  display: inline;
  padding: 0 15px;
}
.layout-svc .layout-svc-txt .icoList2 {
  padding: 10px 0;
}
.layout-svc .layout-svc-txt .icoList2 li {
  display: inline;
  padding: 0 10px;
}
.layout-svc .layout-svc-txt .icoList3 li {
  display: inline;
  padding: 1px;
}
.layout-svc .layout-svc-txt .note li {
  font-size: 13px;
  text-align: right;
  padding-right: 18px;
}
.layout-svc .layout-svc-txt dl {
  background: url(../images/rp/service/enet_bg.png) 0 0 no-repeat;
  margin: 10px 20px;
  padding-top: 30px;
  width: 610px;
  height: 178px;
}
.layout-svc .layout-svc-txt dl dt {
  margin-bottom: 5px;
}

.main-box .main-box-body .layout-svc-txt p {
  font-size: 15px;
}

.layout-flow2 {
  padding-top: 10px;
  margin-bottom: 55px;
  background: url(../images/rp/service/bg-flow2.gif) 0 0 no-repeat;
  text-align: center;
  height: 188px;
}

.layout-flow2.vr {
  background: url(../images/rp/service/bg-flow2-vr.gif) 0 0 no-repeat;
}

.w560 {
  width: 560px;
}
.w840 {
  width: 840px;
}

.layout-svc.last {
  margin-bottom: 0;
}

.plainTxt {
  text-align: left;
  clear: both;
  font-size: 15px;
  font-weight: normal;
  padding: 0 80px 30px 80px;
}

/* gaiyou
----------------------------------------------------*/
.bt-pdf {
  float: left;
  margin-right: 20px;
}
.bt-pdf a {
  display: block;
  padding-right: 7px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.bt-pdf a:before {
  content: url(../images/common/arrow_right.png);
  position: absolute;
  left: 14px;
  top: 0;
  z-index: 2;
}
.bt-pdf a:after {
  content: url(../images/common/ico_pdf.png);
  position: absolute;
  right: 12px;
  top: 7px;
}

.layout-about {
  text-align: left;
}
.layout-about .bt-area {
  margin-bottom: 30px;
}
.layout-about table {
  margin-bottom: 30px;
}
.layout-about .list_disc {
  padding-left: 20px;
}
.layout-about .list_disc li {
  list-style-type: disc;
}

.tbl_1 {
  margin-bottom: 70px;
}
.tbl_1 table {
  border-collapse: collapse;
}
.tbl_1 table th, .tbl_1 table td {
  border: solid 3px #dbe2e6;
  padding: 30px 20px;
  font-size: 15px;
  font-weight: normal;
}
.tbl_1 table th {
  background: #edf1f4;
  width: 240px;
}

.tbl_2 table {
  border-collapse: collapse;
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tbl_2 table th, .tbl_2 table td {
  border: solid 3px #dbe2e6;
  padding: 15px;
  font-size: 15px;
  font-weight: normal;
}
.tbl_2 table th {
  background: #9cabb8;
  width: 365px;
  color: #fff;
}
.tbl_2 table .even td {
  background: #f8fafb;
}
.tbl_2 table th.bg-gray2 {
  background: #EDF1F4;
  color: #2b3441;
}
.tbl_2 p {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.main-box .main-box-body.layout-about p {
  font-size: 15px;
  margin-bottom: 1em;
}

/* faq
----------------------------------------------------*/
.layout-qa {
  text-align: left;
}
.layout-qa dl {
  width: 680px;
  margin: 0 auto 50px auto;
  clear: both;
}
.layout-qa dl dt, .layout-qa dl dd {
  padding-left: 50px;
}
.layout-qa dl dt {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.layout-qa dl dd {
  font-size: 15px;
}
.layout-qa dl.last {
  margin-bottom: 0;
}

/* RP_cardloan, RPP_user
----------------------------------------------------*/
#page-title.title-overview {
  height: 240px;
  background: #fff;
}
#page-title.title-overview h2 {
  float: none;
  text-align: center;
}

.layout-overview {
  width: 860px;
  padding: 50px 70px;
  margin-bottom: 50px;
  background: #bae3f9;
  position: relative;
  z-index: 1;
}
.layout-overview h3 {
  background: none;
}
.layout-overview h3 span {
  display: block;
}
.layout-overview:before {
  content: "";
  width: 1000px;
  height: 10px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
.layout-overview:after {
  content: "";
  width: 1000px;
  height: 10px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.layout-overview .layout-overview-in {
  width: 860px;
  padding: 20px 0;
  margin: 0 auto 30px auto;
  background: #fff;
  position: relative;
  z-index: 3;
}
.layout-overview .layout-overview-in:before {
  background: url(../images/rp/overview/bg-wbox-top.gif) 0 0 no-repeat;
  content: "";
  width: 860px;
  height: 10px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
.layout-overview .layout-overview-in:after {
  background: url(../images/rp/overview/bg-wbox-bottom.gif) left bottom no-repeat;
  content: "";
  width: 860px;
  height: 10px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.layout-overview .layout-overview-in.mb0 {
  margin-bottom: 0;
}
.layout-overview ul li {
  text-align: left;
}

.main-box.layout-overview .main-box-body p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
}
