@charset "UTF-8";
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* =====================
  業務内容
 ======================= */

.hero {
    background-image: url(../img/qa/hero.jpg);
}

.hero:before {
    display: none;
}

.anchor_list {
    display: flex;
    flex-wrap: wrap;
}

.anchor_list li {
    width: 19.75%;
    margin-right: 0.3125%;
    margin-bottom: 0.3rem;
}

.anchor_list li:nth-child(5n) {
    margin-right: 0;
}

.anchor_list li a {
    display: block;
    text-decoration: none;
    background: #00A26A;
    position: relative;
    padding: 1.0rem 1.0rem 1.0rem 4.0rem;
}

.anchor_list li a:before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-style: solid;
    border-width: 2px;
    border-color: #d64869 #d64869 transparent transparent;
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 1.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.business_list_item {
    padding-top: 9.5rem;
}

.business_list_item .name {
    display: flex;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    position: relative;
    margin-bottom: 5.0rem;
}

.business_list_item .name i {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 2.0rem;
}

.business_list_item .name:before {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #e3e3e3;
    order: 2;
    margin-left: 2.0rem;
    margin-top: 0.25em;
}

.business_list_item .name:after {
    content: "";
    width: 12.0rem;
    height: 2px;
    background: #01a269;
    position: absolute;
    right: 0;
    top: 0.25em;
}

.business_list_item .detail {
    border: 1px solid #e0e0e0;
    padding: 3.0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.business_list_item .detail ul {
    width: 48%;
}

.business_list_item .detail ul li {
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 1.5rem;
}

.business_list_item .detail ul li:before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: 2px solid #333333;
    position: absolute;
    left: 0;
    top: 0.5em;
}

.business_list_item .detail ul li.heading {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.0em;
    padding-left: 0;
}

.business_list_item .detail ul li.heading:before {
    display: none;
}

.business_list_item .detail ul li.heading:nth-of-type(n+2) {
    margin-top: 1.5em;
}
.qa_box{
	width:80%;
    margin: 0 auto;
}
.h1_title{
	width: 400px!important;
text-align:center;
padding-left:0;
}
h3 {
    margin-top: 3rem;
    font-size: 2rem;
	color:#011446;
    height: 30px;
	    padding-left: 20px;
	    border-left: solid 8px#011446;
	}
/* タブレット
  ------------------------ */


/* スマホ
  ------------------------ */

@media (max-width: 992px) {
	.inner,.qa_box,.h1_title{
		width:100%!important;
	}
    .hero {
        background-image: url(../img/qa/hero_sp.jpg);
    }
    .anchor_list {
        justify-content: space-between;
    }
    .anchor_list li {
        width: 48.8%;
        margin-right: 0;
        margin-bottom: 0.8rem;
    }
    .anchor_list li a {
        padding: 1.0rem 1.0rem 1.0rem 3.0rem;
    }
    .anchor_list li a:before {
        left: 1.2rem;
    }
    .business_list_item {
        padding-top: 6rem;
    }
    .business_list_item .name {
        flex-wrap: wrap;
        font-size: 1.8rem;
        line-height: 1.0;
        margin-bottom: 3.0rem;
    }
    .business_list_item .name i {
        order: 5;
        width: 100%;
        margin-left: 0;
        margin-top: 1.0rem;
        font-size: 1.3rem;
    }
    .business_list_item .name:after {
        width: 7.2rem;
    }
    .business_list_item .detail {
        padding: 1.5rem;
    }
    .business_list_item .detail ul {
        width: 100%;
    }
    .business_list_item .detail ul li.heading {
        font-size: 1.6rem;
    }
    .business_list_item .detail ul:nth-child(n+2) li.heading:first-child {
        margin-top: 1.5em;
    }
}


/* wpsm */

.wpsm_panel-heading {
    padding: 0px;
}

.wpsm_panel-title {
    background-color: #00A26A;
    margin: 0px;
    text-transform: none;
    line-height: 1;
}

.wpsm_panel-title a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    padding: 0px;
    font-size: 14px;
    font-family: Open Sans;
    color: #ffffff;
    border-bottom: 0px;
}

.wpsm_panel-title a:focus {
    outline: 0px;
}

.wpsm_panel-title a:hover,
.wpsm_panel-title a:focus {
    color: #ffffff;
}

.acc-a {
    color: #ffffff;
    background-color: #00A26A;
    border-color: #ddd;
}

.wpsm_panel-default>.wpsm_panel-heading {
    color: #ffffff;
    background-color: #00A26A;
    border-color: #00A26A;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.wpsm_panel-default {
    border: 1px solid transparent;
    margin-bottom: 20px;
    overflow: hidden;
    float: none;
    width: 100%;
    display: block;
}

.ac_title_class {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    color: #ffffff;
}

.wpsm_panel {
    overflow: hidden;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    border-radius: 4px;
}

.wpsm_panel+.wpsm_panel {
    margin-top: 5px;
}

.wpsm_panel-body {
    background-color: #ffffff;
    color: #000000;
    border-top-color: #00A26A;
    font-size: 14px;
    font-family: Open Sans;
    overflow: hidden;
    border: 2px solid transparent;
}

.ac_open_cl_icon {
    background-color: #00A26A;
    color: #ffffff;
    float: right;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.0;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

.wpsm_panel-title h4 {
    text-align: left;
    position: relative;
    padding: 0.3em 0.6em 0.3em 2.2em;
}

.wpsm_panel-title h4:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #0c6ca1;
    font-weight: bold;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: 0.5em;
    top: 26px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 0px white;
    border-radius: 50%;
}

h3.wpsm_panel-title {
    position: relative;
    border-left: 0px solid #777;
    border-right: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #aadec9;
    font-size: 22px;
    padding: 0px 0px 6px 0px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    text-align: left;
}