/* ===================================================================
--roadStar.css--
=================================================================== */
@charset "utf-8";

/* =========================PC=========================================== */

@media screen and (min-width: 767px) {

.sp {
	display: none;
}
	p.top_under {
		text-align: center;
		margin: 20px 0;
	}
	
	ul.aim {
		 display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
		
	}
	
	ul.aim_2 {
		 display: flex;
		-webkit-justify-content: space-between;
    	justify-content: space-between;
		margin-top: 50px;
		border-bottom: 1px dotted #9f8971;
		padding-bottom: 30px;
		
	}
	ul.aim_3 {
		 display: flex;
		-webkit-justify-content: space-between;
    	justify-content: space-between;
		margin-top: 30px;
		border-bottom: 1px dotted #9f8971;
		padding-bottom: 30px;
		
	}
	ul.aim_4 {
		 display: flex;
		-webkit-justify-content: space-around;
    justify-content: space-around;
		text-align: center;
	}
	ul.aim_4 img{
		margin-bottom: 15px;
	}
	ul.aim_4 li span{
		font-size: 18px;
	    color: #5f3b13;
	    font-weight: bold;
	}
	ul.aim_5 {
		 display: flex;
		-webkit-justify-content: space-between;
		text-align: center;
		padding-top: 35px;
		border-top: 1px dotted #9f8971;
		border-bottom: 1px dotted #9f8971;
    	padding-bottom: 50px;
	}
ul.aim_5 li {
	width: 80%;
	text-align: left;
}
	ul.aim_5 li span {
    	font-size: 12px;
    	color: #5f3b13;
    	font-weight: bold;
		
}

	.aim_txt2_tx {
		width: 80%;
		margin-bottom: 15px;
	}
	.aim_txt2_sideimg{
		margin-top: 40px;
	}

	ul.koutei {
		display: flex;
		-webkit-justify-content: space-between;
		margin: 0 auto;
		
		margin-top: 20px;
		margin-bottom: 20px;
		border: 7px solid #D1D1D1;
		width: 80%;
		padding: 20px 43px;
	}
	ul.koutei li:nth-child(2){
		margin-left: 30px;
	}
	.koutei_txt{
		font-size: 15px;
   	 	width: 70%;
		color: #5f3b13;
		line-height: 1.5em;
	}
	
	ul.koutei_last {
		display: flex;
		-webkit-justify-content: space-between;
		margin: 0 auto;
		padding: 15px 45px;
		margin-top: 20px;
		margin-bottom: 50px;
		border: 7px solid #D1D1D1;
		width: 80%;
	}
	ul.koutei_last li:nth-child(2){
		margin-left: 30px;
	}
	.koutei_txt_last{
		font-size: 15px;
   	 	width: 70%;
		margin-top: 20px;
		color: #5f3b13;
	}
	h3.aim_h{
		font-size: 23px;
    color: #5f3b13;
    margin-bottom: 15px;
    font-weight: bold;
	}
	h3.aim_h2{
		font-size: 23px;
    color: #5f3b13;
    margin-bottom: 30px;
	margin-top: 30px;
    font-weight: bold;
	}
	li.aim_txt{
		margin-left: 40px;
		margin-top: 35px;
	}
	#aiming h2{
		margin-top: 40px;
		margin-bottom: 50px;
	}
	div.u{
		text-align: center;
	}
	p.contact-top{
		font-size: 15px;
		text-align: center;
		color: #5F3B13;
		font-weight: bold;
		padding-top: 30px;
		padding-bottom: 10px;
}
	
}

/* =========================ƒXƒ}ƒz=========================================== */
@media screen and (max-width: 767px) {


	.pc {
		display: none;
	}
	.otoi{
		margin:  10px;
	}
	.shaken{
		margin: 10px;
	}
	ul.aim {
			text-align: center;	
		}
	ul.aim li.aim_txt{
		text-align: left;
    padding-bottom: 20px;
		width: 95%;
    margin: 0 auto;
	}
	li.kanban{
		text-align: center;
		padding-bottom: 20px;
	}
	li.kanban img{
		width: 65%;
		margin: 0 auto;
	}
	ul.aim_3 li.aim_txt2{
		width: 95%;
    margin: 0 auto;
	}
	p.aim_txt2_tx{
		padding-bottom: 10px;
	}
	li.aim_txt2_sideimg{
		padding-top: 20px;
		text-align: center;
	}
	p.top_under {
		margin: 20px 0;
    font-size: 14px;
    font-weight: bold;
    margin-left: 7px;
	}
	p.top_under span{
		color: #63A445;
		font-size: 20px;
		background: linear-gradient(transparent 0%, #FFF8B1 100%);
	}
	h3.aim_h{
		font-size: 20px;
    color: #5F3B13;
    padding-bottom: 10px;
		padding-top: 20px;
	}
	h3.aim_h2{
		font-size: 20px;
		color: #5F3B13;
		padding-bottom: 10px;
		padding-top: 40px;
		text-align: center;
	}
	ul.aim_4{
		text-align: center;
	}
	ul.aim_4 img{
		margin: 20px 0;
	}
	ul.aim_4 span{
		font-size: 18px;
		color: #5F3B13;
		font-weight: bold;
	}
	#aiming h2{
		margin-top: 30px;
	}
	ul.koutei {
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
		border: 7px solid #D1D1D1;
		width: 90%;
		padding: 20px 0px;
	}
	ul.koutei img{
		margin-left: 25px;
    margin-bottom: 20px;
	}
	.koutei_txt{
		font-size: 15px;
   	 	width: 85%;
		color: #5f3b13;
		line-height: 1.5em;
		margin: 0 auto;
	}
	
	ul.koutei_last {
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
		border: 7px solid #D1D1D1;
		width: 90%;
		padding: 20px 0px;
	}
	ul.koutei_last img{
		margin-left: 25px;
		margin-bottom: 20px;
	}
	.koutei_txt_last{
		font-size: 15px;
   	 	width: 85%;
		color: #5f3b13;
		line-height: 1.5em;
		margin: 0 auto;
	}
	div.u{
		text-align: center;
	}
	ul.aim_5 {
		text-align: center;
		padding-top: 35px;
		border-top: 1px dotted #9f8971;
		border-bottom: 1px dotted #9f8971;
		padding-bottom: 50px;
		margin: 0 auto;
	}
	ul.aim_5 li {
	width: 64%;
    text-align: left;
    margin: 0 auto;
}
	ul.aim_5 li img{
		margin: 10px 0;
	}
	ul.aim_5 li span {
    	font-size: 12.5px;
    	color: #5f3b13;
    	font-weight: bold;		
}
	p.contact-top{
		font-size: 15px;
		text-align: center;
		color: #5F3B13;
		font-weight: bold;
		padding-bottom: 20px;
}
}