/* iPads (portrait and landscape) ----------- */	
@media screen and (max-width: 1024px) {
.row { width: 98%; margin:0 auto;}
.box1{
	border:3px solid #ccc;
	padding-top:15px;
	margin-bottom:30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.row { width:100%;}
h2{ font-size:160% !important;}
h3{ font-size:115% !important;}
}

/* iphone etc ----------- */	
@media screen and (max-width: 767px) {
body{ overflow-x: hidden;}
.container { max-width:100%;}
.row { width: 100%; margin:0 auto;}
.wrap{
	max-width:90%;
	margin:0 auto;
	background:#fff;
	padding:0px;
	box-shadow: 0px 0px 0px #ccc;
	}

/* header*/
header {
	width:100%;
    margin: 30px auto 30px;
}
header p {
font-family: "qMmpS StdN W8", "Hiragino Kaku Gothic StdN", "HGPnpp޼UB", "HGPSoeiKakugothicUB", "lr oSVbN", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size:18px;
	text-align:center;
	line-height:1.3;
	padding-bottom:10px;
}
.phr{
	float:none;
	display:block;
	margin:0 auto 20px !important;
	border:1px solid #eaeaea;
}

.height10{ height:10px;}
.pc { display: none !important; }
.sp { display: block !important; }
a {outline:none;}
.ft130{ font-size:105%;}
.ft150{ font-size:110%;}
.ft180{ font-size:130%;}
.ft200{ font-size:130%;}
.ft250{ font-size:150%;}
.ft90{ font-size:70%;}

.sp_ft105{ font-size:105% !important;}
.sp_width15{width:15% !important;}
.sp_width20{width:20% !important;}
.sp_width25{width:25% !important;}
.sp_width60{ max-width:60% !important;}
.sp_width80{ max-width:80% !important;}
.sp_width90{ max-width:90% !important;}
.sp_width100{ max-width:100% !important;}

.footer p{ font-size:70%;}

.br-pc { display:none; }
.br-sp { display:block; }
    
.bold2{
	font-family: "qMmpS StdN W8", "Hiragino Kaku Gothic StdN", "HGPnpp޼UB", "HGPSoeiKakugothicUB", "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 16px;
@font-weight: bold;
	margin: 0 auto 20px;
	text-align: left
}
h2 {
	font-size:24px;
	text-align:center;
    line-height: 150%;
    font-weight: 900;
}
h3 {
	font-size:20px;
	text-align:center;
    line-height: 150%;
    font-weight: 900;
}
p {
	font-size: 14px;
	color:#000 !important;
	text-align:left;
	line-height: 160%;
	margin-bottom: 20px
}

li {
	font-family: "qMmpS StdN W8", "Hiragino Kaku Gothic StdN", "HGPnpp޼UB", "HGPSoeiKakugothicUB", "lr oSVbN", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 130%;
	color: #111;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 10px;
	text-align:left;
}

.profilebox{
	width:90%;
	margin:0 auto;
	background:#fff;
	padding:0px 10px 20px 10px;
}
/* form*/
.formin{
	width:90%;
	margin:0 auto;
	padding:30px 0;
}

input[type="text"]{
   outline: none;
   vertical-align: middle;
	width:95% !important;
	height:60px !important;
   font-size: 20px;
   line-height: 60px;
	color: #111 !important;
   font-weight:bold;
   padding:0 5px;
	border:2px solid #ccc;
	padding-top:0 !important;
	margin:10px auto !important;

}
.privacybox{
	width:95%;
	margin:0 auto 30px;
	background:#fff;
	padding:0px 10px 20px 10px;
}
#privacy h1 {
	font-size:160% !important;
	text-align:center !important;
  font-weight: 900;
	margin:20px 0;
	padding-top:30px;
	padding-bottom:40px;
}

#sl p {
	font-size: 100%;
	padding-bottom:30px;
	color:#000 !important;
	text-align:left;
}

#sl .ft130{ font-size:100%;}
#sl .sp_ft130{ font-size:130%;}
.txt_01:before {
content: '';
  display: inline-block;
  width: 20px;/*摜̕*/
  height: 20px;/*摜̍*/
  background-image: url(../img/check.png);
  background-repeat:no-repeat;
  background-size: contain;
  vertical-align: middle;
  position:absolute;
  top:3px;
  left:0px;
   }
.txt_01 {
    font-size:18px;
	text-align:left;
	position: relative;
	font-weight:bold;
	line-height:150%;
	position:relative;
	padding-left:30px;
	font-family: "qMmpS StdN W8", "Hiragino Kaku Gothic StdN", "HGPnpp޼UB", "HGPSoeiKakugothicUB", "lr oSVbN", "MS PGothic", sans-serif;
    margin-bottom: 10px;
}
}