@charset "utf-8";
/* CSS Document */


.under {
    background: linear-gradient(transparent 50%, #ffdede 50%);
}


/* section mokuji */

#mokuji_tit {
	color: #111;
    background-color: #EBE1D5;
}



/* section h2_tit */

h2 {
 	border-left: solid 6px #E57F75;
	 margin-bottom: 40px;
}


/* section list_02 */

.list_02 {
	margin:20px 0 30px 0;
}

.list_02 ul {
    background-color: #f3f3f3;
}

.list_02 li {
	margin: 20px 0;
}



/* section list_02_2 */

.list_02_2 {
	margin:20px 0 30px 0;
}

.list_02_2 ul {
	padding : 15px 18px;
    background-color: #f3f3f3;
}

.list_02_2 li {
	color: 222;
	font-size: 13px;
	padding: 2px 0;
	list-style : none;
}

@media screen and (min-width:751px) {

.list_02_2 ul {
	padding : 20px 28px;
}

}


/* section fukidashi_tit_02 */

.fukidashi_tit_02{
	margin: 80px 0 0 0 ;
}


/* section item_area_01 ~item_area_04*/

/*spレイアウト*/

@media screen and (max-width:750px) {


/* item_area_02 */

.item_area_02 {
    background-color: #f3e9e7;
}

.item_btn {
	background-color: #e57f75;
}
}

/* PCレイアウト */

@media screen and (min-width:751px) {


/* item_area_02 */

.item_area_02 {
    background-color: #f3e9e7;
}

.item_btn {
	background-color: #e57f75;
}
}




/*fontawesomeの設定*/

.fa-angle-double-right{
	color:#E57F75
}




/*spレイアウト*/

@media screen and (max-width:750px) {


.item_list{
	width: 95%;
	font-size: 14px;
	font-weight: 600;
  	color: #FFF;
	padding : 15px;
	text-align: center;
    background-color: #e57f75;
	border-radius: 30px;
    margin: 40px auto;
}
}


/* PCレイアウト */

@media screen and (min-width:751px) {

	
.item_list{
	width: 90%;
	font-size: 17px;
	font-weight: 600;
  	color: #FFF;
	padding : 15px;
	text-align: center;
    background-color: #e57f75;
	border-radius: 30px;
    margin: 50px auto;
}
}





#section_1,#section_1_2,#section_1_3,#section_1_4,#section_2,#section_2_2,#section_3{
	margin: 70px 0 0 0;
}

