@charset "UTF-8";
.gHeader {
	border-bottom: 2px solid #80caf0;
	position: relative;
	z-index: 10;
}
.gHeader_inner {
	width: 980px;
	margin: 0 auto;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_logo {}
.gHeader_logo > a {
	display: block;
	text-decoration: none;
	color: inherit;
	width: 413px;
	height: 80px;
	background: url(/common/images/header_logo_01.png);
	background-position: 0 -92px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_logo > a::before {
	content: "";
}
.gHeader_logo > a::after {
	content: "";
}
.gHeader_col-no2 {}
.gMenuBtn {
	border: none;
	background: no-repeat;
	padding: 0;
	margin: 0;
	display: none;
	outline: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gNav {
	background-image: url(/common/images/gnav_bg_01.gif);
	background-repeat: repeat;
	background-color: #014ba5;
	position: relative;
	z-index: 10;
}
.gNav_inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.gNav_list {
	list-style: none;
	display: flex;
	position: relative;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
	z-index: 1;
}
.gNav_list > li.-home {
	display: none;
}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 53px;
	color: #fff;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 0 10px;
	font-size: 14px;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a.-business::before {
	content: "";
	display: block;
	width: 1px;
	height: 13px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	background-color: currentColor;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.gNav_list > li > a::after {
	content: "";
	display: block;
	width: 1px;
	height: 13px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	background-color: currentColor;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.gNav_sub {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1;
	right: 0;
	top: -61px;
}
.gNav_siteLink {
	margin-right: 15px;
}
.gNav_siteLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 40px;
	align-items: center;
	padding-left: 20px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_siteLink > a::before {
	content: "";
	width: 14px;
	height: 14px;
	background-color: #80caef;
	display: block;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gNav_siteLink > a::after {
	content: "";
	display: block;
	border: 4px solid #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left-width: 6px;
	border-right-width: 0;
	border-top-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
	opacity: 0.6;
}
.gNav_contactLink {
	width: 233px;
}
.gNav_contactLink > a {
	text-decoration: none;
	color: #fff;
	height: 40px;
	background-color: #1AA0E6;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_contactLink > a::before {
	content: "";
}
.gNav_contactLink > a::after {
	content: "";
}
.gFootNav {
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #B2C9E4;
	padding-top: 95px;
	margin-top: 100px;
}
.gFootNav_inner {
	max-width: 320px;
	margin: 0 auto;
}
.gFootNav_list {
	list-style: none;
}
.gFootNav_list_item {
	margin-top: 36px;
}
.gFootNav_list_item:first-child {
	margin-top: 0;
}
.gFootNav_list_item > a {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1AA0E6;
	color: #fff;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_list_item > a::before {
	content: "";
	display: block;
	border: 4px solid rgba(255, 255, 255, 0);
	border-right-width: 0;
	border-left-width: 6px;
	border-left-color: #fff;
	margin-right: 7px;
}
.gFootNav_list_item > a::after {
	content: "";
}
.gFootNav_list_item-case {}
.gFootNav_list_item-case > a {
	background-color: #004BA5;
}
.gFootNav_list_item-case > a::before {
	border-left-color: #96B2D7;
}
.gFootNav_list_item-case > a::after {
	content: "";
}
.gBody {
	padding-top: 100px;
	line-height: 1.43;
	font-size: 14px;
	overflow-wrap: break-word;
}
.gBody_inner {
	width: 980px;
	margin: 0 auto;
}
.gSubNav {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	border: 1px solid #6CBEED;
	background-color: #fff;
	padding: 0px 10px;
	box-sizing: border-box;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	pointer-events: none;
}
.gSubNav::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 1px;
}
.gSubNav-wide {
	width: 730px;
}
.gSubNav_cols {
	display: flex;
	justify-content: space-between;
}
.gSubNav_col {
	width: 32%;
}
.gSubNav_col-no1 {}
.gSubNav_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gSubNav_list > li {}
.gSubNav_list > li:first-child {}
.gSubNav_list > li:last-child {}
.gSubNav_list > li:nth-child(2n+1) {}
.gSubNav_list > li:nth-child(n+3) {}
.gSubNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #D7DCDC;
	height: 40px;
	align-items: center;
	padding-left: 23px;
	font-size: 14px;
	line-height: 1;
	color: #000;
	transition-duration: .3s;
	transition-property: background-color, color;
	white-space: nowrap;
}
.gSubNav_list > li:last-child > a {}
.gSubNav_list > li > a::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #80CAF0;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gSubNav_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 6px;
	border: 3px solid rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-top-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
	border-right-width: 0;
	border-left-width: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gSubNav_col-no2 {}
.gSubNav_col-no3 {}
.gVisual {
	display: flex;
	background-color: #1CACE7;
	position: relative;
	z-index: 1;
}
.gVisual_areaTxt {
	width: 50%;
	padding: 15px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.gVisual_logo {
	position: relative;
	z-index: 1;
	margin-bottom: 11px;
}
.gVisual_logo > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.gVisual_title {
	line-height: 1.5;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.gVisual_areaImg {
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 347px;
}
.gVisual_areaImg-media {
	background-image: url(/assets/img/service_common/pt-main-media@2x.jpg);
}
.gVisual_areaImg-pr {
	background-image: url(/assets/img/service_common/pt-main-pr@2x.jpg);
}
.gVisual_areaImg-event {
	background-image: url(/assets/img/service_common/pt-main-event@2x.jpg?date=210329);
}
.gVisual_areaImg-creative {
	background-image: url(/assets/img/service_common/pt-main-creative@2x.jpg);
}
.gVisual_areaImg-areapromotion {
	background-image: url(/assets/img/service_common/pt-main-areapromotion@2x.jpg?date=210329);
}
.gVisual_areaImg-spacedesign {
	background-image: url(/assets/img/service_common/pt-main-spacedesign@2x.jpg);
}
.gVisual_areaImg-investigation {
	background-image: url(/assets/img/service_common/pt-main-investigation@2x.jpg);
}
.gVisual_areaImg-marketing {
	background-image: url(/assets/img/service_common/pt-main-marketing@2x.jpg);
	background-position: center top;
}
.gVisual_areaImg-crm {
	background-image: url(/assets/img/service_common/pt-main-crm@2x.jpg);
}
.gVisual_areaImg-digi {
	background-image: url(/assets/img/service_digitalsolution/pt-main-digi@2x.jpg);
}
.gIntro {
	background-color: #F1FAFE;
	padding: 38px 10px;
}
.gIntro_inner {
	max-width: 930px;
	margin: 0 auto;
}
.gIntro_text {
	color: #707070;
	line-height: 1.45;
	font-size: 20px;
	letter-spacing: 0.04em;
}
.gTopicpathWrap {
	background-color: #1CACE7;
}
.gTopicpathWrap > .topicpath {
	position: relative;
}
.u-ttl01 {
	color: #004BA5;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
	border-bottom: 1px solid #B2C9E4;
	padding: 8px 0;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.u-ttl01::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #9FAED1;
	margin-right: 15px;
}
.u-ttl01-mbL {
	margin-bottom: 63px;
}
.u-ttl02 {
	font-weight: bold;
	line-height: 1.45;
	background-color: #E5F3FF;
	margin-bottom: 34px;
	box-sizing: border-box;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 20px;
	font-size: 20px;
}
.u-ttl02 > b {
	font-size: inherit;
}
.u-ttl02 > b > small {
	font-size: 14px;
}
.u-ttl02 > small {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 3px 0;
}
.u-ttl03 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
}
.u-ttl03 > a {
	color: currentColor;
}
.u-ttl03 > small {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.u-list {}
.u-list > li {
	position: relative;
	z-index: 1;
}
.u-list > li:first-child {}
.u-list > li:last-child {}
.u-list > li:nth-child(2n+1) {}
.u-list > li:nth-child(n+3) {}
.u-list-check {}
.u-list-check > li {
	display: flex;
	align-items: center;
}
.u-list-check > li > .icon {
	display: block;
	margin-right: 6px;
	font-size: 13px;
}
.u-list-dot {
	padding-left: 0.5em;
}
.u-list-dot > li {
	padding-left: 1em;
}
.u-list-dot > li::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background-color: currentColor;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 0.71em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.u-imgList {
	display: flex;
	flex-wrap: wrap;
}
.u-imgList > li {}
.u-imgList > li:first-child {}
.u-imgList > li:last-child {}
.u-imgList > li:nth-child(2n+1) {}
.u-imgList > li:nth-child(n+3) {}
.u-imgList-2c {
	justify-content: space-between;
}
.u-imgList-2c > li {
	width: 46%;
}
.u-imgList-3c {
	justify-content: center;
}
.u-imgList-3c > li {
	width: 31%;
	margin-left: 3.5%;
}
.u-imgList-3c > li:nth-child(3n + 1) {
	margin-left: 0;
}
.u-imgList-3c > li:nth-child(n + 4) {
	margin-top: 3.5%;
}
.u-mbXL {
	margin-bottom: 100px;
}
.u-mbL {
	margin-bottom: 61px;
}
.u-mbM {
	margin-bottom: 40px;
}
.u-mbS {
	margin-bottom: 20px;
}
.u-mrXS {
	margin-right: 5px;
}
.u-spInline {
	display: none;
}
.u-spNone {
	display: block;
}
.u-btn01 {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #004BA5;
	color: #fff;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-btn01::before {
	content: "";
	display: block;
	border: 4px solid rgba(255, 255, 255, 0);
	border-right-width: 0;
	border-left-width: 6px;
	border-left-color: #fff;
	margin-right: 7px;
}
.u-spsInline {
	display: none;
}
.gVisual-text {
	margin-bottom: 100px;
}
.gVisual_textWrap {
	width: 50%;
	box-sizing: border-box;
	font-size: 20px;
	color: #fff;
	line-height: 2;
	padding: 120px 0;
	box-sizing: border-box;
	padding-right: 20px;
}
.gVisual_text {
	max-width: 580px;
}
.footLogo {
    padding:15px 0;
}
.footLogo img{
    height:13px;
}
.copyTxt{
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
}
.gFootNav-recruit{
    padding-top: 35px;
}
.gFootNav_link{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.u-btn01:hover {
		color: #fff;
	}
	a:hover + .gSubNav {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gSubNav:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gSubNav_list > li > a:hover {
		opacity: 1;
		color: #80CAF0;
	}
	.gFootNav_list_item > a:hover {}
	.gFootNav_list_item-case > a:hover {}
	.gHeader_logo > a:hover {}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		background-color: rgba(255, 255, 255, 0.10);
		opacity: 1;
	}
	.gNav_siteLink > a:hover {}
	.gNav_contactLink > a:hover {}
	.u-ttl03 > a:hover {}
}
@media screen and (max-width: 768px) {
	.gHeader {}
	.gHeader_inner {
		width: auto;
		padding-left: 15px;
	}
	.gHeader_cols {
		justify-content: space-between;
	}
	.gHeader_col {}
	.gHeader_col-no1 {
		width: 237px;
	}
	.gHeader_logo {}
	.gHeader_logo > a {
		width: 237px;
		height: 46px;
		background-position: 0 0;
		background-size: cover;
	}
	.gHeader_logo > a::before {}
	.gHeader_logo > a::after {}
	.gHeader_col-no2 {
		width: 64px;
	}
	.gMenuBtn {
		display: block;
		width: 64px;
		height: 46px;
		color: #1a46a1;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 25px;
		height: 2px;
		background-color: currentColor;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, -webkit-transform;
		transition-property: transform, top;
		transition-property: transform, top, -webkit-transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 7px;
	}
	.menuOpen .gMenuBtn_bar-no1 {
		top: 5px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menuOpen .gMenuBtn_bar-no2 {
		top: -4px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gNav {
		background-image: none;
		position: absolute;
		z-index: 1000;
		top: 0;
		right: -230px;
		width: 230px;
		transition-duration: 0.5s;
		transition-property: right;
		min-height: 100vh;
	}
	.menuOpen .gNav {
		right: 0;
	}
	.gNav_inner {
		width: auto;
		overflow: auto;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li.-home {
		display: block;
	}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		height: 47px;
		border-bottom: 1px solid #ccc;
		justify-content: flex-start;
		padding-left: 20px;
		font-size: 14px;
		padding-right: 20px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a.-business::before {
		opacity: 0;
	}
	.gNav_list > li > a::after {
		width: 0;
		height: 0;
		border: 4px solid #97b2d9;
		border-bottom-color: rgba(255, 255, 255, 0);
		border-top-color: rgba(255, 255, 255, 0);
		border-right-color: rgba(255, 255, 255, 0);
		background: no-repeat;
		border-left-width: 7px;
		right: 10px;
		border-right-width: 0;
	}
	.gNav_list > li > a.-hasChild::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-top: -2px;
		transition-duration: .3s;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
	}
	.gNav_list > li > a.-hasChild.isShow::after {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
		margin-top: -2px;
	}
	.gNav_sub {
		position: relative;
		top: 0;
		display: block;
	}
	.gNav_siteLink {
		margin: 0;
	}
	.gNav_siteLink > a {
		height: 47px;
		border-bottom: 1px solid #ccc;
		justify-content: flex-start;
		padding-left: 20px;
		color: #fff;
		font-size: 14px;
		padding-right: 20px;
	}
	.gNav_siteLink > a::before {
		display: none;
	}
	.gNav_siteLink > a::after {
		width: 0;
		height: 0;
		border: 4px solid #97b2d9;
		border-bottom-color: rgba(255, 255, 255, 0);
		border-top-color: rgba(255, 255, 255, 0);
		border-right-color: rgba(255, 255, 255, 0);
		background: no-repeat;
		border-left-width: 7px;
		right: 10px;
		left: auto;
		opacity: 1;
		border-right-width: 0;
	}
	.gNav_contactLink {
		width: auto;
	}
	.gNav_contactLink > a {
		height: 47px;
		border-bottom: 1px solid #ccc;
		justify-content: flex-start;
		background: no-repeat;
		position: relative;
		z-index: 1;
		padding-left: 20px;
		font-size: 14px;
		padding-right: 20px;
	}
	.gNav_contactLink > a::before {}
	.gNav_contactLink > a::after {
		width: 0;
		height: 0;
		border: 4px solid #97b2d9;
		border-bottom-color: rgba(255, 255, 255, 0);
		border-top-color: rgba(255, 255, 255, 0);
		border-right-color: rgba(255, 255, 255, 0);
		background: no-repeat;
		border-left-width: 7px;
		right: 10px;
		left: auto;
		opacity: 1;
		border-right-width: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gFootNav {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 15px;
		padding-top: 45px;
		margin-top: 45px;
	}
	.gFootNav_inner {}
	.gFootNav_list {}
	.gFootNav_list_item {
		margin-top: 19px;
	}
	.gFootNav_list_item:first-child {}
	.gFootNav_list_item > a {}
	.gFootNav_list_item > a::before {}
	.gFootNav_list_item > a::after {}
	.gFootNav_list_item-case {}
	.gFootNav_list_item-case > a {}
	.gFootNav_list_item-case > a::before {}
	.gFootNav_list_item-case > a::after {}
	.gBody {
		padding-top: 50px;
	}
	.gBody_inner {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		min-height: 270px;
	}
	.gSubNav {
		display: none;
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		background: none;
		border: none;
		-webkit-transform: none;
		transform: none;
		padding: 0;
		width: auto;
		pointer-events: all;
	}
	.isShow + .gSubNav {
		display: block;
	}
	.gSubNav::before {}
	.gSubNav-wide {}
	.gSubNav_cols {
		display: block;
	}
	.gSubNav_col {
		width: auto;
	}
	.gSubNav_col-no1 {}
	.gSubNav_list {}
	.gSubNav_list > li {}
	.gSubNav_list > li:first-child {}
	.gSubNav_list > li:last-child {}
	.gSubNav_list > li:nth-child(2n+1) {}
	.gSubNav_list > li:nth-child(n+3) {}
	.gSubNav_list > li > a {
		height: 48px;
		background-color: #fff;
		padding: 0 20px;
	}
	.gSubNav_list > li:last-child > a {}
	.gSubNav_list > li > a::before {
		width: 0;
		height: 0;
		border: 4px solid #97b2d9;
		border-bottom-color: rgba(255, 255, 255, 0);
		border-top-color: rgba(255, 255, 255, 0);
		border-right-color: rgba(255, 255, 255, 0);
		background: no-repeat;
		border-left-width: 7px;
		right: 10px;
		border-right-width: 0;
		left: auto;
		border-radius: 0;
	}
	.gSubNav_list > li > a::after {}
	.gSubNav_col-no2 {}
	.gSubNav_col-no3 {}
	.gVisual {
		display: block;
	}
	.gVisual_areaTxt {
		width: auto;
		padding: 30px 15px;
	}
	.gVisual_logo {
		top: 0;
		margin-bottom: 10px;
	}
	.gVisual_logo > img {
		width: 60px;
		height: auto;
	}
	.gVisual_title {
		font-size: 18px;
	}
	.gVisual_areaImg {
		width: auto;
		min-height: 174px;
	}
	.gIntro {
		padding: 25px 15px;
	}
	.gIntro_inner {
		max-width: none;
	}
	.gIntro_text {
		font-size: 15px;
		line-height: 1.6;
	}
	.gTopicpathWrap {}
	.gTopicpathWrap > .topicpath {}
	.u-ttl01 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.u-ttl01::before {
		width: 8px;
		height: 8px;
		margin-right: 10px;
	}
	.u-ttl01-mbL {
		margin-bottom: 30px;
	}
	.u-ttl02 {
		font-size: 16px;
		min-height: 60px;
		padding: 8px 12px;
		margin-bottom: 20px;
	}
	.u-ttl02 > small {
		font-size: 14px;
	}
	.u-ttl03 {
		font-size: 15px;
		margin-bottom: 18px;
	}
	.u-ttl03 > a {}
	.u-ttl03 > small {}
	.u-list {}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li:last-child {}
	.u-list > li:nth-child(2n+1) {}
	.u-list > li:nth-child(n+3) {}
	.u-list-check {}
	.u-list-check > li {}
	.u-list-check > li > .icon {
		font-size: 12px;
	}
	.u-list-dot {}
	.u-list-dot > li {}
	.u-imgList {
		display: block;
	}
	.u-imgList > li {
		width: auto;
		margin-top: 20px;
		margin-left: 0;
	}
	.u-imgList-2c {}
	.u-imgList-2c > li {}
	.u-imgList-3c {
		max-width: 300px;
		margin: 0 auto;
	}
	.u-imgList-3c > li {}
	.u-imgList > li:first-child {
		margin-top: 0;
	}
	.u-imgList > li:last-child {}
	.u-imgList > li:nth-child(2n+1) {}
	.u-imgList > li:nth-child(n+3) {
		margin-top: 20px;
	}
	.u-mbXL {
		margin-bottom: 45px;
	}
	.u-mbL {
		margin-bottom: 35px;
	}
	.u-mbM {
		margin-bottom: 25px;
	}
	.u-mbS {
		margin-bottom: 15px;
	}
	.u-spInline {
		display: block;
	}
	.u-spNone {
		display: none;
	}
	.gVisual-text {
		margin-bottom: 45px;
	}
	.gVisual_textWrap {
		width: auto;
		padding: 20px 20px;
		font-size: inherit;
		padding-top: 0;
	}
	.gVisual_text {}
    .footLogo {
        padding:0;
    }
    .footLogo img{
        height:10px;
    }
    .copyTxt{
        font-size: 10px;
    }

    
}
@media screen and (max-width: 374px) {
	.u-ttl03 {
		font-size: 14px;
	}
	.u-ttl02 > small {}
	.u-spsInline {
		display: block;
	}
}
