@charset "utf-8";

    

/* ===============
    media query
    =============== */
    /*　スマホ用====画面サイズが768px以下からはここを読み込む　*/
@media only screen and (max-width: 768px) {
#creditwrapper{width:94%; max-width:1280px; marin:auto; padding-bottom:30px; border:0px #dcdcdc solid; }
.credit_title{width:100%; text-align:center; margin-top:30px;}
.credit_title h1{font-size:20pt; color:#eb6e8f; font-weight:normal; letter-spacing:1px;}
.credit_title h2{font-size:16pt; color:#eb6e8f; font-weight:normal; letter-spacing:1px;}
.credit_2way{border:1px #dcdcdc solid; background-color:#fff; padding:20px;}
.credit_subtitle{margin:20px 0 20px; font-size:10pt; line-height:150%; }
.credit_2way_text{font-size:10pt; line-height:150%; margin:10px 0px;}
.credit_2way_text img{max-width:556px; width:100%; height:auto;}
}

/*　PC用====画面サイズが769pxからはここを読み込む　*/
@media screen and (min-width:769px) {
#creditwrapper{width:94%; max-width:1280px; marin:auto; padding-bottom:50px; border:0px #dcdcdc solid; }
.credit_title{width:100%; text-align:center; margin-top:60px;}
.credit_title h1{font-size:20pt; color:#eb6e8f; font-weight:normal; letter-spacing:1px;}
.credit_title h2{font-size:16pt; color:#eb6e8f; font-weight:normal; letter-spacing:1px;}
.credit_2way{border:1px #dcdcdc solid; background-color:#fff; padding:20px;}
.credit_subtitle{margin:40px 0 20px; line-height:150%; }
.credit_2way_text{font-size:10pt; line-height:150%; margin:10px 30px;}
.credit_2way_text img{max-width:556px; width:100%; height:auto;}
}





