﻿@charset "utf-8";

/*--------------------------------------------------------

  download
  
  01. forPC Layout
  
  02. forSP Layout

--------------------------------------------------------*/



/********************************************************************************

  01. forPC Layout

********************************************************************************/

/* common
   ========================================================================== */
a {background-color: transparent;color: #000; color: #54a3c4; text-decoration: none;}
a:active, a:hover, a:focus {outline: 0; color: #54a3c4; text-decoration: none;}
a:hover {color: #54a3c4;}


.nte_content_document p {
	line-height:1.4;
	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;
}

.markerline {
	background: #e5e5e5; 
}

.centerBox {
	overflow: hidden;
	margin: 0 auto;
}

.centerBox_x2,
.centerBox_x3 {
	width: 850px;
}

/* 画像の回りこみ
----------------------------- */
.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;
}

/* 幅
----------------------------- */
.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;
	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 thead th {background: #d7e0a7;}

table.inquest_tbl.tbl_01 th.detail {width: 480px;}
table.inquest_tbl.tbl_01 th.data {width: 172px;}
table.inquest_tbl.tbl_01 th.time {width: 180px;}

table.inquest_tbl.tbl_02 th.item {width: 40px;}
table.inquest_tbl.tbl_02 th.detail {width: 620px;}
table.inquest_tbl.tbl_02 th.data {width: 172px;}

table.inquest_tbl.tbl_cxez7953 th.data {width: 330px;}
table.inquest_tbl.tbl_cxez7953 th.time {width: 172px;}

table.inquest_tbl.tbl_2017068175 th.item {width: 200px;}
table.inquest_tbl.tbl_2017068175 th.detail {width: 340px;}
table.inquest_tbl.tbl_2017068175 th.data {width: 172px;}
table.inquest_tbl.tbl_2017068175 th.time {width: 120px;}

table.inquest_tbl.tbl_2017058145 th.item {width: 200px;}
table.inquest_tbl.tbl_2017058145 th.detail {width: 340px;}
table.inquest_tbl.tbl_2017058145 th.data {width: 172px;}
table.inquest_tbl.tbl_2017058145 th.time {width: 120px;}

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 p,
table.standard_tbl ul{
	margin: 10px 10px 0;
}

/* 幅
----------------------------- */
.wid510 {width:510px;}
.wid550 {width:550px;}

/* 余白
----------------------------- */
.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;}


/********************************************************************************

  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: #d7e0a7;}
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 td p:before {
	display: block;
	text-align: center;
	margin: -10px -10px 10px;
}
table.inquest_tbl.tbl_01 td:nth-of-type(1):before { content: "内容"; border-top:none; background: #d7e0a7; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_01 td:nth-of-type(2):before { content: "データ"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_01 td:nth-of-type(3):before { content: "判型，ページ数"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_01 td:nth-of-type(3) p {text-align: center;}

table.inquest_tbl.tbl_02 td:nth-of-type(1):before { content: "内容"; border-top:none; background: #d7e0a7; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_02 td:nth-of-type(2):before { content: "データ"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_02 td:nth-of-type(3):before { content: "判型，ページ数"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_02 td:nth-of-type(3) p {text-align: center;}

table.inquest_tbl.tbl_cxez7953 td:nth-of-type(1):before { content: "データ"; border-top:none; background: #d7e0a7; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_cxez7953 td:nth-of-type(3):before { content: "再生時間"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_cxez7953 td:nth-of-type(3) p {text-align: center;}

table.inquest_tbl.tbl_2017068175 td:nth-of-type(1):before { content: "インタビュー動画の内容"; border-top:none;}
table.inquest_tbl.tbl_2017068175 td:nth-of-type(1) p:before { content: "内容"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017068175 td:nth-of-type(2):before { content: "データ"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_2017068175 td:nth-of-type(3):before { content: "再生時間"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_2017068175 td:nth-of-type(3) p {text-align: center;}

table.inquest_tbl.tbl_2017058145 tr:nth-of-type(-n+5) td:nth-of-type(1):before { content: "インタビュー動画の内容"; border-top:none;}
table.inquest_tbl.tbl_2017058145 td:nth-of-type(1) p:before { content: "内容"; border-top:none; background: #f5f5f5; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017058145 td:nth-of-type(2):before { content: "データ"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_2017058145 td:nth-of-type(3):before { content: "時間，頁数など"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_2017058145 td:nth-of-type(3) p {text-align: center;}
table.inquest_tbl.tbl_2017058145 tr:nth-of-type(6) td:nth-of-type(1):before { content: "チェックシート"; border-top:none; border-bottom: 1px solid #bfbfbf;}
table.inquest_tbl.tbl_2017058145 tr:nth-of-type(7) td:nth-of-type(1):before { content: "データ"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_2017058145 tr:nth-of-type(7) td:nth-of-type(2):before { content: "時間，頁数など"; border-top:none; background: #f5f5f5;}
table.inquest_tbl.tbl_2017058145 tr:nth-of-type(7) td:nth-of-type(2) p {text-align: center;}

/* 幅
----------------------------- */
.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;}


}