@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");

.contents_tit.s_women {	
	background: url(../images_design/system/s_tit_bg_1.jpg) repeat 0 0;
}

.contents_tit.m_women {	
	background: url(../images_design/system/m_tit_bg_1.jpg) repeat 0 0;
}

.contents_tit.s_women .tit_1 span {
	margin-left: 50px;
}
.contents_tit.m_women .tit_1 span {
	margin-left: 80px;
}

.system_tit {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	font-family: 'Shippori Mincho', serif !important;
}

.system_tit .tit_1 span {
	font-size: 27px;
	font-weight: 800;
  background: linear-gradient(90deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  background: -webkit-linear-gradient(0deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.system_tit .tit_1 {
	margin-right: 10px;
}

.system_tit .tit_2 {
	font-size: 18px;
	color: #fff;
}
.p81-b {
	padding-bottom: 81px;
}
.expenses{
	text-align: center;
	padding: 0 10px 10px;
	font-family: 'Shippori Mincho', serif !important;
}
.expenses .tit_1 {
	font-size: 27px;
	font-weight: 800;
  background: linear-gradient(90deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  background: -webkit-linear-gradient(0deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.expenses .tit_2 {
	font-size: 18px;
	color: #fff;
}