@charset "utf-8";
/* CSS Document */


/*---------------------------------------
main content
---------------------------------------*/

.main_box {
	width:100%;
	margin:0;
}


.main_box img {
	margin:0;
}


#main_cont01 {
	width:310px;
	padding:0 5px 0 5px;
	border-bottom:#000 1px solid;
}

.contact_box1 {
	width:310px;
	padding:0 5px 10px 5px;
	background:#0C88B5;
	text-align:center;
}

.contact_box1 h4 {
	font-size:18px;
	margin: 0 10px 5px 10px;
	padding:10px 0 0 0;
	text-align:left;
}

.contact_sub {
	display:block;
	width:300px;
	margin:0 10px 0 5px;
	padding-top:10px;
	text-align:center;
	background:#FFF;
	overflow:hidden;
}



.phone {
	display:flex;
	align-items: center;
	justify-content: center;
	margin:10px 0;
	height:25px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#07526D;
}

.pho {
	width:1px;
	display:block;
	margin:-5px 23px 0 0;
}

.phone a {
	color:#0C88B5;
	text-decoration:underline;
}

.contact {
	width:260px;
	height:25px;
	margin-left:5px;
	margin-top:0;
	padding:15px 0 10px 20px;
	position:relative;
	float:left;
    background: url(../common_img/mail2.png) 2% no-repeat, -moz-linear-gradient(top, #FFA13C, #FF7C00);
    background: url(../common_img/mail2.png) 2% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFA13C), color-stop(0.5, #FFA13C), color-stop(0.5, #FF7C00), to(#FF7C00));
/* IE 5.5-7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA13C', endColorstr='#FF7C00', GradientType=0);
/* IE 8+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA13C', endColorstr='#FF7C00', GradientType=0)";
/* IE 10 */
    background: url(../common_img/mail2.png) 2% no-repeat, linear-gradient(to bottom, #FFA13C 50%, #FF7C00 50%);
    border-radius:10px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}

.contact a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.contact_box {
	width:320px;
}


#main_cont02 {
	width:310px;
	margin:10px 0 20px 0;
	padding:5px;
	background: url(../news/images/news_bg.jpg) repeat-x 0 bottom, #0C88B5;
	border-radius:5px;
}

.cont_box01 {
	width:280px;
	margin:5px;
	padding:0 10px 0 10px;
	background:#FFF;
	overflow:hidden;
}



.cont_box01 h4 {
	margin-top:5px;
	font-size:14px;
	border-bottom:#000 1px solid;
}

.cont_box01 h5 {
	margin:5px 10px 5px 10px;
	width:90px;
	padding:5px;
	background:#213A59;
	color:#FFF;
}

.img_box {
	position:relative;
	display:block;
	margin:5px;
	background:#FFF;
	float:left;
}

.zoom {
	position:absolute;
	right:2px;
	bottom:0px;
}

.next_button {
	width:90px;
	margin:0 30px 20px 0px;
	padding:9px 5px 9px 10px;
	float:right;
	position:relative;
    background:url(../news/images/next.png) 95% no-repeat, -moz-linear-gradient(top, #FFFFFF, #F5F4F4) ;
    background:url(../news/images/next.png) 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F4F4));
/* IE 5.5-7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F5F4F4', GradientType=0);
/* IE 8+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F5F4F4', GradientType=0)";
/* IE 10 */
    background: url(../news/images/next.png) 95% no-repeat, linear-gradient(to bottom, #EEEEEE 0%, #DCDCDC 50%, #CDCDCD 60%);
	color:#09B2F0;
	font-size:13px;
	font-weight:bold;
	border:#404040 1px solid;
	border-radius:3px;
	box-shadow:#E1E0E0 0 0 5px;
}

.next_button a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.back_button {
	width:65px;
	margin:0 0 20px 30px;
	padding:9px 5px 9px 35px;
	float:left;
	position:relative;
    background:url(../news/imgags/back.png) 5% no-repeat, -moz-linear-gradient(top, #FFFFFF, #F5F4F4) ;
    background:url(../news/imgags/back.png) 5% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#F1F3F4), to(#F5F4F4));
/* IE 5.5-7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F5F4F4', GradientType=0);
/* IE 8+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F5F4F4', GradientType=0)";
/* IE 10 */
    background: url(../news/images/back.png) 5% no-repeat, linear-gradient(to bottom, #EEEEEE 0%, #DCDCDC 50%, #CDCDCD 60%);
	color:#09B2F0;
	font-size:13px;
	font-weight:bold;
	border:#404040 1px solid;
	border-radius:3px;
	box-shadow:#E1E0E0 0 0 5px;
}

.back_button a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#messa_box {
	width:320px;
	margin:10px 0 20px 0;
	padding:0 0 10px 0;
	background:#0C88B5;
	border-radius:20px;
	overflow:hidden;
}

.soudan {
	width:280px;
	text-align:center;
	color:#002060;
	font-weight:bold;
	border-bottom:#CF0F10 1px solid;
}

.soudan2 {
	display:block;
	width:270px;
	height:32px;
	margin:0 0 0 0;
	letter-spacing:-0.3px;
	border-bottom:#FFFF00 1px solid;
}

.soudan3 {
	width:100%;
	margin-left:-5px;
	text-align:center
}

.messa_box {
	width:290px;
	margin:10px 0 0 10px;
	padding:5px 5px 10px 5px;
	background:#FFF;
	border-radius:16px;
	overflow:hidden;
}

/*------------marriage area------------------*/


#main_cont03 {
	margin:5px 3px 10px 3px;
	padding:5px 10px 10px 5px;
	width:297px;
	background:url(../marriage/images/main2.png) no-repeat left top, #BDCBF0;
	text-shadow:#FFF 1px 1px 2px, #FFF -1px -1px 2px;
	border:#000 1px solid;
}

#main_cont03 h3 {
	color:#002060;
	font-size:16px;
	font-weight:bold;
}

.marria_cont {
	width:320px;
	background: url(../marriage/images/sec02_bgl.png)left top no-repeat, url(../marriage/images/sec02_bgr.png) right bottom no-repeat #0A6D91;
	margin:5px 0 0 0;
	padding:5px;
}

.marria_contsub {
	position:relative;
	width:300px;
	margin:5px;
	background:#F7F7F7;
	box-shadow:#000 0 0 10px;
	overflow:hidden;
}

.marria_contsub a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.marria_contsub img {
	display:block;
	float:left;
	padding:5px;
}

.f30 {
	margin:10px 10px 0 0;
	padding:0;
	font-size:36px;
	font-weight:bold;
	float:left;
}

.syosai {
	margin:0 0 0 0;
	float:right;
	text-decoration:underline;
}

.marrh3 {
	margin:0 0 5px 0;
	padding:5px;
	color:#002060;
	font-size:16px;
}

.marrp {
	margin:10px 0 0 148px;
}

.marrp2 {
	margin:10px 0 0 148px;
}

/*--------------divorce area-------------------*/

#main_cont04 {
	margin:5px 3px 10px 3px;
	padding:5px;
	width:302px;
	background:url(../divorce/images/sec03_1.jpg) repeat;
	border:#000 1px solid;
	color:#FFF;
}

#main_cont04 h3 {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}

.sub_cont01 {
	margin:10px 0 0 0;
	padding:5px;
	background:#595959;
}
.sub_cont01 a {
	color: #fff;
}

a.reason_no {
	border: 1px solid #C39100;
	display: block;
	color: #fff;
	position: relative;
	border-radius: 4px;
	padding: 3px;
	background: #e1a519; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1a519 0%, #e1a519 49%, #f0b400 50%, #f0b400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1a519), color-stop(49%,#e1a519), color-stop(50%,#f0b400), color-stop(100%,#f0b400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1a519 0%,#e1a519 49%,#f0b400 50%,#f0b400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1a519 0%,#e1a519 49%,#f0b400 50%,#f0b400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1a519 0%,#e1a519 49%,#f0b400 50%,#f0b400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1a519 0%,#e1a519 49%,#f0b400 50%,#f0b400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a519', endColorstr='#f0b400',GradientType=0 ); /* IE6-9 */
}
a.reason_no:before {
	content: '≫';
	position: absolute;
	right: 5px;
	line-height: 36px;
}


.sub_cont02 {
	margin-top: 15px;
	background: url(../visa/images/cont02_bgl.png) left top no-repeat, url(../visa/images/cont02_bgr.png) right bottom no-repeat #F0F0F0;
	padding: 10px;
}
.sub_cont02 div {
	background:#FFF;
}
.sub_cont02 div p {
	background: url(../divorce/images/rikon_message.jpg) no-repeat top;
}
.sub_cont02 div p a {
	text-decoration: underline;
	color: #000;
}
.text-green{
	color:#2db050!important;
}
.text-blue a{
	color:#1f497d !important;
}
.text-red{
	color:#ff0000;
}

/*-------------VISA area-----------------*/

#visa_cont01 {
	margin:5px 3px 10px 3px;
	padding:10px 10px 15px 5px;
	width:297px;
	background:url(../visa/images/cont_bg.jpg) center no-repeat;
	text-shadow:#FFF 1px 1px 2px, #FFF -1px -1px 2px;
	border:#000 1px solid;
}
#visa_cont01 h3, #visa_cont012 h3 {
	padding: 10px 5px;
}


#visa_cont012 {
	margin:5px 3px 10px 3px;
	padding:10px 10px 15px 5px;
	width:297px;
	background:url(../visa/images/bg_lead02.jpg) center no-repeat, #D8E7F4;
	text-shadow:#FFF 1px 1px 2px, #FFF -1px -1px 2px;
	border:#000 1px solid;
}
#visa_cont012 .eng {
	padding: 10px 5px;
}

#visa_cont02 {
	display:block;
	margin-top:10px;
	padding:5px 0 5px 5px;
	width:320px;
	background: url(../visa/images/cont02_bgl.png) left top no-repeat, url(../visa/images/cont02_bgr.png) right bottom no-repeat #F0F0F0;
}

.visa_sub2 {
	width:310px;
	background:#FFF;
	padding-bottom:10px;
}

.visa_sub2 img {
	display:block;
	float:right;
	margin:10px;
}
.visa_sub2 h3 {
	margin:0px 0 0 10px;
	padding:10px 0 0 0;
}

.visa_sub2 h4 {
	width:290px;
	margin:10px 0 0 0;
	padding:5px 10px 5px 10px;
	background:#213A59;
	font-weight:normal;
	color:#FFF;
}

.h4mark {
	margin:10px 0 0 5px;
	padding:0 0 0 20px;
	background:url(../visa/images/hmark.jpg) left center no-repeat;
	font-weight:bold;
}

.txt_b {
	color:#000 !important;
}

/*----------cisef area--------------------*/

#ciesf_cont {
	width:310px;
	padding:10px 5px 5px 5px;
	background:#FFF;
}

#ciesf_cont h3 {
	color:#034CA8;
	font-size:16px;
	line-height:1.3;
}

#ciesf_cont p {
	font-weight:bold;
}

#ciesf_cont2 {
	width:310px;
	margin:0 0 0 0;
	padding:10px 5px 5px 5px;
	background:#FFF;
	overflow:hidden;
}

#ciesf_cont2 h4 {
	color:#034CA8;
	font-size:14px;
	line-height:1.3;
}

#ciesf_cont3 {
	width:320px;
	margin:0;
	padding:0 0 30px 0;
	background:#FFF;
	overflow:hidden;
}

.ciest_imgbox {
	width:115px;
	padding-right:10px;
	border:#000 1px solid;
	float:right;
}

.pbl {
	width:120px;
	margin-left:0px;
	color:#034CA8;
	font-size:10px;
}

.fob {
	color:#000;
	font-weight:normal;
}

.ciest_img {
	display:block;
	position:relative;
	float:right;
}

.zoom {
	position:absolute;
	right:0;
	bottom:0;
}

.imgl {
	display:block;
	float:left;
	margin:0 0 50px 3px;
}

.imgr {
	display:block;
	float:right;
	margin:30px 10px 5px 3px;
}

.imgc {
	display:block;
	margin:auto;
	padding:10px 0 0 0;
}

.h3bl {
	width:290px;
	height:30px;
	padding:10px 0 10px 30px;
	background:#32BBE7;
	color:#FFF;
	font-size:15px;
}

.h3bc {
	width:320px;
	height:20px;
	padding:15px 0 10px 0;
	background:#32BBE7;
	color:#FFF;
	font-size:15px;
	text-align:center;
}

.pcs {
	width:320px;
	text-align:center;
}

.pcs a {
	color:#000;
	text-decoration:underline;
}

.txt_bb {
	font-weight:bold !important;
}

/*---------------------------------------
 table
---------------------------------------*/

table.contacts {
	width:320px;
	border:none;
	border-collapse:collapse;
}

table.contacts th {
	height:40px;
	background:#E4F6FF;
	border-bottom:#404040 1px dashed;
	padding:5px 0 0 5px;
	font-size:15px;
	font-weight:bold;
	color:#3C5FA8;
	text-align:left;
}

table.contacts td {
	padding:10px 5px 10px 10px;
	background:#FFF;
	font-size:13px;
	border-bottom:#000 1px solid;
	line-height:1.8;
	word-break:break-all;
}

.contact_step_jump {
	margin:10px 0 30px 0;
	text-align:center;
}

.hissu {
	margin-top:-23px;
	padding:8px 5px 8px 5px;
	background:#EA525E;
	float:right;
	font-size: 12px;
	color:#FFF;
	text-align:center;
}

.ninni {
	margin-top:-24px;
	padding:8px 5px 8px 5px;
	background:#2B850B;
	font-size: 12px;
	float:right;
	color:#FFF;
	text-align:center;
}


table.visa {
	width:290px;
	margin:0 0 0 10px;
}

table.visa tr {
	vertical-align:top;
}

table.visa td {
	width:50%;
	text-align:left;
}


table.about {
	width:320px;
	margin-bottom:20px;
	border:none;
	border-collapse:collapse;
}

table.about th {
	height:30px;
	background:#E4F6FF;
	border-bottom:#404040 1px dotted;
	padding:10px 0 0 5px;
	font-size:15px;
	font-weight:bold;
	color:#3C5FA8;
	text-align:left;
}

table.about td {
	padding:10px 0 10px 10px;
	background:#FFF;
	font-size:13px;
	border-bottom:#000 1px solid;
	line-height:1.8;
}

/*---------------------------------------
 list
---------------------------------------*/

.contact_list {
	width:100%;
	margin:10px 0 10px 10px;
	padding:0;
}

.contact_list li {
	margin:0;
	padding:0;
}

.visalist {
	padding-left:10px;
}

.visalist li {
	list-style:url(../common_img/list_mark.png);
	line-height:1.4;
}


.ciesflist {
	width:150px;
	padding-left:20px;
}

.ciesflist ul {
	list-style:url(../common_img/list_mark.png);
	padding-left:0;
}

.ciesflist li {
	list-style:url(../common_img/list_mark.png);
	font-size:14px;
	line-height:1.4;
}

.ciesflist2 {
	width:250px;
	margin:0;
	padding-left:10px;
}

.ciesflist2 ul {
	padding-left:0;
}

.ciesflist2 li {
	font-size:14px;
	line-height:1.4;
}

.ciesflist3 {
	margin:5px 0 0 0;
	width:265px;
	padding-left:25px;
}

.ciesflist3 ul {
	list-style:url(../common_img/list_mark.png);
	padding-left:0;
}

.ciesflist3 li {
	list-style:url(../common_img/list_mark.png);
	font-size:14px;
	line-height:1.4;
}


/*----------------------------
  contact form スマホ用入力欄
  クロスブラウザ幅固定用
----------------------------*/

.width90 {width: 90%;}
.width85 {width: 85%;}
.width80 {width: 80%;}
.width70 {width: 70%;}
.width60 {width: 60%;}
.width50 {width: 50%;}
.width40 {width: 40%;}
.width30 {width: 30%;}
.width20 {width: 20%;}
.width10 {width: 10%;}

/*----------------------------
  アコーディオン
----------------------------*/


dl.accordion_about {
    width:320px;
	margin:0 auto;
	font-size:16px;
}

dl.accordion_about dt {
	margin-bottom:-1px;
    background:url(../contact/images/open.png) 93% no-repeat #FFF;
	padding-left:15px;
	border-top:#000 1px solid;
	border-bottom:#7F7F7F 1px dashed;
	height:60px; text-indent:0px;
	line-height:60px;
	letter-spacing:-0.5px;
	font-size:16px;
	font-weight:bold;
	color:#213A59;
	text-shadow:#fff 1px 1px 3px, #fff -1px -1px 3px;
	cursor:pointer;
}

dl.accordion_about dt.tp {
	border-top:#000 1px solid;
}

dl.accordion_about dt.ls {
	margin-bottom:10px;
	height:1px;
    background:#FFF;
	border-top:#000 1px solid;
	border-bottom:none;
	cursor:pointer;
}


dl.accordion_about dt.open {
    background:url(../contact/images/close.png) 93% no-repeat #FFF;
}

dl.accordion_about dd {
	margin-left:0;
	margin-bottom:0px;
	padding:10px 10px 0 10px;
	line-height:1.3;
	display:none;
	overflow:hidden;
	font-size:13px;
	background:#FFF;
}

dl.accordion_about dd.lt {
	z-index:1;
	margin-left:0;
	margin-bottom:0px;
	padding:10px 10px 0 10px;
	line-height:1.3;
	display:none;
	overflow:hidden;
	font-size:13px;
	border-bottom:#000 1px solid;
}

dl.accordion_about a:link {
	color:#03F;
}

.pls {
	margin-left:10px;
	letter-spacing:-0.1em;
	font-size:12px;
}

.kojin_box {
	width:285px;
	margin-top:-5px;
	padding:10px 10px 10px 5px;
	border-top:#7F7F7F 1px dashed;
	border-bottom:#7F7F7F 1px dashed;
}

.kojinbn {
	border:none;
}


/*-------------VISA------------------*/

dl.accordion_visa {
    width:320px;
	margin:0 auto;
	padding-bottom:0;
	font-size:16px;
}

dl.accordion_visa dt {
	margin-bottom:0;
    background: url(../visa/images/open.png) 93% no-repeat #595959;
	padding:5px 0 0 15px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	height:50px; text-indent:0px;
	line-height:1.4;
	letter-spacing:-0.5px;
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	cursor:pointer;
}

dl.accordion_visa dt.pas {
	padding-left:15px !important;
	line-height:40px !important;
}

dl.accordion_visa dt.tp {
	border-top:none;
}

dl.accordion_visa dt.ls {
	margin-bottom:10px;
	height:1px;
    background:none;
	border-top:1px solid #FFF;
	border-bottom:none;
	cursor:pointer;
}


dl.accordion_visa dt.open {
    background:url(../visa/images/close.png) 93% no-repeat #595959;
}

dl.accordion_visa dd {
	margin:0 0 10px 0;
	line-height:1.3;
	display:none;
	overflow:hidden;
	font-size:13px;
	background:#F0F0F0;
}

dl.accordion_visa dd.lt {
	z-index:1;
	background:;
	margin-left:0;
	margin-bottom:10px;
	padding:10px 5px 20px 40px;
	line-height:1.3;
	display:none;
	overflow:hidden;
	font-size:13px;
	border-bottom:1px solid #FFF;
}

dl.accordion_visa a:link {
	color:#FFF;
}

.pls {
	margin-left:10px;
	letter-spacing:-0.1em;
	font-size:12px;
}

/*-------company-------------------*/
.office {
	background: #fff;
	margin-bottom: 20px;
}
.office dt {
	padding: 5px 0 0 10px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #002060;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.office dd {
	margin: 10px;
}
.office dd ul li {
	margin-bottom: 10px;
	float: left;
}

.accessmap {
	background: #fff;
}
.accessmap dt {
	padding: 5px 0 0 10px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #002060;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.accessmap dd {
	margin:0 0 10px 10px;
}

.history {
	background: #fff;
	margin-bottom: 20px;
}
.history dt {
	padding: 5px 0 0 10px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #002060;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.history dd {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  & b {
    display: block;
    background-color: #E4F6FF;
    border-bottom: #404040 1px dotted;
    padding: 0.75em 0.333em;
    font-size: 15px;
    font-weight: bold;
    color: #3C5FA8;
    text-align: left;
  }
  & p {
    padding: 0.666em;
  }
  & p + b {
    border-top: 1px solid #000;
  }
}

dl.accordion_comp {
    width:320px;
	margin:0 auto;
	padding-bottom:0;
	font-size:16px;
	border-top:1px solid #000;
}

dl.accordion_comp dt {
	margin-bottom:0;
    background: url(../about/images/open.png) 93% no-repeat #FFF;
	padding:5px 0 0 15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:50px; text-indent:0px;
	line-height:50px;
	letter-spacing:-0.5px;
	font-size:16px;
	font-weight:bold;
	color:#002060;
	cursor:pointer;
}

dl.accordion_comp dt.pas {
	padding-left:15px !important;
	line-height:40px !important;
}

dl.accordion_comp dt.tp {
	border-top:none;
}

dl.accordion_comp dt.ls {
	margin-bottom:10px;
	height:1px;
    background:none;
	border-top:1px solid #000;
	border-bottom:none;
	cursor:pointer;
}


dl.accordion_comp dt.open {
    background:url(../about/images/close.png) 93% no-repeat #FFF;
}

dl.accordion_comp dd {
	margin:0 0 10px 0;
	line-height:1.3;
	display:none;
	overflow:hidden;
	font-size:13px;
	background:#FFF;
}

dl.accordion_comp dd.lt {
	z-index:1;
	background:;
	margin-left:0;
	margin-bottom:10px;
	padding:10px 5px 20px 40px;
	line-height:1.3;
	display:none;
	overflow:hidden;
	font-size:13px;
	border-bottom:1px solid #FFF;
}

dl.accordion_comp a:link {
	color:#FFF;
}

.pls {
	margin-left:10px;
	letter-spacing:-0.1em;
	font-size:12px;
}

