/* contents
===================================*/

.box_L {
	float: left;
	width: 52%;
	/*background-color: #D9D8D8;*/
}

.box_R {
	float: right;
	width: 45%;
	/*background-color: #D9D8D8;*/
}

#namacon1,
#namacon2,
#namacon3,
#namacon4 {
	width: 100%;
	overflow-y: hidden;
	margin-bottom: 6em;
}

#namacon1 .inner,
#namacon2 .inner,
#namacon3 .inner,
#namacon4 .inner {
	width: 100%;
	max-width: 1140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 4em;
	}


#namacon1 img,
#namacon2 img{
	max-width: 100%;
	height: auto;
}


/* pageTitle
===================================*/

#pageTitle{
	width: 100%;
	height: 280px;
	text-align: center;
	margin-top: 130px;
	overflow-y: hidden;
	position: relative;
	/* background-image: url(); */
	background-position: center center;
	background-size: 100% auto;
	background-color: #F1F3F4;
}

#pageTitle h2{
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 50;
	text-align: center;
	color: #FFFFFF;
	font-size: 60px;
	font-weight: bolder;
	letter-spacing: -6px;
}

/* -----------------------------------------------
namacon1
-------------------------------------------------- */

#namacon1 h3{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#namacon1 h3 span{
	font-size: 28px;
}

#namacon1 ul{
	border-top: 1px solid #B0B0B0;
	margin-bottom: 30px;
}

#namacon1 li{
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #B0B0B0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
}

#namacon1 li.no1 {
	background-image: url(../namacon/images/no1.png);
}

#namacon1 li.no2 {
	background-image: url(../namacon/images/no2.png);
}

#namacon1 li.no3 {
	background-image: url(../namacon/images/no3.png);
}

#namacon1 li.no4 {
	background-image: url(../namacon/images/no4.png);
}

/* -----------------------------------------------
namacon2
-------------------------------------------------- */

#namacon2 h3{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

#namacon2 h4{
	font-size: 20px;
	color: #000000;
	margin-bottom: 1em;
}

/* -----------------------------------------------
namacon3
-------------------------------------------------- */

#concrete-mov {
	width: 100%;
	overflow-y: hidden;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}

.concrete-mov {
	width: 48%;
	overflow-y: hidden;
	}

#concrete-mov h4{
	font-size: 16px;
	color: #009150;
	margin-top: 20px;
	margin-bottom: 10px;
	}

#concrete-mov iframe{
	width: 100%;
}

/* -----------------------------------------------
namacon4
-------------------------------------------------- */

#namacon4 {
	margin-bottom: 0em;
}

#outline table.con_outline{
	width: 100%;
	border-left: 1px #DDDDDD solid;
	border-top: 1px #DDDDDD solid;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#outline table.con_outline th{
	padding: 20px;
	font-weight: normal;
	border-right: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	background-color: #DEF7FF;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
}
#outline table.con_outline td{
	padding: 20px;
	border-right: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
}

#namacon4 h3{
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #B0B0B0;
	color: #000000;
	}

#namacon4 p{
	margin-bottom: 40px;
	}

#network table.table-concrete {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#network table.table-concrete td {
	padding: 8px;
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	/*word-break: break-all;*/
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}













/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

/* common
===================================*/

.sp_img{
	display:block !important;
}

.pc_img{
	display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}
	
/* header
===================================*/

/* footer
===================================*/

/* contents
===================================*/

.box_L {
	float: none;
	width: 100%;
	margin-bottom: 3em;
}

.box_R {
	float: none;
	width: 100%;
}

#namacon1 .inner,
#namacon2 .inner,
#namacon3 .inner,
#namacon4 .inner {
	padding-top: 3em;
	}
	
/* pageTitle
===================================*/

#pageTitle{
	width: 100%;
	height: 240px;
	margin-top: 70px;
}

#pageTitle h2{
	font-size: 40px;
}

/* -----------------------------------------------
namacon1
-------------------------------------------------- */	
#namacon1 li{
	font-size: 18px;
	line-height: 26px;
}
	
/* -----------------------------------------------
namacon3
-------------------------------------------------- */

.concrete-mov {
	width: 100%;
	margin-bottom: 2em;
	}

/* -----------------------------------------------
namacon4
-------------------------------------------------- */

#outline table.con_outline{
	width: 100%;
	margin: 0 0 10px;
}

#outline table.con_outline th,
#outline table.con_outline td{
	width: 100%;
	display: block;
	padding: 10px 5% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
	
#network table.table-concrete td {
	width: 50%;
	display: inline-block;
}


/* ----------------------------------------------- */


} /*@mediaEnd*/

/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){

/* pageTitle
===================================*/

#pageTitle{
	background-size: auto 100% ;
}

#pageTitle h2{
	font-size: 32px;
}

/* contents
===================================*/

#namacon1 .inner,
#namacon2 .inner,
#namacon3 .inner,
#namacon4 .inner {
	padding-top: 2em;
	}

#namacon1 p,
#namacon2 p,
#namacon3 p,
#namacon4 p {
	font-size: 14px;
	}
	
/* -----------------------------------------------
namacon1
-------------------------------------------------- */	
#namacon1 li{
	font-size: 16px;
	line-height: 24px;
}
	
} /*@mediaEnd*/

.txt_red {
    color: #FF0000;
}
