@charset "utf-8";

/* フォント用 */
@font-face {
   font-family: meirio;
   src: url('fonts/meiryo.ttc') format("truetype");
}

/* �S�̗p */
body {
    /* background-color:#701f24; */
    font-family: meirio;
    position: relative;
}

.audioplayer-time {
    display: none;
}

.audio-wrap {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 135px;
    height: 103px;
    background: #ccc;
    border-radius: 20px;
    z-index: 10;
}

.audioplayer-playpause a {
    text-decoration: none;
    color: rgba(0,0,0,0);
}
.audioplayer-playpause a:before {
    color: rgba(0,0,0,1);
    font-size: 30px;
}
.audioplayer-playpause[title=Play] a:before {
    font-family: 'Material Icons';
    content: "\e039";
}
.audioplayer-playpause[title=Pause] a:before {
    font-family: 'Material Icons';
    content: "\e036";
}
.audioplayer-volume-button a {
    text-decoration: none;
    color: rgba(0,0,0,0);
}
.audioplayer-volume-button a:before {
    color: rgba(0,0,0,1);
    font-family: 'Material Icons';
    content: "\e04f";
    font-size: 30px;
}
.audioplayer-muted .audioplayer-volume-button a:before {
    color: rgba(0,0,0,1);
    font-family: 'Material Icons';
    content: "\e050";
    font-size: 30px;
}
.audioplayer-playpause {position: absolute;top: 0;left: 10px;}
.audioplayer-volume {position: absolute;top: 0;left: 55px;}
.audio-wrap p.audio-title {
    font-size: 12px;
    margin: 4px 15px;
    padding: 0px 2px;
    font-weight: 900;
    position: relative;
    padding: 0.25em 0;
}
.audio-wrap p.audio-title:after {
    content: "";
    display: block;
    height: 2px;
    background: -webkit-linear-gradient(to right, rgb(255, 222, 0), #ccc);
    background: linear-gradient(to right, rgb(255, 222, 0), #ccc);
}
.audio-wrap .audio-control-wrap {
    position: relative;
    top: 0px;
    left: 15px;
}

.wrap {
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

.header {
    background-color:#FFF;
    position: relative;
}
.header .logo {
    width: 30%;
}
.header .right-menu {
    position: absolute;
    width: 360px;
    top: 50%;
    right: 0;
    margin-top: -40px;
}
.header .right-menu a {
    width: 170px;
    font-size: 12px;
}
.header .audio-menu {
    position: absolute;
    top: 50%;
    right: 370px;
    margin-top: -20px;
}

span.spacer {
    width: 33%;
    display: inline-block;
}

.btn-header {
    color: #FFF;
    /* background-color: #701f24; */
    border-color: #000;
    margin-left: 1%;
    padding:10px;
    margin-top: 1.5%;
    background: -moz-linear-gradient(left top, #ccc,               #000 50%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc),               color-stop(0.5, #000),               to(#ccc));
}
.btn-header:hover {
    background: -moz-linear-gradient(left top, #555,               #000 50%, #555);
    background: -webkit-gradient(linear, left top, left bottom, from(#555),               color-stop(0.5, #000),               to(#555));
    color: #ccc;
}

@media screen and (max-width: 1050px){
}
@media screen and (max-width: 1000px){
    .btn-header {
        width:auto;
        padding:10px 30px;
    }
}
@media screen and (max-width: 968px){
    .btn-header {
        padding:10px 25px;
    }
}
@media screen and (max-width: 904px){
    .btn-header {
        padding:10px 20px;
    }
}
@media screen and (max-width: 840px){
    .btn-header {
        padding:10px 15px;
    }
}
@media screen and (max-width: 780px){
    .btn-header {
        padding:10px 10px;
    }
}

.bd-on {
    color: #FFF!important;
    background-color: #5cb0a0!important;
}

#menu {
  width: 100%;
  padding:0;
  margin: 10px 0;
  list-style-type: none;
}
#menu li {
  width: 20%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#menu li a {
  width:auto;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  text-shadow:0 -1px 0px #333,0 1px 0px #555;
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:#666;
  background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
  border-left:1px solid #444;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
             -1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
}
#menu li:first-child a{
  border-left:0px;
  border-radius:5px 0 0 5px;
  border-left:0;
  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
}
#menu li:last-child a{
  border-radius:0 5px 5px 0;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
}
#menu li a:hover {
  background:#555;
  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
             -1px 0px 0px rgba(225,225,225,0) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
}

ul.child{
    display: none;
    position: absolute;
    padding: 0;
    z-index: 10;
    width: 12.9%;
}
ul.child li {
    width: 100%!important;
    list-style: none;
    border-bottom: 1px solid #333;
}
ul.child li a {
    border-radius: 0px!important;
    border: none!important;
    background-image: none!important;
    box-shadow: none!important;
}

.sidebar{
    position: fixed;
    color: #fff;
    width: 340px;
    padding: 20px;
    background: #666;
    box-shadow: inset 0 0 5px 5px #333;
}
.sidebar.left {
    top: 0;
    left: 0;
    bottom: 0;
}
.sidebar a.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    opacity: 1;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

.facebook-sp h3 {
    width: 90%;
    margin: 0 auto 10px;
    font-size: 120%;
    border: 3px double #bfbfbf;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #666;
    background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
    color: #fff;
}
.facebook-sp {
    margin-top: 50px;
    text-align: center;
}
.facebook-sp.fb_iframe_widget,
.facebook-sp.fb_iframe_widget span,
.facebook-sp.fb_iframe_widget iframe[style]{
    width: 90% !important;
}

@media screen and (max-width: 768px){
    #menu {
        display: none;
    }
}

.menu-left {
    padding-left: 8px!important;
    padding-right: 8px!important;
}
.menu-right {
    background-color:#00a4ac;
}
.menu-box {
    background-color:#FFF;
    text-align:center;
}
.menu {
    padding:13px;
    width:20%!important;
}

.menuButton {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 13px;
    right: 5%;
    z-index: 3;
}

.flexslider {
    margin-top: 70px;
}
.flexslider.top-slider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

p.page-title {
    position: relative;
    padding-left: 35px;
    padding-bottom: 5px;
    border-bottom: 3px solid #FF7800;
    color: #FF7800;
    font-size: 23px;
    line-height;29px;
    margin: 70px 10px 20px;
    margin-left: 10px;
    /* width: 80%; */
}
p.page-title:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #FF7800;
    content: "";
}
p.page-title:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #FF7800;
    content: "";
}

.app-box .btn-warning {
    width: 100%;
    background: #EEA236;
    background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEA236), color-stop(0.50, #D8993F), color-stop(0.50, #B37722), color-stop(1, #EEA236));
    text-shadow: 1px 1px 3px #000;
    font-size: 80%;
}
.app-box .btn-warning.harf {
    width: 48.5%;
}
.app-box .btn-success {
    width: 48.5%;
    background: #5cb85c;
    background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), color-stop(0.50, #75E875), color-stop(0.50, #529E52), color-stop(1, #5cb85c));
    text-shadow: 1px 1px 3px #000;
    font-size: 80%;
}
.app-box p.icon {
    width: 70%;
    margin: auto;
}
.app-box p.name {
    font-size: 120%;
    text-align: center;
    margin-top: 10px;
}
.app-box .app-name {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.app-box .row div {
    padding: 3px;
    height: 360px;
    overflow: scroll;
}
.app-box .row {
    margin: 0;
}
.app-box .box {
    border: 1px solid #000;
    height: 350px!important;
}

.web-box {
    margin-top: 50px;
}
.web-box a {
    text-decoration: underline;
}
.web-contents {
    line-height: 1.8;
}

.company-image {
    width: 80%;
    margin: auto;
}
h3.concept{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}
h3.concept:before{
    content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
h3.concept:after{
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
.company-box {
    width: 90%;
    margin: 20px auto;
}
p.concept-title {
    font-size: 120%;
    font-weight: bold;
    margin-top: 20px;
}
table.company-table {
    margin-top: 50px;
    width: 100%;
    border: 1px solid #ccc;
}
table.company-table th,table.company-table td {
    border: 1px solid #ccc;
    padding: 10px;
}
table.company-table th {
    background-color: #eee;
}

@media screen and (max-width: 856px){
    .app-box .btn-warning {
        font-size:70%;
    }
    .app-box .btn-success {
        font-size:70%;
    }
}

@media screen and (max-width: 768px){
    .header .logo {
        width: 60%;
        margin-left: 20%;
    }
    .contents {
        padding: 20px 15px;
    }
    .content-detail {
        width:100%;
        font-size:90%;
        text-align:left;
    }
    .contents-footer {
        height:40px;
    }
    .flexslider {
        /*margin-top: 0;*/
    }
    .flex-control-nav {
        display: none;
    }
    .app-box .row div {
        height: auto;
    }
    .app-box .box {
        height: auto!important;
    }
    .app-box .btn-warning {
        font-size:100%;
    }
    .app-box .btn-warning.harf {
        width: 49%;
    }
    .app-box .btn-success {
        font-size:100%;
        width: 49%;
    }
    .app-box p.icon {
        width: 25%;
        margin: 10px;
        float: left;
    }
    .app-box p.name {
        font-size: 120%;
        text-align: left;
        margin-top: 20px;
    }
    .web-image {
        width: 60%;
        margin: auto;
    }
    .web-contents {
        width: 90%;
        margin: 20px auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
    }
    table.company-table th,table.company-table td {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 480px){
    .header .logo {
        width: 70%;
        margin-left: 15%;
    }
}

hr.sub-menu-line {
    margin: 0;
    border-width: 5px 0 0 0;
    border-color: #FFF;
}

/* �z�[���p */
.top-visual {
    position:relative;
}
.top-visual p.message {
    position: absolute;
    top: 5%;
    left: 0;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 3px;
    color: #701F24;
    text-shadow: 1px 1px 2px #A2A2A2;
    width: 100%;
    text-align: center;
}
.top-visual p.sub-message {
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.6;
    padding: 15px;
}
.top-visual img.sub-logo {
    position:absolute;
    top:0;
    left:-50%;
    width:20%;
}
.top-visual img.service-sub-logo {
    top: 48%;
    right: 6%;
    width: 25%;
}

.top-title {
    width: 100px;
    margin: 0 auto;
    font-size: 120%;
    background-color: #5cb0a0;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 5px;
}
.top-title p {
    font-size: 140%;
    font-weight: bold;
    color: #FFF;
    margin: 0;
}

.top-menu {
    margin-top: 30px;
}
.top-menu div.inmenu {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px){
    .top-visual p.message {
        font-size: 150%;
    }
    .top-visual img.sub-logo {
        width:20%;
    }
    .top-visual p.sub-message {
        font-size:90%;
    }
    .top-visual img.service-sub-logo {
        width:20%;
    }
    .top-title p {
        font-size:110%;
    }
    .title-box {
        width:50%;
    }
}
@media screen and (max-width: 480px){
    .top-visual p.sub-message {
        font-size:79%;
    }
}
@media screen and (min-width: 500px) and (max-width: 600px){
    .top-visual p.message {
        font-size: 130%;
    }
}
@media screen and (max-width: 500px){
    .top-visual p.message {
        font-size: 100%;
    }
}

/* ���b�Z�[�W�֘A */
p.message-title {
    width: 100%;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    color: #701F24;
    letter-spacing: 2px;
    margin-top: 50px;
}

p.message-content {
    width: 100%;
    text-align: center;
    font-size: 115%;
    font-weight: bold;
    line-height: 2;
    margin-top: 40px;
}

@media screen and (max-width: 768px){
    p.message-title {
        margin-top: 20px;
        font-size: 120%;
    }
    p.message-content {
        font-size: 100%;
    }
}
@media screen and (max-width: 480px){
    p.message-content {
        text-align: left;
        white-space: nowrap;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* �L�����A�R���T���^���g�֘A */
.consul-wrap {
    margin: 20px auto 80px;
    width: 85%;
}

.consul-box {
    margin-top: 50px;
}
.consul-box p.title {
    width: 100%;
    background-color: #5CB0A0;
    color: #FFF;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    white-space: nowrap;
}
.consul-box .left {
    width: 40%;
    float: left;
}
.consul-box .right {
    width: 60%;
    float: left;
    padding: 0 30px;
}
.consul-box h1 {
    font-size: 180%;
    font-weight: bold;
    margin-top: 25px;
}
.consul-box h1 span {
    font-size: 60%;
    font-weight: normal;
    margin-left: 10px;
}
.consul-box p.content {
    margin-top: 20px;
    font-size: 90%;
    line-height: 1.6;
}

@media screen and (max-width: 768px){
    .consul-wrap {
        width: 100%;
    }
    .consul-box {
        margin-top: -20px;
        margin-bottom: 80px;
    }
    .consul-box p.title {
        font-size: 100%;
    }
    .consul-box .left {
        width: 70%;
        float: none;
        margin: 0 auto;
    }
    .consul-box .right {
        width: 100%;
        float: none;
        padding: 0;
    }
    .consul-box h1 {
        text-align: center;
    }
    .consul-box p.content {
        line-height: 1;
        width: 74%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 480px){
    .consul-box p.content {
        width: 100%;
    }
}

/* �v���C�o�V�[�|���V�[�֘A */
.privacy {
    margin-bottom: 80px;
}
.privacy h1 {
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    color: #B19C00;
    margin-top: 90px;
}
.privacy p.body {
    text-align: center;
    margin: 20px 0 40px 0;
    font-weight: bold;
}
.privacy p.title {
    width: 130px;
    margin: 0 auto;
    text-align: center;
    background-color: #B19C00;
    color: #FFF;
    font-weight: bold;
    padding: 3px;
}

@media screen and (max-width: 480px){
    .privacy p.body {
        text-align: left;
    }
}
@media screen and (max-width: 768px){
    .privacy h1 {
        margin-top: 0;
    }
}

/* �T�C�g�}�b�v�֘A */
.sitemap {
    width: 98%;
    margin: 0 auto 80px;
}
.sitemap h1 {
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    color: #701F24;
    margin-bottom: 50px;
}

.sec-box {
    border: 1px solid #000000!important;
    color: #A0A0A0!important;
}
.sec-box h1 {
    background-color: #A9A9A9!important;
}
.sec-box p {
    position: relative;
}
.sec-box a {
    color: #000000!important;
    position: absolute;
    width:100%;
    height:100%;
}

@media screen and (max-width: 480px){
    .sitemap {
        width: 100%;
    }
}

/* �z���p */
.top-visual p.think-message {
    position:absolute;
    top:0;
    left:0;
    font-size: 150%;
    font-weight: bold;
    color: #FFF;
    background-color:rgba(114,177,169,0.8);
    padding: 8px 10px 8px 20px;
}
p.think-content {
    color:#FFF;
    text-align:center;
    margin-top: 20px;
    line-height: 1.8;
}

@media screen and (max-width: 768px){
    .top-visual p.think-message {
        font-size: 100%;
        padding: 8px 5px 8px 10px;
    }
    p.think-content {
        font-size:100%;
    }
}
@media screen and (max-width: 480px){
    .top-visual p.think-message {
        font-size: 100%;
        padding: 5px 5px 5px 10px;
    }
    p.think-content {
        font-size:80%;
    }
}

/* �T�[�r�X�p */
.service-box {
    width: 80%;
    margin: 18px auto 50px auto;
}
.service-title {
    text-align: center;
    width: 240px;
    background-color: #b0dcdf;
    border: 3px solid #00b5b4;
    font-size: 120%;
    font-weight: bold;
    color: #207f7b;
    padding: 3px;
    border-radius: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 15px;
}
p.service-content {
    color:#FFF;
    font-weight:bold;
    padding-left: 5px;
    margin-bottom: 30px;
    line-height: 1.6;
}

@media screen and (max-width: 768px){
    .service-box {
        width:100%;
    }
    .service-title {
        margin-left:auto;
        margin-right:auto;
    }
}
@media screen and (max-width: 480px){
    .service-content {
        font-size:90%;
    }
}

/* ���t�H�[���̗����p */
.step-contents {
    width: 80%;
    margin: 35px auto;
}
.step-box {
    margin-bottom: 20px;
}
p.step-title {
    width: 66px;
    background-color: #165468;
    color: #FFF;
    font-weight: bold;
    padding: 3px;
    text-align: right;
    position: relative;
    float:left;
    margin:0;
}
p.step-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 66px;
    border: 13px solid transparent;
    border-left: 13px solid #165468;
}
p.step-title-xs {
    width:180px;
    background-color: #165468;
    color: #FFF;
    font-weight: bold;
    padding: 3px;
    text-align:center;
    position: relative;
    margin: 0 auto;
}
p.step-title-xs:before {
    content: "";
    position: absolute;
    top: 26px;
    left: 77px;
    border: 13px solid transparent;
    border-top: 13px solid #165468;
}
p.step-content {
    margin: 0;
    color: #FFF;
    font-weight: bold;
    padding: 3px;
    padding-left: 85px;
}

@media screen and (max-width: 768px){
    .step-contents {
        width:100%;
    }
    p.step-content {
        margin:13px 0;
        padding:0;
        text-align:center;
    }
}
@media screen and (max-width: 480px){
    p.step-content {
        text-align:left;
    }
}

/* �{�H���їp */
.top-visual img.result-sub-logo {
    position:absolute;
    top: 64%;
    right: 5%;
    width: 20%;
}

p.prepar {
    text-align: center;
    font-size: 160%;
    color: #FFF;
    margin-top: 120px;
    margin-bottom: 300px;
}

@media screen and (max-width: 768px){
    p.prepar {
        font-size: 120%;
        margin-top: 50px;
        margin-bottom: 200px;
    }
}

/* ���ЊT�v */
.company {
    width: 66%;
    margin: 30px auto;
    background-color: #FFF;
}
.company h1 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
}
.company p {
    font-size: 130%;
    /* font-weight: bold; */
    line-height: 1.7;
    margin-bottom: 30px;
}
.company p span {
    margin-left: 5em;
    display: block;
}

.company-content {
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.company-content p {
    font-size: 110%;
    line-height: 1.8;
}
.gMap {
    width:100%;
    margin-top:20px;
}
.gMap iframe {
    height:300px;
}

.sideMenu-original {
    background-color: #E6E6E6!important;
    -webkit-box-shadow: inset 0 0 5px 5px #9A9A9A;
    -moz-box-shadow: inset 0 0 5px 5px #9A9A9A;
    box-shadow: inset 0 0 5px 5px #9A9A9A;
}

.bg-sub-penguins {
    width: 100%;
    position: absolute;
    bottom: -20px;
    z-index:0;
}

.sub-title {
    width:350px;
    margin:40px auto;
    background-color:#00a4ac;
    color:#FFF;
    padding:8px;
    font-size:105%;
    text-align:center;
}

.sub-contents p {
    text-align:center;
    font-weight:bold;
    font-size:100%;
    line-height:1.8;
    margin-bottom:25px;
}
.sub-contents p.important {
    color:#2596CE;
}

.contact-button-area {
    text-align:center;
    margin-top: 40px;
    margin-bottom: 20px;
    position:relative;
    z-index:10;
}
.btn-contact {
    color: #000;
    background-color: #FFF;
    border-color: #000;
    width:150px;
}

.support-contents {
    text-align:left!important;
    margin-left:40px;
    margin-right:-40px;
}

.triangle{
    width: 0px;
    height: 0px;
    border-top: solid 10px #000;
    border-right: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-left: solid 10px transparent;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom:-3px!important;
}

.support-title {
    width:150px;
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    background-color:#44A9E0;
    color:#FFF;
    padding:5px;
    font-size:100%;
    text-align:center;
}
@media screen and (min-width: 768px) and (max-width: 887px){
    .header .penguin {
        display:none;
    }
    .btn-header {
        padding-top:5px;
        padding-bottom:5px;
    }
    .menu {
        padding:13px 3px;
    }
}
@media screen and (max-width: 768px){
    .company {
        margin-top:10px;
        width: 90%;
    }
    .company p {
        font-size:100%;
    }
    .company p span {
        margin-left: 0;
    }
    .company-title {
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .company-content {
        width:90%;
        margin-top:0;
        padding: 10px 0;
    }
    .company-content p {
        font-size:90%;
    }
    .icon-penguin {
        top:110px;
        right:8%;
    }
    .gMap iframe {
        height:300px;
    }
    .support-contents {
        margin-left:10px;
        margin-right:10px;
    }
}
@media screen and (max-width: 670px){
    .header .message {
        font-size:130%;
    }
}
@media screen and (max-width: 590px){
    .header .message {
        font-size:120%;
    }
}
@media screen and (max-width: 540px){
    .header .message {
        font-size:110%;
    }
}
@media screen and (max-width: 500px){
    .header .message {
        font-size:90%;
    }
}
@media screen and (max-width: 430px){
    .header .message {
        font-size:80%;
    }
}
@media screen and (max-width: 604px){
    .title-box {
        font-size:90%;
        width:80%;
    }
}
@media screen and (max-width: 480px){
    .bg-penguins {
        margin-left:-20px;
    }
}

@media screen and (max-width: 870px){
    .sub-contents {
        margin-top:30px;
        position: relative;
        margin-bottom:40px;
    }
    .sub-contents p {
        font-size:80%;
        line-height:1.8;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px){
    .sub-contents {
        width:80%;
        margin-left:auto;
        margin-right:auto;
    }
    .sub-contents p {
        text-align:left;
    }
}
@media screen and (max-width: 480px){
    .sub-contents p {
        text-align:left;
    }
}

/* �v���C�o�V�[�|���V�[�֘A */
.privacy-body {
    width:80%;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
}
.privacy-body p {
    color:#FFF;
    font-size:95%;
}

.sample-box {
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    border-top:1px solid #FFF;
    border-bottom:1px solid #FFF;
    border-left:2px solid #FFF;
    border-right:2px solid #FFF;
}
.sample-box h1 {
    font-size:125%;
    font-weight:bold;
    color:#FFF;
    text-align:center;
    margin-top:10px;
}

/* �T�u�^�C�g���֘A */
.privacy-title {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
}

.privacy-title table {
    width:100%;
}

.privacy-title table td {
    line-height:3;
}
.privacy-title table td.Left {
    border-left:1px solid #FFF;
    width:36%;
}
.privacy-title table td.Right {
    border-right:1px solid #FFF;
    width:36%;
}
.privacy-title table td.Top {
    border-bottom:1px solid #FFF;
}
.privacy-title table td.Center {
    text-align:center;
    font-size:180%;
    color:#FFF;
    font-weight:bold;
}

.sub-title-message {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
}

.sub-title-message table {
    width:100%;
}

.sub-title-message table td {
    line-height:3;
}
.sub-title-message table td.Left {
    border-left:1px solid #44A9E0;
    width:36%;
}
.sub-title-message table td.Right {
    border-right:1px solid #44A9E0;
    width:36%;
}
.sub-title-message table td.Top {
    border-bottom:1px solid #44A9E0;
}
.sub-title-message table td.Center {
    text-align:center;
    font-size:180%;
    color:#44A9E0;
    font-weight:bold;
}

@media screen and (max-width: 768px){
    .privacy-title table td { line-height:2; }
    .privacy-title table td.Left { width:30%; }
    .privacy-title table td.Right { width:30%; }
    .privacy-title table td.Center { font-size:120%; }
    .sub-title-message table td { line-height:2; }
    .sub-title-message table td.Left { width:30%; }
    .sub-title-message table td.Right { width:30%; }
    .sub-title-message table td.Center { font-size:120%; }
}

.main-box {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.sec-box {
    width:100%;
    background-color:#FFF;
    border:1px solid #FFF;
    color:#00a4ac;
}
.sec-box h1 {
    margin:0;
    padding-top:6px;
    padding-bottom:6px;
    text-align:center;
    background-color:#00a4ac;
    color:#FFF;
    font-size:120%;
    font-weight:bold;
}
.sec-box p {
    margin-top:10px;
    margin-left:5px;
}
.sec-box a {
    color:#00a4ac;
    text-decoration:none;
}

/* form�֘A */
.need {
    color:#FF0000;
}

.form-contents {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.form-contents-title {
    margin-top: 60px;
}
@media screen and (max-width: 768px){
    .form-contents-title {
        margin-top:0;
    }
}

table.form {
    width:100%;
}

table.form input {
    display:inline;
}
table.form select {
    display:inline;
}

table.form th {
    color:#000;
    width:20%;
    text-align:right;
    padding-top:15px;
    padding-bottom:15px;
}

table.form td.space {
    width:10%;
}

table.form td {
    color:#000;
    width:70%;
    padding-top:10px;
    padding-bottom:10px;
}

.postcode1 {
    width:12%;
}
.postcode2 {
    width:17%;
}

.form-submit {
    text-align:center;
    padding:10px;
    margin-bottom: 50px;
}
.form-submit .btn {
    padding: 6px 40px;
    margin: 10px;
}
.form-submit img {
    margin:0 10px;
    width:30%;
}

.form-check-content h1 {
    text-align: center;
    font-size: 180%;
}

.form-check-content p {
    width: 80%;
    margin: 0px auto;
}
.form-check-content .submit-area {
    text-align: center;
    margin-top: 30px;
}

.btn-submit {
    color: #fff;
    background-color: #FF8F00;
    border-color: #FF8F00;
}
.btn-submit:hover {
    color: #FF8F00;
    background-color: #FFD299;
}
.btn-reset {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
}

@media screen and (max-width: 816px){
    .postcode1 {
        width:15%;
    }
    .postcode2 {
        width:20%;
    }
    .post-code {
        display:block;
        margin-top:8px;
        margin-left:32px;
    }
}

@media screen and (max-width: 768px){
    table.form th,
    table.form td{
        width: 100%;
        display: block;
        padding-top:5px;
        padding-bottom:5px;
    }
    table.form th {
        text-align:left;
    }
    table.form th.sub{
        display:none;
    }
    table.form td.space{
        display:none;
    }
    .form-control {
        display:inline;
        width:100%;
        margin-top:10px;
    }
    .form-submit img {
        margin:5px 0px;
        width:50%;
    }
    .form-submit .btn {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* �̗p�����֘A */
.recruite-body {
    width: 80%;
    margin: 40px auto;
    background-color: #FFF;
}
.recruite-body .content {
    width: 86%;
    margin: 0 auto;
    padding: 40px 0;
}
.recruite-visual {
    position:relative;
}
.recruite-body .content p.rec-main-message {
    position:absolute;
    top: 30%;
    left:0;
    font-size: 200%;
    font-weight: bold;
    color: #FFF;
    background-color:#009ead;
    padding: 5px 5px 5px 15px;
}
.recruite-body .content p.rec-sub-message {
    position:absolute;
    top: 45%;
    left:0;
    font-size: 150%;
    font-weight: bold;
    color: #FFF;
    padding: 5px 5px 5px 14px;
    text-shadow: 1px 1px 2px #000;
    letter-spacing: 10px;
}

table.recruite-table {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 20px;
}
table.recruite-table tr {
    border-bottom: 1px dashed #000;
}
table.recruite-table th {
    width: 25%;
    background-color: #009ead;
    color: #FFF;
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 110%;
}
table.recruite-table th p {
    width: 90%;
    margin: 0 auto;
    letter-spacing: 2px;
    text-align: center;
}
table.recruite-table td {
    padding: 15px;
}

.recruite-bt {
    margin-top: 30px;
    text-align: center;
}
.btn-recruite {
    color: #FFF;
    background-color: #009EAD;
    border-color: #009EAD;
    margin-left: 1%;
    padding: 5px;
    width: 220px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

@media screen and (max-width: 1000px){
    .recruite-body .content p.rec-main-message {
        font-size:150%;
    }
    .recruite-body .content p.rec-sub-message {
        font-size:100%;
    }
}
@media screen and (max-width: 768px){
    .recruite-body {
        width:90%;
    }
    .recruite-body .content p.rec-main-message {
        font-size:120%;
        top:auto;
        bottom:13%;
        margin:0;
    }
    .recruite-body .content p.rec-sub-message {
        font-size:90%;
        top:auto;
        bottom:0;
        margin:0;
    }
    table.recruite-table th, table.recruite-table td {
        display:block;
        width:100%;
    }
    table.recruite-table tr {
        border:none;
    }
    table.recruite-table th {
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }
    .form-check-content h1 {
        font-size: 120%;
    }
    .reveal-modal {
        margin-left: 0px;
        left: 5%;
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 480px){
    .recruite-body .content p.rec-main-message {
        font-size:100%;
        padding-top:1px;
        padding-bottom:1px;
        bottom:18%;
    }
}

/* copy right�֘A */
hr.footer-line {
    margin-bottom: 10px;
    width: 90%;
}

.footer-menu {
    text-align:center;
    font-size: x-small;
    font-weight:bold;
}
.footer-menu ul {
    margin-top: 100px;
    padding: 0;
}
.footer-menu li {
    display:inline;
    padding-left:10px;
    padding-right:5px;
    border-left:1px solid #000000;
}
.footer-menu li.first {
    border-left:none;
}

.footer-menu-sp {
    margin-top: 30px;
    margin-bottom: 60px;
}
.footer-menu-sp .row {
    margin: 10px 0;
}
.footer-menu-sp .btn {
    width: 100%;
    font-size: 90%;
}

.copyright {
    width: 100%;
    padding: 15px 0 20px;
    background-color: #FFF;
}
.copyright p {
    text-align:center;
    font-size:x-small;
    color:#000;
    font-weight:bold;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 5%;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.bg-color {
    background-color:#00a4ac;
}

.simply-scroll-container {
    position: relative;
    top: 55px;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left;
    padding: 0;
    margin: 0;
    width: 134px;
    height: 114px;
}
.simply-scroll-list li img {
    display: block;
}


.topicpath {
    margin-top: -15px;
}
.topicpath ol {
    padding: 0 10px;
}
.topicpath ol li {
    display: inline;
    list-style-type: none;
}
.topicpath ol li:before {
    content: " > ";
}
.topicpath ol li:first-child:before {
    content:"";
}

.app-detail {
    margin: 40px auto;
    width: 94%;
}
.app-detail .app-name {
    margin-bottom: 10px;
}
.app-detail .image {
    margin-top: 30px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 20px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.solution-box {
    width: 96%;
    margin: 30px auto;
    position: relative;
}
.solution-box p.title-box {
    text-align: center;
    border: 1px solid #999;
    padding: 5px;
    font-size: 120%;
    font-weight: bold;
}
.solution-box p.contents {
    margin: 15px 5px;
    font-size: 90%;
}
.solution-box p.sub-contents {
    margin: 30px 0;
}

p.can-title {
    width: 60%;
    position: relative;
    margin: 60px auto;
    font: bold 22px/1.6 Arial, Helvetica, sans-serif;
    text-align:center;
    color:#333;
    background:#f0e800;
    -webkit-transform: rotate(-3deg) skew(-3deg);
    -moz-transform: rotate(-3deg) skew(-3deg);
    -o-transform: rotate(-3deg) skew(-3deg);
    -ms-transform: rotate(-3deg) skew(-3deg);
    transform: rotate(-3deg) skew(-3deg);
    text-shadow:1px 1px 0 rgba(255,255,255,1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),     30px 0 0 0 #f0e800,     -30px 0 0 0 #f0e800;
}

.sol-trans {
    display: table;
    width: 100%;
}
.sol-trans .content {
    width: 20%;
    background-color: #F0E800;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    font-size: 150%;
}
.sol-trans .arrow {
    width: 40%;
    margin-left: 16%;
    position: relative;
    height: 20px;
    background: #ccc;
}
.sol-trans .arrow:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -20px;
    border-left: 20px solid #ccc;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.trans-detail p.title {
    width: 70%;
    font-size: 150%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ccc;
    line-height: 25px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right bottom,     from(rgba(255,153,0,1)),     color-stop(50%, rgba(255,153,0,1)),     to(rgba(255,255,255,1)));
    background: -moz-linear-gradient(left,     #ff9900,     #ff9900 50%,     #fff);
    background: linear-gradient(to right,     #ff9900,     #ff9900 50%,     #fff);
    margin: 20px 0 20px;
}
.trans-detail span.title_underline {
    width: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 40px;
    line-height: 25px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom,     from(rgba(255,255,255,1)),     color-stop(90%, rgba(255,255,255,1)),     color-stop(91%, rgba(255,255,255,0)),     to(rgba(255,255,255,0))   );
    background: -moz-linear-gradient(top,     rgba(255,255,255,1),     rgba(255,255,255,1) 90%,     rgba(255,255,255,0) 91%,     rgba(255,255,255,0)   );
    background: linear-gradient(to bottom,     rgba(255,255,255,1),     rgba(255,255,255,1) 90%,     rgba(255,255,255,0) 91%,     rgba(255,255,255,0)   );
}
.trans-detail p.content {
    font-size: 100%;
    margin-bottom: 30px;
}

.web-box .web-image {
    margin-top: 5px;
}
.web-box .row {
    margin-top: 40px;
}

.privacy.kiyaku p.title {
    width: 340px;
    padding: 6px 20px;
}
.privacy.kiyaku p.body {
    width: 80%;
    margin: 20px auto 40px;
    text-align: left;
}

body.aorb {
    margin: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

ul.slider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.aorb-slider-wrap {
    width: 100%;
    height: 100%;
}

ul.slider div {
    width: 100%;
    height: 100%;
}

ul.slider li {
    width: 100%;
    height: 100%;
}

ul.slider li .aorb {
    width: 100%;
    height: 100%;
    font-size: 300px;
    text-align: center;
    padding: 40vw 0 0;
    color: #FFF;
}

ul.slider li .aorb.a {
    background: red;
}

ul.slider li .aorb.b {
    background: green;
}

.aorb-title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    text-align: center;
    padding: 20px 0;
    font-size: 3.5vw;
}

.sidr ul li.bounenkai a {
    background: #fede00;
}

.production-box {
    padding: 10px 20px 20px;
    margin: 0 10px 10px 10px;
    border-bottom: 1px solid #ff7800;
}
.production-box .production-name {
    font-size: 20px;
}
.production-box .target-name {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #ff7800;
}

.btn-job {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.btn-job span {
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    color: #c9302c;
    padding: 0 10px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.joblist-wrap, .jobdetail-wrap {
    padding: 0 15px;
}
.joblist-wrap .joblist-box {
    background: #ddd;
    padding: 10px;
    margin-bottom: 15px;
}
.joblist-wrap .joblist-box > div {
    background: #fff;
    padding: 10px 12px;
}
.joblist-wrap .joblist-box p.job-name a {
    font-size: 20px;
    font-weight: bold;
}
.joblist-wrap .joblist-box p.company-name {
    padding-left: 5px;
}
.joblist-wrap .joblist-box .kyujin-wrap table,
.jobdetail-wrap .kyujin-wrap table {
    width: 100%;
}
.joblist-wrap .joblist-box .kyujin-wrap table th,
.joblist-wrap .joblist-box .kyujin-wrap table td,
.jobdetail-wrap .kyujin-wrap table th,
.jobdetail-wrap .kyujin-wrap table td {
    padding: 6px 8px;
    border-bottom: 1px solid #fff;
}
.joblist-wrap .joblist-box .kyujin-wrap table th,
.jobdetail-wrap .kyujin-wrap table th {
    width: 10em;
    background: #fff6b7;
}
.joblist-wrap .joblist-box .kyujin-wrap table td,
.jobdetail-wrap .kyujin-wrap table td {
    background: #efefef;
}
.joblist-wrap .joblist-box .oubo-wrap,
.jobdetail-wrap .oubo-wrap {
    text-align: center;
    margin-top: 10px;
}
.joblist-wrap .joblist-box .oubo-wrap a,
.jobdetail-wrap .oubo-wrap a,
.jobdetail-wrap .oubo-wrap button {
    width: 50%;
}
.jobdetail-wrap .kyujin-wrap table th {
    width: 12em;
}
.jobdetail-wrap .kyujin-wrap table th,
.jobdetail-wrap .kyujin-wrap table td {
    padding: 12px 16px;
}
.jobdetail-wrap .kyujin-title {
    font-size: 16px;
    margin: 20px 0 10px;
    font-weight: bold;
    padding-left: 5px;
}

.pager li a {
    margin: 0 3px;
    border-radius: 0;
}
.pager li a.active {
    background: #ffde00;
    color: #000;
    border-color: #ffde00;
}

.label-wrap {
    margin-bottom: 10px;
    margin-top: 5px;
}
.label-wrap span {
    font-size: 14px;
    padding-top: 5px;
}
.in-label-wrap span {
    padding-top: 4px;
}

p.oubo-message {
    font-size: 16px;
    margin-bottom: 20px;
}

.oubo-form-wrap label {
    font-size: 16px;
    font-weight: bold;
}
.oubo-form-wrap input {
    width: 100%;
    margin-bottom: 15px;
}

.reveal-modal-bg {z-index: 10000;}
.reveal-modal {z-index: 10001;}

.in-label-wrap span {display: inline-block;}

/*.pager ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0;
}
.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background:#9D50BB;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}
.pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    color: #fff;
    text-decoration: none;
}
.pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #000;
    background: #ccf;
}*/

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
    .news-list .item a{
      flex-wrap: wrap;
    }
    .news-list .item .date{
      min-width: 100px;
    }
    .news-list .item .title{
      margin-top: 10px;
    }
}

/* 装飾 */

*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}

.official-line {
    margin: 0 2.5% 0 1%;
}
.official-line a {
    position: relative;
}
.official-line a img {
    width: auto;
}
.official-line a p {
    margin: 0;
    display: inline-block;
    color: #000;
    position: relative;
    top: 8px;
}

/* .ggmap {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 20px;
    margin-bottom: -10.5vw;
}
.ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
} */

/* .ggmap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-top: 20px;
  margin-bottom: -41vw;
} */
.ggmap iframe {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 25vw;
}

table.company-table td a,
table.company-table td span {
    position: relative;
    z-index: 100;
}

/*
レスポンシブ関連
*/
@media screen and (max-width: 920px){
    #menu li a {
        font-size: 10px;
    }
    .sol-trans .content {
        font-size: 120%;
    }
}
@media screen and (max-width: 768px){
    .wrap {
        width: 100%;
    }
    .download .btn {
        width: 100%;
        margin-bottom: 5px;
    }
    p.can-title {
        width: 80%;
        font-size:150%;
        margin: 60px auto 30px;
    }
    .sol-trans .arrow {
        width: 30%;
        margin-left: 6%;
    }
    .sol-trans .arrow:after {
        top: -6px;
        right: -16px;
        border-left: 16px solid #ccc;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
    }
    .trans-detail p.title {
        width: 90%;
    }
    .solution-box p.title-box {
        width: 100%;
    }
    .solution-box p.contents {
        padding: 0;
    }
    .web-box {
        margin-top: 0;
    }
    .web-box .row {
        margin-top: 0;
    }
    .flexslider.top-slider {
        width: 100%;
    }
    .company-image {
        width: 90%;
    }
    .production-box .production-name {
        margin-top: 30px;
        text-align: center;
        font-size: 18px;
    }
    .production-box .production-image img {
        width: 80%;
    }
    .production-box .production-image {
        text-align: center;
    }
    .production-box .target-name {
        display: block;
        text-align: center;
        font-size: 18px;
    }
    .production-box .production-link {
        text-align: center;
        margin-top: 20px;
    }
    .production-box .production-link a {
        font-size: 18px;
    }
    .production-box {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 10px 10px 10px;
    }
    .btn-job {
        position: relative;
        margin-top: -10px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        top: auto;
        left: auto;
        display: block;
    }
    .findjob-image {
        margin-bottom: 15px;
    }
    .joblist-wrap .joblist-box .kyujin-wrap table th,
    .joblist-wrap .joblist-box .kyujin-wrap table td,
    .jobdetail-wrap .kyujin-wrap table th,
    .jobdetail-wrap .kyujin-wrap table td {
        display: block;
        width: 100%;
    }

    .header .right-menu {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: 100%;
        text-align: center;
    }
    .official-line {
        margin: 0;
        margin-top: 13vw;
        margin-bottom: 10px;
    }
    .official-line a img {
        width: 40%;
        height: auto;
    }
    .official-line a p {
        top: auto;
        font-size: 4vw;
        margin-top: 8px;
    }
    /* .ggmap {
        margin-bottom: -68vw;
    } */

    .ggmap iframe {
        height: 40vw;
    }

    /*.pager .pagination li{
      display: none;
    }

    .pager .pagination li.pre,
    .pager .pagination li.next{
      display: inline-block;
      width: 40%;
      height: 50px;
      text-align: center;
    }

    .pager .pagination li.pre a,
    .pager .pagination li.next a{
      width: 100%;
      text-align: center;
    }

    .pager .pagination li.pre span::after{
      content: "　前の10件へ";
    }

    .pager .pagination li.next span::before{
      content: "次の10件へ　";
    }*/
}
@media screen and (max-width: 620px){
    .sol-trans .content {
        font-size: 100%;
    }
}
@media screen and (max-width: 480px){
    .menuButton {
        right: 1%;
    }
    .footer-menu-sp .row {
        margin: 2px 0;
    }
    .footer-menu-sp .col-xs-4,.col-xs-3 {
        padding: 2px;
    }
    .footer-menu-sp .btn {
        font-size: 75%;
    }
}
