/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.c_cont {
	position: relative;
	margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.c_cont {
		margin-bottom: 50px;
	}
}

.c_cont__bg {
	position: absolute;
	top: -45px;
	right: 0;
	z-index: -1;
	width: 50%;
	height: 80%;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.c_cont__bg {
		top: 29px;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.c_cont__bg img {
		width: 100%;
		height: auto;
	}
}

.c_cont__inner {
	width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.c_cont__inner {
		width: 100%;
	}
}

.c_cont__hdg {
	margin-bottom: 60px;
	margin-left: 20px;
	padding-left: 40px;
	border-left: 4px solid #0a50a1;
	color: #282f39;
	font-size: 90px;
	font-weight: 900;
	line-height: .8;
	letter-spacing: -.03em;
}

@media only screen and (max-width: 767px) {
	.c_cont__hdg {
		width: 86%;
		margin: 0 auto 60px;
		padding-left: 18px;
		border-left: 3px solid #0a50a1;
		font-size: 54px;
	}
}

.c_cont__hdg span {
	display: block;
	margin-top: 14px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
	.c_cont__hdg span {
		display: block;
		margin-top: 11px;
		font-size: 12px;
		font-weight: normal;
	}
}

.c_cont__detail {
	width: 860px;
	padding: 45px 50px 56px;
	box-shadow: 0 0 29.4px .6px rgba(0, 0, 0, .1);
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.c_cont__detail {
		width: 91%;
		margin: 0 auto;
		padding: 23px 24px 28px;
	}
}

.c_cont .detail__lead {
	color: #0a4fa1;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
	.c_cont .detail__lead {
		font-size: 18px;
	}
}

.c_cont .detail__lead + .detail__txt {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.c_cont .detail__lead + .detail__txt {
		margin-top: 10px;
	}
}

.c_cont .detail__txt {
	color: #282f39;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.c_cont .detail__txt {
		font-size: 15px;
		line-height: 1.67;
	}
}

.c_cont .detail__txt + .detail__txt {
	margin-top: 18px;
}

@media only screen and (max-width: 767px) {
	.c_cont .detail__txt + .detail__txt {
		margin-top: 16px;
	}
}

.c_cont .detail__credit {
	margin-top: 30px;
	text-align: right;
	color: #282f39;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.c_cont .detail__credit {
		margin-top: 16px;
		font-size: 15px;
		letter-spacing: -.03em;
	}
}

.c_cont .detail__credit + .detail__txt {
	margin-top: 20px;
}

.c_cont .detail__credit .is-sp-min {
	display: none;
}

@media only screen and (max-width: 374px) {
	.c_cont .detail__credit .is-sp-min {
		display: block;
	}
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* sec-mv
-----------------------------------------------------------------*/
.sec-mv {
	position: relative;
	z-index: -1;
	margin-bottom: 0;
	padding: 314px 0 270px;
	background-image: url(../../img/index/mv_pc.jpg);
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-mv {
		margin-bottom: 0;
		padding: 123px 0 93px;
		background-image: url(../../img/index/mv_sp.jpg);
	}
}

.sec-mv__hdg {
	margin-bottom: 20px;
	color: #fff;
	font-size: 65px;
	font-weight: 900;
}

@media only screen and (max-width: 767px) {
	.sec-mv__hdg {
		margin-bottom: 6px;
		font-size: 37px;
		line-height: 1.2;
		letter-spacing: -.03em;
	}
}

.sec-mv__lead {
	position: relative;
	margin-bottom: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-mv__lead {
		margin-bottom: 40px;
		font-size: 19px;
	}
}

.sec-mv__lead::before {
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 45px;
	height: 1px;
	background-color: #fff;
	content: '';
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-mv__lead::before {
		bottom: -16px;
	}
}

.sec-mv__txt {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-mv__txt {
		font-size: 16px;
		line-height: 1.7;
	}
}

.news {
	position: relative;
	width: 1200px;
	margin: 0 auto 135px;
}

@media only screen and (max-width: 767px) {
	.news {
		width: 100%;
		margin: 0 auto 50px;
	}
}

.news__inner {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	background-color: #282f39;
}

@media only screen and (max-width: 767px) {
	.news__inner {
		position: inherit;
	}
}

.news__inner::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: calc(100% + 100vw);
	height: 100%;
	background-color: #282f39;
	content: '';
}

@media only screen and (max-width: 767px) {
	.news__inner::before {
		content: none;
	}
}

.news__hdg {
	display: inline-block;
	margin-right: 17px;
	padding-right: 17px;
	border-right: 1px solid #35aacd;
	color: #35aacd;
	font-size: 16px;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.news__hdg {
		margin-right: 10px;
		margin-bottom: 10px;
		padding-right: 10px;
		font-size: 15px;
		line-height: 1;
	}
}

.news__date {
	display: inline-block;
	margin-right: 25px;
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.news__date {
		font-size: 15px;
	}
}

.news__date a {
	text-decoration: none;
}

.news__txt {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.news__txt {
		display: inline;
		margin-top: 9px;
		font-size: 15px;
	}
}

.news__txt .date {
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	.news__txt .date {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------------------
   #sec-about
---------------------------------------------------------------------------*/
/* sec-about
-----------------------------------------------------------------*/
.sec-about {
	margin-bottom: 95px;
}

@media only screen and (max-width: 767px) {
	.sec-about {
		margin-bottom: 50px;
	}
}

.sec-about__bg {
	background-image: url(../../img/index/img_about_bg.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-about__bg {
		background-image: none;
	}
}

/*--------------------------------------------------------------------------
   #sec-work
---------------------------------------------------------------------------*/
/* sec-work
-----------------------------------------------------------------*/
.sec-work__bg {
	top: -16px;
	left: 0;
	right: auto;
	width: 56.6%;
	background-image: url(../../img/index/img_work_bg_pc.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-work__bg {
		top: 29px;
		width: 100%;
		background-image: none;
	}
}

.sec-work__inner {
	padding-left: 340px;
}

@media only screen and (max-width: 767px) {
	.sec-work__inner {
		padding: 0;
	}
}

.sec-work__hdg {
	margin-left: 539px;
}

@media only screen and (max-width: 767px) {
	.sec-work__hdg {
		margin: 0 auto 54px;
	}
}

.sec-work .detail__lead {
	letter-spacing: -.05em;
}

/*--------------------------------------------------------------------------
   #sec-message
---------------------------------------------------------------------------*/
/* sec-message
-----------------------------------------------------------------*/
.sec-message {
	margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
	.sec-message {
		margin-bottom: 50px;
	}
}

.sec-message__bg {
	background-image: url(../../img/index/img_message_bg.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-message__bg {
		background-image: none;
	}
}

@media only screen and (max-width: 767px) {
	.sec-message__hdg {
		margin: 0 auto 50px;
	}
}

/*--------------------------------------------------------------------------
   #sec-achievement
---------------------------------------------------------------------------*/
/* sec-achievement
-----------------------------------------------------------------*/
.sec-achievement {
	margin-top: -41px;
	padding-top: 41px;
}

@media only screen and (max-width: 767px) {
	.sec-achievement {
		margin-top: -31px;
		padding-top: 31px;
	}
}

.sec-achievement__inline {
	position: relative;
	width: 93%;
	margin: 0 auto 100px;
	background-color: #f3f4f5;
}

@media only screen and (max-width: 1400px) {
	.sec-achievement__inline {
		padding: 0 4%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-achievement__inline {
		width: 91%;
		margin-bottom: 50px;
		padding: 0;
	}
}

.sec-achievement__hdg {
	position: absolute;
	top: -41px;
	left: 50%;
	text-align: center;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.5;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-achievement__hdg {
		top: -31px;
		font-size: 35px;
	}
}

.sec-achievement__hdg span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.sec-achievement__hdg span {
		font-size: 12px;
	}
}

.sec-achievement__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 1200px;
	margin: 0 auto;
	padding: 120px 0 75px;
	text-align: center;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 1400px) {
	.sec-achievement__list {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-achievement__list {
		display: block;
		width: 100%;
		padding: 68px 37px 35px;
	}
}

.sec-achievement__list .list-item {
	width: 360px;
}

@media only screen and (max-width: 1400px) {
	.sec-achievement__list .list-item {
		width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-achievement__list .list-item {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-achievement__list .list-item + .list-item {
		margin-top: 28px;
	}
}

.sec-achievement__list .list-item a {
	display: block;
}

.sec-achievement__list .list-item__img {
	position: relative;
	margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
	.sec-achievement__list .list-item__img {
		margin-bottom: 19px;
	}
}

.sec-achievement__list .list-item__img::before {
	position: absolute;
	bottom: -22px;
	left: 50%;
	width: 1px;
	height: 35px;
	background-color: #5b84ab;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-achievement__list .list-item__img::before {
		bottom: -17px;
		width: 1px;
		height: 27px;
	}
}

@media only screen and (max-width: 1400px) {
	.sec-achievement__list .list-item__img img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.sec-achievement__list .list-item__img img {
		width: 100%;
		height: auto;
	}
}

.sec-achievement__list .list-item__num {
	color: #0a50a1;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-achievement__list .list-item__num {
		margin-bottom: 5px;
		font-size: 15px;
	}
}

.sec-achievement__list .list-item__lead {
	color: #282f39;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-achievement__list .list-item__lead {
		font-size: 12px;
	}
}

.sec-achievement__list .list-item__txt {
	color: #282f39;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.sec-achievement__list .list-item__txt {
		font-size: 15px;
	}
}

/*--------------------------------------------------------------------------
   #sec-client
---------------------------------------------------------------------------*/
/* sec-client
-----------------------------------------------------------------*/
.sec-client {
	position: relative;
	margin: 0 auto;
	background-image: url(../../img/index/img_client_bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 1400px) {
	.sec-client {
		padding: 0 6%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-client {
		padding: 0;
		background-image: url(../../img/index/img_client_bg_sp.jpg);
	}
}

.sec-client__hdg {
	position: absolute;
	top: -41px;
	left: 50%;
	text-align: center;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.5;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-client__hdg {
		top: -31px;
		font-size: 35px;
	}
}

.sec-client__hdg span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.sec-client__hdg span {
		font-size: 12px;
	}
}

.sec-client__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 1200px;
	margin: 0 auto;
	padding: 120px 0 90px;
	text-align: center;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 1400px) {
	.sec-client__list {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-client__list {
		width: 100%;
		padding: 68px 37px 35px;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.sec-client__list .list-item {
	width: 260px;
}

@media only screen and (max-width: 1400px) {
	.sec-client__list .list-item {
		width: 22%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-client__list .list-item {
		width: 46%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-client__list .list-item:nth-child(n + 3) {
		margin-top: 28px;
	}
}

@media only screen and (max-width: 1400px) {
	.sec-client__list .list-item img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.sec-client__list .list-item img {
		width: 100%;
		height: auto;
	}
}

/*--------------------------------------------------------------------------
   #sec-company
---------------------------------------------------------------------------*/
/* sec-company
-----------------------------------------------------------------*/
.sec-company {
	position: relative;
	margin: 0 auto;
	padding: 60px 0 90px;
	/*background-image: url(../../img/common/footer_bg.png);*/
	background-repeat: repeat;
}

@media only screen and (max-width: 767px) {
	.sec-company {
		padding: 25px 0 45px;
		background-size: 27px auto;
	}
}

.sec-company__hdg {
	margin-bottom: 46px;
	text-align: center;
	text-align: center;
	color: #000;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.sec-company__hdg {
		margin-bottom: 26px;
		font-size: 35px;
	}
}

.sec-company__hdg span {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-company__hdg span {
		font-size: 12px;
	}
}

.sec-company__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid rgba(255, 255, 255, .2);
	color: #fff;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.sec-company__list {
		display: block;
		width: 91%;
		margin: 0 auto;
	}
}

.sec-company__list .list-hdg {
	box-sizing: border-box;
	width: 160px;
	padding: 14px 0 14px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-size: 16px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-company__list .list-hdg {
		width: 100%;
		padding: 15px 0 6px 15px;
		border-bottom: 0;
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-company__list .list-hdg:first-child {
		padding-bottom: 17px;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
}

.sec-company__list .list-item {
	width: calc(100% - 160px);
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-size: 16px;
	line-height: 1.6;
}

@media only screen and (max-width: 767px) {
	.sec-company__list .list-item {
		width: 100%;
		padding: 0 0 14px 15px;
		font-size: 15px;
	}
}

.sec-company__list .list-item .item-inner__txt + .item-inner__txt {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-company__list .list-item .item-inner__txt + .item-inner__txt {
		margin-top: 13px;
	}
}

/*--------------------------------------------------------------------------
   #sec-policy
---------------------------------------------------------------------------*/
#m-policy {
	display: none;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

/* sec-policy
-----------------------------------------------------------------*/
.sec-policy {
	position: relative;
	background-color: #fff;
}

.sec-policy__inline {
	width: 770px;
	margin: 0 auto;
	padding: 122px 0;
}

@media only screen and (max-width: 767px) {
	.sec-policy__inline {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		padding: 75px 30px;
	}
}

.sec-policy__close {
	position: absolute;
	top: 30px;
	right: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-policy__close {
		top: 20px;
		right: 20px;
	}
}

.sec-policy__close a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
	.sec-policy__close a {
		width: 25px;
		height: 25px;
	}
}

.mode-pc .sec-policy__close a:hover {
	-webkit-animation: h_bounce 2s ease-in-out;
	        animation: h_bounce 2s ease-in-out;
}

@-webkit-keyframes h_bounce {
	5% {
		-webkit-transform: scale(1.4, 1);
		        transform: scale(1.4, 1);
	}
	10% {
		-webkit-transform: scale(.7, 1);
		        transform: scale(.7, 1);
	}
	15% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
}

@keyframes h_bounce {
	5% {
		-webkit-transform: scale(1.4, 1);
		        transform: scale(1.4, 1);
	}
	10% {
		-webkit-transform: scale(.7, 1);
		        transform: scale(.7, 1);
	}
	15% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
}

.sec-policy__close a::before,
.sec-policy__close a::after {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-policy__close a::before,
	.sec-policy__close a::after {
		height: 2px;
	}
}

.sec-policy__close a::before {
	-webkit-transform: translateY(18px) rotate(-45deg);
	    -ms-transform: translateY(18px) rotate(-45deg);
	        transform: translateY(18px) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
	.sec-policy__close a::before {
		-webkit-transform: translateY(11px) rotate(-45deg);
		    -ms-transform: translateY(11px) rotate(-45deg);
		        transform: translateY(11px) rotate(-45deg);
	}
}

.sec-policy__close a::after {
	bottom: 0;
	-webkit-transform: translateY(-19px) rotate(45deg);
	    -ms-transform: translateY(-19px) rotate(45deg);
	        transform: translateY(-19px) rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.sec-policy__close a::after {
		-webkit-transform: translateY(-12px) rotate(45deg);
		    -ms-transform: translateY(-12px) rotate(45deg);
		        transform: translateY(-12px) rotate(45deg);
	}
}

.sec-policy__hdg {
	margin-bottom: 74px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-policy__hdg {
		margin-bottom: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-policy__hdg img {
		width: 100%;
		max-width: 280px;
		height: auto;
	}
}

.sec-policy__hdg span {
	display: block;
	padding-top: 22px;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.sec-policy__hdg span {
		padding-top: 15px;
		font-size: 12px;
	}
}

.sec-policy__ttl {
	margin-bottom: 22px;
	font-size: 16px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-policy__ttl {
		margin-bottom: 15px;
		font-size: 15px;
	}
}

.sec-policy__txt {
	margin-bottom: 52px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-policy__txt {
		margin-bottom: 25px;
		font-size: 15px;
	}
}

.sec-policy__list {
	padding: 34px 0 0 0;
}

@media only screen and (max-width: 767px) {
	.sec-policy__list {
		padding: 16px 0 0 0;
	}
}

.sec-policy__item {
	margin-bottom: 20px;
	padding-left: 30px;
	text-indent: -15px;
}

@media only screen and (max-width: 767px) {
	.sec-policy__item {
		margin-bottom: 10px;
		padding-left: 26px;
		text-indent: -13px;
	}
}

.sec-policy__item span {
	display: inline-block;
	width: 13px;
}
.news_lead{
	width: 980px;
	text-align: center;
	margin: 0 auto 50px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.news_txt{
	width: 980px;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	color: #000;
}
.logo_nissen{
	margin: 50px;
	text-align: center;
}
.logo_nissen img{
	width: 8%;
}
.pc { display:none; }
.sp { display:inline; }
@media only screen and (max-width: 767px) {
	.news_lead{
		width: 100%;
		padding: 0 20px;
	}
	.news_txt{
		width: 100%;
		padding: 0 20px;
	}
	.logo_nissen img{
		width: 20%;
	}
	.pc { display:inline; }
	.sp { display:none; 
}