
body {
	background: #ececec;
}
@media screen and (min-width:768px){/*pc only*/
#wrap {width:970px;
margin:0 auto;}
#policy {
	height: 300px;
	overflow-y:scroll;}
}
@media screen and (max-width:767px){/*sp only*/
#wrap {width:90%;
margin:0 auto;}
#policy {
	height: 150px;
	overflow-y:scroll;}

}


#policy {
	background:#ffffff;
	padding:20px;
}
#policy p.text {margin:0!important;}

#policy h5 {
	font-size:22px;
	font-weight:bold;
	margin:10px 0 14px;
}
#policy ol {
	padding-left:2em;
}
#policy ol li {
	list-style-type: decimal;
	margin:0 0 4px 0;
	font-size:16px;
}

#agree {
	position: fixed;
	bottom: 1em;
	left: 1em;
}

#kiyakubox {margin:0 0 10px 0; text-align:center;}

h1 {margin:0 0 10px 0;}
p.text {
	font-weight:normal;
	text-align:left;
}
p.kiyaku_copyright {
  text-align:right!important;
  font-weight:normal!important;
  margin:30px 0px;
}
p.copyright {
	color: #999;
}
p.notes {
	margin: 4px 0 0 0!important;
	font-weight:normal;
	text-align:left;
font-size:90%;	
}
table {
  border-collapse: collapse;
}

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

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


input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;

  transition: 0.8s;
  border-radius: 0;
}
@media screen and (min-width:768px){/*pc only*/
td.full input[type="text"],
input[type="email"],
input[type="number"]
 {  width: 95%;}
.pc_none {display:none;}
}
@media screen and (max-width:767px){/*sp only*/
td.full input[type="text"],
input[type="email"],
input[type="number"]
 {  width: 100%;}
td#license  input[type="text"],
input[type="email"],
input[type="number"]
 {  margin:2px 0;}
.sp_none {display:none;}
}

#license input {display:inline-block;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]: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;
}
@media screen and (min-width:768px){/*pc only*/
.form-table {
  width: 100%;
}


}
@media screen and (max-width:767px){/*sp only*/
.form-table {
  width: 80%;
}


}

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

.form-table th {
  background: #ffecea;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 90px;
  font-weight:bold;
}

 @media screen and (max-width:767px){/*sp only*/
.form-table th,
.form-table td {
  display: block;
  width: 100%!important;
  border-bottom: none;
}

 }

.submit {
	margin:20px 0;
}

 .push_wrap {
 	margin:0 auto;
 	text-align:center;
  max-width: 200px;
  background-color: #ff0000;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #b50b0b;
color:#ffffff;
 }
 .btn-push {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}
.push_wrap_nolink{
 	margin:0 auto;
 	text-align:center;
  max-width: 180px;
  background-color: #808080;
  padding: 10px 24px;
  border-radius: 4px;
  color:#ffffff;
 }

 .push_wrap a,  .push_wrap a:visited {
 	color:#ffffff!important;
 }

@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}
.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    width:100%;
    border-radius:3px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.qrcode-text {padding-right:1.7em; margin-right:0}
.qrcode-text-btn {display:inline-block; background:url(btn_qr.png) 50% 50% no-repeat; height:3em; width:15em; cursor:pointer}
.qrcode-text-btn > input[type=file] {position:absolute; overflow:hidden; width:1px; height:1px; opacity:0}
.none {display:none;}

.alert {color:#ff0000;}
h6 {font-weight:bold; font-size:14px; margin:0 0 4px 0;}

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}
@media screen and (min-width:768px){/*pc only*/
.popup {
    width: 400px;
  height: 300px;
}


}
@media screen and (max-width:767px){/*sp only*/
.popup {
    width: 80%;
  height: 40%;
}


}

/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  cursor: pointer;
}

/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 80%;
}

.title-block ul.navigation{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  margin-left: -5px;
  width: 980px;
}
@media screen and (max-width:767px) {
.title-block ul.navigation{
    margin-bottom: 7.66vw;
    margin-left: 0;
    width: auto;
  }
}

.title-block ul.navigation li a{
  display: block;
  border-radius: 6px;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  padding: .8em;
  margin: 5px;
}
@media screen and (max-width:767px) {
.title-block ul.navigation li a{
    font-size: 3.46vw;
    padding: .6em;
    margin: 1.33vw;
  }
}

.title-block ul.navigation li a::before{
  content: "";
  background: url("fq_arr.png") center top /contain no-repeat;
  display: inline-block;
  height: 12px;
  width: 19px;
  margin-right: 5px;
}
@media screen and (max-width:767px) {
.title-block ul.navigation li a::before{
    height: 2vw;
    width: 3vw;
    margin-right: 5px;
  }
}
.linklist {margin-bottom:30px;}
.linklist li {display:inline-block;}

.vErrorMsg {background:#d7d7d7; padding:4px; font-weight:bold;}