/* CSS Document */

h1,
p#logo {
	margin-bottom: 20px;
}

div#wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

div.wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

header {
	width: 250px;
	float: left;
	margin-bottom: 20px;
}

div#container {
	width: 720px;
	margin-bottom: 40px;
	float: right;
}

p#breadCrumb {
	margin-bottom: 10px;
	background: #fcfcfc;
	font-size: 75%;
	border-top: 1px solid #eeeeee;
}

p#breadCrumb a {
	margin-right: 3px;
	padding: 6px 8px 6px 5px;
	display: inline-block;
	text-decoration: none;
	background: #FFF;
	color: #555555;
}

p#breadCrumb a:first-child {
	background: #1F3865;
	color: #FFF;
}

section {
	margin-bottom: 20px;
	padding: 0 0 10px;
	background: #FFF;
}

section p,
section ul,
section ol {
	padding: 10px;
	line-height: 1.68;
}

section ul {
	list-style: outside circle;
}

section ol {
	list-style: outside decimal;
}

section ul li,
section ol li {
	margin: 0 0 0 1.5em;
}

section nav#service ul {
	padding: 0;
	list-style: none;
}

section nav#service ul li {
	margin-left: 0;
}

nav#siteNav {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
}

nav#siteNav ul li {
	display: inline-block;
	margin-right: 5px;
	/*border-right:1px solid #dddddd;*/
	border-bottom: 1px solid #1F3865;
}

nav#siteNav ul li a {
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
	color: #333333;
}

nav#siteNav ul li a:hover {
	color: #4aa8b6;
}

div#companyInfo,
div#companyInfo ul {
	margin-bottom: 20px;
}

ul.bnrlist {
	margin-bottom: 20px;
}

ul.bnrlist li {
	margin-bottom: 10px;
}

footer {
	width: 100%;
	padding: 2px 0 0 0;
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(../img/bg.gif);
}

footer ul {
	background: #1f3865;
	font-size: 85%;
}

footer ul li {
	display: inline-block;
	border-right: 1px solid #dddddd;
}

footer ul li a {
	padding: 5px 8px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}

*:first-child+html footer ul li a,
*:first-child+html footer ul li {
	display: inline;
	text-decoration: none;
}

table.companyProfile {
	width: 98%;
	margin: 0 auto 30px;
	border: 1px solid #dddddd;
}

div#container section table:last-child {
	margin: 0 auto 0px;
}

table.companyProfile th {
	width: 30%;
}

table.companyProfile th,
table.companyProfile td {
	padding: 8px;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}

div.detailImg {
	width: 240px;
	padding: 0 10px;
	margin-right: 10px;
	float: left;
}

div.detailImg p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div.detailTxt {
	width: 440px;
	float: left;
}

div#container,
section {
	*zoom: 1;
}

div#container:after,
section:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	margin-top: -1px;
}

p.nowList {
	margin: 0 0 20px 0;
	font-size: 0.81em;
	text-align: right;
}

/* --- clearfix --- */



/************
print
************/
section p img.imgPhoto {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}


/************
privacy
************/

div#privacy dl {
	padding: 0px 10px;
}

div#privacy dt {
	margin-bottom: 15px;
}

div#privacy dd {
	margin-bottom: 15px;
}

/*---------------------------------------
H
---------------------------------------*/
div#container h3 {
	margin-bottom: 15px;
}

div#container h3 {
	padding: 8px 15px;
	background: #d8dadb;
	font-weight: normal;
	clear: both;
}

body#company div#container h3 {
	padding: 0;
	background: none;
}

div#container h1 {
	margin-bottom: 0;
}

div#container h2 {
	margin-bottom: 20px;
}

div#key {
	margin-bottom: 20px;
}

div#key {
	background: url(../img/key_granddesign20190304.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	/* height: 480px; */
	height: auto;
	margin: 0 auto;
	width: 100%;
	aspect-ratio: 3 / 2;
	/* min-width: 1060px; */
	position: relative;
}

div#key img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	/* width: 640px;
	height: 132px; */
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}



section h2.greeting {
	padding: 20px 0px 0px 10px;
	margin: 0px;
}


section p.osaka {
	text-align: center;
	padding: 20px 0px 10px 0px;
}

section p strong {
	color: #4aa8b6;
}

section p.topGreeting {
	margin: 0px 57px 20px 65px;
	padding: 0px;
	color: #4aa8b6;
	border-bottom: 1px dotted #ccc;
}

section p.topGreeting a {
	text-decoration: none;
}

section div.newYear {
	margin: 0px;
	padding: 90px 40px 40px 40px;
	background: url(../img/bg_newyear.jpg) no-repeat 0px top;
	height: 380px;
}

section div.newYear p {
	font-size: 0.83em;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

section div.newYear p.day {
	text-align: right;
}

div.news {
	background: #ffffff;
	margin-bottom: 20px;
	padding: 0px 20px 20px 0px;
}

div#container h2.now {
	background: #4aa8b6;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 1em;
	padding: 5px 0px 5px 10px;
}

div.news div.newsArea {
	background: url(../img/bg_news_bottom.gif) no-repeat bottom right;
	width: 300px;
	padding: 20px 20px 10px 20px;
}

div.news div.newsArea p.nowTitle {
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 10px 20px;
	font-size: 1.13em;
	background: url(../img/bg_news_top.gif) no-repeat top left;
}


div.news div.newsArea p.day {
	font-size: 0.83em;
	margin: 0px 0px 10px 20px;
	color: #4aa8b6;
}

div.news div.newsArea img.nowImage {
	float: left;
	margin: 0px 20px 0px 20px;
}

div.news div.newsArea p {
	margin: 0px 10px 10px 20px;
	font-size: 0.88em;
	line-height: 1.4;
}

div.news div.newsAreaL {
	background: url(../img/bg_news_bottom.gif) no-repeat bottom right;
	width: 660px;
	padding: 20px 20px 10px 20px;
}

div.news div.newsAreaL p.nowTitle {
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 10px 20px;
	font-size: 1.13em;
	background: url(../img/bg_news_top.gif) no-repeat top left;
}

div.news div.newsAreaL p.nowTitle span {
	display: inline-block;
}

div.news div.newsAreaL p.day {
	font-size: 0.83em;
	margin: 0px 0px 10px 20px;
	color: #4aa8b6;
}

div.news div.newsAreaL p.nowImage,
div.news div.newsAreaL p.nowImageR {
	margin: 0px 20px 10px 20px;
	font-size: 0.88em;
	line-height: 1.4;
}

div.news div.newsAreaL ol {
	margin: 0px 20px 10px 20px;
	font-size: 0.88em;
	line-height: 1.4;
}

div.news div.newsAreaL ol li {
	margin-left: 20px;
}

div.news div.newsAreaL p.nowImage img {
	margin: 0px 20px 0px 0px;
	padding: 0;
	float: left;
}

.pdf-img img {
	width: 120px;
}

.pc_mtop50 {
	padding-top: 50px;
}

/*div.news div.newsAreaL p.nowImageR img{
	margin:0px 0 0px 20px;
	padding:0;
	float:right;
}*/

div.news div.newsAreaL p.nowImage span {
	max-width: 300px;
	margin: 0px 20px 0px 0px;
	float: left;
}

div.news div.newsAreaL p.nowImage span img {
	margin: 0px 20px 0px 0px;
}

div.news div.newsAreaL p.imageSide {
	font-size: 0.91em;
	padding: 0px 0px 10px 20px;
	float: left;
	margin-right: 10px;
}

div.news div.newsAreaL p.imageSide img {
	margin-bottom: 8px;
	/*float:left;
	margin-right:10px;*/
}

div.news div.nowLeft {
	float: left;
}

div.news div.nowRight {
	float: right;
}

nav#service ul {
	margin-bottom: 20px;
}

nav#service ul li {
	width: 235px;
	margin: 0 7px 0 0;
	float: left;
	background: #FFF;
}

nav#service ul li:nth-child(3n) {
	margin: 0 0 0 0;
}

nav#service ul li img:nth-child(2) {
	margin: 0 0 5px 0;
}

nav#service ul li p {
	padding: 5px 10px;
	font-size: 0.88em;
}

nav#service ul {
	overflow: hidden;
	zoom: 1;
}

html>

/**/
body nav#service ul {
	margin-right: -7px;
}

/*----------200916更新ここから----------*/

/*200916独自*/

/* #container .news .news_200916{
   background-color: aquamarine;
} */

#container .news .news_200916 .messe2020 {
	margin-bottom: 20px;
}

#container .news .news_200916 .expo2020 {
	margin-bottom: 40px;
}

#container .news .news_200916 .messe2019 {
	margin-left: 20px;
}

#container .news .news_200916 .messe2019>p {
	margin-bottom: 5px;
}

#container .news .news_200916 .messe2019 div img {
	margin-bottom: 5px;
}

#container .news .news_200916 .messe2019 div {
	font-size: .7em;
	margin-bottom: 10px
}

#container .news .news_200916 .messe2019 div div p {
	font-size: 10px;
}

#container .news .news_200916 .messe2019 div div:first-child {
	margin-bottom: 20px;
	width: 45%;
}

#container .news .news_200916 .messe2019 div div:last-child {
	width: 40%;
}

#container .news .news_200916 .messe2019 div div:last-child p {
	width: 75%;
}

/*共通*/
#container .news .now_2col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

/*----------200916更新ここまで----------*/

/*----------211110更新ここから----------*/

.content_flex .flex_box {
	display: flex;
}

.content_flex .flex_box .self-center {
	align-self: center;
}

.content_flex .flex_box .flex_item_second {
	font-size: .8rem;
	margin-left: 1rem;
}

.content_flex .flex_box .pc_newline {
	display: block;
}

/*----------211110更新ここまで----------*/

/************
company
************/

body#company h3 {
	margin: 0px;
}

body#company section h3 {
	margin: 0px 0px 10px 10px;
}

body#company section table.companyProfile th span {
	font-weight: normal;
	font-size: 0.83em;
}

div#map {
	width: 700px;
	margin: 0 auto;
}

div#map div {
	width: 345px;
}

div#map div.cs {
	float: left;
}

div#map div.kicx {
	float: right;
}

/************
print
************/

div#container section h3.key {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: none;
}


section h4 {
	margin: 0px 0px 0px 10px;
	clear: both;
}

section p.technique {
	clear: both;
}

section iframe {
	margin: 0px 0px 0px 10px;
}

section div.example {
	margin: 0px 10px 20px 10px;
	padding: 10px 20px 5px 20px;
	border: 1px solid #cccccc;
}

section div.example p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

section div.example ul {
	margin: 0px 0px 0px 10px;
	list-style: disc;
}

section div.example ul li {
	margin: 0px 0px 5px 0px;
	list-style: disc;
}

section ul.listDisc {
	margin: 0px 0px 0px 16px;
}

section ul.listDisc li {
	margin: 0px 0px 5px 0px;
	list-style: disc;
}

section p.exPrint {
	border: 1px dotted #cccccc;
	padding: 10px;
	margin: 0px 10px 10px;
}

h4 {
	font-size: 18px;
}

#tbl_wareprint {
	width: 96%;
	margin: 0 auto;
	border: 1px solid #dfdfdf;
	font-size: 92%;
	margin-bottom: 15px;
}

#tbl_wareprint th {
	text-align: center;
	padding: 5px;
	background: #194378;
	color: #fff;
}

#tbl_wareprint td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #dfdfdf;
}

#tbl_wareprint td img {
	max-width: 100%;
	height: auto;
}

/************
cdi
************/

section ul.stature li {
	list-style: none;
	margin-left: 0px;
}

section u.activityl li {
	list-style: disc;
}

dl.examole {
	margin: 0px 10px 20px 10px;
	line-height: 1.6;
}

dl.examole dt {
	font-weight: bold;
	margin-bottom: 10px;
}

/************
contact
************/

div#contact {
	padding: 20px;
}

div#contact table td {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px;
}

div#contact table td span {
	color: #F00;
	font-size: 0.83em;
}

div#contact table td span.neccecity {
	font-size: 1em;
}

div#contact table td h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#contact table td p {
	font-size: 0.83em;
	margin: 0px;
	padding: 0px;
}

div#contact table td input.text {
	width: 300px;
}

div#contact table td textarea {
	width: 400px;
}

div.ss-form {
	padding: 0px 10px;
}

div.ss-form ul.ss-choices {
	margin: 0px;
	padding: 0px;
}

div.ss-form ul.ss-choices li {
	list-style: none;
}

div.ss-form ul.ss-choices li.ss-choice-item {
	margin: 0px;
	padding: 0px;
}

div.ss-form input {
	width: 300px;
}

div.ss-form input#ss-submit {
	width: 100px;
}

div.ss-form input.ss-q-radio {
	width: 30px;
}

div.ss-form span.ss-required-asterisk {
	color: #F00;
}

div.ss-form textarea {
	width: 500px;
	margin-bottom: 20px;
}

.error,
.required {
	border: 2px solid #c43b1d
}

.required-message,
.error-message {
	color: #c43b1d;
	display: none;
	font-size: 13px
}

.required~.required-message,
.error~.error-message {
	display: block
}

ul.ss-choices.required {
	margin-left: -3px;
	margin-top: -3px;
	padding-left: 4px;
	padding-top: 4px
}

/************
works
************/

section.works ul {
	margin: 0 -10px 0 0;
}

section.works ul li {
	list-style: none;
	padding: 10px 16px 0 16px;
	margin: 0;
	font-size: 0.81em;
	width: 200px;
	height: 270px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
}

section.works ul li.listEnd {
	border-right: none;
}

section.works ul li dl dt {
	padding: 0 0 10px 0;
}

section.works ul li dl dd.company {
	border-bottom: solid #ededed 2px;
	padding: 0;
	margin-bottom: 3px;
}

section.works div.detail {
	padding: 20px;
}

section.works div.detail p.workImg {
	margin-bottom: 20px;
	text-align: center;
}

div#container section.works div.detail h3 {
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 3px solid #ededed;
	background: #fff;
}

section.works div.detail h3 a {
	text-decoration: none;
	font-size: 0.73em;
	font-weight: normal;
	color: #666;
}

section.works div.detail dl dt {
	margin-bottom: 10px;
	font-size: 0.81em;
}

section.works div.detail dl dd {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 0.88em;
}

section.works div.detail table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

section.works div.detail table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 10px 10px;
	background: #ededed;
	text-align: left;
}

section.works div.detail table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 10px 10px;
}

/*detail*/

body#detail {
	width: 500px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: none;
}

body#detail p.workImg {
	margin-bottom: 20px;
}

body#detail h3 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #ededed;
}

body#detail h3 a {
	text-decoration: none;
	font-size: 0.73em;
	font-weight: normal;
	color: #666;
}

body#detail dl dt {
	margin-bottom: 10px;
	font-size: 0.81em;
}

body#detail dl dd {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 0.88em;
}

body#detail table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

body#detail table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 10px 10px;
	background: #ededed;
	text-align: left;
}

body#detail table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 10px 10px;
}

.contact_btn {
	margin-bottom: 30px;
}

.contact_btn a {
	display: block;
	background: #1E89C4;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

section.photoArchive {
	min-height: 500px;
}

section.photoArchive p {
	width: 100%;
	clear: both;
}

section.photoArchive p span {
	color: #4aa8b6;
}

section.photoArchive p span.photoInfo {
	font-size: 0.81em;
	color: #222;
}

section.photoArchive p img {
	float: left;
	margin: 0 20px 20px 0;
}

div#map,
div.news,
div.newsAreaL {
	*zoom: 1;
}

div#map:after,
div.news:after,
div.newsAreaL:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	margin-top: -1px;
}

/* --- clearfix --- */


.m-bottom10 {
	margin-bottom: 10px;
}

/*Security__info*/

.security {
	border: 1px solid #fb8338;
	background: #fffef9;
	padding: 20px;
}

.security h2 {
	color: #fb8338;
	font-size: 1.1rem;
}

.security .quote {
	text-align: right;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.security__info {
	list-style: none;
	margin-left: 0;
}

.security__info__item {
	margin-left: 0;
	margin-bottom: 0.5em;
}

.security__info__item .date {
	width: auto;
	display: block;
}

.security__info__item a {
	width: 100%;
}

@media only screen and (min-width: 640px) {
	.security__info__item {
		margin-left: 0;
		display: flex;
		display: -ms-flexbox;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		align-items: flex-start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start
	}

	.security__info__item .date {
		width: 6em;
	}

	.security__info__item a {
		width: calc(100% - 6.5em);
	}
}

/************
securitypolicy
************/
.securitypolicy {
	padding: 5em 3em;
	line-height: 1.75;
}

.securitypolicy h2 {
	text-align: center;
}

.securitypolicy h2+p {
	margin-bottom: 2em;
}

.securitypolicy dl {
	padding: 0px 10px;

}

.securitypolicy dt,
.securitypolicy li {
	margin-bottom: .25em;
}

.securitypolicy dd {
	margin-bottom: 2em;
}

.policy-contact {
	padding-top: 2em;
	text-align: right;
}
