@charset 'utf-8';

/* BLOCK内スタイル設定
=================== */

span.texts { font-size: 77%; line-height: 1.3; }
span.textn { font-size: 100%; }
span.textl { font-size: 138.5%; }
span.textll { font-size: 200%; }
span.textxl { font-size: 350%; }
span.textxxl { font-size: 500%; }

table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
}

table.nbr,
table.tbr table.nbr {
    border-collapse: collapse;
    border-top: none;
    border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
    padding: 0;
    border-right: none;
    border-bottom: none;
}

table.nbr td,
table.tbr table.nbr td {
    padding: 0;
    border-right: none;
    border-bottom: none;
}

table.tbr,
table.nbr table.tbr {
    border-collapse: collapse;
    border-top: 1px solid #d2d0c6;
    border-left: 1px solid #d2d0c6;
}

table.tbr th,
table.nbr table.tbr th {
    font-weight: bold;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #d2d0c6;
    background: #91774b;
}

table.tbr td,
table.nbr table.tbr td {
    padding: 10px;
    color: #444;
    border-right: 1px solid #d2d0c6;
    border-bottom: 1px solid #d2d0c6;
    background: #fff;
}

form {
    margin: 0;
    padding: 0;
}

img {
    line-height: 1;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
}

iframe {
    overflow: hidden;
    max-width: 99%;
    height: auto;
    border: 1px solid #ccc;
}

.photo_r,
.photo_l,
.photo_c,
.photo-r,
.photo-l,
.photo-c {
    width: auto !important;
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 auto 20px;
    text-align: center;
    color: #424242;
}

.photo_r img,
.photo_l img,
.photo_c img,
.photo-r img,
.photo-l img,
.photo-c img {
    display: block;
    margin: 0 auto 10px;
}


/* slider
=================== */

.slider_wra {
    width: 100%;
    padding: 0 0 3px;
    background: url(../img/bg_slide_shadow.png) repeat-x 0 100%;
}

.slider_in {
    width: 100%;
    overflow: hidden;
}

.slider_wra .slider {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slider_wra .slider > div,
.slider_wra .slider .slick-slide {
    text-align: center;
    outline: none;
}

.slider_wra .slider .slider01 {
    height: 126px;
    padding: 20px;
    background: url(../img/img_slide01.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        -ms-background-size: cover;
}

.slider_wra .slider .slider01 h2 {
    margin: 0 0 15px;
    height: 40px;
}

.slider_wra .slider .slider01 h2 + p {
    margin: 0 0 10px;
    height: 40px;
}

.slider_wra .slider .slider01 h2 img,
.slider_wra .slider .slider01 h2 + p img {
    width: auto;
    height: 100%;
}

.slider_wra .slider .slider02 {
    height: 126px;
    padding: 20px;
    background: url(../img/img_slide02.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        -ms-background-size: cover;
}

.slider_wra .slider .slider02 h2 {
    margin: 0 0 15px;
    height: 40px;
}

.slider_wra .slider .slider02 h2 + p {
    margin: 0 0 10px;
    height: 40px;
}

.slider_wra .slider .slider02 h2 img,
.slider_wra .slider .slider02 h2 + p img {
    width: auto;
    height: 100%;
}

.slider_wra .slider .slider03 {
    height: 126px;
    padding: 20px;
    background: url(../img/img_slide03.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        -ms-background-size: cover;
}

.slider_wra .slider .slider03 h2 {
    margin: 0 0 15px;
    height: 40px;
}

.slider_wra .slider .slider03 h2 + p {
    margin: 0 0 10px;
    height: 50px;
}

.slider_wra .slider .slider03 h2 img,
.slider_wra .slider .slider03 h2 + p img {
    width: auto;
    height: 100%;
}

.slider_wra .slider .btn {
    width: 150px;
    margin: 0 auto;
}

.slider_wra ul.slick-dots {
    display: none !important;
}

.slick-prev {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 15px;
    float: left;
    width: 10px;
    margin: -10px 0 0;
    padding-top: 20px;
    height: 0px !important;
    height /**/: 20px;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    border: none;
    background: url(../img/arw_slide_l.png) no-repeat 0 0;
    -webkit-background-size: 10px 20px;
       -moz-background-size: 10px 20px;
         -o-background-size: 10px 20px;
            background-size: 10px 20px;
        -ms-background-size: 10px 20px;
}

.slick-next {
    position: absolute;
    z-index: 8;
    top: 50%;
    right: 15px;
    float: left;
    width: 10px;
    margin: -10px 0 0;
    padding-top: 20px;
    height: 0px !important;
    height /**/: 20px;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    border: none;
    background: url(../img/arw_slide_r.png) no-repeat 0 0;
    -webkit-background-size: 10px 20px;
       -moz-background-size: 10px 20px;
         -o-background-size: 10px 20px;
            background-size: 10px 20px;
        -ms-background-size: 10px 20px;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* service_top
=================== */

.service_top {
    margin: 0;
    padding: 40px 10px;
    background: url(../img/bg_repeat_pattern.gif) repeat 0 0;
}

.service_top .service_top_in h3 {
    text-align: center;
    margin: 0 0 18px;
    line-height: 1;
}

.service_top .service_top_in .tit_s {
    font-size: 107.69%;
    margin: 0 0 30px;
    text-align: center;
}

.service_top .service_top_in .txt {
    margin: 0 0 12px;
}


/* service_list */

.service_top .service_list {
    margin: 0 0 40px;
}

.service_top .service_list .block {
    margin: 0 0 20px;
    padding: 0 0 10px;
    background: url(../img/bg_service_shadow.png) no-repeat 50% 100%;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
        -ms-background-size: 100% auto;
}

.service_top .service_list .block_top {
    border-top: 4px solid #bfb8a3;
}

.service_top .service_list .block_in {
    padding: 15px 10px;
    background: #fff;
}

.service_top .block h2 {
    font-size: 107.69%;
    margin: 0 0 16px;
    font-weight: bold;
    text-align: center;
}

.service_top .block .sbt_top {
    width: 100%;
    display: table;
    margin: 0 0 15px;
    padding: 10px;
    background: #f8f8f6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.service_top .block .img {
    display: table-cell;
    width: 80px;
    height: 80px;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
}

.service_top .block .img img {
    width: 80px;
    height: 80px;
}

.service_top .block .arw {
    font-size: 107.69%;
    display: table-cell;
    padding: 0 0 0 20px;
    background: url(../img/arw_b.png) no-repeat 5px 50%;
    vertical-align: middle;
}

.service_top .block .arw a:link,
.service_top .block .arw a:visited,
.service_top .block .arw a:hover {
    color: #91774b;
    font-weight: bold;
}

.service_top .block .sbt_btm .txt {
    margin: 0 0 10px;
    line-height: 1.5;
    font-size: 92.86%;
}

.service_top .block .sbt_btm .price {
    font-weight: bold;
    text-align: right;
}


/* service_search */

.service_top .service_search {
    margin: 0 0 45px;
    padding: 0 0 10px;
    background: url(../img/bg_service_search_shadow.png) no-repeat 50% 100%;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
        -ms-background-size: 100% auto;
}

.service_top .service_search_in {
    padding: 35px 10px 20px;
    background: #efece0 url(../img/bg_service_search_top.gif) repeat-x 0 0;
}

.service_top .service_search_in h3 {
    text-align: center;
    margin: 0 0 18px;
    line-height: 1;
}

.service_top .service_search_in .ss_block {
    width: 100%;
    height: 73px;
    margin: 0 0 20px;
    display: table;
}

.service_top .service_search_in .ss_block:nth-child(odd) {
    border: 1px solid #e0d376;
    background: url(../img/bg_service_search_y.gif) repeat 0 0;
}

.service_top .service_search_in .ss_block:nth-child(even) {
    border: 1px solid #dccc8a;
    background: url(../img/bg_service_search_b.gif) repeat 0 0;
}

.service_top .service_search_in .ss_block:last-child {
    margin: 0;
}

.service_top .service_search_in .ss_block h4 {
    display: table-cell;
    width: 100%;
    height: 53px;
    vertical-align: middle;
    padding: 10px 15px 10px 53px;
    background: url(../img/arw_hatena.png) no-repeat 12px 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.service_top .service_search_in .ss_block h4 span {
    display: block;
    padding: 0 15px 0 0;
    background: url(../img/arw_b.png) no-repeat 100% 50%;
}


/* service_contact */

.service_top .service_contact p {
    margin: 0 0 20px;
    font-size: 128.57%;
    text-align: center;
}

.service_top .service_contact p.btn {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
    font-size: 100%;
    line-height: 1;
    background: url(../img/bg_btn_service.png) no-repeat 0 50%;
    -webkit-background-size: 30px auto;
       -moz-background-size: 30px auto;
         -o-background-size: 30px auto;
            background-size: 30px auto;
        -ms-background-size: 30px auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/* categorize
=================== */

.categorize {
    padding: 0 0 40px;
    background: #fff;
}

.categorize .categorize_in {
    padding: 40px 10px 30px;
}

.categorize ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.categorize ul li {
    max-width: 310px;
    width: 100%;
    margin: 0 auto 20px;
}

.categorize ul li:last-child {
    margin: 0 auto;
}


/* partner_recruit
=================== */

.partner_recruit {
    width: 100%;
}

.partner_recruit .partner {
    background: url(../img/sp/bg_partner.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        -ms-background-size: cover;
}

.partner_recruit .partner h3 {
    margin: 0;
    padding: 40px 20px;
    line-height: 1;
    text-align: right;
}

.partner_recruit .partner h3 img {
    width: 220px;
    height: auto;
}

.partner_recruit .recruit {
    background: url(../img/sp/bg_recruit.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        -ms-background-size: cover;
}

.partner_recruit .recruit h3 {
    margin: 0;
    padding: 40px 20px;
    line-height: 1;
    text-align: left;
}

.partner_recruit .recruit h3 img {
    width: auto;
    height: 47px;
}

.partner_recruit .txt {
    display: none;
}


/* information
=================== */

.information {
    border-bottom: 1px dashed #444;
    background: url(../img/bg_repeat_pattern.gif) repeat 0 0;
}

.information .information_in {
    margin: 0;
    padding: 40px 10px 20px;
}


/* info_btn */

.information .info_btn ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.information .info_btn ul li {
    max-width: 310px;
    width: 100%;
    margin: 0 auto 20px;
}

.information .info_btn ul li:last-child {
    margin: 0 auto;
}


/* top feed
=================== */

.information_in .info_feed {
    margin: 0 0 50px;
}


/* feed_topcis */

.info_feed .feed_topcis {
    margin: 0 0 25px;
}

.feed_topcis .topics_tit {
    margin: 0 0 20px;
    padding: 20px 15px;
    position: relative;
    background: #91774b;
    line-height: 1;
}

.feed_topcis .topics_tit a:link,
.feed_topcis .topics_tit a:visited,
.feed_topcis .topics_tit a:hover {
    color: #fff;
}

.feed_topcis .topics_tit h3 {
    font-size: 114.29%;
    font-weight: normal;
    color: #fff;
}

.feed_topcis .topics_tit .list {
    position: absolute;
    top: 21px;
    right: 44px;
    padding: 0 0 0 10px;
    background: url(../img/arw_info.png) no-repeat 0 3px;
}

.feed_topcis .topics_tit .rss {
    position: absolute;
    top: 21px;
    right: 12px;
    width: 12px;
    height: 12px;
}

.feed_topcis .topics_txt ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 326px;
    overflow-y: auto;
}

.feed_topcis .topics_txt ul li {
    margin: 0 0 15px;
}

.feed_topcis .topics_txt ul li:last-child {
    margin: 0;
}

.feed_topcis .topics_txt ul li .day {
    margin: 0 0 5px;
    padding: 1px 0;
    color: #999;
    line-height: 1;
}


/* feed_blog */

.info_feed .feed_blog {
    margin: 0 0 25px;
}

.feed_blog .feed_blog_tit {
    margin: 0 0 20px;
    padding: 20px 15px;
    position: relative;
    background: #91774b;
    line-height: 1;
}

.feed_blog .feed_blog_tit a:link,
.feed_blog .feed_blog_tit a:visited,
.feed_blog .feed_blog_tit a:hover {
    color: #fff;
}

.feed_blog .feed_blog_tit h3 {
    font-size: 114.29%;
    font-weight: normal;
    color: #fff;
}

.feed_blog .feed_blog_tit .list {
    position: absolute;
    top: 21px;
    right: 44px;
    padding: 0 0 0 10px;
    background: url(../img/arw_info.png) no-repeat 0 3px;
}

.feed_blog .feed_blog_tit .rss {
    position: absolute;
    top: 21px;
    right: 12px;
    width: 12px;
    height: 12px;
}

.feed_blog ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 326px;
    overflow-y: auto;
}

.feed_blog ul li {
    margin: 0 0 15px;
}

.feed_blog ul li:last-child {
    margin: 0;
}

.feed_blog ul li .fbu_info {
    margin: 0 0 5px;
    line-height: 1;
}

.feed_blog ul li .day {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #999;
}

.feed_blog ul li .author_top_ceo {
    font-size: 71.43%;
    display: block;
    float: left;
    margin: 0;
    padding: 3px 5px;
    color: #fff;
    background: #638ea7;
}

.feed_blog ul li .author_top_staff {
    font-size: 71.43%;
    display: block;
    float: left;
    margin: 0;
    padding: 3px 5px;
    color: #fff;
    background: #8ead73;
}


/* info_message */

.info_feed .info_message {
    margin: 0;
    padding: 30px;
    background: #fff;
    position: relative;
}

.info_message .info_message_tit {
    margin: 0 0 20px;
    padding: 0;
}

.info_message .info_message_tit p {
    width: 158px;
}

.info_message .info_message_tit p.ico {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 120px;
    margin: 0;
    padding: 0;
}

.info_message .message_txt {
    margin: 0 0 5px;
}

.info_message .tar a {
    padding: 0 0 0 10px;
    background: url(../img/arw_b.png) no-repeat 0 3px;
}


/* 強み・特徴
=================== */

.feature_menu_list ul {
    max-width: 460px;
    margin: 20px auto 0;
    padding: 0;
    list-style: none;
}

.feature_menu_list ul li {
    width: 48%;
    margin: 0;
    padding: 0 0 30px;
}

.feature_menu_list ul li:nth-child(odd) {
    float: left;
    clear: both;
}

.feature_menu_list ul li:nth-child(even) {
    float: right;
}


/* サービス
=================== */

.service_top_list {
    border-top: 4px solid #bfb8a3;
    padding: 20px 3%;
    background: #fff;
}

.service_top_list .img {
    display: none;
}

.service_top_list .txt h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 186%;
    font-weight: normal;
    color: #91774b;
}

.service_top_list .txt .arw {
    padding: 0 0 0 12px;
    background: url(../img/arw_b.png) no-repeat 0 50%;
}


/* サービス パッケージプラン
=================== */

.service_pack_list01 {
    max-width: 450px;
    padding: 15px 0;
    margin: 0 auto;
    list-style: none;
}

.service_pack_list01 li {
    width: 49%;
    margin: 0;
    padding: 0;
}

.service_pack_list01 li:nth-child(odd) {
    float: left;
}

.service_pack_list01 li:nth-child(even) {
    float: right;
}

.service_pack_block01 {
    margin: 0 0 22px;
}

.service_pack_block01 .txt {
    margin: 0 0 20px;
}

.service_pack_block01 .img {
    text-align: center;
}

.service_pack_list02 {
    margin: 0 0 20px;
}


/* サービス DIYプラン
=================== */

.service_diy_flow {
    margin: 0 0 30px;
}

.service_diy_flow .txt .tit{
    padding: 12px 0 5px;
    font-size: 114%;
    font-weight: bold;
}


/* お客様の声
=================== */

.voice_tit_block {
    padding: 0 0 17px;
    margin: 0 0 17px;
    border-bottom: 1px dashed #444;
}

.voice_tit_block .tit {
    padding: 0 0 0 30px;
    font-size: 143%;
    font-weight: bold;
    background: url(../../img/bg_voice01.png) no-repeat 0 50%;
}


/* よくあるご質問
=================== */

.faq_block .trigger {
    padding: 12px 0 12px 50px;
    background: url(../../img/bg_faq_q.png) no-repeat 0 50%;
    cursor: pointer;
}

.faq_block .accordion {
    padding: 0 0 0 50px;
    margin: 20px 0 0;
    background: url(../../img/bg_faq_a.png) no-repeat 0 3px;
}


/* PC・ITインフラ機器等物販情報
=================== */

.shop_intro .img {
    margin: 0 0 20px;
    text-align: center;
}

.shop_goods .img {
    margin: 0 0 20px;
    text-align: center;
}

.shop_goods .txt h3 {
    margin: 0 0 5px !important;
}

.shop_goods .txt dl {
    padding: 4px 0;
    border-bottom: 1px solid #d2d0c6;
    font-size: 100%;
}

.shop_goods .txt dl dt {
    font-weight: bold;
}

.shop_goods .txt .price {
    padding: 15px 0 0;
    text-align: right;
    font-size: 116%;
}

.shop_goods .txt .price span.large {
    font-size: 125%;
}

.shop_goods .txt .price span.small {
    font-size: 63%;
}


/* 用語集
=================== */

.glossary_menu01 {
    padding: 47px 0 0;
    margin: 15px 0 0;
    background: url(../../img/bg_glossary01.png) no-repeat center top;
}

.glossary_menu01 ul {
    padding: 30px 2% 27px;
    margin: 0;
    list-style: none;
    border-top: 4px solid #bfb8a3;
    background: #fff;
}

.glossary_menu01 ul li {
    float: left;
    width: 25%;
    padding: 0 0 3px 3px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.glossary_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.glossary_list li {
    margin: 0 0 10px;
    padding: 0 0 0 13px;
    background: url(../img/arw_b.png) no-repeat 0 50%;
}


/* 用語集 下層
=================== */

.glossary_un_block .img {
    margin: 0 0 20px;
    text-align: center;
}

.glossary_menu02 {
    padding: 47px 0 0;
    background: url(../../img/bg_glossary01.png) no-repeat center top;
}

.glossary_menu02 .inner {
    border-top: 4px solid #bfb8a3;
    background: #fff;
}

.glossary_menu02 .tit {
    padding: 25px 2% 15px;
    font-size: 129%;
    text-align: center;
}

.glossary_menu02 ul {
    padding: 0 2% 27px;
    margin: 0;
    list-style: none;
}

.glossary_menu02 ul li {
    float: left;
    width: 25%;
    padding: 0 0 3px 3px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/* 会社情報
=================== */

.company_menu_list ul {
    max-width: 460px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.company_menu_list ul li {
    width: 48%;
    margin: 0;
    padding: 0 0 30px;
}

.company_menu_list ul li:nth-child(odd) {
    float: left;
    clear: both;
}

.company_menu_list ul li:nth-child(even) {
    float: right;
}


/* 会社情報 企業理念
=================== */

.company_ph_block {
    margin: 0 0 20px;
}

.company_ph_block .tit {
    padding: 0 0 0 32px;
    margin: 0 0 10px;
    color: #91774b;
    font-size: 114%;
    font-weight: bold;
    background: url(../../img/bg_company_ph01.png) no-repeat 0 50%;
}


/* 会社情報 代表挨拶
=================== */

.company_mes_block {
    padding: 30px 3% 20px;
    background: #efece0 url(../../img/bg_company_mes01.png) repeat-x 0 0;
}

.company_mes_block .tit {
    margin: 0 0 20px;
    font-size: 157%;
    text-align: center;
}


/* 会社情報 スタッフ紹介
=================== */

.company_stuff_block .img {
    margin: 0 0 20px;
    text-align: center;
}


/* 採用情報
=================== */

.recruit_menu_list ul {
    max-width: 460px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.recruit_menu_list ul li {
    width: 48%;
    margin: 0;
    padding: 0 0 30px;
}

.recruit_menu_list ul li:nth-child(odd) {
    float: left;
    clear: both;
}

.recruit_menu_list ul li:nth-child(even) {
    float: right;
}


/* 採用情報 代表メッセージ
=================== */

.recruit_mes_block .img {
    margin: 0 0 20px;
    text-align: center;
}


/* 採用情報 求める人物像
=================== */

.recruit_pearson_list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.recruit_pearson_list li {
    margin: 0 0 10px;
    padding: 0 0 10px 30px;
    border-bottom: 1px dashed #444;
    background: url(../../img/bg_recruit_person01.png) no-repeat 0 2px;
}


/* 導入事例
=================== */

.zoom_wra .img {
    position: relative;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.zoom_wra .img_l {
    margin: 0 auto 20px;
}

.zoom_wra .img_r {
    margin: 0 auto;
}

.zoom_wra .img span {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
    line-height: 1;
}

.zoom_wra .txt {
    margin: 10px 0 0;
    font-size: 75.00%;
    text-align: center;
}

body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* Yes No
=================== */

.btn_alink_check {
    width: 270px;
    margin: 30px auto 0;
}

.security_element {
    max-width: 614px;
    width: 100%;
    margin: 0 auto;
    background: url(../img/bg_security_element.png) no-repeat 50% 50%;
    -webkit-background-size: 70% auto;
       -moz-background-size: 70% auto;
         -o-background-size: 70% auto;
            background-size: 70% auto;
        -ms-background-size: 70% auto;
}

#check_yn {
    padding: 47px 0 0;
    background: url(../img/ico_pin_check.png) no-repeat 50% 0;
}

#check_yn .check_yn_in {
    padding: 30px;
    border-top: 4px solid #bfb8a3;
    background: #fff;
}

#check_yn .check_yn_block {
    padding: 24px 20px;
}

#check_yn .cyb_odd {
    background: #fff;
}

#check_yn .cyb_odd {
    background: #f5f5f3;
}

#check_yn .check_yn_txt {
    margin: -20px 0 20px;
    padding: 20px 0 20px 60px;
    border-bottom: 1px dashed #444;
}

#check_yn .yu_q01 {
    background: url(../img/ico_check_q01.png) no-repeat 0 50%;
}

#check_yn .yu_q02 {
    background: url(../img/ico_check_q02.png) no-repeat 0 50%;
}

#check_yn .yu_q03 {
    background: url(../img/ico_check_q03.png) no-repeat 0 50%;
}

#check_yn .yu_q04 {
    background: url(../img/ico_check_q04.png) no-repeat 0 50%;
}

#check_yn .yu_q05 {
    background: url(../img/ico_check_q05.png) no-repeat 0 50%;
}

#check_yn .yu_q06 {
    background: url(../img/ico_check_q06.png) no-repeat 0 50%;
}

#check_yn .yu_q07 {
    background: url(../img/ico_check_q07.png) no-repeat 0 50%;
}

#check_yn .yu_q08 {
    background: url(../img/ico_check_q08.png) no-repeat 0 50%;
}

#check_yn .yu_q09 {
    background: url(../img/ico_check_q09.png) no-repeat 0 50%;
}

#check_yn .yu_q10 {
    background: url(../img/ico_check_q10.png) no-repeat 0 50%;
}

#check_yn .yu_q11 {
    background: url(../img/ico_check_q11.png) no-repeat 0 50%;
}

#check_yn .yu_q12 {
    background: url(../img/ico_check_q12.png) no-repeat 0 50%;
}

#check_yn .yu_q13 {
    background: url(../img/ico_check_q13.png) no-repeat 0 50%;
}

#check_yn .yu_q14 {
    background: url(../img/ico_check_q14.png) no-repeat 0 50%;
}

#check_yn .yu_q15 {
    background: url(../img/ico_check_q15.png) no-repeat 0 50%;
}

#check_yn .check_yn {
    text-align: center;
}

#check_yn input[type="radio"] {
    display: none;
}

#check_yn label {
    position: relative;
    display: inline-block;
    padding: 3px 15px 3px 20px;
    cursor: pointer;
}

#check_yn label::before,
#check_yn label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#check_yn label::before {
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #bfb8a3;
}

#check_yn label:hover::before {
    background: #fff;
}

#check_yn label::after {
    opacity: 0;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #f6aa00;
    -webkit-transform: scale(2);
    transform: scale(2);
}

#check_yn input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #f6aa00;
}

#check_yn input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#danger_check {
    display: none;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    background: url(../img/bg_danger_re.gif) repeat 0 0;
}

#danger_check .danger_check_btm {
    background: url(../img/bg_danger_top.gif) no-repeat 0 0;
}

#danger_check .danger_check_in {
    padding: 25px 30px;
    background: url(../img/bg_danger_btm.gif) no-repeat 0 100%;
}

#danger_check.dc_danger03 {
    background: url(../img/bg_danger03_re.gif) repeat 0 0;
}

#danger_check.dc_danger03 .danger_check_btm {
    background: url(../img/bg_danger03_top.gif) no-repeat 0 0;
}

#danger_check.dc_danger03 .danger_check_in {
    background: url(../img/bg_danger03_btm.gif) no-repeat 0 100%;
}

#danger_check.dc_danger01 {
    background: url(../img/bg_danger01_re.gif) repeat 0 0;
}

#danger_check.dc_danger01 .danger_check_btm {
    background: url(../img/bg_danger01_top.gif) no-repeat 0 0;
}

#danger_check.dc_danger01 .danger_check_in {
    background: url(../img/bg_danger01_btm.gif) no-repeat 0 100%;
}

#danger_check .tit {
    margin: 0 0 20px;
    text-align: center;
    line-height: 1;
}

#danger_check #danger {
    margin: 0 0 5px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

#danger_check #danger span {
    vertical-align: baseline !important;
}

#danger_check #danger > span {
    font-size: 70px;
    padding: 0 10px 0 0;
    color: #7b680e;
}

#danger_check.dc_danger03 #danger > span {
    color: #904139;
}

#danger_check.dc_danger01 #danger > span {
    color: #64904a;
}

#danger_check .advice {
    margin: 0 0 30px;
    font-size: 114.29%;
    text-align: center;
}

#danger_check ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#danger_check ul li {
    display: none;
    margin: 0;
    padding: 10px 0 10px 30px;
    border-bottom: 1px dashed #444;
    background: url(../img/ico_danger_check.png) no-repeat 0 12px;
}

.check_form {
    padding: 40px 30px;
    background: #efece0;
}


.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}
*/
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
}


/* リンク定義
=================== */

ul.block {
    margin: 10px 0 !important;
    padding: 0;
    list-style-type: none;
}

ul.block li {
    padding: 0 0 0 13px;
    background: url(../img/ico_dot_b.png) no-repeat 0 10px;
}

ul.link_un {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
}

ul.link_un li {
    margin: 0 0 5px;
}

ul.link_un li.arw {
    padding: 0 0 0 13px;
    background: url(../img/arw_bg.png) no-repeat 0 7px;
}

ul.link_un li.blank a {
    padding: 0 21px 0 0;
    background: url(../img/ico_blank.png) no-repeat 100% 0;
}

ul.link_un li.pdf a {
    padding: 0 35px 0 0;
    background: url(../img/ico_pdf.png) no-repeat 100% 0;
}


/* 引用定義
=================== */

.quote {
    padding: 5px 0 0;
    background: url(../img/bg_quote.png) no-repeat 0 0;
}

.quote .quote_btm {
    padding: 0 0 5px;
    background: url(../img/bg_quote_btm.png) no-repeat 0 100%;
}

.quote .quote_in {
    padding: 25px 30px;
    background: #efece0;
}


/* インデント
=================== */

.indent {
    text-indent: -1em;
    margin: 10px 0 0 1em;
    font-size: 92.31%;
}


/* お問い合わせ設定
=================== */

.contact_tel {
    font-size: 214.29%;
    padding: 0 0 0 18px;
    background: url(../img/ico_tel_contact.png) no-repeat 0 7px;
}

.contact_hour {
    display: block;
    font-size: 85.71%;
    padding: 10px 0 0;
}

.thanks_img {
    text-align: center;
}

.thanks_img p {
    margin: 0 0 10px;
    font-size: 142.86%;
}

ul.thanks_bnr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.thanks_bnr li {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
}

ul.thanks_bnr li.tb03 {
    margin: 0;
}

.contactform {
    margin: 0 0 40px;
}

.send_btn {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.send_btn input {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.send_btn .back {
    width: 100%;
    margin: 40px 0 0;
    text-align: center;
    text-decoration: underline;
    border: none;
    background: transparent;
}

.block form ul,
.block form ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.block form li {
    margin: 0 0 5px;
    padding: 0;
    background: transparent;
}

.contact form table,
.check_body form table {
    border: none;
    margin: 0;
}

.contact form table tbody,
.contact form table tr,
.check_body form table tbody,
.check_body form table tr {
    width: 100%;
    display: block;
}

.contact form table th,
.check_body form table th {
    width: 100%;
    float: left;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: left;
    border: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contactform table th span,
.check_body table th span {
    padding: 0 0 0 10px;
}

.contactform table th span img,
.check_body table th span img {
    vertical-align: middle;
}

.contact form table td,
.check_body form table td {
    width: 100%;
    clear: both;
    display: block;
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #444;
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contact form table td input,
.check_body form table td input {
    width: 100% !important;
    font-size: 123.08%;
    padding: 10px;
    border: 1px solid #444;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contact form table td label input,
.check_body form table td label input {
    width: auto !important;
    padding: 0;
}

.contact form table td input[name="tel1"],
.contact form table td input[name="tel2"],
.contact form table td input[name="tel3"],
.contact form table td input[name="zip1"],
.contact form table td input[name="zip2"],
.check_body form table td input[name="tel1"],
.check_body form table td input[name="tel2"],
.check_body form table td input[name="tel3"],
.check_body form table td input[name="zip1"],
.check_body form table td input[name="zip2"] {
    width: 25% !important;
}

.contact form table td select,
.check_body form table td select {
    width: 100% !important;
    font-size: 123.08%;
    color: #444;
    border: 1px solid #444;
    background: transparent;
    padding: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contact form table td textarea,
.check_body form table td textarea {
    width: 100% !important;
    font-size: 123.08%;
    background: transparent;
    padding: 10px;
    border: 1px solid #444;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.incomplete {
    background: #fff0f0;
    border: 2px solid #e55c5c;
    color: #e55c5c;
    font-size: 114.29%;
    font-weight: bold;
    margin: 20px 0 30px;
    padding: 10px;
    text-align: center;
}


/* お問い合わせ error */

label.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

input.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

select.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

textarea.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

.contactform ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contactform input {
    vertical-align: middle;
}

.err_block {
    clear: both;
    margin-bottom: 17px;
    padding: 12px;
    background: #ffe8e8;
}

.err_block p {
    font-size: 100%;
    line-height: 1.6;
    color: #f00;
}

.err_block p.err_tit {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 10px;
    color: #fff;
    background: #f00;
}


/* 真ん中
=================== */

.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }


/* TOPへ戻る
=================== */

.top_back {
    clear: both;
    padding: 30px 0 0;
    text-align: center;
}

.top_back a {
    padding: 0 15px;
}


/* 余白
=================== */

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }


/* ちらつき防止
=================== */

.overimg {
    box-shadow: #fff 0 0 0;
}

.overimg:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    background: #fff¥9;
}


/* ボックスリンク
=================== */

.boxlink {
    cursor: pointer;
}


/* 非表示
=================== */

.sp_none {
    display: none;
}


/* googleコンバージョン
=================== */

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: -300px;
    left: 0;
    width: auto !important;
    height: auto !important;
    border: none !important;
}


/* clearfix
=================== */

.clearfix:before,.clearfix:after,
div:before, div:after,
ul:before, ul:after,
ol:before, ol:after,
header:before, header:after {
    content: " ";
    display: table;
}

.clearfix:after,
div:after,
ul:after,
ol:after,
header:after {
    clear: both;
}
