#contents{
	width: 100%;
    min-width: 956px;
    text-align: left;
}

.breadcrumbArea,
.contentArea,
.conversionAreaWrap,
.snsShareArea{
  font-size: 100%;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.breadcrumbArea{
	margin: 20px auto 0;
	padding: 0 100px;
}
.breadcrumb {
	color: #000;
	font-size: 10px;
	display: flex;
	flex-wrap: wrap;
	text-align: start;
	justify-content: flex-start;
	white-space: nowrap;
    font-size: 12px;
}
.breadcrumb li a::after{
	content: ">";
	color: #333;
	display: inline-block;
	margin: 0 10px;
}
.breadcrumb li a{
	color: #1565C0;
}

.contentArea{
	margin: 100px auto 0;
	padding: 0 100px;
}
.contentArea:first-child{
	margin: 400px auto 0;
}
.contentArea.mvArea{
	margin: 40px auto 0;
}
.contentArea.mainQuizArea{
	margin: 40px auto 0;
}
.contentAreaInner{
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
.contentAreaInner .banner_holder .imgHolder {
	display: block;
	margin-bottom: 10px;
}
.contentAreaInner .banner_holder .imgHolder img {
	vertical-align: top;
	width: 100%;
}
.contentAreaInner .banner_holder .questioner {
	text-align: right;
	font-size: 15px;
}

.contentsTitle{
    box-sizing: border-box;
    border-bottom: 2px solid #CCC;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}
.contentsTitle::after{
    content: "";
    width: 250px;
    height: 2px;
    display: block;
    background: #1565C0;
    position: absolute;
    bottom: -2px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .breadcrumbArea{
    	padding: 0 20px;
    }
	.breadcrumbArea .contentAreaInner{
    	padding: 0;
    }
	.breadcrumb {
		font-size: 10px;
	}
	.contentAreaInner{
		padding: 0 20.5px;
	}
	.contentArea{
		width: 100%;
        margin-top: 50px;
        padding: 0;
	}
	.contentArea.mvArea{
		width: 100%;
        margin: 30px 0 60px;
	}
	.contentArea.mvArea .contentAreaInner,
	.contentArea.mainQuizArea .contentAreaInner{
		padding: 0;
	}
	.contentAreaInner .banner_holder .questioner {
		margin-top: 10px;
		padding: 0 20px;
		font-size: 12px;
		text-align: left;
	}
	.contentsTitle{
		font-size: 22px;
	}
}


.quizArea{
	background: #EEE3CF;
	border-radius: 8px;
}
.quizAreaInner{
	padding: 60px;
	border-radius: 8px;
	position: relative;
}
.quizAreaInner .quizNumBox{
	position: absolute;
	content: '';
	top: 30px;
    left: 25px;
	z-index: 10;
	background: url('/column/brain-training/img/img_quiznum_bg.png') center center no-repeat;
	width: 140px;
	height: 120px;
	text-align: center;
}
.quizNumBox .quizNum{
	color: #ffffff;
	font-weight: bold;
	font-size: 26px;
	line-height: 120px;
	width: 120px;
}
.quizTitleBox{
	background: #F2F9FF;
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 30px 60px;
	border-radius: 8px 8px 0 0;
}
.quizTitleBox .quizTitle{
	margin-left: 60px;
	font-size: 42px;
	font-weight: bold;
}
.quizTitleBox .quizInfo{
	text-align: right;
}
.quizTitleBox .quizInfo .quizCategories,
.quizTitleBox .quizInfo .quizdifficulty{
	font-size: 16px;
}
.quizTitleBox .quizInfo .quizCategories span,
.quizTitleBox .quizInfo .quizdifficulty span{
	color: #1565C0;
}
.quizTitleBox .quizInfo .quizdifficulty span{
	vertical-align: middle;
}
.quizTitleBox .quizInfo .quizdifficulty span img{
	height: 19px;
}
.quizContent{
	background: url('/column/brain-training/img/img_quiz_bg.png') repeat;
	background-color: #ffffff;
	padding: 40px 60px;
}
.quizContent .quizContentText{
	font-size: 22px;
}
.quizContent .quizContentText b{
	font-weight: bold;
	font-size: 26px;
}
.quizContent .quizContentText span{
	color: #e6322e;
}
.quizContent .minorLayout{
	margin-bottom: 200px;
}
.quizContent .minorLayout .quizContentImg {
	float: right;
  width: 48%;
  min-width: 250px;
	margin-top: 85px;
}
.quizContent .minorLayout .quizContentImg img{
	width: 100%;
}
.quizContent .minorLayout .quizContentText{
	width: 68%;
	font-size: 18px;
}

.quizContent .quizContentImg{
	margin-top: 40px;
    min-height: 300px;
	text-align: center;
}
.quizContent .quizContentAnswerArea{
	position: relative;
	background: #F2F9FF;
	text-align: center;
	padding: 40px;
	margin-top: 40px;
}
.quizContent .quizContentAnswerArea::before{
	position: absolute;
	content: '';
	display: inline-block;
	top: -170px;
    left: -35px;
	width: 156px;
	height: 186px;
	background: url('/column/brain-training/img/img_man_bg.png') no-repeat;
	z-index: 10;
}
.quizContent .quizContentAnswerArea::after{
	position: absolute;
	content: '';
	display: inline-block;
	top: -170px;
    right: -35px;
	width: 156px;
	height: 186px;
	background: url('/column/brain-training/img/img_woman_bg.png') no-repeat;
	z-index: 10;
}
.quizContent .quizContentAnswerArea .quizContentAnswerText,
.quizContent .quizContentAnswerArea.input .quizContentAnswerText.select,
.quizContent .quizContentAnswerArea .quizContentAnswerText.select{
	display: none;
}
.quizContent .quizContentAnswerArea.input .quizContentAnswerText{
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerText.select{
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.quizContent .quizContentAnswerArea .quizContentAnswerBox{
	margin-top: 32px;
}
.quizContent .quizContentAnswerArea .quizContentAnswerBox .answerTypeInput,
.quizContent .quizContentAnswerArea .quizContentAnswerBox .answerTypeSelect{
	display: none;
}
.quizContent .quizContentAnswerArea.input .quizContentAnswerBox .answerTypeInput{
	display: block;
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect{
	display: block;
}
.quizContent .quizContentAnswerArea.input .quizContentAnswerBox input{
	width: 168px;
	font-size: 26px;
	padding: 15px 10px;
	border: 2px solid #000000;
}
.quizContent .quizContentAnswerArea.input .quizContentAnswerBox .quizContentAnswerUnit{
	font-size: 26px;
	font-weight: bold;
	padding-left: 15px;
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect .quizContentAnswerlabel{
	display: inline-block;
	width: calc(50% - 20px);
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect input[name="quizContentAnswerSelect"]{
	display: none;
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect span{
	display: inline-block;
    position: relative;
    cursor: pointer;
	width: calc(100% - 97px);
    padding: 17px 17px 17px 80px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect  span::after{
	content: "";
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -10px;
    left: 20px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #CCCCCC;
    border-radius: 10px;
    pointer-events: none;
    background-size: contain;
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect input[name="quizContentAnswerSelect"]:checked + span{
	border: 1px solid #1565C0;
    background: #1565C0;
	color: #ffffff;
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect input[name="quizContentAnswerSelect"]:checked + span::before{
	content: "";
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -10px;
    left: 20px;
    width: 18px;
    height: 18px;
    background: #1565C0;
    border: 2px solid #ffffff;
    border-radius: 10px;
    pointer-events: none;
    background-size: contain;
}
.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect input[name="quizContentAnswerSelect"]:checked + span::after{
	content: "";
    position: absolute;
    display: block;
    top: 50%;
	margin-top: -6px;
    left: 24px;
    width: 10px;
    height: 10px;
    background: #ffffff;
	border: 2px solid #ffffff;
    border-radius: 10px;
    pointer-events: none;
    background-size: contain;
}
.quizContent .quizContentAnswerArea .quizContentAnswerBtnBox{
	margin-top: 30px;
}
.quizContent .quizContentAnswerArea .quizContentAnswerBtnBox #quizContentAnswerBtn{
	display: inline-block;
	position: relative;
	width: 335px;
	background: #F29100;
	border-radius: 8px;
	text-align: center;
	padding: 23px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	box-sizing: border-box;
	text-decoration: none;
}
.quizContent .quizContentAnswerArea .quizContentAnswerBtnBox #quizContentAnswerBtn::after{
	position: absolute;
	content: '';
	display: inline-block;
	top: calc(50% - 16px);
    right: 15px;
	width: 32px;
	height: 32px;
	background: url('/column/brain-training/img/icon_orange_arrow.png') no-repeat;
	z-index: 10;
}
.quizContent .quizContentAnswerArea .quizContentAnswerBtnBox #quizContentAnswerBtn:hover{
	opacity: 0.7;
}
.quizContent .quizAnswerConfirm{
	display: block;
	margin-top: 40px;
	text-align: center;
}
.quizContent .quizAnswerConfirm.is_disabled{
	display: none;
}
.quizAnswerConfirmBtn{
    position: relative;
	font-size: 16px;

	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.quizAnswerConfirmBtn:after{
    content: '';
    background: url(/column/brain-training/img/icon_blue_arrow.svg) no-repeat;
    background-position: right center;
    background-size: 16px 16px;
    padding-right: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

#answerArea{
	display: block;
	margin-top: 85px;
}
#answerArea.is_disabled{
	display: none;
}
#answerArea .answerAreaTitle{
	background: #FFEAE9;
	padding: 12px;
	text-align: center;
	color: #E86D67;
	font-size: 30px;
	font-weight: bold;
}
#answerArea .answerAreaImg{
	text-align: center;
	margin-top: 40px;
}
#answerArea .answerBox{
	margin-top: 30px;
	text-align: center;
}
#answerArea .answerBox .answerBoxInner{
	display: inline-block;
}
#answerArea .answerBox .answerBoxTitle{
	display: table-row;
	line-height: 44px;
	text-align: center;
	background: #E86D67;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	padding: 7px 43px;
	border: 2px solid #E86D67;
}
#answerArea .answerBox .answerText{
	display: table-cell;
	padding: 14px 52px;
	font-size: 38px;
	font-weight: bold;
	border: 2px solid #E86D67;
    background: #fff;
	word-break: break-word;
}
#answerArea .answerBottomTxt,
#quizInfoArea .answerBottomTxt{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

#correctArea{
	display: block;
	margin-top: 85px;
}
#correctArea.is_disabled{
	display: none;
}
#correctArea .correctAreaTitleImg{
	text-align: center;
}
#correctArea .correctAreaTitleImg img{
	max-width: 720px;
	width: 100%;
}
#correctArea .correctAreaTitleSub{
	text-align: center;
	margin-top: 12px;
	font-size: 26px;
	font-weight: bold;
}
#correctArea .correctAreaImg{
	margin-top: 30px;
	text-align: center;
}
#correctArea .correctBox{
	margin-top: 30px;
	text-align: center;
}
#correctArea .correctBox .correctBoxInner{
	display: inline-block;
}
#correctArea .correctBox .correctBoxTitle{
	display: table-row;
	line-height: 44px;
	text-align: center;
	background: #E86D67;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	padding: 7px 43px;
	border: 2px solid #E86D67;
}
#correctArea .correctBox .correctText{
	display: table-cell;
	padding: 14px 52px;
	font-size: 38px;
	font-weight: bold;
	border: 2px solid #E86D67;
    background: #fff;
	word-break: break-word;
}

#mistakeArea{
	display: block;
	margin-top: 63px;
}
#mistakeArea.is_disabled{
	display: none;
}
#mistakeArea .mistakeAreaTitle{
	text-align: center;
	color: #1565C0;
	font-size: 40px;
	font-weight: bold;
}
#mistakeArea .mistakeAreaTitleSub{
	text-align: center;
	margin-top: 14px;
	font-size: 26px;
	font-weight: bold;
}
#mistakeArea .mistakeBox{
	margin-top: 30px;
	text-align: center;
}
#mistakeArea .mistakeBox .mistakeBoxTitle{
	line-height: 44px;
	text-align: center;
	background: #1565C0;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	padding: 7px 43px;
	border: 2px solid #1565C0;
	border-radius: 8px 8px 0 0;
}
#mistakeArea .mistakeBox .mistakeBoxTitle img{
	vertical-align: bottom;
	margin-right: 22px;
}
#mistakeArea .mistakeBox .mistakeText{
	padding: 14px 52px;
	font-size: 22px;
	border: 2px solid #1565C0;	
    background: #fff;
	word-break: break-word;
	border-radius: 0 0 8px 8px;
}
#mistakeArea .reAnswerBtnBox{
	margin-top: 30px;
	text-align: center;
}
#reAnswerBtn{
	display: inline-block;
    margin: 0 auto;
    padding: 10px 80px;
	color: #1565C0;
    font-size: 18px;
	font-weight: bold;
    border: 2px solid #1565C0;
    background: #fff;
    border-radius: 40px;
    position: relative;
}
#reAnswerBtn:hover{
	text-decoration: none;
	opacity: 0.7;
}
#reAnswerBtn::after{
	content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    right: 16px;
    top: calc(50%);
    transform: translateY(-50%);
    background: url(/column/brain-training/img/icon_blue_arrow_top.png) no-repeat;
    background-size: contain;
}

.quizNoteBlock{
	margin-top: 40px;
	display: flex;	
    gap: 30px;	
}
.quizNoteBlock .noteImgBox img{
	width: 113px;
	height: auto;
}
.quizNoteBlock .noteSummaryBox .noteTitle{
	font-size: 26px;
	font-weight: bold;
	padding: 0.2rem;
    margin-bottom: 0.2rem;
}
.quizNoteBlock .noteSummaryBox .noteTitle ._line{
	display: inline;
    background: linear-gradient(transparent 60%, #FFFF8D 60%);
}
.quizNoteBlock .noteSummaryBox .noteText{
	margin-top: 13px;
	font-size: 16px;
}

.returnQuizListBtnBox{
	margin-top: 30px;
    text-align: center;
}
#returnQuizListBtn{
	display: inline-block;
    margin: 0 auto;
    padding: 14px 60px;
    color: #ffffff;
    font-size: 15px;
	background: #1565C0;
    border-radius: 40px;
    position: relative;
}
#returnQuizListBtn::after{
	content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    right: 16px;
    top: calc(50%);
    transform: translateY(-50%);
    background: url(/column/brain-training/img/icon_blue_arrow_bgwhite.png) no-repeat;
    background-size: contain;
}
#returnQuizListBtn:hover{
	text-decoration: none;
    opacity: 0.7;
}

.pdfOutputBtnBox{
	margin-top: 40px;
    text-align: center;
    padding: 0 20.5px;
}

#pdfOutputBtn{
	cursor: pointer;
	display: inline-block;
    margin: 0 auto;
    padding: 16px 64px 16px 36px;
    font-size: 15px;
    font-weight: bold;
	border: 1px solid #CCCCCC;
    border-radius: 8px;
    position: relative;
}
#pdfOutputBtn::after{
	content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    right: 16px;
    top: calc(50%);
    transform: translateY(-50%);
    background: url(/column/brain-training/img/icon_white_arrow_bgblue.png) no-repeat;
    background-size: contain;
}
#pdfOutputBtn:hover{
	text-decoration: none;
    opacity: 0.7;
}

@media screen and (max-width: 1024px){
	.quizTitleBox .quizTitle{
		line-height: 63px;
	}
	#answerArea .answerBox .answerText{
		line-height: 57px;
	}

}

@media screen and (max-width: 767px) {
	.quizArea{
		border-radius: 0
	}
	.quizAreaInner{
		padding: 40px 20px;
	}
	.quizAreaInner .quizNumBox{
		top: -40px;
		left: 0;
        right: 0;
        margin: 0 auto;
		background: url(/column/brain-training/img/img_quiznum_bg_sp.png) center center no-repeat;
		width: 100px;
		height: 113px;
	}
	.quizNumBox .quizNum{
		font-size: 22px;
		line-height: 105px;
		width: 100px;
	}
	.quizTitleBox{
		display: block;
		padding: 50px 50px 20px;
	}
	.quizTitleBox .quizTitle{
		text-align: center;
		margin-left: 0;
		font-size: 27px;
	}
	.quizTitleBox .quizInfo{
		text-align: center;
		margin-top: 10px;
	}
	.quizTitleBox .quizInfo .quizdifficulty img{
		width: auto;
		vertical-align: initial;
	}
	.quizContent{
		padding: 30px 20px;
	}
	.quizContent .quizContentText{
		font-size: 16px;
	}
	.quizContent .quizContentText .fwB{
		font-size: 18px;
	}

	.quizContent .minorLayout{
		margin-bottom: 0px;
	}
	.quizContent .minorLayout .quizContentImg {
		float: static;
		width: 100%;
		min-width: initial;
		margin-top: 0px;
		margin-bottom: 40px;
	}
	.quizContent .minorLayout .quizContentImg img{
		width: 100%;
	}
	.quizContent .minorLayout .quizContentText{
		width: 100%;
		font-size: 14px;
	}

	.quizContent .quizContentImg{
		margin-top: 50px;
		min-height: auto;
	}
	.quizContent .quizContentAnswerArea{
		margin-top: 105px;
		padding: 30px 20px;
	}
	.quizContent .quizContentAnswerArea::before{
		top: -89px;
        left: 0;
        right: 0;
        margin: 0 auto;
		width: 191px;
		height: 100px;
		background: url(/column/brain-training/img/img_man_woman_bg.png) no-repeat;
	}
	.quizContent .quizContentAnswerArea::after{
		display: none;
	}
	.quizContent .quizContentAnswerArea .quizContentAnswerText{
		font-size: 18px;
	}
	.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect{
		display: block;
	}
	.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect .quizContentAnswerlabel{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.quizContent .quizContentAnswerArea.select .quizContentAnswerBox .answerTypeSelect span{
		width: calc(100% - 72px);
		padding: 17px 17px 17px 55px;
	}
	.quizContent .quizContentAnswerArea .quizContentAnswerBtnBox #quizContentAnswerBtn{
		width: 100%;
		padding: 18px 20px;
	}
	.quizAnswerConfirmBtn img{
		width: 16px;
	}

	.quizNoteBlock {
		display: block;
	}
	.quizNoteBlock::after {
		content: " ";
		display: block;
		clear: both;
	}
	.quizNoteBlock .noteImgBox{
		float: left;
		margin-right: 14px;
	}
	.quizNoteBlock .noteImgBox img{
		width: 72px;
	}
	.quizNoteBlock .noteSummaryBox .noteTitle{
		font-size: 20px;
		width: auto;
	}
	.quizNoteBlock .noteSummaryBox .noteText{
		float: left;
		margin-left: 0;
	}
	.quizNoteBlock .noteSummaryBox .noteText.textOnly{
		float: none;
	}

	#answerArea .answerBox .answerBottomTxt{
		font-size: 14px;
	}

	#correctArea .correctAreaTitleSub{
		font-size: 18px;
	}
	#mistakeArea .mistakeAreaTitleSub{
		font-size: 18px;
	}
	#mistakeArea .mistakeBox .mistakeBoxTitle img{
		width: 28px;
		height: 40px;
	}
}


.contentsDifficultyBtns{
	margin: 0 74px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.contentsDifficultyBtns .difficultyBtn{
    padding: 13px 0;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    position: relative;
	text-align: center;
	font-weight: bold;
	flex: 1;
	line-height: 30px;
	vertical-align: middle;
}
.contentsDifficultyBtns .difficultyBtn:last-child{
	margin-right: 0;
}
.contentsDifficultyBtns .difficultyBtn::before{
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
	padding-right: 10px;
	line-height: 30px;
	vertical-align: middle;
}
.contentsDifficultyBtns .difficultyBtn.easy::before{
    left: 80px;
    background: url(/column/brain-training/img/icon_easy.png) no-repeat;
    background-size: contain;
}
.contentsDifficultyBtns .difficultyBtn.usually::before{
    left: 70px;
    background: url(/column/brain-training/img/icon_usually.png) no-repeat;
    background-size: contain;
}
.contentsDifficultyBtns .difficultyBtn.difficult::before{
    left: 55px;
    background: url(/column/brain-training/img/icon_difficult.png) no-repeat;
    background-size: contain;
}
.contentsDifficultyBtns .difficultyBtn::after{
	content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    right: 16px;
    top: calc(50%);
    transform: translateY(-50%);
    background: url(/column/brain-training/img/icon_blue_arrow.svg) no-repeat;
    background-size: contain;
}
.contentsDifficultyBtns .difficultyBtn span{
	color: #1565C0;
}
.contentsDifficultyBtns .difficultyBtn:hover{
	text-decoration: none;
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.contentsDifficultyBtns{
		display: block;
        width: 100%;
        margin: 0;
	}
	.contentsDifficultyBtns .difficultyBtn{
		display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
	}		
	.contentsDifficultyBtns .difficultyBtn:last-child{
		margin-bottom: 0;
	}
}


.contentsCategories{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.contentsCategories .categoryBtn{
	display: inline-block;
    padding: 20px 4px;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    position: relative;
	text-align: center;
	font-weight: bold;
	flex: 1;
	box-sizing: border-box;
}
.contentsCategories .categoryBtn:last-child{
	margin-right: 0;
}
.contentsCategories .categoryBtn .categoryBtnInner img{
	width: 100%;
}
.contentsCategories .categoryBtn .btnText{
	position: relative;
	line-height: 20px;
}
.contentsCategories .categoryBtn .btnText span{
	padding-left: 10px;
	vertical-align: middle;
	line-height: 20px;
}
.contentsCategories .categoryBtn .btnText img{
	display: inline-block;
	width: 16px;
}
.contentsCategories .categoryBtn:hover{
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.contentsCategories{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		width: 100%;
	}
	.contentsCategories .categoryBtn{
		margin-right: 0;
		width: calc((100% - 14px) / 2);
        flex: none;
	}
}





.sns ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 90px auto 60px;
    width: 350px;
}
.sns ul li {
    width: 18%;
    min-width: 30px;
}
.sns ul li img {
    width: 100%;
}

@media screen and (max-width: 767px) {
	.sns ul {
        width: 80%;
        margin: 60px auto 80px;
    }
    .sns ul li {
        min-width: none;
    }
}





/* brain-training */
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}
.qa_buttons {
	padding: 30px 0;
}
.qa_buttons .see_answer {
	text-decoration: underline;
}
.qa_buttons .see_answer:hover {
	text-decoration: none;
}
.bt {
	position: relative;
}
.bt.modal_open {
	overflow: hidden;
}
.bt .print_page {
	position: relative;
}
.bt .a_btn_container {
	display: table;
	position: absolute;
	top: 1040px;
	left: 50%;
    transform: translateX(-50%);
	width: 200px;
}
.bt .a_btn_container.default_pos {
	top: 1045px;
}
.bt .a_btn {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 33px 0;
	background: #ef938f;
	text-align: center;
	border-top: 3px solid #f5bebc;
	border-bottom: 4px solid #b4736e;
	border-left: 4px solid #f2a9a5;
	border-right: 4px solid #b4736e;
	color: #fff;
	font-weight: bold;
	letter-spacing: 15px;
	text-indent: 15px;
	font-size: 40px;
	border-radius: 4px;
	text-shadow: -2px -2px 0.5px rgba(0,0,0,0.4)
}
.bt .a_btn:hover {
	text-decoration: none;
}
.bt .modal_bg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(129, 129, 129, 0.5);
	height: 100%;
	width: 100%;
}
.bt .modal {
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 350px;
	z-index: 100;
}
.bt .modal_body {
	position: relative;
	border: 2px solid #818181;
	border-radius: 10px;
	background: #fff;
	line-height: 1.25;
}
.bt .modal_body .close_modalBTn {
	position: absolute;
	top: 8px;
	right: 10px;
}
.bt .modal_body .close_modalBTn a {
	display: inline-block;
}
.bt .modal_body .text {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #2f201b;
}
.bt .modal_body .text:after {
	content: "";
	display: table;
	clear: both;
}

/*-------------
answer_modal
--------------*/
.bt .answer_modal .modal_body {
	padding: 60px 10px;
}
.bt .answer_modal .text,
.bt .hint_modal .text {
	background: url(/column/brain-training/img/bt_modal_txt_bg.png) no-repeat left 11px;
}
.bt .answer_modal .balloon {
	width: 192px;
}
.bt .answer_modal .balloon,
.bt .hint_modal .balloon {
	position: relative;
	float: right;
	padding: 20px 7px;
	border: 2px solid #818181;
	border-radius: 20px;
	background: #fff;
}
.bt .answer_modal .balloon:after,
.bt .answer_modal .balloon:before,
.bt .hint_modal .balloon:after,
.bt .hint_modal .balloon:before {
	top: 50%;
	transform: translateY(-50%);
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.bt .answer_modal .balloon:after,
.bt .hint_modal .balloon:after {
	left: -30px;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 31px;
	border-right-width: 0;
	border-bottom-width: 0;
}
.bt .answer_modal .balloon:before,
.bt .hint_modal .balloon:before {
	left: -34px;
	border-color: rgba(129, 129, 129, 0);
	border-top-color: #818181;
	border-width: 34px;
	border-right-width: 0;
	border-bottom-width: 0;
}
.bt .answer_modal .input_answer_area,
.bt .hint_modal .input_answer_area {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
}
.bt .answer_modal .input_answer_area .txt_sample,
.bt .hint_modal .input_answer_area .txt_sample {
	font-size: 15px;
}
.bt .answer_modal .input_answer_area input[type="text"],
.bt .hint_modal .input_answer_area input[type="text"] {
	height: 44px;
	width: 136px;
	display: inline-block;
	padding: 10px;
	border: 2px solid #818181;
	vertical-align: bottom;
	-webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
}
.bt .answer_modal .input_answer_area .unit,
.bt .hint_modal .input_answer_area .unit {
	margin-left: 20px;
}
.bt .answer_modal .input_answer_area span,
.bt .hint_modal .input_answer_area span {
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: bottom;
}
.bt .answer_modal .input_answer_area .radio_list,
.bt .hint_modal .input_answer_area .radio_list{
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.bt .answer_modal .input_answer_area .radio_list input[type="radio"],
.bt .hint_modal .input_answer_area .radio_list input[type="radio"] {
	vertical-align: middle;
}
.bt .answer_modal .input_answer_area .radio_list label,
.bt .hint_modal .input_answer_area .radio_list label {
	display: inline-block;
	width: 91%;
	margin-left: 6px;
}
.bt .answer_modal .input_answer_area .multiple_choice {
	width: 80%;
	margin: 0 auto;
}
.bt .answer_modal .input_answer_area .multiple_choice .choice_item,
.bt .hint_modal .input_answer_area .multiple_choice .choice_item {
	margin-bottom: 15px;

}
.bt .answer_modal .input_answer_area .multiple_choice .choice_item select,
.bt .hint_modal .input_answer_area .multiple_choice .choice_item select {
	display: block;
	width: 100%;
	border: 2px solid #818181;
}
.bt .answer_modal .input_answer_area .multiple_choice .choice_item:last-child,
.bt .hint_modal .input_answer_area .multiple_choice .choice_item:last-child {
	margin-bottom: 0;
}
.bt .modal_body_content_hint {
	display: none;
}

/*-------------
correct_modal
--------------*/
.bt .correct_modal .modal_body {
	padding: 15px 10px;
	background: #fff url(/column/brain-training/img/bt_modal_correct_bg.png) no-repeat left -8px bottom 12px;
}
.bt .correct_modal .answer_image {
	margin-bottom: 40px;
}
.bt .correct_modal .answer_image img {
	width: 270px;
	height: auto;
}
.bt .correct_modal .btn {
	text-align: right;
}
.bt .correct_modal .btn a {
	font-size: 30px;
	font-weight: bold;
	color: #2f201b;
	text-decoration: underline;
}
.bt .correct_modal .btn a:hover {
	text-decoration: none;
}

/*-------------
hint_modal
--------------*/
.bt .hint_modal .modal_body {
	padding: 20px 10px;
}
.bt .hint_modal .modal_body .hint_ttl {
	margin-bottom: 5px;
	font-size: 40px;
	font-weight: bold;
	color: #006bb8;
}
.bt .hint_modal .modal_body .hint_txt {
	margin-bottom: 25px;
	font-size: 20px;
	color: #2f201b;
}
.bt .hint_modal .modal_body .balloon .ttl {
	text-align: left;
	margin-bottom: 5px;
}
.bt .hint_modal .modal_body .balloon .content {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
}
.bt .hint_modal .balloon {
	padding: 15px;
	width: 176px;
}


@media screen and (max-width: 767px) {
	.bt #container .print_page img {
		width: 100%;
		height: auto;
	}
	.bt.modal_open #container {
		width: 100%;
		padding: 20px 10px;
	}
	.qa_buttons {
		padding: 5% 0;
	}
	.qa_buttons .float-left {
		width: 44.38%;
	}
	.qa_buttons .float-right.answer_btn {
		width: 22.985%;
	}
	.qa_buttons .float-left img,
	.qa_buttons .float-right img {
		width: 100%;
		height: auto;
	}
	.qa_buttons .float-right .see_answer {
		font-size: 11px;
	}
	
	.bt .a_btn_container {
		top: 105vw;
		width: 38%;
		height: 5rem;
	}
	.bt .a_btn_container.default_pos {
		top: 126vw;
		height: 4.2rem;
	}
	.bt .a_btn {
		border-width: 3px;
		border-top-width: 2px;
		padding: 0;
		font-size: 1.6rem;
		letter-spacing: normal;
		text-indent: inherit;
		text-shadow: -1px -1px 0.5px rgba(0,0,0,0.35);
	}
	.bt .a_btn img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	.bt.modal_open #container {
		overflow: hidden;
	}
	.bt.modal_open .modal_container {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10% 0 14%;
		overflow-y: scroll;
	}
	.bt .modal_bg {
		background: #818181;
		opacity: 0.7;
	}
	.bt .modal_body .close_modalBTn {
		cursor: pointer;
		position: absolute;
		width: 25px;
		height: 25px;
		bottom: -38px;
		top: auto;
		right: auto;
		left: 0;
		right: 0;
		width: 100%;
		padding: 7px 0 7px;
	}
	.bt .modal_body .close_modalBTn a {
		display: none;
	}
	.bt .modal_body .close_modalBTn:before,
	.bt .modal_body .close_modalBTn:after {
		position: absolute;
		content: ' ';
		height: 25px;
		width: 4px;
		background-color: #e8e8e8;
	}
	.bt .modal_body .close_modalBTn:before {
		transform: rotate(-45deg);
	}
	.bt .modal_body .close_modalBTn:after {
		transform: rotate(45deg);
	}
	.bt .modal {
		position: relative;
		width: 100%;
		max-width: 295px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		top: 0;
	}
	.bt .answer_modal .balloon,
	.bt .hint_modal .balloon {
		border-radius: 10px;
		padding: 15px 7px;
		;
	}
	.bt .answer_modal .balloon {
		width: 167px;
	}
	.bt .answer_modal .balloon:before,
	.bt .hint_modal .balloon:before {
		left: -29px;
		border-width: 29px;
		border-right-width: 0;
		border-bottom-width: 0;
	}
	.bt .answer_modal .balloon:after,
	.bt .hint_modal .balloon:after {
		left: -25px;
		border-width: 26px;
		border-right-width: 0;
		border-bottom-width: 0;
	}
	.bt .modal_body .text {
		font-size: 20px;
	}
	.bt .answer_modal .text,
	.bt .hint_modal .text {
		background-size: 80px;
	}
	.bt .answer_modal .input_answer_area,
	.bt .hint_modal .input_answer_area {
		font-size: 25px;
	}

	.bt .answer_modal .input_answer_area .txt_sample,
	.bt .hint_modal .input_answer_area .txt_sample {
		font-size: 14px;
	}
	.bt .answer_modal .input_answer_area input[type="text"],
	.bt .hint_modal .input_answer_area input[type="text"] {
		height: 35px;
		padding: 5px;
	}
	.bt .correct_modal .modal_body {
		background-size: 302px;
		background-position: left -6px bottom 19px;
	}
}

/* Landscape */
@media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 480px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape) {
		.bt .a_btn_container {
			top: 65%;
		}
		.bt .a_btn_container.default_pos {
			top: 78%;
		}
}

/* duskin logo */
.bt .dsk_logo {
	position: relative;
}
.bt .dsk_logo:before {
	position: absolute;
	content: '';
	top: 15px;
	left: 30px;
	width: 270px;
	height: 83px;
	background: url(/img/common/logo_duskin_t.png) no-repeat top left;
	background-size: 38%;
}
@media screen and (max-width: 767px) {
	.bt .dsk_logo:before {
		position: absolute;
		content: '';
		top: 20%;
		left: 3%;
		width: 15%;
		height: 100%;
		background: url(/img/common/logo_duskin_t.png) no-repeat;
		background-size: contain;
	}
}

/* Duskin health rent logo */
.bt .hr_logo{
	position: relative;
}
.bt .hr_logo:after{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 120px;
	height: 104px;
	background: url(/img/common/logo_hr_t02.png) no-repeat center;
	background-size: 55%;
}
/* Print logo*/
@media print{
	.bt .hr_logo:after{
		position: absolute;
		content: '';
		bottom: 0;
		right: -150px;
		width: 120px;
		height: 104px;
		background: url(/img/common/logo_hr_t02.png) no-repeat center;
		background-size: 55%;
	}
	.bt .a_btn_container {
		display: table;
		position: absolute;
		top: 1025px;
		left: 50%;
		transform: translateX(-50%);
		width: 200px;
	}
	
}
@media screen and (max-width: 767px) {
	.bt .hr_logo:after {
		position: absolute;
		content: '';
		top: 20%;
		right: 3%;
		width: 10%;
		height: auto;
		background: url(/img/common/logo_hr_t02.png) no-repeat;
		background-size: contain;
	}
}
/* css answer button pink SP container */

@media screen and (max-width: 767px) {
	.bt .q01 .a_btn_container,
	.bt .q02 .a_btn_container,
	.bt .q03 .a_btn_container,
	.bt .q04 .a_btn_container,
	.bt .q05 .a_btn_container,
	.bt .q06 .a_btn_container,
	.bt .q07 .a_btn_container,
	.bt .q08 .a_btn_container,
	.bt .q09 .a_btn_container,
	.bt .q10 .a_btn_container,
	.bt .q11 .a_btn_container,
	.bt .q12 .a_btn_container,
	.bt .q13 .a_btn_container,
	.bt .q14 .a_btn_container,
	.bt .q15 .a_btn_container,
	.bt .q16 .a_btn_container,
	.bt .q17 .a_btn_container,
	.bt .q18 .a_btn_container,
	.bt .q19 .a_btn_container,
	.bt .q20 .a_btn_container,
	.bt .q21 .a_btn_container,
	.bt .q22 .a_btn_container,
	.bt .q23 .a_btn_container,
	.bt .q24 .a_btn_container,
	.bt .q25 .a_btn_container,
	.bt .q26 .a_btn_container,
	.bt .q27 .a_btn_container,
	.bt .q28 .a_btn_container,
	.bt .q29 .a_btn_container,
	.bt .q30 .a_btn_container,
	.bt .q31 .a_btn_container,
	.bt .q32 .a_btn_container,
	.bt .q33 .a_btn_container,
	.bt .q34 .a_btn_container,
	.bt .q35 .a_btn_container,
	.bt .q36 .a_btn_container,
	.bt .q37 .a_btn_container,
	.bt .q38 .a_btn_container,
	.bt .q39 .a_btn_container,
	.bt .q40 .a_btn_container,
	.bt .q41 .a_btn_container,
	.bt .q42 .a_btn_container,
	.bt .q43 .a_btn_container,
	.bt .q44 .a_btn_container,
	.bt .q45 .a_btn_container,
	.bt .q46 .a_btn_container,
	.bt .q47 .a_btn_container,
	.bt .q48 .a_btn_container,
	.bt .q49 .a_btn_container,
	.bt .q50 .a_btn_container,
	.bt .q51 .a_btn_container,
	.bt .q52 .a_btn_container,
	.bt .q53 .a_btn_container,
	.bt .q54 .a_btn_container,
	.bt .q55 .a_btn_container,
	.bt .q56 .a_btn_container,
	.bt .q68 .a_btn_container,
	.bt .q69 .a_btn_container,
	.bt .q70 .a_btn_container,
	.bt .q71 .a_btn_container,
	.bt .q72 .a_btn_container,
	.bt .q73 .a_btn_container,
	.bt .q74 .a_btn_container,
	.bt .q75 .a_btn_container,
	.bt .q76 .a_btn_container,
	.bt .q77 .a_btn_container,
	.bt .q78 .a_btn_container,
	.bt .q79 .a_btn_container,
	.bt .q80 .a_btn_container,
	.bt .q81 .a_btn_container,
	.bt .q82 .a_btn_container,
	.bt .q83 .a_btn_container,
	.bt .q84 .a_btn_container,
	.bt .q85 .a_btn_container,
	.bt .q86 .a_btn_container,
	.bt .q87 .a_btn_container,
	.bt .q88 .a_btn_container,
	.bt .q89 .a_btn_container,
	.bt .q90 .a_btn_container,
	.bt .q91 .a_btn_container,
	.bt .q92 .a_btn_container,
	.bt .q93 .a_btn_container,
	.bt .q94 .a_btn_container,
	.bt .q95 .a_btn_container,
	.bt .q96 .a_btn_container,
	.bt .q97 .a_btn_container,
	.bt .q98 .a_btn_container,
	.bt .q99 .a_btn_container,
	.bt .q100 .a_btn_container,
	.bt .q101 .a_btn_container,
	.bt .q102 .a_btn_container,
	.bt .q103 .a_btn_container,
	.bt .q104 .a_btn_container,
	.bt .q105 .a_btn_container,
	.bt .q106 .a_btn_container,
	.bt .q107 .a_btn_container {
		top: 126vw;
		width: 25%;
		height: 4rem;
	}
}

/*----
Button pink container
-----*/
.bt .q01 .a_btn_container,
.bt .q02 .a_btn_container,
.bt .q03 .a_btn_container,
.bt .q04 .a_btn_container,
.bt .q05 .a_btn_container,
.bt .q06 .a_btn_container,
.bt .q07 .a_btn_container,
.bt .q08 .a_btn_container,
.bt .q09 .a_btn_container,
.bt .q10 .a_btn_container,
.bt .q11 .a_btn_container,
.bt .q12 .a_btn_container,
.bt .q13 .a_btn_container,
.bt .q14 .a_btn_container,
.bt .q15 .a_btn_container,
.bt .q16 .a_btn_container,
.bt .q17 .a_btn_container,
.bt .q18 .a_btn_container,
.bt .q19 .a_btn_container,
.bt .q20 .a_btn_container,
.bt .q21 .a_btn_container,
.bt .q22 .a_btn_container,
.bt .q23 .a_btn_container,
.bt .q24 .a_btn_container,
.bt .q25 .a_btn_container,
.bt .q26 .a_btn_container,
.bt .q27 .a_btn_container,
.bt .q28 .a_btn_container,
.bt .q29 .a_btn_container,
.bt .q30 .a_btn_container,
.bt .q31 .a_btn_container,
.bt .q32 .a_btn_container,
.bt .q33 .a_btn_container,
.bt .q34 .a_btn_container,
.bt .q35 .a_btn_container,
.bt .q36 .a_btn_container,
.bt .q37 .a_btn_container,
.bt .q38 .a_btn_container,
.bt .q39 .a_btn_container,
.bt .q40 .a_btn_container,
.bt .q41 .a_btn_container,
.bt .q42 .a_btn_container,
.bt .q43 .a_btn_container,
.bt .q44 .a_btn_container,
.bt .q45 .a_btn_container,
.bt .q46 .a_btn_container,
.bt .q47 .a_btn_container,
.bt .q48 .a_btn_container,
.bt .q49 .a_btn_container,
.bt .q50 .a_btn_container,
.bt .q51 .a_btn_container,
.bt .q52 .a_btn_container,
.bt .q53 .a_btn_container,
.bt .q54 .a_btn_container,
.bt .q55 .a_btn_container,
.bt .q56 .a_btn_container,
.bt .q68 .a_btn_container,
.bt .q69 .a_btn_container,
.bt .q70 .a_btn_container,
.bt .q71 .a_btn_container,
.bt .q72 .a_btn_container,
.bt .q73 .a_btn_container,
.bt .q74 .a_btn_container,
.bt .q75 .a_btn_container,
.bt .q76 .a_btn_container,
.bt .q77 .a_btn_container,
.bt .q78 .a_btn_container,
.bt .q79 .a_btn_container,
.bt .q80 .a_btn_container,
.bt .q81 .a_btn_container,
.bt .q82 .a_btn_container,
.bt .q83 .a_btn_container,
.bt .q84 .a_btn_container,
.bt .q85 .a_btn_container,
.bt .q86 .a_btn_container,
.bt .q87 .a_btn_container,
.bt .q88 .a_btn_container,
.bt .q89 .a_btn_container,
.bt .q90 .a_btn_container,
.bt .q91 .a_btn_container,
.bt .q92 .a_btn_container,
.bt .q93 .a_btn_container,
.bt .q94 .a_btn_container,
.bt .q95 .a_btn_container,
.bt .q96 .a_btn_container,
.bt .q97 .a_btn_container,
.bt .q98 .a_btn_container,
.bt .q99 .a_btn_container,
.bt .q100 .a_btn_container,
.bt .q101 .a_btn_container,
.bt .q102 .a_btn_container,
.bt .q103 .a_btn_container,
.bt .q104 .a_btn_container,
.bt .q105 .a_btn_container,
.bt .q106 .a_btn_container,
.bt .q107 .a_btn_container {
	width: 200px;
}
.bt .q01 .a_btn,
.bt .q02 .a_btn,
.bt .q03 .a_btn,
.bt .q04 .a_btn,
.bt .q05 .a_btn,
.bt .q06 .a_btn,
.bt .q07 .a_btn,
.bt .q08 .a_btn,
.bt .q09 .a_btn,
.bt .q10 .a_btn,
.bt .q11 .a_btn,
.bt .q12 .a_btn,
.bt .q13 .a_btn,
.bt .q14 .a_btn,
.bt .q15 .a_btn,
.bt .q16 .a_btn,
.bt .q17 .a_btn,
.bt .q18 .a_btn,
.bt .q19 .a_btn,
.bt .q20 .a_btn,
.bt .q21 .a_btn,
.bt .q22 .a_btn,
.bt .q23 .a_btn,
.bt .q24 .a_btn,
.bt .q25 .a_btn,
.bt .q26 .a_btn,
.bt .q27 .a_btn,
.bt .q28 .a_btn,
.bt .q29 .a_btn,
.bt .q30 .a_btn,
.bt .q31 .a_btn,
.bt .q32 .a_btn,
.bt .q33 .a_btn,
.bt .q34 .a_btn,
.bt .q35 .a_btn,
.bt .q36 .a_btn,
.bt .q37 .a_btn,
.bt .q38 .a_btn,
.bt .q39 .a_btn,
.bt .q40 .a_btn,
.bt .q41 .a_btn,
.bt .q42 .a_btn,
.bt .q43 .a_btn,
.bt .q44 .a_btn,
.bt .q45 .a_btn,
.bt .q46 .a_btn,
.bt .q47 .a_btn,
.bt .q48 .a_btn,
.bt .q49 .a_btn,
.bt .q50 .a_btn,
.bt .q51 .a_btn,
.bt .q52 .a_btn,
.bt .q53 .a_btn,
.bt .q54 .a_btn,
.bt .q55 .a_btn,
.bt .q56 .a_btn,
.bt .q57 .a_btn,
.bt .q58 .a_btn,
.bt .q59 .a_btn,
.bt .q60 .a_btn,
.bt .q61 .a_btn,
.bt .q62 .a_btn,
.bt .q63 .a_btn,
.bt .q64 .a_btn,
.bt .q65 .a_btn,
.bt .q66 .a_btn,
.bt .q67 .a_btn,
.bt .q68 .a_btn,
.bt .q69 .a_btn,
.bt .q70 .a_btn,
.bt .q71 .a_btn,
.bt .q72 .a_btn,
.bt .q73 .a_btn,
.bt .q74 .a_btn,
.bt .q75 .a_btn,
.bt .q76 .a_btn,
.bt .q77 .a_btn,
.bt .q78 .a_btn,
.bt .q79 .a_btn,
.bt .q80 .a_btn,
.bt .q81 .a_btn,
.bt .q82 .a_btn,
.bt .q83 .a_btn,
.bt .q84 .a_btn,
.bt .q85 .a_btn,
.bt .q86 .a_btn,
.bt .q87 .a_btn,
.bt .q88 .a_btn,
.bt .q89 .a_btn,
.bt .q90 .a_btn,
.bt .q91 .a_btn,
.bt .q92 .a_btn,
.bt .q93 .a_btn,
.bt .q94 .a_btn,
.bt .q95 .a_btn,
.bt .q96 .a_btn,
.bt .q97 .a_btn,
.bt .q98 .a_btn,
.bt .q99 .a_btn,
.bt .q100 .a_btn,
.bt .q101 .a_btn,
.bt .q102 .a_btn,
.bt .q103 .a_btn,
.bt .q104 .a_btn,
.bt .q105 .a_btn,
.bt .q106 .a_btn,
.bt .q107 .a_btn {
	font-size: 30px;
	letter-spacing: 5px;
	text-indent: 5px;
}
@media screen and (max-width: 767px) {
	.bt .q01 .a_btn_container,
	.bt .q02 .a_btn_container,
	.bt .q03 .a_btn_container,
	.bt .q04 .a_btn_container,
	.bt .q05 .a_btn_container,
	.bt .q06 .a_btn_container,
	.bt .q07 .a_btn_container,
	.bt .q08 .a_btn_container,
	.bt .q09 .a_btn_container,
	.bt .q10 .a_btn_container,
	.bt .q11 .a_btn_container,
	.bt .q12 .a_btn_container,
	.bt .q13 .a_btn_container,
	.bt .q14 .a_btn_container,
	.bt .q15 .a_btn_container,
	.bt .q16 .a_btn_container,
	.bt .q17 .a_btn_container,
	.bt .q18 .a_btn_container,
	.bt .q19 .a_btn_container,
	.bt .q20 .a_btn_container,
	.bt .q21 .a_btn_container,
	.bt .q22 .a_btn_container,
	.bt .q23 .a_btn_container,
	.bt .q24 .a_btn_container,
	.bt .q25 .a_btn_container,
	.bt .q26 .a_btn_container,
	.bt .q27 .a_btn_container,
	.bt .q28 .a_btn_container,
	.bt .q29 .a_btn_container,
	.bt .q30 .a_btn_container,
	.bt .q31 .a_btn_container,
	.bt .q32 .a_btn_container,
	.bt .q33 .a_btn_container,
	.bt .q34 .a_btn_container,
	.bt .q35 .a_btn_container,
	.bt .q36 .a_btn_container,
	.bt .q37 .a_btn_container,
	.bt .q38 .a_btn_container,
	.bt .q39 .a_btn_container,
	.bt .q40 .a_btn_container,
	.bt .q41 .a_btn_container,
	.bt .q42 .a_btn_container,
	.bt .q43 .a_btn_container,
	.bt .q44 .a_btn_container,
	.bt .q45 .a_btn_container,
	.bt .q46 .a_btn_container,
	.bt .q47 .a_btn_container,
	.bt .q48 .a_btn_container,
	.bt .q49 .a_btn_container,
	.bt .q50 .a_btn_container,
	.bt .q51 .a_btn_container,
	.bt .q52 .a_btn_container,
	.bt .q53 .a_btn_container,
	.bt .q54 .a_btn_container,
	.bt .q55 .a_btn_container,
	.bt .q56 .a_btn_container,
	.bt .q68 .a_btn_container,
	.bt .q69 .a_btn_container,
	.bt .q70 .a_btn_container,
	.bt .q71 .a_btn_container,
	.bt .q72 .a_btn_container,
	.bt .q73 .a_btn_container,
	.bt .q74 .a_btn_container,
	.bt .q75 .a_btn_container,
	.bt .q76 .a_btn_container,
	.bt .q77 .a_btn_container,
	.bt .q78 .a_btn_container,
	.bt .q79 .a_btn_container,
	.bt .q80 .a_btn_container,
	.bt .q81 .a_btn_container,
	.bt .q82 .a_btn_container,
	.bt .q83 .a_btn_container,
	.bt .q84 .a_btn_container,
	.bt .q85 .a_btn_container,
	.bt .q86 .a_btn_container,
	.bt .q87 .a_btn_container,
	.bt .q88 .a_btn_container,
	.bt .q89 .a_btn_container,
	.bt .q90 .a_btn_container,
	.bt .q91 .a_btn_container,
	.bt .q92 .a_btn_container,
	.bt .q93 .a_btn_container,
	.bt .q94 .a_btn_container,
	.bt .q95 .a_btn_container,
	.bt .q96 .a_btn_container,
	.bt .q97 .a_btn_container,
	.bt .q98 .a_btn_container,
	.bt .q99 .a_btn_container,
	.bt .q100 .a_btn_container,
	.bt .q101 .a_btn_container,
	.bt .q102 .a_btn_container,
	.bt .q103 .a_btn_container,
	.bt .q104 .a_btn_container,
	.bt .q105 .a_btn_container,
	.bt .q106 .a_btn_container,
	.bt .q107 .a_btn_container{
		width: 25%;
	}
	.bt .q01 .a_btn,
	.bt .q02 .a_btn,
	.bt .q03 .a_btn,
	.bt .q04 .a_btn,
	.bt .q05 .a_btn,
	.bt .q06 .a_btn,
	.bt .q07 .a_btn,
	.bt .q08 .a_btn,
	.bt .q09 .a_btn,
	.bt .q10 .a_btn,
	.bt .q11 .a_btn,
	.bt .q12 .a_btn,
	.bt .q13 .a_btn,
	.bt .q14 .a_btn,
	.bt .q15 .a_btn,
	.bt .q16 .a_btn,
	.bt .q17 .a_btn,
	.bt .q18 .a_btn,
	.bt .q19 .a_btn,
	.bt .q20 .a_btn,
	.bt .q21 .a_btn,
	.bt .q22 .a_btn,
	.bt .q23 .a_btn,
	.bt .q24 .a_btn,
	.bt .q25 .a_btn,
	.bt .q26 .a_btn,
	.bt .q27 .a_btn,
	.bt .q28 .a_btn,
	.bt .q29 .a_btn,
	.bt .q30 .a_btn,
	.bt .q31 .a_btn,
	.bt .q32 .a_btn,
	.bt .q33 .a_btn,
	.bt .q34 .a_btn,
	.bt .q35 .a_btn,
	.bt .q36 .a_btn,
	.bt .q37 .a_btn,
	.bt .q38 .a_btn,
	.bt .q39 .a_btn,
	.bt .q40 .a_btn,
	.bt .q41 .a_btn,
	.bt .q42 .a_btn,
	.bt .q43 .a_btn,
	.bt .q44 .a_btn,
	.bt .q45 .a_btn,
	.bt .q46 .a_btn,
	.bt .q47 .a_btn,
	.bt .q48 .a_btn,
	.bt .q49 .a_btn,
	.bt .q50 .a_btn,
	.bt .q51 .a_btn,
	.bt .q52 .a_btn,
	.bt .q53 .a_btn,
	.bt .q54 .a_btn,
	.bt .q55 .a_btn,
	.bt .q56 .a_btn,
	.bt .q57 .a_btn,
	.bt .q58 .a_btn,
	.bt .q59 .a_btn,
	.bt .q60 .a_btn,
	.bt .q61 .a_btn,
	.bt .q62 .a_btn,
	.bt .q63 .a_btn,
	.bt .q64 .a_btn,
	.bt .q65 .a_btn,
	.bt .q66 .a_btn,
	.bt .q67 .a_btn,
	.bt .q68 .a_btn,
	.bt .q69 .a_btn,
	.bt .q70 .a_btn,
	.bt .q71 .a_btn,
	.bt .q72 .a_btn,
	.bt .q73 .a_btn,
	.bt .q74 .a_btn,
	.bt .q75 .a_btn,
	.bt .q76 .a_btn,
	.bt .q77 .a_btn,
	.bt .q78 .a_btn,
	.bt .q79 .a_btn,
	.bt .q80 .a_btn,
	.bt .q81 .a_btn,
	.bt .q82 .a_btn,
	.bt .q83 .a_btn,
	.bt .q84 .a_btn,
	.bt .q85 .a_btn,
	.bt .q86 .a_btn,
	.bt .q87 .a_btn,
	.bt .q88 .a_btn,
	.bt .q89 .a_btn,
	.bt .q90 .a_btn,
	.bt .q91 .a_btn,
	.bt .q92 .a_btn,
	.bt .q93 .a_btn,
	.bt .q94 .a_btn,
	.bt .q95 .a_btn,
	.bt .q96 .a_btn,
	.bt .q97 .a_btn,
	.bt .q98 .a_btn,
	.bt .q99 .a_btn,
	.bt .q100 .a_btn,
	.bt .q101 .a_btn,
	.bt .q102 .a_btn,
	.bt .q103 .a_btn,
	.bt .q104 .a_btn,
	.bt .q105 .a_btn,
	.bt .q106 .a_btn,
	.bt .q107 .a_btn {
		font-size: 1.6rem;
		letter-spacing: normal;
		text-indent: inherit;
	}
}





/* today_new_area */
.contentArea.today_new_area{
	margin: 80px auto 0;
}
.today_new_area .articleBox.new .imgBox:before {
	content: "NEW";
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 9px;
	left: 5px;
	z-index: 5;
	font-family: "Roboto", "Noto Sans", sans-serif;
	transform: rotate(-45deg);
}
.today_new_area .articleBox.new .imgBox:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-top: 22px #FEB300 solid;
	border-left: 22px #FEB300 solid;
	border-bottom: 22px transparent solid;
	border-right: 22px transparent solid;
}
.today_new_area .articleArea{
	display: flex;
	flex-wrap:wrap;
	gap: 50px 30px;
}
.today_new_area .articleArea .articleBox{
	width:calc((100% - 30px*3)/4);
}
.today_new_area .articleArea .articleBox a:hover {
    text-decoration: none;
}
.today_new_area .articleArea .imgBox{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom:56%;
    overflow: hidden;
	border:1px solid #CCCCCC;
	border-radius:8px;
	box-sizing: border-box;
}
.today_new_area .articleArea .imgBox img{
    position: absolute;
	width: 100%;
    top: 50%;
	transform: translateY(-50%);
}
.today_new_area .articleArea .txtBox {
	padding-top:20px;
}
.today_new_area .articleArea .txtBox .date{
	display: inline-block;
	font-size: 12px;
	color: #959595;
}
.today_new_area .articleArea .txtBox .cateTag{
	display: inline-block;
	float:right;
	font-size: 12px;
	color: white;
	font-weight: bold;
	padding: 2px 10px;
	margin-top: -2px;
}
.today_new_area .articleArea .txtBox .cateTag.cateGreen{
	background-color:#92D050;
}
.today_new_area .articleArea .txtBox .cateTag.cateBlue{
	background-color:#00B0F0;
}
.today_new_area .articleArea .txtBox .cateTag.cateOrange{
	background-color:#FFC000;
}
.today_new_area .articleArea .txtBox .cateTag.catePink{
	background-color:#FF66CC;
}
.today_new_area .articleArea .txtBox .cateTag.catePurple{
	background-color:#9b58b5;
}
.today_new_area .articleArea .txtBox .articleTtl{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.today_new_area .articleArea .txtBox .description{
	padding-top:8px;
	font-size: 14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.today_new_area .slick-arrow{
    width: 40px;
    height: 40px;
    position: absolute;
	top: 23%;
	z-index:10;
}
.today_new_area .slick-arrow.prev-arrow{
    left: -10px;
}
.today_new_area .slick-arrow.next-arrow{
    right: -10px;
}
@media screen and (max-width: 767px) {	
	.contentArea.today_new_area {
		margin: 60px auto 0;
	}

	.today_new_area .articleArea{
		display: block;
		width: 100%;
		height: 100%;
	}
	.today_new_area .articleArea .articleBox{
		width:100%;
	}
}



/* snsTextBox */
.snsTextBox{
	text-align: center;
}
.snsText{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	color: #1565C0;
}
.snsText::before{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	left: -80px;
	background-color: #1565C0;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.snsText::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	right: -80px;
	background-color: #1565C0;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.snsShareArea{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 100px; 
}
.snsShareArea .snsShareBlock{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px 20px;
    text-decoration: none;
    padding: 5px 30px 5px 40px;
    position: relative;
}
.snsShareArea .snsShareBlock:not(:last-child)::after{
    content: "";
    background: #CCC;
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.snsShareArea .lineShareBlock .imgBox{
    width: 40px;
    height: 40px;
}
.snsShareArea .xShareBlock .imgBox{
    width: 38px;
    height: 38.84px;
}
.snsShareArea .facebookShareBlock .imgBox{
    width: 40px;
    height: 40px;
}
.snsShareArea .instagramShareBlock .imgBox{
    width: 40px;
    height: 40px;
}
.snsShareArea .snsShareBlock .imgBox img{
    width: 100%;
    height: auto;
}
.snsShareArea .snsShareBlock .text{
    font-size: 1.125rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .snsShareArea{
      margin: 30px 0; 
      flex-wrap: wrap;
      gap: 20px 0;
    }
    .snsShareArea .snsShareBlock{
      flex-direction: column;
      padding: 0;
      width: 50%;
    }
    .snsShareArea .snsShareBlock:not(:last-child)::after{
      height: 100px;
      right: 0;
    }
    .snsShareArea .snsShareBlock .text{
      font-size: .875rem;
      text-align: center;
    }
}