@charset "UTF-8";
/* CSS Document */

/*********************************************************************
*
* Copyright (c) CUBIC DESIGN INC.
*
* Url : http://www.cubicdesign.co.jp
*
* Built       : 2018/09/25
* Last update : 2018/12/11
* Made by     : Murata Hiroyuki
* Updated by  : Murata Hiroyuki
*
**********************************************************************/


#seminar main{ background: #f7f7f7; }


/*************************************************************************************************************************
* interview
*************************************************************************************************************************/
.seminar{ padding: 0 15px 30px;}
.seminar__wrap{ background: #fff; margin: 20px 0 0; padding: 0 0 35px; box-shadow: 0 0 2px 1px #ccc;}
.coming{ padding: 55px 30px 30px 30px; text-align: center;}
.coming strong{ font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 700; font-style: italic; line-height: 1; color: #ccc; letter-spacing: 1px;}
.coming p{ padding: 20px 0 0 0; font-size: 13px; line-height: 1.5; color: #666;}

@media print, screen and (min-width:681px){
  .seminar{ padding: 0 15px 60px;}
  .seminar__wrap{ width: 950px; margin: 20px auto 0;}
}

