@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------------*/
/*挨拶*/

.greeting_container{
	width: 83.3333%;/*600*/
	margin: 0px auto;
	overflow: hidden;
}

.greeting_container .photo_col{
	width: 63.6666%;/*382*/
	margin: 2.25rem auto 0;
	overflow:hidden;
}

.greeting_container .text_col{
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	margin-top: 15px;
	overflow:hidden;
}

.greeting_container .text_col p.note{
	margin-top: 62px;
	font-size: 1.3rem;
/*
	line-height:28px;
	background-image:url(image/bg_note.png);
*/
  line-height: 32px;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 30px,        /* ← 28px → 30px に変更（2px 下へ） */
    rgba(0,0,0,0.2) 30px 31px, /* ドット（1px） */
    transparent 31px 32px      /* 残り1px → 元の 3px のまま周期は32px */
  );
	
}

.greeting_container .text_col p.name{
	width: 100%;
}

.greeting_container .text_col p.name img{
	width: 100%;
	height: auto;
}

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

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

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