@charset "UTF-8";
@charset "utf-8";
@charset "utf-8";

  html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
*:focus {outline:0;} *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;} article, aside, figure, figcaption, footer, header, nav, section{display: block;} html,body {margin:0px;padding:0px;height:100%;width:100%;-webkit-text-size-adjust:none;}
a:link {color:#1e1e1e;text-decoration:none;}
a:hover {color:#1e1e1e;text-decoration:none;}
a:active {color:#1e1e1e;text-decoration:none;}
a:visited {color:#1e1e1e;text-decoration:none;}
.clear {clear:both;}
.alignleft {float:left;margin:0 2% 2% 0;}
.alignright {float:right;margin:0 0 2% 2%;}
.aligncenter {clear:both;display:block;margin:2% auto 2%;} .clearfix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;} .clearfix {display:inline-block;}
.clearfix {display:block;}
img {max-width: 100%;height: auto;vertical-align: bottom;}
.wow {
visibility: hidden;
} body {
font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-size: 15px;
font-weight: 400;
color: #000;
line-height: 2;
position: relative;
overflow-x: hidden;
width: 100%;
height: auto;
min-height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body.opened {
position: fixed;
height: 100%;
left: 0;
}
.mincho {
font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
input{
font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
iframe.wp-embedded-content{
max-width: 100%;
}
@media screen\0 {
body {
font-family: 'Segoe UI', Meiryo, sans-serif;
}
input{
font-family: 'Segoe UI', Meiryo, sans-serif;
}
}
.pc{
display: block;
}
.sp{
display: none;
}
::selection {
background: #eee;
}
::-moz-selection {
background: #eee;
}
@media screen and (max-width: 800px) {
.pc{
display: none;
}
.sp{
display: block;
}
} #header .header-wrap {
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 60px;
background-color: #fff;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-end;
}
.moved #header .header-wrap {
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
#header .header-wrap .logo {
position: absolute;
top: 50%;
left: 15px;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
width: 145px;
height: 36px;
} #header .header-wrap .logo.co {
width: 345px;
} #header .header-wrap .logo a {
width: 100%;
height: 100%;
display: inline-block;
}
#header .header-wrap .logo img {
width: 100%;
height: 100%;
} #header .header-wrap .logo.co img {
width: auto;
}
#header .header-wrap .logo.co span {
display: inline-block;
margin: 0 0 0 15px;
line-height: 36px;
font-size: 17px;
}
@media screen and (max-width: 800px) {
#header .header-wrap .logo.co {
width: 245px;
}
#header .header-wrap .logo.co img {
vertical-align:middle;
}
#header .header-wrap .logo.co span {
margin: 0 0 0 10px;
font-size: 10px;
}
#header .header-wrap .logo.co span img{
width:100px;
margin:0;
}
} #header .search-wrap {
position: absolute;
width: 100%;
height: 70px;
top: 0;
left: 0;
background-color: #00479d;
z-index: 12;
opacity: 0;
visibility: hidden;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.show-search #header .search-wrap {
opacity: 1;
visibility: visible;
}
#header .search-wrap .wrap {
padding: 12px 12px;
max-width: 600px;
margin: auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#header .search-wrap .wrap label {
position: relative;
display: block;
width: 100%;
}
#header .search-wrap .wrap label:before {
content: '';
display: block;
width: 17px;
height: 17px;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon-search.svg?2) center center/contain no-repeat;
position: absolute;
top: 9px;
left: 9px;
opacity: .75;
}
#header .search-wrap .wrap input {
width: 100%;
padding: 0 1em 0 2em;
margin: 0;
font-size: 15px;
letter-spacing: .02em;
line-height: 2.4;
height: 34px;
border: none;
border-radius: 0;
box-shadow: none;
}
@media all and (-ms-high-contrast: none) {
.hoge { }
}
#header .search-wrap .wrap .input-wrap {
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
-o-flex: 1;
flex: 1;
}
#header .search-wrap .wrap .input-wrap .txt-s{
font-size: 11px;
color: #fff;
}
#header .search-wrap .wrap .btn-cancel {
color: #fff;
width: 90px;
font-size: 15px;
letter-spacing: .02em;
line-height: 2.4;
text-align: right;
cursor: pointer;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
#header .search-wrap .wrap .btn-cancel:hover {
opacity: .5;
}
#header .contact-btn {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#header .contact-btn .contact a {
display: block;
background-color: #00479d;
color: #fff;
text-align: center;
width: 200px;
line-height: 60px;
font-size: 14px;
letter-spacing: .02em;
text-indent: .02em;
} #header .contact-btn .contact.online a {
background-color: #cc0000;
} #header .contact-btn li a {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#header .contact-btn li a:hover {
opacity: .5;
}
#header .contact-btn .contact a img {
vertical-align: baseline;
margin-right: .5em;
width: 16px;
}
#header .contact-btn .tel a {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
width: 180px;
height: 60px;
padding-left: 18px;
justify-content: center;
-ms-align-items: center;
align-items: center;
position: relative;
}
#header .contact-btn .tel a.nolink {
cursor: default;
pointer-events: none;
}
#header .contact-btn .tel a img {
position: absolute;
top: 50%;
left: 18px;
width: 16px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#header .contact-btn .tel a > span {
font-size: 18px;
line-height: 1;
letter-spacing: .02em;
text-indent: .02em;
text-align: center;
}
#header .contact-btn .tel a > span > span {
font-size: 11px;
line-height: 1;
margin-top: .5em;
display: block;
}
#header .contact-txt {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
line-height: 1;
}
#header .contact-txt li {
font-size: 13px;
line-height: 1.23;
letter-spacing: .02em;
text-indent: .02em;
padding: 20px 0;
}
#header .contact-txt li:first-child {
padding: 15px 5px;
text-align:center;
}
#header .contact-txt li:first-child span{
display:block;
color:#00479d;
}
.butsuryu #header .contact-txt li:first-child {
padding: 20px 0;
}
#header .contact-txt li a {
display: block;
padding: 0 10px;
color: #000;
border-left: 1px solid #ddd;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#header .contact-txt li a:hover {
opacity: .5;
}
#header .contact-txt li:first-child a {
border-left: none;
}
#header .btn-search {
padding: 20px 0;
cursor: pointer;
background: #eeeeee;
min-width: 70px;
text-align: center;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
#header .btn-search:hover {
opacity: .5;
}
#header .btn-search img {
width: 20px; vertical-align: middle;
}
#header .header-nav {
position: fixed;
top: 60px;
left: 0;
width: 100%;
background-color: #222;
z-index: 999;
-webkit-transition: top .25s;
-o-transition: top .25s;
transition: top .25s;
}
#header .header-nav-toggle {
display: none;
}
#header .header-nav ul {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
line-height: 1;
}
#header .header-nav ul li {
position: relative;
}
#header .header-nav ul li:before {
content: '';
display: block;
background-color: #555;
width: 1px;
height: 16px;
position: absolute;
top: 50%;
left: 0;
margin-top: -8px;
z-index: 1;
}
#header .header-nav ul li:first-child:before {
display: none;
}
#header .header-nav ul li a {
display: block;
color: #fff;
font-size: 15px;
line-height: 50px;
font-weight: bold;
letter-spacing: .02em;
text-indent: .02em;
padding: 0 15px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#header .header-nav ul li.empty > a {
cursor:default;
}
#header .header-nav ul li a:hover {
background-color: #555;
}
#header .header-nav ul li a img{
width: 24px;
vertical-align: middle;
display: inline-block;
}
#header .header-nav ul li a span{
display: none;
}
#header .header-nav ul li ul{
display:none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
position:absolute;
left:0;
top:50px;
width:250px;
background:#222;
}
#header .header-nav ul li ul li:nth-of-type(1){
display:none;
}
#header .header-nav ul li ul li.display-b:nth-of-type(1){
display:block;
}
#header .header-nav ul li.empty ul li:nth-of-type(1){
display:block;
}
#header .header-nav ul li ul li:before {
display:none;
}
#header .header-nav ul li ul li a{
border-top:#CCC 1px solid;
line-height:1.6;
padding:10px 20px;
background:#EFF6FF;
color:#333;
}
#header .header-nav ul li ul li a:hover{
background-color:#00479D;
color:#FFF;
border-top:#00479D 1px solid;
}
.menu-close {
width: 60px;
height: 60px;
position: absolute;
top: 0;
right: 0;
z-index: 12;
opacity: 0;
visibility: hidden;
cursor: pointer;
}
.opened .menu-close {
visibility: visible;
opacity: 1;
}
.menu-trigger {
width: 60px;
height: 60px;
position: relative;
z-index: 11;
cursor: pointer;
}
.menu-trigger span {
display: block;
position: absolute;
right: 18px;
height: 2px;
opacity: 1;
background-color: #000;
}
.menu-trigger:hover span {
opacity: 0.7;
}
.menu-trigger span:nth-of-type(1) {
top: 19px;
width: 24px;
-webkit-transition: top .2s ease .3s, background-color .2s ease .2s, -webkit-transform .2s ease 0s;
-o-transition: top .2s ease .3s, background-color .2s ease .2s, -o-transform .2s ease 0s;
transition: top .2s ease .3s, background-color .2s ease .2s, transform .2s ease 0s;
}
.menu-trigger span:nth-of-type(2) {
top: 29px;
width: 16px;
-webkit-transition: width .2s ease .1s, opacity 0s ease .2s;
-o-transition: width .2s ease .1s, opacity 0s ease .2s;
transition: width .2s ease .1s, opacity 0s ease .2s;
}
.menu-trigger span:nth-of-type(3) {
top: 39px;
width: 24px;
-webkit-transition: top .2s ease .3s, background-color .2s ease .2s, -webkit-transform .2s ease 0s;
-o-transition: top .2s ease .3s, background-color .2s ease .2s, -o-transform .2s ease 0s;
transition: top .2s ease .3s, background-color .2s ease .2s, transform .2s ease 0s;
}
.menu-trigger:hover span:nth-of-type(2) {
width: 24px;
-webkit-transition: width .2s ease .1s, opacity 0s ease .2s;
-o-transition: width .2s ease .1s, opacity 0s ease .2s;
transition: width .2s ease .1s, opacity 0s ease .2s;
}
.opened .menu-trigger span:nth-of-type(1) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 24px;
top: 29px;
-webkit-transition: top .2s ease 0s, background-color .2s ease .2s, -webkit-transform .2s ease .3s;
-o-transition: top .2s ease 0s, background-color .2s ease .2s, -o-transform .2s ease .3s;
transition: top .2s ease 0s, background-color .2s ease .2s, transform .2s ease .3s;
}
.opened .menu-trigger span:nth-of-type(2) {
-webkit-transition: width .2s ease .1s, opacity 0s ease .2s;
-o-transition: width .2s ease .1s, opacity 0s ease .2s;
transition: width .2s ease .1s, opacity 0s ease .2s;
opacity: 0;
}
.opened .menu-trigger span:nth-of-type(3) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 24px;
top: 29px;
-webkit-transition: top .2s ease 0s, background-color .2s ease .2s, -webkit-transform .2s ease .3s;
-o-transition: top .2s ease 0s, background-color .2s ease .2s, -o-transform .2s ease .3s;
transition: top .2s ease 0s, background-color .2s ease .2s, transform .2s ease .3s;
}
#header .main-nav {
overflow-y: auto;
position: fixed;
top: 0;
right: 0;
opacity: 0;
width: 95%;
height: 100%;
max-width: 370px;
color: #000;
background: #fff;
z-index: 10;
padding: 70px 0 20px;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: .3s ease 0s;
-o-transition: .3s ease 0s;
transition: .3s ease 0s;
}
.opened #header .main-nav {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition: .3s ease .2s;
-o-transition: .3s ease .2s;
transition: .3s ease .2s;
}
#header .main-nav .nav-logo {
display: inline-block;
margin-left: 20px;
margin-bottom: 20px;
}
#header .main-nav .nav-logo img {
width: 84px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#header .main-nav .logo-sp:hover img {
opacity: .6;
}
#header .main-nav .main {
width: 100%;
border-bottom: 1px solid #ddd;
}
#header .main-nav .main > li {
border-top: 1px solid #ddd;
}
#header .main-nav .main > li > a,
#header .main-nav .main > li > span {
cursor: pointer;
color: #000;
font-weight: bold;
font-size: 16px;
letter-spacing: .015em;
line-height: 1.5;
padding: 18px 20px;
display: block;
position: relative;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#header .main-nav .main > li > a:hover,
#header .main-nav .main > li > span:hover {
background-color: #f4f4f4;
}
#header .main-nav .main > li a:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: 20px;
width: 8px;
height: 14px;
margin-top: -7px;
background: url(//www.f-logi.com/wp-content/themes/img/icon-arrow.svg) center center/contain no-repeat;
}
#header .main-nav .main > li > span:before,
#header .main-nav .main > li > span:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: 10px;
margin-top: -1px;
height: 2px;
width: 15px;
background-color: #555;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
z-index: 1;
}
#header .main-nav .main > li > span:after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#header .main-nav .main > li > span.active:before,
#header .main-nav .main > li > span.active:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
#header .main-nav .main > li ul {
display: none;
}
#header .main-nav .main > li ul li {
border-top: 1px solid #ddd;
}
#header .main-nav .main > li ul li a {
display: block;
font-size: 15px;
letter-spacing: .015em;
font-weight: normal;
color: #000;
padding: 14px 20px 14px 40px;
background-color: #f4f4f4;
position: relative;
line-height: 1.5;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#header .main-nav .main > li ul li a:hover {
background-color: #eee;
}
#header .main-nav .main > li ul ul{
display: block;
}
#header .main-nav .main > li ul ul li a{
padding: 7px 20px 7px 60px;
font-size: 14px;
}
#header .main-nav .main > li ul ul li a:before{
content: "-";
display: inline-block;
margin: 0 5px 0 0;
}
#header .main-nav .contact-list {
padding-top: 10px;
}
#header .main-nav .contact-list li {
font-weight: 400;
padding: 10px 20px 0;
}
#header .main-nav .contact-list li a {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#header .main-nav .contact-list li a:hover {
opacity: .5;
}
#header .main-nav .contact-list .contact a {
display: block;
background-color: #00479d;
color: #fff;
text-align: center;
width: 100%;
line-height: 64px;
font-size: 16px;
letter-spacing: .02em;
text-indent: .02em;
} #header .main-nav .contact-list .contact.online a {
background-color: #cc0000;
} #header .main-nav .contact-list .contact a img {
vertical-align: baseline;
margin-right: .5em;
width: 18px;
}
#header .main-nav .contact-list .tel a {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
width: 100%;
height: 64px;
justify-content: center;
-ms-align-items: center;
align-items: center;
position: relative;
border: 1px solid #00479d;
}
#header .main-nav .contact-list .tel a.nolink {
cursor: default;
pointer-events: none;
}
#header .main-nav .contact-list .tel a .icon {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
height: 100%;
padding-right: 5px;
}
#header .main-nav .contact-list .tel a .icon img {
width: 20px;
}
#header .main-nav .contact-list .tel a .txt {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
height: 100%;
}
#header .main-nav .contact-list .tel a .txt > span {
font-size: 20px;
text-align: center;
line-height: 1;
letter-spacing: .02em;
text-indent: .02em;
}
#header .main-nav .contact-list .tel a .txt > span > span {
display: block;
font-size: 12px;
line-height: 1;
margin-top: .4em;
letter-spacing: .02em;
text-indent: .02em;
}
#header .main-nav .other {
padding: 15px 20px 0;
}
#header .main-nav .other li a {
display: block;
font-size: 12px;
color: #666;
letter-spacing: .02em;
line-height: 2.2;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
#header .main-nav .other li a:hover {
color: #000;
}
.overlay {
position: fixed;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 9;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.opened .overlay {
opacity: 1;
visibility: visible;
-webkit-transition: .3s .3s;
-o-transition: .3s .3s;
transition: .3s .3s;
}
@media screen and (max-width: 800px) {
#header .contact-btn {
display: none;
}
#header .contact-txt {
display: none;
}
#header .header-wrap {
height: 50px;
}
#header .header-wrap .logo {
left: 10px;
width: 116px;
height: 31px;
}
#header .search-wrap {
height: 70px;
}
#header .search-wrap .wrap {
padding:13px 10px;
}
#header .search-wrap .wrap input {
font-size: 17px;
line-height: 2.3;
vertical-align: top; }
#header .search-wrap .wrap .input-wrap .txt-s{
font-size: 10px;
line-height: 1.5;
margin: 5px 0 0;
}
#header .search-wrap .wrap label:before {
width: 14px;
height: 14px;
top: 11px;
left: 11px;
}
#header .search-wrap .wrap .btn-cancel {
width: 80px;
font-size: 13px;
line-height: 2.75;
}
#header .btn-search img{
vertical-align: bottom;
}
#header .header-nav {
top: 50px;
height:40px;
}
#header .header-nav-toggle {
display: block;
cursor: pointer;
color: #fff;
position: relative;
font-size: 13px;
line-height: 40px;
font-weight: bold;
letter-spacing: .02em;
padding: 0 10px;
}
#header .header-nav-toggle:after {
content: '';
display: block;
width: 8px;
height: 12px;
margin-top: -6px;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon-arrow-w.svg) center center/contain no-repeat;
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#header .header-nav-toggle.active:after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#header .header-nav ul {
display: none;
}
#header .header-nav ul li {
border-top: 1px solid #555;
}
#header .header-nav ul li a {
font-size: 13px;
line-height: 1.5;
font-weight: normal;
background-color: #333;
letter-spacing: .02em;
padding: 13px 10px;
position: relative;
}
#header .header-nav ul li a img{
display: none;
}
#header .header-nav ul li a span{
display: block;
}
#header .header-nav ul li a:after {
content: '';
display: block;
width: 8px;
height: 12px;
margin-top: -6px;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon-arrow-w.svg) center center/contain no-repeat;
position: absolute;
top: 50%;
right: 10px;
}
#header .header-nav ul li:before {
display: none;
}
#header .header-nav ul li ul li:nth-of-type(1){
display:block;
}
#header .header-nav ul li span.parent a{
pointer-events: none;
background:#333;
}
#header .header-nav ul li.plus a:after{
display:none;
}
#header .header-nav ul li span.parent:before{
content: '';
display: block;
position: absolute;
top: 22px;
right: 7px;
margin-top: -1px;
height: 2px;
width: 15px;
background-color: #FFF;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
z-index: 1;
}
#header .header-nav ul li span.parent.active:before{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
#header .header-nav ul li span.parent:after{
content: '';
display: block;
position: absolute;
top: 22px;
right: 7px;
margin-top: -1px;
height: 2px;
width: 15px;
background-color: #FFF;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
z-index: 1;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#header .header-nav ul li span.parent.active:after{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
#header .header-nav ul li ul{
display: none;
width:auto;
position:relative;
top:0;
left:0;
}
#header .btn-search {
padding: 15px 0;
min-width:60px;
}
.menu-trigger {
width: 50px;
height: 50px;
}
.menu-trigger span {
right: 13px;
}
.menu-trigger span:nth-of-type(1) {
top: 14px;
}
.menu-trigger span:nth-of-type(2) {
top: 24px;
}
.menu-trigger span:nth-of-type(3) {
top: 34px;
}
.menu-trigger:hover span:nth-of-type(2) {
width: 24px;
}
.opened .menu-trigger span:nth-of-type(1) {
top: 24px;
}
.opened .menu-trigger span:nth-of-type(3) {
top: 24px;
}
.menu-trigger:hover span:nth-of-type(2) {
width: 18px;
}
#header .main-nav .main > li > a,
#header .main-nav .main > li > span {
font-size: 14px;
line-height: 1.5;
padding: 15px 15px;
}
#header .main-nav .main > li ul li a {
font-size: 13px;
padding: 12px 20px 12px 40px;
}
#header .main-nav {
width: 85%;
}
#header .main-nav .contact-list .contact a {
line-height: 64px;
font-size: 15px;
}
#header .main-nav .contact-list .contact a img {
vertical-align: baseline;
margin-right: .5em;
width: 18px;
}
}
@media screen and (min-width: 800px) {
#header .header-nav ul li:hover ul{
display:block;
}
}
@media (max-width:430px){
#header .search-wrap {
height: 80px;
}
}
@media (max-width:410px){
#header .btn-search {
padding: 5px 0 0;
min-width: 50px;
min-height: 50px;
}
#header .search-wrap .wrap{
padding: 8px 10px;
}
} #bottom-cv .wrap {
width: 100%;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/bottom-cv-bg.jpg) center center/cover no-repeat;
color: #fff;
padding: 70px 20px;
min-height: 400px;
position: relative;
}
#bottom-cv .wrap:before {
content: '';
display: block;
position: absolute;
left: 0;
top: 90px;
height: 1px;
width: calc(50vw - 596px);
background-color: #fff;
}
#bottom-cv .btn-area {
width: 100%;
max-width: 1160px;
margin: auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#bottom-cv .wrap h2 {
font-size: 22px;
line-height: 1.82;
letter-spacing: 0;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
-o-flex: 1;
flex: 1;
}
#bottom-cv .wrap h2 span {
display: inline-block;
white-space: nowrap;
}
#bottom-cv .wrap .btn {
padding-top: 10px;
width: 630px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#bottom-cv .wrap .btn li {
width: 50%;
padding-left: 15px;
}
#bottom-cv .wrap .btn li a {
display: inline-block;
width: 100%;
border: 1px solid #fff;
color: #fff;
letter-spacing: .05em;
text-indent: .05em;
font-size: 14px;
line-height: 2;
padding: .75em 1em;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#bottom-cv .wrap .btn li a .arrow {
display: inline-block;
width: 16px;
height: 1px;
margin-left: 3px;
background-color: #fff;
position: relative;
vertical-align: middle;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#bottom-cv .wrap .btn li a .arrow:after {
content: '';
display: block;
height: 1px;
width: 6px;
background-color: #fff;
position: absolute;
top: 0;
right: 0;
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-ms-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-o-transform: rotate(40deg);
transform: rotate(40deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#bottom-cv .wrap .btn li a:hover {
background-color: #fff;
color: #00479d;
}
#bottom-cv .wrap .btn li a:hover .arrow,
#bottom-cv .wrap .btn li a:hover .arrow:after {
background-color: #00479d;
}
#bottom-cv br.pc {
display: block;
}
#bottom-cv br.sp {
display: none;
}
@media screen and (max-width: 800px) {
#bottom-cv .wrap {
padding: 40px 10%;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/bottom-cv-bg_sp.jpg) center center/cover no-repeat;
}
#bottom-cv .wrap:before {
width: 8%;
top: 52px;
}
#bottom-cv .btn-area {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#bottom-cv .wrap h2 {
width: 100%;
font-size: 17px;
line-height: 1.6;
}
#bottom-cv .wrap .btn {
width: 100%;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#bottom-cv .wrap .btn li {
padding-left: 0;
width: 100%;
padding-top: 10px;
}
#bottom-cv .wrap .btn li a {
max-width: 100%;
font-size: 13px;
letter-spacing: 0;
text-indent: 0;
line-height: 1.8;
}
#bottom-cv br.sp {
display: block;
}
#bottom-cv br.pc {
display: none;
}
} #footer .footer-nav-wrap {
width: 100%;
padding: 40px 20px;
background-color: #fff;
}
#footer .footer-nav {
width: 100%;
max-width: 1160px;
margin: auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex; }
#footer .footer-nav .logo {
width: 164px;
padding: 15px 0 0;
}
#footer .footer-nav .logo a {
display: block;
}
#footer .footer-nav .nav {
padding-left: 10%;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
-o-flex: 1;
flex: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
position: relative;
line-height: 1;
}
#footer .footer-nav .nav:before {
content: '';
display: block;
height: 100%;
width: 1px;
position: absolute;
left: 5%;
top: 0;
background-color: #ddd;
}
#footer .footer-nav .nav ul {
line-height: 1;
font-size: 15px;
}
#footer .footer-nav .nav > ul{
width: calc(calc(100% - 80px) / 3);
margin: 0 4% 0 0;
}
#footer .footer-nav .nav > ul:last-of-type{
width: 80px;
margin: 0;
}
#footer .footer-nav .nav ul li {
line-height: 1;
margin-top: 1.5em;
}
#footer .footer-nav .nav ul li a {
line-height: 1.2;
display: block;
letter-spacing: .05em;
}
#footer .footer-nav .nav ul li a:hover {
text-decoration: underline;
}
#footer .footer-nav .nav ul li:first-child {
margin-top: 0;
}
#footer .footer-nav .nav ul.social-icon {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
}
#footer .footer-nav .nav ul.social-icon li {
margin-top: 0;
margin-left: 12px;
line-height: 1;
}
#footer .footer-nav .nav ul.social-icon li:first-child {
margin-left: 0;
}
#footer .footer-nav .nav ul.social-icon li a {
display: block;
width: 35px;
height: 35px;
position: relative;
color: #fff;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#footer .footer-nav .nav ul.social-icon li a:hover {
opacity: .5;
}
#footer .footer-nav .nav ul.social-icon li.twitter a {
background-color: #4aaaf4;
}
#footer .footer-nav .nav ul.social-icon li.facebook a {
background-color: #3061a7;
}
#footer .footer-nav .nav ul.social-icon li.youtube a {
background-color: #ff0000;
}
#footer .footer-nav .nav ul li.privacy-mark img {
width: 65px;
}
#footer .footer-nav .nav ul.social-icon li.privacy-mark {
margin-left: 25px;
}
#footer .footer-nav .nav ul.social-icon li.privacy-mark img {
width: 65px;
}
#footer .footer-nav .nav ul.social-icon li a img {
width: 60%;
height: 60%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#footer .footer-bottom {
background-color: #222;
padding: 0 20px;
}
#footer .footer-bottom-nav-wrap {
width: 100%;
max-width: 1160px;
margin: auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
#footer .footer-bottom-nav {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#footer .footer-bottom-nav li {
position: relative;
font-size: 12px;
padding-left: 1em;
margin-left: 1em;
}
#footer .footer-bottom-nav li:before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 1px;
height: 16px;
margin-top: -8px;
background-color: #CCC;
}
#footer .footer-bottom-nav li:first-child {
margin-left: 0;
padding-left: 0;
}
#footer .footer-bottom-nav li:first-child:before {
display: none;
}
#footer .footer-bottom-nav li a {
line-height: 3;
letter-spacing: .02em;
display: block;
color: #fff;
}
#footer .footer-bottom-nav li a:hover {
text-decoration: underline;
}
#footer .footer-bottom-nav-wrap .copyright {
font-size: 12px;
line-height: 3;
color: #999;
letter-spacing: .02em;
}
#footer .footer-cv {
display: none;
}
#footer .footer-middle {
padding: 20px;
background: #f5f5f5;
}
#footer .footer-middle-wrap {
max-width: 1160px;
margin: auto;
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content:flex-end;
}
#footer .footer-middle .footer-middle-nav {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
padding: 5px 0;
font-size: 14px;
letter-spacing: .02em;
line-height: 1;
}
#footer .footer-middle .footer-middle-nav li {
line-height: 20px;
margin-left: 1em;
padding-left: 1em;
border-left: 1px solid #ddd;
}
#footer .footer-middle .footer-middle-nav li:first-child {
margin-left: 0;
padding-left: 0;
border-left: none;
}
#footer .footer-middle .footer-middle-nav li a {
display: block;
line-height: 20px;
}
#footer .footer-middle .footer-middle-nav li a:hover {
text-decoration: underline;
}
#footer .footer-middle ul.social-icon {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#footer .footer-middle ul.social-icon li {
margin-top: 0;
margin-left: 15px;
line-height: 1;
}
#footer .footer-middle ul.social-icon li:first-child {
margin-left: 0;
}
#footer .footer-middle ul.social-icon li a {
display: block;
width: 30px;
height: 30px;
position: relative;
color: #fff;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#footer .footer-middle ul.social-icon li a:hover {
opacity: .5;
}
#footer .footer-middle ul.social-icon li.twitter a {
background-color: #4aaaf4;
}
#footer .footer-middle ul.social-icon li.facebook a {
background-color: #3061a7;
}
#footer .footer-middle ul.social-icon li.youtube a {
background-color: #ff0000;
}
#footer .footer-middle ul.social-icon li a img {
width: 60%;
height: 60%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#footer .footer-nav .nav > ul > li {
line-height: 1;
margin-top: 1.5em;
}
#footer .footer-nav .nav > ul > li > a {
line-height: 2;
display: block;
letter-spacing: .05em;
font-weight: bold;
border-bottom: 1px solid #ddd;
padding-bottom: .25em;
margin-bottom: 1.25em;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#footer .footer-nav .nav > ul:last-of-type > li > a{
border-bottom: none;
}
@media screen and (max-width: 800px) {
#footer .footer-nav-wrap {
padding: 0;
}
#footer .footer-nav {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#footer .footer-nav .logo {
width: 100%;
padding: 20px 15px;
}
#footer .footer-nav .logo img {
width: 140px;
}
#footer .footer-nav .nav {
width: 100%;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
}
#footer .footer-nav .nav:before {
display: none;
}
#footer .footer-nav .nav ul {
width: 100%;
display: block;
margin: 0;
}
#footer .footer-nav .nav ul li {
margin: 0;
border-top: 1px solid #ddd;
}
#footer .footer-nav .nav ul li.privacy-mark {
padding: 15px 0;
text-align: center;
}
#footer .footer-nav .nav ul li.privacy-mark img {
width: 65px;
}
#footer .footer-nav .nav ul.social-icon li.privacy-mark {
margin-left: 15px;
border: none;
display: block;
flex: none!important;
}
#footer .footer-nav .nav ul.social-icon li.privacy-mark img {
width: 65px;
}
#footer .footer-nav .nav ul li a {
font-size: 13px;
line-height: 1.2;
letter-spacing: .02em;
padding: 15px;
position: relative;
}
#footer .footer-nav .nav ul li a:before {
content: '';
width: 7px;
height: 12px;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon-arrow.svg) center center/contain no-repeat;
position: absolute;
top: 50%;
margin-top: -6px;
right: 15px;
}
#footer .footer-nav .nav ul li.privacy-mark a:before {
display: none;
}
#footer .footer-nav .nav ul.social-icon {
justify-content: center;
padding: 20px 0;
border-top: 1px solid #ddd;
}
#footer .footer-nav .nav ul.social-icon li a::before{
display: none;
}
#footer .footer-bottom {
padding: 0 0 45px;
}
#footer .footer-bottom-nav-wrap {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#footer .footer-bottom-nav {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#footer .footer-bottom-nav li {
margin-left: 0;
padding-left: 0;
width: 100%;
border-bottom: 1px solid #003166;
}
#footer .footer-bottom-nav li a {
font-size: 12px;
padding: 0 15px;
}
#footer .footer-bottom-nav li:before {
display: none;
}
#footer .footer-bottom-nav-wrap .copyright {
width: 100%;
text-align: center;
font-size: 11px;
line-height: 1.36;
padding: 1.5em 15px;
}
#footer .footer-cv {
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 1000;
opacity: 0;
visibility: hidden;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.moved #footer .footer-cv {
opacity: 1;
visibility: visible;
}
#footer .footer-cv ul {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#footer .footer-cv ul li {
width: 50%;
}
#footer .footer-cv ul a {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
background-color: #00479d;
width: 100%;
height: 45px;
color: #fff;
}
#footer .footer-cv ul .contact {
border-left: 1px solid #fff;
}
#footer .footer-cv ul .contact a {
font-size: 13px;
letter-spacing: .02em;
text-indent: .02em;
}
#footer .footer-cv ul .contact a img {
width: 15px;
vertical-align: baseline;
margin-right: 6px;
}
#footer .footer-cv ul .tel a > div {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
height: 100%;
-ms-align-items: center;
align-items: center;
}
#footer .footer-cv ul .tel a > .icon {
padding-right: 4px;
}
#footer .footer-cv ul .tel a > .icon img {
width: 14px;
}
#footer .footer-cv ul .tel a .txt > span {
font-size: 15px;
text-align: center;
line-height: 1;
letter-spacing: .02em;
text-indent: .02em;
}
#footer .footer-cv ul .tel a .txt > span > span {
display: block;
font-size: 10px;
line-height: 1;
margin-top: .4em;
letter-spacing: .02em;
text-indent: .02em;
}
#footer .footer-middle {
padding: 0px;
}
#footer .footer-middle-wrap {
max-width: 100%;
display:block;
}
#footer .footer-middle .footer-middle-nav {
display:block;
padding: 5px 0;
font-size: 12px;
letter-spacing: .02em;
line-height: 3;
}
#footer .footer-middle .footer-middle-nav li {
line-height: 20px;
margin-left: 0em;
padding-left: 0em;
border-left: none;
border-bottom: 1px solid #ddd;
}
#footer .footer-middle .footer-middle-nav li:first-child {
margin-left: 0;
padding-left: 0;
border-left: none;
}
#footer .footer-middle .footer-middle-nav li a {
font-size: 12px;
padding: 0 15px;
line-height: 3;
}
#footer .footer-middle .footer-middle-nav li a:hover {
text-decoration: underline;
}
#footer .footer-middle ul.social-icon {
justify-content: center;
padding: 20px 0;
}
#footer .footer-middle ul.social-icon li a {
display: block;
width: 30px;
height: 30px;
position: relative;
color: #fff;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#footer .footer-nav .toggle + .child-list {
display: none;
}
#footer .footer-nav .nav > ul > li {
line-height: 1.2;
margin-top: 0;
}
#footer .footer-nav .toggle {
font-size: 13px;
font-weight: bold;
line-height: 1.2;
letter-spacing: .02em;
padding: 15px;
position: relative;
cursor: pointer;
}
#footer .footer-nav .toggle:before,
#footer .footer-nav .toggle:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: 10px;
margin-top: -1px;
height: 1px;
width: 15px;
background-color: #aaa;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
z-index: 1;
}
#footer .footer-nav .toggle:after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#footer .footer-nav .toggle.active:before,
#footer .footer-nav .toggle.active:after {
background-color: #aaa;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
#footer .footer-nav .toggle + .child-list {
display: none;
}
#footer .footer-nav .nav > ul > li > a {
font-size: 13px;
line-height: 1.2;
letter-spacing: .02em;
padding: 15px;
position: relative;
margin-bottom: 0;
border-bottom: none;
}
#footer .footer-nav .nav ul li a.pc {
display: none;
}
#footer .footer-nav .nav > ul > li > a:before {
content: '';
width: 7px;
height: 12px;
background: url(//logiiiii.f-logi.com/wp-content/themes/logiiiii/images/icon-arrow-w.svg) center center/contain no-repeat;
position: absolute;
top: 50%;
margin-top: -6px;
right: 15px;
}
#footer .footer-nav .nav ul.social-icon {
justify-content: center;
padding: 20px 0;
border-top: 1px solid #ddd;
}
#footer .footer-nav .nav ul.social-icon li a::before{
display: none;
}
#footer .footer-nav .nav > ul:last-of-type{
width: 100%;
margin: 0;
}
} #wrap {
padding-top: 110px;
}
.page-id-820 #wrap,
.page-id-480 #wrap {
padding-top: 60px;
}
#wrap .btn-square {
width: 100%;
text-align: center;
margin-top: 20px;
}
#wrap .btn-square a {
display: inline-block;
max-width: 400px;
width: 100%;
border: 1px solid #00479d;
color: #00479d;
letter-spacing: .05em;
text-indent: .05em;
font-size: 14px;
line-height: 2;
padding: .75em 1em;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#wrap .btn-square a .arrow {
display: inline-block;
width: 16px;
height: 1px;
margin-left: 3px;
background-color: #00479d;
position: relative;
vertical-align: middle;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#wrap .btn-square a .arrow:after {
content: '';
display: block;
height: 1px;
width: 6px;
background-color: #00479d;
position: absolute;
top: 0;
right: 0;
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-ms-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-o-transform: rotate(40deg);
transform: rotate(40deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#wrap .btn-square a:hover {
background-color: #00479d;
color: #fff;
}
#wrap .btn-square a:hover .arrow,
#wrap .btn-square a:hover .arrow:after {
background-color: #fff;
}
#wrap .wp-block-button {
width: 100%;
text-align: center;
margin-top: 20px;
}
#wrap .wp-block-button a {
display: inline-block;
max-width: 400px;
width: 100%;
border: 1px solid #00479d;
border-radius: 0;
color: #00479d;
background-color: transparent;
letter-spacing: .05em;
text-indent: .05em;
font-size: 14px;
line-height: 2;
padding: .75em 1em;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#wrap .wp-block-button a:after {
content: '';
display: inline-block;
width: 17px;
height: 1em;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon-arrow-rb.svg) center center/contain no-repeat;
vertical-align: baseline;
margin-left: .25em;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#wrap .wp-block-button a:hover {
text-decoration: none;
background-color: #00479d;
color: #fff;
}
#wrap .wp-block-button a:hover:after {
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon-arrow-rw.svg) center center/contain no-repeat;
}
.butsuryu #wrap .wp-block-button a {
display: inline-block;
width: 100%;
max-width: 500px;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #fff;
line-height: 22px;
padding: 24px 0 24px;
background-color: #00479d;
border-radius: 35px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.butsuryu #wrap .wp-block-button a:hover {
opacity: .6;
}
.butsuryu #wrap .wp-block-button a:after {
width: 22px;
height: 22px;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon_arrow-common-link-w.svg) center center/contain no-repeat;
vertical-align: text-bottom;
}
#wrap br.pc {
display: block;
}
#wrap br.sp {
display: none;
}
@media screen and (max-width: 800px) {
#wrap {
padding-top: 90px;
}
#wrap .btn-square {
margin-top: 15px;
}
#wrap .btn-square a {
font-size: 13px;
max-width: 300px;
line-height: 1.8;
letter-spacing: 0;
text-indent: 0;
}
#wrap .wp-block-button a {
font-size: 13px;
max-width: 300px;
line-height: 1.8;
letter-spacing: 0;
text-indent: 0;
}
.butsuryu #wrap .wp-block-button a {
width: 100%;
max-width: 320px;
text-align: center;
margin: 0 auto;
font-size: 14px;
line-height: 22px;
padding: 16px 0 16px;
display: block;
}
.butsuryu #wrap .wp-block-button a:after {
width: 18px;
height: 18px;
margin-left: .5em;
vertical-align: -4px;
}
#wrap br.sp {
display: block;
}
#wrap br.pc {
display: none;
}
} #slide .slide-wrap {
position: relative;
}
#slide .slide-wrap h2 {
position: absolute;
top: 46%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color: #fff;
z-index: 1;
font-size: 60px;
letter-spacing: .05em;
text-indent: .05em;
font-family: 'EB Garamond', serif;
font-weight: 400;
text-align: center;
line-height: 1.1;
white-space: nowrap;
}
#slide .slide-wrap h2 span {
display: block;
font-size: 28px;
line-height: 1.7;
letter-spacing: .05em;
text-indent: .05em;
}
#slide .topslide-wrap div {
line-height: 1;
vertical-align: top;
}
#slide .topslide-wrap .slide-list {
position: relative;
padding: 0;
}
#slide .topslide-wrap .slide-list a {
display: block;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
position: relative;
}
#slide .topslide-wrap .slide-list a:hover {
opacity: .7;
}
#slide .topslide-wrap .slide-list {
width: 100vw;
padding-top: 490px;
position: relative;
}
#slide .topslide-wrap .slide-list img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
#slide .topslide-wrap .slide-list img.sp {
display: none;
}
#slide .topslide-wrap .slide-list img.pc {
display: block;
}
#slide .topslide-wrap .slick-prev {
width: 40px;
height: 40px;
left: 20px;
right: auto;
background: rgba(0,0,0,1);
z-index: 100;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#slide .topslide-wrap .slick-next {
width: 40px;
height: 40px;
left: auto;
right: 20px;
background: rgba(0,0,0,.7);
z-index: 100;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#slide .topslide-wrap .slick-prev:hover,
#slide .topslide-wrap .slick-next:hover {
background: rgba(0,0,0,.6);
}
#slide .topslide-wrap .slick-next:before {
content: '';
width: 2px;
height: 8px;
display: block;
background-color: #fff;
position: absolute;
bottom: 50%;
left: 20px;
opacity: 1;
-webkit-transform: skewX(45deg);
-ms-transform: skewX(45deg);
-o-transform: skewX(45deg);
transform: skewX(45deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#slide .topslide-wrap .slick-next:after {
content: '';
width: 2px;
height: 8px;
display: block;
background-color: #fff;
position: absolute;
top: 50%;
left: 20px;
opacity: 1;
-webkit-transform: skewX(-45deg);
-ms-transform: skewX(-45deg);
-o-transform: skewX(-45deg);
transform: skewX(-45deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#slide .topslide-wrap .slick-prev:before {
content: '';
width: 2px;
height: 8px;
display: block;
background-color: #fff;
position: absolute;
top: 50%;
right: 20px;
opacity: 1;
-webkit-transform: skewX(45deg);
-ms-transform: skewX(45deg);
-o-transform: skewX(45deg);
transform: skewX(45deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#slide .topslide-wrap .slick-prev:after {
content: '';
width: 2px;
height: 8px;
display: block;
background-color: #fff;
position: absolute;
bottom: 50%;
right: 20px;
opacity: 1;
-webkit-transform: skewX(-45deg);
-ms-transform: skewX(-45deg);
-o-transform: skewX(-45deg);
transform: skewX(-45deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#slide .topslide-wrap .slick-next:hover:before,
#slide .topslide-wrap .slick-next:hover:after,
#slide .topslide-wrap .slick-prev:hover:before,
#slide .topslide-wrap .slick-prev:hover:after {
opacity: .6;
}
#slide .slick-prev:before, #slide .slick-next:before {
display: none;
}
#slide .slick-dots li button {
width: 12px;
height: 12px;
line-height: 1;
opacity: .6;
margin: 0 3px;
background: none;
border: none;
border-radius: 50%;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.ninushi #slide .slick-dots{
display:none !important;
}
#slide .slick-dots li.slick-active button {
opacity: 1;
}
#slide .slick-dots li button:before {
content: '●';
font-family: 'Roboto', sans-serif;
width: 12px;
height: 12px;
line-height: 1;
font-size: 12px;
color: #fff;
opacity: 1;
}
#slide .slick-dots {
width: 100%;
letter-spacing: -.5em;
bottom: 14px;
line-height: 1;
}
#slide .slick-dots li {
display: inline-block;
letter-spacing: normal;
vertical-align: top;
width: auto;
height: auto;
line-height: 1;
padding: 0;
margin: 0;
opacity: 1;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
#slide .slick-dots li:hover {
opacity: .6;
}
#slide .slick-dots li.slick-active:hover {
opacity: 1;
}
@media screen and (max-width: 1400px) {
#slide .topslide-wrap .slide-list {
width: 100vw;
padding-top: 35.714%;
position: relative;
}
}
@media screen and (max-width: 800px) {
#slide .slide-wrap h2 {
font-size: 28px;
line-height: 1.1;
}
#slide .slide-wrap h2 span {
font-size: 17px;
}
#slide .topslide-wrap .slide-list {
width: 100vw;
padding-top: 66.667%;
position: relative;
}
#slide .topslide-wrap .slide-list img.sp {
display: block;
}
#slide .topslide-wrap .slide-list img.pc {
display: none;
}
#slide .topslide-wrap .slick-prev {
width: 30px;
height: 30px;
left: 0;
}
#slide .topslide-wrap .slick-next {
width: 30px;
height: 30px;
right: 0;
}
#slide .topslide-wrap .slick-next:before {
width: 2px;
height: 6px;
left: 15px;
}
#slide .topslide-wrap .slick-next:after {
width: 2px;
height: 6px;
left: 15px;
}
#slide .topslide-wrap .slick-prev:before {
width: 2px;
height: 6px;
right: 15px;
}
#slide .topslide-wrap .slick-prev:after {
width: 2px;
height: 6px;
right: 15px;
}
} #lead .section-wrap {
position: relative;
max-width: 1160px;
width: 100%;
margin: auto;
}
#lead .lead-wrap {
position: relative;
z-index: 1;
background-color: #fff;
width: 86.2%;
margin: -40px auto 0;
text-align: center;
padding: 40px 20px 70px;
}
#lead .lead-wrap h2 {
font-size: 36px;
line-height: 2;
position: relative;
margin-bottom: .75em;
letter-spacing: .05em;
text-indent: .05em;
}
#lead .lead-wrap h2:after {
content: '';
display: block;
height: 2px;
width: 50px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
background-color: #00479d;
}
#lead .lead-wrap p {
font-size: 15px;
line-height: 2;
letter-spacing: .05em;
text-indent: .05em;
}
@media screen and (max-width: 800px) {
#lead .lead-wrap {
width: 86.67%;
margin: -20px auto 0;
padding: 20px 10px;
}
#lead .lead-wrap h2 {
font-size: 23px;
padding-bottom: .25em;
margin-bottom: 1em;
letter-spacing: .05em;
text-indent: .05em;
}
#lead .lead-wrap h2:after {
height: 1px;
width: 36px;
margin-left: -18px;
}
#lead .lead-wrap p {
font-size: 13px;
line-height: 1.8;
letter-spacing: .05em;
text-indent: .05em;
margin-bottom: 1.8em;
}
} #service h2.tit {
text-align: center;
font-size: 30px;
line-height: 2.4;
position: relative;
padding: 70px 0 0;
margin-bottom: 70px;
}
#service h2.tit:after {
content: '';
display: block;
height: 2px;
width: 50px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
background-color: #00479d;
}
#service .section-wrap {
position: relative;
width: 100%;
padding-bottom: 60px;
}
#service .service-wrap {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#service .service-item {
width: 50%;
}
#service .service-item .thumb {
width: 100%;
position: relative;
}
#service .service-item .thumb img {
width: 100%;
}
#service .service-item .thumb h2 {
color: #fff;
font-size: 36px;
font-weight: 600;
line-height: 1.2;
letter-spacing: .05em;
text-indent: .05em;
width: 100%;
text-align: center;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#service .service-item .txt {
text-align: center;
padding: 0 20px;
width: 100%;
margin: 30px 0;
}
#service .service-item.logistics .txt {
border-left: 1px solid #ddd;
}
#service .service-item .txt h3 {
font-size: 18px;
font-weight: bold;
line-height: 1.8;
margin-bottom: 1em;
}
#service .service-item .txt p {
font-size: 15px;
line-height: 2;
}
@media screen and (max-width: 800px) {
#service h2.tit {
font-size: 20px;
line-height: 2;
margin-bottom: 40px;
padding-top: 40px;
}
#service h2.tit:after {
height: 1px;
width: 36px;
margin-left: -18px;
bottom: -10px;
}
#service .section-wrap {
padding-bottom: 10px;
}
#service .service-item {
width: 100%;
}
#service .service-item .thumb h2 {
font-size: 21px;
}
#service .service-item .txt h3 {
font-size: 15px;
line-height: 1.67;
}
#service .service-item .txt p {
font-size: 13px;
line-height: 1.8;
text-align: left;
}
#service .service-item .txt {
margin: 20px 0 35px;
}
#service .service-item.logistics .txt {
border: none;
}
} #about .section-wrap {
position: relative;
width: 100%;
padding: 70px 20px 90px;
background-color: #f5f5f5;
}
#about .about-wrap {
position: relative;
width: 100%;
max-width: 1160px;
margin: auto;
text-align: center;
}
#about .about-wrap h2 {
text-align: center;
font-size: 30px;
line-height: 2.4;
position: relative;
margin-bottom: 50px;
}
#about .about-wrap h2:after {
content: '';
display: block;
height: 2px;
width: 50px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
background-color: #00479d;
}
#about .about-wrap p.mincho{
display: block;
font-size: 18px;
line-height: 1.67;
margin-bottom: 3em;
text-align: center;
}
#about .about-wrap .business_chart {
max-width: 900px;
margin: 35px auto 70px;
}
@media screen and (max-width: 800px) {
#about .section-wrap {
padding: 40px 20px;
}
#about .about-wrap {
font-size: 13px;
}
#about .about-wrap h2 {
font-size: 20px;
line-height: 2;
margin-bottom: 40px;
}
#about .about-wrap h2:after {
height: 1px;
width: 36px;
margin-left: -18px;
bottom: -10px;
}
#about .about-wrap p.mincho{
font-size: 15px;
margin-bottom: 30px;
}
#about .about-wrap .business_chart {
width: 100%;
margin: 25px auto 30px;
}
} #service2 .section-wrap {
position: relative;
width: 100%;
padding: 70px 20px 90px;
}
#service2 .service2-wrap {
position: relative;
width: 100%;
max-width: 1160px;
margin: auto;
text-align: center;
}
#service2 .service2-wrap h2 {
text-align: center;
font-size: 30px;
line-height: 2.4;
position: relative;
margin-bottom: 50px;
}
#service2 .service2-wrap h2:after {
content: '';
display: block;
height: 2px;
width: 50px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
background-color: #00479d;
}
#service2 .service2-wrap p.mincho{
display: block;
font-size: 18px;
line-height: 1.9;
margin-bottom: 3em;
text-align: center;
}
#service2 .service2-wrap ul{
width: 100%;
max-width: 1160px;
margin: auto;
}
#service2 .service2-wrap ul li {
background-color: #f5f5f5;
}
#service2 .service2-wrap ul li a{
transition: .3s;
display: block;
height: 100%;
}
#service2 .service2-wrap ul li a:hover{
opacity: .5;
}
#service2 .service2-wrap ul .slick-slide{
margin: 0 15px;
}
#service2 .service2-wrap ul li img{
width: 100%;
max-width: none;
}
#service2 .service2-wrap ul li .txtBox{
padding: 20px;
font-size: 15px;
text-align: left;
line-height: 1.6;
}
#service2 .service2-wrap ul li .txtBox .txt01{
text-align: center;
font-weight: bold;
font-size: 18px;
line-height: 1.6;
margin-bottom: 5px;
}
#service2 .service2-wrap .slick-prev {
width: 40px;
height: 40px;
left: -50px;
z-index: 100;
cursor: pointer;
border: solid 1px #00479D;
border-radius: 50%;
}
#service2 .service2-wrap .slick-prev:before{
content: '';
display: block;
position: absolute;
left: 50%;
right: 50%;
margin-left: -4px;
margin-top: -6px;
width: 12px;
height: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: 1px solid #00479D;
border-left: 1px solid #00479D;
-webkit-transform: rotate(	-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(	-45deg);
}
#service2 .service2-wrap .slick-next {
width: 40px;
height: 40px;
right: -50px;
z-index: 100;
cursor: pointer;
border: solid 1px #00479D;
border-radius: 50%;
}
#service2 .service2-wrap .slick-next:before{
content: '';
display: block;
position: absolute;
left: 50%;
right: 50%;
margin-left: -8px;
margin-top: -6px;
width: 12px;
height: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: 1px solid #00479D;
border-right: 1px solid #00479D;
-webkit-transform: rotate(	45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(	45deg);
}
@media screen and (max-width: 1280px) {
#service2 .section-wrap {
padding: 40px 20px 70px;
}
#service2 .service2-wrap h2 {
font-size: 20px;
line-height: 2;
margin-bottom: 40px;
}
#service2 .service2-wrap h2:after {
height: 1px;
width: 36px;
margin-left: -18px;
bottom: -10px;
}
#service2 .service2-wrap p.mincho{
font-size: 15px;
margin-bottom: 2em;
}
#service2 .service2-wrap ul{
width: 90%;
}
#service2 .service2-wrap ul .slick-dots{
width: 100%;
bottom: -40px;
}
#service2 .slick-dots li{
width: 10px;
height: 10px;
border-radius: 20px;
}
#service2 .slick-dots li.slick-active{
background-color: #00479D;
}
#service2 .slick-dots li button{
width: 10px;
height: 10px;
}
#service2 .slick-dots li button:before{
display: none!important;
}
}
@media screen and (max-width: 800px) {
#service2 .service2-wrap .slick-prev {
width: 30px;
height: 30px;
left: -30px;
}
#service2 .service2-wrap .slick-next {
width: 30px;
height: 30px;
right: -30px;
}
} #other h2.tit {
text-align: center;
font-size: 30px;
line-height: 2.4;
position: relative;
padding: 70px 0 0;
margin-bottom: 70px;
}
#other h2.tit:after {
content: '';
display: block;
height: 2px;
width: 50px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
background-color: #00479d;
}
#other .section-wrap {
position: relative;
width: 100%;
padding-bottom: 60px;
}
#other .other-wrap {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#other .other-item {
width: 50%;
}
#other .other-item .thumb {
width: 100%;
position: relative;
}
#other .other-item .thumb img {
width: 100%;
}
#other .other-item .txt {
text-align: center;
padding: 0 20px;
width: 100%;
margin: 30px 0 50px;
}
#other .other-item:nth-of-type(even) .txt {
border-left: 1px solid #ddd;
}
#other .other-item .txt h3 {
font-size: 18px;
font-weight: bold;
line-height: 1.8;
margin-bottom: 1em;
}
#other .other-item .txt p {
font-size: 15px;
line-height: 2;
}
@media screen and (max-width: 800px) {
#other h2.tit {
font-size: 20px;
line-height: 2;
margin-bottom: 40px;
padding-top: 40px;
}
#other h2.tit:after {
height: 1px;
width: 36px;
margin-left: -18px;
bottom: -10px;
}
#other .section-wrap {
padding-bottom: 20px;
}
#other .other-item {
width: 100%;
}
#other .other-item .txt h3 {
font-size: 15px;
line-height: 1.67;
}
#other .other-item .txt p {
font-size: 13px;
line-height: 1.8;
text-align: left;
}
#other .other-item .txt p .ph{
display: none;
}
#other .other-item .txt {
margin: 20px 0 35px;
}
#other .other-item.logistics .txt {
border: none;
}
} #faq {
position: relative;
width: 100%;
padding: 70px 20px 90px;
background-color: #f5f5f5;
}
#faq h2 {
text-align: center;
font-size: 30px;
line-height: 2.4;
position: relative;
padding: 0;
margin-bottom: 70px;
}
#faq h2:after {
content: '';
display: block;
height: 2px;
width: 50px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
background-color: #00479d;
}
#faq .wrap{
max-width: 1000px;
width: 94%;
margin: 0 auto;
}
#faq .wrap li{
padding: 0 0 20px;
}
#faq .wrap .q{
font-size: 18px;
font-weight: bold;
cursor: pointer;
position: relative;
display: flex;
justify-content: flex-start;
padding: 15px 45px 15px 30px;
transition: .3s;
background-color: #00479D;
color: #fff;
}
#faq .wrap .q:before{
display: block;
content: "";
position: absolute;
right: 20px;
top: 50%;
margin: -1px 0 0 -7px;
width: 20px;
height: 3px;
background-color: #fff;
transition: .2s;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
border-right: none;
}
#faq .wrap .q:after {
display: block;
content: "";
position: absolute;
right: 20px;
top: 50%;
margin: -1px 0 0 -7px;
width: 20px;
height: 3px;
background-color: #fff;
transition: .3s;
}
#faq .wrap .q.open:before {
-webkit-transform: rotate(0deg);
}
#faq .wrap .q span{
margin-right: 20px;
width: 20px;
display: block;
font-size: 30px;
line-height: 1;
}
#faq .wrap .a{
display: none;
padding: 0 30px;
}
#faq .wrap .a .box{
display: flex;
justify-content: flex-start;
font-size: 14px;
margin-top: 20px;
}
#faq .wrap .a .box span{
color: #00479D;
margin-right: 20px;
width: 20px;
display: block;
font-size: 30px;
line-height: 1;
font-weight: bold;
}
#faq .wrap a{
color: #00479D;
text-decoration: underline;
}
#faq .wrap a:hover{
text-decoration: none;
}
@media screen and (max-width: 800px) {
#faq {
padding: 40px 20px;
}
#faq h2 {
font-size: 20px;
line-height: 2;
margin-bottom: 40px;
}
#faq h2:after {
height: 1px;
width: 36px;
margin-left: -18px;
bottom: -10px;
}
#faq .wrap{
width: 100%;
}
#faq .wrap .q{
font-size: 16px;
line-height: 1.4;
padding: 10px 30px 10px 10px;
}
#faq .wrap .q:before{
right: 10px;
width: 15px;
height: 2px;
}
#faq .wrap .q:after {
right: 10px;
width: 15px;
height: 2px;
}
#faq .wrap .q.open:before {
-webkit-transform: rotate(0deg);
}
#faq .wrap .q span{
margin-right: 10px;
display: block;
font-size: 24px;
}
#faq .wrap .a{
display: none;
padding: 0 10px;
}
#faq .wrap .a .box{
margin-top: 10px;
}
#faq .wrap .a .box span{
margin-right: 10px;
display: block;
font-size: 24px;
}
} .contactBox{
background-color: #00479D;
padding: 70px 0;
text-align: center;
color: #fff;
}
.contactBox h2{
font-size: 18px;
margin-bottom: 30px;
}
.contactBox ul{
max-width: 1000px;
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.contactBox ul li{
width: 48%;
border: solid 1px #fff;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
}
.contactBox ul li a{
color: #fff;
padding: 20px 0;
display: block;
width: 100%;
}
.contactBox ul li.tel a{
font-size: 18px;
line-height: 1;
cursor: default;
pointer-events: none;
}
.contactBox ul li.tel a strong{
font-size: 36px;
line-height: 1;
margin-bottom: 5px;
display: block;
}
.contactBox ul li.mail a{
font-size: 26px;
}
.contactBox ul li.tel a img{
width: 22px;
margin-right: 10px;
vertical-align: baseline;
}
.contactBox ul li.mail a:before{
content: '';
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon-mail3.svg) no-repeat top center;
width: 36px;
height: 20px;
display: inline-block;
margin-right: 10px;
}
.contactBox ul li.mail:hover{
background-color: #fff;
}
.contactBox ul li.mail a:hover{
color: #00479D;
}
.contactBox ul li.mail a:hover:before{
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon-mail3bl.svg) no-repeat top center;
}
@media screen and (max-width: 800px) {
.contactBox{
padding: 40px 10px 30px;
}
.contactBox h2{
font-size: 14px;
line-height: 1.6;
margin-bottom: 20px;
}
.contactBox ul{
display: block;
}
.contactBox ul li{
width: 100%;
margin-bottom: 10px;
}
.contactBox ul li a{
padding: 15px 0;
}
.contactBox ul li.tel a{
font-size: 16px;
line-height: 1;
}
.contactBox ul li.tel a strong{
font-size: 30px;
}
.contactBox ul li.mail a{
font-size: 20px;
}
.contactBox ul li.tel a img{
width: 18px;
margin-right: 5px;
vertical-align: baseline;
}
.contactBox ul li.mail a img{
width: 30px;
margin-right: 5px;
vertical-align: text-bottom;
}
} #news .section-wrap {
position: relative;
width: 100%;
padding: 70px 20px 90px;
background-color: #f5f5f5;
}
#news .news-wrap {
position: relative;
width: 100%;
max-width: 1160px;
margin: auto;
}
#news .news-wrap h2 {
text-align: center;
font-size: 30px;
line-height: 2.4;
position: relative;
margin-bottom: 50px;
}
#news .news-wrap h2:after {
content: '';
display: block;
height: 2px;
width: 50px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
background-color: #00479d;
}
#news .news-list {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#news .news-list li {
width: 31%;
margin-right: 3.5%;
}
#news .news-list li:nth-child(3n) {
margin-right: 0;
}
#news .news-list li a {
display: block;
width: 100%;
height: 100%;
padding: 8%;
background-color: #fff;
border: 1px solid #fff;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
#news .news-list li a:hover {
border: 1px solid #00479d;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
#news .news-list li .category {
position: relative;
font-size: 15px;
line-height: 2;
letter-spacing: .04em;
padding-bottom: .75em;
margin-bottom: 2.5em;
}
#news .news-list li .category:after {
content: '';
display: block;
height: 1px;
width: 30px;
position: absolute;
bottom: 0;
left: 0;
background-color: #00479d;
}
#news .news-list li .date {
font-size: 15px;
line-height: 2;
letter-spacing: .04em;
margin-bottom: .5em;
}
#news .news-list li .title {
font-size: 15px;
line-height: 2;
letter-spacing: .04em;
max-height: 6em;
overflow-y: hidden;
}
#news .btn-square {
margin-top: 50px;
}
@media screen and (max-width: 800px) {
#news .section-wrap {
padding: 40px 20px 50px;
}
#news .news-wrap h2 {
font-size: 21px;
margin-bottom: 40px;
line-height: 1.6;
}
#news .news-wrap h2:after {
height: 1px;
width: 36px;
margin-left: -18px;
bottom: -8px;
}
#news .news-list {
margin-top: -20px;
}
#news .news-list li {
width: 100%;
margin-right: 0;
margin-top: 20px;
}
#news .news-list li a {
padding: 20px;
}
#news .news-list li .category {
font-size: 13px;
margin-bottom: 1.5em;
}
#news .news-list li .date {
font-size: 13px;
}
#news .news-list li .title {
font-size: 13px;
line-height: 1.8;
max-height: 5.4em;
}
#news .btn-square {
margin-top: 30px;
}
} .pagenavi-wrap .wp-pagenavi {
font-size: 15px;
text-align: center;
letter-spacing: -.5em;
padding: 70px 0 0;
}
.pagenavi-wrap .wp-pagenavi.sp {
display: none;
}
.pagenavi-wrap .wp-pagenavi a,
.pagenavi-wrap .wp-pagenavi span {
display: inline-block;
letter-spacing: normal;
line-height: 2.6;
width: 2.6em;
text-align: center;
margin: 0 5px;
padding: 0;
border: 1px solid #ddd;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.pagenavi-wrap .wp-pagenavi a:hover {
color: #fff;
border-color: #00479d;
background-color: #00479d;
}
.pagenavi-wrap .wp-pagenavi span.extend {
border-color: transparent;
}
.pagenavi-wrap .wp-pagenavi span.current {
color: #fff;
border-color: #00479d;
background-color: #00479d;
opacity: 1;
}
@media screen and (max-width: 800px) {
.pagenavi-wrap .wp-pagenavi {
font-size: 13px;
padding-top: 30px;
}
} #wrap .section-title {
text-align: center;
width: 100%;
height: 300px;
position: relative;
}
#wrap .section-title .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
z-index: 1;
}
#wrap .section-title .title {
font-size: 34px;
line-height: 2;
color: #fff;
text-indent: .05em;
letter-spacing: .05em;
position: absolute;
width: 100%;
top: 48%;
left: 0;
padding: 0 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
font-weight: bold;
font-family:'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#wrap .section-title .title span.txt-s{
font-size: 28px;
}
#wrap .breadcrumb {
padding: 10px 20px 70px;
width: 100%;
}
#wrap .breadcrumb ul {
max-width: 1160px;
width: 100%;
margin: auto;
line-height: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#wrap .breadcrumb ul li {
font-size: 11px;
line-height: 2;
color: #666;
white-space: nowrap;
}
#wrap .breadcrumb ul li:last-child {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#wrap .breadcrumb ul li h1{
display: inline-block;
}
#wrap .breadcrumb ul li a {
color: #666;
text-decoration: underline;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
#wrap .breadcrumb ul li a:hover {
color: #000;
}
#wrap .breadcrumb ul li:before {
content: '／';
margin: 0 .5em;
}
#wrap .breadcrumb ul li:first-child:before {
display: none;
}
#wrap .section-content {
max-width: 1200px;
margin: auto;
padding: 0 20px;
}
#wrap .section-content.gray {
max-width: 100%;
background-color: #f5f5f5;
padding: 40px 0 10px;
margin-top: 100px;
}
#wrap .section-content.w800 {
max-width: 840px;
margin: auto;
padding: 0 20px;
}
#wrap .section-content.w800.no-thumnail {
padding: 20px 20px 0;
background: #FFF;
}
@media screen and (max-width: 800px) {
#wrap .section-title {
height: 175px;
}
#wrap .section-title .title {
font-size: 23px;
line-height: 1.5;
}
#wrap .breadcrumb {
padding: 5px 20px 35px;
}
#wrap .section-title .title span.txt-s{
font-size: 18px;
}
} #archive {
padding-bottom: 100px;
}
#archive .news-list {
width: 100%; }
.page-recruit #archive .news-list,
.page-otl #archive .news-list {
max-height: 350px;
overflow-y: scroll;
}
#archive .news-list li {
border-bottom: 1px solid #ddd;
}
#archive .news-list li a {
display: block;
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
padding: 20px 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
#archive .news-list li a:hover {
background-color: #f5f5f5;
}
.page-otl #archive .news-list li a:hover {
background-color: #f5faff;
}
#archive .news-list li a .date-cat {
padding-top: 5px;
width: 250px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: flex-start;
align-items: flex-start;
justify-content: space-between;
}
#archive .news-list li a .date-cat .date {
font-size: 15px;
line-height: 1.3;
color: #1a1a1a;
letter-spacing: .04em;
text-indent: .04em;
width: 130px;
text-align: center;
}
#archive .news-list li a .date-cat .cat {
display: inline-block;
font-size: 12px;
line-height: 1.5;
width: 120px;
text-align: center;
letter-spacing: .04em;
text-indent: .04em;
background-color: #fff;
border: 1px solid #00479d;
color: #00479d;
}
#archive .news-list li a .title {
font-size: 15px;
line-height: 2;
padding: 0 1em 0 2em;
letter-spacing: .04em;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
-o-flex: 1;
flex: 1;
}
@media screen and (max-width: 800px) {
#archive {
padding-bottom: 60px;
}
#archive .news-list li:first-child a{
padding: 0px 0 15px;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#archive .news-list li a {
padding: 15px 0 18px;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#archive .news-list li a .date-cat {
width: 100%;
justify-content: flex-start;
}
#archive .news-list li a .date-cat .date {
width: 80px;
text-align: left;
font-size: 13px;
line-height: 1.4;
}
#archive .news-list li a .date-cat .cat {
width: auto;
font-size: 11px;
padding: 0 1em;
}
#archive .news-list li a .title {
font-size: 13px;
line-height: 1.6;
width: 100%;
padding: 0;
margin-top: .5em;
}
} #page .section-wrap {
padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
#page .section-wrap {
padding-bottom: 50px;
}
} .company-list {
max-width: 1160px;
margin: auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: -60px;
}
.company-list li {
width: 33.333%;
border-left: 1px solid #ddd;
margin-top: 60px;
}
.company-list li:nth-child(3n) {
border-right: 1px solid #ddd;
}
.company-list li a {
display: block;
width: 100%;
height: 100%;
padding: 0 10%;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.company-list li a:hover {
opacity: .5;
}
.company-list li .thumb {
display: block;
position: relative;
width: 100%;
padding-top: 56.25%;
}
.company-list li .thumb img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.company-list li .txt h3 {
font-size: 18px;
line-height: 1.67;
font-weight: bold;
position: relative;
padding: 30px 0 15px;
margin-bottom: 30px;
}
.company-list li .txt h3:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
height: 1px;
width: 30px;
background-color: #00479d;
}
.company-list li .txt p {
font-size: 15px;
font-weight: normal;
line-height: 2;
}
@media screen and (max-width: 800px) {
.company-list {
margin-top: 0;
}
.company-list li {
width: 100%;
border: none;
border-top: 1px solid #ddd;
margin-top: 40px;
padding-top: 40px;
}
.company-list li:nth-child(3n) {
border-right: none;
}
.company-list li:first-child {
padding-top: 0;
margin-top: 0;
border-top: none;
}
.company-list li a {
padding: 0;
}
.company-list li .txt h3 {
font-size: 16px;
padding: 15px 0;
margin-bottom: 20px;
}
.company-list li .txt p {
font-size: 13px;
line-height: 1.6;
}
} .page-history .section-content h2 {
font-size: 18px;
line-height: 1.67;
margin-bottom: 3em;
}
.page-history .section-content p {
font-size: 15px;
line-height: 2;
margin-bottom: 2em;
}
.history-list li {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
width: 100%;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
font-size: 15px;
line-height: 2;
padding: 1em 0;
}
.history-list li:nth-child(odd) {
background-color: #f5f5f5;
}
.history-list li:after {
content: '';
display: block;
width: 11px;
height: 11px;
background-color: #00479d;
border-radius: 50%;
position: absolute;
top: 25px;
left: 22px;
}
.history-list li:before {
content: '';
display: block;
width: 1px;
height: 100%;
background-color: #00479d;
position: absolute;
top: 0;
left: 27px;
}
.history-list li:first-child:before {
top: 30px;
}
.history-list li .time {
width: 120px;
padding-left: 45px;
}
.history-list li .content {
padding-right: 10px;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
-o-flex: 1;
flex: 1;
}
@media screen and (max-width: 800px) {
.page-history .section-content h2 {
font-size: 15px;
margin-bottom: 2em;
}
.page-history .section-content p {
font-size: 13px;
line-height: 1.8;
margin-bottom: 1.8em;
}
.history-list li {
font-size: 13px;
line-height: 1.4;
padding: 1.0em 0;
}
.history-list li:after {
width: 9px;
height: 9px;
background-color: #00479d;
border-radius: 50%;
position: absolute;
top: 18px;
left: 10px;
}
.history-list li:before {
content: '';
display: block;
width: 1px;
height: 100%;
background-color: #00479d;
position: absolute;
top: 0px;
left: 14px;
}
.history-list li:first-child:before {
top: 20px;
}
.history-list li .time {
width: 100%;
padding-left: 25px;
}
.history-list li .content {
width: 100%;
padding-left: 25px;
}
} .page-philosophy .section-content h2 {
font-size: 18px;
line-height: 1.67;
margin-bottom: 3em;
text-align: center;
}
.page-philosophy .section-content .content {
-webkit-font-feature-settings: 'palt' 1;
-moz-font-feature-settings: 'palt' 1;
-o-font-feature-settings: 'palt' 1;
font-feature-settings: 'palt' 1;
}
.page-philosophy .section-content .content .photo {
float: left;
width: 565px;
padding-right: 50px;
padding-bottom: 20px;
}
.page-philosophy .section-content .content p {
font-size: 15px;
line-height: 2;
margin-bottom: 2em;
letter-spacing: .05em;
}
.page-philosophy .section-content .content p.autograph {
margin-bottom: 0;
text-align: right;
}
.page-philosophy .section-content .content p.autograph img {
width: 100px;
}
@media screen and (max-width: 800px) {
.page-philosophy .section-content h2 {
font-size: 15px;
margin-bottom: 2em;
}
.page-philosophy .section-content .content .photo {
float: none;
width: 100%;
padding-right: 0;
padding-bottom: 20px;
}
.page-philosophy .section-content .content p {
font-size: 13px;
line-height: 2.0;
margin-bottom: 1.8em;
}
.page-philosophy .section-content .content p.autograph img {
width: 80px;
}
} .page-business .section-content h2 {
font-size: 18px;
line-height: 1.67;
margin-bottom: 3em;
text-align: center;
}
.page-business .section-content .content p {
font-size: 15px;
line-height: 2;
margin-bottom: 2em;
}
.page-business .section-content .content .business_chart {
width: 900px;
margin: 35px auto 70px;
}
.page-business .section-content .content .business_chart_detail ul{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
.page-business .section-content .content .business_chart_detail ul li{
width: 48%;
margin-bottom: 35px;
}
.page-business .section-content .content .business_chart_detail ul li:nth-child(3),
.page-business .section-content .content .business_chart_detail ul li:nth-child(4){
margin-bottom: 0px;
}
.page-business .section-content .content .business_chart_detail ul li h3{
font-weight: bold;
font-size: 18px;
border-bottom: 2px #00479d solid;
padding-bottom: 3px;
margin-bottom: 12px;
}
.page-business .section-content .content .business_chart_detail ul li p{
margin-bottom: 0.8em;
}
.page-business .section-content .content .business_chart_detail ul li a {
color: #00479d;
display: block;
}
.page-business .section-content .content .business_chart_detail ul li a:hover {
text-decoration: underline;
}
.page-business .section-content .content .business_chart_detail ul li a:after{
content: '';
display: inline-block;
width: 1em;
height: 1em;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon_arrow-common-link.svg) center center/contain no-repeat;
vertical-align: text-bottom;
margin-left: .25em;
}
@media screen and (max-width: 800px) {
.page-business .section-content h2 {
font-size: 15px;
margin-bottom: 1.5em;
}
.page-business .section-content .content p {
font-size: 13px;
line-height: 1.8;
margin-bottom: 1.8em;
}
.page-business .section-content .content .business_chart {
width: 90%;
margin: 25px auto 30px;
}
.page-business .section-content .content .business_chart_detail ul{
display: block;
}
.page-business .section-content .content .business_chart_detail ul li{
width: 100%;
margin-bottom: 25px;
}
.page-business .section-content .content .business_chart_detail ul li:nth-child(3){
margin-bottom: 25px;
}
.page-business .section-content .content .business_chart_detail ul li:nth-child(4){
margin-bottom: 0px;
}
.page-business .section-content .content .business_chart_detail ul li h3{
font-size: 15px;
}
.page-business .section-content .content .business_chart_detail ul li a {
font-size: 13px;
}
} .page-consultant .section-content h2 {
font-size: 18px;
line-height: 1.67;
margin-bottom: 3em;
text-align: center;
}
.consultant-list {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.consultant-list li {
width: 22%;
margin: 0 4% 30px 0;
border: 1px solid #F0F0F0;
}
.consultant-list li:nth-child(4n) {
margin-right: 0;
}
.consultant-list li a{
position: relative;
}
.consultant-list li a:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
border: solid 5px #00479D;
transition: .3s;
opacity: 0;
box-sizing: border-box;
}
.consultant-list li a:hover:after{
opacity: 1;
}
.consultant-list li a .more{
margin-top: -2em;
text-align: right;
font-size: 80%;
background: url(https://www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 10px bottom 14px;
padding: 0 30px 10px 0;
font-weight: bold;
color: #00479D;
text-decoration: underline;
}
.consultant-list li .photo {
width: 100%;
padding-top: 100%;
position: relative;
}
.consultant-list li .photo img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.consultant-list li .name {
font-size: 15px;
line-height: 2;
text-align: center;
margin: .5em 0 2em;
}
.consultant-list li .name .title,
.consultant-list li .name .position {
display: block;
font-size: 80%;
line-height: 1.6;
margin-bottom: .2em;
}
.page-consultant .btn{
display: flex;
justify-content: center;
}
.page-consultant .btn li{
margin: 0 5px;
}
#wrap .page-consultant .btn.btn-square li a{
padding: .75em 2em;
}
@media screen and (max-width: 800px) {
.page-consultant .section-content h2 {
font-size: 15px;
line-height: 1.5;
margin-bottom: 1.5em;
text-align: center;
}
.consultant-list li {
width: 49%;
margin: 0 2% 2% 0;
}
.consultant-list li:nth-child(4n) {
margin-right: 0;
}
.consultant-list li:nth-child(2n) {
margin-right: 0;
}
.consultant-list li a .more{
background: url(https://www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 10px bottom 8px;
padding: 0 28px 10px 0;
}
.consultant-list li .name {
font-size: 13px;
line-height: 1.2;
text-align: center;
margin: .5em 0 2em;
}
.page-consultant .btn{
display: block;
}
.page-consultant .btn li{
margin:0 0 5px;
}
#wrap .page-consultant .btn.btn-square li a {
padding: .75em 1em;
}
} .page-overview .section-content h2 {
font-size: 18px;
line-height: 1.67;
margin-bottom: 1.5em;
text-align: center;
}
.page-overview .section-content .target-nav {
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
}
.page-overview .section-content .target-nav li {
margin: 0 5px;
}
.page-overview .section-content .target-nav li a {
display: block;
border: 1px solid #00479d;
width: 200px;
font-size: 14px;
line-height: 38px;
text-align: center;
color: #00479d;
border-radius: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.page-overview .section-content .target-nav li a:hover {
color: #fff;
background-color: #00479d;
}
.page-overview .section-content .target-box {
padding-top: 60px;
}
.page-overview .section-content #overview1.target-box {
margin-top: -60px;
}
.page-overview .section-content h3 {
font-size: 30px;
letter-spacing: .05em;
line-height: 2.4;
position: relative;
margin-bottom: 1em;
margin-top: 1em;
}
.page-overview .section-content h3:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 50px;
background-color: #00479d;
}
.page-overview .section-content .summery {
font-size: 15px;
line-height: 2;
border-bottom: 1px solid #ddd;
}
.page-overview .section-content .summery dt {
float: left;
width: 200px;
font-weight: bold;
padding: 1.5em 0;
border-top: 1px solid #ddd;
}
.page-overview .section-content .summery dd {
margin-left: 200px;
padding: 1.5em 0;
border-top: 1px solid #ddd;
}
.page-overview .section-content .summery dt:first-child,
.page-overview .section-content .summery dt:first-child + dd {
border-top: none;
}
.page-overview .section-content .summery .business li {
position: relative;
padding-left: 1.2em;
}
.page-overview .section-content .summery .business li:before {
content: '・';
position: absolute;
top: 0;
left: 0;
}
.page-overview .section-content .summery p {
margin-bottom: 2em;
}
.page-overview .section-content .summery p:last-child {
margin-bottom: 0;
}
.page-overview .section-content .summery p strong {
font-weight: bold;
}
.page-overview .section-content .summery .group {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
.page-overview .section-content .summery .group li {
width: 32%;
margin: 10px 2% 20px 0;
border-right: 1px solid #ddd;
}
.page-overview .section-content .summery .group li:nth-child(3n) {
margin-right: 0;
border-right: none;
}
.page-overview .section-content .summery .group li a {
display: block;
width: 100%;
height: 100%;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.page-overview .section-content .summery .group li a:hover {
opacity: .5;
}
.page-overview .section-content .summery .group li .logo {
height: 30px;
margin-bottom: 5px;
}
.page-overview .section-content .summery .group li .apparel {
height: 50px;
margin-bottom: 0pximportant;
}
.page-overview .section-content .summery .group li .logo img{
max-height: 100%;
}
.page-overview .section-content .summery .group li h4 {
font-size: 13px;
}
.page-overview .section-content .summery .group li h4 .external {
display: inline-block;
width: 12px;
height: 12px;
border: 1px solid #00479d;
position: relative;
margin: 0 0 0 5px;
}
.page-overview .section-content .summery .group li h4 .external:after {
content: '';
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 12px;
height: 12px;
border-right: 1px solid #00479d;
border-bottom: 1px solid #00479d;
position: absolute;
top: 1px;
left: 1px;
}
.page-overview .section-content .summery .group li p {
font-size: 11px;
line-height: 1.5;
color: #666;
}
#wrap .page-overview .section-content .summery dd .btn-square{
text-align: left;
}
.page-overview .section-content .member li {
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 50px;
}
.page-overview .section-content .member li:first-child {
margin-top: 0;
}
.page-overview .section-content .member li .pic {
width: 260px;
}
.page-overview .section-content .member li .pic img {
width: 100%;
}
.page-overview .section-content .member li .txt {
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
-o-flex: 1;
flex: 1;
padding-left: 40px;
}
.page-overview .section-content .member li .txt .toggle {
display: none;
opacity: 0;
visibility: hidden;
}
.page-overview .section-content .member li .txt h5 {
font-size: 13px;
color: #666;
line-height: 1.2;
}
.page-overview .section-content .member li .txt h4 {
font-size: 20px;
line-height: 1.5;
font-weight: bold;
margin-top: .2em;
}
.page-overview .section-content .member li .txt dl {
font-size: 15px;
line-height: 1.4;
border-top: 1px solid #ddd;
margin-top: .75em;
padding-top: .75em;
}
.page-overview .section-content .member li .txt dt {
width: 6em;
float: left;
padding: .3em 0;
}
.page-overview .section-content .member li .txt dd {
margin-left: 6em;
padding: .3em 0;
}
.page-overview .section-content .note {
font-size: 13px;
color: #666;
text-align: right;
margin-top: 3em;
}
.page-overview .section-content #access h4 {
font-size: 18px;
font-weight: bold;
letter-spacing: .05em;
}
.page-overview .section-content #access p {
font-size: 15px;
line-height: 2;
}
.page-overview .section-content #access p + h4 {
margin-top: 3em;
}
.page-overview .section-content #access .map-frame {
height: 400px;
margin-top: 10px;
}
.page-overview .section-content #access .map-frame iframe{
width:100%;
height: 400px;
}
.page-overview .section-content #access p.gmap {
text-align: right;
padding-top: 0.5em;
}
.page-overview .section-content #access p.gmap a {
display: inline-block;
color: #00479d;
}
.page-overview .section-content #access p.gmap a:hover {
text-decoration: underline;
}
.page-overview .section-content #access p.gmap a .external {
display: inline-block;
width: 12px;
height: 12px;
border: 1px solid #00479d;
position: relative;
margin: 0 0 0 5px;
}
.page-overview .section-content #access p.gmap a .external:after {
content: '';
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 12px;
height: 12px;
border-right: 1px solid #00479d;
border-bottom: 1px solid #00479d;
position: absolute;
top: 1px;
left: 1px;
}
.page-overview #btnList .btn{
display: flex;
justify-content: center;
}
.page-overview #btnList .btn li{
margin: 0 5px;
}
#wrap .page-overview #btnList .btn li a{
padding: .75em 2em;
}
@media screen and (max-width: 800px) {
.page-overview .section-content h2 {
font-size: 15px;
line-height: 1.67;
margin-bottom: 1.5em;
text-align: center;
}
.page-overview .section-content .target-nav li {
margin: 0 3px;
}
.page-overview .section-content .target-nav li a {
font-size: 12px;
width: 105px;
line-height: 28px;
border-radius: 15px;
}
.page-overview .section-content .target-box {
padding-top: 50px;
}
.page-overview .section-content #overview1.target-box {
margin-top: -50px;
}
.page-overview .section-content h3 {
font-size: 21px;
line-height: 2.2;
}
.page-overview .section-content h3:after {
width: 35px;
height: 1px;
}
.page-overview .section-content .summery {
font-size: 13px;
line-height: 1.6;
}
.page-overview .section-content .summery p {
margin-bottom: 1.6em;
}
.page-overview .section-content .summery dt {
width: 75px;
padding: 1.4em 1em 1.4em 0;
}
.page-overview .section-content .summery dd {
margin-left: 75px;
padding: 1.4em 0;
}
.page-overview .section-content .summery .group li p {
font-size: 10px;
}
.page-overview .section-content .summery .group li {
margin: 0 0 20px 0;
width: 100%;
border: none;
}
.page-overview .section-content .summery .group li h4 {
line-height: 1.5;
}
.page-overview .section-content .summery .group li h4 .external {
width: 9px;
height: 9px;
}
.page-overview .section-content .summery .group li h4 .external:after {
width: 9px;
height: 9px;
}
#wrap .page-overview .section-content .summery dd .btn-square{
text-align: center;
}
.page-overview .section-content .member li {
position: relative;
display: block;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;
margin-top: 15px;
}
.page-overview .section-content .member li .pic {
width: 100px;
}
.page-overview .section-content .member li .txt {
padding: 0;
}
.page-overview .section-content .member li .txt .title {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
position: absolute;
width: 100%;
top: 0;
left: 0;
padding-left: 120px;
height: 100px;
-ms-align-items: center;
align-items: center;
align-content: center;
z-index: 1;
}
.page-overview .section-content .member li .txt .toggle {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
visibility: visible;
z-index: 2;
}
.page-overview .section-content .member li .txt .toggle:after,
.page-overview .section-content .member li .txt .toggle:before {
content: '';
display: block;
height: 2px;
width: 15px;
background-color: #555;
position: absolute;
right: 10px;
top: 50px;
}
.page-overview .section-content .member li .txt .toggle:before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.page-overview .section-content .member li .txt .toggle.active:before {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
.page-overview .section-content .member li .txt h5 {
width: 100%;
font-size: 12px;
}
.page-overview .section-content .member li .txt h4 {
width: 100%;
font-size: 15px;
}
.page-overview .section-content .member li .txt dl {
margin-top: 0;
border-top: none;
display: none;
font-size: 13px;
line-height: 1.6;
}
.page-overview .section-content .note {
font-size: 11px;
margin-top: 1.5em;
}
.page-overview .section-content #access h4 {
font-size: 15px;
}
.page-overview .section-content #access p {
font-size: 13px;
line-height: 1.8;
}
.page-overview .section-content #access .map-frame,
.page-overview .section-content #access .map-frame iframe {
height: 335px;
}
.page-overview .section-content #access p.gmap {
margin-bottom: 0.8em;
margin-top: 0.8em;
}
.page-overview .section-content #access p.gmap a .external {
width: 9px;
height: 9px;
}
.page-overview .section-content #access p.gmap a .external:after {
width: 9px;
height: 9px;
}
.page-overview #btnList .btn{
display: block;
}
.page-overview #btnList .btn li{
margin: 0 0 5px;
}
#wrap .page-overview #btnList .btn-square li a{
padding: .75em .5em;
}
}
@media screen and (max-width: 374px) {
.page-overview .section-content .target-nav li a {
font-size: 11px;
width: 90px;
}
} .page-recruit .section-content h2 {
font-size: 18px;
line-height: 1.67;
margin-bottom: 3em;
text-align: center;
}
.page-recruit .section-content .recruit-nav {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
border-right: 1px solid #ddd;
margin-bottom: 50px;
}
.page-recruit .section-content .recruit-nav li {
width: 50%;
border-left: 1px solid #ddd;
text-align: center;
}
.page-recruit .section-content .recruit-nav li a {
display: block;
padding: 0 7% 40px;
width: 100%;
height: 100%;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.page-recruit .section-content .recruit-nav li a:hover {
opacity: .5;
}
.page-recruit .section-content .recruit-nav li h3 {
font-size: 24px;
font-weight: bold;
line-height: 1.25;
margin-top: 45px;
}
.page-recruit .section-content .recruit-nav li h3 .external {
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid #d01d40;
position: relative;
margin: 0 0 0 5px;
}
.page-recruit .section-content .recruit-nav li h3 .external:after {
content: '';
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 18px;
height: 18px;
border-right: 1px solid #d01d40;
border-bottom: 1px solid #d01d40;
position: absolute;
top: 2px;
left: 2px;
}
.page-recruit .section-content .recruit-nav li:first-child h3 .external,
.page-recruit .section-content .recruit-nav li:first-child h3 .external:after {
border-color: #00479d;
}
.page-recruit #archive {
padding-bottom: 0;
}
@media screen and (max-width: 800px) {
.page-recruit .section-content h2 {
font-size: 15px;
line-height: 1.67;
margin-bottom: 2em;
text-align: center;
}
.page-recruit .section-content .recruit-nav {
border-right: none;
margin-bottom: 0;
}
.page-recruit .section-content .recruit-nav li {
width: 100%;
border-left: none;
margin-bottom: 40px;
}
.page-recruit .section-content .recruit-nav li a {
padding: 0;
}
.page-recruit .section-content .recruit-nav li h3 {
font-size: 18px;
margin-top: 1.3em;
}
.page-recruit .section-content .recruit-nav li h3 .external {
width: 12px;
height: 12px;
}
.page-recruit .section-content .recruit-nav li h3 .external:after {
width: 12px;
height: 12px;
top: 1px;
left: 1px;
}
} #search .search-title {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
}
#search .search-title label {
position: relative;
display: block;
width: 400px;
margin-right: 10px;
}
#search .search-title label:before {
content: '';
display: block;
width: 22px;
height: 22px;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon-search.svg) center center/contain no-repeat;
position: absolute;
top: 9px;
left: 0;
opacity: .75;
}
#search .search-title input {
width: 100%;
padding: .25em 1em .25em 2em;
margin: 0;
font-size: 15px;
letter-spacing: .02em;
line-height: 2;
height: 2.5em;
border: none;
border-radius: 0;
box-shadow: none;
border-bottom: 1px solid #ddd;
}
#search .search-title .number {
display: inline-block;
font-size: 26px;
line-height: 1.4;
color: #00489e;
}
#search .search-title .number span {
font-size: 15px;
margin-left: .25em;
}
#search .section-content {
padding: 50px 20px 100px;
max-width: 840px;
width: 100%;
}
#search .search-list li {
border-bottom: 1px solid #ddd;
}
#search .search-list li a {
display: block;
padding: 1em 0;
font-size: 15px;
line-height: 2;
}
@media screen and (max-width: 800px) {
#search .search-title label {
width: 220px;
}
#search .search-title label:before {
width: 18px;
height: 18px;
top: 7px;
}
#search .search-title input {
font-size: 13px;
}
#search .search-title .number {
font-size: 22px;
}
#search .search-title .number span {
font-size: 13px;
}
#search .section-content {
padding: 30px 20px 50px;
}
#search .search-list li {
border-bottom: 1px solid #ddd;
}
#search .search-list li a {
font-size: 13px;
line-height: 1.8;
}
} .page-privacy .section-content h2 {
font-size: 18px;
line-height: 1.67;
font-weight: bold;
letter-spacing: .04em;
border-left: 2px solid #00489e;
padding-left: .75em;
margin-bottom: .5em;
}
.page-privacy .section-content p {
font-size: 15px;
line-height: 2;
letter-spacing: .04em;
margin-bottom: 2em;
}
.page-privacy .section-content p + h2 {
margin-top: 3em;
}
.page-privacy .section-content p.note {
font-size: 13px;
line-height: 1.7;
}
.page-privacy .section-content a {
color: #00489e;
}
.page-privacy .section-content a:after {
content: '';
display: inline-block;
width: 1em;
height: 1em;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon_arrow-common-link.svg) center center/contain no-repeat;
vertical-align: text-bottom;
margin-left: .25em;
}
.page-privacy .section-content a:hover {
text-decoration: underline;
}
.page-privacy .section-content table {
width: 100%;
font-size: 15px;
line-height: 2;
border-bottom: 1px solid #ddd;
}
.page-privacy .section-content table tbody {
width: 100%;
}
.page-privacy .section-content table tr {
width: 100%;
}
.page-privacy .section-content table th {
width: 200px;
text-align: left;
font-weight: bold;
padding: 1.5em 1em 1.5em 0;
border-top: 1px solid #ddd;
border-bottom: none;
border-left: none;
border-right: none;
}
.page-privacy .section-content table td {
padding: 1.5em 0;
border-top: 1px solid #ddd;
border-bottom: none;
border-left: none;
border-right: none;
}
.page-privacy .section-content table tr:first-child th,
.page-privacy .section-content table tr:first-child td {
border-top: none;
}
@media screen and (max-width: 800px) {
.page-privacy .section-content h2 {
font-size: 15px;
}
.page-privacy .section-content p {
font-size: 13px;
line-height: 1.8;
margin-bottom: 1.8em;
}
.page-privacy .section-content p + h2 {
margin-top: 2.8em;
}
.page-privacy .section-content p.note {
font-size: 11px;
}
.page-privacy .section-content table {
font-size: 13px;
line-height: 1.8;
}
.page-privacy .section-content table th {
width: 100px;
padding: 1em 1em 1em 0;
}
.page-privacy .section-content table td {
padding: 1em 0;
}
} .single-news .section-content {
-webkit-font-feature-settings: 'palt' 1;
-moz-font-feature-settings: 'palt' 1;
-o-font-feature-settings: 'palt' 1;
font-feature-settings: 'palt' 1;
}
.single-news .section-content .title {
border-bottom: 1px solid #ddd;
padding-bottom: 30px;
margin-bottom: 30px;
}
.single-news .section-content .title p {
font-size: 15px;
margin-bottom: 1em;
}
.single-news .section-content .title .date {
display: inline-block;
letter-spacing: .04em;
}
.single-news .section-content .title .cat {
display: inline-block;
font-size: 12px;
letter-spacing: .04em;
line-height: 20px;
color: #00489e;
border: 1px solid #00489e;
padding: 0 1em;
margin-left: 1em;
}
.single-news .section-content .title h1 {
font-size: 26px;
line-height: 1.6;
letter-spacing: .04em;
font-weight: bold;
}
.single-news .section-content .content {
padding-bottom: 100px;
}
.single-news .section-content .content .wp-block-image {
margin-bottom: 1.875em;
}
.single-news .section-content .content h2 {
font-size: 18px;
line-height: 1.67;
font-weight: bold;
letter-spacing: .04em;
border-left: 2px solid #00489e;
padding-left: .75em;
margin-bottom: 1em;
}
.single-news .section-content .content p {
font-size: 15px;
line-height: 2;
letter-spacing: .04em;
margin-bottom: 2em;
}
.single-news .section-content .content p:last-child {
margin-bottom: 0;
}
.single-news .section-content .content * + h2 {
margin-top: 3em;
}
.single-news .section-content .content h3 {
font-size: 20px;
padding-bottom: .3em;
margin-bottom: 1em;
line-height: 1.5;
font-weight: bold;
border-bottom: 3px solid #00479d;
}
.single-news .section-content .content h4 {
font-size: 16px;
line-height: 2;
padding: 0 .75em;
margin-bottom: .5em;
display: inline-block;
background-color: #00479d;
color: #fff;
}
.single-news .section-content .content h4:after {
content: '';
display: block;
clear: both;
}
.single-news .section-content .content * + h3 {
margin-top: 2em;
}
.single-news .section-content .content * + h4 {
margin-top: 1em;
}
.single-news .section-content .content strong {
font-weight: bold;
}
.single-news .section-content .content a {
color: #00489e;
}
.single-news .section-content .content a:after {
content: '';
display: inline-block;
width: 1em;
height: 1em;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon_arrow-common-link.svg) center center/contain no-repeat;
vertical-align: text-bottom;
margin-left: .25em;
}
.single-news .section-content .content a:hover {
text-decoration: underline;
}
@media screen and (max-width: 800px) {
.single-news .section-content .title {
padding-bottom: 15px;
margin-bottom: 15px;
}
.single-news .section-content .title p {
font-size: 13px;
}
.single-news .section-content .title .cat {
font-size: 11px;
line-height: 16px;
}
.single-news .section-content .title h1 {
font-size: 18px;
}
.single-news .section-content .content {
padding-bottom: 50px;
}
.single-news .section-content .content h2 {
font-size: 15px;
}
.single-news .section-content .content .wp-block-image {
margin-bottom: 0em;
}
.single-news .section-content .content * + h3 {
margin-top: 2em;
font-size: 18px;
}
.single-news .section-content .content p {
font-size: 13px;
line-height: 1.8;
margin-bottom: 1.8em;
}
.single-news .section-content .content * + h2 {
margin-top: 2.8em;
}
} .page-sitemap .flex {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
margin-bottom: 60px;
}
.page-sitemap .flex.ninushi-butsuryu {
margin-bottom: 0px;
}
.page-sitemap .flex.corporate .right {
padding-top: 77px;
}
.page-sitemap .flex.ninushi-butsuryu .right {
border-left: 1px solid #ddd;
}
.page-sitemap .section-content h2 {
font-size: 18px;
font-weight: bold;
letter-spacing: .05em;
line-height: 2;
margin-bottom: 2em;
position: relative;
padding-bottom: 5px;
}
.page-sitemap .section-content h2:after {
content: '';
display: block;
width: 30px;
height: 1px;
background-color: #00479d;
position: absolute;
bottom: 0;
left: 0;
}
.page-sitemap .flex > div {
width: 50%;
padding-left: 40px;
}
.page-sitemap .flex > div > ul > li {
margin-bottom: 15px;
}
.page-sitemap .flex > div > ul > li > a {
position: relative;
padding-left: 1.5em;
font-size: 15px;
line-height: 2;
letter-spacing: .04em;
}
.page-sitemap .flex > div > ul > li > a:hover {
text-decoration: underline;
}
.page-sitemap .flex > div > ul > li > a:before {
content: '';
display: inline-block;
position: absolute;
top: 1px;
left: 0;
width: 16px;
height: 16px;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon_arrow-common-link.svg) center center/contain no-repeat;
vertical-align: middle;
}
.page-sitemap .flex > div > ul > li > ul {
padding-left: 20px;
padding-top: 5px;
font-size: 13px;
line-height: 1.8;
}
.page-sitemap .flex > div > ul > li > ul li a {
color: #666;
}
.page-sitemap .flex > div > ul > li > ul li a:hover {
text-decoration: underline;
}
.page-sitemap .flex > div > ul > li > ul li a span:after {
content: '/';
margin: 0 .25em;
}
@media screen and (max-width: 800px) {
.page-sitemap .flex {
border: none;
margin-bottom: 30px;
}
.page-sitemap .flex.corporate .right {
padding-top: 0;
}
.page-sitemap .flex.ninushi-butsuryu .right {
padding-top: 30px;
border: none;
}
.page-sitemap .section-content h2 {
font-size: 16px;
margin-bottom: 1.5em;
}
.page-sitemap .section-content h2:after {
width: 20px;
}
.page-sitemap .flex > div {
width: 100%;
padding-left: 0;
}
.page-sitemap .flex > div > ul > li {
margin-bottom: 5px;
}
.page-sitemap .flex > div > ul > li > a {
font-size: 13px;
}
.page-sitemap .flex > div > ul > li > a:before {
top: 1px;
width: 14px;
height: 14px;
}
.page-sitemap .flex > div > ul > li > ul {
padding-left: 20px;
padding-top: 5px;
font-size: 12px;
line-height: 1.8;
}
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
font-size: 13px;
color: #666;
line-height: 1.6;
} .zf-flLeft {
float:left;
}
.zf-flRight {
float:right;
}
.zf-clearBoth {
clear:both;
}
ol, ul {
list-style: none outside none;
}
.zf-normalText {
font-size:13px;
line-height:1.5;
}
.zf-smallText {
font-size:0.9em;
font-weight:normal;
}
.zf-smallHeading {
font-size:18px;
}
.zf-heading {
font-size:2em;
}
.zf-subHeading {
font-size:1.5em;
}
.zf-boldText, .zf-boldText a {
font-weight:bold;
text-decoration:none;
}
.zf-italicText {
font-style:italic;
}
.zf-heading a {
text-decoration:underline;
}
.zf-heading a:hover {
text-decoration:none;
}
.zf-blodText {
font-weight:bold;
}
.zf-overAuto {
overflow:auto;
}
.zf-split {
color: #8B9193;
padding: 0 3px;
}
.zf-backgroundBg {
background:#f5f5f5;
}
.zf-templateWidth {
margin:1% auto;
}
.zf-templateWidth {
width:800px;
}
.zf-templateWrapper {
background:#fff;
border:1px solid #d6d6d6;
-webkit-box-shadow: 0 0px 3px #E1E1E1;
-moz-box-shadow: 0 0px 3px #E1E1E1;
box-shadow: 0 0px 3px #E1E1E1;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.zf-tempContDiv input[type="text"], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea {
background:#fff;
border:1px solid #e5e5e5;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
padding:5px;
font-size:13px;
}
.zf-tempContDiv input[type="text"]:hover,  .zf-tempContDiv textarea:hover{
border:1px solid rgba(157, 157, 157, 0.75) !important;
}
.zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus{
border:1px solid rgba(121, 187, 238, 0.75) !important;
-webkit-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;
-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;
box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;
}
.zf-tempContDiv textarea {
height:75px;
}
.arrangeAddress .zf-addrCont  span.zf-addtwo{ width: 99% !important;float: none !important;} .zf-errorMessage {
font:12px Arial, Helvetica, sans-serif;
color:#ff0000;
padding-top:5px;
} .zf-important {
color:#ff0000 !important;
font-weight: normal;
margin-left:0px;
padding: 0;
font-size:13px !important;
} .zf-instruction {
color:#939393;
font-style:italic;
margin-top:3px;
font-size:12px;
overflow:visible !important;
}
.zf-symbols {
padding:0 5px;
}
.zf-overflow{ overflow:hidden;} .zf-tempHeadBdr {
margin:0;
padding:0;
overflow:hidden;
}
.zf-tempHeadContBdr {
background: #494949;
border-bottom:1px solid #EAEAEA;
margin: 0;
padding:10px 25px;
-webkit-border-radius:2px 2px 0 0;
-moz-border-radius:2px 2px 0 0;
border-radius:2px 2px 0 0;
}
.zf-tempHeadContBdr .zf-frmTitle {
color: #FFFFFF;
margin: 0;
padding: 0;
font-size:2em;
}
.zf-tempHeadContBdr .zf-frmDesc {
color: #DDDDDD;
font-size: 14px;
font-weight: normal;
margin: 0;
padding: 0;
} .zf-subContWrap {
padding:0;
margin:10px;
margin-bottom:0;
}
.zf-tempFrmWrapper {
padding:10px 15px;
margin:1px 0;
}
.zf-tempFrmWrapper .zf-tempContDiv {
margin:0;
padding:0;
}
.zf-tempFrmWrapper .zf-labelName {
font-weight:bold;
font-size:13px;
color:#444;
}
.zf-form-sBox{
padding:4px;
border:1px solid #e5e5e5;
font-size:13px;
}
.zf-name .zf-tempContDiv span, .zf-phone .zf-tempContDiv span, .zf-time .zf-tempContDiv span{
float: left;
display:block;
}
.zf-name .zf-tempContDiv span{margin-bottom:5px; margin-left: 4%;}
.zf-name .zf-tempContDiv span.last{ margin-right:0;}
.zf-name .zf-tempContDiv span label{ display: block;padding-top:3px;}
.zf-name .zf-tempContDiv input[type="text"] {width:100%;}
.zf-phone .zf-tempContDiv span label, .zf-date .zf-tempContDiv span label, .zf-time .zf-tempContDiv span label, .zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label, .zf-name .zf-tempContDiv span label{
font-size:11px;
padding-top:3px;
}
.zf-phone .zf-tempContDiv label, .zf-date .zf-tempContDiv label, .zf-time .zf-tempContDiv label, .zf-address .zf-tempContDiv label, .zf-name .zf-tempContDiv span label {
color:#888888;
}
.zf-phone .zf-tempContDiv span label {
display: block;
padding-top:3px;
text-align:center;
}
.zf-phone .zf-tempContDiv .zf-symbols {
padding-top:5px;
}
.zf-currency .zf-tempContDiv span{
display:inline-block;
}
.zf-currency .zf-tempContDiv span label {
display: block;
padding-top:3px;
}
.zf-currency .zf-tempContDiv .zf-symbol {
font-size: 14px;
margin-left:5px;
margin-top: 4px;
width:auto;
font-weight:bold;
}
.zf-decesion .zf-tempContDiv{
width:100% !important;
margin-top:4px;
}
.zf-decesion input[type="checkbox"] {
display: block;
height: 13px;
margin: 0;
padding: 0;
width: 13px;
float:left;
margin-top:4px;
}
.zf-decesion label {
display: block;
line-height:21px;
margin: 0px 0 0 25px !important;
padding-bottom: 0 !important;
width:95% !important;
float:none !important;
line-height:21px !important;
text-align:left !important;
}
.zf-tempContDiv input[type="file"]{
outline:none;
border:1px solid #ccc;
margin:0 auto;
padding:5px;
width:auto;
}
.zf-address .zf-tempContDiv span, .zf-geolocation .zf-tempContDiv span {
display:block;
padding-bottom:15px;
margin-right:2%;
}
.zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label{
display: block;
padding-top:3px;
}
.zf-address .zf-tempContDiv .zf-addOne, .zf-geolocation .zf-tempContDiv .zf-addOne{
float: none;
padding-bottom:15px;
margin-right:0;
}
.zf-address .zf-tempContDiv .zf-addOne input, .zf-geolocation .zf-tempContDiv .zf-addOne input{
width:98%;
}
.zf-address .zf-tempContDiv span.zf-addtwo, .zf-geolocation .zf-tempContDiv span.zf-addtwo{
width:48%;
}
.zf-address .zf-tempContDiv span.zf-addtwo input, .zf-geolocation .zf-tempContDiv span.zf-addtwo input{
width:99%;
}
.zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox{
width:100%;
}
.zf-signContainer{
margin:0;
padding:0;
width:100%;
}
.zf-signContainer canvas{
cursor:crosshair;
border:1px solid #ccc;
background:#fff;
}
.zf-signContainer a{
font-size: 11px;
text-decoration: underline;
}
.zf-section h2{
border-bottom:1px solid #D7D7D7;
font-size:22px;
color:#000;
font-weight:500;
font-family:'Open Sans',"Lucida Grande",Arial,Helvetica,sans-serif;
padding-bottom:10px;
}
.zf-section p{
color:#847F7F;
margin-top:10px;
}
.zf-note .zf-labelName{
padding-top:7px;
}
.zf-templateWrapper .zf-note{
overflow:hidden;
}
.zf-date .zf-tempContDiv span label {
display: block;
padding-top:3px;
text-align:left;
}
.zf-subDate{ margin-right:10px;}
.zf-subDate label{ text-align:left !important;}
.zf-time .zf-tempContDiv span label {
display: block;
padding-top:3px;
text-align:center;
}
.zf-time .zf-tempContDiv .zf-form-sBox{
min-width:58px;
}
.zf-time .zf-tempContDiv .zf-symbols {
padding-top:5px;
}
.zf-tempContDiv input[type="checkbox"], .zf-tempContDiv input[type="radio"] {
display: block;
height: 13px;
margin: 4px 0 0;
padding: 0;
width: 13px;
}
.zf-radio .zf-overflow, .zf-checkbox .zf-overflow{padding-left:2px !important;}
.zf-sideBySide .zf-tempContDiv span {
margin: 0 15px 5px 0;
padding:0;
width:auto;
float: left;
display:block;
}
.zf-sideBySide .zf-tempContDiv span input[type="checkbox"] {
display: block;
width: 13px;
height: 13px;
padding: 0;
margin-top:3px;
float:left;
}
.zf-sideBySide .zf-tempContDiv span input[type="radio"] {
display: block;
width: 13px;
height: 13px;
margin-top:4px;
padding: 0;
float:left;
}
.zf-sideBySide .zf-tempContDiv span label {
line-height:21px;
display: block;
margin: 0 0 0 20px;
padding: 0 0 5px;
}
.zf-oneColumns .zf-tempContDiv span {
margin:0 0 13px 0;
padding:0;
width:100%;
display:block;
clear: both;
}
.zf-oneColumns .zf-tempContDiv span:last-child { margin-bottom:0;}
.zf-oneColumns .zf-tempContDiv span input[type="checkbox"] {
display: block;
width: 13px;
height: 13px;
margin:0;
padding: 0;
margin-top:3px;
float:left;
}
.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
display: block;
width: 13px;
height: 13px;
margin-top:4px;
padding: 0;
float:left;
}
.zf-oneColumns .zf-tempContDiv span label {
line-height:19px;
display: block;
margin: 0 0 0 20px;
padding:0;
font-size:13px;
}
.zf-twoColumns .zf-tempContDiv span {
margin: 0 5px 13px 0;
width: 48%;
float: left;
display:block;
}
.zf-twoColumns .zf-tempContDiv span input[type="checkbox"] {
display: block;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
margin-top:3px;
float:left;
}
.zf-twoColumns .zf-tempContDiv span input[type="radio"] {
display: block;
width: 13px;
height: 13px;
margin-top:4px;
padding: 0;
float:left;
}
.zf-twoColumns .zf-tempContDiv span label {
line-height:21px;
display: block;
margin: 0 0 0 20px;
padding: 0 0 5px;
}
.zf-threeColumns .zf-tempContDiv span {
margin: 0 5px 13px 0;
width:30%;
float: left;
}
.zf-threeColumns .zf-tempContDiv span input[type="checkbox"] {
display:block;
width: 13px;
height: 13px;
padding: 0;
margin-top:3px;
float:left;
}
.zf-threeColumns .zf-tempContDiv span input[type="radio"] {
display:block;
width: 13px;
height: 13px;
margin-top:4px;
padding: 0;
float:left;
}
.zf-threeColumns .zf-tempContDiv span label {
line-height:21px;
display: block;
margin: 0 0 0 20px;
padding: 0 0 5px;
}
.zf-mSelect select{ font-size:13px;}
.zf-fmFooter {
margin:0;
padding:25px;
text-align:center;
}
.zf-fmFooter .zf-submitColor{ font-size:14px; padding:4px 10px;}
.zf-submitColor{
color: #fff;
border:1px solid;
border-color: #2F9EEC #1988D6 #1988D6;
background: #2596e6;
background: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6));
background: -moz-linear-gradient(top,  #2f9eec,  #1988d6);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6');
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
}
.zf-submitColor:hover{
background: #1988d6;
background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6));
background: -moz-linear-gradient(top,  #1988d6,  #1988d6);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');
} .zf-small .zf-tempContDiv input[type="text"], .zf-small .zf-tempContDiv textarea, .zf-small .zf-mSelect select, .zf-small .zf-tempContDiv .zf-sliderCont, .zf-small .zf-tempContDiv .zf-pdfTextArea{
width:50%;
}
.zf-medium .zf-tempContDiv input[type="text"], .zf-medium .zf-tempContDiv textarea, .zf-medium .zf-mSelect select, .zf-medium .zf-tempContDiv .zf-sliderCont, .zf-medium .zf-tempContDiv .zf-pdfTextArea{
width:75%;
}
.zf-large .zf-tempContDiv input[type="text"], .zf-large .zf-tempContDiv textarea, .zf-large .zf-mSelect select, .zf-large .zf-tempContDiv .zf-sliderCont, .zf-large .zf-tempContDiv .zf-pdfTextArea{
width:100%;
}
.zf-small .zf-tempContDiv .zf-form-sBox{
width:50%;
}
.zf-medium .zf-tempContDiv .zf-form-sBox{
width:75%;
}
.zf-large .zf-tempContDiv .zf-form-sBox{
width:100%;
}
.zf-name .zf-tempContDiv .zf-form-sBox{
width:100%;
}
.zf-namesmall .zf-nameWrapper{ width: 50%;}
.zf-namesmall .zf-tempContDiv span{width:48%;}
.zf-namesmall .zf-oneType .zf-salutationWrapper span{width:63%; }
.zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 33%;}
.zf-namesmall .zf-twoType .zf-salutationWrapper span{width:34%;margin-left:3%;}
.zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation{ width:26%;}
.zf-namesmall .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}
.zf-namesmall .zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;}
.zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width:50%;}
.zf-namesmall .zf-tempContDiv span:first-child{ margin-left:0;}
.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span, .zf-rightAlign .zf-namesmall	.zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;}
.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation, .zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 50%; }
.zf-namemedium .zf-nameWrapper{ width: 75%;}
.zf-namemedium .zf-tempContDiv span{width:49%; margin-left:2%;}
.zf-namemedium .zf-oneType .zf-salutationWrapper span{width:73%; }
.zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 25%;}
.zf-namemedium .zf-twoType .zf-salutationWrapper span{width:38%;margin-left:2%;}
.zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation{ width:20%;}
.zf-namemedium .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}
.zf-namemedium .zf-threeType .zf-salutationWrapper span{width:25%;margin-left:2%;}
.zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation{ width:19%;}
.zf-namemedium .zf-tempContDiv span:first-child{ margin-left:0;}
.zf-namelarge .zf-tempContDiv span{width:23.5%; margin-left:2%; margin-right: 0; margin-bottom: 0;}
.zf-namelarge .zf-twoType .zf-nameWrapper span{width:49%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}
.zf-namelarge .zf-twoType .zf-salutationWrapper span{width:40%; margin-left:2%;}
.zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation{ width: 16%;}
.zf-namelarge .zf-threeType .zf-salutationWrapper span{width:26%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 16%;}
.zf-namelarge .zf-oneType .zf-salutationWrapper span{width:73%; margin-left:2%;}
.zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation{ width:25%;}
.zf-namelarge .zf-tempContDiv span:first-child { margin-left:0 !important;}
.zf-csmall	 .zf-tempContDiv input[type="text"] {
width:43%;
}
.zf-cmedium .zf-tempContDiv input[type="text"] {
width:67%;
}
.zf-clarge	 .zf-tempContDiv input[type="text"] {
width:91%;
}
.zf-nsmall .zf-tempContDiv input[type="text"] {
width:50%;
}
.zf-nmedium .zf-tempContDiv input[type="text"] {
width:75%;
}
.zf-nlarge .zf-tempContDiv input[type="text"] {
width:100%;
}
.zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea {
width:49%;
}
.zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea {
width:60%;
}
.zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea {
width:74%;
}
.zf-addrsmall .zf-tempContDiv .zf-addrCont{
width:50%;
}
.zf-addrmedium .zf-tempContDiv .zf-addrCont{
width:75%;
}
.zf-addrlarge .zf-tempContDiv .zf-addrCont{
width:100%;
} .zf-topAlign .zf-tempFrmWrapper .zf-labelName {
padding-bottom:8px;
display:block;
}
.zf-topAlign .zf-threeColumns .zf-labelName, .zf-topAlign .zf-twoColumns .zf-labelName, .zf-topAlign .zf-oneColumns .zf-labelName, .zf-topAlign .zf-sideBySide .zf-labelName{ padding-bottom:8px;}
.zf-leftAlign {
display:block;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-labelName {
float:left;
width:30%;
line-height:20px;
margin-right:15px;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv {
margin-left: 35%;
}
.zf-leftAlign .zf-slider .zf-tempContDiv{ margin-top:6px;}
.zf-leftAlign .zf-decesion .zf-tempContDiv, .zf-rightAlign .zf-decesion .zf-tempContDiv{ margin-left:0 !important;}
.zf-rightAlign {
display:block;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-labelName {
float:left;
width:30%;
line-height: 20px;
text-align:right;
margin-right:15px;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv {
margin-left: 35%;
}
.zf-matrixTable{ font-size:13px; overflow-x: scroll;padding-bottom: 15px !important;}
.zf-matrixTable table th, .zf-matrixTable table td{padding:10px;}
.zf-matrixTable thead th, .zf-matrixTable table td{ text-align:center;}
.zf-matrixTable table td input[type="radio"], .zf-matrixTable table td input[type="checkbox"]{ display:inline-block;}
.zf-matrixTable tbody th{ font-weight:normal;font-size: 13px;text-align: left;}
.zf-matrixTable thead th { font-weight:600;font-size: 13px;} .zf-termsContainer{ margin:0; padding:0;}
.zf-termsContainer .zf-termsMsg {border: 1px solid #E1E1E1;max-height: 250px; min-height:70px; overflow-y:scroll; padding:10px;  margin-bottom:6px;}
.zf-termsAccept{ margin-top:2px !important;}
.zf-termsAccept input[type="checkbox"]{ margin-top:2px !important; float:left;}
.zf-termsAccept label{ margin-left: 20px;font-size: 13px;float: none;display: block;}
.zf-termsWrapper .zf-tempContDiv{ margin-left:0 !important;}
.zf-termsWrapper .zf-labelName{ width:100% !important; text-align:left !important; padding-bottom:8px !important;}
.zf-medium .zf-phwrapper {
width: 75%;
}
.zf-phwrapper.zf-phNumber span {
width: 100% !important;
}
.zf-phwrapper span:first-child {
margin-left: 0;
width: 22%;
}
.zf-phwrapper label {
display: block;
color: #888888;
font-size: 11px;
margin-top: 2px;
}
.zf-medium .zf-phonefld input[type="text"], .zf-small .zf-phonefld input[type="text"] {
width: 100%;
}
.zf-small .zf-phwrapper {
width: 50%;
}
.zf-tempFrmWrapper.zf-phone span {
width: auto;
margin: inherit;
}
.zf-phwrapper span {
margin-bottom: 10px;
float: left;
width: 76%;
margin-left: 2%;
}
.zf-descFld a{ text-decoration:underline;}
.zf-descFld em{ font-style:italic;}
.zf-descFld b{ font-weight:bold;}
.zf-descFld i{ font-style: italic;}
.zf-descFld u{ text-decoration:underline;}
.zf-descFld ul{ margin:auto;}
.zf-descFld ul{ list-style:disc;}
.zf-descFld ol{ list-style:decimal;}
.zf-descFld ul, .zf-descFld ol{margin: 10px 0;
padding-left: 20px;}
.zf-descFld  ol.code {
list-style-position: outside;
list-style-type: decimal;
padding: 0 30px;
}
.zf-descFld  ol.code li {
background-color: #F5F5F5;
border-left: 2px solid #CCCCCC;
margin: 1px 0;
padding: 2px;
}
.zf-descFld  blockquote.zquote {
border-left: 3px solid #EFEFEF;
padding-left: 35px;
}
.zf-descFld  blockquote.zquote span.txt {
-moz-user-focus: ignore;
-moz-user-input: disabled;
-moz-user-select: none;
color: #058BC2;
float: left;
font: bold 50px Arial,Helvetica,sans-serif;
margin: -10px 0 0 -30px;
}
.zf-descFld  blockquote.block_quote {
background: url(//www.f-logi.com/wp-content/themes/images/newQuote.gif) no-repeat scroll 12px 10px rgba(0, 0, 0, 0);
border-left: 3px solid #EFEFEF;
font: 13px/20px georgia,Arial,verdana,Helvetica,sans-serif;
margin: 15px 3px 15px 15px;
padding: 10px 10px 10px 40px;
}
.zf-descFld  body {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
margin: 8px;
}
.note .noteCont{ overflow:hidden;}
.note .zf-descFld{
overflow:hidden;
font-size: 13px;
} .custom-contents section{
margin:0 0 80px;
}
.custom-contents table p,
.custom-contents .wp-block-column p{
font-size:1em !important;
}
.custom-contents .seminar_kaisaigaiyo th{
text-align:left;
width:15%;
}
.custom-contents .seminar_kaisaigaiyo .wp-block-table th{
border:none;
border-bottom: 1px solid #D9D9D9;
padding: 15px 0;
}
.custom-contents .seminar_kaisaigaiyo .wp-block-table td{
border:none;
border-bottom: 1px solid #D9D9D9;
padding: 15px 0;
}
@media screen and (max-width: 800px) {
.custom-contents .seminar_kaisaigaiyo th{
display:list-item;
font-weight:bold;
width:100%;
}
.custom-contents .seminar_kaisaigaiyo .wp-block-table th{
border-bottom: none;
padding: 10px 0 0 0;
}
.custom-contents .seminar_kaisaigaiyo td{
display:list-item;
margin:0 0 15px;
padding:0 0 0 1em;
}
.custom-contents .seminar_kaisaigaiyo .wp-block-table td{
padding: 5px 0 10px;
}
}
.custom-contents .seminar_kouza th{
text-align:left;
width:15%;
padding:0 0 2em;
}
.custom-contents .seminar_kouza td{
padding:0 0 2em;
}
@media screen and (max-width: 800px) {
.custom-contents .seminar_kouza th{
display:list-item;
font-weight:bold;
width:100%;
padding:0 0 1em;
}
.custom-contents .seminar_kouza td{
display:list-item;
margin:0 0 15px;
padding:0 0 2em 1em;
}
} #page.page-complete .section-wrap{
padding:0;
}
#page.page-complete .section-wrap .section-title{
height:auto;
}
#page.page-complete .section-wrap .section-title h1{
color:#333;
position:relative;
top:0;
transform: none !important;
padding:40px 20px;
}
#page.page-complete .section-wrap .section-title img{
display:none;
}
.page-complete .section-content h2 {
font-size: 18px;
line-height: 1.67;
font-weight: bold;
letter-spacing: .04em;
border-left: 2px solid #00489e;
padding-left: .75em;
margin-bottom: .5em;
}
.page-complete .section-content p {
font-size: 15px;
line-height: 2;
letter-spacing: .04em;
margin-bottom: 2em;
}
.page-complete .section-content p + h2 {
margin-top: 3em;
}
.page-complete .section-content p.note {
font-size: 13px;
line-height: 1.7;
}
.page-complete .section-content a {
color: #00489e;
}
.page-complete .section-content a:after {
content: '';
display: inline-block;
width: 1em;
height: 1em;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon_arrow-common-link.svg) center center/contain no-repeat;
vertical-align: text-bottom;
margin-left: .25em;
}
.page-complete .section-content a:hover {
text-decoration: underline;
}
.page-complete .section-content table {
width: 100%;
font-size: 15px;
line-height: 2;
border-bottom: 1px solid #ddd;
}
.page-complete .section-content table tbody {
width: 100%;
}
.page-complete .section-content table tr {
width: 100%;
}
.page-complete .section-content table th {
width: 200px;
text-align: left;
font-weight: bold;
padding: 1.5em 1em 1.5em 0;
border-top: 1px solid #ddd;
}
.page-complete .section-content table td {
padding: 1.5em 0;
border-top: 1px solid #ddd;
}
.page-complete .section-content table tr:first-child th,
.page-complete .section-content table tr:first-child td {
border-top: none;
}
@media screen and (max-width: 800px) {
.page-complete .section-content h2 {
font-size: 15px;
}
.page-complete .section-content p {
font-size: 13px;
line-height: 1.8;
margin-bottom: 1.8em;
}
.page-complete .section-content p + h2 {
margin-top: 2.8em;
}
.page-complete .section-content p.note {
font-size: 11px;
}
.page-complete .section-content table {
font-size: 13px;
line-height: 1.8;
}
.page-complete .section-content table th {
width: 100px;
padding: 1em 1em 1em 0;
}
.page-complete .section-content table td {
padding: 1em 0;
}
} .page-complete #seminar.butsuryu {
margin:0;
}
.page-complete #seminar.butsuryu .section-wrap {
background: url(//www.f-logi.com/wp-content/themes/fsl/images/bg-butsuryu-seminar.jpg) left top/cover no-repeat;
padding: 70px 0 90px;
width: 100%;
}
.page-complete #seminar.butsuryu .top-title-wrap {
width: calc(50vw - 290px);
padding-left: calc(50vw - 580px);
float: left;
}
.page-complete #seminar.butsuryu .top-title-wrap h2 {
text-align: left;
font-size: 36px;
font-weight: bold;
line-height: 2;
letter-spacing: .05em;
padding-bottom: .25em;
margin-bottom: 1.4em;
color: #fff;
}
.page-complete #seminar.butsuryu .top-title-wrap h2:after {
left: 0;
margin-left: 0;
height: 4px;
width: 60px;
background-color: #fff;
}
.page-complete #seminar.butsuryu .top-title-wrap .btn-radius a {
display: block;
width: 200px;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #00479d;
line-height: 17px;
padding: 16px 0 17px;
background-color: #fff;
border-radius: 25px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.page-complete #seminar.butsuryu .top-title-wrap .btn-radius a:hover {
opacity: .6;
}
.page-complete #seminar.butsuryu .top-title-wrap .btn-radius a svg {
width: 17px;
height: 17px;
margin-left: .5em;
vertical-align: bottom;
}
.page-complete #seminar.butsuryu .seminar-wrap {
padding-top: 20px;
margin-left: calc(50vw - 290px);
}
.page-complete #seminar.butsuryu .slick-initialized .slick-track {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.page-complete #seminar.butsuryu .slick-initialized .slick-slide {
height: auto;
}
.page-complete #seminar.butsuryu .slick-initialized .slick-slide div {
height: 100%;
}
.page-complete #seminar.butsuryu .seminar-slide .item a {
width: 360px;
height: 100%;
margin-right: 40px;
background-color: #fff;
display: block;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.page-complete #seminar.butsuryu .seminar-slide .item a:hover {
opacity: .6;
}
.page-complete #seminar.butsuryu .seminar-slide .item .thumb {
position: relative;
width: 100%;
padding-top: 56.25%;
height: auto;
}
.page-complete #seminar.butsuryu .seminar-slide .item .thumb img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.page-complete #seminar.butsuryu .seminar-slide .item .thumb span {
display: inline-block;
font-size: 12px;
color: #fff;
background-color: #00479d;
line-height: 2;
position: absolute;
bottom: 0;
left: 0;
padding: 0 .5em;
}
#seminar .slick-dots {
line-height: 1;
bottom: -30px;
text-align: left;
}
#seminar .slick-dots li {
line-height: 1;
width: 10px;
height: 10px;
margin: 0 5px;
padding: 0;
vertical-align: bottom;
}
#seminar .slick-dots li button {
line-height: 1;
width: 10px;
height: 10px;
padding: 0;
border-radius: 50%;
background-color: #999;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
#seminar .slick-dots li:hover button, #seminar .slick-dots li.slick-active button {
background-color: #fff;
}
#seminar .slick-dots li button:before {
display: none;
}
.page-complete #seminar.butsuryu .seminar-slide .item .txt {
padding: 6% 8%;
background-color: #fff;
width: 100%;
}
.page-complete #seminar.butsuryu .seminar-slide .item .cat {
font-size: 13px;
line-height: 2;
color: #00479d;
}
.page-complete #seminar.butsuryu .seminar-slide .item h3 {
font-size: 18px;
line-height: 1.8;
font-weight: bold;
}
.page-complete #seminar.butsuryu .seminar-slide .item .info {
color: #999;
font-size: 12px;
}
@media screen and (max-width: 800px) {
.page-complete #seminar.butsuryu .section-wrap {
background: url(//www.f-logi.com/wp-content/themes/fsl/images/bg-butsuryu-seminar_sp.jpg) left top/cover no-repeat;
padding: 55px 0 70px;
width: 100%;
}
.page-complete #seminar.butsuryu .top-title-wrap {
width: 100%;
padding-left: 0;
float: none;
}
.page-complete #seminar.butsuryu .top-title-wrap h2 {
text-align: center;
font-size: 26px;
line-height: 2;
letter-spacing: .05em;
padding-bottom: .0em;
margin-bottom: 1.6em;
}
.page-complete #seminar.butsuryu .top-title-wrap h2:after {
left: 50%;
margin-left: -25px;
height: 3px;
width: 50px;
}
.page-complete #seminar.butsuryu .btn-radius {
padding-top: 30px;
}
.page-complete #seminar.butsuryu .btn-radius a {
display: block;
max-width: 320px;
font-size: 14px;
color: #00479d;
line-height: 22px;
padding: 16px 0 16px;
background-color: #fff !important;
border-radius: 35px;
text-align:center;
margin:0 auto;
}
.page-complete #seminar.butsuryu .btn-radius a svg {
width: 18px;
height: 18px;
margin-left: .5em;
vertical-align: -4px;
}
.page-complete #seminar.butsuryu .seminar-wrap {
padding-top: 0px;
}
.page-complete #seminar.butsuryu .seminar-slide .item a {
width: 300px;
margin-left: 20px;
margin-right: 0;
}
.page-complete #seminar.butsuryu .seminar-slide .item a:hover {
opacity: .6;
}
.page-complete #seminar.butsuryu .seminar-slide .item .thumb {
position: relative;
width: 100%;
padding-top: 56.25%;
height: auto;
}
.page-complete #seminar.butsuryu .seminar-slide .item .thumb img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.page-complete #seminar.butsuryu .seminar-slide .item .thumb span {
display: inline-block;
font-size: 12px;
color: #fff;
background-color: #00479d;
line-height: 2;
position: absolute;
bottom: 0;
left: 0;
padding: 0 .5em;
}
#seminar .slick-dots {
bottom: -30px;
text-align: center;
}
.page-complete #seminar.butsuryu .top-title-wrap {
width: 100%;
padding-left: 0px;
text-align: center;
float: none;
}
.page-complete #seminar.butsuryu .seminar-wrap {
margin-left: 0px !important;
}
.page-complete #seminar.butsuryu .seminar-slide .item .txt {
padding: 6% 7%;
background-color: #fff;
width: 100%;
}
.page-complete #seminar.butsuryu .seminar-slide .item .cat {
font-size: 12px;
line-height: 1.8;
}
.page-complete #seminar.butsuryu .seminar-slide .item h3 {
font-size: 16px;
line-height: 1.8;
text-align: justify;
margin-bottom: 8px;
}
.page-complete #seminar.butsuryu .seminar-slide .item a:hover {
opacity: 1.0;
}
} .page-complete #seminar.ninushi .top-title-wrap h2 {
text-align: center;
font-size: 30px;
line-height: 2.4;
position: relative;
margin-bottom: 40px;
}
.page-complete #seminar.ninushi .top-title-wrap h2:after {
content: '';
display: block;
height: 2px;
width: 50px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
background-color: #00479d;
}
#page.page-complete #seminar.ninushi {
margin:60px 0 0;
}
#page.page-complete #seminar.ninushi .section-wrap{
padding:0;
}
.page-complete #seminar.ninushi {
background: #f5f5f5;
padding: 75px 0 100px;
margin:0;
}
.page-complete #seminar.ninushi .seminar-wrap {
padding: 0 20px;
}
.page-complete #seminar.ninushi .seminar-list {
max-width: 1160px;
margin: auto;
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: -50px;
margin-bottom: 50px;
}
.page-complete #seminar.ninushi .seminar-list li {
width: 31%;
margin-right: 3.5%;
margin-top: 50px;
}
.page-complete #seminar.ninushi .seminar-list li a {
background-color: #fff;
width: 100%;
height: 100%;
display: block;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.page-complete #seminar.ninushi .seminar-list li a:hover {
opacity: .6;
}
.page-complete #seminar.ninushi .seminar-list li:nth-child(3n) {
margin-right: 0;
}
.page-complete #seminar.ninushi .seminar-list li .thumb {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.page-complete #seminar.ninushi .seminar-list li .thumb img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.page-complete #seminar.ninushi .seminar-list li .thumb span {
display: inline-block;
font-size: 12px;
color: #fff;
background-color: #00479d;
line-height: 2;
position: absolute;
bottom: 0;
left: 0;
padding: 0 .5em;
}
.page-complete #seminar.ninushi .seminar-list li .txt {
padding: 6% 8%;
background-color: #fff;
width: 100%;
}
.page-complete #seminar.ninushi .seminar-list li .cat {
font-size: 13px;
line-height: 2;
color: #00479d;
}
.page-complete #seminar.ninushi .seminar-list li h3 {
font-size: 18px;
line-height: 1.8;
font-weight: bold;
}
.page-complete #seminar.ninushi .seminar-list li .info {
color: #999;
font-size: 12px;
}
@media screen and (max-width: 800px) {
.page-complete #seminar.ninushi .top-title-wrap h2 {
font-size: 21px;
line-height: 1.6;
margin-bottom: 35px;
}
.page-complete #seminar.ninushi .top-title-wrap h2:after {
height: 2px;
width: 36px;
margin-left: -18px;
position: absolute;
bottom: -8px;
}
.page-complete #seminar.ninushi {
padding: 55px 0 60px;
}
.page-complete #seminar.ninushi .seminar-wrap {
padding: 0 20px;
}
.page-complete #seminar.ninushi .seminar-list {
max-width: 100%;
margin-top: -50px;
margin-bottom: 30px;
}
.page-complete #seminar.ninushi .seminar-list li {
width: 100%;
margin-right: 0%;
margin-top: 25px;
}
.page-complete #seminar.ninushi .seminar-list li:first-child {
margin-top: 50px;
}
.page-complete #seminar.ninushi .seminar-list li .thumb {
padding-top: 56.25%;
}
.page-complete #seminar.ninushi .seminar-list li .thumb span {
display: inline-block;
font-size: 12px;
color: #fff;
background-color: #00479d;
line-height: 2;
position: absolute;
bottom: 0;
left: 0;
padding: 0 .5em;
}
}  .contact-1column{
max-width:900px;
margin:0 auto 60px;
background:#f4f4f4;
padding:30px 40px;
}
.contact-1column h2{
text-align:left;
margin:0 0 20px !important;
padding:0 0 .5em !important;
font-family:"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
background-color: inherit !important;
font-size: 30px !important;
border:none !important;
font-weight: normal !important;
line-height: 1.6 !important;
letter-spacing: 0em !important;
position:relative;
}
.contact-1column h2:after {
content: '';
display: block;
width: 50px;
height: 2px;
background-color: #00479d;
position: absolute;
bottom: 0;
left: 0;
}
.contact-1column p {
line-height:1 !important;
margin:0 !important;
}
.contact-1column p a{
color:#00479d;
font-weight:bold;
font-size:36px;
}
.contact-1column p a strong{
font-size:52px;
background:none !important;
}
.contact-1column p a em{
display:inline-block;
margin:0 0 0 20px;
font-size:24px;
}
.contact-1column ul{
display:flex;
justify-content:space-between;
align-items:center;
}
.contact-1column ul li{
width:calc(50% - 10px);
text-align:center;
margin:20px 0 0 0;
}
.contact-1column ul .btn1 img,
.contact-1column ul .btn2 img{
vertical-align: middle;
margin:0 10px 0 0;
}
.contact-1column ul li a{
transition:.3s
}
.contact-1column ul li a:hover{
opacity:.7;
}
.contact-1column ul .btn1 a{
background: #cc0000;
width: 100%;
display: block;
padding: 20px;
color:#fff;
}
.contact-1column ul .btn2 a{
background:#00479d;
width: 100%;
display: block;
padding: 20px;
color:#fff;
}
@media screen and (max-width: 800px) {
.contact-1column{
margin:0 auto 40px;
padding:15px 20px;
}
.contact-1column h2{
margin:0 0 10px !important;
}
.contact-1column p a{
font-size:24px;
}
.contact-1column p a strong{
font-size:32px !important;
}
.contact-1column p a em{
display:block;
margin:10px 0 0;
font-size:18px;
}
.contact-1column ul{
flex-flow:column;
}
.contact-1column ul li{
width:100%;
margin:15px 0 0;
}
.contact-1column .zsiq_floatmain{
display:none;
}
} .contact-2column{
display:flex;
justify-content:center;
margin:0 0 60px;
}
.contact-2column li{
padding: 0 40px;
}
.contact-2column li:first-child{
border-right:1px #CCC solid;
}
.contact-2column .cv_ttl {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}
.contact-2column .cvarea {
text-align: center;
margin-bottom:40px;
}
.contact-2column .cvarea a {
display: inline-block;
max-width: 400px;
width: 100%;
color: #fff;
letter-spacing: .05em;
text-indent: .05em;
font-size: 15px;
line-height: 2;
padding: .9em 1em;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background-color: #d01d40;
}
.contact-2column .cvarea a:hover {
background-color: #a80d2b;
}
.contact-2column li > p{
text-align:center;
margin: 0 0 10px !important;
}
@media screen and (max-width: 800px) {
.contact-2column{
display: block;
margin:0 0 40px;
}
.contact-2column li{
padding: 0 20px 10px;
margin:0 0 20px;
}
.contact-2column li:first-child{
border-right: none;
border-bottom: 1px #CCC solid;
}
.contact-2column .cvarea {
margin-bottom:20px !important;
}
} #wrap .page-internal .section-title {
background: #f5f5f5;
}
#wrap .page-internal .section-content .content > h2 {
font-size: 30px;
letter-spacing: .05em;
line-height: 2.4;
position: relative;
margin-top: 50px;
margin-bottom: 30px;
font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#wrap .page-internal .section-content .content > h2:first-of-type{
margin-top: 0;
}
#wrap .page-internal .section-content .content > h2:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 50px;
background-color: #00479d;
}
@media screen and (max-width: 800px) {
#wrap .page-internal .section-content .content > h2 {
font-size: 21px;
line-height: 2.2;
}
#wrap .page-internal .section-content .content > h2:after {
width: 35px;
height: 1px;
}
}
#wrap .page-internal .section-content .content > h3 {
font-size: 18px;
line-height: 1.67;
font-weight: bold;
letter-spacing: .04em;
border-left: 2px solid #00489e;
padding-left: .75em;
margin-top: 50px;
margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
#wrap .page-internal .section-content .content > h3 {
font-size: 15px;
}
}
#wrap .page-internal .section-content .content > h4 {
font-size: 16px;
font-weight: bold;
border-bottom: 2px #00479d solid;
padding-bottom: 8px;
margin-top: 50px;
margin-bottom: 30px;
line-height: 1.6;
}
@media screen and (max-width: 800px) {
#wrap .page-internal .section-content .content > h4 {
font-size: 15px;
margin-top: 40px;
}
}
#wrap .page-internal .section-content .content > p {
font-size: 15px;
line-height: 2;
letter-spacing: .04em;
margin-bottom: 2.5em;
}
#wrap .page-internal .section-content .content strong {
font-weight: bold;
}
#wrap .page-internal .section-content .content  em {
font-style: italic;
}
#wrap .page-internal .section-content .content a {
color: #00489e;
}
#wrap .page-internal .section-content .content a:after {
content: '';
display: inline-block;
width: 1em;
height: 1em;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon_arrow-common-link.svg) center center/contain no-repeat;
vertical-align: text-bottom;
margin-left: .25em;
}
#wrap .page-internal .section-content .content a:hover {
text-decoration: underline;
}
#wrap .page-internal .section-content .content > ul{
margin-bottom: 2.5em;
padding: 0 0 0 1.5em;
}
#wrap .page-internal .section-content .content > ul li{
list-style: disc;
}
#wrap .page-internal .section-content .content > .wp-block-quote{
background: #f5f5f5;
margin: 3.5em 0;
padding: 30px;
}
#wrap .page-internal .section-content .content > .wp-block-quote p{
margin: 0;
}
#wrap .page-internal .section-content .content > .wp-block-quote cite{
font-weight: bold;
font-style: italic;
color: #666;
}
@media screen and (max-width: 800px) {
#wrap .page-internal .section-content .content > .wp-block-quote{
margin: 2.5em 0;
}
} #wrap .page-internal .section-content .content > .contact-1column{
margin: 80px auto 60px;
}
#wrap .page-internal .section-content .content > .contact-1column em{
font-style: normal;
}
#wrap .page-internal .section-content .content > .contact-1column a::after{
content: none;
}
#wrap .page-internal .section-content .content > .contact-1column a:hover{
text-decoration: none;
}
#wrap .page-internal .section-content .content > .contact-1column ul li a{
color: #fff;
}
@media screen and (max-width: 800px) {
#wrap .page-internal .section-content .content > .contact-1column{
margin: 40px auto 30px;
}
} #wrap .page-internal .section-content .content > .contact-2column{
margin: 0 0 60px;
padding: 0;
}
#wrap .page-internal .section-content .content > .contact-2column li{
list-style: none;
}
#wrap .page-internal .section-content .content > .contact-2column li::marker{
content: none;
}
#wrap .page-internal .section-content .content > .contact-2column a::after{
content: none;
}
#wrap .page-internal .section-content .content > .contact-2column a:hover{
text-decoration: none;
}
#wrap .page-internal .section-content .content > .contact-2column .cvarea a{
color: #fff;
} #wrap .page-internal .section-content .content > .wp-block-table table {
width: 100%;
font-size: 15px;
line-height: 2;
border-bottom: 1px solid #ddd;
margin: 1.0em 0 3.5em;
}
#wrap .page-internal .section-content .content > .wp-block-table table tbody {
width: 100%;
}
#wrap .page-internal .section-content .content > .wp-block-table table tr {
width: 100%;
}
#wrap .page-internal .section-content .content > .wp-block-table table th {
width: 200px;
text-align: left;
font-weight: bold;
padding: 1.5em 1em 1.5em 0;
border-top: 1px solid #ddd;
}
#wrap .page-internal .section-content .content > .wp-block-table table td {
padding: 1.5em 0;
border-top: 1px solid #ddd;
}
#wrap .page-internal .section-content .content > .wp-block-table table tr:first-child th,
#wrap .page-internal .section-content .content > .wp-block-table table tr:first-child td {
border-top: none;
}
@media screen and (max-width: 800px) {
#wrap .page-internal .section-content .content > .wp-block-table table {
font-size: 13px;
line-height: 1.8;
margin: 0 0 2.5em;
}
#wrap .page-internal .section-content .content > .wp-block-table table th {
width: 100px;
padding: 1em 1em 1em 0;
}
#wrap .page-internal .section-content .content > .wp-block-table table td {
padding: 1em 0;
}
} #contact-cont .wrap{
width: 100%;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/bottom-cv-bg.jpg) center center/cover no-repeat;
color: #fff;
padding: 70px 20px 80px;
min-height: 400px;
position: relative;
}
#contact-cont .wrap h2{
text-align: center;
font-size: 30px;
font-family: "游ゴシック", "Yu Gothic", YuGothic;
position: relative;
margin: 0 0 30px;
padding: 0 0 25px;
line-height: 1.0;
}
#contact-cont .wrap h2.mincho {
font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#contact-cont .wrap h2::after{
position: absolute;
left: 50%;
bottom: 0;
content: '';
width: 60px;
height: 1px;
margin: 0 0 0 -30px;
background: #fff;
}
#contact-cont .wrap p{
text-align: center;
font-size: 18px;
color: #fff;
font-family: "游ゴシック", "Yu Gothic", YuGothic;
line-height: 1.75;
}
#contact-cont .wrap p br.pc{
display: block;
}
#contact-cont .wrap p br.sp{
display: none;
}
#contact-cont .wrap ul{
margin: 55px 0 0;
display: flex;
justify-content: center;
}
#contact-cont .wrap ul li{
width: 320px;
margin: 0 15px;
text-align: center;
background: #fff;
}
#contact-cont .wrap ul li a{
display: block;
background: #fff;
font-family: "游ゴシック", "Yu Gothic", YuGothic;
font-size: 18px;
font-weight: bold;
color: #1044A3;
padding: 12px 0;
position: relative;
transition: 0.3s;
}
@media screen and (min-width: 801px) {
#contact-cont .wrap ul li a:hover{
opacity: 0.5;
}
}
#contact-cont .wrap ul li.blue a{
background: #1044A3;
color: #fff;
}
#contact-cont .wrap ul li.blue a:hover{}
#contact-cont .wrap ul li a .arrow {
display: inline-block;
width: 16px;
height: 1px;
margin-left: 3px;
background-color: #1044A3;
position: absolute;
right: 15px;
top: 50%;
vertical-align: middle;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#contact-cont .wrap ul li a .arrow:after {
content: '';
display: block;
height: 1px;
width: 6px;
background-color: #1044A3;
position: absolute;
top: 0;
right: 0;
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-ms-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-o-transform: rotate(40deg);
transform: rotate(40deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#contact-cont .wrap ul li.blue a .arrow {
display: inline-block;
width: 16px;
height: 1px;
margin-left: 3px;
background-color: #fff;
position: absolute;
right: 15px;
top: 50%;
vertical-align: middle;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#contact-cont .wrap ul li.blue a .arrow:after {
content: '';
display: block;
height: 1px;
width: 6px;
background-color: #fff;
position: absolute;
top: 0;
right: 0;
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-ms-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-o-transform: rotate(40deg);
transform: rotate(40deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
@media screen and (max-width: 800px) {
#contact-cont .wrap p{
font-size: 16px;
line-height: 1.75;
}
#contact-cont .wrap p br.pc{
display: none;
}
#contact-cont .wrap p br.sp{
display: block;
}
#contact-cont .wrap ul{
margin: 55px 0 0;
display: block;
}
#contact-cont .wrap ul li{
width: 100%;
margin: 12px 0 0;
text-align: center;
}
#contact-cont .wrap ul li a{
font-size: 16px;
padding: 15px 0;
}
} #page404{
padding: 100px 0;
text-align: center;
font-size: 16px;
}
#page404 .tit{
font-size: 30px;
font-weight: bold;
line-height: 1.6;
margin-bottom: 30px;
}
#page404 .btn{
display: inline-block;
max-width: 290px;
width: 100%;
color: #fff;
font-size: 15px;
line-height: 2;
padding: 10px;
border-radius: 25px;
background-color: #00479d;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin-top: 50px;
}
#page404 .btn:hover {
opacity: .6;
}
@media screen and (max-width: 800px) {
#page404{
padding: 50px 10px;
font-size: 13px;
}
#page404 .tit{
font-size: 20px;
margin-bottom: 20px;
}
} .relatedLinks{
padding: 40px 0;
max-width: 1200px;
margin: 0 auto;
}
.relatedLinks.single ul{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 0 -10px;
}
.relatedLinks.single ul li{
width: calc(100% / 3 - 20px);
margin: 0 10px;
}
.relatedLinks ul li{
position: relative;
border: solid 1px #ccc;
background-color: #fff;
transition: .3s;
padding: 0 0 10px;
}
.relatedLinks ul li:hover{
opacity: .6;
}
.relatedLinks ul li a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.relatedLinks ul li a:after{
display: none!important;
}
.relatedLinks ul li img{
width: 100%;
}
.relatedLinks ul li .thumb{
margin: 0 0 10px!important;
}
.relatedLinks ul li .tit{
font-size: 18px!important;
line-height: 1.8!important;
font-weight: bold!important;
margin: 0 10px 5px!important;
}
.relatedLinks ul li .info {
color: #444;
font-size: 13px!important;
margin: 0 10px!important;
}
.relatedLinks.slide .slick-slider{
margin: 0 -10px;
}
.relatedLinks.slide .slick-slide{
margin: 0 10px;
}
.relatedLinks.slide .slick-dots{
bottom: -35px;
}
.relatedLinks.slide .slick-dots li{
width: 10px;
height: 10px;
padding: 0;
border: none;
background-color: initial;
}
.relatedLinks.slide .slick-dots li button {
line-height: 1;
width: 10px;
height: 10px;
padding: 0;
border-radius: 50%;
background-color: #999;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.relatedLinks.slide .slick-dots li button:before{
display: none;
}
.relatedLinks.slide .slick-dots li.slick-active button {
background-color: #00479d;
}
.relatedLinks.slide .slick-next {
width: 40px;
height: 40px;
top: 50%;
transform: translateY(-50%);
right: -50px;
border: solid 1px #00479D;
z-index: 100;
cursor: pointer;
border-radius: 50%;
}
.relatedLinks.slide .slick-next:before {
content: '';
display: block;
position: absolute;
left: 50%;
right: 50%;
margin-left: -9px;
margin-top: -6px;
width: 14px;
height: 14px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: 1px solid #00479D;
border-right: 1px solid #00479D;
-webkit-transform: rotate( 45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate( 45deg);
}
.relatedLinks.slide .slick-prev {
width: 40px;
height: 40px;
top: 50%;
transform: translateY(-50%);
left: -50px;
border: solid 1px #00479D;
z-index: 100;
cursor: pointer;
border-radius: 50%;
}
.relatedLinks.slide .slick-prev:before {
content: '';
display: block;
position: absolute;
left: 50%;
right: 50%;
margin-left: -3px;
margin-top: -6px;
width: 14px;
height: 14px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: 1px solid #00479D;
border-left: 1px solid #00479D;
-webkit-transform: rotate( -45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate( -45deg);
}
@media screen and (max-width: 800px) {
.relatedLinks{
padding: 20px 0;
margin: 0;
}
.relatedLinks.single ul{
display: block;
}
.relatedLinks.single ul li{
width: 100%;
margin: 0 0 10px;
}
.relatedLinks ul li .tit{
font-size: 16px!important;
}
.relatedLinks ul li .info {
font-size: 12px!important;
}
.relatedLinks.slide .slick-slider{
width: 88%;
margin: 0 auto;
}
.relatedLinks.slide .slick-slide{
margin: 0 5px;
}
.relatedLinks.slide .slick-dots{
bottom: -30px;
}
.relatedLinks.slide .slick-next {
width: 30px;
height: 30px;
right: -35px;
}
.relatedLinks.slide .slick-prev {
width: 30px;
height: 30px;
left: -35px;
}
.relatedLinks.slide .slick-next:before {
width: 12px;
height: 12px;
}
.relatedLinks.slide .slick-prev:before {
width: 12px;
height: 12px;
}
} .home #wrap #service-pickup{
background: #F5F5F5;
padding: 60px 0;
}
.home #wrap #service-pickup .section-content h2.mincho{
font-size: 30px;
margin: 0 0 40px;
padding: 0 0 0.5em;
position: relative;
}
.home #wrap #service-pickup .section-content h2.mincho::after{
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 50px;
height: 2px;
background: #00479D;
}
.home #wrap #service-pickup .content .service-list{
}
.home #wrap #service-pickup .content .service-list .service-list-item{
background: #fff;
margin: 0 0 20px;
}
.home #wrap #service-pickup .content .service-list .service-list-item:last-of-type{
margin: 0;
}
.home #wrap #service-pickup .content .service-list .service-list-item a{
display: flex;
transition: 0.3s;
}
@media (min-width:801px){
.home #wrap #service-pickup .content .service-list .service-list-item a:hover{
opacity: 0.6;
}
}
.home #wrap #service-pickup .content .service-list .service-list-item .thumanail{
width: 370px;
display: flex;
align-items: center;
padding: 15px 0;
}
.home #wrap #service-pickup .content .service-list .service-list-item .thumanail .status{
width: 170px;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #00479D;
}
.home #wrap #service-pickup .content .service-list .service-list-item .thumanail .img{
width: 200px;
}
.home #wrap #service-pickup .content .service-list .service-list-item .text{
width: calc(100% - 370px);
padding: 15px 30px 30px;
box-sizing: border-box;
position: relative;
}
.home #wrap #service-pickup .content .service-list .service-list-item .text h3{
font-weight: bold;
color: #00479D;
margin: 0 0 10px;
line-height: 1.5;
}
.home #wrap #service-pickup .content .service-list .service-list-item .text p{
font-size: 20px;
font-weight: bold;
line-height: 1.35;
}
.home #wrap #service-pickup .content .service-list .service-list-item .text ul{
display: flex;
position: absolute;
bottom: 15px;
}
.home #wrap #service-pickup .content .service-list .service-list-item .text ul li{
font-size: 12px;
margin: 0 10px 0 0;
padding: 1px 10px;
display: inline-block;
background: #eee;
border-radius: 15px;
}
@media (max-width:800px){
.home #wrap #service-pickup .section-content h2.mincho{
font-size: 21px;
margin: 0 0 30px;
}
.home #wrap #service-pickup .content .service-list .service-list-item a{
display: block;
}
.home #wrap #service-pickup .content .service-list .service-list-item .thumanail{
width: 100%;
padding: 20px 20px 0;
}
.home #wrap #service-pickup .content .service-list .service-list-item .thumanail .status{
width: 120px;
font-size: 18px;
}
.home #wrap #service-pickup .content .service-list .service-list-item .thumanail .img{
width: calc(100% - 120px);
}
.home #wrap #service-pickup .content .service-list .service-list-item .text{
width: 100%;
padding: 20px;
}
.home #wrap #service-pickup .content .service-list .service-list-item .text p{
font-size: 16px;
}
.home #wrap #service-pickup .content .service-list .service-list-item .text ul{
position: static;
margin: 20px 0 0;
}
} #books #wrap .section-content{
max-width: 1200px;
}
#books #wrap .section-content .pickup-box{
background: #f0f0f0;
margin: 40px auto 60px;
padding: 40px 60px;
border-radius: 15px;
}
#books #wrap .section-content .pickup-box h3{
text-align: center;
font-size: 28px;
font-weight: bold;
margin: 0 0 25px;
}
#books #wrap .section-content .pickup-box ul{
display: flex;
flex-wrap: wrap;
}
#books #wrap .section-content .pickup-box ul li{
width: 25%;
margin: 0 0 20px;
padding: 0 2.5%;
box-sizing: border-box;
}
#books #wrap .section-content .pickup-box ul li a{
color: #333;
}
#books #wrap .section-content .pickup-box ul li a::after{
content: none;
}
#books #wrap .section-content .pickup-box ul li a .img{
margin: 0 0 10px;
text-align: center;
}
#books #wrap .section-content .pickup-box ul li a .img img{
max-height: 297px;
}
@media (max-width: 800px){
#books #wrap .section-content .pickup-box{
margin: 40px auto 60px;
padding: 30px 20px;
}
#books #wrap .section-content .pickup-box h3{
font-size: 24px;
}
#books #wrap .section-content .pickup-box ul li{
width: 50%;
margin: 0 0 20px;
}
}
#books #wrap .section-content .fl-box{
max-width: 1000px;
display: flex;
padding: 80px 0 0;
margin: -80px auto 60px;
}
#books #wrap .section-content .fl-box .img-box{
width: 35%;
}
#books #wrap .section-content .fl-box .img-box .img{
width: 180px;
margin: 0 auto 20px;
}
#books #wrap .section-content .fl-box .img-box .img img{
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
float: none;
}
#books #wrap .section-content .fl-box .img-box .btn a{
text-align: center;
}
#books #wrap .section-content .fl-box .img-box table{
margin: 0 0 20px;
}
#books #wrap .section-content .fl-box .img-box table tr th{
width: 100px;
padding: 8px 0;
}
#books #wrap .section-content .fl-box .img-box table tr td{
width: calc(100% - 100px);
padding: 8px 0;
}
#books #wrap .section-content .fl-box .text-box{
width: 65%;
padding: 0 0 0 5%;
box-sizing: border-box;
}
#books #wrap .section-content .fl-box .text-box h2{
margin: 0 0 30px;
}
#books #wrap .section-content .fl-box .text-box .btn{
text-align: right;
}
@media (max-width: 800px){
#books #wrap .section-content .fl-box{
display: block;
padding: 100px 0 0;
margin: -100px 0 60px;
}
#books #wrap .section-content .fl-box .img-box{
width: 100%;
}
#books #wrap .section-content .fl-box .img-box .img{
margin: 20px auto 20px;
}
#books #wrap .section-content .fl-box .img-box .btn{
display: none;
}
#books #wrap .section-content .fl-box .text-box{
width: 100%;
padding: 0;
box-sizing: border-box;
}
#books #wrap .section-content .fl-box .text-box .btn{
text-align: center;
display: block;
}
} #contact #wrap iframe{
width: 100% !important;
}
@media(min-width:751px){
.sp{
display: none !important;
}
}
@media(max-width:750px){
.pc{
display: none !important;
}
} .is-provider-youtube .wp-block-embed__wrapper{
position: relative;
width: 100%;
padding-top: 56.25%;
max-width: 1000px;
}
.is-provider-youtube .wp-block-embed__wrapper iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
} img.h-name {
width: 170px!important;
margin-top: 1%;
} .consultant-detail .inner{
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.consultant-detail .inner .basic{
display: flex;
justify-content: space-between;
flex-flow: wrap;
align-items: flex-start;
padding-bottom: 50px;
}
.consultant-detail .inner .basic .photo{
max-width: 260px;
width: 260px;
}
.consultant-detail .inner .basic .txt-box{
width: calc(100% - 300px);
}
.consultant-detail .inner .basic .txt-box .position{
background-color: #00479D;
color: #fff;
font-size: 14px;
font-weight: bold;
line-height: 1.4;
padding: 5px 10px;
margin-bottom: 20px;
display: inline-block;
}
.consultant-detail .inner .basic .txt-box .title{
color: #00479D;
font-size: 16px;
font-weight: bold;
line-height: 1.4;
margin-bottom: 10px;
display: block;
}
.consultant-detail .inner .basic .txt-box .name{
font-size: 44px;
line-height: 1;
font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.consultant-detail .inner .basic .txt-box .kana{
display: inline-block;
line-height: 1.6;
font-size: 16px;
margin-top: 10px;
}
.consultant-detail .inner .basic .txt-box .career{
padding: 20px;
background-color: #F5F5F5;
margin-top: 20px;
font-size: 14px;
line-height: 1.7;
}
.consultant-detail .inner .basic .txt-box .career .midashi{
background-color: #DDDDDD;
padding: 10px 20px;
margin-bottom: 10px;
font-size: 15px;
font-weight: bold;
line-height: 1.4;
}
.consultant-detail .inner .article h3{
margin: 50px 0 20px;
font-weight: bold;
font-size: 20px;
line-height: 1.4;
border-left: solid 2px #00479D;
padding-left: 20px;
}
.consultant-detail .inner .article p{
font-size: 16px;
line-height: 2;
margin: 0 0 10px;
}
.consultant-detail .inner .article .wp-block-table td,
.consultant-detail .inner .article .wp-block-table th{
padding: 15px;
vertical-align: top;
font-size: 16px;
line-height: 1.4;
}
.consultant-detail .inner .article ul{
padding-left: 25px;
}
.consultant-detail .inner .article ul li{
list-style: disc;
font-size: 16px;
}
.consultant-detail .inner .article ul li::marker{
color: #BEBEBE;
}
.consultant-detail .inner .article ul li a{
text-decoration: underline;
color: #00479D;
}
.consultant-detail .inner .btn-blue{
margin: 100px auto 0;
}
.consultant-detail .inner .btn-blue a{
font-size: 18px;
font-weight: bold;
}
.consultant-detail .inner .btn-blue--consultant{
max-width: 350px;
margin:0 auto 40px 0;
}
.consultant-detail .inner .btn-blue--consultant a{
padding: 12px 10px;
font-size: 16px;
}
#wrap .consultant-detail .inner .contact-box{
background-color: #F5F5F5;
padding:45px 30px 30px;
border-radius: 20px;
text-align: center;
margin: 100px auto 0;
}
#wrap .consultant-detail .inner .contact-box .midashi{
font-size: 18px;
font-weight: bold;
line-height: 1.4;
margin: 0 0 20px;
}
#wrap .consultant-detail .inner .contact-box .tel{
color: #00479D;
font-size: 20px;
font-weight: bold;
line-height: 1;
margin: 0 0 10px;
}
#wrap .consultant-detail .inner .contact-box .tel strong{
font-size: 28px;
}
#wrap .consultant-detail .inner .contact-box .tel strong a{
pointer-events: none;
font-size: 50px;
color: #00479D;
}
#wrap .consultant-detail .inner .contact-box .wp-block-button a {
display: inline-block;
width: 100%;
max-width: 650px;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #fff;
padding: 20px 0;
background-color: #00479D;
border-radius: 35px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border: none;
}
#wrap .consultant-detail .inner .contact-box .wp-block-button span{
display: inline-block;
width: 100%;
max-width: 500px;
text-align: center;
font-size: 18px;
font-weight: bold;
line-height: 22px;
padding: 24px 0 24px;
background: #eee;
color: #000;
border-radius: 35px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border: none;
}
#wrap .consultant-detail .inner .contact-box .wp-block-button a:after {
width: 22px;
height: 22px;
background: url(//www.f-logi.com/wp-content/themes/fsl/images/icon_arrow-common-link-w.svg) center center/contain no-repeat;
vertical-align: text-bottom;
}
#wrap .consultant-detail .inner .contact-box .wp-block-button a:hover {
opacity: .6;
}
@media (max-width: 800px){
.consultant-detail .inner iframe{
width: 100% !important;
}
.consultant-list li a .more{
font-size: 10px;
line-height: 1.2;
}
.consultant-detail .inner .basic{
display: block;
padding-bottom: 20px;
}
.consultant-detail .inner .basic .photo{
max-width: none;
width: 100%;
margin-bottom: 20px;
text-align: center;
}
.consultant-detail .inner .basic .txt-box{
width: 100%;
}
.consultant-detail .inner .basic .txt-box .position{
font-size: 12px;
margin-bottom: 10px;
}
.consultant-detail .inner .basic .txt-box .title{
font-size: 14px;
margin-bottom: 5px;
}
.consultant-detail .inner .basic .txt-box .name{
font-size: 24px;
}
.consultant-detail .inner .basic .txt-box .career{
padding: 10px;
margin-top: 20px;
font-size: 12px;
}
.consultant-detail .inner .basic .txt-box .career .midashi{
padding: 10px;
margin-bottom: 5px;
font-size: 14px;
}
.consultant-detail .inner .article h3{
margin: 30px 0 10px;
font-size: 16px;
padding-left: 10px;
}
.consultant-detail .inner .article p{
font-size: 13px;
}
.consultant-detail .inner .article .wp-block-table td,
.consultant-detail .inner .article .wp-block-table th{
padding: 13px;
font-size: 10px;
}
.consultant-detail .inner .article ul{
padding-left: 20px;
}
.consultant-detail .inner .btn-blue{
margin: 50px auto 0;
}
.consultant-detail .inner .btn-blue a{
font-size: 16px;
}
.consultant-detail .inner .btn-blue--consultant{
margin: 15px auto 35px;
}
.consultant-detail .inner .btn-blue--consultant a{
font-size: 15px;
}
#wrap .consultant-detail .inner .contact-box{
width: calc(100% + 40px);
padding: 40px 0 0;
border-radius: 10px;
margin: 50px -20px 0;
}
#wrap .consultant-detail .inner .contact-box .midashi{
font-size: 14px;
margin: 0 0 10px;
}
#wrap .consultant-detail .inner .contact-box .tel{
font-size: 12px;
line-height: 1.4;
margin-bottom: 0;
}
#wrap .consultant-detail .inner .contact-box .tel strong{
font-size: 18px;
}
#wrap .consultant-detail .inner .contact-box .tel strong a{
pointer-events: inherit;
font-size: 30px;
}
#wrap .consultant-detail .inner .contact-box .wp-block-button a {
font-size: 14px;
font-weight: bold;
color: #fff;
padding: 10px 0;
border-radius: 35px;
}
#wrap .consultant-detail .inner .contact-box .wp-block-button a:after {
width: 15px;
height: 15px;
}
}
 body{}
#wrap{
padding-top: 120px;
}
#wrap .breadcrumb ul{
max-width: 100%;
}
#wrap .breadcrumb ul li:first-child a{
color: #00479D;
}
#wrap .breadcrumb ul li:before {
content: '>';
margin: 0 .5em;
}
#wrap .breadcrumb ul li a{
color: #00479D;
}
#wrap .breadcrumb ul li a .breadcrumb-home{
display: none;
}
.anchor{
display: inline-block;
padding-top:100px;
margin-top:-100px;
}
@media (max-width:1000px){
#wrap{
padding-top: 70px;
}
.anchor{
padding-top:50px;
margin-top:-50px;
}
}
@media (max-width:410px){
#wrap{
padding-top: 50px;
}
}
span.noIcon {
background-image: none!important;
}
.anchor {
display: block;
padding-top: 120px;
margin-top: -120px;
}
@media (max-width:800px){
.anchor {
display: block;
padding-top: 60px;
margin-top: -60px;
}
} @media (min-width:801px){
#mega-menu-bg{
background: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 3;
display: none;
}
#mega-menu-bg.is_active{
display: block;
}
}
#header .header-wrap{
height: 70px;
}
.moved #header .header-wrap{
box-shadow: none;
}
#header .contact-btn{
margin: 10px 0 0;
}
#header .contact-btn li{
width: 200px;
margin: 0 10px 0 0;
}
#header .contact-btn li a{
font-size: 14px;
padding: 11px 10px;
}
#header .tel-box{
margin: 10px 20px 0 10px;
}
#header .tel-box .number{
line-height: 1.0;
margin: 0;
}
#header .tel-box .number a{
font-size: 26px;
font-weight: bold;
color: #00479D;
}
@media (min-width:801px){
#header .tel-box .number a{
pointer-events: none;
}
}
#header .tel-box .txt01{
font-size: 14px;
text-align: center;
}
.menu-trigger{
background:#333;
width: 70px;
height: 70px;
}
.menu-trigger span{
background:#fff;
right: inherit;
left: 15px;
}
.menu-trigger span:nth-of-type(1){
width: 40px;
top: 25px;
}
.opened .menu-trigger span:nth-of-type(1){
width: 40px;
top: 33px;
}
.menu-trigger span:nth-of-type(2){
width: 30px;
top: 35px;
}
.menu-trigger span:nth-of-type(3){
width: 20px;
top: 45px;
}
.opened .menu-trigger span:nth-of-type(3){
width: 40px;
top: 33px;
}
.menu-close{
width: 70px;
height: 70px;
}
@media (max-width:410px){
#header .header-wrap{
height: 50px;
}
.menu-trigger{
width: 50px;
height: 50px;
}
.menu-trigger span:nth-of-type(1){
width: 20px;
top: 15px;
}
.opened .menu-trigger span:nth-of-type(1){
width: 30px;
top: 23px;
left: 10px;
}
.menu-trigger span:nth-of-type(2){
width: 15px;
top: 25px;
}
.menu-trigger span:nth-of-type(3){
width: 10px;
top: 35px;
}
.opened .menu-trigger span:nth-of-type(3){
width: 30px;
top: 23px;
left: 10px;
}
.menu-close{
width: 50px;
height: 50px;
}
}
#header .header-nav{
top: 70px;
background: #fff;
}
#header .header-nav ul li.parent{
width: calc(100% / 8);
position: static;
}
#header .header-nav ul li.parent > a{
text-align: center;
color: #333333;
font-size: 14px;
border-right: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
height: 50px;
position: relative;
z-index: 10;
cursor: pointer;
}
@media (min-width:801px){
#header .header-nav ul li.dropdown-menu > a{ }
}
#header .header-nav ul li.parent:last-child > a{
border-right: none;
}
#header .header-nav ul li.parent > a:hover{
background: none;
}
#header .header-nav ul li.parent > a > span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-nav-parent.svg) no-repeat right 1px center;
padding: 0 20px 0 0;
display: inline-block;
}
#header .header-nav ul li.parent > a > span.noIcon{
padding: 0;
}
#header .header-nav ul li.parent > a.txt-line2{
line-height: 1.4;
padding: 4px 0;
}
#header .header-nav ul li:before{
content: none;
} @media (max-width:1400px){
#header .header-nav ul li.parent > a{
font-size:0.9vw;
}
}
#header .header-nav .menu{
position: relative;
background: #fff;
}
#header .header-nav .menu > li > .sub-menu{
position: absolute;
right: 0; top: -500px;
z-index: -15;
background: #F2F2F2;
width: 100%;
display: flex;
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
#header .header-nav .menu > li.is_active,
#header .header-nav .menu > li:hover{
background: #00479D;
}
#header .header-nav .menu > li.is_active a,
#header .header-nav .menu > li:hover a{
color: #fff;
}
#header .header-nav .menu > li.is_active > a,
#header .header-nav ul li.parent:hover > a{
border-bottom: 1px solid #00479D;
}
#header .header-nav .menu > li.is_active a span,
#header .header-nav .menu > li:hover a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-nav-parent-blue.svg) no-repeat right 1px center;
}
#header .header-nav .menu > li.is_active > .sub-menu{
opacity: 1.0;
z-index: -10;
visibility: visible;
top: 50px;
}
#header .header-nav .menu > li > .parent-btn{
position: relative;
z-index: 16;
width: 100%;
display: block;
}
#header .header-nav .menu > li.is_active > .parent-btn::after,
#header .header-nav .menu > li:hover > .parent-btn::after{
position: absolute;
left: 50%;
bottom: -9px;
z-index: 16;
content: '';
margin: 0 0 0 -10px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #00479d transparent transparent transparent;
}
#header .header-nav .menu > li.parent > .sub-menu{
background: rgba(242,247,255,0.95);
}
#header .header-nav .menu > li.parent > .sub-menu .sub-menu-box{
display: flex;
width: 100%;
box-sizing: border-box;
position: relative;
}
#header .header-nav .menu > li.parent > .sub-menu .sub-menu-box span.close-btn{
position: absolute;
right: 0;
top: 0;
z-index: 2;
content: '';
width: 60px;
height: 60px;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/close.png) no-repeat center center #00479D;
transition: 0.3s;
display: block;
}
#header .header-nav .menu > li.parent > .sub-menu .sub-menu-box span.close-btn:hover{
opacity: 0.6;
} #header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab{
width: 210px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div{
width: 100%;
font-size: 15px;
color: #00479D;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 10px center;
border-bottom: 1px solid #aaa;
box-sizing: border-box;
position: relative;
z-index: 1;
transition: 0.3s;
cursor: pointer;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div span,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div span{
padding: 0;
display: block;
position: relative;
font-weight: bold;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div.current span::after,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div.current span::after{
position: absolute;
right: -1px;
top: 0;
content: '';
width: 1px;
height: 100%;
background: #eef3fb;
display: block;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div.link.current span::after,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div.link.current span::after{
background: #aaa;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div:hover,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div:hover{
z-index: 2;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div:hover::before,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div:hover::before{ }
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div:hover::after,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div:hover::after{ }
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div.link span,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div.link span{
padding: 0;
display: block;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div.link,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div.link{
padding: 0;
font-size: 15px;
border-bottom: 1px solid #aaa;
background: none;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div a{
padding: 23px 15px;
line-height: 1.0;
color: #00479D;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 10px center;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div.link a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div.link a{
padding: 23px 30px 23px 15px;
height: 100%;
line-height: 1.4;
font-weight: bold;
color: #00479D;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 10px center;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div.link a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div.link a.noIcon{ } @media (min-width:801px){
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div:hover,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div.link:hover,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div.link:hover{
background: none;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div a:hover,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div a:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .nav-sub-tab > div.link a:hover,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .nav-sub-tab > div.link a:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center;
}
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target{
width: calc(100% - 210px);
padding: 40px 60px;
box-sizing: border-box;
border-left: 1px solid #aaa;
position: relative;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .title,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .title{
color: #00479D;
margin: 0 0 1.0em;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .title span,
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .title a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .title span,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .title a{
padding: 0 35px 0 0;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center;
background-size: 21px auto;
transition: 0.3s;
font-size: 30px;
font-weight: bold;
color: #00479D;
line-height: 1.75;
display: inline-block;
}
@media (min-width:801px){
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .title a:hover,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .title a:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 0px center;
background-size: 21px auto;
}
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list{
display: flex; }
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list.list-wrap{
flex-wrap: wrap;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item{
max-width: 380px;
background: #fff;
margin: 0 0.5% 0.5% 0;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item a{
padding: 12px 15px;
box-sizing: border-box;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item a{
display: flex;
position: relative;
z-index: 2;
height: 100%;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item a::before{
position: absolute;
left: 0;
top: 0;
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
transition: 0.3s;
border: 5px solid transparent;
}
@media (min-width:801px){
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item a:hover{
background: none;
box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.4);
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item a:hover::before{
border: 5px solid #00479D;
}
}
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list.list-wrap .sub-menu-list-item{
max-width: 100%;
width: calc(94% / 3);
} #header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .img,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .img{
width: 25%;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .img img,
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .img img{
width: 100%;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text{
width: 75%;
padding: 0 0 30px 20px;
box-sizing: border-box;
position: relative;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .tit{
font-size: 16px;
font-weight: bold;
color: #00479D;
margin: 0 0 10px;
line-height: 1.5;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .tit,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .tit{
font-size: 16px;
font-weight: bold;
color: #00479D;
margin: 0 0 10px;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .txt01{
line-height: 1.5;
font-weight: normal;
color: #000;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .more-link,
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .more-link,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .more-link{
position: absolute;
right: 0;
bottom: 0;
line-height: 1.0;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .more-link span,
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .more-link span,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .more-link span{
display: inline-block;
color: #00479D;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right center;
padding: 2px 20px 2px 0;
line-height: 1.5;
text-decoration: none;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .box01,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .box01{
display: flex;
flex-wrap: wrap;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .box01 dl,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .box01 dl{
width: calc(100% / 4);
border-left: 1px solid #00479D;
margin: 0 0 40px;
padding: 0 20px;
box-sizing: border-box;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .box01 dl dt,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .box01 dl dt{
margin: 0 0 10px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .box01 dl dt a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .box01 dl dt a{
font-size: 18px;
font-weight: bold;
color: #00479D;
height: 100%;
line-height: 1.75;
display: inline-block;
padding: 0 25px 0 0;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center;
transition: 0.3s;
}
@media (min-width:801px){
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .box01 dl dt a:hover,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .box01 dl dt a:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 0px center;
}
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .box01 dl dd,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .box01 dl dd{
margin: 0 0 10px;
text-indent: -1em;
padding: 0 0 0 1em;
}
#header .header-nav .menu > li.parent > .sub-menu .sub-menu-tab-target .box01 dl dd a{
line-height: 1.25;
font-weight: normal;
color: #000;
background: none;
padding: 0;
text-indent: 0;
display: inline;
}
#header .header-nav .menu > li.parent > .sub-menu .sub-menu-tab-target .box01 dl dd a:hover{
background: none;
text-decoration: underline;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .information-list,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .information-list{
display: flex;
width: 100%;
position: absolute;
bottom: 20px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .information-list .txt-mail,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .information-list .txt-mail{
margin: 0 40px 0 0;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .information-list .txt-mail a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .information-list .txt-mail a{
color: #00479D;
padding: 0 0 0 30px;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-mailmagazine.svg) no-repeat left center;
text-decoration: underline;
}
@media (min-width:801px){
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .information-list .txt-mail a:hover,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .information-list .txt-mail a:hover{
text-decoration: none;
}
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .information-list .sns-list,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .information-list .sns-list{
display: flex;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .information-list .sns-list .sns-list-item,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .information-list .sns-list .sns-list-item{
margin: 0 10px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .information-list .sns-list .sns-list-item a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .information-list .sns-list .sns-list-item a{
padding: 0;
background: none;
}
@media (min-width:801px){
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .information-list .sns-list .sns-list-item a:hover,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .information-list .sns-list .sns-list-item a:hover{
opacity: 0.6;
}
}
@media (max-width:1200px){
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target{
padding: 30px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .box01 dl,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .box01 dl{
width: calc(100% / 3);
margin: 0 0 30px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .title,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .title{
font-size: 2.25vw;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text{
padding: 0 0 30px 15px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .tit,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .tit{
font-size: 15px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .txt01,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .txt01{
font-size: 13px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .more-link a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item .text .more-link a{
font-size: 13px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .box01 dl dt a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .box01 dl dt a{
font-size: 1.5vw;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item a,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .sub-menu-list .sub-menu-list-item a{
padding: 10px;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .information-list,
#header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .information-list{
bottom: 10px;
}
}
#header .header-nav .menu > li.nav-pickup > a br{
display: none;
}
@media (max-width:1260px){
#header .header-nav .menu > li.nav-pickup > a br{
display: block;
}
#header .header-nav .menu > li.nav-pickup > a{
line-height: 1.5;
padding: 10px 0;
}
} #header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box{
height: 235px;
overflow-y: scroll;
margin: 1.0vw 0 0;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box .archive-list{
padding: 0 20px 0 0;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box .archive-list .archive-list-item{
padding: 12px 0;
border-bottom: 1px solid #aaa;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box .archive-list .archive-list-item a{
text-indent: 0;
padding: 0 0 0 15px;
color: #00479D;
border-left: 1px solid #00479D;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box .archive-list .archive-list-item a:hover{
background: none;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box .archive-list .archive-list-item a .tit{
font-size: 16px;
font-weight: bold;
padding: 0;
margin: 0;
height: 100%;
line-height: 1.75;
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box .archive-list .archive-list-item a .tit span{
display: inline-block;
color: #00479D;
padding: 0 25px 0 0;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center;
transition: 0.3s;
}
@media (min-width:801px){
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box .archive-list .archive-list-item a:hover .tit span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 0 center;
}
}
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box .archive-list .archive-list-item a .txt01{
color: #000;
padding: 0;
height: 100%;
line-height: 1.75;
font-size: 14px;
font-weight: normal;
}
@media (max-width:1200px){
#header .header-nav .menu > li.nav-ninushi > .sub-menu .sub-menu-tab-target .scroll-box{
height: 150px;
}
} #header .header-nav .menu > li.nav-butsuryu > .sub-menu .sub-menu-tab-target .box01.column-2 dl{
width: calc(91% / 2);
border-left: 1px solid #00479D;
margin: 0 0 40px;
padding: 0 20px;
box-sizing: border-box;
} #header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target{
width: 100%;
padding: 40px 60px;
box-sizing: border-box;
border-left: 1px solid #aaa;
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .title{
font-size: 30px;
font-weight: bold;
color: #00479D;
margin: 0 0 1.0em;
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .title a{ padding: 0 35px 0 0;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center;
background-size: 21px auto;
transition: 0.3s;
font-size: 30px;
font-weight: bold;
color: #00479D;
line-height: 1.75;
display: inline-block;
}
@media (min-width:801px){
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .title a:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 0px center;
background-size: 21px auto;
}
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .box01{
display: flex;
flex-wrap: wrap;
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .box01 dl{
width: 26%;
border-left: 1px solid #00479D;
margin: 0 0 40px;
padding: 0 20px;
box-sizing: border-box;
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .box01 dl dt{
margin: 0 0 10px;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .box01 dl dt a{
font-size: 18px;
font-weight: bold;
color: #00479D;
height: 100%;
line-height: 1.4;
display: inline-block;
padding: 0 25px 0 0;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center;
transition: 0.3s;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .box01 dl dt span.no-link{
font-size: 18px;
font-weight: bold;
color: #00479D;
height: 100%;
line-height: 1.4;
display: inline-block;
padding: 0;
transition: 0.3s;
}
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .box01 dl dt span.comingsoon{
margin:0 0 0 10px;
display: inline-block;
color: #00479D;
}
@media (min-width:801px){
#header .header-nav .menu > li > .sub-menu .sub-menu-tab-target .box01 dl dt a:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right center;
}
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .box01 dl dd{
margin: 0 0 10px;
padding: 0 0 0 1em;
text-indent: -1em;
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .box01 .sub-box01{
width: 25%;
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .box01 .sub-box01 dl{
width: 100%;
}
@media (max-width:1200px){
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target{
padding: 30px;
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .title{
font-size: 2.25vw;
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .box01 dl{
width: calc(100% / 3);
margin: 0 0 30px;
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .box01 .sub-box01{
width: calc(100% / 3);
}
#header .header-nav .menu > li.nav-search > .sub-menu .sub-menu-tab-target .box01 dl dt a{
font-size: 1.5vw;
}
} #header .header-nav .menu > li.nav-case > .sub-menu .sub-menu-tab-target{
width: 100%;
padding: 40px 60px;
box-sizing: border-box;
border-left: 1px solid #aaa;
}
#header .header-nav .menu > li.nav-case > .sub-menu .sub-menu-tab-target .box01{
display: flex;
flex-wrap: wrap;
}
#header .header-nav .menu > li.nav-case > .sub-menu .sub-menu-tab-target .box01 dl{
width: calc(100% / 3);
border-left: 1px solid #00479D;
margin: 0 0 40px;
padding: 0 20px;
box-sizing: border-box;
}
#header .header-nav .menu > li.nav-case > .sub-menu .sub-menu-tab-target .box01 dl dt{
margin: 0 0 10px;
}
#header .header-nav .menu > li.nav-case > .sub-menu .sub-menu-tab-target .box01 dl dd{
margin: 0 0 10px;
text-indent: -1em;
padding: 0 0 0 1em;
}
@media (max-width:1200px){
#header .header-nav .menu > li.nav-case > .sub-menu .sub-menu-tab-target{
padding: 30px;
}
#header .header-nav .menu > li.nav-case > .sub-menu .sub-menu-tab-target .box01 dl{
width: calc(100% / 3);
margin: 0 0 30px;
}
#header .header-nav .menu > li.nav-case > .sub-menu .sub-menu-tab-target .box01 dl dt a{
font-size: 1.5vw;
}
#header .header-nav .menu > li.nav-case > .sub-menu .sub-menu-tab-target .title{
font-size: 2.25vw;
}
} #header .header-nav .menu > li.nav-company,
#header .header-nav .menu > li.nav-seminur,
#header .header-nav .menu > li.nav-recruit,
#header .header-nav .menu > li.nav-pickup,
#header .header-nav .menu > li.nav-training{
position: relative;
}
#header .header-nav .menu > li.nav-company > ul,
#header .header-nav .menu > li.nav-seminur > ul,
#header .header-nav .menu > li.nav-recruit > ul,
#header .header-nav .menu > li.nav-pickup > ul,
#header .header-nav .menu > li.nav-training > ul{
width: 100%;
box-sizing: border-box;
transition: 0.3s;
display: block;
opacity: 0;
visibility: hidden;
z-index: -15;
position: absolute;
top: -500px;
}
#header .header-nav .menu > li.nav-company > ul > li:first-of-type,
#header .header-nav .menu > li.nav-seminur > ul > li:first-of-type,
#header .header-nav .menu > li.nav-recruit > ul > li:first-of-type,
#header .header-nav .menu > li.nav-pickup > ul > li:first-of-type,
#header .header-nav .menu > li.nav-training > ul > li:first-of-type{
display: block;
}
#header .header-nav .menu > li.nav-company > ul li,
#header .header-nav .menu > li.nav-seminur > ul li,
#header .header-nav .menu > li.nav-pickup > ul li{
width: calc(100% + 40px);
}
#header .header-nav .menu > li.nav-recruit > ul li{
width: 100%;
}
#header .header-nav .menu > li.nav-company > ul li a,
#header .header-nav .menu > li.nav-seminur > ul li a,
#header .header-nav .menu > li.nav-recruit > ul li a,
#header .header-nav .menu > li.nav-pickup > ul li a,
#header .header-nav .menu > li.nav-training > ul li a{
color: #00479D;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 10px center #F2F7FF;
transition: 0.3s;
border-top: none;
border-bottom: 1px solid #aaa;
}
#header .header-nav .menu > li.nav-company > ul li:last-child a,
#header .header-nav .menu > li.nav-seminur > ul li:last-child a,
#header .header-nav .menu > li.nav-recruit > ul li:last-child a,
#header .header-nav .menu > li.nav-pickup > ul li:last-child a,
#header .header-nav .menu > li.nav-training > ul li:last-child a{
border-bottom: none;
}
@media (min-width:801px){ #header .header-nav .menu > li.nav-company.is_active > ul,
#header .header-nav .menu > li.nav-seminur.is_active > ul,
#header .header-nav .menu > li.nav-recruit.is_active > ul,
#header .header-nav .menu > li.nav-pickup.is_active > ul,
#header .header-nav .menu > li.nav-training.is_active > ul{
opacity: 1;
visibility: visible;
z-index: -10;
top: 50px;
}
#header .header-nav .menu > li.nav-company > ul li a:hover,
#header .header-nav .menu > li.nav-seminur > ul li a:hover,
#header .header-nav .menu > li.nav-recruit > ul li a:hover,
#header .header-nav .menu > li.nav-pickup > ul li a:hover,
#header .header-nav .menu > li.nav-training > ul li a:hover{
color: #00479D;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center #F2F7FF;
border-bottom: 1px solid #aaa;
}
#header .header-nav .menu > li.nav-company > ul li:last-child a:hover,
#header .header-nav .menu > li.nav-seminur > ul li:last-child a:hover,
#header .header-nav .menu > li.nav-recruit > ul li:last-child a:hover,
#header .header-nav .menu > li.nav-pickup > ul li:last-child a:hover,
#header .header-nav .menu > li.nav-training > ul li:last-child a:hover{
border-bottom: none;
}
}
@media (max-width:1200px){
#header .header-nav .menu > li.nav-company > ul li,
#header .header-nav .menu > li.nav-seminur > ul li,
#header .header-nav .menu > li.nav-recruit > ul li,
#header .header-nav .menu > li.nav-pickup > ul li,
#header .header-nav .menu > li.nav-training > ul li{
width: calc(100% + 60px);
}
#header .header-nav .menu > li.nav-company > ul li a,
#header .header-nav .menu > li.nav-seminur > ul li a,
#header .header-nav .menu > li.nav-recruit > ul li a,
#header .header-nav .menu > li.nav-pickup > ul li a,
#header .header-nav .menu > li.nav-training > ul li a{
padding: 10px 25px 10px 10px;
font-size: 14px;
}
}
.sub-menu-tab-target01,
.sub-menu-tab-target02{
display: none;
} .sub-menu-tab-target01.current,
.sub-menu-tab-target02.current{
display: block;
} @media (max-width:1900px){
#header .header-nav .menu .sub-menu-tab-target .list .list-item{
max-width: auto;
width: 48%;
margin: 0 4% 40px 0;
}
}
@media (max-width:1380px){ } @media (max-width:1250px){
#header .header-nav ul li.parent > a.txt-line2{
padding:8px 0;
}
}
@media (max-width:1150px){
#header .header-nav ul li.parent > a.txt-line2{
padding:10px 0;
}
}
@media (max-width:1130px){
#header .contact-btn{
display: none;
}
#header .tel-box{
display: none;
}
}
@media (max-width:1000px){
#header .header-nav{
display: none;
}
} .case #header .header-nav ul li.nav-case{
background: #00479D;
}
.case #header .header-nav ul li.nav-case a{
color: #fff;
}
.case #header .header-nav .menu > li.nav-case a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-nav-parent-blue.svg) no-repeat right 1px center;
}
.seminar #header .header-nav ul li.nav-seminur{
background: #00479D;
}
.seminar #header .header-nav ul li.nav-seminur a{
color: #fff;
}
#documents #header .header-nav ul li.nav-pickup,
.documents #header .header-nav ul li.nav-pickup{
background: #00479D;
}
#documents #header .header-nav ul li.nav-pickup > a,
.documents #header .header-nav ul li.nav-pickup > a{
color: #fff;
}
#documents #header .header-nav .menu > li.nav-pickup a span,
.documents #header .header-nav .menu > li.nav-pickup a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-nav-parent-blue.svg) no-repeat right 1px center;
} #header .main-nav .main > li .grandchild{
display: none;
}
#header .main-nav .main > li ul li .sub-parent{
display: block;
font-size: 15px;
letter-spacing: .015em;
font-weight: normal;
color: #000;
padding: 14px 20px 14px 40px;
background-color: #f4f4f4;
position: relative;
line-height: 1.5;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#header .main-nav .main > li ul li .sub-parent:hover {
background-color: #eee;
}
#header .main-nav .main > li ul li .sub-parent:before,
#header .main-nav .main > li ul li .sub-parent:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: 10px;
margin-top: -1px;
height: 2px;
width: 15px;
background-color: #555;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
z-index: 1;
}
#header .main-nav .main > li ul li .sub-parent:after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#header .main-nav .main > li ul li .sub-parent.active:before,
#header .main-nav .main > li ul li .sub-parent.active:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
@media (max-width:800px){
#header .main-nav .main > li ul li .sub-parent{
font-size: 13px;
padding: 12px 20px 12px 40px;
}
} #footer .footer-nav{
max-width: 1340px;
}
#footer .footer-nav .nav ul li.btn a{
display: block;
color: #00479D;
font-size: 15px;
font-weight: bold;
text-align: center;
padding: 17px 10px;
border-radius: 10px;
transition: 0.3s;
border: 1px solid #00479D;
}
#footer .footer-nav .nav ul li.btn a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 5px center;
padding: 0 25px 0 0;
display: inline-block;
transition: 0.3s;
}
@media (min-width:801px){
#footer .footer-nav .nav ul li.btn a:hover{
color: #fff;
background: #00479D;
}
#footer .footer-nav .nav ul li.btn a:hover span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-w.svg) no-repeat right  0px center;
}
}
#footer .footer-nav .nav ul li.tel{
margin-top: 0.5em;
}
#footer .footer-nav .nav ul li.tel .number{
display: block;
font-size: 24px;
font-weight: bold;
color: #00479D;
text-align: center;
margin: 0 0 5px;
}
#footer .footer-nav .nav ul li.tel a{
text-decoration: none;
}
@media (min-width:801px){
#footer .footer-nav .nav ul li.tel a{
pointer-events: none;
}
}
#footer .footer-nav .nav ul li.tel .txt01{
display: block;
font-size: 14px;
text-align: center;
}
#footer .footer-nav .nav ul li.tel .txt01 b{
color: #00479D;
}
#footer .footer-nav-wrap{
background-color: #F5F5F5;
padding: 50px 20px 100px;
}
#footer .footer-bottom{
background: #00479D;
}
#footer .footer-bottom-nav-wrap{
text-align: center;
}
#footer .footer-bottom-nav-wrap .copyright{
text-align: center;
background: #00479D;
color: #fff;
margin: 0 auto;
}
#footer .footer-nav .nav > ul > li > a.no-link{
pointer-events: none;
}
#footer .footer-nav .nav > ul > li > a.no-link:hover{
text-decoration: none;
}
@media (max-width:1320px){ #footer .footer-nav .nav ul li.btn a{
font-size: 1.0vw;
}
#footer .footer-nav .nav ul li.btn a span{
padding: 2px 20px 2px 0;
}
#footer .footer-nav .nav > ul > li > a{
font-size: 1.25vw;
}
#footer .footer-nav .nav ul{
font-size: 1.0vw;
}
#footer .footer-nav .nav ul li.tel .txt01{
font-size: 1.0vw;
}
}
@media (max-width:1100px){
#footer .footer-nav .nav{
flex-wrap: wrap;
}
#footer .footer-nav .nav > ul{
width: calc(calc(100% - 80px) / 2);
margin: 0 2% 4% 0;
}
#footer .footer-nav .nav > ul:nth-of-type(1){
width: 100%;
margin: 0 0 4% 0;
}
#footer .footer-nav .nav > ul:nth-of-type(5){
width: 50%;
margin: 0 0 4% 0;
padding: 10% 0 0;
box-sizing: border-box;
text-align: center;
}
#footer .footer-nav .nav ul li.btn a{
font-size: 15px;
}
#footer .footer-nav .nav > ul > li > a{
font-size: 15px;
}
#footer .footer-nav .nav ul{
font-size: 15px;
}
#footer .footer-nav .nav ul li.tel .txt01{
font-size: 14px;
}
}
@media (max-width:800px){
#footer .footer-nav-wrap{
padding: 20px 10px 20px;
}
#footer .footer-bottom{
padding: 0 0 140px;
}
#footer .footer-nav .nav > ul{
width: 100%;
margin: 0;
}
#footer .footer-nav .nav > ul:nth-of-type(1){
width: 100%;
margin: 0;
}
#footer .footer-nav .nav > ul:nth-of-type(5){
width: 100%;
margin: 0;
padding: 0;
}
#footer .footer-nav .nav > ul.list01 > li > .child-list{
padding: 5px 0 15px;
}
#footer .footer-nav .nav > ul.list01 > li > .child-list > li{
border-top: none;
margin: 0 0 10px;
}
#footer .footer-nav .nav > ul.list01 > li > .child-list > li:last-child{
margin: 0;
}
#footer .footer-nav .nav > ul.list02 > li > .child-list > li,
#footer .footer-nav .nav > ul.list03 > li > .child-list > li,
#footer .footer-nav .nav > ul.list04 > li > .child-list > li{
background: #EDEDED;
}
} .footer-cv{
display: none;
}
@media (max-width:800px){
.footer-cv{
display: block;
}
.footer-cv ul{
display: flex;
}
} @media (max-width:800px){
.zsiq_floatmain.zsiq_theme1.siq_bL{
bottom: 60px;
}
} #pagetop{
position: fixed;
z-index: 10;
right: 30px;
bottom: 60px;
}
#pagetop a{
transition: 0.3s;
opacity: 0; }
#pagetop.current a{
opacity: 1;
visibility: visible;
}
@media (min-width:801px){
#pagetop a:hover{
opacity: 0.8;
}
}
@media (max-width:800px){
#pagetop{
right: 15px;
bottom: 60px;
}
} .inner01{
max-width: 1520px;
margin: 0 auto;
padding: 0 20px;
}
.inner02{
max-width: 1380px;
margin: 0 auto;
padding: 0 20px;
}
.inner03{
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
}
.inner04{
max-width: 1040px;
margin: 0 auto;
padding: 0 20px;
} .new-headline{
margin: 0 0 30px;
}
.new-headline h2{
text-align: center;
font-size: 40px;
font-weight: bold;
color: #333;
line-height: 1.5;
margin: 0;
}
.new-headline .en{
text-align: center;
font-size: 18px;
font-weight: bold;
color: #00479D;
}
@media (max-width:800px){
.new-headline h2{
font-size: 25px;
}
.new-headline .en{
font-size: 14px;
}
} .new-headline01 {
padding: 0 0 0 15px;
border-left: 4px solid #00479D;
margin: 0 0 30px;
}
.new-headline01 h2{
font-size: 28px;
font-weight: bold;
color: #00479D;
margin: 0;
line-height: 1.5;
}
.new-headline01 .en{
font-size: 18px;
font-weight: bold;
color: #00479D;
}
@media (max-width:800px){
.new-headline01 h2{
font-size: 21px;
}
.new-headline01 .en{
font-size: 15px;
}
} .tab-target,
.tab-target01,
.tab-target02,
.tab-target03{
display: none;
background: #fff;
padding: 30px 40px;
}
.tab-target.current,
.tab-target01.current,
.tab-target02.current,
.tab-target03.current{
display: block;
} .more-link a,
.more-link span{
font-weight: bold;
color: #00479D;
text-decoration: underline;
display: inline-block;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right center;
padding: 0 20px 0 0;
}
@media (min-width:801px){
.more-link a:hover{
text-decoration: none;
}
} .btn-blue{
max-width: 360px;
width: 100%;
}
.btn-blue a{
display: block;
background: #00479D;
color: #fff;
font-size: 15px;
font-weight: bold;
text-align: center;
padding: 17px 10px;
border-radius: 10px;
transition: 0.3s;
}
.btn-blue a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-w.svg) no-repeat right center;
padding: 0 20px 0 0;
display: inline-block;
}
@media (min-width:801px){
.btn-blue a:hover{
opacity: 0.6;
}
}
.btn-white{
max-width: 360px;
width: 100%;
}
.btn-white a{
display: block;
background: #fff;
color: #00479D;
font-size: 15px;
font-weight: bold;
text-align: center;
padding: 17px 10px;
border-radius: 10px;
transition: 0.3s;
}
.btn-white a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right 1px center;
padding: 0 20px 0 0;
display: inline-block;
}
@media (min-width:801px){
.btn-white a:hover{
opacity: 0.6;
}
} #visual.basic-visual{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/basic-visual.jpg) no-repeat center center #f0f0f0;
background-size: cover;
}
#visual.basic-visual .visual-box{
display: flex;
justify-content: center;
align-items: center;
height: 300px;
}
#visual.basic-visual .visual-box h1{
font-size: 34px;
font-weight: bold;
color: #fff;
}
@media (max-width:800px){
#visual.basic-visual .visual-box{
height: 175px;
}
#visual.basic-visual .visual-box h1{
font-size: 24px;
}
} p.txt01.catch{
text-align: center;
font-size: 22px;
font-weight: bold;
margin: 0 0 60px;
} #home #visual{
position: relative;
z-index: 1; background: #FFF;
}
#home #visual::before{
position: absolute;
left: 0;
top: 0;
z-index: -1;
content: '';
width: 706px;
height: 650px;
background: url(//www.f-logi.com/wp-content/themes/fsl/img/home/visual-bg02.png) no-repeat center center;
}
#home #visual::after{
position: absolute;
right: 0;
bottom: 0;
z-index: -2;
content: '';
width: 686px;
height: 650px;
background: url(//www.f-logi.com/wp-content/themes/fsl/img/home/visual-bg03.png) no-repeat center center;
}
#home #visual .visual-box{
padding: 115px 0;
}
#home #visual .img{
position: absolute;
right: 0px;
top: 0;
}
#home #visual .img video{
width: auto;
height: 642px;
filter: drop-shadow(0px 0px rgba(0,0,0,0));
outline: none;
border: none;
}
#home #visual .catch{
font-size: 60px;
font-weight: bold;
color: #00479D;
line-height: 1.5;
position: relative;
}
#home #visual .catch span{
display: inline-block;
background: rgba(255,255,255,0.9);
padding: 0 15px;
}
#home #visual .txt01{
font-size: 18px;
font-weight: bold;
line-height: 2.0;
color: #00479D;
margin: 30px 0;
padding: 0 0 0 15px;
position: relative;
}
#home #visual .txt01 span{
background: rgba(255,255,255,0.9);
padding: 5px;
line-height: 1.0;
margin: 0 0 5px;
}
#home #visual .list{
display: flex;
padding: 0 0 0 15px;
position: relative;
}
#home #visual .list .list-item{
margin: 0 20px 0 0;
}
#home #visual .list .list-item.btn-blue{
max-width: 240px;
}
@media (max-width:1400px){
#home #visual .img{
right: 0;
}
}
@media (max-width:1280px){
#home #visual .img{
top: 0;
}
#home #visual .catch{
font-size: 40px;
}
}
@media (max-width:1000px){
#home #visual .img{
position: static;
width: 70%;
margin: 0 auto;
}
#home #visual .img video{
width: 100%;
height: auto;
}
#home #visual .visual-box{
padding: 0 0 40px;
}
#home #visual .txt01 br.pc{
display: none;
}
#home #visual::before{
width: 25%;
background: url(//www.f-logi.com/wp-content/themes/fsl/img/home/visual-bg02.png) no-repeat right center;
}
#home #visual::after{
width: 686px;
background: url(//www.f-logi.com/wp-content/themes/fsl/img/home/visual-bg03.png) no-repeat left center;
}
}
@media (max-width:800px){
#home #visual .img{
width: calc(100% + 40px);
margin: 0 -20px;
}
#home #visual .catch{
font-size: 28px;
margin: -50px 0 0 -20px;
}
#home #visual .list{
padding: 0;
}
#home #visual .txt01{
margin:  20px 0;
padding: 0;
font-size: 16px;
}
#home #visual .txt01 span{
padding: 5px 0;
margin: 0 0 2px;
}
#home #visual .list .list-item{
max-width: 100% !important;
width: 48%;
margin: 0 4% 0 0;
}
#home #visual .list .list-item:last-child{
margin: 0;
}
#home #visual .list .list-item a{
padding: 10px;
}
}
@media (max-width:420px){
#home #visual .list .list-item a{
font-size: 3.0vw;
}
} #home .sec-seminar {
padding: 40px 0 100px;
position: relative;
z-index: 1;
}
#home .sec-seminar::after{
position: absolute;
left: 0;
top: 0;
content: '';
z-index: -1;
width: 100%;
height: 35%;
background: #F5F5F5;
}
#home .sec-seminar .inner02 > .txt01{
max-width: 1040px;
padding: 0 20px;
margin: 0 auto 60px;
line-height: 2.0;
font-size: 16px;
}
#home .sec-seminar .tab03{
display: flex;
margin: 0;
}
#home .sec-seminar .tab03 li{
display: inline-block;
font-size: 15px;
font-weight: bold;
background: #BABABA;
color: #fff;
margin: 0 10px 0 0;
padding: 15px 0;
max-width: 210px;
width: 100%;
box-sizing: border-box;
text-align: center;
border-radius: 0;
transition: 0.3s;
cursor: pointer;
}
#home .sec-seminar .tab03 li:hover,
#home .sec-seminar .tab03 li.current{
background: #fff;
color: #00479D;
}
#home .sec-seminar .inner02 .list{
display: flex;
}
#home .sec-seminar .inner02 .list .list-item{
margin: 0 10px;
}
#home .sec-seminar .inner02 .list .list-item a{
position: relative;
display: block;
}
#home .sec-seminar .inner02 .list .list-item a .seminar-status{
position: absolute;
left: -7px;
top: 0;
display: flex;
}
#home .sec-seminar .inner02 .list .list-item a .seminar-status li{
margin: 0 5px 0 0;
display: inline-block;
padding: 5px 10px;
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 1.0;
}
#home .sec-seminar .inner02 .list .list-item a .seminar-status li.status01{
background: #C20031;
}
#home .sec-seminar .inner02 .list .list-item a .seminar-status li.status02{
background: #333;
}
#home .sec-seminar .inner02 .list .list-item a .seminar-status li.status03{
background: #00479D;
}
#home .sec-seminar .inner02 .list .list-item .img{
margin: 0 0 15px;
padding: 10px 0 0;
}
#home .sec-seminar .inner02 .list .list-item .text .cat-list{
display: flex;
margin: 0 0 10px;
}
#home .sec-seminar .inner02 .list .list-item .text .cat-list .cat-list-item{
display: inline-block;
padding: 5px 10px;
margin: 0 5px 0 0;
background: #00479D;
color: #fff;
font-size: 12px;
line-height: 1.0;
}
#home .sec-seminar .inner02 .list .list-item .text .tit{
font-size: 16px;
font-weight: bold;
color: #00479D;
line-height: 1.5;
margin: 0 0 10px;
}
#home .sec-seminar .inner02 .list .list-item .text .date{
font-size: 14px;
margin: 0 0 5px;
}
#home .sec-seminar .more-link{
text-align: right;
}
#home .sec-seminar .more-link a{
font-weight: bold;
color: #00479D;
text-decoration: underline;
}
@media (min-width:801px){
#home .sec-seminar .more-link a:hover{
text-decoration: none;
}
}
@media (max-width:800px){
#home .sec-seminar {
padding: 40px 0 50px;
}
#home .sec-seminar .inner02 .list{
margin: 0 -20px 0 0;
}
#home .sec-seminar .inner02 .list .slick-list{
padding: 0 20% 0 0!important;
}
} #home .sec-solution {
padding: 55px 0 90px;
position: relative;
z-index: 1;
}
#home .sec-solution::after {
position: absolute;
right: 0;
top: 0;
z-index: -1;
content: '';
width: 90%;
height: 80%;
background: url(//www.f-logi.com/wp-content/themes/fsl/img/home/solution-txt01.svg) no-repeat right top #00479D;
}
#home .sec-solution .inner01{
position: relative;
}
#home .sec-solution .fl-box{
display: flex;
align-items: flex-start;
}
#home .sec-solution .fl-box .box01{
width: 55%;
padding: 0 100px 0 0;
box-sizing: border-box;
}
#home .sec-solution .fl-box .box01 .img{
margin: -130px 0 0 -100px;
}
#home .sec-solution .fl-box .box01 h2{
font-size: 60px;
font-weight: bold;
color: #fff;
line-height: 1.5;
text-decoration: underline;
position: relative;
z-index: 2;
}
#home .sec-solution .fl-box .box01 h2 span{
font-size: 50px;
}
#home .sec-solution .fl-box .box02{
width: 45%;
}
#home .sec-solution .fl-box .box02 .catch{
font-size: 31px;
font-weight: bold;
color: #fff;
margin-bottom: 1%;
}
#home .sec-solution .fl-box .box02 p{
font-size: 18px;
color: #fff;
margin-bottom: 4%;
}
#home .sec-solution .fl-box .box02 .list{
display: flex;
flex-wrap: wrap;
margin: 10px 0 0;
padding: 0;
}
#home .sec-solution .fl-box .box02 .list .list-item{ margin: 0 4% 0 0;
}
#home .sec-solution .fl-box .box02 .list .list-item:nth-child(2n){
margin: 0;
}
#home .sec-solution .fl-box .box02 .list .list-item a{
display: block;
padding: 12px 0;
border-bottom: 1px solid #fff;
color: #fff;
}
#home .sec-solution .fl-box .box02 .list .list-item a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-w.svg) no-repeat right 5px center;
padding: 0 25px 0 0;
transition: 0.3s;
}
@media (min-width:801px){
#home .sec-solution .fl-box .box02 .list .list-item a:hover span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-w.svg) no-repeat right 0 center;
}
}
@media (max-width:1800px){
#home .sec-solution::after {
width: 98%;
}
}
@media (max-width:1600px){
#home .sec-solution::after {
width: 100%;
}
}
@media (max-width:1400px){
#home .sec-solution::after {
height: 100%;
}
}
@media (max-width:1240px){
#home .sec-solution .fl-box .box01{
width: 50%;
padding: 0 25px 0 0;
box-sizing: border-box;
}
#home .sec-solution .fl-box .box02{
width: 50%;
}
}
@media (max-width:1000px){
#home .sec-solution{
padding: 90px 0 90px;
}
#home .sec-solution .fl-box{
align-items: flex-start;
}
#home .sec-solution .fl-box .box01 h2{
font-size: 40px;
}
#home .sec-solution .fl-box .box01 h2 span{
font-size: 28px;
}
#home .sec-solution .fl-box .box01 .img{
margin: -70px 0 0 -100px;
}
}
@media (max-width:800px){
#home .sec-solution{
margin: 0 0 40px;
padding: 20px 0 70px;
}
#home .sec-solution::after {
position: absolute;
right: 0;
top: inherit;
bottom: 0;
width: 100%;
background: url(//www.f-logi.com/wp-content/themes/fsl/img/home/solution-txt01.svg) no-repeat right bottom #00479D;
background-size: 80% auto;
}
#home .sec-solution .fl-box{
display: block;
}
#home .sec-solution .fl-box .box01{
width: 100%;
margin: 0 0 20px;
}
#home .sec-solution .fl-box .box01 .img{
width: calc(100% + 65px);
margin: -95px 0 0 -20px;
}
#home .sec-solution .fl-box .box02{
width: 100%;
}
#home .sec-solution .fl-box .box02 .catch{
font-size: 21px;
}
#home .sec-solution .fl-box .box02 p{
font-size: 16px;
}
#home .sec-solution .fl-box .box02 .list{
padding: 0;
display: block;
}
#home .sec-solution .fl-box .box02 .list .list-item{
max-width: 300px;
width: 100%;
margin: 0 auto;
}
#home .sec-solution .fl-box .box02 .list .list-item:nth-child(2n){
margin: 0 auto;
}
} #home .sec-contents {
padding: 100px 0 60px;
}
#home .sec-contents .catch{
text-align: center;
font-size: 22px;
font-weight: bold;
margin: 0 0 60px;
}
#home .sec-contents .catch01{
max-width: 1040px;
padding: 0 20px;
margin: 0 auto 60px;
line-height: 2.0;
font-size: 18px;
}
#home .sec-contents .list{
display: flex;
flex-wrap: wrap;
}
#home .sec-contents .list .list-item{
width: calc(94% / 3);
margin: 0 3% 5% 0;
border: 1px solid #DBDBDB;
position: relative;
}
#home .sec-contents .list .list-item:nth-of-type(3n){
margin: 0 0 5%;
}
#home .sec-contents .list .list-item a{
display: block;
position: relative;
z-index: 2;
height: 100%;
}
#home .sec-contents .list .list-item a::before{
position: absolute;
left: 0;
top: 0;
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
transition: 0.3s;
border: 5px solid transparent;
}
@media (min-width:801px){
#home .sec-contents .list .list-item a:hover{
box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.4);
}
#home .sec-contents .list .list-item a:hover::before{
border: 5px solid #00479D;
}
}
#home .sec-contents .list .list-item a .text{
padding: 20px 30px 60px;
}
#home .sec-contents .list .list-item a .text .tit{
text-align: center;
font-size: 22px;
font-weight: bold;
color: #00479D;
line-height: 1.5;
margin: 0 0 15px;
}
#home .sec-contents .list .list-item a .text .txt01{
margin: 0 0 1.0em;
font-size: 18px;
}
#home .sec-contents .list .list-item a .text ul li{
font-size: 18px;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-check.svg) no-repeat left top 10px;
padding: 0 0 0 20px;
}
#home .sec-contents .list .list-item a .text .more-link{
position: absolute;
right: 20px;
bottom: 20px;
}
#home .sec-contents .list .list-item a .text .more-link span{
font-size: 18px;
}
@media (max-width:1240px){
#home .sec-contents {
padding: 60px 0;
}
}
@media (max-width:800px){
#home .sec-contents {
padding: 50px 0;
}
#home .sec-contents .catch{
font-size: 18px;
margin: 0 0 30px;
text-align: left;
}
#home .sec-contents .catch01{
font-size: 16px;
padding: 0;
}
#home .sec-contents .list{
margin: 0 -20px 0 -10px;
}
#home .sec-contents .list  .slick-list {
padding: 0 20% 0 0!important;
}
#home .sec-contents .list .list-item{
width: 100%;
margin: 0 10px;
border: 1px solid #DBDBDB;
position: relative;
}
#home .sec-contents .list .list-item:nth-of-type(3n){
margin: 0 10px;
}
#home .sec-contents .list .list-item a .text{
padding: 20px 15px 10px;
}
#home .sec-contents .list .list-item a .text .tit{
font-size: 20px;
}
#home .sec-contents .list .list-item a .text .txt01{
font-size: 16px;
}
#home .sec-contents .list .list-item a .text ul li{
font-size: 16px;
}
#home .sec-contents .list .list-item a .text .more-link{
position: static;
text-align: right;
margin: 20px 0 0;
}
#home .sec-contents .list .list-item a .text .more-link span{
font-size: 16px;
}
#home .sec-contents .list .slick-track{
height: 100%;
}
#home .sec-contents .list .slick-track .slick-slide {
height: inherit;
}
} #home .sec-archievement {
padding: 100px 0;
background: #F5F5F5;
}
#home .sec-archievement .txt01{
max-width: 1040px;
padding: 0 20px;
margin: 0 auto 60px;
line-height: 2.0;
font-size: 18px;
}
#home .sec-archievement .tab{
display: flex;
margin: 0;
}
#home .sec-archievement .tab li{
display: inline-block;
font-size: 15px;
font-weight: bold;
background: #999;
color: #fff;
margin: 0 10px 0 0;
padding: 15px 0;
max-width: 237px;
width: 100%;
box-sizing: border-box;
text-align: center;
border-radius: 0;
transition: 0.3s;
cursor: pointer;
}
#home .sec-archievement .tab li.current{
background: #fff;
color: #00479D;
}
@media (min-width:801px){
#home .sec-archievement .tab li:hover{
background: #fff;
color: #00479D;
}
}
#home .sec-archievement .list{
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}
#home .sec-archievement .list .list-item{
width: calc(94% / 4);
margin: 0 2% 0 0;
border: 1px solid #DBDBDB;
position: relative;
background: #fff;
}
#home .sec-archievement .list .list-item:nth-of-type(4n){
margin: 0;
}
#home .sec-archievement .list .list-item a{
display: block;
position: relative;
z-index: 2;
height: 100%;
}
#home .sec-archievement .list .list-item a::before{
position: absolute;
left: 0;
top: 0;
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
transition: 0.3s;
border: 5px solid transparent;
}
@media (min-width:801px){
#home .sec-archievement .list .list-item a:hover{
box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.4);
}
#home .sec-archievement .list .list-item a:hover::before{
border: 5px solid #00479D;
}
}
#home .sec-archievement .list .list-item .img{
margin: 0;
}
#home .sec-archievement .list .list-item .text{
padding: 15px 20px 60px;
}
#home .sec-archievement .list .list-item .text .cat-list{
display: flex;
margin: 0 0 10px;
}
#home .sec-archievement .list .list-item .text .cat-list .cat-list-item{
display: inline-block;
padding: 5px 10px;
margin: 0 5px 0 0;
background: #00479D;
color: #fff;
font-size: 12px;
line-height: 1.0;
}
#home .sec-archievement .list .list-item .text .tit{
font-size: 16px;
font-weight: bold;
color: #00479D;
line-height: 1.5;
}
#home .sec-archievement .more-link{
text-align: right;
}
#home .sec-archievement .more-link a{
font-size: 16px;
color: #00479D;
text-decoration: underline;
}
#home .sec-archievement .list .list-item .text .more-link{
position: absolute;
right: 20px;
bottom: 15px;
}
@media (min-width:801px){
#home .sec-archievement  .more-link a:hover{
text-decoration: none;
}
}
@media (max-width:800px){
#home .sec-archievement{
padding: 50px 0;
}
#home .sec-archievement .txt01{
padding: 0;
margin: 0 auto 30px;
font-size: 16px;
}
#home .sec-archievement .tab{
flex-wrap: wrap;
margin: 0 -20px 20px;
}
#home .sec-archievement .tab li{
display: block;
max-width: 100%;
width: 50%;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 15px 0;
background: #fff;
color: #00479D;
border-right: 1px solid #F5F5F5;
border-bottom: 1px solid #F5F5F5;
box-sizing: border-box;
}
#home .sec-archievement .tab li.current{
background: #00479D;
color: #fff;
}
#home .sec-archievement .tab li:nth-child(2n){
margin: 0;
border-right: none;
}
#home .sec-archievement .tab-target{
background: none;
padding: 0;
}
#home .sec-archievement .list {
margin: 0;
}
#home .sec-archievement .list .list-item{
width: 48%;
margin: 0 4% 5% 0;
}
#home .sec-archievement .list .list-item:nth-of-type(2n){
margin: 0 0 5%;
}
#home .sec-archievement .list .list-item .text .cat-list .cat-list-item{
font-size: 11px;
padding: 5px;
}
#home .sec-archievement .list .list-item .text{
padding: 10px 10px 40px;
}
#home .sec-archievement .list .list-item .text .tit{
font-size: 14px;
}
#home .sec-archievement .list .list-item .text .more-link{
right: 15px;
bottom: 8px;
}
} #home .sec-qa {
padding: 100px 0;
}
#home .sec-qa li{
padding: 0 0 20px;
}
#home .sec-qa .q{
font-size: 16px;
font-weight: bold;
cursor: pointer;
position: relative;
display: flex;
justify-content: flex-start;
padding: 15px 45px 15px 30px;
transition: .3s;
background-color: #F0F0F0;
color: #333;
}
#home .sec-qa .q:before{
display: block;
content: "";
position: absolute;
right: 20px;
top: 50%;
margin: -1px 0 0 -7px;
width: 20px;
height: 3px;
background-color: #00479D;
transition: .2s;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
border-right: none;
}
#home .sec-qa .q:after {
display: block;
content: "";
position: absolute;
right: 20px;
top: 50%;
margin: -1px 0 0 -7px;
width: 20px;
height: 3px;
background-color: #00479D;
transition: .3s;
}
#home .sec-qa .q.open:before {
-webkit-transform: rotate(0deg);
}
#home .sec-qa .q span{
margin-right: 20px;
width: 20px;
display: block;
font-size: 30px;
line-height: 1;
color: #00479D;
}
#home .sec-qa .a{
display: none;
padding: 0 30px;
}
#home .sec-qa .a .box{
display: flex;
justify-content: flex-start;
font-size: 14px;
margin-top: 20px;
}
#home .sec-qa .a .box span{
margin-right: 20px;
width: 20px;
display: block;
font-size: 30px;
line-height: 1;
font-weight: bold;
color: #C20031;
}
#home .sec-qa a{
color: #00479D;
text-decoration: underline;
}
#home .sec-qa a:hover{
text-decoration: none;
}
#home .sec-qa .a .box p{
font-size: 16px;
}
#home .sec-qa .more-link{
text-align: right;
}
#home .sec-qa .more-link a{
font-weight: bold;
color: #00479D;
text-decoration: underline;
font-size: 16px;
}
@media (min-width:801px){
#home .sec-qa .more-link a:hover{
text-decoration: none;
}
}
@media screen and (max-width: 800px) {
#home .sec-qa {
padding: 50px 0;
}
#home .sec-qa  .q{
font-size: 16px;
line-height: 1.4;
padding: 10px 30px 10px 10px;
}
#home .sec-qa .q:before{
right: 10px;
width: 15px;
height: 2px;
}
#home .sec-qa .q:after {
right: 10px;
width: 15px;
height: 2px;
}
#home .sec-qa .q.open:before {
-webkit-transform: rotate(0deg);
}
#home .sec-qa .q span{
margin-right: 10px;
display: block;
font-size: 24px;
}
#home .sec-qa .a{
display: none;
padding: 0 10px;
}
#home .sec-qa  .a .box{
margin-top: 10px;
}
#home .sec-qa  .a .box span{
margin-right: 10px;
display: block;
font-size: 24px;
}
} #home .sec-media {
padding: 100px 0;
background: #F5F5F5;
}
#home .sec-media .list{
display: flex;
flex-wrap: wrap;
}
#home .sec-media .list .list-item{
width: 47%;
margin: 0 6% 0 0;
}
#home .sec-media .list .list-item:nth-of-type(2n){
margin: 0;
}
#home .sec-media .list .list-item .tit{
font-size: 20px;
font-weight: bold;
color: #00479D;
margin: 0 0 10px;
}
#home .sec-media .list .list-item .img{
margin: 0 0 10px;
}
#home .sec-media .list .list-item .txt01{
font-size: 16px;
margin: 0 0 20px;
}
#home .sec-media .more-link{
text-align: right;
}
#home .sec-media .more-link a{
color: #00479D;
text-decoration: underline;
}
@media (min-width:801px){
#home .sec-media .more-link a:hover{
text-decoration: none;
}
}
@media screen and (max-width: 800px) {
#home .sec-media {
padding: 50px 0;
}
#home .sec-media .list{
margin: 0 0 30px;
}
#home .sec-media .list .list-item{
width: 100%;
margin: 0 0 30px;
}
#home .sec-media .list .list-item .tit{
font-size: 18px;
text-align: center;
}
} #home .sec-company {
padding: 60px 0;
background: #00479D;
position: relative;
}
#home .sec-company::after{
position: absolute;
right: 0;
top: -20px;
content: '';
width: 840px;
height: 705px;
background: url(//www.f-logi.com/wp-content/themes/fsl/img/home/company-img01_240325.jpg?ver=240325-2) no-repeat center top;
background-size: 100%;
}
#home .sec-company .new-headline h2{
text-align: left;
color: #fff;
}
#home .sec-company .new-headline .en{
text-align: left;
color: #fff;
}
#home .sec-company .img{
display: none;
}
#home .sec-company .text{
width: 45%;
position: relative;
}
#home .sec-company .text .txt01{
font-size: 16px;
color: #fff;
margin: 0 0 35px;
}
#home .sec-company .text > .more-link{
position: absolute;
right: 0;
top: 10px;
}
#home .sec-company .text > .more-link a{
padding: 0;
background: none;
color: #fff;
text-decoration: none;
}
#home .sec-company .text > .more-link a span{
padding: 0 20px 0 0;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat right center;
color: #fff;
transition: 0.3s;
}
@media (min-width:801px){
#home .sec-company .text > .more-link a:hover span{
text-decoration: none;
}
}
#home .sec-company .text .list{
display: flex;
flex-wrap: wrap;
padding: 0 150px 0 0;
}
#home .sec-company .text .list .list-item{
width: 48%;
margin: 0 4% 0 0;
}
#home .sec-company .text .list .list-item:nth-child(2n){
margin: 0;
}
#home .sec-company .text .list .list-item a{
display: block;
padding: 15px 0;
border-bottom: 1px solid #fff;
color: #fff;
}
#home .sec-company .text .list .list-item a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-w.svg) no-repeat right 5px center;
padding: 0 25px 0 0;
transition: 0.3s;
}
@media (min-width:801px){
#home .sec-company .text .list .list-item a:hover span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-w.svg) no-repeat right 0 center;
}
}
#home .sec-company .text .btn-white{
margin: 40px 0 0;
background: #fff;
border-radius: 10px;
}
@media (max-width:1600px){
#home .sec-company .text .txt01{
padding: 0 150px 0 0;
}
#home .sec-company .text > .more-link{
right: 150px;
}
}
@media (max-width:1350px){
#home .sec-company::after{
position: absolute;
right: 0;
top: -20px;
content: '';
width: 50%;
height: 100%;
background: url(//www.f-logi.com/wp-content/themes/fsl/img/home/company-img01_240325.jpg?ver=240325-2) no-repeat center top;
background-size: 100%;
}
#home .sec-company .text{
width: 50%;
padding: 0;
}
#home .sec-company .text .txt01{
padding: 0 20px 0 0;
}
#home .sec-company .text .list{
padding: 0 20px 0 0;
}
#home .sec-company .text > .more-link{
right: 20px;
}
}
@media (max-width:800px){
#home .sec-company {
padding: 320px 0 50px;
}
#home .sec-company::after{
position: absolute;
right: 0;
top: -20px;
content: '';
width: 100%;
height: 300px;
background: url(//www.f-logi.com/wp-content/themes/fsl/img/home/company-img01_240325.jpg?ver=240325-2) no-repeat center top;
background-size: cover;
}
#home .sec-company .new-headline h2{
text-align: center;
}
#home .sec-company .new-headline .en{
text-align: center;
}
#home .sec-company .text{
width: 100%;
}
#home .sec-company .text .txt01{
margin: 0 0 20px;
padding: 0;
}
#home .sec-company .text .list{
padding: 0;
}
#home .sec-company .text .list .list-item:nth-child(1) a,
#home .sec-company .text .list .list-item:nth-child(2) a{
border-top: none;
}
#home .sec-company .text .list .list-item a{
font-size: 3.0vw;
}
#home .sec-company .text .btn-white{
margin:  40px auto 0;
}
#home .sec-company .text > .more-link{
position: static;
margin: 40px auto 0;
max-width: 400px;
width: 80%;
text-align: center;
}
#home .sec-company .text > .more-link a{
background: #fff;
padding: 10px;
border-radius: 10px;
display: block;
}
#home .sec-company .text > .more-link a span{
color: #00479D;
text-decoration: none;
padding: 5px 20px 5px 0;
}
} .info-list{
display: flex;
flex-wrap: wrap;
}
.info-list li{
width: 50%;
text-align: center;
}
.info-list li a{
display: block;
font-size: 20px;
font-weight: bold;
transition: 0.3s;
}
.info-list li a span{
display: flex;
align-items: center;
justify-content: center;
padding: 50px 80px 50px 0;
height: 140px;
box-sizing: border-box;
}
.info-list li.info-list-service a span{
padding: 30px 80px 30px 0;
}
.info-list li a span br.pc{
display: block;
}
.info-list li a span br.sp{
display: none;
}
.info-list li.info-list-service a{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow01-white.svg) no-repeat right 30px center #00479D;
color: #fff;
}
.info-list li.info-list-service a span::before{
display: inline-block;
content: '';
width: 50px;
height: 61px;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-document.svg) no-repeat left center;
margin: 0 15px 0 0;
}
.info-list li.info-list-contact a{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow01-blue.svg) no-repeat right 30px center #DBEAFC;
color: #00479D;
}
.info-list li.info-list-contact a span::before{
display: inline-block;
content: '';
width: 58px;
height: 40px;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-mail.svg) no-repeat left center;
margin: 0 15px 0 0;
}
@media (min-width:961px){
.info-list li.info-list-service a:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow01-white.svg) no-repeat right 20px center #00479D;
}
.info-list li.info-list-contact a:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow01-blue.svg) no-repeat right 20px center #DBEAFC;
}
}
@media screen and (max-width: 1150px) {
.info-list li a{
font-size: 1.5vw;
}
}
@media screen and (max-width: 960px) {
.info-list li a{
font-size: 16px;
}
.info-list li.info-list-service a{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow01-white.svg) no-repeat bottom 20px center #00479D;
background-size: 35px auto;
}
.info-list li.info-list-service a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-document.svg) no-repeat top 20px center;
background-size: 30px auto;
}
.info-list li.info-list-service a span::before{
content: none;
}
.info-list li.info-list-contact a{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow01-blue.svg) no-repeat bottom 20px center #DBEAFC;
background-size: 35px auto;
}
.info-list li.info-list-contact a span{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-mail.svg) no-repeat top 32px center;
background-size: 35px auto;
}
.info-list li.info-list-contact a span::before{
content: none;
}
.info-list li a span{
padding: 60px 0 30px;
display: flex;
align-items: center;
justify-content: center;
height: 150px;
line-height: 1.5;
}
.info-list li.info-list-service a span{
padding: 80px 0 40px;
}
}
@media screen and (max-width: 600px) {
.info-list li a{
font-size: 14px;
}
.info-list li.info-list-service a{
font-size: 13px;
}
.info-list li a span br.pc{
display: none;
}
.info-list li a span br.sp{
display: block;
}
}
@media screen and (max-width: 460px) {
.info-list li.info-list-service a{
font-size: 3.0vw;
}
} #home #sec08 {
padding: 100px 0;
}
@media (max-width:800px){
#home #sec08 {
padding: 50px 0;
}
} #home #sec09 {
padding: 150px 0;
}
#home #sec09::after {
content: none;
}
#home #sec09 .tab-target01{
position: relative;
}
@media (max-width:800px){
#home #sec09 {
padding: 50px 0;
}
}
#home .sec-seminar01 .inner02 > .txt01{
max-width: 1040px;
padding: 0 20px;
margin: 0 auto 60px;
line-height: 2.0;
font-size: 18px;
}
#home .sec-seminar01 .tab03{
display: flex;
flex-wrap: wrap;
margin: 0;
}
#home .sec-seminar01 .tab03 li{
display: inline-block;
font-size: 15px;
font-weight: bold;
background: #999;
color: #fff;
margin: 0 10px 0 0;
padding: 15px 0;
max-width: 210px;
width: 100%;
box-sizing: border-box;
text-align: center;
border-radius: 0;
transition: 0.3s;
cursor: pointer;
}
#home .sec-seminar01 .tab03 li.current{
background: #F5F5F5;
color: #00479D;
}
@media(min-width:801px){
#home .sec-seminar01 .tab03 li:hover{
background: #F5F5F5;
color: #00479D;
}
}
#home .sec-seminar01 .list{
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}
#home .sec-seminar01 .list .list-item{
width: calc(94% / 4);
margin: 0 2% 0 0;
border: 1px solid #DBDBDB;
background: #fff;
position: relative;
}
#home .sec-seminar01 .list .list-item:nth-of-type(4n){
margin: 0;
}
#home .sec-seminar01 .list .list-item a{
display: block;
position: relative;
z-index: 2;
height: 100%;
}
#home .sec-seminar01 .list .list-item a::before{
position: absolute;
left: 0;
top: 0;
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
transition: 0.3s;
border: 5px solid transparent;
}
@media (min-width:801px){
#home .sec-seminar01 .list .list-item a:hover{
box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.4);
}
#home .sec-seminar01 .list .list-item a:hover::before{
border: 5px solid #00479D;
}
}
#home .sec-seminar01 .list .list-item .img{
margin: 0;
}
#home .sec-seminar01 .list .list-item .text{
padding: 15px 20px 50px;
}
#home .sec-seminar01 .list .list-item .text .cat-list{
display: flex;
flex-wrap: wrap;
margin: 0 0 5px;
}
#home .sec-seminar01 .list .list-item .text .cat-list .cat-list-item{
display: inline-block;
padding: 5px 10px;
margin: 0 5px 5px 0;
background: #00479D;
color: #fff;
font-size: 12px;
line-height: 1.0;
}
#home .sec-seminar01 .list .list-item .text .tit{
font-size: 16px;
font-weight: bold;
color: #00479D;
line-height: 1.5;
}
#home .sec-seminar01 .btn-blue{
margin: 40px auto 0;
}
#home .sec-seminar01 .more-link{
text-align: right;
position: absolute;
right: 20px;
bottom: 15px;
}
#home .sec-seminar01 .more-link a{
color: #00479D;
text-decoration: underline;
}
#home .sec-seminar01 .tab-target03{
position: relative;
background: #F5F5F5;
}
#home .sec-seminar01 .tab-target03 > .more-link{
position: static;
}
#home .sec-seminar01 .tab-target03 > .more-link a{
font-size: 16px;
}
#home .sec-seminar01 .tab-target03 > .more-link.blank a{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/blank.svg) no-repeat right center;
padding: 2px 25px 2px 20px;
}
#home .sec-seminar01 .tab-target03 .list .list-item a .seminar-status{
position: absolute;
left: -7px;
top: -7px;
display: flex;
}
#home .sec-seminar01 .tab-target03 .list .list-item a .seminar-status li{
margin: 0 5px 0 0;
display: inline-block;
padding: 5px 10px;
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 1.0;
}
#home .sec-seminar01 .tab-target03 .list .list-item a .seminar-status li.status01{
background: #C20031;
}
#home .sec-seminar01 .tab-target03 .list .list-item a .seminar-status li.status02{
background: #333;
}
#home .sec-seminar01 .tab-target03 .list .list-item a .seminar-status li.status03{
background: #00479D;
}
@media (min-width:801px){
#home .sec-seminar01 .more-link a:hover{
text-decoration: none;
}
}
@media (max-width:1000px){
#home .sec-seminar01 .tab03 li{
max-width: 160px;
}
}
@media (max-width:800px){
#home .sec-seminar01 {
padding: 50px 0;
}
#home .sec-seminar01 h2 br{
display: block;
}
#home .sec-seminar01 .inner02 > .txt01{
margin: 0 auto 30px;
padding: 0;
font-size: 16px;
}
#home .sec-seminar01 .txt03{
padding: 0;
margin: 0 auto 30px;
}
#home .sec-seminar01 .tab03{
margin: 0 -20px 20px;
border-top: 1px solid #F0F0F0;
}
#home .sec-seminar01 .tab03 li{
display: block;
width: 50%;
max-width: 100%;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 15px 0;
box-sizing: border-box;
background: #fff;
border-right: 1px solid #F0F0F0;
border-bottom: 1px solid #F0F0F0;
color: #00479D;
}
#home .sec-seminar01 .tab03 li:nth-child(2n){
margin: 0;
}
#home .sec-seminar01 .tab03 li.current{
background: #00479D;
color: #fff;
}
#home .sec-seminar01 .tab-target-cont{
position: relative;
}
#home .sec-seminar01 .tab-target03{
position: absolute;
left: 0;
top: 0;
background: none;
padding: 0;
display: block !important;
width: 100%;
opacity: 0;
z-index: -1;
}
#home .sec-seminar01 .tab-target03.current{
z-index: 1;
opacity: 1;
}
#home .sec-seminar01 .list {
margin: 0 -20px 0 0;
display: block;
}
#home .sec-seminar01 .list .slick-list{
padding: 0 20% 0 0!important;
}
#home .sec-seminar01 .list .list-item{
max-width: 100%;
width: 100%;
margin: 10px 10px 0;
}
#home .sec-seminar01 .list .list-item:nth-of-type(2n){
margin: 10px 10px 0;
}
#home .sec-seminar01 .list .list-item .text .cat-list .cat-list-item{
font-size: 11px;
padding: 5px;
}
#home .sec-seminar01 .list .list-item .text .tit{
font-size: 14px;
}
#home .sec-seminar01 .tab-target03 .list .slick-track{
height: inherit;
display: flex;
}
#home .sec-seminar01 .tab-target03  .list .slick-track .slick-slide{
height: inherit;
float: none;
}
} #home .sec-column {
padding: 100px 0;
background: #F5F5F5;
}
#home .sec-column h2 br{
display: none;
}
#home .sec-column .txt01{
max-width: 1040px;
padding: 0 20px;
margin: 0 auto 60px;
line-height: 2.0;
font-size: 18px;
}
#home .sec-column .tab01{
display: flex;
flex-wrap: wrap;
margin: 0;
}
#home .sec-column .tab01 li{
display: inline-block;
font-size: 15px;
font-weight: bold;
background: #999;
color: #fff;
margin: 0 10px 0 0;
padding: 15px 0;
max-width: 237px;
width: 100%;
box-sizing: border-box;
text-align: center;
border-radius: 0;
transition: 0.3s;
cursor: pointer;
}
#home .sec-column .tab01 li.current{
background: #fff;
color: #00479D;
}
@media (min-width:801px){
#home .sec-column .tab01 li:hover{
background: #fff;
color: #00479D;
}
}
#home .sec-column .list{
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}
#home .sec-column .list .list-item{
width: calc(94% / 4);
margin: 0 2% 0 0;
border: 1px solid #DBDBDB;
position: relative;
background: #fff;
}
#home .sec-column .list .list-item:nth-of-type(4n){
margin: 0;
}
#home .sec-column .list .list-item a{
display: block;
position: relative;
z-index: 2;
height: 100%;
}
#home .sec-column .list .list-item a::before{
position: absolute;
left: 0;
top: 0;
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
transition: 0.3s;
border: 5px solid transparent;
}
@media (min-width:801px){
#home .sec-column .list .list-item a:hover{
box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.4);
}
#home .sec-column .list .list-item a:hover::before{
border: 5px solid #00479D;
}
}
#home .sec-column .list .list-item .img{
margin: 0;
}
#home .sec-column .tab-target01 .list .list-item .img img{
width:100%;
object-fit:cover;
height: 24vw;
max-height: 166px;
}
#home .sec-column .list .list-item .text{
padding: 15px 20px 50px;
}
#home .sec-column .list .list-item .text .cat-list{
display: flex;
flex-wrap: wrap;
margin: 0 0 5px;
}
#home .sec-column .list .list-item .text .cat-list .cat-list-item{
display: inline-block;
padding: 5px 10px;
margin: 0 5px 5px 0;
background: #00479D;
color: #fff;
font-size: 12px;
line-height: 1.0;
}
#home .sec-column .list .list-item .text .tit{
font-size: 16px;
font-weight: bold;
color: #00479D;
line-height: 1.5;
}
#home .sec-column .btn-blue{
margin: 40px auto 0;
}
#home .sec-column .more-link{
text-align: right;
position: absolute;
right: 20px;
bottom: 15px;
}
#home .sec-column .more-link a{
color: #00479D;
text-decoration: underline;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow-b.svg) no-repeat left center;
padding: 2px 0 2px 20px;
}
#home .sec-column .tab-target01{
position: relative;
}
#home .sec-column .tab-target01 > .more-link{
position: static;
}
#home .sec-column .tab-target01 > .more-link a{
font-size: 16px;
}
#home .sec-column .tab-target01 > .more-link.blank a{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/blank.svg) no-repeat right center;
padding: 2px 25px 2px 20px;
}
@media (min-width:801px){
#home .sec-column .more-link a:hover{
text-decoration: none;
}
}
@media (max-width:1000px){
#home .sec-column .tab01 li{
max-width: 160px;
}
}
@media (max-width:800px){
#home .sec-column {
padding: 50px 0;
}
#home .sec-column h2 br{
display: block;
}
#home .sec-column .txt01{
padding: 0;
margin: 0 auto 30px;
font-size: 16px;
}
#home .sec-column .tab01{
margin: 0 -20px 20px;
border-top: 1px solid #F0F0F0;
}
#home .sec-column .tab01 li{
display: block;
max-width: 100%;
width: 50%;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 15px 0;
background: #fff;
color: #00479D;
border-right: 1px solid #F0F0F0;
border-bottom: 1px solid #F0F0F0;
}
#home .sec-column .tab01 li:nth-child(2n){
margin: 0;
}
#home .sec-column .tab01 li.current{
background: #00479D;
color: #fff;
}
#home .sec-column .tab-target01{
background: none;
padding: 0;
}
#home .sec-column .list {
margin: 0;
}
#home .sec-column .list .list-item{
max-width: 100%;
width: 48%;
margin: 0 4% 5% 0;
}
#home .sec-column .list .list-item:nth-of-type(2n){
margin: 0 0 5%;
}
#home .sec-column .list .list-item .text{
padding: 10px 10px 40px;
}
#home .sec-column .list .list-item .text .cat-list .cat-list-item{
font-size: 11px;
padding: 5px;
}
#home .sec-column .list .list-item .text .tit{
font-size: 14px;
}
#home .sec-column .tab-target01 > .more-link{
position: static;
}
#home .sec-column .tab-target01 > .more-link.blank a{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/blank.svg) no-repeat right center;
padding: 2px 25px 2px 20px;
}
} #home .sec-news{
padding: 100px 0;
}
#home .sec-news .more-link{
text-align: right;
}
@media (min-width: 801px){
#home .sec-news .more-link a:hover{
text-decoration: none;
}
}
#home .sec-news .box{
margin: 0 0 20px;
}
#home .sec-news .news-list .news-list-item{
display: flex;
padding: 17px 0 16px;
border-bottom: 1px solid #F0F0F0;
}
#home .sec-news .news-list .news-list-item:first-child{
border-top: 1px solid #F0F0F0;
}
#home .sec-news .news-list .news-list-item .date{
width: 110px;
font-size: 15px;
}
#home .sec-news .news-list .news-list-item .cat{
width: 120px;
font-size: 14px;
color: #00479D;
padding: 0 20px 0 0;
}
#home .sec-news .news-list .news-list-item .text{
width: calc(100% - 250px);
}
#home .sec-news .news-list .news-list-item .text a{
display: block;
padding: 0 80px 0 0;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow01-blue.svg) no-repeat right 20px center;
box-sizing: border-box;
transition: 0.3s;
}
@media (min-width:801px){
#home .sec-news .news-list .news-list-item .text a:hover{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/arrow01-blue.svg) no-repeat right 10px center;
}
}
@media screen and (max-width: 800px) {
#home .sec-news{
padding: 50px 0;
}
#home .sec-news .box{
padding: 0 20px 0 0;
}
#home .sec-news .news-list .news-list-item{
flex-wrap: wrap;
padding: 17px 0;
background: none;
}
#home .sec-news .news-list .news-list-item .date{
width: auto;
margin: 0 10px 0 0;
}
#home .sec-news .news-list .news-list-item .cat{
width: auto;
font-size: 12px;
display: flex;
align-items: center;
color: #fff;
background: #00479D;
padding: 0 20px;
border-radius: 15px;
}
#home .sec-news .news-list .news-list-item .text{
width: 100%;
margin: 10px 0 0;
}
#home .sec-news .news-list .news-list-item .text a{
padding: 0;
background: none;
}
} #home .slick-prev,
#home .slick-next{
width: 50px;
height: 50px;
transition: 0.3s;
}
@media (min-width:801px){
#home .slick-prev:hover,
#home .slick-next:hover{
opacity: 0.6;
}
}
#home .slick-prev{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/prev.svg) no-repeat center center;
left: -70px;
z-index: 10;
}
#home .slick-prev:before{
content: '';
}
#home .slick-next{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/next.svg) no-repeat center center;
right: -70px;
z-index: 10;
}
#home .slick-next:before{
content: '';
}
@media screen and (max-width: 800px) {
#home .slick-prev{
left: -10px;
}
#home .slick-next{
right: -10px;
}
} body#faq{
background: #fff;
padding: 0;
}
body#faq .sec-faq {
padding: 50px 0 100px;
}
body#faq .sec-faq .tab{
display: flex;
flex-wrap: wrap;
margin: 0;
}
body#faq .sec-faq .tab li{
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: bold;
background: #BABABA;
color: #fff;
margin: 0 10px 0 0;
padding: 10px 0;
max-width: 150px;
width: 100%;
box-sizing: border-box;
text-align: center;
border-radius: 0;
transition: 0.3s;
cursor: pointer;
line-height: 1.5;
height: 65px;
}
body#faq .sec-faq .tab li.current{
background: #F5F5F5;
color: #00479D;
}
@media(min-width:801px){
body#faq .sec-faq .tab li:hover{
background: #F5F5F5;
color: #00479D;
}
}
body#faq .sec-faq .tab-target{
position: relative;
background: #F5F5F5;
padding: 60px 100px;
}
body#faq .sec-faq .faq-list li{
padding: 0 0 30px;
}
body#faq .sec-faq .faq-list .q{
font-size: 15px;
font-weight: bold;
cursor: pointer;
position: relative;
display: flex;
justify-content: flex-start;
padding: 15px 45px 15px 30px;
transition: .3s;
border-bottom: 1px solid #00479D;
color: #333;
}
body#faq .sec-faq .faq-list .q:before{
display: block;
content: "";
position: absolute;
right: 20px;
top: 50%;
margin: -1px 0 0 -7px;
width: 20px;
height: 3px;
background-color: #00479D;
transition: .2s;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
border-right: none;
}
body#faq .sec-faq .faq-list .q:after {
display: block;
content: "";
position: absolute;
right: 20px;
top: 50%;
margin: -1px 0 0 -7px;
width: 20px;
height: 3px;
background-color: #00479D;
transition: .3s;
}
body#faq .sec-faq .faq-list .q.open:before {
-webkit-transform: rotate(0deg);
}
body#faq .sec-faq .faq-list .q span{
margin-right: 20px;
width: 20px;
display: block;
font-size: 30px;
line-height: 1;
color: #00479D;
}
body#faq .sec-faq .faq-list .a{
display: none;
padding: 0 30px;
}
body#faq .sec-faq .faq-list .a .box{
display: flex;
justify-content: flex-start;
font-size: 14px;
margin-top: 20px;
}
body#faq .sec-faq .faq-list .a .box span{
margin-right: 20px;
width: 20px;
display: block;
font-size: 30px;
line-height: 1;
font-weight: bold;
color: #C20031;
}
body#faq .sec-faq .faq-list a{
color: #00479D;
text-decoration: underline;
}
body#faq .sec-faq .faq-list a:hover{
text-decoration: none;
}
@media screen and (max-width: 1200px) {
body#faq .sec-faq .tab li{
margin: 0;
max-width: 100%;
width: 25%;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
box-sizing: border-box;
}
body#faq .sec-faq .tab li:nth-child(4n){
border-right: none;
}
}
@media screen and (max-width: 800px) {
body#faq .sec-faq  {
padding: 0 0 50px;
}
body#faq .sec-faq .tab{
margin: 0 -20px 30px;
border-top: 1px solid #F0F0F0;
}
body#faq .sec-faq .tab li{
width: 50%;
background: #fff;
border-right: 1px solid #F0F0F0;
border-bottom: 1px solid #F0F0F0;
color: #00479D;
}
body#faq .sec-faq .tab li.current{
background: #00479D;
color: #fff;
}
body#faq .sec-faq .tab li:nth-child(2n),
body#faq .sec-faq .tab li:nth-child(4n){
border-right: none;
}
body#faq .sec-faq .tab-target{
padding: 0 0 30px 0;
background: none;
}
body#faq .sec-faq .faq-list .q{
font-size: 16px;
line-height: 1.4;
padding: 10px 30px 10px 10px;
}
body#faq .sec-faq .faq-list .q:before{
right: 10px;
width: 15px;
height: 2px;
}
body#faq .sec-faq .faq-list .q:after {
right: 10px;
width: 15px;
height: 2px;
}
body#faq .sec-faq .faq-list .q.open:before {
-webkit-transform: rotate(0deg);
}
body#faq .sec-faq .faq-list .q span{
margin-right: 10px;
display: block;
font-size: 24px;
}
body#faq .sec-faq .faq-list .a{
display: none;
padding: 0 10px;
}
body#faq .sec-faq .faq-list .a .box{
margin-top: 10px;
}
body#faq .sec-faq .faq-list .a .box span{
margin-right: 10px;
display: block;
font-size: 24px;
}
}  #case .case-search{
padding: 10px 0 100px;
}
#case .case-search .catch{
font-size: 18px;
text-align: center;
margin: 0 0 90px;
}
#case .case-search .list{
display: flex;
flex-wrap: wrap;
}
#case .case-search .list .list-item{
width: 32%;
margin: 0 2% 2% 0;
box-shadow: 3px 3px 15px -6px rgba(0,0,0,0.3);
}
#case .case-search .list .list-item:nth-of-type(3n){
margin: 0 0 2%;
}
#case .case-search .list .list-item a{
display: flex;
transition: 0.3s;
}
@media (min-width: 801px){
#case .case-search .list .list-item a:hover{
opacity: 0.6;
}
}
#case .case-search .list .list-item a .serch-img{
width: 90px;
background: #00479D;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
color: #fff;
}
#case .case-search .list .list-item a .text{
width: calc(100% - 90px);
padding: 10px 15px;
box-sizing: border-box;
background: #fff;
}
#case .case-search .list .list-item a .text .tit{
font-size: 16px;
font-weight: bold;
line-height: 1.5;
}
#case .case-search .list .list-item a .text .tit span{
font-size: 20px;
}
#case .case-search .list .list-item a .text p{
font-size: 14px;
line-height: 1.5;
}
@media screen and (max-width: 1100px) {
#case .case-search .list .list-item{
width: 49%;
margin: 0 2% 2% 0;
}
#case .case-search .list .list-item:nth-of-type(odd){
margin: 0 2% 2% 0;
}
#case .case-search .list .list-item:nth-of-type(even){
margin: 0 0 2%;
}
}
@media screen and (max-width: 800px) {
#case .case-search{
padding: 10px 0 50px;
}
#case .case-search .catch{
font-size: 16px;
margin: 0 0 30px;
}
#case .case-search .list .list-item{
width: 100%;
margin: 0 0 2%;
}
#case .case-search .list .list-item:nth-of-type(odd){
margin: 0 0 2%;
}
#case .case-search .list .list-item:nth-of-type(even){
margin: 0 0 2%;
}
#case .case-search .list .list-item a .text .tit{
font-size: 15px;
}
#case .case-search .list .list-item a .text .tit span{
font-size: 18px;
}
} #case .sec-case{
padding: 100px 0 50px;
}
#case .sec-case.bg-gray{
background: #F5F5F5;
}
#case .sec-case h2{
font-size: 34px;
font-weight: bold;
color: #333;
text-align: center;
position: relative;
margin: 0 0 55px;
}
#case .sec-case h2::after{
position: absolute;
left: 50%;
bottom: -10px;
content: '';
width: 60px;
height: 4px;
background: #00479D;
margin: 0 0 0 -30px;
}
#case .sec-case .headline{
margin: 0 0 30px;
padding: 0 0 0 20px;
border-left: 6px solid #00479D;
}
#case .sec-case .headline h3{
font-size: 24px;
font-weight: bold;
color: #00479D;
line-height: 1.5;
}
#case .sec-case .headline p{
font-size: 16px;
line-height: 1.5;
}
#case .sec-case .box01{
margin: 0 0 60px;
}
#case .sec-case .box01.bd{
padding: 0 0 50px;
border-bottom: 1px solid #E0E0E0;
}
#case .sec-case .list{
width: 100%;
margin: 0 -10px;
}
#case .sec-case .list .slick-list{
width: 100%;
}
#case .sec-case .list .slick-track{ margin: 0;
box-sizing: border-box;
display: flex;
}
#case .sec-case .list .slick-slide{
margin: 0 10px;
height: inherit;
float: none;
}
#case .sec-case .list .list-item{
background: #fff;
border: 1px solid #F0F0F0;
}
#case .sec-case .list .list-item a{
display: block;
position: relative;
z-index: 2;
height: 100%;
}
#case .sec-case .list .list-item a::before{
position: absolute;
left: 0;
top: 0;
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
transition: 0.3s;
border: 5px solid transparent;
}
@media (min-width:801px){
#case .sec-case .list .list-item a:hover{
box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.4);
}
#case .sec-case .list .list-item a:hover::before{
border: 5px solid #00479D;
}
}
#case .sec-case .list .list-item .text{
padding: 15px 20px;
}
#case .sec-case .list .list-item .text .tit{
font-size: 16px;
font-weight: bold;
color: #00479D;
} #case .slick-prev,
#case .slick-next{
width: 50px;
height: 50px;
transition: 0.3s;
}
@media (min-width:801px){
#case .slick-prev:hover,
#case .slick-next:hover{
opacity: 0.6;
}
}
#case .slick-prev{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/prev.svg) no-repeat center center;
left: -60px;
z-index: 10;
}
#case .slick-prev:before{
content: '';
}
#case .slick-next{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/next.svg) no-repeat center center;
right: -60px;
z-index: 10;
}
#case .slick-next:before{
content: '';
}
@media screen and (max-width: 800px) {
#case .slick-prev{
left: -10px;
}
#case .slick-next{
right: -10px;
}
}
@media screen and (max-width: 800px) {
#case .sec-case{
padding: 50px 0 20px;
}
#case .sec-case h2{
font-size: 24px;
margin: 0 0 45px;
}
#case .sec-case .headline{
padding: 0 0 0 15px;
border-left: 3px solid #00479D;
}
#case .sec-case .headline h3{
font-size: 20px;
}
#case .sec-case .headline p{
font-size: 15px;
}
#case .sec-case .list{
width: auto;
margin: 0 -20px 0 -10px;
}
#case .sec-case .list .slick-list{
padding: 0 20% 0 0!important;
}
#case .sec-case .box01{
margin: 0 0 30px;
}
#case .sec-case .box01.bd{
padding: 0;
border-bottom: none;
}
#case .sec-case .list .slick-slide{
margin: 0 10px;
}
#case .sec-case .list .slick-slide .img{
text-align: center;
}
#case .sec-case .list .slick-slide .img img{
display: inline;
width: 100%;
}
#case .sec-case .list .list-item .text{
padding: 10px;
}
}  .tax-pickup_keyword .keyword,
#seminar .keyword{
padding: 0 20px;
}
.tax-pickup_keyword .keyword .inner04,
#seminar .keyword .inner04{
background: #F5F5F5;
padding: 15px 30px;
border-radius: 10px;
}
.tax-pickup_keyword .keyword .box,
#seminar .keyword .box{
display: flex;
}
.tax-pickup_keyword .keyword .box dl,
#seminar .keyword .box dl{
width: calc(100% - 200px);
display: flex;
}
.tax-pickup_keyword .keyword .box dl dt,
#seminar .keyword .box dl dt{
font-weight: bold;
margin: 0 20px 0 0;
}
.tax-pickup_keyword .keyword .box dl dd,
#seminar .keyword .box dl dd{
margin: 0 10px 0 0;
}
.tax-pickup_keyword .keyword .box dl dd a,
#seminar .keyword .box dl dd a{
color: #00479D;
text-decoration: underline;
}
.hscroll_wrapper {
position:relative;
padding:0 1.5em 0 0.5em;
border-radius:0.5em;
max-width:100%;
}
.hscroll_wrapper div {
white-space:nowrap;
overflow-x:hidden;
margin: 0 0.1em 0 1em;
scroll-behavior:smooth;
scroll-snap-type:inline;
}
.hscroll_wrapper div a {
display:inline-block;
margin:0 1em 0 0;
scroll-snap-align:center;
}
@media screen and (max-width:480px) {
.hscroll_wrapper div {
overflow-x:auto;
}
}
.arrow {
display:inline-block;
position:absolute;
border-radius:50%;
width:1em;
height:1em;
cursor:pointer;
vertical-align:middle;
margin-bottom:4px;
top:3px;
transition: 0.3s;
}
.left {
top: 7px;
left:-5px;
}
.right {
top: 7px;
right:-5px;
}
.arrow:before {
content:'';
position:absolute;
width:15px;
height: 15px;
}
.left:before {
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-arrow-blue-prev.svg) no-repeat center center; }
.right:before {
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-arrow-blue-next.svg) no-repeat center center;
}
.arrow:hover {
opacity: 0.6;
}
.tax-pickup_keyword .keyword .box .calendar-btn,
#seminar .keyword .box .calendar-btn{
width: 200px;
}
.tax-pickup_keyword .keyword .box .calendar-btn span,
#seminar .keyword .box .calendar-btn span{
padding: 0 0 0 20px;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-arrow-under01.svg) no-repeat left center;
}
.tax-pickup_keyword .keyword .box .calendar-btn span i,
#seminar .keyword .box .calendar-btn span i{
margin: 0 0 0 5px;
color: #00479D;
}
.tax-pickup_keyword .keyword .calendar,
#seminar .keyword .calendar{
display: none;
}
.tax-pickup_keyword .keyword .calendar.is_active,
#seminar .keyword .calendar.is_active{
display: block;
}
.tax-pickup_keyword .keyword .calendar .calendar_cont,
#seminar .keyword .calendar .calendar_cont{
width: 100%;
text-align: center;
padding: 20px;
}
@media screen and (max-width: 800px) {
.tax-pickup_keyword .keyword .box,
#seminar .keyword .box{
display: block;
}
.tax-pickup_keyword .keyword .inner04,
#seminar .keyword .inner04{
padding: 15px 20px;
}
.tax-pickup_keyword .keyword .box dl,
#seminar .keyword .box dl{
width: 100%;
display: block;
}
.tax-pickup_keyword .keyword .box dl dt,
#seminar .keyword .box dl dt{
width: 100%;
}
.tax-pickup_keyword .keyword .box dl dd,
#seminar .keyword .box dl dd{
width: 100%;
}
.tax-pickup_keyword .keyword .box .calendar-btn,
#seminar .keyword .box .calendar-btn{
width: 100%;
margin: 10px 0;
text-align: center;
}
} .tax-pickup_keyword .seminar-archive,
#seminar .seminar-archive{
padding: 100px 0;
}
.tax-pickup_keyword .seminar-archive .inner03,
#seminar .seminar-archive .inner03{
display: flex;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content,
#seminar .seminar-archive .inner03 .main-content{
width: calc(100% - 300px);
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab,
#seminar .seminar-archive .inner03 .main-content .tab{
display: flex;
margin: 0;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab li,
#seminar .seminar-archive .inner03 .main-content .tab li{
display: flex;
justify-content: center;
align-items: center;
font-size: 15px;
line-height: 1.2;
font-weight: bold;
background: #BABABA;
color: #fff;
margin: 0 10px 0 0;
padding: 15px 0;
max-width: 162px;
width: 100%;
box-sizing: border-box;
text-align: center;
border-radius: 0;
transition: 0.3s;
cursor: pointer;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab li.current,
#seminar .seminar-archive .inner03 .main-content .tab li.current{
background: #F5F5F5;
color: #00479D;
}
@media(min-width:801px){
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab li:hover,
#seminar .seminar-archive .inner03 .main-content .tab li:hover{
background: #F5F5F5;
color: #00479D;
}
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .title-cat{
font-size: 28px;
font-weight: bold;
color: #00479D;
margin: 0 0 20px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .title-cat + p{
margin:-10px 0 20px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target,
#seminar .seminar-archive .inner03 .main-content .tab-target{
position: relative;
background: #F5F5F5;
padding: 30px 30px 50px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list,
#seminar .seminar-archive .inner03 .main-content .tab-target .list{
display: flex;
flex-wrap: wrap;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item{
width: calc(94% / 3);
margin: 0 3% 4% 0;
background: #fff;
position: relative;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(3n),
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(3n){
margin: 0 0 4% 0;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item a,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item a{
display: block;
position: relative;
z-index: 2;
height: 100%;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item a::before,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item a::before{
position: absolute;
left: 0;
top: 0;
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
transition: 0.3s;
border: 5px solid transparent;
}
@media (min-width:801px){
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item a:hover,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item a:hover{
box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.4);
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item a:hover::before,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item a:hover::before{
border: 5px solid #00479D;
}
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list div.w100,
#seminar .seminar-archive .inner03 .main-content .tab-target .list div.w100{
width: 100%;
margin: 0 auto;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text{
padding: 15px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .date,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .date{
line-height: 1.4;
margin: 0 0 5px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .cat-list,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .cat-list{
display: flex;
margin: 0 0 5px;
flex-wrap: wrap;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .cat-list .cat-list-item,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .cat-list .cat-list-item{
display: inline-block;
padding: 5px 10px;
margin: 0 5px 5px 0;
background: #00479D;
color: #fff;
font-size: 12px;
line-height: 1.0;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text p,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text p{
line-height: 1.75;
font-size:14px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tit,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tit{
font-size: 17px;
font-weight: bold;
color: #00479D;
line-height: 1.5;
margin: 0 0 10px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tit a,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tit a{
color: #00479D;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tag-list,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tag-list{
display: flex;
flex-flow: wrap;
line-height: 1.4;
margin: 10px 0 0;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tag-list .tag-list-item,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tag-list .tag-list-item{
margin: 0 10px 0 0;
font-size: 14px;
color: #00479D;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tag-list .tag-list-item a,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .text .tag-list .tag-list-item a{
font-size: 14px;
color: #00479D;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .status,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .status{
position: absolute;
left: -7px;
top: -7px;
display: flex;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .status li,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .status li{
margin: 0 5px 0 0;
display: inline-block;
padding: 5px 10px;
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 1.0;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .status li.status01,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .status li.status01{
background: #C20031;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .status li.status02,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .status li.status02{
background: #333;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .status li.status03,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .status li.status03{
background: #00479D;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .btn-blue,
#seminar .seminar-archive .inner03 .main-content .tab-target .btn-blue{
max-width: 280px;
margin: 0 auto;
}
.tax-pickup_keyword .all-seminar{
margin:40px 0 0;
}
.tax-pickup_keyword .all-seminar .btn-blue{
margin:0 auto;
} .tablecalendar h4{
display: flex;
align-items: center;
font-size:1.2em;
font-weight: bold;
color: #00479D;
}
.tablecalendar h4 a{
color: #00479D;
font-size: 18px;
width: 75px;
}
.tablecalendar h4 a.prev{
text-align: left;
}
.tablecalendar h4 a.next{
text-align: right;
}
.tablecalendar h4 span{
color: #00479D;
font-size: 22px;
width: calc(100% - 150px);
text-align: center;
display: block;
}
.tablecalendar h4 a:hover{
opacity:0.5;
} .tablecalendar{
border-radius:15px;
} #wp-calendar td{
text-align: left;
padding: 0 5px;
}
#wp-calendar th{
text-align:center;
}
#wp-calendar th{
width: calc(100% / 7);
color:#333333;
padding: 10px 0;
box-sizing: border-box;
}
#wp-calendar small{
font-size:80%;
}
#wp-calendar{
width: 100%;
box-sizing: border-box;
border:solid 1px #DBDBDB;
}
#wp-calendar tr, #wp-calendar td, #wp-calendar th{
border:solid 1px #DBDBDB;
}
#wp-calendar td:nth-of-type(6) i,
#wp-calendar th:nth-of-type(6){
color:#00479D;
}
#wp-calendar td:nth-of-type(7) i,
#wp-calendar th:nth-of-type(7){
color:#C20031;
}
#wp-calendar{
background-color:white;
width:100% !important;
}
#wp-calendar td{
height:4em;
}
#wp-calendar td a{
display: block;
font-size: 12px;
background: #F3F7FF;
margin: 0 0 5px;
line-height: 1.4;
padding: 5px;
border-radius: 5px;
}
#wp-calendar td a:hover{
background: #d9e4f7;
}
@media screen and (max-width: 1100px) {
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab li,
#seminar .seminar-archive .inner03 .main-content .tab li{
font-size: 13px;
}
}
@media screen and (max-width: 800px) {
.tax-pickup_keyword .keyword .calendar .calendar_cont,
#seminar .keyword .calendar .calendar_cont{
padding: 0;
}
#wp-calendar thead {
display: none;
}
#wp-calendar tr {
border: none;
}
#wp-calendar th,
#wp-calendar td {
display: block;
width: 100%;
padding: 0;
}
#wp-calendar td {
height: auto;
display: -webkit-flex;
display: flex;
}
#wp-calendar td a{
margin: 5px;
}
#wp-calendar .calendar-none {
display: none
}
#wp-calendar .calendar-labels {
padding: 5px;
}
#wp-calendar [class*=calender-label] {
display: inline-block;
padding: 5px;
margin-top: 0;
margin-right: 5px;
font-size: 12px;
} #wp-calendar td .calendar-day-number {
font-weight: normal;
padding: 7px;
font-size: 18px;
display: block;
background: #000;
margin-bottom: 0;
width: 50px;
height: auto;
color: #FFF;
text-align: center;
line-height: 1.4;
}
#wp-calendar td:nth-of-type(6) i,
#wp-calendar th:nth-of-type(6),
#wp-calendar td:nth-of-type(7) i,
#wp-calendar th:nth-of-type(7){
color:#FFF;
}
#wp-calendar td:nth-of-type(6) i{
background: #00479D;
}
#wp-calendar td:nth-of-type(7) i{
background: #C20031;
}
#wp-calendar td.calendar-holiday .calendar-day-number,
#wp-calendar td.calendar-sun .calendar-day-number {
background: #f8c7c7;
}
#wp-calendar td.calendar-sat .calendar-day-number {
background: #c8ebfe;
} #wp-calendar td i:after {
font-size: 12px;
position: relative;
}
#wp-calendar td:nth-child(1) i:after {
content: "（月）";
}
#wp-calendar td:nth-child(2) i:after {
content: "（火）";
}
#wp-calendar td:nth-child(3) i:after {
content: "（水）";
}
#wp-calendar td:nth-child(4) i:after {
content: "（木）";
}
#wp-calendar td:nth-child(5) i:after {
content: "（金）";
}
#wp-calendar td:nth-child(6) i:after {
content: "（土）";
}
#wp-calendar td:nth-child(7) i:after {
content: "（日）";
}
} .marker{
font-size: 12px;
display: block;
padding: 5px 0 10px;
text-align: left;
line-height: 1.5;
}
@media (min-width:801px){
.marker a:hover{
text-decoration: underline;
}
}
@media screen and (max-width: 1240px) {
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab li,
#seminar .seminar-archive .inner03 .main-content .tab li{
max-width: 150px;
font-size: 13px;
margin-right: 5px;
}
}
@media screen and (max-width: 1000px) {
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab,
#seminar .seminar-archive .inner03 .main-content .tab {
border-top: 1px solid #F0F0F0;
border-left: 1px solid #F0F0F0;
flex-wrap: wrap;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab li,
#seminar .seminar-archive .inner03 .main-content .tab li{
margin: 0;
max-width: 100%;
width: 50%;
background: #fff;
border-right: 1px solid #F0F0F0;
border-bottom: 1px solid #F0F0F0;
color: #00479D;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab li.current,
#seminar .seminar-archive .inner03 .main-content .tab li.current{
background: #00479D;
color: #fff;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item{
width: 48%;
margin: 0 4% 4% 0;
background: #fff;
position: relative;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(odd),
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(odd){
margin: 0 4% 4% 0;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(even),
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(even){
margin: 0 0 4% 0;
}
}
@media screen and (max-width: 800px) {
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab li br,
#seminar .seminar-archive .inner03 .main-content .tab li br{
display:none;
}
.tax-pickup_keyword .seminar-archive,
#seminar .seminar-archive{
padding: 50px 0 20px;
}
.tax-pickup_keyword .seminar-archive .inner03,
#seminar .seminar-archive .inner03{
display: block;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content,
#seminar .seminar-archive .inner03 .main-content{
width: 100%;
margin: 0 0 40px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .title-cat{
font-size: 21px;
margin: 0 0 20px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target,
#seminar .seminar-archive .inner03 .main-content .tab-target{
padding: 20px 20px 40px;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content,
#seminar .seminar-archive .inner03 .sub-content{
width: 100%;
margin: 0;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list,
#seminar .seminar-archive .inner03 .main-content .tab-target .list{
display: block;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item{
width: 100%;
margin: 0 0 30px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(odd),
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(odd){
margin: 0 0 30px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(even),
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item:nth-of-type(even){
margin: 0 0 30px;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .img,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .img{
text-align: center;
}
.tax-pickup_keyword .seminar-archive .inner03 .main-content .tab-target .list .list-item .img img,
#seminar .seminar-archive .inner03 .main-content .tab-target .list .list-item .img img{
width: 100%;
}
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content,
#seminar .seminar-archive .inner03 .sub-content{
width: 300px;
padding: 0 0 0 60px;
box-sizing: border-box;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .headline,
#seminar .seminar-archive .inner03 .sub-content .headline{
margin: 0 0 15px;
padding: 0 0 0 10px;
border-left: 2px solid #00479D;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .headline .tit,
#seminar .seminar-archive .inner03 .sub-content .headline .tit{
font-size: 18px;
font-weight: bold;
line-height: 1.5;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .headline .en,
#seminar .seminar-archive .inner03 .sub-content .headline .en{
font-size: 12px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content ul,
#seminar .seminar-archive .inner03 .sub-content ul{
margin: 0 0 60px;
border-top: 1px solid #E0E0E0;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content ul li,
#seminar .seminar-archive .inner03 .sub-content ul li{
padding: 10px 0;
border-bottom: 1px solid #E0E0E0;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content ul li a,
#seminar .seminar-archive .inner03 .sub-content ul li a{
display: block;
transition: 0.3s;
}
@media (min-width:801px){
.tax-pickup_keyword .seminar-archive .inner03 .sub-content ul li a:hover,
#seminar .seminar-archive .inner03 .sub-content ul li a:hover{
opacity: 0.6;
}
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content ul li a .tit,
#seminar .seminar-archive .inner03 .sub-content ul li a .tit{
font-weight: bold;
padding: 5px 0 5px 40px;
line-height: 1.5;
color: #00479D;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .ranking .wpp-list li,
#seminar .seminar-archive .inner03 .sub-content .ranking .wpp-list li{
margin-bottom: 0;
padding: 10px 0 10px 40px;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .ranking .wpp-list li:nth-child(1),
#seminar .seminar-archive .inner03 .sub-content .ranking .wpp-list li:nth-child(1){
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking01.svg) no-repeat left top 10px;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .ranking .wpp-list li:nth-child(2),
#seminar .seminar-archive .inner03 .sub-content .ranking .wpp-list li:nth-child(2){
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking02.svg) no-repeat left top 10px;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .ranking .wpp-list li:nth-child(3),
#seminar .seminar-archive .inner03 .sub-content .ranking .wpp-list li:nth-child(3){
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking03.svg) no-repeat left top 10px;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .ranking .wpp-list li a,
#seminar .seminar-archive .inner03 .sub-content .ranking .wpp-list li a{
font-weight: bold;
color: #00479D;
line-height: 1.5;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .ranking .wpp-list li .post-stats,
#seminar .seminar-archive .inner03 .sub-content .ranking .wpp-list li .post-stats{
display: none;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .ranking ul li:nth-child(1) a .tit,
#seminar .seminar-archive .inner03 .sub-content .ranking ul li:nth-child(1) a .tit{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking01.svg) no-repeat left top 10px;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .ranking ul li:nth-child(2) a .tit,
#seminar .seminar-archive .inner03 .sub-content .ranking ul li:nth-child(2) a .tit{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking02.svg) no-repeat left top 10px;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .ranking ul li:nth-child(3) a .tit,
#seminar .seminar-archive .inner03 .sub-content .ranking ul li:nth-child(3) a .tit{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking03.svg) no-repeat left top 10px;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content .report ul li a .tit,
#seminar .seminar-archive .inner03 .sub-content .report ul li a .tit{
background: url(//www.f-logi.com/wp-content/themes/fsl/img/seminar/icon-note.svg) no-repeat left 7px center;
}
.tax-pickup_keyword .seminar-archive .inner03 .sub-content ul li a .txt01,
#seminar .seminar-archive .inner03 .sub-content ul li a .txt01{
font-size: 12px;
}
@media screen and (max-width: 800px) {
.tax-pickup_keyword .seminar-archive .inner03 .sub-content,
#seminar .seminar-archive .inner03 .sub-content{
width: 100%;
padding: 0;
}
} .tax-pickup_keyword .sec-report,
#seminar .sec-report{
padding: 50px 0 100px;
}
.tax-pickup_keyword .sec-report .txt01,
#seminar .sec-report .txt01{
margin: 0 0 60px;
font-size: 16px;
}
.tax-pickup_keyword .sec-report .list,
#seminar .sec-report .list{
display: flex;
}
.tax-pickup_keyword .sec-report .list .list-item,
#seminar .sec-report .list .list-item{
width: calc(94% / 3);
margin: 0 3% 0 0;
background: #F5F5F5;
}
.tax-pickup_keyword .sec-report .list .list-item:nth-of-type(3n),
#seminar .sec-report .list .list-item:nth-of-type(3n){
margin: 0;
}
.tax-pickup_keyword .sec-report .list .list-item .text,
#seminar .sec-report .list .list-item .text{
padding: 20px;
}
.tax-pickup_keyword .sec-report .list .list-item .text .tit a,
#seminar .sec-report .list .list-item .text .tit a{
font-size: 17px;
font-weight: bold;
line-height: 1.5;
color: #00479D;
}
.tax-pickup_keyword .sec-report .list .list-item .text .txt-s,
#seminar .sec-report .list .list-item .text .txt-s{
margin: 0 0 15px;
}
.tax-pickup_keyword .sec-report .list .list-item .text .tag-list,
#seminar .sec-report .list .list-item .text .tag-list{
display: flex;
}
.tax-pickup_keyword .sec-report .list .list-item .text .tag-list .tag-list-item,
#seminar .sec-report .list .list-item .text .tag-list .tag-list-item{
margin: 0 10px 0 0;
}
.tax-pickup_keyword .sec-report .list .list-item .text .tag-list .tag-list-item a,
#seminar .sec-report .list .list-item .text .tag-list .tag-list-item a{
font-size: 14px;
color: #00479D;
}
@media screen and (max-width: 800px) {
.tax-pickup_keyword .sec-report,
#seminar .sec-report{
padding: 0 0 50px;
}
.tax-pickup_keyword .sec-report .txt01,
#seminar .sec-report .txt01{
margin: 0 0 30px;
}
.tax-pickup_keyword .sec-report .list,
#seminar .sec-report .list{
display: block;
}
.tax-pickup_keyword .sec-report .list .list-item,
#seminar .sec-report .list .list-item{
width: 100%;
margin: 0 0 30px;
}
.tax-pickup_keyword .sec-report .list .list-item .img,
#seminar .sec-report .list .list-item .img{
text-align: center;
}
.tax-pickup_keyword .sec-report .list .list-item .img img,
#seminar .sec-report .list .list-item .img img{
width: 100%;
}
}  #documents .keyword .box{
display: flex;
}
#documents .keyword .box iframe{
width: calc(100% - 300px);
border-radius: 10px;
overflow: hidden;
height: 53px;
}
#documents .keyword .box dl{
display: flex;
flex-wrap: wrap;
width: calc(100% - 300px); background: #F5F5F5;
padding: 10px 30px 0;
border-radius: 10px;
}
#documents .keyword .box dl dt{
font-weight: bold;
margin: 0;
width: 140px;
}
#documents .keyword .box dl dd{
width: calc(100% - 140px);
}
.hscroll_wrapper {
position:relative;
padding:0 1.5em 0 0.5em;
border-radius:0.5em;
max-width:580px;
}
.hscroll_wrapper div {
white-space:nowrap;
overflow-x:hidden;
margin: 0 0.1em 0 1em;
scroll-behavior:smooth;
scroll-snap-type:inline;
}
.hscroll_wrapper div a {
display:inline-block;
margin:0 1em 0 0;
scroll-snap-align:center;
}
@media screen and (max-width:480px) {
.hscroll_wrapper div {
overflow-x:auto;
}
}
.arrow {
display:inline-block;
position:absolute;
border-radius:50%;
width:1em;
height:1em;
cursor:pointer;
vertical-align:middle;
margin-bottom:4px;
top:3px;
transition: 0.3s;
}
.left {
top: 7px;
left:-5px;
}
.right {
top: 7px;
right:-5px;
}
.arrow:before {
content:'';
position:absolute;
width:15px;
height: 15px;
}
.left:before {
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-arrow-blue-prev.svg) no-repeat center center; }
.right:before {
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-arrow-blue-next.svg) no-repeat center center;
}
.arrow:hover {
opacity: 0.6;
}
#documents .keyword .box dl dd div{ }
#documents .keyword .box dl dd ul li{ }
#documents .keyword .box dl dd div a{
font-weight: bold;
color: #00479D;
text-decoration: underline;
}
@media(min-width:769px){
#documents .keyword .box dl dd ul li a:hover{
text-decoration: none;
}
}
#documents .keyword .box .keyword-search{
width: 270px;
margin: 0 0 0 30px;
box-sizing: border-box;
position: relative;
}
#documents .keyword .box .keyword-search::before{
position: absolute;
left: 13px ;
top: 50%;
z-index: 2;
margin: -10px 0 0;
content: '';
width: 20px;
height: 20px;
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/icon-search.svg) no-repeat center center;
}
#documents .keyword .box .keyword-search input[type=text]{
width: 100%;
padding: 13px 5px 13px 40px;
box-sizing: border-box;
font-size: 17px;
border: 1px solid #00479D;
border-radius: 6px;
position: relative;
}
@media screen and (max-width: 800px) {
#documents .keyword .box{
display: block;
}
#documents .keyword .box iframe{
width: 100%;
}
#documents .keyword .box dl{
display: block;
width: 100%;
margin: 0 0 20px;
padding: 10px 20px 5px;
}
#documents .keyword .box dl dd{
width: 100%;
}
#documents .keyword .box dl dd ul li{
margin: 0 10px 5px 0;
}
#documents .keyword .box .keyword-search{
width: 100%;
margin: 0;
}
}
@media screen and (max-width: 500px) {
#documents .keyword .box iframe{
height: 80px;
}
} #documents .documents-archive {
padding: 100px 0;
}
#documents .documents-archive .inner03{
display: flex;
}
#documents .documents-archive .inner03 .main-content{
width: calc(100% - 300px);
}
#documents .documents-archive .inner03 .main-content .archive-documents-content{
margin: 0 0 80px;
}
#documents .documents-archive .inner03 .main-content .archive-documents-content h2{
font-size: 28px;
font-weight: bold;
border-left: 5px solid #00479D;
margin: 0 0 20px;
padding: 0 0 0 10px;
}
#documents .documents-archive .inner03 .main-content .archive-documents-content > .more-link{
text-align: right;
}
#documents .documents-archive .inner03 .main-content .list{
display: flex;
flex-wrap: wrap;
margin: 0 0 10px;
}
#documents .documents-archive .inner03 .main-content .list .list-item{
width: calc(94% / 3);
margin: 0 3% 0 0;
background: #fff;
position: relative;
border: 1px solid #F0F0F0;
}
#documents .documents-archive .inner03 .main-content .list .list-item:nth-of-type(3n){
margin: 0;
}
#documents .documents-archive .inner03 .main-content .list .list-item a{
display: block;
position: relative;
z-index: 2;
height: 100%;
}
#documents .documents-archive .inner03 .main-content .list .list-item a::before{
position: absolute;
left: 0;
top: 0;
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
transition: 0.3s;
border: 5px solid transparent;
}
@media (min-width:801px){
#documents .documents-archive .inner03 .main-content .list .list-item a:hover{
box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.4);
}
#documents .documents-archive .inner03 .main-content .list .list-item a:hover::before{
border: 5px solid #00479D;
}
}
#documents .documents-archive .inner03 .main-content span#sec01+div .list .list-item .img img,
#documents .documents-archive .inner03 .main-content span#sec02+div .list .list-item .img img,
#documents .documents-archive .inner03 .main-content span#sec03+div .list .list-item .img img{
width: 100%;
object-fit: cover;
height: 24vw;
max-height: 180px;
}
#documents .documents-archive .inner03 .main-content .list .list-item .text{
padding: 15px 15px 45px;
}
#documents .documents-archive .inner03 .main-content .list .list-item .text .more-link{
position: absolute;
right: 15px;
bottom: 15px;
}
#documents .documents-archive .inner03 .main-content .list .list-item .text .cat-list{
display: flex;
margin: 0 0 10px;
}
#documents .documents-archive .inner03 .main-content .list .list-item .text .cat-list .cat-list-item{
display: inline-block;
padding: 5px 10px;
margin: 0 5px 0 0;
background: #00479D;
color: #fff;
font-size: 12px;
line-height: 1.0;
}
#documents .documents-archive .inner03 .main-content .list .list-item .text .tit{
font-size: 17px;
font-weight: bold;
color: #00479D;
line-height: 1.5;
margin: 0 0 10px;
}
#documents .documents-archive .inner03 .main-content .list .list-item .text .tit a{
color: #00479D;
}
#documents .documents-archive .inner03 .main-content .list .list-item .text p{
line-height: 1.75;
}
@media screen and (max-width: 1000px) {
#documents .documents-archive .inner03 .main-content .list .list-item{
width: 48%;
margin: 0 4% 4% 0;
background: #fff;
position: relative;
}
#documents .documents-archive .inner03 .main-content .list .list-item:nth-of-type(odd){
margin: 0 4% 4% 0;
}
#documents .documents-archive .inner03 .main-content .list .list-item:nth-of-type(even){
margin: 0 0 4% 0;
}
}
@media screen and (max-width: 800px) {
#documents .documents-archive .inner03 .main-content span#sec01+div .list .list-item .img img,
#documents .documents-archive .inner03 .main-content span#sec02+div .list .list-item .img img,
#documents .documents-archive .inner03 .main-content span#sec03+div .list .list-item .img img{
width: 100%;
object-fit: cover;
height: 59vw;
max-height: 999px;
}
#documents .documents-archive {
padding: 50px 0 20px;
}
#documents .documents-archive .inner03{
display: block;
}
#documents .documents-archive .inner03 .main-content{
width: 100%;
margin: 0 0 40px;
}
#documents .documents-archive .inner03 .main-content .archive-documents-content h2{
font-size: 21px;
border-left: 4px solid #00479D;
margin: 0 0 20px;
padding: 0 0 0 10px;
}
#documents .documents-archive .inner03 .sub-content{
width: 100%;
margin: 0;
}
#documents .documents-archive .inner03 .main-content .archive-documents-content{
margin: 0 0 40px;
}
#documents .documents-archive .inner03 .main-content .list{
display: block;
}
#documents .documents-archive .inner03 .main-content .list .list-item{
width: 100%;
margin: 0 0 30px;
}
#documents .documents-archive .inner03 .main-content .list .list-item:nth-of-type(odd){
margin: 0 0 30px;
}
#documents .documents-archive .inner03 .main-content .list .list-item:nth-of-type(even){
margin: 0 0 30px;
}
#documents .documents-archive .inner03 .main-content .list .list-item .img{
text-align: center;
}
#documents .documents-archive .inner03 .main-content .list .list-item .img img{
width: 100%;
}
}
#documents .documents-archive .inner03 .sub-content{
width: 300px;
padding: 0 0 0 60px;
box-sizing: border-box;
}
#documents .documents-archive .inner03 .sub-content .headline{
margin: 0 0 15px;
padding: 0 0 0 10px;
border-left: 2px solid #00479D;
}
#documents .documents-archive .inner03 .sub-content .headline .tit{
font-size: 17px;
font-weight: bold;
line-height: 1.5;
}
#documents .documents-archive .inner03 .sub-content .headline .en{
font-size: 12px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
#documents .documents-archive .inner03 .sub-content #ranking-cont{
margin: 0 0 20px;
}
#documents .documents-archive .inner03 .sub-content iframe{
width: 100%;
height: 800px;
}
#documents .documents-archive .inner03 .sub-content ul{
margin: 0 0 60px;
border-top: 1px solid #E0E0E0;
}
#documents .documents-archive .inner03 .sub-content ul li{
padding: 10px 0;
border-bottom: 1px solid #E0E0E0;
}
#documents .documents-archive .inner03 .sub-content ul li a{
display: block;
transition: 0.3s;
}
@media (min-width:801px){
#documents .documents-archive .inner03 .sub-content ul li a:hover{
opacity: 0.6;
}
}
#documents .documents-archive .inner03 .sub-content ul li a .tit{
font-weight: bold;
padding: 5px 0 5px 40px;
line-height: 1.5;
color: #00479D;
}
#documents .documents-archive .inner03 .sub-content .ranking ul li:nth-child(1) a .tit{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking01.svg) no-repeat left center;
}
#documents .documents-archive .inner03 .sub-content .ranking ul li:nth-child(2) a .tit{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking02.svg) no-repeat left center;
}
#documents .documents-archive .inner03 .sub-content .ranking ul li:nth-child(3) a .tit{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking03.svg) no-repeat left center;
}
#documents .documents-archive .inner03 .sub-content .ranking ul li:nth-child(4) a .tit{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking04.svg) no-repeat left center;
}
#documents .documents-archive .inner03 .sub-content .ranking ul li:nth-child(5) a .tit{
background: url(//www.f-logi.com/wp-content/themes/fsl/common/img/ranking05.svg) no-repeat left center;
}
#documents .documents-archive .inner03 .sub-content ul li a .txt01{
font-size: 12px;
}
#documents .documents-archive .bnr a{
transition: 0.3s;
}
@media screen and (min-width: 801px) {
#documents .documents-archive .bnr a:hover{
opacity: 0.6;
}
}
@media screen and (max-width: 800px) {
#documents .documents-archive .inner03 .sub-content{
width: 100%;
padding: 0;
}
#documents .documents-archive .inner03 .sub-content iframe{
height: 400px;
}
} #seminar-thanks{} #seminar-thanks .sec-thanks{
padding: 60px 0 80px;
}
#seminar-thanks .sec-thanks h1{
font-size: 36px;
font-weight: bold;
color: #00479D;
text-align: center;
}
#seminar-thanks .sec-thanks .txt01{
text-align: center;
margin: 0 0 40px;
}
#seminar-thanks .sec-thanks dl{
text-align: center;
margin: 0 0 40px;
}
#seminar-thanks .sec-thanks dl dt{
font-size: 18px;
font-weight: bold;
color: #00479D;
}
#seminar-thanks .sec-thanks dl dd a{
color: #00479D;
text-decoration: underline;
}
@media (min-width:801px){
#seminar-thanks .sec-thanks dl dd a:hover{
text-decoration: none;
}
}
#seminar-thanks .sec-thanks .btn-blue{
margin: 60px auto 0;
}
@media (max-width:800px){
#seminar-thanks .sec-thanks{
padding: 20px 0 40px;
}
#seminar-thanks .sec-thanks h1{
font-size: 24px;
}
#seminar-thanks .sec-thanks .btn-blue{
margin: 30px auto 0;
}
} #seminar-thanks .sec-related{
padding: 100px 0;
}
#seminar-thanks .sec-related .list{
display: flex;
}
#seminar-thanks .sec-related .list .list-item{
width: calc(94% / 3);
margin: 0 2% 0 0;
}
#seminar-thanks .sec-related .list .list-item:nth-of-type(3n){
margin: 0;
}
#seminar-thanks .sec-related .list .list-item .img{
text-align: center;
}
#seminar-thanks .sec-related .list .list-item .text{
padding: 15px 0;
}
#seminar-thanks .sec-related .list .list-item .tit{
text-align: center;
font-size: 18px;
font-weight: bold;
color: #00479D;
}
#seminar-thanks .sec-related .list .list-item .btn-blue{
max-width: 280px;
margin: 15px auto 0;
}
@media (max-width:800px){
#seminar-thanks .sec-related{
padding: 50px 0;
}
#seminar-thanks .sec-related .list{
display: block;
}
#seminar-thanks .sec-related .list .list-item{
width: 100%;
margin: 0 0 30px;
}
#seminar-thanks .sec-related .list .list-item .btn-blue{
max-width: 240px;
}
} #books .section-wrap .section-content .txt01{
text-align: center;
}
#books .section-wrap  .section-content .new-headline h2 br{
display: none;
}
#books #wrap .section-content .pickup-box{
padding: 60px 60px 40px;
}
@media (max-width:800px){
#books .section-wrap .section-content .txt01{
text-align: left;
}
#books .section-wrap  .section-content .new-headline h2 br{
display: block;
}
#books #wrap .section-content .pickup-box{
padding: 30px 20px 10px;
}
} #books .section-wrap .sec-media{
padding: 80px 0 40px;
}
#books .section-wrap .new-headline h2{
text-align: center;
font-size: 40px;
font-weight: bold;
color: #333;
line-height: 1.5;
margin: 0;
padding: 0;
border-left: none;
}
#books .section-wrap .new-headline .en{
text-align: center;
font-size: 18px;
font-weight: bold;
color: #00479D;
}
@media (max-width:800px){
#books .section-wrap .new-headline h2{
font-size: 25px;
}
#books .section-wrap .new-headline .en{
font-size: 14px;
}
}
#books .sec-media .news-list {
width: 100%;
}
#books .sec-media .news-list li {
border-bottom: 1px solid #ddd;
}
#books .sec-media .news-list li a {
display: block;
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
padding: 20px 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-decoration: none;
}
#books .sec-media .news-list li a:hover {
background-color: #f5f5f5;
}
#books .section-content .sec-media .news-list li a:after{
content: none;
}
#books .sec-media .news-list li a .date-cat {
padding-top: 5px;
width: 150px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: flex-start;
align-items: flex-start;
justify-content: space-between;
margin: 0;
}
#books .sec-media .news-list li a .date-cat .date {
font-size: 15px;
line-height: 1.3;
color: #1a1a1a;
letter-spacing: .04em;
text-indent: .04em;
width: 130px;
text-align: center;
}
#books .sec-media .news-list li a .date-cat .cat {
display: inline-block;
font-size: 12px;
line-height: 1.5;
width: 120px;
text-align: center;
letter-spacing: .04em;
text-indent: .04em;
background-color: #fff;
border: 1px solid #00479d;
color: #00479d;
margin: 0;
line-height: 1;
}
#books .sec-media .news-list li a .title {
font-size: 15px;
line-height: 2;
padding: 0 1em 0 2em;
letter-spacing: .04em;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
-o-flex: 1;
flex: 1;
color: #333;
}
#books .sec-media .btn-blue{
max-width: 280px;
margin: 40px auto 0;
}
#books .sec-media .btn-blue a{
color: #fff;
}
#books .sec-media .btn-blue a span{
padding: 0 20px;
}
@media screen and (max-width: 800px) {
#books .section-wrap .sec-media{
padding: 0;
}
#books .sec-media .news-list li:first-child a{
padding: 0px 0 15px;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#books .sec-media .news-list li a {
padding: 15px 0 18px;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
#books .sec-media .news-list li:first-child a {
padding: 15px 0 18px;
}
#books .sec-media .news-list li a .date-cat {
width: 100%;
justify-content: flex-start;
}
#books .sec-media .news-list li a .date-cat .date {
width: 80px;
text-align: left;
font-size: 13px;
line-height: 1.4;
}
#books .sec-media .news-list li a .date-cat .cat {
width: auto;
font-size: 11px;
padding: 0 1em;
}
#books .sec-media .news-list li a .title {
font-size: 13px;
line-height: 1.6;
width: 100%;
padding: 0;
margin-top: .5em;
}
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
 .slick-loading .slick-list {
background: #fff url(https://www.f-logi.com/wp-content/themes/fsl/common/js/slick/ajax-loader.gif) center center no-repeat; } @font-face {
font-family: "slick";
src: url(https://www.f-logi.com/wp-content/themes/fsl/common/js/slick/fonts/slick.eot);
src: url(https://www.f-logi.com/wp-content/themes/fsl/common/js/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://www.f-logi.com/wp-content/themes/fsl/common/js/slick/fonts/slick.woff) format("woff"), url(https://www.f-logi.com/wp-content/themes/fsl/common/js/slick/fonts/slick.ttf) format("truetype"), url(https://www.f-logi.com/wp-content/themes/fsl/common/js/slick/fonts/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal; } .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir="rtl"] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: "←"; }
[dir="rtl"] .slick-prev:before {
content: "→"; }
.slick-next {
right: -25px; }
[dir="rtl"] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: "→"; }
[dir="rtl"] .slick-next:before {
content: "←"; } .slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-brands-400.eot);
src: url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-brands-400.woff) format("woff"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-regular-400.eot);
src: url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-regular-400.woff2) format("woff2"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-regular-400.woff) format("woff"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-regular-400.ttf) format("truetype"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-solid-900.eot);
src: url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-solid-900.woff) format("woff"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-solid-900.ttf) format("truetype"), url(//www.f-logi.com/wp-content/themes/fsl/common/css/fontawesome5/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }