@charset "UTF-8";

#page .sec01 {
	padding: 80px 0 150px;
	position: relative;
}
@media screen and (max-width: 898px)  {
#page .sec01 {
	padding: 50px 0 100px;
}
}


/* -------------------------------------------------

works_wrp

------------------------------------------------- */
.works_wrp	{
 width: 1140px;
 margin: 0px auto 80px;
	padding:0;
	position:relative;
}
.works_wrp:last-child	{
 margin: 0px auto;
}
.works_wrp .title	{
	margin: 0px auto 50px;
}
.works_wrp .title h2	{
	font-weight:500;
	font-size:3.2rem;
	position:relative;
	text-align: center;
	margin: 0;
}
.works_wrp .title h2:before {
 content: '';
 position: absolute;
	bottom: -20px;
 display: inline-block;
 width: 40px;
 height: 3px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color:#008730;
 border-radius: 2px;
}
.works_wrp .content	{
	width: 100%;
	margin:0;
	font-weight:400;
	line-height: 1.8;
}
.cp	{
	font-weight:500;
	font-size:3rem;
	position:relative;
	margin: 0 0 30px;
	text-align: center;
	color:#243985;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
.works_wrp	{
 width: 92%;
 margin: 0px auto;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.works_wrp	{
 width: 92%;
 margin: 0px auto;
}
}
@media screen and (max-width: 898px)  {
.works_wrp	{
 width: 90%;
	margin:0 auto;
}
.works_wrp .title h2	{
	font-size:2.8rem;
}
.cp	{
	font-size:2.4rem;
	position:relative;
	margin: 0 0 30px;
}
}
@media screen and (max-width: 768px)  {
.works_wrp .title h2	{
	font-size:2.4rem;
}
.works_wrp .title h2:before {
  bottom: -15px;
  width: 30px;
  height: 2px;
}
.works_wrp .content	{
	width: 100%;
	margin:0 0 30px;
}
.cp	{
	margin: 0 0 20px;
}
}
@media screen and (max-width: 640px)  {
.cp	{
	font-size: 2rem;
}
}
@media screen and (max-width: 480px)  {
.works_wrp .title	{
	margin: 0px auto 40px;
}
.works_wrp .title h2	{
	font-size: 2rem;
}
.cp	{
	font-size: 1.8rem;
}
}


/* -------------------------------------------------

works_inner

------------------------------------------------- */
.works_inner	{
 width: 530px;
 margin: 0px auto;
	position:relative;
}
.works_inner ul{
	margin:10px 0;
	padding:0 0 0 10px;
	font-weight: 400;
}
.works_inner ul li	{
 list-style:  none;  /* デフォルトのアイコンを消す */
 margin:  0;         /* デフォルト指定上書き */
 padding: 10px 0;         /* デフォルト指定上書き */
	padding-left: 1em;
 text-indent: -1.2em;
}
.works_inner ul li:before {
 content:  "";     /* 空の要素作成 */
 width:  8px;               /* 幅指定 */
 height:  8px;              /* 高さ指定 */
 display:  inline-block;     /* インラインブロックにする */
 background-color: #666;  /* 背景色指定 */
 -webkit-border-radius: 50%;
 border-radius:  50%;        /* 要素を丸くする */
 position:  relative;        /* 位置調整 */
 top: -3px;                  /* 位置調整 */
 margin-right: 10px;          /* 余白指定 */
}
@media screen and (max-width: 640px)  {
.works_inner	{
 width: 100%;
}
.works_inner ul{
	font-size: 1.4rem;
}
}

