@charset "UTF-8";
.m_b25 {
	margin-bottom:25px !important;
}
.site-main {
    overflow: hidden;
}
.lpBg_wrap {
    background: #f7f2f0;
    margin: 60px -100%;
    text-align: center;
}
/*************
Contents
***************/
.ans_warp {
    padding: 45px 0 40px;
}
.ans_in {
    width: 674px;
    margin: 0 auto;
}
.ans_ttl {
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    padding: 5px 0;
}
.ans_ttl a {
    display: block;
    background: #fff;
    color: #333;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    padding: 18px 20px;
    position: relative;
}
.ans_ttl a::before,
.ans_ttl a::after {
    content: '';
    display: block;
    width: 18px;
    height: 3px;
    border-radius: 5px;
    background: #092e89;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.ans_ttl a::after {
    background: #092e89;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.ans_ttl.active a::after {
    transform: rotate(0);
    transition: 0.5s;
}
.ans_lst {
    display: none;
    padding: 5px 0;
    border-bottom: 1px solid #949494;
}
.ans_lst li {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    background: #fff;
    padding: 20px 0 20px 140px;
    border-bottom: 1px solid #949494;
}
.ans_lst li:nth-child(1) {
    background: #fff url(../img/webconsulting_icn2.png) no-repeat center left 65px;
}
.ans_lst li:nth-child(2) {
    background: #fff url(../img/webconsulting_icn3.png) no-repeat center left 70px;
}
.ans_lst li:nth-child(3) {
    background: #fff url(../img/webconsulting_icn4.png) no-repeat center left 70px;
}
.ans_lst li:nth-child(4) {
    background: #fff url(../img/webconsulting_icn5.png) no-repeat center left 65px;
}
.ans_lst li:last-child {
    border-bottom: none;
}
.ans_img {
    padding: 45px 0 0;
}
.place_warp {
    padding: 50px 0;
}
.place_ttl {
    margin: 0 0 20px;
}
.place_lst1 {
    display: inline-block;
    margin: 0 0 20px 0;
}
.place_lst1 li {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 1.5em;
}
.place_lst1 li span {
    color: #ff6400;
}
.place_lst1 li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6400;
}
.place_lst1 li:last-child {
    margin: 0;
}
.place_lst2 {
    display: inline-block;
}
.place_lst2 li {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    position: relative;
    padding: 0 0 0 1.5em;
}
.place_lst2 li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    border: 8px solid transparent;
    border-left: 12px solid #979797;
}
.place_img {
    padding: 25px 0 0;
}
.media a {
    display: inline-block;
}
.targetstore_wrap.ver2 {
    margin-top: 20px;
}
.targetstore_wrap {
    margin-bottom: 20px;
}
.targetstore_wrap dt {
    background-color: #f9f7f5;
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.targetstore_wrap dt span {
    line-height: 1;
}
.targetstore_wrap dt::before,
.targetstore_wrap dt::after {
    content: "";
    z-index: 9;
    background: #333;
    display: block;
    width: 18px;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.targetstore_wrap dt::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.targetstore_wrap dt.active::after {
    transform: rotate(0);
    transition: 0.5s;
}
.targetstore_wrap dd {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #f9f7f5;
    display: none;
}
.store-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.store_box a {
    font-size: 16px;
    color: #333;
}
.is-red {
    color: #e63917;
}
.ano-txt {
    margin-top: 10px;
}