@charset "UTF-8";

/*ALL*/
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover p, a:hover img {
	opacity: 0.7;
}
a,a:hover p, a:hover img, a:hover span {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.visible_499 {
	display: none !important;
}
.container {
	max-width: 990px;
}
.text_orange {
	color: #ee9542;
}
.w500 {
	width: 500px;
}
.normal {
	font-weight: normal;
}

/*BTN*/
.btn_bdrs {
	border-radius: 30px;
	font-size: 18px;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.btn_bdrs02 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px 3px;
}
.btn_bdrs03 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 370px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.bg_btn01 {
	background-color: #d3911f;
}
.bg_btn02 {
	background-color: #239fdb;
}
.bg_btn03 {
	background-color: #b4b4b4;
}
.bg_btn04 {
	background-color: #0d89c5;
}
.bg_btn05 {
	background-color: #f6b443;
}
.btn_square {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 15px 100px 10px;
	border-radius: 10px;
}
/*BTN END*/

/*#########################################
					HEADER
#########################################*/
.head01_text {
	position: absolute;
	top: 20px;
	right: 15px;
}
.head01_text p {
	color: #d23736;
	font-size: 16px;
	border: 3px solid #d23736;
	padding: 7px 20px 5px;
	border-radius: 10px;
	font-weight: bold;
}
.head_line02 {
	background-color: #f6b443;
}
.head_line02 .navbar {
	min-height: auto;
}
.head_line02 .navbar-nav>li {
	float: none;
}
.head_line02 .navbar-nav>li a {
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}
.head_line02 .nav>li>a:focus, .head_line02 .nav>li>a:hover {
	background-color: inherit;
}
.head_line02 .nav>li>a:focus span, .head_line02 .nav>li>a:hover span {
	background-color: #d23736;
}
.head_line02 .navbar-toggle {
	border: 2px solid #d23736;
	margin-top: 5px;
	margin-bottom: 5px;
}
.head_line02 .navbar-toggle .icon-bar {
	background-color: #d23736;
}
.head02_page {
	display: block;
	padding: 5px 10px 3px;
	border-radius: 20px;
}
.head02_page.active {
	background-color: #f18d17;
}
/*#########################################
					HEADER END
#########################################*/


/*#########################################
					TOP
#########################################*/
.top01_textbox {
	padding: 0 15px;
}
.top01_5free {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 15px 7px;
	line-height: 1;
	background-color: #d23736;
	color: #fff;
	border-radius: 30px;
}
.top01_bottom {
	background-color: #9f9f9f;
	border-bottom: 3px solid #ffc45f;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
.top01_bottom span {
	color: #e7d79a;
}
.top02_ul li {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #d23736;
	padding-left: 20px;
	margin-bottom: 10px;
}
.top02_ul li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 5px;
	display: block;
	width: 8px;
	height: 13px;
	background: url('../img/common/arrow01.png') no-repeat;
}
.top02_text {
	background-color: #fff2ac;
	padding: 15px 10px;
	text-align: center;
}
.top_line03 {
	background-color: #f6b443;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*#########################################
					TOP END
#########################################*/


/*#########################################
					FOOTER
#########################################*/
.foot_line01 {
	background-color: #898989;
	padding-top: 20px;
	padding-bottom: 20px;
}
.foot_line02 {
	background-color: #5d5d5d;
	padding-top: 10px;
	padding-bottom: 10px;
}
.foot01_ul li {
	margin-bottom: 10px;
}
.foot01_ul a {
	font-size: 12px;
	color: #ffffff;
}
/*#########################################
					FOOTER END
#########################################*/


/*#########################################
					CTI
#########################################*/
.page_ttl {
	font-size: 36px;
	color: #f6b443;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 0;
}
.cti_line01 {
	padding-top: 50px;
	padding-bottom: 40px;
}
.cti_line02 {
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #f2f2f2;
}
.hr20 {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: none;
	height: 1px;
	width: 100%;
	background-color: #aaa;
}
.cti_h3 {
	position: relative;
	font-size: 26px;
	letter-spacing: 1px;
	padding-left: 35px;
	font-weight: bold;
	margin-top: 0;
}
.cti_h3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 28px;
	background: url('../img/common/check.png');
	-webkit-background-size: cover;
	background-size: cover;
}
.cti_h4 {
	font-size: 22px;
	font-weight: bold;
	color: #f6b443;
	letter-spacing: 1px;
}
.cti_h402 {
	color: #239fdb;
}
.cti_line03 {
	padding-top: 50px;
	padding-bottom: 40px;
}
.cti03_textbox {
	background-color: #f7f8f2;
	padding: 30px 20px 20px;
}
.cti03_ul {
	padding-left: 30px;
	list-style: disc;
}
.cti03_ul > li {
	font-size: 18px;
	margin-bottom: 10px;
}
/*#########################################
					CTI END
#########################################*/


/*#########################################
					FAQ
#########################################*/
.faq_line01 {
	padding-top: 50px;
	padding-bottom: 20px;
}
.faq_line02 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.faq_line03 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.faq_line04 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.faq_line05 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.faq_line06 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.faq_line07 {
	padding-top: 20px;
	padding-bottom: 50px;
}
.faqsup_line {
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #41b1e7;
}
.page_h4 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
/*#########################################
					FAQ END
#########################################*/


/*#########################################
					MULTI
#########################################*/
.mul_line01 {
	padding-top: 50px;
	padding-bottom: 40px;
}
.mul01_text {
	font-weight: bold;
	font-size: 22px;
}
.mul02_4box {
	padding-top: 40px;
	padding-bottom: 30px;
}
.mul02_bg {
	background-color: #fff7cb;
}
/*#########################################
					MULTI END
#########################################*/


/*#########################################
					PRICE
#########################################*/
.pri_line01 {
	padding-top: 50px;
	padding-bottom: 40px;
}
.pri_line02 {
	padding-top: 20px;
	padding-bottom: 50px;
}
.pri_line03 {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f6b443;
}
.maxw560 {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.pri_line02 .bg_btn05 {
	position: relative;
}
.pri_line02 .bg_btn05::before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #f6b443;
}
.pri02_ulbd {
	padding: 15px 10px 10px;
	border: 2px solid #ccc;
}
.pri02_ul {
	list-style: disc;
	text-align: left;
	padding-left: 18px;
}
.pri02_ul > li {
	font-size: 18px;
	margin-bottom: 10px;
}
.pri02_h3 {
	position: relative;
	font-size: 26px;
	padding-left: 25px;
}
.pri02_h3::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url('../img/common/square.png');
}
.pri_line02 .table {
	border: 2px solid #ccc;
}
.pri_line02 .table>tbody>tr>td,.pri_line02 .table>tbody>tr>th,.pri_line02 .table>tfoot>tr>td,.pri_line02 .table>tfoot>tr>th,.pri_line02 .table>thead>tr>td,.pri_line02 .table>thead>tr>th {
	padding: 10px ;
	text-align: center;
	font-size: 18px;
}
.pri_line02 .table>thead>tr>th {
	background-color: #fff2ac;
	border-bottom: 2px solid #ccc;
}
.pri_line03 .btn_bdrs03 {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	max-width: none;
	font-size: 14px;
}
/*#########################################
					PRICE END
#########################################*/


/*#########################################
					CRM
#########################################*/
.crm_line01 {
	padding-top: 50px;
	padding-bottom: 30px;
}
.crm_line02 {
	padding-top: 30px;
	padding-bottom: 50px;
}
.crm_line03 {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f6b443;
}
.crm02_h3 {
	position: relative;
	padding-left: 100px;
	height: 70px;
	border-bottom: 1px solid #8cbb9a;
	font-size: 28px;
	padding-top: 20px;
	vertical-align: middle;
}
.crm02_h3 > span {
	font-size: 14px;
	vertical-align: middle;
}
.crm02_h3::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background: url('../img/page/crm_thumb01.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}
.crm02_h302 {
	border-bottom: 1px solid #d4cfbe;
}
.crm02_h302::before {
	background: url('../img/page/crm_thumb02.jpg');
}
.crm02_h303 {
	border-bottom: 1px solid #516873;
}
.crm02_h303::before {
	background: url('../img/page/crm_thumb03.jpg');
}
.crm02_h304 {
	border-bottom: 1px solid #c4c98a;
}
.crm02_h304::before {
	background: url('../img/page/crm_thumb04.jpg');
}
.crm02_h305 {
	border-bottom: 1px solid #ce9c8e;
}
.crm02_h305::before {
	background: url('../img/page/crm_thumb05.jpg');
}
.crm02_ul > li {
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: linear-gradient(to top, #eaeaea, #fefefe);
	background: -webkit-gradient(to top, #eaeaea, #fefefe);
	font-size: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*#########################################
					CRM END
#########################################*/


/*#########################################
					PROCESS
#########################################*/
.pro_line01 {
	padding-top: 50px;
	padding-bottom: 20px;
}
.pro_line02 {
	padding-bottom: 50px;
}
.pro02_table {
	border-collapse: separate;
	width: 100%;
	font-size: 18px;
	border-spacing:0 25px;
}
.pro02_tblue {
	position: relative;
	background-color: #239fdb;
	border: 1px solid #239fdb;
	border-radius: 10px 0 0 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	min-width: 240px;
}
.pro02_tblue::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom:-40px;
	left:0;
	margin: auto;
	width: 40px;
	height: 40px;
	border: 20px solid transparent;
	border-top-color: #239fdb;
}
.pro02_torange {
	background-color: #f6b443;
	border: 1px solid #f6b443;
}
.pro02_torange::before {
	border-top-color: #f6b443;
}
.pro02_tlast::before {
	display: none;
}
.pro02_table td {
	border-left: none;
	padding: 25px;
	border: 1px solid #555;
	border-left: none;
	border-radius: 0 10px 10px 0;
	vertical-align: middle;
}
/*#########################################
					PROCESS END
#########################################*/


/*#########################################
					MERIT
#########################################*/
.mer_line01 {
	padding-top: 50px;
	padding-bottom: 20px;
}
.mer_line02 {
	padding-top: 20px;
	padding-bottom: 70px;
}
.mer02_box {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.mer02_h3 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 7px;
}
.mer02_bgh301 {
	background-color: #49b2b9;
}
.mer02_bgh302 {
	background-color: #65b752;
}
.mer02_bgh303 {
	background-color: #626dcc;
}
.mer02_bgh304 {
	background-color: #ed9547;
}
.mer02_bgh305 {
	background-color: #eb70af;
}
.mer02_bgh306 {
	background-color: #41a8f7;
}
.mer02_bgh307 {
	background-color: #f6b443;
}
.mer02_bgh308 {
	background-color: #f64343;
}
.mer02_p {
	position: relative;
	padding: 10px;
	padding-left: 190px;
	font-size: 16px;
	min-height: 250px;
	margin-bottom: 0;
}
.mer02_p p {
	font-size: 16px;
}
.mer02_p::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 100%;
}
.mer02_img01::before {
	background: url('../img/page/merit_img01.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.mer02_img02::before {
	background: url('../img/page/merit_img02.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.mer02_img03::before {
	background: url('../img/page/merit_img03.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.mer02_img04::before {
	background: url('../img/page/merit_img04.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.mer02_img05::before {
	background: url('../img/page/merit_img05.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.mer02_img06::before {
	background: url('../img/page/merit_img06.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.mer02_img07::before {
	background: url('../img/page/merit_img07.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.mer02_img08::before {
	background: url('../img/page/merit_img08.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.mer02_ul {
	list-style: disc;
	background-color: #fffbcb;
	padding: 5px 5px 5px 25px;
}
.mer02_ul li {
	font-size: 14px;
}
.mer02_p .mer02_bgyellow {
	font-size: 14px;
	background-color: #fffbcb;
	padding: 5px;
}
.mer02_p .mer02_bggrey {
	font-size: 14px;
	background-color: #e3e3e3;
	padding: 5px;
}
/*#########################################
					MERIT END
#########################################*/


/*#########################################
					COMPANY
#########################################*/
.company {
	padding-top: 50px;
	padding-bottom: 50px;
}
.com_table.table-bordered>tbody>tr>td, .com_table.table-bordered>tbody>tr>th, .com_table.table-bordered>tfoot>tr>td, .com_table.table-bordered>tfoot>tr>th, .com_table.table-bordered>thead>tr>td, .com_table.table-bordered>thead>tr>th {
	padding: 10px 15px 7px;
	border: 1px solid #aaa;
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
}
.com_table th {
	background-color: #dbdbdb;
	text-align: center;
	min-width: 100px;
}
/*#########################################
					COMPANY END
#########################################*/


/*#########################################
					SUPPORT
#########################################*/
.sup_line01 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.sup_line02 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fffae1;
}
.sup01_time {
	font-size: 22px;
	font-weight: bold;
	color: #aaa;
}
.table.sup02_table th {
	width: 250px;
	font-size: 16px;
	vertical-align: middle;
	padding-bottom: 0;
}
.form_textarea {
	width: 100%;
}
/*#########################################
					SUPPORT END
#########################################*/


/*#########################################
					TERMS
#########################################*/
.terms_line01 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ter01_box h3 {
	font-size: 18px;
	font-weight: bold;
}
.ul_decimal {
	counter-reset: decimal;
	list-style-type: none;
}
.ul_decimal li {
	position: relative;
}
.ul_decimal li:before {
	content: "(" counter(decimal) ")";
	counter-increment: decimal;
	display: block;
	position: absolute;
	top: 0;
	left: -35px;
}
/*#########################################
					TERMS END
#########################################*/


/*#########################################
					MEDIA
#########################################*/
@media (min-width: 992px) {
	/*FOOTER*/
	.pc_bdr::before {
		content: '';
		display: block;
		width: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		background-color: #fff;
	}
	/*FOOTER END*/
}
/*(min-width: 992px)*/

@media (max-width: 991px) {
	/*FOOTER*/
	.pc_bdr {
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: 1px solid #fff;
	}
	.sm_w550 {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	/*FOOTER END*/
}
/*(max-width: 991px)*/

@media (min-width: 768px) and (max-width: 991px) {
	/*HEADER*/
	.head_line02 .navbar-nav>li a {
		font-size: 12px;
	}
	/*HEADER END*/
}
/*(min-width: 768px) and (max-width: 991px)*/

@media (min-width: 768px) {
	p, li {
		font-size: 18px;
	}
	/*HEADER*/
	.head_line02 .navbar-collapse {
		padding: 0;
	}
	.nav_flex {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		float: none;
	}
	.nav_flex::before,.nav_flex::after {
		display: none;
	}
	/*HEADER END*/

	/*TOP*/
	.top_line01 {
		background: url('../img/top/top_img.jpg') no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: top center;
	}
	.top01_textbox {
		padding: 6% 2% 3% 8%;
	}
	.top01_5free {
		font-size: 28px;
		padding: 10px 15px 7px;
	}
	.top01_bottom p {
		font-size: 22px;
	}
	/*TOP END*/

	/*MULTI*/
	.mul02_text {
		padding-left: 150px;
		position: relative;
	}
	.mul02_text::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 90px;
		height: 90px;
		background: url('../img/common/icon_mail.png');
	}
	.mul02_text02::before {
		background: url('../img/common/icon_sms.png');
	}
	.mul02_text03::before {
		background: url('../img/common/icon_fax.png');
	}
	.mul02_text04::before {
		background: url('../img/common/icon_chat.png');
	}
	/*MULTI END*/

	/*PRICE*/
	.pri_line03 .page_h4 {
		font-size: 26px;
		letter-spacing: 1px;
	}
	/*PRICE END*/

	/*CRM*/
	.crm_line03 .page_h4 {
		font-size: 26px;
		letter-spacing: 1px;
	}
	/*CRM END*/

	/*TERMS*/
	.ul_decimal li:before {
		left: -45px;
	}
	/*TERMS END*/
}
/*(min-width: 768px)*/

@media (max-width: 767px) {
	.page_ttl {
		font-size: 24px;
		letter-spacing: 1px;
	}

	/*BTN*/
	.btn_square {
		font-size: 20px;
		padding: 15px 15px 10px 20px;
	}
	/*BTN END*/

	/*HEADER*/
	.head_line02 .navbar-collapse {
		border-top: 2px solid #f18d17;
	}
	/*HEADER END*/

	/*TOP*/
	.top01_spimg {
		width: 150%;
		margin-left: -40%;
	}
	.top02_ul {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.top02_ul li {
		font-size: 16px;
	}
	.top02_text {
		text-align: left;
		font-size: 16px;
	}
	.top_line03 .fs28 {
		font-size: 18px;
	}
	/*TOP END*/

	/*CTI*/
	.cti_h3 {
		font-size: 22px;
		padding-left: 35px;
	}
	.cti_h3::before {
		top: -5px;
	}
	.cti_h4 {
		font-size: 18px;
	}
	.cti03_textbox {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cti03_ul {
		padding-left: 20px;
	}
	.cti03_ul > li {
		font-size: 14px;
	}
	/*CTI END*/

	/*FAQ*/
	.btn_bdrs02 {
		font-size: 20px;
	}
	.btn_bdrs03 {
		font-size: 14px;
	}
	.page_h4 {
		font-size: 20px;
	}
	/*FAQ*/

	/*MULTI*/
	.mul01_text {
		font-size: 16px;
	}
	.mul02_spttl {
		display: inline !important;
		width: 45px;
		height: auto;
		margin-right: 10px;
	}
	/*MULTI END*/

	/*CRM*/
	.crm02_h3 {
		padding-left: 70px;
		font-size: 20px;
		padding-top: 20px;
		height: 60px;
	}
	.crm02_h3 > span {
		font-size: 12px;
	}
	.crm02_h3::before {
		width: 60px;
		height: 60px;
	}
	.crm02_ul > li {
		font-size: 14px;
		margin-right: 0;
		padding: 10px;
	}
	/*CRM END*/

	/*PROCESS*/
	.pro02_table {
		font-size: 14px;
	}
	.pro02_tblue {
		padding: 10px 0;
		min-width: 125px;
	}
	.pro02_table td {
		padding: 10px;
	}
	/*PROCESS END*/

	/*MERIT*/
	.mer02_p {
		padding-left: 140px;
		font-size: 12px;
		min-height: 180px;
	}
	.mer02_p p {
		font-size: 12px;
	}
	.mer02_ul {
		font-size: 12px;
		margin-bottom: 0;
	}
	.mer02_p::before {
		width: 130px;
		height: 100%;
	}
	.mer02_p .mer02_bgyellow {
		font-size: 12px;
	}
	.mer02_p .mer02_bggrey {
		font-size: 12px;
	}
	/*MERIT END*/

	/*COMPANY*/
	.com_table.table-bordered>tbody>tr>td, .com_table.table-bordered>tbody>tr>th, .com_table.table-bordered>tfoot>tr>td, .com_table.table-bordered>tfoot>tr>th, .com_table.table-bordered>thead>tr>td, .com_table.table-bordered>thead>tr>th {
		font-size: 14px;
		padding: 10px 8px;
		vertical-align: middle;
	}
	/*COMPANY END*/

	/*SUPPORT*/
	.sup02_table.table>tbody>tr>td, .sup02_table.table>tbody>tr>th, .sup02_table.table>tfoot>tr>td, .sup02_table.table>tfoot>tr>th, .sup02_table.table>thead>tr>td, .sup02_table.table>thead>tr>th {
		display: block;
		width: 100%;
	}
	.sup02_table.table>tbody>tr>td, .sup02_table.table>tfoot>tr>td, .sup02_table.table>thead>tr>td {
		border-top: none;
	}
	/*SUPPORT END*/

}
/*(max-width: 767px)*/

@media (max-width: 499px) {
	.visible_499 {
		display: block !important;
	}
	.ss_center {
		text-align: center;
	}
	.col-ss-12 {
		width: 100%;
	}

	/*HEADER*/
	.head01_text {
		top: 30px;
	}
	.head01_text p {
		font-size: 14px;
		border: 2px solid #d23736;
		padding: 5px 10px 3px;
	}
	/*HEADER END*/
}
/*(max-width: 499px)*/

/*#########################################
					MEDIA END
#########################################*/
