/*!
 * Start Bootstrap - 2 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.sp {
    display: block;
}

.pc {
    display: none;
}

img {
    border-radius: 1px;
}

.top-btn img {
    display: block;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 5px  #888;
    -webkit-box-shadow: 0px 0px 5px  #888;
    -moz-box-shadow: 0px 0px 5px  #888;
}

.navbar-brand{
    padding: 5px;
}

.navbar-brand img {
    width: 120px;
    height: auto;
    padding-left: 15px;
}

.navbar-inverse {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 3px #888;
    padding: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #9d9d9d
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #b7b3b3;
}

body {
    background: #f3f5f7;
    padding-bottom: 150px;
}

.portfolio-item {
    padding: 20px 25px;
}

h1 {
    font-size: 32px;
}

h1,
h2,
h3 {
    font-weight: 800;
    letter-spacing: 0.5px;
}

h2{
    color: #000;
}

h3{
    margin-top: 65px;
    font-size: 26px;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.col-md-6 p {
    margin: 15px;
    margin-top: 25px;
    height: 165px;
    font-size: 18px;
    line-height: 170%;
}

.col-md-12 p {
    margin: 30px 20px;
    height: 75px;
    font-size: 16px;
    line-height: 170%;
}

.InquirySpace {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.65);
    box-shadow: 0 0 5px #eee;
    padding: 13px;
}

.InquiryButtonDL {
    color: #ffffff;
    background: none repeat scroll 0 0 #f19149;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 3px;
    text-shadow: 0 1px 0 #000;
    width: 300px;
    padding: 6px;
    box-shadow: 0 2px #d97900;
    font-weight: bold;
}

.InquiryButtonDL:hover,
.InquiryButtonDL:active,
.InquiryButtonDL:focus {
    background: #f19149;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

.InquiryButtonForm {
    color: #ffffff;
    background: none repeat scroll 0 0 #e00c0c;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 3px;
    text-shadow: 0 1px 0 #000;
    width: 300px;
    padding: 6px;
    box-shadow: 0 2px #b30808;
    font-weight: bold;
}

.InquiryButtonForm:hover,
.InquiryButtonForm:active,
.InquiryButtonForm:focus {
    background: #df1818;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

footer p {
    height: auto !important;
}

.HeaderInquiryButton {
    margin: 5px;
}

.col-md-6 img {
    width: 100%;
}

.appeal {
    margin-top: 20px;
    border: solid 1px #888;
    border-radius: 2px;
}

.appeal h4 {
    color: #fff;
    font-weight: 600;
    background-color: #6cbb5a;
    padding: 10px;
    margin: auto;
    border-bottom: solid 1px #888;
}

.appeal ul {
    margin-bottom: 0px;
    background: #fff;
    padding: 0px;
}

.appeal li {
    width: 100%;
    padding: 8px;
    padding-left: 15px;
    font-size: 18px;
}

.characteristics {
    background-color: #5877ba !important;
}

.InquirySpace p {
    color: #fff;
    height: auto;
    margin: 0px;
    font-size: 16px;
    padding-bottom: 8px;
}

.panel{
    margin-bottom: 0;
}

.panel-default {
    margin: 30px auto;
    padding: 35px;
    border: none;
    box-shadow: 0 1px 10px 0 rgba(4,0,0,0.1);
}

#pageTop {
    position: fixed;
    bottom: 100px;
    right: 50px;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 0;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #888;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop p {
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#mid‐term .page-header {
    border-bottom: 5px solid #F783AD;
}

#parttime .page-header {
    border-bottom: 5px solid #96DB79;
}

#new-graduates .page-header {
    border-bottom: 5px solid #34BEDD;
}

#education .page-header {
    border-bottom: 5px solid #FF914F;
}

/*スマホ対応*/

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-6 img {
        height: auto !important;
    }
    .col-md-4 img {
        margin: 5px auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-4 img {
        margin: 5px auto;
    }
    .col-md-6 img {
        height: auto !important;
    }
    .col-md-6 p,
    .col-md-12 p {
        height: auto;
    }
    .navbar-brand {
        padding-top: 10px;
    }
    .navbar-nav li {
        padding: 0;
    }
    .navbar-brand img {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .pc img {
        width: auto !important;
    }
    .col-md-4 img {
        margin: 10px auto;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: initial;
    }
    .padding-top-none {
        padding-top: 0;
        margin-top: 0;
    }
    .navbar-brand {
        padding-top: 10px;
    }
    .navbar-brand img {
        width: 100px;
    }
    .page-header {
        margin-top: 15px;
    }
    .panel-default{
        padding: 20px 15px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    .col-md-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .col-md-6 p,
    .col-md-12 p {
        height: auto;
        margin: 20px 10px;
    }
    .appeal ul {
        text-align: left;
    }
    .col-md-6 img {
        height: auto !important;
    }
    .col-md-6 li {
        padding: 0;
    }
    .appeal li {
        padding: 10px;
    }
    .InquiryButtonDL,
    .InquiryButtonForm {
        width: 250px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .service-catch {
        font-size: 18px;
        font-weight: 800;
        border-radius: 2px;
        margin: 1em 0;
        padding: 1em;
        position: relative;
        padding: .75em 1em;
        background-color: #ffffad;
    }
    .service-catch::before,
    .service-catch::after {
        content: '';
        position: absolute;
        top: 100%;
        border-style: solid;
        border-color: transparent;
    }
    .service-catch::before {
        left: 0;
        border-width: 0 15px 15px 0;
        border-right-color: #efefa0;
    }
    .service-catch::after {
        right: 0;
        border-style: solid;
        border-width: 15px 15px 0 0;
        border-top-color: #efefa0;
    }
}