/* ===============================================
   socialmediaフォルダ内で使用するcss
=============================================== */


/* --------------------------------------------
   ソーシャルメディアポリシー
-------------------------------------------- */
#sns_page .policy {
	width:900px;
	margin: 100px auto 0;
}


#sns_page ol li {
	list-style:decimal;
	margin-left:1.8em;
}

#sns_page ol li,
#sns_page ul li{
	padding-left:0.5em;
}

#sns_page .halfbox {
	width:470px;
	float:left;
}

#sns_page .halfbox p {
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}

/*追記*/
#sns_page .flexbox{
    display: flex;
}

#sns_page ul.flexbox{
    margin: 0 auto;
    width: 760px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
#sns_page ul.flexbox li{
    width: 40%;
}

#sns_page li{
    padding-bottom: 10px;
	vertical-align:bottom;
}

#sns_page li a{
    font-weight: 800;
	color:#111;
}
#sns_page li a.blue{
    font-weight: 800;
	color:#0075c2;
}

#sns_page li .sitename {
	display:block;
	margin-top:8px;
	text-align:center;
}

#sns_page .thumbnail{
    margin-right: 10px;
    width: 100px;
    height: auto;
}

#sns_page .zo-margin {
	padding-top:14px;
    width: 140px;
}

#sns_page .spOnly{
    display: none;
}
#sns_page .pcOnly{
    display: block;
}

/*--追記--*/
#sns_page .logos_flexbox{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
#sns_page .sns_logos{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#sns_page .sns_logos a:not(:last-of-type){
    margin-right: 5px;
}
#sns_page .label{
    text-align: center;
}
#sns_page .zo_thumbnail,
#sns_page .syokudo_thumbnail{
    height: 100px;
    width: auto;
}
#sns_page .main_logo{
    margin-right: 15px;
}
#sns_page .main_logo figcaption{
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
}

/*#sns_page ul.disc-bigstyle{
    list-style-type: none;
}
#sns_page ul.disc-bigstyle > li{
    position: relative;
    padding-left: 20px;
}
#sns_page ul.disc-bigstyle > li::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #111;
    position: absolute;
    top: 7px;
    left: 0;
}*/

#sns_page ol.disc-bracket-num{
    margin-left: 1em;
}
#sns_page ol.disc-bracket-num > li{
    list-style-type: none;
    counter-increment: cnt;
}
#sns_page ol.disc-bracket-num > li::before{
    content: "(" counter(cnt) ") ";
    display: inline-block;
	margin-left:-2em;
	width: 2em;
}



@media screen and (max-width: 768px){

    .inside_box {
        width: 100%;
    }
    #sns_page .flexbox li:first-of-type{
        margin-bottom: 30px;
    }

    #sns_page .policy{
        width:calc((100% / 6) * 5);
        margin: 0 auto;
    }

    #sns_page ul.flexbox {
        width:calc((100% / 6) * 5);
        margin: 0 auto;
        display: block;
    }
    #sns_page .zo-margin {
        padding-top:40px;
        width: 100px;
    }

    #sns_page li{
        margin-top: 15px;
    }

    br.pc-only{
        display: none;
    }

	#sns_page li .sitename { text-align:left; }

	#sns_page .zo-margin { padding-top:0;}

    #sns_page .spOnly{
        display: block;
    }
    #sns_page .pcOnly{
        display: none;
    }
    /*--追記--*/
    #sns_page .main_logo{
        margin-bottom: 10px;
        margin-right: 0px;
    }
    #sns_page .logos_flexbox{
        display: block;
        text-align: center;
    }
    #sns_page .zo_thumbnail,
    #sns_page .syokudo_thumbnail{
        margin-right: 0;
        margin-bottom: 5px;
    }
    #sns_page .sns_logos a:not(:last-of-type){
        margin-right: 10px;
    }
    #sns_page .sns_logos{
        margin-top: 0px;
    }
    #sns_page ul.flexbox li{
        width: 100%;
    }

}

/*--211202レイアウト変更--*/
.account_lists{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.account_list {
	display: flex;
	justify-content: space-between;
	align-items:center;
	border-bottom: 1px solid #d5d5d5;
	padding: 25px 0;
}
.account_name {
	display: flex;
	align-items: center;
	width: 54%;
	letter-spacing: 0.05em;
}
.account_name_text {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}
.account_name_text a {
	text-decoration: underline;
	color: inherit;
}
.account_image {
	width: 100px;
	height: auto;
	border-radius: 50%;
}
.account_image.border {
	border: 1px solid #eee;
}
.account_icons {
	display: flex;
	align-items: center;
	width: 45%;
}
.account_icons a {
	display: block;
	width: 50px;
	transition: .2s;
}
.account_icons a:hover {
	opacity: .7;
}
.account_icons a:not(:last-of-type) {
	margin-right: 30px;
}
.account_icons a img {
	max-width: 100%;
	height: auto;
}

@media(max-width: 768px) {
	#sns_page .policy {
		margin: 60px auto 0;
	}
	.account_list {
		display: block;
		padding: 25px 0;
	}
	.account_image {
		margin-bottom: 15px;
	}
	.account_name {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	.account_name_text {
		margin-left: 0;
	}
	.account_icons {
		width: 100%;
		justify-content: center;
	}
}

footer {
    margin-top: 30px;
}