@charset "utf-8";


TH{
  color : #333333;
  background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
  font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

body{
  background: #fff;
  margin: 0;
}

*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p{
  margin: 0 0 1em;
  padding: 0;
}

p:last-child{
  margin-bottom: 0;
}

a{
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

input[type="text"],
textarea,
button{
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select{
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
}

textarea{
  resize: vertical;
}

button{
  border: none;
  cursor: pointer;
}

label{
  cursor: pointer;
}

table{
  border-collapse: collapse;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.outer-block{
  min-width: 1040px;
}

.inner-block{
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1000px;
}

#wrapper{
  position: relative;
}

.pc{
  display: block !important;
}

.pc-ib{
  display: inline-block !important;
}

.sp{
  display: none !important;
}

.sp-ib{
  display: none !important;
}

input[type="text"],
textarea,
button{
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


/*------------------------------------------------------------------------------
  comment
------------------------------------------------------------------------------*/
p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

input[type="text"],
textarea{
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 600px;
  transition: 0.8s;
  border-radius: 0;
}

input[type="text"]:focus,
textarea:focus{
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"]{
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #ccc;
  opacity: 1;
}

.contact-form{
  margin: 50px 0;
}

.contact-form .form-table{
  width: 100%;
}



.contact-form .form-table th,
.contact-form .form-table td{
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  padding: 20px;
}

.contact-form .form-table th{
	background-color: #60b49f;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	padding-left: 50px;
	position: relative;
	text-align: left;
	width: 300px;
}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.clearfix::after,
.inner-block::after{
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}