@charset "UTF-8";
@font-face {
  font-family: 'NotoSansCJKJP';
  src: url("/assets/fonts/NotoSansMonoCJKjp-Regular.woff"), url("/assets/fonts/NotoSansMonoCJKjp-Regular.eot");
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
body {
  font-size: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ ゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  line-height: 1;
}
h1, h2, h3, p, li, a, input, select, textarea, fieldset{
  font-family:  'Noto Sans JP', sans-serif;
  color: #6B5246;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}
img{
  max-width: 100%;
  height:auto;
  vertical-align: bottom;
}
h1{
  font-size: 1.7rem;
  font-weight: bold;
}
h2{
  font-size: 0.9rem;
  font-weight: bold;
  color:#FF1616;
}
p{
  font-size: 1rem;
}
ul{
  list-style: none;
}
img {
    border: 0;
}
select{
  -webkit-appearance: none;
  appearance: none;
}
input[type="text"],
input[type="email"],
select,
textarea,
fieldset{
  font-size: 1rem;
  width:100%;
  padding:3px;
  border:1px solid #6B5246;
  box-sizing: border-box;
}

fieldset {
  padding: 5px 20px;
}

input[type="submit"],
input[type="button"]{
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1rem;
  padding:15px 30px;
  width:200px;
  background-color: #796358;
  border:none;
  border-radius: 40px;
  color:#fff;
}
input[type="submit"]:hover,
input[type="button"]:hover{
  opacity:.5;
}
label{
  font-size: 0.9rem;
}
input[type="radio"] + label {
  margin-right: 30px;
}

.fs_small-08 {
  font-size: 1rem;
}
.mb-10 {
  margin-bottom: 20px;
}
.ml-10 {
  margin-left: 20px;
}

.flex_container {
  display: flex;
}
.wrapper{
  padding-top:10px;
  padding-bottom: 50px;
}
.logo_container{
  text-align: center;
}
.logo_container img{
  width:140px;
  margin-top: 15px;
}
.title_container{
  text-align: center;
  margin-top: 50px;
}
.message_container{
  text-align: center;
  margin-top: 25px;
  padding: 0px 10px;
}
.message{
  margin-bottom: 20px;
}
.thanks_container{
  text-align: center;
}
.button_container{
  margin-top: 40px;
  text-align: center;
  padding-bottom: 50px;
}
.form_title{
  text-align: center;
  padding: 25px 5px;
}
.form{
  padding:0px 10px 40px;
}
li{
  padding-top: 15px;
}
.required{
  color:#6B5246;
}
.required::after {
  content: "必須";
  background-color: #f0ad4e;
  color: #fff;
  font-size: 0.5rem;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px 4px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 7px;
  display: inline-block;
}
.ex_container{
  padding-top:15px;
}
.form-item-name {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: #88746a;
  font-size : 1rem;
  color : #ffffff;
  box-sizing:border-box;
}
.ques-castle {
  width: 100%;
  margin: 5px auto 20px;
  display: block;
  text-align: left;
  padding-left: 15px;
  font-size : 1rem;
  box-sizing:border-box;
}
.return_button{
  margin-bottom: 20px;
}

#post_number {
  width: 150px;
  margin-right: 15px;
}
  /* ============================================== */
  /* bottom_menu                                      */
  /* ============================================== */

.bottom_menu{
	display:block;
	width: 100%;
	background: url("../img/bottom_back.png");
	background-size: 100% 100%;
	text-align: center;
	bottom: 0;
	z-index:999;
	padding-bottom:10px;
}
.bottom_menu ul{
 width: 100%;
 margin: 10px auto 0;
 list-style: none;
 display: flex;
 justify-content: center;
 position: relative;
}
.bottom_menu ul li{
  margin: 0 5px;
  padding: 0;
}
.pc_only{
  display:none;
}
@media(min-width:1253px){
  h1{
    font-size: 2rem;
  }
  p{
    font-size: 1.2rem;
  }
  input[type="text"],
  input[type="email"],
  select,
  textarea,
  fieldset{
    font-size: 1.2rem;
  }
  input[type="submit"],
  input[type="button"]{
    font-size: 1.2rem;
  }
  label{
    font-size: 1.1rem;
  }
  select{
    -webkit-appearance: none;
    appearance: none;
  }
  .wrapper{
    padding-top:30px;
    padding-bottom: 20px;
    width:700px;
    margin:0 auto;
  }
  .logo_container img{
    width:250px;
  }
  .form_title{
    padding-top: 40px;
  }
  li{
    padding-top: 25px;
  }
  .required{
    color:#6B5246;
  }
  .required::after {
    font-size: 0.8rem;
  }
  .ex_container{
    padding-top:25px;
  }
  .message{
    margin-bottom: 30px;
  }
  .form-item-name {
    font-size : 1.1rem;
  }
  .ques-castle {
      font-size : 1.1rem;
  }
  .button_container{
    margin: 80px 0 40px;
    padding-bottom: 107px;
  }
  .button_container br{
    display: none;
  }
  .return_button{
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .thanks_container{
    margin-top:10px;
  }
  /* ============================================== */
  /* bottom_menu                                      */
  /* ============================================== */
  .bottom_menu{
  	height: 108px;
	padding-bottom:50px;
  }
  .sp_only{
    display: none;
  }
  .pc_only{
    display: block;
  }
}
@media only screen and (max-width: 768px)
img {
    width: 100%;
    height: auto;
}
