@charset 'utf-8';

/**
 *
 *  CONTACT お問い合わせ
 *
 */

 /*--------------------------------------------------------------------------
    Page
 ---------------------------------------------------------------------------*/
 #Page {
 }
 .mv_area {
 	background: url("../images/contact_mv_bg.png") no-repeat;
 	height: 215px;
 	background-size: cover;
 	background-position: center;

 }

.topics {
	display: flex;
	flex-wrap: wrap;
	max-width: 1220px;
	margin: 60px auto 20px;
}
.topics .item {
	width: 33.333%;
}
.topics .item a {
	display: block;
	margin: 0 10px 40px;
}
.topics .item .img {
	margin: 0 0 10px;
}
.topics .item .img img {
	width: 100%;
	height: auto;
}
.topics .item .date {
	font-size: 14px;
}
.topics .item .text {
	font-size: 14px;
	line-height: 1.5;
}


section .btn2 {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #CCC;
}
section .btn2 a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  background-color: #CCC;

  padding: 5px 0;
  width: 250px;
  box-sizing: border-box;
  line-height: 1;
  padding: 17px;

}

.section_title .subtext {
  margin-left: 38px;
  font-size: 13px;
  font-weight: normal;
}
.section_title .font {
  color: #ff0050;
  font-weight: bold;
}
.contents_area dl {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.contents_area dl.name {
  border-top: 1px solid #e1e1e1;

}

.contents_area dl span {
  font-size: 13px;
  color: #ff0050;
  float: right;
}
.contents_area dl input,
.contents_area dl textarea,
.contents_area dl select {
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fafafa;
  box-sizing: border-box;
}
.contents_area dl dt,
.contents_area dl dd {
  line-height: 1;
  box-sizing: border-box;
  padding: 10px;

}
.contents_area dl dt {
  width: 195px;
  padding-left: 20px;
  line-height: 1.7;
  float: left;
  font-weight: bold;

}
.contents_area dl dd {
  margin-left: 195px;

}
.contents_area input {
  padding: 0 13px 0 13px;
}
.contents_area .name input,
.contents_area .ruby input,
.contents_area .tel input,
.contents_area .desc input,
.contents_area dl select {
  width: 270px;

}
.contents_area .company_name input,
.contents_area .mail input {
  width: 404px;
}
.contents_area .detail textarea {
  width: 100%;
  padding: 13px 13px 13px 13px;
  box-sizing: border-box;

}
.contents_area dl select {
  padding: 5px;
}
.contents_area .btn input,
.tri {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.contents_area .btn {
  width: 220px;
  position: relative;
  margin: 0 auto;
  margin-top: 42px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  background-color: #fff;
}

.contents_area .btn input {
  background-color: #fff;
  border: none;
  line-height: 1;
  display:block;
  padding: 17px 0;
  text-align: center;
  width: 100%;
  font-size: 16px;
  cursor: pointer;


  /*font-weight: bold;*/
}
.contents_area .btn:hover input{
  background-color: rgba(0, 0, 0, 0.02);
}
.contents_area .btn .tri {
	content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #32c864 transparent;
  position: absolute;
}
.contents_area .btn:hover .tri {
  border-color: transparent transparent #ff0050 transparent;
}

#formWrap .btn {
  margin: 42px 20px;
  display: inline-block;

}
#formWrap .btn input{
  display :block;

}


#Main > div.contents {
	padding: 150px 0;
}
