@charset "utf-8";

html, body                 {width:100%;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body                       {-webkit-text-size-adjust:100%;}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, p,
fieldset, form, label, legend, input,
article, aside, canvas, figure, figcaption,
footer, header, nav, section,
b, u, i                    {margin:0;padding:0;list-style:none;font-style:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
main                       {display: block;}
a                          {outline:none;}
img                        {border:0 none;vertical-align:top;max-width:100%;height:auto;}
em                         {font-style:normal;font-weight:bold;}
nav ul, nav li             {list-style:none;}
.h a, .f a,
nav a, nav span            {text-decoration:none;}
table                      {border-collapse:collapse;}
p, li                      {line-height: 1.8;}

/* ----------------------------------------------- font */
html                       {font-size:62.5%;}
body                       {font-size:16px;font-size:1.6rem;font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
b, strong                  {font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ ゴシック", sans-serif;}
h1, h2,  h3                {font-weight:normal;}
.min                       {font-family: "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", Times, serif;}
.en                        {font-family: HelveticaNeue, Arial, sans-serif;}

/* ============================================================== base */
html, body                 {height:100%;}
body                       {-webkit-text-size-adjust:100%;}
.no-br                     {display:none;}
.clb					   {clear: both;}
@media (min-width: 751px){
	a[href*="tel:"]            {pointer-events: none;cursor: default;text-decoration: none;}
}
@media screen and (min-width: 1000px){
	.no-br                     {display:inline;}
}
/* ============================================================== common */
.sct {
	position: relative;
	font-size: clamp(8px, 2.4vw, 16px);
	font-size: clamp(14px, 4vw, 16px);
	z-index: 2;
	color: #0b0b0b;
	padding: 3em 1.5em;
}
.sct_inr {
	z-index: 3;
	margin: 0 auto;
	max-width: 1100px;
}
.sct_box {
	position: relative;
	display: block;
}
.sct a > img {
	transition: 0.3s;
}
.sct a:hover > img {
	opacity: 0.7;
}
.sct a {
    text-decoration: none;
}
.sct a:hover {
    text-decoration: underline;
    transition: .3s;
}
.flex {
    display: flex;
}
/* ----------------- title */
.sct_ttl {
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1e50a2;
	margin-bottom: 1em;
}
.sct_ttl span {
	display: inline-block;
	position: relative;
}
.sct_ttl .en {
	font-size: clamp(24px, 8vw, 46px);
}
.sct_ttl .ja {
	color: #0b0b0b;
	font-size: clamp(12px, 3vw, 15px);
	letter-spacing: 0.15em;
	margin-left: 1em;
}
.sct_ttl .ja::before {
	content: "/";
	display: inline-block;
	margin-right: 0.3em;
}

/* ----------------------------------------------- button */
.btns {
	padding: 1em 0;
	text-align: center;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: -2px;
}
a.btn, a:link.btn, a:visited.btn,
.btn                       {
	padding: 0 1.6em;
	line-height: 2.8em;
	border: 0 none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 2em;
}
/*
a.btn_posi, a:link.btn_posi, a:visited.btn_posi,
.btn_posi {
	background-color: #0072be;
	color: #fff;
}
*/
.gn_lnk a.btn_posi {
    background: linear-gradient(270deg, #003e88, #016db2 60%, #0197d7);
	color: #fff;
}
.gn_lnk:last-child a.btn_posi {
    background: linear-gradient(270deg, #0c2044, #103675 60%, #1e50a2);
}
a.btn_posi:hover, a:link.btn_posi:hover, a:visited.btn_posi:hover,
.btn_posi:hover  {
	opacity:.75;
	transition: .3s;
}
a.btn_nega, a:link.btn_nega, a:visited.btn_nega,
.btn_nega {
	background-color: #999;
	color: #fff;
}
a.btn_nega:hover, a:link.btn_nega:hover, a:visited.btn_nega:hover,
.btn_nega:hover {
	background-color: #aaa;
}
a.disabled, a:link.disabled, a:visited.disabled,
.btn.disabled {
	background-color:#ccc;
	color:#fff;
	pointer-events: none;
}
.btn span {
	display: inline-block;
	background-repeat: no-repeat;
	line-height: 1;
}
@media screen and (max-width: 767px){
.btn span {
    position: relative;
    top: 1.9px;
	}
}
/* ----------------- overlay */
.overlay {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom right, rgba(238,238,238,0.01), rgba(238,238,238,1));
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("../images/loading-05.gif");
	opacity: 1;
	transition: 3s;
	pointer-events: none;
}
.overlay.show {
	opacity: 0;
}
/* ----------------- inview */
.fadein {
	opacity : 0;
	transform : translate(0, 10px);
	transition : all 0.5s;
}
.fadein.is-show{
	opacity : 1;
	transform : translate(0, 0);
}
/* ----------------- video */
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
	vertical-align: top;
}

/* ============================================================== header */
.h_before {
	content: "";
	display: block;
	position: relative;
	width: 100px;
	opacity: 0;
	pointer-events: none;
}
.sct.h {
	font-size: 100%;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	padding: 0;
}
.anchor {
	position: absolute;
	height: 0;
	font-size: 0;
	margin-top: -54px;
}
.h_before,
.sct.h {
	height: 54px;
}
.h_inr {
	width: 100%;
	width: 95%;
	max-width: 1410px;
	position: relative;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
.h_inr {
    height: 50px;
	}
}
/* ----------------- logo */
.h_logo {
	font-size: 100%;
	display: inline-block;
	padding: 0.75em 0.4em 0 0.4em;
	position: relative;
}
.h_logo a {
	display: block;
	width: 90px;
}
.h_logo a:hover {
	opacity: 0.6;
}
@media screen and (min-width: 1000px){
	.h_before,
	.sct.h {
		height: 90px;
	}
	.anchor {
		margin-top: -90px;
	}
	.h_logo {
		padding: 1.315em 0.4em 0 0.4em;
	}
	.h_logo a {
		width: 330px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1100px){
.h_logo a {
    width: 180px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px){
.h_logo a {
    width: 155px;
	}
}
@media screen and (max-width: 767px){
.h_logo a {
	width: 220px;
	}
}
/* ============================================================== gn */
.gn_set {
	position: fixed;
	z-index: 91;
	top: 0;
	right: 0;
	transition: 0.3s;
}
@media screen and (min-width: 1000px){
	.gn_set {
		position: absolute;
		right: 0;
		top: 0;
	}
}
/* ----------------------------------------------- hamburger */
.gn_btn {
	font-size: 14px;
	width: 3em;
	aspect-ratio: 1 / 1;
	top: 6px;
	right: 10px;
	line-height: 1;
	position: absolute;
	text-align: center;
	z-index: 11;
	cursor: pointer;
	background: #1f3f87;
	border-radius: 50%;
    width: 42px;
    height: 42px;
}
.gn_btn i {position: absolute;display: block;text-align: center;top: 0;left: 0;width: 100%;height:100%;}
.gn_btn:before,
.gn_btn:after,
.gn_btn i:after {background: #fff;width: 1.6em;height: 1px;left: calc(50% - 0.8em);position: absolute;content: "";display: block;transition: 0.2s;}
.gn_btn:before  {top:calc(50% - 0.5em - 1px);}
.gn_btn i:nth-of-type(1):after {top:calc(50% - 1px);width: 1.2em;left: calc(50% - 0.6em);}
.gn_btn:after   {top:calc(50% + 0.5em - 1px);}

.gn_show .gn_btn           {border-color:transparent; position: fixed;}
.gn_show .gn_btn:before,
.gn_show .gn_btn:after     {top:1.5em;height:2px;box-shadow: 0 0 0 transparent;}
.gn_show .gn_btn:before    {transform:rotate(45deg);}
.gn_show .gn_btn:after     {transform:rotate(-45deg);}
.gn_show .gn_btn i:after   {display:none;}
@media screen and (min-width: 1000px){
	.gn_btn  {
		display: none;
	}
}
/* ----------------------------------------------- navigation */
.gn {
	font-size: 14px;
	background: #fff;
	width: 100%;
	height: auto;
	top: -100vh;
	right: 0;
	position: fixed;
	z-index: 2;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
	transition:0.2s;
	padding: 6.4em 1em 3em;
	box-shadow: 0 0.5em 0.5em rgba(0,0,0,0);
	opacity: 0;
}
.gn_show .gn {
	opacity: 1;
	top: 0;
}
.gn::after {
	content: "";
	display: block;
	position: absolute;
    width: 220px;
	height: 37px;
	top: 16px;
	left: 16px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url("../images/logo.png");
}
@media screen and (min-width: 1000px){
	.gn_show .gn,
	.gn {
		font-size: 16px;
		opacity: 1;
		position: absolute;
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		background: transparent;
		top: auto;
		right: auto;
		width: 100%;
		max-width: 1400px;
		height: auto;
		margin: 0 auto;
		padding: 1.1em 0 0.9em;
		overflow: visible;
		overflow-x: visible;
		overflow-y: visible;
	}
	.gn::after {
		display: none;
	}
}
/* ----------------------------------------------- list */
.gn_lst li  {
	position: relative;
	border-top: 1px solid #ccc;
}
.gn_lst li:last-child  {
	border-bottom: 1px solid #ccc;
}
.gn_lst li a {
	color: #0b0b0b;
	position:relative;
	line-height:1.3em;
	padding: 1.6em 1em;
	white-space:nowrap;
	display: block;
	text-align: center;
}
.gn_lst li a:hover {
	text-decoration: none;
}
@media screen and (min-width: 1000px) and (max-width: 1100px){
.gn_lst li a {
    font-size: 14px;;
	}
}
@media screen and (min-width: 1000px){
	.gn_lst {
		display: flex;
		justify-content: space-between;
		margin: 0;
		width: auto;
		text-align: center;
	}
	.gn_lst li:last-child,
	.gn_lst li {
		border: 0 none;
		margin-left: 0.5em;
	}
	.gn_lst li a {
		transition: 0.3s;
		padding: 1em 0.5em;
	}
	.gn_lst li a::before {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		width: 0;
		bottom: 0.4em;
		height: 1px;
		background-color: #999;
		transition: 0.2s;
	}
	.gn_lst li a:hover::before {
		left: 1em;
		width: calc(100% - 2em);
	}
	.gn_lst li span {
		display: block;
		position: relative;
		z-index: 3;
	}
	.gn_lst li a i {
		display: block;
	}
}
@media screen and (min-width: 1200px){
	.gn_lst {
		font-size: 16px;
	}
	.gn_lst li:last-child,
	.gn_lst li {
		margin-left: 1.2em;
	}
}

/* ----------------------------------------------- link */
.gn_lnk {
	margin-top: 1em;
	text-align: center;	
}
.gn_lnk a.btn {
	width: 19em;
	font-size: 112%;
	padding: 0.3em 1.5em;
}
/*
.gn_lnk .btn span {
	font-weight: 700;
	padding-left: 1.8em;
	letter-spacing: 0.05em;
    background-size: contain;
	background-position: 0 50%;
	background-image: url("../images/ico_mail.png");
}
*/
.gn_lnk .btn span {
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 1.8em;
    position: relative;
}
.gn_lnk .btn span::before {
    position: relative;
    content: '';
    display: inline-block;
    position: absolute;
    top: -4.75px;
    left: -5px;
    background-image: url("../images/ico_mail.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.gn_lnk:nth-child(2) .btn span::before {
	background-image: url("../images/ico_document.png");
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1000px){
	.gn_lnk {
		margin-top: 0;
		margin-left: 1em;
	}
	.gn_lnk a.btn {
		width: auto;
		font-size: 87.5%;
	}
}
/* ============================================================== scroll header */
@media screen and (min-width: 1000px){
	/*
	.scrl_bgn .sct.h {
		transition: 0.3s;
		height: 70px;
	}
	.scrl_bgn .h_logo {
		transition: 0.3s;
		padding-top: 1em;
	}
	.scrl_bgn .h_logo a {
		transition: 0.3s;
		width: 100px;
	}
	.scrl_bgn .gn_show .gn,
	.scrl_bgn .gn {
		padding: 0.5em 0;
	}
	*/
}
/* ============================================================== conversion */
.sct.cv {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url("../images/cv_bg.jpg");
	padding: clamp(20px, 8vw, 80px) 0 clamp(10px, 4.15vw, 60px);
    position: relative;
}
.sct.cv::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
}
.sct.cv .sct_ttl {
	text-align: center;
	color: #fff;
}
.sct.cv .sct_ttl .ja {
	color: #fff;
}
.sct.cv .sct_inr {
	width: 91.2%;
    max-width: 1000px;
	align-items: center;
    position: relative;
}
.sct.cv .flex {
	gap: 0 40px
}
.cv_btn {
    width: 100%;
	background-color: #fff;
    border-radius: 12px;
    text-decoration: none!important;
    padding: 25px 20px;
    position: relative;
}
.cv_btn::before {
    content: '';
    border-top: solid 2px #1b4993;
    width: 180px;
    position: absolute;
    top: 40px;
    left: 20px;
}
.cv_btn::after {
    content: '';
	background-image: url("../images/conversion_icon_entry_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 93.6px;
    bottom: -15px;
    right: -20px;
}
.cv_btn:last-child::after {
	background-image: url("../images/conversion_icon_contact_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.sct a.cv_btn:hover {
    opacity: .925;
    transition: .3s;
}
.cv_btn p.title {
    margin-left: 200px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #1e50a2;
    letter-spacing: 2px;
}
.cv_btn p.title .ja {
    margin-right: 8px;
}
.cv_btn p.title .en {
    font-size: 13px;
    color: #000;
}
.cv_btn img {
    width: 84px;
    height: 84px;
}
.sct.cv .cv_btn .flex {
    gap: 0 20px;
    align-items: center;
}
.cv_btn .flex p {
	color : #000;
}
@media screen and (min-width: 1000px){
	.cv_txt {
		font-size: 100%;
	}
}
@media screen and (max-width: 1000px){
.cv_btn::after {
    width: 60px;
    height: 56.16px;
	bottom: -1px;
	right: -3px;
	}
.sct.cv .flex {
    display: block;
	}
.cv_btn {
    border-radius: 10px;
    padding: 10px 10px;
	margin-bottom: 12px;
    display: block;
	}
.cv_btn p.title {
    margin-left: 0;
    margin-bottom: 15px;
    text-align: center;
	}
.cv_btn::before {
    content: none;
	}
.cv_btn img {
    width: 42px;
    height: 42px;
	}
.sct.cv .cv_btn .flex {
    gap: 0 8px;
    display: flex;
	}
}


/* ============================================================== footer */
.sct.f {
	padding: 2em 0;
}
.sct.f.contact {
    background-color: #f7f7f7;
}
.f_inr {
	margin: 0 auto;
	max-width: 1100px;
}
.f_nav {
	padding: 0 1.5em;
}
.f_nav ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	row-gap: 1.5em;
	text-align: center;
}
.f_nav ul + ul {
	margin-top: 1.5em;
}
.f_nav a {
	color: #0b0b0b;
    position: relative;
}
.f_nav a::before {
    content: "";
    display: block;
    position: absolute;
    top: 2em;
    left: 50%;
    width: 0;
    bottom: 0.4em;
    height: 1px;
    background-color: #999;
    transition: 0.2s;
}
.f_nav a:hover::before {
    left: 0.2em;
    width: calc(100% - 0.5em);
}
.f_nav a:hover {
	text-decoration: none;
}
.f_info {
	text-align: center;
	padding: 3em 0;
}
.f_logo {
	margin-bottom: 1em;
}
.f_logo p {
	display: block;
}
.f_logo p:nth-of-type(1) {
	width: calc(7.4em * 1.2);
	margin: 0 auto 1.25em;
}
.f_logo p:nth-of-type(2) {
/*
	width: calc(12.625em * 1.2);
	margin: 0 auto;
*/
    width: calc(6.625em * 1.2);
    margin: -1em auto 0 auto;
}
.f_txt p {
	font-size: 81.25%;
}
.f_txt p i {
	display: inline-block;
}
.f_desc {
	margin-bottom: 0.5em;
}
.f_addr span {
	display: block;
	line-height: 1.4;
}
.f_copyright {
	text-align: center;
	font-size: 50%;
	color: #969696;
}
.f_copyright i {
	display: inline-block;
}
@media screen and (min-width: 1000px){
	.sct.f {
		padding: 2.25em 0 2em 0;
	}
	.f_inr {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.f_nav {
		flex: 1;
		font-size: 87.5%;
	}
	.f_nav ul {
		grid-template-columns: repeat(3, 1fr);
		text-align: left;
	}
	.f_nav ul + ul {
	}
	.f_info {
		width: 37%;
		text-align: left;
		padding: 0 0 0 2em;
	}
	.f_logo {
		margin-bottom: 1.5em;
	}
	.f_logo p:nth-of-type(1) {
        width: 17.5em;
		margin: 0 0 0.5em;
	}
	.f_logo p:nth-of-type(2) {
/*
		width: 12.625em;
		margin: 0;
*/
		width: 6.625em;
		margin: 1em 0 0 0;
	}
	.f_txt p i {
		display: block;
	}
	.f_desc {
		margin-bottom: 2em;
		white-space: normal;
	}
	.f_copyright {
	    margin-top: 2em;
	    padding-top: 1em;
	    font-size: 80.5%;
	    border-top: 1px solid #dadada;
	}
}
.ptop {
	font-size: 4vw;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.5);
	color: #111;
	width:3em;
	height:3em;
	line-height:3em;
	text-align:center;
	position:fixed;
	z-index:79;
	right:0.5em;
	bottom:1em;
	cursor:pointer;
	border-radius:50%;
	transition:0.2s;
	opacity:0;
	transform: translate(0,30px);
	display:block;
}
.ptop:before {
	color:#1e50a2;
	font-size:140%;
	content:"↑";
	display:block;
	transition:0.3s;
}
.ptop:hover {
	box-shadow: 0 0 2px rgba(169,139,84,0.5);
	background:rgba(255,255,255,0.8);
    background-color: #1e50a2;
    transition: .5s;
}
.ptop:hover:before {
	color: #fff;
}
.ptop i {
	display:none;
}
.scrl_bgn .ptop {
	opacity:1;
	transform: translate(0,0);
}
@media screen and (min-width: 500px){
	.ptop                      {font-size:20px;}
}



@media screen and (min-width: 768.0px) and (max-width: 768.9px){
.cv_btn {
	padding: 10px 10px 15px;
	}
.f_nav ul {
	display: block;
	clear: both;
	}
.f_nav ul li {
    width: 46%;
	float: left;
	display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
	}
.f_nav ul li:nth-child(3n) {
    margin-right: 0px;
	}
.f_nav ul li:nth-child(2n) {
    margin-right: 0;
	}
}
@media screen and (max-width: 1000px){
.f_nav ul {
    row-gap: 0.5em;
	}
.f_nav ul + ul {
    margin-top: 0.5em;
	}
.f_logo p:nth-of-type(1) {
    width: 220px;
    margin: 0 auto 1em;
	}
}





/* IE対応 トップページ */
@media all and (-ms-high-contrast: none) {
.kv_ttl {
    font-size: 50px;
	}
.kv_lead {
    font-size: 18px;
    margin-left: 8px;
    font-weight: bold;
	}
.sct {
    font-size: 16px;
	}
.sct_ttl .ja {
    font-size: 15px;
	}
.cv_btn {
    width: 175px;
	height: 175px;
	}
.cv_btn i {
    font-size: 15px;
	}
.f_nav ul {
    display: block;
	}
.f_nav ul li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 20px;
    margin-bottom: 20px;
	}
.f_nav ul li:nth-child(3n) {
    margin-right: 0;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 1000px){
.kv_ttl {
    font-size: 7.2vw;
	}
.kv_lead {
    font-size: 3vw;
	}
.sct {
    font-size: 2vw;
	}
.sct_ttl .ja {
    font-size: 1.5vw;
	}
.cv_btn {
    width: 24vw;
	height: 24vw;
	}
.cv_btn i {
    font-size: 1.5vw;
	}
.f_nav ul {
	clear: both;
    border-bottom: 0px solid #ccc;
	}
.f_nav ul + ul {
    border-bottom: 0px solid #ccc;
	}
.f_logo {
    border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
	}
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1000px){
.f_nav ul li {
    width: 46%;
	float: left;
	}
.f_nav ul li:nth-child(3n) {
    margin-right: 20px;
	}
.f_nav ul li:nth-child(2n) {
    margin-right: 0;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 767px){
.kv_ttl {
    font-size: 20px;
	}
.kv_lead {
    font-size: 14px;
	}
.sct {
    font-size: 14px;
	}
.sct_ttl .ja {
    font-size: 12px;
	}
.cv_btn {
    width: 86px;
	height: 86px;
	}
.cv_btn i {
    font-size: 8px;
	}
.f_nav ul li {
    width: 46.5%;
	float: left;
    margin-right: 10px;
    font-size: 13.75px;
	}
.f_nav ul li:nth-child(3n) {
    margin-right: 10px;
	}
.f_nav ul li:nth-child(2n) {
    margin-right: 0;
	}
}

