/**--==================================  1200px以上(lg)  **/
@media (max-width: 1200px) {

header nav h2 a {
	font-size: 12px;
}
}
/**--==================================  992px以上(md)   **/
@media (max-width: 992px) {

header {
        width: 100%;
        top: 0;
        position: fixed;
        margin-top: 0;
        height: 60px;
        z-index: 300;
		background: rgba(232,244,251,0.9);
    }

header h1 img {
	margin: 5px 0 0 3%;
	float: left;
	max-width: 100px;
	height: auto;
}
  /* Fixed reset */
#mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
}
header nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -450px;
		left: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
header nav #global-nav {
        list-style: none;
        position: static;
        right: 0;
        top: 0;
        font-size: 16px;
		font-weight: bold;
        background: rgba(232,244,251,0.9);
}
header nav h2 {
        float: none;
        position: static;
		display: block;
}
header nav h2 a {
        width: 100%;
        display: block;
        color: #343240;
        padding: 15px 5%;
		border-top: 1px solid #ccc;
	border-left: none;
}
header nav h2 a.last {
	border-right: none;
		border-bottom: 1px solid #ccc;
}
#nav-toggle {
        display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
}
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-3sdeg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(429px);
        -webkit-transform: translateY(429px);
        transform: translateY(429px);
}
/**-----------------------------------------------  footer  **/ 
footer {
	padding: 5px 0 0 0;
}
footer .foot_img {
	width: 80%;
	margin: 0 auto;
}
#copy {
	background-color: #5F91BC;
	color: #fff;
	font-size: 14px;
	padding: 0.5% 0;
}
/**-----------------------------------------------  common  **/ 

.foot_contact {
	padding: 5% 5%;
}

.foot_contact h4 {
	color:#fff;
	font-size: 20px;
	margin-bottom: 30px;
}

#main h2 {
	width: 200px;
	margin: 0 auto;
	line-height: 80px;
	background-image: url(../img/common/sub_title.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 80px auto;
	font-size: 18px;
}

h4.catch {
	font-size: 16px;
	color: #3F7199;
}
/**-----------------------------------------------  top  **/ 
#main {
	margin-top: 60px;
}

/*  news ************/

.category01,
.category02,
.category03 {
	padding: 0.5% 6%;
	font-size: 14px;
}
/*  contents ************/
.syohin .col-xs-6 {
	margin: 3% 0;
}
/**-----------------------------------------------  office  **/
table.office {
	border-collapse: collapse;
	width: 96%;
	border: 1px solid #e2e5e8;
}
table.office  td {
	word-break: break-all;
}

}

/**--==================================  767px以下(xs)  **/
@media screen and (max-width: 767px) {
#contents_back {
	padding: 15% 0 0 0;
	
}

h3.title01 {
	margin: 5% 0;
}
/*  news ************/

.category01,
.category02,
.category03 {
	padding: 0.5% 2%;
	font-size: 12px;
}
#news h3 {
	margin: 5% 0;
}
#news h3.nunoban {
	margin: 20% 0 5% 0;
}
.syohin .col-md-3 {
	height: auto;
}
.syohin .col-xs-12 {
	margin: 5% 0;
	padding-bottom: 10%;
	border-bottom: 3px dotted #ccc;
}

.syohin .col-xs-12 .blue_box {
	margin: 5% 0;
	padding-bottom: 10%;
	border-bottom: none;
}

h3.title01 {
	font-size: 18px;
	line-height: 66px;
	padding: 1% 4%;
	background-image:url(../img/common/title01.png);
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.syohin .blog .col-xs-12 {
	margin: 0 0;
	padding-bottom: 3%;
	border-bottom: none;
}

/**-----------------------------------------------  office  **/

table.office th {
	width: 100%;
	display: block;
	
}

table.office  td {
	width: 100%;
	display: block;
	word-break: break-all;
}
iframe {
	margin: 5% 0;
}

}