.single-page-title h2 {
    font-size: 24px;
}
/* About / Company Page */
.paddingTB60 { padding: 60px 0; }
.about-title h1 { color: #535353; font-size: 24px; font-weight: 600; }
.about-title h1 span { color: #535353; font-size: 24px; font-weight: 700; }
.about-title h3 { color: #535353; font-size: 16px; margin-bottom: 24px; }
.about-title p { color: #7a7a7a; line-height: 1.8; margin: 0 0 15px; }
.about-img { padding-left: 30px; }
.about-img img { width: 100%; border-radius: 2px; }
@media (max-width: 767px) {
    .about-img { padding-left: 0; margin-top: 30px; }
    .about-title h1 { font-size: 20px; }
    .about-title h1 span { font-size: 20px; }
}
.service-icon-style .promo-icon {
    font-size: 40px;
    width: 90px;
    height: 90px;
    line-height: 86px;
}
/* Configurator Page */
#conf-wrapper {
    padding-left: 280px;
    transition: all 0.4s ease 0s;
}
#conf-sidebar-wrapper {
    top: 85px;
    margin-left: 0px;
    left: 0;
    width: 280px;
    background: #313131;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
    transition: all 0.4s ease 0s;
}
#conf-wrapper.active {
    padding-left: 0;
}
#conf-wrapper.active #conf-sidebar-wrapper {
    left: 0;
}
#conf-page-content-wrapper {
    width: 100%;
    padding-top: 100px;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 280px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-nav li {
}

/* 左サイドバー ナビゲーションリンク 白色化 */
.sidebar a {
    color: #ffffff !important;
}
#conf-sidebar-wrapper a {
    color: #ffffff !important;
}
#menu-toggle {
    color: #888888;
    font-size: 12px;
}
.content-header h1 {
    font-size: 18px;
}
#conf-page-content-wrapper ul {
    list-style: disc !important;
    padding-left: 20px !important;
}
/* FAQ Accordion */
.panel-group {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #31aae2;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease;
}
#accordion .panel-title a.collapsed {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after {
    background: #31aae2;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent;
    border-top: none;
    padding: 20px 25px 10px 9px;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
section.ptb-100 .container ul {
    list-style: disc !important;
    padding-left: 20px !important;
}