@charset "UTF-8";


#Contents {
  overflow-x: hidden;
}

.check_area img{
	width: 100%;
}

.check_area .back{
	display: none;
}

.check_area {
  /* =============== 全体 ================================ */
  font-family: le-havre, 'Sawarabi Gothic', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #333333;
  /* ============= コンテンツ共通 ====================== */
  /* ============= 背景表示ありのブロック共通 ====================== */
}

/*----- check_area -----*/

.check_area {
    width: calc(660*(100vw/750));
    margin: calc(50*(100vw/750)) auto 0;
	padding-top: calc(50*(100vw/750));
}
.check_area .pc_only{
	display: none;
}
.check_area .shindan {
    padding-bottom: calc(120*(100vw/750));
	position: relative;
}
.check_area .shindan > li{
	font-feature-settings: normal;
	letter-spacing: 0.2em;
	position: absolute;
	width: 100%;
	transition : all 500ms;
	opacity: 0;
	z-index: 1;
	display: none;
}

.check_area .shindan > li figure{
	margin: 0 auto calc(30*(100vw/750));
}
.check_area .shindan > li:nth-child(1) figure{
	width: calc(430*(100vw/750));
}
.check_area .shindan > li:nth-child(2) figure{
	width: calc(562*(100vw/750));
}
.check_area .shindan > li:nth-child(3) figure{
	width: calc(675*(100vw/750));
}
.check_area .shindan > li:nth-child(4) figure{
	width: calc(525*(100vw/750));
}
.check_area .shindan > li:nth-child(5) figure{
	width: calc(525*(100vw/750));
}
.check_area .shindan > li:nth-child(6) figure{
	width: calc(488*(100vw/750));
}
.check_area .shindan >li.active {
	opacity: 1;
	z-index: 9;
	position: relative;
	display: block;
}
.check_area .shindan .question_ttl{
    font-size: calc(36*(100vw/750));
	letter-spacing: 0.03em;
	text-align: center;
	margin: 0 auto calc(90*(100vw/750));
	font-family: le-havre, sans-serif;
	font-weight: 400;
	font-style: normal;
/*    border-bottom: 2px dotted #333333;*/
    padding-bottom: calc(48*(100vw/750));
}

.check_area .shindan .question_ttl::before{
    position: absolute;
    content: '';
    width: calc(655* (100vw / 750));
    height: 1px;
    background-image: linear-gradient(to right, #333333 33%, rgba(051,051,051,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    left: 0;
    padding-bottom: calc(200* (100vw / 750));
}

.check_area .shindan .question_ttl .num{
    font-size: calc(88*(100vw/750));
	letter-spacing: 0.07em;
}
.check_area .shindan .question_txt{
    font-size: calc(36*(100vw/750));
	line-height: calc(56*(100vw/750));
	text-align: center;
	font-feature-settings: normal;
	letter-spacing: 0.06em;
}
.check_area .shindan .q_list{
	display: flex;
	width: 100%;
	margin: 0 auto;
}

.check_area .shindan .q_list .m0{
	margin: 0;
}

.check_area .shindan li input[type=radio]{
  display: none;
}
.check_area .shindan li input[type=radio] + label{
  width: calc(315*(100vw/750));
  margin-right: calc(30*(100vw/750));
}

.check_area .shindan-btn{
    width: 467px;
    margin: 0 auto;
	display: block;
}

.check_area .shindan-btn input[type=button]{
    display: block;
    margin: auto;
    width: 100%;
	height: calc(120*(100vw/750));
    border: none;
    background: url(../../img/pc/check_btn.jpg) no-repeat;
    background-size: 100%;
}

.check_area .progress_ttl {
	font-size: calc(24*(100vw/750));
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: calc(50*(100vw/750));
}

.check_area .shindan-bar {
	height: calc(10*(100vw/750));
	width: calc(684*(100vw/750));
	display: table;
	table-layout: fixed;
	margin-left: calc(-12*(100vw/750));
    border-collapse: separate;
    border-spacing: calc(12*(100vw/750)) 0;
}
.check_area .shindan-bar >li {
	background: #f2f1f0;
	display: table-cell;
	width: calc(100*(100vw/750));
}
.check_area .shindan-bar >li.active {
	background: #f2bd99;
}
.txt-copyright{
	font-size: calc(20 *(100vw / 750));
    letter-spacing: 0.06em;
    padding-bottom: calc(30 *(100vw / 750));
    text-align: center;
    line-height: 1;
    color: #898989;
	margin-top: calc(200*(100vw/750));
}

#footer{
	display: none;
}