
.introTxt {
	font-size: 2.0rem;
	font-weight: 500;
	position: absolute;
	top: 40px;
	left: 60px;
}

#contact .introTxt {
	color: #fff;
	text-shadow: 2px 2px 5px #17171782;
	line-height: 1.5;
	z-index:1;
}

.insideWrap {
	width: 884px;
	margin: 0 auto;
	overflow: hidden;
}

#about #bottomMenu ,
#contact #bottomMenu ,
#faq #bottomMenu ,
#news #bottomMenu ,
#privacy #bottomMenu ,
#feature #bottomMenu ,
#search #bottomMenu {
	margin-top: 5em;
}

h2 {
	font-size: 2.0rem;
	font-weight: 500;
	margin: 46px 0 26px;
}
#sitemap h2 ,
.errorpage h3 {
	font-weight: bold;
}


h3 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1.5em ;
}

#categoryImg.feature {
	background: url("../feature/images/main.jpg") no-repeat ;
	background-size: cover;
	background-position: 50% 50%;
}
#categoryImg.search {
	background: url("../search/images/main.jpg") no-repeat ;
	background-size: cover;
	background-position: 50% 50%;
}
#categoryImg.contact {
	background: url("../contact/images/main.jpg") no-repeat ;
	background-size: cover;
	background-position: 50% 50%;
}
#categoryImg.news{
	background: url("../news/images/main.jpg") no-repeat ;
	background-size: cover;
	background-position: 50% 50%;
}

#categoryImg.download{
	background: url("../download/images/main.jpg") no-repeat ;
	background-size: cover;
	background-position: 50% 50%;
}
#categoryImg.ifu{
	background: url("../ifu/images/main.jpg") no-repeat ;
	background-size: cover;
	background-position: 50% 50%;
}
#categoryImg.clearfil {
	background: url("../clearfil/images/main.jpg") no-repeat ;
	background-size: contain;
	background-position: 50% 50%;
}
#categoryImg.contact {
	background: url("../contact/images/main.jpg") no-repeat ;
	background-size: cover;
	background-position: 50% 50%;
}
#categoryImg.video {
	background: url("../movie/images/main.jpg") no-repeat ;
	background-size: cover;
	background-position: 50% 50%;
}

.featureFlex {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.featureItem {
	flex-basis: 200px;
}

.featureName {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	margin-top: 1em;
}

.featureName  span {
	font-weight: 300;
}


/* 製品検索 */
.searchTabBtn {
	display: flex;
	justify-content: space-between;
}
.searchTabBtn > p {
	border: 1px solid #dedede;
	background: #dedede;
	padding: .8em 1.3em;
	cursor: pointer;
	font-size: 1.3rem;
}
.searchTabBtn > p.is-active {
	background: #fff;
}

.numberList {
	padding: 3em 0 1em;
}
.numberList li {
	margin-bottom: 2em;
	display: flex;
	border-bottom: 1px dotted #cdcdcd;
	padding-bottom: 2em;
}
.numberList li:last-child {
	border: none;
}
.numberList li > p {
	width: 325px;
	font-size: 1.5rem;
	font-weight: 500;
}
.numberList li > div {
	line-height: 2.1;
	font-size: 1.2rem;
	font-weight: 200;
}

#gglSearch {
	width: 50%;
	position: relative;
}
#gglSearch .gsc-search-button-v2 {
	background: url("../images/common/icon_search.svg") no-repeat 50% 50%!important;
	border: none!important;
	padding: 11px 10px 14px;
	cursor: pointer;
}
#gglSearch .gsc-search-button-v2 svg {
	display: none;
}

/* このサイトについて  個人情報 */
#about .insideWrap ,
#privacy .insideWrap {
	margin: 2em auto;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;

}
#privacy h2 {
	font-size: 1.8rem;
	background: #f5f5f5;
	text-align: center;
	padding: 1em;
}
#privacy .insideWrap a {
	text-decoration: underline;
}
#privacy strong {
	font-weight: 500;
}
.accessTable {
	margin-bottom: 2em;
}
.accessTable th {
	background: #40a3d6;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	white-space: nowrap;
	width: 25%;
}
.accessTable th ,
.accessTable td {
	padding: 1em;
	border: 1px solid #808080;
}

/* ニュース */
.newsList {
	margin-top: 3em;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
}
.newsList dt {
	font-weight: 300;
}
.newsList dd {
	margin-bottom: 2em;
}


/* よくあるご質問 */
.faqBlock dt {
	font-weight: 500;
	padding: 2em 0;
	position: relative;
	cursor: pointer;
	line-height: 1.4;
}
.faqBlock dt:before {
	content: "Q ";
	color: #de0000;
}

.orderList_sw a, .faqBlock dt a {
	top:1.5em;
}

.faqBlock dd {
	padding-bottom: 2em;
	line-height: 1.8;
	display: none;
}

.expimg {
	background: url("../other/images/txt_exp.svg") no-repeat;
	text-indent: -9999px;
	display: inline-block;
	width: 2.8em;
	height: 1.8em;
}

/* お問い合わせ */

#contact #categoryImg {
	position: relative;
}
#contact #categoryImg:after {
	content: "　";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/top/movie_bg.png") ;
}

#contact .txtIndexList ul {
	width: auto;
}

.dialLabel {
	color: #1b64bf;
	font-weight: 600;
}

.telNo {
	padding-left: 2em;
	font-size: 2.5rem;
	font-weight: 400;
	margin: .7em 0;
	background: url("../images/top/icon_tel.svg") no-repeat;
	background-size: 36px;
	background-position: 0;
	letter-spacing: 4px;
}

.acceptance ,
.addressBox {
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 1.73;
}
.acceptance span {
	font-weight: 500;
}

.dialList {
	font-size: 1.5rem;
	font-weight: 500;
	margin: 2em 0 3em 2em;
}
.dialList li {
	margin-bottom: 1em;
}

/* お問い合わせフォーム */

#clearfil .msgTxt ,
#contact .msgTxt {
	font-weight: 200;
	line-height: 1.73;
}
.asterisk {
	color: #da001d;
}
.contact {
}
.formListWrap {
	display: table;
	border-collapse: separate;
	border-spacing: 6px;
}
.formList {
	display: table-row;
}
.formList dt ,
.formList dd {
	display: table-cell;
	padding-bottom: .4em;
}
.formList dt {
	width: 166px;
	clear: both;
	font-weight: 500;
	vertical-align: top;
}
#clearfil .formList dt ,
.clearfil .formList dt {
	width: 246px;
}
.formList dt label {
	padding: 5px 8px 3px;
	display: block;
	text-align: right;
}
.formList dt.hidden {
	opacity: 0;
}
.formList dd {
	width: 505px;
}
#clearfil .formList dd {
	padding: .2em 0 .4em;
	vertical-align: middle;
}
.formList dd input[type="text"] ,
.formList dd textarea {
	color: #0f0f0f;
	font-weight: 400;
	width: 495px;
	padding: 7px 8px;
	border: 1px solid #a8a8a8;
}
input[type="submit"] ,
input[type="button"] ,
a.formBtn {
	font-size: 15px;
	background: #c3c3c3;
	padding: 10px 24px;
	border: 1px solid #c3c3c3;
	margin-top: 1em;
	font-size: 15px;
	cursor: pointer;
}
a.formBtn {
	display: inline-block;
	font-weight: 400;
}
.confirmBack input[type="button"] {
	background: #fff;
	border: none;
}
.thanksMsg {
	text-align: center;
	margin-top: 90px;
	font-size: 16px;
}
.clearfil .thanksMsg p {
	text-align: left;
	padding: 0 80px;
}
.thanksMsg a {
	margin-top: 3em;
	display: block;
}
.clearfil .thanksMsg a {
	text-decoration: underline;
}
.colorRed {
	color: #ff0000;
}

/* ダウンロード */
#download ul.detailList {
	overflow: hidden;
}

#download ul.detailList li .downSam {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#download ul.detailList li .downSam a {
	display: inline-block;
	border: 1px solid #ccc;
}
#download ul.detailList li .indexName span {
	font-weight: 300;
}

/* 3D Viewr ダウンロード */

.btnL {
	background: #f2f2f2;
	font-size: 1.35rem;
	font-weight: 500;
	width: 358px;
	display: block;
	padding: 1.5em 1em;
	margin: 2em 0 3em;
	position: relative;
}
.btnL span {
	font-weight: 200;
}
.btnL.blue{
	background: #1b64bf;
	color: #fff;
}
.btnL:after {
	content: "〉";
	position: absolute;
	right: 0;
	color: #e20012;
}
.btnL.blue:after {
	color: #fff;
}
.btn_contact {
	position: absolute;
	top: 2em;
	right: 5em;
}


/* サイトマップ */
.sitemapFlex {
	display: flex;
	flex-wrap: wrap;
}
.sitemapFlex p {
	flex-basis: 50%;
	margin-bottom: 2em;
}
.sitemapFlex p.attach {
	margin-top: 3em;
}

#sitemap .productLabel ,
.errorpage .productLabel {
	color: #54beec;
	font-size: 1.8rem;
	font-weight: 500;
	width: 50%;
}
#sitemap .productLabel span ,
.errorpage .productLabel span {
	font-size: 1.6rem;
	font-weight: 200;
	color: #000;
}


/* ニュース原稿 */
.newsTxt {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.73;
}
.holiday_plan {
	font-size: 2.0rem;
	font-weight: 500;
	margin: 1em 0 3.5em;
}
.holiday_plan span {
	font-size: 2.4rem;
	color: #df0218;
}


/* Not Found */
.errorpage h3 {
	margin-top: 2em;
}
.errmsg {
	margin: 2em 0 4em;
}

/* IFU */
.ifuWrap {
	display: flex;
	justify-content: space-between;
}

dl.ifuList {
	width: 47%;
	margin-bottom: 3em;
}
dl.ifuList dt {
	font-size: 1.8rem;
	font-weight: 600;
	border-bottom: 1px solid #bababa;
	margin: 2em 0 1em;
	padding: 2em 0;
}
dl.ifuList dd p{
	font-size: 1.5rem;
	border-bottom: 1px solid #ddd;
	margin:  0;
	padding: 2em 0;
}
@media screen and (max-width:767px){ 
	.ifuWrap {
		flex-direction: column;
	}
	dl.ifuList {
		width: 100%;
	}
}
