@charset "UTF-8";

html {
  font-size: 62.5%;
}

*,*::before, *::after {
  box-sizing: border-box;
}

input, select, button, textarea{
  font-family: inherit;
}

/*----------------*/
/*共通
/*----------------*/
body{
  text-align: center;
  font-size: 1.4rem;
}

a{
  text-decoration: none;
}

a:after{
  padding: 0.5rem 0 0 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  width: 2rem;
  content:url('../images/icon_open.svg');
}

/*---------------*/
/*背景
/*---------------*/
.full-back{
  color: #fff;
  background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url('../images/pict1.jpg') no-repeat fixed left bottom;
  background-size: cover;
}

.full-back-thanks{
  color: #858585;
  background: #EDEAE4;
}

/*----------------*/
/*ヘッダ部分
/*----------------*/
.header {
  padding:170px,30px,80px
}

.site-title-sub{
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}

.site-title{
  margin: 50px 0 40px;
  font-size: 7.6rem;
}

/*---------------*/
/*注意事項
/*---------------*/
.notice{
  /*padding:30px 80px;*/
  /*margin:80px auto 30px;*/
  padding:30px 100px;
  margin:80px 100px 30px;
  background-color: #D5D1CF;
  color: #51585B;
  text-align: left;
  font-size: 2rem;
  /*background: rgba(255,255,255,0.7);*/
  background: rgba(255,255,255,0.9);
}

.notes-sub{
  font-size: 3.5rem;
  text-align: center;
}
.notes-detail{
  border-left: 5px solid #51585B;
  padding-left: 10px;
}

/*------------------*/
/*記入エリア
/*------------------*/
.contact_list{
  padding:80px 30px;
  background-color: #fff;
  color: #333;
}

.contact_list_input{
  margin: 0px 20% 50px;
  font-size: 2rem;
  text-align: left;
}

.contact_list_input_item{
  padding:10px;
  margin-bottom: 10px;
}

.item_title{
  font-weight: bold;
}

.item_title_small{
  font-size: 1.3rem;
}

.inp_text{
  width: 200px;
  height: 2.4em;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.userno{
  width: 30%;
}

.usernm{
  width:60%;
}

.inp_text:focus{
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.textarea{
  width: 80%;
  height: 10em;
}

.radio-details{
  margin-right: 15px;
}

/*---------------*/
/*ボタン
/*---------------*/
.button{
  display: inline-block;
  width: 200px;
  padding: 8px;
  border: none;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 2.2rem;
  text-align: center;
}

.button:hover{
  background-color: #000;
}

.button:focus{
  outline: 0;
  background-color: #000;
  border: 2px solid rgb(33, 150, 243);
}

/*--------------*/
/*必須マーク
/*--------------*/
.required::after{
  content: "必須";
  background-color: #f0ad4e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}
