@charset "utf-8";
/* CSS Document サイネージ用1080-1920css*/

.sp {
}
.pc {
	display: none;
}
/* リセット */
* {
	box-sizing: border-box;
}
html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%;
}
body, td, th {
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
html.modal_open {
	overflow: auto;
	height: 100%;
}
html.modal_open body {
	overflow: hidden;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
}
dl, dt, dd, ol, ul, li, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: bold;
	font-style: normal;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.photo_right {
	float: right;
	margin-left: 10px;
}
.photo_left {
	float: left;
	margin-right: 10px;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
a {
	color: #00a46a;
	text-decoration: none;
}
a:hover { /*スマホなので動きなし*/
	color: #00a46a;
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* 画像リンク */ /*スマホなので動きなし*/
a:hover img {
/*opacity: 0.6;
	filter: alpha(opacity=60);*/
}
/* 画像リンク */ /*スマホなので動きなし*/
a:hover img.noopa {
/*opacity: 1.0;
	filter: alpha(opacity=100);*/
}
/*基本レイアウト********************************/
body {
}
header {
	width: 100%;
	border-bottom: solid 1px #FF3333;
}
#main {
	width: 100%;
	margin: 0px auto 0 auto;
}
footer {
	width: 100%;
	width:100vw;
	height: 40px;
	margin: 40px auto 0 auto;
}
/*/基本レイアウト */


/*ヘッダー********************************/
header {
	line-height: 0;
}
header .tit_area {
	/* display:inline-flex; */
	align-items:center;
	width:auto;
	height:32px;
	margin:14px 0 14px 2vw;
	padding:0 12px;
	border: solid 1px #FF3333;
	text-align:center;
}
header .tit_area h1 {
	width:650px !important;
	color:#FF3333;
	font-weight:900;
	font-size:1.7rem;
}
header .tit_area h1 span {
	color:#000;
	font-size:1.2rem;
}

/*/ヘッダー*/

/*フッター********************************/
footer {
	border-top:solid 1px #FF3333;
	color:#FF3333;
	font-size:1.0rem;
	text-align:center;
	line-height:40px;
}
/*フッター*/

/*メイン*******************************/
/*共通コンテンツcontents*/
.contents {
	width:96vw;
	margin:0 auto;
}
/*contentsの各ページ設定*/
/*ページごとのbody classは下記の通り
.toppage
.secondpage
.inputpage
.thankspage
*/
/*メッセージ*/
.contents .message {
	text-align:center;
	font-weight:900;
	font-size:1.3rem;
}
.contents .message span {
	color:#FF3333;
}
.contents .message:before {
	content:"";
	display:inline-block;
	width:16px;
	height:12px;
	margin-right:3px;
	background-image:url(../images/message_b.png);
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:middle;
}
.contents .message:after {
	content:"";
	display:inline-block;
	width:16px;
	height:12px;
	background-image:url(../images/message_a.png);
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:middle;
}
/*次へボタン*/
.contents .move_area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 35px auto;
	text-align: center;
}
.contents .move_area .btn {
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45vw;
	height: 35px;
	border-radius:5px;
	background: rgb(204,0,0);
	background: linear-gradient(90deg, rgba(255,53,53,1) 0%, rgba(204,0,0,1) 100%);
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.2);
	font-size: 1.3rem;
	font-weight:900;
	text-align: center;
	color:#fff;
}
.contents .move_area .btn:after {
	position:absolute;
	right:10px;
	content:"";
	transform:scale(0.7,1.5);
	font-weight:400;
}
.contents .move_area .btnnext {
	position:relative;
	display: inline-block;
	justify-content: center;
	align-items: center;
	width: 60vw;
	height: 50px;
	border-radius:5px;
	background: rgb(204,0,0);
	background: linear-gradient(90deg, rgba(255,53,53,1) 0%, rgba(204,0,0,1) 100%);
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.2);
	font-size: 1.3rem;
	font-weight:900;
	text-align: center;
	color:#fff;
}
.contents .move_area .btnnext:after {
	position:absolute;
	right:10px;
	content:"";
	transform:scale(0.7,1.5);
	font-weight:400;
}
/*/コンテンツcontents*/

/*インジケータ*/
.indicator {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 0;
	border-bottom: solid 1px #FF3333;
}
.indicator .bar {
	width:100%;
	height:12px;
	margin:0 8px;
	border: solid 1px #FF3333;
	border-radius:12px;
}
.indicator .bar .inside {
	width:20%;
	height:100%;
	margin:0 0;
	border: solid 2px #fff;
	border-radius:8px;
	background: linear-gradient(90deg, rgba(255,53,53,1) 0%, rgba(204,0,0,1) 100%);
}
.indicator .page {
	margin:0 8px 0 0;
	color:#FF3333;
	font-size:1.4rem;
	font-weight:900;
}

/*トップページ*/
.toppage #main {
	display:flex;
	justify-content:center;
	align-items:center;
}
.toppage .contents .domain_area {
	padding:25px 0;
	text-align:center;
	font-weight:900;
	font-size:2.0rem;
}
.toppage .contents .tit_area {
	width:auto;
	/* width:90vw; */
	margin:0 auto 35px auto;
	padding:25px 0;
	border: solid 1px #FF3333;
	text-align:center;
}
.toppage .contents .tit_area h1 {
	width:auto;
	color:#FF3333;
	font-weight:900;
	font-size:2.5rem;
}
.toppage .contents .tit_area h1 span {
	width:650px !important;
	color:#000;
	font-size:2.0rem;
}
.toppage .contents .tit_area .caution {
	font-size:1.0rem;
}
/*入力ページ*/
.inputpage .contents .caution {
	color:#FF3333;
}
.inputpage .contents .tit_area {
	margin:0 auto 25px auto;
	padding:5px 5px;
	border: solid 1px #FF3333;
	font-size:1.4rem;
	font-weight:900;
	color:#FF3333;
}
.inputpage .contents .tit_area span {
	color:#ff7c00;
}


/*サンクスページ*/
.thankspage .contents .tit_area {
	margin:55px auto 35px auto;
	padding:25px 0;
	border: solid 1px #ff7c00;
	text-align:center;
	letter-spacing:-0.02em;
}
.thankspage .contents .tit_area .message {
	font-size:1.7rem;
	color:#ff7c00;
}
.thankspage .contents .tit_area .message:before {
	background-image:url(../images/message_thanks_b.png);
}
.thankspage .contents .tit_area .message:after {
	background-image:url(../images/message_thanks_a.png);
}
.thankspage .contents .tit_area .txt {
	margin-top:10px;
	font-weight:900;
	font-size:1.3rem;
}
.thankspage .contents .downloadinfo {
	font-size:1.2rem;
	font-weight:900;
	color:#FF3333;
	text-align:center;
}


/*入力欄*/
.form_area {
	margin: 10px 0;
}
.form_area dl {
	width:100%;
}
.form_area dl dt, .form_area dl dd {
	display:block;
	width:100%;
}
.form_area dl dt {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding-bottom:5px;
	text-align:left;
	color:#FF3333;
	font-size:1.5rem;
	font-weight:900;
	line-height:1.2;
}
.form_area dl dt.br {
	color:#b26c0e;
}
.form_area dl dt.pp {
	color:#b26fb0;
}
.form_area dl dt .num {
	position:relative;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-shrink: 0;
	width:54px;
	padding-left:24px;
	font-size:1.9rem;
}
.form_area dl dt .num:before {
	position:absolute;
	left:0;
	top:-2px;
	content:"";
	display:inline-block;
	width:23px;
	height:26px;
	margin-right:3px;
	background-image:url(../images/icon_q.png);
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:middle;
}
.form_area dl dt.br .num:before {
	background-image:url(../images/icon_q_br.png);
}
.form_area dl dt.pp .num:before {
	background-image:url(../images/icon_q_pp.png);
}
.form_area dl dt .required_area {
	/* width:22px; */
	width:80px!important;
	margin-left:1vw;
	/*padding-top:3px;*/
}
.form_area dl dt .required_area span {
	display:block;
	width:100%;
	height:100%;
	padding:4px 0;
	background-color:#FF3333;
	color:#fff;
	font-size:1.0rem;
	font-weight:normal;
	text-align:center;
	white-space:nowrap;
}
.form_area dl dt.br .required_area span {
	background-color:#b26c0e;
}
.form_area dl dt.pp .required_area span {
	background-color:#b26fb0;
}
.form_area dl dt .required_area span.required {
	background-color:#ff0000;
}
.form_area dl dt .txt {
	flex: 1;
	width:100%;
	padding-top:2px;
}
.form_area dl dt .txt .detail {
	color:#000;
	font-weight:400;
	font-size:1.2rem;
	line-height:1.4;
}
.form_area dl dt .txt .detail .cate01 {
	font-weight:900;
	color:#FF3333;
}
.form_area dl dt.br .txt .detail .cate01 {
	color:#b26c0e;
}
.form_area dl dt.pp .txt .detail .cate01 {
	color:#b26fb0;
}
.form_area dl dt .txt .detail .cate02 {
	font-weight:900;
	color:#c53700;
}
.form_area dl dd {
	padding-bottom:25px;
}
.form_area dl dd .required {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.form_area dl dd span {
	color:#FF3333;
	text-decoration:underline;
}
.form_area dl dd span.shop {
	color:#FF3333;
	text-decoration:none;
	font-size:1.5rem;
	font-weight:900;
}
.form_area dl dd.caution {
	padding-bottom:0;
}
.form_area dl dd.machine {
	padding-bottom:10px;
}
.form_area dl dd.machine:nth-child(2n) {
	padding-bottom:25px;
}
.form_area dl dd .machine01 {
	margin-bottom:5px;
	background-color:#FF3333;
	color:#fff;
	text-align:center;
}
.form_area dl dd .machine02 {
	margin-bottom:5px;
	background-color:#78bc27;
	color:#fff;
	text-align:center;
}
.form_area dl dd .input_area {
	flex: 1;
}
.form_area dl dd .ok_area {
	width:22px;
	margin-left:1vw;
}
.form_area dl dd .ok_area img {
	display:none;
	width:100%;
	height:auto;
}
.form_area dl dd .ok_area img.ok {
	display:block;
}

.form_area input {
	/* width: 100%; */
	width: 45%;
	height: 30px;
	padding: 0 5px;
	border: solid 1px #c9c9c9;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: 'Noto Sans JP', sans-serif;
}
input::placeholder {
  color: #c9c9c9;
}
.form_area input[type="radio"]{
  display: none;
}
.form_area input[type="radio"] + label{
  position:relative;
  padding-left: 24px;
	line-height:26px;
}
.form_area input[type="radio"] + label{
  position:relative;
  padding-left: 24px;
	line-height:26px;
}
.form_area .input_area.sidebyside {
}
.form_area .input_area.sidebyside input[type="radio"] + label{
	white-space: nowrap; 
	margin-right:10px;
}
.form_area input[type="radio"] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaabab;
  border-radius: 50%;
}
.form_area input[type="radio"]:checked + label::before{
  border: 1px solid #FF3333;
}
.form_area input[type="radio"]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 9px;
  width: 4px;
  height: 4px;
  background: #FF3333;
  border-radius: 50%;
}

.form_area input[type="checkbox"]{
  display: none;
}
.form_area input[type="checkbox"] + label{
  position:relative;
  padding-left: 24px;
	line-height:26px;
}
.form_area input[type="checkbox"] + label{
  position:relative;
  padding-left: 24px;
	line-height:26px;
}
.form_area .input_area.sidebyside {
	/*display:flex;
	flex-wrap:wrap;
	justify-content:space-between;*/
}
.form_area .input_area.sidebyside input[type="checkbox"] + label{
	white-space: nowrap; 
	margin-right:10px;
}
.form_area input[type="checkbox"] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaabab;
  border-radius: 5%;
}
.form_area input[type="checkbox"]:checked + label::before{
  border: 1px solid #FF3333;
}
.form_area input[type="checkbox"]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 9px;
  width: 4px;
  height: 4px;
  background: #FF3333;
  border-radius: 5%;
}

.form_area select {
	width: 45%;
	height: 30px;
	padding: 0 5px;
	border: solid 1px #c9c9c9;
	font-size: 1.2rem;
	line-height: 1.2;
	background-color: #fff;
	background-image: url(../images/arr_select.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 10px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Noto Sans JP', sans-serif;
}
select::-ms-expand {
    display: none;
}
.form_area textarea {
	width: 100%;
	height: 100px;
	padding: 0 5px;
	border: solid 1px #c9c9c9;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: 'Noto Sans JP', sans-serif;
}

/*エラー*/
.error_area {
	color: #cc0000;
}
