@charset "utf-8";

.wrap{
	width:1000px;
	margin:0 auto;
	position: relative;
}

.table{
	display:table;
}

.center{ text-align:center!important; }
.align_right{ text-align:right; }

.bl_btn{
	display:inline-block;
	background-color:#333333;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:0 18px;
}

.h2_box{
	border-top:solid 1px #F6F6F6;
	border-bottom:solid 1px #F6F6F6;
	background:url("../img/bg_line.png") no-repeat left bottom;
	position:relative;
	padding:18px 0;
}

.h2_box p{
	position:absolute;
	right:15px;
	top:22px;
	background:url("../img/anc_red.png") no-repeat #fff 6px -2px;
	width: 100px;
	text-align: right;
	font-weight:bold;
}

.h2_box div{
	position:absolute;
	right:60px;
	top:9px;
	width: 100px;
	text-align: right;
	font-weight:bold;
}

.h2_box2{
	background-color: #FFBA00;
	color:#fff;
	padding: 15px;
}

.h2_box2 h2{
	text-align: center;
}

h3{
	background-color:#F8F8F8;
	padding:15px;
	font-size:18px;
	margin:20px 0;
}

.side_banner p{
	margin-bottom:20px;
}

/* header */
/* ------------------------------------------ */

#head h1{
	position: absolute;
	top: 45px;
	left: 292px;
	font-size:12px;
	font-weight:normal;
	color: #999999;
}

#logo{
	padding:20px 0 15px;
}

#head ul{
	position: absolute;
	top:33px;
	right:0;
	font-weight:bold;
}

#head ul li{
	display:inline-block;
	margin-left: 30px;
}

.notice_link{
	padding-left: 20px;
	background: url(../img/anc_yell_m.png) no-repeat left 2px;
}

.osaka_chikuwa{
	color: #fff;
    background-color: #861c3c;
    font-family: "Sawarabi Mincho";
	font-weight: normal;
    font-size: 17px;
    letter-spacing: 2px;
    text-align: center;
	padding: 30px 60px 30px 80px;
    background-position: 50px;
    background-image: url(../img/contact.png);
    background-repeat: no-repeat;
}

.osaka_chikuwa:hover{
	text-decoration:none;
}

/* navi */
#gr_nav{
	background-color: #efefef;
}

#gr_nav li {
	display:inline-block;
	text-align: center;
	line-height: 19px;
	margin-right: -4px;
}

#gr_nav li a {
	background: url(../img/common/bd_nav.png) no-repeat left 18px;
}

#gr_nav li a {
	width: 200px;
	height: 37px;
	padding: 18px 0;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
}

#gr_nav li a:hover {
	background:#6c6c6c;
	color:#fff!important;
}
#gr_nav li a:hover span {
	color:#fff!important;
}

#gr_nav li:last-child {
	background: url(../img/common/bd_nav.png) no-repeat right 18px;
}

#gr_nav li a span {
	display: block;
	font-size: 10px!important;
	color: #999999;
	font-weight: 500!important;
	margin-top: -3px;
}

/* index */
#top_image{
	text-align:center;
	background-color:#F8F8F8;
	background-image:url("../img/bg_top.png");
	background-repeat:no-repeat;
	background-position:center;
}

.top_box1{
	margin:30px auto;
}

.top_info{
	border:solid 5px #EFEFEF;
	width:670px;
	display:block;
	padding-top:45px;
	float:left;
}

.top_info div{
	background-color:#F8F8F8;
	padding:15px 0;
	margin-top:30px;
	display:table;
	width:100%;
}

.top_info div p{
	line-height:20px;
	display:table-cell;
	padding:0 20px;
	vertical-align: top;
}

.top_info div p a{
	display: block;
	border:solid 1px #D9D9D9;
	color:#F54747;
	font-weight:bold;
	padding: 10px 35px 10px 28px;
	background:url("../img/anc_red2.png") no-repeat #fff 29px 14px;
}

.chikuwa_box{
	border:solid 5px #EFEFEF;
	width:280px;
	text-align:right;
	vertical-align: top;
	padding:20px 0 0 0;
	float:right;
	margin-bottom:20px;
}

.chikuwa_box p{
	width:80%;
	margin:0 auto 13px auto;
	text-align:left;
	line-height:20px;
}

.chikuwa_box p a{
	border:solid 1px #D9D9D9;
	color:#F54747;
	font-weight:bold;
	width:100%;
	display:block;
	padding: 5px 0;
	background:url("../img/anc_red2.png") no-repeat 27px 9px;
}

.top_box2{
	
}

.top_box2 .left{
	float:left;
	width:49%;
}

.top_box2 .chiku{
	margin-top:20px;
	border:solid 5px #EFEFEF;
	padding:20px 0 0;
}

.top_box2 .chiku div{
	background-color:#F8F8F8;
	padding:20px;
}

.top_box2 .chiku li{
	display:inline;
	padding:10px 1px;
}

.top_box2 .chiku li a{
}

.top_box2 .gyousyu{
	margin-top:20px;
}

.top_box2 .gyousyu p{
	background-color:#F8F8F8;
	font-weight:bold;
	padding: 15px 20px;
	margin-bottom:15px;
}

.top_box2 .gyousyu ul{
	margin-bottom:15px;
}

.top_box2 .gyousyu li{
	display:inline-block;
	line-height:20px;
}

.top_box2 .gyousyu li:after{
	content:"|";
	color:#2F86DF;
	padding:0 10px;
}

.top_box2 .gyousyu li a{
	color:#2F86DF;
	text-decoration: underline;
}

.top_box2 .right{
	float:right;
	width:49%;
}

.slider{
	margin:50px 0;
	background-color:#F8F8F8;
	padding:0 0 50px 0;
}

.slider_h2{
	position:relative;
	margin-bottom: 20px;
}

.slider_h2 h2{
	background-image:url("../img/bg_line.png");
	background-repeat:no-repeat;
	padding:25px 0 10px 0;
	font-size:18px;
}

.slider_h2 div{
	position:absolute;
	top:30px;
	right:0;
	font-weight:bold;
}

.slider_h2 div a{
	background:url("../img/anc_red.png") no-repeat -5px;
	padding-left:10px;
}


#slider li a.name{
	text-align: left;
	margin-top: 10px;
	font-size: 1.2rem;
	display: block;
	padding-left: 20px;
	background: url(../img/arrow.png) no-repeat left 2px;
}

.ul_project li{
	text-align:center;
}

.ul_project li a.thum {
	width: 220px !important;
	height: 150px;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
}

.top_box3{
	
}

.top_box3 .left{
	float:left;
	width:670px;
}

.top_box3 dl{
	margin:20px 0;
}

.top_box3 dt{
	float: left;
	clear: both;
	font-weight:bold;
}

.top_box3 dd {
	padding-left: 100px;
}

.top_box3 dl dd:not(:last-child) {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.top_box3 .right{
	float:right;
}

.list_1{
	border-bottom: 1px dotted #EBEBEB;
	padding-bottom:20px;
	margin-top:20px;
}

.list_1 .left{
	float:left;
	width:450px;
}

.list_1 .left .title{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}

.list_1 .left .title span{
	display:inline-block;
	width:300px;
	margin-right:20px;
	vertical-align: top;
}

.list_1 .left .title span + span{
	width:100px;
}

.list_1 .left .title span a{
	color:#8AB4EA;
	font-weight:normal;
}

.list_1 .right{
	float:right;
}

.list_1 .right p{
	display:inline;
	margin-left:10px;
}

.list_2{
	margin-top:30px;
}

.list_2 div{
	float:left;
	width:200px;
	margin:0 auto;
	margin-right:23px;
}

.list_2 div .img{
	background-color:#F8F8F8;
	text-align:center;
}

.h250{
	height: 250px;
}

.list_2 div p{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

.job{
	display:table;
	margin:30px 0;
	border-bottom: 1px dotted #EBEBEB;
	padding-bottom:20px;
}

.job .left{
	display:table-cell;
	text-align: center;
	background-color: #F8F8F8;
	width: 200px;
}

.job .right{
	display:table-cell;
	vertical-align:top;
	line-height:20px;
	padding-left:20px;
}
.job .right p{
	margin-bottom:10px;
}

.job .right .title{
	font-weight:bold;
	text-decoration:underline;
}

.job .right .title a{
	font-size:15px;
}

.job .right .date{
	font-size:11px;
}

.detail_table{
	margin:30px 0;
	border-top:solid 1px #E9E9E9;
	border-left:solid 1px #E9E9E9;
}

.detail_table th{
	background-color:#F8F8F8;
	font-weight:normal;
	text-align:left;
	width:160px;
}

.detail_table th, .detail_table td{
	border-right:solid 1px #E9E9E9;
	border-bottom:solid 1px #E9E9E9;
	padding:15px 20px;
}

/* content */
/* ------------------------------------------ */
.top_h2{
	background-color:#fff;
	height:116px;
}

.top_h2 h2{
	font-size:25px;
	color:#811a3a;
	line-height:30px;
	padding:30px 0;
}

.top_h2 h2 p{
	color:#333333;
	font-size:20px;
}

.top_h2_ex{
	width: 1000px;
	margin: 0 auto 10px;
	background-color: #000;
	color: #fff;
}

.top_h2_ex2{
	width: 100%;
	margin: 0 auto 10px;
	background-color: #000;
	color: #fff;
}

.top_h2_ex img, .top_h2_ex2 img{
	width: 100%;
}

.top_h2_ex p, .top_h2_ex2 p{
	font-family: 'Crimson Text', serif;
	font-size: 22px;
	padding: 20px;
	letter-spacing: 2px;
}

.top_h2_ex p span, .top_h2_ex2 p span{
	font-family: Arial, Helvetica, sans-serif;
	color: #209b9d;
	font-size: 30px;
	font-weight: bold;
}

.bg_contact{
	background:url("../img/contact_bg.jpg") no-repeat;
	background-position: right;
}

.bg_search_area{
	background:url("../img/bg_h2_area.jpg") no-repeat;
	background-position: right;
}

.bg_about_us{
	background:url("/wp-content/themes/osaka/img/bg_h2.jpg") no-repeat;
	background-position: right;
}

.bg_project{
	background:url("../img/bg_h2_project.jpg") no-repeat;
	background-position: right;
}

.bg_news{
	background:url("../img/bg_h2_news.jpg") no-repeat;
	background-position: right;
}

.bg_industry{
	background:url("../img/bg_h2_industry.jpg") no-repeat;
	background-position: right;
}

.bg_company_profile{
	background:url("../img/bg_profile.png") no-repeat;
	height:200px;
}

.pankz{
	margin: 0 auto 30px;
    color: #474747;
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 15px;
}

.pankz_ex{
	width: 970px;
	margin: 0 auto;
    color: #474747;
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 15px;
}

.pankz a, .pankz_ex a{
	color:#999999;
}

.pankz li, .pankz_ex li{
	display:inline;
}

.pankz li + li:before, .pankz_ex li + li:before{
	content:" | ";
	color:#999;
	vertical-align: top;
}

.main{
	width:670px;
	float:left;
}

.map{
	margin:30px 0;
}

.text_box{
	margin:30px 0;
	line-height:20px;
}

.text_box p{
	margin-top:20px;
}

.text_box ul{
	margin-left:15px;
}

.text_box ul span{
	display:inline-block;
	margin-right:10px;
}

.movie{
	margin:30px 0;
	
	
}

.movie_box{
	float:left;
	width:200px;
	margin-right:20px;
}

.movie_box p{
	margin-bottom:10px;
}

.movie_box .title{
	background-color:#FFBA00;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding: 13px;
	text-align: center;
}

.movie_box .text{
	line-height:18px;
	font-size:14px;
}

.movie_box dl{
	margin-top:25px;
}

.movie_box dt{
	background-color:#F8F8F8;
	font-weight:bold;
	font-size:15px;
	padding:10px 0;
	margin-bottom:20px;
	text-align:center;
}

.movie_box dd{
	margin-bottom:10px;
}

.movie_box dd a{
	color:#2F86DF;
	text-decoration: underline;
}

.zimu{
	border:solid 5px #E1E1E1;
	background-color:#F8F8F8;
	padding:25px 25px 10px;
	margin-top: 40px;
}

.zimu .title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.zimu p{
	margin-bottom:15px;
}

.project_list{
	margin-top:30px;
}

.project_list div{
	float:left;
	width:200px;
	height: 164px;
	margin:0 23px 25px auto;
}

.project_list div .img{
	background-color:#F8F8F8;
	text-align:center;
}

.project_list div .name a {
	text-align: left;
	margin-top: 15px;
	font-size: 1.2rem;
	display: block;
	padding-left: 15px;
	background: url(../img/arrow.png) no-repeat left 2px;
}

.box{
	display:table;
}

.box div{
	display:table-cell;
	vertical-align:top;
	padding:0 30px 0 0;
}

.box div p{
	line-height:20px;
	margin-bottom:15px;
}

.box2{
	display:table;
	width:100%;
}

.box2 div{
	display:table-cell;
	vertical-align:top;
}

.box2 p{
	line-height:20px;
	margin-bottom:15px;
}

.box2 .left{
	padding:0 30px 0 0;
	width:300px;
}

.box2 .right{
	text-align:center;
}

.box2 .right p{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F8F8F8;
}

.history{
	margin:30px 0;
}

.history tr:nth-child(even) {
    background:#FFFFFF;
}
.history tr:nth-child(odd) {
    background:#F8F8F8;
}

.history th{
	width:150px;
}

.history th, .history td{
	border-bottom:solid 1px #CCCCCC;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:15px 20px;
	line-height:20px;
}

.history_img{
	border:solid 5px #E1E1E1;
	text-align:center;
	vertical-align:top;
	padding-bottom:15px;
	margin-bottom:20px;
}

.history_img .title{
	font-weight:bold;
	font-size:18px;
	margin:20px 0 10px 0;
}

.history_img td{
	padding: 0 0 10px 0;
}

.img_list{
	margin:30px 0;
}

.img_list ul{
	display: table;
	width:100%;
	margin-bottom:10px;
}

.img_list li{
	display:table-cell;
}

.link_list{
	margin:15px 0;
}

.link_list li{
	display:inline;
	margin-right:10px;
	line-height: 30px;
}

.sitemap_box ul{
	margin:0 0 0 20px;
}

.sitemap_box li{
	margin-top:30px;
	list-style-type:disc;
}

.sitemap_box li a{
	font-weight:bold;
	font-size:14px;
}

.sitemap_box li ul{
	margin-top:15px;
}

.sitemap_box li ul li{
	list-style-type:none;
	margin-top:15px;
}

.sitemap_box li ul li a{
	font-weight:normal;
	font-size:13px;
}

.company_profile_box{
	border-top:solid 1px #E9E9E9;
	border-left:solid 1px #E9E9E9;
	margin:40px 0 40px 0;
}

.company_profile_box th{
	background-color:#F8F8F8;
	border-right:solid 1px #E9E9E9;
	border-bottom:solid 1px #E9E9E9;
	width:150px;
	text-align:left;
	padding:17px;
}

.company_profile_box td{
	border-right:solid 1px #E9E9E9;
	border-bottom:solid 1px #E9E9E9;
	line-height: 20px;
}

.company_profile_box a{
	color:#287ADF;
	text-decration:underline;
}

.company_profile_box li{
	display:inline;
	margin-right:10px;
	vertical-align: super;
}


.prev{
	
}

.prev a{
	border:solid 2px #CCCCCC;
	background-color:#F8F8F8;
	font-weight:bold;
	font-size:17px;
	display: block;
	width: 150px;
	text-decoration:none;
	margin:20px auto;
	text-align:center;
	padding:10px 10px 10px 0;
}

.unit_table {
	margin:20px 0;
}

.unit_table th{
	border:solid 3px #9BDBEA;
	color:#5AABC0;
	font-weight:bold;
	font-size:18px;
	height: 30px;
}

.unit_table td{
	line-height:18px;
}

.news_detail_box{
	margin:30px 0;
	line-height:18px;
}

.news_detail_box .date{
	font-size:11px;
	margin-bottom:20px;
}

.news_detail_box p{
	margin-bottom:20px;
}

/* modal */
/* ------------------------------------------ */

.tr {
	text-align: right;
}

.lock {
    overflow:hidden;
}

.modal-content {
    position:relative;
    display:none;
    width:55%;
    margin:30px;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content table{
	border-top:solid 1px #E6E6E6;
	border-left:solid 1px #E6E6E6;
}

.modal-content th{
	background-color:#F7F7F7;
	border-right:solid 1px #E6E6E6;
	border-bottom:solid 1px #E6E6E6;
	text-align:left;
	vertical-align:top;
	width:30%;
	padding:15px;
	line-height: 18px;
}

.modal-content td{
	border-right:solid 1px #E6E6E6;
	border-bottom:solid 1px #E6E6E6;
	padding:15px;
}

.modal-content p {
    margin:20px 0;
    padding:0;
    color:#FFA642;
    font-weight:bold;
    font-size:18px;
}

.modal-content input[type="text"], .modal-content textarea{
	width:100%;
	border:solid 1px #E6E6E6;
}

.modal-content textarea{
	height:100px;
}

.modal-content span{
	color:#ff0000;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

.submit{
	color:#fff;
	font-size:19px;
	font-weight:bold;
	background-color:#3185E4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 25px;
	margin:25px 0;
	cursor: pointer;
}

.back{
	color:#fff;
	font-size:19px;
	font-weight:bold;
	background-color:#3e3e3e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 25px;
	margin:25px 0;
	cursor: pointer;
}

/* side */
/* ------------------------------------------ */

.side{
	width:290px;
	float:right;
}

.side_title{
	color:#fff;
	font-weight:bold;
	background-color:#FFBA00;
	padding: 15px;
	font-size: 16px;
	margin-bottom:20px;
}

.side_list, .side_list2{
	border:solid 1px #F6F6F6;
	margin-bottom:20px;
}

.side_list p, .side_list2 p{
	border-bottom:solid 4px #F6F6F6;
	padding: 20px 0 20px 30px;
	font-size: 16px;
	font-weight:bold;
	background:url("../img/bg_line_s.png") no-repeat 15px 14px;
}

.side_list ul{
	padding:15px 15px 0 15px;
}

.side_list li{
	margin-bottom:20px;
    border-bottom: solid 1px #e6e6e6;
    padding: 8px 0 20px;
}

.side_list li:before, .side_list2 li:before{
	content:" > ";
	color:#7f1b39;
	font-size:14px;
	vertical-align: top;
	font-weight: bold;
}

.side_list2 ul{
	
}

.side_list2 li{
	border-bottom:solid 1px #F6F6F6;
	padding: 20px 15px;
}

.side_list2 li:last-child{
	border-bottom:none;
}

/* footer */
/* ------------------------------------------ */
#pagetop{
	text-align:right;
	padding-bottom:12px;
	margin-top:100px;
}
#pagetop a{
	background-color:#F8F8F8;
	width:50px;
	padding:10px 35px;
}
#footer_link{
	border-top:solid 1px #F6F6F6;
	padding:30px 0;
}

#footer_link dl{
	float:left;
	width:165px;
}

#footer_link dt{
	font-weight:bold;
	font-size:14px;
	margin-bottom:20px;
}

#footer_link li{
	margin-bottom:15px;
}

#footer_link li:before{
	content:" > ";
	color:#FFCC00;
	font-weight:bold;
	font-size:10px;
	vertical-align: top;
}

#footer{
	background-color:#FFBA00;
	color:#fff;
	padding:15px 0;
	margin-top:30px;
}

#footer div{
	display:table;
}

#footer a{
	color:#fff;
}

#footer ul,#footer p{
	display:table-cell;
}

#footer ul li{
	display:inline;
	padding-right:10px;
}

#footer ul li+ li {
	border-left: 1px solid #fff;
	padding-left:10px;
}

#footer p{
	text-align:right;
}

/* editor */
 
.news_detail_box div p {
	display: block;
	margin: 0.1em 0;
	line-height: 1.6em;
}
.news_detail_box div strong { font-weight: bold; }
.news_detail_box div em { font-style: italic; }
.news_detail_box div blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
 
/* img */
 
.news_detail_box div .aligncenter {
	display: block;
	margin: 0 auto;
}
.news_detail_box div .alignright { float: right; }
.news_detail_box div .alignleft { float: left; }
 
.news_detail_box div img[class*="wp-image-"],
.news_detail_box div img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
 
/* clearfix */
 
.news_detail_box div .clearfix {
	overflow: hidden;
	zoom: 1;
}
.news_detail_box div .clearfix:after {
	content: ""
	display: block;
	clear: both;
}

.new_link_project{
	margin: 10px 0 40px 0;
	display: block;
}

.new_link_project a{
	font-size: 25px;
	border: solid 3px #E64F4F;
	padding: 30px 40px;
	display: block;
	border-radius: 5px;
	color: #E64F4F;
}

.project_img{
	width: 100%;
	height: 130px;
	object-fit: cover;
}

.interview_section{
	line-height: 1.4;
    font-family: "Sawarabi Gothic";
    color: #333;
	font-size: 15px;
	margin-bottom: 20px !important;
}

.interview_detail{
	padding: 10px;
    border: solid 2px #ffd6d6;
    text-align: center;
    background-color: #ffe9e5;
    font-weight: bold;
	margin-bottom: 50px !important;
}

.news_detail_box a{
	display: inline-block;
	margin: 10px 0;
}