@charset "utf-8";
/* CSS Document */

h2{
    position: relative;
    padding-left: 26px;
    padding-bottom: 20px;
    line-height: 1.6;
    font-size: 18px !important;
	font-weight: bold !important;
    color: #333333;
}
h2::before {
		position: absolute;
		top: 7px;
		left: 0;
		z-index: 2;
		content: '';
		width: 15px;
		height: 5px;
		padding-left: 10px;
		background-color: #ed5c68;
	}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}


.relative {
    position: relative;
	width:		100%;
	margin:		0;
	padding:	0;
}
.attention {
    color: #ef5757;
}
.btn-confirm {
    width: 50%;
    margin: 0 auto;
    padding: 14px;
    color: #fff;
    font-size: 1.3em;
    cursor: pointer;
    border: none;
    background: #4cacec;
	margin-bottom: 15px;
}

.btn {
	display: block;
	width: auto;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	background: #4cacec url(/assets/images/common/arrow03.svg) no-repeat 96% center;
	background-size: 8px auto;
}
.btn--l {
	width: 60%;
	margin: 0 auto;
	padding: 10px 10px;
	font-size: 16px !important;
	background-size: 10px auto;
}
.btn--red {
	background-color: #dc001c;
}
.btn--blue {
	background-color: #4cacec;
}
.btn--gray {
	background-color: #CFCFCF;
}
.btn--border {
	color: #4cacec;
	background: #fff url(/assets/images/common/arrow.svg) no-repeat 96% center;
	background-size: 10px auto;
	border: 1px solid #4cacec;
}
.btn2 {
		display: inline-block;
		width: 620px;
		margin-top: 35px;
		padding: 16px 20px;
		color: #fff;
		font-size: 20px;
		background: #4cacec url('../images/arrow.png') no-repeat 96% 40%;
}
.l-section-page__inner {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.formarea{
	width:100%;
}

.err {
    color: red;
}
.tel{
	font-size: 1.3em;
}

@media(min-width:1200px) {
h1.cap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  color: #7cb15e;
  font-weight: bold;
  padding: 1em;
  font-size: 1.8em
    }
	table.form th {
    width: 25%;
    margin: 0;
    font-weight: normal;
    background: #f3f3f3;
}
.br-sp { display:none; }
}
@media(max-width:1200px) {
h1.cap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  /*position: absolute;
  top: 57px;
  left: 495px;
  right: auto;*/
  color: #7cb15e;
  font-weight: bold;
  padding: 1em;
  font-size: 1.8em
    }
table.form th {
    width: 25%;
    margin: 0;
    font-weight: normal;
    background: #f3f3f3;
}
.br-sp { display:none; }
}
@media(max-width:768px) {
h1.cap {

  /*position: absolute;
  top: 15px;
  left: 300px;*/
    }
table.form th {
    width: 25%;
    margin: 0;
    font-weight: normal;
    background: #f3f3f3;
}

.br-sp { display:none; }
}
@media(max-width:640px) {
h1.cap {

  /*position: absolute;
  top: 0px;
  left: 240px;*/
    }
table.form th {
    width: 25%;
    margin: 0;
    font-weight: normal;
    background: #f3f3f3;
}
.br-sp { display:block; }
}
@media(max-width:480px) {
table{
   font-size:16px;
}
h1.cap {

  /*position: absolute;
  top: -12px;
  left: 125px;*/
  font-size: 1.3em
    }
table.form th {
    width: 100%;
    background-color: #f3f3f3;
    display: block;
}

table.form td {
	display: block;
    border: #ddd 1px solid;
    border-left: none;
}
.formarea2{
	width:100%;
	display: block;
}
.nobr br {
    display: none;
  }
.br-sp { display:block; }
}

.background-gray {
	margin-bottom: 20px;
	padding: 20px;
	background: #f2f2f2;
}


