@import url("global.css");

#pagettl {
	background-image: url(../concept/img/main.jpg);
}
.lead {
	border: 6px solid #eee;
	background-color: #F7F7F7;
	padding: 30px;
	width: 968px;
	margin: 0 auto 70px;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.4);
}
.lead h2 {
	font-size: 35px;
	font-weight: 500;
	color: #111;
	margin-bottom: 5px;
}
.lead h2::before,
.lead h2::after {
	content: "～";
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	font-weight: bold;
}
.lead ol {
}
.lead ol li {
	text-align: left;
	font-size: 17px;
	border-bottom: 1px solid #bbb;
	padding: 7px 15px;
}
.lead ol li:last-of-type {
	border-bottom: none;
}
.lead ol li span {
	font-size: 22px;
	margin-right: 10px;
	font-weight: bold;
	color: #18727E;
}
#contents section h1 {
	width: 1040px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 3px;
}
#cnt .wrapper,
#cnt2 .wrapper {
	padding-top: 30px;
	background: url(../concept/img/bg.png) no-repeat right top;
	min-height: 1200px;
	margin-bottom: -100px;
}
#cnt2 .wrapper {
	margin-bottom: 0;
}
#contents section p {
	margin-bottom: 40px;
	text-shadow: 1px 1px 1px #fff, 0 0 2px #fff, 0 0 4px #fff;
	text-align: justify;
}
#contents section#cnt2 p {
	margin-bottom: 25px;
	font-size: 15px;
}
#contents section#cnt2 h2 {
	width: 1040px;
	margin: 10px auto 30px;
	text-align: left;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	color: #666;
}
#contents section#cnt2 h3 {
	width: 1040px;
	margin: 70px auto 30px;
	text-align: left;
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	letter-spacing: 4px;
}
#contents section p.first {
	width: 600px;
}
#cnt ul,
#cnt2 ul {
	position: relative;
	margin-bottom: 40px;
	padding: 19px 0;
	text-align: center;
	letter-spacing: -.4em;
}
#cnt ul::before,
#cnt2 ul::before {
	content: "";
	width: 9999px;
	height: 210px;
	position: absolute;
	left: -5000px;
	top: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0.2);
}
#cnt ul li,
#cnt2 ul li {
	/*float: left;*/
	padding: 5px;
	width: 25%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
}
#cnt ul li a,
#cnt2 ul li a {
	display: block;
	position: relative;
	border: 1px solid #fff;
	background-color: #fff;
}
#cnt ul li a:hover,
#cnt2 ul li a:hover {
	border-color: #EE9A28;
	opacity: 0.8;
}
#cnt ul li a::after,
#cnt2 ul li a::after {
	position: absolute;
	content: "";
	right: 3px;
	bottom: 3px;
	border-style: solid;
	border-width: 12px 12px 12px 12px;
	border-color: transparent #fff #fff transparent;
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#cnt ul li a:hover::after,
#cnt2 ul li a:hover::after {
	border-color: transparent #EE9A28 #EE9A28 transparent;
}




/* ------------------------------------------------------------------------------------------------------------------------
/* 1099px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){
.lead {
	width: auto;
	margin: 0 10px 70px;
}
.lead h2 {
	font-size: 32px;
}
.lead ol li {
	font-size: 16px;
}
.lead ol li span {
	font-size: 21px;
}
#contents section h1 {
	width: auto;
	margin: 0 10px;
}
#contents section#cnt2 h2 {
	width: auto;
	margin: 10px 10px 30px;
}
#contents section#cnt2 h3 {
	width: auto;
	margin: 70px 10px 30px;
}
#cnt .wrapper,
#cnt2 .wrapper {
	background-size: contain;
	min-height: 0;
	margin-bottom: 0;
	padding-top: 40px;
}
#cnt ul,
#cnt2 ul {
	margin: 0 -10px 40px;
	padding: 19px 0;
}
#cnt ul::before,
#cnt2 ul::before {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
}
#cnt ul li,
#cnt2 ul li {
	padding: 5px;
}
}
	

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){
.lead {
	border: 4px solid #eee;
	padding: 15px;
	margin: 0 10px 40px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.lead h2 {
	font-size: 18px;
}
.lead h2::before,
.lead h2::after {
	margin: 0 4px;
	font-size: 12px;
}
.lead ol li {
	text-align: left;
	font-size: 15px;
	padding: 5px 10px;
}
.lead ol li span {
	font-size: 18px;
	margin-right: 3px;
}
#contents section h1 {
	margin: 0;
}
#contents section h1 br {
	display: none;
}
#contents section#cnt2 p {
	margin-bottom: 15px;
	font-size: 14px;
}
#contents section#cnt2 p br {
	display: none;
}
#contents section#cnt2 h2 {
	margin: 5px auto 20px;
	font-size: 16px;
	line-height: 24px;
}
#contents section#cnt2 h3 {
	margin: 40px auto 20px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
}

#cnt .wrapper,
#cnt2 .wrapper {
	padding-top: 15px;
}
#contents section p {
	margin-bottom: 20px;
}
#contents section p.first {
	width: auto;
}
#cnt ul,
#cnt2 ul {
	margin: 0 -10px 20px;
	padding: 10px 5px;
	display: block;
}
#cnt ul li,
#cnt2 ul li {
	padding: 5px;
	width: 50%;
}
#cnt ul li a,
#cnt2 ul li a {
	width: 100%;
	height: auto;
}
#cnt ul li a img,
#cnt2 ul li a img {
	width: 100%;
	height: auto;
}
#cnt ul li a::after,
#cnt2 ul li a::after {
	right: 2px;
	bottom: 2px;
	border-width: 7px 7px 7px 7px;
}
}










