@charset "utf-8";

/* Mainvisual */
#Container {
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

/*/////Subvisual/////*/
#Subvisual {
	background: url(/wp-content/uploads/img_mv.jpg) no-repeat 50% 100%;
	background-color: #19467E;
	border-bottom: solid 6px #2168C0;
}
.inner-visual {
    position: relative;
    height: 284px;
}
.btn-contact{
	margin: 230px 0 0 248px;
}
/*/////ttl h2 h3/////*/
.ttl-h2{
	width: 100%;
	margin: 0 auto 40px auto;
	text-align: center;
}
.ttl-h3{
	font-size: 142%;
    font-weight: bold;
	margin: 0 auto 30px auto;
	text-align: center;
	line-height:30px;
}
.ttl-h3-blue{
	color: rgb(34, 119, 224);
	font-size: 140%;
	font-weight: bold;
}
.txt-blue-s{
	color:rgb(34, 119, 224);
}
.txt-blue-b{
	color: rgb(34, 119, 224);
	font-weight: bold;
}
.ttl04 {
	width: 17%;
    color: #fff;
    background-color: #256BC2;
    padding: 7px 8px 5px 15px;
    margin: 40px 0 15px 0;
}

/*/////section/////*/
.section{
	width: 100%;
	padding: 80px 0 100px 0;
}
.section02{
	width: 100%;
	padding: 60px 0 0 0;
}
.section03{
	width: 100%;
	padding: 50px 0 50px 0;
}
.txt{
	padding:5px 0 0 10px;
	margin-left:20px;
}
.btn a{
	color:#fff;
	text-decoration:none;
}

/*/////President////*/
#President{
	line-height:24px;
	background: url(/wp-content/uploads/bg-promotion.png) repeat left top;
}

/*/////Company////*/
#Company{
	line-height:24px;
}
tbody{
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table{
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
tr{
	display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th{
	width: 20%;
	font-weight: bold;
    border-bottom: 2px solid #CCC;
	text-align: left;
	background-color: #FAFAFB;
}
td{
	width: 60%;
	border-bottom: 2px solid #EEE;
	}

td, th {
	padding: 16px 8px;
    vertical-align: top;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

/*/////Idea////*/
#Idea{
	line-height: 24px;
	background: url(/wp-content/uploads/bg-promotion.png) repeat left top;
	padding-bottom: 7%;
}
@media ( max-width : 767px ) {
	#Idea{
		padding-bottom: 80px;
	}
}
.ttl-h3-white {
	text-align:center;
    color: #fff;
    font-size: 160%;
    font-weight: bold;
}
.idea-list{
	margin: 20px 0 32px 0;
    font-size: 120%;
    line-height: 30px;
}
#Idea dt{
	width: 22%;
	float: left;
	color: rgb(34, 119, 224);
	font-weight: bold;
    border-bottom: 2px solid #CCC;
	text-align: left;
}
#Idea dd{
	border-bottom: 2px solid #EEE;
}

/*/////Mission////*/
#Mission{
	line-height: 24px;
	background: #fefcf9;
}
#Mission li{
	float: left;
}
#Mission ul .prom{
	margin: 107px 140px 0 140px;
	vertical-align: middle;
}

#Mission p{
	margin-top: 20px;
	text-align: center;
}

/*/////Slogan////*/
#Slogan{
	line-height: 24px;
	background: url(/wp-content/uploads/company_bg01.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding-bottom: 10%;
}
#Slogan{
	margin-top: 6%;
}
@media ( max-width : 767px ) {
	#Slogan{
		background: url(/wp-content/uploads/sp_company_bg01.jpg) no-repeat left top;
		background-size: cover;
		position: relative;
		padding-bottom: 20%;
	}
}
#Slogan:after{
	content: "";
	position: absolute;
	display: block;
	background-color: rgba(255,255,255, .4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
/*/////Vision////*/
#Vision{
	line-height: 26px;
	background: url(/wp-content/uploads/bg-promotion.png) repeat left top;
	position: relative;
	z-index: 1;
}
#Vision:after{
	content: "";
	position: absolute;
	display: block;
	background-color: rgba(255,255,255, 1);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.Vision-wrap{

	margin: 0 auto;
	background: url(/wp-content/uploads/company_bg02.png)no-repeat;
}
@media ( min-width : 960px ) {
	.Vision-wrap{
		width: 960px;
	}
}
#Vision ul{
	margin: 20px auto 0 auto;
}
#Vision li{
	width: 198px;
	height: 198px;
	float: left;
	background: url(/wp-content/uploads/bg-visionlist.png)no-repeat;
	margin: 20px 55px 0 0;
}
#Vision .end{
	margin-right: 0;
}
#Vision li p{
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-top: 90px;
	font-size: 128%;
}

/*/////QRコード////*/

@media screen and (max-width: 767px) {
	.Vision-wrap{
		width: 100%;
	}
	#Vision li {
		width: 100%;
		max-width: 198px;
	}
}

h2.no-border {
	padding-bottom: 0;
}

h2.no-border:after {
	display: none;
}
