@charset "utf-8";
/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: center;
}
.numIcon {
	color: #FFF;
	font-size: 20px;
	margin-right: 10px;
	width: 20px;
	padding: 5px 5px;
	display: inline-block;
	border-radius: 20px;
	line-height:20px;
	background-color: #3B437C;
}

.faqList {
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;	
}
.faqList dt {
	font-size: 18px;
	margin-right: 80px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	text-align: left;
	background: #f7f7f7 url(../../lp/images/mfcf/faq_ico.png) no-repeat fixed 10px center;
	border-radius: 5px;
	padding: 10px 0 10px 55px;
	cursor: pointer;
	margin-top: 30px;
 }
.faqList dd {
	display: none;
	font-size: 18px;
	margin-top: 5px;
	margin-left: 80px;
	text-align: left;
	border-radius: 5px;
	background: #edeff7;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 55px;
	padding-bottom: 10px;
 }

.attTxt {
	font-size: 80%;
}

#contactErea {
	padding-top: 30px;
}

h1.newsTit {
	font-size: 36px;
	padding: 20px 30px;
	background: #f2f2f2;
	color: #333333;
	line-height: 60px;
}

.ttlBar span {
	display: inline-block;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #b10c4d;
	border-radius: 20px;
	color: #FFF;
	line-height: 36px;
	padding-bottom: 5px;
}

.box .boxLeft {
	width: 700px;
	float: left;
	text-align: left;
}
.box .boxRight {
	width: 500px;
	float: right;
}


.ttlBar h3 {
	font-size: 36px;
	color: #2C3F83;
	text-align: center;
	background-image: url(../../lp/images/mfcf/ttlBar_base.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

h4 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 1px solid #D8D8D8;
}

#header_cont p {
	color: #333333;
	text-align: center;
}

#header_cont p.tit_market {
	display: block;
	margin: 0 auto;
	width: 550px;
	color: #FFFFFF;
	text-align: center;
	background-color: #2c3f83;
	border-radius: 20px;
	padding-top: 0px;
}

#header_cont p.titTxt {
	line-height: 30px;
}

#header_cont h2 {
	text-align: center;
	font-size: 52px;
	color: #2c3f83;
	line-height: 72px;
	padding-top: 5px;
	padding-bottom: 20px;
}


#contactErea .btn {
	display: inline-block;
	text-align: center;
	width: 300px;
	height: 40px;
	line-height: 40px;
	padding: 0 2em;
	background-color: #fbd980;
	border-radius: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	box-shadow: 0 2px 0 #CDA437;
	-webkit-box-shadow: 0 2px 0 #CDA437;
	}
	
.btn {
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 1em;
	background-color: #137D9F;
	border-radius: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	box-shadow: 0 2px 0 #005E7C;
	-webkit-box-shadow: 0 2px 0 #005E7C;
	margin:5px 0;
	}
	
#footer_ctt #contactErea {
	padding: 10px;
	margin-top: 20px;
	text-align: center;
}
#footer_ctt #contactErea h3{
	font-weight:bold;
	color:#FFFFFF;
	font-size:36px;
	
}


body { line-height:1; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote{
	background-color: #FBFBFB;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1.5em;
	position: relative;
	border: 3px solid #d7d7d7;
	margin: 0;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:'';
content:none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: underline;
	color: #2C3F83;
}
a.footerLink {
	color: #FFFFFF;
}


ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
border-bottom:1px dotted #000;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select { vertical-align:middle; }

img { vertical-align: bottom; }




/* ------style.css --------*/

body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 16px;
color: #000;
line-height: 1.8;
background-image: url(../img/container_bg.png);
background-repeat: repeat;
}




/* ヘッダー */

#header {
	position: relative;
	width: 100%;
	height: 100px;
}

#header_cont {
	width: 1240px;
	margin: 0 auto;
	position: relative;
}
#mainMf {
	position: absolute;
	top: 0px;
	right: 20px;
}


#header_cont_l {
	float: left;
	width: 400px;
	margin-top: 23px;
	margin-right: 0;
	margin-left: 40px;
	margin-bottom: 0;
}

#header_cont_r {
	float: right;
	width: 480px;
	height: 80px;
	padding-right: 30px;
	padding-top: 20px;
}
#header_cont_r p.btn1 {
	
	text-align: center;
	line-height: 20px;
	display: block;
	float: right;
	margin-left: 20px;
	background: #2c3f83;
	margin-top: 20px;
	border-radius: 30px;
	width: 250px;
}

#header_cont_r p.btn1 a{color: #FFFFFF;text-decoration: none;}

#header_cont_r p.btn2 {
	color: #2C3F83;
	text-align: center;
	line-height: 20px;
	display: block;
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 15px;
	background-image: url(../../lp/images/mfcf/arrow_faq.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
}
#header_cont_r p a {
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
	display: block;
	padding-bottom: 10px;
}
#header_cont_r p a:hover { opacity: .8; }




/* メインビジュアル */

#mainVisual { position: relative; background-color: #F7F9FD; }
#mainVisual {
	padding-top: 80px;
	width: 100%;
	height: 520px;
	margin-bottom: 30px;
	background-image: url(../../lp/images/mfcf/mainVisual-img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-image: url(../../lp/images/developer/main_back_image.png);*/
	 /*background-repeat: repeat;*/
}

#mainVisual_cont { position: relative; background-color: #F7F9FD; }
#mainVisual_cont {
	padding-top: 20px;
	width: 100%;
	height: 250px;
	margin-bottom: 30px;
	background-image: url(../../lp/images/mfcf/mainVisual-img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 20px;
	/*background-image: url(../../lp/images/developer/main_back_image.png);*/
	 /*background-repeat: repeat;*/
}

#mainVisual_cont { width: 1240px; margin: 0 auto; }

#menu {
	float: right;
	width: 450px;
	height: 65px;
	padding-top: 20px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	display: inline-block;
	text-align: center;
	margin-top: 0;
	margin-right: .3em;
	margin-left: 0;
	margin-bottom: 0.1em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#menu ul li a {
	display: inline-block;
	width: 180px;
	height: 26px;
	line-height: 26px;
	padding: 0 1em;
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #032077;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
#menu ul li a:hover {
	
	background-color: #032077;
	border: 1px solid #032077;
	color: #FFFFFF;
}



/* メインコンテンツ */

#mainContents { position: relative; }
#mainContents {
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    margin-bottom: 140px;
}

.ttlBar {
	margin-bottom: 40px;
	line-height: 80px;
}

.col3 { display: table; width: 90%; margin: 0 auto 100px; }

.col3_cont_cellpadding { display: table-cell; width: 6%; }

.col3_cont {
	background-color: #DEF3F9;
	background-repeat: repeat;
}
.col3_cont { display: table-cell; width: 26%; margin-left: 55px; padding: 30px; border-radius: 10px; }

.col3_cont p {
	font-size: 14px;
	text-align: left;
}

.col3_cont p.icon {
	background-repeat: repeat;
}
.col3_cont p.icon {
	width: 166px;
	height: 166px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}
.col3_cont p.icon { -webkit-border-radius: 83px; -moz-border-radius: 83px; border-radius: 83px; }
.col3_cont p.icon {
	border-style: solid;
	line-height: 118px;
}

.col3_cont p.title { font-size: 17px; font-weight: bold; }
.col3_cont p.title {
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
}
.col3_cont p.title span {
	color: #2C3F83;
}

.box { width: 1240px; margin: 0 auto 100px; padding: 0px 0; text-align: center; }

.box p {
	padding-top: 30px;
	text-align: center;
}
p.alignLeft {
	text-align: left;
	padding-top: 0px;
}

.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}


.box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

p.txtAtt {
	color: #032077;
	font-weight: bold;
	font-size: 18px;
}

.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}




/* フッター */

#footer { position: relative; }
#footer { width: 100%; }

#footer_ctt {
	background-color: #2c3f83;
	background-repeat: repeat;
}
#footer_ctt { width: 100%; }

#footer_ctt_cont {
	width: 1240px;
	margin: 0 auto;
	padding: 20px 0 30px;
}

#footer_ctt_cont p.txt { font-size: 20px; color: #FFF; padding-bottom: 30px; text-align: center; }

#footer_ctt_cont p.btn { background-color: #FFF; background-repeat: repeat; }
#footer_ctt_cont p.btn {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
#footer_ctt_cont p.btn { font-size: 36px; font-weight: bold; color: #021F77; }
#footer_ctt_cont p.btn { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
#footer_ctt_cont p.btn { line-height: 108px; }

#footer_ctt_cont p.btn img { margin-right: 25px; vertical-align: middle; }

#footer_ctt_cont a:hover p.btn  { opacity: .9; }

#footer_pmark { background-color: #EEE; background-repeat: repeat; }
#footer_pmark { width: 100%; }

#footer_pmark_cont { width: 930px; height: 120px; margin: 0 auto; overflow: hidden; }

#footer_pmark_cont .col3 { float: left; width: 280px; padding: 28px 15px 25px; }

#footer_pmark_cont .col3_l { clear: both; float: left; margin-right: 20px; }
#footer_pmark_cont .col3_r { font-size: 12px; }

#footer_copyright { background-color: #FFF; background-repeat: repeat; }
#footer_copyright { width: 100%; padding: 20px 0; text-align: center; }
#footer_copyright { font-size: 14px; color: #666; border-bottom: 1px solid #E4E4E4; }


/*Tables*/
table {
  border-spacing: 0;
  font-size:16px;
	width: 80%;
	
	margin: 20px auto;
}
table p{
	line-height:14px;
	margin:0;
	padding:0;
}
table th {
	color: #333333;
	padding: 8px 15px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	background-color: #edeff7;
	font-size: 16px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
table th:first-child {
  border-radius: 0.3em 0 0 0;	
  
}
table th.alignLeft {
	text-align: left;
  
}
table th:last-child {
  border-radius:0 0.3em 0 0;
  border-right: 1px solid #dddddd;
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
table tr th:first-child {
  border-right: 1px solid #dddddd;
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
table tr td {
	padding: 8px 15px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #dddddd;
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
table tr {
  background: #fff;
  
}
table tr:first-child td{
  border-top:1px solid #dddddd;
}
table tr:first-child td:first-child {
  border-radius: 0.3em 0 0 0;
}
table tr:first-child td:last-child {
  border-radius: 0 0.3em 0 0;
}
table tr:nth-child(2n+1) {
  background: #efefef;
}
table tr:last-child td {
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 0.3em;
}
table tr:last-child td:last-child {
  border-radius: 0 0 0.3em 0;
}
table tr:hover {
  background: #edeff7;
  cursor:pointer;
}



ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
}
ul li {
	text-align: left;
	font-size: 14px;
	color: #333333;
	
	
	
}

/* フッター */


.mt-8 { margin-top: -8px; }




/* ページTOPボタン用 */

#scrollUp { background-color: #000; background-image: url(../../lp/images/money_transfer/pageTop_bg.png); background-repeat: no-repeat; background-position: center center; }
#scrollUp { bottom: 40px; right: 40px; }
#scrollUp { display: block; padding: 40px 42px; text-align: center; }
#scrollUp { color: #FFF; border-radius: 5px; opacity: .8; }
#faqMenu ul li {
	display: inline-block;
	float: left;
	width: 160px;
}
#faqMenu {
	height: 40px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#faqMenu .numIcon{
	font-size:14px;
	line-height:14px;
}
.ttlBar .numIcon_doc{
    

    font-weight: bold;
    background: #2C3F83;
    line-height: 1.5em;
    border-radius: 5px;
    margin-right:0.8em;
    margin-bottom:0.2em;
    font-size:14px;
    
}
.markerY {
	background-color: #FECC56;
}
.documents{
    line-height: 2.4em;
    text-align: left;
}
.documents h4{
    border:none;
    line-height: 3.6em;
}
.documents h5{
    font-size:120%;
    margin:1em auto 0.6em; 
    color: #384A8A;
    text-align: left;
    width:70%;
    border-bottom:1px solid #ccc;
}
.documents h6{
    margin:1.4em auto 0.6em;
    text-align: left;
    font-size:100%;
    width:70%;
}
.documents p,.documents ol li,.documents ul li,.documents a{
    text-align: left;
    width:70%;
    margin:0 auto;
    font-size:100%;
}
.btn_documents{
    margin:3em auto;
    width:700px;
}
.documents .btn_documents_com,.documents .btn_documents_ind{
    text-align: center;
    background:#2C3F83;
    width:220px!important;
    color:#ffffff;
    font-weight: bold;
    border-radius: 60px;
    padding:16px 36px;
    margin:1em 1.5em!important;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size:120%!important;
    float:left;
}

.btn_documents a:hover{
    opacity: 0.8;
}
.active{
    opacity:0.8;
}
.documents_com, .documents_ind{
    display: none;
}
