@charset "UTF-8";


#Contents {
  overflow-x: hidden;
}

.main-area{
	padding: 0;
}

.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: 89.7rem;
    margin: 2.5rem auto 3rem;
	padding-top: 5rem;
}
.check_area .sp_only{
	display: none;
}
.check_area .shindan {
    padding-bottom: 10.5rem;
    font-size: 1.5rem;
	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 3.2rem;
}
.check_area .shindan > li:nth-child(1) figure{
	width: 34rem;
}
.check_area .shindan > li:nth-child(2) figure{
	width: 45rem;
}
.check_area .shindan > li:nth-child(3) figure{
	width: 55rem;
}
.check_area .shindan > li:nth-child(4) figure{
	width: 43rem;
}
.check_area .shindan > li:nth-child(5) figure{
	width: 45rem;
}
.check_area .shindan > li:nth-child(6) figure{
	width: 40rem;
}
.check_area .shindan >li.active {
	opacity: 1;
	z-index: 9;
	position: relative;
	display: block;
}
.check_area .shindan .question_ttl{
    font-size: 2.6rem;
	letter-spacing: 0.03em;
	text-align: center;
	margin: 0 auto 7rem;
	font-family: le-havre, sans-serif;
	font-weight: 400;
	font-style: normal;
/*    border-bottom: 2px dotted #333333;*/
    padding-bottom: 3rem;
	position: relative;
}

.check_area .shindan .question_ttl::before{
    position: absolute;
    content: '';
    width: 90.4rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to right, #333333 33%, rgba(051,051,051,0) 0%);
    background-position: bottom;
    background-size: 0.7rem 0.2rem;
    background-repeat: repeat-x;
    padding-bottom: 7.8rem;
}

.check_area .shindan .question_ttl .num{
    font-size: 4.8rem;
	letter-spacing: 0.07em;
}
.check_area .shindan .question_txt{
    font-size: 2.7rem;
	line-height: 3.8rem;
    padding-bottom: 1rem;
	text-align: center;
	font-feature-settings: normal;
	letter-spacing: 0.06em;
}
.check_area .shindan .q_list{
    font-size: 1.7rem;
    line-height: 5rem;
	display: flex;
	width: 63rem;
	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: 30rem;
  margin-right: 3rem;
}

.check_area .shindan-btn{
    width: 46.7rem;
    margin: 0 auto;
	display: block;
}

.check_area .shindan-btn input[type=button]{
    display: block;
    margin: auto;
    width: 100%;
	height: 9.2rem;
    border: none;
    background: url(../../img/pc/check_btn.jpg) no-repeat;
    background-size: 100%;
}

.check_area .progress_ttl {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 2.8rem;
}

.check_area .shindan-bar {
	height: 0.8rem;
	width: 64.6rem;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1rem 0;
}
.check_area .shindan-bar >li {
	background: #f2f1f0;
	display: table-cell;
	width: 9.6rem;
}
.check_area .shindan-bar >li.active {
	background: #f2bd99;
}

.txt-copyright{
	text-align: center;
    margin: 10rem auto 3rem;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #898989;
}

#footer{
	display: none;
}

@media screen and (min-width: 750px) and (max-width: 1200px){
	html {
		font-size: calc(10 * (100vw / 1200));
	}
}
