* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
	line-height: 1.5em;
	font-weight: 500;
}

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased
}

#mainimg {
	height: 700px;
}

#mainimg h1 {
	display: block;
	z-index: 100;
	color: #fff;
	width: 100%;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 48px;
	font-weight: 700;
	flex: 1;
	text-align: center;
	margin: 0
}

#mainimg-under {
	height: 400px;
	position: relative
}

#mainimg-under h1 {
	display: block;
	z-index: 100;
	color: #fff;
	width: 100%;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	letter-spacing: 0.2em
}

.example {
	/* text-transform: uppercase; */
	/* background: linear-gradient(to right, #fff 0%, #222 14.28%, #fff 28.56%, #fff 42.85%, #eee 57.14%, #ddd 71.42%, #fff 85.71%, #ccc 100%) 0% center/200% auto; */
	background-clip: text;
	/* -webkit-background-clip: text; */
	text-fill-color: transparent;
	/* -webkit-text-fill-color: transparent; */
	animation: example 5s linear infinite;
}

.br {
	z-index: 100;
	color: #fff;
	width: 100%;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 44px;
	font-weight: 700;
	flex: 1;
	text-align: center;
	margin: 0;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,.9));
}

.br::before {
	content: "\A";
	white-space: inherit
}

@keyframes example {
	to {
		background-position-x: 200%
	}
}

canvas {
	width: 100%;
	height: 100%;
	filter: brightness(0.5) contrast(2) saturate(2)
}

#canvas-image {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.backstretch {
	width: 100%;
	overflow: hidden
}

.backstretch img {
	width: 150%;
	animation: anime2 20s infinite
}

@keyframes slide {
	0% {
		transform: rotate(0deg);
		transform-origin: 50 50
	}

	100% {
		transform: rotate(180deg);
		transform-origin: 50 50
	}
}

@keyframes anime {
	0% {
		transform: scale(1.5)
	}

	73% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes anime2 {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.3)
	}
}

header {
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 10;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%)
}

header .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 0;
}

header img {
	width: auto;
	height: 90px
}

.header-block {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header-block dt {
	width: 39%
}

.header-block dd {
	display: block
}

.menu {
	display: flex
}

.menu li {
	margin: 0 20px
}

.menu li a {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.05em
}

.menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none
}

.menu li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s
}

.menu li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1)
}

.logo-block a {
	display: flex;
	height: 100px;
	align-items: center
}

.logo-block h1 {
	color: #fff;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 28px;
	display: block;
	letter-spacing: 0.1em
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%
}

main {
	position: relative
}

#main-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

main#main-under {
	position: relative;
	width: 100%
}

.object_fit_img {
	font-family: "object-fit: cover;";
	object-fit: cover
}

.sec_title {
	display: flex;
	justify-content: space-between;
	padding: 12px 0
}

.bigger {
	margin: 0;
	font-size: 32px;
	font-weight: 700!important;
	padding: 0;
	text-transform: uppercase;
	color: #202020;
	display: inline-block;
	position: relative;
	letter-spacing: 0.05em;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font-weight: bold; */
}

.bigger span {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	color: #5310d1;
	display: inline-block;
	position: relative;
	letter-spacing: 0.05em;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.sec_text {
	font-size: 16px;
	text-align: justify;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	color: #202020
}


.open {
	display: flex;
}

#business1 {
	width: 50%;
	/* margin: 0 auto; */
	background-image: url(../img/business_01.jpg);
	height: 312px;
}

#business1 label {
	/* cursor: pointer */
}

#business1 input {
	display: none
}

#business1 input + div {
	width: 50%;
	/* height: 100px; */
	margin: 78px 25%;
	transition: all .5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.7);
	flex-wrap: wrap;
	padding: 60px 30px;
	filter: invert(1);
}

#business1 input + div a {
	opacity: 0;
	display: none;
}

#business1 input:checked + div {
	width: 100%;
	/* height: 200px; */
	margin: 0;
	background: rgba(255,255,255,.8);
	display: flex;
	flex-wrap: wrap;
	padding: 120px 30px;
	filter: invert(0);
}

#business1 input:checked + div a {
	opacity: 1;
	display: block;
	background: #222;
	padding: 8px 16px;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.open_txt {
	display: block;
	width: 100%;
	color: #000;
	font-weight: bold;
}

#business2 label {
	/* cursor: pointer */
}

#business2 {
	width: 50%;
	display: block;
	/* background: #eee; */
	background-image: url(../img/business_02.jpg);
	height: 312px;
}

#business2 input {
	display: none
}

#business2 input + div {
	width: 50%;
	/* height: 100px; */
	margin: 78px 25%;
	transition: all .5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.7);
	flex-wrap: wrap;
	padding: 60px 30px;
	filter: invert(1);
}

#business2 input + div a {
	opacity: 0;
	display:none;
}

#business2 input:checked + div {
	width: 100%;
	/*height: 200px;*/
	margin: 0;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	flex-wrap: wrap;
	padding: 120px 30px;
	filter: invert(0);
}

#business2 input:checked + div a {
	opacity: 1;
	display: block;
	background: #222;
	padding: 8px 16px;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.topinfo {
	margin: 60px auto 120px
}

.topinfo .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 0
}

.topinfotext {
	font-size: 20px;
	color: #202020;
	filter: drop-shadow(1px 1px 3px rgba(72, 25, 159, 0.3));
	line-height: 1.8em;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 500;
}

.pickup {
	margin: 80px auto
}

.pickup .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto
}

.pickupitem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.pickupitem li {
	width: 23%;
	overflow: hidden;
	margin-bottom: 32px;
	position: relative
}

.pickupitem li img.pickupimg {
	width: 100%;
	object-fit: cover;
	height: 100%;
	display: block
}

.pickuptext-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .5s ease
}

.pickuptext-area::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: rgba(0, 0, 0, 0.9);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s
}

.pickuptext-area:hover::before {
	transform-origin: left top;
	transform: scale(1, 1)
}

.pickuptext-area a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.pickuptext-area:hover {
	opacity: .9
}

.pickuptitle {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	width: 80%;
	margin: 0 auto;
	letter-spacing: 0.05em;
}

.pickuptext {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	width: 80%;
	margin: 10px auto 0;
	text-align: justify;
}

.stainless {
	margin: 80px auto
}

.stainless .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

.newstopics {
	margin: 80px auto;
	padding: 0px 0
}

.newstopics .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

.newstopicsitem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.newstopicsitem li {
	width: 31%;
	overflow: hidden
}

.newstopicsitem li img {
	width: 100%;
	object-fit: cover;
	filter: grayscale(1);
	transition: .5s;
	overflow: hidden;
	height: 250px;
}

.newstopicsitem li img:hover {
	width: 100%;
	object-fit: cover;
	filter: inherit;
	transition: .5s;
	transform: scale(1.05)
}

.newstopicsunit {

}

.newstopicsunit a {
	display: flex;
	overflow: hidden
}

.news_date {
	writing-mode: vertical-rl;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #202020;
	letter-spacing: 0.05em;
	background: #fff;
	z-index: 2
}

.news_comment {
	font-size: 16px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	color: #202020;
	font-weight: bold
}

footer {
	width: 100%
}

.footer_mid {
	background: #202020;
	padding: 40px 0
}

.footer_mid .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.footer_mid li {
	width: 23%;
	height: 80px
}

.footer_mid li img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.footer_under {
	background: #202020;
	padding: 0 0 40px
}

.footer_under .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.footer_under .inner li a {
	color: #fff
}

small {
	width: 100%;
	background: #202020;
	text-align: center;
	color: #fff;
	display: block;
	padding: 16px;
	letter-spacing: 0.05em;
	font-size: 12px
}

button {
	border: none;
	padding: 8px 16px;
	outline: none;
	color: white;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.2em;
	position: relative;
	cursor: pointer;
	background: none;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
	font-size: 16px;
	margin-right: 20px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

button:before,
button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10em;
	transform: translateX(-50%) translateY(-50%);
	width: 105%;
	height: 105%;
	content: '';
	z-index: -2;
	background-size: 400% 400%;
	background: linear-gradient(60deg, #5310d1, rgba(252, 24, 24, 0.7))
}

button:before {
	-webkit-filter: blur(7px);
	filter: blur(7px);
	transition: all .25s ease;
	-webkit-animation: pulse 10s infinite ease;
	animation: pulse 10s infinite ease
}

button:after {
	-webkit-filter: blur(0.3px);
	filter: blur(0.3px)
}

button:hover:before {
	width: 115%;
	height: 115%
}

#page-top {
	z-index: 100000;
	font-size: 16px
}

#page-top a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	background: #5310d1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	transition: 0.3s ease-in-out;
	letter-spacing: 0.05em
}

#page-top a:hover {
	background: #48199f;
	color: #fff
}

#page-top a i {
	margin: 0 8px 0 0;
	color: #fff;
	font-size: 30px
}

#page-top .inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px
}

.box {
	width: 100%;
	max-width: 1200px;
	overflow: hidden
}

.box .boxInner {
	width: inherit;
	height: inherit;
	font-size: 1.5em;
	text-align: center;
	color: #555;
	background-color: #fff;
	opacity: 0
}

@keyframes play {
	from {
		transform: translateX(-100%)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes maskOut {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(100%)
	}
}

.isPlay {
	animation-name: play;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
	position: relative;
	opacity: 1 !important
}

.isPlay:before {
	animation-name: maskOut;
	animation-duration: .5s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(109.6deg, #5310d1 11.2%, #48199f 91.1%)
}

.pc_none {
	display: none
}

#mainimg-under canvas.under-canvas {
	background-image: url(../img/14543mini.jpg);
	filter: brightness(0.2)
}

#main-under section {
	/*margin: 80px 0;*/
	/*display: flex;*/
	/*justify-content: space-between;*/
}

#main-under.company section {
	margin: 80px 0;
	display: flex;
	justify-content: space-between;
}

#main-under section .inner {
	width: 90%;
	margin: 0 auto
}

#main-under section .inner-split {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

.inner-center {
	width: 100%;
}

.inner-left {
	width: 46%;
}

.inner-left figure img {
	width: 100%;
	display: block
}

.inner-right {
	width: 46%
}

.inner-right figure img {
	width: 100%;
	display: block
}

#main-under h2.title {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 28px;
	color: #48199f;
	width: 3%;
	height: 124px
}

section.philosophy h2 {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 28px;
	color: #48199f;
	writing-mode: vertical-rl;
	width: 3%;
	height: 124px
}

section h3 {
	margin: 0 0 24px 0;
	font-size: 22px;
	font-weight: bold;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

#main-under section p {
	font-weight: 400;
	text-align: justify;
}

#main-under section p.indent {
	font-weight: 400;
	text-align: justify;
	padding-left: 1.8em;
	text-indent: -1.8em
}

.companyprofile dl {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #202020;
	padding: 12px 0
}

.companyprofile dl:last-child {
	border-bottom: solid 1px #202020
}

.companyprofile dt {
	width: 20%;
	font-weight: bold
}

.companyprofile dd {
	width: 70%
}

.map-area {
	width: 100%;
}

.map-area iframe {
	width: 100%;
}

ul.breadcrums {
	display: flex;
	margin: 8px auto 8px;
	width: 100%;
	max-width: 1200px
}

ul.breadcrums li {
	margin: 0 12px 0 0;
	font-size: 12px
}

ul.breadcrums li a {
	color: #48199f;
	font-weight: bold;
	font-size: 12px
}

ul.breadcrums li a:hover {
	border-bottom: 1px #48199f solid
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000
}

.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	text-align: center
}


/*----------サイトマップ--------------------*/

.sitemap-block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sitemap-block ul {
	width: 50%;
}

.sitemap-block li {
	margin: 12px 36px;
}

.sitemap-block a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.sitemap-block a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.sitemap-block a:hover::after {
	-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);
}

.sitemap-block a:hover {}


.sitemap-block figure {
	width: 50%;
}

.sitemap-block figure img {
	width: 100%;
}

.sitemap-block ul.sitemap-block-row {}

.sitemap-block li.list_under {
	margin: 8px 0 8px 22px;
}

.sitemap-block li.list_under a {
	font-size: 16px;
}

/*----------サイトマップ----------ここまで----------*/


/*----------プライバシーエリア----------*/

section.u-main-nar {
	width: 100%;
	margin: 60px 0 80px;
}

section.u-main-nar .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.pri_top_txt {
	text-align: justify;
	margin-top: 40px;
}

.pri_u_unit {
	margin-top: 40px;
}

.pri_u_unit h4 {
	color: #333;
	letter-spacing: 0.05em;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	padding: 16px;
}

.pri_u_unit h4:before {
	content: "";
	display: block;
	/* border-left: solid 3px #af9a39; */
	height: 40px;
	margin-right: 1em;
}

.pri_u_unit p {
	text-align: justify;
	padding-left: 2.3em;
}

.pri_u_unit p.down {
	padding-left: 1em;
	text-indent: -1em;
}

.pri_u_unit a {
	width: 250px;
	background: #046349;
	padding: 8px 20px;
	font-size: 18px;
	display: block;
	border-radius: 3px;
	margin: 80px auto 0px;
	-webkit-box-shadow: 0 2px 6px #666;
	box-shadow: 0 2px 6px #666;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.pri_u_unit ul {
	padding-left: 2.3em;
	margin-top: 12px;
}

.pri_u_unit ul li {}

/*----------プライバシーエリア----------ここまで-------------------------*/



/*----------事業紹介----------*/

.sec-head {
	width:100%;
}

.sec-head-back {
	background-image: url(../img/sec-head-01.png);
	background-repeat: no-repeat;
	background-color: #000;
	/* height: 500px; */
	background-size: contain;
	/* height: 400px; */
	background-position: left center;
	background-size:contain;
	width:100%;
	height: 440px;
	margin-bottom: 270px;
}

.sec-head .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 60px 0 0;
}

.head-block {

}

ul.head-unit {
	width: 50%;
	margin-left: auto;
}

ul.head-unit li:nth-of-type(1) {

}

ul.head-unit li:nth-of-type(2) {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,.5));
}

ul.head-unit li h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

ul.head-unit li h4 {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}

ul.head-unit li p.head_txt_main {
	color: #fff;
	margin-top: 20px;
}

ul.head-unit li p.head_txt_main span {
	text-decoration: underline;
	font-weight:bold;
	font-size: 20px;
}

ul.head-unit li h5 {
	font-size: 20px;
	font-weight: bold;
	border: solid 1px #222;
	padding: 8px 16px;
	display: inline-block;
}

ul.head-unit li p.head_txt_sub {
	margin-top: 20px;
}

ul.head-unit li figure {
	text-align: center;
	/* margin-top: 20px; */
}

ul.head-unit li figure img {display: block;}

.item-img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.item-img ul {
	display: flex;
	justify-content: space-between;
}

.item-img li {

}

.item-img figure {
}

.item-img img {
	display: block;
}

.submenu {
	margin: 60px 0;
	background: #5310d1;
}

.submenu ul.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.submenu li {
	padding: 0 20px;
	border-right: solid 1px #fff;
}

.submenu li:last-child {
	padding: 0 20px;
	border-right: none;
}

.submenu a {
	color: #fff;
}

.sub_block_temp {
	width: 100%;
	margin: 80px 0;
}

.sub_block_temp .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.sub_title {
	font-size: 28px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.sub_txt {
	font-size: 16px;
	text-align: justify;
}

.sub_img {
	margin-top: 20px;
}

.sub_img img {
	width: 100%;
	display: block;
}

.tech_block {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: #000;
	background-image: url(../img/tech_back.jpg);
}

.tech_block li {
	width: 30%;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: space-between; */
}

.tech_title {
	font-size: 18px;
	height: 64px;
	display: flex;
	align-items: center;
	color: #fff;
}

.tech_txt {
	font-size: 16px;
	color: #fff;
	margin: 20px 0;
}

.tech_img {

}

.tech_img img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}




.sec-sub {
	width:100%;
}

.sec-sub-back {
	background-image: url(../img/sub_back.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	/* height: 500px; */
	background-size: contain;
	/* height: 400px; */
	background-position: right center;
	background-size: cover;
	width:100%;
	height: 440px;
	margin-bottom: 80px;
}

.sec-sub .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 60px 0 0;
}

.sec-sub-block {

}

ul.sub-unit {
	width: 50%;
	margin-right: auto;
}

ul.sub-unit li:nth-of-type(1) {

}

ul.sub-unit li:nth-of-type(2) {
	background: #fff;
	padding: 30px;
	margin-top: 20px;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,.5));
}

ul.sub-unit li h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

ul.sub-unit li h4 {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}

ul.sub-unit li p.head_txt_main {
	color: #fff;
	margin-top: 20px;
	text-align: justify;
}

ul.sub-unit li h5 {
	font-size: 20px;
}

ul.sub-unit li p.head_txt_sub {
	margin-top: 20px;
}

ul.sub-unit li figure {
	text-align: center;
	margin-top: 20px;
}

ul.sub-unit li figure img {
}

.sub_block_temp_sec {
	width: 100%;
	margin: 80px 0;
}

.sub_block_temp_sec .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.temp_two {
	display: flex;
	justify-content: space-between;
}

.temp_two li {
	width: 48%;
}

.temp_two .sub_img {
	margin-top: 0;
}


/*----------事業紹介----------ここまで---------------------------------*/



/*----------特許技術----------*/

.sec-head-back2 {
	background-image: url(../img/sec-head-02.png);
	background-repeat: no-repeat;
	background-color: #000;
	/* height: 500px; */
	background-size: contain;
	/* height: 400px; */
	background-position: left center;
	background-size:contain;
	width:100%;
	height: 440px;
	margin-bottom: 80px;
}

.patent_block {
	width: 100%;
	margin: 80px 0;
}

.patent_block .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}



.patent_one {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.patent_one li:nth-of-type(1) {
	width: 50%;
}

.patent_one li:nth-of-type(2) {
	width: 50%;
}

.patent_one .sub_img {
	margin-top: 0;
}

.patent_one .sub_img img {
	margin-top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}



.patent_two {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	align-items: center;
}

.patent_two li:nth-of-type(1) {
	width: 25%;
}

.patent_two li:nth-of-type(2) {
	width: 70%;
}

.patent_two .sub_img {
	margin-top: 0;
}

.patent_two .sub_img img {
	margin-top: 0;
}

.patent_title {
	font-size: 36px;
	letter-spacing: 0.1em;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
	line-height: 0;
}

.patent_title span {
	color: #fff;
	background: #5310d1;
	padding: 4px 16px;
	font-size: 20px;
	margin-right: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shinsei {
	background: #FF5722;
	color: #fff;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.patent_table {
	/* background: #000; */
	padding: 12px 30px;
	/* filter: drop-shadow(0px 1px 2px rgba(0,0,0,.5)); */
	border: solid 1px #222;
}

.patent_one dl {
	display: flex;
	padding: 8px 12px;
	border-bottom: solid 1px #fff;
}

.patent_one dl:last-child {
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 16px 44px 0;
}

.patent_one dt {
	color: #fff;
	width: 46%;
}

.patent_one dd {
	color: #fff;
	width: 46%;
}

.patent_two dl {
	display: flex;
	padding: 8px 12px;
	border-bottom: solid 1px #222;
}

.patent_two dl:last-child {
	border-bottom: none;
}

.patent_two dt {
	color: #222;
	width: 50%;
}

.patent_two dd {
	color: #222;
	width: 50%;
}

.patent_sub {
	width: 100%;
	margin-bottom: 80px;
}

.patent_sub .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.patent_sub h2.patent_title {
	color: #fff;
	background: #5310d1;
	padding: 4px;
	font-size: 24px;
	margin-top: 60px;
}

.patent_sub h3.patent_sub_title {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	margin: 24px 24px 12px;
}

.patent_sub p.patent_txt {
	padding: 0 24px;
}

.patent_sub p.patent_sub_txt {
	padding: 0 24px;
	text-align: justify;
	margin: 12px 0 20px;
}

.patent_sub h2::before {
	content: url(../img/logowmini.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 32px;
}

.patent_sub ul {
	display: flex;
	justify-content: space-between;
	background: #000;
	padding: 20px;
}

.patent_sub li {
	width: 18%;
}

.patent_sub img {
	width: 100%;
	display: block;
}

.keyword {
	margin-top: 20px;
}

.keyword li:nth-of-type(1) {
	align-items: center;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	/* display: inline-block; */
	width: 100%;
}

.keyword li:nth-of-type(1)::before {
	content: url(../img/allowcircle.png);
	margin-right: 12px;
	display: inline-block;
	height: 30px;
}

.keyword li:nth-of-type(2) {
	padding: 8px 0 8px 44px;
	font-size: 14px;
	width: 100%;
}

/*----------特許技術----------ここまで----------------------------*/



/*----------新着情報----------*/

main.news_list {
	-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

main.news_list .content01 {
	max-width: 1000px;
	margin: 0px auto 72px;
	width: 100%;
	background: #fff;
	padding: 0px;
}

main.news_list .content01 > .inner {
	margin: 0 auto;
	width: 100%;
}

main.news_list .content01 > .inner > ul.inner {
	margin: 80px 0 80px 0;
}

main.news_list .content01 > .inner > ul.inner > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 80px 0;
}

main.news_list .content01 > .inner > ul.inner > li .left {
	margin: 0 40px 0 0;
	width: 245px;
}

main.news_list .content01 > .inner > ul.inner .title02 {
	margin: 0 0 12px 0;
	font-size: 20px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	text-align: left;
}

main.news_list .content01 > .inner > ul.inner .icon_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

main.news_list .content01 > .inner > ul.inner .icon_box > .icon01 {
	display: block;
	padding: 2px 12px;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #222;
}

main.news_list .content01 > .inner > ul.inner .icon_box > .icon02 {
	display: block;
	padding: 2px 12px;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #e5006e;

}

main.news_list .content01 > .inner > ul.inner .icon_box > .icon03 {
	display: block;
	padding: 2px 12px;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #0d9a46;
}

main.news_list .content01 > .inner > ul.inner .icon_box > .icon04 {
	display: block;
	padding: 2px 12px;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #f7931e;
}

main.news_list .content01 > .inner > ul.inner .icon_box > .date {
	display: block;
	width: 100px;
	color: #222;
	font-weight: bold;
	font-size: 18px;
	margin-right: 0px;
}

main.news_list .content01 > .inner > ul.inner > li figure {
	display: block;
	width: 245px;
	color: #222;
	line-height: 0;
}

main.news_list .content01 > .inner > ul.inner > li figure img {
	width: 100%;
}

main.news_list .content01 > .inner > ul.inner > li .right {
	width: 100%;
	text-align: justify;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding-right: 20px;
}

main.news_list .content01 > .inner > ul.inner > li .right .bt01 {
	/* margin: 0 auto; */
	-webkit-transition: 0.3s ease-in-out !important;
	-o-transition: 0.3s ease-in-out !important;
	transition: 0.3s ease-in-out !important;
}

main.news_list .content01 > .inner > ul.inner > li .right > .sentence {
	margin: 20px 0;
	width: 100%;
	font-size: 16px;
}

main.news_list .content01 > .inner > ul.inner > li .right > .bt {
	margin: 20px 0 0 0;
}

main.news_list .content01 > .inner > ul.inner > li .right > .bt a {
	position: relative;
	display: block;
	padding: 5px 0;
	width: 200px;
	border: 2px #0d9a46 solid;
	background: #fff;
	color: #0d9a46;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_list .content01 > .inner > ul.inner > li .right > .bt a:hover {
	border: 2px #0d9a46 solid;
	background: #0d9a46;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_list .content01 > .inner > ul.inner > li .right > .bt > a > i {
	position: absolute;
	top: 8px;
	left: 10px;
	color: #0d9a46;
	font-size: 18px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_list .content01 > .inner > ul.inner > li .right > .bt > a:hover > i {
	color: #fff;
}

main.news_list .right > .bt_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px auto 20px auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	/* justify-content: center; */
}

main.news_list .right > .bt_area > .bt_link {
	/* margin: 0 10px; */
	width: auto;
	text-align: center;
}

main.news_list .right > .bt_area > .bt_link > a {
	display: block;
	padding: 4px 20px;
	border: 1px #222 solid;
	/* border-radius: 2px; */
	background: #222;
	color: #fff;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_list .right > .bt_area > .bt_link > a:hover {
	background: #5310d1;
	color: #fff;
}

main.news_list .right > .bt_area > .bt_link > a > i {}

main.news_list .right > .bt_area > .bt_pdf {
	margin: 0 10px;
	width: auto;
	text-align: center;
}

main.news_list .right > .bt_area > .bt_pdf > a {
	display: block;
	padding: 4px 20px;
	border: 1px #222 solid;
	/* border-radius: 2px; */
	background: #fff;
	color: #222;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_list .right > .bt_area > .bt_pdf > a:hover {
	background: rgba(83, 16, 209, 1);
	color: #fff;
}

main.news_list .right > .bt_area > .bt_pdf > a > i {}



/*----------共通ボタン 基本ステータス----------*/

main.news_list .bt01 {
	display: block;
	margin: 0;
	width: 250px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_list .bt01 a {
	background: #ddd;
	display: block;
	text-align: center;
	padding: 4px 0;
	color: #222;
	/* width: 200px; */
	margin: 0 10px;
}

main.news_list .bt01:hover {

}

main.news_list .bt01:hover a {
	background: #ccc
}

main.news_list .bt01 a i {}


/*----------共通ボタン 基本ステータス----------ここまで----------*/


/*----------ページネイション----------*/

.pagination {
	margin: 0px auto 0px;
	width: 100%;
	padding: 15px 0;
}

.pagination_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination_inner li {
	margin: 0 20px 0 0;
}

.pagination_inner li:last-child {
	margin-right: 0;
}

.pagination_inner li a {
	color: #fff;
	background: #bbbbbb;
	display: block;
	padding: 7px 16px 5px 16px;
	font-size: 16px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.pagination_inner li:hover a {
	background: #48199f;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.pagination_inner li a.pagination_on {
	background: rgba(83, 16, 209, 1);
}

/*----------ページネイション----------ここまで----------*/


/*----------新着情報----------ここまで----------*/


/*----------新着情報詳細----------*/

main.news_detail {
	-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

main.news_detail .content01 {
	max-width: 800px;
	margin: 0px auto 72px;
	width: 100%;
	background: #fff;
	padding: 0px;
}

main.news_detail .content01 > .inner {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

main.news_detail .content01 > .inner > .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px auto 0;
	width: 100%;
	-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

main.news_detail .left {
	margin: 0;
	width: 100%;
}

main.news_detail .icon_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 36px 0 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

main.news_detail .icon_box .icon01 {
	display: block;
	margin: 0 0px 0 20px;
	padding: 2px 12px;
	border-radius: 2px;
	background: #222;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

main.news_detail .icon_box .icon02 {
	display: block;
	margin: 0 20px;
	padding: 0 15px 0 15px;
	border-radius: 2px;
	background: #0d9a46;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

main.news_detail .icon_box .icon03 {
	display: block;
	margin: 0 20px 0 0;
	padding: 0 15px 0 15px;
	border-radius: 2px;
	background: #e5006e;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

main.news_detail .icon_box > .date {
	display: block;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

main.news_detail .left > .photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	width: 100%;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

main.news_detail .left > .photo > figure {
	display: block;
	width: 32%;
	color: #222;
	line-height: 0;
	margin-right: 2%;
}

main.news_detail .left > .photo > figure:last-child {
	margin-right: 0;
}

main.news_detail .left > .photo > figure > a {
	display: block;
	overflow: hidden;
	line-height: 0;
	height: 100%;
}

main.news_detail .left > .photo > figure > a > img {
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	height: 100%;
	object-fit: c;
}

main.news_detail .right {
	width: 100%;
	margin: 20px 0;
}

main.news_detail .right > .sentence {
	display: block;
	margin: 0;
	color: #222;
	font-size: 16px;
	text-align: justify;
}

main.news_detail .right > .bt_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 0 auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

main.news_detail .right > .bt_area > .bt_link {
	margin: 0;
	width: auto;
	text-align: center;
}

main.news_detail .right > .bt_area > .bt_link > a {
	display: block;
	padding: 4px 20px;
	border: 1px #222 solid;
	/* border-radius: 2px; */
	background: #222;
	color: #fff;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_detail .right > .bt_area > .bt_link > a:hover {
	background: rgba(83, 16, 209, 1);
	color: #fff;
}

main.news_detail .right > .bt_area > .bt_link > a > i {}

main.news_detail .right > .bt_area > .bt_pdf {
	margin: 0 0 0 20px;
	width: auto;
	text-align: center;
}

main.news_detail .right > .bt_area > .bt_pdf > a {
	display: block;
	padding: 4px 20px;
	border: 1px #222 solid;
	/* border-radius: 2px; */
	background: #fff;
	color: #222;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_detail .right > .bt_area > .bt_pdf > a:hover {
	background: rgba(83, 16, 209, 1);
	color: #fff;
}

main.news_detail .right > .bt_area > .bt_pdf > a > i {}

main.news_detail .bt_area02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

main.news_detail .bt_area02 > .bt_back {
	margin: 36px 0;
	width: 100%;
	text-align: center;
}

main.news_detail .bt_area02 > .bt_back > a {
	width: 250px;
	background: #ddd;
	padding: 8px 20px;
	font-size: 18px;
	display: block;
	/* border-radius: 3px; */
	margin: 20px auto 0;
	text-align: center;
	color: #222;
	letter-spacing: 0.1em;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border: none;
	/* font-weight: bold; */
}

main.news_detail .content01 .bt_area02 > .bt_back > a:hover {
	-webkit-box-shadow: 0 2px 6px #666;
	box-shadow: 0 2px 6px #666;
	background: rgba(83, 16, 209, 1);
	color: #fff;
}

main.news_detail .bt_area02 > .bt_back > a > i {
	margin: 0 10px 0 0;
}

main.news_detail .bt_area02 > .bt_previous {
	margin: 30px;
	width: 200px;
	text-align: center;
}

main.news_detail .bt_area02 > .bt_previous > a {
	display: block;
	padding: 5px 0 5px 0;
	border: 2px #0d9a46 solid;
	border-radius: 5px;
	background: #0d9a46;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_detail .bt_area02 > .bt_previous > a:hover {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px #0d9a46 solid;
	background: #fff;
	color: #0d9a46;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_detail .bt_area02 > .bt_previous > a > i {
	margin: 0 10px 0 0;
}

main.news_detail.bt_area02 > .bt_next {
	margin: 30px;
	width: 200px;
	text-align: center;
}

main.news_detail .bt_area02 > .bt_next > a {
	display: block;
	padding: 5px 0 5px 0;
	border: 2px #0d9a46 solid;
	border-radius: 5px;
	background: #0d9a46;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_detail .bt_area02 > .bt_next > a:hover {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px #0d9a46 solid;
	background: #fff;
	color: #0d9a46;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

main.news_detail > .bt_area02 > .bt_next > a > i {
	margin: 0 10px 0 0;
}

main.news_detail h3.title01 {
	position: relative;
	margin: 0 auto 10px;
	padding: 0px 0 4px 0;
	border-bottom: 1px #222 solid;
	color: #333;
	letter-spacing: 0.8pt;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
}

main.news_detail h3.title01::before {
	content: "";
}

main.news_detail h3.title01::after {
	content: "";
}

/*----------新着情報詳細----------ここまで----------*/