@charset "utf-8";
body {
	font: normal 18px/1.7 "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ここから書いていきましょう */
.pc-item img{
	width:100%;
	max-width:1440px;
}
h2{
	font-size: 40px;
	color:#0071bc;
	margin:40px auto ;
	font-weight: bold;
}
h3{
	color:#0071bc;
	font-size: 28px;
	font-weight: bold;
	
}
.form-wrapper{
	width:1200px;
	background: #def1f9;
	margin:40px auto;
	padding:60px;
	border-radius: 40px;
}
.property-info{
	display: flex;
	justify-content: center;
	margin:20px 0 40px;
}
.personal-info{
width:60%;
margin:0 auto;
}
.property-info li{
	width:300px!important;
}
.personal-info li{
	width:100%;
	padding-top: 20px;
}
.allow{
	font-size: 28px;
	padding-right: 20px;
	color: #0071bc;
}
dl{
	text-align: left;
}
.property-info input
,.property-info select{
	width:90%;
	height:40px;
	padding:0 10px;
	font-size: 22px;
}
.personal-info input{
	width:400px;
	height:40px;
	
}
.personal-info dl{
	display: flex;
	justify-content: space-between;
}
.required{
	color:#29abe2;
	background: #fff;
	font-weight: bold;
	margin:0 20px;
}
.c-form__label-text{
	font-weight: bold;
	font-size: 28px;
	color:#333;

}
.c-form__input-text{
	font-size: 24px;
	padding:0 10px;
}
select{
	color:#000;
}
::placeholder{
	font-size: 22px;
	color:#999;
}
/* 送信ボタン */
.submit-button{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
font-size: 28px;
font-weight: bold;
  color: #333;
  padding: 18px 80px;
	margin-top: 20px;
  background-color: #ffcd3a;
	border-radius: 20px;
  cursor: pointer; /* ポインターカーソルを表示 */
}
@media screen and (max-width: 1440px) {
	h2{
font-size: 24px;
	margin:3% auto;
	}
	h3{
		font-size: 22px;
	}
	.form-wrapper{
		width:80%;
		margin:0px auto 60px;
		padding:60px;
	}
	.property-info{
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin:60px auto ;
		width:45%;
	}
	.personal-info{
	width:70%;
	margin:0 auto;
	}
	.property-info li{
		width:100%!important;
	}
	.personal-info li{
		width:100%;
		padding-top: 0px;
	}
	.allow{
font-size: 0;
	}
	dl{
		text-align: left;
	}

	.property-info select{
		width:100%;
	
	}
	.personal-info input{
		width:100%;		
	}
	.personal-info dl{
	padding:14px 0;
	flex-direction: column;
	}
	.required{
		margin:0 20px;
	}
	
}
@media screen and (max-width: 640px) {

		.form-wrapper{
			width:94%;
			padding:40px 0px 60px;
		}
		.property-info{

			margin:20px auto 40px;
			width:70%;
		}
		.personal-info{
		width:90%;
		margin:20px auto 0;
		}
		.personal-info dl{
		padding:6px 0;
		flex-direction: column;
		}
		.property-info input
		,.property-info select{
	
			height:30px;
		
		}
		.personal-info input{
		width:90%;
			height:30px;
			
		}
		.required{
			margin:0 20px;
		}
    .submit-btn{
			margin-top: 0;
		font-size: 24px;
			padding: 18px 60px;
	
		}
		.c-form__label-text{
			font-weight: bold;
			font-size: 22px;
			color:#333;
		
		}
		
select,
::placeholder{
	
	font-size: 18px!important;
}
}

.bana{
   	max-width:1320px;
    width: 100%;
	margin:20px auto;
	padding:0 60px;    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    
}
.bana li{
    width: 33.3%;
    box-sizing: border-box;
    padding: 10px;    
}
.bana li img{
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 640px) {
    .bana{
        box-sizing: border-box;
        margin: 20px auto;
        padding: 5px;
    }   
    
    .bana li{
        width: 50%;
        box-sizing: border-box;
        padding: 10px;    
    }
}
.check_box1 table{
    width: 100%;    
}
.check_box1 table th{
    padding: 10px;
    font-size: 22px;
    width: 30%;
}
.check_box1 table td{
    padding: 10px;
    font-size: 22px;
    
}


.check_box2 li{
    padding: 15px;
    background-color: #fff;
    margin: 15px;
    font-size: 22px;   
}

.check_box2 li input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    
    .check_box1 table,.check_box1 tbody{
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .check_box1 tr{
        display: block;
        margin-bottom: 10px;
        padding: 0 15px
    }
    .check_box1 table th{
        display: block;
        width: 100%;
        padding: 10px;
        color: #0071bc;
        border-bottom: 1px solid #0071bc;
        font-size: 16px;
        box-sizing: border-box;
    }
    .check_box1 table td{
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        box-sizing: border-box;

    }
    
    .check_box2 li{
        padding: 15px;
        background-color: #fff;
        margin: 15px;
        font-size: 14px;   
    }
    .check_box2 li input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        cursor: pointer;
    }
}

    .error-message {
        color: red; /* 赤文字で表示 */
        margin-top: 5px; /* エラーメッセージの上の余白 */
        font-size: 14px; /* フォントサイズを少し小さく */
    }
.management{
    margin-bottom: 50px;
}
.management h3{
    text-align: center;
    color: #0071bc;
}
.management table{
    margin: 0 auto;
}
.management th,.management td{
    color: #555;
    border: none;
    padding: 5px;
}
.management a{
    color: #555;
}
@media screen and (max-width: 640px) {
    .management th,.management td{
        font-size: 12px;
    }
}

.top_h1{
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .top_h1{
        font-size: 12px;
    }
}
