﻿@charset "utf-8";

/* CSS Document */
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#contents div {
	font-size: 0;
}
.mb8{
	margin-bottom: 8%;
}
/* share
--------------------------------------------- */
#main_area {
	background: #fff;
}

#suntory_content {
	padding: 0;
	width: auto;
}
#contents{
	padding: 0;
}
#contents img{
	width: 100%;

}
.imgBox {
	font-size: 0;
	line-height: 0;
}
.center {
	text-align: center;
}

/* 共通
--------------------------------------------- */
#q1,
#q2,
#q3{
	position: relative;
}
#q1{
	padding: 0 0 10%;
}

.q1_list,
.q2_list,
.q3_list {
	position: relative;
}
.q1_btn,
.q2_btn,
.q3_btn {
	width: 50%;
	text-align: center;
	margin: 10% auto 0;
}
.q1_btn.on,
.q2_btn.on,
.q3_btn.on {
	box-shadow: 2px 2px 4px 0px #dcdcdc;
    border-radius: 16px;
}
sup {
	vertical-align: super;
	font-size: 2.2vw;
}
/* fv
--------------------------------------------- */
.fv_wrap {
	position: relative;

}
.btn_start {
	width: 50%;
    position: absolute;
    top: 47%;
    transform: translateX(-50%);
    left: 50%;
}
.fv_txt {
	font-size: 3.1vw;
	text-align: justify;
	padding: 10px 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 1.4;
}

#q3 .notes_txt{
	position: absolute;
	bottom: 15px;
}
/* q1
--------------------------------------------- */
#q1 {
	background-color: #f3f3f3;
}
.ttl {
	margin-bottom: 0px;
}
.list{
  top: 0;
  padding:10px 5% 0;
}
#q2 .list{
  position: relative;
}
.list li {
	margin-top: 5px;
	position: relative;
}

.list label {
  text-align: justify;
  font-feature-settings: "palt";
  height: 17vw;
  width: 90vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 4vw;
  padding: 0 5% 0 10%;
  line-height: 1.3;
  display: table-cell;
  align-items: center;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

/* q2
--------------------------------------------- */
.caution {
	margin: 20px 5% 0;
	font-size: 3.5vw;
	line-height: 1.4;
}
.indent {
	margin-left: -8px;
}
/* q3
--------------------------------------------- */
#q3 {
	background-color: #f3f3f3;
}
/* anqend
--------------------------------------------- */
#anqend {
	position: relative;
	width: 100%;
	padding-bottom: 5%;
	box-sizing: border-box;
	margin: 0 auto 10%;
}

#agree.btn {
  position: absolute;
  top: 62%;
}

.end_txt_01 {
	font-size: 3.5vw;
	margin: 5% 3%;
	line-height: 1.4;
}

/* radio check
---------------------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	display: none;

}

.radio label:before {
	background: url("https://838b311d46dc2310ea26750bf0a20f37.cdnext.stream.ne.jp/50/BD/ent/span_vtyu17/img/checkbox_off.png") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -9px;
}

.radio input[type="radio"]:checked + label:before {
	background: url("https://838b311d46dc2310ea26750bf0a20f37.cdnext.stream.ne.jp/50/BD/ent/span_vtyu17/img/checkbox_on.png") no-repeat;
	background-size: contain;
}
.radio input[type="radio"]:checked + label,
.check input[type="checkbox"]:checked + label {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fdddb1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fdddb1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fdddb1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#fdddb1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdddb1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #f27930;
	color: #f65a2d;
	box-shadow: 1px 1px 4px 0px #f7f0d4;
}

/* check */
.check label:before {
	background: url("https://838b311d46dc2310ea26750bf0a20f37.cdnext.stream.ne.jp/50/BD/ent/span_vtyu17/img/checkbox_off.png") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -9px;
}

.check input[type="checkbox"]:checked + label:before {
	background: url("https://838b311d46dc2310ea26750bf0a20f37.cdnext.stream.ne.jp/50/BD/ent/span_vtyu17/img/checkbox_on.png") no-repeat;
	background-size: contain;
}
