@charset "UTF-8";
/*support */
.support{
	width: 84%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
.support img{
	width: 100%;
}
.support_mt{
	width: 60%;
	margin: 30px auto;
}
.support_top{
	width: 80%;
	color: #826039;
	font-size: 18px;
	text-align: left;
	margin: 30px auto;
}


.support_st{
	width: 8em;
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	background-color: #FFA74E;
	border-radius: 40px;
	letter-spacing: 0.3;
}
.time_area{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 10px 0;
}
.time{
	width: 70%;
	text-align: left;
}
.illust{
	width: 26%;
}
.support h4{
	font-size: 20px ;color: #000;
	font-weight: 700;
	padding: 15px 10px;
}
.support_color1{
	color: #FFBA74;
	margin-right: 5px;
}
.support_color2{
	color: #EC8E2E;
	margin-right: 5px;
}
.pl10{
	padding: 0 0 0 10px;
}
.table_area{
	width: 100%;
	margin: 30px 0;
	font-size: 18px;
}
/*--------table------*/
.tb_support{
	width:100%;
}
.tb_support th{
	width:27%;
	padding: 20px 30px;
	border: solid 2px #FFA74E;
	text-align:left;
	box-sizing:border-box;
	color: #826039;
	font-weight: 500;
	background-color: #FEF8DD;
}
.tb_support td{
	width:73%;
	padding: 20px 30px;
	border: solid 2px #FFA74E;
	text-align:left;
	box-sizing:border-box;
	color: #000;
	font-weight: 500;
	background-color: #fff;
	line-height: 1.6em;
}

.suppot_hr{
	width: 100%;height: 21px;
	margin: 70px 0;
	background-image: url("../img/support/hr_bg.png");
	background-repeat: repeat-x;
	border: none;
}
.support_open{
	width: 80%;
	margin: 30px auto;
}
.support_photo{
	width:80%;
	margin:10px auto;
}
.support_photo img{
	width: 100%;
	border-radius: 15px;
}



@media screen and (max-width: 640px) {
 
/*--------tb02------*/	
.tb_support {
    width: 100%;
  }
  table.tb_support th,
  table.tb_support td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb_support tr:last-child{
    border-bottom: solid 2px #FFA74E;
  }
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
/*support */
.support{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 30px 0;
    fint-size:15px;
}
.support img{
	width: 100%;
}
.support_mt{
	width: 60%;
	margin: 30px auto;
}
.support_top{
	width: 80%;
	color: #826039;
	font-size: 16px;
	text-align: left;
	margin: 30px auto;
}


.support_st{
	width: 8em;
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	background-color: #FFA74E;
	border-radius: 40px;
	letter-spacing: 0.3;
}
.time_area{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 10px 0;
}
.time{
	width: 70%;
	text-align: left;
}
.illust{
	width: 26%;
}
.support h4{
	font-size: 16px ;color: #000;
	font-weight: 700;
	padding: 15px 10px;
}
.support_color1{
	color: #F4B7CA;
	margin-right: 5px;
}
.support_color2{
	color: #826039;
	margin-right: 5px;
}
.pl10{
	padding: 0 0 0 10px;
}
.table_area{
	width: 100%;
	margin: 30px 0;
	font-size: 15px;
}
/*--------table------*/
.tb_support{
	width:100%;
}
.tb_support th{
	width:30%;
	padding: 20px 30px;
	border: solid 2px #FFA74E;
	text-align:left;
	box-sizing:border-box;
	color: #826039;
	font-weight: 500;
	background-color: #FEF8DD;
}
.tb_support td{
	width:70%;
	padding: 20px 30px;
	border: solid 2px #FFA74E;
	text-align:left;
	box-sizing:border-box;
	color: #000;
	font-weight: 500;
	background-color: #fff;
	line-height: 1.6em;
}

.suppot_hr{
	width: 100%;height: 21px;
	margin: 70px 0;
	background-image: url("../img/support/hr_bg.png");
	background-repeat: repeat-x;
	border: none;
}
.support_open{
	width: 70%;
	margin: 30px auto;
}
.support_photo{
	width:80%;
	margin:10px auto;
}
.support_photo img{
	width: 100%;
	border-radius: 15px;
}

}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.support{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 30px 0;
    fint-size:15px;
}
.support img{
	width: 100%;
}
.support_mt{
	width: 90%;
	margin: 20px auto;
}
.support_top{
	width: 90%;
	color: #826039;
	font-size: 16px;
	text-align: left;
	margin: 20px auto;
}


.support_st{
	width: 8em;
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	background-color: #FFA74E;
	border-radius: 40px;
	letter-spacing: 0.3;
}
.time_area{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 10px 0;
}
.time{
	width: 80%;
	text-align: left;
}
.illust{
	width: 30%;
}
.support h4{
	font-size: 16px ;color: #000;
	font-weight: 700;
	padding: 15px 10px;
}
.support_color1{
	color: #F4B7CA;
	margin-right: 5px;
}
.support_color2{
	color: #826039;
	margin-right: 5px;
}
.pl10{
	padding: 0 0 0 10px;
}
.table_area{
	width: 100%;
	margin: 30px 0;
	font-size: 15px;
}
/*--------table------*/
.tb_support{
	width:100%;
}
.tb_support th{
	width:30%;
	padding: 20px 30px;
	border: solid 2px #FFA74E;
	text-align:left;
	box-sizing:border-box;
	color: #826039;
	font-weight: 500;
	background-color: #FEF8DD;
}
.tb_support td{
	width:70%;
	padding: 20px 30px;
	border: solid 2px #FFA74E;
	text-align:left;
	box-sizing:border-box;
	color: #000;
	font-weight: 500;
	background-color: #fff;
	line-height: 1.6em;
}

.suppot_hr{
	width: 100%;height: 21px;
	margin: 70px 0;
	background-image: url("../img/support/hr_bg.png");
	background-repeat: repeat-x;
	border: none;
}
.support_open{
	width: 90%;
	margin: 20px auto;
}
.support_photo{
	width:90%;
	margin:10px auto;
}
.support_photo img{
	width: 100%;
	border-radius: 15px;
}

}

/*box-shadow: 1px 1px 6px rgba(0,0,0,0.2);*/
