body {
	font-family: 'Hiragino Mincho Pro', 游明朝, 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
	font-weight: normal;
	overflow-x: hidden;
}
h1 {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
}
h2, p, h3 {
	margin: 0px;
}
/* ----------------------------------------
TOP用ヘッダー
---------------------------------------- */
#t_h_wrap {
	display: none;
}
.t_h_r {
	display: flex;
	align-items: center;
	gap: 0px 60px;
	min-width: 570px;
}
.t_h_r ul {
	display: flex;
	align-items: center;
	gap: 0px 60px;
}
.t_h_r ul li {
	list-style: none;
	position: relative;
}
.t_h_r ul li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: -30px;
}
.t_h_r ul li a {
	text-decoration: none;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #ffffff;
	position: relative;
}
.t_h_r a {
	display: block;
}
.t_h_r a img {
	display: block;
}
.t_h_r ul li a:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
	bottom: -3px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.2s;
}
.t_h_r ul li a:hover:after {
	transform: scale(1, 1);
}
.container {
	width: 100% !important;
}
/* ----------------------------------------
メイン部分
---------------------------------------- */
.maincontents {
	padding-top: 0px;
	width: 100%;
}
.t_main_w {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: table;
}
.main_img {
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 40s 0s infinite;
	animation: anime 40s 0s infinite;
}
.main_img:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.main_img:nth-of-type(2) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
.main_img:nth-of-type(3) {
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}
.main_img:nth-of-type(4) {
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}
.main_img:nth-of-type(5) {
	-webkit-animation-delay: 32s;
	animation-delay: 32s;
}
@keyframes anime {
	0% {
		opacity: 0;
	}
	12% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(1.2);
		z-index: 9;
	}
	100% {
		opacity: 0
	}
}
@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	12% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(1.2);
		z-index: 9;
	}
	100% {
		opacity: 0
	}
}
.t_main_in {
	position: relative;
	z-index: 10;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 0px 0px 5%;
}
.t_main_text {
	font-size: clamp(25px, 6.5vw, 34px);
	line-height: clamp(22px, 3vh, 25px);
	letter-spacing: 0.1em;
	color: #ffffff;
}
.t_main_in h2 {
	font-size: clamp(12px, 3.5vw, 15px);
	line-height: clamp(22px, 3vh, 25px);
	letter-spacing: 0.25em;
	color: #ffffff;
	margin: 2% 0px 0px 0px;
	font-weight: normal;
}
/* ----------------------------------------
紹介部分
---------------------------------------- */
.t_intro_w {
	width: 90%;
	margin: 15% auto 0px auto;
	text-align: center;
	position: relative;
}
.t_bg_eng {
	position: absolute;
	z-index: -1;
	font-size: clamp(34px, 10vw, 38px);
	line-height: clamp(40px, 7vh, 44px);
	letter-spacing: 0.03em;
	color: #f8f8f9;
}
.t_intro_w .t_bg_eng {
	top: -7%;
	left: 0px;
	right: 0px;
	margin: auto;
}
.t_info_text {
	font-size: clamp(14px, 4vw, 18px);
	line-height: clamp(24px, 4vh, 28px);
	letter-spacing: 0.2em;
	color: #3c4652;
}
/* ----------------------------------------
使命と価値
---------------------------------------- */
.t_mission_w {
	width: 90%;
	margin: 20% auto 0px auto;
	position: relative;
}
.t_mission_w .t_bg_eng {
	top: -7%;
	left: -3%;
}
.t_mission_w h2 {
	font-size: clamp(25px, 7vw, 29px);
	line-height: clamp(36px, 5vh, 40px);
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
.t_mission_subtit {
	font-weight: bold;
	font-size: clamp(14px, 4vw, 18px);
	line-height: clamp(22px, 3vh, 25px);
	letter-spacing: 0.1em;
	color: #3c4652;
}
.t_mission_cont {
	font-size: clamp(14px, 4vw, 18px);
	line-height: clamp(22px, 3vh, 25px);
	letter-spacing: 0.1em;
	color: #3c4652;
	margin: 2% 0px 0px 0px;
}
.t_mission_w ul {
	margin: 3% 0px 0px 0px;
}
.t_mission_w ul li:nth-child(2) {
	margin: 6% 0px 0px 0px;
}
/* ----------------------------------------
代表挨拶部分
---------------------------------------- */
.t_greet_w {
	width: 90%;
	margin: 20% auto 0px auto;
	position: relative;
}
.t_greet_w .t_bg_eng {
	top: -20px;
	left: 0px;
}
.t_greet_w img {
	margin: 3% 0px 0px 0px;
}
.t_greet_r h2 {
	font-size: clamp(25px, 7vw, 29px);
	line-height: clamp(36px, 5vh, 40px);
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
.t_greet_subtit {
	font-size: clamp(21px, 5vw, 25px);
	line-height: clamp(36px, 5vh, 40px);
	letter-spacing: 0.1em;
	color: #3c4652;
	margin: 3% 0px 0px 0px;
}
.default-view {
	width: 100%;
	height: 60%;
	background: linear-gradient(to top, #ffffff 30%, transparent 100%);
}
.t_greet_text {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.1em;
	color: #3c4652;
	margin: 2% 0px 0px 0px;
}
.t_greet_b p {
	font-size: clamp(14px, 4vw, 18px);
	line-height: 26px;
	letter-spacing: 0.1em;
	color: #3c4652;
}
.hidden-view {
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.button::before {
	content: "MORE VIEW";
	width: 80%;
	background-color: #3c4652;
	border-radius: 40px;
	line-height: 46px;
	color: #ffffff;
	display: block;
	text-align: center;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	padding: 0px 0px 0px 5%;
	position: absolute;
	bottom: -3%;
	z-index: 10;
	left: 0px;
	right: 0px;
	margin: auto;
}
.button::after {
	position: absolute;
	content: "+";
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	font-size: 30px;
	left: 25%;
	bottom: -2.5%;
	color: #ffffff;
	z-index: 20;
}
.t_greet_b label {
	cursor: pointer;
}
input[type="checkbox"]#trigger {
	display: none;
}
input[type="checkbox"]#trigger:checked~.hidden-view {
	height: 2470px;
}
input[type="checkbox"]#trigger:checked~.button::before {
	content: "close";
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: -55px;
}
input[type="checkbox"]#trigger:checked~.button::after {
	left: 37%;
	bottom: -1.4%;
	content: "-";
}
.default-view {
	display: inline-block;
	position: relative;
	height: 220px;
	overflow: hidden;
}
.default-view:before {
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: -5%;
	z-index: 2;
	width: 100%;
	height: 100px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100px);
}
input[type="checkbox"]#trigger:checked~.default-view:before {
	display: none;
}
/* ----------------------------------------
事業紹介
---------------------------------------- */
.t_service_w {
	width: 100%;
	position: relative;
	padding: 0px 0px 20% 0px;
	margin: 30% 0px 0px 0px;
}
.t_service_w:before {
	position: absolute;
	content: "";
	top: 0px;
	right: 0px;
	width: 75%;
	height: 100%;
	background-color: #edf7fc;
	z-index: -1;
}
.t_service_in {
	padding: 20% 0px 0px 0px;
	width: 90%;
	margin: 0 auto;
}
.t_service_box_con_w {
	position: relative;
	width: 100%;
}
.t_service_box_con_w .t_service_img {
	margin: 7% 0px 0px 0px;
}
.t_service_in h2 {
	font-size: clamp(25px, 7vw, 29px);
	line-height: clamp(36px, 5vh, 40px);
	letter-spacing: 0.1em;
	color: #3c4652;
	text-align: center;
	font-weight: normal;
}
.t_service_in .t_bg_eng {
	top: 3%;
	left: 0px;
	right: 0px;
	margin: auto;
	color: #ffffff;
	text-align: center;
}
.t_service_box {
	margin: 8% 0px 0px 0px;
}
.t_service_box_con_in p {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0.1em;
	color: #3d5f89;
}
.t_service_box_con_in h3 {
	font-size: clamp(21px, 5vw, 24px);
	line-height: clamp(34px, 4vh, 38px);
	letter-spacing: 0.15em;
	color: #3c4652;
	font-weight: normal;
	margin: 1% 0px 0px 0px;
}
.t_service_box_con_in ul {
	margin: 5% 0px 0px 0px;
}
.t_service_box_con_in ul li {
	font-size: clamp(14px, 3vw, 18px);
	line-height: clamp(20px, 3vh, 24px);
	letter-spacing: 0.1em;
	color: #3c4652;
	position: relative;
	margin: 3% 0px 0px 15px;
}
.t_service_box_con_in ul li:nth-child(1) {
	margin: 0px 0px 0px 15px;
}
.t_service_box_con_in ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	left: -12px;
	width: 4px;
	height: 4px;
	background-color: #2d404f;
	border-radius: 50%;
}
.t_service_box_con_w:nth-of-type(2) {
	margin: 12% 0px 0px 0px;
}
/* ----------------------------------------
動画
---------------------------------------- */
#t_movie {
	width: 100%;
	margin: 50px auto 0 auto;
	padding: 40px 0 30px 0;
	background: #edf7fc;
	position: relative;
}
#t_movie:after {
	content: "MOVIE";
	font-size: 50px;
	line-height: 50px;
	color: #FFF;
	letter-spacing: 0.03em;
	position: absolute;
	top: 60px;
	right: 20px;
}
#t_movie div {
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#t_movie h2 {
	margin: 0 0 20px 0;
	font-size: clamp(25px, 7vw, 29px);
	line-height: clamp(36px, 5vh, 40px);
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
#t_movie ul {
	margin: 0 0 20px 0;
	padding: 15px;
	background: #FFF;
	border-radius: 10px;
}
#t_movie ul li {
	width: 100%;
	height: 210px;
}
#t_movie ul li:not(:last-child) {
	margin: 0 0 15px 0;
}
#t_movie ul li iframe {
	width: 100%;
	height: 100%;
}
#t_movie a {
	width: 65%;
	border: 1px solid #3c4652;
	border-radius: 60px;
	background: #FFF;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: clamp(14px, 3vw, 18px);
	line-height: 20px;
	letter-spacing: 0.15em;
	color: #3c4652;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5% 3px 4% 0;
	position: relative;
}
#t_movie a:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(/img/top/youtube_ar.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
}
/* ----------------------------------------
インスタ
---------------------------------------- */
.t_info_w {
	width: 90%;
	margin: 15% auto 0px auto;
}
.t_info_tit {
	display: flex;
	align-items: center;
	gap: 0px 10px;
}
.t_info_tit img {
	width: 9%;
}
.t_info_tit h2 {
	font-size: clamp(25px, 7vw, 29px);
	line-height: clamp(36px, 5vh, 40px);
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
.t_info_w ul {
	margin: 5% auto 0px auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, 150px);
	justify-content: center;
	grid-gap: 1rem;
}
.t_info_w ul li {
	width: 150px;
	height: 200px !important;
	position: relative;
}
.t_info_w ul li div {
	height: 150px !important;
	overflow: hidden;
}
.t_info_w ul li iframe {
	width: 150px !important;
	margin-top: -55px !important;
	min-width: 150px !important;
}
.t_info_w ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 157px 0 0 0;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.t_info_w ul li p {
	font-size: 12px;
	color: #111111;
	line-height: 18px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.t_info_w ul li p span {
	overflow: hidden;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.t_more_btn {
	width: 65%;
	border: 1px solid #3c4652;
	border-radius: 60px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: clamp(14px, 3vw, 18px);
	letter-spacing: 0.15em;
	color: #3c4652;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	box-sizing: border-box;
	padding: 5% 0px 4% 10%;
	position: relative;
}
.t_more_btn:before {
	position: absolute;
	content: "+";
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	font-size: 25px;
	left: 20%;
	top: 20%;
	color: #3c4652;
	z-index: 20;
	transition: all 0.2s;
}
.t_info_w .t_more_btn {
	margin: 8% auto 0px auto;
}
/* ----------------------------------------
できること
---------------------------------------- */
.t_question_w {
	width: 90%;
	margin: 25% auto 0px auto;
	position: relative;
}
.t_question_w h2 {
	font-size: clamp(25px, 7vw, 29px);
	line-height: clamp(36px, 5vh, 40px);
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
	text-align: right;
}
.t_question_w .t_bg_eng {
	top: -23px;
	right: 5%;
}
.t_question_w dl {
	margin: 9% 0px 0px 0px;
}
.t_question_w dt {
	padding: 4% 10% 4% 5%;
}
.t_question_w dl div:nth-of-type(1) dt {
	border-top: 1px solid #3c4652;
}
.t_question_box_side {
	display: flex;
	gap: 0px 20px;
	align-items: center;
}
#accordion .t_question_box dd div {
	display: flex;
	gap: 0px 20px;
}
.t_question_box_icon_q {
	font-size: clamp(21px, 6vw, 25px);
	line-height: clamp(28px, 4vh, 32px);
	letter-spacing: 0.1em;
	color: #b9e3f9;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.t_question_box_tit, .t_question_box_text {
	font-size: clamp(14px, 4vw, 18px);
	line-height: clamp(22px, 3vh, 25px);
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.t_question_box_icon_a {
	font-size: clamp(21px, 6vw, 25px);
	line-height: clamp(28px, 4vh, 32px);
	letter-spacing: 0.1em;
	color: #b9e3f9;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* ----------------------------------------
Q＆A部分
---------------------------------------- */
#accordion .t_question_box {
	display: block;
	overflow: hidden;
	cursor: pointer;
	filter: drop-shadow(0px 0px 5px #0001);
	border-bottom: 1px solid #3c4652;
}
.question {
	display: block;
	overflow: hidden;
}
.t_question_w .accordionlist dt:first-child, .t_question_w .accordionlist dt:nth-child(2) {
	border-top: none !important;
}
#accordion .t_question_box dd {
	position: relative;
	display: none;
	margin: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	padding: 4% 0% 4% 5%;
}
.t_question_w .accordionbox .question.active {
	border-bottom: none;
}
.t_question_w .accordion_icon,
.t_question_w .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.t_question_w .accordion_icon {
	position: relative;
	width: 15px;
	height: 15px;
	float: right;
	margin-right: -7%;
	margin-top: -17%;
}
.t_question_w .accordion_icon span {
	position: absolute;
	left: 0px;
	width: 70%;
	height: 1px;
	background-color: #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.t_question_w .accordion_icon span:nth-of-type(1) {
	top: 34px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.t_question_w .accordion_icon span:nth-of-type(2) {
	top: 34px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.t_question_w .accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.t_question_w .accordion_icon.active span:nth-of-type(2) {
	top: 34px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/* ----------------------------------------
会社概要
---------------------------------------- */
.com_bg_pho {
	margin: 13% 0px 0px 0px;
	object-fit: cover;
	width: 100%;
	height: 200px;
}
.t_com_w {
	margin: 18% 0px 10% 0px;
	position: relative;
}
.t_com_w h2 {
	text-align: center;
	font-size: clamp(25px, 7vw, 29px);
	line-height: clamp(36px, 5vh, 40px);
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
.t_com_w .t_bg_eng {
	top: -1%;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
}
.t_com_box {
	width: 96%;
	margin: 0 auto;
}
.t_com_box table {
	border-top: 1px dotted #bdbdbd;
	border-collapse: collapse;
	width: 100%;
	margin: 8% 0px 0px 0px;
}
.t_com_box tbody {
	vertical-align: top;
}
.t_com_box th,
.t_com_box td {
	border-bottom: 1px dotted #bdbdbd;
	font-size: clamp(14px, 3vw, 18px);
	line-height: clamp(22px, 3vh, 25px);
	letter-spacing: 0.1em;
	color: #3c4652;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
.t_com_box th {
	padding: 4% 0px 4% 2%;
	width: 10%;
	text-align: left;
	white-space: nowrap;
}
.t_com_box td {
	padding: 4% 0px 4% 4%;
}
.t_com_box td a {
	color: #000;
	text-decoration: none;
}
.t_com_w img {
	margin: 13% 0px 0px 0px;
}
.t_com_text {
	font-size: clamp(14px, 4vw, 18px);
	line-height: clamp(23px, 4vh, 27px);
	letter-spacing: 0.05em;
	color: #000000;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: center;
	margin: 10% 0px 0px 0px;
}
.t_com_w .t_more_btn {
	margin: 5% auto 0px auto;
}
.js-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}
.js-animation.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.fadein_l.fade_in_l, .fadein_r.fade_in_r {
	opacity: 1;
	transform: translate(0px, 0);
}
.fadein_l {
	opacity: 0;
	transition: 3s;
	transform: translate(-50px, 0);
}
.fadein_r {
	opacity: 0;
	transition: 3s;
	transform: translate(50px, 0);
}
.com_map {
	margin: 13% 0px 0px 0px;
}
#map {
	width: 100%;
	height: 335px !important;
	background-color: grey;
}
/* ----------------------------------------
コラム表示
---------------------------------------- */
.column_w {
	margin-top: 50px;
	background-color: #e3ddc6;
}
.column_tl {
	font-size: 6.5vw;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 4%;
}
.column_w iframe {
	width: 100%;
	height: 1210px;
}
.column_in {
	width: 100%;
	margin: 0 auto;
	padding: 10% 0px;
}
a.column_lis {
	background-color: #ffffff;
	display: block;
	color: #333;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 60px;
	font-size: 4.5vw;
	line-height: 5vh;
	font-weight: bold;
	text-align: center;
	padding: 5% 0px;
	letter-spacing: 0.01em;
	width: 90%;
}
.tag_white_box {
	width: 94%;
	margin: 10% auto 0% auto;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 7%;
	box-sizing: border-box;
}
.colu_tag_list {
	border-bottom: 1px solid #cabc91;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.colu_tag_list p {
	font-weight: bold;
	font-size: 4.5vw;
	line-height: 5.5vh;
	color: #666;
}
.tag_white_box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 5px;
}
.tag_white_box ul li a {
	display: inline-block;
	background: #f6f6f6;
	color: #000;
	border-radius: 3px;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.01em;
}