@charset "utf-8";

/* CSS Document */


/* common
========================================================*/

html,
body {
    color: #333333;
    height: 100%;
    position: relative;
    width: 100%;
    min-width: 1242px;
}

html {
    /* scroll-behavior: smooth; */
}

.anchor_position {
    position: relative;
}

.hidden_anchor {
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    position: absolute;
    top: -81px;
    z-index: 0;
}


/*-----------------------------------------*/


/* header
/*-----------------------------------------*/

.logo img {
    display: inline-block;
    height: auto;
    margin: 20px 0 0 20px;
    width: 127px;
}

section.sub_header {
    width: 100%;
    height: auto;
    margin: 80px auto 0;
    padding: 5% 0;
    background-size: cover;
    background-position: center;
}

section.sub_header h2 {
    color: #ffffff;
    font-family: "FOT-ロダン Pro DB";
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 0 10px #333333;
}

body#contact,
body#sitemap,
body#outline,
body#greeting,
body#privacylow,
body#privacy,
body#guide,
body#isms {
    font-size: 15px;
}

body#contact #main_header h2,
body#sitemap #main_header h2,
body#outline #main_header h2,
body#greeting #main_header h2,
body#privacylow #main_header h2,
body#privacy #main_header h2,
body#infosecure #main_header h2,
body#guide #main_header h2,
body#news_release #main_header h2,
body#isms #main_header h2 {
    font-size: 4vw;
}

#contact h3,
#sitemap h3,
#outline h3,
#greeting h3,
#privacylow h3,
#privacy h3,
#guide h3,
#isms h3,
#news_release h3 {
    text-align: center;
    font-size: 2em;
    margin-top: 5%;
}
#news_release h3 br {
	display: none;
}
#member h3 {

    margin-top: 0;
    margin-bottom: 60px;
}

body#contact h3.blueTitle,
body#sitemap h3.blueTitle,
body#outline h3.blueTitle,
body#greeting h3.blueTitle,
body#privacylow h3.blueTitle,
body#privacy h3.blueTitle,
body#guide h3.blueTitle,
body#isms h3.blueTitle,
body#greeting h3.blueTitle02 {
    clear: both;
    color: #009ae3;
    margin: 30px 0 50px 0;
    font-size: 3em;
}

#outline section.sub_header {
    background-image: url(/img/img_title01.jpg);
}

#greeting section.sub_header {
    background-image: url(/img/img_title02.jpg);
}

#privacylow section.sub_header {
    background-image: url(/img/img_title03.jpg);
}

#privacy section.sub_header,
#infosecure section.sub_header {
    background-image: url("/img/img_title04.jpg");
}

#sitemap section.sub_header {
    background-image: url("/img/img_title05.jpg");
}

#contact section.sub_header {
    background-image: url("/img/img_title06.jpg");
}
#guide section.sub_header {
    background-image: url("/img/img_title07.jpg");
}
#privacylow ul li ul {
	margin-left: 15px;
}
#privacylow ul li ul li {
	list-style: disc;
}

#news_release section.sub_header {
    background-image: url(/img/img_title08.jpg);
}

#isms .sub_header {
    background-image: url(/img/img_title10.jpg);
}

/* 見出し
========================================================*/
#content h2 {
    font-size: 4em;
    line-height: 1.3em;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
}

#content h2 span {
    display: block;
    font-size: 30px;
    line-height: 2;
    padding-top: 10px;
}

.h_coment {
    display: block;
    font-size: 30px;
    line-height: 1.65;
    margin: 0 auto;
    text-align: center;
    width: 890px;
}

h3 {
    font-family: "FOT-ロダン Pro M";
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 50px;
}

h3.blueTitle {
    clear: both;
    color: #009ae3;
    margin: 30px 0 50px 0;
    font-size: 2em;
}


/* 左右回り込み
------------------------------------------*/

.cleft {
    float: left;
}

.cright {
    float: right;
}


/* 左右反転
------------------------------------------*/

.inverted {
    transform: rotateY( 180deg);
}


/* ヘッダー - ナビゲーション
========================================================*/
nav#gnavi {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    line-height: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#gnavi li i {
    color: #009ae3;
    font-size: 1.5em;
    margin-right: 10px;
}

ul#menu-global-navigation {
    width: 100%;
}

ul#menu-global-navigation li,
ul#menu-global-navigation li a {
    color: #333333;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 80px;
    text-decoration: none;
}

ul#menu-global-navigation li a {
    padding-left: 55px;
    padding-right: 20px;
}

ul#menu-global-navigation li:nth-child(1) a {
    background: url(/img/gl01.png) no-repeat 15px 20px;
    padding-left: 55px;
}

ul#menu-global-navigation li:nth-child(2) a {
    background: url(/img/gl02.png) no-repeat 15px center;
}

ul#menu-global-navigation li:nth-child(3) a {
    background: url(/img/gl04.png) no-repeat 15px center;
}

ul#menu-global-navigation li:nth-child(4) a {
    background: url(/img/gl03.png) no-repeat 15px center;
}

ul#menu-global-navigation li:nth-child(5) a {
    background: url(/img/gl05.png) no-repeat 15px center;
}

ul#menu-global-navigation li:nth-child(6) a {
    background: url(/img/gl06.png) no-repeat 15px center;
}

ul#menu-global-navigation li a:hover {
    background-color: rgba(225, 247, 255, 0.60);
}

ul#menu-global-navigation li.logo {
    width: 170px;
}

ul#menu-global-navigation li.current-menu-item {
    /*background-color: rgba(225, 247, 255, 0.60);*/
}

ul#menu-global-navigation li.logo a {
    position: relative;
    background: none;
    margin: 0;
    padding: 0;
}

ul#menu-global-navigation li.logo img {
    position: absolute;
    top: 22px;
    left: 24px;
    width: 127px;
}

#header section {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 0;
}

#gnavi li i.fa.fa-desktop,
#gnavi li i.fa.fa-building {
    font-size: 1.25em;
}

.logo {
    display: inline-block;
    float: left;
    margin-right: 20px;
}


/* ヘッダー - ナビゲーション 右側
========================================================*/
.tool_kit {
    display: inline-block;
    float: right;
}

#gnavi .tool_kit li {
    display: inline-block;
    float: left;
    padding: 0;
}

#gnavi .tool_kit li i {
    color: #afafb0;
    margin: 0;
}

ul.tool_kit li a {
    border-left: 1px solid #cccccc;
    display: inline-block;
    line-height: 80px;
    padding: 0 35px;
}

.gnavi_sp,
#wrap {
    display: none;
}


/* main - particles
========================================================*/
section div.main {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100vh;
    left: 0;
    margin: 0;
    min-height: 380px;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

#description {
    bottom: 0;
    font-size: 34px;
    line-height: 1.65;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 100%;
}

#site-logo {
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 200;
}

.top-gear {
    position: absolute;
    text-align: center;
    top: 60%;
    width: 100%;
}

.top-line {
    position: absolute;
    text-align: center;
    top: 67%;
    width: 100%;
}

span.top-scroll-poti {
    bottom: 0;
    color: #009ae3;
    display: block;
    height: auto;
    line-height: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 89%;
    width: 100%;
}

span.top-scroll-poti .top-scroll {
    background: url(/img/arrow01.png) no-repeat center bottom;
    background-size: 25px;
    padding-bottom: 26px;
    color: #009ae3;
    display: inline-block;
    text-decoration: none;
    z-index: 9;
}

span.top-scroll-poti .top-scroll::before {
    content: ":";
    display: block;
    font-family: "linea-basic-10";
    font-size: 3.5rem;
    height: 50px;
}


/* keyword position
--------------------------------------------------------*/

.keyword {
    color: #d6d7d7;
}

.key-01,
.key-02,
.key-03,
.key-04,
.key-05,
.key-06 {
    position: absolute;
}

.key-01 {
    font-size: 70px;
    left: 18%;
    top: 40%;
}

.key-02 {
    font-size: 80px;
    left: 13%;
    top: 56%;
}

.key-03 {
    font-size: 60px;
    right: 10%;
    top: 42%;
}

.key-04 {
    font-size: 65px;
    left: 21%;
    top: 74%;
}

.key-05 {
    font-size: 40px;
    right: 23%;
    top: 61%;
}

.key-06 {
    font-size: 80px;
    right: 13%;
    top: 72%;
}


/* content
========================================================*/
.white_b,
.none_b {
    padding: 80px 0 0 0;
    border-bottom: solid 1px #CCCCCC;
}

.white_b {}

.none_b {
    background-color: #f1f2f2;
}

.cw1000 {
    margin: 0 auto;
    width: 1000px;
}

#products {
    padding: 80px 0 0 0;
}

#works_item {
    margin: 40px 0;
}

#works_item .fast_line {
    margin-bottom: 50px;
}

#works_item div {
    position: relative;
}

#works_item div p {
    position: absolute;
    top: 0;
    width: 330px;
    color: #FFFFFF;
    margin-top: 116px;
    margin-left: 60px;
    border: solid 3px #FFFFFF;
    text-align: center;
    font-size: 1.3em;
}
body#front-page #works_item img {
	border: solid 1px #CCCCCC;
}
#works_item p a {
	background: url(../img/arrow02.png) no-repeat right 15px center rgba(0, 0, 0, 0.50);
	background-size: 15px;
	display: block;
	padding: 10px;
	color: #FFFFFF;
}
#works_item p a:hover,
#works_item div a:hover a {
	background: url(../img/arrow02.png) no-repeat right 15px center rgba(0, 0, 0, 0.40);
	background-size: 15px;
	text-decoration: none;
}



/* Worksわたしたちの仕事
========================================================*/
.poti_rele {
    position: relative;
}

.ani-01 {
    position: absolute;
    right: 190px;
    top: 0;
}

.ani-01 img {
    width: 123px;
    height: 123px;
}

.ani-02 {
    left: 200px;
    position: absolute;
    top: 20px;
}

.ani-02 img {
    width: 110px;
    height: 110px;
}

.ani-03 {
    position: absolute;
    left: 90px;
    top: 64px;
}

.ani-03 img {
    height: 42px;
    width: 42px;
}

.ani-04 {
    position: absolute;
    right: 160px;
    top: 80px;
}

.ani-04 img {
    height: 30px;
    width: 30px;
}

.ani-05 {
    position: absolute;
    left: 130px;
    top: 80px;
}

.ani-05 img {
    height: 70px;
    width: 70px;
}

.ani-06 {
    position: absolute;
    right: 98px;
    top: 90px;
}

.ani-06 img {
    height: 60px;
    width: 60px;
}


/* Information新着情報
========================================================*/
#news_area li {
    border-bottom: 1px dashed #cccccc;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: 100%;
}

#news_area li p {
    display: block;
    float: right;
    line-height: 2;
    /*width: 71%;*/
}

span.date {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 2;
    width: 13%;
}

span.cat {
float: left;
line-height: 2;
border: 1px solid #009ae3;
color: #009ae3;
display: block;
font-size: 13px;
padding: 1px 0 2px;
text-align: center;
text-decoration: none;
width: 130px;
}

/*span.cat > a {
    border: 1px solid #009ae3;
    color: #009ae3;
    display: block;
    font-size: 13px;
    padding: 1px 0 2px;
    text-align: center;
    text-decoration: none;
    width: 130px;
}*/

#news_area li p a {
    color: #333333;
    text-decoration: underline;
	margin-left: 15px;
}

#news_area li p a:hover {
    text-decoration: none;
}




/* footer ACCESS アクセス
========================================================*/

.contact_btn {
    background-color: #fab629;
    color: #ffffff;
    float: right;
    font-size: 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 300px;
}
.contact_btn::after {
    content: url("/img/arrow02.png");
    position: absolute;
    right: 5%;
    top: 30%;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
}
.contact_btn a {
    width: 100%;
    padding: 24px 0;
    color: #FFFFFF;
    text-decoration: none;
}
.contact_btn .hvr-bounce-to-right::before {
    background-color: #f9d62b;
}
p.cleft.mgl10 {
    margin-top: 15px;
}

#contact footer address h3,
#sitemap footer address h3,
#outline footer address h3,
#greeting footer address h3,
#privacylow footer address h3,
#privacy footer h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-weight: normal;
}

.footer_item_01 {
    margin-bottom: 20px;
}

.footer_item_01 p {
    font-size: 15px;
    line-height: 1.6;
}

.google_link {
	background: rgba(0, 0, 0, 0) url("/img/arrow02.png") no-repeat scroll right 10px center / 10px auto;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	margin-left: 0;
	margin-right: 95px;
	margin-top: 43px;
	padding: 3px 25px 3px 8px;
	text-decoration: none;
	font-size: 0.7em;
}

.google_link:hover {
    background: url(/img/arrow02.png) no-repeat right 10px center #a3bfd6;
    background-size: 10px;
	text-decoration: none;
    color: #ffffff;
}

#copyright {
    background-color: #9399b2;
    font-size: 14px;
    line-height: 4;
    margin-top: 20px;
    text-align: center;
}

.w40 p,
.w60 p {
    font-size: 14px;
    line-height: 1.6;
}

footer .w60 {
    width: 60%;
}

footer .w40 {
    width: 37%;
}

.mgl10 {
    margin-left: 10px;
}




/* contact
========================================================*/
.entry-content table {
    margin: 30px auto 60px;
    max-width: 900px;
    width: 100%;
}

.entry-content table td {
    border: 1px solid #efefef;
    border-right: 0;
    border-left: 0;
}

.entry-content table th {
    text-align: left;
    padding: 4% 2%;
    width: 35%;
    border: 1px #efefef solid;
    border-left: 0;
}

input {
    border: 1px solid #efefef;
    padding: 2% 2%;
    margin: 4% 6%;
    width: 85%;
	font-size: 14px;
}

input[type="checkbox"] {
    margin: 2% 1% 2% 3%;
    padding: 0;
    width: 100%;
}

input[type="submit"] {
    background-color: #000000;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    margin: 0 auto 5%;
    padding: 1% 0;
    width: 30%;
}

input[type="radio"] {
    margin: 2%;
    width: auto;
}

.wpcf7-form-control-wrap {
    line-height: 2;
}

.wpcf7-list-item label {
    cursor: pointer;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 3%;
    height: 60px;
}

.con_center {
    text-align: center;
    padding-top: 0;
}

.cmb80 {
    margin-bottom: 80px;
}

div.wpcf7-mail-sent-ok {
    background-color: #f9f9f9;
    border: medium none;
    padding: 3%;
}


/* sitemap
/*----------------------------------------------------*/
.box4 {
    margin-bottom: 40px;
}

body#sitemap h3.sitempa-entry {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
}

.box4 ul {
    line-height: 1.75em;
    list-style: outside url("/img/arrow-right.gif") disc;
    margin-left: 20px;
}


/* contact
/*----------------------------------------------------*/
body#contact h3.reqlabel,
body#contact h3.anylabel {
    display: inline;
    font-family: "FOT-ロダン Pro M";
    font-size: 14px;
    /*font-weight: bold;*/
    margin: 0;
    text-align: left;
}
.entry-content table th {
	position: relative;
    vertical-align: middle;
}
.reqlabel::after {
	position: absolute;
	right: 8%;
    background-color: #ff0000;
    color: #ffffff;
    content: "必須";
    font-size: 12px;
    margin-left: 10px;
    padding: 3px 13px;
}

textarea {
    border: 1px solid #efefef;
    margin: 4% 6%;
    padding: 2%;
    width: 85%;
	font-size: 14px;
}

.td-text {
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 20px;
}

td p {
    margin-bottom: 10px;
}

.skyblue {
    color: #028fdb;
    font-size: 16px;
    font-weight: bold;
}

.privacy-box {
    background-color: #F9F9F9;
    box-shadow: 0 0 1px #333333;
    font-size: 14px;
    line-height: 2em;
    margin: 5% 0;
    max-height: 300px;
    max-width: 800px;
    min-width: 800px;
    overflow: scroll;
    padding: 3%;
}

.privacy-box p {
    margin-bottom: 10px;
}


/* スライダー調整
/*----------------------------------------------------*/
body#front-page .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
}

body#front-page .swiper-container-horizontal > .swiper-pagination-bullets,
body#front-page .swiper-pagination-custom,
body#front-page .swiper-pagination-fraction {
    bottom: 20px;
}


/* contact
/*----------------------------------------------------*/
.cred div.dlWrap dl {
        min-height: 86px;
}
#anchor-credo {
    margin-top: -80px;
    padding-top: 80px;
}
#anchor-access,
body#outline #history {
    margin-top: -80px;
    padding-top: 80px;
}
#anchor-access {
	height: 500px;
}

/* greeting
/*----------------------------------------------------*/



/* 新・グローバルメニュー調整css
/*----------------------------------------------------*/
nav.header .lll a img {
    height: auto;
    margin: 25px 25px 0;
    width: 100px;
}

/*右側gnaviアイテム*/
ul#menu-global-navigation li#menu-item-56,
ul#menu-global-navigation li#menu-item-55,
ul#menu-global-navigation li#menu-item-54 {
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    border-left: 1px solid #cccccc;
    float: right;
    height: 80px;
    overflow: hidden;
    text-indent: 100%;
    width: 80px;
    word-break: keep-all;
}


/*facebook*/
ul#menu-global-navigation li#menu-item-56 {
    background-image: url("/img/fb-icon.gif");
}


/*mail*/
ul#menu-global-navigation li#menu-item-55 {
    background-image: url("/img/mail-icon.gif");
}


/*sitemap*/
ul#menu-global-navigation li#menu-item-54 {
    background-image: url("/img/sitemap-icon.gif");
}

ul#menu-global-navigation li#menu-item-56 a,
ul#menu-global-navigation li#menu-item-55 a,
ul#menu-global-navigation li#menu-item-54 a {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}
ul#menu-global-navigation li#menu-item-56 a:hover,
ul#menu-global-navigation li#menu-item-55 a:hover,
ul#menu-global-navigation li#menu-item-54 a:hover {
    background-color: rgba(240,240,240,0.25);
}


/* 第二リリース トップ製品紹介　caseBox
----------------------------------------------------*/
section#caseBox div#caseViewBox {
	position: relative;
	width: 604px;
	height: 444.2px;
	float: left;
	margin-bottom: 30px;
}
section#caseBox div#caseViewBox p {
	margin: 0;
	margin-top: 10px;
}
section#caseBox div#caseViewBox p.view {
	position: absolute;
	top: 21px;
	left: 60px;
	width: 486px;
}
section#caseBox div#caseViewBox p.view img {
	width: 100%;
}


section#caseBox ul#caseThumbnail {
	width: 376px;
	float: right;
	margin-bottom: 30px;
	padding-left: 20px;
}
section#caseBox ul#caseThumbnail li {
	width: 100px;
	float: left;
	margin-right: 20px;
	margin-bottom: 17px;
	border: solid 1px #999999;
	height: 100px;
}
section#caseBox ul#caseThumbnail li img {
	width: 100%;
}

section#caseBox div#text {
	background-color: #FFFFFF;
	border-radius: 8px;
	clear: both;
	padding: 30px;
	margin-bottom: 50px;
}
section#caseBox .arrow_box {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #b3b3b3;
}
section#caseBox .arrow_box h3 {
	font-size: 2em;
	text-align: left;
	margin-bottom: 10px;
}
section#caseBox .arrow_box p {
	line-height: 1.8em;
}
section#caseBox .arrow_box ul {
	overflow: hidden;
	zoom:1;
	margin-top: 10px;
}
section#caseBox .arrow_box ul li {
	background-color: #008FD8;
	float: left;
	margin-right: 10px;
	padding: 5px;
	color: #FFFFFF;
	font-size:  0.8em;
}
section#caseBox .arrow_box ul li.link_url {
	background: none;
	padding-left: 0;
}
section#caseBox .arrow_box ul li.link_url a {
	text-decoration: underline;
}
section#caseBox .arrow_box ul li.link_url:before {
	content: "URL";
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
}
section#caseBox .arrow_box ul li.link_url a:hover {
	text-decoration: none;
}
section#caseBox .arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

section#caseBox .arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 21.5px;
	margin-left: -448px;
}
section#caseBox .arrow_box:before {
	border-color: rgba(179, 179, 179, 0);
	border-bottom-color: #b3b3b3;
	border-width: 23px;
	margin-left: -450px;
}
.hvr-rectangle-out {
	background-color: #000000;
}
.more_btn {
	background-color: #000000;
    margin: 23px auto 50px auto;
    text-align: center;
    text-decoration: none;
    width: 40%;
}
.more_btn::after {
    content: url("/img/arrow02.png");
    position: absolute;
    right: 5%;
    top: 30%;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
}
.more_btn a {
    color: #ffffff;
    display: block;
    font-size: 24px;
    width: 100%;
    padding: 24px 0;
    color: #FFFFFF;
    text-decoration: none;
}
.more_btn .hvr-rectangle-out::before {
    background-color: #333333;
}


/* 第二リリース フッター　footer
----------------------------------------------------*/
#footerBox01,
#footerBox02 {
	overflow: hidden;
	zoom:1;
	width: 986px;
	margin: 0 auto 30px auto;
	border-bottom: solid 1px #FFFFFF;
}
#footerBox02 {
	margin: 0 auto 0 auto;
}
.footerinquiryBox {
	overflow: hidden;
	zoom:1;
}
.footerAddBox {
	clear: both;
	overflow: hidden;
	zoom: 1;
	margin: 20px 0;
}
.footerAddBox .address h3 {
	margin: 0 0 10px 0;
	padding-top: 5px;
	text-align: left;
}
.footerAddBox .address p {
	font-size: 0.9em;
	line-height: 1.4em;
}
.footerAddBox a {
	margin: 0;
}
.footerAddBox .address,
.footerAddBox .address h3,
.footerAddBox .address p {
	float: left;
}
.footerAddBox .address h3 {
	margin-right: 40px;
	margin-top: 0 !important;
}
.footerAddBox .mapLinkBtn {
width: 180px;
	float: right;
}
#footerBox02 {
	border-bottom: none;
}
#footerBox02 #partnerBox {
	float: left;
	display: table;
}
#footerBox02 #privacyLinkBox {
	width: 300px;
	float: right;
}
#footerBox02 #partnerBox dl,
#footerBox02 #privacyLinkBox dl {
	margin-bottom: 15px;
	display: table-cell;
}
#footerBox02 #partnerBox dl {
	width: 192px;
	padding-right: 10px;
}
#footerBox02 #partnerBox dl dt {
	width: 246px;
}

#footerBox02 #partnerBox dl.partnerText {
	width:246px;
	text-align: left;
	vertical-align: top;
}
#footerBox02 #partnerBox dl.partnerText dd p {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em
}
#footerBox02 #partnerBox dl:first-child,
#footerBox02 #partnerBox dl:first-child dt {
	width: 130px;
}
#footerBox02 #partnerBox dl dt,
#footerBox02 #partnerBox dl dd,
#footerBox02 #privacyLinkBox dl dt,
#footerBox02 #privacyLinkBox dl dd {
	vertical-align: middle;
}

#footerBox02 #partnerBox dl dd h4,
#footerBox02 #privacyLinkBox dl dd p {
	font-size: 0.9em;
	margin-bottom: 10px;
}
#footerBox02 #partnerBox dl dt img {
	width: 100%;
}
#footerBox02 #partnerBox dl dd {
	font-size: 0.7em;
	line-height: 1.4em;
	padding-top: 5px;
}
#footerBox02 #privacyLinkBox dl dd p {
	line-height: 1.4em;
}
#footerBox02 #privacyLinkBox ul {
	border: solid 1px #FFFFFF;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#footerBox02 #privacyLinkBox ul li {
	background: none;
	padding: 0;
	border-bottom: solid 1px #FFFFFF;
}
#footerBox02 #privacyLinkBox ul li a {
	background: rgba(0, 0, 0, 0) url("/img/arrow02.png") no-repeat scroll right 15px center / 15px auto;
	display: block;
	padding: 8px 40px 8px 14px;
	color:  #FFFFFF;
}
#footerBox02 #privacyLinkBox ul li a:hover {
    background: url(/img/arrow02.png) no-repeat right 15px center #a3bfd6;
    background-size: 15px;
	text-decoration: none;
    color: #ffffff;
}


/* 第二リリース 業務内容　guide
----------------------------------------------------*/

.guideBox {
	overflow: hidden;
	zoom:1;
	border-bottom: dotted 1px #999999;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.guideBox:last-child {
	border-bottom: none;
}
.guideBox .guideTitleBox {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 40px;
}
.guideBox .guideTitleBox div,
.guideBox .guideTitleBox ul {
	display: table-cell;
	vertical-align: middle;
}
.guideBox .guideTitleBox div {
	width: 300px;
}
.guideBox .guideTitleBox p {
	display: block;
	font-size: 4em;
}
.guideBox .guideTitleBox h4 {
	font-family: "FOT-ロダン Pro M";
	font-size: 2em;
	margin: 10px 0;
}
.guideBox .guideTitleBox p.en_title {
	font-size: 1.1em;
	color: #009AE3;
	font-family: "FOT-パール std","FOT-パール Std L";
}
.guideBox .guideTitleBox ul {
	width: 620px;
}
.guideBox .guideTitleBox ul li {
	float: right;
	margin-left: 10px;
}
.guideBox .guideText p {
	line-height: 1.8em;
	margin-bottom: 15px;
}

.guideBox dl.detail {
	display: table;
	margin-bottom: 20px;
}
.guideBox dl.detail dt,
.guideBox dl.detail dd {
	display: table-cell;
}
.guideBox dl.detail dt {
	font-family: "FOT-ロダン Pro DB";
	width: 8em;
}
.guideBox dl.detail dd {
	line-height: 1.4em;
}


/* 第二リリース サイトマップ　sitemap
----------------------------------------------------*/
#sitemap .line-content {
	padding-left: 20px;
	margin-bottom: 40px;
}
.sitemap_pageSet {
	width: 30%;
	float: left;
	margin-left: 20px;
}
body#sitemap h3.sitempa-entry {
	margin-top: 20px;
}

body#sitemap .white_b {
	padding-top: 130px;
}
.sitemap_pageSet img {
	width: 100%;
}
.sitemap_pageSet ul li {
	margin-bottom: 10px;
}
.sitemap_pageSet ul li a {
	font-family: "FOT-ロダン Pro M";
	background: url(../img/arrow-right.gif) no-repeat left center;
	background-size: 8px;
	padding-left: 15px;
}
body#sitemap .map01 h3.sitempa-entry {
	display: none !important;
}



/* 第二リリース 最新情報
----------------------------------------------------*/
.kiji_date {
	overflow: hidden;
	zoom: 1;
	margin-top: 65px;
	margin-bottom: 15px;
}
.kiji_date span.cat {
	width: 130px;
	display: block;
	float: left;
	line-height: 2;
	border: 1px solid #009ae3;
	color: #009ae3;
	font-size: 13px;
	padding: 1px 0 2px;
	text-align: center;
}
#blog_detail {
	clear: both;
}
#blog_detail h1 {
	font-family: "FOT-ロダン Pro DB";
	font-size: 2em;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #999999;
	line-height: 1.3em;
}
#blog_detail div.catch,
#blog_detail div.catch img {
	width: 900px;
	height: 600px;
	margin: 0 auto;
}
#blog_detail div.catch {
	margin-bottom: 60px;
}

#blog_detail .kijiText {
	margin-bottom: 30px;
}
#blog_detail .kijiText h2 {
	font-family: "FOT-ロダン Pro DB";
	margin: 0 0 15px 0;
	font-size: 1.4em;
	text-align: left;
}
#blog_detail .kijiText p {
	line-height: 1.8em;
	margin-bottom: 25px;
}
#blog_detail .kijiText p.bold {
	font-family: "FOT-ロダン Pro B";
	margin-bottom: 10px;
}
#pagerCont {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

ul.pager {
	position: relative;
	left: 50%;
	float: left;
	margin-bottom: 50px;
}

ul.pager li {
	background-color: #EAEAEA;
	width: 104px;
	height: 36px;
	position: relative;
	left: -50%;
	float: left;
	margin-right:15px;
	border: 1px solid  #CCCCCC;
	font-weight: bold;
	color: #EAEAEA;
}


ul.pager li a {
	background-color:  #FFFFFF;
	position: relative;
	display: block;
	padding: 10px 20px;
	color: #000000;
}



ul.pager li a:link,
ul.pager li a:visited { text-decoration: none; }

ul.pager li a:hover,
ul.pager li a:active {
	background-color: #009ae3;
	text-decoration: none;
	color: #FFFFFF;
}

ul.pager li em {
	display: block;
	padding: 3px 8px;
	background: #000000;
	color: #FFFFFF;
}
#news_area {
	overflow: hidden;
	zoom:1;
}
#news_area .catch {
	clear: both;
	margin-bottom: 2%;
}
#news_area .catch img {
	width: 100%;
	height: auto;
}
#news_area li {
	width: 430px;
	float: left;
	margin-right: 38px;
	margin-bottom: 50px;
}
#news_area span.date {
	color: #000000;
}
#front-page #news_area li {
	width: 100%;
	float: none;
}
#news_area li:nth-child(even) {
	margin-right: 0;
}
#news_area li p {
	float: none;
	clear: both;
}
#news_area a {
	text-decoration: underline !important;
	color: #000000;
}
#news_area a:hover {
	text-decoration: none !important;
}
#front-page #news_area li p {
	clear: none;
}
#news_area span.date {
	width: auto;
	margin-right: 15px;
	margin-bottom: 15px;
    min-width: 105px;
}

/* 第三リリース フッター　footer　（koizumi 20180420）
----------------------------------------------------*/
footer .address {
	width: 436px;
	float: left;
}
footer .address h3 {
	text-align: left !important;
	margin-bottom: 15px;
	margin-top: 0 !important;
}
footer .address div {
	overflow: hidden;
	margin-bottom: 5px;
}
footer .address div p {
	line-height: 1.4em;
}
footer .address div p:nth-child(1) {
	float: left;
	font-size: 0.8em;
}
footer .address div p:nth-child(2) {
	float: right;
}
footer .address dl {
	width: 100%;
	clear: both;
	display: table;
}
footer .address a.google_link {
	margin: 0;
}
footer .address dl dt,
footer .address dl dd {
	display: table-cell;
	font-size: 0.8em;
	text-align: left;
}
footer .address dl dt {
	color: #FFFFFF;
	width: 5em;
}
footer .address dl dd a {
	text-decoration: underline;
	color: #FFFFFF;
}
footer .address dl dd a:hover {
	text-decoration: none;
}
.contact_btn {
	margin-top: 10px;
}
#footerBox01 {
	padding-bottom: 20px;
}



/* maemura 20181022
----------------------------------------------------*/
.frame_description {
    margin-bottom: 10%;
}
.frame_description p {
    line-height: 2;
}
.frame_description .frame {
    padding: 10%;
    border: solid 1px #DDD;
    margin: 5% 0;
}
.frame_description .frame h3 {
    margin: 10% 0 2% 0;
    text-align: left;
}
.frame_description .frame h3:first-child {
    margin: 0 0 2% 0;
}
.frame_description .frame p {}
.frame_description .frame ol li {
    margin: 0 0 16px 0;
}
.frame_description .frame hr {
    display: block;
    border: solid 0.5px #DDD;
    margin: 5% 0;
}
.frame_description .frame p.txR {
    text-align: right;
    margin-bottom: 1%;
}


/* koizumi 20190121
----------------------------------------------------*/
#footerBox02 #partnerBox dl.sme_logo dt {
	width: 400px !important;
}
#footerBox02 #partnerBox dl.sme_logo dt img {
	width: 100%;
}
#footerBox02 #partnerBox dl.sme_logo dt img {
	width: 390px;
}
#footerBox02 #partnerBox dl.iso_logo dt {
	width: 215px !important;
}
#footerBox02 #partnerBox dl.iso_logo dt img {
	width: 208px;
}

/* tada 20190227
----------------------------------------------------*/
.isms-box{
    margin-bottom: 20px;
    padding-bottom: 0;
	border-bottom: none;
}
.mb1{
	margin-bottom: 1em;
}
.isms-logo {
	margin: 33px 0;
}
.isms-logo img{
    width: 270px;
    height: auto;
}
.figcaption-iso {
	margin-top: 0.5em;
}
.isms #content ul li {
    list-style: disc;
    margin-left: 13px;
}


/* maemura 20190416
----------------------------------------------------*/
.white_b.recruit_area {
    display: block;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.recruit_area:after {
    content: "";
    background-image: url("../img/recruit/recruit_bg.jpg");
    background-position: center;
    background-size:cover;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.photos_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
.photos_area div {
    width: 23%;
    display: flex;
    height: auto;
    padding: 0 1%;
}
.photos_area div img {
    width: 100%;
    height: 100%;
}
.recruit_section .link_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 0 40px 0;
}
p.recruit_link {
    width: 23%;
    padding: 0 1%;
}
p.recruit_link a {
    background: rgba(0, 143, 216, 1) url(/img/arrow02.png) no-repeat scroll right 30px center / 25px auto;
    border: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: normal;
    font-size: 28px;
    line-height: 70px;
    width: 100%;
    letter-spacing: 3px;
    transition: all 0.3s;
}
p.recruit_link a:hover {
    opacity: 0.75;
    text-decoration: none;
}

/* コンタクトフォームPC修正　（igawa 20191008）
----------------------------------------------------*/
input[type="checkbox"] {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
span.wpcf7-list-item {
    width: auto;
    height: auto;
}

/* ページャー　（igawa 20191008）
----------------------------------------------------*/
#news_area .pagination-index{
    text-align: center;
    clear: both;
}
#news_area {
    overflow: hidden;
}
#news_area .page-numbers,
.content_news_release #news_area .page-numbers {
    display: inline-block;
    padding: 0 6px;
    margin: 0 auto 25px;
}
#news_area .page-numbers li,
.content_news_release #news_area .page-numbers li{
    width: 30px;
    margin: 0 5px 5px 5px;
    text-align: center;
    float: left;
    border: none;
    padding: 0;
}
#news_area .page-numbers span,
.content_news_release #news_area .page-numbers span,
#news_area .page-numbers a,
.content_news_release #news_area .page-numbers a {
    background-color: #F7F7F7;
    padding: 8px 24px 8px 12px;
    display: block;
    text-decoration:none!important;
}
#news_area .page-numbers span,
.content_news_release #news_area .page-numbers span {
    background-color: #666666;
    color: #FFFFFF;
}
#news_area .page-numbers a,
.content_news_release #news_area .page-numbers a {
    text-decoration: none;
    color: #000000;
}
#news_area .page-numbers a:hover,
.content_news_release #news_area .page-numbers a:hover {
     background-color: #666;
     color: #FFFFFF;
}

/*記事一覧2ページ目以降*/
section.sub_header.title_news_releaseh {
    background-image: url(/img/img_title08.jpg);
}
section.sub_header.title_news_releaseh h2{
    font-size: 4vw;
}
.content_news_release h3 {
    text-align: center;
    font-size: 2em;
    margin-top: 5%;
}
.content_news_release h3 br {
    display: none;
}
.content_news_release #news_area li {
    width: 430px;
    float: left;
    margin-right: 38px;
    margin-bottom: 50px;
}
.content_news_release #news_area li:nth-child(2n) {
    margin-right: 0;
}

.content_news_release #news_area {
    overflow: hidden;
    zoom:1;
}
.content_news_release #news_area .catch {
    clear: both;
    margin-bottom: 2%;
}
.content_news_release #news_area .catch img {
    width: 100%;
    height: auto;
}
.content_news_release #news_area li:nth-child(even) {
    margin-right: 0;
}
.content_news_release #news_area li p {
    float: none;
    clear: both;
}
.content_news_release #news_area a {
    text-decoration: underline !important;
    color: #000000;
}
.content_news_release #news_area a:hover {
    text-decoration: none !important;
}
.content_news_release #news_area span.date {
    color: #000000;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}

#member {

    padding: 80px 0 150px;
}

#member p {

    text-align: center;
    line-height: 2.5;
}
