#ht-carbs h2{
	border: 1px solid #f04500;
	padding: 25px 10px 25px 20px;
	border-radius: 7px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
}
#ht-carbs .ht-text{
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:20px;
}
#ht-carbs .ht-Boxtext{
	background-color:#fdfae4;
	padding:20px;
	font-size:1.4rem;
	line-height:1.6;
	margin-bottom:30px;
}
#ht-carbs .ht-Boxtext dt{
	font-weight: 700;
}
#ht-carbs #ht-info{
	font-size:1.4rem;
	line-height:1.6;
	margin-bottom:30px;
}
#ht-carbs #ht-info p{
	margin-bottom:10px;
}
#ht-carbs #ht-info .cap{
	font-size:1.2rem;
}
#ht-carbs #ht-info span{
	font-weight:700;
}
#ht-carbs #ht-info ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom:10px;
}
#ht-carbs #ht-navi > p{
	font-size:2rem;
	font-weight:700;
	padding-bottom:10px;
	border-bottom:1px solid #f04500;
	margin-bottom:15px;
}
#ht-carbs #ht-navi ul li div{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#ht-carbs #ht-navi ul li div p{
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding-right: 8px;
}
#ht-carbs #carbqa5Box{
	background-color:#f4f7fc;
	margin-bottom:60px;
}
#ht-carbs #ht-info .mds{
	font-weight:700;
	font-size: 1.8rem;
}
#ht-carbs .ttl{
	font-size:1.6rem;
	font-weight:700;
	margin-bottom:15px;
	line-height:1.4;
}
#ht-carbs .question{
	border-radius: 7px;
	background-color:#ddf6d5;
	padding:10px 15px;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin-bottom:20px;
}
#ht-carbs .answer{
	display: flex;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size:1.4rem;
	line-height:1.4;
	padding:15px;
}
#ht-carbs .answer .mds{
	font-size:1.8rem;
	font-weight:700;
	color:#f04500;
	margin-bottom:5px;
}
#ht-carbs #carbqa4Box1{
	margin-bottom:40px;
}
#ht-carbs #carbqa4Box2{
	margin-bottom:60px;
}
#ht-carbs #ht-navi .on{
	background-color: #eee;
}
.ansewr-box dt.male{
	background-color: #deecff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.ansewr-box dt.female{
	background-color: #ffdab6;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.ansewr-box dt.male span{
	font-weight: 700;
	color: #155fc3;
}
.ansewr-box dt.female span{
	font-weight: 700;
	color: #f04500;
}
.ansewr-box dd.male{
	background-color: #f6f9fe;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.ansewr-box dd.female{
	background-color: #fff3e8;
	padding: 15px;
	margin-bottom: 30px;
}
.ansewr-box p.txt{
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom:5px;
}
#ht-carbs #ht-naviTop li{
	margin-bottom:30px;
}
#ht-carbs > p.mds{
	font-size:1.6rem;
	font-weight:700;
	line-height:1.4;
	margin:20px 0 10px;
}
#ht-carbs p.btnWhite a{
	margin-bottom:20px;
}
#carbqa5Box{
	padding:20px;
}
.qa-area-unit input.qa__showup-check{
	border-radius: 0;
	-webkit-appearance: none;
	display: block;
}
#carbqa4Box1 .qa-area-unit .answer-btn,
#carbqa4Box2 .qa-area-unit .answer-btn{
	background-color:#f04500;
	color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.qa-area-unit .answer-btn{
	font-weight:700;
}

.day-guideline {
    display: flex;
    justify-content: space-between;
}
.day-guideline__inner {
    width: 48%;
    text-align: center;
    background-color: #fff;
}
.day-guideline__title {
    position: relative;
    background-color: #f04500;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 12px;
    padding: 1px 0;
    font-weight: #fff;
}
.day-guideline__title::before {
    position: absolute;
    content: '';
    background-color: #f04500;
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%) rotate(45deg);
}
.day-guideline__title span {
    font-size: 1.4rem;
}
.day-guideline__content {
    margin-bottom: 20px;
}
.day-guideline__content:last-of-type {
    margin-bottom: 0;
}
.day-guideline__content-title {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 3px;
}
.day-guideline__content-text {
    font-weight: #fff;
    color: #f04500;
    font-size: 2.2rem;
    font-weight: 700;
}
.day-guideline__content-text-about {
    font-size: 1.8rem;
    font-weight: #fff;
}
.day-guideline__content-text-unit {
    font-size: 1.8rem;
    font-weight: 700;
}

.section-point::before {
  display: block;
  content: "";
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin: 0 10px 0 0;
    margin-right: 10px;
  padding: 0.1em 0 0 0;
  position: inherit;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDYyIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MiA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRUFBOEE7fQoJLnN0MXtmaWxsOiNFOTQ2MDk7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMCwwLjVoMmMxNi4zLDAsMjkuNSwxMy4yLDI5LjUsMjkuNWwwLDBjMCwxNi4zLTEzLjIsMjkuNS0yOS41LDI5LjVoLTJDMTMuNyw1OS41LDAuNSw0Ni4zLDAuNSwzMGwwLDAKCQlDMC41LDEzLjcsMTMuNywwLjUsMzAsMC41eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTE3LjQsMzIuNVYzNmgtMi4xVjI2aDMuOWMwLjcsMCwxLjQsMC4xLDIsMC40YzAuNiwwLjMsMSwwLjcsMS4zLDEuMmMwLjMsMC41LDAuNSwxLjEsMC41LDEuNwoJCWMwLDEtMC4zLDEuNy0xLDIuM2MtMC43LDAuNi0xLjYsMC44LTIuOCwwLjhIMTcuNHogTTE3LjQsMzAuOGgxLjhjMC41LDAsMS0wLjEsMS4yLTAuNGMwLjMtMC4zLDAuNC0wLjYsMC40LTEuMQoJCWMwLTAuNS0wLjEtMC45LTAuNC0xLjJjLTAuMy0wLjMtMC43LTAuNS0xLjItMC41aC0xLjlWMzAuOHogTTIzLjgsMzIuMmMwLTAuNywwLjEtMS40LDAuNC0yYzAuMy0wLjYsMC43LTEsMS4yLTEuMwoJCWMwLjUtMC4zLDEuMi0wLjUsMS45LTAuNWMxLDAsMS44LDAuMywyLjQsMC45YzAuNiwwLjYsMSwxLjQsMS4xLDIuNWwwLDAuNWMwLDEuMS0wLjMsMi0xLDIuN2MtMC42LDAuNy0xLjUsMS0yLjUsMXMtMS45LTAuMy0yLjYtMQoJCUMyNC4xLDM0LjQsMjMuOCwzMy41LDIzLjgsMzIuMkwyMy44LDMyLjJ6IE0yNS44LDMyLjRjMCwwLjcsMC4xLDEuMiwwLjQsMS42YzAuMywwLjQsMC42LDAuNiwxLjEsMC42YzAuNSwwLDAuOS0wLjIsMS4xLTAuNQoJCWMwLjMtMC40LDAuNC0xLDAuNC0xLjhjMC0wLjctMC4xLTEuMi0wLjQtMS42Yy0wLjMtMC40LTAuNi0wLjYtMS4xLTAuNmMtMC41LDAtMC45LDAuMi0xLjEsMC42QzI1LjksMzEsMjUuOCwzMS42LDI1LjgsMzIuNHoKCQkgTTM0LjEsMzZoLTJ2LTcuNGgyVjM2eiBNMzIsMjYuN2MwLTAuMywwLjEtMC41LDAuMy0wLjdjMC4yLTAuMiwwLjUtMC4zLDAuOC0wLjNjMC4zLDAsMC42LDAuMSwwLjgsMC4zYzAuMiwwLjIsMC4zLDAuNCwwLjMsMC43CgkJYzAsMC4zLTAuMSwwLjUtMC4zLDAuN2MtMC4yLDAuMi0wLjUsMC4zLTAuOCwwLjNjLTAuMywwLTAuNi0wLjEtMC44LTAuM0MzMi4xLDI3LjIsMzIsMjcsMzIsMjYuN3ogTTM3LjYsMjguNmwwLjEsMC45CgkJYzAuNS0wLjcsMS4yLTEsMi4xLTFjMC44LDAsMS40LDAuMiwxLjgsMC43YzAuNCwwLjUsMC42LDEuMSwwLjYsMi4xVjM2aC0ydi00LjdjMC0wLjQtMC4xLTAuNy0wLjMtMC45Yy0wLjItMC4yLTAuNS0wLjMtMC45LTAuMwoJCWMtMC42LDAtMSwwLjItMS4zLDAuN1YzNmgtMnYtNy40SDM3LjZ6IE00NiwyNi44djEuOGgxLjN2MS40SDQ2djMuN2MwLDAuMywwLjEsMC41LDAuMiwwLjZjMC4xLDAuMSwwLjMsMC4yLDAuNiwwLjIKCQljMC4yLDAsMC40LDAsMC42LDBWMzZjLTAuNCwwLjEtMC44LDAuMi0xLjIsMC4yYy0xLjQsMC0yLjEtMC43LTIuMS0yLjF2LTRoLTEuMXYtMS40SDQ0di0xLjhINDZ6Ii8+CjwvZz4KPC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
}
.section-point {
	display: flex;
	position: relative;
}

#ht-carbs #ht-navi li div p{
	font-weight:700;
}



@media screen and (min-width: 769px){
	.onlyforPC{display:block !important;}
	.onlyforSP{display:none !important;}
	.sp_br{
		display: none;
	}
	section#ht-carbs{
		max-width: 1200px;
		margin: 0 auto;
	}
	#ht-carbs h1{
		margin-top: 30px;
		background-color: #fdf0e4;
		padding: 25px 10px 25px 110px;
		font-size: 2rem;
		font-weight: 700;
		background-image: url(../../../img/supplement/column/icon_ttl.png);
		background-size: 80px;
		background-position: 15px 5px;
	}
	#ht-carbs #ht-info{
		margin: 0 auto;
		width: 430px;
	}
	#ht-carbs #ht-info ul li.pic{
		width:200px;
		margin-right:25px;
	}
	#ht-carbs #ht-info ul li.info{
		width:430px;
	}
	#ht-carbs figure.picPC{
		width: 70%;
		margin: 50px auto;
	}
	#ht-carbs #ht-navi ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		flex-wrap: wrap;
	}
	#ht-carbs #ht-navi ul li{
		width:590px;
		border:1px solid #ccc;
		margin-right:20px;
		font-size:1.6rem;
		margin-bottom:10px;
	}
	#ht-carbs #ht-navi ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	#ht-carbs #ht-navi ul li a{
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	#ht-carbs #ht-navi ul li a:hover{
		opacity: 0.6;
		text-decoration: none;
	}
	#ht-carbs #ht-navi ul li div{
		height:65px;
	}
	#ht-carbs #ht-navi ul li div img{
		height:65px;
		vertical-align: middle;
		margin-right:10px;
	}
	#ht-carbs .btnWhite {
		width: 500px;
		margin: 50px auto 100px;
	}
	#ht-carbs #carbqa5Box .pic{
		text-align:center;
		margin: 40px 0;
	}
	#ht-carbs #carbqa5Box .onlyforPC img{
		width:800px;
	}
	#ht-carbs .answer figure{
		width:140px;
		padding-right:20px;
		margin-right: 10px;
	}


	#ht-carbs .question{
		width: 800px;
		margin: 40px auto 20px;
		height: 60px;
		padding-top: 16px;
		font-size: 1.8rem;
	}
	#ht-carbs #ht-naviTop{
		width: 1000px;
		margin: 50px auto;
	}
	#ht-carbs #ht-naviTop ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#ht-carbs #ht-naviTop li{
		margin-bottom:30px;
		width: 30.6%;
		margin-right: 40px;
	}
	#ht-carbs #ht-naviTop li:nth-of-type(3n) {
		margin-right: 0;
	}

	#ht-carbs #ht-naviTop a{
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	#ht-carbs #ht-naviTop a:hover{
		opacity: 0.6;
		text-decoration: none;
	}
	#ht-carbs .banner{
		width:580px;
		margin: -30px auto 150px;
	}
	#ht-carbs #carbqa4Box1 p.mds,
	#ht-carbs #carbqa4Box2 p.mds{
		margin-top: 30px;
	}
	#ht-carbs .ansewr-box dt.male,
	#ht-carbs .ansewr-box dt.female{
		font-size: 1.8rem;
	}

	.qa-area-unit{
		width: 800px;
		margin: 20px auto;
	}
	#carbqa5Box .carbqa5BoxQ1,
	#carbqa5Box .carbqa5BoxQ2,
	#carbqa5Box .carbqa5BoxQ3{
		margin-bottom:50px;
	}
    .day-guideline__title {
        font-size: 1.6rem;
		font-weight:700;
        padding: 10px 0;
        margin-bottom: 20px;
		height: 35px;
    }
    .day-guideline__inner {
        padding-bottom: 20px;
    }
    .day-guideline__title span {
        font-size: 1.6rem;
    }
    .day-guideline__content-wrap {
        display: flex;
        justify-content: center;
    }
    .day-guideline__content {
        width: 48%;
        margin: 0;
    }
    .day-guideline__content-title {
        font-size: 1.4rem;
    }
    .day-guideline__content-text {
        font-size: 3rem;
    }
    .day-guideline__content-text-about {
        font-size: 2.4rem;
    }
    .day-guideline__content-text-unit {
        font-size: 2.8rem;
    }
    .section-point::before{
        width: 62px;
    }
    .question-answer__point{
        padding-left: 77px;
    }
    .question-answer__point_w_s{
        width: 730px;
        margin: 20px auto 0;
    }
    .section-point_bold{
        margin-bottom: 13px;
    }
	.section-point_bold {
		display: block;
		font-size: 1.8rem;
		line-height: 1.65em;
		letter-spacing: 0.1em;
		font-weight: 700;
		margin-bottom: 10px;
	}
    .section-point::before{
        min-width: 62px;
        height: 60px;
        left: 0;
        margin-right: 25px;
    }
	.section-point::before {
		position: absolute;
		left: 0;
	}
}


@media screen and (max-width: 768px){
	.onlyforPC{display:none !important;}
	.onlyforSP{display:block !important;}
	section#ht-carbs{
		margin: auto;
	width: calc(100% - 40px);
	}
	#ht-carbs h1{
		margin-top: 30px;
		background-color: #fdf0e4;
		padding: 20px 10px 20px 70px;
		font-size: 1.6rem;
		font-weight: 700;
		background-image: url(../../../img/supplement/column/icon_ttl.png);
		background-size: 50px;
		background-position: 10px 9px;
	}
	#ht-carbs h2 {
  		padding: 25px 10px 25px 12px;
		line-height:1.4;
	}
	#ht-carbs ul li.pic{
		width:40%;
		padding-right:20px;
	}
	#ht-carbs ul li.info{
		width:60%;
	}
	#ht-carbs figure.picSP{
		margin: 50px auto;
	}
	#ht-carbs #ht-navi ul li{
		border:1px solid #ccc;
		font-size:1.3rem;
		margin-bottom:10px;
	}
	#ht-carbs #ht-navi ul li a{
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	#ht-carbs #ht-navi ul li a:hover{
		opacity: 0.6;
		text-decoration: none;
	}
	#ht-carbs #ht-navi ul li div{
		height:60px;
	}
	#ht-carbs #ht-navi ul li div img{
		height:60px;
		vertical-align: middle;
		margin-right:10px;
	}
	#ht-carbs .btnWhite {
		margin: 30px 0 50px;
	}
	#ht-carbs #carbqa5Box .pic{
		text-align:center;
		margin: 20px 0;
	}
	#ht-carbs .answer figure{
		width:115px;
		padding-right:15px;
	}
	#ht-carbs .question{
		margin: 40px auto 30px;
	}
	.question-answer__point_w_s{
		margin-top:20px;
	}
	.section-point_bold {
		font-size: 1.6rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		font-weight:700;
	}
	.section-point::before {
		display: block;
		content: "";
		width: 60px;
		min-width: 60px;
		height: 60px;
	}
	#ht-naviTop{
		width: 90%;
		margin: 20px auto 60px;
	}
	#ht-carbs .banner{
		margin-bottom:100px;
	}
	.ansewr-box4 dd.female{
		z-index: 1;
		position: relative;
	}
	#ht-navi{
		z-index: 20;
		position: relative;
	}
	#carbqa5Box .carbqa5BoxQ1,
	#carbqa5Box .carbqa5BoxQ2,
	#carbqa5Box .carbqa5BoxQ3{
		margin-bottom:80px;
	}
	#carbqa5Box .carbqa5BoxQ4{
		margin-bottom:40px;
	}

    .day-guideline__inner {
        padding-bottom: 20px;
    }
    .day-guideline__title {
        font-size: 1.5rem;
        padding: 8px 0;
        margin-bottom: 20px;
		height: 35px;
		font-weight: 700;
    }
    .day-guideline__title span {
        font-size: 1.6rem;
    }
    .day-guideline__content-title {
        font-size: 1.4rem;
    }
    .day-guideline__content-text {
        font-size: 2.4rem;
    }
    .day-guideline__content-text-about {
        font-size: 2.4rem;
    }
    .day-guideline__content-text-unit {
        font-size: 2.8rem;
    }
}


/*************** Q&Aエリア メニュー開閉など ***************/
.qa-area-frame{
	margin-bottom: 60px;
	padding: 60px 0 18px 0;
	background-color: #F4F8FC;
}
.qa-area{
	width: 90%;
	max-width: 724px;
	margin: 0 auto;
}
.qa-area__header{
	margin-bottom: 20px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: #fff;
	line-height: 1.585em;
}
.qa-area__header-small{
	font-size: 1.6rem;
}
.qa-area__lead{
	margin: 0 auto;
	margin-bottom: 32px;
}
.qa-area__item{
	margin-bottom: 60px;
}
/* ユニットエリア 問題 */
.qa-area-unit__header{
	margin-bottom: 38px;
}
/* ボタン関連 */
.answer-btn{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	padding: 21px 0 18px 0;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: #fff;
	background-color: #f04500;
	cursor: pointer;
}
.answer-btn::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 14px;
	height: 30px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDggMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDggMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEsMWw2LDZsLTYsNiIvPgo8L3N2Zz4K);
	background-size: contain;
	background-repeat: no-repeat;
	right: 25px;
	transition: all 0.3s ease-out;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

/* 答えエリア */
.ansewr-box{
	height: 0;
	opacity: 0;
	border: 1px solid #f04500;
	transition: all 0.3s ease-out;
}
.ansewr-box4{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.ansewr-box__header{
	margin-bottom: 10px;
	color: #f04500;
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
}
.ansewr-box__body{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height:2;
}
.ansewr-box__sugar{
	width: 90%;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.714em;
}

/* チェックボックス関連 */
.qa__showup-check{
	position: absolute;
}
/* チェックボックスONの時の挙動 */
.qa__showup-check:checked ~ .qa-area-unit__btn .answer-btn::after{
	transition: all 0.3s ease-out;
	transform: translateY(-50%) rotate(-90deg);
}
.qa__showup-check:checked ~ .qa-area-unit__answer .ansewr-box{
	padding: 20px;
	height: auto;
	opacity: unset;
	transition: all 0.3s ease-out;
	background-color: #fff;
}

@media (min-width: 897px) {
	.qa-area-frame{
		padding: 75px 0 111px 0;
	}
	.qa-area__header{
		margin-bottom: 32px;
		font-size: 3rem;
		line-height: 1.38em;
		letter-spacing: 0.01em;
	}
	.qa-area__header-small{
		font-size: 18px;
		letter-spacing: 0.08em;
	}
	.qa-area__lead{
		text-align: center;
		margin-bottom: 63px;
	}
	/* ユニットエリア 問題 */
	.qa-area-unit__header{
		margin-bottom: 50px;
	}
	/* ボタン関連 */
	.answer-btn{
		height: 64px;
		padding: 18px 0 15px 0;
	}
	.answer-btn::after{
		width: 10px;
		height: 20px;
		right: 20px;
	}

	/* 答えエリア */
	.ansewr-box__header{
		margin-bottom: 19px;
	}
	.ansewr-box__body{
		margin-bottom: 20px;
	}

	/* チェックボックスONの時の挙動 */
	.qa__showup-check:checked ~ .qa-area-unit__answer .ansewr-box{
		padding: 40px 15px 15px;
	}
	.carbqa5BoxQ1 .ansewr-box,
	.carbqa5BoxQ2 .ansewr-box,
	.carbqa5BoxQ3 .ansewr-box,
	.carbqa5BoxQ4 .ansewr-box{
		padding: 40px 15px !important;
	}	
}



