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

#contents.orenama{
	padding-top: 0px;
	padding-bottom: 0px;
}


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

#pageTitle{
	width: 100%;
	/*height: 320px;*/
    height: 380px;
	text-align: center;
	/*margin-top: 130px;*/
	overflow-y: hidden;
	position: relative;
	background-image: url(../images/main.jpg);
	background-position: center center;
	background-size: 100% auto;
	background-color: #F1F3F4;
	background-repeat: no-repeat;	/*background-repeat: repeat-x;*/
}

#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;
}

/* -----------------------------------------------
orenama
-------------------------------------------------- */

#orenama{
	width: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
	background-color: #EAEBEC;
}

#orenama h3{
	font-size: 26px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-weight: bold;
}

#orenama h3.red{
	color: #FF0000;
}

#orenama h3.blu{
	color: #1B74BC;
}

#orenama h4{
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-bottom: 0.5em;
}

#orenama h4 span{
	font-size: 18px;
	font-weight: normal;
}

#orenama h5{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #FF0000;
}

#orenama p.read{
	font-size: 18px;
}

#orenama p.read span{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

/*question*/

.question{
	text-align: center;
	margin-bottom: 2em;
}

.question ul{
	border: 3px dotted #1B74BC;
	padding: 30px;
	/*
	-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;
	*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}

.question li{
	margin-bottom: 10px;
	background-image: url(../../kenzai/orenama/images/icon_q.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 40px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.question li:last-child{
	margin-bottom: 0;
}

/*orenama_box*/

.orenama_box {
	margin-bottom: 3em;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 10px solid #000000;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	overflow-y: hidden;
}

.box_L{
	float: left;
	width: 68%;
	margin-bottom: 2em;
}

.box_R{
	float: right;
	width: 28%;
	text-align: left;
}

.orenama_box p.Strg{
	border: 1px solid #000000;
	margin-bottom: 1em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #000000;
}

.orenama_box p.price{
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}

.orenama_box p.price span{
	font-size: 18px;
	color: #000000;
}

.orenama_box img{
	max-width: 100%;
	height: auto;
}

/*table*/

#orenama table.orenama1{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#orenama table.orenama1 th{
	padding: 15px;
	vertical-align: middle;
	text-align: center;
}

#orenama table.orenama1 td{
	padding: 15px;
	vertical-align: middle;
	text-align: left;
}

/*table*/

#orenama table.orenama2{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#orenama table.orenama2 th{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	text-align: center;
	background-color: #000000;
	font-size: 18px;
	color: #FFFFFF;
}

#orenama table.orenama2 td{
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}



/*size*/

.size{
	margin-bottom: 3em;
	text-align: center;
}

.size ul{
	text-align: center;
}

.size li{
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	display: inline;
}


/*table*/

#orenama table.price{
	width: 100%;
	padding: 0;
	border-left: 1px #DDDDDD solid;
	border-top: 1px #DDDDDD solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#orenama table.price th{
	margin: 0;
	padding: 15px;
	font-weight: bold;
	border-right: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	background-color: #FEFB01;
	vertical-align: top;
	text-align: center;
	color: #000000;
}
#orenama table.price td{
	margin: 0;
	padding: 15px;
	border-right: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	text-align: right;
}

#orenama table.price td.blue{
	background-color: #DEF7FF;
	text-align: center;
	color: #000000;
}

/***** example *****/

#example{
	width: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
	overflow-y: hidden;
	/*max-width: 1140px;
	margin-left: auto;
	margin-right: auto;*/
}

#example ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 2em;	/*
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	*/
}

#example li{
	/*margin: 20px;
	width: 360px;*/
	margin: 0.9%;
	width: 31.533%;
	vertical-align: top;
	position: relative;
}

#example li img{
	max-width: 100%;
	height: auto;
}

.exa_box{
	padding-top: 20px;
	padding-bottom: 20px;
}

#example h3{
	text-align: left;
	margin-bottom: 20px;
	font-size: 24px;
	color: #000000;
}

#example h3 span{
	font-size: 20px;
}

#example p.caps{
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

#example p.matome{
	text-align: center;
	font-size: 20px;
	color: #Ff0000;
}


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

[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
===================================*/
	
/* pageTitle
===================================*/

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

#pageTitle h2 img{
	max-width: 480px;
	height: auto;
}

/* -----------------------------------------------
orenama
-------------------------------------------------- */

#orenama{
	padding-top: 60px;
	padding-bottom: 60px;
}
	
#orenama h3{
	font-size: 20px;
}

#orenama h4{
	font-size: 24px;
}

#orenama p.read{
	font-size: 16px;
	text-align: left;
}

.question ul{
	padding: 20px;
}
	
.question li{
	font-size: 20px;
	margin-bottom: 15px;
}

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

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

#orenama table.price{
	width: 100%;
	padding: 0;
	border-left: 1px #DDDDDD solid;
	border-top: 1px #DDDDDD solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#orenama table.price th{
	margin: 0;
	padding: 4px;
	font-weight: normal;
	border-right: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	background-color: #FEFB01;
	vertical-align: top;
	text-align: center;
}
#orenama table.price td{
	margin: 0;
	padding: 4px;
	border-right: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	text-align: left;
	display: table-cell;
}

/***** example *****/
	
#example li{
	margin: 1%;
	width: 48%;
}

#example h3{
	font-size: 20px;
}

#example h3 span{
	font-size: 16px;
}
	
#example p.matome{
	font-size: 18px;
}

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


} /*@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 img{
	max-width: 320px;
	height: auto;
}
	
/* contents
===================================*/
	
/* -----------------------------------------------
orenama
-------------------------------------------------- */	

#orenama h4{
	font-size: 20px;
}

#orenama h4 span{
	font-size: 16px;
}
	
#orenama p.read br{
	display: none;
}
	
.size li{
	font-size: 14px;
}

/*table*/

#orenama table.orenama1 th,
#orenama table.orenama1 td{
	width: 50%;
	display: inline-block;
}
	
/* example */

#example li{
	margin: 1%;
	width: 98%;
}
	
#example h3{
	font-size: 18px;
}

#example h3 span{
	font-size: 14px;
}
	
} /*@mediaEnd*/
