@charset "UTF-8";
article div p {
	margin-bottom: 1em;
}
/***********　会社案内　***********/
#about div {
	background: url(img/img02.jpg) no-repeat 100% 0;
	background-size:auto 100%;
	padding: 8% 35% 1% 0;
}

@media screen and (max-width:1260px){
#about div {
	background: url(img/img03.jpg) no-repeat 100% 0;
	background-size:auto 100%;
	}

}

#about ol {
	overflow: hidden;
	margin-top: 80px;
}
#about ol li {
	float: left;
	width: 48.75%;
	margin-right: 2.5%;
	background-color: #0b318f;
	border-radius: 10px;
	min-height: 150px;
	margin-bottom: 20px;
	position: relative;
}
#about ol li:before {
	position: absolute;
	top: 15px;
	left: 15px;
	content: "";
	background-image: url(img/window02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	width: 30.7692308%;
	height: 80%;
}
#about ol li:first-child:before {
	background-image: url(img/window01.png);
}
#about ol li:nth-child(even) {
	margin-right: 0;
}
#about ol li a {
	color: #fff;
	padding: 20px 3.84615385% 0 37.1794872%;
	box-sizing: border-box;
}
#about ol li h4 {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 43px auto;
	padding-left: 55px;
	font-size: 15px;
	font-weight: bold;
	line-height: 31px;
	margin-bottom: 10px;
}
#about ol li:first-child h4 {
	background-image: url(img/menu01.png);
}
#about ol li:nth-child(2) h4 {
	background-image: url(img/menu02.png);
}
#about ol li:last-child h4 {
	background-image: url(img/menu03.png);
}
.detail {
	font-weight: bold;
	display: inline-block;
	border-radius: 13px;
	color: #0b318f;
	line-height: 1em;
	padding: 7px 25px 5px 15px;
	background: url(../img/arrow_bg02.png) no-repeat 90% center #fff110;
	background-size: 8px 12px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
/***********　ご挨拶　***********/
#greeting a:hover{
	text-decoration:underline;
}
#greeting div{
	background:url("img/greeting/img03.jpg") no-repeat 0 20px;
	background-size:32% auto;
	padding:20px 0 0 34.75%;
}
#profile > ul{
	width:95%;
	margin:0 auto 20px;
}
#profile > ul li{
	padding-left:20px;
}
#profile table{
    border-top:1px dashed #4c4c4c;
	width:95%;
	margin:0 auto;
}
#profile table tr{
    border-bottom:1px dashed #4c4c4c;
}
#profile table th{
	padding:15px 0 15px 20px;
	width:28%;
	vertical-align:sub;
}
#profile table th span{
	background:url(../common/img/circle02.gif) no-repeat 0 50%;
	background-size:10px 10px;
	padding-left:20px;
}
#profile table td{
	padding:15px 20px 15px 0;
}
#profile table td ul li a{
	display:block;
	text-indent:-1em;
	padding-left:2em;
}

/***********　会社使命・経営理念　***********/
.ttl03{
	border-bottom:#ccc solid 1px;
	padding:0 0 10px 10px;
	margin-bottom:20px;
}
.ttl03 span{
	display:block;
	border-left:#0b318f solid 5px;
	height:30px;
	padding-left:10px;
}
.ttl03 img{
	max-width:119px;
}
#mission .ttl01{
	margin-top:50px;
}
#mission section{
	margin-bottom:80px;
}
#mission section:last-of-type{
/*	margin-bottom:0;*/
}
#mission p{
	padding-left:3.125%;
}
#mission strong{
	display:block;
	font-size:16px;
	font-weight:bold;
	color:black;
	/*text-shadow:1px 0 1px #313131;*/
	margin-bottom:0.375em;
}
#our_mission p{
	background:url(img/mission/our_mission.gif) no-repeat 50% 0;
	background-size:85.375% auto;
	padding-top:27.75%;
}
#conduct ul li{
	background:url(../common/img/circle02.gif) no-repeat 5px 8px;
	background-size:10px auto;
	margin-bottom:1.25em;
}
#conduct ul li:last-child{
	margin-bottom:0;
}

/***********　会社概要　***********/
#outline table{
	width:87.5%;
	margin:0 auto;
}
#outline table tr{
	border-bottom:#ccc solid 1px;
}
#outline table th{
	font-size:14px;
	font-weight:bold;
	width:27%;
	box-sizing:border-box;
	padding:20px 0 20px 5%;
}
#outline table td{
	padding:20px 0;
}
#outline table td ul li{
	margin-bottom:0.5em;
}
#outline table td ul li:last-child{
	margin-bottom:0;
}
#outline table a{
	text-decoration:underline;
}
#outline table a:hover{
	text-decoration:none;
}

@media screen and (max-width : 768px) {	
/***********　会社案内　***********/
#about div {
	padding: 0;
	background:none;
}
#about ol{
	margin-top:60px;
}
#about ol li:before{
	width: 16.2760417%;
}
#about ol li a{
	padding-left:23%;
}

/***********　ご挨拶　***********/
#profile > ul{
	width:100%;
}
#profile table{
	width:100%;
}
/***********　会社概要　***********/
#outline table{
	width:100%;
}
}
@media screen and (max-width:665px) {

/***********　会社案内　***********/
#about ol li {
    float: none;
    width: 100%;
    margin-right: 0;
}

/***********　ご挨拶　***********/
#greeting div {
    background-position: 50% 100%;
    background-size: 80% auto;
	padding:0 0 105% 0;
}
#profile table th,
#profile table td{
	display:block;
}
#profile table th{
	width:100%;
}
#profile table td {
    padding: 0 20px 15px;
}
#profile table td ul li{
	text-indent:-1em;
	padding-left:1em;
}
#profile table td ul li a{
	padding-left:1em;
}

/***********　会社使命・経営理念　***********/
#mission strong{
	margin-bottom:0.5em;
}
#conduct ul li{
	background-position: 0 10px;
    background-size: 7px auto;
}

/***********　会社概要　***********/
#outline table th, #outline table td{
	display:block;
	padding:5px;
}
#outline table tr{
	border-bottom:none;
}
#outline table th{
	text-align:center;
	width:100%;
	padding-left:0;
	margin-bottom: 5px;
    color: #fff;
    background: #0b318f;
}
#outline table td{
	margin-bottom:1em;
}
#outline table tr:last-of-type td{
	margin-bottom:0;
}
}