@charset "Shift_JIS";

/* Start of "Micro clearfix" */
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/* End of "Micro clearfix" */

/*  Common page style
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ex-marginTopNone {
	margin-top: 0 !important;
}
.ex-marginTop10 {
	margin-top: 10px !important;
}
.ex-marginTop15 {
	margin-top: 15px !important;
}
.ex-marginTop20 {
	margin-top: 20px !important;
}
.ex-marginTop30 {
	margin-top: 30px !important;
}
.ex-marginTop40 {
	margin-top: 40px !important;
}
.ex-marginTop50 {
	margin-top: 50px !important;
}
.ex-marginNone {
	margin: 0 !important;
}
.ex-marginBottomNone {
	margin-bottom: 0 !important;
}
.ex-marginBotton10 {
	margin-bottom: 10px !important;
}
.ex-marginBotton20 {
	margin-bottom: 20px !important;
}
.ex-marginBotton30 {
	margin-bottom: 30px !important;
}
.ex-marginBotton40 {
	margin-bottom: 40px !important;
}
.ex-marginBotton50 {
	margin-bottom: 50px !important;
}
.ex-alignLeft {
	text-align: left !important;
}
.ex-alignRignt {
	text-align: right !important;
}
.ex-alignCenter {
	text-align: center !important;
}

/*  page style
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,legend,input,textarea,section,article {
	margin: 0;
	padding: 0;
}
article {
	color: #000;
	font-size: 16px;
	font-family: 'Meiryo',arial,helvetica,clean,sans-serif;
	line-height: 1.5em;
	letter-spacing: 0;
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}
br {
	letter-spacing: 0;
}
img {
	border: 0;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
/*a {
	color: #000;
	text-decoration: none;
}*/
/*a:hover {
	opacity: 0.7;
}*/
.breadcrumbs, .breadcrumbs a {
    color: #83838f;
    font-size: 12px;
    margin-bottom: 10px;
}
.header_sub {
	margin: 25px 0 10px;
}
.orange {
	/* color: #faa74a; */
}
.green {
	/* color: #99ca3c; */
}
.blue {
	color: #6dcff6;
}
nav .ex_area {
	overflow: hidden;
	margin-bottom: 5px;
}
nav .ex_area a {
	font-size: 13px;
	line-height: 1.1em;
	text-decoration: none;
}
nav .ex_area a.gray {
	color: #808285;
	padding: 5px 0 0 8px;
	background-image: url(../images/arrow_gray.png);
	background-repeat: no-repeat;
	background-position: left 0px top 7px;
	float: left;
}
nav .ex_area a.gray:hover {
	color: #aaa;
	text-decoration: none;
}
nav .ex_area a.blue {
	color: #6dcff6;
	border: 1px solid #6dcff6;
	background-color:#ffffff;
	padding: 10px 5px 10px 15px;
	background-image: url(../images/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left 6px center;
	float: right;
}
nav .ex_area a.blue_current {
	border: 1px solid #6dcff6;
	color: #6dcff6;
	background-color: #e1f4fd;
	padding: 10px 5px 10px 15px;
	background-image: url(../images/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: left 6px center;
	float: right;
}
nav .ex_area a.blue:hover {
	border: 1px solid #6dcff6;
	color: #6dcff6;
	background-color: #e1f4fd;
	background-image: url(../images/arrow_blue.png);
	text-decoration: none;
}
nav ul {
	display: table;
	width: 100%;
}
nav ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
}
nav ul li a {
	display: block;
	background-color: #fff;
	margin-right: 5px;
	padding: 7px 0;
	text-decoration: none;
	font-size: 13px;
}
nav ul li a.last {
	margin-right: 0;
}
nav ul li a:hover {
	text-decoration: none;
}
nav ul li a.orange {
	color: #faa74a;
	border: 1px solid #faa74a;
	background-color: #ffffff;
/* 	background-color: #faa74a; */

	background-image: url(../images/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: left 3% center;
}
nav ul li a.orange_current {
	color: #faa74a;
	border: 1px solid #faa74a;
	background-color: #ffe1c1;
	background-image: url(../images/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: left 3% center;
}
nav ul li a.orange:hover {
	color: #faa74a;
	background-color: #ffe1c1;
	background-image: url(../images/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: left 3% center;
}
nav ul li a.green {
	color: #99ca3c;
	border: 1px solid #99ca3c;
	background-color: #ffffff;
/* 	color: #fff;
	border: 1px solid #99ca3c;
	background-color: #99ca3c; */
	background-image: url(../images/arrow_green.png);
	background-repeat: no-repeat;
	background-position: left 3% center;
}
nav ul li a.green_current {
	color: #99ca3c;
	border: 1px solid #99ca3c;
	background-color: #ddecc1;
	background-image: url(../images/arrow_green.png);
	background-repeat: no-repeat;
	background-position: left 3% center;
}
nav ul li a.green:hover {
	color: #99ca3c;
	background-color: #ddecc1;
	background-image: url(../images/arrow_green.png);
	background-repeat: no-repeat;
	background-position: left 3% center;
}





h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2em;
}
h1.h1box {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	margin: 20px 0 15px;
	padding: 0.5em 0 0.4em 10px;
}
h1.h1box.h1orange {
	color: #fff;
	background-color: #faa74a;
}
h1.h1box.h1green {
	color: #fff;
	background-color: #99ca3c;
}
h1.h1box.h1blue {
	color: #fff;
	background-color: #6dcff6;
}
.h1box_under {
	font-size: 22px;
	line-height: 1.2em;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
h2 {
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	margin: 15px 0 25px;
}
h3 {
	font-size: 27px;
	font-weight: bold;
	line-height: 27px;
	margin: 10px 0 15px;
}
h3.green {
	padding-left: 16px;
	background-image: url(../images/arrow_big_green.png);
	background-repeat: no-repeat;
	background-position: left center;
}
h3.orange {
	padding-left: 16px;
	background-image: url(../images/arrow_big_orange.png);
	background-repeat: no-repeat;
	background-position: left center;
}
h4 {
	color: #808285;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin: 10px 0;
}
h5 {
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 0.2em;
}
section {
	padding: 20px;
	display: block;
}
section.pt0 {
	padding: 0 20px 20px;
}
section.small {
	padding: 20px 150px;
}
.caution {
	color: #808285;
	font-size: 10px;
	line-height: 1.1em;
	margin-top: 0.7em;
}
.f14 {
	font-size: 14px;
}
.f10 {
	font-size: 10px;
}
.box {
	font-size: 0;
	width: 100%;
	float: none;
	height: auto;
}
.box .box_2 {
	font-size: 16px;
	width: 47%;
	vertical-align: top;
	display: inline-block;
	margin-right: 2%;
}
.box .box_3 {
	font-size: 16px;
	width: 31%;
	vertical-align: top;
	display: inline-block;
	margin-right: 1%;
}
.box .box_3.f14 {
	font-size: 14px;
	width: 31%;
	vertical-align: top;
	display: inline-block;
	margin-right: 1%;
}
.thumb {
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.thumb .thumb_detail {
	position: absolute;
	text-align: left;
	width: 500px;
	top: 0;
	right: 50px;
	z-index: 1000;
}
.thumb .thumb_detail.active-l {
	position: absolute;
	text-align: left;
	width: 313px;
	top: 169px;
	right: 145px;
	z-index: 1000;
}

.thumb .thumb_detail.px420 {
	position: absolute;
	text-align: left;
	width: 420px;
	top: 0;
	right: 50px;
	z-index: 1000;
}
.frame {
	border: 1px solid #808285;
	margin: 10px 0;
	padding: 20px;
}
.frame_mini_green {
	width: 90%;
	border: 1px solid #99ca3c;
	margin: 5px 0;
	padding: 2% 4%;
}
.imgbox {
	width: 100%;
	font-size: 0;
}
.imgbox div {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	/display: inline;
	/zoom: 1
}
.imgbox div.detail {
	width: 70%;
}
.imgbox div.detail_1200 {
	width: 1200px;
}
.imgbox div.detail_890 {
	width: 890px;
}
.imgbox div.detail_800 {
	width: 800px;
}
.imgbox div.detail_750 {
	width: 750px;
}
.imgbox div.detail_700 {
	width: 700px;
}
.imgbox div.detail_600 {
	width: 600px;
}
.imgbox div.detail_450 {
	width: 450px;
}
.imgbox div.detail_400 {
	width: 400px;
}
.imgbox div.img {
	width: 29%;
	margin-left: 1%;
	text-align: center;
}
.imgbox div.img_260 {
	width: 260px;
	margin-left: 10px;
	text-align: center;
}
.imgbox div.img_350 {
	width: 350px;
	margin-left: 10px;
	text-align: center;
}
.imgbox div.img_400 {
	width: 400px;
	margin-left: 10px;
	text-align: center;
}
.imgbox div.img_450 {
	width: 450px;
	margin-left: 10px;
	text-align: center;
}
.imgbox div.img_550 {
	width: 550px;
	margin-left: 10px;
	text-align: center;
}
.imgbox div.img_700 {
	width: 700px;
	margin-left: 10px;
	text-align: center;
}
.imgbox div.img_750 {
	width: 750px;
	margin-left: 10px;
	text-align: center;
}
.maker dt {
	float: left;
	width: 16px;
	height: 16px;
	padding-top: 2px;
}
.maker dd {
	padding-left: 21px;
}
.maker dd.title {
	font-size: 22px;
}
table.base {
	font-size: 16px;
	width: 100%;
	border-collapse: collapse;
}
table.base th {
	color: #000;
	padding: 10px;
	text-align: center;
	border: 1px solid #b9b9b9;
}
table.base th.bg_blue {
	background-color: #e1f4fd;
}
table.base td {
	padding: 10px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
table.base td.name {
	font-weight: bold;
	vertical-align: middle;
}
table.base td .detail {
	padding: 0.2em 0 0 1em;
}

/*map*/
section.LinkList {
	padding: 0 20px 20px;
}
section.LinkList ul {
    font-size: 0;
    overflow: hidden;
    padding: 5px 15px;
    background-color: #eee;
}
section.LinkList li {
	color: #000;
    display: inline-block;
    font-size: 14px;
    margin: 5px 95px 0 0;
    padding-left: 12px;
    vertical-align: top;
    background-image: url(../images/arrow_black.png);
	background-repeat: no-repeat;
	background-position: left 0px top 7px;
}
section.LinkList li a {
	color: #000;
	text-decoration: none;
}
section.LinkList li a:hover {
	color: #808285;
	text-decoration: none;
}
/*.追加*/

/*banner*/
.banner {
	width: 1000px;
	margin: 5px auto;
}
.banner img {
	width: 1000px;
}
.banner a {
	display: block;
}
.banner a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}
/*.banner*/

div.center {
	text-align: center;
}




/* index 180426*/
.map {
	position: relative;
	width: 1200px;
	height: 550px;
	margin: 50px auto 70px;
	background-image: url(../../common/images/map.png);
	background-repeat: no-repeat;
}
.map div:not(.img) a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 15px;
	font-size: 12px;
	line-height: 1.3;
}
.nolink a {
	pointer-events: none;
}
.map .lms {
	position: absolute;
	width: 174px;
	height: 29px;
	/* background-image: url(../images/lms_hover.png); */
	background-repeat: no-repeat;
	top: 232px;
	left: 40px;
}
.map .lms a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 174px;
	height: 29px;
	background-image: url(../images/map_btn_01.png);
	background-repeat: no-repeat;
}

.map .recording {
	position: absolute;
	top: 109px;
	left: 347px;
}
.map .recording a {
	background-color: #f39800;
}

.map .av_system {
	position: absolute;
	top: 264px;
	left: 315px;
}
.map .av_system a {
	background-color: #3eb370;
}

.map .groupwork {
	position: absolute;
	top: 110px;
	left: 555px;
}
.map .groupwork a {
	background-color: #3389ca;
}

.map .groupwork2 {
	position: absolute;
	top: 325px;
	left: 98px;
}
.map .groupwork2 a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 191px;
	height: 96px;
	background-image: url(../images/map_btn_05_2.png);
	background-repeat: no-repeat;
}

.map .testtesttest {
	position: absolute;
	top: 322px;
	left: 748px;
}
.map .testtesttest a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 175px;
	height: 96px;
	background-image: url(../images/map_btn_06.png);
	background-repeat: no-repeat;
}

.map .flip-teaching {
	position: absolute;
	top: 25px;
	left: 570px;
}
.map .flip-teaching a {
	background-color: #f39800;
}


.map .active-learning {
	position: absolute;
	width: 174px;
	height: 22px;
	/* background-image: url(../images/active-learning_hover.png); */
	background-repeat: no-repeat;
	top: 260px;
	left: 40px;
}
.map .active-learning a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 174px;
	height: 22px;
	background-image: url(../images/map_btn_04.png);
	background-repeat: no-repeat;
}

.map .maintenance {
	position: absolute;
	width: 125px;
	height: 125px;
	/* background-image: url(../images/maintenance_hover.png); */
	background-repeat: no-repeat;
	top: 403px;
	left: 1038px;
}
.map .maintenance a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 125px;
	height: 125px;
	background-image: url(../images/maintenance.png);
	background-repeat: no-repeat;
}

.map a:hover {
	opacity: .8;
}

/* 180426*/
.c5-notes{
	margin-left: 2em;
	text-indent: -2em;
	font-size: 0.8em;
}
.c5-notes_app{
	padding: 15px 20px;
	border: 1px solid #c2c2c2;
	border-radius: 10px;
	margin-top: 30px;
}
.c5-notes_app span,.c5-notes_app a{
	display:inline-block;
	vertical-align: middle;
}
.c5-notes_app a img{
	display:block;
}
.c5-dp_badge {
	position: relative;
}
.c5-dp_badge:after {
	position: absolute;
	top: -4px;
	right: -90px;
	width:64px;
	height:64px;
	z-index: 1;
	content: url(../images/lms/badge_dp.png);
}

/* 180509*/
nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4%;
  width: 0;
  height: 0;
  transform: translate(0,-50%);
  border-style: solid;
  border-width: 6px 0 6px 8px;
}

.h1box {
  color: #fff;
}
.bgcolor_lms {
  background-color: #9ac717;
}
.bgcolor_recording {
  background-color: #f39800;
}
.bgcolor_flipped-learning {
  background-color: #f39800;
}
.bgcolor_active-learning {
  background-color: #9f7126;
}
.bgcolor_collaborative-learning {
  background-color: #3389ca;
}
.bgcolor_review {
  background-color: #ed6d46;
}
.bgcolor_av_system {
  background-color: #3eb370;
}

nav ul li a.color_lms {
  color: #9ac717;
  border: 1px solid #9ac717;
  position: relative;
}
nav ul li a.color_lms::before {
  border-color: transparent transparent transparent #9ac717;
}
nav ul li a.color_lms.current {
  background: #f9fceb;
  pointer-events: none;
}
nav ul li a.color_lms:hover {
  background: #f9fceb;
}

nav ul li a.color_recording {
  color: #f39800;
  border: 1px solid #f39800;
  position: relative;
}
nav ul li a.color_recording::before {
  border-color: transparent transparent transparent #f39800;
}
nav ul li a.color_recording.current {
  background: #fcf7e3;
  pointer-events: none;
}
nav ul li a.color_recording:hover {
  background: #fcf7e3;
}

nav ul li a.color_flipped-learning {
  color: #f39800;
  border: 1px solid #f39800;
  position: relative;
}
nav ul li a.color_flipped-learning::before {
  border-color: transparent transparent transparent #f39800;
}
nav ul li a.color_flipped-learning.current {
  background: #fcf7e3;
  pointer-events: none;
}
nav ul li a.color_flipped-learning:hover {
  background: #fcf7e3;
}

nav ul li a.color_active-learning {
  color: #9f7126;
  border: 1px solid #9f7126;
  position: relative;
}
nav ul li a.color_active-learning::before {
  border-color: transparent transparent transparent #9f7126;
}
nav ul li a.color_active-learning.current {
  background: #efe3c8;
  pointer-events: none;
}
nav ul li a.color_active-learning:hover {
  background: #efe3c8;
}

nav ul li a.color_collaborative-learning {
  color: #3389ca;
  border: 1px solid #3389ca;
  position: relative;
}
nav ul li a.color_collaborative-learning::before {
  border-color: transparent transparent transparent #3389ca;
}
nav ul li a.color_collaborative-learning.current {
  background: #e4f7fc;
  pointer-events: none;
}
nav ul li a.color_collaborative-learning:hover {
  background: #e4f7fc;
}

nav ul li a.color_review {
  color: #ed6d46;
  border: 1px solid #ed6d46;
  position: relative;
}
nav ul li a.color_review::before {
  border-color: transparent transparent transparent #ed6d46;
}
nav ul li a.color_review.current {
  background: #f8e7dc;
  pointer-events: none;
}
nav ul li a.color_review:hover {
  background: #f8e7dc;
}

nav ul li a.color_av_system {
  color: #3eb370;
  border: 1px solid #3eb370;
  position: relative;
}
nav ul li a.color_av_system::before {
  border-color: transparent transparent transparent #3eb370;
}
nav ul li a.color_av_system.current {
  background: #ddf8f4;
  pointer-events: none;
}
nav ul li a.color_av_system:hover {
  background: #ddf8f4;
}


.boxWrap {
	display: flex;
}
.box_2 {
	width: 50%;
}
.imgInline {
	text-align: center;
}
.imgInline > div {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}