@charset "UTF-8";


#main {
	margin: 0 auto;
	max-width:  956px;
	width:100%;
}


/*メインビジュアル*/
#mainimg{
	margin: 0 auto;

}
#mainimg img{
	width:100%;
	max-width:420px;
	float:left;
}
.toptitle{
	background-image:url(../images/2-2.png);
	background-repeat:no-repeat;
}
#second {
	background-image:url(../images/2nd.png);
	background-color:#fffff6;
	background-repeat:no-repeat;
}
#third {
	background-image:url(../images/second-4.jpg);
	background-color:#fffff6;
	background-position:top;
	background-repeat:no-repeat;
}
#fourth {
	background-image:url(../images/3-bk.jpg);
	background-repeat:no-repeat;
}
#fourth img{
	vertical-align:middle;
}
#fifth{
	background-image:url(../images/6.png);
}
#fifth img {
	width:90% !important;
	max-width:800px!important;
}
#sixth{
	background-image:url(../images/8.png);
}
#seventh{
	background-image:url(../images/imasugu.png);
}

#contact{
	background-image:url(../images/10-bk2.jpg);
	background-repeat:repeat;
}


#mainBox img {
	width: 100%;
	max-width:960px;
	height:auto;
	vertical-align:bottom;
	display: block;
}
#mainBox .spacer {
	width:14px;
	height:5px;
	float:left;
}
.formtitle img{
	width:300px;f
}

.form-ls {
  height: 2.5rem;
  width:80%;
  font-weight: 300;
  color: #656565;
  border: none;
  box-shadow: none;
  letter-spacing: .1rem;
  margin: 1rem;
  padding: .325rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-ls::-webkit-input-placeholder {
  color: #656565;
}

.form-ls::-moz-placeholder {
  color: #656565;
}

.form-ls:-ms-input-placeholder {
  color: #656565;
}

.form-ls::placeholder {
  color: #656565;
}

.form-ls:focus {
  font-weight: 400;
  color: #656565;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-ls:focus::-webkit-input-placeholder {
  color: #656565;
}

.form-ls:focus::-moz-placeholder {
  color: #656565;
}

.form-ls:focus:-ms-input-placeholder {
  color: #656565;
}

.form-ls:focus::placeholder {
  color: #656565;
}

.ta{
	height: 5em;
}


label {
  color: #fff;
}
.conf-table{
  border-collapse: collapse;
  width: 90%;
  margin:0 auto;
  color: #fff;
  font-size:16px;
}
.conf-table th , .conf-table td{
	padding:20px;
	text-align: left;
}
.line{
  padding: 10px;
  border-bottom:solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
#tb-alpha label {
  color: #fff;
}
.conf{
	color:#FFF;
}
.btn input {
   background-image: linear-gradient(0deg, #DE5A11, #ECA417); /* グラデーション */
   padding:15px;
   border: 1px solid #ECA417; /* 枠線 */
   border-radius: 0.3em;      /* 角丸 */
   color:#FFF;
   font-weight:700;
   margin:10px;
}
.btn input:hover {
   background-image: linear-gradient(0deg, #ECA417, #ECA618);
   border: 1px solid #ECA618;
}
.btn input:active {
   background-image: linear-gradient(180deg, #ECA618, #EFB53A);
   border: 1px solid orange;
}
@media screen and (max-width: 640px) {
  .tb-alpha {
    width: 100%;
  }
  table.tb-alpha th,
  table.tb-alpha td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb-alpha tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}



/*フッター*/
footer {
	width: 100%;
	padding-top: 20px;
}

#pageTop {
	width: 100%;
}

#pageTop p {
	width: 20%;
	max-width: 70px;
	margin: 10px 0 5px 90%;
}

#pageTop p img {
	width: 100%;
	height: auto;
}


	
