.pc-dsp {
	display: block;
}
.sp-dsp {
	display: none;
}

html {
	scroll-padding-top: 170px; /* 固定ヘッダの高さ分 */
}

header {
	position: fixed; /*fixedを設定して固定*/
	z-index: 5;
	height: 160px;
	top: 0;
	left: 0;
	background-color: #0b6737;
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

body {
	width: 65%; /*余白*/
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #ffffff;*/
}

footer {
	width: 100%;
	height: 20px;
	left: 0;
	text-align: center;
	background-color: #0b6737;
}
.footer-text {
	color: #fff;
}

.container {
	display: flex;
	flex-direction: row;
	margin-top: 1px;
	margin-bottom: 10px;
	font-size: 16px; /* 文字サイズ指定 */
	text-align: center;
	justify-content: space-around;
	align-content: space-around;
}

ul {
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
	z-index: 9999;
}

ul li {
	display: inline-block;
	padding: 26px 10px 20px 10px;
}

ul li:hover {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.spaser {
	height: 100px;
}
.top-image-area {
	width: 100%;
	height: 210px;
	background-image: url("../img/topimage.jpg");
	background-position: 50% 20%;
	background-size: cover;
}
.logo-container {
	width: 70px;
	height: 70px;
	margin-left: 10px;
}
.logo-container img {
	height: 100%;
	width: 100%;
}

.slanting {
	position: relative;
	height: 200px;
	background: #ddd;
}
svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	fill: #5f5f5f;
}
/*
	.contents {
	} */

.main-contents,
.left-navi,
.right-navi {
	height: 100%;
}
.main-contents {
	float: left;
	width: 80%;
}

/* h1,h2,h3,h4 */

h1 {
	position: relative;
	color: #0b6737;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	margin: 1.5em 0;
}
h1:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 250px;
	height: 75px;
	border-radius: 50%;
	border: 5px solid #158b2b;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

h2 {
	position: relative;
	border-left: 6px solid #ccc;
	padding: 10px;
	color: #000;
}

h2::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: "";
	width: 6px;
	height: 50%;
	background-color: #158b2b;
}

h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 0;
	border-bottom: 3px solid #158b2b;
}

h3 {
	border-bottom: 3px dotted #000;
}

/*-- 右クリック禁止 --*/
img {
	pointer-events: none;
}

/*-- 長押し禁止 --*/
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-action: none;
	user-select: none;
}

/*-- テープ風「タイトル付」囲み枠 --*/
/* テープ 枠 4 */
.kakomi-tape4 {
	position: relative;
	padding: 35px 20px 20px;
	color: #ffffff; /* 文字色 */
	background-color: #158b2b; /*BOX背景色*/
	box-shadow: 0 2px 5px #999;
	z-index: 4;
}
.title-tape4 {
	position: absolute;
	top: -15px;
	left: 30px;
	padding: 4px 20px;
	color: #ffffff; /*タイトル色*/
	font-weight: bold;
	background-color: #0b6737;
	border-left: 2px dotted rgba(0, 0, 0, 0.1);
	border-right: 2px dotted rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transform: rotate(-3deg);
	z-index: 3;
}

.box26 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #0b6737;
	border-radius: 8px;
}
.box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #fff;
	color: #0b6737;
	font-weight: bold;
}
.box26 p {
	margin: 0;
	padding: 0;
}

.box28 {
	position: relative;
	margin: 0;
	padding: 10px 0px 0px;
	border: solid 2px #0b6737;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: auto;
	display: flex;
	justify-content: space-between;
}
.box28 .box-title {
	position: absolute;
	display: inline-block;
	top: -2px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #0b6737;
	color: #ffffff;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
}
.box28 p {
	margin: 10px;
	padding: 10px;
}

.btn4 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	text-decoration: none;
	display: inline-block;
}

.btn4::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #fff100;
	display: block;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.btn4:hover::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid #fff100;
}
