@charset 'UTF-8';
/* CSS Document */

/* z-index

9999	nav ul li ul.sub

*/

/* -------------------------------------------------------- common */

body {
	min-width: 1000px;
	/* max-width: 1200px; */
	background: #333;/*  background: #f3ece1; */
}
div.wrapper {
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
div.inner {
	/* width: 1200px; */
	width : 1000px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a {
	outline: none;
}
a:focus, *:focus {
	outline: none;
}
.default {
	display: block;
}
.responsive {
	display: none;
}
/*
.wow {
	visibility: hidden;
}
*/
/*  
data-wow-duration	アニメーションの持続時間
data-wow-delay	    アニメーションをスタートする時の遅延時間
data-wow-offset		アニメーションをスタートする距離(ブラウザの下から)
data-wow-iteration	アニメーションが繰り返される数 
*/

/* -------------------------------------------------------- header */

header {
	/* border-top: 5px solid #e82d26; */
	position: relative;
	z-index: 9999;
	/* background: #fff; */
	background: #eef1f2;
	/* border-bottom: 10px solid #f8f6f3; */
    /* background: #f8f6f3; */
	
	
	float: left;
	border-right: 20px solid #ff6300;
	position: fixed;
	height: 100vh;
	box-sizing: border-box;
}
header.top {
	position: relative;
	height: auto;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- header div.top */

header div.top {
	width: 220px; /* */
	padding: 20px;
	box-sizing: border-box;
	float: right;
	background: #fff;
}
header div.top div.logo {
	margin-bottom: 10px;
}
header div.top div.logo img {
	width: 100%;
}
header div.top nav ul li {
	/* position: relative; */
    /* display: table-cell; */

	width: 100%;
	float: left;
	vertical-align: middle;
	color: #323232;
}
header div.top nav ul li a {
	/* color: #003e6c; */
	font-size: 1.7rem;
	line-height: 1.2;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: .3em 1em;
	transition: all .1s ease-in-out;
	text-decoration: none;
	color: #54483d;/* font-weight: bold; */
}
header div.top nav ul li a:hover {
	color: #ff6300;
}
/* header.top ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

header.top div.top {
	width: 440px; /* */
	padding: 40px;
	box-sizing: border-box;
	float: right;
	background: #fff;
}
header.top div.top div.logo {
	margin-bottom: 40px;
}
header.top div.top div.logo img {
	width: 100%;
}
nav {
	position: relative;
}
nav div.inner {
	/*  background: #ffffff; */
	z-index: 9999;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
nav ul {
	/* display: table; */

	width: 100%;/* table-layout: fixed; */
}
header.top div.top nav ul li {
	/* position: relative; */
    /* display: table-cell; */

	width: 50%;
	float: left;
	vertical-align: middle;
	color: #323232;
}
header.top div.top nav ul li a {
	/* color: #003e6c; */
	font-size: 1.7rem;
	line-height: 1.2;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: .5em 1em;
	transition: all .1s ease-in-out;
	text-decoration: none;
	color: #54483d;/* font-weight: bold; */
}
header.top div.top nav ul li a:hover {
	color: #ff6300;
}
nav ul li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 1px;
	content: '';
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #ff6300;
}
nav ul li:nth-child(5) a::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	content: '';
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);/* background: #dbe2e7; */
}
/* -------------------------------------------------------- header div.bottom */

header div.bottom {
	background: #eef1f2;
}
header div.bottom div.menuButton {
	display: none;
}
header div.utility {
	float: right;
	padding: 20px;
	max-width: 220px;
	box-sizing: border-box;/* padding-top: 1.5em; */
}
header div.utility li a::before {
	position: relative;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	display: none;
	background: none;
	content: '';
	-webkit-transform: none;
	transform: none;
}
header div.utility li a:hover {
	text-decoration: underline;
}
header div.utility ul li {
	display: block;
	float: left;/* background: #d2e9ea;
	padding: 0 1em;
	border-radius: 100px; */
}
header div.utility a {
	font-size: 1.4rem;
	white-space: nowrap;
	position: relative;
	padding: 0 0.5em 0 .5em;
	color: #333;
}
header div.utility li:last-child a::before {
	position: relative;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	display: none;
	background: none;
	content: '';
	-webkit-transform: none;
	transform: none;
}
/* header.top ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



header.top div.utility {
	float: right;
	padding: 40px;
	max-width: 440px;
	box-sizing: border-box;/* padding-top: 1.5em; */
}
header.top div.utility a::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1em;
	display: block;
	background: #333;
	content: '';
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/* -------------------------------------------------------- section common */



/* width set */
section .w100 {
	width: 100%;
}
section .w50 {
	width: 50%;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.mainVisual */

section.mainVisual {
	height: 450px;
	position: relative;
}
section.mainVisual div.inner {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	height: 450px;
	z-index: 1000;
	left: 50%;
	transform: translate(-50%, 0);
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- panel */

section.mainVisual div.inner h2.panel {
	position: absolute;
	/* background-color: rgba(255, 255, 255, 0.8); */
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
section.mainVisual div.inner h2.panel span.copy {
	font-size: 4.0rem;
	font-weight: bold;
	padding: 1em;
	box-sizing: border-box;
	display: block;
	color: #fff;
}
section.mainVisual div.inner h2.panel a {
	background: #ff6300;
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	font-size: 1.8rem;
	color: #fff;
	position: relative;
}
section.mainVisual div.inner h2.panel a:after {
	position: absolute;
	top: 50%;
	right: 1em;
	width: 15px;
	height: 15px;
	margin: auto;
	content: '';
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* -------------------------------------------------------- @end panel*/

section.mainVisual #slider {
	height: 450px; /* */
}
section.mainVisual #slider ul li {
	height: 450px; /* */
}
section.mainVisual #slider li:nth-child(1) {
	background: url(../img/mainvisual_01.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
section.mainVisual #slider li:nth-child(2) {
	background: url(../img/mainvisual_02.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
section.mainVisual #slider li:nth-child(3) {
	background: url(../img/mainvisual_03.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
section.mainVisual #slider li:nth-child(4) {
	background: url(../img/mainvisual_04.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
section.mainVisual #slider li:nth-child(5) {
	background: url(../img/mainvisual_05.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
section.mainVisual div.en {
	position: absolute;
	right: 0;
	top: 40px;
	width: 440px;
	height: 70px;
}
section.mainVisual div.en img {
	width: 100%;
}
section.news {
	width: calc(100% - 460px);
	min-width: 540px;
	float: left;
	border-left: 20px solid #ffdbc5;
	box-sizing: border-box;
}
section.news div.title {
	background: #ffd9c1;
}
section.news div.title h2 {
}
section.news div.title h2 a {
	background: #ffebde;
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding: 1em 1.5em;
	font-size: 2.4rem;
	color: #484949;
	max-height: 80px;
}
section.news div.title div.link a {
	color: #ff6300;
	display: block;
	padding: 1.8em 3em;
	width: 40%;
	max-height: 80px;
	float: left;
	box-sizing: border-box;
	position: relative;
}
section.news div.title div.link a:before {
	position: absolute;
	top: 50%;
	left: 1em;
	width: 15px;
	height: 15px;
	margin: auto;
	content: '';
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	border-top: 1px solid #ff6300;
	border-right: 1px solid #ff6300;
	transition: all .3s ease-in-out;
}
section.news div.title div.link a:hover:before {
	left: 1.5em;
}
section.news ul {
	padding: 40px;
}
section.news ul li a div.update {
	float: left;
	font-weight: bold;
	font-family: 'Century Gothic', 'Droid Serif', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', serif;
	color: #ff6300;
	margin-right: 2em;
}
section.news ul li a div.headline {
	overflow: hidden;
}
section.news ul li a:hover {
	color: #ff6300;
}
section.news ul li a {
	display: block;
	padding: 0.5em 0;
	color: #484949;
}
/* -------------------------------------------------------- footer */

footer {
	color: #fff;
	/* border-top: 10px solid #d5cec5; */
	background: #333333;
}
footer div.inner {
	padding: 40px;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	min-width: 1000px;
	padding-left: 260px;
}
footer div.inner.clearfix>div.fl {
	width: 50%;
}
footer div.inner.clearfix>div.fr {
	width: 50%;
}
footer.top div.inner {
	padding-left: 40px;
}
footer div.logo {
	width: 340px;
	height: 40px;
	margin-bottom: 10px;
	float: right;
}
footer div.logo img {
	display: block;
	width: 340px;
	height: 40px;
}
footer a {
	text-decoration: underline;
	color: #121647;
}
footer div.title {
	font-size: 2.4rem;
	margin-bottom: .5em;
}
footer div.information {
	font-size: 1.4rem;
	margin-bottom: 0.5em;
}
footer div.copyright {
	font-size: 1.3rem;
	padding: .2em 0;/* background: #676566; */
}
footer div.groupTop {
	text-align: right;
	margin-bottom: 0.5em;
}
footer div.groupTop a {
	background: #ff6300;
	color: #fff;
	padding: 0.2em 2em 0.2em 1em;
	text-decoration: none;
	vertical-align: bottom;
	font-size: 1.4rem;
	position: relative;
}
footer div.groupTop a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: inherit;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	transition: all .2s ease-in-out 0s;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* -------------------------------------------------------- div.pageTop */

div.pageTop {
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	display: block;
	width: 50px;
	height: 50px;
}
div.pageTop a {
	font-family: 'Century Gothic', 'Droid Serif', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', serif;
	font-size: 122%;
	font-weight: bold;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	text-align: center;
	color: #fff;
	background: #ff6300;
}
div.pageTop a::before {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	transition: all .2s ease-in-out 0s;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background-size: 45px 45px;
}
div.pageTop a:hover {
	opacity: .8;
}
/* -------------------------------------------------------- contents */

div.contents {
	border-left: 20px solid #ffdbc5;
	float: left;
	min-width: 540px;
	width: calc(100% - 240px);
	padding-left: 220px;
}
div.main {
	height: 100%;
	/* background: #f0f0f0; */
	background: #fff;
}
/* -------------------------------------------------------- topicPath */

.topicPath {
	font-size: 1.3rem;
	display: block;
	margin: 0 auto;
	background: #ffebde;
}
.topicPath ul {
	padding: 0.5em 1em;
	list-style: none;
	text-align: right;
}
.topicPath ul li {
	display: inline;
}
.topicPath ul li a {
	font-weight: bold;
	text-decoration: underline;
	color: #ff6300;
}
.topicPath ul li a:hover {
	text-decoration: none;
}
div.contents div.categoryTitle {
	background: #fff;
	position: relative;
	padding: 0 1em;
}
div.contents div.categoryTitle h1, div.contents div.categoryTitle div {
	box-sizing: border-box;
	padding: 1em;
	font-size: 2.5rem;
	font-weight: bold;
	color: #333;
	max-height: 80px;
}
div.contents div.categoryTitle a {
	color: #333;
}
div.contents div.categoryTitle:before {
	background: #ff6300 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 1em;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	width: 10px;
}
/* -------------------------------------------------------- categoryList */

div.categoryList {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 0 20px;
	/* background: #f0f0f0; */
	background: #fff;
}
div.categoryList ul {
	border-top: 1px solid #eef1f2;
	padding-top: 1em;
}
div.categoryList ul li {
	/*  margin-bottom: 1em; */

	transition: all .1s ease-in-out 0s;
	background: #fff;
	/* max-width: 600px; */
	width: 49%;
	margin-right: 0;
	float: 0;
	border-bottom: 1px solid #eef1f2;
	border: 2px solid #ff6300;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}
div.categoryList ul li:nth-child(2n) {
	margin-right: 0;
}
div.categoryList ul li:hover {
	background: #ffebde;
}
div.categoryList ul li a {
	position: relative;
	display: block;
	color: #ff6300;
}
div.categoryList ul li::after {
	position: absolute;
	top: 50%;
	right: 1.125em;
	width: 5px;
	height: 5px;
	margin: auto;
	content: '';
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	border-top: 1px solid #ff6300;
	border-right: 1px solid #ff6300;
}
div.categoryList ul li::before {
	position: absolute;
	top: 50%;
	right: 0.5em;
	width: 20px;
	height: 20px;
	content: "";
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border: 1px solid #ff6300;
	border-radius: 1000px;
}
div.categoryList div.article {
	box-sizing: border-box;
}
div.categoryList div.article div.wrap {
	overflow: hidden;
	box-sizing: border-box;
	padding: 1em 2em 1em 1em;
}
div.categoryList div.update {
	font-size: 1.4rem;
	color: #ff6300;
	/* background: #f8f8f8; */
	display: inline-block;
	margin-bottom: 0.5em;
}
div.categoryList div.article div.headline h2 {
	font-size: 2.1rem;
	font-weight: bold;
	position: relative;
	/* margin-bottom: 0.5em; */

	transition: all .1s ease-in-out;
	color: #333;
}
/* */

div.categoryList div.article div.description {
	font-size: 1.4rem;
	margin-bottom: 0.2em;
	color: #6c6b6c;
	display: none;
}
/* ニュース &amp; イベント */

body.category-news div.categoryList ul {
	padding-top: 0;
}
body.category-news div.categoryList ul li {
	width: 100%;
	margin-right: 0;
	float: none;
	max-width: inherit;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #eef1f2;
}
body.category-news div.categoryList ul li a::after {
	position: absolute;
	top: 50%;
	right: 1.0em;
	width: 5px;
	height: 5px;
	margin: auto;
	content: '';
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	border-top: 1px solid #ff6300;
	border-right: 1px solid #ff6300;
}
body.category-news div.categoryList ul li a::before {
	display: none;
}
body.category-news div.categoryList div.article div.description {
	font-size: 1.4rem;
	margin-bottom: 0.2em;
	color: #6c6b6c;
	display: block;
}
body.category-news div.categoryList div.article div.headline h2 {
	margin-bottom: 0.5em;
}
/* -------------------------------------------------------- updateList */

div.updateList {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-top: 20px;
}
div.updateList ul li {
	margin-bottom: 1em;
	transition: all .1s ease-in-out 0s;
	background: #fff;
	border-radius: 5px;
}
div.updateList ul li:hover {
	background: #efefef;
}
div.updateList ul li a {
	position: relative;
	display: block;
	color: #333;
}
div.updateList div.article {
	box-sizing: border-box;
}
div.updateList div.article div.wrap {
	overflow: hidden;
	box-sizing: border-box;
	padding: 1em;
}
div.updateList div.article div.headline {
	padding: 0 1em 0.5em 0;
	position: relative;
}
div.updateList div.article div.headline h2 {
	font-size: 2.1rem;
	font-weight: bold;
	position: relative;
	/* margin-bottom: 10px;
    padding-bottom: .2em; */

	transition: all .1s ease-in-out;
	color: #54483d;/* border-bottom: 1px dotted #eee; */
}
div.updateList div.article div.headline h2::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #6fb83f;
	border-right: 2px solid #6fb83f;
}
div.updateList div.article div.description {
	font-size: 1.4rem;
	margin-bottom: 0.2em;
	color: #6c6b6c;
}
div.updateList div.article div.update {
	text-align: right;
}
div.updateList div.article div.update span {
	font-family: 'Century Gothic', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', serif;
	/* background: #f0f0f0; */
    /* border-bottom: 1px solid #d2be93; */
	display: inline;
	font-size: 1.2rem;
	padding: 0 0.5em;
	background: #f0f0f0;
	border-bottom: 1px solid #6fb83f;
	color: #54483d;
	margin-bottom: 0.5em;
}
/* -------------------------------------------------------- aside */

div.contents aside div.title {
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
	display: block;
	padding: 20px;
	color: #333;
	border-bottom: 1px solid #f0f0f0;
}
aside ul {
	padding: 20px;
	background: #f0f0f0;
}
aside ul li {
	display: block;
	width: 100%;
	background: #fff;
}
aside ul li a {
	font-size: 1.4rem;
	position: relative;
	display: block;
	padding: 1em 1em 1em 2em;
	transition: all .1s ease-in-out;
	color: #333;
	border-top: none;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}
aside ul li:last-child a {
	border-bottom: none;
}
aside ul li a:hover {
	background: #ffebde;
}
aside ul li a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	transition: all .2s ease-in-out 0s;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	border-top: 1px solid #ff6300;
	border-right: 1px solid #ff6300;
}
div.detail {
	padding: 20px;
	/* background: #f0f0f0; */
	background: #fff;
	box-sizing: border-box;
}
