@charset "utf-8";

.Side_right h4{
	font-size: 29px;
	line-height: 50px;
}
.Side_right .text_p span{
	color: red;
}
.Side_right .rahu{
	color: #FF0D45;
	font-size: 25px;
}
.Side_right .mini{
	font-size: 30px;
}
.Side_right .kojin{
	color: #4D4D4D;
	background-color: #FFFFD7;
	margin: 0 30px;
	border-radius: 10px;
	padding: 30px;
}
.Side_right .kojin p{
	font-size: 17px;
}
.Side_right .flex_left p{
	margin-top: 10px;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.Side_right h4{
	font-size: 35px;
}
	.Side_right .kojin p{
	font-size: 25px;
}
}


/*---テーブルのCSS---*/
form{
	border: #C2C2C2 1px solid;
	padding: 30px 0;
	margin: 50px auto 30px auto;
	width: 100%;
}
.kome_p{
	width: 80%;
	margin: auto;
	font-size: 20px
}
table{
	font-size: 19px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin: auto;
}
table tr:nth-child(even) {
  background: #EEF4FF;
}

th{ 
	padding: 10px 0 10px 30px;
 	width: 230px;
	border-left: none;
	border-right: none;
	color: #333333;
	font-weight: normal;
}
.hissu{
	color: #fff;
	background-color: #FF7BA2;
	font-size: 13px;
	padding:2px 5px;
	margin: 0 0 5px 10px;;	
}
td{
	padding: 10px 20px 10px 0px;
	border-left: none;
	border-right: none;
	color: #383838;
	font-family: "font_B";
	line-height: 30px;
}
td div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	table{
	font-size: 26px;
	}
	th,td{
		width: auto;
		display: block;
}
	th{ 
	padding: 10px 0 0px 30px;
		font-size: 40px;
}
	td{
		border:none;
		padding: 10px 20px 20px 35px;
}
	.narabi{
	display: flex;
 	flex-direction: column;
	align-items: flex-start;
		width: 300px;
		margin: auto;
}
	.Side_right .p{
	font-size:  25px;
}
}
/*---フレーム内のCSS---*/
input[type=checkbox]{
	transform: scale(2);
	margin: 0 20px 0 0;
	accent-color:blue;
}
input[type=text],input[type=email],
input[type=tel],textarea{
	width: 100%;
	font-size: 22px;
	padding: 10px;
	font-weight: bold;
	border: #C2C2C2 solid 1px;
	background-color: #fff;
}
select,input[type=date]{
	font-size: 22px;
	width: 100%;
	padding: 10px;
	border: #C2C2C2 solid 1px;
	cursor: pointer;
}
textarea{
	height: 200px;
	resize: none;
	font-weight: bold;
}

/*------レスポンシブ------*/
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
input[type=text],input[type=email],
input[type=tel],textarea{
	font-size: 30px;
	padding: 15px;

}
select,input[type=date]{
	font-size: 25px;
}
textarea{
	height: 400px;
}	
}
/*--------ボタンデザイン-------*/
.kaku_flex{	
	display: flex;
	width: 600px;
	justify-content: space-between;
	margin: auto;
}
input[name=kakunin],input[name=modoru],input[name=sousin]{
	cursor: pointer;
	display: block;
	margin: 30px auto;
	padding: 10px ;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	background:#3F9FEB;
	border:#3F9FEB solid 3px;
	border-radius: 10px;
	width: 45%;
}
input[name=kakunin]:hover,input[name=modoru]:hover,
input[name=sousin]:hover{
	background:#fff ;
	color:#3F9FEB;
}
input[name=modoru]{
	background: #5E5E5E;
	border:#5E5E5E solid 3px;
}
input[name=modoru]:hover{
		border:#5E5E5E solid 3px;
	color: #5E5E5E;
}

/*----エラーリスト-----*/
.error_list{
	width: 600px;
	margin: 0 auto 30px auto;
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 20px;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}
.error_list li{
	margin-left: 20px;
}

/*-------完了画面ここから-------*/
.arigatou .title{
	font-size: 40px;
	text-align: center;
	font-family: "font_B";
}
.arigatou p{
	font-size: 25px;
	text-align: center;
}
.arigatou a{
	color: red;
	font-size: 25px;
}
