@charset "utf-8";

.mb1{margin-bottom: 1em;}
.pd1{padding-bottom: 1em;}
.contBox3{padding: 60px 0 3px 0;}

.subTtl04 span img {height: auto; width: auto;}

#contactMv {
	background-image: url(../../img/td-k/dot.png), url(../../img/td-k/td-k_bg_pc.jpg);
	background-position: center center, center center;
	background-size: auto,cover;
	background-repeat: repeat, no-repeat;
}
.subMv {
	width: 100%;
	height: 40vh;
	position: relative;
}
.innerSub2 {
	position: absolute;
	top: -18rem;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 3.2rem;
}
.innerSub2 h1 {
    text-align: center;
}
.innerSub2 h1 img {
		height: 100px;
		width: auto;
}
.innerSub2 span {
	display: block;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	font-size: 2.5rem;
	color: #ffffff;
	text-align: center;
}

/*ボディコンテンツ*/

.contBox_tdk {
	width: 100%;
	padding: 50px 0;
	background-image: url("../../img/td-k/tdk_bg1.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center center;
	background-size: cover;
}

#innerPhilosophy{
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 3em 0;
	background: url(../../img/dna/philosophy_bg02_pc.jpg) no-repeat center;
	background-size: auto auto;
	background-size: cover;
}
#innerPhilosophy h3{width: 60%;height: 0;padding: 10% 0 0 4%;margin: 5em auto 3em auto;background: url(../../img/dna/dna-catch.png) center center no-repeat;background-size: cover;text-indent: -9999px;}
.philosophyCach {
		width: 764px;
		margin: 1em auto 70px;
		padding: 40px;
		background: url(../../img/td-k/lt.png) no-repeat left top, url(../../img/td-k/rt.png) no-repeat right top, url(../../img/td-k/lb.png) no-repeat left bottom, url(../../img/td-k/rb.png) no-repeat right bottom;
		font-size: 3.6rem;
		font-weight: 900;
		color: #ffffff;
		text-align: center;
		line-height: 1.8;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.philosophyTxt {
	max-width: 900px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	line-height: 2.0;
}



.t_box {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subTtl_td {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
}
.subTtl_td::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d7d7d7;
}
.subTtl_td span {
	position: relative;
	display: inline-block;
	z-index: 2;
	margin: 0 2.5em 0 0;
	padding: 0 1em 0 0;
	background-color: #fff;
	font-size: 2.0rem;
	font-weight: 900;
	color: #004ea1;
}

.blockquote_box {
	width: 100%;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blockquote_box p , .tdk_box p {padding: 0 0 1em 0;}

.tdk_box {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tdk_box p {padding: 0 0 1em 0;}

.subTtl03_sub {
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.subTtl03_sub::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
}
.subTtl03_sub span {
	position: relative;
	display: inline-block;
	z-index: 2;
	margin: 0 1em 0 0;
	padding: .3em .5em 0 1.3em;
	font-size: 1.8rem;
	font-weight: 900;
	color: #004ea1;
}

blockquote {
	box-sizing: border-box;
	position: relative;
	margin: 0 0 3.5em 0;
	padding: 20px 20px 2px 20px;
	border: none;
	background-color: rgba(255,255,255,0.88);
	font-size: 14px;
}

blockquote:before {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 20px;
	font-family: FontAwesome;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1;
	content: "\f10d";
	color: rgb(0, 78, 161);
}

cite {display: block; text-align: right; font-size: 90%; font-style: italic;}

.cbox{display: block;}
.rbtn {
	width: 100%;
	text-align: center;
	padding-top: 1em;
}
.rbtn a.submitBtn,
.rbtn a.sendBtn {
	display: block;
	max-width: 100%;
	margin: 0 .5em;
	padding: 15px 0;
	border: 1px solid #004ea1;
	background: url(../../img/common/arr_whit.png) no-repeat 96% center #004ea1;
	background-size: 10px auto;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rbtn a.submitBtn span {
	font-size: 1.3rem;
}
.rbtn a.submitBtn:hover,
.rbtn a.sendBtn:hover {
	background: url(../../img/common/arr_blue.png) no-repeat 98% center #fff;
	background-size: 10px auto;
	color: #004ea1;
}

.lbtn {
	width: 100%;
	display: block;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	text-align: center;
}
.lbtn a.submitBtn,
.lbtn a.sendBtn {
	display: block;
	max-width: 100%;
	margin: 0 .5em;
	padding: 15px 0;
	border: 1px solid #004ea1;
	background: url(../../img/common/arr_whit_l.png) no-repeat 96% center #004ea1;
	background-size: 10px auto;
	background-position: 1.8em center;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.lbtn a.submitBtn span {
	font-size: 1.3rem;
}
.lbtn a.submitBtn:hover,
.lbtn a.sendBtn:hover {
	background: url(../../img/common/arr_blue_l.png) no-repeat 98% center #fff;
	background-size: 10px auto;
	background-position: 1.0em center;
	color: #004ea1;
}

