@charset "utf-8";

.c-ime--zen {
  ime-mode: active;
}
.c-ime--han {
  ime-mode: disabled;
}

.list_selected {
    background: #FFFB79;
}

.folder_on {
    padding: 5px 0 5px 30px;
    background: url(../images/common/icon_folder_on.jpg) no-repeat #FFFB79;
    background-position: 10px 8px;
    border-right: 2px solid #ADD598;
    border-bottom: 2px solid #ADD598;
}

.folder_off {
    padding: 5px 0 5px 30px;
    background: url(../images/common/icon_folder_off.jpg) no-repeat #FFFFFF;
    background-position: 10px 8px;
    border-right: 2px solid #ADD598;
    border-bottom: 2px solid #ADD598;
}

.shindan_answer_list {
    padding: 0;
}

.shindan_answer_list li {
    display: inline;
    list-style-type: none;
}

.shindan_answer_list label {
    display: inline-block;
    padding: 6px 8px;
    background-color: #EAEDE7;
    color: #000;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.shindan_answer_list label:hover {
    background-color: #FFF100;
    color: #000;
}

.shindan_answer_list label.selected {
    color: #000;
    background-color: #FFF100;
}

.shindan_answer_list label input {
    display: none;
}

input#btn_submit {
    cursor: pointer;
}

.s-input-nowrap {
  white-space: nowrap;
  padding-right: 8px;
}
.s-input-nowrap input[type="text"] {
  display: inline;
  width: 96px;
}

/* トップページ
---------------------------------------------*/

#main_box {
	padding: 10px 40px;
}

.intro_content {
	overflow: hidden;
	margin: 0 auto 20px;
	width: 100%;
}

.intro_content p {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.intro_content figure {
	float: right;
}

#main_box .form_wrap {
	margin-bottom: 40px;
	//width: 30%;
	width: calc(100% / 3);
	padding-right: 3%;
}

#main_box .form_last {
	padding-right: 0;
}

.txt_message {
	text-align: center;
	font-size: 20px;
}

.txt_alert {
	margin-bottom: 20px;
	color:#ff0004;
	font-weight:bold;
	font-size: 20px;
	text-align: center;
}

.btn_wrap {
	width: 100%;
	text-align: center;
}

.btn_wrap input {
	width: 100%;
	max-width: 422px;
}

.txt_confirm {
	text-align: center;
	font-size: 100%;
	line-height: 1.6em;
}

.txt_copyright {
	border-top:5px solid #24923A;
	padding:5px 10px;
	text-align: center;
}

.txt_copyright img {
	max-width: 100%;
}



/* 質問ページ
---------------------------------------------*/

.q_ttl {
	overflow: hidden;
	margin-bottom:30px;
	line-height: 30px;
}

.q_ttl .txt_q {
	padding-right: 10px;
	color: #24923A;
	font-size: 30px;
}

.q_ttl .txt_q_content {
	font-size: 20px;
	font-weight: bold;
}

.btn_q_submit {
	width: 100%;
}

.btn_q_submit input {
	width: 100%;
	max-width: 531px;
}


/* 結果ページ
---------------------------------------------*/

.txt_name {
	margin-bottom: 5px;
	padding-left: 155px;
	font-weight: bold;
	font-size: 24px;
}

.txt_test_result {
	margin-bottom: 30px;
	text-align: center;
}

.txt_test_result span {
	display: inline;
}

.txt_test_result span .img_result1,
.txt_test_result span .img_result2 {
	width: 80%;
	max-width: 250px;
}

#main {
	display: inline-block;
	width: 330px;
	height: 330px;
}

#main2,
#main3 {
	display: inline-block;
	width:330px;
	height:330px;
}

.result_view1,
.result_view2,
.result_view3,
.result_view4 {
	width: 50%;
	text-align: center;
}

.result_view1 img,
.result_view2 .ttl_image,
.result_view3 img,
.result_view4 img {
	width: 100%;
	max-width: 339px;
}

.result_view2 .result_image2 {
	margin-bottom: 66px;
	width: 100%;
	max-width: 361px;
}

.txt_result_status,
.txt_result_status2 {
	margin-top: -60px;
	padding: 0 60px 0 65px;
	text-align:left;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
}

.txt_result_status {
	margin-top: 0;
}

.ttl_shindan {
	margin-bottom: 20px;
	padding: 0 65px;
	text-align:left;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.txt_shindan_guide {
	margin-bottom: 20px;
	padding: 0 65px;
	text-align:left;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
}

.ttl_another {
	margin-bottom: 50px;
	padding: 0 3%;
	width: 94%;
	text-align: center;
}

.ttl_another img {
	width: 522px;
	max-width: 100%;
}

.another_content_wrap {
	overflow: hidden;
}


.another_content_wrap .another_content1,
.another_content_wrap .another_content2,
.another_content_wrap .another_content3 {
	margin-bottom: 40px;
}

.another_content_wrap .another_content1,
.another_content_wrap .another_content2 {
	display: inline-block;
	width: 48%;
}

.another_content_wrap {
	overflow: hidden;
	padding: 0;
	list-style-type: none;
}

.another_content_wrap li {
	float: left;
	width: 48%;
	margin-bottom: 40px;
}

.another_content_wrap li:first-child {
	margin-right: 3%;
}

.another_content_wrap li:last-child {
	width: 100%;
}

.another_content_wrap li .txt_price {
	padding-left: 30px;
	font-size: 24px;
	font-weight: bold;
}

.another_content_wrap li .txt_another_content {
	font-size: 129%;
	line-height: 1.6em;
}

.another_content_wrap li img {
	width: 348px;
	max-width: 100%;
}

.another_content_wrap li img {
	width: 346px;
	max-width: 100%;
}

.another_content_wrap li img {
	width: 348px;
	max-width: 100%;
}

.btn_another {
	margin: 0 0 60px;
	padding: 0;
	width: 100%;
	text-align: center;
}

.btn_another a {
	display: inline-block;
}

.btn_another img {
	width: 100%;
	max-width: 687px;
}


.pr_book{
	height:auto;
	padding:0px 30px;
	margin:20px 0px;
}

.book_a {
	float:left;
	width:50%;
	margin:10px 0px;
}
.book_b {
	float:left;
	width:50%;
	margin:10px 0px;
}

.book_a a,
.book_b a {
	display: block;
	margin-bottom: 20px;
	color: #009934;
}

.book_a img{
	float:left;
	margin-right:10px;
}
.book_b img{
	float:left;
	margin-right:10px;
}



@media only screen and (max-width: 992px) {
	
	/* トップページ
	---------------------------------------------*/
	.intro_content p {
		font-size: 122%;
		line-height: 1.8em;
	}
	
	#main_box .form_wrap {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}


	/* 質問ページ
	---------------------------------------------*/
	.q_ttl {
		margin-bottom:20px;
		line-height: 20px;
	}
	
	.q_ttl .txt_q {
		font-size: 20px;
	}
	
	.q_ttl .txt_q_content {
		font-size: 16px;
		line-height: 1.6em;
	}
	
	.shindan_answer_list {
		text-align: left;
	}
	
	.shindan_answer_list li {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 79%;
		width: 31%;
	}
	
	.shindan_answer_list li label {
		display: inline-block;
		width: 100%;
		height: 40px;
		white-space: normal;
		vertical-align: middle;
	}


	/* 結果ページ
	---------------------------------------------*/
	.txt_name {
		padding-left: 0;
	}

	.txt_test_result span {
		display: inline-block;
		width: 50%;
	}
	
	.txt_test_result span .img_de {
		width: 13%;
	}
	
	.txt_test_result span .img_hito {
		width: 20%;
	}

	.result_view1,
	.result_view2,
	.result_view3,
	.result_view4 { 
		margin-bottom: 40px;
		width: 100%;
	}

	.txt_result_status,
	.txt_result_status2 {
		padding: 0;
	}

	.ttl_shindan,
	.txt_shindan_guide {
		padding: 0;
	}

	.another_content_wrap li {
		float: none;
		width: 100%;
	}
	
	.another_content_wrap li:first-child {
		margin-right: 0;
	}

}


@media only screen and (max-width: 768px) {
	.pr_book {width:100%;}
	.book_a img{width:100%; float:none;}
	.book_b img{width:100%; float:none;}
	.book_a{float:none; margin: 0 auto; width:90%;}
	.book_b{float:none; margin: 0 auto; width:90%;}
	.book_a img,
	.book_b img {
		margin-bottom: 20px;
	}
}


@media only screen and (max-width: 480px) {

	
	/* トップページ
	---------------------------------------------*/
	#main_box {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.intro_content p {
		font-size: 115%;
		line-height: 1.6em;
	}
	
	.intro_content br {
		display: none;
	}
	
	.intro_content figure {
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}
	
	.txt_message,
	.txt_alert {
		font-size: 115%;
	}
	
	
	/* 質問ページ
	---------------------------------------------*/
	.q_ttl {
		line-height: 1.8em;
	}
	
	.q_ttl .txt_q {
		font-size: 150%;
	}
	
	.q_ttl .txt_q_content {
		font-size: 129%;
		line-height: 1.6em;
	}
	
	.shindan_answer_list li label {
		height: 50px;
		font-size: 86%;
		line-height: 1.6em;
	}

	.btn_q_submit input {
		display: inline-block;
		padding: 10px 0;
		border-radius: 5px;
		background: #fff100;
	}



	/* 結果ページ
	---------------------------------------------*/
	.txt_name {
		font-size: 150%;
	}

	.txt_test_result {
		text-align: left;
	}

	.txt_test_result span {
		margin-bottom: 10px;
		width: 100%;
	}


	.btn_another a {
		display: inline-block;
		padding: 10px 0;
		border-radius: 5px;
		background: #fff100;
	}
	
	#main,
	#main2,
	#main3 {
		width:100%;
	}
}