@charset "UTF-8";


/* ================================================= */
/* ================================================= */
/* 住まいの断熱検定 */
/* ================================================= */
/* ================================================= */


.page__kentei .br_pc {
	display: block;
}
.page__kentei .br_sp {
	display: none;
}
.page__kentei .must {
	color: #e81122;
}

.page__kentei .styleRE {
	-webkit-appearance: none;
	text-decoration: none;
	line-height: 1.1;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.page__kentei .input__commonType {
	-webkit-appearance: none;
	width: 100%;
	line-height: 1.1;
	text-decoration: none;
	background: none;
	border: 1px solid #666;
	margin: 0;
	padding: .5em;
}

.page__kentei .btn__commonType {
	-webkit-appearance: none;
	display: flex;
	justify-content: center;
	width: 100%;
	min-width: 250px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
	background-color: #666;
	border: 0;
	padding: .5em;
	cursor: pointer;
	transition: .3s;
}
.page__kentei .btn__commonType:hover {
	opacity: .75;
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__kentei .br_pc {
	display: none;
}
.page__kentei .br_sp {
	display: block;
}
.page__kentei .input__commonType {
	padding: 1em .5em;
}
.page__kentei .btn__commonType {
	min-width: inherit;
}
.page__kentei .btn__commonType:hover {
	opacity: 1;
}
}


/* 検定トップ */
/* ================================================= */

.page__kentei.kentei__top .page__title {
	display: flex;
	justify-content: space-between;
/*	align-items: center;*/
	position: relative;
}
.page__kentei.kentei__top .banner__box {
	width: 150px;
}

.page__kentei.kentei__top .section__outline .outline__title {
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}
.page__kentei.kentei__top .section__outline .outline__contents {
	background-color: #f6f6f6;
	padding: 30px;
}
.page__kentei.kentei__top .section__outline .outline__contents .name {
	text-align: right;
	margin-top: 2em;
}

.page__kentei.kentei__top .section__outline .entry__contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}
.page__kentei.kentei__top .section__outline .entry__contents .entry__info__block {
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
}
.page__kentei.kentei__top .section__outline .entry__contents .entry__btn__block {
	width: 100%;
	max-width: 40%;
	margin-top: 30px;
}
.page__kentei.kentei__top .section__outline .entry__contents .entry__btn__block .btn__commonType {
/*	max-width: 40%;*/
	font-size: 1.2em;
}
.page__kentei.kentei__top .section__outline .entry__contents .entry__btn__block .btn__commonType+.btn__commonType {
	margin-top: 15px;
}

.page__kentei.kentei__top .section__outline .entry__contents .entry__btn__block .btn__commonType.login {
	background-color: #ed6d46;
}
.page__kentei.kentei__top .section__outline .entry__contents .entry__btn__block .btn__commonType.registration {
	background-color: #0071be;
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__kentei.kentei__top .page__title {
	flex-direction: column;
}
.page__kentei.kentei__top .banner__box {
	width: 30%;
	margin-top: .5em;
}
.page__kentei.kentei__top .section__outline .outline__title {
	font-size: 1.6em;
}
.page__kentei.kentei__top .section__outline .outline__contents {
	padding: 1em;
}
.page__kentei.kentei__top .section__outline .entry__contents .entry__btn__block {
	max-width: 80%;
}
.page__kentei .btn__commonType {
	padding: 1em .5em;
}
}


/* 検定新規登録 */
/* ================================================= */

.page__kentei.kentei__registration .registration__catch {
	margin-bottom: 30px;
}

.page__kentei.kentei__registration .registration__form {
	font-size: 1.1em;
}
.page__kentei.kentei__registration .registration__form .form__block {
	display: grid;
	grid-template-columns: 11em 1fr;
}
.page__kentei.kentei__registration .registration__form .form__block+.form__block {
	margin-top: 20px;
}
.page__kentei.kentei__registration .registration__form .form__block .block__title {
	font-weight: 700;
}

.page__kentei.kentei__registration .registration__form .form__block .block__contents .note__box {
	margin-top: .3em;
}

.page__kentei.kentei__registration .registration__form .form__note__block {
	text-align: center;
	margin-top: 40px;
}

.page__kentei.kentei__registration .registration__form .form__btn__block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	width: 80%;
	margin: 60px auto 0;
}
.page__kentei.kentei__registration .registration__form .form__btn__block .btn__commonType {
	padding: 1em 0;
}
.page__kentei.kentei__registration .registration__form .form__btn__block .btn__commonType.page__conf {
	background-color: #0071be;
}


.page__kentei.kentei__registration.state__conf .registration__form .form__block.mail02 {
	display: none;
}
.page__kentei.kentei__registration.state__conf .registration__form .form__block .block__contents .input__commonType {
	font-weight: 700;
	border: 0;
}
.page__kentei.kentei__registration.state__conf .registration__form .form__block .block__contents .input__commonType:focus {
	outline: none;
}
.page__kentei.kentei__registration.state__conf .registration__form .form__block .block__contents .note__box {
	display: none;
}


.page__kentei.kentei__registration .registration__form .form__agree__block {
	margin-top: 40px;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__block__title {
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: .2em;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__block__text {
	width: 100%;
	height: 250px;
	font-size: .9em;
	border: 2px solid #ccc;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}
/*.page__kentei.kentei__registration .registration__form .form__agree__block .agree__list__title {
	font-weight: 700;
	margin-bottom: .3em;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__list__contents {
	padding-left: .5em;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__list__contents .number__list {
	padding-left: 1em;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__list__contents .number__list .item {
	list-style-type: decimal;
}

.page__kentei.kentei__registration .registration__form .form__agree__block .agree__list__contents+.agree__list__title {
	margin-top: 1em;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__list__contents .number__list .item+.item {
	margin-top: .3em;
}*/


.page__kentei.kentei__registration .registration__form .form__agree__block .agree__block__text .agree__list+.agree__list {
	margin-top: 2em;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__block__text .agree__list .agree__list__title {
	font-size: 1.1em;
	font-weight: 700;
	color: #00a0e9;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__block__text .agree__list .agree__list__contents+.agree__list__contents {
	margin-top: 1em;
}


.page__kentei.kentei__registration .registration__form .form__agree__block .agree__check__block {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__check__block label {
	display: flex;
	align-items: center;
	font-weight: 700;
	padding: .2em .5em;
	cursor: pointer;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__check__block label:hover {
	background-color: #e2f0ff;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__check__block label .checkbox {
	margin-right: .7em;
	-webkit-transform: scale(2);
	transform: scale(2);
}


.page__kentei.kentei__registration.state__comp .section__registration {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 15px;
}
.page__kentei.kentei__registration.state__comp .registration__comp__text .main {
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
}
.page__kentei.kentei__registration.state__comp .registration__comp__text .sub {
	font-size: 1.4em;
	margin-top: 2em;
}

.page__kentei.kentei__registration.state__comp .entry__contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 60px;
}
.page__kentei.kentei__registration.state__comp .entry__btn__block {
	width: 100%;
	max-width: 40%;
}
.page__kentei.kentei__registration.state__comp .entry__btn__block .btn__commonType.login {
	background-color: #ed6d46;
}
.page__kentei.kentei__registration.state__comp .entry__btn__block .btn__commonType {
	font-size: 1.2em;
}
.page__kentei.kentei__registration.state__comp .entry__btn__block .btn__commonType+.btn__commonType {
	margin-top: 15px;
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__kentei.kentei__registration .registration__form .form__block {
	grid-template-columns: 1fr;
}
.page__kentei.kentei__registration .registration__form .form__block+.form__block {
	margin-top: 15px;
}
.page__kentei.kentei__registration .registration__form .form__note__block {
	margin-top: 30px;
}
.page__kentei.kentei__registration .registration__form .form__btn__block {
	grid-template-columns: 1fr;
	grid-gap: 10px;
	width: 80%;
	margin: 30px auto 0;
}


.page__kentei.kentei__registration .registration__form .form__agree__block {
	margin-top: 30px;
}
.page__kentei.kentei__registration .registration__form .form__agree__block .agree__block__text {
	height: 250px;
	padding: 1em;
}


.page__kentei.kentei__registration.state__comp .entry__btn__block {
	max-width: 80%;
}
.page__kentei.kentei__registration.state__comp .entry__btn__block .btn__commonType+.btn__commonType {
	margin-top: 10px;
}
}



/* 検定ログイン以降（ログイン含む） */
/* ================================================= */
.page__kentei.after__login {
	padding-top: 0;
}
.page__kentei.after__login .study__header {
	display: flex;
	justify-content: center;
	background-color: #ffffa8;
	border-bottom: 8px solid #005ed2;
}
.page__kentei.after__login .study__header .header__main {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	max-width: 1080px;
	padding: 0 20px;
	position: relative;
}
.page__kentei.after__login .study__header .header__main .logo {
/*	order: 1;*/
	height: 60%;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.page__kentei.after__login .study__header .header__main .title {
/*	order: 2;*/
	height: 30%;
}
.page__kentei.after__login .study__header .header__main .logo img,
.page__kentei.after__login .study__header .header__main .title img {
	width: auto;
	height: 100%;
}

.page__kentei.after__login .study__footer {
	display: flex;
	justify-content: center;
	background-color: #dfe3e6;
	padding: 3em 0;
}


.page__kentei.after__login .common__contents {
	font-size: 1.4em;
	max-width: 900px;
}

/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.page__kentei.after__login .study__header .header__main {
	justify-content: center;
}
.page__kentei.after__login .study__header .header__main .logo {
	order: 1;
	position: static;
	transform: translateY(0%);
}
.page__kentei.after__login .study__header .header__main .title {
	order: 2;
	margin-left: 5em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.page__kentei.after__login .study__header .header__main {
	height: 80px;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__kentei.after__login .study__header .header__main {
	height: 50px;
}
.page__kentei.after__login .study__header .header__main .title {er: 2;
	margin-left: 2em;
}
}



.page__kentei.after__login.page__login .common__contents {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page__kentei.after__login.page__login .login__container {
	width: 100%;
	max-width: 550px;
}
.page__kentei.after__login.page__login .login__container .login__title {
	font-size: 1.8em;
	font-weight: 700;
	color: #004598;
	line-height: 1.4;
	margin-bottom: 1em;
}
.page__kentei.after__login.page__login .login__container .login__input__block {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 1.2em 1.5em;
	font-size: 1.2em;
}
.page__kentei.after__login.page__login .login__container .login__input__block .block__title {
	font-weight: 700;
	padding-top: .25em;
}
.page__kentei.after__login.page__login .login__container .login__input__block .input__box .err__box {
	display: none;
	font-size: .85em;
	color: #f00;
	line-height: 1.4;
	padding-top: .2em;
}


.page__kentei.after__login.page__login .login__container .newentry__note {
	margin-top: 40px;
}
.page__kentei.after__login.page__login .login__container .newentry__note .contents__main {
	color: #305300;
	line-height: 1.5;
	background-color: #fcffec;
	border: 5px solid #abcd03;
	border-radius: 1em;
	padding: 1em 2em;
}
.page__kentei.after__login.page__login .login__container .newentry__note .contents__main .title {
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: .5em;
}

.page__kentei.after__login.page__login .login__container .newentry__note .contents__main .contents .marker {
	background:linear-gradient(transparent 80%, #ffc7d1 80%);
}

.page__kentei.after__login.page__login .login__container .newentry__note .contents__main .contents .note {
	font-size: .9em;
	font-weight: 700;
	color: #333;
	margin-top: 1em;
}


.page__kentei.after__login.page__login .login__container .login__btn__block {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.page__kentei.after__login.page__login .login__container .login__btn__block .btn__commonType.login {
	width: 50%;
	font-size: 1.2em;
	background-color: #00a5e3;
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__kentei.after__login.page__login .common__contents {
	min-height: inherit;
}
.page__kentei.after__login.page__login .login__container .login__input__block {
	grid-template-columns: 1fr;
	grid-gap: .5em 0;
}
.page__kentei.after__login.page__login .login__container .login__btn__block .btn__commonType.login {
	width: 80%;
}
}





.page__kentei.after__login.page__study .study__wrapper {
	font-size: 1.2em;
}
.page__kentei.after__login.page__study .study__infomation {
	margin-bottom: 1.5em;
	padding: 0 20px;
}

.page__kentei.after__login.page__study .study__container__title {
	font-size: 1.8em;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	background-color: #0053cd;
	margin-bottom: 1em;
	padding: .2em .5em;
}

.page__kentei.after__login.page__study .study__question__contents {
	padding: 0 20px;
}
.page__kentei.after__login.page__study .question__block {
	border-bottom: 2px solid #251e1c;
	padding: 0 5px;
}
.page__kentei.after__login.page__study .question__block+.question__block {
	margin-top: 2em;
}
.page__kentei.after__login.page__study .question__title {
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: .3em;
}

.page__kentei.after__login.page__study .answer__select {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 50px;
	width: 60%;
	font-size: 1.2em;
	padding: 1.5em 0 2em;
}

.page__kentei.after__login.page__study.answer .answer__select {
}
.page__kentei.after__login.page__study .answer__select .answer__select__title {
	grid-column: 1 / span 2;
	font-size: .85em;
	font-weight: 700;
	text-align: center;
}

.page__kentei.after__login.page__study .answer__radiobox {
	display: none;
}
.page__kentei.after__login.page__study .answer__radiobox:checked+.answer__select__box {
	background-color: #ffff00;
}

.page__kentei.after__login.page__study .answer__select__box {
	/*display: flex;
	justify-content: center;*/
	display: grid;
	grid-template-columns: 1fr 1em 1fr;
	font-weight: 700;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #251e1c;
	padding: .3em 0;
}
.page__kentei.after__login.page__study .answer__select__box::before,
.page__kentei.after__login.page__study .answer__select__box::after {
	content: "";
	display: flex;
	align-items: center;
	font-size: .8em;
	padding-left: .5em;
}
.page__kentei.after__login.page__study .answer__select__box .icon {
	text-align: center;
}

.page__kentei.after__login.page__study .study__container .form__btn__block {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.page__kentei.after__login.page__study .study__container .form__btn__block .btn__scoring {
	width: 100%;
	max-width: 50%;
	background-color: #e60012;
	padding: 1em 0;
}





.page__kentei.after__login.page__study__result .study__wrapper {
	font-size: 1.2em;
}

.page__kentei.after__login.page__study__result .result__container .result__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.1;
	padding: 2em 0;
}

.page__kentei.after__login.page__study__result .result__container.fail .result__main {
	border: 2px solid #b6b6b6;
}

.page__kentei.after__login.page__study__result .result__container .result__main .title {
	font-size: 1.2em;
	font-weight: 700;
}
.page__kentei.after__login.page__study__result .result__container .result__main .passed__title {
	font-size: 2.4em;
	font-weight: 700;
	margin-top: 1em;
}
.page__kentei.after__login.page__study__result .result__container .result__main .score {
	display: flex;
	align-items: baseline;
	gap: 0 .3em;
	font-size: 1.3em;
	margin-top: 1.2em;
}
.page__kentei.after__login.page__study__result .result__container .result__main .score .score__num {
	font-size: 1.8em;
}
.page__kentei.after__login.page__study__result .result__container .result__main .info__text {
	line-height: 1.8;
	text-align: center;
	margin-top: 1em;
}

.page__kentei.after__login.page__study__result .form__btn__block {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.page__kentei.after__login.page__study__result .form__btn__block .btn__scoring {
	width: 100%;
	max-width: 50%;
	background-color: #0066b5;
	padding: 1em 0;
}





.page__kentei.after__login.page__study.answer .answer__select__box {
	pointer-events: none;
}
.page__kentei.after__login.page__study.answer .study__container__title {
	background-color: #ed7800;
}
.page__kentei.after__login.page__study.answer .answer__info__block {
	background-color: #f4f4f4;
	margin-bottom: 2em;
	padding: 1em 1.2em;
}
.page__kentei.after__login.page__study.answer .answer__info__block .answer__icon {
	font-weight: 700;
	margin-bottom: 1em;
}

.page__kentei.after__login.page__study.answer .answer__info__block .answer__img {
	display: flex;
	justify-content: center;
	background-color: #fff;
	margin-top: 1em;
	padding: 20px;
}
.page__kentei.after__login.page__study.answer .answer__info__block .answer__img img {
	width: 100%;
/*	max-width: 650px;*/
}


.page__kentei.after__login.page__study.answer .true .answer__radiobox:checked+.answer__select__box {
	background-color: #00e7ff;
}
.page__kentei.after__login.page__study.answer .true .answer__info__block {
	background-color: #dafcff;
	background-color: #f6f6f6;
}
.page__kentei.after__login.page__study.answer .false .answer__radiobox:checked+.answer__select__box {
	background-color: #ff95cd;
}
.page__kentei.after__login.page__study.answer .false .answer__info__block {
	background-color: #ffe9f5;
}

.page__kentei.after__login.page__study.answer .form__btn__block .btn__scoring {
	background-color: #ed6d46;
}

.page__kentei.after__login.page__study.answer .true .answer__radiobox:checked+.answer__select__box::after {
	content: "正解";
}
.page__kentei.after__login.page__study.answer .false .answer__radiobox:checked+.answer__select__box::after {
	content: "不正解";
}



/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.page__kentei.after__login.page__study .study__question__contents {
	padding: 0 10px;
}
.page__kentei.after__login.page__study .answer__select {
	width: 80%;
	margin: 0 auto;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.page__kentei.after__login.page__study .answer__select {
	width: 90%;
	grid-gap: 0 5%;
}

.page__kentei.after__login.page__study__result .result__container {
	font-size: .9em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__kentei.after__login.page__study .study__container__title {
	font-size: 1.7em;
}
.page__kentei.after__login.page__study .study__question__contents {
	padding: 0;
}
.page__kentei.after__login.page__study .answer__select {
	width: 100%;
	grid-gap: 0 3%;
}
.page__kentei.after__login.page__study .study__container .form__btn__block {
	margin-top: 60px;
}
.page__kentei.after__login.page__study .study__container .form__btn__block .btn__scoring {
	max-width: 80%;
}

.page__kentei.after__login.page__study__result .form__btn__block {
	margin-top: 60px;
}
.page__kentei.after__login.page__study__result .form__btn__block .btn__scoring {
	max-width: 80%;
}










/* screens smaller than 1240---------------------------------------------------------- */
@media only screen and (max-width:1240px) {
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
}


