@charset "UTF-8";

/* ここで用紙サイズを指定する(A4=210mmx297mm) */
@media print {
      body  {
        size: A4 portrait;
        font-size: 16px;
        line-height: 1;
        zoom: .8;
				overflow-x: visible;
      }

      header,.mainContact,.sub_menu,footer,#topBtn {
        display: none;
      }

      .container,.line,.wide {
        width: 1800px ;
        display: flex;
        margin: 0 auto;
      }
			/* アクセス */
			.p_guard{
				display: block;
				width: 100%;
			}
			.accessbox{
				display: block;
			}
			.acbox-l{
				width: 45%;
				float: left;
				margin-right: 7%;
			}
			.acbox-r{
				width: 45%;
				float: left;
			}

      /* 訓練内容 */
      .training_list:last-child {
        width: 90%;
      }
}
