@media (max-width: 768px) {

body {
	min-width:inherit;
	margin-top:50px;
	}


/* ----------------------------------------

コンテンツ幅

---------------------------------------- */

/*共通パディング*/
/*
.box-pd {
	padding-top: 80px;
	padding-bottom: 50px;
}
*/

.content-wrap-l{
	padding: 0 15px;
}

.menu-mgn{
	margin-top:50px;
	}

.lower-frame {

    background-attachment: fixed;
    background-position: 0px 50px;
}

/* ----------------------------------------

各ページ共通要素

---------------------------------------- */

/*各共通タイトル*/
/*
.common-ttl {
	font-size: 20px;
}

*/

.common-ttl-2{
	background-size: 90px;
	font-size: 20px;
}

.common-ttl-2>strong{
	margin: 0 8px;
	font-size: 32px;
}

.common-ttl-4:after{
	width: 100%;
}


.list-page-ttle {
	font-size:20px !important;
	}

/* ヘッダー--------------------------------- */
#underlayer{
	padding: 8px 0;
	height: 60px;
	background-color:transparent;
}

#underlayer>h1{
	display: none;
}

#underlayer>nav{
	position: static;
	top: 0px;
	left: 0;
	z-index: 9999999;
	float: none;
	margin: 0;
	width: 100%;
}

#underlayer>nav ul{
	margin: 0 auto;
	    width: 100%;
}

#underlayer>nav ul li{
	padding: 0px 5px;
	background-image: none;
	float: left;
    box-sizing: border-box;
    width: 20%;
    background-color: inherit;
}

#underlayer>nav ul li a span{
	display: none;
}

#under_visual_area{
	height: 180px;
}

#under_visual_area>div .main-ttl {
    top: 80px;
    font-size: 66px;
}

.sub-ttl {
    top: 135px;
    font-size: 17px;
}

#under_visual_area>div h2{
	top: 150px;
	font-size: 30px;
}

#under_visual_area>div h2:after{
	width: 40%;
}

#under_visual_area>div h2:before{
	top: 20px;
	background-size: 50px;
}

/*下層gnav*/
	#underlayer>nav{
	position: fixed;
	z-index: 9999999;
	top: 0;
	margin: 0;

	width: 100%;
	background-color: #e85d7c;
}
#underlayer>nav ul li{
	border-right:1px solid #fff;
	}
#underlayer>nav ul li:last-child{
	border-right:none;
	}
#underlayer>nav ul li a{
	padding: 0px;
	box-sizing: border-box;
	background-image: none;
	font-size:11px;
	text-align:center;
	height:50px;
	line-height:50px;
	color:#fff;

}

#underlayer>nav ul li a span{
	display: none;
}

.list-page-ttle{
	padding: 16px;
}
/* フッター--------------------------------- */

footer #footer_bottom {
    padding: 40px 0 0px 0;

}

footer #footer_top>.img-box {
    margin-right: auto;
    margin-left: auto;
    width: 150px;
}


footer #footer_top>ul{
	display: block;
	overflow: hidden;
	width: 100%;
}

footer #footer_top>ul li{
	float: left;
	margin: 5px 0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 50%;
}

footer #footer_bottom ul{
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom:24px;
}

footer #footer_bottom ul li{
	display: block;
	float: left;
	margin: 5px 0;
	padding: 0 5px;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
	font-size:13px;
}

footer #footer_bottom address{
	float: none;
	margin: 0 auto;
	padding: 170px 0 0 0;
	width: 90%;
	background-position: center top;
}

footer #footer_bottom address em{
	text-align: center;
	font-style: normal;
}

footer #footer_bottom #contact_area{
	float: none;
	margin: 32px auto;
	padding: 10px;
	width: 100%;
}

footer #footer_bottom #contact_area>p{
	padding: 4px;
}

footer #footer_bottom #contact_area>div{
	margin-top: 24px;
}

footer #footer_bottom #contact_area>div span{
	float: none;
	width: 100%;
}

div a.cnt{
	float: none;
	margin: 14px auto 0 auto;
}

/*以下、トップページローカルより移植*/


/* 声エリア---------------------------- */

.voice-m-top {
    margin-top: 40px;
}

#voice_area h2{
	font-size: 24px;
}

#voice_area .text-1{
	margin: 14px 0 0 0;
	padding: 20px 10px;
}

#voice_area article{
	padding: 50px 5px 32px 5px;
	background-position: -30px -20px;
	background-size: 130px;
}

#voice_area article p>span{
	padding: 8px;
	font-size: 12px;
}



#voice_area article .img-box{

	width: 80px;
	height:80px;

}


/* ブログエリア---------------------------- */
#blog_area .left{
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 40%;
}

#blog_area .right{
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#blog_area .right h2{
	margin-top: 20px;
	text-align: center;
}

#blog_area article>a .img-box{
	padding: 0;
}

#blog_area article>a .text_box{
	float: none;
	padding: 0;
	width: auto;
}

#blog_area article>a .text_box .tag{
	margin: 0 0 16px 0;
}

#blog_area article>a .text_box .tag span{
	font-size: 12px;
}

#blog_area article>a .text_box .tag span:nth-of-type(2){
	margin: 2px 5px;
}

#blog_area article>a .text_box h2{
	font-size: 16px;
}

/*トップページローカルより移植、以上。*/

.under_blog_area_1column .img-box{
	width: 100% !important;
	}


.to-top{
	position:fixed;
	bottom:10px;
	left:10px;
	    z-index: 9999999;
	}

.to-top a{
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:12px;
	background-color:rgba(255,255,255,0.8);
	border-radius:50%;
	color:#999;
	text-align:center;
	}

.contact_bottom{
	margin-bottom: 30px;
}

/* ----------------------------------------

パンくず

---------------------------------------- */
/*
.breadcrumb {
	margin-top: 35px;
	font-size: 18px;
	font-weight: normal;
}

.breadcrumb li {
	display: inline;
}
*/

/* ----------------------------------------

上部に戻るボタン

---------------------------------------- */
/*
.to-top-btn {
	position: fixed;
	width: 50px;
	height: 50px;
	font-size: 11px;
	right: 0px;
	bottom: 0px;
	background: #46301b;
	color: #fff;
	padding: 16px;
	text-align: center;
	cursor: pointer;
	line-height: 1.5em;
}
*/




}