.container {
    margin: 0 auto;
    width: 980px;
}

.section {
    margin: 80px 0;
}

.section:last-child {
    margin-bottom: 0;
}

.search__block + .search__block {
    margin-top: 30px;
}

.search__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search__item2 {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    padding: 0 15px;
    min-height: 50px;
    background: #fff;
}

.search__item2::after {
    content: '';
    width: 9px;
    min-width: 9px;
    max-width: 9px;
    height: 12px;
    margin-left: 15px;
}

.search__select {
    font-size: 13px;
    width: 100%;
    border-radius: 0;
    height: 50px;
    padding: 0 55px 0 20px;
    color: #bbb;
}

@media only screen and (max-width: 749px) {
    .search__list {
    }

    .search__item2 {
    }
}

@media only screen and (min-width: 750px) {
    .search__block + .search__block {
        margin-top: 60px;
    }

    .search__item2 {
        width: 31.93%;
        border-radius: 5px;
        font-size: 15px;
        height: 60px;
        padding: 0 20px;
    }

    .search__item2:not(:nth-child(3n)) {
        margin-right: 2.1%;
    }

    .search__item2:nth-child(n+4) {
        margin-top: 20px;
    }

    .search__item2::after {
        width: 10px;
        min-width: 10px;
        max-width: 10px;
        height: 14px;
    }

    .search__item2:hover {
    }
}

.search__item2::after {
    background: none;
}

.search__item2:hover {
    background: none;
    border: none;
}

.search__item2 {
    border-bottom: none;
    border-right: none;
    margin-bottom: 40px;;
}

.search__list {
    border-top: none;
    border-left: none;
    text-align: center;
}

.head__main {
    margin-top: 60px;
    margin-bottom: 40px;;
}

.head {
    margin-bottom: 70px;
}

.professional .btn03.contact {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .professional .btn03.contact {
        margin-top: 30px;
    }
}

.professional01 .table {
    margin: 0 auto;
    width: 800px;
}

.professional01 .table tr + tr {
    border-top: #fff 4px solid;
}

.professional01 .table th {
    background-color: #999;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    width: 250px;
}

.professional01 .table td {
    background-color: #f4f4f4;
    padding: 15px 20px;
    width: 550px;
}

.professional02 .img_map {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .professional01 .table {
        width: auto;
    }

    .professional01 .table th {
        display: block;
        width: auto;
    }

    .professional01 .table td {
        display: block;
        width: auto;
    }
}

.professional02 .img_map img {
    margin: 0 auto;
}

.professional02 .product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.professional02 .product_list {
    display: flex;
    min-width: 430px;
}

.professional02 .product_list + .product_list {
    margin-top: 4px;
}

.professional02 .product_list:first-child, .professional02 .product_list:nth-child(2) {
    margin-top: 4px;
}

.professional02 .product_list dt {
    background-color: #f4f4f4;
    padding: 15px 20px;
    width: 190px;
}

.professional02 .product_list dd {
    padding: 10px 20px;
}

.professional02 .product_list dd span {
    font-size: 1.4rem;
    line-height: 1;
}

.professional02 .product_remark {
    margin: 15px auto 0;
    text-align: right;
    width: 860px;
}

.professional02 .catalog {
    background-color: #f4f4f4;
    margin-top: 60px;
    padding: 50px;
}

.professional02 .catalog_list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.professional02 .catalog_list li {
    width: 220px;
}

.professional02 .catalog_list li + li {
    margin-left: 20px;
}

.professional02 .catalog_list .img img {
    margin: 0 auto;
}

.professional02 .catalog_list .tit {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.professional02 .catalog_list .btn01 {
    margin-top: 20px;
}

.professional02 .catalog_remark {
    font-size: 1rem;
    margin-top: 16px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .professional02 .product_list {
        display: table;
        font-size: 1.1 .4rem;
        min-width: 100%;
    }

    .professional02 .product_list dt {
        background-color: #f4f4f4;
        display: table-cell;
        padding: 15px 10px 15px 10px;
        vertical-align: middle;
        width: 40%;
    }

    .professional02 .product_list dd {
        display: table-cell;
        padding: 9px 0 9px 10px;
        vertical-align: middle;
        width: 60%;
    }

    .professional02 .product_list dd span {
        font-size: 1.4rem;
    }

    .professional02 .product_remark {
        text-align: left;
        width: auto;
    }

    .professional02 .catalog {
        margin-top: 40px;
        padding: 40px 20px;
    }

    .professional02 .catalog_list {
        display: block;
    }

    .professional02 .catalog_list li {
        width: auto;
    }

    .professional02 .catalog_list li + li {
        margin: 40px 0 0;
    }

    .professional02 .catalog_remark {
        text-align: left;
    }
}

.professional03 .link {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.professional03 .link + .link {
    margin-top: 30px;
}

.professional03 .sec_txt {
    margin: 0 30px 0 0;
}

.professional03 .btn02 a {
    font-size: 1.1 .4rem;
    padding: 15px 24px 15px 9px;
    text-align: center;
    width: 280px;
}

@media screen and (max-width: 767px) {
    .professional03 .link {
        display: block;
    }

    .professional03 .btn02 {
        margin-top: 20px;
    }

    .professional03 .btn02 a {
        margin: 0 auto;
        max-width: 280px;
        width: auto;
    }
}

.professional04 .profile {
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 35px;
    padding: 20px;
    width: 600px;
}

.professional04 .profile .img {
    width: 160px;
}

.professional04 .profile .txt {
    width: 380px;
}

.professional04 .profile .name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 24px;
}

.professional04 .profile .job_list {
    font-size: 1rem;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .professional04 .profile {
        display: block;
        width: auto;
    }

    .professional04 .profile .img {
        width: auto;
    }

    .professional04 .profile .img img {
        margin: 0 auto;
    }

    .professional04 .profile .txt {
        margin-top: 20px;
        width: auto;
    }
}

.professional05 .entry {
    background-color: #f4f4f4;
}

.professional05 .entry_tit {
    background-color: #666;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 21px 0;
    text-align: center;
}

.professional05 .entry_content {
    padding: 33px 0 40px;
}

.professional05 .entry_desc {
    font-size: 1rem;
    text-align: center;
}

.professional05 .entry_desc span {
    font-size: 1.4rem;
    font-weight: bold;
}

.professional05 .entry_info {
    margin: 33px auto 0;
    width: 600px;
}

.professional05 .entry_info .email a {
    background-color: #111;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 30px 0;
    text-align: center;
}

.professional05 .entry_info .email a span {
}

.professional05 .entry_info .email a:hover span {
    text-decoration: underline;
}

.professional05 .entry_info .contact {
    background-color: #fff;
    display: table;
    padding: 25px 30px;
    width: 100%;
}

.professional05 .entry_info .contact dt {
    background-image: url(../img/professional/bg_entry_contact.png);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 1px auto;
    display: table-cell;
    font-weight: bold;
    padding-right: 15px;
}

.professional05 .entry_info .contact dd {
    display: table-cell;
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .professional05 .entry_info {
        margin-top: 20px;
        width: auto;
    }

    .professional05 .entry_tit {
        font-size: 1.5rem;
        padding: 10px 0;
    }

    .professional05 .entry_content {
        padding: 15px 20px 20px;
    }

    .professional05 .entry_desc {
        font-size: 1.1 .4rem;
    }

    .professional05 .entry_desc span {
        font-size: 1.5rem;
    }

    .professional05 .entry_info .email a {
        font-size: 1.1 .4rem;
        padding: 0;
    }

    .professional05 .entry_info .email a span {
        background-position: center 18px;
        font-weight: normal;
        padding: 56px 0 11px;
    }

    .professional05 .entry_info .contact {
        display: block;
        padding: 20px;
    }

    .professional05 .entry_info .contact dt {
        background-image: url(../img/common/bg_contact_name.png);
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: auto 1px;
        display: block;
        margin-bottom: 10px;
        padding: 0 0 10px;
    }

    .professional05 .entry_info .contact dd {
        display: block;
        font-size: 1.1 .4rem;
        padding: 0;
    }
}

.section:first-child {
    margin-top: 60px;
}

.professional .section:first-child {
    margin-top: 40px;
}

.sec_txt {
    margin-bottom: 40px;
}

.sec_txt p + p {
    margin-top: 1em;
}

.sec_sub_tit01 {
    border-bottom: #666 1px solid;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 14px;
}

.sec_sub_tit02 {
    font-size: 1.5rem;
    text-align: center;
}

.sec_sub_tit02 span {
    display: inline-block;
    padding: 10px 55px;
    position: relative;
}

.sec_sub_tit02 span::before {
    border: #666 1px solid;
    border-right: none;
    content: '';
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 18px;
}

.sec_sub_tit02 span::after {
    border: #666 1px solid;
    border-left: none;
    content: '';
    height: 100%;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 18px;
}

@media screen and (max-width: 767px) {
    .section:first-child {
        margin-top: 40px;
    }

    .sec_txt {
        margin-bottom: 20px;
    }

    .sec_sub_tit01 {
        font-size: 1.3rem;
    }

    .sec_sub_tit02 {
        font-size: 1.2rem;
    }

    .sec_sub_tit02 span {
        padding: 10px 20px;
    }
}

/* ------------------------------------------  button  ------------------------------------------ */
.btn01 a {
    background-color: #111;
    background-image: url(../img/common/ico_arrow02.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    max-width: 280px;
    padding: 16px 0;
    text-align: center;
}

.btn02 a {
    background-image: url(../img/common/ico_arrow03.png);
    background-position: right 9px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    border: #d0d0d0 1px solid;
    display: block;
    font-size: 1.1 .4rem;
    padding: 5px 24px 5px 9px;
}

.btn03 a {
    background-color: #111;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
    max-width: 400px;
    padding: 21px 0;
    text-align: center;
}

.btn03 a::after {
    background-image: url(../img/common/ico_arrow06.png);
    background-size: cover;
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 26px;
    width: 18px;
}

@media screen and (max-width: 767px) {
    .btn03 a {
        background-image: url(../img/common/ico_arrow06_sp.png);
        background-position: right 12px center;
        background-repeat: no-repeat;
        background-size: 14px auto;
        font-size: 1.1 .4rem;
        max-width: 280px;
        padding: 16px 0;
    }

    .btn03 a::after {
        content: none;
    }
}

.sec_tit {
    border: #d0d0d0 1px solid;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 20px 30px;
    position: relative;
}

.sec_tit::before {
    border: #666 1px solid;
    border-right: none;
    content: '';
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 18px;
}

.sec_tit::after {
    border: #666 1px solid;
    border-left: none;
    content: '';
    height: 100%;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 18px;
}

.mv {
    background: url(https://s3-ap-northeast-1.amazonaws.com/idc-otsuka/wp/wp-content/uploads/2020/06/22222149/mv01-1.jpg) no-repeat center /cover;
}

@media only screen and (min-width: 750px) {
    .mv {
        background: url(https://s3-ap-northeast-1.amazonaws.com/idc-otsuka/wp/wp-content/uploads/2020/06/22222149/mv01-1.jpg) no-repeat center /cover;
    }
}

div.img img {
    max-width: 200px;
!important;
}

div.img {
    text-align: center
}

@media screen and (max-width: 767px) {
    .only_pc {
        display: none !important;
    }

    .only_sp {
        display: block !important;
    }

    .container {
        margin: 0 20px;
        width: auto;
    }

    .section {
        margin: 60px 0;
    }

    .sec_tit {
        font-size: 1.5rem;
        margin-bottom: 20px;
        padding: 10px 20px;
    }
}

.professional06 .container .left {
    display: inline-block;
    margin-left: 3%;
    margin-right: 2%;
    width: 45%;
}

.professional06 .container .right {
    display: inline-block;
    margin-right: 3%;
    margin-left: 2%;
    width: 45%;
}

.side-cta {
    position: fixed;
    right: 0px;
    bottom: 200px;
    z-index: 9999;
}

.side-cta .sp-cts {
    display: none;
}



#member {
    float:left;width:60%;
}

#card {
    width:30%;float:right;padding-top:1.2em;
}

@media screen and (max-width: 768px) {
    .side-cta {
        bottom: 0;
        left: 0;
        position: fixed;
        top: auto;
        width: 100%;
    }

    .side-cta .pc-cts {
        display: none;
    }

    .side-cta .sp-cts {
        display: block;
    }

    .side-cta .sp-cts > span > span > span > a {
        color: #fff
    }

    .side-cta .sp-cts > span {
        background: #de7d0d;
        color: #fff;
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 10px;
        text-align: center;
        text-decoration: none;
    }

    .side-cta .sp-cts > span > span {
        display: inline-block;
    }

    .side-cta .sp-cts > span > span > span {
        align-items: center;
        display: flex;
    }

    .side-cta .sp-cts > span > span > span::before {
        align-items: center;
        background: url(../image/bg_sp_cta.png);
        background-size: cover;
        box-sizing: border-box;
        color: #ec8000;
        display: flex;
        font-weight: bold;
        height: 51px;
        justify-content: center;
        margin-right: 10px;
        padding-right: 10px;
        width: 59px;
    }

    .side-cta .sp-cts > span > span > span::after {
        background: url(../image/cta_icn.png);
        background-size: cover;
        content: '';
        height: 23px;
        margin-left: 15px;
        width: 14px;
    }


    #member {
        float:none;
        width: 100%;
    }

    #card {
        float:none;
        width:80%;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 374px) {
    .side-cta .sp-cts > span {
        font-size: 1.3rem;
    }
}

