@charset "utf-8";

/*
Theme Name: FUNAI SOKEN LOGISTICS
Description: FUNAI SOKEN LOGISTICS
Author: FUNAI SOKEN LOGISTICS
Version: 1.0.0
*/






/* RESET */
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;}

/* padding,border内側設定 */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

/* HTML5 */
article, aside, figure, figcaption, footer, header, nav, section{display: block;}

/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/

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 */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
/* clearfix for ie7 */
.clearfix {display:inline-block;}
.clearfix {display:block;}

img {max-width: 100%;height: auto;vertical-align: bottom;}
.wow {
   visibility: hidden;
}


/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/



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 .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;*/
  width: 280px;
	height: 50px;
}
/* ▼200430▼ */
#header .header-wrap .logo.co {
	width: 345px;
}
/* ▲200430▲ */
#header .header-wrap .logo a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
#header .header-wrap .logo img {
	width: 100%;
	height: 100%;
}
/* ▼200430▼ */
#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 {
    max-width: 297px;
		width: calc(100% - 150px);
    height: auto;
	}
	#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;
	}
}
@media screen and (max-width: 380px) {
  #header .header-wrap .logo.co {
    width: calc(100% - 120px);
  }
}
/* ▲200430▲ */

#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(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 {
    /* IE10 以降にのみ適用される */
  }
}
#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;
}
/* ▼200430▼ */
#header .contact-btn .contact.online a {
	background-color: #cc0000;
}
/* ▲200430▲ */

#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: top;*/
	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("../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;
}
/* ▼200430▼ */
#header .main-nav .contact-list .contact.online a {
	background-color: #cc0000;
}
/* ▲200430▲ */
#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: 200px;
		height: auto;
	}
	#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;
		/*height: 30px;*/
	}
	#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(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(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:480px){
  #header .header-wrap .logo{
    width: 130px;
  }
}
@media (max-width:430px){
	#header .search-wrap {
		height: 80px;
	}
}
@media (max-width:410px){
  #header .header-wrap .logo{
    width: 115px;
  }
	#header .btn-search {
   		padding: 5px 0 0;
    	min-width: 50px;
    	min-height: 50px;
	}

	#header .search-wrap .wrap{
		padding: 8px 10px;
	}
}

/*------------------------------------------------------------
	BOTTOM - CV
------------------------------------------------------------*/

#bottom-cv .wrap {
	width: 100%;
	background: url(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(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 .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;
/*	 align-items: center;*/
}
#footer .footer-nav .logo {
	/*width: 164px;*/
  width: 200px;
	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;*/
  justify-content: center;
  flex-wrap: wrap;
}
#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;
}
@media (max-width:1010px){
  #footer .footer-bottom-nav{
    flex-wrap: wrap;
  }
  #footer .footer-bottom-nav li {
    width: calc(100% / 3);
    padding: 0;
    margin: 0;
  }
  #footer .footer-bottom-nav li:nth-child(4)::before{
    content: none;
  }
}
#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 {
  width: 100%;
  text-align: center;
	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: 240px;
	}
	#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(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;
	}







}


/*------------------------------------------------------------
	CONTENTS - COMMON
------------------------------------------------------------*/

#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(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(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(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;
	}
}

/*------------------------------------------------------------
	TOP - SLIDE
------------------------------------------------------------*/
#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;
	}
}


/*------------------------------------------------------------
	TOP - LEAD
------------------------------------------------------------*/
#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;
	}
}


/*------------------------------------------------------------
	TOP - SERVICE
------------------------------------------------------------*/
#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;
	}
}


/*------------------------------------------------------------
	TOP - about
------------------------------------------------------------*/
#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;
	}
}

/*------------------------------------------------------------
	TOP - service2
------------------------------------------------------------*/
#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;
	}
}

/*------------------------------------------------------------
  TOP - other
------------------------------------------------------------*/
#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;
  }
}

/*------------------------------------------------------------
  TOP - faq
------------------------------------------------------------*/
#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;
	}
}

/*------------------------------------------------------------
	TOP - contactBox
------------------------------------------------------------*/
.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(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(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;
	}
}

/*------------------------------------------------------------
	TOP - NEWS
------------------------------------------------------------*/
#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
------------------------------------------------------------*/

.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;
	}
}

/*------------------------------------------------------------
	PAGE - COMMON
------------------------------------------------------------*/
#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;
	}
}



/*------------------------------------------------------------
	NEWS - ARCHIVE
------------------------------------------------------------*/

#archive {
	padding-bottom: 100px;
}
#archive .news-list {
	width: 100%;
	/*overflow: scroll;
   max-height: 350px;*/
}

.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 - COMMON
------------------------------------------------------------*/
#page .section-wrap {
	padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
	#page .section-wrap {
		padding-bottom: 50px;
	}
}


/*------------------------------------------------------------
	PAGE - COMPANY
------------------------------------------------------------*/
.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
------------------------------------------------------------*/
.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 - PHYLOSOPHY
------------------------------------------------------------*/
.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
------------------------------------------------------------*/
.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(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
------------------------------------------------------------*/
.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(./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(./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
------------------------------------------------------------*/
.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
------------------------------------------------------------*/
.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 RESULTS
------------------------------------------------------------*/
#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(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 FORMAT
------------------------------------------------------------*/
.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(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
------------------------------------------------------------*/

.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(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;
	}
}

/*------------------------------------------------------------
	SITEMAP
------------------------------------------------------------*/
.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(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;}
/**********Error Message***********/
.zf-errorMessage {
	font:12px Arial, Helvetica, sans-serif;
	color:#ff0000;
	padding-top:5px;
}

/**********Mandatory Message***********/
.zf-important {
	color:#ff0000 !important;
	font-weight: normal;
	margin-left:0px;
	padding: 0;
	font-size:13px !important;
}

/**********instruction Message***********/
.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;}

/*****************template Header Starts Here****************/

.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;
}

/****************template Header Ends Here****************/


.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');
	}

/****************Field Small/Medium/Large Starts Here****************/

.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%;
	}


/****************Field Small/Medium/Large Ends Here****************/

.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;}

/****************Form Top Align Starts Here****************/

.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("../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 - COMPLETE FORMAT
------------------------------------------------------------*/
#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(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 FORMAT（物流企業向けセミナー情報）
------------------------------------------------------------*/
.page-complete #seminar.butsuryu {
	margin:0;
}
.page-complete #seminar.butsuryu .section-wrap {
  background: url(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(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 FORMAT（荷主企業向けセミナー情報）
------------------------------------------------------------*/
.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;
	}
}

/*------------------------------------------------------------
	SINGLE　荷主向け問い合わせテンプレートパーツ
------------------------------------------------------------*/
/* 1column */
.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;
	}
}

/* 2column */
.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;
	}
}


/*------------------------------------------------------------
	page　船井総研ロジ様内製⽤テンプレート
------------------------------------------------------------*/
#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(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;
	}
}

/* 1column */
#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;
	}
}
/* 2column */
#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;
}

/* table */
#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;
	}
}





/*------------------------------------------------------------
	footer contact
------------------------------------------------------------*/
#contact-cont .wrap{
	width: 100%;
    background: url(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;
	}
}


/*------------------------------------------------------------
	404
------------------------------------------------------------*/
#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;
	}
}

/*------------------------------------------------------------
TOP
------------------------------------------------------------*/
.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;
    }
}

/*------------------------------------------------------------
	youtube iframe最適化
------------------------------------------------------------*/
.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%;
}

/*------------------------------------------------------------
250226 「コンサルタント紹介」投稿機能化
------------------------------------------------------------*/
.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: 310px;
	margin:0 auto 40px 0;
}
.consultant-detail .inner .btn-blue--consultant a{
	padding: 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(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;
	}
}

/*------------------------------------------------------------

公正な取引に関する基本方針（#fair-trade-policy）

------------------------------------------------------------*/
#fair-trade-policy .section-content ol.wp-block-list{
  padding: 0 0 0 1.0em;
}
#fair-trade-policy .section-content ol.wp-block-list li{
  list-style: decimal;
  margin: 0 0 1.0em;
}


