@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{

font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
font-weight: 500;
font-size:18px;
color:#333;
line-height:1.6;


}
.m{font-family :YuMincho,'Yu Mincho','Hiragino Mincho ProN',serif;letter-spacing:-1px;}
.pc{display:block;}
span.pc,br.pc{display:inline-block;}
img.pc{display:inline;}
.sp{display:none;}
@media screen and (max-width: 768px) {
	body{
	font-size:15px;
	}

	.pc{display:none;}
	span.pc,br.pc{display:none;}
	img.pc{display:none;}
	.sp{display:block;}
	span.sp,br.sp{display:inline-block;}

	img{width:100%;}
	}

}

.table{display:table;width:100%;}
.cell{display:table-cell;
vertical-align:top;}
.cell.sp{display:none;}
.cell.pc{display:table-cell;}
.center{text-align:center;}

p,div,td,th{
  word-break : break-all;
}

a{
	color:#231815;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#231815;
}

a:hover{

}

.float-left{
	float:left;
}
.float-right{
	float:right;	
}

strong{
font-weight:bold;
}

input[type="button"],input[type="text"],input[type="tel"],input[type="email"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
border:1px solid #666;
}

.select {
	overflow: hidden;
	width: 98%;
	margin: 0 0;
	text-align: center;

}
.select select {
	width: 100%;
	padding-right:0;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size:16px;
}
.select select::-ms-expand {
    display: none;
}

.login_flag .select select {
background:#99cce3;
}

.select.cp_sl02 {

	position: relative;
	border: 1px solid #666;

	background: #ffffff;
}
.select.cp_sl02::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.select.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';

}
.select.cp_sl02 select {
	padding: 5px 38px 5px 5px;
	
}



input[type="checkbox"]{
  display: none;
}
.checkbox{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
vertical-align:top;
}
.checkbox::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius:0;
background-color:#fff;
}
input[type="checkbox"]:checked + .checkbox{

}
input[type="checkbox"]:checked + .checkbox::after{
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #754C24;
  border-right: 3px solid #754C24;
}






@font-face {
	font-family:"コーポレート・ロゴＢ";
	src: url("../fonts/logotypejp_mp_b_1.1.ttf") format('OpenType');
}



/* For modern browsers */
.clearfix:before,
.clearfix:after {
 content: " ";
 display: table;
}
 
.clearfix:after {
 clear: both;
}
 
.clearfix {
 *zoom: 1;
}





/*ここから記述します*/


.wrapper{
	background-image: url("../images/haikei.png");
	background-repeat: repeat;
	padding:0 0 0 0 ; 
}

.midashi{
	color: #503C27;
}

.logo{
	background-color: #FEFEFE;

	margin-bottom:20px; 
}
.logo .logo-inner{
max-width: 1071px;
width: 100%;
margin: 30px auto 0 auto;
padding-bottom:20px;
}
h1{
color: #503C27;
	text-align: center;
	font-size: 35px;
	margin: 0 auto;
	padding: 10px 0;
	width:860px;
	border-bottom:solid 1px #503C27;
	font-family: 'コーポレート・ロゴＢ';
	
}

.midashi2{
	text-align: center;
	padding: 30px 20px ;
	font-weight:bold;
	color: #503C27;
}


.main{
	width: 960px;
	padding:50px 0px;
	
	background-color: #F3EFE6;
	margin: 0 auto 0px auto;

}

.main_inner{
	width: 800px;
	margin: 0 auto;
}

/*ボタン*/

.btn{
	margin-top:30px; 
	text-align: center;
	color: white;
	font-weight: bold;
}

.btn .no{
	background-color: #999999;
	padding: 15px 30px;
	border-radius: 5px;
	margin-right:20px; 
	color: white;
}

.btn .yes{
	background-color: #E62A3F;
	padding: 15px 80px;
	border-radius: 5px;
	color: white;
}

.main input[type=text]{
	padding:5px;
}

.main_img{
	margin: 30px 0;
}
.contents{
padding-bottom:50px;
}


/*利用規約関係 index  /confirm*/

.privacy h2{
	font-size: 30px;
	font-weight: bold;
	margin: 80px 0 20px 0;
}

.agreement{
	background-color: white;
	padding:30px;
	height: 500px;
	width: calc(100% - 60px);
	overflow-y:scroll;
	font-size: 14px;
}

.bold{
	font-weight: bold;
}

.size_center{
	font-size:20px; 
	text-align: center;
}



.privacy2{
	margin-top:20px; 
	text-align: center;
}

.privacy2 input{
	margin-right:10px; 
}

footer{
width: 100%;
background-color: #536431;
padding-top: 10px;
padding-bottom: 20px;
text-align:center;
color:#fff;
font-size:14px;
}



.error{
background-color:#FFC0CB !important;
}


.remodal{
font-size:16px;
padding:15px 10px;
}
.remodal .error-title{
font-size:16px;
margin-bottom:10px;
font-weight:bold;
}
.remodal .error_message{
margin-bottom:3px;
color:red;
}

.remodal-confirm:hover, .remodal-confirm:focus {
    background: red;
}
.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 3px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    background:#ccc;
}




@media screen and (max-width: 768px) {
.logo .logo-inner{
max-width: auto;
width: 80%;
margin: 10px auto 0 auto;
padding-bottom:10px;
}
.logo{
	padding:10px;
}

h1{
	width:96%;
	font-size:20px;

}

.main{
	padding:15px 0px 30px 0;
	width: 96%;
	margin:0 auto;
}
.main_inner{
	width: 90%;
	margin: 0 auto;
}
.main_img {
    margin: 15px 0;
}
.midashi2 {
    text-align: left;
    padding: 10px 10px;

}

.btn {
    margin-top: 30px;
  
}
.btn .no{
	padding: 10px 20px;
	margin-right:10px; 
}

.btn .yes{
	padding: 10px 40px;
}

.privacy h2{
	font-size: 20px;
}

.size_center{
	font-size:15px; 
}

.agreement,
.agreement_1,
.agreement_2{
	padding:15px;
	width: calc(100% - 30px);
}

.privacy2 {
 
}

}