@charset "utf-8";


/*--------------------css reset--------------------------*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
	color: #000;
	background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

#wrapper #header .copy {}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

legend {
	color: #000
}

#yui3-css-stamp.cssreset {
	display: none
}

/*--------------------css reset--------------------------*/

/* レスポンシブル改行タグ */
.pc_view {
	display: inline-block;
}

.sp_view {
	display: none;
}

@media screen and (max-width: 950px) {
	.pc_view {
		display: none;
	}

	.sp_view {
		display: inline-block;
	}
}

.clearfix {
	zoom: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	/* 隙間対応 */
	font-size: 0.1em;
	/* 隙間対応 */
	line-height: 0;
	/* 隙間対応 */
}



html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	/*	overflow-x:hidden;*/
}

body {
	margin: 0 auto;
	font-family: noto;
	overflow-x: hidden;
	color: #3D3D3D;
	/*	background-image:url(../img/940px.gif);
	background-repeat:repeat-y;*/
}




/*-----------------ラッパー-------------------*/
@media screen and (min-width: 950px) {
	#wrapper {
		width: 940px;
		min-width: 940px;
		height: auto;
		margin: 0 auto;
		padding-top: 10px;
		font-family: "Sawarabi Gothic";
	}
}

@media screen and (max-width: 950px) {
	#wrapper {
		width: 100%;
		min-width: 100%;
		height: auto;
		margin: 0 auto;
		font-family: "Sawarabi Gothic";
	}
}


/*#wrapper img{width:100%;
	height:auto;
	max-width: 100%;
}*/

/*-----------------ヘッダー-------------------*/
@media screen and (min-width: 950px) {
	#header {
		width: 940px;
		height: 80px;
		margin: 0 -500%;
		padding: 0.5em 500%;
	}

	.logo {
		width: 250px;
		height: 63px;
		float: left;
	}

	#headText {
		font-size: 9px;
		line-height: 15px;
		display: block;
	}

	#header a {
		/*width:188px;*/
		width: auto;
		height: 50px;
		margin-top: 5px;
		float: left;
	}

	#headerAdd {
		width: 230px;
		text-align: justify;
		font-size: 12px;
		float: right;
	}

	#headerAdd img {
		margin-left: 42px;
	}

	#headerAddyt {
		width: 150px;
		text-align: justify;
		float: right;
	}

	/*-----------------ナビ-------------------*/
	.nav {
		width: 940px;
		height: 50px;
		margin-left: -500%;
		margin-right: -500%;
		padding-left: 500%;
		padding-right: 500%;
		clear: both;
		font-size: 14px;
		text-align: center;
		letter-spacing: 2.3px;
		color: #fff;
		border-bottom: 5px solid #11448E;
	}


	.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		padding: 0 500%;
		margin: 0 -500% 6px;
		z-index: 9999999;
		background: #fff;
		box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
	}

	/*
.nav ul{
	width: 940px;
	height:50px;
}
.nav li{
	width: 188px;
	height:50px;
	float:left;
}
.nav a{
	width: 188px;
	height:50px;
}*/
	.nav ul {
		width: 100%;
		height: 50px;
		display: flex;
	}

	.nav li {
		width: calc(100% / 4);
		height: 50px;
	}

	.nav li a {
		width: 100%;
		height: 100%;
	}

	#menu_check {
		display: none;
	}

	#menu_check+label {
		display: none;
	}

}


@media screen and (max-width: 950px) {
	#menu_check {
		display: block;
	}

	#menu_check+label {
		display: block;
	}

	#menu_check+label:hover {
		cursor: pointer;
	}

	#header {
		width: 100%;
	}

	#menu_check {
		display: none;
	}

	#menu_check+label {
		display: block;
		width: 50px;
		height: 50px;
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}

	#menu_check+label span {
		display: block;
		margin: 10px;
		height: 10px;
		border-top: 3px solid #FFF;
	}

	#menu_check+label span {
		position: relative;
		top: 0px;
	}

	#menu_check+label span:after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		content: "";
		width: 100%;
		height: 3px;
		background: #FFF;
		display: block;
		position: absolute;
		top: calc(0% + 10px);
	}

	#menu_check+label span:before {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		content: "";
		width: 100%;
		height: 3px;
		background: #FFF;
		display: block;
		position: absolute;
		top: calc(100% + 13px);
	}

	#menu_check+label span:after,
	#menu_check+label span:before {
		transition: all 0.3s ease 0s;
	}

	#menu_check:checked+label {
		z-index: 999;
		background: none;
	}

	#menu_check:checked+label span {
		border: none;
		top: 5px;
	}

	#menu_check:checked+label span:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: calc(50% - 1.5px);
	}

	#menu_check:checked+label span:before {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		content: "";
		width: 100%;
		height: 3px;
		background: #FFF;
		display: block;
		position: absolute;
		top: calc(50% - 1.5px);
	}

	#header {
		display: none;
	}

	#header+.nav {
		display: none;
	}

	#menu_check+label+#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		background: rgba(0, 0, 0, 0.8);
		text-align: center;
	}

	#menu_check+label+#header #headText {
		color: #FFF;
		font-size: 0.7em;
		font-weight: normal;
		width: calc(100% - 120px);
		margin: 10px auto;
	}

	#menu_check+label+#header #headText+a img {
		display: none;
	}

	#menu_check+label+#header #headText+a {
		position: relative;
	}

	#menu_check+label+#header #headText+a:before {
		content: "";
		background-image: url("./img/logo_w.png");
		width: 250px;
		height: 63px;
		display: block;
		margin: auto;
	}

	#menu_check+label+#header #headerAdd {
		font-size: 0.5em;
		color: #FFF;
	}

	#menu_check+label+#header+.nav {
		position: fixed;
		top: 280px !important;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		text-align: center;
	}

	#menu_check+label+#header+.nav ul {
		width: fit-content;
		margin: auto;
	}

	#menu_check+label+#header+.nav ul li a {
		color: #FFF;
		width: 100%;
	}

	#menu_check:checked+label+#header {
		display: block;
	}

	#menu_check:checked+label+#header+.nav {
		display: block;
	}


	#headerAdd {
		display: none;
	}

	#headerAddyt {
		display: none;
	}

	#menu_check+label+#header+.nav {
		position: fixed;
		top: 110px !important;
	}

}

@media screen and (max-width: 420px) {
	#menu_check+label+#header+.nav {
		position: fixed;
		top: 140px !important;
	}

}

@media screen and (max-width: 300px) {
	#menu_check+label+#header+.nav {
		position: fixed;
		top: 160px !important;
	}
}


.top #top {
	background: #11448E;
	color: #ffffff;
}

.top #top a {
	color: #fff;
}

.top #top a:link {
	color: #fff;
}

.top #top a:hover {
	color: #fff;
}

.top #top a:visited {
	color: #fff;
}

.top #top a:active {
	color: #fff;
}

#top,
#plaster,
#machining,
#news,
#case,
#company,
#contact {
	/*width: 188px;*/
	width: calc(940px / 4);
	height: 50px;
	line-height: 50px;
}

#top a {
	display: inline-block;
	color: #000;
}

#top a:link {
	text-decoration: none;
}

#top a:visited {
	text-decoration: none;
}

#top a:hover,
#plaster a:hover,
#machining a:hover,
#news a:hover,
#case a:hover,
#company a:hover,
#contact a:hover {
	/*width: 188px;*/
	width: calc(940px / 4);
	height: 50px;
	color: #fff;
	line-height: 50px;
	background-color: #11448E;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

#top a:active {
	text-decoration: none;
}

#plaster a {
	display: inline-block;
	color: #000;
}

#plaster a:link {
	text-decoration: none;
}

#plaster a:visited {
	text-decoration: none;
}

#plaster a:active {
	text-decoration: none;
}

.plaster #plaster,
.work #plaster,
.case #plaster,
.accuracy #plaster {
	background: #11448E;

}

.plaster #plaster a,
.work #plaster a,
.case #plaster a,
.accuracy #plaster a {

	color: #fff;
}

#machining a {
	display: inline-block;
	color: #000;
}

#machining a:link {
	text-decoration: none;
}

#machining a:visited {
	text-decoration: none;
}

#machining a:active {
	text-decoration: none;
}

.machining #machining {
	background: #11448E;
}

.machining #machining a {
	color: #fff;
}


#news a {
	display: inline-block;
	color: #000;
}

#news a:link {
	text-decoration: none;
}

#news a:visited {
	text-decoration: none;
}

#news a:active {
	text-decoration: none;
}

.news #news {
	background: #11448E;
}

.news #news a {
	color: #fff;
}


.news #formWrap ul {
	width: 100%;
	margin-top: 50px;
}

.news #formWrap ul li {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}

.news #formWrap ul li img {
	width: 150px;
	height: auto;
	margin-right: 10px;
}

.news #formWrap ul li p {
	width: calc(100% - 160px);
}


#case a {
	display: inline-block;
	color: #000;
}

#case a:link {
	text-decoration: none;
}

#case a:visited {
	text-decoration: none;
}

#case a:active {
	text-decoration: none;
}

#company a {
	display: inline-block;
	color: #000;
}

#company a:link {
	text-decoration: none;
}

#company a:visited {
	text-decoration: none;
}

#company a:active {
	text-decoration: none;
}

.corp #company {
	background: #11448E;

}

.corp #company a {

	color: #fff;
}


#contact a {
	display: inline-block;
	color: #000;
}

#contact a:link {
	text-decoration: none;
}

#contact a:visited {
	text-decoration: none;
}

#contact a:active {
	text-decoration: none;
}

.contact #contact {
	background: #11448E;

}

.contact #contact a {

	color: #fff;
}

/* --- リストエリア --- */
ol.topicPath {
	margin: 0;
	padding: 0;
	margin-bottom: 60px;
	list-style-type: none;
	font-size: 12px;

}

/* --- リスト項目 --- */
ol.topicPath li {
	display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
	margin-right: 6px;
	/* リンクエリアの右マージン */
}

@media screen and (max-width: 950px) {
	ol.topicPath {
		display: none;
	}
}

.red {
	color: #FF0004;
}


/*------------------スライダー-------------------------*/

.bxContainer {
	width: 940px;
	height: 450px;
	margin: 0 -500%;
	padding: 0em 500%;
}

.bxslider {
	clear: left;
}

.hide {
	display: none;
}

@media screen and (max-width: 950px) {
	.bxContainer {
		width: 100%;
		height: auto;
	}

	.bxContainer .bx-wrapper {
		margin-bottom: 50px;
	}

	.bxslider img {
		width: 100%;
		height: auto;
	}

}


/*-----------------トップコンテンツ-------------------*/
#topCntent {
	width: 940px;
	height: auto;
	margin-bottom: 300px;
	margin: 0 auto;
	text-align: center;
}

#topContent h2 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2.3px;
}

#topContent .eng {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	color: #11448E;
}



/*-----------------ピックアップメニュー-------------------*/
.menu {
	width: 940px;
	height: 220px;
	padding-top: 30px;
	padding-bottom: 100px;
}

.menu ul {
	width: 940px;
	height: 220px;
	margin: 0 auto;
}

.menu li {
	width: 220px;
	height: 220px;
	float: left;
}

#plasteBg {
	width: 220px;
	height: 220px;
	float: left;
	background: url(../img/plaster_w.png) no-repeat;
}

#machiningBg {
	width: 220px;
	height: 220px;
	float: left;
	background: url(../img/machining_w.png) no-repeat;
}

#impBg {
	width: 220px;
	height: 220px;
	float: left;
	background: url(../img/impression_w.png) no-repeat;
}

#soluBg {
	width: 220px;
	height: 220px;
	float: left;
	background: url(../img/solution_w.png) no-repeat;
}

.margin_l {
	width: 220px;
	height: 220px;
	margin-left: 20px;
}

.menu li a {
	display: inline-block;
}

.menu li a:link {
	text-decoration: none;
}

.menu li a:visited {
	text-decoration: none;
}

.menu li a:hov-er {
	background-color: transparent;
	transition: all 0.4s;
	/* IE6対応 */
}

.menu li a:hover img {
	opacity: 0;
	transition: all 0.6s;
}

.menu a:active {
	text-decoration: none;
}


@media screen and (max-width: 950px) {
	.menu {
		width: calc(100% - 20px);
		display: flex;
		justify-content: space-between;
		padding: 0 10px;
		height: auto;
	}

	.menu li {
		width: calc(25% - 10px);
		margin: 0 5px;
	}

	.menu li img {
		width: 100%;
		height: auto;
	}

	#plasteBg,
	#machiningBg,
	#impBg,
	#soluBg {
		background-size: 100% auto;
		height: fit-content;
	}
}



/*-----------------コピー-------------------*/
#text {
	clear: left;
	margin-bottom: 100px;
}

#text h2 {
	margin-bottom: 30px;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 4px;
	text-align: center;
}

#text p {
	font-size: 16px;
	text-align: center;
	letter-spacing: 1.9px;
	line-height: 2;
}

@media screen and (max-width: 950px) {
	#text {
		padding: 0 10px;
		margin-bottom: 70px;
	}

	#text h2 {
		font-size: 2em;
	}
}

@media screen and (max-width: 620px) {
	#text p {
		text-align: left;
	}

	#text p br {
		display: none;
	}
}

@media screen and (max-width: 455px) {
	#text h2 br {
		display: none;
	}
}



/*-----------------新着-------------------*/
#news_pickup {
	margin-bottom: 60px;
}

/*.vTicker{
	width:100%;
	margin:0 auto;
	background:#D5D5D5;
}

.vTicker{
	width:100%;
	height:100px;
	margin-bottom:30px;
}

.vTicker li a {display: inline-block;color:#4752CD;}
.vTicker li a:link { text-decoration:none; color:#4752CD;}
.vTicker li a:visited { color:#FF0004;}
.vTicker li a:hover { text-decoration:underline; color:#FF0004;}
.vTicker a:active { text-decoration:none; color:#000; }

.vTicker ul{
	width:100%;
	height:100px;
	font-size:14px;
	text-align:left;
	letter-spacing:1px;
	line-height:15px;
}

.vTicker li{
	height:100px;
	}

.vTicker img{
	vertical-align:middle;
	width:18%;
	height:auto;
	margin-left:30px;}
*/


#easyTicker {
	background: rgba(229, 229, 229, 1.00);
}

#easyTicker li {
	overflow: hidden;
	padding: 10px;
}

#easyTicker img {
	float: left;
	margin-right: 10px;
}

#easyTicker p {
	width: 940px;
	margin-left: -5px;
}

#easyTicker a {
	color: #11448E;
}

#easyTicker a:link {
	color: #11448E;
}

#easyTicker a:visited {
	color: #11448E;
	text-decoration: none;
}

#easyTicker a:hover {
	color: #FF3135;
}

#easyTicker a:active {
	text-decoration: none;
}

.update {
	color: #FF3135;
}

.updateOff {
	display: none;
}

@media screen and (max-width: 950px) {
	#easyTicker {
		margin: 0 10px;
	}

	#easyTicker p {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#easyTicker img {
		width: 100px;
		height: auto;
		margin-bottom: 50px;
	}

	#easyTicker p {
		width: 100%;
		font-size: 0.8em;
		height: 120px;
	}
}

/*
.news #easyTicker{background: none; height: auto;}
.news #easyTicker li{margin: auto; height: auto;}
.news #easyTicker img{float:left; margin-right: 10px;}
.news #easyTicker p{width: 940px;margin-left: -5px;}
.news #easyTicker a{color: #11448E;}
.news #easyTicker a:link{color:#11448E;}
.news #easyTicker a:visited{color:#11448E; text-decoration: none;}
.news #easyTicker a:hover{color:#FF3135;}
.news #easyTicker a:active{text-decoration: none;}
*/


/*-----------------フッターー-------------------*/
@media screen and (min-width: 950px) {
	#footer {
		width: 100%;
		height: 160px;
		padding: 0 500%;
		margin: 0 -500%;
		font-size: 12px;
		background: #11448E;
		color: #fff;
		clear: left;
	}

	#policy {
		height: 30px;
		font-size: 10px;
		line-height: 30px;
		text-align: right;
	}

	#policy a {}

	#footer ul {
		width: 100%;
		height: 20px;
		padding: 15px 0;
	}

	#footer ul li {
		width: 156.66666666px;
		height: 20px;
		margin-bottom: 30px;
		float: left;
		color: #fff;
		text-align: center;
	}

	#footer ul li a {
		width: 188px;
		height: 20px;
		float: left;
		text-decoration: none;
	}

	#footer p {
		text-align: center;
	}
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #B0D7F7;
}

#footer a:active {
	color: #fff;
	text-decoration: none;
}


@media screen and (max-width: 950px) {
	#footer {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-size: 12px;
		background: #11448E;
		color: #fff;
	}

	#footer ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		padding: 15px 0;
	}

	#footer ul li {
		width: calc(100% / 3);
		text-align: center;
	}

	#footer p {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

}


/*----------------------トップにも戻るボタン-------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	width: 70px;
	padding: 20px 0;
	background: #FFDD4D;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	display: block;
}

#page-top a:hover {
	text-decoration: none;
	background: #FFDD4D;
}



#youtube {
	position: fixed;
	bottom: 72px;
	right: 20px;
	font-size: 77%;
}

#youtubex a {
	width: 70px;
	padding: 20px 0;
	background: #FFDD4D;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	display: block;
}

#youtubex a:hover {
	text-decoration: none;
	background: #FFDD4D;
}


@media screen and (max-width: 950px) {
	#page-top {
		position: fixed;
		bottom: calc(20px + 80px);
		right: 10px;
		font-size: 77%;
	}

	#youtube {
		position: fixed;
		bottom: calc(72px + 80px);
		right: 10px;
		font-size: 77%;
	}

}





/*-----------------石膏鋳造とは---------------------------------------------------------------------------------------*/

.navBottom {
	margin-bottom: 10px;
}

/*------------------サブメニュー-------------------------*/
@media screen and (min-width: 950px) {
	.sub_menu {
		width: 188px;
		height: auto;
		margin-top: 51.273px;
		margin-right: 52px;
		float: left;
	}

	.sub_menu ul {
		width: 188px;
		height: auto;
		margin-right: 20px;
		float: left;
	}

	.sub_menu li {
		width: 188px;
		height: 51.273px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 51.273px;
		text-align: center;
		background-color: #EDEDED;

	}

	.sub_menu li a {
		width: 188px;
		height: 51.273px;
		/*
	
	line-height: 51.273px;
	display:block;*/

		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 100%;


	}

	.sub_menu li a:link {
		text-decoration: none;
		color: #000;
	}

	.sub_menu li a:visited {
		text-decoration: none;
		color: #000;
	}

	.sub_menu ul li a:hover {
		text-decoration: none;
		background-color: #FFDD4D;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.sub_menu li a:active {
		text-decoration: none;
	}


	#menuName {
		font-size: 14px;
		color: #fff;
		background-color: #11448E;
	}



	.special {
		width: 188px;
		height: auto;
		clear: left;
		color: #fff;
	}

	.special li {
		width: 188px;
		height: 51.27px;
		font-size: 18px;
		line-height: 51.273px;
		border: none;

		border-radius: 10px;
		clear: left;


	}

	.special li a {
		width: 188px;
		height: 51.273px;
		line-height: 51.273px;
		clear: left;

		display: block;

	}

	.special1 a {
		width: 188px;
		height: 51.273px;
		line-height: 80px;
	}



	.special2 a {
		width: 188px;
		height: 51.273px;
		line-height: 60px;
	}

	.special3 a {
		width: 188px;
		height: 51.273px;
		line-height: 60px;
	}

	.specialText {
		font-size: 13.5px;
	}

}

.sub_menu ul.special li:first-child {
	display: none;
}

@media screen and (max-width: 950px) {
	.sub_menu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		position: fixed;
		top: 70px;
		left: 0;
		z-index: 9;
	}

	.sub_menu ul.menu_lst {
		width: 100%;
		order: 2;
		display: flex;
	}

	.sub_menu ul.menu_lst li#menuName {
		display: none;
	}

	.machining .sub_menu ul.menu_lst li {
		width: calc(100% / 3);
	}

	.machining .sub_menu ul.menu_lst li br {
		display: none;
	}

	.machining .sub_menu ul.menu_lst li:nth-child(2) {
		min-width: 250px;
	}

	.plaster .sub_menu ul.menu_lst li {
		width: calc(100% / 4);
	}

	.plaster .sub_menu ul.menu_lst li:nth-child(-n+3) {
		min-width: 180px;
	}

	.corp .sub_menu ul.menu_lst li {
		width: calc(100% / 3);
	}

	.corp .sub_menu ul.menu_lst li br {
		display: none;
	}

	.sub_menu ul.menu_lst li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 40px;
		text-align: center;
		background: rgba(0, 0, 0, 0.7);
		color: #FFF;
	}

	.sub_menu ul.special {
		width: calc(100% - 50px);
		order: 1;
		display: none;
		justify-content: flex-end;
	}

	.sub_menu ul.special li {
		width: 30%;
	}

	.sub_menu ul.special li:first-child {
		display: block;
		width: 100%;
		background: #11448E;
	}

	.sub_menu ul.special li:first-child a span {
		display: block;
		width: 100%;
		height: 50px;
	}

	.sub_menu ul.special li:first-child a span img {
		width: 250px;
		height: auto !important;
		position: relative;
		top: -6px;
		left: 4px;
	}

	.sub_menu ul.special li a {
		display: block;
		background: rgba(0, 0, 0, 0);
		height: 50px;
		overflow: hidden;
	}

	.sub_menu ul.special li a img {
		height: 50px !important;
		height: auto;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 680px) {
	.sub_menu ul.special li:first-child a span {
		width: 46px;
		overflow: hidden;
	}

	.sub_menu ul.special li.special1 {
		width: 150px;
	}

	.sub_menu ul.special li.special1 a img {
		position: relative;
		left: -18px;
	}

	.sub_menu ul.special li.special2 {
		width: 140px;
	}

	.sub_menu ul.special li.special2 a img {
		position: relative;
		left: -18px;
	}
}

@media screen and (max-width: 400px) {
	.sub_menu ul.special li.special1 {
		width: 27px;
		padding: 0 10px;
		background: #FFDD4D;
	}

	.sub_menu ul.special li.special2 {
		width: 60px;
		padding: 0 10px;
		background: #FFDD4D;
	}
}


@media screen and (max-width: 560px) {
	.sub_menu ul.menu_lst {
		display: flex;
		flex-wrap: wrap;
	}

	.sub_menu ul.menu_lst li a {
		font-size: 0.9em;
	}

	.machining .sub_menu ul.menu_lst li {
		width: calc(100% / 2);
	}

	.machining .sub_menu ul.menu_lst li:nth-child(2) {
		width: 100%;
	}

	.plaster .sub_menu ul.menu_lst li {
		width: calc(100% / 2);
	}

	.plaster .sub_menu ul.menu_lst li:nth-child(-n+3) {
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 370px) {
	.plaster .sub_menu ul.menu_lst li:nth-child(-n+3) {
		width: calc(100% / 1);
	}
}


/*------------------コンテンツ-------------------------*/
#content {
	width: 700px;
	height: auto;
	overflow: hidden;
	margin-bottom: 150px;
	padding-bottom: 80px;
}

#content h1 {
	width: 700px;
	height: 30px;
	padding-left: 15px;
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #3F3F3F;
	font-weight: bold;
	border-left: 8px solid #11448E;
}

@media screen and (max-width: 950px) {
	#content {
		width: calc(100% - 20px);
		padding: 120px 10px 50px;
		margin-bottom: 50px;
	}

	#content h1 {
		width: 100%;
	}
}

#content h2 {
	margin-bottom: 10px;
	font-size: 35px;
	font-weight: bold;
	color: #11448E;
	clear: both;
}

#content h3 {
	font-weight: 600;
	color: #3F3F3F;
	font-size: 18px;
	clear: both;
}

.sol h4 {
	font-weight: bolder;
	font-size: 22px;
	color: #000;
	margin: 15px 0px;
}

.sol {
	border-bottom: solid #d9d9d9 1px;
	margin: 50px 0px;
	padding: 30px 0px;
}

.sol_flex {
	display: flex;
	padding: 5px 20px;
	background-color: #ffdd4d;
	margin-bottom: 10px;
	align-items: center;

}

.plaster img {
	/*margin-bottom:60px;*/
}

.bold {
	font-weight: bold;
}


.case #content h3,
.impression #content h3,
.solution #content h3 {
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	clear: both;
	color: #3F3F3F;
}

.case #content h3,
.accuracy #content h3,
.solution h3 {
	padding-bottom: 5px;
	border-bottom: 3px solid #11448E;
}

.corp h2 {
	padding-bottom: 5px;
}

.corp h3 {
	height: 30px;
	line-height: 30px;
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: 600;
}

#content h3 {
	/*	border-bottom:3px solid #11448E;*/
	margin-bottom: 30px;
}

.solution #content h3 {
	display: inline;
	margin-bottom: 30px;
}

/*.corp #content span{
	font-size:12px;
	font-weight:100;
	text-align:center;
}*/

@media screen and (max-width: 650px) {
	.solution #content h3 {
		display: block;
		text-indent: -1em;
		padding-left: 1em;
	}
}

.sideaLine {
	padding-left: 13px;
	border-left: 8px solid #11448E;
}




/*-----------------------石膏鋳造---------------------------------*/
.plaster h3,
.accuracy h3 {
	width: 100%;
	margin-bottom: 30px;
	padding-left: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #3F3F3F;
	clear: both;
}

.col1,
.col2,
.col3,
.col4,
.col5 {
	width: 332px;
	height: 200px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.fontSmall {
	font-size: 16px;
}

.col1 {
	width: 340px;
	height: 120px;
	margin-bottom: 20px;
	float: left;
	background-image: url(../img/qBg.png);
	background-repeat: no-repeat;
}

.col2 {
	width: 340px;
	height: 120px;
	margin-bottom: 20px;
	float: right;
	background-image: url(../img/preBg.png);
	background-repeat: no-repeat;
}

.col1 dt,
.col2 dt {
	width: 340px;
	height: 60px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

.col1 dd,
.col2 dd {
	width: 340px;
	height: auto;
	clear: both;
	font-size: 15px;
	text-align: justify;
}

.col3 {
	width: 220px;
	height: auto;
	clear: left;
	float: left;
	background-image: url(../img/shapeBg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.col3 dt {
	width: 210px;
	height: 60px;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: left;
	float: none;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

.col3 dd {
	width: 220px;
	height: auto;
	clear: both;
	font-size: 15px;
	text-align: justify;
}

.col4 {
	width: 220px;
	height: auto;
	margin-left: 20px;
	float: left;
	background-image: url(../img/evaBg.png);
	background-repeat: no-repeat;
}

.col4 dt {
	width: 200px;
	height: 60px;
	padding-left: 43px;
	margin-bottom: 10px;
	clear: left;
	float: none;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

.col4 dd {
	width: 220px;
	height: auto;
	font-size: 15px;
	text-align: justify;
}


.col5 {
	width: 220px;
	height: auto;
	margin-left: 20px;
	float: left;
	background-image: url(../img/costBg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.col5 dt {
	width: 210px;
	height: 60px;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: left;
	float: none;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
	color: #fff;

}

.col5 dd {
	width: 220px;
	height: auto;
	font-size: 15px;
	text-align: justify;
}

.col6 {
	width: 220px;
	height: auto;
	clear: left;
	float: left;
	background-image: url(../img/beautyBg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.col6 dt {
	width: 210px;
	height: 60px;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: left;
	float: none;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

.col6 dd {
	width: 220px;
	height: auto;
	clear: both;
	font-size: 15px;
	text-align: justify;
}

.col7 {
	width: 220px;
	height: auto;
	margin-left: 20px;
	float: left;
	background-image: url(../img/speedBg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.col7 dt {
	width: 210px;
	height: 60px;
	padding-left: 35px;
	margin-bottom: 10px;
	clear: left;
	float: none;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
	color: #fff;

}

.col7 dd {
	width: 220px;
	height: auto;
	font-size: 15px;
	text-align: justify;
}

.col8 {
	width: 220px;
	height: auto;
	margin-left: 20px;
	float: left;
	background-image: url(../img/lotBg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.col8 dt {
	width: 210px;
	height: 60px;
	padding-left: 49px;
	margin-bottom: 10px;
	clear: left;
	float: none;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
	color: #fff;

}

.col8 dd {
	width: 220px;
	height: auto;
	font-size: 15px;
	text-align: justify;
}


.accuracy h2 {
	margin-bottom: 60px;
	line-height: 1.5;
}



.accuracy .accuraTable {
	width: 700px;
	height: auto;
	margin-bottom: 60px;
	font-size: 15px;
}

.accuracy table th {
	width: 100px;
	height: 30px;
	border: 1px solid #8F8F8F;
}

.accuracy table td {
	width: 100px;
	height: 30px;
	background: #E9E9E9;
	border: 1px solid #8F8F8F;
}

.accuracy #accuracy {
	width: 700px;
	height: auto;
	padding-top: 60px;
	margin-bottom: 120px;
}


@media screen and (max-width: 750px) {
	.accuracy #accuracy {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 80px;
	}

	.col1 {
		width: 49%;
	}

	.col1 dt,
	.col1 dd {
		width: 100%;
	}

	.col2 {
		width: 49%;
	}

	.col2 dt,
	.col2 dd {
		width: 100%;
	}

	.col3 {
		width: calc(33% - 10px);
		margin-right: 10px;
	}

	.col3 dt,
	.col3 dd {
		width: 100%;
	}

	.col4 {
		width: 33%;
		margin-left: 0;
	}

	.col4 dt,
	.col4 dd {
		width: 100%;
	}

	.col5 {
		width: calc(33% - 10px);
		margin-left: 10px;
	}

	.col5 dt,
	.col5 dd {
		width: 100%;
	}

.col6 dt,
	.col6 dd {
		width: 100%;
	}

	.col7 {
		width: 33%;
		margin-left: 0;
	}

	.col7 dt,
	.col7 dd {
		width: 100%;
	}

	.col8 {
		width: calc(33% - 10px);
		margin-left: 10px;
	}

	.col8 dt,
	.col8 dd {
		width: 100%;
	}

	.accuracy .accuraTable {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.col1 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}

	.col2 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}

	.col3 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
		margin-right: 0px;
	}

	.col4 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
		margin-left: 0;
	}

	.col5 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
		margin-left: 0px;
	}

.col6 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
		margin-right: 0px;
	}

	.col7 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
		margin-left: 0;
	}

	.col8 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
		margin-left: 0px;
	}


	.col1 dt,
	.col2 dt,
	.col3 dt,
	.col4 dt,
	.col5 dt,
.col6 dt,
.col7 dt,
.col8 dt
 {
		position: relative;
		text-align: left;
		padding-left: 70px;
	}

	.col1 dt:before,
	.col2 dt:before,
	.col3 dt:before,
	.col4 dt:before,
	.col5 dt:before,
.col6 dt:before,
.col7 dt:before,
.col8 dt:before {
		content: "";
		display: block;
		width: calc(100% - 70px);
		height: 100%;
		background: #11448E;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}

}


.accuraTable .titlebg {
	color: #fff;
	text-align: center;
	background: #11448E;
}

.accuraTable h3 {
	letter-spacing: 2px;
}

.accuraTable .orange {
	background: #FFDD4D;
	text-align: center;
}

.accuracy .range {
	width: 700px;
	height: 150px;
	margin-bottom: 80px;
}

.accuracy .range td,
.accuracy .range th {
	padding: 10px;
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}

@media screen and (max-width: 750px) {
	.accuracy .range {
		width: 100%;
	}

	.accuracy .range th.orange,
	.accuracy .range th,
	.accuracy .range td {
		width: auto !important;
		word-break: break-all;
	}
}

#content ul {
	width: 700px;
	height: 160px;
	margin-bottom: 120px;
}

#content ul li {
	width: 220px;
	height: 160px;
	float: left;
}


.bLine {
	border-bottom: 3px solid #11448E;
}

.pText {
	width: 700px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 60px;
	clear: both;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	text-align: justify;
}

@media screen and (max-width: 750px) {
	.pText {
		width: 100%;
	}
}

.p460 {
	width: 430px;
	height: auto;
	margin-bottom: 60px;
	margin-right: 20px;
	padding: 10px;
	float: left;
	clear: both;
	font-size: 13px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	text-align: justify;
	border: 1px solid #DCDCDC;
}

.p340 {
	width: 340px;
	height: 50px;
	font-size: 13px;
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	text-align: justify;
	background: #999;
}


.p220 {
	width: 220px;
	font-size: 13px;
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	text-align: justify;
}





/*-----------------------削り出し-----------------------------*/
.img {

	margin-bottom: 0px;
}

.imgL {
	margin-bottom: 60px;
	margin-left: 240px;
}

/*#content img{
	float:left;
	margin-bottom:60px;
}*/

.sub {
	font-size: 18px;
}

.resinWrap {
	width: 340px;
	height: auto;
	float: left;
}

.resinWrap dl {
	width: 340px;

}

.resinImg {
	width: 340px;
	height: 300px;
	margin-bottom: 10px;
}

.resinWrap dt {
	width: 330px;
	height: 30px;
	line-height: 30px;
}

.resinWrap dd {
	width: 320px;
	height: auto;
	margin-bottom: 30px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}

.white {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	background: #11448E;
}

.blue {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 21px;
	color: #11448E;
	font-weight: 600;
	background: #DCDCDC;
}

.machining #content h3 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	clear: both;
	margin-bottom: 30px;
}

.machining h4 {
	font-size: 21px;
	margin-bottom: 20px;
	width: 330px;
	height: 30px;
	line-height: 30px;
}

.rBorder {
	padding: 2px;
	color: #F00;
	border: 1px solid #F00;
}


.metalWrap {
	width: 340px;
	float: right;
}

.metalWrap dl {
	float: left;
}



.metalWrap dt {
	width: 330px;
	height: 30px;
	line-height: 30px;
}

.metalWrap dd {
	width: 320px;
	height: auto;
	margin-bottom: 30px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}

.metalImg {
	width: 340px;
	height: 300px;
	margin-bottom: 10px;
}

.fLeft {
	width: 338px;
	height: 150px;
	margin-bottom: 30px;
	clear: left;
	border: 1px solid #E1E1E1;
}

.fRight {
	width: 338px;
	height: 150px;
	margin-bottom: 120px;
	border: 1px solid #E1E1E1;
}


#material {
	padding-top: 120px;
}

#prototype {
	height: auto;
	clear: both;
}


@media screen and (max-width: 750px) {
	.machining .pText+.img img {
		width: 100%;
		height: auto;
	}

	.machining h4 {
		width: calc(100% - 10px);
		height: auto;
	}

	#material .resinWrap {
		width: 48%;
	}

	#material .resinWrap dl {
		width: 100%;
		height: auto;
	}

	#prototype .resinWrap {
		width: 48%;
	}

	#prototype .resinWrap dl {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}

	#material .metalWrap {
		width: 48%;
	}

	#material .metalWrap dl {
		width: 100%;
		height: auto;
	}

	#prototype .metalWrap {
		width: 48%;
	}

	#prototype .metalWrap dl {
		width: 100%;
		height: auto;
	}

	#material .resinWrap dl dt,
	#material .metalWrap dl dt {
		width: calc(100% - 10px);
		height: auto;
	}

	#prototype .resinWrap dl dt,
	#prototype .metalWrap dl dt {
		width: calc(100% - 10px);
		height: auto;
	}

	#material .resinWrap dl dd,
	#material .metalWrap dl dd {
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 0;
	}

	#prototype .resinWrap dl dd,
	#prototype .metalWrap dl dd {
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 0;
	}

	#material .resinWrap dl dd img,
	#material .metalWrap dl dd img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

@media screen and (max-width: 560px) {
	.machining #content {
		padding: 150px 10px 50px;
	}
}

@media screen and (max-width: 400px) {
	#material .resinWrap {
		width: 100%;
		margin-bottom: 50px;
	}

	#material .metalWrap {
		width: 100%;
		margin-bottom: 50px;
	}

	#prototype .resinWrap {
		width: 100%;
	}

	#prototype .metalWrap {
		width: 100%;
	}

}

/*----------------------加工事例------------------------------*/
.case #content img {
	/*float:right;*/
	margin-bottom: 60px;
}

.case #content h2,
.plaster #content h2 {
	line-height: 1.5;
}

@media screen and (max-width: 750px) {
	.imgL {
		margin-left: 0;
		text-align: center;
	}

	.imgL img {
		width: 90% !important;
		height: auto;
	}

	.p460 {
		width: 60%;
	}

	.p460+img {
		width: 30%;
		height: auto;
	}
}

@media screen and (max-width: 450px) {
	.p460 {
		width: calc(100% - 20px);
		margin-bottom: 20px;
	}

	.p460+img {
		width: 70%;
		height: auto;
		position: relative;
		left: calc(50% - 35%);
	}
}


/*----------------------会社案内------------------------------*/
.corp #content h1 {
	margin-bottom: 30px;
	color: #3D3D3D;
}

.corp #content h2 {
	font-size: 18px;
	font-weight: 600;
	color: #3D3D3D;
	clear: left;
}

.corp #content dl {
	width: 460px;
	height: auto;
	font-size: 14px;
	float: left;
	letter-spacing: 2px;
}

.corp #content dt {
	width: 105px;
	height: 40px;
	margin-left: 15px;
	float: left;
	clear: left;
}

.corp #content dd {
	width: 340px;
	height: 40px;
	float: left;
}

.corp #content ul {
	width: 700px;
	height: 360px;
	margin-bottom: 120px;
}

.corp #content ul li {
	margin-bottom: 20px;
}

.corpImg {
	margin-left: 20px;
}

.corp #content img {
	margin-bottom: 20px;
}

.corp table {
	width: 100%;
	font-size: 15px;
	margin-bottom: 60px;
	text-align: center;
}

.corp th,
td {
	border: 1px solid #F7F7F7;
	text-align: center;
	letter-spacing: 2px;
}

.corp th {
	width: 100px;
	height: 25px;
	border: 1px solid #F7F7F7;
	color: #fff;
	text-align: center;
}

.corp td {
	width: 100px;
	height: 25px;
	column-rule: 1;
	text-align: center;
}

#facility {
	padding-top: 130px;
	clear: left;
}

#map {
	clear: left;
}

iframe {
	margin-bottom: 30px;
}

.navy {
	background: #11448E;
}

.light {
	background: #E0E0E0;
}

.light2 {
	background: #fff;
}


@media screen and (max-width: 750px) {
	.corp #content ul {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.corp #content ul li {
		width: calc(33% - 20px);
		height: auto !important;
		margin: auto 10px 10px;
	}

	.corp #content ul li img {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}

	.corp #content .margin_l {
		margin-left: auto;
	}

	.google_map {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 75%;
	}

	.google_map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 510px) {
	.corp #content dl {
		width: 100%;
		margin-bottom: 30px;
	}

	.corp #content dl dt {
		width: calc(100% - 15px);
		height: 20px;
	}

	.corp #content dl dd {
		width: calc(100% - 15px);
		height: auto;
		padding-left: 15px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
	}

	.corpImg {
		width: 40%;
		height: auto;
	}
}

@media screen and (max-width: 420px) {
	.corp #content ul {
		justify-content: center;
	}

	.corp #content ul li {
		width: calc(50% - 20px);
		height: auto !important;
		margin: auto 10px 10px;
	}
}

/*-------------------------contact--------------------------*/


.contact #formWrap {
	width: 700px;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
}

.contact #formWrap p {
	margin-bottom: 20px;

}

.contact table.formTable {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.contact table.formTable td,
.contact table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.contact table.formTable th {
	width: 30%;
	font-weight: normal;
	text-align: left;
}


/*-------------------お客様の声-------------------------*/
.impression h2 {
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 500;
	color: #11448E;
	clear: both;
}

.impLeft {
	width: 340px;
	float: left;
	margin-bottom: 30px;
}

.impRight {
	width: 340px;
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}

.impression dd {
	width: 310px;
	height: 170px;
	padding: 15px;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
}

.impression #content dt {
	width: 310px;
	height: auto;
	padding: 10px 10px 10px 50px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	background: #f5f5f5;
border-radius: 50px;
	background-image: url(../img/octicon_person-16.svg);
	background-position: 5% center;
	background-repeat: no-repeat;

}

.solution #content .point {
	width: 140px;
	height: auto;
	
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	background: #ffdd4d;
border-radius: 5px;
	background-image: url(../img/mage_light-bulb.svg);
	background-position: 3% center;
	background-repeat: no-repeat;
text-align:center;

}

@media screen and (max-width: 950px) {
	.impression #content {
		display: flex;
		flex-wrap: wrap;
	}

	.impression #content h1,
	.impression #content h2 {
		width: 100%;
	}

	.impression #content .impLeft {
		width: 100%;
	}

	.impression #content .impLeft dt {
		width: calc(100% - 40px);
	}

	.impression #content .impLeft dd {
		width: calc(100% - 30px);
height: auto;
	}

	.impression #content .impRight {
		width: 100%;
		margin-left: auto;
	}

	.impression #content .impRight dt {
		width: calc(100% - 40px);
	}

	.impression #content .impRight dd {
		width: calc(100% - 30px);
height: auto;
	}
}



/*--------------------ワークフロー　-----------------------------------*/
.die {
	font-size: 18px;
	font-weight: bold;
	color: #FF4245;
}


.w700 {
	width: 700px;
	height: auto;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}

.w700 dt {
	width: 460px;
	height: 220px;
	margin-bottom: 60px;
	float: left;
}

.w700 dd {
	width: 200px;
	height: 200px;
	padding: 10px;
	margin-bottom: 60px;
	border: 1px solid #ACACAC;
	border-radius: 10px;
	float: right;
}

@media screen and (max-width: 750px) {
	.w700 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.w700 dt {
		width: 60%;
		height: auto;
		margin-bottom: 60px;
	}

	.w700 dt img {
		width: 100%;
		height: auto;
	}

	.w700 dd {
		width: calc(40% - 22px);
		height: auto;
		margin-bottom: 60px;
	}

	.plaster .w700 div {
		width: 100%;
		padding: 30px 20px !important;
	}

	.plaster .w700 div iframe {
		margin-bottom: 0;
		width: 100%;
		height: 205px;
	}
}

@media screen and (max-width: 450px) {
	.w700 dt {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		text-align: center;
	}

	.w700 dt img {
		width: 90%;
		height: auto;
		margin: auto auto 10px !important;
	}

	.w700 dd {
		width: 90%;
		height: auto;
		margin: auto auto 60px !important;
	}
}

.w460 {
	width: 460px;
	height: auto;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
	vertical-align: middle;
	clear: both;
}

.w460 dt {
	width: 220px;
	height: 220px;
	margin-bottom: 60px;
}

.w460 dt {
	width: 220px;
	height: 220px;
	margin-bottom: 60px;
	float: left;
}

.w460 dd {
	width: 200px;
	height: 200px;
	padding: 10px;
	border: 1px solid #ACACAC;
	border-radius: 10px;
	float: right;
}

.workTitle {
	font-size: 18px;
	font-weight: 600;
	color: #11448E;
}

.banner {
	width: 960px;
	height: 50px;
	margin-top: 50px;
}

/*@media (max-width: 940px) {
	#wrapper{
		width:940px;} 
 }*/

/* モバイル以上
@media (min-width: 440px) {}
@media (min-width: 720px) {}
@media (min-width: 940px) {
	#wrapper{
		width:940px;
}
} */

#policy-wrap h2 {
	font-size: 21px;
}

#policy-wrap h3 {
	margin-bottom: 5px;
}

#policy-wrap p {
	margin-bottom: 30px;
}

#policy-wrap ol {
	margin-bottom: 30px;
}

#policy-wrap ul {}

#policy-wrap ul li {
	height: auto;
	float: none;
}

#policy-wrap ul li:last-child {
	margin-top: 15px;
}

#policy-wrap ul li a {
	margin-top: 15px;
	padding: 10px 15px;
	height: auto;
	float: none;
	background: #FFDD4D;
	text-align: center;
}


@media screen and (max-width: 950px) {

	.top #top,
	.news #news,
	.corp #company,
	.contact #contact {
		background: none;
	}

	#include_nav ul li:hover {
		background: #11448E;
	}
}