
/* CSS Document */
@media screen and (max-width:768px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#container{
	width:100%;
}

body {
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.smart_off {display: none;}
.f_switching {	display: none;}

.page_title {
	width: 100%!important;
	padding: 0!important;
}

.conts {
	width: 100%;
}

h2.multi_h2,
h2.conts_h2 {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
	padding: 3%;
	background: #f5f5f5;
	text-align:left;
	margin: 0 0 10px 0;
	font-weight: bold;
}

/* 基本項目ここまで
---------------------------------------- */

}