@charset "UTF-8";

/** ============================================================
 * $
 * メンバーページ
 * ※/member/以下のページ
 * ========================================================== */
/** --------------------
 * メンバーページ間のナビ
 * ------------------ */
.memberNavi {
	padding: 1rem;
	border: 1px solid #E4E4E4;
	letter-spacing: -.4em;
}

.memberNavi li {
	display: inline-block;
	letter-spacing: normal;
}
.memberNavi li:not(:first-child) {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #E4E4E4;
}

.memberNavi strong {
	font-weight: bold;
}

.memberInfo_toggle::after {
	content: "";
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin-left: .5rem;
	border: 4px solid transparent;
	border-top: .4px solid #ff0000;
	border-right: .4px solid #ff0000;
	transform: rotate(45deg);
}


/** --------------------
 * メンバー トップ インフォメーション
 * ------------------ */
#information_box {
	padding: 1rem;
	border: 1px solid #E4E4E4;
}

.memberInfo_item {
	display: flex;
	padding: 1rem 0 .8rem;
}
.memberInfo_item:not(:first-child) {
	border-top: 1px solid #E4E4E4;
}
.memberInfo_item::before {
	content: "";
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin-right: .5rem;
	border: 4px solid transparent;
	border-top: .4px solid #ff0000;
	border-right: .4px solid #ff0000;
	transform: rotate(45deg) translateY(.5rem);
}

.memberInfo_date {
	display: block;
	width: 7rem;
	margin-right: 1rem;
	line-height: 1.5;
}

.memberInfo_item p {
	width: calc(100% - 7rem);
	margin-bottom: 0;
}

.memberInfo-old {
	display: none;
}



@media screen and (max-width: 768px) {
	/** --------------------
	* メンバーページ間のナビ
	* ------------------ */
	.memberNavi {
		letter-spacing: normal;
	}
	.memberNavi li {
		display: list-item;
	}
	.memberNavi li:not(:first-child) {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		margin-top: 1.2rem;
	}


	/** --------------------
	* メンバー トップ インフォメーション
	* ------------------ */
	.memberInfo_item {
		flex-direction: column;
	}
	.memberInfo_item:not(:first-child) {
		border-top: 1px solid #E4E4E4;
	}
	.memberInfo_item::before {
		display: none;
	}

	.memberInfo_date {
		display: block;
		width: 100%;
		margin-right: 1rem;
		line-height: 1.5;
	}
	.memberInfo_date::before {
		content: "";
		display: inline-block;
		width: .6rem;
		height: .6rem;
		margin-right: .5rem;
		border: 4px solid transparent;
		border-top: .4px solid #ff0000;
		border-right: .4px solid #ff0000;
		transform-origin: left top;
		transform: rotate(45deg) translateY(-.3rem);
	}

	.memberInfo_item p {
		width: 100%;
		margin-top: .4rem;
	}


}





/** ============================================================
 * $
 * もしもし検定過去問
 * ※/moshimoshi/以下のページ
 * ========================================================== */
/* 受付中ページ */
.quaternary_top{
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.quaternary_top img{
	width: 250px;
}
.quaternary_point{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.quaternary_point img{
	width: 150px;
}
.quaternary_point p{
	width: calc(100% - 200px);
	padding:	5px;
	min-height:	110px;
	vertical-align: bottom;
	border: 1px solid #c9c9c9;
}


/* 過去問 */
.no_display{
	display: none;
}

 /*.workbook_area	*/
.workbook_area{
	display: flex;
}
.workbook_area_img{
	margin: 0 10px;
}

 /*.backnum_list	*/
.backnum_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border:1px dotted #aaaaaa;
	border-radius:3px;
	padding:10px;
	margin: 0 10px 20px;
}
.backnum_list p {
	margin-bottom: 0;
}
.backnum_list ul {
	zoom:1;
	display: flex;
	align-items: center;
	margin:0;
	padding:0;
}
.backnum_list ul li {
	text-align:center;
	display:inline;
	margin:0 0 0 10px;
	border-radius:3px;
	border:1px solid #336600;
	background-color:#ffffff;
	filter: /*IE*/
		progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=0,strength=0)
		progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=0)
		progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=2)
		progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=270,strength=0);
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999; /*Firefox*/
	-webkit-box-shadow: 0px 1px 2px #999999; /*Safari系*/
}
.backnum_list ul li a {
	color:#336600;
	width:100px;
	display:block;
	text-align:center;
	text-shadow:0px 1px 2px #999;
	padding:5px;
	border-radius:3px;
	margin:0;
}
.backnum_list ul li.selected a {
	color:#ffffff;
	background-color:#336600;
}
div.backnum_list ul li.active a {
	color:#ffffff !important;
	background-color:#336600;
	text-decoration:none;
}
div.backnum_list ul li.active a {
	color:#ffffff !important;
	background-color:#336600;
	text-decoration:none;
}


/*------------------------------------------------------------------------*/
/*.backNum_qs	*/
.backNum_qs {
	position: relative;
	margin: 20px 10px 0;
	padding:10px;
	overflow: hidden;
	border:5px solid #e6d6c8;
	border-radius:3px;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999; /*Firefox*/
	-webkit-box-shadow: 0px 1px 2px #999999; /*Safari系*/
}
.backNum_qs:before{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	background:transparent url(../images/back_num_q.gif) no-repeat 0 0 / 100%;
	width: 84px;
	height: 112px;
}

.backNum_qs ol,
ol.numlist {
	padding: 8px 0 0 25px;
}

.backNum_qs ol li,
ol.numlist li {
	margin: 0 10px 5px;
	list-style: decimal;
	line-height: 1.5em;
}

/*------------------------------------------------------------------------*/
/*.backNum_ans	*/
.backNum_ans {
	position: relative;
	margin: 10px 10px 20px;
	background:transparent url(../images/answer_back.gif) no-repeat 0 0;
	border:5px solid #f5d8e8;
	display: none;
}
.backNum_ans:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	background: transparent url(../images/back_num_a.gif) no-repeat 0 0 / 100%;
	width: 84px;
	height: 112px;
}
.backNum_ans.active{
	display: block;
}
.backNum_ans p a {
	font-size: 16px;
}


/*------------------------------------------------------------------------*/
/*.backNum_qs_inner	*/
.backNum_qs_inner {
	margin: 8px 0 0 0;
	padding: 10px;
	overflow: hidden;
}
/*.backNum_qs_block	*/
.backNum_qs_block{
	padding-left: 94px;
}

/*---------------------------------------*/
/*.backNum_ans_inner	*/
.backNum_ans_inner{
	margin: 8px 0 0 0;
	padding: 10px;
	overflow: hidden;
}

/*	div.backNum_ans_block	*/
.backNum_ans_block {
	padding: 0 10px 0 94px;
}
.backNum_ans_block .list_indent{
	margin: 0 0 10px 10px;
}

/*------------------------------------------------------------------------*/
/*	p	*/
.backNum_qsuot {
	font-size:12px;
	color:#999999;
	display:block;
	text-align: right;
}
.backNum_qs_sub_title {
	margin: 0 0 5px 0!important;
	padding: 0 !important;
	font-size: 1.1em;
	font-weight: bold;
	clear: left;
}
.backNum_qs_text_block,
.backNum_ans_text_block {
	margin: 0 0 10px 0;
	border-bottom:1px dotted #aaaaaa;
	padding:0 0 10px 0;
}
.backNum_qs_text_block p + p{
	margin-bottom: 0;
}
.backNum_btn{
	text-align: center;
}
.js-question{
	width: 306px;
	height: 34px;
	background-image: url(../images/answer_btn.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	border: none;
}
.js-question:hover {
	background-image: url(../images/answer_btn_on.gif);
}
.js-question.on{
	background-image: url(../images/answer_close_btn.gif);
}
.js-question.on:hover{
	background-image: url(../images/answer_close_btn_on.gif);
}

/*------------------------------------------------------------------------*/
/*	list	*/
.backNum_select_list{
	margin-bottom: 25px;
	padding-left: 2rem;
	list-style-type: decimal;
}
.backNum_ans_list{
	margin-bottom: 25px;
	padding-left: 1.5rem;
	list-style-type: decimal;
}
.backNum_ans_list.disc{
	list-style-type: disc;
}

.backNum_select_list_item,
.backNum_ans_list_item{
	margin-bottom: 10px;
	line-height: 1.5;
}
.backNum_ans_list.no_num{
	padding-left: 0;
	list-style-type: none;
}
.backNum_ans_list.no_num .backNum_ans_list_item{
	padding-left: 1em;
	text-indent: -1em;
}
.backNum_ans_block .txt_s{
	font-size: .9em;
}
.backNum_ans_list.normal{
	padding-left: 0;
	list-style-type: none;
}
.backNum_ans_list.normal .ul{
	padding-left: 1em;
}

.backNum_ans_list .example{
	padding-left: 1em;
	text-indent: -1em;
}
.backNum_ans_list.normal ul{
	padding-left: 2.5rem;
}

@media screen and (max-width:480px){
	.quaternary_top{
		flex-wrap: wrap;
	}
	.quaternary_top img{
		width: 40%;
		margin: 0 auto 20px;
	}
	.quaternary_point{
		flex-wrap: wrap;
	}
	.quaternary_point p{
		width: 100%;
		margin-bottom: 20px;
	}
	.quaternary_point img{
		margin-bottom: 10px;
	}
}

@media screen and (max-width:414px) {
	.backnum_list ul li a{
		width: 80px;
	}
	.backNum_qs_block,
	.backNum_ans_block{
		padding: 15px 0 0 ;
	}
	.backNum_qs:before,
	.backNum_ans:before {
		left: unset;
		right: 10px;
		width: 54px;
		height: 70px;
	}

}