@charset "utf-8";

/* ----------------------------------------------------------------------------------------

	共通

	※bootstrap.cssを先に読み込み
	※ECは非対応

---------------------------------------------------------------------------------------- */
@import url("reset.css");
@import url("layout.css");
@import url("contents_parts.css");
@import url("ec.css");



/* ----------------------------------------------------------------------------------------

	カスタマイズ

---------------------------------------------------------------------------------------- */

@import url("base.css");
@import url("color.css");



/* ----------------------------------------------------------------------------------------

	エディター用

	editor.css にはエディターの背景色を記述
	FOR_EDITOR 内はエディターで表示するスタイルを記述

---------------------------------------------------------------------------------------- */
@import url("editor.css");

/* FOR_EDITOR */

/* /FOR_EDITOR */

#opt > .container > .row {
    display: flex;
    flex-wrap: wrap;
}


#opt > .container > .row > div:first-of-type,
#opt > .container > .row > div:nth-of-type(2) {
    width: 50%;
    margin-bottom: 50px;
}

#opt > .container > .row > div:last-of-type {
    width: 100%;
}

#opt > .container > .row > div:last-of-type > #opt3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

#opt > .container > .row > div:last-of-type > #opt3 > div {
    width: calc(100% - 30px);
    margin: 0 15px;
}

#opt > .container > .row > div:last-of-type > #opt3 > div iframe {
    width: 100% !important;
    /*height: auto !important;*/
}

@media (max-width: 767px) {
    #opt > .container > .row > div:last-of-type > #opt3 > div {
        width: 100%;
    }
}

.twitter-timeline {
    width: 70% !important;
    margin: auto;
    margin-top: 30px !important;
}
@media (max-width: 767px) {
    .twitter-timeline {
        width: 100% !important;
    }
}

/* ----------------------------------------------------------------------------------------



---------------------------------------------------------------------------------------- */
