@charset "utf-8";


/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/


/*スマホ表示のサイズ調整*/
@media screen and (max-width:767px) and (min-width:1px) {
.peer_logo {
  width:60%!important;
}}
@media screen and (max-width:640px) {
.peer_logo {
  width:80%!important;
}
}

.blue_box {
  padding: 1em;
  background-color:RGB(222,235,247);
  border-radius: 10px;
}