﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	box-sizing: border-box;
	min-width: auto;
}

.pc_hide {
	display: none;
}

@media all and (max-width:767px) {
.pc_hide {
	display: block;
}
.sp_hide {
	display: none;
}
}
#contact {
	width: 100%;
}

@media all and (min-width:768px) {

}
.header {
	width: 100%;
	background: url(/images/line/line_id_bg.jpg) center center;
	background-size: cover;
	text-align: center;
	box-sizing: border-box;
	padding-top: 2%;
}
.header img {
	text-align: center;
}
.header h1 {
	font-size: 40px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -0.03em;
}
.header p {
	font-size: 1.6em;
	margin-bottom: 2%;
}
.header p.note, .coupon_area p.note, .noteList li {
	font-size: 1.2em;
}

.coupon_area p.note {
	margin-bottom: 0;
}

.login {
	padding: 35px 15px;
	text-align: center;
}
#alert {
	background: #fbf4f4;
	border: #d70000 solid 1px;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 15px 0;
	color: #d70000;
	text-align: center;
	display: inline-block;
}
#contact .form {
	border-bottom: none;
}
#contact .form dl {
	border: none;
	width: 100%;
	max-width: 640px;
	margin: auto;
	box-sizing: border-box;
	text-align: left;
}
#contact .cancelBtn, #contact .submitBtn {
	background: #87bd23;
	border-radius: 5px;
	border: none;
}
.signup {
	padding: 35px 30px;
	background: #eeeeee;
	text-align: center;
}
#contact .signup a.submitBtn {
	display: inline-block;
	margin: 0 0 20px 0;
}
.signup .noteList li{
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
#contact .finishMessage a.submitBtn {
	display: inline-block;
	margin: 20px 0;
}
.finishMessage {
	padding-top: 35px;
}
.caution_line {
	max-width: 1205px;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
}
.caution_line p {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.6em;
}
.caution_line li {
	font-size: 1.4em;
}

@media all and (max-width:767px) {
.header {
	padding: 35px 10px 0 10px;
}
.header h1 {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -0.03em;
}
.header p {
	font-size: 16px;
}
.caution_line {
	text-align: left;
}
	
	
#contact dt {
	width: auto;
}
.login, .signup {
	padding-top: 15px;
}
.finishMessage {
	padding-top: 0;
}
}
.friend_bnr {
	width:100%;
	text-align:center;
	margin:30px auto 0px;
}
