@charset "Shift_JIS";

/* **************************************************

Name: ft.css

Create: 2023.10
update: 

Copyright 2023 Hitachi, Ltd.

***************************************************** */
body {
		overflow:hidden;
}
/* 
======================================================== */


.Grid4 {
	background-color: #3499D1; 
}

/*--- 全体 ---*/
#FieldTrip {
	display: flex;
	background-color: #3499D1;
	background-image: url(/products/it/lumada/spcon/fieldtrip/images/bg_img_01.jpg);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#FieldTrip {
		display: flex;
		background-color: #3499D1;
		background-image: url(/products/it/lumada/spcon/fieldtrip/images/bg_img_01.jpg);
		background-attachment: local;
		background-position: bottom left;
		background-repeat: no-repeat;
	}
}

/*--- 両サイド ---*/
.FtOutside {
	flex:1; 
}

/*--- 中央 ---*/
.FtMain {
	width: 1275px;
	display: flex;
	justify-content: center;
}

/*--- 中央の左 ---*/
.FtMainLeft {
	position: relative;
	min-width: 20%;
	padding-right:10px;
	box-sizing:border-box;
}

.TOCArea {
	position: fixed;
	top: 30%;
	z-index: 1;
	max-width: 200px;
	width: 18%;
	margin-left: 16px;
}

@media screen and (max-width: 994px) {
	.TOCArea {
		position: static;
		width:98%;
		margin-top: 100px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 767px) {
	.TOCArea {
		position: fixed;
		top: 16%;
		left: 4%;
		width: 5%;
		background-color: #fff;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		padding: 0 10px 4px 0;
		display:none; /*-- 一覧ページ作成時削除 --*/
	}
}
@media screen and (max-width: 579px) {
	.TOCArea {
		position: fixed;
		top: 16%;
		left: 2%;
		width: 5%;
		background-color: #fff;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		padding: 0 10px 4px 0;
	}

}
@media screen and (max-width: 399px) {
	.TOCArea {
		position: fixed;
		top: 16%;
		left: 0;
		width: 5%;
		background-color: #fff;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		padding: 0 10px 4px 0;
	}
}


.TOCArea .ImgOnlyStyle {
	margin: 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.TOCArea .ImgOnlyStyle {
		display:none;
	}
}
.TOCArea .ImgOnlyStyle img {
	margin: 0;
}

.TOCArea .TOCTitle {
	margin: 0;
	position: absolute;
	top:8%;
	left:28%;
	font-weight:bold;
}
@media screen and (max-width: 994px) {
	.TOCArea .TOCTitle {
		top:120px;
	}
}
@media screen and (max-width: 767px) {
		.TOCArea .TOCTitle {
		display:none;
	}
}
.TOCArea ul.LinkListStyle1 {
	background-color: #fff;
	margin: 0;
}
@media screen and (max-width: 767px) {
		.TOCArea ul.LinkListStyle1 {
		display:none;
	}
}

.TOCArea ul.LinkListStyle1 li {
	list-style-type: disc;
	line-height: 1.2em;
	margin-bottom: 8px;
	margin-left: 22px;
	padding: 0 4px 0 0;
	list-style-position: outside;
}
.TOCArea ul.LinkListStyle1 li:last-child {
	margin-bottom:0;
}

.TOCArea ul.LinkListStyle1 li a:link,
.TOCArea ul.LinkListStyle1 li a:visited {
	color: #17316D;
	text-decoration: none;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}
.TOCArea ul.LinkListStyle1 li a:hover,
.TOCArea ul.LinkListStyle1 li a:active {
	color: #17316D;
	text-decoration: underline;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}
.TOCArea ul.LinkListStyle1 li::marker {
	font-size: 0.6em;
}

.TOCArea .TOCIndex{
	position: absolute;
	bottom: 8%;
	left: 30%;
	z-index: 1;
}
@media screen and (max-width: 994px) {
	.TOCArea .TOCIndex{
		position: absolute;
		bottom: auto;
		margin-top:10px;
	}
}
@media screen and (max-width: 767px) {
	.TOCArea .TOCIndex{
		position: relative;
		top: 0;
		left: 0;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

.TOCArea .TOCIndex a:link,
.TOCArea .TOCIndex a:visited {
	color: #17316D;
	text-decoration: none;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 17px 0 0;
}

.TOCArea .TOCIndex a:hover,
.TOCArea .TOCIndex a:active {
	color: #17316D;
	text-decoration: underline;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 17px 0 0;
}
@media screen and (max-width: 767px) {

	.TOCArea .TOCIndex a:link,
	.TOCArea .TOCIndex a:visited {

		background-position: 4px bottom;
		padding: 0 0 20px 0;
	}

	.TOCArea .TOCIndex a:hover,
	.TOCArea .TOCIndex a:active {

		background-position: 4px bottom;
		padding: 0 0 20px 0;
	}
}


/*--- 中央のメインコンテンツ ---*/
.FtMainCenter {
	min-width: 60%;
	background-color: #fff;
	background-image: url(/products/it/lumada/spcon/fieldtrip/images/bg_img_02.jpg);
	background-position: bottom 112px center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.FtMainCenter {
		min-width: 80%;
		z-index: 1;
	}
}

.TitleArea {
	margin: 0;
	text-align: center;
}

.TitleBubble {
	position: relative;
	display: inline-block;
	margin: 0 16px 40px;
	padding: 12px;
	min-width: 120px;
	max-width: 100%;
	background: #FFEAA6;
	border-radius: 60px;
	border: 4px solid #D10900;
}
@media screen and (max-width: 767px) {
	.TitleBubble {
		margin: 0 8px 30px;
	}
}
.TitleBubble:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 30%;
	top: -18px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #D10900;
	border-left: 15px solid transparent;
}
.TitleBubble:after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 30%;
	top: -12px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #FFEAA6;
	border-left: 15px solid transparent;
}
.TitleBubble h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 1em;
	padding: 10px 10px 0 10px;
}
@media screen and (max-width: 767px) {
	.TitleBubble h1 {
		font-size: 26px;
	}
}

.TitleArea p.LeadText {
	text-align: left;
	margin: 0 20px;
}
.TitleArea p.MovieText {
	text-align: left;
	margin: 30px 20px 0 20px;
}

.MovieArea {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin: 0 20px 50px;
}

 
.MovieArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Section {
	margin: 0 20px;
}

@media screen and (max-width: 767px) {
	.Section {
		margin: 0 10px;
	}
}
.Section p.ImgOnlyStyle {
	margin: 30px 0;
}
.Section p.ImgOnlyStyle img{
	padding: 8px;
	border: 1px solid #333;
	background-color: #fff;
	box-sizing:border-box;
}


h2{
	padding: 6px 12px ;
	border-left: solid 6px #E86223;
	font-size: 28px;
	background-image: none;
	line-height:1em;
	margin: 16px 0 20px;
}
@media screen and (max-width: 767px) {
	.JS h2{
		font-size: 22px;
	margin: 16px 0 20px;
	}
}

.mt20 {
	margin-top: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.BoxPatternB {
	border-radius: 4px;
	background-color: #FFF2EC;
}

.BoxPatternB p.ImgOnlyStyle {
	margin: 0 0 15px 0;
}

.BoxPatternB p.ImgOnlyStyle img {
	border:none;
	background:none;
	padding:0;
	margin:0;
}

.BoxPatternB ul li {
	list-style-type: disc;
	margin-bottom: 8px;
	margin-left: 22px;
	padding: 0 4px 0 0;
	list-style-position: outside;
}

dl.ConvoArea dd {
	margin-left: 60px;/*苗字の文字数増えたらここを変える*/
	margin-top: -24px;
	margin-bottom: 16px;
	padding-left: 10px;
}
@media screen and (max-width: 579px) {
dl.ConvoArea dd {
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 16px;
	padding-left: 10px;
}
}

dl.ConvoArea dd.BlueLine {
	border-left: 2px solid #008fb1;
}
dl.ConvoArea dd.RedLine {
	border-left: 2px solid #D10B00;
}


.ReportBackArea {
	padding: 12px 20px;
	margin: 30px;
	border-left: 7px dotted #cacaca;
	background-color: #fff;
	outline: 3px solid #e86223;
	outline-offset: 0.5em;
	position: relative;
}
@media screen and (max-width: 767px) {
	.ReportBackArea {
		margin: 30px 20px;
	}
}

.ReportBackArea:after {
	content: '';
	position: absolute;
	right: calc(-0.5em - 3px);
	top: calc(-0.5em - 3px);
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #e86223 #fff #e86223;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.CastArea {
	background-color: #FFF2EC;
	margin: 60px 20px;
	padding: 10px 20px 20px;
	border-radius: 6px;
}
@media screen and (max-width: 767px) {
	.CastArea {
		margin: 60px 10px;
	}
}
dl.Name01 {
	border-bottom: 1px dotted #fec2a6;
	margin: 10px 0;
}

.CastArea dl dd {
	margin-left: 100px;/*名前の文字数増えたらここを変える*/
	margin-top: -26px;
	padding-left: 10px;
}

.RelatedLinkArea {
	border: 2px solid #feded0;
	border-radius: 6px;
	margin: 30px 20px 10px;
	padding: 10px 20px;
}
@media screen and (max-width: 767px) {
	.RelatedLinkArea {
		margin: 30px 10px 10px;
	}
}
.RelatedLinkArea a {
	color: #17316D;
}

.RelatedLinkArea ul.LinkListStyle1 li a:link,
.RelatedLinkArea ul.LinkListStyle1 li a:visited {
	color: #17316D;
	text-decoration: none;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}
.RelatedLinkArea ul.LinkListStyle1 li a:hover,
.RelatedLinkArea ul.LinkListStyle1 li a:active {
	color: #17316D;
	text-decoration: underline;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}
.RelatedLinkArea ul.LinkListStyle1 li.NewWin a {
	background-image: url(/products/it/lumada/images/icon_new_window_hd02.png) !important;
}

.PageTurnerArea {
	margin: 30px 6px 300px;
}

.PageTurnerArea ul {
	display: flex;
	justify-content: space-evenly;
	gap: 2px;
}

.PageTurnerArea a:hover img,
.PageTurnerArea a:active img {
	opacity:0.7;
}


#footerSec_InquiryOnly {
	background: #6D6D6D;
}

#InquiryOnly {
	padding: 30px 0;
}

#InquiryOnly #Inquiry .ButtonStyle1 a {
	font-size: 20px;
	padding: 6px 70px 10px 30px;
}

#Inquiry .ButtonStyle1 a::before {
	content: '';
	display: inline-block;
	margin: 0;
	padding: 32px 40px 0px 16px;
	background-image: url(/products/it/lumada/images/ftsecbtn04_gray.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;;
	-webkit-background-size: 24px 24px;
	-o-background-size: 24px 24px;
	-ms-background-size: 24px 24px;
	word-break: break-all;
	margin-bottom: -6px;
}


#Inquiry .ButtonStyle1 a:hover:before,
#Inquiry .ButtonStyle1 a:active:before {
	content: '';
	display: inline-block;
	margin:0;
	padding: 32px 40px 0px 16px;
	background-image: url(/products/it/lumada/images/ftsecbtn04.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;;
	-webkit-background-size: 24px 24px;
	-o-background-size: 24px 24px;
	-ms-background-size: 24px 24px;
	word-break: break-all;
	margin-bottom: -6px;
}


/*--- 中央の右 ---*/

.FtMainRight {
	position: relative;
	min-width: 20%;
	padding-left:10px;
}

@media screen and (max-width: 767px) {
	.FtMainRight {
		padding-left:0;
	}
}

.ShareArea {
	position: fixed;
	top: 30%;
	z-index: 1;
}

@media screen and (max-width: 994px) {
	.ShareArea {
		position: static;
		margin-top: 100px;
		width:98%;
	}
}

@media screen and (max-width: 767px) {
	.ShareArea {
		position: fixed;
		top: 16%;
		width:auto;
		background-color:#fff;
		border-top-right-radius:6px;
		border-bottom-right-radius:6px;
	}
}

.ShareArea .ImgOnlyStyle {
	position: relative;
}
@media screen and (max-width: 994px) {
	.ShareArea .ImgOnlyStyle {
		width:98%;
	}
}
@media screen and (max-width: 767px) {
	.ShareArea .ImgOnlyStyle {
		display:none;
	}
}

.ShareTitle{
	position: absolute;
	top: 20%;
	left: 22%;
}
@media screen and (max-width: 994px) {
	.ShareTitle{
		position: absolute;
		top: 120px;
		left: 25%;
	}
}
@media screen and (max-width: 767px) {
	.ShareTitle{
		display:none;
	}
}


.ShareArea ul {
	display: flex;
	position: absolute;
	top: 40%;
	left: 30%;

}
@media screen and (max-width: 994px) {
.ShareArea ul {
	position: absolute;
	top: 150px;
	left: 30%;
}
}
@media screen and (max-width: 767px) {
	.ShareArea ul {
		display: block;
		top: 40%;
		left: 30%;
		position: relative;
		margin-left: -10px;
		padding: 10px 16px 10px 0;
	}
}

.ShareArea ul li {
	margin:2px;
}

.ShareArea a:hover img,
.ShareArea a:active img {
	opacity:0.7;
}

