/*--------------------------------------
 FONT
--------------------------------------*/
.gray {
	color: #797979;
}
.green {
	color: green;
}
.red {
	color: red;
}
.blue {
	color: #03C;
}

.font_S {
	font-size: 0.9rem;
	line-height: 120%;
}
.font_M {
	font-size: 1.05rem;
	line-height: 130%;
}
.font_L {
	font-size: 1.35rem;
	line-height: 120%;
}
.font_LL {
	font-size: 1.7rem;
	line-height: 160%;
}


/*--------------------------------------
 hottarakashi
--------------------------------------*/
#hottarakashi {
	width: 90%;
	margin: 50px auto;
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------
 txtBOX
--------------------------------------*/
.txtBOX {
	width: 65%;
	height: auto;
	float: left;
	margin: 0 auto 30px;
	font-family:"Noto Sans JP", sans-serif,"MS Pゴシック",monospace
}
.txtBOX p {
	margin: 15px 0;
	font-weight: 600;
	color: #4e4e4e;
	line-height: 1.5;
}


/*--------------------------------------
 imgBOX
--------------------------------------*/
.imgBOX {
	width: 34%;
	float: right;
	/*margin: 20px auto 30px;
		border: 1px solid #333;
		padding: 1%;--*/
	margin:20px 0 0;
	border-radius: 6px;
}
.imgBOX img {
	margin-bottom: 10px;
}
.imgBOX p {
	font-size: 0.8rem;
	line-height: 1.4;
	color: #4E4E4E;
}



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

	!!!ここからタブレット用サイズ!!!

------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
/*--------------------------------------
 FONT
--------------------------------------*/
.font_S {
	font-size: 0.8rem;
}
.font_M {
	font-size: 0.8rem;
}
.font_L {
	font-size: 1.2rem;
}
.font_LL {
	font-size: 1.5rem;
}


/*--------------------------------------
 hottarakashi
--------------------------------------*/
#hottarakashi {
	width: 96%;
	margin: 30px auto;
}

/*--------------------------------------
 txtBOX
--------------------------------------*/
.txtBOX {
	width: 60%;
}


/*--------------------------------------
 imgBOX
--------------------------------------*/
.imgBOX {
	width: 35%;
}
.imgBOX p {
	font-size: 0.7rem;
	line-height: 1.5;
	color: #4E4E4E;
}


}

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

	!!!ここからスマホ用サイズ!!!

------------------------------------------------------------------*/
@media screen and (max-width:599px){	
/*--------------------------------------
 FONT
--------------------------------------*/
.font_S {
	font-size: 0.8rem;
}
.font_M {
	font-size: 0.8rem;
}
.font_L {
	font-size: 1.0rem;
}
.font_LL {
	font-size: 1.2rem;
}


/*--------------------------------------
 hottarakashi
--------------------------------------*/
#hottarakashi {
	width: 96%;
}

/*--------------------------------------
 txtBOX
--------------------------------------*/
.txtBOX {
	width: 100%;
	float: none;
}


/*--------------------------------------
 imgBOX
--------------------------------------*/
.imgBOX {
	width: 80%;
	margin: 0 auto;
	float: none;
	padding: 3%;
}


}