@import url('internal.css');

#news .pc {
	display: block;
}

#news .sp {
	display: none;
}

#news .news_inner {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0;
}

/*==============================
	#news .banne
==============================*/

#news .banner {
	height: 240px;
	position: relative;
	margin-bottom: 20px;
	background: url('../images/service/bnr-service.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}

#news .banner_inner {
	position: absolute;
	top: 120px;
	right: 0;
	background: #fcd140;
	width: 200px;
	text-align: center;
	padding: 50px 0 0;
	height: 1000px;
	z-index: 99;
}

#news .banner_inner.fixed {
	position: fixed;
}

#news .banner_inner h1 {
	display: inline-block;
	width: 50px;
	word-wrap: break-word;
	font-size: 2.25rem;
	color: #fff;
	line-height: 1.5;
}

@media screen and (max-width: 1300px) {
	#news .banner_inner {
		width: 70px;
	}
	#news .banner_inner h1 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1160px) {
	#news .news_inner {
		max-width: 90%;
	}
}

@media screen and (max-width: 991px) {
	#news .news_inner {
		max-width: 100%;
		padding: 0 85px 0 15px;
	}
}

/*==============================
	#news .title
==============================*/

#news .title {
	border-bottom: 1px solid #fcd140;
	margin-bottom: 30px;
}

#news .title h2 {
	font-size: 2rem;
}

#news .news_text {
	font-size: 1.125rem;
	letter-spacing: 1.6px;
	line-height: 2;
}

#news .news_item {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 103px;
	margin-bottom: 119px;
}

#news .news_inner .news_item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#news .news_item_left,
#news .news_item_right {
	float: left;
	width: 50%;
}

#news .news_item_thumb {
	margin: 64px 0 83px;
}

#news .news_item_thumb ul {
	overflow: hidden;
	margin-bottom: 0;
	list-style-type: none;
}

#news .news_item_thumb li {
	float: left;
	width: 29.6%;
	margin-left: 5.6%;
}

#news .news_item_thumb li:first-child {
	margin-left: 0;
}

#news .news_item_right {
	text-align: right;
}

#news .news_item_right ul {
	display: inline-block;
	margin: 0 auto;
}

#news .news_item_right li.left {
	float: left;
}

#news .news_item_right li.right {
	float: right;
}

#news .news_item_right li:after {
	content: "";
	display: block;
	clear: both;
}

#news .news_item_right li.left .text_mode {
	border-right: 1px solid #fcd140;
	padding-right: 35px;
}

#news .news_item_right li.right .text_mode {
	padding-left: 45px;
}

#news .text_mode p,
#news .text_mode .title_mode {
	margin: 0;
}

#news .text_mode .title_mode {
	font-size: 2.25rem;
	letter-spacing: 13px;
}

#news .text_mode.right {
	float: right;
}

#news .text_mode.left {
	float: left;
}

#news .news_profile_title {
	margin: 0 0 34px 0;
	font-size: 1.25rem;
	padding: 0 0 0 28px;
	background: url('../images/icon-diamond.png') no-repeat 0 center;
}

#news .news_profile dl {
	margin-bottom: 15px;
	letter-spacing: 1.6px;
	display: table;
	width: 100%;
}

#news .news_profile dt {
	font-weight: normal;
	display: table-cell;
	width: 180px;
}

#news .news_profile dd {
	display: table-cell;
	margin: 0;
	text-align: left;
}

@media screen and (max-width: 1130px) {
	#news .news_item_right li.right .text_mode {
		padding-left: 30px;
	}

	#news .news_item_right li.left .text_mode {
		padding-right: 30px;
	}
}

@media screen and (max-width: 991px) {
	#news .news_item {
		padding-bottom: 25px;
		margin-bottom: 45px;
	}

	#news .news_item_left,
	#news .news_item_right {
		width: 100%;
		float: none;
		text-align: center;
	}

	#news .news_item_right {
		margin-top: 40px;
	}

	#news .news_item_right li.right .text_mode {
		padding-left: 15px;
	}

	#news .news_item_right li.left .text_mode {
		padding-right: 15px;
	}
}


@media screen and (max-width: 576px) {
	#news .pc {
		display: none;
	}

	#news .sp {
		display: block;
	}

	#news .banner {
		height: 120px;
		margin-bottom: 60px;
	}

	#news .news_inner {
		padding: 0 15px;
	}

	#news .banner_inner {
		top: inherit !important;
		right: inherit !important;
		bottom: -30px;
		left: 0;
		height: auto !important;
		z-index: 1 !important;
		width: 80%;
		padding: 0;
		text-align: left;
	}

	#news .banner_inner h1 {
		margin: 0;
		width: 100%;
		padding: 10px 15px;
		font-size: 1.5rem;
		line-height: inherit;
		letter-spacing: 5px;
	}

	#news .banner_inner.fixed {
		position: absolute;
	}

	#news .title h2 {
		font-size: 1.5rem;
	}

	#news .news_text {
		font-size: 0.875rem;
	}

	#news .tsumugi_text {
		font-size: 0.875rem;
		margin: 20px 0;
	}

	#news .news_item_right {
		margin-top: 20px;
	}

	#news .spec_width {
		width: auto !important;
	}

	#news .text_mode.right,
	#news .text_mode.left,
	#news .news_item_right li.right,
	#news .news_item_right li.left {
		float: none;
	}

	#news .news_item_right ul {
		display: block;
	}
	
	#news .news_item_right li.right .text_mode {
		padding: 0 0 10px;
		border-bottom: 1px solid #fcd140;
	}
	
	#news .news_item_right li.left .text_mode {
		padding: 10px 0 0;
		border-right: none;
	}

	#news .text_mode .title_mode {
		font-size: 1.625rem;
	}

	#news .news_item_thumb {
		margin: 20px 0;
	}

	#news .news_item_thumb li {
		float: left;
		width: 47%;
		margin-left: 0;
	}

	#news .news_item_thumb li:nth-child(2),
	#news .news_item_thumb li:nth-child(3) {
		float: right;
	}

	#news .news_item_thumb li:nth-child(1) {
		padding-top: 40%;
	}

	#news .news_item_thumb li:nth-child(3) {
		padding-top: 80px;
	}

	#news .news_profile_title {
		margin: 0 0 17px 0;
		font-size: 1rem;
		padding: 0 0 0 17px;
		background: url('../images/icon-diamond.png') no-repeat 0 center;
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
	}

	#news .news_profile dt {
		width: 120px;
	}

	#news .news_profile dt,
	#news .news_profile dd {
		font-size: 0.75rem;
	}
  
  .tsumugi_row{margin-bottom:40px}
}


/*==============================
	tsumugi
==============================*/
#news.tsumugi .banner {
	background: url('../images/service/tsumugi/bnr-tsumugi.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}

#news .tsumugi_inner {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0;
}


@media screen and (max-width: 1100px) {
	#news.tsumugi .tsumugi_inner {
		max-width: 92%;
	}
}

@media screen and (max-width: 991px) {
	#news.tsumugi .tsumugi_inner {
		max-width: 100%;
		padding: 0 85px 0 15px;
	}
}

@media screen and (max-width: 576px) {
	#news.tsumugi .tsumugi_inner {
		padding: 0 15px;
	}
}

/*#news.tsumugi .news_item_thumb li {
	width: 32.5333%;
	margin-left: 1.2%;
}*/

#news.tsumugi .news_item_thumb li:first-child {
	margin-left: 0;
}

@media screen and (max-width: 576px) {
	#news.tsumugi .news_item_thumb li {
		width: 47%;
		margin-left: 0%;
	}
}

#news.tsumugi .news_item_right li.left .text_mode {
	padding-right: 20px;
}

#news.tsumugi .news_item_right li.right .text_mode {
	padding-left: 20px;
}

@media screen and (max-width: 1030px) {
	#news.tsumugi .news_item_right li.right .text_mode {
		padding-left: 15px;
	}

	#news.tsumugi .news_item_right li.left .text_mode {
		padding-right: 15px;
	}
}

@media screen and (max-width: 991px) {
	#news.tsumugi .news_item_right li.right .text_mode {
		padding-left: 10px;
	}

	#news.tsumugi .news_item_right li.left .text_mode {
		padding-right: 10px;
	}
}

@media screen and (max-width: 576px) {
	#news.tsumugi .news_item_right li.right .text_mode {
		padding: 0 0 10px;
	}

	#news.tsumugi .news_item_right li.left .text_mode {
		padding: 10px 0 0;
	}
}

#news .news_link {
	text-align: center;
	padding: 45px 0 165px;
}

#news .link_to {
	display: inline-block;
	padding: 34px 79px;
}

@media screen and (max-width: 576px) {
	#news .link_to {
		display: block;
		padding: 22px 30px 22px 0;
	}
	#news .news_link {
		text-align: center;
		padding: 20px 0;
	}
}

/*==============================================
	service/other.html
==============================================*/
#news.other .banner {
	background: url('../images/service/other/bnr-other.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}

#news.other .title {
	border-bottom: 1px solid #6b894d;
}

#news .other_inner {
	max-width: 1200px;
	margin: 0 auto;
}

#news .other_left {
	float: left;
	width: 45%;
}

#news .other_right {
	float: right;
	width: 40%;
}

#news .other_text {
	font-size: 1.125rem;
  line-height: 2;
  text-align: justify;
}

#news .other_item {
	margin-top: 50px;
}

@media screen and (max-width: 991px) {
	#news .other_left,
	#news .other_right {
		float: none;
		width: 100%;
	}
	#news .other_right {
		text-align: center;
		padding: 10px 0 30px;
	}
}

@media screen and (max-width: 576px) {
	#news .other_text {
		font-size: 0.875rem;
	}
	#news .other_item {
		margin-top: 0;
	}
}

/*==============================
	brand.html
==============================*/
#news.brand .banner {
	background: url('../images/service/brand/bnr-brand.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}

#news.brand .brand_text {
  font-size: 1.125rem;
  letter-spacing: 1.6px;
  line-height: 2;
  margin: 70px 0 73px;
}

@media screen and (max-width: 576px) {
	#news.brand .brand_text {
		font-size: 0.875rem;
  	margin: 30px 0;
	}
}

/*==============================
	news.html
==============================*/
#news.news .banner {
	background: url('../images/service/bnr-service.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}

#news.news .news_text {
	margin: 70px 0 73px;
}

#news.news .news_item_thumb {
  margin: 74px 0 0;
}

@media screen and (max-width: 576px) {
	#news.news .news_text {
		margin: 30px 0;
	}
	#news.news .news_item_thumb {
	  margin: 20px 0;
	}
}

/*==============================
	service.html
==============================*/
#news.service .banner {
	background: url('../images/service/bnr-service.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}

#news.service .news_text {
	margin: 70px 0 73px;
}

#news.service .news_item_thumb {
  margin: 74px 0 0;
}

@media screen and (max-width: 576px) {
	#news.service .news_text {
		margin: 30px 0;
	}
	#news.service .news_item_thumb {
	  margin: 20px 0;
	}
}

/*==============================================
	service/index.html
==============================================*/

#service_i .service_i_inner {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

#service_i .banner {
	height: 240px;
	position: relative;
	background: url('../images/service/index/bnr-service_i.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 20px;
}

#service_i .banner h1 {
	font-size: 2.65rem;
	padding: 65px 0 0;
	letter-spacing: 10px;
}

#service_i .banner span {
	font-size: 1.125rem;
	color: #fff;
	display: block;
	position: relative;
}

#service_i .banner span:before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #292929;
	position: absolute;
	bottom: -20px;
	left: 0;
}

#service_i .service_i_item {
	padding: 120px 0;
}

#service_i .service_i_item.edge {
	padding: 79px 0 120px;
}

#service_i .service_i_item:nth-child(even) {
	background: #f6f3ee;
}

#service_i .description:after,
#service_i .service_i_inner:after {
	content: "";
	display: block;
	clear: both;
}

#service_i .item_right {
	float: right;
	width: 50%;
}

#service_i .item_left {
	float: left;
	width: 50%;
}

#service_i .item_left .description {
	padding-right: 90px;
}

#service_i .item_right .description {
	padding-left: 90px;
}

#service_i .item_left .item_title {
	float: left;
}

#service_i .item_left .item_info {
	float: right;
}

#service_i .item_right .item_title {
	float: right;
}

#service_i .item_right .item_info {
	float: left;
}

#service_i .service_i_item .item_title {
	width: 100px;
	height: 600px;
	word-wrap: break-word;
	color: #fff;
	font-size: 2.25rem;
	text-align: center;
	background: #fcd140;
	margin: 0;
	padding: 37px 20px 0;
}

#service_i .service_i_item .item_info {
	min-width: 360px;
}

#service_i .service_i_item .link_to {
	clear: right;
}

#service_i .text_mode {
	margin: 0 0 60px;
	height: 440px;
	float: right;
}

@media screen and (max-width: 1230px) {
	#service_i .service_i_item .item_info {
		min-width: 320px;
	}
	#service_i .item_left .description {
		padding-right: 40px;
	}

	#service_i .item_right .description {
		padding-left: 45px;
	}
}

@media screen and (max-width: 991px) {
	#service_i .service_i_item,
	#service_i .service_i_item.edge {
		text-align: center;
		padding: 60px 0;
	}
	#service_i .item_left,
	#service_i .item_right {
		float: none;
		width: 100%;
	}
	#service_i .item_left .description,
	#service_i .item_right .description {
		padding: 0;
		display: inline-block;
		margin-top: 20px;
	}
	#service_i .item_left .item_title {
		margin: 0 20px 0 0;
	}
	#service_i .item_right .item_title {
		margin: 0 0 0 20px;
	}
}

@media screen and (max-width: 768px) {
	#service_i .service_i_item .item_info {
		min-width: 280px;
	}
}

@media screen and (max-width: 576px) {
	#service_i .banner {
		height: 120px;
	}
	#service_i .banner h1 {
		font-size: 1.5rem;
		padding: 30px 0 0;
	}
	#service_i .banner span {
		font-size: 0.875rem;
	}
	#service_i .banner span:before {
		display: none;
	}
	#service_i .service_i_item {
		padding: 30px 0;
	}
	#service_i .service_i_item.edge {
		padding: 10px 0 30px;
	}
	#service_i .text_mode {
		margin: 0 0 15px;
		height: auto;
		float: none;
	}
	#service_i .service_i_item .item_title {
		width: auto;
		height: auto;
		font-size: 1.25rem;
		text-align: left;
		background: #fcd140;
		margin: 0 0 15px;
		padding: 10px 15px;
		float: none;
	}
}

/* ************************************************
 *
 * 追加修正
 *
************************************************* */
img{width:100%;}
.fx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}
.fx-al-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fx-al-start{
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.fx-al-end{
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.fx-js-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fx-js-start{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.fx-js-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fx-js-around{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.fx-js-end{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.column-2-wrap{margin: 30px auto 0}
.column-2-wrap>.right{order:2}
.column-2-wrap>.left{order:1}
.column-2-wrap>ul{width:49%}
.column-2-wrap>ul::after{content:none}
.column-2>li{width:48%}
.column-2{flex-wrap: wrap;}
.column-2-wrap figure{margin:0 auto 10px}
.column-2-wrap figure figcaption{color: #999;text-align: right;margin:3px auto 0;}

@media screen and (max-width: 768px) {
.column-2-wrap{display:block}
.column-2-wrap>ul{width:100%}
.column-2-wrap figure figcaption{font-size:14px}
}