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

/********************************************
	共通
*********************************************/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
    height: 100%;
    margin: 0;
}
html,
body {}
body {
	color: #2f3032;
	display: block;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 15px;
	}
a,
a:hover {
	text-decoration: none;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	a:link {}
	a:visited {}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	max-width:100%;
	}
img:hover { outline: none; }
a:hover img {
	opacity:0.75;
}
ul { list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: lighter;
	margin: 0;
	}

#wrap {
	overflow:hidden;
}
.inner {
    max-width: 1024px;
    margin: 0 auto;
}
.yuG {
	font-family: Axis,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight:700;
}

/********************************************
	header
*********************************************/
header {
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 1);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
#header_wrap {
    position: relative;
}
header .logo_area h1 {
    width: 330px;
    background-image: url(/src/img/common/logo.png);
    background-repeat: no-repeat;
	overflow: hidden;
	height: 40px;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
header .logo_area h1 a {
    text-indent: -9999px;
    display: block;
    height: 100%;
}

#glnav-trigger {
    display: none;
}
header #header_wrap .inner:after {
    content: "";
    background-color: #193dab;
    height: 6px;
    width: 298px;
    position: absolute;
    left: 0px;
    top: 0; 
}

header #header_wrap .contact {
    float: right;
    margin-top: 10px;
}

header #header_wrap .contact p {
    color: #193dab;
    font-size: 180%;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    background-position:left center;
    background-repeat:no-repeat;
    padding-left: 30px;
}
header #header_wrap .contact p.fd {
	background-image: url(/src/img/common/ico_fd.jpg);
	padding-left: 35px;
}
header #header_wrap .contact p.tel {
	background-image: url(/src/img/common/ico_tel.png);
}
header #header_wrap .contact p.fd:after {
	content: ''; 
	background-color: #aaaaaa; 
	width: 1px; 
	height: 25px; 
	display: inline-block; 
	vertical-align: middle; 
	margin: 0 8px;
}

header #header_wrap .contact .time {
    display: block;
    text-align: center;
    font-size: 0.83em;
}

header #header_wrap .contact li {
    display: inline-block;
    vertical-align: middle;
}

header #header_wrap .contact li a {
    background: #193dab;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 0.9em;
    margin-left: 13px;
    background-repeat: no-repeat;
}

header #header_wrap .contact li a:before {
    content: '';
    background: url(/src/img/common/ico_mail.png);
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 24px;
    height: 16px;
    margin-right: 5px;
    background-size: 100%;
}


header #header_wrap .inner {
    overflow:  hidden;
    width: 1024px;
    margin: -6px auto 5px auto;
    position: relative;
}
header .menu {
    border-bottom: #e2e2e4 4px solid;
    margin-top: 23px;
}
header .menu #mainnavi {
    width: 1024px;
    margin: 0 auto;
    border-left: #dcdcdc 1px solid;
    letter-spacing: -1em;
}
header .menu #mainnavi li {
    display: inline-block;
    width: 23%;
    position: relative;
}

header .menu #mainnavi li:first-child {
    width: 8%;
}

header .menu #mainnavi li a {
    color: #292929;
    font-size: 0.95em;
    width: 100%;
    border-right: #dcdcdc 1px solid;
    padding-bottom: 10px;
    vertical-align: middle;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
}

header .menu #mainnavi li a:hover:after, 
header .menu #mainnavi li .on:after, 
header .menu #mainnavi li a.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #0f1ca4;
    position: absolute;
    left: 0px;
    top: 100%;
}
header .menu #mainnavi .child li a:hover:after, 
header .menu #mainnavi.child li .on:after {
	content:none;
}
header .header_top {
    position: relative;
    z-index: 200;
    background: #fff;
    border-top: #c1c1c1 6px solid;
}
header .header_top .logo_area {
    float: left;
    position: relative;
    margin-top: 15px;
}
header .menu_contact { display:none; }
header .n_parent {
	-moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
header .menu #mainnavi li a.n_parent.sp, 
header .menu #mainnavi li .child {
    display: none;
}
header .child {
	display:none;
	background: rgba(255, 255, 255, 1);
/*	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	position: absolute;
	top: 36px;
	left: 50%;*/
	line-height: 3;
}
header .menu #mainnavi .child li:first-child {
    width: auto;
}

header .menu #mainnavi .child li {
    width: 100%;
    height: 100%;
    display: block;
}

header .menu #mainnavi .child li a {
    width: 100%;
    border-right: none;
    border-bottom: #dcdcdc 1px solid;
    padding-bottom: 0;
    display: block;
}

header .menu #mainnavi .child li:last-child a {
    border-bottom: none;
    height: 100%;
}


/********************************************
	contactArea
*********************************************/
.contactArea {
    background: #2658ab url(/src/img/common/bg_contact.jpg);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 30px 0;
}

.contactArea:after {
    content: '';
    width: 100%;
    background-image: url(/src/img/common/pattern.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.3;
}
.contactArea .tit {
    color:  #fff;
    text-align:  center;
    font-size:  21px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(244,244,244,0.5);
}
.linkArea .bnrArea li a img {
    border: #e8eaea 1px solid;
}


.contactArea .num {
    color: #fff;
    font-size: 180%;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;background-image: url(/src/img/common/ico_telWhite.png);
    padding-left: 35px;
}

.contactArea .inner {
    position: relative;
    z-index: 1;
}

.contactArea dd p:first-child {
    background-image: url(/src/img/common/ico_fdWhite.png);
    padding-left: 35px;

}

.contactArea dd p:last-child {
    background-image: url(/src/img/common/ico_telWhite.png);
    padding-left: 35px;
}

.contactArea dd p:first-child:after {
    content: '';
    background-color: #aaaaaa;
    width: 1px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.contactArea dd span {
    display: block;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
}

.contactArea dd {
    width: 45%;
    display: inline-block;
}


.contactArea dd.tel {
    border-right: 1px solid rgba(244,244,244,0.5);
}

.contactArea dd.con a {
    background: #fff;
    border-radius: 6px;
    display: block;
    color: #2658ab;
    font-size: 21px;
    padding: 10px 0 10px 100px;
    width: 85%;
    margin: 0 auto;
    position:  relative;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-image: url(/src/img/common/arrow_blue.png);
}

.contactArea dd.con a:before {
    content: '';
    background-repeat: no-repeat;
    background-image: url(/src/img/common/ico_mailBlue.png);
    width: 36px;
    height: 24px;
    position: absolute;
    top: 28%;
    left: 12%;
}

.contactArea dd.con a span {
    color: #2658ab;
    font-size: 0.65em;
    text-align:  left;
}
.f-menu {
    padding: 20px 0;
    border-bottom: #e4e4e4 1px solid;
}
.f-menu dl {
    padding-bottom: 10px;
}

.f-menu dl dt {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.f-menu dl dd {
    display: inline-block;
    width: 70%;
}
.f-menu dl dd a, .f_add a {
    color: #333333;
    font-size: 0.9em;
}

.f-menu dl dt .fn-item {
    font-size: 0.9em;
    color: #0025d2;
    background-position: left center;
    background-repeat: no-repeat;
	background-image: url(/src/img/common/arrow_menuBlue.png);
    padding-left: 15px;
    background-size: 10px;
}

.f-menu dl dd ul li {
    display: inline-block;
    vertical-align: middle;
}

.f-menu dd a:after, .f_add a:after {
    content: '|';
    display: inline-block;
    padding: 0 15px;
}
.f_add { padding: 25px 0;}
.f_add .logo_area h1 {
    background-image: url(/src/img/common/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    z-index: 1;
    background-size: 100%;
    width: 330px;
    height: 100%;
}
.f_add .add_area {
    font-size: 0.9em;
    float: left;
}
.f_add .f_addBlock {
	overflow: hidden;
    margin: 5px 0;
}

.f_add .add_area .num {
    padding: 0 5px;
}
.f_add .logo_area ul {
    float: right;
    width: 30%;
}
.f-menu dl dt.fni-min {
    display: none;
}
.logo_area ul li {
    display: inline-block;
}
.copyright {
    text-align: center;
    background: #ecedee;
    padding: 10px 0 15px 0;
    font-size: 0.8em;
}

/********************************************
	crumbs
*********************************************/	

#crumbs {
	height: auto !important;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: left;
	}
	#crumbs a, #crumbs p {
		color: #452d03;
		display: inline-block;
		font-size: 12px;
		position: relative;
		}
		#crumbs a:after {
			content: '|';
			display: inline-block;
			padding: 0 10px;
			}
			


/********************************************
	container
*********************************************/	

.container {
    max-width: 1024px;
    margin: 0 auto;
}

.container:after {
	content: '';
	display: block;
	clear: both;
}

.container .side {
    float: left;
    max-width: 22.7%;
    margin-right: 5%;
}
.container .main {
    width: 70%;
    float: right;
	padding-bottom: 200px;
}
.side .navTit {
	background: #1b41a7;
	color: #fff;
	padding: 20px 0 20px 25px;
}

.side .sNav {
    border: #dcdddd 1px solid;
    margin-bottom: 80px;
}

.side .sNav li {
    color: #080808;
    font-size: 0.92em;
}

.side .sNav li:last-child a {
    border-bottom: none;
}

.side .sNav　li a {
    line-height: 4;
    padding-left: 25px;
    display: block;
}

.side .sNav li a {
    line-height: 4;
    color: #080808;
    padding-left: 25px;
    border-bottom: #dcdddd 1px solid;
    display: block;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-image: url(/src/img/common/arrow_menuBlue.png);
    padding-left: 15px;
    background-size: 10px;
}

.side .sNav li a.on {
    background-color: white;
    background-color: #dcdddd;
}

.side .bnr_r a {
    background-image: url(/src/img/common/side_bana.jpg);
    width: 100%;
    min-height: 300px;
    display: block;
    text-indent: -9999px;
    border: #edeeee 1px solid;
    background-repeat: no-repeat;
}

.side .sBnr {
    margin-top: 50px;
}

.side .sBnr li {
    margin-bottom: 15px;
}

.side li a img {
    border: #edeeee 1px solid;
}

.intro_low {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    margin-top: 120px;
}
.insurance .intro {
    background-image: url(/src/img/insurance/tit_insurance.jpg);
    background-position: top left 43%;
}
.intro_low h1 {
    color: #fff;
    text-align: center;
    padding: 6.75vw 0;
    line-height: 1.5;
	font-weight:500;
	
}
.intro_low:after {
    content: '';
    width: 100%;
    background-image: url(/src/img/common/pattern.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.2;
}

.intro_low h1 span {
	font-size: 0.45em;
    display: block;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.05em;
	font-style:oblique;
}

@media screen and (min-width: 1023px) {
header .menu #mainnavi .child li a:hover {
	background: rgba(25, 61, 171, 1.0);
	color: #fff;
}
}
@media screen and (max-width: 1024px) {
/********************************************
	header
*********************************************/
header .menu #mainnavi li a.n_parent.pc { display:none; }
header .menu #mainnavi li a.n_parent.sp { display:block; }
header, 
header .header_top { height:80px; }
header #header_wrap .contact {
    margin-top: 0;
    width: 17%;
    height: 100%;
}
header .header_top .logo_area {
    width: 83%;
}
header #header_wrap .contact li {
    display: table;
    height: 100%;
    width: 100%;
}
header #header_wrap .contact li a span {
    display: block;
    text-indent: -9999px;
}

header #header_wrap .contact li a:before {
    content: none;
}
header #header_wrap .inner {
    display: inline-block;
    position: initial;
    width: 85%;
    margin: 0;
    z-index: 200;
    height: 100%;
}
header #header_wrap .inner:after {
    width: 230px;
    top: -6px; 
}

header .logo_area h1 {
    background-size: 230px auto;
}
	header #header_wrap:after {
    content: " ";
    display: block;
    clear: both;
}
	header #header_wrap .contact li:first-child {display:none;}
	#glnav-trigger {
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    display: table;
    float: right;
    height: 100%;
    position: relative;
    width: 120px;
    z-index: 200;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

/* header > glnav-trigger */
	#glnav-trigger {
		background: rgba(255, 255, 255, 1);
		cursor: pointer;
		display: table;
		float: right;
		height: 100%;
		position: relative;
		width: 15%;
		z-index: 200;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;
		}
		#gt-wrap {
			display: table-cell;
			height: 100%;
			width: 100%;
			text-align: center;
			vertical-align: middle;
			}
			#gt-wrap p {
				color: rgba(9, 99, 233, 1);
				font-size: 12px;
				font-weight: 700;
				line-height: 1;
				padding-top: 10px;
				display: block;
				}
			#gt-mark {
			    height: 20px;
			    margin: 0 auto;
			    position: relative;
			    width: 25px;
			    z-index: 200;
			 }
				#gt-mark span {
					background: rgba(9, 99, 233, 1);
					display: block;
					width: 25px;
					height: 3px;
					position: absolute;
					transition: .5s;
					}
					#gt-mark span:nth-child(1) { top: 0; }
					#gt-mark span:nth-child(2) { top: 8px; }
					#gt-mark span:nth-child(3) { top: 16px; }
#glnav {
    position: absolute; /*bodyに対しての絶対位置*/
    right:0;
    top: -1000px; /*通常時はビュー外*/
    background: rgba(25,61,171,0.8);
    width: 100%;
    padding:0 10px;
    -webkit-transition:.5s ease-in-out; /*transitionで動きを*/
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    text-align:left;
}
header .menu {
	margin-top: 0;
    border-bottom: none; }

header .menu #mainnavi {
	border-right:none;
	width:100%;
	border-left:none;
	
	}
header .menu #mainnavi li a {
	border-right:none;
	color: #fff;
	padding-bottom: 0;
	text-align: left;
	padding-left: 40px;
	background: url(/src/img/common/arrow_menuWhite.png) no-repeat center right 20px;
	background-size: 15px;
}
header .menu #mainnavi li.acod a {
	background-image: url(/src/img/common/plus.png);
}

header .menu #mainnavi li.acod a.active {
	background-image: url(/src/img/common/minus.png);
}
header .menu #mainnavi li.acod a, 
header .menu #mainnavi li.acod a.active {
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 20px;
}
header h1, nav {
    display:table-cell}
header .menu #mainnavi li {
    display: block;
    margin: 0;
    border-bottom: rgba(204, 204, 206, 0.5) 1px solid;
    line-height: 3.5;
    width: 100%;
	}
header .menu #mainnavi li:first-child {
	display:none;
}
header #header_wrap .contact li a {
    background: #193dab url(/src/img/common/ico_mail.png);
    background-position: center;
	background-size: 30px;
    padding: 3px 0;
    display: table-cell; 
    border-radius: 0; 
    font-size: 0.9em;
    margin-left: 0;
    border-bottom: none; 
    vertical-align: middle;
	background-repeat:no-repeat;
	z-index:100;
	position:relative;
}
header .menu #mainnavi li a:hover:after, header .menu #mainnavi li .on:after { content: none; }
		#glnav-trigger {background: rgba(33, 161, 238, 0);}
			.menu-open #gt-wrap p {color: rgba(9, 99, 233, 1);}
			.menu-open #gt-mark span {background: rgba(9, 99, 233, 1);}
					.menu-open #gt-mark span:nth-child(1) {
		            	-webkit-transform: translateY(8px) rotate(-45deg);
		            	-moz-transform: translateY(8px) rotate(-45deg);
		            	transform: translateY(8px) rotate(-45deg);
						}
					.menu-open #gt-mark span:nth-child(2) { opacity: 0; }
					.menu-open #gt-mark span:nth-child(3) {
		            	-webkit-transform: translateY(-8px) rotate(45deg);
		            	-moz-transform: translateY(-8px) rotate(45deg);
		            	transform: translateY(-8px) rotate(45deg);
						}
.menu-open #glnav {
    -moz-transform: translateY(380px);
    -webkit-transform: translateY(380px);
    transform: translateY(380px);
    height: 100%;
    position: fixed;
    top: -300px;
    padding:0;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}


header .menu_contact {
    margin-top: 20px;
    color: #193dab;
    text-align: center;
    width: 80%;
    background: rgba(255, 255, 255, 1);
    margin: 30px auto 0 auto;
    padding: 15px;
    border-radius: 5px;
	display: block;
}

header .menu_contactText {
    margin-bottom: 5px;
    border-bottom: rgba(25,67,171,0.2) 1px solid;
}
header .menu_contact .time {
    display: block;
    font-size: 0.9em;
}

header .menu_contact .fd, 
header .menu_contact .tel {
    font-size: 200%;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

header .menu_contact .fd:before, 
header .menu_contact .tel:before {
    content: url(/src/img/common/ico_fd.jpg);
	display:inline-block;
    padding-right: 10px;
}

header .menu_contact .tel:before {
   content: url(/src/img/common/ico_tel.png);
}


header .menu #mainnavi .child li {
    display: block;
    width: 100%;
}

header .menu #mainnavi li .on:after, 
header .menu #mainnavi li a.active:after {
    content: none;
}

header .menu #mainnavi .child li a {
    color: #193dab;
    border-bottom: none;
    padding-left: 60px;
    background-image: url(/src/img/common/arrow_menuBlue.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
}




.intro_low {
    margin-top: 80px;
}

.intro_low h1 {
    padding: 12vw 5vw;
    font-size: 1.65em;
}


#crumbs {
    width: 95%;
}

.container .side .sNav, .container .side .navTit {
    display: none;
}

.container .side {
	float: none;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.container .main {
    padding-bottom: 50px;
	width: 100%;
    float: none;
}

.side .bnr_r a {
    background-image: url(/src/img/common/bana01_sp.jpg);
    background-repeat: no-repeat;
    width: 100%;
    border: none;
    height: 0;
    background-size: contain;
    padding: 23.61111% 0;
	min-height: 0;
}

.side .sBnr {
    margin-top: 0;
    overflow:  hidden;
}

.side .sBnr li {
    float: left;
    width: 49%;
    margin-top: 10px;
    margin-bottom: 0;
}

.side .sBnr li:nth-child(odd) {
    margin-right: 2%;
}
.side .sBnr li a img {
	width:100%; }


/********************************************
	contactArea
*********************************************/
.contactArea {
    background-position: bottom right;
    padding: 20px 0 80px 0;
}
.contactArea .inner {
    width: 90%;
}
.contactArea .tit {
    font-size: 18px;
}
.contactArea dd {
    width: 100%;
    display: block;
}
.contactArea dd.tel {
    border-right: none;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(244,244,244,0.5);
}
.contactArea .num {
    font-size: 200%;
}

.contactArea dd p:first-child:after {
    content:  none;
}

.contactArea dd.con a:before {
    left: 5%;
}

/********************************************
	footer
*********************************************/

.f_add .add_area {
    float: none;
    margin-bottom: 10px;
}
.f_add .add_area span {
    padding-right: 10px;
}
.f_add .add_area span.num {
    display: block;
}
.f_add .f_addBlock {
    text-align: center;
}
.f_add .logo_area ul {
    float: none;
    width: 100%;
    font-size: 0.9em;
}
.f_add li:last-child a:after {
    content:  none;
}
.f-menu {
    padding: 10px 0 0 0;
    border-bottom: #e4e4e4 1px solid;
    background: #f8f8f8;
}
.f-menu dl {
    line-height: 3;
    border-bottom: #c3c3c3 dotted 1px;
	padding-bottom:0;
}
.f-menu dl dt {
    display: block;
    width: 100%;
    padding-left: 5%;
}
.f-menu dl:last-child {
    border-bottom: none;
}
.f-menu dl dd { display:none; }
.f_add .logo_area h1 {
    background-size: 297px;
    background-position: center;
    margin: 0 auto 10px auto;
}
.f-menu dl dt.fni-dkt {
    display: none;
}
.f-menu dl dt.fni-min {
    display: block;
}
.f-menu dl dt .fn-item {
    background-position: center right 20px;
    display: block;
}
.f-menu dl dt.fni-min .fn-item {
	background-image: url(/src/img/common/plusBlue.png);
	
}
.f-menu dl.fn-active dt.fni-min .fn-item {
	background-image: url(/src/img/common/minusBlue.png);
	
}
.f-menu dl dd .fni-child {
    display: block;
    color: #0025d2;
}

.f-menu dl dd ul li {
    display: block;
    padding-left: 15%;
    line-height: 3;
    border-bottom: #c3c3c3 dotted 1px;
}

.f-menu dl dd ul {
    background: #fff;
    width: 100%;
}

.f-menu dd a:after {
    content: none;
}

.f-menu dl dd {
    width: 100%;
}

.f-menu dl dd ul li:last-child {
    border-bottom:none
}

.f-menu dl dd ul li:first-child {
    border-top: #c3c3c3 dotted 1px;
}
}
@media screen and (max-width: 750px) {
.contactArea dd.con a {
    font-size: 19px;
    padding: 10px 0 10px 70px;
    width: auto;
}

.f_add {
	padding:10px 0 20px 0; }
.copyright {
    font-size: 0.7em;
}

}