@charset "UTF-8";
/* CSS Document */
.orange {
	color: #FF811A;
}
.red {
	color: #E60019;
}
.brown {
	color: #95590A;
}
.pink {
	color: #E95EB6;
}
.blue {
	color: #2196E7;
	text-decoration: underline;
}
.green {
	color: #038009;
	text-decoration: underline;
}
.purple {
	color: #A53CF5;
}
.pointUl {
	margin-left: 155px;
	margin-bottom: 35px;
}
.pointUl li {
	float: left;
}
.pointUl li a {
	margin-right: 20px;
}
dt {
	font-size: 108%;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
.pointUl {
	/*width:220px;*/
	margin: 0 auto 35px;
}
.pointUl li {
	float: none;
}
.pointUl li a {
	margin-right: 0;
}
}
.schedule dl {
	width: 100%;
	min-height: 130px;
	display: inline-block;
	vertical-align: top;
	background-color: #F6F3EE;
	padding: 15px;
	box-sizing: border-box;
}
.schedule dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#main .schedule dl dd {
	margin-bottom: 10px;
}
.schedule ul#year9001 {
	margin: 40px 0 20px 0;
}
.schedule ul#year9001 li {
	width: 210px;
	float: left;
	padding: 10px 0;
	background-color: #CCCCCC;
	position: relative;
	text-align: center;
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1.00) 0%, rgba(184, 229, 250, 1.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1.00) 0%, rgba(184, 229, 250, 1.00) 100%);
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 1.00) 0%, rgba(184, 229, 250, 1.00) 100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1.00) 0%, rgba(184, 229, 250, 1.00) 100%);
}
.schedule ul#year9001:after {
	/*//clearfix height: 0;*/
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.schedule ul#year9001 li:before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	right: -55px;
	width: 0;
	height: 0;
	border-top: solid 40px transparent;
	border-right: solid 40px transparent;
	border-bottom: solid 40px transparent;
	border-left: 20px solid #B8E5FA;
	z-index: 10;/*//黒が上に重なるように指定*/
}
.schedule ul#year9001 li:after {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-top: solid 40px transparent;
	border-right: solid 40px transparent;
	border-bottom: solid 40px transparent;
	border-left: solid 20px #fff;
}
.schedule ul#year9001 li:first-child:after {
	display: none;
}
.schedule ul#year14001 {
	margin: 40px 0 20px 0;
}
.schedule ul#year14001 li {
	width: 210px;
	float: left;
	padding: 10px 0;
	background-color: #CCCCCC;
	position: relative;
	text-align: center;
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1.00) 0%, rgba(211, 230, 154, 1.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1.00) 0%, rgba(211, 230, 154, 1.00) 100%);
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 1.00) 0%, rgba(211, 230, 154, 1.00) 100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1.00) 0%, rgba(211, 230, 154, 1.00) 100%);
}
.schedule ul#year14001:after {
	/*//clearfix height: 0;*/
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.schedule ul#year14001 li:before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	right: -55px;
	width: 0;
	height: 0;
	border-top: solid 40px transparent;
	border-right: solid 40px transparent;
	border-bottom: solid 40px transparent;
	border-left: 20px solid #D3E69A;
	z-index: 10;/*//黒が上に重なるように指定*/
}
.schedule ul#year14001 li:after {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-top: solid 40px transparent;
	border-right: solid 40px transparent;
	border-bottom: solid 40px transparent;
	border-left: solid 20px #fff;
}
.schedule ul#year14001 li:first-child:after {
	display: none;
}
.schedule ul#thing {
	margin: 20px 0 0 0;
}
.schedule ul#thing li {
	width: 210px;
	float: left;
	padding: 10px 0;
	position: relative;
	text-align: center;
}
.schedule ul#thing:after {
	/*//clearfix height: 0;*/
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.schedule ul#thing li:before {
	content: "";
	display: block;
	position: absolute;
	top: -60px;
	right: 80px;
	width: 0;
	height: 0;
	border-top: solid 20px transparent;
	border-right: solid 20px transparent;
	border-bottom: solid 40px #EB96A0;
	border-left: 20px solid transparent;
	z-index: 10;/*//黒が上に重なるように指定*/
}
.kikaku {
}
.kikaku p.txt {
	width: 230px;
	float: left;
	padding: 10px;
	background-color: #F6F3EE;
	min-height: 70px;
	margin-left: 19px;
}
.kikaku p.arrow {
	width: 110px;
	float: left;
	text-align: center;
	margin: 0 11px 0 20px;
	background: none;
	padding-top: 15px;
	padding-left: 11px;
}
.kikaku p.arrow img {
	width: 38px;
	margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
.kikaku p.txt {
	float: none;
	margin: 0 auto 20px !important;
}
.kikaku p.arrow {
	float: none;
	padding-top: 0;
	margin: 0 auto 20px !important;
}
.kikaku p.arrow img {
	width: 36px;
	margin: 0 auto;
}
}
.change dl {
	width: 340px;
	min-height: 130px;
	display: inline-block;
	vertical-align: top;
}
.change dt {
	background-color: #FCEFF7;
	padding: 15px;
	text-align: center;
	min-height: 45px;
	font-weight: bold;
}
.change dd {
	background-color: #F6F3EE;
	padding: 15px;
	min-height: 160px;
	word-break: break-all;
}
.change dd.arrow {
	background: none;
	min-height: 0;
	text-align: center;
	padding: 0;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
.change dl {
	width: 80%;
	margin: 0 auto 50px !important;
	display: block;
}
}
h4 {
	background-color: #E1F4FE;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.year {
	text-align: right;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
.year {
	display: block;
	text-align: right;
}
}
#main .chapterTtl {
	margin-top: 0;
}
.chapterBox {
	background-color: #F6F3EE;
	padding: 15px;
	margin-bottom: 20px;
}
.chapterBox ul li {
	margin-left: 1em;
}
.contentsBox {
/*border-bottom: solid 1px #ccc;*/
}
.contents {
	margin-bottom: 35px;
}
#main .inner .point dl {
	margin-bottom: 20px;
}
#main .inner .point p {
	margin-bottom: 1em;
}
.point dt {
	border: solid 2px #E60019;
	width: 20px;
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 0 5px;
	display: inline;
	margin-right: 10px;
	color: #E60019;
}
#main .point dd.fbox {
	position: relative;
	display: inline-block;
	padding: 10px;
	text-align: left;
	/*background-color:#ffffff;*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #feae31), color-stop(0.00, #efe457));
	background: -webkit-linear-gradient(#efe457, #feae31);
	background: -moz-linear-gradient(#efe457, #feae31);
	background: -o-linear-gradient(#efe457, #feae31);
	background: -ms-linear-gradient(#efe457, #feae31);
	background: linear-gradient(#efe457, #feae31);
	border: 1px solid #feae31;
	margin: 5px 5px 0px 5px;
	border-radius: 5px;
}
.point dd.fbox:after, .point dd.fbox:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
}
.point dd.fbox:after {
	top: 98%;
	left: 11px;
	border: 10px solid transparent;
	border-top: 10px solid #feae31; /*10px*/
}
.point dd.fbox:before {
	top: 100%;
	left: 10px;
	border: 11px solid transparent;
	border-top: 13px solid #feae31; /*13px*/
}
.contents .point {
	border: solid 1px #ccc;
	padding: 15px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #DBDBDB;
	box-shadow: 0px 0px 5px #DBDBDB;
	margin-bottom: 10px;
}
.contents li {
	text-indent: -0.5em;
	margin-left: 0.5em;
}
.legend {
	background-color: #eeeeee;
	padding: 15px;
	margin: 0;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
.migration .ready dd {
	margin: 10px 10px 25px 0;
	font-size: 108%;
}
.migration .ready dt {
	font-weight: bold;
	font-size: 123%;/*color: #1054A7;*/
}
/* flow */
.migration .flow {
	margin: 5px 0;
	/*background:url(../images/slim/flow_img.gif) no-repeat 439px 68px;*/
	padding-bottom: 10px;
}
.migration #main .flow h3 {
	margin-bottom: 30px;
}
.migration .flow .inner dl {
	font-size: 108%;
	line-height: 1.0;
	width: 404px;
}
.migration .flow dt {
	margin-bottom: 1em;
	font-weight: bold;
}
.migration .flow dd {
	margin-bottom: 15px;
	line-height: 1.3;
}
.migration .flow .inner dd.arrow {
	margin: 0 0 15px 70px;
}
.group01 dd.arrow {
	padding-left: 40px;
}
.group02 dd.arrow {
	padding-left: 40px;
}
.group03 dd.arrow {
	padding-left: 40px;
}
.none {
	display: none;
}
/*20160128追加*/
.endUl {
}
.endUl li {
	background-color: #FCEFF7;
	padding: 15px;
}
.scheduleDl {
	/*width:310px;*/
	background-color: #F6F3EE;
	padding: 15px;
}
.scheduleDl dt {
}
.scheduleDl dd {
}
.seminarBox {
	/*width:310px;*/
	border: 3px solid orange;
	padding: 15px;
	margin-bottom: 0px!important;
}
.seminarBox dt {
	font-size: 16px;
	font-weight: bold;
}
.seminarBox dd {
	margin-bottom: 0!important;
}
.contents span.right {
	display: block;
	font-size: 88%;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
.fltrt {
	float: none;
	margin-left: 0px;
	text-align: center;
}
.fltlft {
	float: none;
	margin-right: 0px;
	text-align: center;
}
.group01 dd.arrow {
	text-align: center;
	padding-left: 0px;
}
.group02 dd.arrow {
	text-align: center;
	padding-left: 0px;
}
.group03 dd.arrow {
	text-align: center;
	padding-left: 0px;
}
}
/*20170509追加*/
.dl_type01 {
}
.dl_type01 dt {
	color: #000;
	border: none;
	float: left;
	width: 70px;
}
.dl_type01 dd {
	margin-left: 90px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
}
table {
	border: solid 1px #c7c7bc;
	font-size: 108%;
	margin: 20px 10px 27px 0;
	line-height: 1.7;
}
table th {
	border: solid 1px #c7c7bc;
	background: #f7f9e4;
	color: #5a5a5a;
	font-weight: bold;
	padding: 7px 10px;
	vertical-align: middle;
	width: 168px;
}
table td {
	border: solid 1px #c7c7bc;
	padding: 7px 10px;
	width: 538px;
}
/*JISQ15001*/
.kosei2007 {
	/*width: 300px;
  float: left;*/
	background-color: #FBEEEF;
	padding: 10px 15px 10px 15px;
}
.kosei2007 dt {
}
.kosei2007 dd {
	font-size: 100%!important;
	margin: 0 0 0 1em;
}
.kosei2006 {
	/*width: 300px;
  float: right;*/
	background-color: #efefef;
	padding: 10px 15px 10px 15px;
}
.kosei2006 dt {
}
.kosei2006 dd {
	font-size: 100%!important;
	margin: 0 0 0 1em;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
.kosei2007 {
	width: 92.5%;
	float: none;
	padding: 10px 15px;
}
.kosei2006 {
	width: 92.5%;
	float: none;
	padding: 10px 15px;
}
}
