@charset "utf-8";

section .member {
	width: 900px;
	margin: 0 auto 20px;
	padding: 0 0 30px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
}

section .messeage {
	font-size: 14px;
	width: 900px;
	margin: 30px auto 120px;
	text-align: left;
	line-height: 2;
}


/* スマートフォン */

@media screen and (max-width:768px){

  section .head p {
    font-size: 1rem;
		line-height: 1;
  }

	section article#contets .pankuzu {
		width: 98%;
		margin: 2% auto;
  }
  section article#contets .pankuzu li {
    font-size: 0.6rem;
  }
  /* pankuzu */
  .attention-sp h3 {
		width: 96%;
		margin: 4% auto 8%;
		font-size: 1rem;
		line-height: 2;
  }
	
	section .member {
		width: 100%;
		font-size: 1.5rem;
		padding: 1% 0 3% 0;
		margin: 6% 0 2% 0;
		line-height: 1.4;
	}
	
	section .messeage {
		width: 100%;
		font-size: 1rem;
		line-height: 1.4;
		text-align: left;
		padding: 2% 0 0 0;
		margin: 0 0 4% 0;
	}

	section article#contets {
		width: 90%;
		margin: 0 auto;
	}


}
