@charset "utf-8";

/*--------------------------
	common
--------------------------*/
#repeat-items .pc{display: block;}
#repeat-items .sp{display: none;}

#repeat-items h2{
	margin: 0 0 50px;

	text-align: center;
	line-height: 1.4em;
	color: #d68a4c;
    font-size: 40px;
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#repeat-items h3{
	margin: 0 0 30px;
	
    line-height: 1.5em;
	font-size: 24px;
	font-weight: normal;
}



#main img{
	width: 100%;
	height: auto;
}

#repeat-items {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
	
	color: #333;
}


#repeat-items section{
	padding: 0 0 60px;
    margin: 0 0 60px;
	/*border-bottom: 1px solid #ccc;*/
}



/*--------------------------
	main_img
--------------------------*/
dl.main_img {
    margin: 0 0 80px;
}

dl.main_img dt {
    margin: 0 0 15px 0;
}

dl.main_img dd{
	text-align: center;
	font-size: 16px;
    letter-spacing: 1.5px;
}



/*--------------------------
	repeat-items
--------------------------*/

#repeat-items .l-c-one-half{
	margin: 0 0 20px;
}


/* --- .item --- */

#repeat-items section .item{
	margin: 0 0 100px;
}
#repeat-items section .item:last-child{
	margin: 0;
}


#repeat-items .item .half-inner{
    padding: 40px 0;
	text-align: center; /*h4を中央寄せにするため！*/
	background: #f6f7f0;
}

#repeat-items .item .half-inner h4{
	display: inline-block;
	margin: 0 0 30px;

	border-bottom: 2px dotted #333;
}

#repeat-items .item .half-inner h5{
	width: 50%;
	margin: 0 0 10px;
}
#repeat-items .item .half-inner h5.icon_01{
	margin: 0 0 25px;
}


#repeat-items .item .half-inner .voice{
	width: 85%;
	margin: 0 auto 30px;
	text-align: left;
	font-size: 16px;
	line-height: 2em;
}
#repeat-items .item .half-inner .voice:last-child{
	margin: 0 auto;
}



/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

/*--------------------------
	common
--------------------------*/
#repeat-items .pc{display: none;}
#repeat-items .sp{display: block;}


#repeat-items h2{
	margin: 0 0 30px;
	font-size: 29px;
	line-height: 1.5em;
}

#repeat-items h3{
	margin: 0 0 20px;
	text-align: center;
	font-size: 21px;
}



#repeat-items section{
	padding: 0 0 40px;
    margin: 0 0 40px;
}


/*--------------------------
	main_img
--------------------------*/
dl.main_img {
    margin: 0 0 40px 0;
}

dl.main_img dt {
    margin: 0 0 10px 0;
}

dl.main_img dd {
	text-align: left;
	font-size:14px;
	letter-spacing:normal;
}

/*--------------------------
	repeat-items
--------------------------*/

/* --- .item --- */

#repeat-items section .item{
	margin: 0 0 60px;
}


#repeat-items .item .half-inner{
    width: 85%;
	margin: 30px auto 0;
}

#repeat-items .item .half-inner h5{
	width: 60%;
}


#repeat-items .item .half-inner .voice{
	width: 85%;
	font-size: 14px;
}

#repeat-items .item .tc{
	font-size: 14px;
} 




}


/*-------------------------------
470px以下用
---------------------------------*/
@media screen and (max-width: 470px) {

/*--------------------------
	common
--------------------------*/

#repeat-items h2{
	margin: 0 0 20px;
	font-size: 22px;
}

#repeat-items h3{
	margin: 0 0 10px;
	text-align: center;
	font-size: 16px;
}




#repeat-items section{
	padding: 0 0 30px;
    margin: 0 0 30px;
}




/*--------------------------
	main_img
--------------------------*/

dl.main_img{
    margin: 0 0 60px 0;
}

dl.main_img dd {
	font-size:12px;
}

/*--------------------------
	repeat-items
--------------------------*/

/* --- .item --- */
#repeat-items .item .half-inner{
    width: 90%;
	margin: 30px auto 0;
	padding: 30px 0;
}


#repeat-items .item .tc{
	font-size: 10px;
} 



}