@charset "utf-8";
/* --------------------------------------------------------------------------------
	Reset
-------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0.1em;
	font-weight: normal;
}
html {
	scroll-behavior: smooth;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea {
	font-weight: normal;
	font-size: 100%;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, select {}
a {
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
a:hover, a:active {
	opacity: 0.8;
}
input[type="text"]:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	border: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	height: auto;
}
a img {
	border: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* ie7 */
	-ms-filter: "alpha(opacity=70)"; /* ie8 */
}
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	font-feature-settings: "palt";
}
body {
	line-height: 1.5;
	font-size: 80%;
	-webkit-text-size-adjust: 100%;
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.device-pc {
	display: none;
}
.device-sp {
	display: block;
}
.inner {
	padding: 0 18px;
}
/* 共通部 */
body {}
body.active {
	overflow: hidden;
}
.main {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #fff;
	cursor: pointer;
}
a:visited {
	color: #fff;
}



.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s ease;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-only {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade-in-only.show {
  opacity: 1;
}


.btn a {
  display: inline-block;
  position: relative;
  background-color: #CE0110;
	
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
  font-size: 14px;
  line-height: 1;
}


.btn a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  margin-left: 8px;
  position: relative;
  top: -3px; 
}

/* header */
#header {
	background-color: #211E28;
	position: fixed;
	z-index: 100;
	width: 100%;
}
#header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #211E28;
	padding: 10px 20px;
}
/* ロゴ */
#header .logo {}
#header .logo a {
	display: flex;
	align-items: center;
}
#header .logo h1 {
	width: 40px;
	margin: 0 10px 0 0;
}
#header .logo .company-name {
	width: 135px;
}
#header .logo .company-name .license {
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	display: none;
}
#header .logo .company-name p {
	font-size: 35px;
	font-family: "Bebas Neue", sans-serif;
	line-height: 1.1;
	text-align: center;
	margin: 5px 0 0;
}
body.menu-open {
	overflow: hidden;
}
/* ▼ ハンバーガーメニューのスタイル */
#header .hamburger {
	width: 30px;
	height: 18px;
	position: relative;
	z-index: 10000;
	cursor: pointer;
}
#header .hamburger span {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	transition: all 0.4s ease;
}
#header .hamburger span:nth-child(1) {
	top: 0;
}
#header .hamburger span:nth-child(2) {
	top: 8px;
}
#header .hamburger span:nth-child(3) {
	top: 16px;
}
#header .hamburger.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 8px;
}
#header .hamburger.active span:nth-child(2) {
	opacity: 0;
}
#header .hamburger.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 8px;
}
/* ▼ ナビゲーションのスタイル */
#header .header-nav {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #211E28;
  padding-top: 100px;
  pointer-events: none;
}

/* 表示時 */
#header .header-nav.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
#header .header-nav.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
#header .header-nav ul {
	display: flex;
	flex-direction: column;
	width: 80%;
}
#header .header-nav ul li {
	color: #fff;
	font-size: 16px;
	border-bottom: 2px solid;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#header .header-nav ul li:last-child {
	border: none;
}
#header .header-nav .btn {
	margin-top: 40px;
}
#header .header-nav .btn a {
  background-color: #CE0110;
}
/* #mv */
#mv {
	position: relative;
	margin-bottom: 74px;
}
#mv h2 {
	/* font-family: "Noto Sans Myanmar", sans-serif; */
	font-weight: 600;
	font-size: 25px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
	letter-spacing: normal;
}
#mv h2 .mv-txt {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 12px;
}
#mv h2 .mv-txt::before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #fff;
	margin-right: 5px;
}
#mv .mv-img {
	width: 100%;
}
/* #profile */
#profile {
	padding: 0 30px;
	margin-bottom: 70px;
}
#profile .prof-container {
	max-width: 1175px;
	margin: 0 auto;
	position: relative;
}
#profile h2 {
	font-size: 75px;
	/* font-family: Silom; */
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 20px;
	line-height: 60px;
}
#profile .catchphrase {
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	/* font-family: TA-礼筆M; */
}
#profile .desc {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 30px;
}
#profile .desc .img {
	width: 100%;
	margin-bottom: 20px;
}
#profile .desc .txt {
	width: 100%;
	margin-left: 0;
	font-size: 14px;
	line-height: 2;
}
#profile .desc .txt .name {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
	/* font-family: TA-礼筆M; */
}
#profile .desc .txt .name img {
	width: 50%;
	margin-left: 10px;
}
#profile .btn {
	text-align: center;
}
/* #reason */
#reason {
	padding: 64px 0 78px;
	background: #F2F2F2;
	position: relative;
	text-align: center;
}
#reason h3 {
	display: inline-block;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 26px;
	position: relative;
	z-index: 2;
}
#reason h3::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: -10px;
	left: -20px;
}
#reason h3::after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	bottom: 10px;
	right: -20px;
}
#reason h3 .highlight {
	font-size: 34px;
	font-weight: bold;
}
#reason h3 .c_red {
	color: #CE0110;
	font-weight: bold;
}
#reason h3 .c_red span {
	font-size: 60px;
	font-weight: bold;
}
#reason h3 span.name {
	font-family: "Bebas Neue", sans-serif;
	font-weight: bold;
	font-size: 34px;
}
#reason .reason-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	max-width: 350px;
}
#reason .item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #1F1C25;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	width: 150px;
	height: 150px;
	margin: 0 5px;
}
#reason .item:first-child {
	margin: 0 30px;
}
#reason .item .number {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	margin-bottom: 5px;
}
#reason .item .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#reason .item .txt {
	font-size: 11px;
}
/* #service */
#service {
	padding: 60px 0;
	background: #000;
	color: #fff;
}
#service h2 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 0 0 60px;
}
#service h2 span {
	display: block;
	font-size: 12px;
}
#service .service-inner {
	padding: 0 20px;
}
#service ul {}
#service ul li {
	display: flex;
	flex-direction: column;
	padding: 0 0 40px;
	/*border-bottom: 1px solid #ccc;*/
	margin: 0 0 40px;
}
/*#service ul li:nth-child(odd){
	flex-direction: column-reverse;
}*/
#service ul li:last-child {
	border-bottom: 0px;
	margin: 0;
	padding: 0;
}
#service .txt {}
#service .txt h3 {
	font-size: 18px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 0 0 10px;
}
#service .txt p {
	font-size: 14px;
	line-height: 1.8;
}
#service .img {
	width: 100%;
	margin: 20px 0 0;
}
/* #Works */
#works {
	padding: 60px 0;
}
#works h2 {
	color: #000;
	font-size: 24px;
	text-align: center;
	margin: 0 0 60px;
	font-weight: bold;
}
#works h2 span {
	display: block;
	font-size: 12px;
}
#works .works-inner {
	padding: 0 20px;
}
#works ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works ul li {
	width: 48%;
	margin: 0 0 40px;
}
#works .img {
	margin: 0 0 10px;
}
#works .img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
#works h3 {
	font-size: 14px;
	text-align: center;
}
/* #instagram */
#instagram {
	margin-bottom: 100px;
}
#instagram h3 {
	color: rgba(0, 0, 0, 0.1);
	font-size: 70px;
	/* font-family: Silom; */
	font-family: "Bebas Neue", sans-serif;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
#instagram h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 18px;
}
#instagram .insta-inner {
	padding: 0;
	margin-bottom: 30px;
}
#instagram ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 30px;
}
#instagram li {
	width: 33%;
	padding: 5px;
}
#instagram .btn {
	margin: 30px 0;
	text-align: center;
}
#instagram .btn a {
	background-color: #000;
}
/* #topics */
#topics {
	padding: 60px 20px;
}
#topics h3 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 60px;
	font-weight: 600;
}
#topics h3 span {
	display: block;
	text-align: center;
	font-size: 12px;
}
#topics ul {
	margin: 0 auto;
}
#topics li {
	font-size: 11px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
#topics li:last-child {
	border-bottom: none;
}
#topics li a {
	display: flex;
	align-items: center;
	color: #000;
}
#topics li a p {
	margin-right: 15px;
	line-height: 2;
}
#topics li a .cat-tag {
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
	margin-right: 10px;
	display: none;
}
#topics li a .cat-tag a[href*="uncategorized"] {
	display: none;
}
#topics .btn {
	text-align: center;
}
#topics .btn a {
	background-color: #000;
}
/* #company */
#company {
	margin: 60px auto;
	background-color: #211E28;
	padding: 60px 20px;
}
#company .company-top {}
#company .company-desc {}
#company .company-desc h3 {
	font-size: 24px;
	margin: 0 0 60px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
#company .company-desc h3 span {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 0 10px;
}
#company .company-desc dl {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
#company .company-desc dt {
	width: 24%;
	font-weight: bold;
	margin-bottom: 5px;
}
#company .company-desc dd {
	width: 76%;
	margin: 0;
	margin-bottom: 5px;
	padding-left: 10px;
	flex-grow: 1;
}
#company .company-img {
	width: 100%;
	margin: 30px 0 0;
}
#company .company-img .map {
	width: 100%;
	height: 220px;
}
#company .map iframe {
	width: 100%;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
/* #form */
#form {
	background-color: #211E28;
	padding: 60px 30px 30px;
	position: relative;
}
#form h3 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
	position: relative;
	z-index: 2;
}
#form p {
	color: #fff;
	text-align: center;
	margin: 0 auto 50px;
	position: relative;
	z-index: 2;
}
#form .form-info {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	width: 90%;
}
#form .mail {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 10px;
	width: 100%;
	margin: 0 auto 50px;
}
#form .mail .img {
	width: 60px;
	height: 45px;
	margin-bottom: 20px;
}
#form .mail .btn {
	margin-bottom: 10px;
}
#form .mail .address a {
	color: #000;
	font-weight: bold;
}
#form .mail .btn a {
	font-size: 11px;
	margin-left: 0;
}
#form .tel {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0px;
	width: 100%;
	margin: 0 auto;
}
#form .tel .img {
	width: 60px;
	height: 45px;
	margin-bottom: 20px;
}
#form .tel .address {
	font-size: 15px;
}
#form .tel .address a {
	display: block;
	margin: 0 auto;
	color: #CE0110;
	font-weight: bold;
}
#form .tel .address p {
	display: block;
	margin: 0 auto;
	color: #CE0110;
	font-weight: bold;
}
/* #footer */
#footer {
	background-color: #211E28;
	color: #fff;
	padding: 40px 30px;
}
#footer .footer-info {
	display: flex;
	align-items: center;
	margin: 0 auto;
	flex-direction: column;
}
#footer .footer-address {
	width: 90%;
	padding-bottom: 40px;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
	margin-bottom: 40px;
}
#footer .footer-address img {
	max-width: 150px;
	margin-bottom: 20px;
}
#footer .footer-address li {
	margin-bottom: 8px;
}
#footer .footer-link {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
#footer .footer-link li {
	margin-bottom: 8px;
}
#footer .footer-link .btn {
	margin-top: 30px;
	text-align: center;
}
#footer .footer-link .btn a {
	margin-left: 0;
}
#footer .footer-copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 20px;
	text-align: center;
}
#footer .footer-copyright img {
	width: 32px;
	margin-bottom: 20px;
}
#footer .copyright {
	font-size: 10px;
	letter-spacing: 0.01em;
}
#footer img {
	max-width: 100%;
	height: auto;
}
/* --------------------------------------------------------------------------------
			コンプライアンス
-------------------------------------------------------------------------------- */
#compliance {
	width: 100%;
	margin: 0 auto;
	padding: 100px 30px;
}
#compliance h2 {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#compliance .ruby {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
#compliance .promiss-txt {
	margin-bottom: 80px;
}
#compliance .article {
	margin-bottom: 30px;
}
#compliance .article h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 3px solid #ccc;
	margin-bottom: 30px;
}
#compliance .article p {
	font-size: 14px;
}
/* --------------------------------------------------------------------------------
			ハラスメント
-------------------------------------------------------------------------------- */
#harassment {
	width: 100%;
	margin: 0 auto;
	padding: 100px 30px;
}
#harassment h2 {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#harassment .ruby {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
#harassment .promiss-txt {
	margin-bottom: 80px;
}
#harassment .article {
	margin-bottom: 30px;
}
#harassment .article h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #ccc;
	margin-bottom: 30px;
}
#harassment .article p {
	font-size: 14px;
	margin-bottom: 20px;
}
#harassment .article .desc {
	margin-bottom: 30px;
}
#harassment .article .desc h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* --------------------------------------------------------------------------------
			投稿ページ
-------------------------------------------------------------------------------- */
#post {
	width: 100%;
	padding: 0 30px;
	margin: 30px auto;
}
#post .title {
	color: rgba(0, 0, 0, 0.1);
	font-size: 70px;
	/* font-family: Silom; */
	font-family: "Bebas Neue", sans-serif;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
#post .title span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 18px;
}
#post .post-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
#post .post-desc {
	display: flex;
	align-items: center;
	line-height: 20px;
}
#post .post-date {
	font-size: 12px;
	margin-right: 10px;
}
#post .post-categories a {
	background-color: #1F1C25;
	font-size: 10px;
	padding: 2px 10px;
}
#post .post-categories a[href*="uncategorized"] {
	display: none;
}
#post .post-content {
	font-size: 14px;
	margin: 40px 0 100px;
}
/* --------------------------------------------------------------------------------
			お問い合わせ　コンタクトフォーム
-------------------------------------------------------------------------------- */
#contact {
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px;
}
#contact h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#contact .ruby {
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
}
#contact .contact-txt {
	text-align: center;
	margin-bottom: 10px;
}
#contact .contact-tel {
	text-align: center;
}
#contact .contact-tel a {
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
#contact .form-area {
	width: 100%;
	margin: 80px auto;
}
#contact .form-area .contact_tbl {
	margin: 30px 0 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
#contact .form-area .contact_tbl th, #contact .form-area .contact_tbl td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
#contact .form-area .contact_tbl th {
	border-right: 1px solid #e5e5e5;
	width: 30%;
	text-align: left;
	font-weight: normal;
}
#contact .form-area .contact_tbl td {
	padding: 15px 0 15px 15px;
}
#contact .form-area .contact_tbl th span.require {
	color: #FF0000;
	padding: 3px;
	margin: 0;
}
#contact .form-area .wpcf7-form-control-wrap {
	position: relative;
}
#contact .form-area .contact_tbl td textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 95%;
	height: 180px;
	background: #f2f2f2;
	border: 1px solid #ddd;
	font-size: 16px;
}
#contact .form-area .contact_tbl td input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background: #f2f2f2;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 16px;
}
#contact .form-area .action {
	text-align: center;
	padding: 35px 0 0;
}
#contact .form-area .action > p {
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px;
}
#contact .form-area .action > p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 190px;
	width: 20px;
	height: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) skew(45deg);
}
#contact .form-area .action input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0 auto;
	border: none;
	background: #CE0110;
	padding: 8px 85px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}
#contact .form-area div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
#contact .form-area .wpcf7-spinner {
	margin: 0 2px;
}
/* --------------------------------------------------------------------------------
			プライバシーポリシー
-------------------------------------------------------------------------------- */
#privacy-policy {
	width: 100%;
	margin: 0 auto;
	padding: 100px 30px;
}
#privacy-policy h2 {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#privacy-policy .ruby {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
#privacy-policy .promiss-txt {
	margin-bottom: 80px;
}
#privacy-policy .article {
	margin-bottom: 30px;
}
#privacy-policy .article h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #ccc;
	margin-bottom: 30px;
}
#privacy-policy .article p {
	font-size: 14px;
	margin-bottom: 20px;
}
#privacy-policy .article .desc {
	margin-bottom: 30px;
}
#privacy-policy .article .desc h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#privacy-policy .article .desc .tel, #privacy-policy .article .desc .mail {
	font-size: 14px;
	margin-bottom: 20px;
}
#privacy-policy .article .desc a {
	color: #000;
	font-weight: bold;
}