@charset "utf-8";
/*==========================================
共通
===========================================*/
.couza-q h3{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #ce121b;
	border-bottom: solid 2px #dee2e6;
	margin-bottom: 3rem;
}

.couza-q{
	margin:0;
}
.red{
	color: #ce121b;
}
.blue{
	color: #eaeff6;
}
.white{
	color: white;
}
.blue a{
	color:#007bff;
}
/*==========================================
 
===========================================*/

.co1-con1,
.co1-con2{
	text-align: center;
}
.co1-btn {
	font-size: 18px;
	margin-bottom: 1rem;
}
.co1-btn a{
	padding: 0.8rem 1.6rem;
	background-color: #ce121b;
	color: white;
	border-radius: 10px;
}
.co1-con1{
	margin-bottom: 4rem;
}
/* PC向けレイアウトの指定：1020pxまでは固定レイアウト */
@media screen and (max-width: 1020px) {
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
}
/* PC向けレイアウトの指定：560pxまでは固定レイアウト */
@media screen and (max-width:560px){
}




/*お申し込み情報*/
#formWrap{
    /*width: 100%;*/
}
.form_inner{
    margin: 0 auto;
    /*min-width: 768px;*/
    padding: 25px;
    -webkit-border-radius:20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; 
}/*
.form_inner h3{
    font-size: 24px;
    color: #00a0e9;
    border-bottom: 1px solid #00a0e9;
    padding-left: 6.25px;
    padding-bottom: 12.5px;
    margin-bottom: 50px;
}
.form_inner p{
    margin: 25px 0;
}

.form_inner p a{
    color: #00a0e9;
}*/
#formWrap {
  /*max-width:900px;*/
  margin:1rem auto 0 auto;
  color:#333;
  line-height:150%;
  font-size:85%;
}
table.formTable{
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  border:1px solid #ccc;
  padding:12.5px;
}
table.formTable th{
  background:#efefef;
  text-align:right;
  width: 150px;
  box-sizing: border-box;
}
input,textarea{
    padding: 6.25px 12.5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #CCCCCC;
	box-sizing: border-box;
	width:100%;
}
.man{width: 20px;}
.form_require {
    color: #ED1E79;
    font-size: 12px;
}
.send-btn{
	margin:2rem auto;
	display: block;
	width:200px;
	
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width: 768px) {
	.formTable tr{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	table.formTable th{
		text-align:left;
		width: auto
	}

}
