.bg_green {
	background-color: #DAEA05 !important;
}

.c9066.about_contact_btn.pink {
	background-color:#E3077F;
}

.c9066.about_contact_btn.green {
	background-color:#DAEA05;
}

.c9066.about_contact_btn.top {
	background-color:#fff;
      border: solid;
}

.c9066.about_contact_btn.green span,
.c9066.about_contact_btn.top span
{
	color:#3D3A39 !important;
}

.btn-bottomBox a {
	    max-width: 100%;
    min-width: 300px;
}

.btn-bottomBox .btn_item {
	    margin: 0 auto;
}

.c9066.about_contact_btn.black {
	background-color:#3D3A39;
}









.btn-bottomBox .c33595 {
    width: 80%;
    margin: 0 auto;
}

.btn-bottomBox .about_contact_btn,
.btn-bottomBox .about_contact_btn a {
    width: 100%;
}

.btn-bottomBox .about_contact_btn a {
    display: flex;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center !important;
}

.btn-bottomBox .btn_item {
    margin: 0;
}

@media screen and (max-width:768px) {
  .row.btn-bottomBox {
  	    gap: 15px;
    margin-bottom: 20px;
  }
}









/* ========================================
   関連サイト・SNSボタン
======================================== */

/* セクション全体 */
.topBtnsArea_02 {
    width: 100%;
}

/* 外側のラッパー */
.topBtnsArea_02 > .topProfileBtnArea {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* 中央配置 */
.topBtnsArea_02 .center-itme {
    display: flex;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 auto;
    justify-content: center !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* 関連サイト画像＋SNSアイコン全体 */
.topBtnsArea_02 .topProfileMoreBtn02 {
    display: flex;
    width: min(100%, 760px);
    max-width: 760px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
}

/* 各ブロック */
.topBtnsArea_02 .topLinksBoxArea {
    display: flex;
    width: auto;
    min-width: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

/* 関連サイト画像側 */
.topBtnsArea_02 .topProfileMoreBtn02 > .topLinksBoxArea:first-child {
    flex: 1 1 auto;
}

/* SNS側 */
.topBtnsArea_02 .topProfileMoreBtn02 > .topLinksBoxArea:last-child {
    flex: 0 0 auto;
}

/* リンク */
.topBtnsArea_02 .topLinksBoxArea > a {
    display: block;
    width: 100%;
}

/* 関連サイト画像 */
.topBtnsArea_02 .topProfileMoreBtn02 > .topLinksBoxArea:first-child img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* SNS内部 */
.topBtnsArea_02 .linkBoxFlex {
    display: flex;
    margin: 0;
    align-items: center;
    flex-direction: row;
}

/* Bootstrapのml-2や既存borderを上書き */
.topBtnsArea_02 .snsIconArea {
    display: flex;
    margin: 0 !important;
    padding: 0;
    border: none !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* SNSアイコン */
.topBtnsArea_02 .snsIconBox {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

/* 2個目のアイコンの左線 */
.topBtnsArea_02 .snsIconBox + .snsIconBox {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #868686;
}

.topBtnsArea_02 .snsIconBox a {
    display: block;
}

.topBtnsArea_02 .snsIconBox img {
    display: block;
    width: 48px;
    max-width: none;
    height: auto;
}


/* ========================================
   スマホ
======================================== */
@media screen and (max-width: 767px) {

    .topBtnsArea_02 > .topProfileBtnArea {
        padding-left: 15px;
        padding-right: 15px;
    }

    .topBtnsArea_02 .center-itme {
        flex-direction: row;
        justify-content: center !important;
    }

    .topBtnsArea_02 .topProfileMoreBtn02 {
        width: 100%;
        max-width: 100%;
        gap: 8px;
    }

    .topBtnsArea_02 .snsIconBox + .snsIconBox {
        margin-left: 6px;
        padding-left: 6px;
    }

    .topBtnsArea_02 .snsIconBox img {
        width: 38px;
    }
}


/* 幅が狭い端末では縦並び */
@media screen and (max-width: 450px) {

    .topBtnsArea_02 .topProfileMoreBtn02 {
        flex-direction: column;
        gap: 12px;
    }

    .topBtnsArea_02 .topProfileMoreBtn02 > .topLinksBoxArea:first-child {
        width: 100%;
    }

    .topBtnsArea_02 .topProfileMoreBtn02 > .topLinksBoxArea:last-child {
        width: auto;
    }

    .topBtnsArea_02 .snsIconBox img {
        width: 45px;
    }
}













