@charset "UTF-8";

/* common setting
------------------------------------*/
strong {
	font-weight: bold;
}

main.container {
	overflow-x: auto;
}

main,.main {
	color: #000;
}

.main {
	margin: 0 auto;
	background: #fff;
	width: 100%;
	min-width: 1200px;
	padding: 0 0 40px 0;
}

.mtm10 { margin-top: -10px!important;}
.mtm20 { margin-top: -20px!important;}
.mtm30 { margin-top: -30px!important;}
.mtm40 { margin-top: -40px!important;}
.mtm50 { margin-top: -50px!important;}
.mtm60 { margin-top: -60px!important;}
.mtm70 { margin-top: -70px!important;}
.mtm80 { margin-top: -80px!important;}
.mtm90 { margin-top: -90px!important;}
.mtm100 { margin-top: -100px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}

.panel-inner:hover .ttl {
	text-decoration: underline;
}

header .logo {
	height: 70px;
	font-size: 16px;
	line-height: 72px;
	vertical-align: middle;
	color: #FFF;
}

header .logo img {
	vertical-align: middle;
	padding-right: 35px;
}

/* contents header */
.contents_header {
  position: relative;
	z-index: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #d0e6ec;
	margin: 0 0 100px;
	width: 100%;
	overflow: hidden;
	height: 400px;
}

.contents_header .bg_img {
	position: absolute;
	z-index: 0;
	left: 50%;
	margin: 0 0 0 -600px;
}

.contents_inner {
  min-width: 1280px;
  margin: 0 auto;
	z-index: 1;
	position: relative;
}

.contents_header .contents_inner {
	position: relative;
  padding-top: 82px;
  height: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents_header .contents_inner:before {
  content: "";
  display: block;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/column/bg_header_dot.png") no-repeat center;
  width: 100%;
  height: 315px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.contents_header .page_header_title {
  position: relative;
  z-index: 1;
}

.contents_header .page_header_title .category {
	box-sizing: border-box;
  display: inline-block;
  background: #2dcc70;
  color: #fff;
  border-radius: 15px;
	padding: 0 15px;
  min-width: 156px;
  max-width: 300px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
	overflow: hidden;
}

.contents_header .page_header_title .title {
  display: block;
  margin: 18px auto 0;
  max-width: 600px;
	height: 67px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
	overflow: hidden;
	text-shadow: 0px 0px 3px #1b697c;
}

.contents_header .contents_inner p {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	bottom: -35px;
  background: #fff;
	width: 1280px;
	margin: 0 0 0 -640px;
	padding: 70px 90px 0;
	line-height: 1.77778;
	text-align: left;
	font-size: 18px;
	color: #000;
}

.column_nav_wrap {
	display: none;
}

.new_arrival .list_panel_wrap .list_panel .img img,
.recommend_article .list_panel_wrap .list_panel .img img,
.cat_list .list_panel_wrap .list_panel .thumb img,
.cat_anchor .list_panel_wrap .list_panel .thumb img ,
.service_box .list_panel_wrap .list_panel .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.column_sec .column_title,
.column_detail_sec .column_title {
	font-weight: bold;
	color: #2ccc70;
	background: #4b566a;
	font-size: 1.375rem;
	padding: 10px 15px;
	margin: 0 0 25px 0;
}

.column_sec.new_arrival {
	max-width: 1280px;
	margin: -200px auto 60px auto;
	padding: 35px 0 0 0;
	background: #fff;
	position: relative;
	z-index: 10;
}

.new_arrival .list_panel_wrap {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.new_arrival .list_panel_wrap .list_panel {
	max-width: 350px;
}

.new_arrival .list_panel_wrap .list_panel .panel-inner {
	display: block;
}

.new_arrival .list_panel_wrap .list_panel {
	position: relative;
}

.new_arrival .list_panel_wrap .list_panel .category {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: #2ccc70;
	color: #fff;
	z-index: 10;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.2;
	max-width: 340px;
	padding: 5px 7px;
	border-bottom-right-radius: 3px;
}

.new_arrival .list_panel_wrap .list_panel .thumb {
	position: relative;
	margin: 0 0 10px;
}

.new_arrival .list_panel_wrap .list_panel .date {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	background: rgba(75, 86, 106, 0.8);
	color: #fff;
	z-index: 10;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1;
	padding: 5px 7px;
}

.new_arrival .list_panel_wrap .list_panel .img {
	width: 350px;
	height: 215px;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}

.new_arrival .list_panel_wrap .list_panel .ttl {
	font-size: 1.375rem;
	font-weight: bold;
	color: #4b566a;
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.new_arrival .list_panel_wrap .list_panel .txt {
	line-height: 1.8;
	font-size: 1rem;
	color: #000;
	padding: 0 10px;
}

.recommend_article .list_panel_wrap {
	max-width: 1100px;
	margin: 0 auto 60px;
}

.recommend_article .list_panel_wrap .list_panel .panel-inner {
	margin: 0 0 25px 0;
	display: block;
}

.recommend_article .list_panel_wrap .list_panel .thumb {
	position: relative;
	width: 260px;
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
}

.recommend_article .list_panel_wrap .list_panel .thumb .img {
	width: 260px;
	height: 160px;
	position: relative;
	background: #f5f5f5;
}

.recommend_article .list_panel_wrap .list_panel .thumb .date {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	background: rgba(75, 86, 106, 0.8);
	color: #fff;
	z-index: 10;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1;
	padding: 5px 7px;
}

.recommend_article .list_panel_wrap .list_panel .category {
	display: inline-block;
	top: 0;
	left: 0;
	background: #2ccc70;
	color: #fff;
	z-index: 10;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 4px 7px 6px;
	margin: 0 0 10px 0;
	border-radius: 3px;
}

.recommend_article .list_panel_wrap .list_panel .ttl {
	font-size: 1.375rem;
	font-weight: bold;
	color: #4b566a;
	line-height: 1.4;
	margin: 0 0 10px 0;
}

.recommend_article .list_panel_wrap .list_panel .txt {
	line-height: 1.6;
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #000;
}

.cat_nav_wrap {
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin: 0 0 30px 0;
}

.cat_nav_wrap .cat_nav {
	display: flex;
	align-items: stretch;
}

.cat_nav_wrap .cat_nav:first-child a {
	padding: 20px 40px 10px 12px;
}

.cat_nav_wrap .cat_nav a {
	display: block;
	border-radius: 6px;
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.05);
	color: #000;
	font-weight: bold;
	padding: 12px 40px 10px 12px;
	min-width: 200px;
	text-align: left;
	box-sizing: border-box;
	background: #fff url("/jp/~/Media/Images/company/phcmnc/service2/column/ico_arrow-btm.png") no-repeat center right 10px;
	border: 1px solid #ebebeb;
	margin: 0 5px;
	line-height: 1.2;
}

.cat_list .column_cat_title {
	font-weight: bold;
	color: #2ccc70;
	font-size: 1.375rem;
	margin: 0 0 15px 0;
}

.cat_list .list_panel_wrap {
	display: flex;
	max-width: 1100px;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.cat_list .list_panel_wrap .list_panel {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
}

.cat_list .list_panel_wrap .list_panel .panel-inner {
	display: flex;
}

.cat_list .list_panel_wrap .list_panel .thumb {
	width: 140px;
	flex-shrink: 0;
	margin: 0 15px 0 0;
}

.cat_list .list_panel_wrap .list_panel .thumb .img {
	position: relative;
	overflow: hidden;
	width: 140px;
	height: 86px;
	background: #f5f5f5;
}

.cat_list .list_panel_wrap .list_panel .txt_area {
	color: #4b566a;
}

.cat_list .list_panel_wrap .list_panel .txt_area .ttl {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.4;
}

.bnr_area {
	margin: 80px auto 100px;
	width: 1100px;
}

.bnr_area .bnr {
	display: block;
}

.bnr_area .bnr picture {
	width: 100%;
}

.bnr_area .txt {
	font-size: 0.85em;
}

.bnr_area .txt:first-of-type {
	margin: 10px 0 0;
}


/*--detail------------------------*/
.column_detail_sec.first_cont {
	position: relative;
	z-index: 10;
	background: #fff;
	max-width: 1280px;
	margin: -200px auto 0;
	padding: 40px 0 0;
}

.column_detail_sec .inner {
	width: 1000px;
	margin: 0 auto;
}

.column_detail_sec .column_main_ttl {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	margin: 0 0 15px 0;
}

.column_detail_sec .tag-wrap {
	display: flex;
	flex-wrap: wrap;
}

.tag-wrap .tag-item {
	background: #2ccc70;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 7px;
	margin: 0 10px 0 0;
	border-radius: 3px;
}

.index-wrap {
	padding: 30px 0 0;
	background: #fff;
	width: 1000px;
	margin: 0 auto 60px;
}

.index-wrap .inner {
	width: 1000px;
	background: #fcfcfc;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.index-wrap .inner .ttl {
	font-weight: bold;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.index-wrap .inner .index-list {
	display: flex;
	flex-wrap: wrap;
}

.index-wrap .inner .index-list li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 60px 0 10px;
	margin: 0 0 15px 0;
}

.index-wrap .inner .index-list li a {
	color: #000;
	position: relative;
	width: 100%;
	display: inline-block;
	line-height: 1.4;
	font-weight: bold;
}

.index-wrap .inner .index-list li a::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -15px;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 2px solid #2ccc70;
	border-right: 2px solid #2ccc70;
	-webkit-transform: rotate(180deg);
	transform: rotate(135deg);
}

.column_detail_sec {
	margin: 0 0 55px 0;
	color: #000;
}

.column_detail_sec .sec_ttl {
	color: #2ccc70;
	font-weight: bold;
	font-size: 1.375rem;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	line-height: 1.4;
	border-bottom: 2px solid rgba(44, 204, 112, 0.3);
}

.column_detail_sec .sec_2nd_ttl {
	color: #000;
	font-weight: bold;
	font-size: 1.125rem;
	margin: 35px 0 10px 0;
}

.column_detail_sec .sec_2nd_ttl:first-of-type {
	margin: 0 0 10px 0;
}

.column_detail_sec .txt {
	line-height: 2;
	margin: 0 0 15px 0;
}

.column_detail_sec .txt-desc {
	margin: 15px 0 0 0;
}

.column_detail_sec .txt-small {
	font-size: 0.875rem;
}

.column_detail_sec .img-full {
	margin: 0 auto 35px;
	text-align: center;
	display: table;
	max-width: 100%;
}

.column_detail_sec .img-full img {
	margin: 0 auto 5px;
	width: 100%;
}

.column_detail_sec .img-full .img-desc {
	display: block;
	text-align: left;
	font-size: 0.75rem;
	margin: 0 0 5px 0;
	line-height: 1.4;
}

.column_detail_sec .img-full .img-evidence {
	display: block;
	text-align: left;
	font-size: 0.875rem;
	margin: 0 0 5px 0;
	line-height: 1.4;
}

.column_detail_sec .txt-link {
	color: #328df6;
	text-decoration: underline;
	word-wrap: break-word;
	line-height: 1.4;
}

.column_detail_sec .txt-ul-list {
	margin: 0 0 25px 5px;
	line-height: 1.6;
}

.column_detail_sec .txt-ul-list li {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	position: relative;
}

.column_detail_sec .txt-ul-list li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #4b566a;
	border-radius: 4px;
	vertical-align: 1px;
	margin: 8px 5px 0 0;
	position: absolute;
	left: 0;
}

.column_detail_sec .txt-ol-list {
	counter-reset: item;
	margin: 0 0 25px 0;
	line-height: 1.6;
}

.column_detail_sec .txt-ol-list li {
	margin: 0 0 10px 5px;
	padding: 0 0 0 20px;
	position: relative;
}

.column_detail_sec .txt-ol-list li::before {
	content: "";
	display: block;
	color: #4b566a;
	vertical-align: 1px;
	margin: 0 7px 0 0;
	counter-increment: item;
  content: counter(item)'.';
	font-weight: bold;
	position: absolute;
	left: 0;
}

.column_detail_sec .txt-box {
	zoom: 1;
}

.column_detail_sec .txt-box::before,
.column_detail_sec .txt-box::after{
    content: "";
    display: table;
}
.column_detail_sec .txt-box:after{ clear: both; }

.column_detail_sec .img-left {
	float: left;
	margin: 0 50px 35px 0;
	width: 400px;
}

.column_detail_sec .img-right {
	float: right;
	margin: 0 0 70px 35px;
	width: 400px;
}

.column_detail_sec .img-left img,
.column_detail_sec .img-right img {
	width: 100%;
}

.column_detail_sec .cont-right {
	float: right;
	width: 550px;
}

.column_detail_sec .cont-left {
	float: left;
	width: 550px;
}

.column_detail_sec .txt-box .ttl {
	font-weight: bold;
	font-size: 1rem;
	color: #2dcc70;
	display: flex;
	margin: 0 0 25px 0;
	line-height: 1.7;
}

.column_detail_sec .txt-box .txt {
	margin: 0 0 60px 0;
	line-height: 1.9;
	color: #000;
}

.column_detail_sec .column-3 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

.column_detail_sec .column-3 > div {
	width: 300px;
}

.column_detail_sec .column-2 .ttl,
.column_detail_sec .column-3 .ttl {
	font-weight: bold;
	margin: 0 0 30px 0;
	line-height: 1.9;
	color: #000;
}

.column_detail_sec .column-2 .txt,
.column_detail_sec .column-3 .txt {
	margin: 0 0 30px 0;
	line-height: 1.9;
}

.column_detail_sec .column-2 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

.column_detail_sec .column-2 > div {
	width: 475px;
}

.column_detail_sec .column-3 .img img,
.column_detail_sec .column-2 .img img {
	width: 100%;
}

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

.cat_anchor .list_panel_wrap .list_panel {
	width: 190px;
	margin: 0 0 0 0;
}

.cat_anchor .list_panel_wrap .list_panel:nth-child(4n) {
	margin: 0 0 0 0;
}

.cat_anchor .list_panel_wrap .list_panel .panel-inner {
	display: block;
}

.cat_anchor .list_panel_wrap .list_panel .thumb {
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 116px;
	background: #f5f5f5;
}

.cat_anchor .list_panel_wrap .list_panel .ttl {
	color: #4b566a;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 0 0 0;
	font-size: 0.875rem;
}

.service_link_list .list-recommend {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service_link_list .list-recommend .link {
	width: 320px;
	height: 100px;
	background: #f5f5f5;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 5px 10px;
	font-size: 1rem;
	font-weight: bold;
	color: #504c59;
	display: flex;
	align-items: center;
	line-height: 1.4;
	text-decoration: underline;
	position: relative;
}

.service_link_list .list-recommend .link::after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/jp/~/Media/Images/company/phcmnc/service2/common/ico_arrow-green.png);
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	border-radius: 10px;
}

.service_link_list .list-recommend .link .ico {
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 6px;
	margin: 0 10px 0 0;
	flex-shrink: 0;
	padding: 5px;
	box-sizing: border-box;
}

.service_link_list .list-recommend .link .ico img {
	width: 100%;
}

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

.service_box .list_panel_wrap .list_panel {
	width: 320px;
	margin: 0 0 30px 0;
}

.service_box .list_panel_wrap .list_panel:nth-child(4n) {
	margin: 0 0 30px 0;
}

.service_box .list_panel_wrap .list_panel .panel-inner {
	display: block;
}

.service_box .list_panel_wrap .list_panel .thumb {
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 170px;
	background: #f5f5f5;
}

.service_box .list_panel_wrap .list_panel .ttl {
	color: #4b566a;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 0 0;
	font-size: 1rem;
}

.service_box .list_panel_wrap .list_panel .txt {
	color: #4b566a;
	line-height: 1.6;
	margin: 15px 0 0 0;
	font-size: 0.875rem;
}

.service_box .list_panel_wrap .list_panel .txt-link {
	color: #328df6;
	text-decoration: underline;
	word-wrap: break-word;
	line-height: 1.4;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
	font-size: 0.875rem;
	display: block;
}

.service_box .list_panel_wrap .list_panel .txt-link::before {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	content: "";
	background: url(/jp/~/Media/Images/company/phcmnc/service2/column/ico_arrow-b.png);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

.service_box .btn_green {
	background: #2ccc70;
	width: 500px;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 6px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
}

.column_cta {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 30px 0;
}

.column_cta .sub_ttl {
	text-align: center;
	font-weight: bold;
	color: #4b566a;
	font-size: 1.125rem;
	line-height: 1;
}

.column_cta .sub_ttl span {
	color: #2ccc70;
}

.column_cta .ttl {
	text-align: center;
	font-size: 1.625rem;
	font-weight: bold;
	color: #4b566a;
	position: relative;
	display: table;
	margin: 0 auto 30px;
}

.column_cta .ttl::after {
	display: block;
	content: "";
	width: 100%;
	height: 6px;
	background: #d0e6ec;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.column_cta .btn_green {
	background: #2ccc70;
	width: 500px;
	margin: 0 auto;
	padding: 20px 0 15px;
	border-radius: 6px;
	font-size: 1.75rem;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
}

.column_cta .btn_green .attention {
	background: #fff;
	display: table;
	line-height: 1;
	font-size: 1rem;
	color: #4b566a;
	padding: 5px 30px;
	margin: 0 auto;
	height: 26px;
	border-radius: 13px;
	box-sizing: border-box;
}

.column_cta .btn_green::after {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("/jp/~/Media/Images/company/phcmnc/service2/column/ico_arrow-w.png");
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 15px;
}

.column_cta .txt-link_area {
	display: flex;
	margin: 40px 20px 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.column_cta .txt-link_area.center {
	justify-content: center;
}

.column_cta .txt-link_area li {
	margin: 0 0 10px 0;
	padding: 0 10px 0 35px;
	vertical-align: top;
	width: 33%;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
}

.column_cta .txt-link_area li:nth-child(3n) {
	border: none;
}

.column_cta .txt-link_area li:last-child {
	border: none;
}

.column_cta .txt-link_area .txt-link {
	color: #328df6;
	text-decoration: underline;
	word-wrap: break-word;
	line-height: 1.4;
	position: relative;
}

.column_cta .txt-link_area li .txt {
	line-height: 1.4;
	position: relative;
	font-size: 0.875rem;
	margin: 5px 0 0 0;
}

.column_cta .txt-link_area .txt-link::before {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	content: "";
	background: url("/jp/~/Media/Images/company/phcmnc/service2/column/ico_arrow-b.png");
	top: 3px;
	left: -25px;
}

.column_cta > .txt {
	margin: 10px 20px 0;
	background: #f7f7f7;
	padding: 20px;
}

.column_cta.btn_only {
	padding: 0;
	border: none;
}

.profile_box .inner {
	background: #d0e6ec;
	padding: 50px;
	margin: 0 auto 100px;
	width: 1000px;
	box-sizing: border-box;
}

.profile_box .ttl {
	font-weight: bold;
	color: #4b566a;
	font-size: 1rem;
	margin: 0 0 20px 0;
}

.profile_box .txt_belongs {
	color: #4b566a;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.profile_box .txt_writer {
	color: #4b566a;
	font-size: 1.12rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.profile_box .txt {
	line-height: 1.9;
	color: #000;
	margin: 0; 
}

.profile_txt {
	max-width: 500px;
}

.profile_txt a:link,
.profile_txt a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #2dcc70;
}

.profile_img {
	width: 300px;
	margin: 0 0 0 50px;
	float: right;
}

.profile_img img {
	width: 100%;
}

/******* table style *******/
/* default reset */
.table_style table {
	margin: 0 auto;
}

.table_style table th {
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	color: #333;
}

.table_style table td {
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	color: #333;
}

.table_style table a {
	color: inherit;
}

.table_style table a:hover {
	opacity: 0.6;
	color: inherit;
}

/* table title & caption*/
.t_ttl {
	padding: 0 0 5px;
	font-weight: bold;
	font-size: 20px;
}

.table_style table caption {
	padding: 0 0 10px;
	text-align: left;
	font-size: 13px;
}

.table_style table caption.cap_b {
	padding: 10px 0 0 ;
	caption-side: bottom;
}


/* background color */
.table_style .bg_color_lightblue {background: #d0e6ec;}
.table_style .bg_color_gray {background: #4b566a;}
.table_style .bg_color_blue {background: #2557a2;}
.table_style .bg_color_beige {background: #f2eedf;}

/* font size */
.fs_b {font-size: 20px;}
.fs_s {font-size: 13px;}

/* font color */
.table_style .fc_black {color: #333;}
.table_style .fc_white {color: #fff;}
.table_style .fc_green {color: #2ccc70;}
.table_style .fc_red {color: #aa0000;}
.table_style .fc_blue {color: #2557a2;}

/* vertical text */
.tx_v_align {
	margin: 0;
	writing-mode: vertical-rl;
	letter-spacing: 0.4em;
	white-space: nowrap;
	line-height: 1.4;
}

.tx_v_align:first-letter {
  margin: 0.8em 0 0;
}

/* link text */
a.tx_link:link,
a.tx_link:visited {
	text-decoration: underline;
}

/* highlight text */
.tx_highlight {
	background: linear-gradient(transparent 50%, #fff477 0%);
	padding: 0 1px 3px;
}

/* line setting */
.table_style table th.line_dot_t {border-top: 1px dotted #bbb;}
.table_style table th.line_dot_b {border-bottom: 1px dotted #bbb;}
.table_style table th.line_dot_l {border-left: 1px dotted #bbb;}
.table_style table th.line_dot_r {border-right: 1px dotted #bbb;}
.table_style table td.line_dot_t {border-top: 1px dotted #bbb;}
.table_style table td.line_dot_b {border-bottom: 1px dotted #bbb;}
.table_style table td.line_dot_l {border-left: 1px dotted #bbb;}
.table_style table td.line_dot_r {border-right: 1px dotted #bbb;}

.table_style table th.line_double_t {border-top: 3px double #bbb;}
.table_style table th.line_double_b {border-bottom: 3px double #bbb;}
.table_style table th.line_double_l {border-left: 3px double #bbb;}
.table_style table th.line_double_r {border-right: 3px double #bbb;}
.table_style table td.line_double_t {border-top: 3px double #bbb;}
.table_style table td.line_double_b {border-bottom: 3px double #bbb;}
.table_style table td.line_double_l {border-left: 3px double #bbb;}
.table_style table td.line_double_r {border-right: 3px double #bbb;}

.table_style table th.line_bold_t {border-top: 3px solid #bbb;}
.table_style table th.line_bold_b {border-bottom: 3px solid #bbb;}
.table_style table th.line_bold_l {border-left: 3px solid #bbb;}
.table_style table th.line_bold_r {border-right: 3px solid #bbb;}
.table_style table td.line_bold_t {border-top: 3px solid #bbb;}
.table_style table td.line_bold_b {border-bottom: 3px solid #bbb;}
.table_style table td.line_bold_l {border-left: 3px solid #bbb;}
.table_style table td.line_bold_r {border-right: 3px solid #bbb;}

/* table wide */
.tb_w_100 {width: 100%;}
.tb_w_75 {width: 75%;}
.tb_w_50 {width: 50%;}

.cw_90 {width: 90%;}
.cw_85 {width: 85%;}
.cw_80 {width: 80%;}
.cw_75 {width: 75%;}
.cw_70 {width: 70%;}
.cw_65 {width: 65%;}
.cw_60 {width: 60%;}
.cw_55 {width: 55%;}
.cw_50 {width: 50%;}
.cw_45 {width: 45%;}
.cw_40 {width: 40%;}
.cw_35 {width: 35%;}
.cw_30 {width: 30%;}
.cw_25 {width: 25%;}
.cw_20 {width: 20%;}
.cw_15 {width: 15%;}
.cw_10 {width: 10%;}

.table_style table.tb_left {
	float: left;
	margin: 0 50px 35px 0;
}

.table_style table.tb_right {
	float: right;
	margin: 0 0 35px 50px;
}

.sp-block {
	display: none;
}

.pc-block {
	display: block;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
@media (max-width: 1279px) {
  .contents_header {
    width: 100%;
		height: auto;
		min-height: 150px;
  }
}

/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 739px) {

.sp-block {
	display: block;
}

.pc-block {
	display: none;

}
main,.main {
	min-width: 100%;
	width: 100%;
}
		
main.container {	
	padding: 0;	
}
	
header .logo {
	height: 13vw;
	font-size: 3vw;
	line-height: 13vw;
	vertical-align: middle;
	color: #FFF;
}
	
header .logo img {
	width: 20%;
	vertical-align: middle;
	padding-right: 3vw;
}

.contents_header {
	background: none;
	margin: 0;
	width: 100%;
	min-width: 0;
}

.contents_header .contents_inner {
	padding-top: 24px;
	width: 100%;
	min-width: 0;
	height: auto;
}

.contents_header .contents_inner:before {
	background: url("/jp/~/Media/Images/company/phcmnc/service2/column/bg_header_dot.png") no-repeat center;
	width: 100%;
	height: 33.33333vw;
	background-size: 100% auto;
	left: 0;
	right: 0;
	top: 5px;
	margin: auto;
	min-height: 160px;
}

.contents_header .page_header_title {
	font-size: 1.125rem;
}

.contents_header .bg_img {
	position: absolute;
	z-index: 0;
	margin: 0;
	width: 100%;
	left: 0;
	top: 0;
}

.contents_header .page_header_title .category {
	line-height: 24px;
	height: 24px;
	font-size: 12px;
	max-width: 400px;
	min-width: 148px;
	border-radius: 12px;
}

.contents_header .page_header_title .title {
	max-width: 95vw;
	margin: 15px auto;
	height: 67px;
	font-size: 18px;
	line-height: 1.44444;
	letter-spacing: -2px;
}

.contents_header .page_header_title .title.txt-large {
	font-size: 24px;
}

.contents_header .contents_inner p {
	position: relative;
	left: auto;
	bottom: auto;
	width: auto;
	margin: 0 4vw;
	padding: 25px 4vw 0;
	line-height: 1.77778;
	text-align: left;
	font-size: 18px;
	color: #000;
}
	
.column_nav_wrap {
	position: relative;
	z-index: 1;
	display: block;
}

.column_nav_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	width: 92%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px 10px;
}

.column_nav_list .nav_list {
	width: 33%;
}

.column_nav_list .nav_list:nth-child(2) {
	width: 34%;
}

.column_nav_list .nav_list a {
	display: block;
	border-radius: 6px;
	box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.05);
	color: #000;
	font-weight: bold;
	padding: 10px 0 28px;
	text-align: center;
	box-sizing: border-box;
	background: #fff url("/jp/~/Media/Images/company/phcmnc/service2/column/ico_arrow-btm.png") no-repeat center bottom 7px;
	background-size: 15px;
	border: 1px solid #ebebeb;
	line-height: 1;
	font-size: 0.875rem;
	margin: 0 5px;
}
	
.column_detail_sec.first_cont {
	position: relative;
	z-index: 10;
	background: #fff;
	max-width: 95%;
	margin: 0 auto 0;
	padding: 30px 0;
	width: 95%;
}
	
.column_detail_sec .column_main_ttl {
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
	
.column_sec .inner {
	padding: 0;
}

.column_sec .column_title {
	font-size: 1.313rem;
	padding: 20px 0;
	margin: 0 0 20px 0;
	text-align: center;
}
	
.column_detail_sec .column_title {
	font-size: 1.313rem;
	padding: 20px 0;
	margin: 0;
	text-align: center;
}
	
.column_sec.new_arrival {
	max-width: 100%;
	padding: 20px 0 0 0;
	margin: 0 auto 40px;
}
	
.column_sec.recommend_article {
	max-width: 100%;
	margin: 0 auto 40px;
}

.new_arrival .list_panel_wrap,
.recommend_article .list_panel_wrap {
	max-width: 95%;
	width: 95%;
	margin: 0 auto;
	display: block;
}

.new_arrival .list_panel_wrap .list_panel,
.recommend_article .list_panel_wrap .list_panel {
	max-width: 100%;
	margin: 0 auto 20px;
	background: #fff;
	border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(89, 89, 89, 0.4);
}
	
.new_arrival .list_panel_wrap .list_panel .panel-inner,
.recommend_article .list_panel_wrap .list_panel .panel-inner {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 10px 10px 20px;
}

.new_arrival .list_panel_wrap .list_panel .category {
	position: static;
	display: table;
	font-size: 0.688rem;
	font-weight: bold;
	max-width: 100%;
	border-radius: 3px;
	margin: 0 0 10px 0;
	order: 1;
}

.new_arrival .list_panel_wrap .list_panel .thumb,
.recommend_article .list_panel_wrap .list_panel .thumb {
	order: 3;
	width: 100%;
}
	
.recommend_article .list_panel_wrap .list_panel .thumb {
	margin: 0 0 10px;
}

.new_arrival .list_panel_wrap .list_panel .date {
	display: block;
	background: rgba(75, 86, 106, 0.8);
	color: #fff;
	z-index: 10;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1;
	padding: 5px 7px;
}

.new_arrival .list_panel_wrap .list_panel .thumb .img,
.recommend_article .list_panel_wrap .list_panel .thumb .img {
	width: 100%;
	height: 53.333vw;
	margin: 0;
	order: 4;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
}

.new_arrival .list_panel_wrap .list_panel .ttl,
.recommend_article .list_panel_wrap .list_panel .ttl{
	font-size: 1.375rem;
	font-weight: bold;
	color: #4b566a;
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: 0;
	order: 2;
}

.new_arrival .list_panel_wrap .list_panel .txt,
.recommend_article .list_panel_wrap .list_panel .txt {
	line-height: 1.8;
	font-size: 1rem;
	color: #000;
	padding: 0 10px;
	order: 5;
}
	
.recommend_article .list_panel_wrap .list_panel .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: inherit;
	overflow: visible;
}

.cat_nav_wrap {
	display: none;
}

.column_sec.cat_list .column_title {
	margin: 0;
}
	
.cat_list .column_cat_title {
	font-size: 1.25rem;
	padding: 15px 10px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	background: url("/jp/~/Media/Images/company/phcmnc/service2/column/ico_plus.png") no-repeat center right 10px;
	background-size: 25px;
}
	
.cat_list .column_cat_title.open {
	background: url("/jp/~/Media/Images/company/phcmnc/service2/column/ico_minus.png") no-repeat center right 10px;
	background-size: 25px;
}

.column_sec.cat_list .list_panel_wrap {
	display: none;
	max-width: 100%;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.cat_list .list_panel_wrap .list_panel {
	width: 95%;
	box-sizing: border-box;
	padding: 20px 0;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
}
	
.cat_list .list_panel_wrap .list_panel:last-child {
	border-bottom: none;
}

.cat_list .list_panel_wrap .list_panel .panel-inner {
	display: flex;
}

.cat_list .list_panel_wrap .list_panel .thumb {
	width: 140px;
	flex-shrink: 0;
	margin: 0 7px 0 0;
}

.cat_list .list_panel_wrap .list_panel .txt_area {
	color: #4b566a;
}

.cat_list .list_panel_wrap .list_panel .txt_area .date {
	font-size: 0.875em;
	line-height: 1.6;
}

.cat_list .list_panel_wrap .list_panel .txt_area .ttl {
	font-size: 1.125rem;
	line-height: 1.5;
}

.bnr_area {
	margin: 30px auto 40px;
	width: 95%;
}

.bnr_area .txt {
	font-size: 0.875em;
	text-indent: -0.875em;
	padding: 0 0 0 0.875em;
}
	
.bnr_area .txt:first-of-type {
	margin: 10px 0;
}
	
.tag-wrap .tag-item {
	line-height: 1.4;
}

.index-wrap {
	padding: 0;
	width: 97%;
	margin: 0 auto 60px;
}

.index-wrap .inner {
	width: 100%;
	padding: 20px 10px;
}

.index-wrap .inner .ttl {
	font-size: 1.125rem;
	line-height: 1;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.index-wrap .inner .index-list {
	display: block;
}

.index-wrap .inner .index-list li {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

.index-wrap .inner .index-list li a {
	color: #000;
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 5px 30px 5px 5px;
	box-sizing: border-box;
}
	
.index-wrap .inner .index-list li a::after {
	right: 10px;
}
	
.column_detail_sec.first_cont .inner {
	width: 100%;
	padding: 0;
}
	
.column_detail_sec .inner {
	width: 87%;
	padding: 0;
}
	
.column_detail_sec .txt-desc {
	font-size: 0.875rem;
	line-height: 1.6;
}
	
.column_detail_sec .txt-ul-list,
.column_detail_sec .txt-ol-list {
	line-height: 1.4;
}
	
.column_detail_sec .txt-ul-list li {
	line-height: 1.6;
	padding: 0 0 0 13px;
}
	
.column_detail_sec .txt-ul-list li::before {
	margin: 9px 5px 0 0;
}
	
.column_detail_sec .txt-ol-list li {
	line-height: 1.6;
	padding: 0 0 0 18px;
}

.column_detail_sec .img-left {
	float: none;
	width: 100%;
	margin: 0 0 35px 0;
}

.column_detail_sec .img-right {
	float: none;
	width: 100%;
	margin: 0 0 35px 0;
}
	
.column_detail_sec .cont-right {
	float: none;
	width: 100%;
}
	
.column_detail_sec .cont-left {
	float: none;
	width: 100%;
}
	
.column_detail_sec .column-2 .ttl,
.column_detail_sec .column-3 .ttl {
	margin: 0 0 15px 0;
}
	
.column_detail_sec .column-3 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px 0;
}

.column_detail_sec .column-3 > div {
	width: 300px;
}

.column_detail_sec .column-3 {
	display: block;
	}

.column_detail_sec .column-3 > div {
	width: 100%;
	margin: 0 0 50px 0;
	}

.column_detail_sec .column-2 {
	display: block;
}

.column_detail_sec .column-2 > div {
	width: 100%;
	margin: 0 0 50px 0;
}

.column_cta {
	width: 92.000vw;
	max-width: auto;
	margin: 0 auto 8.000vw;
	padding: 6.667vw 0;
	text-align: center;
}

.column_cta .sub_ttl {
	color: #4b566a;
	font-size: 3.733vw;
	line-height: 1.4;
	margin: 0 0 2.000vw 0;
}

.column_cta .ttl {
	font-size: 5.333vw;
	display: inline;
	margin: 0 auto 6.667vw;
	line-height: 1.4;
	background: linear-gradient(transparent 80%, #d0e6ec 80%);
	border-radius:3px;
}

.column_cta .ttl::after {
	display: none;
}

.column_cta .btn_green {
	width: 89.333vw;
	margin: 5.333vw auto 0;
	padding: 3.333vw 0 4.000vw;
	font-size: 5.333vw;
	color: #fff;
	line-height: 1;
}

.column_cta .btn_green .attention {
	background: #fff;
	font-size: 3.733vw;
	padding: 5px 30px;
	margin: 0 auto 2.667vw;
	line-height: 1;
	border-radius: 15px;
	font-weight: normal;
}

.column_cta .btn_green::after {
	display: block;
	content: "";
	position: absolute;
	width: 5.4vw;
	height: 5.4vw;
	background: url("/jp/~/Media/Images/company/phcmnc/service2/column/ico_arrow-w-l.png");
	background-size: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 2.667vw;
}

.column_cta .txt-link_area {
	display: block;
	margin: 6.667vw auto 0;
	text-align: left;
	border-top: 1px solid #ddd;
}

.column_cta .txt-link_area li {
	margin: 0 0 0;
	padding: 3.333vw 1.333vw 3.333vw 5.333vw;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-right: none;
}

.column_cta .txt-link_area li:last-child {
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.column_cta .txt-link_area .txt-link {
	line-height: 1.4;
	font-size: 3.733vw;
}

.column_cta .txt-link_area li .txt {
	line-height: 1.4;
	font-size: 3.200vw;
}

.column_cta .txt-link_area .txt-link::before {
	display: block;
	width: 4.000vw;
	height: 4.000vw;
	position: absolute;
	content: "";
	background: url("/jp/~/Media/Images/company/phcmnc/service2/column/ico_arrow-b-l.png");
	background-size: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -5.333vw;
}

.column_cta > .txt {
	margin: 5.333vw 0 0;
	font-size: 3.733vw;
	text-align: left;
	padding: 3.333vw;
}
	
.column_detail_sec.cat_list .inner,
.column_detail_sec.cat_anchor .inner,
.column_detail_sec.service_link_list .inner,
.column_detail_sec.service_box .inner {
	width: 100%;
}

.cat_anchor .list_panel_wrap {
	display: block;
}

.cat_anchor .list_panel_wrap .list_panel .ttl {
	color: #4b566a;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 0 0 0;
}
	
.cat_anchor .list_panel_wrap .list_panel {
	width: 95%;
	box-sizing: border-box;
	padding: 20px 0;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
}
	
.cat_anchor .list_panel_wrap .list_panel:last-child {
	border-bottom: none;
}

.cat_anchor .list_panel_wrap .list_panel .panel-inner {
	display: flex;
}
	
.cat_anchor .list_panel_wrap .list_panel:nth-child(4n) {
	margin: 0 auto;
}

.cat_anchor .list_panel_wrap .list_panel .thumb {
	width: 140px;
	height: 86px;
	flex-shrink: 0;
	margin: 0 7px 0 0;
}

.cat_anchor .list_panel_wrap .list_panel .txt_area {
	color: #4b566a;
}

.cat_anchor .list_panel_wrap .list_panel .txt_area .date {
	font-size: 0.875em;
	line-height: 1.6;
}

.cat_anchor .list_panel_wrap .list_panel .txt_area .ttl {
	font-size: 1.125rem;
	line-height: 1.6;
}

.service_link_list .column_title {
	line-height: 1.2;
	margin: 0 0 10px 0;
}

.service_link_list .list-recommend {
	display: block;
}

.service_link_list .list-recommend .link {
	width: 92.000vw;
	height: auto;
	margin: 0 auto 10px;
	font-size: 4.267vw;
	font-weight: normal;
}

.service_link_list .list-recommend .link .ico {
	width: 16.000vw;
	height: 16.000vw;
}

.service_box .column_title {
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.service_box {
	margin: 0;
}

.service_box .list_panel_wrap {
	display: block;
}
	
.service_box .list_panel_wrap .list_panel {
	width: 94.667vw;
	margin: 0 auto 60px;
}
	
.service_box .list_panel_wrap .list_panel:last-child {
	margin: 0 auto 20px;
}
	
.service_box .list_panel_wrap .list_panel .thumb {
	width: 94.667vw;

}

.service_box .list_panel_wrap .list_panel .ttl {
	font-size: 4.267vw;
}

.service_box .list_panel_wrap .list_panel .txt {
	font-size: 3.733vw;
	margin: 5px 0 0 0;
	padding: 0 10px;
}
	
.service_box .list_panel_wrap .list_panel .txt-link {
	font-size: 3.733vw;
	margin: 5px 10px 0 10px;
}

.service_box .btn_green {
	width: 89.333vw;
	padding: 15px 0;
	font-size: 4.267vw;
}
	
.profile_box .inner {
	width: 92%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 15px;
}
	
.profile_box .ttl {
	order: 1;
	width: 100%;
	margin: 0 0 15px 0;
}
	
.profile_box .profile_img {
	order: 4;
	width: 100%;
	margin: 0 0 15px 0;
	float: none;
}
	
.profile_box .txt_belongs {
	order: 2;
	margin: 0 0 5px 0;
}
	
.profile_box .txt_writer {
	order: 3;
	margin: 0 0 15px 0;
}

.profile_box .txt {
	margin: 0;
	order: 5;
}
	
	/******* table style *******/
	.table_wrap {
		overflow-x: scroll;
		white-space: nowrap;
	}


	/* table title & caption*/
	.t_ttl {
		padding: 0 0 1.3333333vw;
		font-size: 5.3333333vw;
	}

	.table_style table caption {
		padding: 0 0 2.666667vw;
		font-size: 3.066667vw;
	}

	.table_style table caption.cap_b {
		padding: 2.666667vw 0 0 ;
	}

	/* default reset */
	.table_style table th {
		border: 0.2666667vw solid #bbb;
		padding: 2.666667vw;
		font-size: 3.733333vw;
		overflow-wrap : break-word;
	}

	.table_style table td {
		border: 0.2666667vw solid #bbb;
		padding: 2.666667vw;
		font-size: 3.733333vw;
		overflow-wrap : break-word;
	}

	/* font size */
	.table_style table th.fs_b {font-size: 5.3333333vw;}
	.table_style table td.fs_b {font-size: 5.3333333vw;}
	.table_style table th.fs_s {font-size: 3.066667vw;}
	.table_style table td.fs_s {font-size: 3.066667vw;}

	/* highlight text */
	.tx_highlight {
		padding: 0 0.2666667vw 0.8vw;
	}

	/* line setting */
	.table_style table th.line_dot_t {border-top: 0.2666667vw dotted #bbb;}
	.table_style table th.line_dot_b {border-bottom: 0.2666667vw dotted #bbb;}
	.table_style table th.line_dot_l {border-left: 0.2666667vw dotted #bbb;}
	.table_style table th.line_dot_r {border-right: 0.2666667vw dotted #bbb;}
	.table_style table td.line_dot_t {border-top: 0.2666667vw dotted #bbb;}
	.table_style table td.line_dot_b {border-bottom: 0.2666667vw dotted #bbb;}
	.table_style table td.line_dot_l {border-left: 0.2666667vw dotted #bbb;}
	.table_style table td.line_dot_r {border-right: 0.2666667vw dotted #bbb;}

	.table_style table th.line_double_t {border-top: 0.8vw double #bbb;}
	.table_style table th.line_double_b {border-bottom: 0.8vw double #bbb;}
	.table_style table th.line_double_l {border-left: 0.8vw double #bbb;}
	.table_style table th.line_double_r {border-right: 0.8vw double #bbb;}
	.table_style table td.line_double_t {border-top: 0.8vw double #bbb;}
	.table_style table td.line_double_b {border-bottom: 0.8vw double #bbb;}
	.table_style table td.line_double_l {border-left: 0.8vw double #bbb;}
	.table_style table td.line_double_r {border-right: 0.8vw double #bbb;}

	.table_style table th.line_bold_t {border-top: 0.8vw solid #bbb;}
	.table_style table th.line_bold_b {border-bottom: 0.8vw solid #bbb;}
	.table_style table th.line_bold_l {border-left: 0.8vw solid #bbb;}
	.table_style table th.line_bold_r {border-right: 0.8vw solid #bbb;}
	.table_style table td.line_bold_t {border-top: 0.8vw solid #bbb;}
	.table_style table td.line_bold_b {border-bottom: 0.8vw solid #bbb;}
	.table_style table td.line_bold_l {border-left: 0.8vw solid #bbb;}
	.table_style table td.line_bold_r {border-right: 0.8vw solid #bbb;}

	/* table wide */
	.tb_w_75 {width: 100%;}
	.tb_w_50 {width: 100%;}

	.table_style table.tb_left {margin: 0 0 35px 0;}
	.table_style table.tb_right {margin: 0 0 35px 0;}

}




