@charset "UTF-8";
/** -------------------------------------------------------
 ** 01. PC layout
 ** ------------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
  /* ***************************************************************** */
  /* Display
	----------------------------------------------------*/
  .cmn-sp {
    display: none !important;
  }
    h1 {display:none;}
  /* トップページ
  ----------------------------------------------------*/
  body {
    background-color: #ffffff;
      font-family: 'Noto Sans JP', sans-serif;
  }
  
  /* ***************************************************************** */
}
/** -------------------------------------------------------
 ** 02. SP layout
 ** ------------------------------------------------------- */
@media screen and (max-width: 1199px) {
  /* ***************************************************************** */
  /* Display
	----------------------------------------------------*/
  .cmn-pc {
    display: none !important;
  }
h1 {display:none;}

  /* トップページ
  ----------------------------------------------------*/

  body {
    background-color: #ffffff;
      font-family: 'Noto Sans JP', sans-serif;
  }
     #home .nav-button span {
    background-color: #009256;
  }
}
@media print, screen and (min-width: 900px) {
  /* ***************************************************************** */
	/* Display
	----------------------------------------------------*/
	.cmn-sp {display: none !important;}
    h1 {display:none;}
  /* トップページ
  ----------------------------------------------------*/
#home #news {
		width:100%;
		max-width: 1200px;
		padding: 0 0 20px 0;
		margin: 0px auto 0 auto;
		position:relative}
		#home #news h2 {
			font-family: 'Noto Sans JP', serif;
			color: #009256;
			font-weight: 500;
			font-size: 26px;
			letter-spacing: 120%;
			text-align: center;
			width: 100%;
			max-width:900px;
			margin: 0px auto;
			padding-top:40px;}
		#home  #news .news {
			width: 900px;
			margin: 20px auto 0 auto; }


	#home #news .news dl {
		width:100%;
		max-width: 900px;
		margin:0 auto 10px auto;
		padding:0 0 10px 0;
		display: flex;
		align-content:flex-start;
		flex-direction:column;
		border-bottom: 1px solid #009256;
         text-align: left;
        line-height: 240%;
		}
		#home #news .news dl:last-child {
			border:none;}

	#home #news .news dl dt {
		text-decoration: none;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.6rem;
		color:#009256;
		padding:0;
        text-align: left;line-height: 150%;
		}

	#home #news .news dl dd a {
		display: block;
		padding: 0px 54px 18px 120px;
		color: #111;
		text-decoration: none;
		background: url("../images/ico_arrow01_r.png") no-repeat right 18px center;
		background-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		font-weight: 300;
		position: relative;line-height: 240%; }

	#home #news .news dl dd a.nolink {
		background: none;
		pointer-events: none; }

	#home #news .news dl dd span.category {
		display: inline-block;
		padding: 2px 23px;
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		border-radius: 11px;
		background: #009256;
		position: absolute;
		left: 0;
		top: 10px; }

		#home #news a {
			text-decoration:none;
			color: #111}

		#home #news .cta {
			width:800px;
			margin:0 auto 0 auto;
			padding:40px 0 0 0;}
		#home #news .cta p{
			margin: 0 0 100px 0;}
		#home #news .cta p a{
			display: block;
			font-family: 'Noto Sans JP', sans-serif;
			color:#009256;
			font-size: 18px;
			font-weight: 500;
			letter-spacing: 0.5em;
			width: 300px;
			padding:10px;
			margin:0px auto 0px auto;
			text-align:center;
			border:1px solid #009256;
			text-decoration: none; }


  /* ***************************************************************** */ }
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 02. SP layout
 ** ------------------------------------------------------- */
@media screen and (max-width: 899px) {
  /* ***************************************************************** */
	/* Display
	----------------------------------------------------*/
	.cmn-pc {display: none !important;}
  /* トップページ
  ----------------------------------------------------*/

	#home #news {
		width: 90%;
		padding: 0;
		margin: 0px auto 0 auto;
		position:relative;}
		#home #news h2 {
			font-family: 'Noto Sans JP', serif;
			color: #009256;

			font-size:2.4rem;


			letter-spacing: 1;
			text-align: center;
			width: 100%;
			margin: 0px auto 20px auto;
			padding-top:20px;}

		#home #news .news dl {
			width:100%;
			margin:0 0 10px 0;
			padding:0 0 10px 0;
			display: flex;
			align-content:flex-start;
			flex-direction:column;
			border-bottom: 1px solid #009256;
            text-align: left;
            font-weight: 400;
		}
		#home #news .news dl:last-child {
			border:none;}

		#home #news .news dl dt {
			text-decoration: none;
			font-family: 'Noto Sans JP', sans-serif;
			line-height: 240%;
            font-size: 1.6rem;
			color:#009256;
			padding:0;
             text-align: left;
           font-weight: 400;
			}

		#home #news .news dl dd {
			line-height:200%;
			padding:5px 0 5px 0;
             text-align: left;
            font-size: 1.8rem;
            font-weight: 300;
			}

		#home #news .news dl dd a.nolink {
			pointer-events: none; }

		#home #news .news dl dd span.category {
			display:block;
			color: #009256; font-weight: 400;
			}

		#home #news a {
			text-decoration:none;
			color: #000000;}

		.cta a{
			display: block;
			text-align:center;
			font-family: 'Noto Sans JP', sans-serif;
			font-size: 1.6rem;
			font-weight: 400;
			position:relative;
			border:1px solid #009256;
			color: #009256 !important;
			width: 50%;
			padding:2px 10px 2px 10px;
			margin:80px auto 30px auto;
			text-decoration: none;
			opacity:1}

  /* ***************************************************************** */ }
