@charset "utf-8";
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
input, select, textarea {
  font-size: 14px;
  vertical-align: middle;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
margin:0;
padding:0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
a img {
  outline: none;
  border: none;
}
a:focus {
  outline: none;
}
a, input {
  outline: none;
}*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.both {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
/*body {
  background: url(../img/head/head_15.png) right 0 repeat-y;
}*/
#bread {
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 10px;
  margin: 30px 0;
  border-bottom: 1px dotted #bdc3c7;
}
#bread_link {
  max-width: 1720px;
  width: 95%;
  margin: 0 auto;
  padding: 0 10px;
}
.must {
  color: #e63d12;
}
.wrap {
  width: 1024px;
  margin: 0 auto;
}
#head_fixed .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: none;
  z-index: 1100;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  background: #ffffff;
}
#header {
  background: url(../img/head/head_5.gif) center 0 repeat-x;
}
#head_info {
  text-align: right;
}
#head_info, #header .info2 {
  width: 1024px;
  margin: 0 auto;
}
#header .info2 {
  overflow: hidden;
}
#header .info2 h1 {
    font-size: 13px;
    color: #808080;
    margin-bottom: 5px;
}
#header .hd-logo {
  width: 405px;
  float: left;
  margin: 23px 0 18px;
}
#header .sns {
  float: right;
  margin: 12px 0 18px;
}
#header .sns ul {
  text-align: right;
}
#header .sns ul li {
  display: inline-block;
  margin-left: 2px;
  overflow: hidden;
  vertical-align:middle;
}
#header .sns ul li.fb {
  width: 100px;
}
/* ワイプ
------------------------------*/
#header .sns ul li.recruit a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
#header .sns ul li.recruit a img {
  display: block;
}
#header .sns ul li.recruit a:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#header .sns ul li.recruit a:after {
  background-color: rgba(255,255,255,0.8);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0) translateX(0);
  -ms-transform: scaleX(0) translateX(0);
  transform: scaleX(0) translateX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 5;
}
#header .sns ul li.recruit a:hover:after {
  -webkit-transform: scaleX(1) translateX(101%);
  -ms-transform: scaleX(1) translateX(101%);
  transform: scaleX(1) translateX(101%);
}


#head_nav {
  text-align: center;
}
#head_nav {
  width: 1024px;
  margin: 0 auto;
}
#head_nav ul li {
  float: left;
  display: block;
  width: 145px;
  height: 42px;
  border-left: 1px solid #cccccc;
  position: relative;
  z-index: 100;
}
#head_nav ul li:first-child {
  border-left: none;
}
#head_nav ul li a {
  display: block;
  width: 127px;
  height: 42px;
  overflow: hidden;
}
#head_nav ul li a img {
  vertical-align: bottom;
  position: relative;
  top: 0;
  transition-duration: 0.4s;
}
#head_nav ul li a:hover img {
  top: -42px;
  transition-duration: 0.4s;
}
#head_nav ul li ul {
  position: absolute;
  top: 42px;
  left: 0;
  display: none;
}
#head_nav ul li ul li {
  float: none;
  text-align: left;
  border-left: none;
  font-size: 12px;
  line-height: 30px;
  height: auto;
  width: auto;
}
#head_nav ul li ul li a {
  overflow: hidden;
  background: #ffffff;
  background-position: -5px center;
  transition-duration: 0.5s;
  position: relative;
  width: 256px;
  height: 30px;
}
#head_nav ul li ul li a:hover {
  background: url(../img/head/head_14.png) 7px center no-repeat #ffe5e2;
  color: #e74c3c;
  transition-duration: 0.5s;
}
#head_nav ul li ul li a span {
  position: absolute;
  top: 0;
  left: 20px;
}
#head_nav ul li ul li a span.hover {
  display: none;
}
#head_nav ul li ul li a:hover span.hover {
  display: block;
}
#head_nav ul li ul li a:hover span.blur {
  display: none;
}
#top_slider {
  text-align: center;
  margin: 10px auto 20px;
  width: 1024px;
  height: 440px;
  overflow: hidden;
}
#sect_1 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
}
#sect_1 h2 {
  font-size: 36px;
  height: 36px;
  color: #4d4d4d;
}
#sect_1 .jumbotron {
  margin: 24px 0 30px;
}
#sect_1 .jumbotron p {
  text-align: center;
  height: 24px;
}
#sect_1 .split {
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#service {
  background: url(../img/top/top_img_48.jpg) center center no-repeat;
}
#service_list {
  background: url(../img/top/top_img_47.jpg) center center no-repeat;
  width: 1024px;
  height: 517px;
  margin: 0 auto;
}
#service_list .inn {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 150px;
}
#service_list .clearfix {
  width: 810px;
}
#service_list li {
  float: left;
  margin: 10px 20px;
  margin-left: 0;
}
#service_list li a {
  display: block;
  position: relative;
  background: #cccccc;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
#service_list img {
  display: block;
}
#service_list .text {
  position: absolute;
  bottom: 5px;
  left: 0;
}
#service_list li a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: -50px;
  height: auto;
  transition-duration: 0.3s;
}
#service_list li.icon1 a {
  background-color: #1abc9c;
}
#service_list li.icon2 a {
  background-color: #2ecc71;
}
#service_list li.icon3 a {
  background-color: #3498db;
}
#service_list li.icon4 a {
  background-color: #9b59b6;
}
#service_list li.icon5 a {
  background-color: #ffc40f;
}
#service_list li.icon5 a .icon {
  margin-left: -54px;
}
#service_list li.icon6 a {
  background-color: #34495e;
}
#service_list li.icon7 a {
  background-color: #e67e22;
}
#service_list li.icon8 a {
  background-color: #e74c3c;
}
#service_list li.icon8 a .icon {
  margin-left: -38px;
}
#service_list li.icon9 a {
  background-color: #95a5a6;
}
#service_list li.icon0 a {
  background-color: #9b9119;
}
#service_list li a:hover .icon {
  width: 200px;
  transition-duration: 0.3s;
  margin-left: -100px;
  margin-top: -100px;
  transform: rotate(-30deg);
}
#sect_2 {
  text-align: center;
  width: 1024px;
  margin: 100px auto 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #cccccc;
}
#sect_2 h2 {
  margin-bottom: 20px;
}
#sect_2 p {
  text-align: center;
  margin-bottom: 26px;
}
.inquiry_btn a {
  background: url(../img/top/inq_btn1.gif) 0 0 no-repeat;
  width: 330px;
  height: 69px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
}
.inquiry_btn a:hover {
  background-position: 0 -69px;
}
.inquiry_btn a:active {
  background-position: 0 -138px;
}
#new_works .new-tit {
  text-align: center;
}
#new_works .new-tit img {
  vertical-align: bottom;
}
#new_works h2 {
    text-align: center;
    margin-top: 20px;
}
.link a {
  display: block;
  background: #333;
  color: #fff;
  padding: 20px 10px;
  margin: 10px;
}
#new_works_list {
  position: relative;
  width: 1064px;
  margin: 0 auto;
}
#new_works_list #cover {
  position: absolute;
  top: 0;
  left: 0;
}
.works_btn a {
  background: url(../img/top/inq_btn2.gif) 0 0 no-repeat;
  width: 330px;
  height: 69px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
}
.works_btn a:hover {
  background-position: 0 -69px;
}
.works_btn a:active {
  background-position: 0 -138px;
}
#news {
  width: 1024px;
  margin: 100px auto 0;
  padding-top: 90px;
  border-top: 1px solid #cccccc;
}
#news a:hover {
  text-decoration: underline;
}
#new, #blog {
  width: 470px;
}
#new .clearfix, #blog .clearfix {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.news_list {
  max-height: 315px;
  overflow: auto;
  font-size: 14px;
}
.news_list dt {
  float: left;
  clear: left;
  color: #ff7e22;
}
.news_list dd {
  padding-left: 115px;
  padding-bottom: 15px;
  padding-right: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
  word-break: break-all;
}

/*
.result_box a {
  font-size: 14px;
  line-height: 1.5;
}
.result_box a:hover {
  text-decoration: none;
}
.result_box a p {
  text-align: center;
}
.result_box p.cate {
  color: #1abc9c;
}
.result_item {
  position: relative;
  width:388px;
  height:220px;
  border: 1px solid #ccc;
  color: #ffffff;
  text-align:center;
  background-color: #000000;
  font-size: 12px;
  margin:20px 0 10px;
}
.result_item.color2 {background:url(../img/top/new/top_works_bg1.png) center center no-repeat #000000; background-size:cover;}
.result_item.color3 {background:url(../img/top/new/top_works_bg2.png) center center no-repeat #000000; background-size:cover;}
.result_item.color1 {background:url(../img/top/new/top_works_bg3.png) center center no-repeat #000000; background-size:cover;}
.result_item img {
  position: relative;
  width:388px;
  height:220px;
  vertical-align: top;
  -webkit-transition: all 1s;
  transition: all 1s;
  object-fit: cover;
}
.result_item figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.result_item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.result_item h3,
.result_item p {
  line-height: 1.4;
}
.result_item h3 {
  text-align: center;
  color: #ffffff;
}
.result_item p {
  text-align: center;
  color: #ffffff;
}
.result_item h3 {
  margin:40px 0 0;
  font-weight:300;
  font-family:'Montserrat', sans-serif;
  font-size:24px;
  letter-spacing:1px;
}
*/

/*
.result_item figcaption:before,
.result_item figcaption:after {
  width: 1px;
  height: 0;
}
.result_item figcaption:before {
  right: 4px;
  top: 4px;
}
.result_item figcaption:after {
  left: 4px;
  bottom: 4px;
}
.result_item .readmore {
  display:inline-block;
  font-weight:400;
  font-family:'Montserrat', sans-serif;
  font-size:14px;
  width:144px;
  line-height:32px;
  background:#fff;
  color:#16a085;
  margin-top:30px;
}
.result_item p {
  margin:5px 0;
}
.result_item p.cate {
  margin-top:15px;
}
*/


/*.result_item:before,
.result_item:after,
.result_item figcaption:before,
.result_item figcaption:after {
  position: absolute;
  content: ' ';
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.result_item:before,
.result_item:after {
  height: 1px;
  width: 0%;
}
.result_item:before {
  top: 4px;
  left: 4px;
}
.result_item:after {
  bottom: 4px;
  right: 4px;
}
.result_item:hover img,
.result_item.hover img {
  opacity: 0.1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.result_item:hover figcaption,
.result_item.hover figcaption {
  opacity: 1;
}
.result_item:hover figcaption:before,
.result_item.hover figcaption:before,
.result_item:hover figcaption:after,
.result_item.hover figcaption:after {
  height: 212px;
}
.result_item:hover:before,
.result_item.hover:before,
.result_item:hover:after,
.result_item.hover:after {
  width: 380px;
}*/


#bnr {
  width: 1024px;
  margin: 100px auto;
  overflow: hidden;
}
#bnr li {
  float: left;
  margin: 8px 20px 8px 0;
}
#bnr a {
  display: block;
}
#bnr img {
  vertical-align: bottom;
  transition-duration: 0.5s;
}
#bnr .inn {
  width: 1100px;
}
#bnr a:hover img {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition-duration: 0.5s;
}
#contact {
  text-align: center;
  background: url(../img/foot/top_img_44.gif) center center no-repeat;
  width: 1024px;
  height: 453px;
  margin: 100px auto;
}
#contact h2 {
  padding-top: 23px;
  margin-bottom: 14px;
}
#contact p {
  text-align: center;
}
#contact span {
  display: block;
}
#contact .info {
  margin: 18px 0;
}
#contact .name {
  font-weight: bold;
  font-size: 14px;
}
#contact .number {
  font-size: 22px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 6px;
}
#contact .cnt_btn {
  margin-top: 10px;
}

#contact_2017 {
  text-align:center;
  padding:90px 0;
  color:#fff;
  background: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 236, color-stop(1.00, #2a89c5), color-stop(0.00, #01bbb4));
  background: -webkit-radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
  background: -moz-radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
  background: -o-radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
  background: -ms-radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
  background: radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
}
.link_btn {
  clear:both;
}
.link_btn a {
  display:block;
  background:url(../img/top/new/top_link_bg.png) center center no-repeat;
  width:376px;
  height:85px;
  line-height:75px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  letter-spacing:1px;
  font-size:16px;
  margin:20px auto 0;
  position:relative;
}
.link_btn a #circle {
  border:2px solid #fff;
  width:16px;
  height:16px;
  border-radius:50%;
  position:absolute;
  top:50%;
  margin-top:-14px;
  right:30px;
  box-sizing:border-box;
  transition-duration:.3s;
}
.link_btn a:hover #circle {
  width:60px;
  height:60px;
  margin-top:-34px;
  border:6px solid #2e8b56;
  right:-30px;
}
.link_btn a:hover #circle {
  box-shadow:0px 3px 2px 1px rgba(0,0,0,0.3);
}
.link_btn a #circle .arw1,
.link_btn a #circle .arw2 {
  display:block;
  width:6px;
  height:2px;
  background:#fff;
  position:absolute;
  top:50%;
  border-radius:1px;
  right:3px;
  transition-duration:.3s;
}
.link_btn a #circle .arw1 {
  margin-top:-2px;
  transform: rotate(30deg);
}
.link_btn a #circle .arw2 {
  margin-top:0;
  transform: rotate(330deg);
}
.link_btn a:hover #circle .arw1,
.link_btn a:hover #circle .arw2 {
  width:12px;
  height:4px;
  background:#2e8b56;
}
.link_btn a:hover #circle {
  background:rgba(255,255,255,0.6);
}
.link_btn a:hover #circle .arw1,
.link_btn a:hover #circle .arw2 {
  width:24px;
  height:5px;
  right:9px;
  border-radius:3px;
  background:#2e8b56;
  box-shadow:0px 2px 1px 0px rgba(0,0,0,0.3);
}
.link_btn a:hover #circle .arw1 {
  margin-top:-8px;
  transform: rotate(390deg);
}
.link_btn a:hover #circle .arw2 {
  margin-top:2px;
  transform: rotate(690deg);
}
.grdline {
  height:1px;
  width:100%;
  margin-bottom:50px;
  background: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 236, color-stop(1.00, #2a89c5), color-stop(0.00, #01bbb4));
  background: -webkit-radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
  background: -moz-radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
  background: -o-radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
  background: -ms-radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
  background: radial-gradient(0% 50%, circle, #01bbb4, #2a89c5);
}

#contact_2017 a {
  display:block;
  position:relative;
}
#contact_2017 .icon {
  width:20px;
  height:20px;
  position:absolute;
  top:28px;
  left:34px;
  overflow:hidden;
}
#contact_2017 .icon img {
  width:100%;
  height:auto;
  position:relative;
  top:-30px;
  transition-duration:.6s;
  vertical-align:top;
}
#contact_2017 a:hover {
  text-decoration:none;
}
#contact_2017 a:hover .icon img {
  top:0;
}
#contact_2017 .contit {
  margin-bottom:15px;
}
#contact_2017 .tel {
  width:677px;
  margin:30px auto 0;
  overflow:hidden;
}
#contact_2017 .tel dl {
  display:table;
  width:320px;
  border:1px solid #fff;
  float:left;
}
#contact_2017 .tel dl:nth-child(even) {
  float:right;
}
#contact_2017 .tel dl dt,
#contact_2017 .tel dl dd {
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  padding:15px 8px;
}
#contact_2017 .tel dl dt {
  background:#fff;
  color:#16a085;
  font-size:13px;
  font-weight:bold;
}
#contact_2017 .tel dl dd {
  font-size:22px;
  font-weight:bold;
}
#contact_2017 .tel dl:nth-child(even) dt {
  color:#2980b9;
}
#contact_2017 .tel dl dd span,
#contact_2017 .tel dl dd img {
  display:inline-block;
  vertical-align:middle;
}
#contact_2017 .tel dl dd span {
  margin-right:10px;
}
/*#map {
  background: #e9e9e9;
}*/
#map_wrap {
  background: url(../img/foot/ft_map.jpg) center center no-repeat;
  width: 1024px;
  height: 544px;
  margin: 0 auto;
  position: relative;
}
#map_wrap p {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  color: #808080;
  padding-top: 284px;
}
.map iframe {
  width: 100%;
  height: 570px;
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1);
-webkit-opacity:0.3;
opacity:0.3;
}
25% {
-webkit-opacity:1;
opacity:1;
}
50% {
-webkit-transform:scale(8, 8);
transform:scale(8, 8);
-webkit-opacity:0.0;
opacity:0.0;
}
100% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1);
-webkit-opacity:0.0;
opacity:0.0;
}
}
@keyframes pulsate {
0% {
-webkit-transform:scale(1, 1);
-ms-transform:scale(1, 1);
transform:scale(1, 1);
-webkit-opacity:0.3;
opacity:0.3;
}
25% {
-webkit-opacity:1;
-ms-opacity:1;
opacity:1;
}
50% {
-webkit-transform:scale(8, 8);
-ms-transform:scale(8, 8);
transform:scale(8, 8);
-webkit-opacity:0.0;
-ms-opacity:0.0;
opacity:0.0;
}
100% {
-webkit-transform:scale(1, 1);
-ms-transform:scale(1, 1);
transform:scale(1, 1);
-webkit-opacity:0.0;
-ms-opacity:0.0;
opacity:0.0;
}
}
.button .ring {
  background: rgba(52, 150, 255, 0.5);
  position: absolute;
  border-radius: 100px;
  z-index: 0;
  height: 68px;
  width: 68px;
  top: 1px;
  left: 1px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.button:hover .ring {
  -webkit-animation: pulsate 2s ease-out;
  animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.button img {
  position: relative;
  z-index: 2;
}
.map_icon1 {
  position: absolute;
  top: 397px;
  left: 273px;
}
.map_icon2 {
  position: absolute;
  top: 180px;
  left: 862px;
}
.map_icon2 .button .ring {
  background: rgba(26, 213, 172, 0.5);
}
#ft_nav {
  font-size: 12px;
  width: 1024px;
  margin: 0 auto;
  background: url(../img/foot/ft_img_4.png) right bottom no-repeat;
  min-height: 200px;
}
#ft_nav ul {
  float: left;
  margin-left: 24px;
  margin-top: 24px;
  padding-left: 24px;
  border-left: 1px dotted #cccccc;
}
#ft_nav ul:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#ft_nav ul li {
  margin: 12px 0;
}
#ft_nav ul li a:hover {
  text-decoration: underline;
}

footer nav {
  background:url(../img/foot/ft_bg_line.gif) 0 bottom repeat-x;
}
#ft_nav_2017 {
  font-size: 12px;
  width: 1024px;
  margin: 0 auto;
  background: url(../img/foot/ft_bg.png) right bottom no-repeat;
  min-height: 180px;
  position:relative;
}
#ft_nav_2017 ul {
  float: left;
  margin-left: 24px;
  margin-top: 21px;
  padding-left: 24px;
}
#ft_nav_2017 ul:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#ft_nav_2017 ul li {
  margin: 6px 0;
}
#ft_nav_2017 ul li a {
  display:block;
  background:url(../img/foot/ft_nav.png) 0 center no-repeat;
  padding-left:15px;
}
#ft_nav_2017 ul li a:hover {
  text-decoration: underline;
}
#ft_nav_2017 ul li a img {
  display: inline-block;
  margin-left: 5px;
}
#ft_nav_2017 .block {
  position:absolute;
  top:0;
  right:0;
}
#ft_nav_2017 .block span {
  display:block;
  position:absolute;
  width:4px;
  height:4px;
  background-color:#666;
}
#ft_nav_2017 .block span#b1 {
  right:178px;
  top:76px;
  background-color:#9b59b6;
  width:6px;
  height:6px;
}
#ft_nav_2017 .block span#b2 {
  right:148px;
  top:40px;
  background-color:#e74c3c;
}
#ft_nav_2017 .block span#b3 {
  right:140px;
  top:73px;
  background-color:#1abc9c;
  width:6px;
  height:6px;
}
#ft_nav_2017 .block span#b4 {
  right:125px;
  top:56px;
  background-color:#2980b9;
}
#ft_nav_2017 .block span#b5 {
  right:105px;
  top:26px;
  background-color:#1abc9c;
  width:8px;
  height:8px;
}
#ft_nav_2017 .block span#b6 {
  right:103px;
  top:68px;
  background-color:#333;
  width:3px;
  height:83px;
}
#ft_nav_2017 .block span#b7 {
  right:87px;
  top:54px;
  background-color:#333;
  width:3px;
  height:3px;
}
#ft_nav_2017 .block span#b8 {
  right:80px;
  top:70px;
  background-color:#e74c3c;
}
#ft_nav_2017 .block span#b9 {
  right:64px;
  top:85px;
  background-color:#9b59b6;
  width:7px;
  height:7px;
}
#ft_nav_2017 .block span#b10 {
  right:55px;
  top:55px;
  background-color:#2980b9;
}
#ft_nav_2017 .block span#b11 {
  right:34px;
  top:90px;
  background-color:#808080;
  width:6px;
  height:6px;
}


#ft_logo {
  background: #333333;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 0;
  width: 100%;
}
#ft_logo .table {
  display: table;
  width: 1024px;
  margin: 0 auto;
}
#ft_logo .cell {
  display: table-cell;
  vertical-align: middle;
}
#ft_logo .ttl {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
#ft_logo .ttl:first-child {
  margin-top: 0;
}
#ft_logo .priv, #ft_logo .ssl {
  font-size: 10px;
  color: #3e3a39;
  line-height: 15px;
  text-align: left;
  margin: 7px 0;
  padding-top: 18px;
  padding-bottom: 18px;
}
#ft_logo .priv {
  background: #ffffff;
  padding: 8px 0;
}
#ft_logo .priv a {
  display: block;
  float: left;
  margin-left: 5px;
}
#ft_logo .priv p {
  padding-left: 60px;
  padding-top: 12px;
}
#ft_logo .ssl {
  background:#fff;
  padding:10px;
  overflow:hidden;
}
#ft_logo .ssl .mark {
  float:left;
  margin-right:20px;
}
#ft_logo .ssl .tx {
  margin-top:10px;
  display:inline-block;
}
#page_top {
  position: fixed;
  bottom: 35px;
  right: 65px;
  display: none;
  width:120px;
  z-index:1000;
}
#page_top a {
  display:block;
  position:relative;
}
#page_top a .txt {
  position:absolute;
  top:-20px;
  left:-30px;
}
#page_top img {
  vertical-align: bottom;
}
#page_top a:hover img {
  -webkit-animation-name: rubberBandSp;
  -webkit-animation-duration: 0.5s;
  animation-name: rubberBandSp;
  animation-duration: 0.5s;
}
#copyright {
  background: #e6e6e6;
  padding: 5px 0;
  font-size: 10px;
}
#copyright p {
  max-width: 1340px;
  margin: 0 auto;
  display: block;
  text-align: right;
}
#content {
  max-width: 1340px;
  margin: 30px auto;
}
.entry-title {
}
#mail {
  text-align: center;
  margin: 45px auto 80px;
}
#mail h1 {
  margin-bottom: 45px;
}
#mail h2 {
  color: #27ae60;
  font-size: 25px;
  font-weight: normal;
}
#mail_form {
  text-align: center;
}
#mail_form h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
#mail_form p {
  font-size: 14px;
  line-height: 24px;
}
#mail_form .must {
  font-size: 12px;
  text-align: left;
}
.flow {
  margin: 30px 0;
}
#form_table {
  margin: 20px 0;
}
#form_table table {
  width: 100%;
}
#form_table th {
  text-align: right;
  font-size: 14px;
  padding-right: 90px;
  white-space: nowrap;
}
#form_table td, #form_table th {
  padding-top: 14px;
  padding-bottom: 14px;
}
input[type="submit"].wpcf7c-btn-confirm {
  background: url(../img/contact/contact_11.gif) 0 -69px no-repeat #fff;
  width: 411px;
  height: 69px;
  display: block;
  border: none;
  margin: 0 0 0 275px;
  overflow: hidden;
  text-indent: -9999px;
}
input[type="submit"].wpcf7c-btn-confirm:hover {
  background: url(../img/contact/contact_11.gif) 0 -138px no-repeat #fff;
}
input[type="submit"].wpcf7c-btn-confirm:active {
  background: url(../img/contact/contact_11.gif) 0 0 no-repeat #fff;
  box-shadow: none;
}
.wpcf7-radio span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 30px;
}
.wpcf7c-elm-step2 .second_btn {
  text-align: center;
}
.wpcf7c-elm-step2 .second_btn input {
  display: inline-block;
  width: 210px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999px;
}
.wpcf7c-elm-step2 .wpcf7-back, .wpcf7c-elm-step2 .wpcf7-back:hover, .wpcf7c-elm-step2 .wpcf7-back:active {
  background: url(../img/contact/contact_12.gif) 0 0 no-repeat;
}
.wpcf7c-elm-step2 .wpcf7-submit, .wpcf7c-elm-step2 .wpcf7-submit:hover, .wpcf7c-elm-step2 .wpcf7-submit:active {
  background: url(../img/contact/contact_13.gif) 0 0 no-repeat;
}
#form_table .wpcf7c-conf {
  background: none;
  border: none;
}
#form_table textarea.wpcf7c-conf {
  border: 1px solid #cccccc;
}
#telfax {
  margin: 60px 0 70px;
  padding: 40px 0;
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
}
#telfax .fleft, #telfax .fright {
  border: 1px solid #b3b3b3;
  padding: 20px;
  width: 450px;
}
#telfax h3 {
  color: #4d4d4d;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 40px;
}
#telfax h4 {
  border-bottom: 1px dotted #b3b3b3;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333333;
}
#telfax dl {
  display: table;
  width: 220px;
  margin: 0 auto;
}
#telfax dt, #telfax dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #666666;
}
#telfax dd {
  font-size: 28px;
  padding: 10px;
  white-space: nowrap;
}
#telfax dd .time {
  font-size: 14px;
  line-height: 1;
}
/*#privacy {
  margin: 70px 0 80px;
  font-size: 14px;
  line-height: 24px;
}
#privacy h1 {
  text-align: center;
}
#privacy h2 {
  text-align: center;
  margin-bottom: 90px;
}
#privacy .sect {
  border-top: 1px dotted #b3b3b3;
  padding-top: 35px;
  margin-top: 35px;
}
#privacy .sect:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#privacy .sect h3 {
  background: url(../img/privacy/pvc_2.gif) 0 5px no-repeat;
  font-size: 16px;
  font-weight: bold;
  padding-left: 22px;
  margin-bottom: 15px;
}
#privacy .sect p {
  padding-left: 22px;
}
#privacy .sect ul li {
  padding-left: 22px;
  background: url(../img/privacy/pvc_3.gif) 2px 7px no-repeat;
  margin-bottom: 15px;
}
#privacy .sect ol {
  margin: 22px 0;
}
#privacy .sect ol li {
  padding-left: 22px;
  margin-left: 1em;
  text-indent: -1em;
}
#privacy .sect .inq {
  border: 1px solid #b3b3b3;
  padding: 30px 25px;
  margin-top: 40px;
}*/
#search_form .center {
  text-align: center;
  background: url(../img/search/search_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px;
}
#search_form img {
  vertical-align: bottom;
}
#search_select {
  width: 92%;
  max-width: 1720px;
  margin: 0 auto 65px;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #00BA00;
}
#search_select form {
  text-align: center;
}
#search_select select {
  margin-right: 10px;
}
#search_select input[type="url"], 
#search_select input[type="text"], 
#search_select input[type="email"], 
#search_select input[type="tel"], 
#search_select textarea,
#search_select select{
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-appearance: none;
  color: #333333;
}
#search_select select {
  min-width: 328px;
  background: url(../img/search/works_arw.png) right 10px center no-repeat #f2f2f2;
}
#search_select select:disabled {
  background: #999;
}
#search_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#search_select input, #search_select select, #search_select textarea {
  height: 50px;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
}
#search_select .submit {
  min-width: 240px;
  display: inline-block;
  background: #00ba00;
  height: 50px;
  border-radius: 40px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  margin-left: 30px;
  padding: 0 30px;
  box-sizing: border-box;
}
#search_select .submit:hover {
  opacity: .8;
}
/*#detail {
  max-width: 1340px;
  margin: 0 auto;
}*/
#detail .breadcrumbs {
  max-width: 100%;
}
#detail .page_title02 {
  max-width: 100%;
}
#detail a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}
#detail img {
  height: auto;
}
#detail .flex_wrap {
  -webkit-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  max-width: 1160px;
  margin: 0 auto;
}
#detail .flex_left {
  width: 43.5%;
}
#detail .flex_right {
  width: 43.5%;
}
#detail #genre {
  display: inline-block;
  margin-bottom: 3rem;
  padding: 2em;
  line-height: 1.35;
  color: #fff;
}
#detail #genre span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.35;
  padding-right: .55em;
  font-size: 1.8rem;
  font-weight: 400;
}
#detail #genre small {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.35;
  font-size: 1.3rem;
  font-weight: 500;
}
#detail #genre.color1 {
  background: #258ccd;
  background: -moz-linear-gradient(left, #258ccd, #2261ae);
  background: -webkit-linear-gradient(left, #258ccd, #2261ae);
  background: linear-gradient(to right, #258ccd, #2261ae);
}
#detail #genre.color2 {
  background: #23b6b5;
  background: -moz-linear-gradient(left, #23b6b5, #1daf7e);
  background: -webkit-linear-gradient(left, #23b6b5, #1daf7e);
  background: linear-gradient(to right, #23b6b5, #1daf7e);
}
#detail #genre.color3 {
  background: #f19588;
  background: -moz-linear-gradient(left, #f19588, #eb6882);
  background: -webkit-linear-gradient(left, #f19588, #eb6882);
  background: linear-gradient(to right, #f19588, #eb6882);
}
#detail #det_cli {
  margin-bottom: 1rem;
}
#detail #det_cli .cli_name {
  margin-bottom: .6rem;
  font-size: 1.4rem;
  font-weight: 400;
}
#detail #det_cli h2 {
  font-weight: 600;
  font-size: 3rem;
}
/*#detail #det_chg_img {
  background: #808080;
  width: 100%;
  height: 100%;
  position: relative;
}
#detail .hr #det_chg_img {
  background: url(../img/detail/det_img_12.png) 0 bottom no-repeat;
  width: 666px;
  height: 482px;
}
#detail #det_chg_img .main {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
}*/
#detail #works_info {
  margin-top: 10px;
}
#detail #works_info .comment {
  line-height: 1.6;
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 3rem;
  letter-spacing: 0.01em;
}
#detail #genre img {
  vertical-align: middle;
  margin-right: 10px;
}
#detail #category dt, #detail #category dd {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
#detail #category dt span {
  display: inline-block;
  background: #3498db;
  color: #ffffff;
  text-align: center;
  width: 90px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  vertical-align: top;
}
#detail #category dd a {
  color: #00BA00;
}
#detail #category dd a:hover {
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
#detail #btn {
  text-align: center;
  margin-top: 8rem;
}
#detail #btn a {
  display: inline-block;
  margin: 0 8px;
}
#detail #btn a:hover img {
  -moz-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
#detail #thumb {
  margin-top: 4rem;
  text-align: center;
}
#detail #thumb a {
  margin: 0 6px;
  background: #f39c12;
  display: inline-block;
  vertical-align: top;
}
#detail #thumb a img {
  vertical-align: bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#detail #thumb a:hover img, #detail #thumb .act img {
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#detail #thumb .vertical a img {
  width: 137px;
}
#detail #thumb .horizon, #detail #btn .horizon {
  text-align: center;
  width: 305px;
}
#detail #thumb .horizon a {
  margin-bottom: 10px;
}
#detail #thumb .horizon a img {
  width: 189px;
}
#det_chg_img .vertical img {
  max-width: 452px;
  height: auto;
  vertical-align: bottom;
}
#det_chg_img .horizon img {
  max-width: 622px;
  height: auto;
  vertical-align: bottom;
}
#det_chg_img .main a:hover img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#det_chg_img .main a:hover img {
  -moz-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#detail .tl {
  margin: 70px 0 20px;
  font-size: 12px;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 1px;
}
#detail .tl img {
  margin-right: 10px;
}
#detail .post-navigation {
  margin-top: 6rem;
  text-align: center;
}
#detail .nav-previous {
  margin-right: 6px;
}
#detail .nav-next {
  margin-left: 6px;
}
#detail .nav-previous a,
#detail .nav-next a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00BA00;
}
#detail a.btn_type01 {
  margin: 0 2rem;
}
#recruit h1 {
  text-align: center;
  margin-top: 70px;
}
#recruit h1 img {
  vertical-align: bottom;
}
#recruit h2 {
  text-align: center;
  margin-top: 10px;
}
#recruit #none {
  text-align: center;
  margin-top: 100px;
}
#link h1 {
  text-align: center;
  margin-top: 70px;
}
#link h1 img {
  vertical-align: bottom;
}
#link h2 {
  text-align: center;
  margin-top: 10px;
}
#link_table {
  margin-top: 55px;
}
#link_table th, #link_table td {
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 25px 20px;
  vertical-align: middle;
}
#link_table th {
  background: #3498db;
  width: 300px;
}
#link_table th a {
  color: #ffffff;
}
#link_table td {
  background: #ddf0ff;
}
.min {
  font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
}
.orange {
  color: #e74c3c;
}
#adv {
  min-width: 1024px;
  overflow: hidden;
}
#adv h1 {
  text-align: center;
}
#adv h2 {
  text-align: center;
  font-size: 14px;
  margin: 15px 0;
}
#adv p {
  text-align: center;
}
#adv .top_text {
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  background: url(../img/features/img_2.png) 730px bottom no-repeat;
  padding-bottom: 10px;
  width: 1024px;
  margin: 0 auto;
}
#adv_point_wrap {
  width: 1024px;
  margin: 30px auto 95px;
}
.advp {
  width: 341px;
  height: 82px;
  padding-top: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  float: left;
}
#advp1 {
  background: url(../img/features/img_3.jpg) 0 0 no-repeat;
}
#advp2 {
  background: url(../img/features/img_4.jpg) 0 0 no-repeat;
}
#advp3 {
  background: url(../img/features/img_5.jpg) 0 0 no-repeat;
}
#adv .tl {
  background: url(../img/features/img_6.png) center bottom no-repeat;
  font-size: 26px;
  padding-bottom: 30px;
  color: #ffffff;
  text-align: center;
}
#adv .tl span {
  display: block;
  background: #3498db;
  line-height: 94px;
}
#adv .tl1 {
  background: url(../img/features/img_6.png) center bottom no-repeat;
}
#adv .tl2 {
  background: url(../img/features/img_9.png) center bottom no-repeat;
}
#adv .tl2 span {
  background: #1abc9c;
}
#adv .tl3 {
  background: url(../img/features/img_11.png) center bottom no-repeat;
}
#adv .tl3 span {
  background: #ff9c12;
}
.icon-human {
  font-size: 120px;
  display: inline-block;
  margin: 8px 5px;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?p0yean');
  src: url('fonts/icomoon.eot?#iefixp0yean') format('embedded-opentype'), url('fonts/icomoon.woff?p0yean') format('woff'), url('fonts/icomoon.ttf?p0yean') format('truetype'), url('fonts/icomoon.svg?p0yean#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family:'icomoon';
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.icon-human:before {
  content: "\e600";
}
#icon_human {
  text-align: center;
}
#adv .color1 {
  color: #1abc9c;
}
#adv .color2 {
  color: #f1c40f;
}
#adv .color3 {
  color: #2ecc71;
}
#adv .color4 {
  color: #e67e22;
}
#adv .color5 {
  color: #8c6239;
}
#adv .color6 {
  color: #34495e;
}
#adv .color7 {
  color: #9b59b6;
}
#adv .color8 {
  color: #e74c3c;
}
#adv .color9 {
  color: #95a5a6;
}
.point {
  text-align: center;
  margin: 34px 0;
}
.subtext {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 80px;
}
.maintext {
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  margin: 30px 0 80px;
}
.arrow {
  text-align: center;
}
.maintext .sub {
  font-size: 16px;
  margin-top: 10px;
}
#adv_map_wrap {
  background: #e9e9e9;
}
#adv_map {
  background: url(../img/features/img_13.jpg) 0 0 no-repeat;
  width: 1378px;
  height: 544px;
  margin: 0 auto;
  position: relative;
}
#adv_map .pointer {
  position: absolute;
}
#adv_map .pointer1 {
  top: 390px;
  left: 465px;
}
#adv_map .pointer2 {
  top: 455px;
  left: 510px;
}
#adv_map .pointer3 {
  top: 400px;
  left: 525px;
}
#adv_map .pointer4 {
  top: 350px;
  left: 525px;
}
#adv_map .pointer5 {
  top: 280px;
  left: 670px;
}
#adv_map .pointer6 {
  top: 375px;
  left: 615px;
}
#adv_map .pointer7 {
  top: 335px;
  left: 585px;
}
#adv_map .pointer8 {
  top: 280px;
  left: 605px;
}
#adv_map .pointer9 {
  top: 330px;
  left: 650px;
}
#adv_map .pointer10 {
  top: 330px;
  left: 705px;
}
#adv_map .pointer11 {
  top: 240px;
  left: 705px;
}
#adv_map .pointer12 {
  top: 285px;
  left: 760px;
}
#adv_map .pointer13 {
  top: 240px;
  left: 780px;
}
#adv_map .pointer14 {
  top: 305px;
  left: 815px;
}
#adv_map .pointer15 {
  top: 250px;
  left: 835px;
}
#adv_map .pointer16 {
  top: 200px;
  left: 830px;
}
#adv_map .pointer17 {
  top: 225px;
  left: 920px;
}
#adv_map .pointer18 {
  top: 185px;
  left: 890px;
}
#adv_map .pointer19 {
  top: 130px;
  left: 910px;
}
#adv_map .pointer20 {
  top: 180px;
  left: 960px;
}
#adv_map .pointer21 {
  top: 130px;
  left: 980px;
}
#adv_map .pointer22 {
  top: 85px;
  left: 1010px;
}
#adv_map .pointer23 {
  top: 175px;
  left: 1010px;
}
#adv_map .pointer24 {
  top: 130px;
  left: 1060px;
}
#adv_map .pointer25 {
  top: 60px;
  left: 1070px;
}
#adv_map .pointer26 {
  top: 180px;
  left: 1070px;
}
#adv_map .pointer27 {
  top: 100px;
  left: 1110px;
}
#adv_graph {
  text-align: center;
}
#member {
  width: 944px;
  margin: 0 auto;
}
#member .member {
  float: left;
  width: 235px;
}
#member .member .clearfix {
  display: table;
}
#member .member .thumb, #member .member .name {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}
#grp {
  min-width: 1024px;
  overflow: hidden;
}
#grp .top_image, #grp .sub_image {
  text-align: center;
}
#grp .top_image {
  margin-bottom: 75px;
}
#grp .bb {
  background: #3498db;
  padding-top: 55px;
  position: relative;
  text-align: center;
}
#grp .web .bb {
  background: #2ecc71;
}
#grp .logo .bb {
  background: #9b59b6;
}
#grp .bb .tl {
  text-align: center;
  margin-bottom: 10px;
}
#grp .bb .sub_tl {
  text-align: center;
  border: 1px solid #ffffff;
  margin: 10px auto 35px;
  padding: 8px 20px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
}
#grp .bb h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
}
#grp .bb p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
#grp .wb h3 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
#grp .wb p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
}
#grp .image {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
#grp #image1 {
  height: 201px;
  margin-bottom: 40px;
}
#grp .web #image1 {
  width: 516px;
  margin: 0 auto;
}
#grp #image1 img {
  position: absolute;
  top: -240px;
  left: 0;
}
#grp .web #image1 img {
  top: -190px;
}
#bb1 {
  padding-bottom: 310px;
}
.web #bb1 {
  padding-bottom: 215px;
}
.logo #bb1 {
  padding-bottom: 55px;
}
#co_mark {
  text-align: center;
  width: 1024px;
  margin: 35px auto;
}
#co_mark div {
  display: inline-block;
  margin: 0 5px;
}
#co_mark img {
  vertical-align: middle;
}
#cms {
  background: #e7f5f7;
  padding: 40px 0 30px;
  text-align: center;
}
#cms p {
  margin: 20px 0;
  font-size: 14px;
  text-align: center;
}
#cms h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #3498db;
  margin-top: 30px;
  text-align: center;
}
#net_map_wrap {
  margin-top: 60px;
}
#net_map {
  background: url(../img/graph/grp_img_5.png) 0 0 no-repeat;
  width: 441px;
  height: 338px;
  margin: 0 auto;
  position: relative;
}
#net_map .arrow {
  position: absolute;
}
#net_map #arrow1 {
  top: 210px;
  left: 53px;
}
#net_map #arrow2 {
  top: 210px;
  left: 76px;
}
#net_map #arrow3 {
  top: 230px;
  left: 58px;
}
#net_map #arrow4 {
  top: 200px;
  left: 110px;
}
#net_map #arrow5 {
  top: 240px;
  left: 130px;
}
#net_map #arrow6 {
  top: 200px;
  left: 165px;
}
#net_map #arrow7 {
  top: 205px;
  left: 200px;
}
#net_map #arrow8 {
  top: 200px;
  left: 240px;
}
#net_map #arrow9 {
  top: 190px;
  left: 290px;
}
#net_map #arrow0 {
  top: 160px;
  left: 310px;
}
#grp #wb1 {
  margin-bottom: 50px;
}
#grp .cw {
  color: #ffffff;
}
#grp .tc {
  text-align: center;
}
#grp #bb2 {
  text-align: center;
  padding-bottom: 35px;
}
#grp .dd_wrap h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
#grp .dd_owrap {
  display: inline-block;
}
#grp .dd_wrap {
  border: 1px solid #ffffff;
  padding: 4px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 8px 0;
  transition-duration: 0.5s;
}
#grp .dd {
  border: 1px solid #ffffff;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  width: 276px;
  height: 290px;
  transition-duration: 0.5s;
}
#grp .dd_owrap:hover .dd_wrap {
  background: #ffffff;
  transition-duration: 0.5s;
}
#grp .dd_owrap:hover .dd_wrap .dd {
  border: 1px solid #3498db;
  background: #ffffff;
  color: #3498db;
  transition-duration: 0.5s;
}
#grp .dd_owrap:hover .dd_wrap h4 {
  color: #3498db;
}
#grp .web .dd_owrap:hover .dd_wrap .dd {
  border: 1px solid #2ecc71;
  background: #ffffff;
  color: #2ecc71;
  transition-duration: 0.5s;
}
#grp .web .dd_owrap:hover .dd_wrap h4 {
  color: #2ecc71;
}
#grp .inq h5 {
  text-align: center;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 35px;
}
#grp .inqlist {
  text-align: center;
  width: 1024px;
  margin: 0 auto;
}
#grp .inqlist li {
  display: inline-block;
  width: 440px;
  padding-left: 62px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: left;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 13px;
  margin: 0 3px 10px;
}
#grp .inqlist li span {
  color: #ffff00;
  font-weight: bold;
}
#grp .inqlist li.inq1 {
  background-image: url(../img/graph/grp_img_11.jpg);
}
#grp .inqlist li.inq2 {
  background-image: url(../img/graph/grp_img_12.jpg);
}
#grp .inqlist li.inq3 {
  background-image: url(../img/graph/grp_img_13.jpg);
}
#grp .inqlist li.inq4 {
  background-image: url(../img/graph/grp_img_14.jpg);
}
#grp .inqlist li.inq5 {
  background-image: url(../img/graph/grp_img_15.jpg);
}
#grp .inqlist li.inq6 {
  background-image: url(../img/graph/grp_img_16.jpg);
}
#grp .web .inqlist li.inq1 {
  background-image: url(../img/web/web_img_12.jpg);
}
#grp .web .inqlist li.inq2 {
  background-image: url(../img/web/web_img_13.jpg);
}
#grp .web .inqlist li.inq3 {
  background-image: url(../img/web/web_img_14.jpg);
}
#grp .web .inqlist li.inq4 {
  background-image: url(../img/web/web_img_15.jpg);
}
#grp .web .inqlist li.inq5 {
  background-image: url(../img/web/web_img_16.jpg);
}
#grp .web .inqlist li.inq6 {
  background-image: url(../img/web/web_img_17.jpg);
}
#grp .logo .inqlist li.inq1 {
  background-image: url(../img/logo/logo_img_11.jpg);
}
#grp .logo .inqlist li.inq2 {
  background-image: url(../img/logo/logo_img_12.jpg);
}
#grp .logo .inqlist li.inq3 {
  background-image: url(../img/logo/logo_img_13.jpg);
}
#grp .logo .inqlist li.inq4 {
  background-image: url(../img/logo/logo_img_14.jpg);
}
#grp .logo .inqlist li.inq5 {
  background-image: url(../img/logo/logo_img_15.jpg);
}
#grp .logo .inqlist li.inq6 {
  background-image: url(../img/logo/logo_img_16.jpg);
}
#grp #wb2 {
  margin-top: 75px;
}
#grp .btn a {
  display: block;
  width: 400px;
  height: 75px;
  line-height: 75px;
  font-size: 16px;
  background: #fff;
  margin: 30px auto 0;
  border: 1px solid #2ecc71;
  color: #2ecc71;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
#grp .btn a:hover {
  background: #2ecc71;
  color: #fff;
    opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}
#grp #bb3 {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 170px;
}
#grp .logo #bb3 {
  padding-bottom: 260px;
}
#grp #btb {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 170px;
}
#grp .logo #btb {
  padding-bottom: 260px;
}
#grp #image6 {
  width: 800px;
  height: 647px;
  margin: 0 auto;
}
#grp #image6 img {
  position: absolute;
  top: -120px;
  left: 0;
}
#grp #image7 {
  width: 460px;
  height: auto;
  margin: 0 auto;
}
#grp #image7 img {
  position: absolute;
  top: -206px;
  left: 0;
}
#grp #bcart h3 {
  margin:35px 0 0;
}
#grp #bcart p {
  margin:15px 0 0;
}
#grp #bchart {
  background:#e7f5f7;
  padding:60px 0;
  margin:60px 0 0;
  text-align:center;
}
#grp #bcart_res {
  padding:60px 0 20px;
  text-align:center;
}
#grp #bcart_res h3 {
  font-size:32px;
  color:#ff4c3c;
  font-weight:bold;
  margin:0 0 16px;
  text-align:center;
}
#grp #bcart_res p {
  font-size:14px;
  line-height:24px;
  margin:0 0 16px;
  text-align:center;
}
#grp #bcart_res .sub_tl {
  font-size:20px;
  line-height:38px;
  border:1px solid #ff4c3c;
  display:inline-block;
  width:378px;
  margin:0 auto 24px;
  color:#ff4c3c;
  font-weight:bold;
}
#grp #bcart_res h4 {
  font-size:40px;
  line-height:1;
  color:#1d2087;
  font-weight:bold;
  margin:0 0 18px;
  text-align:center;
}
#grp #bcart_res h5 {
  font-size:32px;
  line-height:1;
  color:#1d2087;
  font-weight:bold;
  text-align:center;
}
#grp #image2 {
  height: 246px;
  margin-bottom: 40px;
}
#grp .web #image2 {
  height: 360px;
}
#grp .logo #image2 {
  width: 1024px;
  height: 460px;
}
#grp #image2 img {
  position: absolute;
  top: -160px;
  left: 260px;
}
#grp .web #image2 img {
  top: -200px;
  left: 40px;
}
#grp .logo #image2 img {
  top: -216px;
  left: 0px;
}
#grp #bb4 {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 130px;
}
#grp .web #bb4 {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
#grp .web #bb5 {
  padding-bottom: 90px;
}
#grp #image3 {
  width: 660px;
  height: 460px;
  margin: 0 auto;
}
#grp #image3 img {
  position: absolute;
  top: -100px;
  left: 0;
}
#grp #wb4 h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
#grp #wb4 .tc {
  margin-top: 20px;
}
#grp #bb5 {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 200px;
}
#grp #bb6 {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 200px;
  position: relative;
}
#grp .web #bb6 {
  padding-bottom: 340px;
  margin-bottom: 80px;
  overflow: hidden;
}
#grp #image4 {
  width: 421px;
  margin: 0 auto 80px;
  height: 198px;
}
#grp #image4 img {
  position: absolute;
  top: -170px;
  left: 0;
}
#grp .web #image4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
#grp .web #image4 img {
  position: relative;
  top: 0;
  vertical-align: bottom;
}
#grp #image5 {
  width: 694px;
  height: 521px;
  margin: 0 auto;
}
#grp #image5 img {
  position: absolute;
  top: -120px;
  left: 0;
}
#grp .link_btn a {
  display:block;
  position:relative;
}
#grp .link_btn .icon {
  width:20px;
  height:20px;
  position:absolute;
  top:38px;
  left:120px;
  overflow:hidden;
}
#grp .link_btn .icon img {
  width:100%;
  height:auto;
  position:relative;
  top:-30px;
  transition-duration:.6s;
  vertical-align:top;
}
#grp .link_btn a:hover {
  text-decoration:none;
}
#grp .link_btn a:hover .icon img {
  top:0;
}
#grp .link_btn {
  clear:both;
  margin:30px auto 0;
}
#grp .link_btn a {
  display:block;
  background:url(../img/top/new/top_link_bg02.png) center center no-repeat;
  width:608px;
  height:110px;
  line-height:100px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  letter-spacing:1px;
  font-size:20px;
  margin:20px auto 0;
  position:relative;
}
#grp .link_btn a #circle {
  border:2px solid #fff;
  width:16px;
  height:16px;
  border-radius:50%;
  position:absolute;
  top:50%;
  margin-top:-14px;
  right:30px;
  box-sizing:border-box;
  transition-duration:.3s;
}
#grp .link_btn a:hover #circle {
  width:60px;
  height:60px;
  margin-top:-34px;
  border:6px solid #ff4c3c;
  right:-30px;
}
#grp .link_btn a:hover #circle {
  box-shadow:0px 3px 2px 1px rgba(0,0,0,0.3);
}
#grp .link_btn a #circle .arw1,
#grp .link_btn a #circle .arw2 {
  display:block;
  width:6px;
  height:2px;
  background:#fff;
  position:absolute;
  top:50%;
  border-radius:1px;
  right:3px;
  transition-duration:.3s;
}
#grp .link_btn a #circle .arw1 {
  margin-top:-2px;
  transform: rotate(30deg);
}
#grp .link_btn a #circle .arw2 {
  margin-top:0;
  transform: rotate(330deg);
}
#grp .link_btn a:hover #circle .arw1,
#grp .link_btn a:hover #circle .arw2 {
  width:12px;
  height:4px;
  background:#ff4c3c;
}
#grp .link_btn a:hover #circle {
  background:rgba(255,255,255,0.6);
}
#grp .link_btn a:hover #circle .arw1,
#grp .link_btn a:hover #circle .arw2 {
  width:24px;
  height:5px;
  right:9px;
  border-radius:3px;
  background:#ff4c3c;
  box-shadow:0px 2px 1px 0px rgba(0,0,0,0.3);
}
#grp .link_btn a:hover #circle .arw1 {
  margin-top:-8px;
  transform: rotate(390deg);
}
#grp .link_btn a:hover #circle .arw2 {
  margin-top:2px;
  transform: rotate(690deg);
}
#mall .tl {
  background: #1abc9c;
  color: #ffffff;
  padding: 10px 0;
}
#mall .tl table {
  margin: 0 auto;
}
#mall .tl th, #mall .tl td {
  vertical-align: middle;
  color: #fff;
}
#mall .tl th {
  color: #ffff00;
  font-size: 27px;
  font-weight: bold;
  padding-right: 20px;
}
#mall .tl td {
  font-size: 14px;
  line-height: 1.4;
}
#mall .point table {
  width: 100%;
}
#mall .point {
  width: 1024px;
  margin: 40px auto;
  font-size: 15px;
}
#mall .point th, #mall .point td {
  vertical-align: top;
  line-height: 1.4;
}
#mall .point th span {
  color: #ff4c3c;
}
.ec {
  text-align: left;
}
.ec .ec_icon {
  display: inline-block;
  margin-right: 20px;
}
.ec .ec_icon img {
  vertical-align: bottom;
}
#mall .point td {
  text-align: center;
}
#mall .icon-human {
  font-size: 50px;
  margin: 0;
  color: #2ecc71;
}
#mall .mall_1 {
  margin-top: 50px;
}
#mall .mall_2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
#mall .mall_4 {
  margin-top: 100px;
  margin-bottom: 15px;
}
#mall .point th {
  width: 740px;
}
#mall .point td {
  padding-left: 30px;
}
#mall .point .h3 {
  font-size: 28px;
  color: #1abc9c;
  font-weight: bold;
}
#mall .point .h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333333;
}
.round {
  height: 500px;
  width: 1024px;
  margin: 0 auto 140px;
}
#myRoundabout01 {
  width: 500px;
  height: 300px;
}
.round li {
  text-align: center;
  display: block;
}
.round li a {
  display: block;
  width: 215px;
  height: 325px;
}
.roundabout-holder li span.name {
  position: absolute;
  top: -40px;
  left: 0;
  text-align: center;
  width: 155px;
  height: 59px;
  padding: 7px 30px 0;
  background: url(../img/member/member_name.png) center 0 no-repeat;
  font-size: 12px;
  line-height: 18px;
  color: #16a085;
  display: none;
}
.roundabout-holder li span.name strong {
  font-weight: bold;
  font-size: 14px;
}
.roundabout-holder li:hover span.name {
  display: block;
}
.roundabout-holder li {
  position: relative;
}
.snatched a {
  display: block;
  width: 100px;
}
.snatched a img {
  width: 100px;
  height: auto;
}
#staff ul {
  background: url(../img/loading.gif) center center no-repeat;
}
#staff ul li {
  visibility: hidden;
}
#staff .h1 {
  text-align: center;
  margin: 0 0 10px;
}
#staff .h2 {
  text-align: center;
}
#company .mainimage {
  text-align: center;
  background: url(../img/company/comp_img_1.jpg) center center repeat-x;
  height: 300px;
  color: #ffffff;
  margin: 0 0 40px;
}
#company .h1 {
  padding-top: 60px;
}
#company .h2, #company .greeting {
  padding-top: 20px;
  font-size: 14px;
}
#company .main_ttl {
  border-bottom: 1px dotted #666666;
  margin-bottom: 30px;
}
#gt1 .fleft {
  margin-left: 15px;
}
#gt1 .fright {
  margin-right: 80px;
}
#gt1 .fright .ttl {
  padding-top: 18px;
}
#gt1 .fright li {
  margin: 15px 0;
}
#gt2 .ttl {
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 770px;
}
#gt2 p {
  margin-bottom: 40px;
  width: 760px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#gt3 {
  margin-top: 60px;
}
#gt3 .ttl {
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 570px;
}
#gt3 p {
  margin-bottom: 40px;
}
#gt4 {
  background: url(../img/company/comp_img_14.png) right 0 no-repeat;
  padding-top: 45px;
  margin-top: 50px;
}
#gt5 {
  background: #ecf0f1;
  padding-bottom: 50px;
  margin-top: 80px;
}
#gt5 .ttl {
  background: #34495e;
  margin-bottom: 30px;
}
#gt5 .ttl .h3 {
  padding: 15px 0 10px;
}
#gt5 th, #gt5 td {
  font-size: 14px;
  padding: 10px;
  line-height: 1.5;
}
#gt5 td p {
  margin-bottom: 30px;
}
#gt5 th {
  width: 155px;
}
#gt6 {
  margin-top: 80px;
}
#gt6 .ttl {
  margin-bottom: 20px;
}
#gt6 table {
  width: 100%;
}
#gt6 th, #gt6 td {
  border-bottom: 1px dotted #666666;
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1.5;
}
#gt6 td {
  padding-left: 50px;
}
#access {
  background: url(../img/company/comp_img_15.gif) 0 0 repeat-x;
  margin-top: 100px;
}
#access .ttl {
  margin-bottom: 60px;
}
#company #access .h1 {
  text-align: center;
  padding-top: 50px;
}
#access .h2 {
  text-align: center;
}
#access .map {
  margin-bottom: 50px;
}
.tab_btn {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.tab_btn a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 0 40px;
  position: relative;
  top: 25px;
  transition-duration: 0.5s;
}
.tab_btn a:hover, .tab_btn a.act {
  top: 0px;
  transition-duration: 0.5s;
  padding: 40px 0 15px;
}
#tab, #tab2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#tab_btn1 a {
  background: #1abc9c;
}
#tab_btn2 a {
  background: #3498db;
}
#tab_wrap {
  position: relative;
  height: 570px;
  margin-bottom: 50px;
}
.map {
  width: 100%;
  /*height: 570px;*/
}
.tab_text p {
  font-size: 14px;
  margin-bottom: 30px;
}
.profile {
  background: url(../img/member/staff_img_1.jpg) center bottom no-repeat;
}
.profile .h1 {
  margin: 40px 20px;
}
.profile .h1 img {
  vertical-align: middle;
  margin-right: 10px;
}
.profile .h2 {
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 45px;
  background: #2c3e50;
  color: #ffffff;
}
.profile .h2 span {
  font-size: 14px;
  padding-left: 20px;
}
.profile .name {
  line-height: 30px;
  padding-bottom: 20px;
}
.profile .name span {
  vertical-align: middle;
}
.profile .name_e {
  font-size: 28px;
  font-weight: bold;
}
.profile .kana {
  font-size: 14px;
}
.profile .thumb {
  width: 475px;
  height: 870px;
  text-align: center;
  vertical-align: middle;
}
.profile table {
  width: 100%;
}
.profile dt {
  font-weight: bold;
  font-size: 15px;
  border-left: 4px solid #2c3e50;
  padding-left: 10px;
}
.profile dd {
  border-bottom: 1px dotted #4d4d4d;
  padding-left: 16px;
  padding-bottom: 10px;
  margin-bottom: 17px;
  margin-top: 7px;
  line-height: 1.5;
  font-size: 14px;
}
.cntl {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.cntl a {
  font-size: 14px;
  margin: 40px;
}
.cntl a span {
  display: inline-block;
  background: #2c3e50;
  color: #ffffff;
  width: 24px;
  margin: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.color13 .profile .h2, .color13 .cntl a span {
  background: #3498db;
}
.color13 .profile dt {
  border-color: #3498db;
}
.color18 .profile .h2, .color18 .cntl a span {
  background: #2ecc71;
}
.color18 .profile dt {
  border-color: #2ecc71;
}
.color12 .profile .h2, .color12 .cntl a span {
  background: #1abc9c;
}
.color12 .profile dt {
  border-color: #34495e;
}
.color15 .profile .h2, .color15 .cntl a span {
  background: #34495e;
}
.color15 .profile dt {
  border-color: #34495e;
}
.color17 .profile .h2, .color17 .cntl a span {
  background: #e74c3c;
}
.color17 .profile dt {
  border-color: #34495e;
}
.color14 .profile .h2, .color14 .cntl a span {
  background: #9b59b6;
}
.color14 .profile dt {
  border-color: #34495e;
}
.my_works {
  overflow: hidden;
  margin-top: 70px;
}
.my_works ul {
  width: 500px;
}
.my_works li {
  float: left;
  margin-right: 15px;
}
.my_works li img {
  vertical-align: bottom;
}
.my_works h3 {
  font-size: 12px;
  margin-bottom: 10px;
}
.my_works li a img {
  transition-duration: 0.5s;
}
.my_works li a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.job {
  margin-bottom: 15px;
}
.job .post {
  font-weight: bold;
  font-size: 14px;
}
.job img {
  vertical-align: middle;
  margin-right: 10px;
}
td.prof_table {
  vertical-align: top;
}
#adshin_member {
  text-align: center;
  margin-top: 40px;
}
#adshin_member div {
  display: inline-block;
}
#adshin_member div a {
  width: 370px;
  height: 70px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}
#adshin_member div.btn1 a {
  background-image: url(../img/link/link_img_2.jpg);
}
#adshin_member div.btn2 a {
  background-image: url(../img/link/link_img_3.jpg);
}
#adshin_member div a:hover {
  background-position: 0 -70px;
}
#adshin_member div a:active {
  background-position: 0 -140px;
}
.wp-pagenavi {
  width: 100%;
  text-align: center;
  margin: 60px auto 0;
}
.wp-pagenavi li {
  display: inline-block;
  border-bottom: 5px solid #d3dbde;
  min-width: 2em;
  padding: 5px 25px;
  text-align: center;
  font-size: 75%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 13px 3px 18px;
  margin: 0;
  width: 89px;
  font-size: 1.4rem;
  border-bottom: 5px solid #e6e6e5;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  color: #ffffff;
  text-decoration: none;
  background: url(../img/search/bg.png) center 5px no-repeat;
  border-bottom: 5px solid #00ba00;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.wp-pagenavi a.first:hover, .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.last:hover, .wp-pagenavi a.nextpostslink:hover {
  background-image: url(../img/search/bg2.png);
}
.wp-pagenavi .current span {
  color: #fff;
}
.previouspostslink, .nextpostslink {
  padding-left: 5px;
  padding-right: 5px;
}
#holyday {
  text-align: center;
  background:url(../img/top/top_bg1.gif) 0 bottom repeat-x;
  padding-bottom: 35px;
  width: 1024px;
  margin: 30px auto 0;
}
#holyday h2 {
  font-size: 20px;
}
#holyday p {
  line-height: 2;
  margin: 15px 0;
}
#holyday .red {
  color: #e74c3c;
}
#holyday .ttl {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #333;
  margin-bottom: 20px;
  font-size: 20px;
}
/*#privacy .article {
  overflow: hidden;
  margin-top: 70px;
}
#privacy .article:first-child {
  margin-top: 0;
}
#privacy .article .ttl {
  background: #ecf0f1;
  font-weight: bold;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 20px;
}
#privacy .date {
  float: right;
}
#privacy .sect table {
  margin-left: 22px;
  margin-top: 20px;
  width: 100%;
}
#privacy .sect p {
  margin-bottom: 20px;
}
#privacy .sect table th, #privacy .sect table td {
  padding: 16px;
  border: 1px solid #000000;
}
#privacy .sect table th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#privacy .first {
  border-top: none;
  padding-top: 0;
}*/
.privacy {
  text-align: left;
  margin: 30px 0 20px 280px;
}
.privacy p {
  margin: 5px 0;
}
.privacy p a {
  font-weight: bold;
  color: #1abc9c;
  text-decoration: underline;
}
.privacy p a:hover {
  color: #41d3b6;
}
#recruit {
  width: 100%;
}
#recruit .inner .ttl {
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  background-color: #03c9a1;
  text-align: center;
  padding: 15px 0;
  margin: 35px auto 50px;
}
#recruit .inner .jobnv {
  width: 1024px;
  margin: 0 auto 45px;
  overflow: hidden;
}
#recruit .inner .jobnv img {
  vertical-align: bottom;
}
#recruit .inner .jobnv ul, #recruit .jobnv p {
  float: left;
}
#recruit .inner .jobnv li {
  display: inline-block;
  margin: 0 10px 0 0;
  background-color: #fff;
  color:#03c9a1;
  font-size:24px;
  font-weight:bold;
  line-height:32px;
}
#recruit .inner .jobnv p {
  margin: 0 10px 0 0;
  width:136px;
  background:#333333;
  border-radius:16px;
  line-height:32px;
  letter-spacing:0.1em;
  color:#fff;
  text-align:center;
}
#recruit .inner .web {
  border-top: 8px solid #2ecc71;
}
#recruit .inner .dtp {
  border-top: 8px solid #3498db;
}
#recruit .inner .sales {
  border-top: 16px solid #03c9a1;
}
.recruit_box {
  width: 1024px;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  border-left: 1px solid #03c9a1;
  border-right: 1px solid #03c9a1;
  border-bottom: 1px solid #03c9a1;
  margin: 0 auto 55px;
  padding: 60px 0 20px;
  box-sizing:border-box;
}
.recruit_box  h3 {
  font-size:32px;
  color:#03c9a1;
  line-height:1;
  font-weight:bold;
  margin:0 25px;
}
.recruit_box  h3 span {
  font-size:16px;
  line-height:32px;
  font-weight:bold;
  vertical-align:middle;
  padding:0 0 0 16px;
}
.recruit_box p {
  margin: 0 0 20px;
}
.recruit_box p:last-child {
  margin: 0;
}
.recruit_box table {
  width: 984px;
  margin: 25px auto 0;
}
.recruit_box th, .recruit_box td {
  background: url(../img/recruit/line.gif) repeat-x bottom;
  vertical-align: top;
  padding: 35px 0;
}
.recruit_box tr:last-child th, .recruit_box tr:last-child td {
  background: none;
}
.recruit_box th {
  width: 190px;
  font-weight: bold;
  padding: 35px 0 35px 40px;
}
#recruit_top_img {
  text-align: center;
  width: 1024px;
  margin: 0 auto;
  background: url(../img/top/top_img_73.png) 860px 50px no-repeat;
  -webkit-box-shadow: -3px 4px 3px 3px rgba(105,105,105,0.2);
  box-shadow: -3px 4px 3px 3px rgba(105,105,105,0.2);
}
#recruit .bosyuu {
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: #333333;
}
.bosyuu_title {
  font-weight: bold;
  font-size:32px;
  padding:0 30px;
}
/*.chrome {
  padding-top: 50px;
}*/
#recruit_top_img .ttl {
  background: url(../img/top/top_img_72.png) 0 center no-repeat;
  padding-left: 240px;
  padding-top: 15px;
  line-height: 55px;
  font-size: 26px;
  text-align: left;
  vertical-align: bottom;
  margin-left: 80px;
}
#recruit_top_img .genre {
  background: #2ecc71;
  padding: 15px 0;
  margin: 10px 0;
}
#recruit_top_img .genre span {
  display: inline-block;
  font-weight: bold;
  color: #16a085;
  font-size: 16px;
  line-height: 32px;
  background: #fcff00;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  padding: 0 14px;
  letter-spacing: 10px;
  text-indent: 5px;
  vertical-align: middle;
  margin-right: 20px;
}
#recruit_top_img .genre ul {
  display: inline-block;
}
#recruit_top_img .genre li {
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
#recruit_top_img .genre li img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
}
#recruit_top_img a {
  display: block;
  padding-bottom: 30px;
  padding-top: 20px;
}
#recruit_top_img .a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background: #ff9c00;
  margin: 17px 0 0;
  padding: 8px 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
}
#recruit_top_img a:hover {
  text-decoration: none;
}
#recruit_top_img a:hover .a {
  background: #ffaf31;
}
.news_list img {
  width: 100%;
  height: auto;
}
#search_works_list ul li {
  text-align: center;
}
#search_works_list ul li a {
  background: #fff;
}
#search_works_list ul li img {
  width: auto;
  height: auto;
  max-width: 314px;
  max-height: 253px;
  margin: 0 auto;
}

.page-404 {
  text-align:center;
}
.page-404 h3 {
  font-weight:bold;
  color:#444;
}
.page-404 p {
  margin:20px 0;
}
.page-404 p.en {
  color:#666;
  font-family:Tahoma, Geneva, sans-serif;
}
.page-404 a {
  display:block;
  border-radius:4px;
  padding:10px 20px;
  background:#eee;
  border:1px solid #ccc;
  width:320px;
  margin:40px auto;
  font-weight:bold;
  transition-duration:.4s;
}
.page-404 a:hover {
  text-decoration:none;
  border-color:#3498db;
  color:#fff;
  background:#3498db;
  transition-duration:.4s;
}
#holyday2 {
  text-align: center;
  background: url(../img/top/top_bg1.gif) 0 bottom repeat-x;
  padding-bottom: 35px;
  width: 1024px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

#holyday2 p {
  line-height:1.8;
}
#holyday2 .red {
  color:#e74c3c;
}
#holyday2 .ttl {
  display:inline-block;
  padding:10px 20px;
  border:1px solid #333;
  margin-bottom:20px;
  font-size:20px;
}
#picniccoffee_img {
  text-align: center;
  width: 1024px;
  -webkit-box-shadow: -3px 4px 3px 3px rgba(105,105,105,0.2);
  box-shadow: -3px 4px 3px 3px rgba(105,105,105,0.2);
  background-image: url(../img/top/picniccoffee_bg.jpg);
  background-repeat: no-repeat;
  height: 650px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.picnic_p {
  font-size: 110%;
    line-height: 180%;
  padding-top: 320px;
}
.privacy p.accept {
  font-weight:bold;
  margin-top:25px;
}


#wcs {
  min-width: 1024px;
  overflow: hidden;
}
#wcs .top_image, #wcs .sub_image {
  text-align: center;
}
#wcs .top_image {
  margin-bottom: 75px;
}

#wcs .bb {
  background: #ff9600;
  padding-top: 55px;
  position: relative;
  text-align: center;
}
#wcs .web .bb {
  background: #2ecc71;
}
#wcs .logo .bb {
  background: #9b59b6;
}
#wcs .bb .tl {
  text-align: center;
}
#wcs .bb .sub_tl {
  text-align: center;
  border: 1px solid #ffffff;
  margin: 10px auto 35px;
  padding: 0 20px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
}
#wcs .bb h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
}
#wcs .bb p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
#wcs #bb2 {
  text-align: center;
  padding-bottom: 45px;
  background:url(../img/wcs/wcs_bg1.png) center 0 no-repeat #ff9600;
}
#wcs #bb1 {
  text-align:center;
  background:url(../img/wcs/wcs_bg2.png) center 0 no-repeat #f4efe5;
  margin:50px 0;
  padding:60px 0;
}
#wcs #bb1 .sub_tl {
  font-size:38px;
  line-height:1.2;
  color:#d4145a;
  font-weight:bold;
  margin:10px 0 30px;
}
#wcs #bb1 h3 {
  font-size:28px;
  line-height:1.4;
}
#wcs #bb1 p {
  margin:20px 0 30px;
}
#wcs .dd_wrap h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-bottom:15px;
}
#wcs .c1 .dd_wrap h4 {
  color:#e52966;
  line-height: 56px;
}
#wcs .c2 .dd_wrap h4 {
  color:#223b6b;
  line-height: 56px;
}
#wcs .c3 .dd_wrap h4 {
  color:#125c2f;
}
#wcs .c1 .dd_wrap {
  border-color:#e52966;
}
#wcs .c2 .dd_wrap {
  border-color:#5f9ab1;
}
#wcs .c3 .dd_wrap {
  border-color:#a5cd39;
}
#wcs .dd_owrap {
  display: inline-block;
}
#wcs .dd_wrap {
  background:#fff;
  display: inline-block;
  vertical-align: top;
  margin: 30px 8px 0;
  transition-duration: 0.5s;
  border-width:4px;
  border-style:solid;
}
#wcs .dd {
  border: 1px solid #ffffff;
  padding: 15px;
  text-align: center;
  color: #534741;
  font-size: 14px;
  line-height: 24px;
  width: 276px;
  transition-duration: 0.5s;
}
#wcs .detail {
  padding:0 15px 15px;
}
#wcs .detail a {
  display:block;
  color:#fff;
  font-weight:bold;
  font-size:16px;
  padding:10px;
  border-radius:4px;
  border:2px solid #000;
  box-sizing:border-box;
  transition-duration:.2s;
}
#wcs .detail a:hover {
  text-decoration:none;
  transition-duration:.2s;
}
#wcs .c1 .detail a {background-color:#e52966; border-color:#e52966;}
#wcs .c2 .detail a {background-color:#0071bc; border-color:#0071bc;}
#wcs .c3 .detail a {background-color:#8cc63f; border-color:#8cc63f;}

#wcs .c1 .detail a:hover {background-color:#fff; color:#e52966;}
#wcs .c2 .detail a:hover {background-color:#fff; color:#0071bc;}
#wcs .c3 .detail a:hover {background-color:#fff; color:#8cc63f;}


#wcs .center {
  text-align:center;
}
#wcs .aside {
  text-align:center;
}
#wcs .aside p {
  font-size:14px;
  line-height:26px;
  margin:20px 0;
}
#wcs .aside p.sub {
  font-size:22px;
  line-height:38px;
  margin-top:20px;
}
#wcs .aside p.sub span {
  display:inline-block;
  font-size:24px;
  font-weight:bold;
  background:url(../img/wcs/wcs_bg3.png) 0 bottom repeat-x;
}
#wcs #analyze h3 {
  text-align:center;
  color:#fff;
  font-weight:bold;
  background:#ff6e63;
  padding:30px 0;
  font-size:30px;
  margin:60px 0 0;
}

#wcs .an_list {
  overflow:hidden;
  width:1026px;
  margin:25px auto 60px;
}
#wcs .anbox {
  float:left;
  width:320px;
  border:4px solid #406776;
  padding:20px;
  box-sizing:border-box;
  margin-right:33px;
  margin-bottom:33px;
  background:url(../img/wcs/wcs_bg4.png) center 0 no-repeat;
}
#wcs .anbox h4 {
  display:block;
  height:106px;
  text-align:center;
  font-weight:bold;
  font-size:24px;
  color:#223b6b;
}
#wcs .anbox h4 span {
  display:block;
  font-weight:normal;
  font-size:16px;
  margin-top:8px;
}
#wcs .anbox p {
  font-size:14px;
  line-height:25px;
}
#wcs .anbox:nth-child(3n) {
  margin-right:0;
}

#wcs .inqlist {
  text-align: center;
  width: 1024px;
  margin: 0 auto;
}
#wcs .inqlist li {
  display: inline-block;
  width: 440px;
  padding-left: 62px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color:#ff6e63;
  text-align: left;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 15px;
  margin: 0 3px 10px;
}
#wcs .inqlist li span {
  font-weight:bold;
  color:#ffff00;
}
#wcs .wb .inq h5 {
  text-align:center;
  font-size:22px;
  margin:0 0 40px;
}
#wcs .wb .inq .btn {
  text-align:center;
  margin:30px 0 70px;
}
#wcs .wb .inq .btn a {
  display:inline-block;
  background:#ff6e63;
  font-size:22px;
  font-weight:bold;
  color:#fff;
  padding:20px 40px;
  border-radius:6px;
}

#wcs #wb3 .inqlist li.inq1 {background-image:url(../img/wcs/wcs_num1_r.png);}
#wcs #wb3 .inqlist li.inq2 {background-image:url(../img/wcs/wcs_num2_r.png);}
#wcs #wb3 .inqlist li.inq3 {background-image:url(../img/wcs/wcs_num3_r.png);}
#wcs #wb3 .inqlist li.inq4 {background-image:url(../img/wcs/wcs_num4_r.png);}


#wcs #report {
  text-align:center;
  background:url(../img/wcs/wcs_bg5.png) center 0 no-repeat #f4efe5;
  margin:50px 0 40px;
  padding:60px 0;
}
#wcs #report .sub_tl {
  font-size:38px;
  line-height:1.2;
  color:#223b6b;
  font-weight:bold;
  margin:10px 0 40px;
}
#wcs #report h3 {
  font-size:28px;
  line-height:1.4;
}
#wcs #report p {
  margin:20px 0 40px;
}

#wcs #comparison h3 {
  text-align:center;
  color:#fff;
  font-weight:bold;
  background:#54a4d4;
  padding:30px 0;
  font-size:30px;
  margin:60px 0 0;
}
#wcs #comparison .inner {
  background:url(../img/wcs/wcs_bg6.jpg) center center no-repeat;
  background-size:cover;
  text-align:center;
  padding:40px 0;
  margin:30px 0 70px;
}
#wcs #comparison .inner h4 {
  color:#fff;
  font-size:28px;
}
#wcs #comparison .inner h4 span {
  font-weight:bold;
  font-size:32px;
}
#wcs #comparison .inner h4 img {
  display:block;
  margin:0 auto 20px;
}
#wcs #comparison .inner p {
  color:#fff;
}
#wcs #comparison .comp_box {
  background:#3a3a3a;
  width:1000px;
  margin:50px auto 20px;
  color:#fff;
}
#wcs #comparison .comp_box h5 {
  font-weight:bold;
  font-size:27px;
  padding:35px 0 15px;
}
#wcs #comparison .comp_list {
  padding:5px 25px 25px;
  overflow:hidden;
}
#wcs #comparison .comp_box dl {
  display:table;
  text-align:left;
  float:left;
  width:270px;
  margin:23px 55px 23px 0;
}
#wcs #comparison .comp_box dl:nth-child(3n) {
  margin-right:0;
}
#wcs #comparison .comp_box dl dt,
#wcs #comparison .comp_box dl dd {
  display:table-cell;
  vertical-align:middle;
}
#wcs #comparison .comp_box dl dd {
  font-size:15px;
  line-height:23px;
  padding-left:15px;
}
#wcs #comparison .comp_box dl dd span {
  display:block;
  font-weight:bold;
  font-size:17px;
  margin-bottom:5px;
}

#wcs #wb4 .inqlist li {
  background-color:#54a4d4;
}
#wcs #wb4 .inq .btn a {
  background-color:#54a4d4;
}

#wcs #wb4 .inqlist li.inq1 {background-image:url(../img/wcs/wcs_num1_b.png);}
#wcs #wb4 .inqlist li.inq2 {background-image:url(../img/wcs/wcs_num2_b.png);}
#wcs #wb4 .inqlist li.inq3 {background-image:url(../img/wcs/wcs_num3_b.png);}
#wcs #wb4 .inqlist li.inq4 {background-image:url(../img/wcs/wcs_num4_b.png);}

#wcs #analysis {
  text-align:center;
  background:url(../img/wcs/wcs_bg7.png) center 0 no-repeat #f4efe5;
  margin:50px 0 40px;
  padding:60px 0;
}
#wcs #analysis .sub_tl {
  font-size:38px;
  line-height:1.2;
  color:#125c2f;
  font-weight:bold;
  margin:10px 0 40px;
}
#wcs #analysis h3 {
  font-size:28px;
  line-height:1.4;
}
#wcs #analysis p {
  margin:20px 0 40px;
}

.anlysis_wrap {
  overflow:hidden;
  width:1024px;
  margin:0 auto;
}
.anlysis_box {
  width:300px;
  float:left;
  position:relative;
  margin-right:62px;
}
.anlysis_box:nth-child(3n) {
  margin-right:0;
}
.anlysis_box .num {
  position:absolute;
  left:0;
  top:0;
}
.anlysis_box .inner {
  border:4px solid #406776;
  padding:20px;
  background:url(../img/wcs/wcs_bg8.png) right bottom #fff;
}
#wcs #analysis .anlysis_box .inner p {
  margin:0 0 10px;
  text-align:left;
  font-size:14px;
  line-height:23px;
}
.anlysis_box .inner h4 {
  font-size:26px;
  line-height:36px;
  color:#223b6b;
  font-weight:bold;
  margin-top:30px;
  margin-bottom:20px;
}

#index h3 {
  text-align:center;
  color:#fff;
  font-weight:bold;
  background:#a5cd39;
  padding:30px 0;
  font-size:30px;
  margin:60px 0 0;
}
.idx_wrap {
  background:#fafaf5;
  padding:40px 0;
  margin:30px 0;
}
.idx {
  width:1024px;
  margin:0 auto;
  padding:40px;
  border-top:1px solid #ccc;
  overflow:hidden;
}
.idx:first-child {
  border-top:none;
}
.idx .pict {
  float:right;
}
.idx .tx {
  float:left;
  font-size:15px;
  line-height:26px;
}
.idx:nth-child(even) .pict {
  float:left;
}
.idx:nth-child(even) .tx {
  float:right;
}
.idx .tx h4 {
  background:url(../img/wcs/wcs_idx_bg.png) center center no-repeat;
  font-size:24px;
  padding-top:20px;
  line-height:40px;
  width:480px;
}
.idx .tx p {
  margin:20px 0;
}
#wcs #wb5 {
  margin-top:60px;
}
#wcs #wb5 .inqlist li {
  background-color:#a5cd39;
}
#wcs #wb5 .inq .btn a {
  background-color:#a5cd39;
}

#wcs #wb5 .inqlist li.inq1 {background-image:url(../img/wcs/wcs_num1_g.png);}
#wcs #wb5 .inqlist li.inq2 {background-image:url(../img/wcs/wcs_num2_g.png);}
#wcs #wb5 .inqlist li.inq3 {background-image:url(../img/wcs/wcs_num3_g.png);}
#wcs #wb5 .inqlist li.inq4 {background-image:url(../img/wcs/wcs_num4_g.png);}

/*IT補助金*/
#ithojyokin {
  text-align:center;
}

#ithojyokin .ithojyokin-icon-a {
  padding:60px 0 60px 0;
}

#ithojyokin .ithojyokin-icon-b {
  background-color:#0C3680;
  padding:30px 0 60px 0;
}

#ithojyokin .ithojyokin-icon-c {
  padding:30px 0 50px 0;
}

#ithojyokin .ithojyokin-icon-d {
  background-image:url(../img/ithojyokin/ithojyokin-06.png);
  padding:49px 0 60px 0;
}

#ithojyokin .muryo {
  margin-top:40px;
  display:block;
}
/* トップページバナー */
#ithojyokin-topban{
  margin-top: 100px;
  text-align: center;
}

#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 100000;
}

/*****************************************************

    補助金サービス
font-family: 'Noto Sans JP', sans-serif;
*****************************************************/
#auxiliary {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#auxiliary img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#auxiliary span.yellow {
  color: #ffea00;
  font-weight: 700;
}
.aux-btn {
  width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.aux-btn a {
  background-color: #1abc9c;
  border-radius: 8px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 33px 20px;
  position: relative;
  box-shadow: 0px 10px 0px 0px rgba(0,159,145,1);
  transition-duration: .3s;
}
.aux-btn a:after {
  content: "";
  width: 38px;
  height: 20px;
  background-image: url("../img/auxiliary/img_auxiliary03.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.aux-btn a:hover {
  box-shadow: none;
  transform: translate(0px,10px);
  text-decoration: none;
  transition-duration: .3s;
}
.auxiliary-top {
    text-align: center;
    padding-bottom: 60px;
}
.auxiliary-top .aux-inn {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
.auxiliary-top .aux-inn p {
  text-align: center;
}
.auxiliary-top .photo {
  line-height: 0;
  margin-top: 0;
}
.auxiliary-top .pict {
  position: absolute;
  top: 50px;
  right: -60px;
}
.auxiliary-top .txt {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 15px;
}
.auxiliary-top .txt02 {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  margin: 50px 0 35px;
}
.auxiliary-top .txt02 strong {
  color: #ed1c24;
  font-size: 23px;
}
.auxiliary-top .txt02 span {
  background: linear-gradient(transparent 92%, #f68d91 92%);
  padding-bottom: 9px;
}
.auxiliary-top .txt a{
  font-size:18px;
  color: #1abc9c;
  font-weight: 600;
}
.auxiliary-box {
  padding: 60px 0;
  text-align: center;
}
.auxiliary-box.green {
  background-color: #1abc9c;
  color: #fff;
}
.auxiliary-box.green p,
.auxiliary-box.green h3 {
  color: #fff;
}
.auxiliary-box.green .aux-itemarea p,
.auxiliary-box.green .aux-itemarea h3 {
  color: #1a1a1a;
}
.auxiliary-box .aux-inn {
  max-width: 1020px;
  margin: 0 auto;
}
.auxiliary-box .aux-inn p {
  text-align: center;
}
.auxiliary-box .aux-inn h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}
.auxiliary-box.green .aux-inn .txt {
  font-size: 20px;
  margin: 40px 0;
}
.auxiliary-box.green .aux-inn .txt span.yellow {
  font-weight: 500 !important;
}
.auxiliary-box .aux-itemarea {
  background-color: #fff;
  color: #111111;
}
.auxiliary-box .aux-itemarea .item-inn {
  padding: 40px 80px;
}
.auxiliary-box .aux-itemarea .item-inn h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.5;
  display: inline-block;
  border-bottom: solid 14px #ffea00;
  margin-top: 40px;
  text-align: center;
}
.auxiliary-box .aux-itemarea .item-inn h4 span.strong {
  font-size: 50px;
  font-weight: 900;
  color: #ff4c3c;
}
.auxiliary-box .aux-itemarea .item-inn .caption {
  font-size: 16px;
  margin: 20px 0 40px;
}
.auxiliary-box .aux-itemarea .item-inn h5 {
  font-size: 24px;
  font-weight: 700;
  color: #1abc9c;
  text-align: center;
    margin-top: 40px;
}
.auxiliary-box .aux-itemarea .item-inn .txt2 {
  font-size: 16px;
  line-height: 1.8;
  margin: 25px 0 35px;
}
.auxiliary-box .aux-itemarea .item-inn .txt2 span.weight {
  font-size: 20px;
  font-weight: 700;
}
.auxiliary-box .aux-itemarea .item-inn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auxiliary-box .aux-itemarea .item-inn li {
  width: 406px;
  position: relative;
}
.auxiliary-box .aux-itemarea .item-inn li .pict {
  position: absolute;
  top: -40px;
  left: -40px;
}
.auxiliary-box .aux-itemarea .item-inn .txt3 {
  margin: 40px 0 15px;
}
.auxiliary-box .aux-itemarea .item-inn .txt3 a {
  font-size: 18px;
  font-weight: bold;
  color: #1abc9c;
  text-decoration: underline;
  transition: 1.0s;
}
.auxiliary-box .aux-itemarea .item-inn .txt3 a:hover {
  color: #1692e8;
  text-decoration: none ;
}
.auxiliary-box.white .aux-inn h3 {
  color: #1abc9c;
  margin: 20px 0 40px;
}
.auxiliary-box.white .aux-inn .item-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #1abc9c;
  height: 60px;
  line-height: 60px;
}
.auxiliary-box.white .aux-inn table {
  margin-bottom: 32px;
  width: 100%;
}
.auxiliary-box.white .aux-inn table th,
.auxiliary-box.white .aux-inn table td {
  padding: 20px;
  border: solid 1px #1abc9c;
}
.auxiliary-box.white .aux-inn table th {
  font-size: 16px;
  background-color: #d1f2eb;
  text-align: center;
}
.auxiliary-box.white .aux-inn table td {
  font-size: 20px;
  font-weight: 700;
}
.auxiliary-box.white .aux-inn table .del {
 color: #f00;
 text-decoration : line-through ;
 }
.auxiliary-box.white .aux-inn table .del span {
  color: #000;
 }

.auxiliary-box.white .aux-inn .txtB {
  font-size: 16px;
  line-height: 1.8;
}
.auxiliary-box.white .aux-inn .txt-bottom {
  margin-top: 32px;
}
.auxiliary-box.white .aux-inn .check {
  margin: 35px 0;
}
.auxiliary-box.yellow {
  background-image: url("../img/auxiliary/img_auxiliary27.gif");
}
.auxiliary-box.yellow .aux-inn .title-box {
  position: relative;
  margin: 40px 0 40px;
}
.auxiliary-box.yellow .aux-inn .title-box:before {
  content: "";
  width: 53px;
  height: 234px;
  background-image: url("../img/auxiliary/img_auxiliary10.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -6px;
  left: 24px;
}
.auxiliary-box.yellow .aux-inn .title-box:after {
  content: "";
  width: 108px;
  height: 253px;
  background-image: url("../img/auxiliary/img_auxiliary11.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -24px;
  right: 0;
}
.auxiliary-box.yellow .aux-inn .title-box .subtitle {
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.auxiliary-box.yellow .aux-inn .title-box .maintitle {
  font-size: 47px;
  font-weight: 900;
  margin-top: 20px;
  line-height: 0.5;
  display: inline-block;
  border-bottom: solid 14px #ffea00;
}
.auxiliary-box.yellow .aux-inn .title-box .maintitle span.strong {
  font-weight: 900;
  color: #ff4c3c;
}
.auxiliary-box.yellow .aux-inn h6 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
.auxiliary-box.yellow .aux-inn h6:before {
  content: "";
  width: 20px;
  height: 34px;
  background-image: url("../img/auxiliary/img_auxiliary22.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 250px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.auxiliary-box.yellow .aux-inn h6:after {
  content: "";
  width: 20px;
  height: 34px;
  background-image: url("../img/auxiliary/img_auxiliary23.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 260px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.auxiliary-box.yellow .aux-inn h6 span.red {
  font-size: 40px;
  font-weight: 900;
  color: #ff4c3c;
}
.auxiliary-box.yellow .aux-inn .midashi {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  background-color: #1abc9c;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.auxiliary-box.yellow .aux-inn ul {
  border: solid 1px #1abc9c;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.auxiliary-box.yellow .aux-inn li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 20px;
}
.auxiliary-box.yellow .aux-inn li.green {
  background-color: #d1f2eb;
}
.auxiliary-box.yellow .aux-inn li.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.auxiliary-box.yellow .aux-inn li .title {
  font-size: 18px;
  font-weight: 600;
}
.auxiliary-box.yellow .aux-inn li .title-etc {
  font-size: 50px;
  font-weight: 700;
  color: #1abc9c;
}
.auxiliary-box.yellow .aux-inn li .icon2 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.auxiliary-box.yellow .aux-inn .txtC {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 50px;
}
.auxiliary-box.yellow .aux-inn .txtD {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.auxiliary-box.yellow .aux-inn .txtD span.red {
  color: #ff4c3c;
  font-weight: 700;
}
.auxiliary-box.bottom .aux-inn {
  position: relative;
}
.auxiliary-box.bottom .main-midashi {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.auxiliary-box.bottom .main-midashi:before {
  content: "";
  width: 62px;
  height: 90px;
  background-image: url("../img/auxiliary/img_auxiliary24.jpg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.auxiliary-box.bottom .main-midashi:after {
  content: "";
  width: 62px;
  height: 90px;
  background-image: url("../img/auxiliary/img_auxiliary23.jpg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.auxiliary-box.bottom .main-midashi span.red {
  font-size: 44px;
  font-weight: 900;
  color: #ff4c3c;
}
.auxiliary-box.bottom .txtD {
  font-size: 16px;
  line-height:2;
  margin: 40px 0;
}
.auxiliary-box.bottom .photo {
  position: absolute;
  bottom: -60px;
  left: -30px;
}

/*****************************************************

    補助金サービス02
font-family: 'Noto Sans JP', sans-serif;
*****************************************************/
#auxiliary02 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#auxiliary02 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#auxiliary02 span.yellow {
  color: #ffea00;
  font-weight: 700;
}
.aux02-btn {
  width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.aux02-btn a {
  background-color: #2ecb71;
  border-radius: 8px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 33px 20px;
  position: relative;
  box-shadow: 0px 10px 0px 0px rgba(51,137,88,1);
  transition-duration: .3s;
}
.aux02-btn a:after {
  content: "";
  width: 38px;
  height: 20px;
  background-image: url("../img/auxiliary02/img_auxiliary03.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.aux02-btn a:hover {
  box-shadow: none;
  transform: translate(0px,10px);
  text-decoration: none;
  transition-duration: .3s;
}
.aux02-btn02 {
  width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.aux02-btn02 a {
  border-radius: 8px;
  font-size: 32px;
  font-weight: bold;
  color: #2ecb71;
  display: block;
  padding: 33px 20px;
  border: 5px solid #2ecb71;
  position: relative;
  transition-duration: .3s;
}
.aux02-btn02 a:after {
  content: "";
  width: 38px;
  height: 20px;
  background-image: url("../img/auxiliary02/img_auxiliary02.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.aux02-btn02 a:hover {
  background-color: #2ecb71;
  text-decoration: none;
  color: #fff;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}
.aux02-btn02 a:hover::after {
  background-image: url("../img/auxiliary02/img_auxiliary03.svg");
}
.auxiliary02-top {
  text-align: center;
}
.auxiliary02-top .aux-inn {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
.auxiliary02-top .aux-inn p {
  text-align: center;
}
.auxiliary02-top .photo {
  line-height: 0;
  margin: 0 0 60px;
}
.auxiliary02-top .pict {
  position: absolute;
  top: 50px;
  right: -60px;
}
.auxiliary02-top h3 {
  margin: 20px 0 40px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #2ecb71;
  text-align: center;
}
.auxiliary02-top .txt {
  font-size: 16px;
  line-height: 1.8;
  margin: 50px 0;
}
.auxiliary02-top .txt a{
  font-size:18px;
  color: #1abc9c;
  font-weight: 600;
}
.auxiliary02-box {
  padding: 100px 0;
  text-align: center;
}
.auxiliary02-box p {
  text-align: center;
}
.auxiliary02-box.green {
  background-color: #2ecb71;
  color: #fff;
}
.auxiliary02-box.green p,
.auxiliary02-box.green h3 {
  color: #fff;
}
.auxiliary02-box.green .aux-itemarea p,
.auxiliary02-box.green .aux-itemarea h3 {
  color: #1a1a1a;
}
.auxiliary02-box .aux-inn {
  max-width: 1020px;
  margin: 0 auto;
}
.auxiliary02-box .aux-inn h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}
.auxiliary02-box .aux-inn h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #2ecb71;
  position: relative;
  text-align: center;
}
.auxiliary02-box .aux-inn h4:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 34px;
  background-image: url("../img/auxiliary02/img_auxiliary20.svg");
  background-repeat: no-repeat;
  padding-right: 5px;
  vertical-align: middle;
}
.auxiliary02-box .aux-inn h4:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 34px;
  background-image: url("../img/auxiliary02/img_auxiliary21.svg");
  background-repeat: no-repeat;
  padding-left: 5px;
  vertical-align: middle;
}
.auxiliary02-box .aux-inn h4.type02 {
  margin-bottom: 0;
  color: #ff3366;
}
.auxiliary02-box .aux-inn h4.type02:before {
  content: none;
}
.auxiliary02-box .aux-inn h4.type02:after {
  content: none;
}
.auxiliary02-box .aux-inn h4.type03 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #111111;
}
.auxiliary02-box .aux-inn h4.type03 span {
  font-weight: 800;
}
.auxiliary02-box .aux-inn h4.type03:before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 71px;
  background-image: url("../img/auxiliary02/img_auxiliary18.svg");
  background-repeat: no-repeat;
  padding-right: 0;
  margin-right: 40px;
}
.auxiliary02-box .aux-inn h4.type03:after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 71px;
  background-image: url("../img/auxiliary02/img_auxiliary19.svg");
  background-repeat: no-repeat;
  padding-left: 0;
  margin-left: 40px;
}
.auxiliary02-box .aux-inn h5 {
  background: #2ecb71;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.auxiliary02-box.green .aux-inn .txt {
  font-size: 23px;
  margin: 40px 0;
  text-align: center;
}
.auxiliary02-box.green .aux-inn .txt2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}
.auxiliary02-box.green .aux-inn .txt3 {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.auxiliary02-box.green .aux-inn .txt span.yellow {
  font-weight: 500 !important;
}
.auxiliary02-box.green .aux-inn .box02 {
  padding-bottom: 15px;
  position: relative;
}
.auxiliary02-box.green .aux-inn .box02:after {
  content: "";
  background-image: url("../img/auxiliary02/img_auxiliary14.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 28px;
  height: 19px;
  margin-left: -14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  
}
.auxiliary02-box.green .aux-inn .box-in {
  padding: 35px 30px;
  border: 4px solid #ffffff;
  border-radius: 15px;
  text-align: center;
}
.auxiliary02-box.green02 {
  background-color: #2ecb71;
  color: #fff;
  padding: 35px 0 385px;
}
.auxiliary02-box.green02 p,
.auxiliary02-box.green02 h3 {
  color: #fff;
}
.auxiliary02-box.green02 .aux-itemarea p,
.auxiliary02-box.green02 .aux-itemarea h3 {
  color: #1a1a1a;
}
.auxiliary02-box.green02 h3 {
  margin-bottom: 35px;
  text-align: center;
}
.auxiliary02-box.green02 p {
  text-align: center;
}
.auxiliary02-box.green02 .txt1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.auxiliary02-box.green03 {
  background-color: #d5f4e2;
}
.auxiliary02-box.white02 {
  margin-top: -385px;
  padding: 0 0 100px;
  position: relative;
}
.auxiliary02-box.white02 .ec-img {
  margin-bottom: 45px;
  text-align: center;
}
.auxiliary02-box .aux-itemarea {
  background-color: #fff;
  margin-top: 40px;
  color: #111111;
}
.auxiliary02-box .aux-itemarea .item-inn {
  padding: 40px 75px;
}
.auxiliary02-box .aux-itemarea .item-inn .txt2 {
  font-size: 16px;
  line-height: 1.8;
  margin: 25px 0 35px;
}
.auxiliary02-box .aux-itemarea .item-inn .txt2 span.weight {
  font-weight: 700;
}
.auxiliary02-box .aux-itemarea .item-inn .txt2 span.strong {
  font-size: 32px;
  color: #ff3366;
}
.auxiliary02-box .aux-itemarea .item-inn .txt3 {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 40px;
  text-align: left;
}
.auxiliary02-box .aux-itemarea .item-inn .txt3 span.weight {
  font-weight: 700;
}
.auxiliary02-box .aux-itemarea .item-inn .txt3 span.strong {
  font-size: 20px;
  color: #2ecb71;
}
.auxiliary02-box .aux-itemarea .item-inn .txt3 span.red {
  color: #ff3366;
}
.auxiliary02-box .aux-itemarea .item-inn .txt4 {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.auxiliary02-box .aux-itemarea .item-inn .txt4 span.weight {
  font-weight: 700;
}
.auxiliary02-box .aux-itemarea .item-inn .txt4 span.strong {
  font-size: 24px;
}
.auxiliary02-box .aux-itemarea .item-inn .txt4 span.red {
  color: #ff3366;
}
.auxiliary02-box .aux-itemarea .item-inn .txt5 {
  font-size: 16px;
  line-height: 1.8;
  margin: 25px 0 0;
}
.auxiliary02-box .aux-itemarea .item-inn .txt5 span.red {
  color: #ff3366;
}
.auxiliary02-box .aux-itemarea .item-inn .txt6 {
  background: linear-gradient(transparent 69%, rgba(255, 234, 0, 100%) 69%);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
}
.auxiliary02-box .aux-itemarea .item-inn .txt6 span {
  font-size: 44px;
  font-weight: 700;
  color: #ff3366;
}
.auxiliary02-box .aux-itemarea .item-inn .box {
  padding: 30px 40px;
  border: 1px solid #2ecb71;
}
.auxiliary02-box .aux-itemarea .item-inn .box03 {
  margin-bottom: 60px;
  padding: 30px;
  border: 1px solid #ff3366;
}
.auxiliary02-box .aux-itemarea .item-inn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auxiliary02-box .aux-itemarea .item-inn li {
  width: 406px;
  position: relative;
}
.auxiliary02-box .aux-itemarea .item-inn li .pict {
  position: absolute;
  top: -40px;
  left: -40px;
}
.auxiliary02-box.white .aux-inn h3 {
  color: #2ecb71;
  margin: 20px 0 40px;
}
.auxiliary02-box.white .aux-inn .item-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #2ecb71;
  height: 60px;
  line-height: 60px;
}
#period.auxiliary02-box.white .aux-inn .item-title {
	margin: 0 auto 40px;
}
.auxiliary02-box.white .aux-inn table {
  margin-bottom: 32px;
  width: 100%;
  table-layout: fixed;
}
.auxiliary02-box.white .aux-inn table th,
.auxiliary02-box.white .aux-inn table td {
  padding: 20px;
  border: solid 1px #2ecb71;
}
.auxiliary02-box.white .aux-inn table th {
  width: 100px;
  font-size: 16px;
  background-color: #d5f4e2;
  text-align: center;
}
.auxiliary02-box.white .aux-inn table td {
  width: calc( 50% - 100px );
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.auxiliary02-box.white .aux-inn table .del {
   color: #f00;
   text-decoration : line-through;
 }
.auxiliary02-box.white .aux-inn table .del span {
   color: #000;
 }

.auxiliary02-box.white .aux-inn .txtB {
  font-size: 16px;
  line-height: 1.8;
}
.auxiliary02-box.white .aux-inn .txt1 {
  margin: 25px 0 0;
}
.auxiliary02-box.white .aux-inn .txt1 a {
  font-size: 18px;
  font-weight: bold;
  color: #1abc9c;
  text-decoration: underline;
  transition: 1.0s;
}
.auxiliary02-box.white .aux-inn .txt1 a:hover {
  color: #338958;
  text-decoration: none ;
}
.auxiliary02-box.white .aux-inn .txt-bottom {
  margin-top: 32px;
}
.auxiliary02-box.white .aux-inn .check {
  margin: 35px 0;
}
.auxiliary02-box.middle .aux-inn .box {
  padding-bottom: 15px;
  position: relative;
}
.auxiliary02-box.middle .aux-inn .box:after {
  content: "";
  background-image: url("../img/auxiliary02/img_auxiliary11.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 28px;
  height: 19px;
  margin-left: -14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  
}
.auxiliary02-box.middle .aux-inn .box-in {
  padding: 35px 0 45px;
  border: 4px solid #2ecb71;
  border-radius: 20px;
}
.auxiliary02-box.middle .aux-inn h3 {
  margin: 0 0 20px;
  line-height: 1.25;
  font-size: 30px;
}
.auxiliary02-box.middle .aux-inn h3 span {
  color: #ff3366;
  font-weight: 700;
}
.auxiliary02-box.middle .aux-inn p {
  text-align: center;
  font-size: 16px;
}
.auxiliary02-box.middle .aux-inn .txt1 a {
  font-size: 18px;
  font-weight: bold;
  color: #1abc9c;
  text-decoration: underline;
  transition: 1.0s;
}
.auxiliary02-box.middle .aux-inn .txt1 a:hover {
  color: #338958;
  text-decoration: none ;
}
.auxiliary02-box.middle .aux-inn .title-box {
  position: relative;
  padding: 0 120px;
}
.auxiliary02-box.middle .aux-inn .title-box:before {
  content: "";
  width: 53px;
  height: 240px;
  background-image: url("../img/auxiliary02/img_auxiliary09.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -6px;
  left: 24px;
}
.auxiliary02-box.middle .aux-inn .title-box:after {
  content: "";
  width: 111px;
  height: 258px;
  background-image: url("../img/auxiliary02/img_auxiliary10.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -4px;
  right: 20px;
}
.auxiliary02-box.bottom .aux-inn {
  position: relative;
}
.auxiliary02-box.bottom .main-midashi {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.auxiliary02-box.bottom .main-midashi:before {
  content: "";
  width: 62px;
  height: 90px;
  background-image: url("../img/auxiliary/img_auxiliary24.jpg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.auxiliary02-box.bottom .main-midashi:after {
  content: "";
  width: 62px;
  height: 90px;
  background-image: url("../img/auxiliary/img_auxiliary23.jpg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.auxiliary02-box.bottom .main-midashi02 {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.auxiliary02-box.bottom .main-midashi02:before {
  content: "";
  width: 63px;
  height: 89px;
  background-image: url("../img/auxiliary02/img_auxiliary16.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 210px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.auxiliary02-box.bottom .main-midashi02:after {
  content: "";
  width: 63px;
  height: 89px;
  background-image: url("../img/auxiliary02/img_auxiliary17.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 210px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.auxiliary02-box.bottom .main-midashi span.red {
  font-size: 44px;
  font-weight: 900;
  color: #ff3366;
}
.auxiliary02-box.bottom .txtD {
  font-size: 16px;
  line-height:2;
  margin: 40px 0;
}
.auxiliary02-box.bottom .photo {
  position: absolute;
  bottom: -60px;
  left: -30px;
}

/* 調整 */
#grp, #adv, #company, #staff, #primary, #auxiliary, #auxiliary02 {
  padding-top: 88px;
}


@media screen and (max-width: 1400px){
  #search_works_list {
    max-width: 1280px;
  }
  .result_box {
    width: calc(92% / 3);
    margin-bottom: 2%;
  }
  #result::after, 
  #result::before{
    content: "";
    display: block;
    width: calc(92% / 3);
  }
}

@media screen and (max-width: 1100px){
  #detail {
    padding: 0 3.5%;
  }
}

@media screen and (max-width: 1020px){
  #search_select select + select {
    margin-top: 10px;
  }
  #search_select .submit {
    margin-top: 15px;
  }
}

@media screen and (max-width: 880px){
  /* 調整 */
  #grp, #adv, #company, #staff, #primary, #auxiliary, #auxiliary02  {
    padding-top: 48px;
  }
  #result {
    padding: 0;
  }
  .result_box {
    width: calc(92% / 2);
    margin-bottom: 2%;
  }
  #result::after, 
  #result::before{
    content: "";
    display: block;
    width: calc(92% / 2);
  }
  .result_item:before,
  .result_item:after,
  .result_item .img_txt:before,
  .result_item .img_txt:after {
    content: none;
  }
  .result_item:hover img,
  .result_item.hover img {
    opacity: 1.0;
  }
  .result_item .img_txt {
    display: none;
  }
  
  #detail .flex_wrap {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #detail .flex_left {
    width: 100%;
  }
  #detail .flex_right {
    width: 100%;
  }
  #det_chg_img .vertical img {
    max-width: 100%;
  }
  #detail #thumb {
    margin-top: 2rem;
  }
  #detail #det_cli h2 {
    font-size: 1.8rem;
  }
  #detail #works_info .comment {
    line-height: 1.5;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  #detail #category dt, #detail #category dd {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  #detail #genre {
    margin-top: 2rem;
    margin-bottom: 1.8rem;
    padding: 1em 1.2em;
    font-size: 1.1rem;
  }
  #detail #btn {
    margin-top: 4rem;
  }
  #detail .post-navigation {
    margin-top: 4rem;
  }
  #detail .nav-previous a,
  #detail .nav-next a {
    font-size: 1.25rem;
  }
  #detail a.btn_type01 {
    margin: 0 1rem;
  }
}