@charset "utf-8";

/*----------基本設定---------------*/

* {
   margin: 0px;
   padding: 0px;
}

body {
	background-color: #fff;
		background-color: #fff4e9;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px ;
	overflow-y: scroll;
    font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
	justify-content: center;
}

.wrapper_body{
	background: #fff;
    max-width: 736px;
	margin:0 auto;
	line-height: 1.7;
	border: 5px solid #ffc350;
	text-align: center;
	padding-bottom: 30px;
}


a {
	text-decoration: underline;
	color: #ff9b00;
}

a:hover {
	text-decoration: none;
}

.pc {
	display: block !important;
	margin-left: auto;
	margin-right: auto;}

.mobile {
	display: none !important;}


/*----------ボタン設定---------------*/

.btn1{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffc350;
  color: #FFF;
  border-radius: 3px;
  transition: .2s;
 font-weight: bold;
}

.btn1:hover{
  background: #FFD4A9;
}

/*----------フォーム設定---------------*/

.formtitle {
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 600px;
}

.wrapper-table {
	width: 100%;
	padding-top: 25px;
	max-width: 350px;
	margin: 0px auto;
	}

.form_item {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 15px;
	font-size: 18px;
}

.text1 {
  width:94%;
  height: 25px;
  max-width: 400px;
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
  border: 3px solid #202020;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 10px;
}

textarea {
  width:94%;
  background:#fff;
  border: 3px solid #202020;
  padding: 5px;
  border-radius:5px;
  margin-bottom:10px;
 font-size: 16px;
}


select {
  font-size: 16px;
  padding: 5px;
  height: 40px;
  width: 120px;
  border-radius: 5px;
  border: 2px solid #202020;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}



.small {
	font-weight: 100;
	font-size: 12px;
}

.small-orange {
	font-weight: 100;
	font-size: small;
	color: #FFA130;
}

/*----------アップローダー---------------*/


.uploader {
  position: relative;
  border-radius: 8px;
  width: 100%; height: 180px;
  background: #212121;
  overflow: hidden;
}

.uploader:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px; bottom: 24px;
  left: 24px; right: 24px;
  border: dashed 2px #fafafa;
  color: #fafafa;
  font-size: 14px;
  content: 'ドラッグ＆ドロップ または クリックしてファイルを選択してください';
  padding: 15px;
  pointer-events: none;
}

.uploader input {
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 999px; height: 999px;
  font-size: 999px;
  opacity: 0;
}


@media screen and (max-width:736px){

.pc {
	display: none !important;
	margin-left: auto;
	margin-right: auto;}
	
.mobile {
	display: block!important;
	margin-left: auto;
	margin-right: auto;}

.wrapper_body{
    width: 98%;
	border: 3px solid #ffc350;
}
	
	
	
}
