/* ***********************************************
*
*	Root - Index
*
*********************************************** */
/* -------------------------------------
	Layout
------------------------------------- */
.page_index .container.width_620 {
	width: 620px;
}
.page_index .container.width_940 {
	width: 940px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .container {
		width: auto;
		overflow: hidden;
	}
}

/* -------------------------------------
	Header
------------------------------------- */
.page_index .header .container {
	overflow: hidden;
}

/* -------------------------------------
	Main
------------------------------------- */
.page_index .main {
	padding-top: 33px;
}
.page_index .main .container {
	max-width: 1260px;
	padding-bottom: 36px;
	overflow: visible;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .main {
		padding-top: 10px;
	}
	.page_index .main .container {
		padding-right: 1.5625%;
		padding-left: 1.5625%;
	}
}

/*  JS Mansonry Wrapper
------------------------------- */
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .js_masonry_wrapper {
		width: 310px;
		margin-right: auto;
		margin-left: auto;
		letter-spacing: -0.40em;
		text-align: center;
	}
	.page_index .js_masonry_wrapper_phrf {
		width: 210px;
		margin-right: auto;
		margin-left: auto;
		letter-spacing: -0.40em;
		text-align: center;
	}
}

/* Item Box */
.page_index .item_box {
	box-sizing: border-box;
	width: 300px;
	height: 280px;
	margin-bottom: 20px;
	background: url(../img/index/arrow_white.png) center 205px no-repeat;
}
.page_index .box_phrf {
	width: 200px;
	height: 190px;
	background: url(../img/index/arrow_white.png) center 105px no-repeat;
}
.page_index .item_box .inner {
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding-top: 48px;
}
.page_index .item_box .padding_adjust {
	padding-top: 35px;
}
.page_index .item_box .inner:hover {
	text-decoration: none;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .item_box {
		display: inline-block;
		width: 150px;
		height: 140px;
		background-position: center 84%;
		background-size: 23px 23px;
		margin-bottom: 10px;
		letter-spacing: normal;
		vertical-align: top;
	}
	.page_index .item_box:nth-child(2n) {
		margin-right: 10px;
	}
	.page_index .item_box:nth-last-child(2),
	.page_index .item_box:last-child {
		margin-bottom: 0;
	}
	.page_index .item_box .inner {
		padding-top: 18%;
	}
}

/* Item Box Heading / Text */
.page_index .item_box .heading,
.page_index .item_box .text {
	color: #fff;
	text-align: center;
}
.page_index .item_box .heading {
	font-size: 29px;
	margin-bottom: 43px;
	position: relative;
}
.page_index .item_box .heading:after {
	display: block;
	content: "";
	width: 176px;
	height: 12px;
	background: url(../img/index/line_white.png) 0 0 repeat-x;
	margin-left: -88px;
	position: absolute;
	bottom: -20px;
	left: 50%;
}
.page_index .item_box .text {
	font-size: 21px;
}
.page_index .item_box .text2 {
	margin-top: -13px;
}
.page_index .item_box .info {
	font-size: 13px;
	margin-top: 5px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .item_box .heading {
		margin-bottom: 21.5px;
		font-size: 14.5px;
	}
	.page_index .item_box .heading:after {
		width: 88px;
		height: 6px;
		margin-left: -44px;
		bottom: -10px;
	}
	.page_index .item_box .text {
		font-size: 11px;
	}
	.page_index .item_box .text2 {
		margin-top: -11px;
	}
	.page_index .item_box .info {
		margin-top: -4px;
		font-size: 10px;
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
}

/* Item Box - Variation - Width / Height */
.page_index .item_box.width_twice {
	width: 620px;
}
.page_index .item_box.height_twice {
	height: 580px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .item_box.width_twice {
		max-width: 100%;
	}
	.page_index .item_box.height_twice {
		height: auto;
	}
}

/* Item Box (Box Welcome) */
.page_index .item_box.box_welcome {
	padding: 100px 50px 0;
	background: #fff url(../img/index/img_main.jpg) 0 0 no-repeat;
	border: 1px solid #dadbd8;
	background-size: contain;
	background-position: bottom;
}
.page_index .item_box.box_welcome .welcome_message {
	display: inline-block;
	color: #5b5958;
	line-height: 1.4;
	vertical-align: top;
}
.page_index .item_box.box_welcome .text {
	font-size: 28px;
	color: #5b5958;
}
.page_index .item_box.box_welcome .user_name {
	font-size: 43px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .item_box.box_welcome {
		height: auto;
		padding: 17.74% 8.06% 50%;
		background-size: 100% auto;
		text-align: left;
		background-position: 0 18px;
	}
	.page_index .item_box.box_welcome .text {
		font-size: 14px;
	}
	.page_index .item_box.box_welcome .user_name {
		font-size: 21.5px;
	}
}

/* Item Box - Color Pattern 1 */
.page_index .color_pattern_1 .item_box.box_1 {
	background-color: #a0d468;
}
.page_index .color_pattern_1 .item_box.box_2 {
	background-color: #80D1CC;
}
.page_index .color_pattern_1 .item_box.box_3 {
	background-color: #FE9A2E;
}
.page_index .color_pattern_1 .item_box.box_4 {
	background: #FFCC66 url(../img/index/arrow_black.png) center 205px no-repeat;
}
.page_index .color_pattern_1 .item_box.box_4 .heading,
.page_index .color_pattern_1 .item_box.box_4 .text {
	color: #605d5d;
}

.page_index .color_pattern_1 .item_box.box_4 .heading:after {
	background-image: url(../img/index/line_black.png);
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .color_pattern_1 .item_box.box_4 {
		background-position: center 102.5px;
		background-size: 23px 23px;
	}
}
/* Item Box - Color Pattern 2 */
.page_index .color_pattern_2 {
	margin-left: 100px;
}
.page_index .color_pattern_2 .item_box.box_1 {
	background-color: #a0d468;
}
.page_index .color_pattern_2 .item_box.box_2 {
	background-color: #93aec2;
}
.page_index .color_pattern_2 .item_box.box_3 {
	background-color: #339999;
}
.page_index .color_pattern_2 .item_box.box_4 {
	background-color: #66CC99;
}
.page_index .color_pattern_2 .item_box.box_5 {
	background-color: #FE9A2E;
}

/* Item Box - Color Pattern 3 */
.page_index .color_pattern_3 {
	margin-left: 100px;
}
.page_index .color_pattern_3 .item_box.box_1 {
	background-color: #EFB2A2;
}
.page_index .color_pattern_3 .item_box.box_2 {
	background-color: #BAD43D;
}
.page_index .color_pattern_3 .item_box.box_3 {
	background-color: #EEAC5B;
}

/*  Foot
------------------------------- */
.page_index .main_foot {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page_index .container .main_foot {
	width: 100%;
	margin-bottom: 30px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .main_foot {
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

/* Link List */
.page_index .main_foot .link_list {
	overflow: hidden;
}
.page_index .main_foot .list_item .item_link {
	box-sizing: border-box;
	display: block;
	width: 124px;
	height: 30px;
	padding-top: 6px;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #8c8c8c;
}
.page_index .main_foot .list_item .item_link:hover {
	color: #67a2dd;
}

/* Link List - List Item - Item Link */
.page_index .main_foot .list_item.item_prev .item_link {
	padding-left: 33px;
	background-position: left 0;
	background-image: url(../img/check/arrow_left_sprite.png);
	float: left;
}
.page_index .main_foot .list_item.item_prev .item_link:hover {
	background-position: left -36px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_index .main_foot .list_item.item_prev .item_link {
		margin-left: 10px;
	}
}

/* ***********************************************
*
*	Root - Check
*
*********************************************** */
/* -------------------------------------
	Layout
------------------------------------- */
.page_check {
	background: transparent;
}

/* Header
------------------------------- */
.page_check .header {
	background-color: #f5f5f5;
}
.page_check .header .container {
	max-width: 1260px;
}

/*  Footer
------------------------------- */
.page_check .footer .container {
	max-width: 1260px;
}

/* -------------------------------------
	Main
------------------------------------- */
.page_check .main .container {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .main .container {
		width: auto;
	}
}

/*  Head
------------------------------- */
.page_check .main_head {
	margin-bottom: 26px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .main_head {
		margin-bottom: 13px;
	}
}

/*  Body
------------------------------- */
/* Section Question - Head */
.page_check .section_question_head {
	margin-bottom: 10px;
	text-align: center;
}
.page_check .section_question_head .heading {
	font-size: 24px;
	font-weight: bold;
	color: #00a09f;
}

/* Section Question - Body */
.page_check .progress_bar {
	display: block;
	width: 319px;
	height: 19px;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
}
.page_check .progress_bg {
	width: 319px;
	height: 100%;
	margin-left: -159.5px;
	position: absolute;
	top: 0;
	left: 50%;
}
.page_check .progress_value {
	width: 285px;
	height: 5px;
	margin-left: -142.5px;
	position: absolute;
	top: 6px;
	left: 50%;
}
.page_check .progress_value2 {
	width: 319px;
	height: 5px;
	margin-left: -158.5px;
	position: absolute;
	top: 10px;
	left: 50%;
}
.page_check .value_pixel {
	display: block;
	width: 1px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .progress_bar {
		width: 310px;
		margin-bottom: 15px;
	}
	.page_check .progress_bg {
		width: 100%;
		margin-left: 0;
		top: 1px;
		left: 0;
	}
}

/* Section Question - Body - Text Derection */
.page_check .text_direction {
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .text_direction {
		font-size: 16px;
		text-align: center;
	}
	.page_check .description {
		font-size: 16px;
		text-align: center;
	}
	.page_check .text_gakujutsu {
		text-align: left;
	}
}

/* Section Question - Body - Text Derection */
.page_check .text_direction_question {
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .text_direction_question {
		font-size: 16px;
	}
}

/* Section Question - Body - QA Wrapper */
.page_check .qa_wrapper {
	margin-bottom: 40px;
}
.page_check .qa_wrapper .question {
	box-sizing: border-box;
	height: 60px;
	padding-top: 20px;
	padding-left: 44px;
	background-color: #dbe8e8;
	margin-bottom: 23px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .qa_wrapper .question {
		height: auto;
		padding: 10px 5px;
		font-size: 16px;
	}
}

.page_check .qa_wrapper .question2 {
	box-sizing: border-box;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 44px;
	padding-right: 44px;
	background-color: #dbe8e8;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .qa_wrapper .question2 {
		height: auto;
		padding: 10px 5px;
		font-size: 16px;
	}
}
.page_qa .qa_wrapper .question2 {
	box-sizing: border-box;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 44px;
	padding-right: 44px;
	background-color: #dbe8e8;
	font-size: 17px;
	font-weight: bold;
	color: #4d4a4a;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .qa_wrapper .question3 {
		height: auto;
		padding: 10px 5px;
		font-size: 16px;
	}
}
.page_qa .qa_wrapper .question3 {
	box-sizing: border-box;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 44px;
	padding-right: 44px;
	background-color: #dbe8e8;
	font-size: 17px;
	font-weight: bold;
	color: #4d4a4a;
	margin-bottom: 50px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_qa .qa_wrapper .question2 {
		height: auto;
		padding: 10px 5px;
		font-size: 15px;
	}
}

/* Section Question - Body - Option List */
.page_check .option_list {
	padding-bottom: 4px;
	overflow: hidden;
}
.page_check .option_list .list_item {
	margin-right: 15px;
	float: left;
}
.page_check .option_list .list_item:first-child {
	margin-left: 2px;
}
.page_check .option_list .list_item:last-child {
	margin-right: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .option_list .list_item {
		margin-right: 0;
		float: none;
	}
	.page_check .option_list .list_item:first-child {
		margin-left: 0;
	}
}

.page_check .option_list_gakujyutukennkyuudoui {
	padding-bottom: 30px;
	background-color: #dbe8e8;
	overflow: hidden;
}
.page_check .option_list_gakujyutukennkyuudoui .list_item {
	margin-right: 15px;
	float: left;
}
.page_check .option_list_gakujyutukennkyuudoui .list_item:first-child {
	padding-left: 275px;
	margin-left: 2px;
}
.page_check .option_list_gakujyutukennkyuudoui .list_item:last-child {
	margin-right: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .option_list_gakujyutukennkyuudoui .list_item {
		margin-right: 0;
		float: none;
	}
	.page_check .option_list_gakujyutukennkyuudoui .list_item:first-child {
		padding-left: 0;
		margin-left: 0;
	}
}

.page_check .option_list_personal {
	padding-bottom: 4px;
	overflow: hidden;
}
.page_check .option_list_personal .list_item {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.page_check .option_list_personal .list_item:first-child {
	margin-left: 2px;
}
.page_check .option_list_personal .list_item:last-child {
	margin-right: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .option_list_personal .list_item {
		margin-right: 0;
		float: none;
	}
	.page_check .option_list_personal .list_item:first-child {
		margin-left: 0;
	}
}

/* Section Question - Body - Input (Radio) / Button Answer */
.page_check .radiobutton_answer {
	display: none;
}
.page_check .btn_answer {
	width: 250px;
	padding-top: 15px;
	background-position: 10px center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.page_check .btn_answer:hover {
	text-decoration: none;
}
.page_check .btn_answer.color_red {
	background-color: #ee7885;
	box-shadow: 0 4px 0 #d14857;
}
.page_check .btn_answer.color_lightblue {
	background-color: #4fc1e9;
	box-shadow: 0 4px 0 #3bafda;
}
.page_check .btn_answer.color_green {
	background-color: #a0d468;
	box-shadow: 0 4px 0 #80b448;
}
.page_check .btn_answer.color_blue {
	background-color: #5d9cec;
	box-shadow: 0 4px 0 #4a89dc;
}
.page_check .radiobutton_answer:checked + .btn_answer {
	background-image: url(../img/check/icon_check.png);
	box-shadow: none;
	top: 4px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .btn_answer {
		margin-right: auto;
		margin-bottom: 15px;
		margin-left: auto;
	}
}
.page_check .btn_login {
	width: 143px;
	padding-top: 15px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #a0d468;
	box-shadow: 0 4px 0 #80b448;
	margin:0 auto 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*  Foot
------------------------------- */
.page_check .main_foot {
	width: 100%;
	margin-bottom: 62px;
}
.page_check .container .main_foot {
	width: 100%;
	margin-bottom: 62px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .main_foot {
		margin-bottom: 31px;
	}
}

/* Link List */
.page_check .main_foot .link_list {
	overflow: hidden;
}
.page_check .main_foot .list_item .item_link {
	box-sizing: border-box;
	display: block;
	min-width: 124px;
	height: 30px;
	padding-top: 6px;
	background-repeat: no-repeat;
	font-size: 23px;
	color: #5c5c5c;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .main_foot .list_item .item_link {
		font-size: 18px;
	}
}

.page_check .main_foot .list_item .item_link:hover {
	color: #67a2dd;
}

/* Link List - List Item - Item Link */
.page_check .main_foot .list_item.item_prev .item_link {
	padding-left: 33px;
	background-position: left 0;
	background-image: url(../img/check/arrow_left_sprite.png);
	float: left;
}
.page_check .main_foot .list_item.item_prev .item_link:hover {
	background-position: left -36px;
}
.page_check .main_foot .list_item.item_next .item_link {
	padding-right: 33px;
	background-position: right 0;
	background-image: url(../img/check/arrow_right_sprite.png);
	float: right;
}
.page_check .main_foot .list_item.item_next .item_link:hover {
	background-position: right -36px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .main_foot .list_item.item_prev .item_link {
		margin-left: 10px;
	}
	.page_check .main_foot .list_item.item_next .item_link {
		margin-right: 10px;
	}
}

/* ***********************************************
*
*	Root - Check Result
*
*********************************************** */
/* -------------------------------------
	Layout
------------------------------------- */
.page_check_result {
	background-color: transparent;
}

/*  Header
------------------------------- */
.page_check_result .header {
	background-color: #f5f5f5;
}

/* -------------------------------------
	Main
------------------------------------- */
.page_check_result .main {
	padding-bottom: 20px;
}
.page_check_result .main .container {
	width: 1050px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .main {
		padding-bottom: 15px;
	}
	.page_check_result .main .container {
		width: auto;
	}
}

/*  Head
------------------------------- */
.page_check_result .main_head {
	margin-bottom: 25px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .main_head {
		margin-bottom: 31px;
	}
}

/*  Body
------------------------------- */
.page_check_result .chart_wrapper {
	margin-top: 40px;
	margin-bottom: 71px;
	overflow: hidden;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .chart_wrapper {
		margin-bottom: 35px;
	}
}

/* Section Chart */
.page_check_result .section_chart {
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .section_chart {
		margin-bottom: 60px;
		float: none;
	}
	.page_check_result .section_chart:last-child {
		margin-bottom: 30px;
	}
}

/* Section Chart - Head */
.page_check_result .section_chart_head {
	text-align: center;
}
.page_check_result .section_chart_head .heading {
	font-size: 18px;
	font-weight: bold;
}
.page_check_result .section_chart_head .red {
	color: #FF7F50;
}
.page_check_result .section_chart_head .blue {
	color: #00BFFF;
}
.page_check_result .section_chart_head .green {
	color: #32CD32;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .section_chart_head .heading {
		font-size: 18px;
	}
}

.page_check_result .section_chart_head .sub_heading {
	padding-top:5px;
	font-size: 15px;
	font-weight: bold;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .section_chart_head .sub_heading {
		font-size: 15px;
	}
}

/* Section Chart - Body */
.page_check_result .chart_legend {
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .chart_legend {
		width: 310px;
		margin-right: auto;
		margin-left: auto;
	}
	.page_check_result .chart_legend img {
		width: 100%;
	}
}

/*-------------------------------*/
/*-------------------------------*/
.page_check_result .section_chart_body {
	position: relative;
}
.page_check_result .dummy_data_1,
.page_check_result .dummy_data_2,
.page_check_result .dummy_data_3 {
	position: absolute;
	top: 50%;
	left: 50%;
}
.page_check_result .dummy_data_1 {
	margin-top: -110px;
	margin-left: -110px;
}
.page_check_result .dummy_data_2 {
	margin-top: -110px;
	margin-left: -98px;
}
.page_check_result .dummy_data_3 {
	margin-top: -110px;
	margin-left: -105px;
}
/*-------------------------------*/
/*-------------------------------*/

/* Section Chart (of Data)  */
.page_check_result .section_chart.of_factor {
	margin-right: 40px;
}
.page_check_result .section_chart.of_factor .section_chart_head {
	margin-bottom: 28px;
}
.page_check_result .section_chart.of_factor .chart_legend {
	background-image: url(../img/check_result/img_graph_genin.png);
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .section_chart.of_factor {
		margin-right: 0;
	}
	.page_check_result .section_chart.of_factor .section_chart_head {
		margin-bottom: 20px;
	}
}

/* Section Chart (of Reaction)  */
.page_check_result .section_chart.of_reaction .section_chart_head {
	margin-bottom: 38px;
}
.page_check_result .section_chart.of_reaction .chart_legend {
	background-image: url(../img/check_result/img_graph_stress.png);
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .section_chart.of_reaction .section_chart_head {
		margin-bottom: 20px;
	}
}

/* Section Chart (of Support)  */
.page_check_result .section_chart.of_support .section_chart_head {
	margin-bottom: 24px;
}
.page_check_result .section_chart.of_support .chart_legend {
	background-image: url(../img/check_result/img_graph_support.png);
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .section_chart.of_support .section_chart_head {
		margin-bottom: 20px;
	}
}

/* Summary Wrapper - Section Summary */
.page_check_result .summary_wrapper .section_summary {
	margin-bottom: 68px;
}
.page_check_result .summary_wrapper .section_summary:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .summary_wrapper .section_summary {
		margin-bottom: 19px;
	}
}

/* Summary Wrapper - Section Summary - Head */
.page_check_result .summary_wrapper .section_summary_head {
	box-sizing: border-box;
	padding-left: 56px;
	background-position: 0 0;
	background-repeat: no-repeat;

}
.page_check_result .section_summary_head .heading {
	font-size: 18px;
	font-weight: bold;
	color: #00a09f;
}
.page_check_result .section_summary.factor .section_summary_head {
	height: 54px;
	padding-top: 24px;
	background-image: url(../img/check_result/icon_genin.png);
	margin-bottom: 16px;
}
.page_check_result .section_summary.comment .section_summary_head {
	height: 33px;
	background-image: url(../img/check_result/icon_comment.png);
	margin-bottom: 12px;
}
.page_check_result .section_summary.comment .section_summary_body {
	margin-bottom: 40px;
}

/* Summary Wrapper - Section Summary - Head */
.page_check_result .section_summary_body .text {
	padding-left: 30px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .section_summary_body .text {
		padding-left: 10px;
	}
}

/* Section Question - Body - QA Wrapper */
.page_check_result .qa_wrapper {
	margin-top: 80px;
	margin-bottom: 40px;
}
.page_check_result .qa_wrapper .question {
	box-sizing: border-box;
	height: 70px;
	padding-top: 30px;
	padding-left: 340px;
	background-color: #dbe8e8;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .qa_wrapper {
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.page_check_result .qa_wrapper .question {
		height: auto;
		padding: 30px 5px 20px;
		font-size: 16px;
	}
}

/* Section Question - Body - Option List */
.page_check_result .option_list {
	padding-bottom: 30px;
	background-color: #dbe8e8;
	overflow: hidden;
}
.page_check_result .option_list .list_item {
	margin-right: 15px;
	float: left;
}
.page_check_result .option_list .list_item:first-child {
	padding-left: 275px;
	margin-left: 2px;
}
.page_check_result .option_list .list_item:last-child {
	margin-right: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .option_list .list_item {
		margin-right: 0;
		float: none;
	}
	.page_check_result .option_list .list_item:first-child {
		padding-left: 0;
		margin-left: 0;
	}
}

.page_check_result .option_list_2 {
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

.page_check_result .option_list_2 .list_item {
	margin-right: 15px;
	float: left;
}
.page_check_result .option_list_2 .list_item:first-child {
	padding-left: 400px;
	margin-left: 2px;
}
.page_check_result .option_list_2 .list_item:last-child {
	margin-right: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .option_list_2 .list_item {
		margin-right: 0;
		float: none;
	}
	.page_check_result .option_list_2 .list_item:first-child {
		padding-left: 0;
		margin-left: 0;
	}
}

/* Section Question - Body - Input (Radio) / Button Answer */
.page_check_result .radiobutton_answer {
	display: none;
}
.page_check_result .btn_answer {
	width: 250px;
	padding-top: 15px;
	background-position: 10px center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.page_check_result .check_finish {
	width: 270px;
}
.page_check_result .btn_answer:hover {
	text-decoration: none;
}
.page_check_result .btn_answer.color_red {
	background-color: #ee7885;
	box-shadow: 0 4px 0 #d14857;
}
.page_check_result .btn_answer.color_green {
	background-color: #339999;
	box-shadow: 0 4px 0 #006666;
}
.page_check_result .btn_answer.color_blue {
	background-color: #5d9cec;
	box-shadow: 0 4px 0 #4a89dc;
}
.page_check_result .radiobutton_answer:checked + .btn_answer {
	background-image: url(../img/check/icon_check.png);
	box-shadow: none;
	top: 4px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .btn_answer {
		margin-right: auto;
		margin-bottom: 15px;
		margin-left: auto;
	}
}

/*  main_body
------------------------------- */
/* Body - link_list */
.page_check_result .main_body .link_list {
	padding-top: 10px;
	margin-bottom: 30px;
	height: 30px;
	overflow: hidden;
}
.page_check_result .main_body .list_item .item_link {
	padding-top: 3px;
	padding-left: 33px;
	margin-left: 450px;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	background-position: left 0;
	background-image: url(../img/check/arrow_right_sprite.png);
	background-repeat: no-repeat;
	color: #8c8c8c;
}
.page_check_result .main_body .list_item .item_coral {
	color: coral;
}
.page_check_result .main_body .list_item .result_top {
	background-image: url(../img/check/arrow_right_sprite_2.png);
}
.page_check_result .main_body .list_item .item_link:hover {
	color: #67a2dd;
	background-position: left -36px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .main_body .link_list {
		margin-left: 0px;
		text-align: center;
	}
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .main_body .list_item .item_link {
		margin-left: 0;
		padding-top: 8px;
		padding-bottom: 10px;
	}
}

/* Body - Text Derection */
.page_check_result .text_direction {
	margin-top: 50px;
	margin-left: 300px;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .text_direction {
		margin-left: 0;
		font-size: 16px;
		text-align: center;
	}
}
.page_check_result .text_direction_finish {
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
	text-align: center;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .text_direction_finish {
		margin-left: 0;
		font-size: 16px;
		text-align: center;
	}
}

/*  Foot
------------------------------- */
.page_check_result .main_foot {
	width: 100%;
	margin-bottom: 62px;
}
.page_check_result .container .main_foot {
	width: 100%;
	margin-bottom: 40px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .main_foot {
		margin-bottom: 31px;
	}
}

/* Link List */
.page_check_result .main_foot .link_list {
	overflow: hidden;
}
.page_check_result .main_foot .list_item .item_link {
	box-sizing: border-box;
	display: block;
	min-width: 124px;
	height: 30px;
	padding-top: 6px;
	background-repeat: no-repeat;
	font-size: 23px;
	color: #5c5c5c;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .main_foot .list_item .item_link {
		font-size: 18px;
	}
}

.page_check_result .main_foot .list_item .item_link:hover {
	color: #67a2dd;
}

/* Link List - List Item - Item Link */
.page_check_result .main_foot .list_item.item_prev .item_link {
	padding-left: 33px;
	background-position: left 0;
	background-image: url(../img/check/arrow_left_sprite.png);
	float: left;
}
.page_check_result .main_foot .list_item.item_prev .item_link:hover {
	background-position: left -36px;
}
.page_check_result .main_foot .list_item.item_next .item_link {
	padding-right: 33px;
	background-position: right 0;
	background-image: url(../img/check/arrow_right_sprite.png);
	float: right;
}
.page_check_result .main_foot .list_item.item_next .item_link:hover {
	background-position: right -36px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check_result .main_foot .list_item.item_prev .item_link {
		margin-left: 10px;
	}
	.page_check_result .main_foot .list_item.item_next .item_link {
		margin-right: 10px;
	}
}

/* ***********************************************
*
*	Root - Login
*
*********************************************** */
/* -------------------------------------
	Layout
------------------------------------- */
.page_login {
	background-color: #f5f5f5;
}

/* -------------------------------------
	Main
------------------------------------- */
.page_login .main {
	width: 484px;
	height: 900px;
	padding-top: 77px;
	margin-right: auto;
	margin-left: auto;
}
.page_login .main .container {
	overflow: visible;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_login .main {
		width: auto;
		height: auto;
		padding-top: 22px;
	}

}

/*  Head
------------------------------- */
.page_login .main_head {
	margin-bottom: 57px;
}
.page_login .login_head_phrf {
	margin-bottom: 35px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_login .main_head {
		margin-bottom: 28px;
	}
}

/* Heading */
.page_login .heading_wrapper {
	float: left;
}
.page_login .heading .inner {
	display: block;
	letter-spacing: -0.40em;
}
.page_login .heading .inner:hover {
	text-decoration: none;
}
.page_login .logo_stresscheck {
	display: inline-block;
	width: 220px;
	padding-top: 56px;
	background-position: 0 bottom;
	background-image: url(../img/common/logo_header_stresscheck.png);
	margin-right: 4px;
	letter-spacing: normal;
	vertical-align: top;
}
.page_login .logo_phrf {
	display: inline-block;
	width: 256px;
	padding-top: 48px;
	background-position: 0 bottom;
	background-image: url(../img/common/logo_header_phrf.png);
	letter-spacing: normal;
}
.page_login .jukensha {
    display: inline-block;
    width: 140px;
    padding-top: 48px;
    background-position: 0 bottom;
    /*background-image: url(../img/login/PHRF.png);*/
    letter-spacing: normal;
    vertical-align: top;
    color: #1c3edf;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 6px;
}
.page_login .phrf_kanri {
	display: inline-block;
	width: 140px;
	padding-top: 48px;
	background-position: 0 bottom;
	/*background-image: url(../img/login/PHRF.png);*/
	letter-spacing: normal;
    vertical-align: top;
    color: #dc2565;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 6px;
}

.page_login .kokyaku_kanri {
	display: inline-block;
	width: 180px;
	padding-top: 48px;
	background-position: 0 bottom;
	/*background-image: url(../img/login/KOKYAKU.png);*/
	letter-spacing: normal;
	vertical-align: top;
    color: #1c3edf;
    font-weight: bold;
    font-size: 19px;
}
.page_login .kokyaku_kanri_caution {
    display: inline-block;
    background-position: 0 bottom;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 6px;
    margin-top: 6px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_login .heading .inner {
		text-align: center;
	}
	.page_login .logo_stresscheck {
		width: 145px;
		background-size: 100% auto;
	}
	.page_login .logo_phrf {
		width: 155px;
		background-size: 100% auto;
	}
}

/*  Body
------------------------------- */

.page_login .main_body {
	box-sizing: border-box;
	padding-top: 31px;
	padding-bottom: 44px;
	background-color: #f9fdfe;
	border-radius: 8px;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.35);
	text-align: center;
}
.jissisha_bg_color{
    background-color: #fffad9 !important;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_login .main_body {
		padding-top: 0;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
	}
}

/* Text */
.page_login .text_direction {
	margin-bottom: 34px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.password_caution {
    font-size: 14px;
    color: #e04848;
    font-weight: bold;
}
.page_login .user_id_empty,
.page_login .password_empty {
	font-size: 18px;
	color: #e04848;
}
.page_login .password_empty {
	margin-bottom: 28px;
}
.page_login .text_forgot_password {
	font-size: 18px;
	color: #67a2dd;
	text-decoration: underline;
}
.page_login .text_guide {
	font-size: 18px;
	color: #67a2dd;
	text-decoration: underline;
}
.page_login .text_forgot_password:hover {
	text-decoration: none;
}
.page_login .text_guide:hover {
	text-decoration: none;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_login .text_direction {
		margin-bottom: 26px;
	}
}

/* Form - Input Wrapper */
.page_login .input_wrapper {
	box-sizing: border-box;
	width: 320px;
	height: 52px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	
}
.page_login .input_wrapper.child_focus {
	border-radius: 3px;
	box-shadow: 0 0 0 2px #4fc1e9;
}
.page_login .input_wrapper.child_focus .form_style_reset {
	border: 0;
	outline: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_login .input_wrapper {
		width: 310px;
		
	}
}

/* Form - User ID / Password - Common */
.page_login .input_wrapper > input[type="text"],
.page_login .input_wrapper > input[type="password"] {
	box-sizing: border-box;
	width: 270px;
	height: 100%;
	padding-left: 13px;
	background-color: #fff;
	border: 1px solid #b7babf;
	border-left: 0;
	border-radius: 0 3px 3px 0;
	font-size: 17px;
	color: #000;
	float: right;
	
}
    ::-webkit-input-placeholder {
        color: #000;
        opacity: 1;
    }
.page_login .input_wrapper .image {
	box-sizing: border-box;
	display: block;
	content: "";
	width: 50px;
	height: 100%;
	background-color: #f0f2f5;
	background-position: center 13px;
	background-repeat: no-repeat;
	border: 1px solid #b7babf;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	float: left;
	
}
.page_login .input_wrapper > input[type="text"]:focus + .image,
.page_login .input_wrapper > input[type="password"]:focus + .image {
	width: 52px;
	height: 52px;
	background-position: center 11px;
	border: 0;
	
}
.page_login .input_wrapper.child_focus .image {
	border: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_login .input_wrapper > input[type="text"],
	.page_login .input_wrapper > input[type="password"] {
		width: 260px;
	}
}

/* Form - User ID */
.page_login .input_wrapper.user_id {
	margin-bottom: 24px;
	
}
.page_login .input_wrapper.user_id .image {
	background-image: url(../img/login/icon_user_sprite.png);
}
.page_login .input_wrapper.child_focus.user_id .image {
	background-position: 14px -40px;
}

/* Form - Password */
.page_login .input_wrapper.password {
	margin-bottom: 22px;
}
.page_login .input_wrapper.password .image {
	background-image: url(../img/login/icon_password_sprite.png);
}
.page_login .input_wrapper.child_focus.password .image {
	background-position: 17px -40px;
}

/* Form - Checkbox */
#store_user_info {
	display: none;
}
#store_user_info + .label {
	box-sizing: border-box;
	display: inline-block;
	width: 330px;
	height: 26px;
	padding-top: 2px;
	padding-left: 35px;
	background: url(../img/login/icon_check_sprite.png) 0 0 no-repeat;
	margin-bottom: 30px;
	text-align: left;
	font-size: 17px;
}
#store_user_info:checked + .label {
	background-position: 0 -33px;
}
.page_login .btn_login {
	width: 143px;
	background-color: #a0d468;
	box-shadow: 0 4px 0 #80b448;
	margin: 0 auto 32px;
	font-size: 16px;
	font-weight: bold;
}
.page_login .login_form {
	margin-bottom: 20px;
}

/* ***********************************************
*
*	Root - Password
*
*********************************************** */
/* -------------------------------------
	Layout
------------------------------------- */
.page_password {
	background: transparent;
}

/* Header
------------------------------- */
.page_password .header {
	background-color: #f5f5f5;
}
.page_password .header .container {
	max-width: 1260px;
}

/*  Footer
------------------------------- */
.page_password .footer .container {
	max-width: 1260px;
}

/* -------------------------------------
	Main
------------------------------------- */
.page_password .main .container {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_password .main .container {
		width: auto;
	}
}

/*  Head
------------------------------- */
.page_password .main_head {
	margin-bottom: 26px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_password .main_head {
		margin-bottom: 13px;
	}
}

/*  Body
------------------------------- */
/* Head */
.page_password .section_question_head {
	margin-bottom: 10px;
	text-align: center;
}
.page_password .section_question_head .heading {
	font-size: 24px;
	font-weight: bold;
	color: #00a09f;
}

/* Body */
.page_password .progress_bar {
	display: block;
	width: 319px;
	height: 17px;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
}
.page_password .progress_bg {
	width: 319px;
	height: 100%;
	margin-left: -159.5px;
	position: absolute;
	top: 0;
	left: 50%;
}
.page_password .progress_value {
	width: 285px;
	height: 5px;
	margin-left: -142.5px;
	position: absolute;
	top: 6px;
	left: 50%;
}
.page_password .value_pixel {
	display: block;
	width: 1px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_password .progress_bar {
		width: 310px;
		margin-bottom: 15px;
	}
	.page_password .progress_bg {
		width: 100%;
		margin-left: 0;
		top: 1px;
		left: 0;
	}
}

/* Body - Text Derection */
.page_password .description {
	margin-top: 50px;
	margin-left: 50px;
	margin-bottom: 28px;
	font-size: 18px;
	color: #4d4a4a;
}
.page_password .text_direction {
	margin-top: 50px;
	margin-left: 370px;
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
}
.page_password .text_direction_transnission {
	margin-top: 50px;
	margin-left: 300px;
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
.page_password .description {
	margin-left: 0;
		font-size: 16px;
		text-align: center;
	}
.page_password .text_direction {
	margin-left: 0;
		font-size: 16px;
		text-align: center;
	}
.page_password .text_direction_transnission {
	margin-left: 0;
		font-size: 16px;
		text-align: center;
	}
}

/* Form - Input Wrapper */
.page_password .input_wrapper {
	box-sizing: border-box;
	width: 320px;
	height: 52px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.page_password .input_wrapper.child_focus {
	border-radius: 3px;
	box-shadow: 0 0 0 2px #4fc1e9;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_password .input_wrapper {
		width: 310px;
	}
}

/* Form - User ID / Password - Common */
.page_password .input_wrapper > input[type="text"],
.page_password .input_wrapper > input[type="password"] {
	box-sizing: border-box;
	width: 320px;
	height: 100%;
	padding-left: 13px;
	background-color: #fff;
	border: 1px solid #b7babf;
	border-radius: 3px;
	font-size: 14px;
	color: #989fa9;
	float: right;]
}


@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_password .input_wrapper > input[type="text"],
	.page_password .input_wrapper > input[type="password"] {
		width: 310px;
	}
}

/* Form - Password */
.page_password .input_wrapper.password {
	margin-bottom: 22px;
}

.page_password .btn_login {
	width: 143px;
	background-color: #a0d468;
	box-shadow: 0 4px 0 #80b448;
	margin: 50px auto 32px;
	font-size: 16px;
	font-weight: bold;
}

/*  Foot
------------------------------- */
.page_password .main_foot {
	width: 100%;
	margin-bottom: 62px;
}
.page_password .container .main_foot {
	width: 100%;
	margin-bottom: 62px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_password .main_foot {
		margin-bottom: 31px;
	}
}

/* Link List */
.page_password .main_foot .link_list {
	overflow: hidden;
}
.page_password .main_foot .list_item .item_link {
	box-sizing: border-box;
	display: block;
	min-width: 124px;
	height: 30px;
	padding-top: 6px;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #8c8c8c;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_password .main_foot .list_item .item_link {
		font-size: 18px;
	}
}
.page_password .main_foot .list_item .item_link:hover {
	color: #67a2dd;
}

/* Link List - List Item - Item Link */
.page_password .main_foot .list_item.item_prev .item_link {
	padding-left: 33px;
	background-position: left 0;
	background-image: url(../img/check/arrow_left_sprite.png);
	float: left;
}
.page_password .main_foot .list_item.item_prev .item_link:hover {
	background-position: left -36px;
}
.page_password .main_foot .list_item.item_next .item_link {
	padding-right: 33px;
	background-position: right 0;
	background-image: url(../img/check/arrow_right_sprite.png);
	float: right;
}
.page_password .main_foot .list_item.item_next .item_link:hover {
	background-position: right -36px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_password .main_foot .list_item.item_prev .item_link {
		margin-left: 10px;
	}
	.page_password .main_foot .list_item.item_next .item_link {
		margin-right: 10px;
	}
}

/* ***********************************************
*
*	Root - QA
*
*********************************************** */
/* -------------------------------------
	Layout
------------------------------------- */
.page_qa {
	background-color: transparent;
}

/*  Header
------------------------------- */
.page_qa .header {
	background-color: #f2f2f2;
}

/* -------------------------------------
	Main
------------------------------------- */
.page_qa .main {
	padding-bottom: 66px;
}
.page_qa .main .container {
	width: 1050px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_qa .main {
		padding-bottom: 33px;
	}
	.page_qa .main .container {
		width: auto;
	}
}

/*  Head
------------------------------- */
.page_qa .main_head {
	margin-bottom: 55px;
}

/*  Body
------------------------------- */
/* Section Qa */
.page_qa .main_body .section_qa_wrapper {
	margin-bottom: 22px;
}
.page_qa .main_body .section_qa {
	width: 930px;
	margin: 0 auto 85px;
	word-break: break-all;
}
.page_qa .main_body .section_qa:last-child {
	margin-bottom: 0;
}

/* Section Qa - Head */
.page_qa .main_body .section_qa_head {
	margin-bottom: 35px;
	text-align: center;
}
.page_qa .main_body .section_qa_head .heading {
	font-size: 24px;
	font-weight: bold;
	color: #00a09f;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_qa .main_body .section_qa {
		width: auto;
		margin-bottom: 45px;
	}
}

/* Section Qa - Body */
.page_qa .main_body .box_qa {
	margin-bottom: 54px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
	text-align: left;
}
.page_qa .main_body .box_qa:last-child {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #4d4a4a;
	text-align: left;
}
.page_qa .main_body .box_qa .text_question {
	box-sizing: border-box;
	padding: 10px 10px 20px 50px;
	background: url(../img/qa/icon_q.png) 0 0 no-repeat;
	border-bottom: 1px dotted #9a9a9a;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #00a09f;
}
.page_qa .main_body .box_qa .text_answer {
	box-sizing: border-box;
	min-height: 46px;
	padding: 10px 10px 0 50px;
	background: url(../img/qa/icon_a.png) 0 0 no-repeat;
	font-size: 15px;
	color: #4f4c4c;
}

.page_qa .main_body .box_qa .text_answer .underline {
	text-decoration: underline;
}

.page_qa .main_body .line_qa {
	margin-bottom: 54px;
	font-size: 16px;
	font-weight: bold;
	color: #4d4a4a;
	text-align: left;
}
.page_qa .main_body .line_qa:last-child {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	color: #4d4a4a;
	text-align: left;
}
.page_qa .main_body .line_qa .text_question {
	box-sizing: border-box;
	padding: 10px 10px 20px 50px;
	background: url(../img/qa/icon_q.png) 0 0 no-repeat;
	border-bottom: 1px dotted #9a9a9a;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #00a09f;
}
.page_qa .main_body .line_qa .text_answer {
	box-sizing: border-box;
	min-height: 46px;
	padding: 10px 10px 0 50px;
	background: url(../img/qa/icon_a.png) 0 0 no-repeat;
	font-size: 15px;
	color: #4f4c4c;
}

.page_qa .main_body .line_qa_red {
	margin-bottom: 54px;
	font-weight: bold;
	color: red;
	text-align: center;
}

/*  Foot
------------------------------- */
.page_qa .main_foot .link_list {
	overflow: hidden;
}

/* Button Inquiry */
.page_qa .main_foot .btn_wrapper {
	width: 470px;
	padding-bottom: 4px;
	margin: 60px auto 40px;
	text-align: center;
}
.page_qa .main_foot .btn_inquiry {
	display: block;
	height: 54px;
	padding-top: 17px;
	/*box-shadow: 0 4px 0 #4a89dc;*/
	border-bottom: 4px solid #4a89dc;
	background-color: #5d9cec;
}
.page_qa .main_foot .btn_inquiry:hover {
	text-decoration: none;
}
.page_qa .main_foot .btn_inquiry:active {
	border-bottom: 0;
}
.page_qa .main_foot .btn_inquiry .text {
	font-size: 17px;
	font-weight: bold;
}
.page_qa .main_foot .text_inquiry.sp_only {
	margin-bottom: 5px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_qa .main_foot .btn_wrapper {
		width: 250px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 50px;
	}
}

/* Link List - List Item - Item Link */
.page_qa .main_foot .list_item .item_link {
	box-sizing: border-box;
	display: block;
	min-width: 124px;
	height: 30px;
	padding-top: 6px;
	background-repeat: no-repeat;
	font-size: 23px;
	color: #5c5c5c;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_qa .main_foot .list_item .item_link {
		font-size: 18px;
	}
}
.page_qa .main_foot .list_item .item_link:hover {
	color: #67a2dd;
}
.page_qa .main_foot .list_item.item_prev {
	float: left;
}
.page_qa .main_foot .list_item.item_prev .item_link {
	padding-left: 33px;
	background-position: left 0;
	background-image: url(../img/check/arrow_left_sprite.png);
}
.page_qa .main_foot .list_item.item_prev .item_link:hover {
	background-position: left -36px;
}
.page_qa .main_foot .list_item.item_next {
	float: right;
}
.page_qa .main_foot .list_item.item_next .item_link {
	padding-right: 33px;
	background-position: right 0;
	background-image: url(../img/check/arrow_right_sprite.png);
}
.page_qa .main_foot .list_item.item_next .item_link:hover {
	background-position: right -36px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_qa .main_foot .list_item.item_prev .item_link {
		margin-left: 10px;
	}
	.page_qa .main_foot .list_item.item_next .item_link {
		margin-right: 10px;
	}
}

/* contact */
.page_qa.contact .txt_area {
	margin-bottom: 40px;
}

.page_qa.contact .txt_area tbody tr {
	height: 40px;
	vertical-align: top;
}

.page_qa.contact .txt_area tbody th {
	padding-left: 10px;
	border: solid 1px #BBBBBB;
	background-color: #7285ab;
	text-shadow: 0px 2px 3px rgba(54, 84, 123, 0.9);
	color: #fff;
}
.page_qa.contact .txt_area tbody th .required {
	background-color: red;
	text-shadow: none;
	float: right;
	margin: 0 10px;
	padding: 2px;
}
.page_qa.contact .master_table_title {
	vertical-align: top;
	padding-top: 7px;
}

.page_qa.contact .txt_area tbody td {
	padding: 9px 0 5px 10px;
	border: solid 1px #BBBBBB;
}
.page_qa.contact .txt_area .txt_area1 {
	width: 100px;
}
.page_qa.contact .txt_area .txt_area2 {
	width: 200px;
}
.page_qa.contact .txt_area .txt_area3 {
	width: 100px; 
}
.page_qa.contact .txt_area .txt_area4 {
	width: 200px;
}
.page_qa.contact .txt_area .txt_area5 {
	width: 150px;
}
.page_qa.contact .txt_area .txt_area6 {
	width: 900px;
}
.page_qa.contact .txt_area .txt_area7 {
	width: 375px;
}

.page_qa.contact .main_body .section_qa {
	width: 960px;
}
.page_qa.contact select {
	height: 22px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_qa.contact .main_body .section_qa {
		width: auto;
		margin-bottom: 45px;
	}
	.page_qa.contact .txt_area tbody,
	.page_qa.contact .txt_area tr,
	.page_qa.contact .txt_area th,
	.page_qa.contact .txt_area td {
		display: block;
		margin: auto;
	}
	.page_qa.contact .txt_area tbody tr {
		height: auto;
	}
	.page_qa.contact .txt_area tbody th {
		font-size: 1.2em;
		padding: 1.3333333vw 2.6666667vw;
	}
	.page_qa.contact .txt_area tbody td {
		font-size: 1.2em;
		padding: 1.3333333vw 2.6666667vw;
	}
	.page_qa.contact input[type="text"], textarea {
		width: 95%;
	}
	.page_qa.contact input[id="year"] {
		width: 20%;
	}
	.page_qa.contact input[type="text"] {
		height: 22px;
	}
	.page_qa.contact select {
		height: 26px;
	}
}
.page_qa.contact .main_body .box_qa.border {
	border: solid 1px #BBBBBB;
	padding: 10px 15px;
}
.page_qa.contact .qa_wrapper .question3 {
	width: 800px;
	margin: auto;
	margin-bottom: 50px;
	border-radius: 25px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_qa.contact .qa_wrapper .question3 {
		width: auto;
	}
}
.page_qa.contact .main_body .errmsg {
	color: red;
}
.page_qa.contact .txt_area input[type="text"]::-webkit-input-placeholder,
.page_qa.contact .txt_area textarea::-webkit-input-placeholder {
	color: #afaeae;
}
.page_qa.contact .txt_area input[type="text"]:-ms-input-placeholder,
.page_qa.contact .txt_area textarea:-ms-input-placeholder {
	color: #afaeae;
}
.page_qa.contact .txt_area input[type="text"]::-moz-placeholder,
.page_qa.contact .txt_area textarea::-moz-placeholder {
	color: #afaeae;
}
/* ***********************************************
*
*	Root - Check_kakunin
*
*********************************************** */
/* -------------------------------------
	Main
------------------------------------- */
.page_check .qa_wrapper .check_kakunin_1 {
	width: 750px;
}
.page_check .qa_wrapper .check_kakunin_2 {
	width: 50px;
}
.page_check .qa_wrapper .check_kakunin_3 {
	width: 250px;
}

.page_check .check_shusei {
	color: blue;
	text-decoration: underline;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.page_check .qa_wrapper .check_kakunin_1 {
		width: 550px;
	}
	.page_check .qa_wrapper .check_kakunin_2 {
		width: 30px;
	}
	.page_check .qa_wrapper .check_kakunin {
		font-size: 12px;
		background-color: #FFFFFF;
		margin-bottom: 10px;
	}
	.page_check .check_kakunin_shusei {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.page_check .section_question_head .check_kakunin_category {
		font-size: 17px;
	}
	.page_check .check_kakunin_last {
		margin-bottom: 10px;
	}
}

