@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html {
  color: #333;
  background: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

/* IE10以降 游ゴシック文字ずれ対応 */

@media all and (-ms-high-contrast: none) {
  html {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic;
  }
}

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,
textarea,
select,
button {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

input[type="submit"],
input[type="text"],
input[type="tel"],
select{
  font-size: 16px;
}
textarea{
  font-size: 16px;
}
button {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

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="submit"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select{
  font-size: 16px;
}
textarea{
  font-size: 16px;
}
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: solid 1px #ccc;
}

/*------------------------------------------------------------------------------
  comment
------------------------------------------------------------------------------*/
p {
  font-size: 38px;

  text-align: center;
  margin: 30px auto 0px;
}
ptxt {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0px auto 20px;
}

.ptxt2 {
  font-size: 16px;
  text-align: center;
  margin: 0px auto 24px;
}
ptxt3 {
  font-size: 14px;
  margin: 0px auto 20px;
}
.center{
  text-align: center;
}

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


select {
  background: #f8f8f8;
    display: inline-block;
  font-size: 12px;
  padding: 12px 15px;
  width: 200px;
  transition: 0.8s;
  border-radius: 0;
}

input[type="number"] {
  background: #f8f8f8;
    display: inline-block;
  font-size: 12px;
  padding: 12px 15px;
  width: 200px;
  transition: 0.8s;
  border-radius: 0;
}
input[type="tel"] {
  background: #f8f8f8;
    display: inline-block;
  font-size: 12px;
  padding: 12px 15px;
  width: 200px;
  transition: 0.8s;
  border-radius: 0;
}


input[type="text"]:focus,
input[type="tel"]:focus,
select: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,
select::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: 35px 0;
}

.contact-form2 {
  margin: 15px 0;
}

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



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

.contact-form .form-table th {
  background: #eff6fb;
  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;
}