@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;

}

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

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


/*=======================================*/
header{
	width:100%;
	margin: 0 auto;
	text-align: center;
	background: url(../../image/top/header-top3_sp.png) center center / 100% 100% no-repeat;
	height:0;
	padding:24%;
}


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

.main{
	width: 100%;
}


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

p{padding-top:34px;}


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

h2{
	font-size: 22px;
	padding:20px 10px;
	margin:60px auto 20px;
}


.contents{
	width: 100%;
	border: 0.3rem solid #000000;
	padding: 0 0 0 0;
	margin: 30px auto 0 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 h2{
	padding: 10px 0 10px 60px;
	font-size: 14px;
}



.contents p{
	padding-top: 15px;
	font-size:12px;
	line-height:1.6;
}

.contents-icon{
	position:absolute;
	left:10px;
	top:13px;
	width: 40px;
}

.contents img.face{
	float: right;
	width: 110px;
	position: static;
	bottom:0;
	right: 0;
	border:1px solid #999;
	margin:15px 0 0 15px;
}


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

	width: 85%;
	margin: 1rem auto 0 auto;
	height:auto;
	bottom: 0rem;
	left: 0rem;
}

.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;
}


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

.yosi_top1{
	margin:0 auto 20px;
	float:none;
	display:block;
	width:200px;
}


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

.form{
	width: 94%;
	margin: 0rem auto;
	background-color: #ffffff;
	padding: 0.5rem;
	text-align: left;
	box-shadow: 0 0 10px 0 #9e9e9e;
	border-radius:6px;
	border:3px solid #999;
}

table.form-table{
	width: 100%;
	font-size: 1.4rem;
	text-align: center;

}

table.form-table tr td{
	display: block;
}

input[type="text"],
input[type="password"]{
	width: 100%;
	padding:1rem 0.5rem;
	font-size:1.8rem;
	color:#000000;
	background-color: #fafccf;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}

table.form-table input[type="text"],
table.form-table input[type="password"]{
	width: 100%;

}

button[type="submit"].form-bt{
	width: 90%;
	height: auto;
	padding: 0.2rem;
	margin: 1rem 2rem;
	border-bottom: 0;
}

button[type="submit"].form-bt img{
	width: 90%;
}

.pre_bg{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height:75px;
	margin:10px auto;
}

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

.login{
	position: static;
	width: 100%;
}


.login input[type="text"],
input[type="password"]{
	padding:0.5rem 1rem ;
	width: 90%;
}


input[type="checkbox"]{
	margin: 0.5rem;
}



input[type="submit"].login-bt{
	padding: 2rem 0.5rem;
	width: 80%;
	border-radius: 6rem;
}





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

.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;
}



 }
