

@media screen and (max-width:1000px) {
body {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.8;
	font-family:
   "游ゴシック", YuGothic,
   "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
   "メイリオ", Meiryo,
   "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	    word-wrap: break-word;
	overflow: scroll;
	min-width: 320px;
}
.mr30 {
	margin-right: 0;
}
.keyvisual{
	height: auto;
	overflow: hidden;
}
.keyvisual_inner{
	width: 100%;
	margin: 0 auto;
}
.keyvisual_inner .panel{
	width: 100%;
	display: block;
}
.keyvisual h1 {
	font-size: 130%;
	padding: 2% 0;
}
.keyvisual h2 {
	font-size: 140%;
	line-height: 1.4;
	    text-align: center;
}
.keyvisual .date {
	text-align: center;
	margin-bottom: 2%;
}
.keyvisual_inner .panel:first-child {
	padding: 0 3%;
	margin: 0;
	
}
.keyvisual_inner .panel:last-child {
	text-align: center;
	padding-bottom: 3%;
}
h3.title01 span {
    display: block;
    line-height: 1.3;
}
.banner_text {
	margin-bottom: 5%;
}
.banner .img {
	width: 38%;
}
.containar .text p.balloon_r {
	width: 73%;
	font-size: 100%;
}
}

/*max width 560px*/
@media screen and (max-width:960px) {
.office .office_inner .txt_c {
	text-align: center;
	margin-bottom: 4%;
	width: 100%;
}
.office .office_inner .text_area {
	width: 100%;
}
.flr {
	float: none;
}
main div.containar,
.intro .intro_inner,
.office .office_inner{
  width:100%;
  margin: 0 autox;
  overflow: hidden;
}
main div.containar .contents{
	margin: 0 3%;

}
.banner_text span{
	font-size:115%;
}
.banner .img {
    right: 10px;
}
}
@media screen and (max-width: 561px) {
	.sp_none{
		display: none;	
	}
	.balloon .pic{
		margin-bottom: 10px;
		z-index: +1;
		position: relative;
	}
	.balloon.right .pic{
		text-align: right;
	}
	.balloon .desc {
		padding: 15px;
	}

	.balloon.left .desc:before {
		top: -20px;
		left: 50px;
	}
	.balloon.left .desc:after{
		top: -40px;
		left: 50px;
	}
	.balloon.right .desc:before {
		top: -20px;
		right: 50px;
	}
	.balloon.right .desc:after{
		top: -40px;
		right: 50px;
	}
.banner {
	padding: 20px;
}
.banner_text {
	width: 100%;
	margin-right: 0;
	min-height: 0;
}
.banner .img {
	width: 100%;
	position: static;
	text-align: center;
	margin-bottom: -20px;
}
}
@media screen and (max-width:451px) {
.keyvisual h1 {
    font-size: 120%;
}
.keyvisual h1 span.category_icon {
    margin-right: 15px;
}
}
@media screen and (max-width:320px) {
h3.title01 span {
	display: block;
	line-height: 1.4;
	font-size: 90%;
}
}

/*nav*/
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
.collapse.show {
  display: block;
}