
@media screen and (max-width: 768px){
	/* about header*/

     
	/* about-visual-container*/
	.about-visual-container{
		height: auto;
		padding-top:60px;
		padding-bottom:60px;
	}
	.about-visual-container > div{
		width:100%;
		margin:0 !important;
		padding:0 !important;
	}
	.about-visual-container > div div{
		position: relative;
	}
	.about-visual-container h1{
		margin-bottom:30px;
		font-size: 1.8rem;
		text-align: center;
	}
	.about-visual-container .txt-message{
		position: static;
		width: auto;
		margin-left: 0;
		margin-top:60px;
		font-weight: 600;
	}
	.about-visual-container  p{
		line-height:26px;
		font-size:1.4rem;
		text-align: center;
	}
	.about-visual-container figure{
		position:static;
		width:100%;
		height:320px;
		margin-top:30px;
		text-align: center;
	}
	.about-visual-container figure img{
		display: inline-block;
		width: 380px;
	}
	/*  about-concept-container  */
	.about-concept-container{
		background-color: #f2f2f2;
	}
	.about-concept-container > div{
		padding: 185px 0 210px;
	}
	.about-concept-container h2{
		margin-bottom:30px;
		font-size:1.8rem;
	}
	.about-concept-container .txt-summary img{
		width: 536px;
	}
	.about-concept-container .box-for-pict{
		position: relative;
		width: 955px;
		margin: 85px auto 0;
		padding: 0 50px;
	}





	/*  about-concept-container  */
	.about-concept-container > div{
		padding: 50px 0 64px;
	}
	.about-concept-container h2{
		font-size:1.8rem;
	}
	.about-concept-container .txt-summary img{
		width: 264px;
	}
	.about-concept-container .box-for-pict{
		position: relative;
		width: calc((100% - 20px));
		max-width: 400px;
		margin: 60px auto 0;
		padding: 0 0 0 30px;
	}
	.about-concept-container .box-for-pict:before{
		left: 19px;
	}
	.about-concept-container .box-for-pict:after{
		left: 4px;
		width: 18px;
		height: 100px;
		background-size: 10px auto ;
	}
	
	.about-concept-container .box-for-pict figure{
		padding: 0 0 10px;
	}
	.about-concept-container .box-for-pict figure img,
	.about-concept-container .box-for-pict.item-name figure img{
		width: calc((100% - 20px));
	}
	.about-concept-container .box-for-pict.item-logo figure img{
		width: 100%;
	}
	.about-concept-container .box-for-pict .box-sub{
		margin-top: 15px;
		text-align: center;
	}
	.about-concept-container .box-for-pict .box-sub img{
		width: calc((100% - 10px));
	}
	
	/*  about-tgcom-txt-container  */
    .about-tgcom-txt-container{
	    padding: 30px 15px;
    }
	.about-tgcom-txt-container h3{
		font-size:1.8rem;
		margin-bottom:20px;
	}
	.about-tgcom-txt-container  p{
		margin-bottom:20px;
		text-align:left;
		font-size:1.4rem;
	}
	.about-tgcom-txt-container  a{
		position:relative;
		height:48px;
		max-width:384px;
		width:100%;
		border-radius: 24px;
		text-align: center;
	}
	.about-tgcom-txt-container a::after{
		position:absolute;
		right:20px;
	}

	
    /* .about-contents-container */
    .about-contents-container{
	    padding:56px 30px;
    }
    .about-contents-container > div > div{
	    display:block !important;
    }
    .about-contents-container h2{
	    margin-bottom:15px;
	    padding-top:40px;
	    font-size: 1.6rem;
    }
    .about-contents-container .box-recipe h2{
        background-size:158px auto;
    }
    .about-contents-container .box-column h2{
        background-size:181px auto;
    }
    .about-contents-container p{
	    margin-bottom:0;
		line-height: 1.8;
	    font-size: 1.4rem;
    }
    
    .about-contents-container > div > div div{
	   width:100%;
	   padding: 0 15px;
    }
    .box-recipe{
	    margin-bottom:50px;
    }
    .about-contents-container figure,
    .box-recipe figure{
		margin-bottom: 30px;
	    margin-right:auto;
		margin-left: auto;
	    width:100%;
	    max-width:600px;
    }
	.box-column{
	    height:auto;
    }
    .box-column figure{
	    position:static;
    }
	.about-contents-container  a{
		position:relative;
		height:48px;
		max-width:384px;
		width:100%;
		margin-top:20px;
		text-align: center;
		border-radius: 24px;
	}
	.about-contents-container a::after{
		position:absolute;
		right:20px;
	}

/* .box-about-theme */
.box-about-theme{
	height:auto;
	padding:50px 0;
	background: #bbd9b3 url('/img/bg-about-theme.svg') no-repeat center  0 scroll;
	background-size:300% auto;
}
.box-about-theme > div{
	position:relative;
	max-width:960px;
	margin: 0 auto;
}
.box-about-theme h2{
	margin-bottom:44px;
	padding-top:45px;
	background:  url('/img/txt-theme.svg') no-repeat center 0 scroll;
	background-size:146px auto;
	text-align: center;
	font-size:1.6rem;
}
.box-about-theme p{
	margin-bottom:40px;
	text-align: center;
	font-size:1.4rem;
}
.box-about-theme figure{
	position:static;
	max-width:300px;
	width:100%;
	margin: 0 auto;

	width:491px;
}
.box-about-theme figure img{
	width:100%;
}
}