@charset "utf-8";
/* CSS Document */


/* ==========================
==========　メイン　===========
============================= */

.under_visual {
	background: url(../../img/under_visual.png)no-repeat center center;
	background-size: cover;
}

.normal_container {
	background: #fff;
	padding: 3%;
	margin-bottom: 40px;
}



.normal_container .sub_name {
    padding: 5px 20px;
    background: rgb(64,147,99);
    background: -moz-linear-gradient(left, rgb(64,147,99) 0%, rgb(57,114,124) 50%, rgb(50,80,151) 100%);
    background: -webkit-linear-gradient(left, rgb(64,147,99) 0%,rgb(57,114,124) 50%,rgb(50,80,151) 100%);
    background: linear-gradient(to right, rgb(64,147,99) 0%,rgb(57,114,124) 50%,rgb(50,80,151) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409363', endColorstr='#325097',GradientType=1 );
    color: #fff;
    font-size: 115%;
    margin-bottom: 20px;
}


.g_komidashi {
	color: #455fa3;
	font-size: 120%;
	font-weight: bold;
    margin-bottom: 6px;
}

.g_float {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	
.g_left,
.g_right {
	margin-top: 35px;
    line-height: 2;
}


ul.safety_list {
    margin-bottom: 25px;
}

ul.safety_list li {
	margin-bottom: 5px;
	text-indent: -3em;
    padding-left: 4em;
}


.mark_sign {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	max-width: 650px;
	width: 100%;
	margin: 20px auto;
}

.mark_sign p {
	background:#F5F5F5;
	border: 2px solid #8c8c8c;
	max-width: 300px;
	width: 100%;
	text-align: center;
	padding: 30px 10px;
	margin-top: 15px;
}



/* トップ固有のスマホ対応記述
========================== */

/* 1200pxより小さい場合 */
@media screen and ( max-width: 1200px ){
	
}

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	


/* 500pxより小さい場合 */
@media screen and ( max-width: 500px ){
	
}

/* 420pxより小さい場合 */
@media screen and ( max-width: 420px ){

}

/* 360pxより小さい場合 */
@media screen and ( max-width: 360px ){
	
}






