@charset "UTF-8";
@import url(cmn.css);
@import url(foundation.css);

#lv .txt p.p1{
	border-bottom:none!important;
}

/* ----------------------------------------
 contact
------------------------------------------- */
#contact .group {
  margin: 40px auto;
  width:80%;
  
}

#contact .group .box{
  width:98%;
  float:left;
}
#contact h4 {
  text-align: center;
  font-size:2.0rem
}

#contact p {
  text-align: center;
}
#contact a {
  color: #2c6c72;
}
#contact .group .txt01 {
  color: #CCAC00;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
#contact .group .txt02 {
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 2rem;
}
#contact .group .txt03 {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#contact .group .txt04 {
  color: #2c6c72;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}
#contact .btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
/* ----------------------------------------
form
------------------------------------------- */
#form table {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#form table th {
  width: 26%;
  position: relative;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  font-weight: normal;
  box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0;
  padding: 20px 10px;
}

.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: 1em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	line-height: 1.7;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 20px 20px 20px 20px;
	color: #666666;
}


.need {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  background-color: #e60000;
  padding: 1px 5px;
  left: 170px;
}
#form table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  border-bottom: 1px solid #d0d0d0;
  box-sizing: border-box;
  padding: 20px 10px;
}
#form table tr:last-child th, #form table tr:last-child td {
  border-bottom: none;
}
#form table td p {
  padding: 15px 0 0 0;
}
#form .txt01 {
  text-align: center;
  margin-bottom: 20px;
}
.input01 {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input01::placeholder {
  color: #b5b5b5;
}
.input02 {
  width: 80%;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input03 {
  width: 30%;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.select01 {
  padding: 10px 15px;
}
.submit{
	text-align: center;
}
.submit input {
	margin:0 auto;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
  background-color: #2ba6f4;
  border: solid 1px #2ba6f4;
  cursor: pointer;
  padding: 15px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
	
}
.submit input:hover {
  color: #fff;
  background-color: #c1ab05;
  border: solid 1px #c1ab05;
  cursor: pointer;
}
.cmn-submit {

  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 200px;
  background-color: #2c6c72;
  border: solid 1px #2c6c72;
  cursor: pointer;
  padding: 15px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cmn-submit:hover {
  color: #fff;
  background-color: #2c6c72;
  cursor: pointer;
}
#policy {
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  background-color: #fefefe;
  overflow-y: scroll;
  padding: 40px 50px;
  margin-bottom: 50px;
}
#policy h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#policy h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#policy p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.check {
  text-align: center;
  margin-bottom: 50px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  /* ----------------------------------------
 
------------------------------------------- */
  #contact .group .txt01 {
    font-size: 2.4rem;
  }
  #contact .group .txt02 {
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #contact .group .txt03 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #contact .group .txt04 {
    font-size: 2.4rem;
  }
  #form table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  #form table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 10px 10px 10px;
  }
  #form table td {
    display: block;
    width: 100%;
    padding: 0 10px 15px 10px;
  }
  .input01 {
    width: 100%;
  }
  .input02 {
    width: 100%;
  }
  .input03 {
    width: 100%;
  }
  .select01 {
    width: 100%;
    box-sizing: border-box;
  }
  .need {
    font-size: 1.1rem;
    left: auto;
    margin-left: 10px;
  }
  #policy {
    height: 300px;
    padding: 20px;
    margin-bottom: 30px;
  }
  #policy h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #policy h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #policy p {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .check {
    margin-bottom: 30px;
  }
	#contact .group .box{
  width:100%;
  float:none;
}
}