@charset "utf-8";
/*++++++++++++++
大地
++++++++++++++*/
.permanent-topbox {
	/* width: 60%; */
	/* float: right; */
	margin: 0 0 150px;
	overflow: hidden;
}

.permanent-topbox figure{
	width: 60%;
	float: right;
}

.permanent-topbox .permanent-pagetab{
	width: 35%;
	float: left;
}

.permanent-topbox .permanent-pagetab ul {
}

.permanent-topbox .permanent-pagetab li {
	align-items: center;
	/* border-radius: 100px; */
	margin: 0 0 20px;
	position: relative;
	background: #f7f7f7;
}

.permanent-topbox .permanent-pagetab li a {
	display:flex;
	transition: .3s;
	border-radius: 100px;
	opacity:1;
	padding: 10px 15px;
}

.permanent-topbox .permanent-pagetab li a:hover {
	opacity:0.8;
	transtion:.3s;
}

.permanent-topbox .permanent-pagetab li a:before {
	content:"";
	background: url(../images/common/next_w.svg) no-repeat center;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	transform: rotate(90deg);
	width: 20px;
}

.permanent-topbox .permanent-pagetab li b {
	background: #fff;
	width: 32px;
	height: 32px;
	margin: 0 15px 0 0;
	display: block;
	border-radius: 100px;
	/* color: #fff; */
	text-align: center;
	line-height: 2;
}

.permanent-topbox .permanent-pagetab li strong {
	margin: 0;
	color: #fff;
}
article {
	/* height: 500px; */
	position: relative;
	background: #fff;
	padding: 150px 0 130px;
	margin: 0;
}

article .inner {
	position:relative;
}

article .tag {
	position: absolute;
	width: 50px;
	text-align: center;
	padding: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5em;
	top: 10%;
}

article:nth-child(even){
	background: #f7f7f7;
}

article#p01:after,article#p03:after {
    content:"";
    background: url(../images/permanent/foot_l.gif) no-repeat;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    background-size: 100%;
}

article#p02:after,article#p04:after {
    content:"";
    background: url(../images/permanent/foot_r.gif) no-repeat;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    background-size: 100%;
}

article .tag:before {
	content:"";
}

/*float*/
.float {
	clear: both;
	overflow: hidden;
}

.float figure {
	width: 63%;
	float: right;
}

article#p02 .float figure,
article#p04 .float figure{
	float:left;
}

article#p02 .float .floatbox,
article#p04 .float .floatbox{
	float:right;
}

.float figure img {
	width:100%;
}

.float figure ul.flex {

}

.float figure ul.flex li {}

.float figure ul.flex li figure {
	float:none;
	width: 100%;
}

.float figure ul.flex li em {
	margin: 0 15px;
	line-height: 1.8;
	width: 90%;
}

.float .floatbox {
	width: 34%;
	float: left;
	position: relative;
}

/**/
article#p01 .inner:before {
	content:"1";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	left: 28%;
	font-size: 10em;
	line-height: 1;
	top: -1%;
	color: rgba(125,97,61,0.2);
}

article#p02 .inner:before {
	content:"2";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	right: 2%;
	font-size: 10em;
	line-height: 1;
	top: -9%;
	color: rgba(0,165,191,0.15);
}

article#p03 .inner:before {
	content:"3";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	left: 28%;
	font-size: 10em;
	line-height: 1;
	top: -6%;
	color: rgba(109, 160, 28, 0.1);
}

article#p04 .inner:before {
	content:"4";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	right: 0;
	font-size: 10em;
	line-height: 1;
	top: -3%;
	color: rgba(229, 129, 62, 0.2);
}

article#p05 .inner:before {
	content:"5";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	left: 28%;
	font-size: 10em;
	line-height: 1;
	top: -5%;
	color: rgba(216, 132, 198,0.2);
}
/**/

.float h3 b{
    font-weight: 700;
    font-size: 2.5em;
    border-bottom: 3px solid #111;
    padding: 0 0 10px;
}

.float .floatbox h6 {
	font-size:1.5em;
	/* margin: 0 0 10px; */
	line-height: 1.6;
}

.float .floatbox p {
    font-size:0.95em;
}

/**/
.point {
	clear: both;
	background: #fff;
	position: relative;
	margin: 40px 0 0;
	border: 2px solid #eee;
	border-radius: 3px;
	padding: 35px 19px 20px;
	box-sizing: border-box;
}

.point em.unde {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 5px;
	margin: 0 0 5px;
	line-height: 2.5;
	letter-spacing: 1px;
}
.pointer {
	width: auto;
	margin: 0 auto 0;
	position: absolute;
	top: -5%;
	left: 0;
}
.pointer span {
	display: inline-block;
	position: relative;
	z-index: 100;
	padding: 5px 20px 7px 35px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 1px;
	width: auto;
	margin: 0 0 0 20px;
}
.pointer span:before{
	content: "";
	background: url("../images/common/scale.png") no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 100%;
}

/*ハンズオン展示*/
.hanson {
	position: relative;
	padding: 40px 0;
	margin: 20px auto 0;
	max-width: 100%;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}

.hanson li {
	width:50%;
	align-items: flex-start;
}

.hanson li figure {
	width: 90%;
}

.hanson li div {margin: 0 20px;width: 100%;}

.hanson li b {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 1em;
	border-bottom: 2px solid #333;
	padding: 0 0 5px;
}

.hanson li div em {
	display:block;
}

/*ティラノロボット*/
.thirano {
	margin: -13% auto 0;
	overflow: hidden;
	position: relative;
	padding: 0 0 150px;
}

.thirano figure {
	width: 640px;
	margin: 0 50px 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
}

.thiranobox{
	float: left;
	width: 50%;
	/* background: #000; */
	margin: 200px 0 0;
	position: relative;
}

.thiranobox dt {
	color: #e5813e;
	margin: 0 0 20px;
	letter-spacing: 1px;
	position: relative;
	padding: 0 0 15px;
	font-size: 1.5em;
	margin: 0 0 30px;
}

.thiranobox dt:before {
    content:"";
    background: #e5813e;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.thiranobox dd {width: 90%;}

.thiranobox dd p {
	font-size: 0.9em;
	line-height: 2.2;
}

.thiranobox .data {
	border: 1px solid #333;
	font-weight: 300;
	padding: 10px 30px;
	font-size: 0.9em;
	display: inline-block;
	letter-spacing: 1px;
	text-align: left;
}

@media screen and (max-width: 1699px) {
/*++++++++++++++
大地
++++++++++++++*/
.permanent-topbox {
	/* width: 60%; */
	/* float: right; */
	margin: 0 0 150px;
	overflow: hidden;
}

.permanent-topbox figure{
	width: 60%;
	float: right;
}

.permanent-topbox .permanent-pagetab{
	width: 35%;
	float: left;
}

.permanent-topbox .permanent-pagetab ul {
}

.permanent-topbox .permanent-pagetab li {
	align-items: center;
	/* border-radius: 100px; */
	margin: 0 0 20px;
	position: relative;
	background: #f7f7f7;
}

.permanent-topbox .permanent-pagetab li a {
	display:flex;
	transition: .3s;
	border-radius: 100px;
	opacity:1;
	padding: 10px 15px;
}

.permanent-topbox .permanent-pagetab li a:hover {
}

.permanent-topbox .permanent-pagetab li a:before {
	content:"";
	background: url(../images/common/next_w.svg) no-repeat center;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	transform: rotate(90deg);
	width: 20px;
}

.permanent-topbox .permanent-pagetab li b {
	background: #fff;
	width: 32px;
	height: 32px;
	margin: 0 15px 0 0;
	display: block;
	border-radius: 100px;
	/* color: #fff; */
	text-align: center;
	line-height: 2;
}

.permanent-topbox .permanent-pagetab li strong {
	margin: 0;
	color: #fff;
}
article {
	/* height: 500px; */
	position: relative;
	background: #fff;
	padding: 150px 0 130px;
	margin: 0;
}

article .inner {
}

article .tag {
	position: absolute;
	width: 50px;
	text-align: center;
	padding: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5em;
	top: 10%;
}

article:nth-child(even){
}

article#p01:after,article#p03:after {
    content:"";
    background: url(../images/permanent/foot_l.gif) no-repeat;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background-size: 100%;
}

article#p02:after,article#p04:after {
    content:"";
    background: url(../images/permanent/foot_r.gif) no-repeat;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background-size: 100%;
}

article .tag:before {
	content:"";
}

/*float*/
.float {
}

.float figure {
}

article#p02 .float figure,
article#p04 .float figure{
	float:left;
}

article#p02 .float .floatbox,
article#p04 .float .floatbox{
	float:right;
}

.float figure img {
	width:100%;
}

.float figure ul.flex {

}

.float figure ul.flex li {}

.float figure ul.flex li figure {
	float:none;
	width: 100%;
}

.float figure ul.flex li em {
	margin: 0 15px;
	line-height: 1.8;
	width: 90%;
}

.float .floatbox {
}

/**/
article#p01 .inner:before {
font-size: 8em;
}

article#p02 .inner:before {
    font-size: 8em;
}

article#p03 .inner:before {
font-size: 8em;
}

article#p04 .inner:before {
font-size: 8em;
}

article#p05 .inner:before {font-size: 8em;}
/**/

.float h3 b{
    font-weight: 700;
    font-size: 2.5em;
    border-bottom: 3px solid #111;
    padding: 0 0 10px;
}

.float .floatbox h6 {
	font-size: 1.3em;
}

.float .floatbox p {
}

/**/
.point {
	clear: both;
	background: #fff;
	position: relative;
	margin: 40px 0 0;
	border: 2px solid #eee;
	border-radius: 3px;
	padding: 35px 19px 20px;
	box-sizing: border-box;
}

.point em.unde {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 5px;
	margin: 0 0 5px;
	line-height: 2.5;
	letter-spacing: 1px;
}
.pointer {
	width: auto;
	margin: 0 auto 0;
	position: absolute;
	top: -5%;
	left: 0;
}
.pointer span {
	display: inline-block;
	position: relative;
	z-index: 100;
	padding: 5px 20px 7px 35px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 1px;
	width: auto;
	margin: 0 0 0 20px;
}
.pointer span:before{
	content: "";
	background: url("../images/common/scale.png") no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 100%;
}

/*ハンズオン展示*/
.hanson {
	position: relative;
	padding: 40px 0;
	margin: 20px auto 0;
	max-width: 100%;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}

.hanson li {
	width:50%;
}

.hanson li figure {
	width: 90%;
}

.hanson li div {margin: 0 20px;width: 100%;}

.hanson li b {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 1em;
	border-bottom: 2px solid #333;
	padding: 0 0 5px;
}

.hanson li div em {
	display:block;
}

/*ティラノロボット*/
.thirano {
	margin: -13% auto 0;
	overflow: hidden;
	position: relative;
	padding: 0 0 150px;
}

.thirano figure {
	width: 550px;
}

.thiranobox{
	float: left;
	width: 50%;
	/* background: #000; */
	margin: 200px 0 0;
	position: relative;
}

.thiranobox dt {
	color: #e5813e;
	margin: 0 0 20px;
	letter-spacing: 1px;
	position: relative;
	padding: 0 0 15px;
	font-size: 1.5em;
	margin: 0 0 30px;
}

.thiranobox dt:before {
    content:"";
    background: #e5813e;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.thiranobox dd {width: 90%;}

.thiranobox dd p {
	font-size: 0.9em;
	line-height: 2.2;
}

.thiranobox .data {
	border: 1px solid #333;
	font-weight: 300;
	padding: 10px 30px;
	font-size: 0.9em;
	display: inline-block;
	letter-spacing: 1px;
	text-align: left;
}
}

@media screen and (max-width: 1299px) {
/*++++++++++++++
大地
++++++++++++++*/
.permanent-topbox {
	/* width: 60%; */
	/* float: right; */
	margin: 0 0 150px;
	overflow: hidden;
}

.permanent-topbox figure{
	width: 60%;
	float: right;
}

.permanent-topbox .permanent-pagetab{
	width: 35%;
	float: left;
}

.permanent-topbox .permanent-pagetab ul {
}

.permanent-topbox .permanent-pagetab li {
}

.permanent-topbox .permanent-pagetab li a {
}

.permanent-topbox .permanent-pagetab li a:hover {
}

.permanent-topbox .permanent-pagetab li a:before {
}

.permanent-topbox .permanent-pagetab li b {
}

.permanent-topbox .permanent-pagetab li strong {
}
article {
	/* height: 500px; */
	position: relative;
	background: #fff;
	padding: 150px 0 130px;
	margin: 0;
}

article .inner {
}

article .tag {
	position: absolute;
	width: 50px;
	text-align: center;
	padding: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5em;
	top: 10%;
}

article:nth-child(even){
}

article#p01:after,article#p03:after {
    width: 300px;
    height: 200px;
    background-size: 90%;
}

article#p02:after,article#p04:after {
    content:"";
    background: url(../images/permanent/foot_r.gif) no-repeat;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background-size: 100%;
}

article .tag:before {
	content:"";
}

/*float*/
.float {
}

.float figure {
}

article#p02 .float figure,
article#p04 .float figure{
	float:left;
}

article#p02 .float .floatbox,
article#p04 .float .floatbox{
	float:right;
}

.float figure img {
	width:100%;
}

.float figure ul.flex {

}

.float figure ul.flex li {}

.float figure ul.flex li figure {
	float:none;
	width: 100%;
}

.float figure ul.flex li em {
	margin: 0 15px;
	line-height: 1.8;
	width: 90%;
}

.float .floatbox {
}

/**/
article#p01 .inner:before {
	font-size: 7em;
}

article#p02 .inner:before {
	content:"2";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	right: 2%;
	font-size: 10em;
	line-height: 1;
	top: -9%;
	color: rgba(0,165,191,0.15);
}

article#p03 .inner:before {
	content:"3";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	left: 28%;
	font-size: 10em;
	line-height: 1;
	top: -6%;
	color: rgba(109, 160, 28, 0.1);
}

article#p04 .inner:before {
	content:"4";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	right: 0;
	font-size: 10em;
	line-height: 1;
	top: -3%;
	color: rgba(229, 129, 62, 0.2);
}

article#p05 .inner:before {
	content:"5";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	left: 28%;
	font-size: 10em;
	line-height: 1;
	top: -5%;
	color: rgba(216, 132, 198,0.2);
}
/**/

.float h3 b{
    font-size: 2em;
}

.float .floatbox h6 {
	font-size: 1.1em;
	letter-spacing: 0;
}

.float .floatbox p {
    font-size: 0.9em;
}

/**/
.point {
	clear: both;
	background: #fff;
	position: relative;
	margin: 40px 0 0;
	border: 2px solid #eee;
	border-radius: 3px;
	padding: 35px 19px 20px;
	box-sizing: border-box;
}

.point em.unde {
}
.pointer {
}
.pointer span {
}
.pointer span:before{
}

/*ハンズオン展示*/
.hanson {
}

.hanson li {
	width:50%;
}

.hanson li figure {
	width: 90%;
}

.hanson li div {margin: 0 20px;width: 100%;}

.hanson li b {
	font-size: 0.9em;
}

.hanson li div em {
	display:block;
}

/*ティラノロボット*/
.thirano {margin: -4% auto 0;}

.thirano figure {
	width: 500px;
,:;
}

.thiranobox{
	margin: 50px 0 0;
}

.thiranobox dt {
	font-size: 1.3em;
	margin: 0 0 10px;
}

.thiranobox dt:before {
    content:"";
    background: #e5813e;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.thiranobox dd {width: 70%;}

.thiranobox dd p {
}

.thiranobox .data {
	padding: 10px;
	font-size: 0.8em;
}
}

@media screen and (max-width: 1023px) {
/*++++++++++++++
大地
++++++++++++++*/
.permanent-topbox {
}

.permanent-topbox figure{
	width: auto;
	float: none;
}

.permanent-topbox .permanent-pagetab{
	width: auto;
	float: none;
}

.permanent-topbox .permanent-pagetab ul {
}

.permanent-topbox .permanent-pagetab li {
	align-items: center;
	/* border-radius: 100px; */
	margin: 0 0 20px;
	position: relative;
	background: #f7f7f7;
}

.permanent-topbox .permanent-pagetab li a {
}

.permanent-topbox .permanent-pagetab li a:hover {
}

.permanent-topbox .permanent-pagetab li a:before {
}

.permanent-topbox .permanent-pagetab li b {
	background: #fff;
	width: 32px;
	height: 32px;
	margin: 0 15px 0 0;
	display: block;
	border-radius: 100px;
	/* color: #fff; */
	text-align: center;
	line-height: 2;
}

.permanent-topbox .permanent-pagetab li strong {
}
article {
	padding: 50px 0 100px;
	margin: 0;
}

article .inner {max-width: 90%;}

article .tag {
	position: absolute;
	width: 50px;
	text-align: center;
	padding: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5em;
	top: 10%;
}

article:nth-child(even){
}

article#p01:after,article#p03:after {
    width: 200px;
    height: 100px;
}

article#p02:after,article#p04:after {
    width: 200px;
    height: 100px;
}

article .tag:before {
	content:"";
}

/*float*/
.float {
}

.float figure {
	width: auto;
	float: none;
	margin: 0 0 30px;
}

article#p02 .float figure,
article#p04 .float figure{
	float:left;
}

article#p02 .float .floatbox,
article#p04 .float .floatbox{
}

.float figure img {
	width:100%;
}

.float figure ul.flex {

}

.float figure ul.flex li {}

.float figure ul.flex li figure {
	float:none;
	width: 100%;
	margin: 0;
}

.float figure ul.flex li em {
	margin: 0 15px;
	line-height: 1.8;
	width: 90%;
}

.float .floatbox {
	width: auto;
	float: none;
}

/**/
article#p01 .inner:before {
	z-index: 1;
	right: 2%;
	left: inherit;
	top: -5%;
}

article#p02 .inner:before {z-index: 1;top: -5%;}

article#p03 .inner:before {z-index: 1;right: 2%;left: inherit;}

article#p04 .inner:before {
	z-index: 1;
}

article#p05 .inner:before {
	z-index: 1;
	right: 2%;
	left: inherit;
}
/**/

.float h3 b{font-size: 1.8em;}

.float .floatbox h6 {
}

.float .floatbox p {
}

/**/
.point {
}

.point em.unde {
}
.pointer {
}
.pointer span {
}
.pointer span:before{
}

/*ハンズオン展示*/
.hanson {
	padding:40px 0 20px;
}
.hanson ul {
    display: block;
}

.hanson li {
	width: 100%;
	margin: 0 0 20px;
}

.hanson li figure {
	width: 90%;
	margin: 0;
}

.hanson li div {margin: 0 20px;width: 100%;}

.hanson li b {
}

.hanson li div em {
	display:block;
}

/*ティラノロボット*/
.thirano {
}

.thirano figure {
    position: relative;
}

.thiranobox{
	float: none;
	width: auto;
	margin: 50px 0 0;
}

.thiranobox dt {
}

.thiranobox dt:before {
    content:"";
    background: #e5813e;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.thiranobox dd {width: 90%;}

.thiranobox dd p {
}

.thiranobox .data {
}
}

@media screen and (max-width: 767px) {
/*++++++++++++++
大地
++++++++++++++*/
.permanent-topbox {
	margin: 0 0 100px;
}

.permanent-topbox figure{
	width: 60%;
	float: right;
}

.permanent-topbox .permanent-pagetab{
	width: 35%;
	float: left;
}

.permanent-topbox .permanent-pagetab ul {
}

.permanent-topbox .permanent-pagetab li {
}

.permanent-topbox .permanent-pagetab li a {
	padding: 5px 10px;
}

.permanent-topbox .permanent-pagetab li a:hover {
}

.permanent-topbox .permanent-pagetab li a:before {
}

.permanent-topbox .permanent-pagetab li b {
	width: 28px;
	height: 28px;
	line-height: 1.6;
}

.permanent-topbox .permanent-pagetab li strong {
}
article {
}

article .inner {
	position:relative;
}

article .tag {
	position: absolute;
	width: 50px;
	text-align: center;
	padding: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5em;
	top: 10%;
}

article:nth-child(even){
}

article#p01:after,article#p03:after {
}

article#p02:after,article#p04:after {
}

article .tag:before {
	content:"";
}

/*float*/
.float {
}

.float figure {
}

article#p02 .float figure,
article#p04 .float figure{
}

article#p02 .float .floatbox,
article#p04 .float .floatbox{
}

.float figure ul.flex {display: flex;}

.float figure ul.flex li {
    display: flex;
}

.float figure ul.flex li figure {
	float:none;
	/* width: 25%; */
}

.float figure ul.flex li em {
	margin: 0 15px;
	line-height: 1.8;
	width: 90%;
}

.float .floatbox {
}

/**/
article#p01 .inner:before {
}

article#p02 .inner:before {
}

article#p03 .inner:before {
}

article#p04 .inner:before {
	content:"4";
	font-family: 'Oswald', sans-serif;
	position: absolute;
	right: 0;
	font-size: 10em;
	line-height: 1;
	top: -3%;
	color: rgba(229, 129, 62, 0.2);
}

article#p05 .inner:before {
}
/**/

.float h3 b{
}

.float .floatbox h6 {
}

.float .floatbox p {
}

/**/
.point {
}

.point em.unde {font-size: 0.8em;}
.hanson ul {display: block;}
.pointer span {
}
.pointer span:before{
}

/*ハンズオン展示*/
.hanson {
}

.hanson li {
    display: flex;
}

.hanson li figure {
	width: 90%;
}

.hanson li div {margin: 0 20px;width: 100%;}

.hanson li b {
}

.hanson li div em {
	display:block;
	font-size: 0.8em;
}

/*ティラノロボット*/
.thirano {
}

.thirano figure {
}

.thiranobox{
}

.thiranobox dt {
}

.thiranobox dt:before {
    content:"";
    background: #e5813e;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.thiranobox dd {
    width: auto;
}

.thiranobox dd p {font-size: 0.8em;}

.thiranobox .data {
}
}

@media screen and (max-width: 480px) {
/*++++++++++++++
大地
++++++++++++++*/
.permanent-topbox {
}

.permanent-topbox figure{
	width: auto;
	float: none;
}

.permanent-topbox .permanent-pagetab{
	width: auto;
	float: none;
}

.permanent-topbox .permanent-pagetab ul {
}

.permanent-topbox .permanent-pagetab li {
	margin: 0 0 15px;
}

.permanent-topbox .permanent-pagetab li a {
}

.permanent-topbox .permanent-pagetab li a:hover {
	opacity:0.8;
	transtion:.3s;
}

.permanent-topbox .permanent-pagetab li a:before {
	content:"";
	background: url(../images/common/next_w.svg) no-repeat center;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	transform: rotate(90deg);
	width: 20px;
}

.permanent-topbox .permanent-pagetab li b {
}

.permanent-topbox .permanent-pagetab li strong {
}
article {
}

article .inner {
	position:relative;
}

article .tag {
	position: absolute;
	width: 50px;
	text-align: center;
	padding: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5em;
	top: 10%;
}

article:nth-child(even){
}

article#p01:after,article#p03:after {
}

article#p02:after,article#p04:after {
}

article .tag:before {
	content:"";
}

/*float*/
.float figure {
	margin: 0 0 10px;
}

article#p02 .float figure,
article#p04 .float figure{
	float: none;
}

article#p02 .float .floatbox,
article#p04 .float .floatbox{
	float: none;
}

.float figure img {
	width:100%;
}

.float figure ul.flex {display: block;}

.float figure ul.flex li {
    margin: 0 0 17px;
}

.float figure ul.flex li figure {
	float:none;
	width: 100%;
}

.float figure ul.flex li em {
	margin: 0 15px;
	line-height: 1.8;
	width: 90%;
}


/**/
article#p01 .inner:before {font-size: 6em;top: 42%;}

article#p02 .inner:before {font-size: 6em;top: 15.5%;}

article#p03 .inner:before {top: 14%;font-size: 6em;}

article#p04 .inner:before {top: 11%;font-size: 6em;}

article#p05 .inner:before {top: 28%;font-size: 6em;}
/**/

.float h3 b{font-size: 1.5em; padding: 0 0 5px;}

.float .floatbox h6 {
}

.float .floatbox p {
}

/**/
.point {
}

.point em.unde {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 5px;
	margin: 0 0 5px;
	line-height: 2.5;
	letter-spacing: 1px;
}
.pointer {top: -3%;}
.pointer span {
}
.pointer span:before{
}

/*ハンズオン展示*/
.hanson {clear: both;}

.hanson li {
	width: auto;
	margin: 0 0 40px;
	align-items: flex-start;
	display: block;
}

.hanson li figure {
	width: 80%;
	margin: 0 auto 20px;
:;
}

.hanson li div {
    margin: 0 auto;
    width: 80%;: r;
}

.hanson li b {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 1em;
	border-bottom: 2px solid #333;
	padding: 0 0 5px;
}

.hanson li div em {
	display:block;
}

/*ティラノロボット*/
.thirano {
}

.thirano figure {
	width: 100%;
}

.thiranobox{
}

.thiranobox dt {letter-spacing: 0;font-size: 1.2em;}

.thiranobox dt:before {
    content:"";
    background: #e5813e;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.thiranobox dd {width: auto;}

.thiranobox dd p {
}

.thiranobox .data {
}
}