﻿@charset "utf-8";

/*--------------------------------------------------------

  eachColumn
  
  01. forPC Layout
  
  02. forSP Layout

--------------------------------------------------------*/



/********************************************************************************

  01. forPC Layout

********************************************************************************/



.nte_content_document p {
	line-height:1.8;
	font-size:15px;
}

.nte_content_document p strong {
	font-weight:bold;
}

.nte_content_document p.textRight {
	text-align: right;
}

.nte_content_document ruby {
	position: relative;
}

.nte_content_document ruby rt{
	position: relative;
	top: 2px;
	font-size:9px;
}

.nte_content_document ruby rp{
	font-size:9px;
}

.nte_content_document sup{
	vertical-align: super;
}

/* ページ見出し
----------------------------- */
h3.ttl3 {
	font-size:30px;
	margin:0 0 10px 0;
}
h3.ttl3 span {
	font-size:18px;
	font-weight:normal;
}
.section_wrap h5 {
	font-size:18px;
	font-weight:bold;
	margin: 5px 0 0;
}

/* 文字
----------------------------- */
.fwB {
    font-weight: bold;
}

/* コンテンツ
----------------------------- */
.inner_title {
	overflow:hidden;
	margin:0 0 25px;
}
.inner_title .col_flL_02 {
}
.inner_title .col_flR_03 {
	float:right;
	width:680px;
}

.teacher {
	display: inline-block;
    margin: 0 25px 0 3px;
}
.name {
	display: inline-block;
	font-size:25px !important;
	font-weight:normal;
}

.section_wrap {
	overflow:hidden;
	margin:0 0 10px;
}

#column .section_wrap h4 {
	margin:0 0 25px;
	padding:21px 0 19px 15px;
	line-height:1;
	background:#fa7b9c;
	border-radius: 30px;
	color: #fff;
	font-size:20px;
	font-weight: normal;
	text-align: center;
}
#column .section_wrap h4.blue {
	border-left:solid 5px #008ed2;
}

#column .section_wrap h4.bgYellow {
	font-size:20px;
	margin:0 0 15px;
	padding:6px 0 4px 12px;
	border-left: none;
	background:#fffbb9;
	line-height: 1;
}
#column .section_wrap h4.bgYellow span {
    margin: 0 30px 0 10px;
	color:#ffaa3c;
}
#column .section_wrap h4.bgBlue {
	font-size:20px;
	margin:0 0 15px;
	padding:6px 0 4px 12px;
	border-left: none;
	background:#d8f2ff;
	line-height: 1;
}
#column .section_wrap h4.bgBlue span {
    margin: 0 30px 0 10px;
	color:#008ed2;
}

.section_wrap h5 {
	font-size:18px;
	font-weight:bold;
	margin: 5px 0 0;
}
#column .section_wrap h5.ind {
	margin: 5px 0 0 1.3em;
	text-indent: -1.3em;
}

.section_wrap h6 {
	font-size:16px;
	font-weight:bold;
}

#column .section_wrap h6.ttlInd {
	float: left;
	font-size:14px;
	font-weight:normal;
	line-height: 1.8;
}
#column .section_wrap h6.ttlInd2 {
	float: left;
	font-size:15px;
	line-height: 1.8;
}

.note_area {
	clear: both;
	margin: 10px 0 15px;
	padding:14px 25px;
	background:#f2f2f2;
	border-radius: 10px;
}
.note_area p {
	font-size:14px;
}

.note_area_narrow {
	margin: 10px 0 15px;
	padding:14px 5px;
	background:#f2f2f2;
	border-radius: 10px;
}

.note_area.bg_blue {
	background:#008ed2;
}
.note_area.bg_blue p {
	color: #fff;
}

.border_area {
	position: relative;
	overflow: hidden;
	margin: 10px 0 15px;
	padding:14px 25px;
	border-radius: 10px;
	border: 2px solid #e2e2e2;
	background: #fff;
}
.border_area p {
	font-size:14px;
}

.balloon_area {
	position: relative;
	margin: 0 35px 10px;
	padding: 0 15px;
	width: 250px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #e2e2e2;
	z-index: 0;
}
.balloon_area:before {
	content: "";
	position: absolute;
	bottom: -9px; 
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
}
.balloon_area:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e2e2e2 transparent transparent transparent;
	z-index: -1;
}

.balloon_area_wide {
	width: 500px;
}

/* 20170314ADD */
h4.floatReset {
	clear: both;
}

p.borderline {
	border: solid 1px #333;
	display: inline-block;
	padding: 0 6px;
	margin-bottom: 10px;
}

p.imgLeft:last-child {
	margin-right: 0 !important;
}

.underline {
	border-bottom: solid 1px #333; 
}
.underline-tc {
	font-size: 15px;
	text-decoration: underline;
}
.underline-double {
	border-bottom: double #ff0000; 
}

.markerline {
	background: #e5e5e5; 
}
.markerbox {
	border: 1px solid #000; 
}

.centerBox {
	overflow: hidden;
	margin: 0 auto;
}

.centerBox_x2,
.centerBox_x3 {
	width: 850px;
}
/*文章途中から回り込み*/
.spacer {
	float: right;
	width: 1px;
	height: 50px;
}

/* 画像の回りこみ
----------------------------- */
.imgLeft {
	display: inline;
	float:left;
	margin: 0 25px 15px 0;
}
.imgRight {
	display: inline;
	float:right;
	margin: 0 0 25px 15px;
}
.imgCenter {
	margin: 0 0 25px;
	text-align: center;
}
.comment {
	font-size:12px;
	line-height:1.2;
	float:left;
}
.commentCenter {
	font-size:12px;
	line-height:1.2;
	text-align: center;
}
.posting {
	text-align:right;
	margin:10px 0;
}

.imgBorder {
	border: 1px solid #000;
	box-sizing: border-box;
}

/* ボタン
----------------------------- */
.nte_btn_01 {
	background:#008ed2;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin:0 auto;
}
.nte_btn_01 a {
	display:block;
	font-size:18px;
	color:#fff;
	margin: 0 0 20px;
	padding:10px;
	text-decoration:none;
}

.nte_content_document p.nte_btn_01 {
	padding: 10px 30px;
    font-size: 18px;
    color: #fff;
}

/* 幅
----------------------------- */
.wid280 {width:280px;}
.wid440 {width:440px;}
.wid480 {width:480px;}
.wid600 {width:600px;}
.wid800 {width:800px;}


/* フロート
----------------------------- */
.col_flL {
	float:left;
}
.col_flR {
	float:right;
}

/* 画像エリア
----------------------------- */
.img_wrap {
	text-align:center;
}
.img_wrap li {
	display: inline-block;
	padding:0 5px 10px;
}

/* 注意リスト
----------------------------- */
ul.caution {
	padding-left: 0;
	list-style-type: none;
}
ul.caution > li {
	margin-left: 1.2em;
	font-size: 12px;
}
ul.caution > li:before {
	content: "\0203B";
}

/* 取材・編集協力
----------------------------- */
.caution_area {
  width: 960px;
	margin:0 auto;
}
.caution_area .inner {
	float:right;
	text-align:right;
}
.caution_area .inner p {
	line-height:1.4;
	font-size:18px;
}
.caution_area .inner p.f02 {
	margin:0 0 10px 0;
}

/* table
----------------------------- */
table.inquest_tbl {
	margin: 0 0 20px;
	border-collapse: collapse;
	border-spacing: 1px;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	line-height: 1.5;
}
table.inquest_tbl th {
	padding: 1px 10px;
	vertical-align: top;
	background: #e5e5e5;
	border: 1px solid #bfbfbf;
	text-align: center;
}
table.inquest_tbl td {
	padding: 0 0 10px;
	vertical-align: top;
	border: 1px solid #bfbfbf;
	border-bottom: none;
	text-align: left;
}
table.inquest_tbl.tbl_2016101142,
table.inquest_tbl.tbl_2016101143,
table.inquest_tbl.tbl_eejy0714_2,
table.inquest_tbl.tbl_eejz7739,
table.inquest_tbl.tbl_eejz9169_2,
table.inquest_tbl.tbl_2016081082,
table.inquest_tbl.tbl_2017102075_2 {
	width: 900px;
}
table.inquest_tbl.tbl_2016101142 th.item,
table.inquest_tbl.tbl_2016101143 th.item {
	width: 300px;
}
table.inquest_tbl.tbl_2016101142 th.point,
table.inquest_tbl.tbl_2016101143 th.point {
	width: 600px;
}
table.inquest_tbl.tbl_2016101142 td,
table.inquest_tbl.tbl_2016101143 td,
table.inquest_tbl.tbl_eejy0714_2 td {
	border-top: none;
}
table.inquest_tbl.tbl_eejy0714_2 th.item {
	width: 280px;
}
table.inquest_tbl.tbl_eejy0714_2 th.point {
	width: 300px;
}
table.inquest_tbl.tbl_eejy0714 th.item {
	width: 200px;
}
table.inquest_tbl.tbl_eejy0714 th.point {
	width: 350px;
}
table.inquest_tbl.tbl_eejz9173 th {
	background: #f5f5f5;
}
table.inquest_tbl.tbl_eejz9173 thead th {
	background: #e5e5e5;
}
table.inquest_tbl.tbl_eejz9173 th.item {
	width: 300px;
}
table.inquest_tbl.tbl_eejz9173 th.point {
	width: 600px;
}
table.inquest_tbl.tbl_eejz7739 th{
	padding: 1px 10px 10px;
}
table.inquest_tbl.tbl_eejz7739 tbody th{
	background: #f5f5f5;
}
table.inquest_tbl.tbl_eejz9169_2 th.point {
	padding: 1px 10px 10px;
	width: 440px;
}
table.inquest_tbl.tbl_2016121365 td.item {
	width: 170px;
}
table.inquest_tbl.tbl_2016121365 td.point {
	width: 728px;
}
table.inquest_tbl.tbl_2016111178 {
	margin: 0 auto 20px;
}
table.inquest_tbl.tbl_2016111178 td.item {
	width: 180px;
	border-right: 1px solid #fff;
}
table.inquest_tbl.tbl_2016111178 td.point {
	width: 320px;
}
table.inquest_tbl.tbl_2016081082 th{
	padding: 1px 10px 10px;
}
table.inquest_tbl.tbl_2016081082 tbody th{
	background: #f5f5f5;
}
table.inquest_tbl.tbl_2017102075 th.item{
	width: 200px;
}
table.inquest_tbl.tbl_2017102075 th.point{
	padding: 1px 10px 10px;
	width: 100px;
}
table.inquest_tbl.tbl_2017102075_2 th.item,
table.inquest_tbl.tbl_2017102075_5 th.item{
	padding: 1px 10px 10px;
	width: 13%;
}
table.inquest_tbl.tbl_2017102075_2 th.point,
table.inquest_tbl.tbl_2017102075_5 th.point{
	width: 15%;
}
table.inquest_tbl.tbl_2017102075_2 th.detail,
table.inquest_tbl.tbl_2017102075_5 th.detail{
	width: 72%;
}
table.inquest_tbl.tbl_2017102075 tbody th,
table.inquest_tbl.tbl_2017102075_2 tbody th,
table.inquest_tbl.tbl_2017102075_3 tbody th,
table.inquest_tbl.tbl_2017102075_4 tbody th,
table.inquest_tbl.tbl_2017102075_5 tbody th{
	background: #f5f5f5;
}

table.inquest_tbl p,
table.inquest_tbl ul{
	margin: 10px 10px 0;
}
table.inquest_tbl li{
	padding: 0 0 0 1em;
	text-indent: -1em;
}
table.inquest_tbl ul.inner_detail{
	margin: 0 10px 0;
}

table.standard_tbl {
	margin: 0 0 20px;
	border-collapse: collapse;
	border-spacing: 1px;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	line-height: 1.5;
}
table.standard_tbl th {
	padding: 1px 10px;
	vertical-align: top;
	border: 1px solid #bfbfbf;
	text-align: center;
}
table.standard_tbl td {
	padding: 0 0 10px;
	vertical-align: top;
	border: 1px solid #bfbfbf;
	border-bottom: none;
	text-align: left;
}
table.standard_tbl th.bw02,
table.standard_tbl td.bw02 {
	border: 2px solid #000;
}
table.standard_tbl td.bw02_2 {
	display: inline-block;
	border: 2px solid #000;
    box-sizing: border-box;
    width: 100%;
}
table.standard_tbl p,
table.standard_tbl ul{
	margin: 10px 8px 0;
}

table.standard_tbl.tbl_eejz9169,
table.standard_tbl.tbl_2016121366,
table.standard_tbl.tbl_2017021454,
table.standard_tbl.tbl_2017021454_2,
table.standard_tbl.tbl_2016121364,
table.standard_tbl.tbl_2017041590 {
	width: 100%;
}
table.standard_tbl.tbl_2017061677 th {
	width: 52px;
	text-align: left;
}
table.standard_tbl.tbl_eejz7739_2 {
	width: 885px;
}
table.standard_tbl.tbl_eejz9169 th.item {
	width: 5px;
	vertical-align: middle;
}
table.standard_tbl.tbl_eejz9169 th.point {
	width: 380px;
	vertical-align: middle;
}
table.standard_tbl.tbl_2016121366 .item{
	width: 120px;
}
table.standard_tbl.tbl_2017021454 td.item {
	width: 30px;
}
table.standard_tbl.tbl_2017021454_2 td {
	width: 25%;
}
table.standard_tbl.tbl_2016121364 td {
	width: 20%;
}
table.standard_tbl.tbl_2017041588 td,
table.standard_tbl.tbl_2017041588_2 td{
	vertical-align: middle;
}
table.standard_tbl.tbl_2017041588 tr:nth-child(1) td:nth-child(3),
table.standard_tbl.tbl_2017041588 tr:nth-child(3) td:nth-child(3),
table.standard_tbl.tbl_2017041588 tr:nth-child(9) td:nth-child(3),
table.standard_tbl.tbl_2017041588_2 tr:nth-child(1) td:nth-child(3),
table.standard_tbl.tbl_2017041588_2 tr:nth-child(5) td:nth-child(3){
	text-align: center;
}
table.standard_tbl.tbl_2016101141{
	margin: 0 auto;
}
table.standard_tbl.tbl_2016101141 th,
table.standard_tbl.tbl_2016101141 td{
	padding: 20px;
}
table.standard_tbl.tbl_2017041590 td {
	width: 250px;
}

table.inquest_tbl.tbl_jed97929 {
	width: 900px;
}

table.inquest_tbl.tbl_jed97929 th.item {
	width: 200px;
}
table.inquest_tbl.tbl_jed97929 th.point {
	width: 350px;
}

table.standard_tbl.tbl_2018011201 td,
table.standard_tbl.tbl_2018011201_2 td{
	vertical-align: middle;
}
table.standard_tbl.tbl_2018011201 tr:nth-child(1) td:nth-child(3),
table.standard_tbl.tbl_2018011201 tr:nth-child(4) td:nth-child(3),
table.standard_tbl.tbl_2018011201 tr:nth-child(10) td:nth-child(3),
table.standard_tbl.tbl_2018011201 tr:nth-child(13) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(1) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(5) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(10) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(15) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(20) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(25) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(29) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(33) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(36) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(39) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(45) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(47) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(49) td:nth-child(3){
	padding: 0 5px;
	text-align: center;
}
table.standard_tbl.tbl_2018011201_2 tr:last-child td:nth-child(2){
	padding: 5px 0;
}

/* 余白
----------------------------- */
.mb00 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb108 {margin-bottom:108px !important;}
.mb186 {margin-bottom:186px !important;}
.mb190 {margin-bottom:190px !important;}
.mb214 {margin-bottom:214px !important;}

.mt00 {margin-top:0px !important;}
.mt05 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt65 {margin-top:65px !important;}
.mt170 {margin-top:170px !important;}

.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml55 {margin-left:55px !important;}
.ml70 {margin-left:70px !important;}
.ml100 {margin-left:100px !important;}
.ml150 {margin-left:150px !important;}
.ml-50 {margin-left:-50px !important;}
.ml-100 {margin-left:-100px !important;}
.ml-200 {margin-left:-200px !important;}

.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr150 {margin-right:150px !important;}
.mr-250 {margin-right:-250px !important;}
.mr-262 {margin-right:-262px !important;}


/********************************************************************************

  02. forSP Layout
    *横幅が667px以下の場合
  

********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {

#column .section_wrap h4.bgYellow span,
#column .section_wrap h4.bgBlue span {
    display: block;
    float: left;
    margin: 0 10px 30px 0px;
}

.nte_content_document p.nte_btn_01.wid800 {
    width: 94%;
    padding: 10px 3%;
}

/* コンテンツ
----------------------------- */
#column .section_wrap h4 {
	padding:5px 5px;
	line-height:1.2;
}
#column .section_wrap h6.ttlInd,
#column .section_wrap h6.ttlInd2 {
	margin: 0 !important;
}

/* 20170314ADD */
.centerBox_x2,
.centerBox_x3 {
		width: 100%;
	}

.balloon_area {
	margin: 0 0 10px;
}
.balloon_area_wide {
	box-sizing: border-box;
	width: 100%;
}
.nte_content_document p.textRight{
	text-align: left;
}

/* 画像の回りこみ
----------------------------- */
.imgLeft {
	display: block;
	float:none;
	margin: 0 auto 25px;
}
.imgRight {
	display: block;
	float:none;
	margin: 0 auto 25px;
}

/* table
----------------------------- */
table.inquest_tbl { width: 100%; border:none; padding: 10px; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl th { display: none;}
table.inquest_tbl tr { display: block;}
table.inquest_tbl td {
	width: 100%;
	box-sizing: border-box;
	border-right: 1px solid #bfbfbf;
	border-bottom: none;
	display: block;
	padding: 0 0 10px;
}
table.inquest_tbl td:before {
	display: block;
	text-align: center;
}
table.inquest_tbl td:nth-of-type(1):before { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; background: #e5e5e5;}
table.inquest_tbl td:nth-of-type(2):before { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; background: #e5e5e5;}
table.inquest_tbl td:nth-of-type(3):before { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; background: #e5e5e5;}

table.inquest_tbl.tbl_2016101142,
table.inquest_tbl.tbl_2016101143,
table.inquest_tbl.tbl_eejy0714_2,
table.inquest_tbl.tbl_eejz7739,
table.inquest_tbl.tbl_eejz9169_2,
table.inquest_tbl.tbl_2016081082,
table.inquest_tbl.tbl_2017102075_2,
table.inquest_tbl.tbl_2017102075_5 {
	width: 100%;
}
table.inquest_tbl.tbl_2016101142 td:nth-of-type(1):before { content: "指導の流れ";}
table.inquest_tbl.tbl_2016101142 td:nth-of-type(2):before { content: "注意点";}
table.inquest_tbl.tbl_2016101143 td:nth-of-type(1):before { content: "Teaching Procedure";}
table.inquest_tbl.tbl_2016101143 td:nth-of-type(2):before { content: "Items to be stressed";}

table.inquest_tbl.tbl_eejy0714 td:nth-of-type(1):before { content: "活動名・目標（時数）"; border-top:none;}
table.inquest_tbl.tbl_eejy0714 td:nth-of-type(2):before { content: "主な活動"; border-top:none; background: #fff;}
table.inquest_tbl.tbl_eejy0714 td:nth-of-type(3):before { content: "ICT 利活用"; border-top:none; background: #fff;}

table.inquest_tbl.tbl_eejy0714_2 td:nth-of-type(1):before { content: "学習活動";}
table.inquest_tbl.tbl_eejy0714_2 td:nth-of-type(2):before { content: "指導上の留意点と評価";}
table.inquest_tbl.tbl_eejy0714_2 td:nth-of-type(3):before { content: "ICT 利活用";}

table.inquest_tbl.tbl_eejz7739 td:nth-of-type(1):before { content: "学 年　１年・２年"; border-top:none;}
table.inquest_tbl.tbl_eejz7739 td:nth-of-type(2):before { content: "学 年　３年"; border-top:none;}
table.inquest_tbl.tbl_eejz7739 td:nth-of-type(3):before { content: "学 年　４年・５年・６年"; border-top:none;}
table.inquest_tbl.tbl_eejz7739 tr:nth-of-type(1) p:before { content: "時 数"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_eejz7739 tr:nth-of-type(2) p:before { content: "指導者"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}

table.inquest_tbl td p:before {
	display: block;
	text-align: center;
	margin: -10px -10px 10px;
}
table.inquest_tbl.tbl_eejz9173 td:nth-of-type(1):before { content: "過程"; border-top:none;}
table.inquest_tbl.tbl_eejz9173 tr:nth-of-type(-n+4) td:nth-of-type(1) p:before { content: "導入"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_eejz9173 td:nth-of-type(2):before { content: "活動例"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_eejz9173 tr:nth-of-type(n+5) td:nth-of-type(1) p:before { content: "展開"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_eejz9173 tr:last-of-type td:nth-of-type(1) p:before { content: "まとめ"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}

table.inquest_tbl.tbl_eejz9169_2 td:nth-of-type(1):before { content: "児 童 の 活 動"; border-top:none;}
table.inquest_tbl.tbl_eejz9169_2 td:nth-of-type(2):before { content: "教 師 の 活 動（○担任 ●ALT，ST）"; border-top:none;}
table.inquest_tbl.tbl_eejz9169_2 td:nth-of-type(3):before { content: "学 年　４年・５年・６年"; border-top:none;}
table.inquest_tbl.tbl_eejz9169_2 tr:nth-of-type(1) p:before { content: "段階　Warm - up　５"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_eejz9169_2 tr:nth-of-type(2) p.ttl_sp:before { content: "段階　Main Activity　45"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}

table.inquest_tbl.tbl_2016121365 td.item,
table.inquest_tbl.tbl_2016121365 td.point {
	width: 100%;
}
table.inquest_tbl.tbl_2016111178 td.item {
	width: 100%;
	border-right: 1px solid #bfbfbf;
}
table.inquest_tbl.tbl_2016111178 td.point {
	width: 100%;
	border-top: 1px solid #fff;
}

table.inquest_tbl.tbl_2016081082 tr:nth-of-type(1) td:nth-of-type(1):before { content: "学 年　２年生"; border-top:none;}
table.inquest_tbl.tbl_2016081082 tr:nth-of-type(2) td:nth-of-type(1):before { content: "学 年　３年生"; border-top:none;}
table.inquest_tbl.tbl_2016081082 tr:nth-of-type(3) td:nth-of-type(1):before { content: "学 年　４年生"; border-top:none;}
table.inquest_tbl.tbl_2016081082 td:nth-of-type(1) p:before { content: "関連教科"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2016081082 td:nth-of-type(2) p:before { content: "学習内容"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2016081082 td:nth-of-type(3) p:before { content: "原語材料"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}

table.inquest_tbl.tbl_2017102075 tr:nth-of-type(1) td:nth-of-type(1):before { content: "外国語活動の授業時数"; border-top:none;}
table.inquest_tbl.tbl_2017102075 tr:nth-of-type(2) td:nth-of-type(1):before { content: "総授業時数"; border-top:none;}
table.inquest_tbl.tbl_2017102075 td:nth-of-type(1) p:before { content: "第 1 学年"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017102075 td:nth-of-type(2) p:before { content: "第 2 学年"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017102075 td:nth-of-type(3) p:before { content: "第 3 学年"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017102075 td:nth-of-type(4) p:before { content: "第 4 学年"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017102075 td:nth-of-type(5) p:before { content: "第 5 学年"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017102075 td:nth-of-type(6) p:before { content: "第 6 学年"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}

table.inquest_tbl.tbl_2017102075_2 tr:nth-of-type(1) td:nth-of-type(1):before { content: "意見番号　１"; border-top:none;}
table.inquest_tbl.tbl_2017102075_2 td:nth-of-type(1) p:before { content: "意見内容"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017102075_2 td:nth-of-type(2) p:nth-of-type(1):before { content: "主な理由"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}

table.inquest_tbl.tbl_2017102075_3 tr:nth-of-type(1) td:nth-of-type(1):before { content: "意見番号　２"; border-top:none;}
table.inquest_tbl.tbl_2017102075_3 tr:nth-of-type(2) td:nth-of-type(1):before { content: "意見番号　３"; border-top:none;}
table.inquest_tbl.tbl_2017102075_3 tr:nth-of-type(3) td:nth-of-type(1):before { content: "意見番号　４"; border-top:none;}

table.inquest_tbl.tbl_2017102075_4 tr:nth-of-type(1) td:nth-of-type(1):before { content: "意見番号　５"; border-top:none;}
table.inquest_tbl.tbl_2017102075_4 tr:nth-of-type(2) td:nth-of-type(1):before { content: "意見番号　６"; border-top:none;}

table.inquest_tbl.tbl_2017102075_5 tr:nth-of-type(1) td:nth-of-type(1):before { content: "意見番号　１"; border-top:none;}
table.inquest_tbl.tbl_2017102075_5 td:nth-of-type(1) p:before { content: "意見内容"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017102075_5 td:nth-of-type(2) p:nth-of-type(1):before { content: "回答"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}

table.standard_tbl.tbl_eejz7739_2,
table.standard_tbl.tbl_2017021454 {
	width: 100%;
}
table.standard_tbl.tbl_eejz7739_2 th {
	padding: 1px 2px;
    font-size: 90%;
}

table.standard_tbl.tbl_eejz9169,
table.standard_tbl.tbl_2017041590 {
	display: block;
    position: relative;
    overflow-x: auto;
}
table.standard_tbl.tbl_eejz9169 tbody,
table.standard_tbl.tbl_2017041590 tbody {
    width: auto;
    position: relative;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
table.standard_tbl.tbl_eejz9169 tr{
	width: 740px;
}
table.standard_tbl.tbl_2017041590 tr {
	width: 370px;
}
table.standard_tbl.tbl_eejz9169 th.point {
	width: 300px;
	vertical-align: middle;
}
table.standard_tbl.tbl_2017041590 td {
	width: 120px;
}
table.standard_tbl.tbl_2016121366 .item{
	width: 70px;
}
table.inquest_tbl.tbl_2017041589 tr:nth-child(2) td:nth-child(1),

table.inquest_tbl.tbl_2017041589_2 tr:nth-child(1) td:nth-child(3),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(2) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(2) td:nth-child(3),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(3) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(3) td:nth-child(2),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(4) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(4) td:nth-child(2),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(5) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(5) td:nth-child(2),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(6) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(6) td:nth-child(2),

table.inquest_tbl.tbl_2017041589_3 tr:nth-child(1) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(1) td:nth-child(3),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(2) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(2) td:nth-child(2),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(3) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(3) td:nth-child(2),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(4) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(4) td:nth-child(2),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(5) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(5) td:nth-child(2),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(6) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(6) td:nth-child(2){
	display: none;
}
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(1) td:nth-child(1),
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(1) td:nth-child(2){
	background-color: #e5e5e5;
}
table.inquest_tbl.tbl_2017041589_2 tr:nth-child(2) td:nth-child(2),
table.inquest_tbl.tbl_2017041589_3 tr:nth-child(1) td:nth-child(2){
	background-color: #f5f5f5;
}
table.standard_tbl.tbl_2017041588 td:nth-child(3),
table.standard_tbl.tbl_2017041588_2 td:nth-child(3){
	display: none;
}
table.standard_tbl.tbl_2016101141 th,
table.standard_tbl.tbl_2016101141 td{
	padding: 5px;
}

table.inquest_tbl.tbl_jed97929 {
	width: 100%;
}
table.inquest_tbl.tbl_jed97929 td:nth-of-type(1):before { content: "活動の流れ"; border-top:none;}
table.inquest_tbl.tbl_jed97929 td:nth-of-type(2):before { content: "活動の詳細"; border-top:none; background: #fff;}
table.inquest_tbl.tbl_jed97929 td:nth-of-type(3):before { content: "活動のポイント・児童の反応"; border-top:none; background: #fff;}

table.standard_tbl.tbl_2018011201 tr:nth-child(1) td:nth-child(3),
table.standard_tbl.tbl_2018011201_2 tr:nth-child(1) td:nth-child(3){
	padding: 0 5px;
	width: 30%;
}
table.standard_tbl.tbl_2018011201_2 tr:last-child td:nth-child(2) {
    text-align: center;
}
table.standard_tbl.tbl_2018011201_2 tr:last-child td:nth-child(2) img{
	height: 80px;
    width: auto;
}

/* フロート
----------------------------- */
.col_fln_sp {
	float:none;
}


/* 幅
----------------------------- */
.widauto_sp {width:auto;}
.wid90per_sp {width:90%;}
.wid150_sp {width:150px;}
.wid200_sp {width:200px;}

/* 余白
----------------------------- */
.mbauto_sp {margin-bottom:auto !important;}

.mt15_sp {margin-top:15px !important;}
.mt30_sp {margin-top:30px !important;}

.mlauto_sp {margin-left:auto !important;}
.ml00_sp {margin-left:0px !important;}
.ml10_sp {margin-left:10px !important;}
.ml15_sp {margin-left:15px !important;}

.mrauto_sp {margin-right:auto !important;}
.mr10_sp {margin-right:10px !important;}
.mr15_sp {margin-right:15px !important;}


}