/*   共通   */

#module-light .module-base {
  font: 1.4em/1.4 "游ゴシック", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Sans", "Noto Sans CJK JP", sans-serif;;
}

#module-light .style-wrap {
	background: #fff;
}

#module-light .m--lead-style {
	letter-spacing: 0;
}

#module-light .link-area {
    list-style: none;
    padding: 0;
}

#module-light .link-area a {
	display: block;
    padding: 15px 20px;
    background: #ccc;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
}
#module-light .footer-basic .staff-block .pre {
	font-size: 13px;
}


/*   PC   */
@media only screen and (min-width: 768px)  {

  .pc-none {
  	display: none;
  }
  #module-light .kv-half--copy {
  	font-size: 18px;
  }
  #module-light .kv-half--ttl {
  	font-size: 36px;
  	line-height: 1.4;
    letter-spacing: 0;
  }
  #module-light .m--text-style {
  	font-size: 15px;
  }
  #module-light .style-wrap {
  	margin :0 auto ;
  	padding: 80px 0;
  	max-width: 1300px;
  }
  #module-light .style-rw-02 {
  	margin: 100px 0;
  }
  #module-light .link-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #module-light .link-area a {
  	min-width: 280px;
  	/*margin: 0 50px;*/
  }
  #module-light .link-area a:hover {
  	background: #fff;
  	color: #ccc !important;
  }
  .footer-basic {
    margin-top: 60px !important;
	}
  #module-light .style-box .link-area {
  	justify-content: flex-start;
  	margin-top: 20px;
  }

   #module-light .style-lw-01 .style-box .link-area {
   	justify-content: right;
    margin: 35px 0 20px;
   }

   #module-light .style-lw-02 .style-box .link-area {
    justify-content: right;
    margin: 35px 0 20px;
   }
  #info .link-area {
    margin: 30px 0 0;
    justify-content: right;
	}
	#module-light .kv-half--ttl {
    font-size: 40px;
    letter-spacing: 0;
}
.staff-block {
	margin-top: 80px;
}
}



/*   SP   */
@media only screen and (max-width: 767px)  {
	body {
		margin: 0 !important;
	}
	.sp-none {
		display: none;
	}

	#module-light .kv-half--box {
		display: block;
		margin-top: 50px;
	}
	#module-light .kv-half--copy {
		font-size: 16px;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	#module-light .kv-half--ttl {
		line-height: 1.4;
		font-size: 25px;
		letter-spacing: 0;
	}
	#module-light .style-rw-02 {
		margin-top: 60px;
	}
	#module-light .link-area li {
		margin-bottom: 10px;
	}
	#module-light .link-area li:last-child {
		margin-bottom: 0;
	}
	#module-light .m--text-style {
		font-size: 15px;
	}
	#module-light .footer-basic .link-area a { 
		width: 90%;
		margin: 0 auto;
	}
	#module-light .link-area {
		margin: 30px 0;
	}
	#module-light .m--lead-style.pc-none {
		padding: 0 20px 20px;
		font-size: 18px;
	}
	#module-light .footer-basic {
    	margin: 10px 0 0;
	}
	#module-light .style-wrap {
		padding-bottom: 40px;
	}

}