@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;
    font-weight: 500;
    font-style: normal;
  }
  
   /* @media print, screen and (min-width: 640px) {*/
      #tm {
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0px auto 0 auto;
            text-align: center;
}
    #tm h2 {
     font-family: 'Noto Sans JP', serif;
			color: #009256;
			font-weight: 500;
			font-size: 20px;
			letter-spacing: 120%;
			text-align: center;
			width: 100%;
			margin: 0px auto 20px auto;
			padding-top:50px;}
    
   #tm p {
			text-align:center;
			width: 800px;
			margin: 0 auto 10px auto;
			padding: 0 20px 0 20px;
			font-family: 'Noto Sans JP', sans-serif;
			font-size: 16px;
			font-weight: 100;
			letter-spacing: 0.025em;
			line-height:2.5rem;
			color: #231815;
	}


    #tm table {
      background-color: #ffffff;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 0.8rem;
      display: table;
      width: 640px;
      border: 1px solid #ccc;
      border-collapse: collapse;
      margin: 0 auto 0 auto;
      padding: 0;
    }
    #tm td {
      text-align: center;
      vertical-align: middle;
      margin: 0 auto 0 auto;
      padding: 20px 0 20px 0;
      border: 1px solid #ccc;
      border-collapse: collapse;
      width: 50% !important;
    }
    #tm td img {
      text-align: center;
      height: 90px !important;
    }
    #tm td h3 {
      	font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		text-align:center;
		vertical-align: middle;
		margin:25px auto 25px auto;
		width: 250px !important;
        font-size: 1.8rem;
    }
    #tm td p.num {
     font-family: 'Noto Sans JP', sans-serif;
		font-weight: 100;
		padding: 10px 0 0 0;
		margin: 0 auto 0 auto;
		text-align:center;
		width: 250px !important;
    }
/*}*/
  /* ***************************************************************** */
}
/** -------------------------------------------------------
 ** 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;
  }
     #tm .nav-button span {
    background-color: #009256;
  }
/*}*/


/*    @media screen and (max-width: 639px) {*/
  /* ***************************************************************** */
    	#tm {
		width: 96%;
		padding: 0;
		margin: 0px auto 0 auto;
		}
		#tm h2 {
			font-family: 'Noto Sans JP', serif;
			color: #009256;
			font-weight: 500;
			font-size: 24px;
			letter-spacing: 1;
			text-align: center;
			width: 100%;
			margin: 120px auto 20px auto;
			padding-top:50px;}

		#tm p {
			margin: 0 auto 0 auto;
			text-align: center;font-weight: 500;
			font-size: 1.6rem;}

		#tm a {
			text-decoration:none;
			color: #231815;}

		

	#tm table {
        
		display:table;
		width: 100%;
		/*border: 1px solid #ccc;*/
        boder:none;
		border-collapse: collapse;
		margin:0 auto 0 auto;
		padding:0;}
	#tm td {
		display: block;
        font-size: 1.6rem;
		text-align:center;
		vertical-align: middle;
		margin:0 auto 0 auto;
		padding:20px 0 20px 0;
		border: 1px solid #ccc;
		border-collapse: collapse;
		width: 100%;
    max-width:300px;}
	#tm td img{
		text-align:center;
		width: 80% !important;}
	#tm td h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;font-size: 1.6rem;
		text-align:center;
		vertical-align: middle;
		margin:25px auto 25px auto;
		width: 80% !important;}
	#tm td p.num{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 100;
		padding: 10px 0 0 0;
		margin: 0 auto 0 auto;
		text-align:center;
		width: 80% !important;}
    
}