@charset "utf-8";


 @media screen and (max-width: 769px) {

body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img{
    margin:0;
    padding:0;
	border:none;
	outline:none;
}

body{font-size: 1.4rem;}

img.img20{width: 20%;}
img.img30{width: 30%;}
img.img40{width: 40%;}
img.img50{width: 50%;}
img.img70{width: 70%;}
img.img90{width: 90%;}
img.img100{width: 100%;}

br{display: none;}
br.blk{display: block;}
br.spbr{display: block;}
br.pcbr{display: none;}

table br{display: block;}

.pc-only{display: none;}
.sp-only{display: block;}

input[type="submit"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

button[type="submit"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}


/*=======================================*/

#wrapper{
	width: 100%;
}

/*=======================================*/

.container{
	width:100%;
	padding: 0 0.5rem;

}
/*=======================================*/

.bread{
	width:100%;
	font-size: 1.2rem;
}


/*=======================================*/

header{
	width:100%;
	margin: 0 auto;
	text-align: center;
	background-image: none;
}


/*=======================================*/

.main{
	width: 100%;
}


.text{
	width: 98%;
	margin: 0px auto;
	text-align: left;
	padding: 0.5rem 0 2.5rem 0 ;
}

p{padding-top:34px;}


/*=======================================*/

h1{
	font-size: 1.8rem;
	padding: 1rem 0.5rem;
}

h2{
	font-size: 1.8rem;
	padding: 1rem 0.5rem;
}


.contents{
	width: 100%;
	border: 0.3rem solid #000000;
	padding: 0;
	margin: 0 auto 2rem auto ;
	position: static;
	-webkit-filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.5));
	filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.5));

}



.contents p{
	padding-top: 1rem;
}

.contents img.face{
	float: right;
	width: 12rem;
	position: static;
	bottom:0;
	right: 0;
}

.contents .baloon-free{
	position: relative;
	background-image: none;
	background-color: #FFFBB6;

	width: 80%;
	margin: 1rem auto 0 auto;
	height:auto;
	bottom: 0rem;
	left: 0rem;
	-webkit-filter: none;
	filter: none;


}

.contents .baloon-free p{
	padding: 1rem;
	font-size: 1.6rem;
}

.contents .baloon-free:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #FFFBB6;
}


.contents-name{
	margin-top: 2rem;
	padding: 1rem;
	font-size: 1.8rem;
	text-align: center;
}


.collabo .area-head{
	font-size: 1.6rem;
	position: static;
}


.dendo  .area-head{
	font-size: 1.6rem;
	position: static;
}


.hit  .area-head{
	font-size: 1.6rem;
	position: static;
}


/*===========================================*/

/*===========================================*/

.voice{
	padding:2rem;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 20px 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 20px 5px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 20px 5px;
	margin: 3rem 0 1rem 0;	
	font-size: 1.4rem;

}

.heading{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    padding: 1rem 0 1rem 1rem;
    font-weight: bold;
}



.voice p{
	padding-left: 0rem;
}


/*===========================================*/

a.enterbt{
	width: 100%;
	padding: 2rem 1rem;
	font-weight: bold;
}



/*=======================================*/

.law{
	width:100%;
	margin:0 auto;
	display:block;
}

.law tbody,tr{
	display:block;
}

.law th{
	border-top:none;
	border-bottom:none;
	display:block;
}

.law td{
	border-top:none;
	border-bottom:none;
	width:100%;
	text-align:left;
	font-size:100%;
	line-height:1.4;
	padding:15px;
	color:#222222;
	display:block;
}

.law_text1{
	text-align:center;
	font-size:24px;
	font-weight:900;
	margin:56px auto;
}

.law_text2{
	text-align:left;
	width:90%;
	margin:19px auto;
	font-size:100%;
}

.law_text1 br,
.law_text2 br{
	display:  block;
}



 }