/* 仕様 */

@media screen and (min-width: 641px){

#spe {
	line-height: 200%;
	letter-spacing: 0.1em;
	}

#spe img {
	max-width: 100%;
	height: auto;
	}

#spe .hli {
	width: 100%;
	height: 500px;
	background: url(img/hlibg.jpg) no-repeat center;
	background-size: cover;
	margin: 0px 0px 130px 0px;
	text-align: center;
	position: relative;
	}

#spe .hli:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #ffffff solid;
	position: absolute;
    left: 50%;
	bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#spe .hli:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #111111 solid;
	position: absolute;
    left: 50%;
	bottom: -40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#spe .hli ul {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

#spe .hli li {
	width: 90%;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	color: #ffffff;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
	}

#spe .hli h2 {
	font-size: 36px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 50px 0px 60px 0px;
	}

#spe .hli h2 span {
	font-size: 72px;
	margin: 0px 0px 30px 0px;
	display: block;
	}

#spe .hli strong {
	width: 160px;
	border: 1px #ffffff solid;
	font-size: 18px;
	line-height: 40px;
	margin: 0px auto;
	display: table;
	}

#spe .cop {
	width: 90%;
	font-size: 28px;
	font-weight: bold;
	line-height: 160%;
	margin: 0px auto 130px auto;
	text-align: center;
	}

#spe .cop font {
	color: #D62846;
	}

#spe .def dl {
	width: 87.5%;
	max-width: 1400px;
	font-size: 18px;
	line-height: 200%;
	margin: 0px auto 130px auto;
	display: table;
	}

#spe .def dt {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	}

#spe .def dd {
	width: 50%;
	padding: 0px 0px 0px 7.142%;
	display: table-cell;
	vertical-align: middle;
	}

#spe .def dd h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px 0px 30px 0px;
	}

#spe .gua {
	width: 87.5%;
	max-width: 1400px;
	margin: -30px auto 130px auto;
	}

#spe .gua ol {
	width: 100%;
	border: 1px #111111 solid;
	margin: 100px 0px 0px 0px;
	}

#spe .gua h2 {
	width: 100%;
	background: #111111;
	font-size: 28px;
	color: #ffffff;
	line-height: 70px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#spe .gua ul {
	width: 95.714%;
	margin: 0px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	}

#spe .gua li {
	width: 18.208%;
	margin: 0px 2.238% 0px 0px;
	}

#spe .gua li:nth-child(5n) {
	margin: 0px;
	}

#spe .gua li img {
	margin: 0px 0px 20px 0px;
	}

#spe .gua li h3 {
	font-size: 18px;
	line-height: 150%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#spe .fea {
	width: 100%;
	background: #f2f2f2;
	padding: 130px 0px;
	}

#spe .fea h2 {
	width: 90%;
	font-family: 'Noto Serif JP', serif;
	font-size: 48px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px auto 40px auto;
	text-align: center;
	}

#spe .fea h2 br {
	display: none;
	}

#spe .fea ul {
	width: 87.5%;
	max-width: 1400px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#spe .fea li {
	width: 30.952%;
	margin: 0px 3.571% 0px 0px;
	}

#spe .fea li:nth-child(3n) {
	margin: 0px;
	}

#spe .fea li img {
	margin: 0px 0px 30px 0px;
	}

#spe .fea li h3 {
	font-size: 18px;
	line-height: 150%;
	margin: 0px auto 10px auto;
	display: table;
	}

#spe .fea li h3 p {
	width: 26px;
	background: #00662B;
	border-radius: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	text-align: center;
	display: inline-block;
	}

}

@media screen and (max-width: 640px){

#spe {
	line-height: 200%;
	letter-spacing: 0.1em;
	}

#spe img {
	max-width: 100%;
	height: auto;
	}

#spe .hli {
	width: 100%;
	height: 300px;
	background: url(img/hlibg.jpg) no-repeat center;
	background-size: cover;
	margin: 0px 0px 70px 0px;
	text-align: center;
	position: relative;
	}

#spe .hli:before {
	content: '';
	width: 1px;
	height: 30px;
	border-right: 1px #ffffff solid;
	position: absolute;
    left: 50%;
	bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#spe .hli:after {
	content: '';
	width: 1px;
	height: 30px;
	border-right: 1px #111111 solid;
	position: absolute;
    left: 50%;
	bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#spe .hli ul {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

#spe .hli li {
	width: 90%;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #ffffff;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
	}

#spe .hli h2 {
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 20px 0px 30px 0px;
	}

#spe .hli h2 span {
	font-size: 32px;
	margin: 0px 0px 10px 0px;
	display: block;
	}

#spe .hli strong {
	width: 120px;
	border: 1px #ffffff solid;
	font-size: 14px;
	line-height: 30px;
	margin: 0px auto;
	display: table;
	}

#spe .cop {
	width: 90%;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	margin: 0px auto 50px auto;
	}

#spe .cop br {
	display: none;
	}

#spe .cop font {
	color: #D62846;
	}

#spe .def dl {
	width: 90%;
	font-size: 14px;
	line-height: 200%;
	margin: 0px auto 50px auto;
	display: flex;
	flex-direction: column;
	}

#spe .def dt {
	margin: 0px 0px 30px 0px;
	order: 1;
	}

#spe .def dt img {
	width: 70%;
	margin: 0px auto;
	display: block;
	}

#spe .def dd {
	order: 2;
	}

#spe .def dd h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 21px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px 0px 20px 0px;
	}

#spe .gua {
	width: 90%;
	margin: 0px auto 70px auto;
	}

#spe .gua ol {
	width: 100%;
	border: 1px #111111 solid;
	margin: 50px 0px 0px 0px;
	}

#spe .gua h2 {
	width: 100%;
	background: #111111;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#spe .gua ul {
	width: 90%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#spe .gua li {
	width: 48.5%;
	line-height: 150%;
	margin: 0px 3% 20px 0px;
	}

#spe .gua li:nth-child(2n) {
	margin: 0px 0px 20px 0px;
	}

#spe .gua li img {
	margin: 0px 0px 10px 0px;
	}

#spe .gua li h3 {
	font-size: 14px;
	line-height: 150%;
	margin: 0px 0px 5px 0px;
	text-align: center;
	}

#spe .fea {
	width: 100%;
	background: #f2f2f2;
	padding: 70px 0px 50px 0px;
	}

#spe .fea h2 {
	width: 90%;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px auto 20px auto;
	text-align: center;
	}

#spe .fea ul {
	width: 90%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#spe .fea li {
	width: 48.5%;
	line-height: 150%;
	margin: 0px 3% 20px 0px;
	}

#spe .fea li:nth-child(2n) {
	margin: 0px 0px 20px 0px;
	}

#spe .fea li img {
	margin: 0px 0px 10px 0px;
	}

#spe .fea li h3 {
	font-size: 14px;
	line-height: 150%;
	margin: 0px auto 5px auto;
	display: table;
	}

#spe .fea li h3 p {
	width: 20px;
	background: #00662B;
	border-radius: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	margin: 0px 5px 0px 0px;
	text-align: center;
	display: inline-block;
	}

}


