@charset "utf-8";

/* -----------------------------------------------------------

調整

----------------------------------------------------------- */
.site_list02 .contentsWrap {
    padding: 120px 0 0px;
}

/*----------------------------------------------------
	連携製品イメージ (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .site_list02 .contentsWrap {
        padding: 64px 0 0px;
    }
}

/* -----------------------------------------------------------

連携製品イメージ

----------------------------------------------------------- */
.coop_image .txtCatch strong {
    font-weight: 800;
}

/*連携図*/
.coop_image .coop__img img {
    width: 100%;
    max-width: 980px;
    margin: 4em auto 0 auto;
    display: block;
}

/*----------------------------------------------------
	連携製品イメージ (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .coop_image .coop__img img {
        margin: 2em auto 0 auto;
    }
}

/* -----------------------------------------------------------

連携方法

----------------------------------------------------------- */
.coop_method {
    background-color: #FAF8F7;
}

/*カード*/
.coop_method .coop_method_card {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.coop_method .method__item {
    background-color: #fff;
    padding: 1.5em 2em 2em 2em;
    max-width: 380px;
    border-radius: 8px;
}

.coop_method .method__item:first-child {
    margin-right: 2em;
}

/*カード画像*/
.coop_method .method__item .circle-image img {
    max-width: 90%;
    margin: auto;
    display: block;
}

/*テキスト*/
.coop_method .method__item .method-title {
    color: #0089A5;
    font-size: 22px;
    border-bottom: dashed 2px #0089A5;
    text-align: center;
    font-weight: 800;
    margin: 1em auto;
    padding-bottom: 1em;
}

/*----------------------------------------------------
	連携方法 (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {

    /*カード*/
    .coop_method .coop_method_card {
        flex-wrap: wrap;
    }

    .coop_method .method__item:first-child {
        margin-right: 0;
        margin-bottom: 2em;
    }

    /*カード画像*/
    .coop_method .method__item .circle-image img {
        max-width: 80%;
    }
}

/* -----------------------------------------------------------

連携製品一覧

----------------------------------------------------------- */
.coop_catalog {
    background-color: #E8F7FA;
}

.coop_catalog_container {
    background-color: #fff;
    border-radius: 8px;
    padding: 0.1em 2em 3em 2em;
}

/*見出し*/
.coop_catalog_container h3 {
    background-color: #0089A5;
    font-size: 22px;
    color: #fff;
    padding: 0.5em 1em;
    margin: 2em 0 0.8em 0;
}

/*----------------------------------------------------
	アコーディオン
----------------------------------------------------*/

.coop_catalog .catalog_details {
    background-color: #fff;
}

/*.coop_catalog .catalog_details:not([open]) {
    margin-bottom: 7px;
}*/

.coop_catalog .catalog_details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2.5em 1em 1em;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 600;
    font-size: 18px;
    /*cursor: pointer;*/
    position: relative;
    border-bottom: solid 1px #9F9F9F;
}

.coop_catalog .catalog_details summary::-webkit-details-marker {
    display: none;
}

/*.coop_catalog .catalog_details summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
    position: absolute;
    right: 17px;
}

.coop_catalog .catalog_details summary::before {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0089a5;
    content: '';
    position: absolute;
    right: 10px;
}*/

.coop_catalog .catalog_details[open] summary::after {
    transform: rotate(225deg);
}

/*.coop_catalog .catalog_details p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em;
    background-color: #E8F7FA;
    transition: transform .5s, opacity .5s;
}

.coop_catalog .catalog_details[open] p {
    transform: none;
    opacity: 1;
}
*/
/*----------------------------------------------------
	連携製品一覧 (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {

    .coop_catalog_container {
        background-color: inherit;
        padding: 0em;
    }

    .coop_catalog_container h3 {
        font-size: 18px;
    }

    /*アコーディオン*/
    .coop_catalog .catalog_details {
        background-color: #fff;
        margin-bottom: 1em;
    }

    .coop_catalog .catalog_details summary {
        font-size: 16px;
    }

    .coop_catalog .catalog_details p {
        background-color: #fff;
    }
}
